/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


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















/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*Greg Styles*/
body{
	font-family: "proxima-nova",sans-serif;

}

#Thcontainer{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	

	
}

.thumbBox{
   width: 90%;
   padding-bottom: 90%;
   margin-left:5%;
   color: #FFF;
   float: left;
   display: block;
   position: relative;
   overflow: hidden;
   margin-bottom: 5%;
}

.thumbBox img{
	width: 160%;
	left: -40%;
	position: absolute;

}


.title{
background: #000;
width: 100%;
position: absolute;
z-index: 100;
bottom: 0;

vertical-align: middle;
}
	   
/*.topOnly{
background: rgba(0, 0, 0, 0.8);	   
	   
}*/

.topOnlyText{
 color: #e4e4e4!important;

}	   

.lt-ie9 .title{
background: #fff!important;


}

.title span{
	font-size: 25px;
	/* height: auto; */
	position: relative;
	font-weight:600;
	vertical-align: middle;
	line-height: 30px;
	/* display: block; */
	text-transform: uppercase;

}


.thumbOverlay{
	background: rgba(0,0,0, 0.6);
	position: absolute;
	top:0px;
	width:100%;
	height:100%;
	color: #ffffff;
	font-size:18px;
	line-height: 20px;
	z-index: 10;
	display: none;
	
}

.lt-ie9 .thumbOverlay{
background: #000;


}
.thumbOverlay:hover{
	cursor: pointer;
	
}

.thumbOverlay span{
	position: absolute;
	top:20px;
	left:0;
	padding:15px;
	font-size:18px;
	line-height: 22px;
	
}
  .subLine{
  	font-size:16px;
	font-style: italic; 
	font-weight:300;
	color: #e4e4e4;
	font-family: arial;
	display:block;
	position:absolute;
	bottom:15%;
	right: 4px;   
	text-shadow: 0 0 10px #000;
  
  }
.borderBox{
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 5px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	width: 50%;
	height: auto;
}

#boxheader{
	background:#000;
	width: 100%;
	height:auto;
	margin-bottom:15px;
	padding:15px 0 15px 0;

}

#boxheader span{
	font-size:25px;
	color: #fff;
	text-align: center;
	font-style: italic;
	display: block;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
}

h1.boxTitle{
	color: #fff;
	font-size:75px;
	text-align: center;
	text-transform: uppercase;
	margin:0;
	line-height: 70px;
	font-family: "din-condensed-web",sans-serif;
font-style: normal;
font-weight: 400;

}

h2.boxSubTitle{
margin:0;
line-height: 50px;
	color: #fff;
	font-size:55px;
	text-align: center;
	font-family: "aw-conqueror-didot",serif;
font-style: italic;
font-weight: 300;
}


.adjust{
	top: -80px;
}

.adjust2{
	top: -200px;
}


@media only screen and (min-width : 0px)
{
body{
	display: none;
}

}




@media only screen and (min-width : 240px)
{
body{
	display: block;
}

#Thcontainer{
	max-width:240px;
	
}

.borderBox {
  width: 100%;
}


.title {
	padding: 2%;


}

h2.boxSubTitle {
  font-size: 26px;
  line-height: 28px;
}
h1.boxTitle {
  font-size: 30px;
  line-height: 30px;
}

#boxheader span{
	font-size: 15px;

}

.thumbOverlay span{

	font-size:14px;
	line-height: 16px;
	top:5px;
	
	
}

}


@media only screen and (min-width : 320px)
{
body{
	display: block;
}

#Thcontainer{
	max-width:320px;
	
}

.thumbOverlay span{
	position: absolute;
	top:10px;
	padding:15px;
	font-size:18px;
	line-height: 22px;
	
}

.borderBox{

	width: 100%;
}


.title {
	padding: 2%;


}

h2.boxSubTitle {
  font-size: 28px;
  font-weight: 300;
line-height: 10px;
}
h1.boxTitle {
  font-size: 40px;
line-height: 43px;
}

#boxheader span{
	font-size: 15px;

}

}





@media only screen and (min-width : 480px)
{


#Thcontainer{
	max-width:480px;
	
}

.borderBox{

	width: 100%;
}


.title span{
	padding:  0 0 0 2%;


}

h2.boxSubTitle {
  font-size: 26px;
  line-height: 28px;
}
h1.boxTitle {
  font-size: 30px;
  line-height: 30px;
}

#boxheader span{
	font-size: 15px;

}

}



@media only screen and (min-width : 568px)
{

#Thcontainer{
	max-width:568px;
	
}

.thumbOverlay span{

	top:5px;
	
}


.thumbBox{
   width: 40%;
   padding-bottom: 40%;
   color: #FFF;
   float: left;
   position: relative;
   overflow: hidden;
   margin-bottom: 5%;
   margin-left:6.6%;
}


.borderBox{

	width: 100%;
}


.title span{
	padding:  0 0 0 2%;


}

h2.boxSubTitle {
  font-size: 26px;
  line-height: 28px;
}
h1.boxTitle {
  font-size: 30px;
  line-height: 30px;
}

#boxheader span{
	font-size: 15px;

}

}









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

#Thcontainer{
	max-width:600px;
	
}


.borderBox{
	max-width:700px;
	max-height:180px;
	width: 100%;
}

.thumbBox{
   width: 40%;
   padding-bottom: 40%;
   color: #FFF;
   float: left;
   position: relative;
   overflow: hidden;
   margin-bottom: 5%;
   margin-left:6.5%;
}



.title span{
	padding: 2%;


}

h2.boxSubTitle {
  font-size: 35px;
  line-height: 30px;
}
h1.boxTitle {
  font-size: 35px;
  line-height: 39px;
}



#boxheader span{
	font-size: 18px;

}

}



@media only screen and (min-width : 640px)
{



#Thcontainer{
	max-width:640px;
	
}
.thumbBox{
   width: 40%;
   padding-bottom: 40%;
   color: #FFF;
   float: left;
   position: relative;
   overflow: hidden;
   margin-bottom: 5%;
   margin-left:6.5%;
}



.title span{
	padding: 0 0 0 2%;


}

h2.boxSubTitle {
  font-size: 35px;
  line-height: 30px;
}
h1.boxTitle {
  font-size: 35px;
  line-height: 39px;
}

}


@media only screen and (min-width : 768px)
{


#Thcontainer{
	max-width:768px;
	
}
.title span{
	padding: 1%;


}




.thumbOverlay span{
	
	font-size:18px;
	line-height: 20px;
	top:5px;
	
}

h1.boxTitle {
  font-size: 60px;
  line-height: 55px;
}



}







@media only screen and (min-width : 900px)
{


#Thcontainer{
	max-width:900px;
	
}

.thumbBox{
   width: 30%;
   padding-bottom: 30%;
   color: #FFF;
   float: left;
   position: relative;
   overflow: hidden;
   margin-bottom: 3%;
   margin-left:2.5%;
}

.thumbOverlay span{
	
	font-size:16px;
	line-height: 20px;
	top:5px;
	
}



}


@media only screen and (min-width : 1180px)
{


#Thcontainer{
	max-width:1180px;
	
}

.thumbOverlay span{
	
	line-height: 20px;
	
	
}
.thumbBox{
   width: 20%;
   padding-bottom: 20%;
   color: #FFF;
   float: left;
   position: relative;
   overflow: hidden;
   margin-bottom: 3%;
   margin-left:4%;
}



.title span{
	font-size: 20px;

	line-height: 21px;
	/* display: block; */

}


}

@media only screen and (min-width : 1500px)
{

#Thcontainer{
	max-width:1620px;
	
}

.title span{
	font-size: 25px;

	line-height: 30px;
	/* display: block; */

}

.thumbOverlay span{
	
	font-size:20px;
	line-height: 21px;
	
}

}



/*social*/

.clearBoth{
	clear: both;
	margin-bottom:15px;
}

#socialshares {
  display: block;
  position: relative;
  /* clear:both; */
  margin: 0 auto;
  width: 150px;
}

#socialshares img {
  display: block;
  float: right;
  margin-right: 5px;
}


#socialshares img:hover{
	cursor: pointer;
}

textarea{
	margin:0 auto !important;
}


textarea#jfkembed{
	margin:0 auto !important;
	margin-bottom: 10px;
	height:170px!important;
	display: block;
	position: relative;
	color: #888;
	margin-top:50px;
	font-size: 14px !important;
	font-family: "proxima-nova",sans-serif;

}


img#embed{
	display: block;
	margin: 0 auto;
}



#embedWrap{
	display: none;
	position: absolute;
	z-index:70000;
	top:0px;
	left:0;
	padding-top:250px;
	height:100%;
	width: 100%;
	background: rgba(255,255,255, 0.9);
	
}
.closeembed{
	display:block;
	font-size: 20px;
	color: #000;
	left: 45%;
	font-weight:600;
	top: 7%;
	position: absolute;
	/* float: right; */
	/* margin: 0 auto; */
	/* margin-right: 30%; */
}

.closeembed:hover{
	cursor: pointer;
}


.blur{  
filter:blur(8px);
 -webkit-filter: blur(8px);
   -webkit-transform: translate3d(0, 0, 0);
   


}


/* Preloader */


#preloader {
    position:absolute; 
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:9999999; /* makes sure it stays on top */
}

#status {
    margin:0 auto;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 200px;
   
}


/*credits*/
#credits{
	margin: 0 auto;
	text-align: center;
position: relative;
max-width: 1100px;
padding: 25px;

}  

.cred{  
	margin: 0 auto!important;
	text-align: center!important;
position: relative!important;
max-width: 1100px!important;
padding: 25px!important; 
top: 0!important;
left:0!important;
right:0!important;
}  

#intro{
margin: 0 auto;
text-align: center;
position: relative;
max-width: 1100px;  
font-weight:500;
padding: 25px;
font-size:25px; 
z-index:9999;
}

