@charset "utf-8";

/* ============================== */
/* 
	- Title: Chester 
	- Autor: Imaginacionweb
	- Email: jdrendon@imaginacionweb.net
	- Version: 1.0
*/
/* ============================== */

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */

/* bootstrap.css  - include resetes ( Media querys, grid-responsive,layout).*/
@import url("bootstrap/bootstrap.css");
@import url("bootstrap/bootstrap-responsive.css");
/*jquery.fancybox-1.3.1.css  - Lightbox*/
@import url("../js/fancybox/jquery.fancybox-1.3.1.css");
/*slide.css*/
@import url("slide/camera.css");
/*Google Fonts*/
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,300,700,800");


/* Standar Styles --------------------------------------------------------*/

body{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
	color:#555;
	position: relative;
	font-weight:normal;
	background-color: #f7f6f4;
	background:none;
}
a{
	color: #a31001;
}
a:hover{
	text-decoration: none;	
	color: #000;
}
p{
	margin:0 0 20px 0;
	padding: 0;
	color: #777;
}
h1 {font-size:36px;}
h2 {font-size:30px;}
h3 {font-size:24px;}
h4 {font-size:20px;}
h5 {font-size:18px;}
h6 {font-size:14px;}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 30px;
	padding: 5px 0 15px 0;	
	margin: 0;	
	color: #222;
	font-family: 'OpenSansBold', Arial, sans-serif;
}

/* Class and styles General ----------------------------*/

.clearfix{
	width:1px;
	height:1px;	
	display:block;
	clear:both;
	content:" , ";
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.text_right{
	text-align: right;
}
.center{
	text-align: center;
}
.padding_top{
	padding-top: 50px;
}
.padding_top_mini{
	padding-top: 15px;
}
.button{
	width: auto;
	background-color: #00a6d7;
	border: 0;
	color: #fff;
	margin: 5px 0;	
	padding: 5px 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.button:hover{
	color: #fff;
	background: #b6c200;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.big{
	padding: 15px 40px;
	margin: 30px 0  0 5%;
	font-size: 14px;
	font-weight: bold;
}
.title .big{
	margin: 0;
	margin-right: 5%;
}

/* Title Left ----------------------------*/

.title h3{
	color: #db3515;
	padding: 0;
}
.title h1{
	line-height: 45px;
}
.title p{
	color: #777;
	font-size: 21px;
	line-height: 30px;
	font-weight: 200;
}
.title{
	border-right: 2px solid #cdcdcd;
	position: relative;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 20px;
	margin: 0px;
}
.arrow_left{
	background: url("../img/arrow_left.png") no-repeat center;
	position: absolute;
	width: 53px;
	height: 49px;
	right: -39px;
	top: 54px;
}
.arrow_leftb{
	background: url("../img/arrow_leftb.png") no-repeat center;
	position: absolute;
	width: 53px;
	height: 49px;
	right: -39px;
	top: 40%;
}

/* Title Right ----------------------------*/

.title_right h3{
	color: #DB3515;
	padding: 0;
}
.title_right h1{
	line-height: 45px;
}
.title_right p{
	color: #777;
	font-size: 21px;
	line-height: 30px;
	font-weight: 200;
}
.title_right{
	border-left: 2px solid #cdcdcd;
	position: relative;	
	text-align: right;
	padding:0 0 30px 1%;
}
.arrow_right{
	background: url("../img/arrow_right.png") no-repeat center;
	position: absolute;
	width: 53px;
	height: 49px;
	left: -40px;
	top: 40%;
}
.arrow_rightb{
	background: url("../img/arrow_rightb.png") no-repeat center;
	position: absolute;
	width: 53px;
	height: 49px;
	left: -39px;
	top: 68px;
}

/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

/* Head ----------------------------*/

header{
	position: relative;
}
.head{
	background-color: #310902;
	padding: 10px 0;
	border-top-width: 4px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #db3515;
	border-bottom-color: #db3515;
	background-image: url(../img/header-bg.jpg);
}
.logo h1{
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 26px;
}
.contact_top{
	float: right;
	margin: 0;
	list-style: none;
	position: relative;
}
.contact_top li{
	float: left;
	position: relative;
	margin-left: 60px;
	padding-left: 45px;
}
.contact_top li .color{
	background: #E1B516;
	position: absolute;
	left: -10px;
	top: -10px;
	width: 40px;
	height: 400%;
}
.contact_top li .color img{
	padding: 16px 9px;
}
.contact_top h5{
	color: #fff;
	padding: 0;	
	font-size: 14px;
	font-weight: 600;
}

/* General Structure ----------------------------*/

nav{
	padding: 10px 0;
	background-color: #efedea;
	border-bottom: 1px solid #c6c5c2;
	background-image: url(../img/menu.jpg);
}
.sponsors{
	position: absolute;
	bottom: 0;	
	z-index: 999;
	height: 50px;
	width: 100%;
	background: #000;	
	background: rgba(0,0,0,0.5);
}

.recentwork_carousel li a:hover .details > .bg, .recentwork_carousel li .hover .hov, .recentwork_carousel.style2 li .details {
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.recentwork_carousel h5.title {
	font-weight:500;
	margin-top:0;
	text-shadow:1px 1px 0 #fff
}
.recentwork_carousel ul {
	margin:0;
	padding:0;
	list-style:none;
	height:auto
}
.recentwork_carousel li {
	float:left;
	text-align:center;
	margin:0;
	padding:0 0 0 20px
}
.recentwork_carousel li a {
	display:block;
	padding:0;
	margin:0px
}
.recentwork_carousel li .hover {
	display:block;
	position:relative;
	overflow:hidden
}
.recentwork_carousel li .hover .hov {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:100%;
	background-image:url(../img/plus01.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:rgba(35, 35, 35, 0.8);
	display:block
}
.recentwork_carousel li a:hover .hov {
	top:0
}
.recentwork_carousel li .details {
	display:block;
	position:relative
}
.recentwork_carousel li .details>.bg {
	position:absolute;
	top:0;
	height:0;
	background:#E1B516;
	width:100%;
	left:0
}
.recentwork_carousel li .details h4 {
	font-size:14px;
	color:#E1B516;
	padding:10px 0;
	margin:0;
	position:relative;
	z-index:1
}
.recentwork_carousel li .details h4+span {
	font-size:11px;
	display:block;
	color:#343434;
	line-height:1;
	padding-bottom:15px;
	position:relative;
	z-index:1
}
.recentwork_carousel li a:hover .details>.bg {
	height:100%
}
.recentwork_carousel li a:hover .details h4, .recentwork_carousel li a:hover .details h4+span {
	color:#fff
}
.recentwork_carousel .controls>a {
	opacity:0.5;
	filter:alpha(opacity=50)
}
.recentwork_carousel .controls>a:hover {
	opacity:1;
	filter:alpha(opacity=100)
}


.section_area{
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.content_resalt{
	background-color: #FFF;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background-image: url(../img/menu.jpg);
}

.ad_border{
border:4px solid #CCC;
border-radius:5px;
margin-right:5px;
-moz-box-shadow: 0px 0px 10px #ccc;
	-khtml-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;}

.footer_top{
	background-color: #494949;
}
.footer_medium{
	background-color: #1e1e1e;
	background-image: url(../img/header-bg.jpg);
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DB3515;
}
.footer_down{
	background-color: #412200;
	padding: 20px 0 10px 0;
}

/*  Section Title -----------------------------------------*/

.section_title{
	background: #1e1e1e;
	height: 210px;
	position: relative;
	border-bottom: 1px solid #c6c5c2;
	overflow: hidden;
}
.section_title img{
	padding-top: 5%;
}
.info_title{
	background: #000;	
	background: rgba(0,0,0,0.5);	
	width: 100%;
	left: 0;
	top: 0;
	margin: 50px 0;	
	position: absolute;
}
.info_title h1{
	margin: 0;
	padding: 0;
	color: #E1B516;
	font-size: 50px;
	line-height: 60px;	
	padding: 20px 0;
}
.info_title p{
	margin: 0;
	color: #ccc;
	font-size: 18px;
	line-height: 26px;	
	font-weight: 200;
	padding: 20px 0 0 0;	
}
.info_title .border_title{
	border-right: 1px solid #fff;
}


/*  Main Navigation -----------------------------------------*/

.tinynav{ 
	display: none 
}
.sf-menu{	
	margin:0;			
}
.sf-menu ul{
	position:absolute;	
	list-style: none;
	top:-999em;
	width:170px;
	display:none;
}
.sf-menu > li{
	position: relative;
	float:left;	
	list-style: none;	
}
.sf-menu > li > a {
	text-decoration:none;
	
	display:block;
	font-size:15px;	
	font-weight: 500;
	color:#444;
	padding:0 30px 0 0;
}
.sf-menu > li > a:hover{
	color: #DB3515;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:35px; border: 1px solid #DDD; border-bottom: none; left:-28px; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:15px;
	line-height:16px;
	color:#777;
	overflow:hidden;
	padding:12px 15px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #DDD;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background-image: url(../img/menu.jpg);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#1B1823;		
}
.sf-menu li li{
	float:none;
	position:relative;
	border-bottom: 1px solid #fff;
}
.sf-menu li li a:hover{
	background-color: #fcf9f4;
	color: #DB3515;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	background-image: url(../img/menu.jpg);
}
.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:145px;top:0;}


.goBtn {
	background:url(../img/go_button.png) left top no-repeat;
	border:none;
	color:#000;
	cursor:pointer;
	display:block;
	float:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	height:35px;
	width:65px;
	line-height:24px;
	margin:0;
	padding:0 6px;
	text-decoration:none;
	text-transform:uppercase;
}
.goBtn:hover { color:#fcaf26; }
/* Services ----------------------------*/

.services{
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.services h4{	
	padding:0 2% 10px 0;
}
.item_service{		
	margin:0 0 20px 0; 		
	position: relative;		
}
.item_service .image_service{
	position: absolute;
	top: 0;
	left: 0;
	padding: 5%;
	border: 4px solid #220001;
	-webkit-border-radius: 60.799999999999997px;
	-moz-border-radius: 60.8px;
	border-radius: 60.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	background-color: #DB3515;
}
.image_service img{
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}
.info_service{
	float: left;
	margin-left: 10%;
	width: 72%;
	background-color: #efedea;
	border-radius: 10px;
	padding: 10px 10px 10px 14%;
	border:solid 1px #cdcdcd;
}
.info_service p{
	margin: 0;
}

.item_service_right{
	margin:0 0 20px 0; 		
	position: relative;	
}
.item_service_right .image_service{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5%;
	border: 4px solid #220001;
	-webkit-border-radius: 60.799999999999997px;
	-moz-border-radius: 60.8px;
	border-radius: 60.799999999999997px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
	background-color: #DB3515;
}
.item_service_right .image_service img{
	width: 32px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
}
.item_service_right .info_service{
	float: right;
	margin-right: 10%;
	width: 72%;
	background-color: #efedea;
	border-radius: 10px;
	padding: 10px 14% 10px 10px;
	border:solid 1px #cdcdcd;
	text-align: right;
}

/* -------------------------------------------------- */
/*	Tabs
/* -------------------------------------------------- */

.tabs{
	margin: 0;
}
.tabs li{
	float: left;	
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	background-color: #494949;
	color:#fff;
	padding:10px 20px 10px 15px;	
	margin-right: 5%;
	border-right: 0;
	list-style: none;
	position: relative;
}
.tabs li img{
	padding: 0 6px 0 0;
}
.tabs .arrow_tabs{
	position: absolute;
	width: 42px;
	height: 21px;
	background:url("../img/arrow_tabs.png");
	top: 86%;
	left: 25%;
}
.tabs li:last-child{	
	margin-right: 0;
}
.tabs li a{	
	cursor: pointer;
	color: #fff;
}
.switcher-content {
  display: none;  
}
.switcher-panel{
	margin-top: 30px;
	padding-right: 5%;
}
.switcher-panel h2{
	border-bottom: 1px solid #cdcdcd;
}

/* Features ----------------------------*/

.feature{
	border-bottom: 1px solid #cdcdcd;
	padding: 12px 0 8px 0;
	width: 97%;
	margin: 0 auto;
}
.feature h3{
	padding: 0;
	color: #555;
	font-weight: 500;
	font-size: 22px;
}
.feature p{
	margin: 0;
}
.feature .premium img{
	margin-left: 49%;
}
.image_solutions{
	margin-bottom: -70px;
	margin-top: 20px;
}
.content_resalt h2{
	border-bottom: 1px solid #cdcdcd;
}

/* Results ----------------------------*/

.results{
	padding-top: 8%;
	text-align: center;
}
.results h2{
	color: #E1B516;
}
.results h2 span{
	color: #222;
	float: right;
	margin-right: -10%;
	font-size: 24px;
}
.results img{
	margin-left: -8px;
	margin-bottom: 10px;
}
.results h5{
	font-size: 16px;
	line-height: 22px;
}


/* -------------------------------------------------- */
/*	Footer
/* -------------------------------------------------- */

/* Footer top ----------------------------*/

footer a{
	color: #f4f4f4;
}
footer a:hover{
	color: #f4f4f4;
}
footer h3{
	color: #fff;
	padding-top: 0;
}
.footer_top h3 span{
	color: #fff;
	font-size: 13px;
	background-color: #2b2b2b;
	padding: 8px 15px;
	margin: 0 0 0 5%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.footer_top h3 span:hover{	
	background-color: #E1B516;	
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.footer_top h3 span a{
	color: #fff;
}
.footer_top .twitter{
	list-style: none;
	padding: 12px 3%;
	margin: 0;
}
.footer_top .twitter li{
	color: #ccc;
	background: url("../img/icons/twitter.png") no-repeat;
	padding-left: 12%;
	margin:18px 0;
}
.footer_top .twitter li h6{
	border-bottom: 1px solid #666;
	margin: 0 0 10px 0;
	line-height: 23px;	
	padding: 0;
	color: #f4f4f4;
}


.footer_top .post{
	list-style: none;
	padding: 12px 3%;
	margin: 0;
	border:0;
}
.footer_top .post li{
	color: #ccc;		
	margin:10px 0;
	position: relative;
	margin-bottom: 5px;
	overflow: auto;
}
.footer_top .post li h6{
	border-bottom: 1px solid #666;
	margin: 0 0 10px 0;	
	padding: 0;
	color: #f4f4f4;	
}
.footer_top .post li h6 span{
	float: right;
	font-size: 12px;	
}
.footer_top .post .date{
	float: left;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	background-color: #E1B516;
	color: #fff;
	padding:5px 0;
	width: 15%;
}
.footer_top .post .info_post{	
	width: 80%;
	display: inline-block;
	margin-left: 5%;
}

.footer_top .item_footer{
	background-color: #2b2b2b;
	position: relative;
}
.footer_top .item_footer p{
	color: #ccc;
	padding: 10px 5%;
	margin:0;
}

/* Footer Medium ----------------------------*/

.footer_medium .testimonials{
	padding: 10px 15px;
	position: relative;
}
.footer_medium .testimonials p{
	color: #f4f4f4;
}
.footer_medium .arrow_testimonials{
	position: absolute;
	background: url("../img/arrow_testimonials.png");
	width: 79px;
	height:24px;
	bottom: -24px;
	left: 10%;
}
.testimonial_autor{
	color: #f4f4f4;
	padding: 20px 0 0 0;
	font-style: italic;
	text-align: right;	
}

.newsletter input{
	width: 95%;
	border-radius: 0;
	height: 27px;
}
.newsletter .button{
	width: auto;	
	height: auto;
	margin-top: 8px;
}

.tags{
	margin: 0;
	list-style: none;
}
.tags li{
	display: inline-block;
	background: #494949;
	padding: 5px 10px;
	margin: 5px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.tags li:hover{
	background-color: #E1B516;	
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}


/* Contact Footer -------------------------------------------*/

ul.contact_footer{
	margin: 0;
}
ul.contact_footer li{
	margin:0 0 20px 0;
	list-style: none;
	color: #fff;
	font-weight: bold;
}
ul.contact_footer li a{	
	color: #cdcdcd;	
	padding-left: 10px;
	font-weight: normal;
}
ul.contact_footer li i{
	padding-right: 10px;
}

/* Social Footer -------------------------------------------*/

.footer_down .social{
	margin: 0;
	list-style: none;
	float: right;
}
.footer_down .social li{
	float: left;	
	margin: 0 10px;
}
.footer_down .social li:last-child{
	margin: 0;
}
.footer_down .social li img{
	width: 25px;
}
.footer_down p{
	margin: 0;
	padding: 0;
	color: #ccc;
}

/* Item Team -------------------------------------------*/

.item_team{
	background-color: #fff;
	position: relative;
	border-bottom: 3px solid #cdcdcd;
	padding-bottom: 25px;
	text-align: center;
}
.item_team .image_team{
	position: relative;
}
.item_team .image_team img{
	width: 100%;
}
.item_team .info_team h4{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.item_team .info_team h6{
	margin: 0;
	padding: 0;
}
.item_team .social_team{
	display: table;
	margin: 0 auto;
	list-style: none;
}
.item_team .social_team li{
	display: inline-block;
	margin-right: 15px;
}
.item_team .social_team li:last-child{	
	margin-right:0;
}
.arrow_team_gray{
	background: url("../img/arrow_team_gray.png") no-repeat center center;	
	height: 17px;
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.arrow_team_white{
	background: url("../img/arrow_team_white.png") no-repeat center center;
	left: 0;
	height: 17px;
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* Table Princing ------------------------------*/

.item_table{		
	background-color: #fff;
	padding-bottom: 50px;
	border: 1px solid #cdcdcd;
	border-bottom: 3px solid #1e1e1e;	
	position: relative;
	text-align: center;
}
.head_table{
	color: #fff;	
	background-color: #1e1e1e;
	position: relative;	
	padding:10px 0 25px 0;
	text-align: center;
}
.head_table h1{
	color: #fff;
	margin:0;
	font-size: 22px;
	padding:0 0 8px 0;	
	border-bottom: 1px solid #666;
}
.head_table h2{
	color: #E1B516;
	font-size: 20px;
	margin: 0;
	border-bottom: 1px solid #666;
	padding: 10px 0;
	margin-bottom: 8px;
}
.head_table h2 span{
	font-size: 14px;
	color: #fff;
}
.head_table h5{
	margin:0;
	font-size: 16px;
	padding: 0;
	color: #fff;
	padding-bottom: 10px;
}
.arrow_table_blak{
	background: url("../img/arrow_table_blak.png") no-repeat center center;	
	height: 26px;
	left: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
}
.arrow_table_white{
	background: url("../img/arrow_table_white.png") no-repeat center center;
	left: 0;
	height: 26px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.item_table .color{
	background-color: #f5f4f4;
}
.item_table ul{
	margin:30px 0 30px 0;
}
.item_table ul li{
	list-style: none;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 10px 0;
}
.item_table .button{	
	padding: 10px 35px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}
.item_table .button:hover{	
	background-color: #E1B516;
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;	
}

.item_table_resalt{		
	background-color: #fff;
	padding-bottom: 50px;	
	border: 1px solid #E1B516;
	border-bottom: 3px solid #E1B516;	
	position: relative;
	margin-top: -15px;
	text-align: center;
}
.item_table_resalt .head_table{
	padding-top: 25px;
	background: #E1B516;
}
.item_table_resalt .head_table h2{
	color: #fff;
	border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h1{
	color: #222;
	border-bottom: 1px solid #eee;
}
.item_table_resalt .head_table h5{
	color: #222;	
}
.arrow_table_yellow{
	background: url("../img/arrow_table_yellow.png") no-repeat center center;
	left: 0;
	height: 26px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* Contact -----------------------------------------------------*/

.map_area{
	padding: 0;
	margin-bottom:-7px;
	border: 0;
}
.map_area iframe{
	height: 350px;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}
.contact{
	padding: 0 0 0 2%;
}
.contact input{
	width: 75%;
	margin-bottom:20px;
	height: 28px;
}
.contact textarea{
	width: 95%;
	height: 150px;
}
.contact form{
	margin: 0;
}
.contact .button{
	width: auto;
	height: auto;
	margin: 0;
}
.input_chek{
	display: block;		
}
.contact input[type="checkbox"]{
	width: auto;
	height: auto;	
	float: left;	
	margin: 0;
	padding: 0;
	margin-right: 15px;
}

#result{
	float: right;
	margin-top: -30px;
	margin-right: 4%;
}


/* Top ----------------------------------------------*/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("../img/ui.totop.png") no-repeat left top;
}
#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;	
}
#toTop:active, #toTop:focus {
	outline:none;
}


/* Portfolio --------------------------------*/


.item_portfolio{
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}
.image_portfolio{
	position: relative;
}
.image_portfolio img{
	min-width: 100%;	
	height: auto;
}
.item_portfolio ul{
	position: absolute;
	width: 303px;
	left: 0;
	top: 0px;
	margin: 0;
	opacity: 0;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	cursor: pointer;
}
.item_portfolio:hover ul{	
	top: 24%;		
	opacity: 0.9;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item_portfolio ul li{
	list-style: none;
	padding: 5px 10px 5px 30px;
	color: #fff;
}
.item_portfolio ul li a{
	color: #fff;
}
.item_portfolio ul li.title{
	background-color: #230001;
	width: 60%;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	padding: 10px auto;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E74320;
}
.item_portfolio ul li.link{
	background-color: #e74320;
	width: 40%;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #230001;
}
.item_portfolio ul li.link:hover{	
	width: 45%;		
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item_portfolio ul li.zoom{
	background-color: #222;
	width: 20%;		
	border-right: 2px solid #E1B516;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.item_portfolio ul li.zoom:hover{	
	width: 25%;		
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

ul#portfolio-list{
	margin: 0 auto;
	width: auto;
	list-style: none;
}
ul#portfolio-list li{
	margin: 0 0.7%;	
}
ul#portfolio-list ul{
	left: -15px;
}
.details_project{
	margin-bottom: 20px;
	overflow: auto;
}
.details_project ul{
	margin:0 0 25px 0;
}
/* ul - list-check style */

ul.check{
	list-style: none;
	margin:0;
	margin-bottom: 20px;
}
ul.check li { background: url("../img/list-check.png") 0 5px no-repeat; line-height: 20px;margin:10px 0; padding-left: 20px; }


/* filtrer -------------------------------------------*/

.filters .filter {	
	clear:both;	
	list-style: none;
	overflow: auto;
	display: block;	
	margin:0 0 40px 0;	
	width: auto;
}
.filter li{
	float: left;
	padding: 0 20px 0 0;
	font-size: 14px;
	line-height: 20px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.filter li:last-child{
	padding: 0 0 0 0;
}
.filter li a:hover{
	background:#E1B516;
	color:#fff;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.filters .filter a {
	float:left;
	display:block;
	padding: 10px 15px;	
	color: #222;
	font-weight: bold;
	font-size: 12px;	
	text-transform:uppercase;
	outline:none;
}
.filters .filter .active {
	background:#E1B516;
	color:#fff;	
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.filters .content_filter {	
	clear:both;
	width:100%;
	position:relative;
}

/* Blog ------------------------------------------------*/

.post{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #cdcdcd;
}
.post h3{
	padding:0 0 5px 0;
}
.image_post{
	position: relative;
	border:2px solid #1e1e1e;
}
.image_post ul{
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
}
.image_post ul li{
	background-color: #E1B516;
	padding: 5px 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #c9b204;
}
.image_post ul li:last-child{
	border: 0;
}
.image_post img{
	width: 100%;
}
.meta{
	margin: 0;
	list-style: none;
	margin-bottom: 5px;
}
.meta li{
	display: inline-block;
	font-style: italic;
}
.meta .author{
	border-right: 1px solid #cdcdcd;
	padding:0 10px 0 6px;
	margin-right: 5px;
}
.pagination{
	margin: 0;
	list-style: none;
}
.pagination li{
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	border:solid 1px #cdcdcd;
	background-color: #494949;	
}
.pagination li:hover{
	background-color: #E1B516;
}
.pagination .active{
	background-color: #E1B516;
}
.pagination li a{
	color: #fff;
}

aside{
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 30px;
}
aside h4{
	padding-top: 0;
}
aside .tags li a{
	color: #fff;
}
aside .tags{
	padding-bottom: 20px;
}

.single .image_post{
	margin-bottom: 30px;
}
.comment{
	border-bottom: 1px solid #cdcdcd;
	margin: 20px 0;
	padding-bottom: 30px;
}
.image-visitor {	
	margin-left: auto;
	margin-right: auto;
	width: 110px;
	height: 110px;	
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #888;
	border: solid 4px white;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-moz-box-shadow: 2px 2px 15px rgba(0,0,0,0.15000000000000002);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15000000000000002);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.title_comment{
	margin-bottom: 10px;
}
.comment:last-child{
	border:0;
	margin-bottom: 0;
}
.title_comment span{
	padding-right: 10px;
	font-style: italic;
	font-size: 18px;
}
.form_comment input{
	width: 37%;
	margin-right: 3.5%;
	display: inline-block;
	height: 35px;
}
.form_comment textarea{
	width: 80%;
	margin-top: 10px;
	height: 200px;
	display: block;
}
.form_comment .button{
	display: block;
	margin-top: 20px;	
	width: auto;
}

/* ---------------------------------------------------------------------- */
/*	Version 1024px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 1024px) {
	/*  Section Title -----------------------------------------*/

	.info_title{		
		margin: 50px 0 0 0;	
		position: absolute;
	}
	.info_title h1{						
		font-size: 40px;
		line-height: 45px;	
	
	}
	.info_title p{				
		font-size: 16px;
		line-height: 26px;
	}
	.big{
		padding: 10px 20px;
	}

}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 767px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 767px) {

	#menu{
		display: none;	
	}
	.tinynav {
		display: inline;
		width: 100%;		
		background: white;
		margin:0;
		float: right;		
		font-size: 14px;
		border: 1px solid #dbdbdb;
		height: 35px;	
	} 	
	.head{
		height: 30px;
	}
	.display_none, .contact_top, .arrow_left, .arrow_right, .arrow_rightb, .arrow_leftb{
		display: none;
	}
	.title, .title_right{
		border:0;
	}

	/* Services ----------------------------*/

	.item_service{		
		margin:0 0 50px 0; 		
		position: relative;		
	}
	.item_service_right{
		margin:0 0 50px 0; 		
		position: relative;	
	}
	.item_service .image_service{
		position: absolute;	
		top: -20px;
		left: 0;	
	}
	.item_service_right .image_service{
		position: absolute;	
		top: -20px;
		right: 0;	
	}	
	.results h2 span{
		display: none;
	}


	/* Features ----------------------------*/

	.feature{
		text-align: center;
	}
	.feature h3{
		padding: 0;
		color: #555;
		font-weight: 500;
		font-size: 22px;
	}	
	.feature .premium img{
		margin-left: 0%;
	}
	.image_solutions{
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.switcher-panel h2 {
		text-align: center;
	}

	/* Footer ----------------------------*/

	.footer_down .social{
		float: none;
		display: table;
		margin: 0 auto;	
	}
	.footer_down .social li:first-child{
		margin: 0;
	}
	.footer_down{
		text-align: center;
	}	
	.padding_items{
		padding: 0 0 20px 0;
	}
	.footer_top .about img{
		width: 100%;
	}

	/* camera_caption */

	.camera_caption img{
		width: 60%;
	}
	.camera_caption .info{
		width: 93%;		
		margin: 0 0.8%;
		height: 70px;
		position: absolute;	
		padding: 5px 0%;	
		bottom: 35%;		
	}
	.camera_caption p{
		display: none;
	}
	.camera_caption h1{
		position: absolute;
		font-size: 20px;
		left: 5%;
		top: 1%;
	}
	.camera_caption .more img{
		width: 10%;
		position: absolute;
		top: 28%;
		right: 15%;
	}

	/* camera_caption b */

	.camera_captionb h1{
		font-size: 20px;		
		line-height: 30px;		
		width: 70%;		
		padding: 10px 15px;
	}

	/* camera_caption c */

	.camera_captionc img{
		width: 30%;
		left: 0;
		position: absolute;
	}
	.camera_captionc h1{
		width: 60%;
		margin-top:-30px;
		float: right;
		font-size: 22px;
		padding: 12px 10px;
	}
	.camera_captionc p{
		width: 60%;
		float: right;
		font-size: 12px;
		line-height: 18px;
		padding: 12px 10px;
	}

	.camera_wrap .camera_pag .camera_pag_ul {		
		bottom: 2%;				
		margin-left: 3.5%;			
	}

	.item_team, .item_table{
		margin-bottom: 30px;
	}

	/*  Section Title -----------------------------------------*/

	.info_title{		
		margin: 30px 0 0 0;	
		position: absolute;
	}
	.info_title h1{						
		font-size: 30px;
		line-height: 35px;	
		padding: 10px 0 5px 0;
	}
	.info_title p{		
		padding:0 0 20px 0;	
		font-size: 14px;
		line-height: 24px;
	}
	.info_title .border_title{
		border-right: 0;
	}
}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 600px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 600px) {

	.tabs li{
		margin-bottom: 30px;
	}	
	.switcher-panel{
		margin-top: 30px;
		padding-right: 5%;
		margin-bottom: 20px;
	}

}


/* ---------------------------------------------------------------------- */
/*	Mobile Version 568px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 568px) {

	
	/* camera_caption c */
	
	.camera_captionc h1{		
		margin-top:-50px;		
		font-size: 18px;
		line-height: 22px;
		padding: 8px 10px;
	}
	.camera_captionc p{		
		font-size: 10px;
		line-height: 15px;
		padding: 8px 10px;
	}

}




@media handheld, only screen and (max-width: 480px) {

	/* camera_caption */

	.camera_caption img{
		width: 80%;		
	}
	.camera_caption .info{
		width: 90%;	
		bottom: 45%;
		height: 50px;			
	}	
	.camera_caption h1{		
		top: -10px;
	}	

	/* camera_caption b */

	.camera_captionb h1{
		font-size: 18px;		
		line-height: 25px;		
		width: 80%;		
		padding: 10px 15px;
	}

	/* camera_caption c */	
	
	.camera_captionc img{
		margin-top: 15%;
	}

	.camera_wrap .camera_pag .camera_pag_ul {		
		bottom: 2%;				
		margin-left: 4.5%;			
	}

}

/* ---------------------------------------------------------------------- */
/*	Mobile Version 320px
/* ---------------------------------------------------------------------- */

@media handheld, only screen and (max-width: 320px) {

	.big{
		padding: 10px 20px;
	}
	/* camera_caption */

	.camera_caption img{
		width: 90%;	
		margin-top: 15%;	
	}
	.camera_caption .info{
		width: 90%;	
		bottom: 45%;
		height: 50px;			
	}	
	.camera_caption h1{
		font-size: 16px;
	}
	.camera_caption .more{		
		top: -25px;
		position: absolute;
	}	

	/* camera_caption c */	
	
	.camera_captionc img{
		margin-top: 25%;
	}
}
