div#div_row_head {
    position: fixed;
    width: 100%;
    z-index: 2;
    background-color: #FFF;
}


/* Carrousel */
img.img_element_carousel{
    width: 100%;
}
.slick-dots li button:before{
    font-size: 30px;
    content: "•";
}
.slick-dots li{
    margin-right: 20px;
}
.slick-dots{
    bottom: -40px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #214F9F;
}
div#div_row_main_carousel {
    margin-bottom: 65px;
    margin-top: 133px;
}

/* Services */
div#div_row_services{
    padding-top: 70px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}
.img_service{
	width: 100%;
}
div#div_row_descservices{
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 25px;
    margin-bottom: 30px;
}
a.lnk_service {
    display: inline-block;
    width: 90%;
}
a#lnk_serv_design {
    width: 45%;
    float: right;
}
a#lnk_serv_systems {
    width: 45%;
    float: left;
}
a#lnk_serv_artisanal {
    width: 45%;
    float: right;
}
a#lnk_serv_care {
    width: 45%;
    float: left;
}
span.span_tit_ser {
    line-height: 28px;
    height: 63px;
}

/* Ours */
div#div_row_ours{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 20px;
}
#img_ours{
	width: 95%;
	margin-top: 50px;
}
#img_binseri{
	display: block;
	margin: auto;
	width: 220px;
    margin-top: 50px;
    margin-bottom: 30px;
}
p{
    margin-bottom: 15px;
}


/* Contact */
div#div_row_contact{
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 20px;
}
#form_contact{
    margin-top: 30px;
    margin-bottom: 20px;
}
#id_message_label{
    vertical-align: top;
}
#form_contact .lbl_form_manage{
    width: initial;
}
#form_contact .fld_form_manage{
    width: 100%;
}
label#lbl_contact{
    line-height: 25px;
}
textarea#id_message{
    height: 120px;
}
label#lbl_cont_phones{
    margin-top: 30px;
    line-height: 25px;
}
label#lbl_cont_mail{
    line-height: 25px;
}
img#img_captcha{
    height: 45px;
}
#lnk_btn_contact{
    display: block !important;
    margin-top: 30px;
}

/* Animations */
#lbl_tit_ser,
#lbl_tit_our,
#lbl_tit_con{
	-webkit-animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 40em), only screen and (min-width: 40.063em) and (max-width: 64em){
	div#div_row_head {
    	position: absolute;
	}
	div#div_row_main_carousel {
	    margin-top: 65px;
	}
	div#div_row_services{
	    padding-left: 0px;
	    padding-right: 0px;
        padding-top: 50px;
	}
	.img_service{
		width: 100%;
	    margin-top: 0px;
	}
	#col_ours_info{
		padding: 60px;
	}
	#img_binseri{
		margin-top: 0px;
	}
    div.div_col_service {
        margin-bottom: 35px;
    }
}