/*
Theme Name: 	Peintura
Description: 	Thème Wordpress Peintura
Version: 		1.0.0
Author: 		Steve Tilgenkamp
Author URI: 	http://www.digitag.co/
*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700,800|Quicksand:300,400,700';
body{
    font-family: 'Open Sans', Avenir;
}
.mt{
    margin-top: 60px;
}
.mtl{
    margin-top: 30px;
}
.mb{
    margin-bottom: 60px;
}
.pr{
    position: relative;
}
.np{
    padding:0;
}
.mb-gallery{
    margin-bottom: 30px;
}
.img-full{
    width: 100%;
}
p{
    color: #787878;
}
p, a, li{
    font-size: 17px;
}
li{
    color: #64676c;
}
a:focus, a:hover{
    text-decoration: none;
    color: #fff;
}
a:focus{
    outline:0px;
}
h3{
    font-weight:300;
    color: #64676c;
    position: relative;
    margin-bottom: 30px;
}
h3:after{
    content: '';
    width: 45px;
    height: 3px;
    background-color: #c3c3c3;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
	display:none;
}
.header-image{
    background: url(img/image.jpg) 50% 0 no-repeat fixed;
    width:100%;
    text-align:center;
    position:relative;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}
.header-image-content{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    /*margin-top: -85px;*/
}
.header-image-content h1{
    color: #fff;
    text-transform: uppercase;
}
.picto{
    width: 185px;
}
.vcenter{
    display:flex;
    justify-content:center;
    flex-flow: column;
}
.hcenter{
    align-items: center;
    display:flex;
    justify-content:center;
    flex-flow: column;
}
/* MENU */
.navbar-peintura{
    min-height: 70px;
    margin-bottom: 0;
}
.navbar-peintura .navbar-nav>li.current-menu-item{
    border-bottom: 9px solid #9dc5df;
}
.navbar-peintura .navbar-nav>li.current-menu-item>a{
    padding-bottom:21px;
}
.navbar-peintura .navbar-nav>li>a{
    padding:30px;
    color: #555;
    font-weight:100;
}
.navbar-peintura .navbar-brand{
    padding: 0;
}
.navbar-peintura .navbar-brand img{
    height: 70px;
    padding-left: 20px;
    margin-top: 5px;
}
.navbar-peintura .navbar-nav>li>a{
    position: relative;
}
.navbar-peintura .navbar-nav>li:not(:last-child) a:after{
    content: ' ';
    position: absolute;
    right: 0;
    height: 50%;
    bottom: 15px;
    width: 1px;
    background-color: #CCC;
}
.navbar-peintura .navbar-toggle .icon-bar{
    background-color: #f17373;
}
.navbar-peintura .container{
    background-color: #fff;
    margin-top: 60px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.12) , 0 2px 15px 0 rgba(0,0,0,.12);
}
.navbar-peintura .dropdown-menu>.active>a, .navbar-peintura .dropdown-menu>.active>a:focus, .navbar-peintura .dropdown-menu>.active>a:hover{
    background-color: #ed5c6b;
    color: #fff;
}
.navbar-peintura .dropdown-menu>li>a{
    color: #555;
    font-weight:100;
}
/* /MENU */
/* HOMEPAGE */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.headling{
    color: #e4e8ed;
    font-size: 40px;
    font-weight: 700;
    width: 46px;
    margin: 0 auto;
    border-bottom: 9px solid #9dc5df;
}
.title{
    font-size: 40px;
    color: #64676c;
    font-weight: 300;
}
.subtitle{
    font-size:20px;
    color:#787878;
    font-family: Quicksand;
    letter-spacing: -1px;
}
.promo-conseil{
    background-image:url('img/background-promo-conseil.png');
    background-repeat:no-repeat;
    background-position:100% 80%;
}
.promo-conseil .col-md-5 .small-content:first-child{
    margin-bottom: 35px;
}
.lpc{
    margin-top: 30px;
}
.pc{
    background-color: #fff;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.12), 0 2px 15px 0 rgba(0,0,0,0.12);
    position: relative;
}
.pc img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.big-content{
    position: relative;
    min-height: 800px;
    margin-bottom: 35px;
}
.small-content{
    height: 48%;
    position: relative;
    margin: 0;
    min-height:380px;
    overflow: hidden;
}
.small-content .pc-content, .big-content .pc-content{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%);
    width: 80%;
}
.pc-content{
    /*padding: 0px 75px;*/
    bottom: 60px;
}
.pc-content h3{
    text-transform: uppercase;
    color: #787878;
    font-weight: 700;
}
.pc-content p{
    color: #707277;
    font-weight: 300;
    font-size: 20px;
}
.small-content .pc-content .reduction{
    color: #ed5c6b;
    font-weight: 900;
    font-size:45px;
    margin-bottom: 0;
    height: 53px;
}
.reduction small{
    font-size: 40%;
    font-weight: 100;
}
.peintura-tab{
    margin-top: 25px;
}
.peintura-tab .nav-tabs{
    display: table;
    margin:auto;
    border:1px solid #e9e9e9;
    border-radius: 25px;
    margin-bottom: 25px;
}
.peintura-tab .nav-tabs>li>a{
    font-weight:300;
    border:0px;
    color: #787878;
    background-color: transparent;
    font-size: 17px;
    padding: 15px 25px;
    position: relative;
}
.peintura-tab .nav-tabs>li>a:after{
    content: "|";
    position: absolute;
    right:-5px;
    color: #e9e9e9;
}
.peintura-tab .nav-tabs>li:last-child>a:after{
    content:"";
}
.peintura-tab .nav-tabs>li.active>a, .peintura-tab .nav-tabs>li.active>a:focus, .peintura-tab .nav-tabs>li.active>a:hover{
    color: #ed5c6b;
    border:0px;
    background-color: transparent;
}
.peintura-tab p{
    margin-bottom: 40px;
}
.page-template-conseil-page .service .peintura-button{
    background-color: transparent;
    color: #9dc5df;
    border: 1px solid #9dc5df;
}
.peintura-button{
    font-weight: 500;
    background-color: #ed5c6b;
    color: #fff;
    font-size: 17px;
    padding: 15px 35px;
    border-radius: 30px;
    padding: 15px 35px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.peintura-button:hover{
    text-decoration: none;
    color: #fff;
    background-color: #99bfd6;
}
.image-produit{
    height: 100%;
    background: url(img/image.jpg) 50% 0 no-repeat;
}
.image-produit img{
    /*height: 100%;*/
}
.img-subtext{
    display: block;
    margin-top: 40px;
}
.contact-image{
    color: #fff;
     background: url(img/image.jpg) 50% 0 no-repeat;
    width: 100%;
    position: relative;
     background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
.contact-image h2{
    text-transform: uppercase;
    font-weight:800;
    letter-spacing: 2px;
}
.contact-image p{
    color: #fff;
    font-weight: 100;
}
/* /HOMEPAGE */
/* PRODUCT */
.big-header .header-image{
    padding-top:400px;
    padding-bottom: 400px;
}
.big-header .header-image-content{
    margin-top: -85px;
    margin-top: -130px;
}
.big-header .header-image-content h1{
    margin-top: 40px;
    margin-bottom: 45px;
}
.service{
    background-color: #f4f4f4!important;
}
.service-col{
    position: relative;
    height: 320px;
}
.service-col .service-content{
    /*position: absolute;*/
    padding-top:180px;
}
.service-content h2{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #64676c;
}
.space{
    margin-top: 60px;
}
.service-picto{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.products .peintura-button{
    background-color: #fff;
    color: #ed5c6b;
    border: 1px solid #ed5c6b;
    text-transform: uppercase;
}
.products .peintura-button:hover{
    border: 1px solid #99bfd6;
    color: #fff;
    background-color: #99bfd6;
}
.products .cbp-l-filters-alignRight{
    text-align: center;
}
.products .cbp-l-grid-masonry-height1{
    height: 270px;
}
.products .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active{
    color: #fff;
    background-color: #e30613;
    border-color: #e30613;
}
.products .cpb-item{
    height:300px;
}
.products .cbp-l-filters-alignRight .cbp-filter-item{
    background-color: #f2f2f2;
    border: none;
    font: 400 12px/35px "Open Sans",sans-serif;
    margin: 0;
    margin-right: 10px;
    margin-top: 1rem;
}
.products .cbp-l-filters-alignRight .cbp-filter-counter{
    background: #e30613;
}
.products .cbp-l-filters-alignRight .cbp-filter-counter:before{
    border-top: 4px solid #e30613;
}
.products .cbp-caption-overlayBottom .cbp-caption-activeWrap{
    background-color: rgba(91, 198, 235, 0);
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjEwMCUiIHgyPSIwJSIgeTI9IjAlIj48c3RvcCBzdG9wLWNvbG9yPSIjMzdiNGVhIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3ZmQ3ZWMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%,color-stop(0, rgba(55, 180, 234, 1)),color-stop(1, rgba(127, 215, 236, 1)));
    /* Android 2.3 */
    background-image: -webkit-repeating-linear-gradient(bottom,rgba(55, 180, 234, 1) 0%,rgba(127, 215, 236, 1) 100%);
    /* IE10+ */
    background-image: repeating-linear-gradient(to top,rgba(55, 180, 234, 1) 0%,rgba(127, 215, 236, 1) 100%);
    background-image: -ms-repeating-linear-gradient(bottom,rgba(55, 180, 234, 1) 0%,rgba(127, 215, 236, 1) 100%);
}
.products .cbp-l-caption-alignCenter .cbp-l-caption-body{
    text-align: left;
    padding: 20px;
}
.products .cbp-l-caption-title{
    font-size:25px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 10px;
    line-height: 35px;
}
.products .cbp-l-caption-desc{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.products .cbp-caption-overlayBottom .cbp-caption-activeWrap{
    height: 120px;
}
.products .cbp-caption-overlayBottom .cbp-caption-activeWrap{
    bottom: -120px;
}
.products .cbp-l-filters-alignRight .cbp-filter-counter:after{
    color: #e30613;
    border-top: 4px solid #e30613;
}
.page-template-conseil-page .quick-form{
    background-color: #58ade7;
}
.page-template-conseil-page .quick-form input{
    background-color: #58ade7;
}
.quick-form{
    background-color: #EF6776;
    color: #fff;
    min-height: 250px;
}
.quick-form h2{
    text-transform: uppercase;
    font-weight:700;
    letter-spacing: 2px;
    margin-top: 0;
}
.quick-form img{
    width: 110px;
}
.quick-form p{
    color: #fff;
    font-weight:300;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
}
.quick-form input {
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    background-color: #EF6776;
    color: #fff;
    font-size: 17px;
}
.quick-form ::-webkit-input-placeholder {
    color: #fff;
}

.quick-form :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.quick-form ::-moz-placeholder {  /* Firefox 19+ */
    color: #fff;
}

.quick-form :-ms-input-placeholder {
    color: #fff;
}
.quick-form input[type=submit]{
    border: 1px solid #fff;
    border-radius: 20px;
    margin-top: 10px;
}
.quick-form div.wpcf7{
    position: relative;
}
.quick-form div.wpcf7 img.ajax-loader{
    width: 16px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -16px;
}
.quick-form input[type=submit]:hover{
    border: 1px solid #99bfd6;
}
.quick-form .vcenter{
    height: 250px;
}
.quick-form span.wpcf7-not-valid-tip{
    display: none;
}
.quick-form .wpcf7-not-valid{
    border: #f00 1px solid;
}
.quick-form div.wpcf7-validation-errors{
    border: 1px solid #f00;
    position: absolute;
    bottom: -50px;
}
/* /PRODUCT */
/* PRODUCT SINGLE */
.product-single{
    margin-top: 170px;
}
.product-single #carousel li, .product-single #carousel-related li{
    list-style: none;
}
#carousel img{
    width: 350px;
}
#bullets {
    border-radius: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
}
#bullets a.selected span {
    background: #ed5c6b;
}
#bullets a {
    display: block;
}
#bullets span {
    border-radius: 10px;
    background: #ccc;
    text-indent: -100px;
    line-height: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
}
.product-related{
    background-color: #f2f2f2;
}
ul#carousel-related {
    padding: 0;
}
.carousel{
    position: relative;
}
.product-related #next, .product-related #previous{
    position: absolute;
    cursor:pointer;
    top: 100px;
}
.product-related #next{
    right:-40px;
    width: 0px!important;
    height: 0px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 25px solid #9f9f9f;
}
.product-related #previous{
    left: -40px;
    width: 0px!important;
    height: 0px;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-right: 25px solid #9f9f9f;
}
.product-related .cpb-item{
    height: 270px!important;
}
/* /PRODUCT SINGLE */
/* PROMOTION */
.promotion-list{
    max-height: 400px;
    overflow: hidden;
    -moz-box-shadow: 0 0 35px 10px #f6f6f6, 0px 0px 35px 0px #f6f6f6;
    -webkit-box-shadow: 0 0 35px 10px #f6f6f6, 0px 0px 35px 0px #f6f6f6;
    box-shadow: 0 0 35px 10px #f6f6f6 , 0 0 35px 0px #f6f6f6;
}
.promotion-list .reduction{
    position: relative;
    min-height: 400px;
    color: #58ade7;
    font-size:6em;
    font-weight: 900;
}
.img-alignright .reduction:after{
    content:'';
    position: absolute;
    right:0;
    height:120px;
    background-color: #d7d7d7;
    width:2px;
}
.img-alignleft .reduction:after{
    content:'';
    position: absolute;
    left:0;
    height:120px;
    background-color: #d7d7d7;
    width:2px;
}
.promotion-list h3{
    color: #707277;
    font-weight: 700;
    text-transform: uppercase;
}
.promotion-list h3:after{
    height: 0;
}
.promotion-content{
    padding-left: 8%;
    padding-right: 8%;
    min-height: 400px;
}
.promotion-content p{
    margin-bottom: 35px;
    font-weight: 100;
}
.promotion-date{
    color: #696c71;
    margin-bottom: 10px;
    padding-left:5%;
    font-size: 18px;
}
.too-late .promotion-date{
    text-decoration:line-through;
}
.too-late .promotion-list .col-md-4{
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    position: relative;
}
.too-late .peintura-button{
    pointer-events: none;
    cursor: default;
}
.too-late-overlay{
    background-color: rgba(238,105,119,.9);
    color: #fff;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    height: 400px;
    z-index: 99;
}
.too-late-overlay:hover{
    opacity:1;
}
.too-late-overlay .title-late{
    font-size: 3.2em;
}
.too-late-overlay .text-late{
    font-weight: 100;
    font-size: 2em;
}
/* /PROMOTION */
/* CONSEIL SINGLE */
.conseil-single .picto{
    width: 70px;
}
.conseil-single h3, .who h3{
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 5px;
}

.conseil-single h3:after, .who h3:after{
    content: '';
    background-color: transparent;
}
.conseil-single .special_list ul{
    margin-top: 20px;
    list-style: none;
    padding-left:0;
    margin-top: 20px;
}
.conseil-single p, .who p{
    line-height: 35px;
    font-weight: 100;
}
.who .team-effect p{
    line-height: 18px!important;
}
.conseil-single .special_list li {
    margin-bottom: 15px;
}
.conseil-single .special_list li:before {
    content: "• ";
    color: #ed5c6b;
}
.metiers .col-md-3 img{
    margin:auto;
}
.metiers .col-md-3{
    text-align: center;
}
#carousel-conseil{
    list-style: none;
}
#carousel-conseil img{
    height: 500px;
}
#navigation_conseil{
    position: absolute;
    top: 50%;
    left: 66.66666667%;
    margin-left: -25px;
    margin-top: -70px;
    z-index: 9;
}
#navigation_conseil div{
    display: block;
    background-color: #9dc5df;
    color: #fff;
    padding: 10px 13px 10px 12px;
    cursor: pointer;
}
#navigation_conseil div:hover{
    background-color: #ed5c6b;
}
.special_padding{
    padding: 25px 0 0 50px;
}
/* /CONSEIL SINGLE */
/* QUI SOMMES NOUS*/
.team-effect{
    position: relative;
}
.team-effect:after{
    opacity:0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: rgba(234, 91, 106, 0.7);
    bottom: 0;
    content: ' ';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px;
    z-index:2;
}
.team-effect:hover:after{
    opacity:1;
}
.effect-image{
    position: relative;
    overflow: hidden;
    padding:15px;
    display: inline-block;
}
.effect-image img{
    position: relative;
}
.effect-image .mask{
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: absolute;
    z-index:9;
    bottom: 15px;
    /*background-color: rgba(234, 91, 106, 0.7);*/
    color: #fff;
    padding-top: 69%;
    padding-left: 5%;
    padding-right: 47%;
}
.effect-image h3, .effect-image p{
    color: #fff;
    position: relative;
    top: -10px;
    opacity: 0;
    -webkit-transition: opacity .5s 0s ease-in-out;
    -moz-transition: opacity .5s 0s ease-in-out;
    -o-transition: opacity .5s 0s ease-in-out;
    -ms-transition: opacity .5s 0s ease-in-out;
    transition: opacity .5s 0s ease-in-out;
}
.mask h3{
    margin-bottom: 0;
}
.effect-image:hover .mask{
    opacity: 1;
}
.effect-image:hover h3, .effect-image:hover p{
    opacity: 1;
    -moz-transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}
/* /QUI SOMMES NOUS */
/* CONTACT */
.page-template-contact-page .bck-red a{
    font-size:14px;
}
.contact .header-image {
    padding-top: 650px;
    padding-bottom: 650px;
}
.contact .header-image-content{
    margin-top: -85px;
    top: 30%;
}
.contact-header{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.contact-header img{
    width: 138px;
}
.mt-negativ{
    margin-top: -550px;
    background-color: #fff;
    z-index: 99;
    position: relative;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.12) , 0 2px 15px 0 rgba(0,0,0,.12);
}
.contact .fa{
    color: #fff;
    font-size: 30px;
}
.contact h3{
    font-weight: 500;
    font-size:18px;
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
}
.contact h3:after{
    height:0px;
}
.bck-red{
    background-color: #f17373;
    color: #fff;
}
.bck-red p{
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 5px;
}
.bck-red h2{
    margin-bottom: 25px;
}
.bck-red a{
    color: #fff;
}
.bck-red a:hover{
    color: #99bfd6;
}
.wrapper{
    padding: 25px 15px 25px 15px;
}
.social{
    position: absolute;
    bottom: -25px;
    left:30px;
}
.social a{
    color: #aaa;
}
.social a:hover{
    text-decoration: none;
    color: #f17373;
}
.contact .social a:hover .fa{
    background-color: #aaa;
    border-radius: 2em;
}
.contact .social a:hover .fa.fa-stack-2x{
    font-size: 2em;
}
.contact .social .fa-inverse{
    font-size:18px;
    background-color: #f17373;
    border-radius: 2em;
}
.contact .social .fa .fa-inverse{
    color: #fff;
}
.material-form input, .material-form textarea{
    width: 100%;
    padding: 10px 15px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    font-size:18px;
}
.material-form input:focus, .material-form textarea:focus{
    outline: none;
    border: 0px;
    box-shadow: none!important;
}
.material-form .field_form{
    position: relative;
}
.material-form .field_form label{
    font-family: 'Open Sans';
    position: absolute;
    top:11px;
    left:10px;
    color: #6c6e73;
    font-weight:400;
}
.material-form .field_form label:after{
    content:' *';
    color: #f17373;
}
.material-form .field_form input:focus label{
    display: none;
}
.material-form input:focus + label, textarea:focus + label{
    display: none;
}
.material-form label:hover{
    cursor:text;
}
.material-form input[type=submit]{
    background-color: transparent;
    border:2px solid #f17373;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.material-form input[type=submit]:hover{
    background-color: #99bfd6;
    border:2px solid #99bfd6;
    color: #fff;
}

.material-form .group{
    position:relative;
    margin-bottom:45px;
}
.material-form input{
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    border:none;
    border-bottom:1px solid #c4c4c4;
}
.material-form input:focus{ outline:none; }
.material-form label{
    color:#696c70;
    font-size:15px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
}

.material-form input.focused ~ label, .material-form input.focused ~ label, .material-form textarea.focused ~ label, .material-form textarea.focused ~ label{
    top:-20px;
    font-size:14px;
    color:#58ade7;
}
.material-form .bar{ position:relative; display:block; }
.material-form .bar:before, .material-form .bar:after{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#58ade7;
    transition:0.2s ease all;
}
.material-form .bar:before {
    left:50%;
}
.material-form .bar:after {
    right:50%;
}

.material-form input:focus ~ .bar:before, .material-form input:focus ~ .bar:after, .material-form textarea:focus ~ .bar:before, .material-form textarea:focus ~ .bar:after  {
    width:50%;
}
.material-form .highlight {
    position:absolute;
    height:60%;
    width:100%;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

.material-form input:focus ~ .highlight, .material-form textarea:focus ~ .highlight {
    animation:inputHighlighter 0.3s ease;
}
.material-form select:focus{
    outline:none;
}
.material-form select{
    width: 100%;
    font-size: 18px;
    height: 35px;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #c4c4c4;
}
.material-form .requete-label{
    top:-20px;
}
@keyframes inputHighlighter {
    from  { background:#58ade7; }
    to    { width:0; background:transparent; }
}
.contact button[type="submit"]{
    border:0px;
}
.peintura-button-submit{
    position: relative;
    font-weight: 100;
    background-color: #f17373;
    color: #fff;
    font-size: 26px;
    border-radius: 20px;
    padding: 15px 35px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    margin-top: -28px;
}
.peintura-button-submit .fa{
    margin-left: 15px;
}
.overlay-map{
    background:transparent;
    position:relative;
    width:100%;
    height:450px; /* your iframe height */
    top:450px;  /* your iframe height */
    margin-top:-450px;  /* your iframe height */
}
/* /CONTACT */

/* 404 */
#searchform{
    width: 100%;
}
.footer{
    border-bottom: 15px solid #ed5c6b;
    color: #898a8e;
}
.footer a{
    color: #898a8e;
    font-size:15px;
}
.footer h4{
    color: #5b5d61;
    text-transform: uppercase;
}
.logo-footer{
    height: 40px;
}
.footer .colorized{
    color:#ed5c6b;
}



.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.7, .7, .7);
        transform: scale3d(.7, .7, .7)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

/* RESPONSIVE */
@media screen and (max-width: 991px)
{
    html #wpadminbar{
        display: none;
    }
    nav.navbar-peintura .container{
        margin-top: 0;
        width:100%;
    }
    .service-col .service-content{
        left: 50%;
        transform: translate(-50%,-30%);
    }
    div.promotion-list{
        max-height: none;
    }
    div.promotion-content{
        min-height:initial;
        margin-bottom: 15px;
    }
    div.promotion-list .reduction{
        min-height:initial;
    }
    div.too-late-overlay{
        height:100%;
    }
    div.social{
        z-index:99;
        bottom: 25px;
    }
}
@media screen and (max-width: 767px){
    .navbar-peintura .navbar-toggle{
        padding: 20px 20px;
    }
    .navbar-peintura .navbar-nav .open .dropdown-menu>li>a{
        padding: 7px 15px 7px 45px;
    }
}
@media screen and (max-width: 605px){
    .promotion-image img{
        width: 100%;
    }
}
@media screen and (max-width: 552px){
    div.service-col{
        height:400px;
    }
}
@media screen and (max-width: 377px){
    div.service-col{
        height:460px;
    }
}