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

/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-italic-webfont.eot');
    src: url('../fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/leaguegothic-regular-webfont.eot');
    src: url('../fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('../fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('../fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('../fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
font-family: 'ss-social-regular';
src: url('../fonts/ss-social-regular.ttf') format('truetype');
}

@font-face {
font-family: 'Futura-Std-Heavy_19050';
src: url('../fonts/Futura-Std-Heavy_19050.ttf') format('truetype');
}

@font-face {
font-family: 'FuturaStd-Bold';
src: url('../fonts/FuturaStd-Bold.otf') format('opentype');
}

@font-face {
font-family: 'Quicksand-Light';
src: url('../fonts/Quicksand-Light.otf') format('opentype');
}

@font-face {
font-family: 'Quicksand-Regular';
src: url('../fonts/Quicksand-Regular.otf') format('opentype');
}

@font-face {
font-family: 'Quicksand-Bold';
src: url('../fonts/Quicksand-Bold.otf') format('opentype');
}

@font-face {
font-family: 'Adobe Garamond Pro';
src: url('../fonts/Adobe Garamond Pro.ttf') format('truetype');
}

@font-face {
font-family: 'Adobe Garamond Pro Italic';
src: url('../fonts/Adobe Garamond Pro Italic.ttf') format('truetype');
}

@font-face {
font-family: 'LondonTwo';
src: url('../fonts/LondonTwo.ttf') format('truetype');
}

@font-face {
font-family: 'LondonBetween';
src: url('../fonts/LondonBetween.ttf') format('truetype');
}

@font-face {
font-family: 'LondonMM';
src: url('../fonts/LondonMM.ttf') format('truetype');
}

@font-face {
font-family: 'Folks-Bold';
src: url('../fonts/Folks-Bold.ttf') format('truetype');
}

@font-face {
font-family: 'Biko_Black';
src: url('../fonts/Biko_Black.otf') format('opentype');
}

@font-face {
font-family: 'WebSymbols-Regular';
src: url('../fonts/WebSymbols-Regular.otf') format('opentype');
}

@font-face {
font-family: 'Biko_Bold';
src: url('../fonts/Biko_Bold.otf') format('opentype');
}

@font-face {
font-family: 'Biko_Regular';
src: url('../fonts/Biko_Regular.otf') format('opentype');
}

@font-face {
font-family: 'BulletBalls AOE';
src: url('../fonts/BulletBalls AOE.ttf') format('truetype');
}

@font-face {
font-family: 'Socialico';
src: url('../fonts/Socialico.ttf') format('truetype');
}

* {
	margin: 0; padding: 0;
	list-style-type: none;
}

html {
    position: relative;
    min-height: 100%;
}

body { 
	border-top: 10px solid #111111; 
	height: 100%
	margin: 0 0 0px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    width: 100%;
	background-color: #000000;
}

#container1 {
	position: relative;
	padding-top: 70px;
	width: 85%;
	margin: 0 auto;
}
#container2 {
	position: relative;
	padding-top: 60px;
	width: 85%;
	margin: 0 auto;
}

#container3 {
	position: relative;
	padding-top: 60px;
	width: 85%;
	margin: 0 auto;
}

#container4 {
	position: relative;
	padding-top: 0px;
	width: 85%;
	margin: 0 auto;
}

#myContent {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	width: 100%;
}

#myContentcopy {
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	width: 100%;
}

#myContent img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

#myContent img {
	margin-bottom: 35px;
	border-bottom: 0px solid #000000;
	align: center;
}

#myContent img:hover {
	border-bottom: 0px solid #000000;
	filter: none;
  	-webkit-filter: grayscale(0);
}

#myContent li {
	display: inline-block;
	width: 100%;
}
#myContentcopy li {
	display: inline-block;
	width: 100%;
}

#onecol {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	width: 800px;
	}
	
#onecol img {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	}
	
#twocol {
	margin: 0px auto;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
	column-count: 2;
	column-gap: 40px;
	width: 520px;
	text-align: center;
	}
	
#twocol img {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	}
	
#twocol li {
	display: inline-block;
	width: 100%;
	text-align: center;
}


#twowide {
	margin: 0px auto;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
	width: 520px;
	text-align: left;
	padding-top: 40px;
	}
	
#twowide img {
	margin-bottom: 20px;
	align: center;
}

#threewide {
	margin: 0px auto;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
	width: 800px;
	text-align: left;
	padding-top: 40px;
	}
	
#threewide img {
	margin-top: 6px;
	margin-bottom: 20px;
	margin-right: 10px;
	align: center;
}
	
#headshot {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 5px;
	}
	
.fadein
{
    display: none
}	
	
.contstyle {
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
	column-count: 3;
	column-gap: 60px;
	width: 800px;
}

.header {
	position: absolute;
	width: 100%;
	height: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 0px;
	margin: 0px auto;
}

.hr {
	position: absolute;
    bottom: 0;
    left: 0;
    color: #000000;
    background: #000000; 
    width: 50px; 
    height: 1px;
	margin-bottom: 130px;
}

.hr2 {
    color: #ffffff;
    background: #ffffff;
	height: 4px; 
    width: 100%; 
    margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
}

.hr3 {
    color: #000000;
    background: #000000;
	height: 1px; 
    width: 50px; 
    margin-top: 10px;
	margin-bottom: 30px;
	margin: 0px auto;

}

.name {
	float: center;
	position: absolute;
	width: 100%;
    bottom: 0;
    left: 0; 
	align: center;
	text-align: center;
	text-decoration: none;
    font: 24px "Futura-Std-Heavy_19050", Helvetica, Ariel, sans-serif;
	letter-spacing: 1px;
	font-style: normal;
    color: #000000;
	line-height: 16px;
	margin: 0px auto;
	text-transform: uppercase;
	z-index:100;
}

.name span {
    font: 14px "FreightBigProBook-Italic", Helvetica, Ariel, sans-serif;
	color: #000000;
	z-index:100;
	text-transform: none;
	letter-spacing: 1px;


}
.name a {
    text-decoration: none;
	color: #000000; 
}

.name a.current {
    text-decoration: none;
	color: #000000; 
}

.name a:hover {
	text-decoration: none;
	color: #000000; 
}

.name a:visited {
    text-decoration: none;
	color: #000000; 
}

.name a.current:hover {
    text-decoration: none;
	color: #000000; 
}

.subtitle {
	position: relative;
    width: 100%;
    margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    font-family: 'LondonTwo', Courier;
	font-size: 10px; 
    color: #000000;
	letter-spacing: 1px;
	line-height: 40px;
	text-transform: uppercase;
}

.menuicon {
	float: right;
	display: block;
	text-align: left;
	z-index:300;

}

.material-icons.menu { 
	font-size: 24px; 
	padding-left: 89px;
}

.material-icons.play { 
	font-size: 14px;
	position : relative;
	top: 1px; 
}

.menu {
    float: right;
	position: relative;
    display: block;
    height: 60px;
	top: 0px;
    z-index:200;
    padding-top:0px;
    cursor:pointer;
	margin-top: 3px;
}

input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.label {
	text-align: left;
	width:50px;
	display:block;
}
.menu-content{
	float: right;
    position:absolute;
    color:black;
    top:30px;
    z-index:200;
	text-align: left;
	width:110px;
	display:none;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

.menu-content ul{
    list-style: none;
    border-top:1px solid black;
    border-right:0px solid black;    
    border-left:0px solid black;
    padding-left:0;

}

.menu-content ul li{
    font-family: FuturaStd-Bold;
    color: black;
    font-size: 7pt;
    display:block;
    line-height:17pt;
    background-color:white;
	text-transform: uppercase;
	letter-spacing: 1px;

}

.menu-content ul li a{
    font-family: FuturaStd-Bold;
    color: black;
    display:block;
    padding-left:10px;
    padding-top:10px;
    line-height:19pt;
    height:32px;
    border-bottom:1px solid black;
    text-decoration:none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all  0.1s ease-in-out;
    -o-transition: all  0.1s ease-in-out;
    transition: all  0.1s ease-in-out;  
}


.menu-content ul li a:hover{
    background-color:#F2F2F2;
}
.menu-content ul li a:visited{
    background-color:#F2F2F2;
}

.menu:hover .menu-content{
	display:block;
    opacity:1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}


.nav {
	position: absolute;
    bottom: 0;
    right: 0; 
    width: 100%;
    margin-top: 0px;
	text-align: right;
    font-family: "League Gothic", Helvetica, Ariel, sans-serif;
	font-size: 16px; 
    color: #000000;
	letter-spacing: 1px;
	opacity: 0;
}

.nav a {
    border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
}

.nav a.current {
    border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
}

.nav a:hover {
    color: #b5b5b5;
	text-decoration: none;
}

.nav a.current:hover {
    border-bottom: 0px solid #b5b5b5;
	padding-bottom: 1px;
	text-decoration: none;
}

.nav li {
	display: block;
    margin: 0 0px;
}

.nav span {
    font-family: "Quicksand-Regular", Helvetica, Ariel, sans-serif;
	font-size: 12px; 
    color: #000000;
}

.navinline {
	float: right;
	position: relative;
    top: 0;
    right: 0; 
	height: 20px;
    padding-top: 0px;
	padding-right: 0px;
	text-align: right;
    font-family: "FuturaStd-Bold", Helvetica, Ariel, sans-serif;
	font-size: 10px; 
    font-color: #000000;
	letter-spacing: 1px;
	z-index:100;
}

.navinline a {
    border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
}

.navinline a.current {
    border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	color: #000000;
	text-decoration: none;
}

.navinline a:hover {
    color: #b5b5b5;
	text-decoration: none;
}

.navinline a.current:hover {
    border-bottom: 0px solid #b5b5b5;
	padding-bottom: 1px;
	text-decoration: none;
}

.navinline li {
	display: inline;
    margin: 0 3px;
}

.navinline span {
    font-family: "Quicksand-Regular", Helvetica, Ariel, sans-serif;
	font-size: 12px; 
    color: #ffffff;
}


.mobmenu {
    font-family: "WebSymbols-Regular", Helvetica, Ariel, sans-serif;
	font-size: 28px; 
    color: #000000;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 10px;
	opacity: 0;
}

.thumbcontainer {
	position: relative;
	width: 100%;
    height: 100%;
	filter: none; /* IE6-9 */
  	filter: grayscale(0); /* Firefox 35+ */
 	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}

	
.thumbcontainer:hover {
	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Firefox 35+ */
 	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.thumbcontainer:hover .thumblink {
	opacity:0;
}

.thumbcontainer:hover .thumblink span {
	opacity:0;
}

.thumblink {
	transition: all 0.5s ease;
	width: 100%;
	height: 34px;
	position: absolute;
  	bottom: 45%;
  	left: 0%;
	/* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.0);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
    font-family: "FuturaStd-Bold", Times New Roman, Times, serif;
	font-size: 16px; 
	letter-spacing: 1px;
    color: #ffffff;
	line-height: 11px; 
	opacity:1;
	text-shadow: 0 0 20px #000000;
	text-transform: uppercase;
	border-bottom: 0px solid #000000;
}

.thumblink span {
	font-family: "Futura-Std-Heavy_19050", Times New Roman, Times, serif;
	transition: all 0.5s ease;
	font-size: 0px; 
	letter-spacing: 2px;
}

.thumblinkcaption {
	font-family: "Futura-Std-Heavy_19050", Times New Roman, Times, serif;
	font-size: 9px; 
	letter-spacing: 2px;
	color: #000000;
	height: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
}

.thumbplay {
	transition: all 0.5s ease;
	width: 100%;
	position: absolute;
    bottom: 55%;
    left: 0;
	opacity:0;
	text-align: center;
	text-decoration: none;
    font-family: "WebSymbols-Regular", Times New Roman, Times, serif;
	font-size: 50px; 
	letter-spacing: 1px;
	font-style: normal;
    color: #ffffff;
	line-height: 14px; 
}

.thumbcontainer:hover .thumbplay {
	text-align: center;
	text-decoration: none;
    font-family: "WebSymbols-Regular", Times New Roman, Times, serif;
	font-size: 50px; 
	letter-spacing: 1px;
	font-style: normal;
    color: #ffffff;
	line-height: 14px; 
	opacity: 1.0;
}


.sectionhead {
	position: relative;
	text-align: left;
	text-decoration: none;
    font-family: "FuturaStd-Bold", Ariel, sans-serif;
	font-size: 11px; 
	letter-spacing: 1px;
    color: #000000;
	padding-top: 40px;
	padding-bottom: 0px;
	text-transform: uppercase;

	
}

.sectionhead span  {
    font-family: "WebSymbols-Regular", Times New Roman, Times, serif;
	font-size: 11px; 
}

.sectionheadwhite {
	display: inline-block;
    margin: 0px auto;
	margin-top: 60px;
	margin-bottom: 0px;
	text-align: left;
	text-decoration: none;
    font-family: "FuturaStd-Bold", Ariel, sans-serif;
	font-size: 10px; 
	letter-spacing: 2px;
    color: #ffffff;
	
}
.caption {
    width: 240px;
    margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	text-decoration: none;
    font-family: "Adobe Garamond Pro", Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
    color: #000000;
}

.captionwhite {
	margin-top: 0px;
	margin-right: 20px;
	text-align: left;
	text-decoration: none;
    font-family: "Adobe Garamond Pro", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
    color: #ffffff;
	letter-spacing: 1px;
}

.captionwhite span {
    font-family: "FuturaStd-Bold", Times New Roman, Times, serif;
	font-size: 11px;
	letter-spacing: 1px;
}


.captionwhite a {
	text-decoration: underline;
    color: #ffffff;
}

.captionwhite a:current {
	text-decoration: underline;
    color: #ffffff;
}

.captionwhite a:hover {
	text-decoration: underline;
    color: #b5b5b5;
}

.captionwhite a:visited {
	text-decoration: underline;
    color: #ffffff;
}

.copy {
    font: 17px "Quicksand-Regular", Times New Roman, Times, serif;
	font-style: normal;
	line-height: 29px;
    color: #000000;
	margin-bottom: 10px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
}

.rotate {

	/* Safari */
	-webkit-transform: rotate(90deg);
	
	/* Firefox */
	-moz-transform: rotate(90deg);
	
	/* IE */
	-ms-transform: rotate(90deg);
	
	/* Opera */
	-o-transform: rotate(90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    font: 30px "times", Helvetica, Ariel, sans-serif;
	text-align: center;
    color: #333333;

}

.back-to-top {
    position: fixed;
    top: 3em;
    left:  3em;
    text-decoration: none;
    color: #000000;
	font-family: 'WebSymbols-Regular';
    font-size: 26px;
    padding: 0px;
    display: none;
	opacity: 0.7;
}

.back-to-top:hover {    
    color: #333333;
}

.nexttab {
	/* Safari */
	-webkit-transform: rotate(90deg);
	
	/* Firefox */
	-moz-transform: rotate(90deg);
	
	/* IE */
	-ms-transform: rotate(90deg);
	
	/* Opera */
	-o-transform: rotate(90deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

    position: fixed;
    top: 515px;
    right:  4em;
	height: 50px;
    text-decoration: none;
    color: #000000;
	font-family: 'LondonMM';
    font-size: 17px;
    Margin-left: 0px;
	text-align: center;
	letter-spacing: 2px;

}	

.previoustab {
	/* Safari */
	-webkit-transform: rotate(270deg);
	
	/* Firefox */
	-moz-transform: rotate(270deg);
	
	/* IE */
	-ms-transform: rotate(270deg);
	
	/* Opera */
	-o-transform: rotate(270deg);
	
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);

    position: fixed;
    top: 500px;
    left:  4em;
	height: 70px;
    text-decoration: none;
    color: #000000;
	font-family: 'LondonMM';
    font-size: 17px;
    Margin-left: 0px;
	text-align: center;
	letter-spacing: 2px;

}	


.back a {
	display: block;
	width: 100px;
    margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 30px; 
	border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	padding-top: 12px;
	text-align: center;
    font-family: "FuturaStd-Bold", Courier;
	font-size: 10px; 
    color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	background: #ffffff;
	
}

.back a:hover { 
	color: #b5b5b5;
	border-bottom: 0px solid #b5b5b5;

}
.back a:visited { 
	color: #000000;
	border-bottom: 0px solid #000000;

}

.backtomenu a {
	display: block;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px; 
	border-bottom: 0px solid #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
    font-family: "FuturaStd-Bold", Courier;
	font-size: 10px; 
    color: #000000;
	letter-spacing: 1px;
	text-decoration: none;
	background: #ffffff;
	text-transform: uppercase;
	

}
.backtomenu span {
	font-family: "WebSymbols-Regular", Times New Roman, Times, serif;
	font-size: 12px; 
}
	
.backtomenu a:hover { 
	color: #b5b5b5;
	border-bottom: 0px solid #b5b5b5;

}
.backtomenu a:visited { 
	color: #000000;
	border-bottom: 0px solid #000000;

}

.video-caption {
	display: block;
	width: 100%;
    margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 50px; 
	border-bottom: 0px solid #000000;
	padding-bottom: 20px;
	padding-top: 12px;
	text-align: left;
    font-family: "Ariel", Helvetica;
	font-size: 12px; 
    color: #000000;
	letter-spacing: 0px;
	text-decoration: none;
	background: #ffffff;
	text-transform: none;
	
}

.video-caption span {
    font-family: "Ariel", Helvetica;
	
}

.backhide a {
	display: block;
	width: 0px;
    margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #000000; 
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	letter-spacing: 0px;
    font: 0px "Courier New", Courier;
    color: #000000;
	text-decoration: none;
	background: #ffffff;

}

.backhide a:hover { 
	color: #b5b5b5;
	border-bottom: 1px solid #b5b5b5;

}

.backhide a:visited { 
	color: #000000;
	border-bottom: 1px solid #000000;

}

.bottom { 
	background-color: #000000;
	width: 100%;;
	margin-top: 40px;
	padding-top: 0px;
	padding-bottom: 120px;
}

.social { 
    width: 240px;;
	margin: 0px auto;
	padding-top: 40px;
	padding-bottom: 0px;
	margin-top: 50px;
	margin-bottom: 80px;
	text-align: left;
	text-decoration: none;
    font-family: "ss-social-regular", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
    color: #000000;
	letter-spacing: 0px;
 }
 
.social a {
	border-bottom: 0px solid #000000;
	text-decoration: none;
	color: #000000;

}

.social a:hover {
    color: #b5b5b5;
}

.social span {
	font: 14px "MonotypeGaramond", Times New Roman, Times, serif;
	letter-spacing: 1px;
	font-style: italic;
    color: #000000;
} 

.socialwhite { 
	margin: 0px auto;
	text-align: left;
	text-decoration: none;
    font-family: "ss-social-regular", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
    color: #ffffff;
	letter-spacing: 0px;
 }
 
.socialwhite a {
	text-decoration: none;
	color: #ffffff;

}

.socialwhite a:hover {
    color: #b5b5b5;
}


.instawide  {
	display: inline;
}

.instatall  {
	display: none;;
}

iframe {
	width: 100%;
    margin: none;
    padding: none;
    border: none;
	display: block;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}
	  
	  
@media only screen 
	and (max-width : 2560px){
	#myContent {
		-moz-column-count: 3;
		-moz-column-gap: 35px;
		-webkit-column-count: 3;
		-webkit-column-gap: 35px;
		column-count: 3;
		column-gap: 35px;
		width: 100%;
	}
	
	#onecol {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		width: 100%;
	}
	
	#twocol {
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	column-count: 2;
	column-gap: 35px;
	width: 660px;
	}
	
	#container {
		width: 85%;
	}
}

@media only screen 
	and (max-width : 1024px),
	and (orientation: landscape){
	#myContent {
		-moz-column-count: 3;
		-moz-column-gap: 35px;
		-webkit-column-count: 3;
		-webkit-column-gap: 35px;
		column-count: 3;
		column-gap: 35px;
		width: 100%;
	}
	
	#onecol {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		width: 100%;
	}
	
	#twocol {
	-webkit-column-count: 2;
	-webkit-column-gap: 35px;
	-moz-column-count: 2;
	-moz-column-gap: 35px;
	column-count: 2;
	column-gap: 35px;
	width: 660px;
	}
	
	#container {
		width: 85%;
	}
	
}

@media only screen 
	and (max-width : 1000px){

	#myContent {
		-moz-column-count: 2;
		-moz-column-gap: 35px;
		-webkit-column-count: 2;
		-webkit-column-gap: 35px;
		column-count: 2;
		column-gap: 35px;
		width: 100%;
	}	
	
	.menu:hover .menu-content{
	display:none;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

	input[type=checkbox]:checked ~ .menu-content{
	display:block;
    opacity:1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}
}

@media only screen 
	and (max-width : 800px){

	#myContent {
		-moz-column-count: 2;
		-moz-column-gap: 35px;
		-webkit-column-count: 2;
		-webkit-column-gap: 35px;
		column-count: 2;
		column-gap: 35px;
		width: 100%;
	}
	
	#onecol {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
		width: 100%;
	}
	
	#twocol {
	-webkit-column-count: 2;
	-webkit-column-gap: 5px;
	-moz-column-count: 2;
	-moz-column-gap: 5px;
	column-count: 2;
	column-gap: 5px;
	width: 100%;
	}
	
	#container {
		width: 90%;
	}
	
	#threewide {
	margin: 0px auto;
	-webkit-column-count: 1;
	-webkit-column-gap: 0px;
	-moz-column-count: 1;
	-moz-column-gap: 0px;
	column-count: 1;
	column-gap: 0px;
	width: 100%;
	text-align: left;
	}
	
	.menu:hover .menu-content{
	display:none;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

	input[type=checkbox]:checked ~ .menu-content{
	display:block;
    opacity:1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}
	
}

}

@media only screen 
	and (max-width : 600px){
		

}

@media only screen 
	and (max-width : 540px){
	#container {
		width: 80%;
		margin: 0 auto;
	}
	
	#container1 {
	position: relative;
	padding-top: 50px;
	width: 85%;
	margin: 0 auto;
}
	
#container3 {
	position: relative;
	padding-top: 40px;
	width: 85%;
	margin: 0 auto;
}

	#myContent {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap:0px;
		column-count: 1;
		column-gap: 0px;
		width:100%;
		margin: 0 auto; 
	} 
	
	#myContent img {
	margin-bottom: 20px;
	border-bottom: 0px solid #000000;
	align: center;
}
	
	#myContentcopy {
	-webkit-column-count: 1;
	-webkit-column-gap: 25px;
	-moz-column-count: 1;
	-moz-column-gap: 25px;
	column-count: 1;
	column-gap: 25px;
	width: 100%;
	margin: 0 auto; 
} 
	
	#onecol {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		width: 100%;
		margin: 0 auto; 
	}
	
	#onecol img {
	display: inline-block;
	width: 100%;
	margin-bottom: 0px;
	}
	
	#twocol {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		column-count: 1;
		column-gap: 0px;
		width: 85%;
		margin: 0 auto; 
	}
	

	#onecol img {
		display: inline-block;
		width: 100%;
		margin-top: 25px;
	}
	
	#colbox { 
		float: left; 
		display: table; 
		width: 100%; 
		margin-top: 15px;
		vertical-align: top;
		text-align: center;
		text-decoration: none;
	}

#twowide {
	width: 85%;
	}
	
#twowide img {
	width: 100%;
}

#threewide {
	width: 85%;
	padding-top: 1em;
	}
	
#threewide img {
	width: 100%;
}

.form-container {
   border: 0px solid #ffffff;
   background: #ffffff;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   font-family: 'MonotypeGaramond', Times New Roman, Times, serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:216px;
   padding:0px;
   width:100%;
   }
	
.back-to-top {
    position: fixed;
    top: 1em;
    left:  1em;
    text-decoration: none;
    color: #000000;
	font-family: 'WebSymbols-Regular';
    font-size: 28px;
    padding: 0px;
    display: none;
	opacity: 0.7;
}

.socialicon {
    width: 240px;
    margin: 0px auto;
	margin-top: 80px;
	margin-bottom: 0px;
	text-align: center;
	text-decoration: none;
    font-family: "ss-social-regular", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
    color: #000000;
	letter-spacing: 0px;
}

.divide {
	margin-top: 10px;

}

.credit {
	margin-top: 10px;
	margin-bottom: 5px;

}

.previoustab {
    font-size: 0px;
}	

.nexttab {
    font-size: 0px;
}

.captionhead {
	margin-top: 65px;
	margin-bottom: 30px;
	
}

.back a {
	margin-top: 50px;
	margin-bottom: 20px; 
	padding-bottom: 10px;
	padding-top: 12px;

}

.backhide a {
	display: block;
	width: 80px;
    margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 0px; 
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	padding-top: 0px;
	text-align: center;
	letter-spacing: 1px;
    font: 12px "Courier New", Courier;
    color: #000000;
	text-decoration: none;
	background: #ffffff;

}
.backhide a:hover { 
	color: #b5b5b5;
	border-bottom: 1px solid #b5b5b5;

}

.social { 
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 70px;
	margin-bottom: 60px;
	text-align: center;
	text-decoration: none;
    font-family: "ss-social-regular", Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
    color: #000000;
	letter-spacing: 0px;
 }

.instawide  {
	display: none;
}

.instatall  {
	display: inline;
}
	
.name {
	float: left;
	position: absolute;
	width: 100%;
    bottom: 0;
    left: 0; 
	align: center;
	text-align: left;
	text-decoration: none;
    font: 24px "Futura-Std-Heavy_19050", Helvetica, Ariel, sans-serif;
	letter-spacing: 1px;
	font-style: normal;
    color: #000000;
	line-height: 16px;
	margin: 0px auto;
	text-transform: uppercase;
	z-index:100;
}

.menu {
    float: right;
	position: relative;
    display: block;
    height: 60px;
	text-align: right;
	top: 0px;
	width:100%;
    z-index:200;
    padding-top:0px;
    cursor:pointer;
	margin-top: 3px;
}

.menu-content{
	float: right;
    position: absolute;
    color: black;
    top: 38px;
    z-index:200;
	text-align: center;
	width:100%;
	display:none;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

.menu:hover .menu-content{
	display:none;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

input[type=checkbox]:checked ~ .menu-content{
	display:block;
    opacity:1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity  0.2s ease-in-out;
    -o-transition: opacity  0.2s ease-in-out;
    transition: opacity  0.2s ease-in-out;  
}

.sectionhead {
	position: relative;
	text-align: left;
	text-decoration: none;
    font-family: "FuturaStd-Bold", Ariel, sans-serif;
	font-size: 11px; 
	letter-spacing: 1px;
    color: #000000;
	padding-top: 20px;
	padding-bottom: 0px;
	text-transform: uppercase;

	
}

.thumbcontainer {
	position: relative;
	width: 100%;
    height: 100%;
	filter: none; /* IE6-9 */
  	filter: grayscale(0); /* Firefox 35+ */
 	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}