/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

body {
   margin: 0;
   padding: 0;
   height: 100%;
   width: 100%;
   background: #FFF;
   font-family:"grad", Times, serif;  
}
#pageBody{
	min-height:100%;
	position:relative;
}
.wrap {
	overflow: hidden;
	margin: 0px;
	padding-top: 113px;
	padding-bottom: 75px;
}


.box {
   float: left;
   position: relative;
   width: 33.2%;
   padding-bottom: 18.56%;
   cursor: pointer;
}

.boxLg{
	position: relative;
	width: 100%;
	padding-bottom: 46.25%;
	cursor: pointer;
}

.boxInner img {
   width: 100%;
}
.boxInner {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: table-cell;
	vertical-align: bottom;
	background-color: rgba(0,0,0,0.08);
	
	background: -webkit-linear-gradient(top,rgba(50,50,50,0) 50%, rgba(0,0,0,.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(top,rgba(50,50,50,0)50%,rgba(0,0,0,.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top,rgba(50,50,50,0)50%,rgba(0,0,0,.5)); /*Fx 3.6-15*/
	background: linear-gradient(to bottom, rgba(50,50,50,0)50%, rgba(0,0,0,.5)); /*Standard*/
	
	
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	
}
.clear{
	clear: both;	
}
.trans{
	position:absolute;
	opacity:.3;
	z-index:9;
}
.titleBox {
   position: absolute;
   bottom: 3%;
   left: 2%;
   width: 95%;
   text-align: left;
   z-index:10;

}
.spotBrand{
	/*margin-bottom: 1vw;*/
	color: #FFF;	
}
.spotTitle{
	color: #D6D6D6;	
	font-style:italic;
	padding-left:3px;

}
.spotDirector{
	color: #D6D6D6;	
	font-style:italic;
	padding-left:3px;
}

body.no-touch .boxInner:hover .titleBox, body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}

#header{
	height:110px;
	width:100%;
	background-color:#f2f2f2;	
	text-align:right;
	margin-bottom: .2%;
	position:fixed;
	top:0;
	z-index:99;
}
#logo{
	padding-top:28px;
	width:52px;
	margin-right:34px;
}


/********* BURGER MENU**/
#nav-toggle span { 
	position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin-top: 50px;
    margin-left: 42px;
}
#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #0E0A09;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px; 
}
#burger-catch{
	width:50px;
	height:50px;
	position:fixed;
	top:30px;
	left:35px;
	z-index:100;	
	cursor:pointer;
}
.burger-container{
	position: fixed;
    width: 100px;
    height: 100px;
    z-index: 100;
	cursor:pointer;
	z-index:1000; 
	top:0;
	left:0;
}
#editors a{
	color:black;
	text-decoration:none;	
}
#overlay{
	font-family:"raleway", sans-serif;
	position: fixed;
    width: 260px;
   /** height: 100%;*/
	background-color:#ff3336;	
    bottom:0;
    top: 0;
    left: -260px;
    z-index: 110;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -o-transition: left .4s ease;
    -ms-transition: left .4s ease;
    transition: left .4s ease;
}
#editors{ 
	width:260px;
	position: relative;
	top: 110px;
	text-transform:uppercase;
	/*left:-260px;*/
    -webkit-transition: left .3s ease;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -ms-transition: left .3s ease;
    transition: left .3s ease;
	height: 91%;
    overflow-x: hidden;
    overflow-y: auto;
}
#editor-spacer{
	height:110px;
}
.editors-expand{
	left:0!important;	
}
.overlay-expand{
	left:0!important;
}
#editor-list-container{
	margin-left: 40px;
	margin-right: 35px;
	height: 668px;		
}
#editor-ul{
	list-style-type:none;
	position: relative;
	left: -2px;	
	padding-bottom: 50px;
}
#editor-ul li{
	padding:2px 7px 2px 7px;
}
#editor-ul li:not(.no-hover):hover{
	background-color:white;
	color:black!important;
	cursor:pointer;
}
.editor-header{
	color:#ffffff;
}
.editor-header-top{
	color:black;	
}

/** **/

#page-name{
    text-align: center;
    margin-top: -53px;
    color: #0E0A09;
    text-transform: capitalize;
    font-size: 38px;
	width:100%;
	position:absolute;
}
#mobile-page-name{
    text-align: center;
    color: #0E0A09;
    text-transform: capitalize;
    font-size: 38px;
	width:100%;
    margin-top: 0px;
    position: relative;
    display: none;
}

#home-link{
	position: relative;
    z-index: 10;	
}

/******** INDEX *********/
video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
	padding-top:110px;
    min-width: 125%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover; 
}

#splash-text{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}
.splashBox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.spotBrand{
	color: #FFF;	
	font-size: 28px;
}
.spotTitle{
	color: #D6D6D6;	
	font-style:italic;
	padding-left:3px;
	font-size: 16px;
}
.spotDirector{
	color: #D6D6D6;	
	font-style:italic;
	padding-left:3px;
	font-size: 14px;
}

/******* END INDEX *********/

/******* FOOTER *********/
#footer{
	position: fixed;
	z-index:100;
	bottom: 0;
	width: 100%;
	background-color: #000000;
	text-align:center;
	display:inline-block;
	overflow: hidden;
	border-top-style: solid;
    border-width: 3px;
    border-color: #ff3336;
}
.footer-div{
	/*background-size: cover;*/
	margin: 0% 3%;
}
#footer-content{
	width:360px;
	height:74px;
	margin:0px auto;
	text-align: center;
}
#footer-logo-left{
	width:79px;
	height:75px;
	background-image:url(../img/footer-logo-left-bw.png);
	display: inline-block;
}
.footer-logo-left-bg{
	background-image:url(../img/footer-logo-left-color.png)!important;
}
#footer-logo-mid{
	width:74px;
	height:75px;
	background-image:url(../img/footer-logo-mid-bw.png);
	display: inline-block;
}
.footer-logo-mid-bg{
	background-image:url(../img/footer-logo-mid-color.png)!important;	
}
#footer-logo-right{
	width:142px;
	height:75px;
	background-image:url(../img/footer-logo-right-bw.png);
	display: inline-block;
}
.footer-logo-right-bg{
	background-image:url(../img/footer-logo-right-color.png)!important;
}
/******** END FOOTER **************/


/*********CONTACT STYLES*********/
#top-image{
	width:100%;
	height:250px;	
	background-image:url(../img/contact-header.jpg);
	background-position: center center; /* First value is from left and second is from top. You can use use number as well*/
    background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#mid-container{
	text-align:left;
	margin-top:15px;
}
.mail-link a{
	color:#ff3336;	
	text-decoration:none;
}
.contact-head, .sales-header{
	font-size:27px;	
	margin-bottom:10px;
}

#contact-container{
	max-width:1000px;
	width:80%;
	margin:0px auto;
	overflow:hidden;
	margin-top:25px;
}
.block{
	width:235px;		
	float: left;
	padding-bottom: 20px;
	padding-top:5px;
}
.salesBlock{
	width: 90%!important;	
}
.city{
	display: inline-block;
	margin-top: 20px;	
}
#chicago{
	width:50%;
	
}
.clear{
	clear: both;	
}
ul{
	list-style-type:none;	
}
h1{
	font-weight:500;
	font-size:27px;	
	margin-bottom:5px;
	border-bottom-style: solid;
    border-width: 1px;
    border-color: #ccc;
    padding-bottom: 5px;
	
}
.contact-spacer{
	width:100%;
	height:2px;
	border-bottom-style:none;
	border-width:1px;
	border-color:#eaeaea;	
	/*
	margin-bottom:20px;
	margin-top:20px;
	*/
}
.tel-link a{
	color:black;
	text-decoration: none;
}
#services-container{
	width:100%;	 
	display:inline-block;
	margin:0px auto;
}
#services{
	max-width:1000px;
	height:250px;
	margin:0px auto;	
}
.service-item{
	height:333px;
	width:332px; 	
	float:left;
	text-align:center; 
	border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}
#work-with-us{
	height:75px;
	color:white;
	text-align:center;
	width:100%;
	margin-top:50px;
}

#work-inner{
	font-size:27px;
	padding-top:50px;
	padding-bottom:50px;
	max-width:1000px;
	margin:0px auto;
	background-color:#ff3336;
		
}
a.work{
	text-decoration:none;
	color:white;	
}
/********* END CONTACT STYLES*********/


/******** MEDIA QUERIES *********/
@media only screen and (max-width : 500px) {
   /* Smartphone view: 1 tile */
	#editors{ 
		height: 81%;
	}
   .box {
      width: 100%;
      padding-bottom: 56.25%;
      margin-bottom: 1px;
   }
   .spotBrand{
		font-size: 6vw;	
 		line-height: 8vw;	
   }
   .spotTitle{
		font-size: 4vw;	
   }
   .spotDirector{
		font-size: 3vw;	
   }
	
   #page-name{
		margin-top: 26px;
		background-color: white;
		padding-top: 7px;  
	}
   .wrap{
		padding-top:167px;   
   }
	#footer-content{
		width:320px;
	}
	.footer-div{
		margin: 0% 1%;	
	}
   .box {
      width: 100%;
      padding-bottom: 56.25%;
	  
   }
	h1{
		font-size: 28px;
		font-weight: bold;	
	}
	.city{
		font-size: 24px;	
	}
	.block{
		margin-left: 20px;	
	}
   #top-image{
		display:none;   
   }
   #services{
		width:80%;   
   }
   .service-item{
		margin-left:-30px;   
   }
	/* nav full screen takeover on mobile */
	/*
	#overlay{
		position: fixed;
		width: 100%;
		left: -100%;
	}
	*/
    
}
@media only screen and (max-width : 800px) and (min-width : 501px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 49.75%;
      padding-bottom: 27%;
	  margin-bottom: 0.5%
   }

   .box:nth-child(2n+1){
		margin-right: 0.5%;   
   }
   .spotBrand{
		font-size: 3.5vw;	
 		line-height: 3.75vw;	
   }
   .spotTitle{ 
		font-size: 2.5vw;	
   }
   .spotDirector{
		font-size: 2vw;	
   }
	
   
}
@media only screen and (min-width : 801px){ /* anything that size or bigger gets the three up */
   /* Small desktop / ipad landscape: 3 tiles */
   .box {
      width: 33.2%;
      padding-bottom: 18.56%;
	  margin-bottom: 0.2%;
   }
   .box:nth-child(3n+3){
		margin-left: .2%;
		margin-right: .2%;   
   }
}
@media only screen and (max-width : 1000px) and (min-width : 801px) {

   .spotBrand{
		font-size: 2.5vw;	
 		line-height: 2.75vw;	
  }
   .spotTitle{
		font-size: 2vw;	
   }
   .spotDirector{
		font-size: 1.5vw;	
   }
	
}
@media only screen and (max-width : 1200px) and (min-width : 1001px) {

   .spotBrand{
		font-size: 2.5vw;	
		line-height: 2.75vw;	
   }
   .spotTitle{
		font-size: 1.75vw;	
		letter-spacing: .1vw;
   }
   .spotDirector{
		font-size: 1.25vw;	
		letter-spacing: .1vw;
   }
	
   .boxInner:hover{
		background-color: rgba(0,0,0,0.6);
	}
	#footer-content{
		width:400px;
			
	}
	.footer-div{
		margin-right:4%;	
	}
}

@media only screen and (min-width : 1201px) {
   .spotBrand{
		font-size: 2.5vw;
		line-height: 3.2vw;	
   }
   .spotTitle{
		font-size: 1.25vw;
		letter-spacing:.05vw;
   }
   .spotDirector{
		font-size: 0.95vw;
		letter-spacing:.05vw;
   }
	
   .boxInner:hover{
		background-color: rgba(0,0,0,0.6);
	}
	#footer-content{
		width:400px;
			
	}
	.footer-div{
		margin-right:4%;	
	}

}

