.box-one-third {
  height: 391px !important;
}
.process_text {
	height: 190px; 
	overflow: scroll;
}
::-webkit-scrollbar {
	display: none ;
}
#filters a {
	background: #dad6d6;
	color: #222;
	padding: 10px 19px 10px 19px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 7px;
	margin-right: 7px;
}
#filters {
	text-align: center;
}
#mainmenu {
	font-size: 14px;
}
#my_container {
	height: 100% !important;
}
.item .overlay {
	color: #fff;
	background: #1f2a6c;
	display: block;
	position: absolute;
	overflow: hidden;
}
a.btn-slider{
	display:inline-block;
	background: #1d2764;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:6px 31px 6px 31px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	min-width:100px;
}
.call-to-action {
	background: #D03232;
	padding: 17px 0 17px 0;
}
.light-text {
	color: #ffffff;
}
a.btn:hover {
	background: #ec5632;
	color: #fff !important;
}
.divider {
	clear: both;
	height: 30px;
}	
.side-bg .background-image {
	background: url(../img/bg/bg-2.jpg);
	background-position: 50% 66%!important;
	background-size: cover!important;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	z-index: 0;
}
body {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
	color: #414141;
	background: #fff;
	text-shadow: none !important;
}
#subheader .overlay{
	padding: 40px 0 40px 0;
	background:rgba(0,0,0,.2);
}
section {
  padding: 30px 0 60px 0;background: #fff;
}
#mainmenu li li a {
	padding: 10px 15px 10px 15px;
	color: #fff;
	background: #252729;
	border-top: none;
	text-transform: none;
	letter-spacing: normal;
	}




.divider-line {
	display: block;
	clear: both;
	border-bottom: solid 1px #e0e0e0;
	padding-top: 30px;
	margin-bottom: 30px;
}
#content {
	padding: 60px 0 50px 0;background: #fff;
}
#contact-form-wrapper {
	background: #f3f3f3;padding: 5px 35px 30px 36px;
}
.process_texte::-webkit-scrollbar-track { 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px; 
background-color: #F5F5F5; 
} 
.process_texte::-webkit-scrollbar { 
	width: 3px; 
	background-color: #F5F5F5; 
	display: block !important; 
} 
.process_texte::-webkit-scrollbar-thumb { 
	border-radius: 10px; 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
	background-color: #D62929; 
}
.custom_input { 
	width: 100%; 
} 
textarea.form-control { 
	height: 131px; 
}
#map {
    width: 100%;
    height: 315px;
}
a.btn.btn-slider:focus {
    color: white;
}
header.clone {
    background: #ffffffeb;
}
footer {
    padding: 25px 0 25px 0;
}
.contact_form_holder .form-control {
    margin: 20px 0 0 0;
}
@media only screen and (max-width: 991px){
	.box-one-third {
    	height: auto !important;
	}
	.divider-double {
    	height: 13px;
	}
	.sub_menu_1 li a {
		color: #e6e1e1 !important;
	}
	.sub_menu_1 li:hover{
		background:none !important;
	}
	#mainmenu li li a:hover {
    	color: #d03232 !important;
	}
}
@media only screen and (max-width: 383px){
	#filters a{
	    width: 183px;
	}
}
@media only screen and (max-width: 620px){
	.custom_caption{
	    font-size: 18px !important;
	    font-weight: 500;
	    word-wrap: break-word;
	    white-space: unset !important;
	    line-height: 20px !important;
	    padding-top: 20px !important;
	}
	.custom_btn{
	    margin-top: 55px !important;
	}
	.custom_caption2{
		font-size: 24px !important;
		padding-top: 20px !important;
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	#mainmenu-container {
	    margin-right: 0; 
	}
}