@import url("reset.css");
/* BODY AND STRUCTURE ================================================================================= */
body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#2e2e2e;
	overflow: scroll;
}
#header {
	position:fixed;
	height:70px;
	border-top:3px solid #333;
	border-bottom:1px solid #e8e7e7;
	top:0;
	left:0;
	background-color:#f1f1f1;
	width:100%;
	z-index: 1102;
}
#header_wp {
	width:860px;
	margin:auto ;
	background:url("../images/bg_top.png") no-repeat top left;
}
#logo {
	float:left;
	/*width:180px;
	height:46px;*/
	margin:8px 0 0 -10px;
}
#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:20px;
	left:0;
	/*overflow:hidden;*/
}
#mask {
		width:500%;
		height:100%;
	}
	.section {
		width:20%;
		height:100%;
		float:left;
	}
        
#section2 {width:27%;}
.content_wrapper {
	width:1200px;
	/*height:420px;*/
	position:relative;
	top:326px;
	left:50%;
	margin: -190px 0 0 -950px;
}


.top {
	background-color:#f1f1f1;
	border-bottom:1px solid #e8e7e7;
	padding:15px 27px;
}

/* TIPOGRAPHY ======================================================================================== */
h1, h2, h3, h4, h5  {
	margin-bottom:25px;
	 font-family: 'GothamCondensedMedium';
}
h1  {
	font-size:32px;
	color:#333;
	  margin-bottom:0;
}
h1.home  {
	font-size:40px;
	color:#e01356;
	  text-align:center;
	  margin-top:60px;
}
h1.home span  {
	font-size:22px;
	color:#acacac;
	  margin-top:15px;
}
h1 span {
	font-size:16px;
	color:#888;
	display:block;
}
h2, h3  {
	font-size:22px;
	color:#333;
}
h2 span, h3 span {
	font-size:20px;
	color:#888;
	display:block;
	padding:10px 0 0 0;
}
h5 {
	font-size:16px;
	margin:0;
	padding:0;
}
ul#items li .info h3, ul#items_2 li .info h3, ul#items_3 li .info h3, ul#items_4 li .info h3, ul#items li .info_top h3, ul#items_2 li .info_top h3, ul#items_3 li .info_top h3, ul#items_4 li .info_top h3 {
	/*color:#fff;*/
	font-size:26px;
	margin:0 0 5px 0;
	padding:0;
}
/* OTHER STYLES ====================================================================================== */
.clr {
	clear:both;
}
a:link,a:visited {
	text-decoration:none;
	color:#3d3d3d;
}
a:hover,a.active {
	text-decoration:none;
	color:#eb145a;
}
	ul.list{
	margin:20px 0 20px 0;
	padding:0;
	font-weight:700;
}
ul.list li {
	background: url("../images/arrow_gray.png") no-repeat left 6px;
	padding:0 0 0 10px; 
	line-height:18px;
	margin:0;
	}
.line {
	background: url("../images/line.png") no-repeat top right; height:11px; border:0; margin:0; margin:20px 0 30px 0; 
	}
	.slidingDiv {
	margin-top:9px;
	background-color:#CCC;
	z-index:1000;
	width:150px;
	float:left;
	background-color:#fff;
	border:1px solid #d4d4d4;
	border-top: none;
}
.show_hide {
	display:none;
}

/* ALL GALLERY STYLES ========================================================================================== */
/* Thumbnail Effects Style */
	ul#items, ul#items_2, ul#items_3, ul#items_4{
		width: 75%;
		height: auto;
		position: absolute;
		margin: auto;
		/* margin: 25px 0 0 0; */
		right: 0;
		padding: 0 0 100px 0;
	
		}
	ul#items li, ul#items_2 li, ul#items_3 li, ul#items_4 li{
	float:left;
	display:block;
	position: relative;
		padding: 10px 10px;
		margin: 1%;
		/* text-align: center; */
		width: 97%;
		-moz-box-shadow: 2px 2px 4px #8e8e8e;
		-webkit-box-shadow: 2px 2px 4px #8e8e8e;
		box-shadow: 2px 2px 4px #8e8e8e;
		}
	ul#items li.is_special, ul#items_2 li.is_special, ul#items_3 li.is_special, ul#items_4 li.is_special{	
		margin: 0 24px 24px 0;
		
	}	
		ul#items li.last, ul#items_2 li.last, ul#items_3 li.last, ul#items_4 li.last{
	/*margin: 0 0px 24px 0;	*/
		}
		
	ul#items li a, ul#items_2 li a, ul#items_3 li a, ul#items_4 li a{
	
		display:inline-block;
	}
	
	ul#items li.is_special a img, ul#items_2 li.is_special a img, ul#items_3 li.is_special a img, ul#items_4 li.is_special a img{
		border: 3px double orange;
	}
	
	ol#pagination{position:relative;text-align:center;}
	ol#pagination li{
		display:inline-block;
		width:22px;
		height:36px;
		text-align:left;
		text-indent:-20000px;
		list-style:none;
		cursor:pointer;
		margin:0 2px;
		}
	ol#pagination li:hover{background:url("../images/bg_buttons.png") no-repeat 0 -16px;}
	ol#pagination li.current{color:#f00;font-weight:bold;background:url("../images/bg_buttons.png") no-repeat 0 -32px;}
	ol#pagination li.prev, ol#pagination li.next{
		position:absolute;
		top:-248px;
		}
	ol#pagination li.prev{left:-35px;background: url("../images/prev.png") no-repeat}
	ol#pagination li.next{right:-30px;background: url("../images/next.png") no-repeat}
	
ul.top_nav  {
	float:left;
	list-style:none;
	width: 440px;
}
ul.top_nav ul  {
	margin:8px 0 0 0;
	float:none;
	list-style:none;
	padding:0 !important;
}
#page {
	padding-top:40px;
}
ul.top_nav li {
	float:left;
	background:url("../images/nav_divider.png") no-repeat center right;
	padding:5px 14px ;
	font-weight:700;
	
}
ul.top_nav li.last {
	background-image:none;
	/*padding:0 0 0 14px;*/
}


ul.top_nav li a {

padding:5px 5px;

}


ul.top_nav ul li {
float: none;
width: 90px;
padding:0 0 0 0;
position: static;
font-size: 11px;
background-image:none;
}

ul.top_nav ul li a {
display: block;
text-indent: 0px;
height: auto;
padding:5px 5px;

text-decoration: none;
border: 0px;
}

ul.top_nav ul li a:hover {
background:  #A0A0A5;

color: white;

}


#content {
	width:900px;
	padding:30px;
	margin-bottom:20px;
}
.image_2{
	float:left;
	height:100%;
}

	.image_2 a img, .image a img{
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;

		}
	.image_2 a:hover img{
	z-index:998;
	position:relative;
	-moz-box-shadow:2px 2px 4px #000;
	-webkit-box-shadow:2px 2px 4px #000;
	box-shadow:2px 2px 4px #000;
		}
ul#items li .info, ul#items_2 li .info, ul#items_3 li .info, ul#items_4 li .info {
	/*position: absolute;
	left: -10px; top: -10px;
	padding: 150px 10px 20px;
	width: 190px;
	display: none;
	background: #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:990;
	height:auto;
	color:#ccc;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;*/
	float: right;
	color: #222;
	width: auto;
	margin-left: 25px;
	padding: 30px 0 0 0;

}
/*ul#items li:hover .info, ul#items_2 li:hover .info, ul#items_3 li:hover .info, ul#items_4 li:hover .info {display: block; z-index:997}
ul#items li:hover, ul#items_2 li:hover, ul#items_3 li:hover, ul#items_4 li:hover { z-index:900}
*/
ul#items li .info_top, ul#items_2 li .info_top, ul#items_3 li .info_top, ul#items_4 li .info_top {
	position: absolute;
	left: -10px; top: -55px;
	padding: 20px 10px 55px 10px;
	width: 190px;
	display: none;
	background: #222;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index:990;
	height:110px;
	color:#ccc;
	-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
}
/*ul#items li:hover .info_top, ul#items_2 li:hover .info_top, ul#items_3 li:hover .info_top, ul#items_4 li:hover .info_top {display: block; z-index:997}*/
/* magnify================================================================================= */
.magnify {
	background: url("../images/full_image.png") no-repeat center center;
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
	width: 190px;
	height:120px;
	z-index:1000;
        }
	.magnify_vimeo {
	background: url("../images/full_vimeo.png") no-repeat center center; 
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
	width: 190px;
	height:120px;
	z-index:1000;
        }
	.magnify_youtube {
	background: url("../images/full_youtube.png") no-repeat center center;
	display:block; 
	position:absolute; 
	top:0; 
	left:0;
	width: 190px;
	height:120px;
	z-index:1000;
        }	
/* FOOTER  ========================================================================================== */
#footer {
	position:fixed;
	height:30px;
	
	border-bottom:3px solid #333;
	bottom:0;
	left:0;
	z-index:998;
	width:100%;
	color:#5c5c5c;
	font-weight:700;
	text-align:right;
	background:url("../images/bg_bottom.png") #F1F1F1 no-repeat bottom right;
	padding-top:40px;
}
#footer span{
	margin-right:10px;
}

/* CONTENT About page  ================================================================================= */
.two_third_col {
	width:490px;
	float:left;
	margin-right:45px;
}
.one_third_col {
	width:225px;
	float:left;
	margin-right:45px;
}
.one_third_col_last {
	width:225px;
	float:left;
}
p {
	margin-bottom:10px;
}
/* column team================================================================================= */ 
.column_team ul {
	padding-bottom:15px;
}
.column_team li {
	display:block;
	position:relative;
	padding-left:100px;
	margin-bottom:60px;
	padding-top:10px;
	line-height:14px;
}
.column_team li.last {
	margin-bottom:0px;
}
.column_team img {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	border:5px solid #ededed;
}
.column_team em {
	font-style:italic;
	color: #7c7c7c;
}

/*Sliding Text and Icon Menu Style*/
.sti-menu{
	width:960px;
	position:relative;
}
.sti-menu li{
	float:left;
	width:200px;
	height:380px;
	margin-right:30px;
		-moz-box-shadow:2px 2px 4px #8e8e8e;
	-webkit-box-shadow:2px 2px 4px #8e8e8e;
	box-shadow:2px 2px 4px #8e8e8e;
}
.sti-menu li.last{
	margin-right:0;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}

.sti-menu li a h2{
	color:#fff;
		font-size:36px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:10px;
	width:300px;
	top:280px;
	left:0px;
	text-shadow: 0px 1px 1px #000;
	background: url("../images/bg_black_50.png") repeat 0 0;
}
.sti-menu li a h3{
	font-size:18px;
	color: #fff;
	position:absolute;
	top:190px;
	left:0px;
	width:180px;
	padding:10px;
	text-shadow: 0px 1px 1px #000;
}
ul#sti-menu {
	margin-left:5px;
}
ul#sti-menu.sti-menu.nav li {
	padding:0;
	float: left;
}
ul#sti-menu.sti-menu.nav {
position:  relative;
top:0;
left:0;
}
#auto_bg {
	background:url("../images/home_1.jpg")  no-repeat 0 0;
}
#hdri_bg {
	background:url("../images/home_2.jpg")  no-repeat 0 0;
}
#arch_bg {
	background: url("../images/home_3.jpg")  no-repeat 0 0;
}
#video_bg {
	background: url("../images/home_4.jpg")  no-repeat 0 0;
}
/* form styles ================================================================================= */
fieldset {
	border:none;
	position:relative;
	margin-bottom:4px;
}
label {
	display:block;
	font-size:16px;
	margin-left:3px;
	font-family: 'GothamCondensedMedium';
	color:#555;
	width:100%;
}
#myform fieldset input {
	padding:3px;
	margin:2px 0 2px 0;
	background-color: #f2f2f2;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:  1px solid #e0e0e0;
	color:#999;
}
#myform textarea {
	padding:3px;
	margin:2px 0 2px 0;
	background-color: #f2f2f2;
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:100px;
	border:  1px solid #e0e0e0;
	color:#999;
}
#myform textarea:focus {
	padding:3px;
	margin:2px 0 2px 0;
	background-color: #f2f2f2;
	width:100%;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	height:100px;
	border:  1px solid #ccc;
}
#myform fieldset input:focus {
	padding:3px;
	margin:2px 0 2px 0;
	background-color: #f2f2f2;
	width:100%;
	font-size:12px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:  1px solid #ccc;
	color:#333;
}
/* error message */
label.error {
	font-size:12px;
	color: #900;
	position:absolute;
	top:3px; right:-15px;
	width:120px;
	text-align:right;
}
.send_bt {
	background:url("../images/submit.png") no-repeat;
	width:83px;
	height:37px;
	text-indent:-9999px;
	display:block;
	margin-top:20px;
	border:none;
	cursor: pointer;
}
#contacts_wp {
	padding: 30px  0 30px 30px;
}
.contacts {
	width:290px;
}

@media (min-width: 1200px)  and (max-width: 1600px) {
	.content_wrapper {
		width: 900px;
		margin: -190px 0 0 -700px;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	.content_wrapper {
		width: 900px;
		margin: -190px 0 0 -650px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.content_wrapper {
		width: 850px;
		margin: -190px 0 0 -575px;
	}
}

@media (min-width: 668px) and (max-width: 767px) {
	.content_wrapper {
		width: 650px;
		margin: -190px 0 0 -435px;
	}

	ul.nav {
		width: 32%;
	}

	ul#items, ul#items_2, ul#items_3, ul#items_4 {
		width: 68%;
	}
}

@media (min-width: 320px) and (max-width: 667px) {


	.content_wrapper {
		width: 400px;
		margin: -190px 0 0 -270px;
	}

	ul.nav {
		width: 50%;
	}

	ul#items, ul#items_2, ul#items_3, ul#items_4 {
		width: 50%;
	}
}


