@charset "utf-8";
/* CSS Document */

	
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
	

.white-b {color: #ffffff;}

.text-shadow { 
 text-shadow: 0 3px 4px rgba(0,0,0,.5);
}


.scroll-to-top {
	position:fixed;
	text-align: center;
	right: 30px;
	bottom: 20px;
	z-index: 500;
}

.scroll-to-top a {
	padding: 4px 0 6px 0;
	color: #fff;
	font-size: 1.8em;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 1.0;
	outline: none;
	background: rgba(173, 131, 45, 0.8) ;

}
.scroll-to-top a:hover {
	color: #fff ;
	background: rgba(173, 131, 45, 1.0);
  
}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-left:0;
	text-align:center;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#ffffff;}
	
	
.ss-social {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#secondary .ss-social {
	margin-bottom: 1.5em;
}

.ss-social li {
	float: left;
	display: inline-block;
	margin: 0;
	line-height: 0;
}

.ss-social li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	padding: 12px 0;
	margin: 6px 32px 6px 0;
	font-size: 34px;
	line-height: 40px;
	background: rgba(0, 0, 0, .3);
	color: #1a1a1a !important;
	text-align: center;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}


.ss-social li a:hover {
	background: #333;
	color: #fff !important;
}

.ss-social li a.twitter:hover {
	background: #33ccff;
}

.ss-social li a.facebook:hover {
	background: #3c5a98;
}

.ss-social li a.linkedin:hover {
	background: #007fb1;
}

.ss-social li a.gplus:hover {
	background: #dd4c39;
}


.ss-social li a.deviantart:hover {
	background: #5a6d65;
}

.ss-social li a.delicious:hover {
	background: #003399;
}

.ss-social li a.yahoo:hover {
	background: #990099;
}

.ss-social li a.vimeo:hover {
	background: #33ccff;
}

.ss-social li a.pinterest:hover {
	background: #cc3333;
}

.ss-social li a.youtube:hover {
	background: #cc3333;
}

.ss-social li a.dribbble:hover {
	background: #ea4c89;
}

.ss-social li a.skype:hover {
	background: #00aff0;
}

.ss-social li a.github:hover {
	background: #666;
}

.ss-social li a.trello:hover {
	background: #266c95;
}

.ss-social li a.vk:hover {
	background: #45688e;
}

.ss-social li a.xing:hover {
	background: #026466;
}

.ss-social li a.tumblr:hover {
	background: #2c4762;
}

.ss-social li a.mail:hover {
	background: #ff6600;
}

.ss-social li a.instagram:hover {
	background: #336699;
}

.ss-social li a.soundcloud:hover {
	background: #ff3300;
}

.ss-social li a.vine:hover {
	background: #00bf8f;
}

.ss-social li a.twitch:hover {
	background: #6441a5;
}

.ss-social li a.yelp:hover {
	background: #c41200;
}

.ss-social li a.renren:hover {
	background: #005eac;
}

.ss-social li a.spotify:hover {
	background: #81b900;
}

.ss-social li a.weibo:hover {
	background: #e6162d;
}

.featherlight .featherlight-content {border: 0 !important; padding: 0 !important;background-color: #000;}

iframe {background: #000; background-color: #000;border: 0;}

@media (min-width: 481px ) and (max-width: 767px) {	
	
		 iframe {width: 450px;height: 253px; padding: 0; margin: 0;}
	
	
}
@media (max-width: 480px) {
	
	
	iframe {width: 280px;height: 158px; padding: 0; margin: 0; border: 0;}
	
}
	