@charset "utf-8";
/* CSS Document */

body{font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height:22px;
  color: #666;

	margin: 0 auto;
	background-color:#F6F7F2;
	}

div#slider {width:1150px;height:350px;overflow:hidden; margin:0 auto;}

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}

.nivo-slice {display:block;position:absolute;z-index:50;height:100%;}

div.nivo-controlNav {position:absolute;right:21px;bottom:25px;z-index:100;}
div.nivo-controlNav a.nivo-control {width:22px;height:22px;display:block;float:left;margin:0 0 0 2px;background:url(../images/slider_item.png) 0 0 no-repeat;font:13px/21px "calibri";color:#fff;text-decoration:none;text-align:center;cursor:pointer;}
div.nivo-controlNav a.nivo-control:first-child {margin:0;}
div.nivo-controlNav a.active {background:url(../images/slider_item_active.png) 0 0 no-repeat;color:#FFF;}

#header{
	height:120px;
	width:100%;
	
	}	
#header_wrapper{
	width:1150px;
	height:120px;
	margin:auto;
	position:relative;
	background-color:#FFF;
	}
.logo{
	width:10px;
	height:80px;
	position:absolute;
	top: 10px;
	}
#social_icons_wrapper{
	width:160px;
	height:42px;
	float:right;
	padding:20px 0px 20px 140px;
	}
.social_icons_1{
	width:39px;
	height:36px;
	float:left;
	overflow:hidden;
	background-image:url(../images/social_icons_03.png);
	background-position: -4px -2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	}
.social_icons_2{
	width:39px;
	height:36px;
	float:left;
	overflow:hidden;
	background-image:url(../images/social_icons_03.png);
	background-position: -50px -2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	}
.social_icons_3{
	width:39px;
	height:36px;
	float:left;
	overflow:hidden;
	background-image:url(../images/social_icons_03.png);
	background-position: -96px -2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	}
.social_icons_4{
	width:39px;
	height:36px;
	float:left;
	overflow:hidden;
	background-image:url(../images/social_icons_03.png);
	background-position: -142px -2px;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	}
.social_icons_4:hover{
	opacity:0.4;
	}
.social_icons_1:hover{
	opacity:0.4;
	}
.social_icons_2:hover{
	opacity:0.4;
	}
.social_icons_3:hover{
	opacity:0.4;
	}
.navigation {
	width:647px;
	float:right;
	margin-left:60px;
	text-align:center;
	margin-top:38px;
}
.menu-wrap {
	width:647px;
	height:auto;
	margin:0px auto;
	position:relative;
}
.menu-box {
	width:742px;
	height:42px;
	float:right;
	position:relative;
	margin-left:100px;
	margin-top:10px;
}
.menu-box-left {
	width:100px;
	height:42px;
	float:left;
	background:#fff;
}
.menu, .menu ul, .menu li, .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
/* Menu */
.menu {
	float: right;
	margin-bottom:	0em;
	position: relative;
	display:block;
	/*width:657px;*/
	height:48px;
	list-style:none;
}
.menu li {
	float:left;
	position:relative;
	display: block;
}
/* Links */

.menu li a {
	text-transform:uppercase;
	text-decoration:none;
	font-weight:lighter;
 -webkit-transition:background .3s ease-out;
 -moz-transition:background .3s ease-out;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
	font-size:17px;
	color:#8b8b8b;
	text-transform:uppercase;
	padding:15px 10px 15px 15px;
}
.menu li:first-child a {
	border-left: none;
}
.menu li:last-child a {
	border-right: none;
}
.menu li:hover > a {
	background:#FFF;
	outline:		0;
	color:#666 !important;
}
/* Sub Menu */

.menu ul {
	position: absolute;
	top: 47px;
	left: 0px;
	opacity: 0;
	background:#ddd9c3;
	z-index:333;
}
.menu li:hover > ul {
	opacity: 1;
	
	background:#F00;
}
.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
}
.menu li:hover ul li {
	height: 36px;
	overflow: visible;
	display:block;
	padding: 0;
 -webkit-transition: all .25s ease;
 -moz-transition: all .25s ease;
 -o-transition: all .25s ease;
 -ms-transition: all .25s ease;
 transition: all .25s ease;
	border-right:none!important;
	border-bottom: 1px #b5b199 solid !important;
}
.menu ul li a {
	width: 200px;
	padding: 0px 0px 0px 20px;
	margin: 0;
	display:block;
	position: relative;
	z-index:555;
	border: none;
	height:36px;
	border-bottom: 1px #e7e3cd solid !important;
	background:#ddd9c3;
	line-height:36px;
}
.menu ul li a:hover {
	color:#6F211E;
	background:#F00!important;
}
.menu ul li:last-child a {
	border: none;
	padding:0px 0px 0px 20px;
}
.menu a.active {
	color:#666;
	color:#FFF !important;
	background:#E62F46;
}
#slider_wrapper{
	width:1150px;
	height:350px;
	margin:0 auto;
	overflow:hidden;
    backgrou
	nd-color:#ffffff;
	}
#content_wrapper{
	width:1130px;
	height:auto;
	margin:0 auto;
	background:#FFF;
	padding:0 10px;
	
	}
#content {
	width:1150px;
	background:#FFF;
	margin: 0 auto;
	
	}
.content_box{
	width:250px;
	float:left;
	padding-top:13px;
	margin:0px 12px 0px 12px;
	text-align:center;
	}
.content_box:hover h2{
	color:#666;
	}	
.content_box_sub_icon_1{
	width:220px;
	height:240px;
	/*float:left;*/
	overflow:hidden;
	background:url(../images/p1.png)  -1px -1px  no-repeat; 
	transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
	} 
	
.content_box_sub_icon_2{
	width:242px;
	height:240px;
	float:left;
	overflow:hidden;
	background:url(../images/p2.png)  -1px -1px  no-repeat; 
	transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
	} 
	
.content_box_sub_icon_3{
	width:242px;
	height:240px;
	float:left;
	overflow:hidden;
	background:url(../images/p3.png)  -1px -1px  no-repeat; 
	transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
	} 
	
.content_box_sub_icon_4{
	width:242px;
	height:240px;
	float:left;
	overflow:hidden;
	background:url(../images/p4.png)  -1px -1px  no-repeat; 
	transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
	} 	
	
h6{
	text-align:center;
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:14px;
	color:#FFF;
	background:#535353;
	padding:5px;
	width:100px;
	margin-left:25%;
	
	}
	.content_box h2{
	/*margin:89px 0px 0px 0px;*/
	margin-top:20px;
	margin-bottom:3px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
	font-size:22px;
	color:#666;
	
	}
	h1{
	
	font-family: 'Oswald', sans-serif !important;
font-weight: lighter !important;
font-size: 30px !important;
	color:#E62F46;
	line-height:30px;
padding-top: 21px;
margin-top: 0px;
	
	}
	p {
	margin:0 0 15px 0;
	padding:0 0 0 0;
	font-family: 'sans-serif', Open Sans;
	font-size:14px;
	color:#837E77;
	line-height:22px;
	text-align:left;
}
aside {
	margin:0 0 15px 0;
	padding:10px;
	float:right;
	width:325px;
	
box-shadow: 1px 2px 2px 2px #eee;
margin-bottom:10px;
}
.content_box p{
	margin:0px 0px 0px 0px;
	text-align:center;
	line-height:22px;
	font-family: 'sans-serif', Open Sans;
	font-size:13px;
	color:#837E77;
	
	}	
.content_box img{
	border:0;
	/*margin:0px 83px 0px 83px;*/
	}	
#hedline_wrapper{
	width:100%;
	height:67px;
	background:#E5601B;
	}
#hedline_wrapper_box{
	height:67px;
	width:825px;
	margin:0 auto;
	clear:both;
	}	
#hedline_wrapper h1{
	margin:0;
	padding:0;

	line-height:67px;
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	color:#ffffff;
	font-weight:100;
	}	

#hedline_wrapper_buton{
	width:122px;
	height:34px;
	margin:18px 0px 0px 0px;
	padding:0;
	background:#FFF;
	float:right;
	cursor:pointer;
	}
#hedline_wrapper_buton:hover{
	background:#CCC;
	}	
#hedline_wrapper_buton p{	
    margin:10px 0px 0px 0px;
    font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#c57600;
	text-align:center;	
}
#latestnews_wrapper{
	width:100%;
	margin:0px 0;
	padding:0px 0;
	background-color:#FCF7EF;
	border-bottom:1px dashed #EAD8BB;
	
	}
#latestnews{	
	width:1264px;
	height:500px;
	margin:auto;

}
#contact_bar{
	width:175px;
	height:338px;
	float:left;
	padding-top:62px;
	
	}
#contact_bar h1{
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:right;
	line-height:28px;
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	color:#4d4d4d;
	font-weight:200;
	}
.hed_one{
	font-size:18px;
	color:#e66017;
	}

#contact_bar h2{
	margin:20px 0px 0px 0px;
	padding:0;
	text-align:right;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	color:#999;
	font-weight:700;
	}	
#contact_bar h3{
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:right;
	line-height:50px;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	color:#e66017;
	
	font-weight:700;}	
	
#testimonies{
	margin-left:26px;
	width:500px;
	height:338px;
	float:left;
	padding-top:62px;
	padding-right:22px;
	
	}	
#testimonies img{
    }
#testimonies h1{
	margin:0px 0px 15px 0px;
	padding:0;
	text-align:left;
	line-height:33px;
	font-family:'Open Sans', sans-serif;
	font-size:29px;
	color:#353434;
	font-weight:200;
	}	
#testimonies h2{
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:left;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:19px;
	color:#e66017;
	
	font-weight:300;
	letter-spacing:3px;
	}
#testimonies p{	
	margin:20px 0px 0px 0px;
	text-align:left;
	line-height:18px;
	font-family:'sans-serif', Open Sans;
	font-size:13px;
	color:#ababab;
	font-weight:200;}
#testimonies h3{
	margin:0px 0px 0px 30px;
	padding:0;
	text-align:left;
	line-height:18px;
	font-family:'sans-serif';
	font-weight:bold;
	font-size:15px;
	color:#999;
	}
.coments{
	margin-top:25px;
	width:30px;
	height:26px;
	background:url(../images/testimonia_brkt_1_07.jpg) no-repeat;
	}
.coments_2{
    margin-left: 215px;
	width:30px;
	height:26px;
	background:url(../images/testimonia_brkt_1_03.jpg) no-repeat;

	}	
#product_bar{
	width:480px;
	height:338px;
	padding-top:62px;
	float:left;
	}	
#product_bar h1{
	margin:0px 0px 0px 0px;
	padding:0;
	text-align:left;
	line-height:29px;
	font-family:'Open Sans', sans-serif;
	font-size:29px;
	color:#353434;
	font-weight:200;
	
	}
#product_wrapper{
	margin-top:10px;
	width:480px;
	height:250px;
	float:left;
	background-color:#f3f3f3;
	border:1px solid #CCC;
	
	}
.product_1{
	margin: 0px 10px 0px 0px;
    width: 233px;
    height: 248px;
    float: left;
    border: 1px solid #CCC;
	}
.product_2{
	margin: 0px 0px 0px 0px;
    width: 233px;
    height: 248px;
    float: left;
    border: 1px solid #CCC;
	}	
.product_1 img{
	margin:5px 16px 0px 16px;
	
	
	}	
.product_2 img{
	margin:5px 16px 0px 16px;
	
	
	}	
.product_1 p{
	margin:10px 0px 0px 16px;
	text-align:left;
	line-height:13px;
	font-family:'sans-serif', Open Sans;
	font-size:11px;
	color:#8a8888;
	font-weight:700;
	
	}
.product_2 p{
	margin:10px 0px 0px 16px;
	text-align:left;
	line-height:13px;
	font-family:'sans-serif', Open Sans;
	font-size:11px;
	color:#8a8888;
	font-weight:700;
	
	}
.product_butoncolor{
	color:#3f84e1;
	font-family:'Open Sans', sans-serif;
	font-size:11px;
	font-style:normal;
	}	
#product_wrapper_buton{
	margin-top:6px;
	margin-left:76px;
	padding:10px 10px 10px 10px;
	background:#FFF;
	float:left;
	cursor:pointer;
	}
#product_wrapper_buton:hover{
	background:#e1f6ff;
	}	
#product_wrapper_buton p{	
    margin:7px 0px 0px 0px;
    font-family: 'sans-serif',Open Sans;
	font-size:11px;
	color:#87d9ff;
	text-align:center;	
}	

#footer_line{
	width:100%;
	height:1px;
	background:url(../images/footer_line.jpg) repeat-x;
	float:left;
	}
#footer_wrapper{
	width:100%;
	margin:0;
	float:left;
	background:#535353;
	}	
	
#footer{
	width:1136px;
	margin:auto;
	margin-top:20px;
	background:url(../images/footer_bg_03.jpg) no-repeat;
	
	}
#footer_box_1{
	margin-top:0px;
	height:65px;
	width:160px;
	float:left;
	}	
#footer_box__wrapper_1{
	margin-top:25px;
	height:180px;
	width:350px;
	float:left;
	}	
#copyriht{
	width:350px;
	/*height:75px;*/
	float:left;
	padding-top:17px;
	text-decoration:none;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
    color:#b6b6b6;

	
	}
	#copyriht a:link, #copyriht a:visited, #copyriht a:hover{color:#b6b6b6;text-decoration:none;}
	
#footer_menu{
	width:750px;
	float:left;
	
	}
.footer_menu_box{
	width:233px;
	height:100px;
	float:left;
	padding-top:25px;
	
	}	
.footer_menu_box ul{
	margin:0;
	padding:0;
	
	
	}	
.footer_menu_box li{
	padding:10px 0px 10px 0px;
	line-height:8px;
	margin:0;

	border-bottom:1px dashed #4C4A4A;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
	}	
	
.footer_menu_box a{
	text-decoration:none;
	font-size:13px;
	font-family:'Open Sans', sans-serif;
    color:#fff;
	

	
	
	}
.footer_menu_box a:hover{
	color:#333;
	}
	
#content_about {
	height:230px;
	width: 970px;
	margin: 0 auto;
	
	}	
#content_about h1 {
	padding:16px 0px 16px 0px;
	width:auto;
	text-align:left;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 100;

	
	}	
#content_about p {
    margin:0;
	width:auto;
	padding:0 0 16px 0;
	text-align: left;
    line-height: 18px;
    font-family: 'sans-serif', Open Sans;
    font-size: 13px;
     color: #ebb666;
    font-weight: 200;
	}	
#content_about img{
	float:left;
	margin:0px 5px 0px 0px;
	}	
	
#about_sub_wrap{
	width:100%;
	height:0 auto;
	}
#about_sub_content{
	
	width: 1150px;
	height:auto;
	margin:auto;
	background-color:#FFF!important; position:relative;

	}.inner{ width:1150px; height:300px; background-color:#FFF!important; display:inline-block;}
	.InnerF{background-color:#FFF!important; display:inline-block; float:left;}
#about_sub_content_box{
	width:378px;
	height:auto;
	float:left;
	margin-top:50px;
	margin-bottom:25px;
	padding:0px 20px 0px 20px;
	
	
	}	
.about_sub_border{
	border-right:1px solid #999;
	}	
#about_sub_content_box h1{
	font: bold 28px/32px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 26px;
	}	
#about_sub_content_box h3{
	font: bold 12px/21px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 5px;
	}
#about_sub_content_box p{
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
	margin-top:0;
	margin-bottom:10px;
}
#about_sub_content_box ul{
	margin:0 0 0 19px;
	padding:0;
}
#about_sub_content_box li{
	list-style:url(../images/about_us_li_pic.png);
    margin: 0 0 9px 0;
    padding: 0 0 0 8px;
    line-height: 24px;
    font-size: 14px;
    color: #2f2f2f;
}
#about_sub_content_box a{
	text-decoration: none;
	line-height: 24px;
    font-size: 14px;
	font-family:'Open Sans', sans-serif;
    color: #2f2f2f;
	}
#about_sub_content_box a:hover{
	color: #7d7d7d;
	}	
	
#about_sub_content_box_2{
	width:1176px;
	height:402px;
    background:#f2f2f2;
	float:left;
	padding: 44px 44px 44px 44px;
	margin: 0 0 25px 0;
	
	}
#about_sub_content_box_2 h2{
	font: bold 28px/32px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 26px;
	}
#sub_box_team{
	width:294px;
	height:auto;
	float:left;
	}
#sub_box_team_image_box{
	width:auto;
	height:auto;
	float:left;
	
	} 	
#sub_box_team:hover  #sub_box_team_image_box{
	
	opacity:0.6;

	}	
#sub_box_team h5{	
    margin: 0;
    line-height: 21px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #5bcba7; 
	float:left;
}
#sub_box_team p{     
	 font-family:'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 18px;
    color: #7d7d7d;
	margin-top:0;
	margin-bottom:10px;
	float:left;
}
#offer_wrap_one{
	margin-top:30px;
	width:815px;
	height:auto;
	float:right;
	}  
#offer_wrap_two{
	margin-top:30px;
	width:300px;
	height:auto;
	float:left;
	
	}	
  
.ul-services li {
	font-family:'Roboto';
	line-height:25px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/list-img.png);
	padding-top:0px;
	margin-top:10px;
	margin-left: -15px;
}
#offering_box{
	width:750px;
	margin-bottom: 35px;
    padding: 30px;
    border: 1px solid #DDD;
    background: #f5f5f5;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	}  
#offer_wrap_one h4{
     font: bold  22px/24px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 0px;
	margin-top: 0;
}
#offer_wrap_one p{
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 18px;
    color: #333;
	margin-top:15;
	margin-bottom:px;
	}
#offer_wrap_two h1{
	font: bold  24px/26px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 15pxpx;
	margin-top: 0;
	margin-left:45px;
	}
#offer_wrap_two ul{
	margin:0 0 0 47px;
	padding:0;
	
	}
#offer_wrap_two li{
	list-style:none;
    margin: 0 0 9px 0;
    padding: 0 0 0 8px;
    line-height: 35px;
    font-size: 14px;
    color: #2f2f2f;
	background: -webkit-linear-gradient(left, #CCC , #f0ff72);
    background: -o-linear-gradient(left, #CCC , #f0ff72); 
    background: -moz-linear-gradient(left, #CCC , #f0ff72); 
    background: linear-gradient(left, #CCC , #f0ff72); 
	}
#offer_wrap_two li:hover{
	background: -webkit-linear-gradient(left, #f0ff72 ,#CCC);
    background: -o-linear-gradient(left, #f0ff72 ,#CCC); 
    background: -moz-linear-gradient(left, #f0ff72 ,#CCC); 
    background: linear-gradient(left, #f0ff72 ,#CCC); 
	}	
#offer_wrap_two a{
	text-decoration: none;
	line-height: 24px;
    font-size: 14px;
	font-family:'Open Sans', sans-serif;
    color: #2f2f2f;
	}
#offer_wrap_two a:hover
{
	color: #999;
	}
#our_team_box	{
	width:350px;
	height:390px;
	margin:15px 10px 0 10px;
	background:#efefef;
	padding:20px;
	float:left
	}
#our_team_box:hover  p{
	color: #06C;
	
	}
#our_team_box:hover  h5{
	color: #06C;
	
	}	
	
#about_sub_content	p{
	font-family:'Roboto', sans-serif;
	font-size: 14px;
    line-height: 18px;
    color: #666;
	margin-top:30;
	line-height:25px;
	
	}
#about_sub_content h6{
	font: normal  28px/29px 'Oswald', sans-serif;
    color: #2f2f2f;
	margin-bottom: 0px;
	margin-top: 25px;
	margin-left:0px;
	
	}	
#our_team_box h5{
	font: bold  14px/14px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 0px;
	margin-top: 5pxpx;
	margin-left:0px;
	}
#our_team_box p{
	font-family:'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 18px;
    color: #333;
	margin-top:15px;
	margin-left:0px;
	margin-bottom:px;
	
	}	
#solutions_box{
	margin-top:10px;
	margin-bottom:25px;
	width:300px;
	height:auto;
	float:left;
	padding-left:20px;
	border-right: 1px #e2e2e2 solid;
	background:#
	}	
	
#solutions_box_two{
	margin-left:35px;
	margin-top:10px;
	margin-bottom:25px;
	width:765px;
	height:auto;
	float:left;
	}
#solution_sub_box{

    color: #fff;
	width:315px;
	height:50px;
	margin:10px 30px 10px 0px;
	}	
#solution_sub_box_2{
	
    width: 60px;
	height:48;
	float:left;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase;
    padding: 12px 0 12px 0;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background: #fff;
	
	}	
#solution_extra_wrap_box{
	float:left;
	padding:2px 2px 2px 10px;
	width:250px;
	height:48px;
	color:#066;
	background-color:#5d9fe3;
	
	}
#solution_sub_box:hover #solution_extra_wrap_box{
	background-color:#7e95ae;
	
	}
#solution_sub_box:hover	#solution_extra_wrap_box p{
	font-size: 13px;
	
	}
#solution_extra_wrap_box p{
	font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 48px;
    color: #FFF;
	
	}	

#solution_extra_wrap_box p a{
	font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 48px;
    color: #FFF;
	text-decoration:none;
	}	


#solutions_box a:hover{
	color: #CCC;
	}
#solutions_box_two h2{
	font: normal  24px/26px 'Oswald', sans-serif;
    color: #2f2f2f;
	margin-bottom: 0px;
	margin-left:0px;
	margin-top: 25px;
	border-bottom:none;
	
	}	
#advantages_box{
	margin:20px 5px 0px 5px;
	width:215px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	}
#advantages_box:hover .advantages_rownd	{
	
	transform: scale(1.3,1.3);
   -webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
	}
#advantages_box:hover .advantages_rownd_3	{
	
	transform: scale(1.3,1.3);
   -webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
	}
#advantages_box:hover .advantages_rownd_2	{
	
	transform: scale(1.3,1.3);
   -webkit-transform: scale(1.3,1.3);
   -moz-transform: scale(1.3,1.3);
    -ms-transform: scale(1.3,1.3);
    -o-transform: scale(1.3,1.3);
	}	
.advantages_rownd{
	margin:0px 5px 5px 0px;
	width:100px;
	height:100px;
	background-color:#CCC;
	background-image:url(../images/advatage_pic3.png);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     border-radius: 50%;
	 -o-border-radius: 50%;
	 -ms-border-radius: 50%;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	 float:left;
	}
.advantages_rownd_2{
	margin:0px 5px 5px 0px;
	width:100px;
	height:100px;
	background-color:#CCC;
	background-image:url(../images/advatage_pic2.png);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     border-radius: 50%;
	 -o-border-radius: 50%;
	 -ms-border-radius: 50%;
	 float:left;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	}	
.advantages_rownd_3{
	margin:0px 5px 5px 0px;
	width:100px;
	height:100px;
	background-color:#CCC;
	background-image:url(../images/advatage_pic1.png);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
     border-radius: 50%;
	 -o-border-radius: 50%;
	 -ms-border-radius: 50%;
     transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	 float:left;
	 

	}
	.clear{clear:both}
#advantages_box  h6{
	font: bold  16px/17px 'Open Sans', sans-serif;
    color: #2f2f2f;
	margin-bottom: 0px;
	margin-left:0px;
	margin-top: 10px;
	}	
#contact_wrap{
	width:100%;
	height:0 auto;
	}
#contact_bg{
	width:1150px;
	height:auto;
	margin:auto;
	background:#FFF;
	}
#contact_map{
	margin:30px 30px 30px 0px; 
	width:425px;
	height:335px;
	float:left;
	background-image:url(../images/map.jpg)
	
	}
#contact_form{
	width:340px;
	height:350px;
	float:right;
	margin:30px 0 0 0;
	
	}	
#contact_addres_bar{
	width:310px;
	height:335px;
	margin:0;
	float:left;
	margin:30px 0 0 20px;
	}	
#contact_addres_bar h3{
	text-align:left;
	margin:0 0 10px 0;
	padding:0;
	font: bold 18px/19px 'Open Sans', sans-serif;
    color: #2f2f2f;

	}	
	.mar{ margin-top:30px;}
#contact_addres_bar h4{	
	font: bold 16px/17px 'Open Sans', sans-serif;
    color: #2f2f2f;
    margin:0;
	text-align:left;
}
#contact_addres_bar p{			
	text-align:left;
	
	margin:25px 0 5px 0 ;
	font-family: 'Roboto', sans-serif;
    font-size: 13px;

    color: #333;
	display:block;
}
#contact_addres_bar p img{
	margin:0px 21px -8px 2px

	}
#contact_form h3{
	text-align:left;
	margin:0 0 0px 0;
	padding:0;
	font: bold 18px/19px 'Open Sans', sans-serif;
    color: #2f2f2f;

	}
.name{
	width:250px;
	height:40px;
	background:#FFF;
	float:left;
	margin:10px 0 10px 0;
	}

.phone{
	width:250px;
	height:40px;
	background:#FFF;
	float:left;
	margin:10px 0 10px 0;
	}
.email
     {
	width:250px;
	height:40px;
	background:#FFF;
	float:left;
	margin:6px 0 6px 0;
	}
.messege{       
	width:250px;
	height:75px;
	background:#FFF;
	float:left;
	margin:12px 0 0px 0;
	}
.button_submit{
	background:#999;
	width:60px;
	height:30px;
	float:left;
	margin:2px 0 0 0;
	}	
.button_submit:hover{
	background:#CCC;
	}	
#offre_line_1{
	width:470px;
	margin:48px 0 48px 0;
	height:4px;
	float:left;
	background:#e8eaed;
	
	}
#offre_line{
	width:470px;
	margin:48px 0 48px 100px;
	height:4px;
	float:left;
	background:#e8eaed;
	
	}	
#offer_hedline_box{
	width:100%;
	height:100px;
	margin:auto;
	
	}
#offre_line_hed{
	width:110px;
	height:100px;
	float:left;
	margin:0;
	}
#offre_line_hed p{	
     margin: 0px;
     padding: 0;
     text-align:center;
     line-height: 100px;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     color: #666;
     font-weight: bold;	}
	
	
	
	
/*----------------------------------------
			slider_css	
---------------------------------------- */	
	
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	display: none;
	float: left;
	position: relative;
	z-index: 0;
	width: 100%;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 244px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	/*left: 100px;*/
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
   	background: url(../../images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {display:none;}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
/*----------------------------------------
				Caption
---------------------------------------- */
.camera_caption {
	position: absolute;
	width:100%;
	height:100%;
	left:0;
	bottom:0;
	display: block;
	font-size:12px;
	line-height:18px;
	color: #E5BDC2;
	text-align:left;
}


.camera_caption > div { margin-top:180px; 
	padding: 22px 0px 10px 47px;
	background:#FFF;
	opacity: 0.8;
	width:370px;
	float:left;
	margin-left: 5%;
}

	.camera_caption > div h2 {
		font-size:30px;
		line-height:40px!important;
		letter-spacing:-2px;
		color:#DA5C39;
		margin:0 0 4px 0;
		font-weight:lighter!important;
		font-family: 'Roboto', sans-serif;
	}

	.camera_caption > div h3 {
		font-size:16px;
		line-height:22px!important;
		color:#999;
		letter-spacing:-1px;
		margin:0 0 27px 0;
		padding:0 0 0 2px;
		font-weight:normal;
		font-family: 'Open Sans', sans-serif;
	}
		.camera_caption > div h3 span {color:#FFF;}
	
	.camera_caption > div h6 {
		color:#DA5C39;
		padding:0 0 0 3px;
		margin:0 0 9px 0;
		font-size:18px;
		font-weight:normal;
	}
	.camera_caption > div p {
		width:380px;
		font-family:Arial, Helvetica, sans-serif;
		padding:0 0 0 3px;
		margin:0 0 16px 0;
		font-size:12px;
		color:#666;
		line-height:20px;
	}
	.camera_caption > div a {
		display:inline-block;
		position:relative;
		padding:7px 22px 9px 23px;
		color:#f9f9f9!important;
		font-size:14px;
		line-height:19px;
		letter-spacing:-1px;
		margin-left:3px;
		text-decoration:none;
		border-radius:2px;
		text-transform:uppercase;
		background:#303030;
		font-weight:700;
		font-family: 'Open Sans', sans-serif;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.camera_caption > div a:hover {background:#837E77;}
/*----------------------------------------
				Paginations
---------------------------------------- */
.camera_wrap .camera_pag {
	position:absolute;
	bottom:24px;
/*	left:635px;*/
	z-index:2;
	text-align:center;
	right: 5%;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.camera_wrap .camera_pag .camera_pag_ul li {
	cursor: pointer;
	display: inline-block;
	margin: 0px 5px;
	position: relative;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background:url(../images/bg-pagination.png) 0 0 no-repeat;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover {background-position:0 -15px;}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {background-position:0 -15px;}


/*----------------------------------------
				Thumbs
---------------------------------------- */
.camera_pag_ul li img {
	display: none;
	position: absolute;
	border: 2px solid #303030;
}
.camera_pag_ul .thumb_arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #303030;
	top: 0px;
	left: 50%;
	margin-left: -6px;
	position: absolute;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}

.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
/*----------------------------------------
				Prev & Next
---------------------------------------- */

.camera_prev, .camera_next {
	cursor: pointer;
	height: 40px;
	margin-top: 0px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.camera_prev {
	left: 0px;
	background: url(../../images/camera_skins.png) no-repeat 0 0 #f7f7f7;
}

.camera_next {
	right: 0px;
	background: url(../../images/camera_skins.png) no-repeat -40px 0 #f7f7f7;
}

.camera_prev:hover, .camera_next:hover {background-color:#ff4100;}
/*----------------------------------------
				Stop & Play
---------------------------------------- */
.camera_commands {
	right:40px;
	top: 50%;
	height: 40px;
	width: 40px;
	cursor: pointer;
	position: absolute;
	z-index: 2;
}
.camera_commands > .camera_play {
	background: url(../../images/camera_skins.png) no-repeat -80px 0 #f7f7f7;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(../../images/camera_skins.png) no-repeat -120px 0 #f7f7f7;
	display: block;
	height: 40px;
	width: 40px;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/*----------------------------------------
				slider_css_end
---------------------------------------- */
#services h2{
	margin: 0px 0px 0px 0px;
padding: 0 20px;
text-align: left;
line-height: 29px;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
color: #353434;
font-weight: 200;
	
	}
#services {
	width:480px;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
}
#services ul {
}
#services ul li {
box-shadow:0px 5px 5px #e2e2e2;
	-webkit-transition:background .4s ease; 
	-moz-transition:background .4s ease; 
	width:220px;
	min-height:170px;
	margin-right:5px;
	margin-left:10px;
	padding:2px;
	margin-bottom:20px;
	background:#FFF;
	padding-top:10px;
}
#services ul li p{
	margin-left:20px;
	color:#999;
	font-family:arial;
}

#small_prev {
	margin:8px 1px 0 0;
	padding:0 0 0 0;
	float:right;
}
#small_next {
	margin:8px 0 0 0;
	padding:0 0 0 0;
	float:right;
}
#small_prev1 {
	z-index:9;
	position:absolute;
	margin:0 0 0 742px;
	padding:0 0 0 0;
}
#small_next1 {
	z-index:9;
	position:absolute;
	margin:0 0 0 764px;
	padding:0 0 0 0;
}
#small_prev a {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/prev_hover.gif) center no-repeat #7b7b7b;
}
#small_prev a:hover {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/prev_hover.gif) center no-repeat #343434;
}
#small_next a {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/next_hover.gif) center no-repeat #7b7b7b;
}
#small_next a:hover {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/next_hover.gif) center no-repeat #343434;
}
#small_prev1 a {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/prev_hover.gif) center no-repeat #7b7b7b;
}
#small_prev1 a:hover {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/prev_hover.gif) center no-repeat #343434;
}
#small_next1 a {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/next_hover.gif) center no-repeat #7b7b7b;
}
#small_next1 a:hover {
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:21px;
	width:21px;
	background:url(../images/next_hover.gif) center no-repeat #343434;
}
.news_slider {
	background:#ececec;
	border-top:10px solid #ececec;
	border-bottom:10px solid #ececec;
	border-left:20px solid #ececec;
	border-right:20px solid #ececec;
	width:100%;
	margin-left:0px;
}
.news_slider ul {
	margin:0;
	padding:0;
}
.news_slider ul li {
	margin:0;
	padding:0;
	line-height:normal;
	background:none;
}
.news_slider p {
	text-align:left;
}
.news_slider h2 {
	font-size:16px;
	color:#333;
	line-height:20px;
	margin-top:7px;
}
.views-field-title span {
	font-size:16px;
	color:#292929;
	padding-left:68px;
	padding-right:20px;
	display:block;
	line-height:22px;
	height:54px;
}
.views-field-view-node {
	padding:0px 0px 0px 17px;
	border-radius:5px;
}
.views-field-view-node span {
	display:inline-block;
	background:url(../images/more.gif) no-repeat right 0;
 -webkit-transition:all .3s ease;
 -moz-transition:all .3s ease;
	margin:10px 0;
	border-radius:5px;
}
.views-field-view-node span:hover {
	border-radius:5px;/*
	background:url(../images/more.gif) no-repeat 0 bottom;*/
}
.views-field-view-node a {
	border-radius:5px;
	display:block;
	color:#000;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal; /*
	background:url(../images/a5.gif) no-repeat 83px 13px; */
	background:none;
	border:1px solid #e2e2e2;
	color:#930;
 -webkit-transition:all .2s ease;
 -moz-transition:all .2s ease;
	padding:6px 15px 6px 15px;
	border-radius:5px;
}
.views-field-view-node a:hover {
	color:#930;
	border-radius:5px;/*
	background:#900;/*
	background:url(../images/a6.gif) no-repeat 83px 13px;*/
}
#mid_container {
	width:740px;
padding-left:10px;	
padding-right:10px;
float:left;
box-shadow: 1px 2px 2px 2px #eee;
margin-bottom:10px;
}

.Right_aside{margin-right:15px;}
.hr{background: url(../images/line_hor.gif) repeat-x 0% 0%;
width: 100%;
height: 1px;
overflow: hidden;
margin: 22px 0 17px 0;
vertical-align: top;
line-height: 0;
font-size: 0;}

h4{font-family: 'Fenix', sans-serif;
	font-weight:normal;
	font-size:28px;
color: #E3BE6A !important; margin-bottom:20px; margin-top:0; line-height:30px;}
.mid-cont-left img{border: 8px solid #f1e2cb;}
.mid-cont-left{clear:both; display:block; margin-bottom:20px;}
h2{ font-family:'Roboto'; font-weight:lighter; font-size:18px;
color: #564614 !important; border-bottom:1px dotted #efefef; padding-bottom:5px;}
.Right_aside ul{margin-left:-13px;}
.Right_aside ul li{ list-style-image:url(../images/big_marker2.png); padding-top:5px; padding-bottom:7px;font-family: 'Open Sans', sans-serif;font-size: 14px; color: #837E77;}
.Marquee{overflow:hidden; height:335px;}
.more a:link, .more a:visited{background: none;
outline: none;
background: none;
height: auto !important;
padding: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
/*-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;*/
border: none;
vertical-align: top;
letter-spacing: -1px;
line-height: 1.2em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: 400;
text-shadow: none;
text-transform: uppercase;
color: #ead8bb;
text-decoration:none;}
.more a:hover{color: #837e77;}

.black_bold{clear:both; margin-top:10px !important; display:inline-block;}
/* Post Cycle */
.post_cycle {
  padding: 0;
  margin: 0;
  position: relative;
}
#post-cycle .cycle_item {
  float: left;
  width: 262px;
  padding: 0 0 10px 0;
  margin: 0 16px 2px 0; 
  background: none;
  list-style-type: none;
  background: #fff;
  border: 1px solid #e7edf1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display:block; margin-bottom:25px;
  
 border:1px #EEE solid; box-shadow: 0 0 2px 2px #eee;
}
.post_cycle h2{margin-top:20px;
	margin-bottom:3px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-weight:lighter;
	font-size:22px;
	color:#666; padding-bottom:20px;}
#post-cycle .cycle_item a {
  color: #939393;
  text-decoration: none;
  background: none;
  line-height:20px;
}
#post-cycle .cycle_item a .price-box { margin:0; 
}
#post-cycle .cycle_item:hover {
 border:1px #EEE solid; box-shadow: 0 0 2px 2px #DDD;
}
#post-cycle .viewport {
  overflow: hidden;
  position: relative;
  min-height: 480px;
  height: auto!important;
  height: 300px;
  width:1110px;
  margin-left:px;
}
#post-cycle .overview {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#post-cycle .disable {
  visibility: hidden;
}
#post-cycle .buttons-wrap {
  position: absolute;
  right: 15px;
  top: -41px;
}
#post-cycle .buttons-wrap a {
  width: 24px;
  height: 23px;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-position: left top;
  background-image:url(../images/next-prev.png);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#post-cycle .buttons-wrap .next {
  margin-left: 1px;
  background-position: -24px 0;
}
#post-cycle .buttons-wrap .next:hover {
  background-position: -24px -23px;
}
#post-cycle .buttons-wrap .prev:hover {
  background-position: 0 -23px;
}
#post-cycle .featured-thumbnail {
  margin: 0;
  float: none;
  display: block;
  border: none;
  padding: 0;
  background: none;
 
}
#post-cycle .featured-thumbnail img {
  float: none;
  margin: 0;
  padding: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   vertical-align:middle!important; padding:10px;margin-left:30px;
}
#post-cycle .cycle_item a:hover .featured-thumbnail img {
  opacity:.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#post-cycle .excerpt {
  padding: 0px 18px 2px 18px;
}
/* Folio Cycle */
.folio_cycle {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.folio_cycle .folio_item {
  overflow: hidden;
  display: none;
}
.folio_cycle .folio_item:first {
  display: block;
}
.folio_cycle .folio_item figure.thumbnail {
  width: 270px;
  overflow: hidden;
}
#folio-controls {
  text-align: center;
  overflow: hidden;
}
#folio-controls ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#folio-controls ul li {
  padding: 0 5px 0 0;
  display: inline;
}
#folio-controls ul li a {
  display: inline-block;
  text-decoration: none;
  width: 8px;
  height: 8px;
  background: #000;
  font-size: 0;
  line-height: 0;
}
#folio-controls ul li a:hover {
  background: #999;}
  
.button {
	color:#F60;font-family: 'Fenix', arial; margin-right:10px;
	text-decoration:underline;
	float:right;
}
.button:hover {
	color:#F66;
}
h5{	width:auto;
	line-height:30px;
	margin: 5px 0 2px 5px;
	padding: 4px 0 3px 22px;
	font-family: 'Roboto';
    font-weight: normal;
	font-size: 15px;
    color: #999;
    text-transform:none;
	font-style:italic;
	background-image: url(../images/arrow.png);background-position: 0px 4px; background-repeat: no-repeat;}
