/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);
@import url(stylesheet.css);

body {
	font-family: 'Futura Lt BT', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
	color: #ccc;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Futura Bk BT', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 64px; line-height: 70px; padding: 0; margin: 0;}
h2{font-size: 18px; margin:0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #ddd;}

a {
	color: #ddd;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block !important;}
.hide{opacity: 0; display:none;}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:200px;
	width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Futura Bk BT', serif;
	font-size: 49px;
	bottom:14px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	position:absolute;
	bottom: 23px;
	left:210px;
	z-index:10001;
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}
.main-nav ul li a.active {color: #165b8a; text-shadow:#CCC; font-weight:600;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
.services {width:48%; padding:2px; float:left;}
p {float:left; width: 100%; margin: 8px 0;}

.references-wrapper {max-height:272px; overflow:auto;}
.references {width:100%; float:left;}
.reference {width:33.33333%; padding:26px; display:table-cell; position:relative; text-align:center; vertical-align:middle;}
.reference img {max-width:100%; max-height:80px;}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
	

}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	.content {width:86%; top:160px; left:40px; margin:0; max-height:380px; overflow:scroll;}
	p, a {font-size:14px;}
	h1{font-size: 32px; line-height: 70px; padding: 0; margin: 0;}
	h2{font-size: 18px; margin:0;}
	h5{font-size: 18px; line-height: 22px; padding: 0; margin: 0; color: #ddd;}	
	.main-nav {left:124px; bottom:22px;}
	.main-nav ul li {display:block;}
	#logo {bottom:42px;}
	#logo img {max-width:120px;}	
	#arrow_left, #arrow_right {right:16px; bottom:0px;}
	#arrow_left {right:60px;}
	#arrow_left img, #arrow_right img {width:32px;}
	.services {font-size:14px;}
	
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	body{ font-size: 12px; }
	
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
	
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
	
	
}