/*  

	01)  General
	02)  Header
	03)  Home
	04)  Projects
	05)  Projects - MoreInfo
	06)  Gallery
	07)  About
	08)  Services
	09)  Contacts
	10)  Footer
		
*/

@import url("reset.css");

/* 01) General  ===============================================================================
   ============================================================================================= */
.loadingpage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999999999999;
	background:#fff url(../img/ajax-loader.gif) no-repeat center center;
}
img{
	-webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out; 
}
img.scale-with-grid{
	max-width: 100%;
	height: auto; 
}
.text-bg{
	background: rgb(255,204,51); color:#333;
	line-height: 0;
	padding: 0;
	text-shadow: black 0.1em 0.1em 0.2em
}
.color_text{
	color: 	white;
	font-family: "Helvetica", "Georgia", serif;
	font-style: italic;
	text-shadow: black 0.1em 0.1em 0.2em
}
h1{
	color: white;
	margin-top: 68px;
	margin-bottom: 7px;
	font: 26px/1 "Open Sans", "Arial";
	line-height: 38px;
	font-weight: lighter;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: black 0.1em 0.1em 0.2em
}
h2{
	color: 	white;
	font-family: "Helvetica";
	font-size: 28px;
	margin: 40px 0 40px 0;
	line-height: 33px;
	text-shadow: 0 1px 0 black;
	height: 47px;
	font-weight: 100;
	text-transform: uppercase;
	padding: 7px 7px 7px 12px;
	text-shadow: black 0.1em 0.1em 0.2em
}
h3{
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 24px;
	font-family: "Helvetica", "Arial", sans-serif;
	padding: 36px 0 15px 0;
	background: url(../img/divider.png) no-repeat left bottom;
	margin-bottom: 20px;
	text-shadow: black 0.1em 0.1em 0.2em
}
h3 span{
	font-size: 30px;
}

h4{
	color: white;
	font-weight: normal;
	margin-top: 5px;
	font-size: 13px;
	font-family: "Helvetica", "Arial";
	font-weight: 300;
	position: relative;
	float:left;
	text-align: left;
	width: 100%;
	text-shadow: black 0.1em 0.1em 0.2em
}
h4 span{
	font-size: 14px;
	font-weight: 100;
	text-shadow: black 0.1em 0.1em 0.2em
}


h5{
	color: white;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: "Helvetica", "Arial";
	font-weight: 600;
	position: relative;
	float:left;
	text-align: left;
	width: 100%;
	text-shadow: black 0.1em 0.1em 0.2em
}
h5 span{
	font-size: 15px;
	font-weight: 100;
	text-shadow: black 0.1em 0.1em 0.2em
}

h6{
	font-size: 18px;
	padding-bottom: 15px;
	color: white;
	font-family: "Helvetica";
	font-weight: normal;
	text-shadow: black 0.1em 0.1em 0.2em
}
h7{
	color: #ccc;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 16px;
	font-family: "Helvetica", "Arial";
	position: relative;
	float:left;
	text-align: left;
	width: 100%;
	text-shadow: black 0.1em 0.1em 0.2em
}
p{	
	color: #ccc;
	line-height: 20px; 
	font-size: 12px; 
	text-shadow: black 0.1em 0.1em 0.2em
}
li{	list-style: none;}

a{
	text-decoration: none; 
	position: relative; 
	color: white;  
	-webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out; 
}
a.mapimg:hover, a.galleryproj:hover{
	border-bottom: none !important;
}

a:hover, p a:focus, #footer a:focus{
	color: #ff6600; 
	border-bottom: 1px dotted #ff6600; 
	text-shadow: black 0.1em 0.1em 0.2em
}
p a:focus{ 
	-webkit-box-shadow: #ff6600 1px 1px 10px; 
	-moz-box-shadow: #ff6600 1px 1px 5px; 
	box-shadow: #ff6600 1px 1px 10px; 
}
a:hover img, a:focus img{ 
	-webkit-box-shadow: #ff6600 0 0 6px; 
	-moz-box-shadow: #ff6600 0 0 6px; 
	box-shadow: #ff6600 0 0 6px; 
	background-color: #ff6600; 
 
}
section{
	text-align: left; 
	position: relative; 
	float: left; 
	padding: 78px 0; 
	background: none; 
	height: 1100px;
}

#nav a:focus{
	outline: 0; 
}
#nav a .selected{
	color: #ff6600;
}
#nav a:hover{
	color: #ff6600;
}

.hidden{
	display: none; 
}


/* 02) Header  =================================================================================
   ============================================================================================= */
.bglight{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.light_top{
	position: absolute;
	width: 802px;
	height: 150px;
	right: 0;
	top: 0;
}
#fullwidth{
	position: fixed;
	top: 0;
	background: url('../img/header.png') repeat-x;
	left: 0;
	z-index: 999999;
	height: 170px;
	width: 100%;
}
#btop{
	position: fixed;
	top: 0px;
	z-index: 9999999;
	height: 143px;
	width: 960px;
	margin: 0 auto;
}

#logo{ 
	height: auto;
	position: relative;
	top: 20px;
	left: 0px;
	margin: 0;
	float: left;
}
#logo .reflex{
	position: absolute;
	left: 127px;
	top: -21px;
}
#logo a{  
	width: 247px; 
	height: 100px; 
	display: block; 
	background: url('../img/logo.png') no-repeat top center;
	text-indent: -9999px;
	border: 0; 
	margin: 0 auto;
}
.slogan{
	position: absolute;
	left: 240px;
	top: 62px;
	font-size: 12px;
	color: #ffffff;
	font-family: "Helvetica";
	font-style: italic;
}
#nav{ 
	position: relative;
	float: right;
	height: auto;
	text-align: right;
	top: 53px;
	right: -20px;
}
#nav select{
	display: none;
}
#nav ul{ 
	text-align: left; 
	display: inline-block; 
	margin: 0 auto; 
	padding: 0 0 14px 30px;
	line-height: 20px;
}

#nav li{ 
	float: left;
	list-style: none;
}
#nav a {
	font-size: 14px; 
	border: 0;
	text-decoration: none; 
	color: 	#ffffff; 
	padding: 0;
	margin: 0;  
	display: block;  
	font-family: "Helvetica", "Georgia", serif;
	cursor: pointer;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0 8px;
	height: 36px;
	line-height: 35px;
}

.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}
 
/* Social */
#social{
	padding: 4px;
	position: absolute;
	right: 5px;
	font-size: 11px;
	top: 6px;
}

#social ul{
	padding: 0;
	margin: 0;
}
#social ul li{
	position: relative;
	float: left;
	margin-left: 6px;
}
#social ul li a{
	-webkit-transition: none !important; 
	-moz-transition: none !important; 
	transition: none !important; 
}
#social ul li a:hover{
	border-bottom: none;
}
#social .twitter{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: 0 0;	
}
#social .twitter span.hover{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: 0 -23px;
}
#social .facebook{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -28px 0;
}
#social .facebook span.hover{	
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -28px -23px;
}

#social .forrst{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -56px 0;
}
#social .forrst span.hover{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -56px -23px;
}

#social .vimeo{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -85px 0;
}
#social .vimeo span.hover{
	position: relative;
	float: left;
	width: 27px;
	height: 22px;
	background: url(../img/social_icons.png) no-repeat;
	background-position: -85px -23px;
}

/* 03) Home  ===================================================================================
   ============================================================================================= */
#home{ 
	position: relative;
	float: left;
	padding-top: 110px; 
	margin: 0;
	 
}
#home .lighthome{
	position: absolute;
	left: 50%;
	top: 0;
}
#home a{
	-webkit-transition: none !important; 
	-moz-transition: none !important; 
	transition: none !important; 
}

.gotop{
	width: 19px;
	height: 20px;
	position: relative;
	float: right;
	right:5px;
	top: 6px;
	text-indent: -9999px;
}
a.gotop:hover{
	border-bottom: none !important;
}
#recent_projects{
	position: relative;
	top: 40px;
}
#recent_projects .home-proj{
	position: relative;
}
#recent_projects .home-proj .text{
	position: relative;
	padding: 5px 0 15px 0;
	background: url(../img/divider.png) repeat-x left bottom;
}
/* 04) Projects  ===============================================================================
   ============================================================================================= */
.proj .portfoliooverlay{
	position: absolute;
	top: 0px;
	left: 0;
	display: none;
	z-index: 66;
	height: 150px;
	width: 220px;
   	background:url(../img/overlay.png) repeat;
}
.proj .moreinfo{
	width: 46px;
	height: 46px;
	position: relative;
	left: 41%;
	top: 36%;
	background: url(../img/moreinfo.png) no-repeat;
} 
#work{
	position: relative;
	float: left;
	padding-top: 110px; 
	margin: 0;
	background: url(../img/divider.png) repeat-x left bottom;
}

#work .thumb_proj{
	position: relative;
	float: left;
	display: block;
	margin: 0 18px 6px 0;
}
#work .thumb_proj_last{
	position: relative;
	float: left;
	display: block;
	margin: 0 0 6px 0;
}
#work .thumb_proj a.proj{
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
#work .thumb_proj a.proj:hover{
	position: relative;
	border-bottom: none !important;
}
#work .thumb_proj img{
	position: relative;
	border: 0;
	padding: 0;
	margin: 0;
}


/* 05) Projects - MoreInfo   ===================================================================
   ============================================================================================= */
#work-open{
	padding: 130px 0 5px 0;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
	overflow: hidden;
}
#work-open .proj_img, #work-open .proj_video{
	margin: 40px 0 0 0;
}
.sep-proj{
	background: url("../img/pattern5.png") repeat scroll 0 0 transparent;
    height: 7px;
    left: 0;
    position: relative;
    top: 56px;
    width: 929px;
}
#work .openproject{ 
	position: relative; 
	float: left; 
	height: 0; 
	display: none; 
	overflow: hidden;
	margin: 10px 0 0 0;
	text-align: left;
}
#work .openproject .slides{ 
	float: left; 
	overflow: hidden; 
	position: relative; 
	
}
#work .openproject .slidecontent{ 
	float: left; 
	margin-top: 24px; 
}
#work .openproject .slidecontent h5{ 
	padding-bottom: 0;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
#work .openproject .slidecontent a{ 
	position: relative;
	top: 20px;
}

#work .openproject .project-title{
	position: relative;
	float: left;
}

#work .openproject .visitweb{
	position: relative;
	float: left;
	top: 5px;
	border-bottom: none;
	left: 0;
	font-weight: 600;
}

span.zoom{
	background: white url(../img/zoom2.jpg) no-repeat center center;
	position: absolute;
	z-index: 9999;
	width: 701px;
	height: 369px;
	
}


/* 06) Gallery  ================================================================================
   ============================================================================================= */
   
#gallery{
	padding: 130px 0 30px 0;
	height: auto; 
	overflow: visible; 
	margin: 0;
	position: relative;
}

#gallery .gallery_sep{
	background: url(../img/divider.png) repeat-x;
	height: 2px;
	position: relative;
	margin: 40px 0 20px 0;
}
#gallery .video{
	margin:0 0 0 15px;
}
#gallery .gallery-item{
	position: relative;
	margin: 14px;
}
#gallery .ff-items{
	position: relative;
	left: -12px;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* 07) About  ==================================================================================
   ============================================================================================= */
#about{
	position: relative;
	margin: 0;
	padding: 130px 0 20px 0;
}
#about .tstm{
	margin: 0 0 0 10px;
}
#test_nav{
	position: relative;
	text-indent: -9999px;
	top: -47px;
	left: 79%;
}
#test_nav a{
	text-indent: -9999px;
	background: url(../img/t_dots.png) no-repeat;
	background-position: 0 0;
	position: relative;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 3px;
	-webkit-transition: none !important; 
	-moz-transition: none !important; 
	transition: none !important;
}
#test_nav a.activeSlide{
	text-indent: -9999px;
	background: url(../img/t_dots.png) no-repeat;
	background-position: 0 -13px;
	width: 10px;
	height: 10px;
	position: relative;
	float: left;
	border-bottom: none !important;
}
#test_nav a:hover{
	text-indent: -9999px;
	background: url(../img/t_dots.png) no-repeat;
	background-position: 0 -13px;
	width: 10px;
	height: 10px;
	position: relative;
	float: left;
	border-bottom: none !important;
}
.testimonials-box{
	position: relative;
	float: left;
	
}
.testimonials{
	height: auto;
	position: relative;
	float: left;
	top: -13px;
	left: -7px;
}
.divider{
	position: relative;
	float: left;
	top: 0;
	background: url(../img/divider.png) repeat-x;
	padding-bottom: 20px;
}
.testimonials .blockquote{
	background: url(../img/divider.png) no-repeat bottom left;
	padding: 0 0 30px 20px;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	display: block;
	font-size: 12px;
	font-style: italic;
	font-family: "Georgia";
	color: #ffffff;
	line-height: 18px;

}
.testimonials .blockquote .quote-img{
	background: url(../img/blockquote.png) no-repeat top left;
	width: 11px;
	height: 7px;
	position: absolute;
	left: 0;	
}
.testimonials .blockquote span{
	font-family: "Open Sans", "Arial";
	top: 7px;
	font-size: 12px;
	position: relative;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;

}
#about .team{
	position: relative;
	top: 40px;
}
#about .team .team-fade{
	position: relative;
	float: left;
	background: url(../img/team.jpg) no-repeat;
	background-position: 0 0;
	height: 180px;
	width: 218px;
}
#about .team .team-fade span.hover{
	position: relative;
	float: left;
	height: 180px;
	width: 218px;
	background: url(../img/team.jpg) no-repeat;
	background-position: 0 -180px;
}
#about .team-box{
	position: relative;
	background: url(../img/divider.png) repeat-x left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0 0 0 18px;
}
/* 08) Services  ===============================================================================
   ============================================================================================= */
#services{
	position: relative;
	padding: 130px 0 30px 0;
	height: 600px;
}
#services .service{
	margin-left: 40px;
}
.service-box{
	position: relative;
	margin-bottom: 50px;
}

.service p{
	text-align: left;
	position: relative;
	padding-top: 19px;
	float: left;
	padding-bottom: 60px;
}
.service h6{
	font-size: 16px;
	font-family: "Open Sans";
	font-weight: 100;
	line-height: 16px;
	color: #ffffff;
	position: relative;
	padding: 36px 0;
	left: 12px;
}
.service .icon{
	position: relative;
	float: left;	
	border: none !important;
	margin: 0 0 0 0;
}

/* 09) Contacts  ===============================================================================
   ============================================================================================= */
#contact{
	position: relative;
	float: left;
	height: 600px;
	padding: 130px 0 30px 0;
}
#contact_form{
	position: relative;
	top: 0;

}
#name, #email, #message{
	position: relative;
	float: left;
	height: auto;
	width: 95%;
	margin-bottom: 20px;
}
#contact label{ 
	text-align: left;
	position: relative;
	float: left;
	left: 0; 
	width: 95%; 
	color: #dcdcdc;
	padding-bottom: 4px;
	font-weight: 100;
	font-size: 14px;
}
#contact input{
	position: relative;
	float: left; 
	width: 95%; 
	border: 0; 
	padding: 8px 10px; 
	color: #9f9f9f; 
	text-shadow: 0 1px 0 #000; 
	background: #3d3d3d; 
	background: rgba(255, 255, 255, 0.1); 
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	-moz-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	border: 1px solid #333; 
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	font-family:"Open Sans", "Helvetica", "Arial", sans-serif;
	font-size: 12px;
	text-shadow: black 0.1em 0.1em 0.2em
}
#contact textarea{
	position: relative;
	float: left; 
	width: 95%; 
	height: 90px;
	border: 0; 
	padding: 8px 10px; 
	color: #9f9f9f; 
	text-shadow: 0 1px 0 #000; 
	background: #3d3d3d; 
	background: rgba(255, 255, 255, 0.1); 
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	-moz-box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	box-shadow: inset rgba(0, 0, 0, 0.35) 2px 2px 12px, rgba(0, 0, 0, 0.3) 0 -1px 2px; 
	border: 1px solid #333; 
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	font-family:"Open Sans", "Helvetica", "Arial", sans-serif;
	font-size: 12px; 
	text-shadow: black 0.1em 0.1em 0.2em
}

a.button{ 
	-webkit-transition: all .3s ease; 
	-moz-transition: all .3s ease; 
	transition: all .3s ease; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	-o-border-radius: 3px; 
	-ms-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px; 
	float: left; 
	border: 0; 
	background: #333; 
	background: rgba(255, 255, 255, 0.06); 
	padding: 10px 20px; 
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif; 
	font-size: 12px; 
	color: #9f9f9f; 
	margin-top: 30px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em
}
#contact input:hover, #contact textarea:hover{ 
	border: 1px solid #999;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 
 
}
#contact .form{
	margin-top: -15px;
}
#contact .form input.hightlight, .form textarea.hightlight{ 
	border:1px solid red;
}
#contact .form-success{
	display:none;
	position: absolute;
	color: #64943c;
	font-size: 20px;
	margin: 0;
}
#contact .form-success p{
	padding-top: 40px;
	font-size: 16px;
	margin: 0;
}
.loading{ 
	display:none;
	background:url(../img/loading.gif) no-repeat 1px; 
	height:66px; 
	width:66px; 
	position:absolute; 
	margin-top:-8%; 
	margin-left:96%;
}
.form span{
	padding: 15px 0 4px 0;
	position: relative;
	float: left;
	font-size: 12px;
	color: #ccc;
}
/* LOCALIZATION */
.location{
	position: relative;
	float: left;
	left: 30px;
	top: -20px;
}
.location h6{
	margin-left: 0;
	position: relative;

}

/* 10) Footer  =================================================================================
   ============================================================================================= */
#footer{ 
	position: relative;
	background: url(../img/divider.png) repeat-x left top; 
	text-align: center;
	height: 50px;
	color: red; 
	padding: 10px 0 20px 0; 
	-webkit-font-smoothing: antialiased;
	margin-top: 20px;
	top: 50px;
}
#footer p{
	color: #333;
}

.footerbg{
	position: absolute;
	background-position: center bottom;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: auto;
}

.footerbg .ff{
	position: relative;
	background-position: center bottom;
	margin: 0 auto;
	left: 0;
	bottom: 0;
}
.credits{
	position:relative; 
	float:right;
}
/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
        
        .bglight{
			display: none !important;
		}
		#btop{
			position: absolute;
		}
		
		#fullwidth {
			position: absolute;
			
		}
		/* Social */
		#social{
			padding: 4px;
			position: absolute;
			right: -3px;
			font-size: 11px;
			top: 6px;
		}
		.slogan {
		    color: #ffffff;
		    font-family: "Georgia";
		    font-size: 12px;
		    left: 78px;
		    position: absolute;
		    top: 96px;
		}
		#home{
			height: 760px;
			margin: 0;
		}
        #home h1{
			color: #ffffff;
			margin-top: 68px;
			margin-bottom: 7px;
			font: 20px/1 "Open Sans", "Arial";
			line-height:29px;
			font-weight: lighter;
			margin-left: 0px;
			text-align: center;
			margin-bottom: 35px;
		}
		.flex-direction-nav li a.prev {
			background-position: 0 0;
			left: 2%;
			top: 53%;
			z-index: 9999;
		}
		.flex-direction-nav li a.next {
			background-position: -24px 0;
			left: 95%;
			top: 53%;
			z-index: 9999;
		}
		#services .service{
			margin-left: 32px;
		}
		.service h6{
			font-size: 13px;
			font-family: "Open Sans";
			font-weight: 100;
			line-height: 16px;
			color: #ffffff;
			position: relative;
			padding: 36px 0;
			left: 12px;
		}
		
		.location{
			position: relative;
			float: left;
			left: 15px;
			top: -20px;
		}
		
		#about .team .team-fade{
			position: relative;
			float: left;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 0;
			height: 140px;
			width: 172px;
		}
		#about .team .team-fade span.hover{
			position: relative;
			float: left;
			height: 140px;
			width: 172px;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 -180px;
		}
		
		h3{
			color: #ffffff;
			font-size: 17px;
			text-transform: uppercase;
			font-weight: 100;
			line-height: 20px;
			font-family: "Open Sans", "Arial";
			padding: 36px 0 15px 0;
			background: url(../img/divider.png) no-repeat left bottom;
			margin-bottom: 20px;
		}
		h3 span{
			font-size: 26px;
		}
		#work{
			padding: 0;
			margin: 0;
		}
		#work .openproject .close{ 
			position: absolute;
			top: 5.7%;
			right: 1.4%;
			background: url(../img/colors/orange/close.png);
			background-position: 0 0; 
			z-index: 999; 
			width: 23px; 
			border: 0; 
			height: 23px;
		}
		#work .openproject .close span.hover{  
			position: absolute; 
			top: 0;
			right: 0; 
			background: url(../img/colors/orange/close.png);
			background-position: 0 -23px; 
			z-index: 999; 
			width: 23px; 
			border: 0; 
			height: 23px;
		}
		#work-open{
			padding: 0;
			margin: 0;
		}
		span.zoom{
			background: white url(../img/zoom2.jpg) no-repeat center center;
			position: absolute;
			z-index: 9999;
			width: 558px;
			height: 293px;
		}
		#gallery{
			padding: 0;
			margin: 0;
		}
		#gallery .gallery-item{
			position: relative;
			margin: 11px;
			width: 22%;
		}
		#about{
			padding: 0;
			margin: 0;
		}
		#about .team-box{
			padding-top: 10px;
			margin: 0 0 0 18px;
		}
		#services{
			padding: 0;
			margin: 0;
			height: auto;
		}
		#contact{
			position: relative;
			float: left;
			height: 700px;
			padding: 0;
			margin: 0;
		}
		#footer{ 
			height: 200px;
			margin: 0;
		}		
	
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
#btop{
			position: absolute;
		}
		
		#fullwidth {
			position: absolute;
			top: 0;
			background: url('../img/header_mobile.png') repeat-x;
			left: 0;
			z-index: 999999;
			height: 360px;
			width: 100%;
		}
		#logo .reflex {
		    left: -25px;
		    position: absolute;
		    top: -28px;
		}
		
		#logo {
			position: absolute;
			top: 13px;
			left: 0px;
		}
		.slogan {
		    position: absolute;
		    font-size: 12px;
			left: 88px;
			top: 87px;
			font-style: italic;
		}
		
		#social{
			height: auto;
			position: absolute;
			text-align: right;
			top: 5px;
			z-index: 999;
			width: 45% !important;
			left: 26.3% !important;
		}
		#nav {
			height: auto;
			position: absolute;
			left: 49px;
			top: 122px !important;
			width: 200px;
		}
		#nav ul {
			text-align: left;
			display: inline-block;
			margin: 0;
			padding: 0;
			line-height: 20px;
			width: 200px;
		}
		#nav li{
			position: relative;
			float: left;
			width: 200px;
		}
		
		#nav a{
			margin: 0 2px;
			font-size: 14px;
			display: block;
			width: 172px;
			text-align: center;
			position: relative;
			float: left;
			
		}
		
        #home h1{
			color: #ffffff;
			margin-top: 68px;
			margin-bottom: 7px;
			font: 16px/1 "Open Sans", "Arial";
			line-height: 26px;
			font-weight: lighter;
			margin-left: 0px;
			text-align: center;
			margin-bottom: 35px;		
		}
		
		#home{
			position: relative;
			height: 800px;
			padding-top: 310px;
		}
		
		#recent_projects .home-proj .hprojimg{
			width: 31%;
			position: relative;
			float: left;
		}
		#recent_projects .home-proj .text {
			position: relative;
			float: left;
			width: 192px;
			padding: 5px 0 15px 0;
			background: url(../img/divider.png) repeat-x left bottom;
		}
		
		.flex-direction-nav li a.prev {
			background-position: 0 0;
			left: 8px;
			top: 82px;
			z-index: 9999;
		}
		.flex-direction-nav li a.next {
			background-position: -24px 0;
			left: 265px !important;
			top: 82px;
			z-index: 9999;
		}
		
		#work{
			padding: 0 0 0px 0 !important;		
		}	
		#work .thumb_proj{
			position: relative;
			float: left;
			display: block;
			margin: 7px;
			width: 45%;
		}
		
		#work .thumb_proj a.proj{
			display: block;
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		#work-open{
			padding: 0 0 5px 0 !important;
			
		}
		#work-open .proj_video iframe{
			margin: 20px 0 15px 0;
			position: relative;
			float: left;
			display: block;
			height: auto !important;
			width: 100%;
		}
		
		#work .openproject .project-title {
			position: relative;
			float: left;
			left: -15px;
			top: -17px;
		}
		
		span.zoom {
		    background: url("../img/zoom2.jpg") no-repeat scroll center center white;
		    height: 160px;
		    position: absolute;
		    width: 302px;
		    z-index: 9999;
		}
		
		#gallery{
			padding: 0 0 30px 0 !important;
			
		}
					
		#gallery .video{
			margin:25px 0 0 0;
		}
		#gallery .gallery-item{
			position: relative;
			margin: 8px;
			width: 28%;
		}
		
		#about{
			position: relative;
			margin: 0;
			padding: 0 0 20px 0 !important;
			height: 2350px;
		}
		#about .tstm{
			margin-top: 30px;
		}	
		#about .team{
			position: relative;
			top: 40px;
			
		}
		#about .team .team-fade{
			position: relative;
			float: left;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 0;
			height: 180px;
			width: 218px;
			left: 0;
		}
		#about .team .team-fade span.hover{
			position: relative;
			float: left;
			height: 180px;
			width: 218px;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 -180px;
		}
		
		#about .team-box{
			position: relative;
			background: url(../img/divider.png) repeat-x left bottom;
			padding-bottom: 20px;
			padding-top: 30px;
			margin: 0 0 0 0;
			width: 94%;
		}

		#about .team p{
			position: relative;
			line-height: 17px;
			float: left;
			font-size: 12px;
			
		}
		
		
		#test_nav {
		    left: 75%;
		    position: relative;
		    text-indent: -9999px;
		    top: -47px;
		}
		
		#services{
			position: relative;
			padding: 0 0 30px 0 !important;			
			height: 1700px;
		}
		.service .icon{
			position: relative;
			float: left;	
			border: none !important;
			margin: 0 0 0 0;
		}
		#services .service {
			margin-left: 0;
		}
		
		
		
		#contact{
			position: relative;
			height: 1000px;
			padding-top: 0 !important;
		}
		#contact_form{
			position: relative;
			top: 0;
			height: 465px;
		
		}
		#contact input, textarea{
			position: relative;
			float: left; 
			width: 92%; 
			
		}
		#contact textarea{
			position: relative;
			float: left; 
			width: 92%; 
			 
		}
		
		.location{
			position: relative;
			float: left;
			left: -51px;
			top: 20px;
			padding-top: 40px;
			width: 98%;
			background: url(../img/divider.png) repeat-x left top;
		}
		
		.location h6{
			margin-left: 0;
			position: relative;
		
		}
		
		#nav select{
			display: block;
		}
		
		.credits{
			position:relative; 
			float:left;
		}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#btop{
			position: absolute;
		}
		
        #fullwidth {
			position: absolute;
			top: 0;
			background: url('../img/header_mobile.png') repeat-x;
			left: 0;
			z-index: 999999;
			height: 351px;
			width: 100%;
		}
		#logo .reflex {
		    left: -25px;
		    position: absolute;
		    top: -28px;
		}
		
		#logo {
			position: absolute;
			top: 13px;
			left: 0px;
		}
		.slogan {
		    position: absolute;
		    font-size: 12px;
			left: 150px;
			top: 87px;
			font-style: italic;
		}
		
		#social{
			height: auto;
			position: absolute;
			text-align: right;
			top: 5px;
			z-index: 999;
			width: 45% !important;
			left: 33% !important;
		}
		#nav {
			position: relative;
			left: 108px;
			top: 122px;
			width: 200px;
		}
		#nav ul {
			text-align: left;
			margin: 0;
			padding: 0;
			line-height: 20px;
			width: 300px;
		}
		#nav li{
			position: relative;
			float: left;
			width: 300px;
		}
		
		#nav a{
			margin: 0 2px;
			font-size: 14px;
			display: block;
			width: 172px;
			text-align: center;
			position: relative;
			float: left;
			
		}
		
        #home h1{
			color: #666;
			margin-top: 68px;
			margin-bottom: 7px;
			font: 16px/1 "Open Sans", "Arial";
			line-height: 26px;
			font-weight: lighter;
			margin-left: 0px;
			text-align: center;
			margin-bottom: 35px;		
		}
		
		#home{
			position: relative;
			height: 800px;
			padding-top: 310px;
		}
		
		#recent_projects .home-proj .hprojimg{
			width: 31%;
			position: relative;
			float: left;
		}
		#recent_projects .home-proj .text {
			position: relative;
			float: left;
			width: 268px;
			padding: 5px 0 15px 0;
			background: url(../img/divider.png) repeat-x left bottom;
		}
		
		.flex-direction-nav li a.prev {
			background-position: 0 0;
			left: 8px;
			top: 112px;
			z-index: 9999;
		}
		.flex-direction-nav li a.next {
			background-position: -24px 0;
			top: 112px !important;
			left: 92.5% !important;
			z-index: 9999;
		}
		
		#work{
			padding: 0 0 0px 0 !important;		
		}	
		#work .thumb_proj{
			position: relative;
			float: left;
			display: block;
			margin: 7px;
			width: 45%;
		}
		
		#work .thumb_proj a.proj{
			display: block;
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
			width: 100%;
		}
		#work-open{
			padding: 0 0 5px 0 !important;
			
		}
		#work-open .proj_video iframe{
			margin: 20px 0 15px 0;
			position: relative;
			float: left;
			display: block;
			height: auto !important;
			width: 100%;
		}
		
		#work .openproject .project-title {
			position: relative;
			float: left;
			left: -15px;
			top: -17px;
		}
		
		span.zoom {
		    background: url("../img/zoom2.jpg") no-repeat scroll center center white;
		    height: 223px;
		    position: absolute;
		    width: 429px;
		    z-index: 9999;
		}
		#gallery{
			padding: 0 0 30px 0 !important;
			
		}
					
		#gallery .video{
			margin:25px 0 0 0;
		}
		#gallery .gallery-item{
			position: relative;
			margin: 8px;
			width: 28%;
		}
		
		#about{
			position: relative;
			margin: 0;
			padding: 0 0 20px 0 !important;
			height: 2350px;
		}
		#about .tstm{
			margin-top: 30px;
		}	
		#about .team{
			position: relative;
			top: 40px;
			
		}
		#about .team .team-fade{
			position: relative;
			float: left;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 0;
			height: 180px;
			width: 218px;
			left: 0;
		}
		#about .team .team-fade span.hover{
			position: relative;
			float: left;
			height: 180px;
			width: 218px;
			background: url(../img/team.jpg) no-repeat;
			background-position: 0 -180px;
		}	
		#about .team-box{
			position: relative;
			background: url(../img/divider.png) repeat-x left bottom;
			padding-bottom: 20px;
			padding-top: 30px;
			margin: 0 0 0 0;
			width: 94%;
		}
		#about .team p{
			position: relative;
			line-height: 17px;
			float: left;
			font-size: 12px;
			
		}		
		#test_nav {
			left: -17px;
			position: relative;
			text-indent: -9999px;
			top: -29px;
		}	
		#services{
			position: relative;
			padding: 0 0 30px 0 !important;			
			height: 1700px;
		}
		.service .icon{
			position: relative;
			float: left;	
			border: none !important;
			margin: 0 0 0 0;
		}
		#services .service {
			margin-left: 0;
		}
		
		#contact{
			position: relative;
			height: 1050px;
			padding-top: 0 !important;
		}
		#contact_form{
			position: relative;
			top: 0;
			height: 465px;
		
		}
		#contact input, textarea{
			position: relative;
			float: left; 
			width: 92%; 
			
		}
		#contact textarea{
			position: relative;
			float: left; 
			width: 92%; 
			 
		}
		
		.location{
			position: relative;
			float: left;
			left: -51px;
			top: 20px;
			padding-top: 40px;
			width: 98%;
			background: url(../img/divider.png) repeat-x left top;
		}
		
		.location h6{
			margin-left: 0;
			position: relative;
		
		}
		
		.credits{
			position:relative; 
			float:left;
		}
		
}

/* 10) Switcher  ===============================================================================
   ============================================================================================= */
#switcher{ 
	position: fixed;
	left: 0px;
	top: 200px;
	z-index: 9999;
	background:#fff;
	border:1px solid #ddd;
	padding:0 4px 10px 7px;	
	width:150px;
}
#switcher h6{
	font-size: 14px;
	font-weight: bold;
}
#switcher form select{
	width:148px;
	padding:4px 6px;
	border:1px solid #ccc;
}
.option_btn{
	position: fixed;
	top: 40px;
	cursor: pointer;
	z-index: 9999999;
	width: 48px;
	height: 48px;
	 
}

.settings-open{
	background:#fff url(../img/close.png) 9px 9px no-repeat;
	moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

.settings-close{
	background:#fff url(../img/open.png) 9px 9px  no-repeat;
	moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

#option_wrapper
{
	position: fixed;
	top: 40px;
	left:-222px;
	width: 180px;
	padding: 7px 0 0 0;
	background-color: #fff;
	z-index: 9999999;
	color: #ffffff;
	font-size: 11px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid rgba(150, 150, 150, 0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
	-moz-box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
	box-shadow: 2px 2px 0px 0px rgba(150, 150, 150, 0.1);
}

#option_wrapper .inner
{
	width: 90%;
	margin:auto;
}
#bg_body_image{
	position: relative;
	float: left;
	top: 5px;
	left: 5px;
}
.switch-button {	
	border:1px solid #fff;
	border-left:1px solid #fff;
	display:block;
	height:30px;
	width:30px;
	position:absolute;
	margin-left:152px;
	margin-top:10px;
	cursor:pointer;
}
#option_wrapper p{
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	right: 2px;
	font-family: "Open Sans", "Helvetica", "Arial";
	font-weight: 400;
	color: #ffffff;
}
#option_wrapper .button{
	top: 0;
	position: relative;
	float: left;
	padding: 4px 16px;
	background: #EEE;
	text-align: center;
	margin-bottom: 20px;
	left: 11px;
	color: #ffffff;
	font-weight: bold;
	-webkit-transition: all .5s ease-in-out; 
	-moz-transition: all .5s ease-in-out; 
	transition: all .5s ease-in-out;
}
#option_wrapper a.button:hover{
	font-weight: bold;
	padding: 4px 16px;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	border-bottom: none !important;
	-webkit-box-shadow: none !important; 
	-moz-box-shadow: none !important; 
	box-shadow: none !important; 
}
.open {
	background:#fff url(../img/close.png) no-repeat center center;
	border-bottom: none;
}
.closed {
	background:#fff url(../img/open.png) no-repeat center center;
	border-bottom: none;
}

a.closed:hover, a.open:hover {
	border-bottom: none;
}

.theme{
	position: relative;
	top: 10px;
	margin-bottom: 23px;
}
.theme .dark{
	background: url(../img/dark_bg.jpg) repeat;
	padding: 8px 16px;
	color: white;
}
.theme .nature{
	background: url(../img/nature_bg.jpg) repeat;
	padding: 8px 16px;
	color: white;
}
.theme a.dark:hover, .theme a.nature:hover, #option_wrapper .skins a:hover{
	border-bottom: none !important;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#option_wrapper .skins{
	position: relative;
	float: left;
	left: 0;
	top: 5px;
	padding-bottom: 0;
	width: 110%;
}
#option_wrapper .skins li{
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
#option_wrapper .skins a{
	position: relative;
	float: left;
	text-decoration: none;
	border: none !important;
	width: 25px;
	height: 24px;
	text-indent: -9999px;
}
#option_wrapper .skins a.blue{
	background: #00ccff;
}
#option_wrapper .skins a.red{
	background: #f73a3a;
}
#option_wrapper .skins a.green{
	background: #66cc33;
}
#option_wrapper .skins a.pink{
	background: #cc3399;
}
#option_wrapper .skins a.purple{
	background: #9933cc;
}
#option_wrapper .skins a.bluegreen{
	background: #3ABAAA;
}
#option_wrapper .skins a.redwine{
	background: #663333;
}
#option_wrapper .skins a.darkorange{
	background: #cc3300;
}
#option_wrapper .skins a.orange{
	background: #f36a33;
}
#option_wrapper .skins a.violet{
	background: #333366;
}
#option_wrapper .skins a.greenblue{
	background: #669999;
}
#option_wrapper .skins a.greenyellow{
	background: #ccff33;
}
#option_wrapper .skins a.yellow{
	background: #ffcc33;
}
#option_wrapper .skins a.aqua{
	background: #00FFFF;
}
#option_wrapper .skins a.lima{
	background: #999933;
}

.thumb_proj img, .gallery-item img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
   max-width: 100%;
   height: auto;
}
.thumb_proj .mask, .gallery-item .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: #000;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   top: 0;
   left: 0;
   position: absolute;
   width: 100%;
   height: 96.7%;
   text-align: center;
   pointer-events: none;
}
.thumb_proj:hover, .gallery-item:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=70);
   opacity: 0.7;
}

.thumb_proj:hover .more, .gallery-item:hover .more {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   background: url(../img/more.png) no-repeat center center;
   width: 100%;
   height: 100%;
   margin: 0 auto;
   text-align: center;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   
}

::selection {background: #fd8e44; color:#000;}
::-moz-selection {background: #fd8e44; color:#000;}




/* Direction Nav - Home SLider*/
.flex-direction-nav li a {width: 23px; height: 23px; margin: -13px 0 0; display: block; background: url(../img/colors/orange/arrows.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; border-bottom: none !important;left: 46px;}


/*Gallery select*/
#gallery .ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all,
#gallery .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1,
#gallery .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2,
#gallery .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3{
	color: #ff6600;
	
}

#contact input:focus, #contact textarea:focus{ 
	color: #ccc; 
	border: 1px solid #ff6600; 
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 1px 1px 8px, #ff6600 0 0 5px; 
	-moz-box-shadow: inset rgba(0, 0, 0, 0.25) 1px 1px 8px, #ff6600 0 0 5px; 
	box-shadow: inset rgba(0, 0, 0, 0.25) 1px 1px 8px, #ff6600 0 0 5px; 
	outline: 0; 
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; 

}
a.button:hover{
	-webkit-box-shadow: #ff6600 0 0 5px; 
	-moz-box-shadow: #ff6600 0 0 5px; 
	box-shadow: #ff6600 0 0 5px; 
	background-color: #ff6600;
	color: #ccc;
	-webkit-transition: all .4s ease; -moz-transition: all .4s ease; transition: all .4s ease; 

}
#work .openproject .close{ 
	position: absolute;
	top: 6.6%;
	right: 1.2%;
	background: url(../img/colors/orange/close.png);
	background-position: 0 0; 
	z-index: 1001; 
	width: 23px; 
	border: 0; 
	height: 23px;
}
#work .openproject .close span.hover{  
	position: absolute; 
	top: 0;
	right: 0; 
	background: url(../img/colors/orange/close.png);
	background-position: 0 -23px; 
	z-index: 1001; 
	width: 23px; 
	border: 0; 
	height: 23px;
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	#work .openproject .close{ 
		position: absolute;
		top: 36.5%;
		right: 1.2%;
		background: url(../img/colors/orange/close.png);
		background-position: 0 0; 
		z-index: 999; 
		width: 23px; 
		border: 0; 
		height: 23px;
	}
	
	#work .openproject .close span.hover{  
		position: absolute; 
		top: 0;
		right: 0; 
		background: url(../img/colors/orange/close.png);
		background-position: 0 -23px; 
		z-index: 999; 
		width: 23px; 
		border: 0; 
		height: 23px;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#work .openproject .close{ 
	position: absolute;
	top: 47.6%;
	right: 0.2%;
	background: url(../img/colors/orange/close.png);
	background-position: 0 0; 
	z-index: 999; 
	width: 23px; 
	border: 0; 
	height: 23px;
}
#work .openproject .close span.hover{  
	position: absolute; 
	top: 0;
	right: 0; 
	background: url(../img/colors/orange/close.png);
	background-position: 0 -23px; 
	z-index: 999; 
	width: 23px; 
	border: 0; 
	height: 23px;
}
}

