/*  

	SPECTRUM Default.css
	by b2themes  
	
	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");
body{ 
	background:rgba(255,255,255,1)url('../img/fondo.jpg') fixed;
	text-align: center;
	font-weight: normal;
	font-family: Helvetica Neue, Arial sans-serif;
	color: gray;
	font-size: 16px;
	line-height: 20px;
}
.lined:after{
	content: '';
	display: block;
	border-bottom: 1px solid #333;
	width: 50px;
	margin: 22px 0 17px;
	margin: 0 auto;
	padding-top: 30px;;
}
/* 01) General  ===============================================================================
   ============================================================================================= */
.loadingpage{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:999999999999;
	background:#212121 url(../img/loader.gif) no-repeat center center;
}
.colored{
	font-size: 26px;
	color: #696969;
	position: relative;
	float: left;
	padding-right: 10px;
	margin-bottom: 10px;
}
/*
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; 
}
.boldt{
	color: #ccc;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial sans-serif;
}
h1{
	color: #666666;
	margin-top: 68px;
	margin-bottom: 7px;
	line-height: 38px;
	font-weight: lighter;
	margin-left: 0px;
	text-align: center;
	margin-bottom: 35px;
}
h3{
	color: #696969;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 24px;
	padding: 36px 0 15px 0;
	background: url(../img/divider.png) no-repeat left bottom;
	margin-bottom: 20px;
}
h3 span{
	font-size: 30px;
}
#recent_projects h3{
	color: #CCC;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 22px;
	padding: 0 0 0 0;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
}
#recent_projects h3 span{
	font-size: 29px;
}
h5{
	color: #9D1B33;
	font-weight: normal;
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	font-family: "Open Sans", "Arial";
	font-weight: 600;
	position: relative;
	float:left;
	text-align: left;
	width: 100%;
}
h5 span{
	font-size: 15px;
	font-weight: 100;
	color: #666;
}
p{	line-height: 20px; 	font-size: 16px;	line-height: 1.5em;}
li{	list-style: none;}

a{
	text-decoration: none; 
	position: relative; 
	color: #999;  
	-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;
}
.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: #C3C3C3;
	left: 0;
	z-index: 999999;
	height: 100px;
	width: 100%;
}
#btop{
	position: fixed;
	z-index: 999999;
	height: 100px;
}

#logo{ 
	height: auto;
	position: relative;
	top: 17px;
	left: -10px;
	float: left;
	text-align: left;
}
#logo .reflex{
	position: absolute;
	left: 127px;
	top: -21px;
}

.slogan{
	position: absolute;
	left: 230px;
	top: 40px;
	font-size: 12px;
	color: #666;
	font-family: Oswald;
	font-weight: 300;
	letter-spacing: 1px;
}
#nav{ 
	position: relative;
	float: right;
	height: auto;
	text-align: right;
	top: 33px;
	right: 0;
}
#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: 17px; 
	border: 0;
	text-decoration: none; 
	color: #797979; 
	padding: 0;
	margin: 0;  
	display: block;  
	font-family: Arial;
	cursor: pointer;
	line-height: 23px;
	text-transform: uppercase;
	padding: 0 14px;
	height: 36px;
	line-height: 35px;
	letter-spacing: 1px;
}
#nav li:last-child a{
	padding: 0 0 0 14px;
}
.nav-close{
	display:none;
	font-size:8px;
	text-transform:uppercase;
	padding:1px 8px;
	background:#dedede;
	text-decoration:none;
	position:absolute;
	z-index:50;
}
 
.social-icons ul li{
		display: block;
	float: left;
	margin: 0 2px 2px 0;
	padding: 0;
	border: 1px solid #333;
	}
	.social-icons ul li a{
		-webkit-transition:all 0.2s ease 0s;
		   -moz-transition:all 0.2s ease 0s;
             -o-transition:all 0.2s ease 0s;
                transition:all 0.2s ease 0s;
		display:block;
		width:40px;
		height:40px;
		text-indent:-9999px;
		background-position: 0px 0px;
		background-repeat: no-repeat;
		opacity: 0.6;
		text-indent: -9999px;
	}
	
	#copyright .social-icons ul li a{
		opacity: 1;
	}
	#copyright .social-icons ul li a:hover{
		background-color: transparent !important;
	}
	
	.social-icons a:hover{
		background-color: #cccccc;
		background-position: 0px -40px !important;
		opacity: 1;
	}
	
	.social-email a { background: url(../images/icons/email.png) no-repeat 0 0 }
	.social-email a:hover { background-color: #666666 }
	.social-aim a { background: url(../images/icons/aim.png) no-repeat 0 0 }
	.social-aim a:hover { background-color: #e95a00 }
	.social-apple a { background: url(../images/icons/apple.png) no-repeat 0 0 }
	.social-apple a:hover { background-color: #606060 }
	.social-behance a { background: url(../images/icons/behance.png) no-repeat 0 0 }
	.social-behance a:hover { background-color: #18a3fe }
	.social-blogger a { background: url(../images/icons/blogger.png) no-repeat 0 0 }
	.social-blogger a:hover { background-color: #fb913f }
	.social-cargo a { background: url(../images/icons/cargo.png) no-repeat 0 0 }
	.social-cargo a:hover { background-color: #00c462 }
	.social-delicious a { background: url(../images/icons/delicious.png) no-repeat 0 0 }
	.social-delicious a:hover { background-color: #3274d1 }
	.social-deviantart a { background: url(../images/icons/deviantart.png) no-repeat 0 0 }
	.social-deviantart a:hover { background-color: #d0de21 }
	.social-digg a { background: url(../images/icons/digg.png) no-repeat 0 0 }
	.social-digg a:hover { background-color: #2882c6 }
	.social-dopplr a { background: url(../images/icons/dopplr.png) no-repeat 0 0 }
	.social-dopplr a:hover { background-color: #99cc66 }
	.social-dribbble a { background: url(../images/icons/dribbble.png) no-repeat 0 0 }
	.social-dribbble a:hover { background-color: #ef5b92 }
	.social-ember a { background: url(../images/icons/ember.png) no-repeat 0 0 }
	.social-ember a:hover { background-color: #fb9d00 }
	.social-evernote a { background: url(../images/icons/evernote.png) no-repeat 0 0 }
	.social-evernote a:hover { background-color: #77ba2f }
	.social-facebook a { background: url(../images/icons/facebook.png) no-repeat 0 0 }
	.social-facebook a:hover { background-color: #3b5998 }
	.social-flickr a { background: url(../images/icons/flickr.png) no-repeat 0 0 }
	.social-flickr a:hover { background-color: #f1628b }
	.social-forrst a { background: url(../images/icons/forrst.png) no-repeat 0 0 }
	.social-forrst a:hover { background-color: #5b9a68 }
	.social-github a { background: url(../images/icons/github.png) no-repeat 0 0 }
	.social-github a:hover { background-color: #7292a2 }
	.social-google a { background: url(../images/icons/google.png) no-repeat 0 0 }
	.social-google a:hover { background-color: #dd4b39 }
	.social-googleplus a { background: url(../images/icons/googleplus.png) no-repeat 0 0 }
	.social-googleplus a:hover { background-color: #d94a39 }
	.social-gowalla a { background: url(../images/icons/gowalla.png) no-repeat 0 0 }
	.social-gowalla a:hover { background-color: #ff920d }
	.social-grooveshark a { background: url(../images/icons/grooveshark.png) no-repeat 0 0 }
	.social-grooveshark a:hover { background-color: #f88e00 }
	.social-html5 a { background: url(../images/icons/html5.png) no-repeat 0 0 }
	.social-html5 a:hover { background-color: #f3642c }
	.social-icloud a { background: url(../images/icons/icloud.png) no-repeat 0 0 }
	.social-icloud a:hover { background-color: #fb913f }
	.social-lastfm a { background: url(../images/icons/lastfm.png) no-repeat 0 0 }
	.social-lastfm a:hover { background-color: #d21309 }
	.social-linkedin a { background: url(../images/icons/linkedin.png) no-repeat 0 0 }
	.social-linkedin a:hover { background-color: #71b2d0 }
	.social-metacafe a { background: url(../images/icons/metacafe.png) no-repeat 0 0 }
	.social-metacafe a:hover { background-color: #ef4035 }
	.social-mixx a { background: url(../images/icons/mixx.png) no-repeat 0 0 }
	.social-mixx a:hover { background-color: #d80330 }
	.social-myspace a { background: url(../images/icons/myspace.png) no-repeat 0 0 }
	.social-myspace a:hover { background-color: #003398 }
	.social-netvibes a { background: url(../images/icons/netvibes.png) no-repeat 0 0 }
	.social-netvibes a:hover { background-color: #629e61 }
	.social-newsvine a { background: url(../images/icons/newsvine.png) no-repeat 0 0 }
	.social-newsvine a:hover { background-color: #5b965a }
	.social-orkut a { background: url(../images/icons/orkut.png) no-repeat 0 0 }
	.social-orkut a:hover { background-color: #ed2590 }
	.social-paypal a { background: url(../images/icons/paypal.png) no-repeat 0 0 }
	.social-paypal a:hover { background-color: #32689a }
	.social-picasa a { background: url(../images/icons/picasa.png) no-repeat 0 0 }
	.social-picasa a:hover { background-color: #444 }
	.social-pinterest a { background: url(../images/icons/pinterest.png) no-repeat 0 0 }
	.social-pinterest a:hover { background-color: #cb2027 }
	.social-plurk a { background: url(../images/icons/plurk.png) no-repeat 0 0 }
	.social-plurk a:hover { background-color: #f35b36 }
	.social-posterous a { background: url(../images/icons/posterous.png) no-repeat 0 0 }
	.social-posterous a:hover { background-color: #f9d560 }
	.social-reddit a { background: url(../images/icons/reddit.png) no-repeat 0 0 }
	.social-reddit a:hover { background-color: #cde2f9 }
	.social-rss a { background: url(../images/icons/rss.png) no-repeat 0 0 }
	.social-rss a:hover { background-color: #fe9900 }
	.social-skype a { background: url(../images/icons/skype.png) no-repeat 0 0 }
	.social-skype a:hover { background-color: #18b7f1 }
	.social-stumbleupon a { background: url(../images/icons/stumbleupon.png) no-repeat 0 0 }
	.social-stumbleupon a:hover { background-color: #eb4924 }
	.social-technorati a { background: url(../images/icons/technorati.png) no-repeat 0 0 }
	.social-technorati a:hover { background-color: #7ac84f }
	.social-tumblr a { background: url(../images/icons/tumblr.png) no-repeat 0 0 }
	.social-tumblr a:hover { background-color: #3a5976 }
	.social-twitter a { background: url(../images/icons/twitter.png) no-repeat 0 0 }
	.social-twitter a:hover { background-color: #48c4d2 }
	.social-vimeo a { background: url(../images/icons/vimeo.png) no-repeat 0 0 }
	.social-vimeo a:hover { background-color: #62a0ad }
	.social-wordpress a { background: url(../images/icons/wordpress.png) no-repeat 0 0 }
	.social-wordpress a:hover { background-color: #464646 }
	.social-yahoo a { background: url(../images/icons/yahoo.png) no-repeat 0 0 }
	.social-yahoo a:hover { background-color: #ab64bc }
	.social-yelp a { background: url(../images/icons/yelp.png) no-repeat 0 0 }
	.social-yelp a:hover { background-color: #c41200 }
	.social-youtube a { background: url(../images/icons/youtube.png) no-repeat 0 0 }
	.social-youtube a:hover { background-color: #f45750 }
	.social-zerply a { background: url(../images/icons/zerply.png) no-repeat 0 0 }
	.social-zerply a:hover { background-color: #8db259 }
	.social-zootool a { background: url(../images/icons/zootool.png) no-repeat 0 0 }
	.social-zootool a:hover { background-color: #262626 }

/* 03) Home  ===================================================================================
   ============================================================================================= */
#home{ 
	position: relative;
	padding-top: 100px; 

}
#home .lighthome{
	position: absolute;
	left: 50%;
	top: 0;
}
.gotop{
	background: url(../img/gotop.png) no-repeat;
	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: -137px;
	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{
	height: auto; 
	overflow: visible; 
	padding: 130px 0 0px 0;
	position: relative;
	margin: 0 auto;
	border-bottom: 1px solid #333;
}

#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: 536px;
	
}


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

#gallery .gallery_sep{
	height: 2px;
	position: relative;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #333;
}
#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 auto;
	padding: 130px 0 220px 0;
	height: auto;
}
#about .tstm{
	margin: 0 0 0 10px;
}
#test_nav{
	position: relative;
	text-indent: -9999px;
	top: -29px;
	left: 84%;
}
#test_nav a{
	text-indent: -9999px;
	background: #333;
	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;
}

.testimonials-box{
	position: relative;
	float: left;
	
}
.testimonials{
	height: auto;
	position: relative;
	float: left;
	top: -10px;
	left: -7px;
}
.divider{
	position: relative;
	float: left;
	top: 0;
	background: url(../img/divider.png) repeat-x;
	padding-bottom: 20px;
}
.testimonials .blockquote{
	padding: 0 0 30px 0;
	position: relative;
	float: left;
	left: 0;
	top: 0;
	display: block;
	font-size: 14px;
	line-height: 22px;

}
.testimonials .blockquote .quote-img{
	width: 11px;
	height: 7px;
	position: absolute;
	left: 0;	
}
.testimonials .blockquote span{
	font-family: "Open Sans", "Arial";
	top: 7px;
	position: relative;
	font-style: normal;
	color: #ccc;
	font-weight: bold;

	font-size: 12px;
}
#about .team{
	position: relative;
	top: 40px;
}
#about .team .team-fade{
	position: relative;
	float: left;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 0;
	height: 260px;
	width: 218px;
}
#about .team .team-fade span.hover{
}
#about .team .team-fade2{
	position: relative;
	float: left;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 0;
	height: 260px;
	width: 218px;
}
#about .team .team-fade2 span.hover{
	position: relative;
	float: left;
	height: 260px;
	width: 218px;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 -260px;
}
#about .team .team-fade3{
	position: relative;
	float: left;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 0;
	height: 260px;
	width: 218px;
}
#about .team .team-fade3 span.hover{
	position: relative;
	float: left;
	height: 260px;
	width: 218px;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 -260px;
}
#about .team .team-fade4{
	position: relative;
	float: left;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 0;
	height: 260px;
	width: 218px;
}
#about .team .team-fade4 span.hover{
	position: relative;
	float: left;
	height: 260px;
	width: 218px;
	background: url(../preview-images/218x520.gif) no-repeat;
	background-position: 0 -260px;
}
#about .team-box{
	position: relative;
	margin: 0 0 0 18px;
	border-bottom: 1px solid #333;
	padding: 20px 0 22px 0 !important;
}
/* 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: #ccc;
	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;
	height: 600px;
	padding: 130px 0 90px 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; 
	background: #000000; 
	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;      
	font-family:"Open Sans", "Helvetica", "Arial", sans-serif;
	font-size: 12px; 
}
#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;      
	font-family:"Open Sans", "Helvetica", "Arial", sans-serif;
	font-size: 12px; 
}

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;
	text-transform: uppercase;
}
#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/loader.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: 13px;
}
/* LOCALIZATION */
.location{
	position: relative;
	float: left;
	left: 30px;
	top: -20px;
}
.location h6{
	margin-left: 0;
	position: relative;

}

/* 10) Footer  =================================================================================
   ============================================================================================= */
#footer{ 
	position: relative; 
	text-align: center;
	height: 90px; 
	padding: 10px 0 20px 0; 
	-webkit-font-smoothing: antialiased;
	border-top: 1px solid #333;
}
#footer p{
	color: #333;
	font-size: 12px;
	padding-top: 20px;
}

.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;
}
/* Responsive dropdown*/
.dropdown-menu{
	-webkit-appearance: none;
	padding: 12px 10px;
	outline: none;
	overflow: hidden;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: white;
	font-weight: bold;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background: rgb(46, 46, 46) url(../images/menu-drop.png) no-repeat center center;
	position: relative;
	left: 0;
	top: -10px;
	float: right;
	border: none;
	-webkit-border-radius: 0; 
	border-radius: 0;
}
#select-menu{
	display: none;
}
/* #Media Queries
================================================== */

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
        
        #select-menu{
	display: none;
}
        #home h1{
			color: #666;
			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: #ccc;
			position: relative;
			padding: 36px 0;
			left: 12px;
		}
		
		.location{
			position: relative;
			float: left;
			left: 15px;
			top: -20px;
		}
		
		#about .team{
			position: relative;
			float: left;
			background-position: 0 0;
			height: 140px;
		}
		
		
		h3{
			color: #ccc;
			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 .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;
		}
		iframe{
			width: 100%;
		}
		#work{
			
		}
		#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;
		}
		
		#about{
			padding: 130px 0 280px 0;
		}
		#gallery .gallery-item{
			position: relative;
			margin: 11px;
			width: 22%;
		}
		
		#about .team-box{
			padding-top: 10px;
			margin: 0 0 0 18px;
		}
		.services-box ul li .icon{
			left: 30px !important;
		}
		.services-box ul li .icon{
			left: 90px !important;
		}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		#select-menu{
	  	display: inline-block;
	  	position: absolute;
		width: 100%;
	  	right: 0;
	  	top: -62px;
}
	  	ul li .icon {
left: 90px !important;
}
		
		.nav-menu{
			display: none;
		}	
		#logo {
			top: 13px;
			left: 0px;
		
			margin: 0;
			left: -10px;
}
		.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;
			width: 50px;
		}
		#nav ul {
			display: none;
		}
		#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: #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;
			padding-top: 100px;
		
			height: auto;
}
		
		#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;		
		
			height: auto;
}	
		#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: 130px 0 30px 0 !important;
			
		
			height: auto;
}
					
		#gallery .video{
			margin:25px 0 0 0;
		}
		#gallery .gallery-item{
			position: relative;
			margin: 8px;
			width: 28%;
		}
		
		#about{
			position: relative;
		
			height: auto;
}
		#about .tstm{
			margin-top: 30px;
		}	
		#about .team{
			position: relative;
			top: 40px;
			
		}
		#about .team .team-fade{
		}
		#about .team .team-fade span.hover{
		}
		
		#about .team-box{
		}

		#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: auto;
		}
		.service .icon{
			position: relative;
			float: left;	
			border: none !important;
			margin: 0 0 0 0;
		}
		#services .service {
			margin-left: 0;
		}
		
		
		
		#contact{
			position: relative;
			height: auto;
			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;
		}
		iframe{
			width: 100%;
		}
		.contact-item{
			left: 25px;
		}
}


/* 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: 27px;
	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: 27px;
	left:-222px;
	width: 180px;
	padding: 7px 0 20px 0;
	background-color: #fff;
	z-index: 9999999;
	color: #666;
	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: #666;
	font-size: 1em;
}
#option_wrapper .button{
	top: 0;
	position: relative;
	float: left;
	padding: 4px 16px;
	background: #EEE;
	text-align: center;
	margin-bottom: 20px;
	left: 11px;
	color: #999;
	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{
	padding: 8px 16px;
	color: #666;
	border: 1px solid #666;
}
.theme .nature{
	padding: 8px 16px;
	color: #666; border: 1px solid #666;
}
.theme a.dark:hover, .theme a.nature:hover, #option_wrapper .skins a:hover{
	background: #333; /* For IE8 and earlier */
	color: #fff;
}
#option_wrapper .skins{
	position: relative;
	float: left;
	left: 0;
	top: 5px;
	padding-bottom: 0;
	width: 102%;
}
#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: 38px;
	height: 28px;
	text-indent: -9999px;
}
#option_wrapper .skins a.blue{
	background: #289dcc;
}
#option_wrapper .skins a.red{
	background: #e84545;
}
#option_wrapper .skins a.green{
	background: rgb(141, 199, 42);
}
#option_wrapper .skins a.pink{
	background: #e465ce;
}
#option_wrapper .skins a.purple{
	background: #9933cc;
}
#option_wrapper .skins a.bluegreen{
	background: #10b9b9;
}
#option_wrapper .skins a.redwine{
	background: #663333;
}
#option_wrapper .skins a.darkorange{
	background: #cc3300;
}
#option_wrapper .skins a.orange{
	background: #f68c1a;
}
#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: #9D1B33;
}
#option_wrapper .skins a.aqua{
	background: #00FFFF;
}
#option_wrapper .skins a.lima{
	background: #bde062;
}

.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;
   
}
.slotholder img{
	/* opacity: 0 !important; */
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 450px !important;
    overflow: hidden;
}
.tp-caption i {
    font-size: 14px;
    padding-right: 2px;
    color: rgb(136, 197, 30);
}
.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}
.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}
.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img {
    -webkit-transform: translateZ();
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none;
}
.noFilterClass {
    filter: none !important;
}
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.tp-caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.tpclear {
    clear: both
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}

.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
}
.tp-bullets.simplebullets {
    bottom: 10px
;
}
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background-color: #333;
    width: 15px;
    height: 15px;
    float: left;
    margin-right: 5px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 5px;
    float: left !important;
    clear: none !important;
}

.services-box{
	margin-top: 10px; 
	position: relative;
	float: left;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows:before {
	    margin-top: 7px
	}
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #333;
    color: #777;
    width: 50px;
    height: 70px;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.tp-leftarrow{
	background: #212121 url(../images/left_arrow.png) no-repeat center center;
	opacity: 1;
	left: 0 !important;
	position: relative;
}
.tp-rightarrow{
	background: #212121 url(../images/right_arrow.png) no-repeat center center;
	right: 0 !important;
}

/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows.tp-rightarrow:before {
	    margin-left: 2px
	}
}
.tparrows:hover {
    background-color: rgb(136, 197, 30);
    color: #FFF;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.tparrows {
	    padding-top: 1px
	}
	.tparrows.tp-leftarrow:before {
	    padding-right: 1px
	}
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 479px) { 
	.responsive .tp-bullets {
	    display: none
	}
	.responsive .tparrows {
	    display: none
	}
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.tp-loader {
    background: url(../images/loader.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

section {
text-align: left;
position: relative;
overflow: hidden;
padding: 78px 0;
background: none;
height: 900px;
}
.contact-item{
	margin-bottom: 10px;
	position: relative;
	float: left;
	width: 100%;
	left: 0;
}
iframe{
	width: 100%;
}
	/* features block */
.services-box ul {
    padding: 0 0 45px;
    float: left;
}

.services-box ul li {
    position: relative;
    float: left;
    padding: 140px 0 40px;
    text-align: center;
    margin-bottom: 0 !important;
}

.services-box ul li:last-child {
    padding-right: 0;
    background: none;
}

.services-box ul li h4 {
    text-align: center;
    padding: 13px 0;
    position: relative;
    border-color: #333;
    margin: 15px 30px;
}

.services-box ul li h4:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 24px;
    left: 0;
    border-top: 1px solid #333;
}

.services-box ul li h4 span {
    background: #333;
    position: relative;
    z-index: 2;
    color: #f2f2f2;
    font-weight: 300;
    padding: 5px 10px;
    margin: 5px 0;
}

.services-box ul li p {
    text-align: center;
}

/* ICONS STYLE 1 */

.services-box ul li .icon {
    position: absolute;
    top: 20px;
    left: 50px;
    display: block;
    width: 115px;
    height: 115px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    border: 1px solid #333;
}
.services-box ul li .icon i{
	font-size: 60px;
	color: #ddd;
	vertical-align: middle;
	top: 30px;
	position: relative;
}

.services-box ul li:hover .icon {
    visibility: visible;
    background: #9D1B33;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;

}
.services-box ul li:hover .icon i{
	color: #212121;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

/* ICONS STYLE 2 */

.services-box ul li .icon-bg {
    position: absolute;
    top: 20px;
    left: 50px;
    display: block;
    width: 115px;
    height: 115px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    background: #9D1B33;
    border: 1px solid transparent;
}
.services-box ul li .icon-bg i{
	font-size: 60px;
	color: #212121;
	vertical-align: middle;
	top: 30px;
	position: relative;
}
.services-box ul li:hover .icon-bg {
    visibility: visible;
    background: none;
    border: 1px solid #333;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;

}
.services-box ul li:hover .icon-bg i{
	color: #9D1B33;
	-webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}
.services-box ul li:hover .icon, .services-box ul li:hover .icon-bg {
    top: 0;
}
.services-box ul li .icon_link {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 7px;
    display: block;
    width: 115px;
    height: 115px;
    color: #fff;
    text-indent: -999em;
    z-index: 10;
}
.services-box ul li:after {
    content: '';
    visibility: hidden;
    position: absolute;
    top: 125px;
    left: 42px;
    display: block;
    width: 126px;
    height: 24px;
    background: url(../images/shadow.png) 0 0 no-repeat;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.services-box ul li:hover:after {
    visibility: visible;
}

.services-box ul li.design .icon {
    background-position: 0 0;
}

.services-box ul li.flexible .icon {
    background-position: -131px 0;
}

.services-box ul li.support .icon {
    background-position: -265px 0;
}

.services-box ul li.easy .icon {
    background-position: -398px 0;
}

.services-box ul li.seo .icon {
    background-position: -530px 0;
}