*{
    font-family: 'Abril Fatface', cursive;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
/*    overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
}

body, ul, li{
    margin:0;
    padding:0;
}

h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
font-weight: normal;
}

p, li, h1, h2, h3, h4 {
    color:#4e4e4e;
}

h5 {
    color: #12274b;
}

body{
    background: #eaeaea;
}

p.bodycopy{
    font-family: 'Open Sans', sans-serif;
    color: #dadada;
    font-weight: 100;
    font-size: 14px;
    line-height: 19px;
}

p.bodycopydark{
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-weight: 100;
    font-size: 14px;
}

p.bodycopymed{
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-weight: 100;
		font-size: 14px;
		line-height: 18px;
}


p.bodycopyblogattribute{
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-weight: 100;
		font-size: 10px;
    margin-top: 10px;

}

p.bodycopyblog{
    font-family: 'Open Sans', sans-serif;
    color: #888;
    font-weight: 100;
		font-size: 14px;
		line-height: 24px;
}

p.bodycopywhite{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
		margin-bottom: 40px;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    
}

.wrapper-blog {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    
}

/* BLOG */

#blog-containter{
    position: fixed;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    text-align: center;
}


/* MODAL */

.modal-container{
    position: fixed;
    background-color: #fff;
    width: 90%;
    left: 50%;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    
    max-height: calc(100vh - 75px);
    left: 50%;
    top: 55%;
		overflow-y: scroll; /* has to be scroll, not auto */
  	-webkit-overflow-scrolling: touch;
		-webkit-text-size-adjust: 100%;
    
    -webkit-transform: translate(-50%, -20000%);
    -ms-transform: translate(-50%, -20000%);
    transform: translate(-50%, -20000%);
    
    -webkit-transition: transform 100ms ease-out;
    -ms-transition: transform 100ms ease-out;
    transition: transform 100ms ease-out;
}

/*
.modal-container h1{
    font-size: 60px;
}
*/

.modal-container h4{
    font-size: 14px;
}

.modal-container img{
		width: 100%;
}



.half{
	width:48% !important;
	margin: 1%;
	float: left;
}

.modal:before{
    content: "";
    position: fixed;
    display: none;
    background-color:rgba(4,5,26,.8);
    top:0;
    left:0;
    height: 100%;
    width: 100%;
}

.modal:target:before {
    display: block;
}

.modal:target .modal-container {
/*    top: 5%;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#modal-close{}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.button {
    padding: 10px 30px;
    background-color:rgba(0,0,0,.8);
    border: 1px solid #fff;
    color:#fff;
    text-decoration:none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
}



.buttonclose {
    padding: 10px 30px;
    margin: 34px auto;
    background-color: transparent;
    border: 1px solid #888;
    color: #888;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
    cursor: pointer;
    display: block;
    width: 106px;
}



header{
    background: #181d2a;
    padding: 15px 0;
    height: auto;
    line-height: 50px;
    
    
}

header h1{
    margin: 0;
    text-indent: -10000px;
    background: url(images/logo.png) no-repeat;
    width: 80px;
    height: 72px;
    float: left;
    background-size: 80px 72px;
}

header nav{
    float: right;
}

header:after{
    display: block;
    content: "";
    clear: both;
}

header nav h2{
    line-height: 0;
    margin: 0;
    text-indent: -10000px;
}

header nav li{
    list-style: none;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

header nav li a{
    text-decoration: none;
    color: #ffffff;
    
}

header nav li a.current {
    color: #1abb9c;
    
}

.hide-s {
    display: block;
    }

#main-banner img{
     
}

#main-banner{
    min-height: 550px;
    padding-top: 6%;
    overflow: hidden;
    background-color: #181d2a;
    text-align: center;
    background: url(images/banner.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#main-banner h1{
    color: #fff;
    font-size: 80px;
    line-height: 10px;
		margin-top: 150px;
}


#main-banner-havana img{
     
}
#main-banner-havana{
    min-height: 550px;
    padding-top: 6%;
    overflow: hidden;
    background-color: #181d2a;
    text-align: center;
    background: url(images/havana01.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#main-banner-havana h1{
    color: #fff;
    font-size: 80px;
    line-height: 60px;
		margin-top: 150px;
}

.about{
    width: 100%;
    background-color: #181d2a;
}

.about h1{
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.about li{
    float: left;
    width: 50%;
    padding: 30px 2% 30px 0;
    color: #ffffff !important;
    text-align: left;
    list-style-type: none;
    line-height: 15px;
}

.about li:first-child{
    width: 45%;
    margin-right: 5%;

}


.about img{
    float: left;
    padding: 30px 0 0 0;
}

.about a{
	display: block;
	max-width: 160px;	
}

.about:after{
    display: block;
    content: "";
    clear: both;
}

#instagram{
		padding-bottom: 25px;
}

.middle{
    padding: 0 20% 30px 20%;
    text-align: center !important;
}



#middlecontact{
    padding-bottom: 20px;
    background-color: #10131b;
    text-align: center;
}

.form {
		padding-bottom: 20px;
}

.display-none{
    display: none;
}
.display-block{
    display: block;
}

#middlecontact h1{
    font-size: 20px;
    line-height: 10px;
    color: #cdcdcf;
    padding: 20px 0 0 0;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

#middlecontact form input{
    clear: both;
    width: 28%;
    height: 30px;
    margin-top: 25px;
    margin-bottom: 1px;
    padding: 0 0.5%;
    font-family: sans-serif;
}

#middlecontact form textarea{
    clear: both;
    width: 60%;
    height: 60px;
    margin-top: 1px;
    margin-bottom: 4px;
    padding: 6px 0.5%;
    font-family: sans-serif;
    resize: none;
}

#middlecontact button{
    margin-top: 10px;
    padding: 10px 30px;
    background-color:rgba(0,0,0,.8);
    border: 1px solid #fff;
    color:#fff;
    text-decoration:none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}
}

#latest-work{
    text-align: center;
}


#latest-work h1{
    font-size: 50px;
    line-height: 25px;
    
}

#latest-work ul{
    list-style-type: none;
	font-size: 0px;
}

#latest-work li{
    display: inline-block;
    width: 25%;
    float: left;
    vertical-align: top;
    font-size: 14px;
		font-size: 1rem;
    line-height: 10px;
		position: relative;
}


#latest-work img{
    width: 100%;
	
}

#latest-work img:hover{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: 0.5s ease;
	text-align: center;
}

#latest-work h3{
    margin-bottom: 0;
}

#latest-work:after{
    display: block;
    content: "";
    clear: both;
}



/*
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#latest-work li:hover span.text-content {
  opacity: 1;
}

#latest-work img:hover span.text-content {
  filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: 0.5s ease;
}
*/

#clients{
    background-color: #1b1d23;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 30px 0 55px 0;
}

#clients ul{
    padding-top: 20px;
}

#clients li{
    width: 25%;
    float: left;
    list-style-type: none;
    color: #cccccc;
}

#clients h1{
    font-size: 50px;
    color: #ffffff;
    line-height: 25px;
}

#clients img{
   margin-top: 30px;
}


#clients:after{
    display: block;
    content: "";
    clear: both;
}


footer {
    background: #10131b;
    padding: 30px 0;
    text-align: center;
    
}

footer h4{
   
    color: #555;
    
    font-size: 18px;
    
}


footer:after{
    display: block;
    content: "";
    clear: both;
}


.social{
	padding-bottom: 25px;
	text-align: center;
}

.social img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	text-align: center;
}

.social img:hover{
	filter: none;
	transition: 0.5s ease;
}

.social:after{
    display: block;
    content: "";
    clear: both;
}

#copyright{
    clear: both;
    padding-top: 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
    border-top: 2px solid #333;
    color: #999;
    font-size: 13px;
}



/* MEDIA QUERIES */



@media screen and (max-width: 1024px){
		footer ul{
				width: 50%;
				margin: 0 auto;
		}
		footer ul:nth-child(odd){
				clear:both;
		}
	
}

@media screen and (max-width: 1000px){
		.about h1{
			font-size: 40px;
			line-height: 50px;
		}
}

@media screen and (min-width: 768px){
		.modal-container h1{
			font-size: 50px;
			line-height: 55px;
		}
}

@media screen and (max-width: 768px){
		header nav{
			float: none;
		}
		header nav li{
			margin-left: 0;
			width: 25%;
			text-align: center;
			font-size: 16px;
		}
		header h1.logo{
			float: none;
			margin: 0 auto 15px;
		}
		 #main-banner{
				min-height: 400px;
				padding-top: 6%;
				overflow: hidden;
				background-color: #181d2a;
				text-align: center;
				background: url("images/banner-m.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-size:contain;
				 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				 
				overflow:visible; 
				}
		
		
		
		#main-banner h1{
			color: #fff;
			font-size: 70px;
			line-height: 60px;
			margin-top: 30px;
		}
    		 #main-banner-havana{
				min-height: 400px;
				padding-top: 6%;
				overflow: hidden;
				background-color: #181d2a;
				text-align: center;
				background: url("images/banner-m-h.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-size:contain;
				 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				 
				overflow:visible; 
				}
		
    #main-banner-havana h1{
			color: #fff;
			font-size: 70px;
			line-height: 65px;
			margin-top: 30px;
		}
		.about li{
			width: 100% !important;
			font-size: 14px;    
			text-align: center;
			padding: 30px 0 0 0;
			float: none !important;
		}
		
		.about ul img{
			height: 70%;
			padding: 0 0 30px 0;
		}
	
		.about a{	
	margin: 0 auto;
	}
	
		#latest-work li{
			width: 33.33%;
		}
		#latest-work h2{
			text-align: center;
		}
		#clients {}
		#clients li{
			width: 50%;
			float: left;
			list-style-type: none;
			color: #cccccc;
		} 
    .wrapper-blog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    
}
}

@media screen and (max-width: 600px){
    .wrapper {
    	text-align: center;
    }	
    .about ul{
    	text-align: center;
    }
    .about li{
			width: 100%!important;
			padding: 10px 0 10px 0;
    }
    .about img{
    	padding: 0px 0 0 0;
    }
    .about:after{
			display: block;
			content: "";
			clear: both;
    }
    #main-banner{
				min-height: 350px;
				padding-top: 6%;
				overflow: hidden;
				background-color: #181d2a;
				text-align: center;
				background: url("images/banner-s.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-size:contain;
				 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				 
				overflow:visible; 
				}
    
    #main-banner button{
    	padding: 0 0 20px 0;
    }
    
    #main-banner h1{
			color: #fff;
			font-size: 50px;
			line-height: 50px;
			margin-top: 55px;
    }
      #main-banner-havana{
				min-height: 350px;
				padding-top: 6%;
				overflow: hidden;
				background-color: #181d2a;
				text-align: center;
				background: url("images/banner-s-h.jpg");
				background-repeat: no-repeat;
				background-position: center center;
				background-size:contain;
				 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
				 
				overflow:visible; 
				}
    #main-banner-havana h1{
			color: #fff;
			font-size: 50px;
			line-height: 50px;
			margin-top: 55px;
    }
     .wrapper-blog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    
}

   .about h1{
    	color: #fff;
    	font-size: 30px;
    	line-height: 30px;
		}
	
		.middle{
			padding: 0 10% 30px 10%;
		}

    #latest-work li{
    	width: 50%;
    }

    footer ul{
    	width: 100%;
    	float: none;
    	
    }

	
	
    header nav li{
    	float: none;
    	width: 100%;
    	margin: 0;
    }

    header nav{}

    header .wrapper{
    	padding: 0;
    	width: 100%;
    }

    header{
    padding-bottom: 0;
    }

    header nav li a{
    display: block;
    text-align: center;
    padding: 10px;
    color: #ccc;
    border-top: 1px solid #666;
    font-size: 30px; 
    }
    
    .hide-s {
    display: none;
    }

    #burger-nav{
    width: 100%;
    height: 40px;
    background: url(images/burger.png) no-repeat 98% center;
    cursor: pointer;
    }

    header nav ul{
    height: 0;
    overflow: hidden;
    }

    header nav ul.open{
    height: auto;
    }

}
