/*theme name:elpower*/

@charset "utf-8";

/* CSS Document */



body{margin:0; padding:0; background:#f4f3ef; font-family: Arial, Helvetica, sans-serif; line-height:18px;

  font-size: 14px;}



img{border:none;}

strong {
  color: #f89727;
  font-size: 16px;
  font-weight: bold;
}

.alignleft{float:left; margin-right:20px;}



.alignright{float:right; margin-left:20px;}


.aligncenter {
  display: block;
  margin: 0 auto;
}

.clear{ clear:both;}



@font-face {

	font-family: 'museo700regular';

	src: url('font/museo700regular.eot');

	src: local('museo700regular'), url('font/museo700regular.woff') format('woff'), url('font/museo700regular.ttf') format('truetype');

}





/************* header css **************/



#header{width:980px; height:126px; margin:0 auto;}



.logo{width:280px; height:114px; float:left; margin:4px 0 0 4px;}



.contact_menu{width:660px; height:109px; float:right; margin:15px 0 0 0;}



.navigation {

  clear: both;

  height: 23px;

  padding: 25px 0 0;

}





/* Main */

#menu {

  float: right;

  list-style: none outside none;

  margin: 0 0 0 20px;

  padding: 0;

}



#menu li{

	float: left;

	

	

	position: relative;

}



#menu a {

  border-right: 1px solid #D4B847;

  color: #000;

  float: left;

  font-family: "Open Sans",sans-serif;

  font-size: 15px;

  height: 15px;

  padding: 2px 12px 10px;

  text-decoration: none;

  text-transform: uppercase;

}



.hom{ background:url(images/home.png) no-repeat center center; padding-left:10px;}







#menu li:hover > a{

	color: #F89827;

         

}



*html #menu li a:hover{ /* IE6 */

	color: #fafafa;

}



#menu li:hover > ul{

	display: block;

}



/* Sub-menu */



#menu ul{

    list-style: none;

    margin: 0;

    padding: 0;    

    display: none;

    position: absolute;

    top:26px;

    left: 0;

    z-index: 99999; width:250px;     

    

	

				 background: #f9f9f9;

         background: -webkit-linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);  /*new gradient design of Css3*/

    background: -moz-linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);     /*new gradient design of Css3*/

    background: -o-linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);       /*new gradient design of Css3*/

    background: -ms-linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);      /*new gradient design of Css3*/

	background: -ie-linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);

    background: linear-gradient(top, #f9f9f9 30%,#cfcfcf 100%);

    

}



#menu ul li{

    float: none;

    margin: 0;

    padding: 0;

    display: block;

	border-bottom:#ababab 1px solid;

}



#menu ul li:last-child{   

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;

	border-right:none; 

}



#menu ul a{    

    padding: 10px;

    height: auto;

    display: block;

    white-space: normal;

    float: none;

    text-transform: none;

	font-size:15px;

	border-right:none;

}



*html #menu ul a{ /* IE6 */   

	height: 10px;

	width: 150px;

}



*:first-child+html #menu ul a{ /* IE7 */    

	height: 10px;

	width: 150px;

}



#menu ul a:hover{

        background: #F89727;

		color:#fff;

        

}



#menu ul li:first-child a{

    

}







#menu ul li:first-child a:hover:after{

    border-bottom-color: #04acec;

	 

}



#menu ul li:last-child a{

    -moz-border-radius: 0 0 5px 5px;

    -webkit-border-radius: 0 0 5px 5px;

    border-radius: 0 0 5px 5px;

}



/* Clear floated elements */





* html #menu             { zoom: 1; } /* IE6 */

*:first-child+html #menu { zoom: 1; } /* IE7 */











#menu ul li:first-child a:hover:after{

    border-bottom-color: #04acec; 

}


#menu ul ul {
  left: 100%;
  top: 1px; width:250px;
}




/**************** wrapper css ***************/



.wrapper{width:980px; height:auto; margin:10px auto 15px;}

.innerwrapper{ width:980px; height:auto; margin:0 auto; background-color:#fff;}

.slider_container {
  height: auto;
  margin-bottom: 0px;
  padding-top: 10px;
}



.slider_left{width:660px; height:384px; float:left;}



.slider_right{width:285px; height:378px; float:right; border:#9a4549 3px solid;

	

				border-radius:2px;

				-moz-border-radius:2px;

				-ms-border-radius:2px;

				-webkit-border-radius:2px;

				-o-border-radius:2px;



}





.slider_right h1 {

  background:#780409 url(images/search_button.png) no-repeat 10px 10px;

  color: #fff;

  font-family: "Open Sans",sans-serif;

  font-size: 21px;

  font-weight: normal;

  height: 45px;

  line-height: 42px;

  margin: 0;

  text-align: center;

  padding:0 0 0 20px;

}





table.search_form {

  margin: 0 auto;

  width:272px;

}



.txt_moteur {

  color: #828081;

  font:15px Arial,Helvetica,sans-serif;

}



.txtmoteur {

  background:#fff;

  border:1px solid #780409;

  color: #605f5e;

  float: right;

  font: 13px arial;

  height:27px;

  margin-top: 9px;

  padding-top: 4px;

  width:102px !important;

}



table.search_form .submit_button {

  background:#780409;

  border: 2px solid #912307;

  border-radius: 4px;

  color: #ececeb;

  cursor: pointer;

  font-family: "Open Sans",sans-serif; font-size:34px;

  margin: 10px auto 0;

  width:256px;

  height:50px;

  font-weight:bold;

  line-height:0;

}





.innerbanner{ width:100%; margin:0 auto;}

.innercontent{ padding:5px 20px 20px;}

.innerleft_panel {

  float: left;

  margin-right: 10px;

  width: 630px; padding-right:10px;

}

.innerleft_panel a{ color: #039; text-decoration:none;}
.innerleft_panel a:hover{ color: #039; text-decoration: underline;}
.innerright_panel {

  float: right;

  width: 280px;

}



.innerright_panel h2 {

  border-bottom: 1px solid #e4e4e4;

  margin-bottom: 0;

  padding-bottom: 15px; color:#0055A4;

}
.innerleft_panel h1 {
  color: #0055a4;
  font-size: 24px;
  line-height: 25px;
}


.innerright_panel ul{ margin:0 auto;}

.innerleft_panel ul li {

  background: url("images/ritaro.png") no-repeat scroll left center;

  list-style: none; padding-left:25px; line-height:25px;


}

.innerright_panel ul li {

  background: url("images/rarro.png") no-repeat scroll right center rgba(0, 0, 0, 0);

  border-bottom: 1px solid #dbdbdb;

  font-size: 13px;

  line-height: 35px;

  list-style: none outside none;

  margin-left: -35px;

}


.area{width:250px; margin:0 auto;}



.butt{width:285px; margin:0 auto;}





.dernières_annonces{height:26px; margin:13px 0 0 0;}



.dernières_annonces h2 {

  font-family: "museo700regular"; float:left;

  font-size: 24px;

  height: 26px;

  margin: 0;

  width:245px;

  background:url("images/arrow_image.png") no-repeat;

  padding:0 0 0 35px;

  color:#131313;

}





.dernières_annonces span{ font-family: "museo700regular"; color:#780409;

  font-size: 24px;}





.line{width:669px; height:3px; float:right; background:url(images/line.png) repeat-x; margin:18px 0 0;}



.content{width:980px; height: auto; margin:30px auto 12px;}



.navi_menu{height:41px; margin:24px 0 0 0;}



.navi_menu ul{list-style:none; margin:0; padding:0;}



.navi_menu li{ display:inline;  padding:0 0 16px;}



.navi_menu li:hover{background:url(images/down_arrow.png) no-repeat center bottom;}



.navi_menu a{font-family: "Open Sans",sans-serif; font-size:13px; text-decoration:none; color:#131313; padding:10px 15px;}





.navi_menu a:hover{background:#780409;  font-family: "Open Sans",sans-serif; text-decoration:none; color:#fff;}



.small_slider{height:120px;}





.content_2{height:auto; width:972px;}





.left_panel {

  background-color: #cecccd;

  border: 1px solid #939393;

  border-radius: 4px;

  float: left;

  height: auto;

  padding: 12px;

  width: 455px;

}



.right_panel {

  background-color: #cecccd;

  border: 1px solid #939393;

  border-radius: 4px;

  float: right;

  height: auto;

  padding: 12px;

  width: 455px; min-height:265px;

}



.right_panel p {

  color: #333;

  font-family: arial;

  font-size: 14px;

  line-height: 18px;

}


.left_panel h1 {

  color: #0055A4;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 24px;

  margin: 10px auto 0; font-weight:normal;

}


.left_panel h2 {

  color: #0055A4;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 24px;

  margin: 10px auto 0; font-weight:normal;

}



.right_panel h2 {

  color: #0055A4;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 24px;

  margin: 10px auto 0; font-weight:normal;

}



.left_panel p{color: #333;

  font-family: arial;

  font-size: 14px;

  line-height: 18px;}



.header_container{width:100%; height:126px; background:#fff; border-top: 4px solid #f89827;}



.more{float:left;}



.more a{ font-family: Arial, Helvetica, sans-serif; color:#0055A4; font-size:17px; text-decoration:none;}



.more a:hover{color:#828081;}



.slidbox {

  background-color: #d3d3d3;

  float: left;
  
	margin: 0 8px 15px 0;
    width: 236px;

}



.slidbox img {

  border: 1px solid #000;

  margin-top: 0;

  width: 100%;

}



h3.titl {

  background-color: #2b72b5;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 12px;

  height: 30px;

  margin: -50px 0 0;

  opacity: 0.85;

  padding: 8px 0 8px 0;

  position: relative;

  text-align: center;

  width: 101%;

  z-index: 9999;

}



.slidbox h3 a {

  color: #fff;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 13px;

  margin-bottom: 0;

  padding: 0 2px;

  text-decoration: none; text-transform:uppercase;

}
.slidbox h3 a:hover{ color:#F89827; text-decoration: none;}
  

.slidbox p {

  color: #333;

  font-family: "Open Sans",sans-serif;

  font-size: 13px;

  margin-top: 0;

  padding: 0 10px;

  text-decoration: none;

}





/************ footer top css ***********/



.footer_top{width:100%; background:#fff; height:auto; border-top: 4px solid #F89727;}



.footer_top_container {

  height: auto;

  margin: 0 auto;

  width: 910px;

}



.estimation {

  float: left;

  margin: 10px 33px 0 0;

  width: 300px;

}

.con {

  float: left;

  margin: 10px 33px 0 0;

  width: 300px;

}

.Contacts{width:333px; float:left;}



.estimation h3 {

  color: #0753a3;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 20px;

  font-weight: normal;

  margin: 0;

}

.con h3 {

  color: #0753a3;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 20px;

  font-weight: normal;

  margin: 0;

}

.estimation ul{ margin-left:-35px;}



.estimation ul li {

  background: url(images/bullet.png) no-repeat scroll left center;

  color: #545253;

  font: 16px/25px Arial,Helvetica,sans-serif;

  list-style: none outside none;

  padding-left: 25px;

}

.estimation ul li a { color: #545253; text-decoration:none; }

.estimation ul li a:hover { color: #0055A4; text-decoration:none;}

.estimation p{font-family:"Open Sans",sans-serif; color:#545253; font-size:15px;}



.con p {

  color: #545253;

  font-family: "Open Sans",sans-serif;

  font-size: 15px;

  line-height: 20px;

}

.con a { color: #545253; text-decoration:none; }

.con a:hover { color: #0055A4; text-decoration:none;}

.footer_bottom{width:100%; height:10px;}



.footer_bottom_container {
  color: #333;
  float: left;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  margin: 10px auto;
  text-align: right;
  width: 235px;
}



.ic1 {

  background: url(images/hus.png) no-repeat scroll left top 0px;

  float: left;

  height: 25px;

  padding-left: 5px;

  width: 25px;

}

.ic2 {

  background: url(images/mob.png) no-repeat scroll left 8px top 4px;

  float: left;

  height: 28px;

  padding-left: 5px;

  width: 25px;

}



.ic3 {

  background: url(images/prin.png) no-repeat scroll left top;

  float: left;

  height: 25px;

  padding-left: 5px;

  width: 25px;

}





.top_con {

  float: right;

  width: 435px;

}



.phone_no {

  background: url(images/phone.png) no-repeat scroll 5px 3px;

  clear: both;

  color: #000;

  float: left;

  font-family: "Open Sans",sans-serif;

  font-size: 22px;

  font-weight: 400;

  height: 40px;

  margin: 0; padding-top:5px;

  width: 180px; padding-left:35px;

}





.side_search {

  float: left;

  height: 35px;

  width: 215px;

}



.searchform {

  background: none repeat scroll 0 0 #ffffff;

  border: 1px solid #e8e8e8;

  border-radius: 6px;

  height: 35px;

  width: 210px;

}



#s {

  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

  border: medium none;

  color: #666666;

  height: 35px;

  padding-left: 5px;

  text-align: left;

  width: 160px;

}



#s_btn {

  background: url(images/search_button.png) no-repeat scroll 6px 6px #0055A2;

  border: medium none;

  border-radius: 0 6px 6px 0;

  cursor: pointer;

  float: right;

  height: 35px;

  width: 35px;

}

.cpfst {
  background-color: #fff;
  border: 1px solid #0055a5;
  border-radius: 6px; margin-bottom:20px;
}
.cpfst h4 {
  border-bottom: 1px solid #009;
  color: #039;
  font-size: 18px;
  margin: 10px 0 5px;
  padding-bottom: 10px;
}

.cpfst ul {
  margin-left: 0;
  padding: 0 25px;
}


.icon-phone{ background: url(images/phn.png) no-repeat center left !important; padding: 5px 0 5px 35px !important;}

.icon-fax{ background: url(images/fx.png) no-repeat center left !important; padding: 5px 0 5px 35px !important;}

.icon-mail{ background: url(images/mail.png) no-repeat center left !important; padding: 5px 0 5px 35px !important;}

.icon-addrs{ background: url(images/add.png) no-repeat left top 10px !important; padding: 5px 0 5px 35px !important;}

.dcjq-accordion ul li a{ color: #0055a4; font-weight:bold; text-decoration:none;}

.innerright_panel ul.sub-menu li a { color:#0055a4; text-decoration:none; font-weight:normal;}

.innerright_panel ul li a:hover { color:#333; text-decoration:none;}

.otw-sc-portfolio ul li{ background:none !important;}

.otw-sc-portfolio ul{ margin-left:0 !important;}

.ridetop_social .side_social ul li {
  display: inline;
  list-style: outside none none;
  margin-right: 5px; background:none; padding-left:0;
}

.ridetop_social .side_social ul {
  margin-left: -38px;
}

.ridetop_social{ float:left; }

.pg_rss {
  float: right;
  padding-top: 10px;
}

.entry h3{ margin:5px 0;}

.single-post {
  margin-bottom: 25px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 25px;
}
.touchcarousel.black-and-white .tc-paging-container {
  margin-top: -25px;
  display: none !important;
}

.otw-sc-portfolio .otw-portfolio-filter {
  display: none;
  margin-bottom: 25px;
}
