
/*=========== General ===========*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.container
{
	width:960px;
	max-width: 100%;
}


/*=========== Header Section ===========*/
.top_header
{
	margin-top:30px;
	margin-bottom:20px;
}
.header_links
{
	display:inline-block;
	width:100%;
}
.header_links ul
{
	padding:0px;
}
.header_links ul li
{
	display:inline-block;
	list-style-type:none;
}
.header_links ul li::after
{
	content:"|";
}
.header_links ul li:last-child::after
{
	content:"";
}
.header_links ul li a
{
	color:#7C7C7C;
	font-size:12px;
	padding:0px 12px;
	text-transform:uppercase;
}
.header_links ul li a:hover
{
	color:#000;
	text-decoration:none;
}
.header_links ul li:last-child a
{
	padding-right:0px;
}
.search
{
	display:none;
	width:100%;
	margin-top:10px;
}
.search .input-group
{
	max-width:250px;
	background-image:url(../images/search-gb.gif);
	padding:3px;
}
.search .input-group .form-control
{
	border-radius:0px;
}
.search .input-group span button
{
	padding:0px;
}


/*=========== Navigation ===========*/
.top_menus
{
	background-image:url(../images/mnu-bg.gif);
	background-repeat:repeat-x;
	height:36px;
	border-radius:0px;
	border:none;
	margin-bottom:0px;
	min-height:auto;
}
.navbar-collapse
{
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-nav li
{
	background-image:url(../images/mnu-spe.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.navbar-nav li:last-child
{
	background-image:none;
}
.navbar-nav > li > a
{
	font-size:13px;
	color:#000;
	font-weight:bold;
	padding: 8px 35px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a.active
{
	background-image:url(../images/smun-bg.gif);
	color:#FFF;
}
ul.dropdown-menu
{
	background: #E2E2E2;
	border: 1px solid #FFFFFF;
	padding-top:0px;
	padding-bottom:0px;
	border-radius:0px;
	box-shadow:none;
}
ul.dropdown-menu li
{
	background-image:none;
	border-bottom:1px solid #FFF;
}
ul.dropdown-menu li:last-child
{
	border-bottom:none;
}
ul.dropdown-menu li a
{
	display:block;
	padding: 7px 11px;
	font-size:12px;
	font-weight:bold;
}
ul.dropdown-menu li a:hover, ul.dropdown-menu li a.active
{
	background-image:url(../images/smun-bg.gif);
	color:#FFF;
}

.navbar{z-index: 99;}
/*=========== Main Content ===========*/
.main
{
	background-image:url(../images/bg.gif);
}
.left_content
{
	float:left;
	width:70%;
	margin-right:1%;
	margin-top:15px;
}
.right_content
{
	float:left;
	width:29%;
}
.content_wrapper
{
	border: 4px solid #E7E3D8;
	margin-bottom:10px;
}
.content_main
{
	background:#FFF;
	padding:10px;
}
.breadcrumb
{
	width:100%;
	background-color:transparent;
	padding:0px 5px 8px 0px;
	margin-bottom:5px;
	list-style-type:initial;
}
.breadcrumb a
{
	color:#D8191F;
	list-style-type:initial;
	text-decoration:inherit;
}
.breadcrumb a:hover
{
	color: #000;
}
.content_main h3
{
	margin-top:0px;
	font-size:20px;
}
.content_main h4
{
	margin-top:10px;
	font-weight:bold;
}
/*.content_main p img
{
	max-width:200px;
}*/
.content_main p a
{
	color:#F00;
}
.content_main p a:hover
{
	color: #000;
}

.fade-carousel {
    position: relative;
    height: 350px;
	background:#FFF;
}
.fade-carousel .carousel-inner .item {
    height: 350px;
}
.fade-carousel .carousel-indicators
{
	bottom: 10px;
	left: 50px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 1px;
    background-color: transparent;
	border:1px solid #CCC;
    opacity: 1;
	width:18px;
	height:16px;
	border-radius:0px;
}
.fade-carousel .carousel-indicators > li.active {
  width:18px;
	height:16px;
  opacity: 1;
  background-color:#C30;
  border-color:#C30;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height:350px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(../images/bnr1.jpg);
  background-size:contain;
}
.fade-carousel .slides .slide-2 {
  background-image: url(../images/bnr2.jpg);
  background-size:contain;
}
.fade-carousel .slides .slide-3 {
  background-image: url(../images/bnr3.jpg);
  background-size:contain;
}


/*=========== Feature ===========*/
.features
{
	width:100%;
	display:inline-block;
	margin-top:10px;
}
.feature_item
{
	float:left;
	width:32.5%;
	margin-right:1.2%;
}
.features .feature_item:last-child
{
	margin-right:0px;
}
.feature_title
{
	color:#FFF;
	width:100%;
	padding:18px 11px;
}
.feature_title h4
{
	margin:0px;
	font-size:21px;
}
.feature_details
{
	width:100%;
	padding: 9px 9px 12px 9px;
	color: #FFFEFF;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 8px;
}
.feature_img img
{
	width:100%;
	margin-bottom:10px;
}
.feature_text > a
{
	background-color:#FFF;
	padding:5px 10px;
	margin-bottom:15px;
}
.feature_text p
{
	margin-bottom:0px;
	text-align:justify;
}
.feature_text p a
{
	color:#C33;
}
.feature_text p a:hover
{
	color:#000;
}

.feature_item.item1 .feature_title
{
	background-image:url(../images/blue-tit.gif);
	background-repeat:repeat-x;
}
.feature_item.item1 .feature_details
{
	background: #02758A;
}
.feature_item.item2 .feature_title
{
	background-image:url(../images/gren-tit.gif);
	background-repeat:repeat-x;
}
.feature_item.item2 .feature_details
{
	background: #5d7004;
}
.feature_item.item3 .feature_title
{
	background-image:url(../images/orang-tit.gif);
	background-repeat:repeat-x;
}
.feature_item.item3 .feature_details
{
	background: #b83602;
}


/*=========== Right Content ===========*/
.red_box
{
	background:#D81920;
	padding:15px;
	margin-top:15px;
}
.red_box h3
{
	background-image:url(../images/red-tit.gif);
	background-repeat:repeat-x;
	padding:7px 10px 6px 20px;
	color:#000;
	margin-bottom:10px;
	margin-top:0px;
	font-size:20px;
	text-transform:capitalize;
}
.red_button
{
	width:100%;
	display:inline-block;
	margin:20px 0px;
	text-align:center;
}
.red_button img
{
	max-width:150px;
}
.red_box_text
{
	width:100%;
	display:inline-block;
}
.red_box_text h4
{
	color:#FED988;
}
.red_box_text p
{
	color: #FFF;
	margin-bottom:15px;
}

.grey_box
{
	margin:15px 0px;
	padding:10px;
	background:#7f7c73;
}
.grey_box h3
{
	color:#FFF;
	margin:0px;
	font-size:20px;
	margin-bottom:10px;
}
.grey_box ul
{
	padding:0px;
	width:100%;
}
.grey_box ul li
{
	list-style-type:none;
	text-align:center;
	width:100%;
	color:#DCDCDC;
}
.right_img_box
{
	padding:5px;
	background:#FFF;
	font-size:13px;
	padding-bottom:10px;
}
.right_img_box h4
{
	margin:0px;
	text-align: left;
	padding:10px 10px 10px 20px;
	background-image:url(../images/tit-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	text-transform:capitalize;
}
.right_img_box_content
{
	width:100%;
}
.right_img_box_content img
{
	width:100%;
	margin-bottom:10px;
}
.text_red
{
	color:#F00;
}

.right_links_box
{
	padding:5px;
	background:#FFF;
	font-size:13px;
}
.right_links_box h4
{
	margin:0px;
	text-align: left;
	padding:10px 10px 10px 20px;
	background-image:url(../images/tit-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	text-transform:capitalize;
}
.right_links_box ul
{
	padding:0px;
	width:100%;
	margin-bottom:2px;
	margin-top:5px;
}
.right_links_box ul li
{
	list-style-type:none;
	padding:5px 0px;
	width:100%;
	border-bottom:1px dotted #000000;
	padding-left:10px;
}
.right_links_box ul li::before
{
	content:url(../images/dropdown-normal-arrow.png);
}
.right_links_box ul li:last-child
{
	border:none;
}
.right_links_box ul li a
{
	padding:0px 5px;
	color:#000;
}

.right_bottom_box
{
	padding:5px;
	background:#FFF;
	font-size:13px;
	padding-bottom:10px;
}
.right_bottom_box h4
{
	margin:0px;
	text-align: left;
	padding:10px 10px 10px 20px;
	background-image:url(../images/tit-bg.gif);
	background-repeat:repeat-x;
	color:#FFF;
	text-transform:capitalize;
}
.right_bottom_box_content
{
	width:100%;
	display:inline-block;
	color:#F00;
	padding:0px 12px;
}
.right_bottom_box_content h4
{
	background:none;
	padding:0px;
	color:#F00;
}
.right_bottom_box_content h2 a, .right_bottom_box_content h3 a, .right_bottom_box_content h4 a, .right_bottom_box_content h5 a, .right_bottom_box_content h6 a, .right_bottom_box_content small a
{
	color:#F00;
	font-weight:bold;
}
.right_bottom_box_content h2 a:hover, .right_bottom_box_content h3 a:hover, .right_bottom_box_content h4 a:hover, .right_bottom_box_content h5 a:hover, .right_bottom_box_content h6 a:hover, .right_bottom_box_content small a:hover
{
	color: #000;
	text-decoration:none;
}
.right_bottom_box_content h2
{
	font-size:20px;
	color:#F00;
}
.right_bottom_box_content h3
{
	font-size:18px;
	color:#F00;
	margin-top: 15px;
}

/*=========== Nettoyage ===========*/
#webform-component-demande-de-nettoyage--titre
{
	float:left;
	width:100%;
}
.user_details
{
	float:left;
	width:100%;
	margin-top:5px;
}
.user_details .form-item
{
	width:100%;
	float:left;
}
.webform-component-textfield label, .webform-component-email label, .webform-component-select label, .form-item-captcha-response label
{
	width:100%;
}
.webform-component-select select
{
	height:26px;
}
.webform-component-radios label, .webform-component-date > label
{
	margin-right:20px;
}
fieldset {
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 32px;
    padding: 0 0 10px;
    position: relative;
    top: 12px;
    border-radius: 4px;
}
fieldset legend {
    background: #E0E0DE;
    border: 1px solid #ccc;
    border-bottom: none;
    color: #3b3b3b;
    display: block;
    height: 2em;
    left: -1px;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-indent: 10px;
    text-shadow: 0 1px 0 #fff;
    top: -12px;
    width: 100.4%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	font-size:14px;
}
fieldset .fieldset-wrapper {
    padding: 0 10px;
}
.fieldset-wrapper {
    margin-top: 25px;
}
.form-item {
    margin-bottom: 1em;
    margin-top: 2px;
}
.form-item label {
    font-size: 0.929em;
}
.marker, .form-required {
    color: #f00;
}
.webform-container-inline div, .webform-container-inline div.form-item {
    display: inline;
}
.form-type-radio label, .form-type-checkbox label {
    margin-left: 4px;
}
input.form-text, textarea.form-textarea, select.form-select {
    border: 1px solid #ccc;
}
input.form-text {
    width: 190px;
    padding: 2px 2px 4px 4px;
}
input, textarea {
    font-size: 0.929em;
}
.element-invisible {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.webform-datepicker .form-item select
{
	height:28px;
}
input.form-submit {
    border: 1px solid #334B5D;
    background: url(../images/btn-bg.gif) repeat-x;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    margin-right: 1em;
    padding: 3px 10px;
    font-family: trebuchet MS;
    font-size: 13px;
}
input.form-submit
{
	background:#000;
}
fieldset .description {
    margin-top: 5px;
    line-height: 1.4;
    color: #3c3c3c;
    font-style: italic;
	font-size: 0.85em;
}
.ui-widget-header
{
	background-image:url(../images/calender_title_bg.png);
	background-repeat:repeat-x;
	background:#cccccc;
	border:1px solid #aaaaaa;
}
.ui-widget-header .ui-icon
{
	background-image:url(../images/ui-icons_black.png);
}


/*=========== Blog ===========*/
.blog_text_links
{
	margin-bottom:30px;
}
.blog_text_links a
{
	margin-left:20px;
	color:#F00;
}
.blog_text_links a:hover
{
	color:#000;
}
a.text_red:hover
{
	color:#000;
}
a.blog_subheader_text
{
	color:#D8191F;
}
a.blog_subheader_text:hover
{
	color:#000;
}


/*=========== FAQ ===========*/
ul.faq
{
	padding-left:10px;
}
ul.faq li
{
	margin-bottom:10px;
}


/*=========== Footer ===========*/
footer
{
	background: #D8D8D8;
	border-top: 4px solid #FFFFFF;
	font-size: 12px;
	padding:15px 0px 60px 0px;
}
.bottom_links
{
	border-bottom:1px dotted #000000;
}
.footer_links
{
	float:left;
	width:30%;
	margin-right:2%;
}
ul.footer_links
{
	padding:0px;
}
ul.footer_links li
{
	list-style-type:none;
	padding: 5px 0px;
}
ul.footer_links li:before
{
	content:url(../images/fl-img.gif);
}
ul.footer_links li a
{
	padding-left: 5px;
	color: #000;
}
ul.footer_links li a:hover
{
	color:#F00;
}
ul.social_links li:before
{
	content:"";
}
ul.social_links li a img
{
	margin-right:5px;
}
.bottom_site_links ul
{
	margin:20px 0px;
	padding:0px;
}
.bottom_site_links ul li
{
	display:inline-block;
	list-style-type:none;
}
.bottom_site_links ul li::after
{
	content:"|";
}
.bottom_site_links ul li:last-child::after
{
	content:"";
}
.bottom_site_links ul li a
{
	color: #000;
	font-size:12px;
	padding:0px 5px;
}
.bottom_site_links ul li a:hover
{
	color: #F00;
}
.eros-augue .ea-cont {
    color: #E22B2F;
    font-size: 12px;
    font-weight: bold;
}
.eros-augue .ea-tit {
    color: #143989;
    font-size: 16px;
}

/*-----------purnima 15.11.2018------------*/
.content_wrapper .part-one{border: 1px solid #cccccc;border-radius: 4px; margin-bottom:20px;}
.content_wrapper .part-one h4{background: #E0E0DE;color: #3b3b3b;text-shadow: 0 1px 0 #fff;
 margin:0 0 10px 0; font-size: 14px; padding: 5px 10px; font-weight: 400; }
.form-detls{ padding: 0 10px; }
.form-detls .radio{ margin-bottom: 20px; }
.form-detls h5{ display: inline-block; vertical-align: top; padding:0;color: #2B2B2B; 
font-weight: bold; line-height: 0; font-size: 12px; }
.form-detls .radio input{ position: relative; top:2px; margin: 0 10px 0 0; }
.form-detls .radio label{ margin-left:0; }
.form-item label{ display: block; }
select.form-select {
    border: 1px solid #ccc;
    padding: 4px;
}
.form-item textarea{ border-radius: 0; height: 90px; }
.grippie {
    background: #eee url(../../misc/grippie.png) no-repeat center 2px;
    border: 1px solid #ddd;
    border-top-width: 0;
    cursor: s-resize;
    height: 9px;
    overflow: hidden;
}
.content_main ul.links.inline{ margin: 20px 0; padding: 0;  list-style: none;}
.content_main ul.links.inline li a{ display: inline-block; color: #f00; }
.content_main ul.links.inline li a:hover{ color: #000; }
.row.bottom_links ul.footer_links:first-child li:nth-child(2) {
    display: none;
}

tbody {
    border-top: 1px solid #ccc;
}
table td {
    padding: 5px 0;
}
.form-detls input.form-text{ display: block; margin: 0 0 020px 0; }
.form-detls.cap-sec img{ display: block; margin: 10px 0; }
.form-detls input[type="button"]{ display: block; margin: 10px 0 20px 0; background: #000; border: none; color: #fff;
padding:5px 12px; }




/*---------------purnima 15.11.2018--------*/
@media only screen and (max-width: 991px)
{
.container
{
	width:765px;
}
.red_box h3
{
	font-size:14px;
	font-weight:bold;
}
.header_links ul li a{padding: 0px 10px;}
.red_box{text-align: center;}
.grey_box{text-align: center;}
.right_img_box_content img {
    width: 50%;
    margin:0 auto 10px;
}
.content_wrapper{text-align: center;}
.right_img_box h4{text-align: center;}
.right_links_box h4{text-align: center;}
.right_bottom_box h4{text-align: center;}
footer{padding: 15px 15px 60px 15px;}

footer .copy-right.pull-right{ float: none!important; text-align: center; margin: 20px 0 0 0; }





}
@media only screen and (max-width: 768px)
{
.container
{
	width:inherit;
}
.top_header .row .col-sm-4
{
	text-align:center;
}
.header_links
{
	margin-top: 20px;
}
.header_links .pull-right
{
	float: inherit !important;
	text-align: center;
}
.search .input-group
{
	margin-left: 32%;
}
.search .pull-right
{
	float: inherit !important;
	text-align: center;
}
.left_content, .right_content
{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.navbar-toggle
{
	background-image:url(../images/smun-bg.gif);
	color:#FFF;
	padding:6px;
	margin-top:4px;
	margin-bottom:2px;
}
.navbar-collapse.in
{
	overflow-y:inherit;
}
.navbar-nav li
{
	z-index:9;
}
.navbar-nav li ul.dropdown-menu li
{
	text-indent: 30px;
}
.navbar-nav li a
{
	background-image:url(../images/mnu-bg.gif);
	background-repeat:repeat-x;
}
.navbar-collapse.in .navbar-nav
{
	margin-top:0px;
}
.navbar-toggle .icon-bar
{
	background-color:#FFF;
}
.navbar-nav li ul.dropdown-menu
{
	top: 0px;
	left: 10px;
	width: 100%;
	z-index:999;
	position:relative;
	float:none;
}
.navbar-toggle
{
	background-image:url(../images/smun-bg.gif);
	color:#FFF;
	padding:6px;
	margin-top:4px;
	margin-bottom:2px;
}
.navbar-collapse.in
{
	overflow-y:inherit;
}
.navbar-nav li
{
	z-index:9;
}
.navbar-nav li ul.dropdown-menu li
{
	text-indent: 30px;
}
.navbar-nav li a
{
	background-image:url(../images/mnu-bg.gif);
	background-repeat:repeat-x;
}
.navbar-collapse.in .navbar-nav
{
	margin-top:0px;
}
.navbar-toggle .icon-bar
{
	background-color:#FFF;
}
.navbar-nav li ul.dropdown-menu
{
	top: 0px;
	left: 10px;
	width: 100%;
	z-index:999;
	position:relative;
	float:none;
}

}
@media only screen and (max-width: 600px)
{
.feature_item
{
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10px;
}

.left_content ul li select{
    height: auto;
    width:80%;
}







}
@media only screen and (max-width: 480px)
{
.search .input-group
{
	margin-left: 22%;
}


}
@media only screen and (max-width: 360px)
{
.search .input-group
{
	margin-left: 12%;
}
}