/*!
 *
 * Copyright 2014 King Granite
 *
 */

/* GENERAL
   ================================================== */

html, body {
    min-height: 100%;
}

.html-fix {
    overflow: hidden;
}

body {
    font-family: 'effraregular', arial, sans-serif;
    font-size: 18px;
    background: #F7F7F3;
    color: #1f1f1f;
    overflow-x: hidden;
}

body.has_header {
    padding-top: 120px;
    padding-bottom: 64px;
}



hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #606060;
    width: 82px;
}

a {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;

    color: #F36F21;
}

p a {
    color: #F36F21;
}

a:hover, a:focus {
    color: #F36F21;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p a:hover {
    color: #F36F21;
}

.cnt-padding {
    padding-top: 60px;
}

.bigtitle {
    font-size: 30px;
}

/* HELPERS
   ================================================== */

.vcenter-parent{
    display: table;
    width: 100%;
    height: 100%;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.margin-bottom {
    margin-bottom: 60px;
}

.btn {
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;

    text-transform: uppercase;
    white-space: pre-wrap;
}

.btn-primary {
    background-image: none;
    filter: none;
    border-color: #fff;
    background-color: transparent;
    text-shadow: none;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #F36F21;
    border-color: #F36F21;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary-line {
    background-image: none;
    filter: none;
    border-color: #F36F21;
    background-color: transparent;
    text-shadow: none;
    color: #F36F21;
}

.btn-primary-line:hover, .btn-primary-line:focus {
    background-color: #F36F21;
    border-color: #F36F21;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}

.btn-default {
    background-image: none;
    filter: none;
    border-color: #F36F21;
    text-shadow: none;
    background-color: #F36F21;
    color: #fff;
    box-shadow: none;
}

.btn-default:hover {
    border-color: #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.btn-black {
    border-color: #1f1f1f;
    background-color: #1f1f1f;
    color: #fff;
}

.btn-black:hover {
    border-color: #F36F21;
    background-color: #F36F21;
    color: #fff;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 14px;
    padding: 10px 76px;
}

.btn-full {
    width: 100%;
    padding: 10px;
}

.main-color {
    color: #F36F21 !important;
}

.color-light {
    color: #8E8E8E;
}

strong {
    font-family: 'effrabold', arial, sans-serif;
}

.color-block {
    background: #E5E5E0;
    padding: 20px 25px;
}

.color-block2 {
    background: #F36F21;
    color: #fff;
    padding: 20px 25px;
}

.textinput, .emailinput, .textarea, select {
    display: block;
    width: 100%;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

select {
    height: 34px;
}

.textarea {
    margin-bottom: 30px;
}

/* HEADER
   ================================================== */

.navbar-inverse {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
    background-image: none;
    z-index: 999;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-nav > li > a{
    cursor: pointer;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #000 !important;
}

.navbar-brand {
    /* line-height: 91px;*/
    line-height: 120px;
    height: 120px;
}

.nav-justified > li {
    float: left;
    width: auto;
}

.navbar .container {
    width: 800px;
}

#btn-ask-expert{
    margin: 0;
    padding: 57px 5px 0;
    float: left;
}

#btn-favourite-mobile{
    display: none;
}

#btn-favourite{
    margin: 0;
    padding: 57px 5px 0;
    float: left;
}

#btn-ask-expert a{
    padding: 10px 20px;
    border-radius:0;
}

#btn-favourite a{
    padding: 10px 20px;
    border-radius:0;
    color: #F36F21;
    border-color: #F36F21;
}

#btn-favourite a:hover{
    color: #fff;
}

#social-header {
    margin: 0;
    padding: 0;
}

#social-header li {
    margin: 0;
    padding: 57px 5px 0;
    display: inline-block;
}

#social-header li a {
    color: #1f1f1f;
}

#social-header li i {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
}

#social-header li .fa-facebook {
    background: #4b67a1;
}

#social-header li .fa-pinterest {
    background: #d43637;
}

#social-header li .fa-google-plus {
    background: #db4437;
}

#social-header li .fa-facebook:hover {
    opacity: 0.8;
}

#social-header li .fa-pinterest:hover {
    opacity: 0.8;
}

#social-header li .fa-google-plus:hover {
    opacity: 0.8;
}


#social-header #address {
    color: #ddd;
    font-size: 14px;
}

#social-header #address i {
    width: 27px;
    height: 27px;
    background: transparent;
    border-radius: 0;
    text-align: center;
    line-height: 18px;
    color: #fff;
}

#top-header {
    font-size: 14px;
}

#top-header {
    background: none repeat scroll 0 0 #000;
    display: block;
    padding: 5px 10px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10000;
    color: #ccc;
}

#top-header li {
     padding: 0 7.5px;
    display: inline;
}

#top-header li a {
    /*pointer-events: none;
    cursor: default;*/
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    color: #ccc;

}

#top-header li a:hover {
    color:white;
}

#top-header li #social-top-header{
    padding: 0;
    display: inline;
}

#top-header li #social-top-header li{
    padding: 0 5px;
    display: inline;
}
#top-header li #social-top-header li a{
    pointer-events: inherit;
    cursor: inherit;

}

#top-header li #social-top-header li a:hover{
    color:white;
}


.dropdown-menu {
    font-size: 16px;
    background-color: #000;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none;
    filter: none;
    background-color: transparent;
    color: #F36F21;
}

.subcategory-menu-item {
    list-style-type: square;
    padding-left: 37px;
    padding-right: 19px;
}
.subcategory-menu-item > li > a {
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.subcategory-menu-item > li > a:hover, .subcategory-menu-item > li > a:focus {
    background-color: transparent;
    color: #F36F21;
    text-decoration: none;
}

/* JUMBOTRON
   ================================================== */

.jumbotron {
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-bottom: 0;
}

.jumbotron h1 {
    font-family: 'effra_heavyregular', sans-serif;
    text-transform: uppercase;
    line-height: inherit;
    font-size: 35px;
}

.jumbotron-alt {
    height: 100px;
    background: #c4c4c4;
}

.jumbotron-pro{
    background: #F36F21;
    color: #fff;
    height: auto;
    padding-bottom: 25px;
    border-top: 1px solid #eee;
}

.jumbotron-alt h1 {
    margin: 0;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 100px;
    font-family: 'effra_heavyregular', sans-serif;
}

.jumbotron-pro h1 {
    text-align: left;
}

.jumbotron .btn {
    font-size: 18px;
    margin-left: 0;
    margin-top: 0 !important;
    border-radius: 0;
}

#openornot {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 16px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
    color: #fff;
}

#openornot i {
    color: #27ae60;
    padding-right: 5px;
}

/* HOME ACTIONS
   ================================================== */

#actions {
    overflow: hidden;
    margin: 0;
    /*margin-top: -7px;*/
    width: 100%;
    position: absolute;
    z-index: 2;
}

#actions p {
    padding: 0 15px;
    margin: 0;
    line-height: 40px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}


#actions span p {
    padding: 0 ;
    margin: 0;
    line-height: 20px;
}

#actions .col-md-3 {
    padding: 0;
}

.home-product {
    display: block;
    height: 40px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #1f1f1f;
    background: rgba(31, 31, 31, 0.5);
    position: absolute;
    width: 100%;
    top:0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.home-products-item {
    height: 40px;
}

.home-products-item a {
    text-transform: uppercase;
}

.home-products-item a span {
    opacity: 0;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 0;
    padding: 0 15px;
    text-transform: none;
    position: absolute;
    top: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
        right: 0;
    left: 0;
}


.home-products-item .home-product{
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    opacity: 1;
}
.home-products-item:hover .home-product>p{
    opacity: 0;
}

.home-products-item:hover .home-product span {
    opacity: 1;
}

.home-products-item a:hover {
    color: #fff;
    text-decoration: none;
}

#home-granite {
    background: url(../img/products/granit/product1.png);
    background-size: cover;
}

#home-marbre, #home-marble {
    background: url(../img/products/granit/product2.png);
    background-size: cover;
}

#home-quartz {
    background: url(../img/products/granit/product3.png);
    background-size: cover;
}

#estimation img{
    width: 100%;
}

/* PROCESS
   ================================================== */

#process-title {
    /*padding: 40px 0 30px;*/
    color: #1f1f1f;
    display: block;
    background: #F7F7F3;
}

#process-title h2 {
    text-transform: uppercase;
    margin: 0;
    line-height: 40px;
    font-size: 25px;
}

#process-title:hover {
    text-decoration: none;
}
#process {
    padding: 160px 0 100px 0;
}
#process h2 {
    color: #F36F21;
    font-size: 40px;
    margin-top: 0;
    line-height: inherit;

}
#process img{
    width: 100%;
}
#process .btn-row{position: relative;}
#process .btn-row .btn, .btn-call{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 220px;
    padding: 10px 0;
    background-color: #F36F21;
    border-color: #F36F21;
    color: white;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
}
#process .btn-row .btn:hover{
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}
#process h3 {
    color: #F36F21;
    font-size: 60px;
}
#process h4 {
    color: #F36F21;
    font-size: 30px;
}
/* CAROUSEL
   ================================================== */
#carousel-home #logos-list{
    list-style-type: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}
#carousel-home #logos-list li{
    display: inline-block;
    padding: 10px;
}
#carousel-home #logos-list li img{
    max-width: 127px;
    max-height: 35px;
}
#carousel-home #logos-list li:first-child img{
    margin-left: 0;
}

#carousel-home .vcenter .carousel-bloc{
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    padding: 20px 50px 50px;
    width: 52%;
}

#carousel-item-3 .container .row>div{
    max-width: 750px;
}
#carousel-item-1 .jumbotron{
    background: url(../img/home-carousel-2.jpg);
    background-size: cover;
    background-position: center center;
}
#carousel-item-1 .container .row>div{
    max-width: 960px;
}
#carousel-item-2 .jumbotron{
    background: url(../img/home-carousel-3.jpg);
    background-size: cover;
    background-position: center center;
}
#carousel-item-3 .jumbotron{
    background: url(../img/home-carousel-1.jpg);
    background-size: cover;
    background-position: center center;
}
.carousel-control{
    opacity: 1;
}
.carousel-control a{
    color:white;
}

.carousel-control i{
    position: absolute;
    font-size: 48px;
    top:50%;
    opacity: 1;
        width: 54px;
        text-shadow: none;
    border: 3px solid white;
    border-radius: 50%;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
.carousel-control i:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}

.carousel-control.left i{
    padding: 0 15px 0 13px;
    left: 60px;
}
.carousel-control.right i{
    padding: 0 13px 0 15px;
    right: 60px;
}
.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}
/*
.carousel {
    padding: 250px 0px 45px;
}

.carousel-control i {
    top: 50%;
    margin-top: -8px;
    position: absolute;
}

.carousel-inner{
    min-height: 400px;
}
.carousel .carousel-inner img {
    width: 100%;
}
*/
.carousel-indicators .active {
    margin: 0;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
}

.carousel-indicators {
    width: 100%;
    position: relative;
    bottom: 10px;
    left: auto;
    z-index: 15;
    margin-left: auto;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: -35px;
}

.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: 0;
    border: 3px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 25px !important;
}
.carousel-indicators li span{
    text-transform: uppercase;
     margin-left: -35px;
}
.carousel-indicators li:before {
    margin-top: -55px;
    display: block;
}
#step1:before {
    content: '';
}

#step2:before {
    content: '';
}

#step3:before {
    content: '';
}
/*
#step1:before {
    content: 'Extraction';
}

#step2:before {
    content: 'Conversion';
}

#step3:before {
    content: 'Finition';
}*/
/*
.carousel-inner h3 {
    margin-bottom: 35px;
}
*/
/* EXPANDABLE FORM
   ================================================== */

.form-fixed {
    position: fixed;
    width: 100%;
    background: #f0f0eb;
    z-index: 9999;
    display: none;

    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.form-fixed .container {
    width: 710px;
}

#form-title {
    text-align: center;
    text-transform: uppercase;
    font-family: 'effrabold';
    font-size: 20px;
    padding: 18px 0;
    background-color: #1f1f1f;
    color: #fff;
    margin: 0 !important;
    cursor: pointer;
}

.form-expend {
    overflow-y: scroll;
    top: -34px !important;
}

.form-fixed h2 {
    font-size: 58px;
}

.form-fixed form {
    margin: 80px 0;
}

.form-fixed form label {
    font-family: 'effrabold';
    font-size: 14px;
    color: #F36F21;
}

#form-close {
    font-size: 40px;
    cursor: pointer;
    position: fixed;
    right: 30px;
}

.success{
    color: #168600;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

/* LANDING
   ================================================== */
#landing .logo{
    width: 325px;
    height: 90px;
    margin-left: -85px;
}
#landing .top-section{
    margin-top: 45px;
    margin-bottom: 90px;
}
#landing .top-section .row:first-child{
    margin-bottom: 55px;
}
#landing h1{
    margin-top: 0;
    font-weight: bolder;
    font-size: 27px;
    text-transform: uppercase;
}
#landing .top-section h1{
    margin-bottom: 30px;
}
#landing .top-section p:not(:last-child){
    margin-bottom: 55px;
}
#landing .top-section ul{
    margin-bottom: 40px;
}
#landing .top-section li{
    margin-bottom: 20px;
}

#landing .top-section .time-col{
    height: 90px;
    position: relative;
}
#landing .top-section #time{
    display: block;
    text-align: center;
    font-weight: bolder;
    font-size: 60px;
    line-height: 1;
    position: absolute;
    bottom:0;
    width: 100%;
}

#landing form .form-group{
    margin-bottom: 17px;
}
#landing form input, #landing form textarea{
    width:100%;
    border: none;
    outline: none;
    border-radius: 0;
}
#landing form textarea{
    resize: none;
}
#landing input[type='submit']{
    width: 50%;
    font-weight: bold;
    height: 50px;
}
#landing input[type='submit']:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}
#landing ul{
    list-style-type: none;
    padding-left: 24px;
}
#landing li:before{
    content: '\f00c';
    font-family:'FontAwesome';
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
}

#landing .jumbotron-landing{
    color:#ffffff;
    background-color: #000000;
    padding: 45px 0;
    text-align: center;
}

#landing .jumbotron-landing p:first-child{
    margin-bottom: 30px;
}
#landing .jumbotron-landing p:last-child{
    font-size:16px;
}

#landing .white{
    background-color: #fff;
    padding-top: 90px;
    padding-bottom: 170px;
    text-align: center;
}
#landing .white h1{
    margin-bottom: 80px;
    font-weight: bold;
}
#landing .white img{
    border-radius: 245px;
}
#landing .white h2{
    font-weight: bold;
}

#landing .bottom-section{
    margin-top: 100px;
    margin-bottom: 115px;
}
#landing .bottom-section h1{
    margin-top: 0;
}

#landing .btn-row{
    position: relative;
}
#landing .btn-row .btn{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 220px;
    padding: 10px 0;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
}
#landing .btn-row .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}

#landing .bottom-section img{
    width: 100%;
}




/* COMMERCIAL RESSOURCES AND HELPFUL RESSOURCES
   ================================================== */
#commercial-ressources h1, #helpful-ressources h1{
    margin-top: 0;
    margin-bottom: 20px;
}
#resources-container{
    padding: 0 !important;
}
.resources-item{
    padding-right: 0 !important;
}
#commercial-ressources .media-left img, #helpful-ressources .media-left img{
    width: 80px;
}
#commercial-ressources .toggle-text.open, #helpful-ressources .toggle-text.open{
    display: inherit;
}
#commercial-ressources .toggle-text p, #helpful-ressources .toggle-text p{
    padding: 15px 15px 0 15px;
}
#commercial-ressources .toggle-text, #helpful-ressources .toggle-text{
    display: none;
}
#commercial-ressources .faq-text, #helpful-ressources .faq-text{
    margin-bottom: 20px;
}
#commercial-ressources ul, #helpful-ressources ul{
    list-style-type: none;
    padding-left: 0px;
    border-right: 1px solid #c4c4c4;
    padding-bottom: 122px;
}
#commercial-ressources hr, #helpful-ressources hr{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
#commercial-ressources ul li, #helpful-ressources ul li{
    font-size: 15px;
    margin-bottom:30px;
}
#commercial-ressources ul li a, #helpful-ressources ul li a{
    text-decoration: none;
    color:black;

}
#commercial-ressources ul li a:hover, #helpful-ressources ul li a:hover{
    color:#F36F21;
}
#commercial-ressources ul li.active, #helpful-ressources ul li.active{
    font-weight: bold;
}
#commercial-ressources .media, #helpful-ressources .media{
    margin-bottom: 50px;
    padding: 15px;
}
#commercial-ressources .media h4, #helpful-ressources .media h4{
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'effrabold';
}
#commercial-ressources .media p, #helpful-ressources .media p{
    font-size: 15px;
}
#commercial-ressources .media .btn, #helpful-ressources .media .btn{
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color:black;
    font-weight: bold;
    text-transform: none;
    font-size: 15px;
    border-radius: 0;
    box-shadow: none;
    padding: 0 3px;
}
#commercial-ressources .media .btn:hover, #helpful-ressources .media .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}

#commercial-ressources h2, #helpful-ressources h2{
    margin-bottom: 30px;
}
#commercial-ressources .questions h2.in, #helpful-ressources .questions h2.in{
    margin-top: 35px;
    margin-bottom: 20px;
}
#commercial-ressources .questions, #helpful-ressources .questions{
    margin-bottom: 20px;
}
#commercial-ressources .questions div, #helpful-ressources .questions div{
    margin-bottom: 18px;
}
#commercial-ressources .questions .btn, #helpful-ressources .questions .btn{
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color:black;
    text-transform: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    font-size: 12.7px;
    word-wrap: break-word;
    white-space: pre-line;
}
#commercial-ressources .questions i, #helpful-ressources .questions i{
    color:#929292;
    padding-top: 3px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
#commercial-ressources .questions .btn:hover i, #helpful-ressources .questions .btn:hover i
{color:white;}

#commercial-ressources .questions .btn:hover, #helpful-ressources .questions .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}
#commercial-ressources .content, #helpful-ressources .content{
    padding-left: 35px !important;
}
#commercial-ressources .btn-row, #helpful-ressources .btn-row{
    position: relative;
}
#commercial-ressources .btn-row .btn, #helpful-ressources .btn-row .btn{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 220px;
    padding: 10px 0;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color:black;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
}
#commercial-ressources .btn-row .btn:hover, #helpful-ressources .btn-row .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}
#commercial-ressources .bottom-row, #helpful-ressources .bottom-row{
    margin-top: 0;
}

/* HELPFUL RESOURCES
   ================================================== */
#helpful-ressources .faq-text{
    margin-bottom: 50px;
}

#helpful-ressources #download-row .lead{
    margin-bottom: 60px;
}

#helpful-ressources .drop-toggle a{
    font-size: 13px !important;
}

#helpful-ressources .toggle-text p{
    font-size: 15px !important;
}
#helpful-ressources #logos-list{
    list-style-type: none;
    padding-top: 40px;
    padding-bottom: 0 !important;
    padding-left: 0;
    text-align: center;
    border: none !important;
}
#helpful-ressources #logos-list li{
    display: inline-block;
    padding: 10px;
}
#helpful-ressources #logos-list li img{
    max-width: 260px;
}

#helpful-ressources #logos-list li a:not(#silverstone-logo) img{
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

#helpful-ressources #logos-list li:first-child a{
    margin-left: 0;
}
#helpful-ressources #logos-list li a:hover{
    opacity: 0.6;
}

#helpful-ressources #logos-list #caesarstone-logo{
}

#helpful-ressources #logos-list #lapitec-logo{
}

#helpful-ressources #logos-list #silverstone-logo{
}


/* COMMERCIAL GALLERY
   ================================================== */
#commercial-gallery #portfolioFilter p.filter-title{
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 5px;
    margin-top: 45px;
}
#commercial-gallery .products-inner h2{
    font-weight: bold;
    margin-bottom:40px;
}
#commercial-gallery #portfolioFilter ul{
    padding:0;
}
#commercial-gallery #portfolioFilter ul li{
    padding-bottom:15px;
}
#commercial-gallery #portfolioFilter ul li a{
    padding: 0 !important;
    background-color: inherit !important;
    text-align: inherit !important;
}
#commercial-gallery #portfolioFilter ul li.active{
    font-weight: bold;
}
#commercial-gallery .item .product-details{
    padding: 40px;
}
#commercial-gallery .item .product-detail-text{
    margin-top: 60px;
}
#commercial-gallery .item .product-detail-text .btn{
    border-radius: 0;
    background-color: white;
    color:black;
    font-weight: bold;
    margin-top: 60px;
    padding:10px 0;
    font-size: 16px;
}
#commercial-gallery .item .product-detail-text .btn:hover{
    background-color: #F36F21;
}

/* COMMERCIAL SERVICES
   ================================================== */
#commercial-services{
    margin-bottom: 95px !important;
}
#commercial-services h1{
    margin-bottom: 25px !important;
}
#commercial-services img{
    width: 100%;
}
#commercial-services .lead{
    margin-bottom: 95px !important;
}
#commercial-services hr{
    margin-top: 85px !important;
    margin-bottom: 85px !important;
}
#commercial-services .services-content{
    padding-left: 35px !important;
}

#commercial-services .services-content h4{
    font-weight: bold;
}

#commercial-services .services-text{
    margin-bottom: 30px;
}
#commercial-services .services-list{
    list-style-type: none;
    padding-left: 24px;
}
#commercial-services .services-list li:before{
    content: '\f00c';
    font-family:'FontAwesome';
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
}
#commercial-services .btn-row{
    position: relative;
}
#commercial-services .btn-row .btn{
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 365px;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
    color:black;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
}
#commercial-services .btn-row .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}

/* PRODUCTS
   ================================================== */

#products-infos {
}
#products, #commercial-gallery{
    min-height: 650px;
}
.page-products .products-inner{
    position: relative;
    width: 100%;
}
.products-inner {
    padding: 40px 60px;
    position: fixed;
    width: 33.333%;
}

#products-grid {
    padding: 0;
    position: relative;
    right: 0;
    min-height: 550px;
}

#products-grid .col-md-4 {
    padding: 0;
}

#products-grid .col-md-4 img {
    width: 100%;
}

#projects .item img {
   width: 100%;
    height: 250px;
}

.product-details {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    opacity: 0;
    text-decoration: none;
    width: 100%;

    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.product-details:hover {
    text-decoration: none;
}

#products-grid .item:hover .product-details {
    opacity: 1;
}

.product-details .product-detail-text h2 {
    color: #fff;
    text-transform: uppercase;
}

.product-detail-text .btn {
    margin-bottom: 10px;
    display: block;
    max-width: 90%;
    margin: 0 auto 10px;
}

#portfolioFilter {
    font-size: 16px;
}

#portfolioFilter .col-md-6 {
    padding: 0 5px 0 0;
}

#portfolioFilter ul, #projectFilter ul {
    margin: 0;
    padding: 0 20px;
    list-style: none;
}

#portfolioFilter ul li a, #projectFilter ul li a {
    color: #1f1f1f;
    display: block;
    background: #fff;
    margin-bottom: 15px;
    padding: 4px;
    text-align: center;
}

#portfolioFilter ul li .current {
    background: #F36F21;
    color: #fff;
}

#portfolioFilter ul li a:hover, #projectFilter ul li a:hover {
    color: #F36F21;
    text-decoration: none;
}

.filter-title {
    border-top: 1px solid #606060;
    padding: 10px 0 0 0;
    margin-top: 20px;
}

.product-promo {
    position: absolute;
    padding: 5px 0;
    background: #F5AB35;
    color: #000;
    width: 100%;
    text-align: center;
    display: block;
    opacity: 0.75;
}

.product-promo:after {
    content: '';
    background: url(../img/triangle.png);
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
}

/* PRODUCTS DETAILS
   ================================================== */

#close-product {
    background: #000;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    font-size: 22px;
}

#products-details h1 {
    margin-top: 0;
}

#products-details h1 .fa{
    font-size: 28px;
}

.products-thumb {
    width: 100%;
}

.product-imgset {
      margin-bottom: 20px;
}


.products-thumb img {
    width: 100%;
}

.products-thumb-color {
    margin-top: -25px;
    background: #000;
    color: #fff;
    position: relative;
    width: 100%;
    font-size: 14px;
    padding: 5px 20px;
    z-index: 10;
}

#products-details-list {
    margin: 0;
    padding: 0;
    font-size: 14px;
    list-style: none;
    margin-top: 40px;
}

#products-details-list li {
    border-top: 1px solid #606060;
    padding: 10px 0;
}

#products-details-list li strong {
    text-transform: uppercase;
}

#products-details-list li img {
    width: 50px;
    border: 1px solid #1f1f1f;
    margin-top: 12px;
}

#products-details .product-detail-sale {
    border-color: #F5AB35;
    color: #fff;
    margin-bottom: 15px;
    background: #F5AB35;
}

#products-details .product-detail-sale:hover {
    border-color: #1f1f1f;
    color: #fff;
    background: #1f1f1f;
}

#products-details-more {
    padding-top: 40px;
}

#products-details-more h2 {
    text-transform: uppercase;
    border-bottom: 1px solid #606060;
    padding-bottom: 10px;
}

#products-details-more table {
    font-size: 14px;
    margin-bottom: 50px;
}

#products-details-more table th {
    text-transform: uppercase;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
}

#products-details-more .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #c8c8c1;
}

#products-details-list li img {
    cursor: pointer;
}

#products-details-list li img:hover {
    opacity: 0.8;
}

.favorite{

}
 .favorite:hover{
     color:#ffffff;
 }

/* REALISATION
   ================================================== */

.hidden-photo {
    display: none;
}

/* SERVICES
   ================================================== */

#services h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

#services .col-md-9 p {
    padding-left: 35px;
    border-left: 1px solid #1f1f1f;
}

.serv-row {
    margin-bottom: 40px;
}

#services .nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
}

#services .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-align: center;
    color: #555;
}

#services .nav-tabs > li > a > i {
    font-size: 40px;
    padding: 15px;
    border: 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 30px;
}

#services .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #F36F21;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
    cursor: default;
}

#services .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff !important;
}

#services .tab-content {
    padding: 15px 150px;
    text-align: justify;
}
#services .tab-content img {
    margin-bottom: 30px;
    width: 100%;
}
#services hr, #commercial-services hr, #commercial-ressources hr {
    margin-top: 40px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #D2D2D2;
    width: 100%;
}

#services table{

    font-size: 16px;
    text-align: left;
    margin-top: 30px;
}

#services table th{
    background: #D2D2D2;
    text-transform: uppercase;
}


#serv2 .fa{
    color: #27AE60;
    font-size: 55px;
    float: left;
    margin-right: 12px;
    padding: 35px;

}

/* PROCENTER
    ================================================= */

#procenter-sub-menu+.jumbotron-pro, #procenter-sub-menu+.jumbotron-alt{
    margin-top:40px;
}

#procenter li{
    padding-bottom: 10px;
    font-size: 20px;
}
.help-block{
    color: red;
}

#procenter-sub-menu{
    position: fixed;
    width: 100%;
    background-color: #F7F7F3;
    z-index: 998;
    border-bottom: 1px solid #C55818;
}

#procenter-sub-menu ul{
    display: inline;
    width:100%;
    text-align: center;
    float: left !important;
    margin: 0 !important;
}
#procenter-sub-menu ul li{
    display: inline-block;
    float: none !important;
}
#procenter-sub-menu ul li a{
    padding: 10px 15px !important;
}

#procenter h2{
    padding-bottom: 30px;
}

#procenter .thumbnail{
    padding: 0;
    background: none;
    border:none;
    box-shadow: none;
}

#procenter .thumbnail p{
    min-height: 160px;
}

#procenter .pro-col{
    padding-right: 20px;
    padding-left: 20px;
}
#procenter .thumbnail .caption{
    padding-left: 0;
    padding-right: 0;
    padding-top: 38px;
    min-height: 180px;
}

#procenter .thumbnail .caption-buttons .thumbnail-btn{
    width: 100%;
    background-color: #c4c4c4;
    border: 3px solid #c4c4c4;
    font-weight: bold;
    border-radius: 0;
    color:black;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}
#procenter .thumbnail .caption-buttons .thumbnail-btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
    color:black;
}

#procenter .thumbnail .caption-buttons .thumbnail-btn.border{
    width: 100%;
    background-color: rgba(0,0,0,0);
    border: 3px solid #c4c4c4;
    color:black;
}
#procenter .thumbnail .caption-buttons .thumbnail-btn.border:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}
.call-banner.action-grey{
    padding-top: 20px !important;
    height: 150px;
    min-height: 150px !important;
    background: #c4c4c4;
}
.call-banner.action-grey h1{
    color:black;
    text-shadow: none;
    font-family: inherit;
    line-height: 1;
    text-transform: none;
    font-size: 30px;
}
.call-banner.action-grey a{
    margin-top:23px;
}
.call-banner.action-grey .btn{
    text-transform: uppercase;
    width: 100%;
    background-color: white;
    border: 3px solid white;
    font-weight: bold;
    border-radius: 0;
    color:black;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.call-banner.action-grey .btn:hover{
    background-color: #F36F21;
    border-color: #F36F21;
}

#procenter .bottom h3{
    margin-top:0;
    font-weight: bold;
    margin-bottom: 35px;
}

#procenter .square{
    width: 100%;
}

#procenter .square .caption{
    padding: 40px;
    height: 100%;
    position: absolute;
    top: 0;
}
#procenter img{
    width: 100%;
}

#procenter .square h3{
    margin: 0 !important;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding-bottom: 40px;
}

#procenter .square p{
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
    opacity: 0;
}

#procenter .square a{
    color: #000;
        display: block;
    position: relative;
}

#procenter .square a:hover p{
    opacity: 1;
}

#procenter .square#sqr-santamargherita{
    background-color: #c4c4c4;
}
#procenter .square#sqr-lapitec{
    background-color: #8a8a8a;
}
/* A PROPOS
   ================================================== */

#apropos h2 {
    margin-top: 0;
}

#apropos .col-md-9 p {
    padding-left: 35px;
    border-left: 1px solid #1f1f1f;
}

#apropos .col-md-9 p img {
    float: left;
    max-width: 200px;
    height: auto;
    padding-right: 5px;
}

#apropos .col-md-9 p span {
    display: block;
    padding-left: 205px;
    height: 281px;
}

/* PROMOTIONS
   ================================================== */

#promotion_list h1{
    font-family: "effra_heavyregular", sans-serif;
    font-size: 45px;
    margin-bottom: 35px;
}

#promotions h2 {
    margin-top: 0;
}

#promotions .color-block {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    background: #E5E5E0;
    color: #1f1f1f;
    padding: 20px 25px;
    display: block;
}

#promotions .color-block:hover {
    text-decoration: none;
    background: #E0E0DA;
}

#promotions small {
    line-height: 30px;
}

.compteur, .text-info {
    padding: 40px 0 41px 0;
    display: block;
    border: 1px solid #F36F21;
    text-align: center;
}

.text-info{
    color: #F36F21;
    font-size: 110%;
}
.text-info a:hover{
    color: #151515;
}
.text-info strong, .text-info span{
    font-size: 120%;
    font-weight: normal;
}
.text-info span{
    font-size: 135%;
    font-weight: normal;
}

.jours-bloc, .jours, .jours_titre, .heures, .heures_titre, .minutes, .minutes_titre, .secondes, .secondes_titre, .heures-bloc {
    display: inline;
}

.jours_titre, .heures_titre, .minutes_titre, .secondes_titre {
    color: #A5A5A0 ;
}

.actions-alt {
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.actions-alt p {
    padding: 0 20px;
}

.actions-alt .col-md-4 {
    padding: 0;
}

#promotion_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#promotion_list ul li a {
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #1f1f1f;
    padding-right: 20px;
}

#promotion_list ul .promo1 a:hover {
    border-left: 5px solid #c0392b;
    padding-left: 20px;
    background: #fff;
}

#promotion_list ul .promo2 a:hover {
    border-left: 5px solid #d35400;
    padding-left: 20px;
    background: #fff;
}

#promotion_list ul .promo3 a:hover {
    border-left: 5px solid #e67e22;
    padding-left: 20px;
    background: #fff;
}

#promotion_list ul .promo4 a:hover {
    border-left: 5px solid #f39c12;
    padding-left: 20px;
    background: #fff;
}

#promotion_list ul li a .compteur {
    padding: 20px 65px;
    display: block;
    border: 1px solid #F36F21;
    text-align: center;
    font-size: 35px;
    margin-top: 27px;
}

#promotion_list ul li a p {
    max-width: 80%;
    margin: 0 0 0 20px;
}

#promotion_list ul li img {
    width: 160px;
}

#promotion_list h2 {
    font-size: 24px;
    display: inline-block;
    margin: 0 0 0 20px;
    line-height: 60px;
}

#promotion_list .date {
    font-size: 24px;
    line-height: 60px;
}

#promotion_list .datealt {
    font-size: 24px;
    line-height: 20px;
    margin-top: 25px;
}

#promotion_list .noimg .compteur{
    margin-top: 0;
}

#promotion_list .noimg img{
    display: none;
}

/* NOUVELLES
   ================================================== */

#nouvelles hr {
    margin-top: 0;
        margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #CFCFCF;
    width: 100%;
}

#nouvelles h2 {
    margin-top: 0;
}

#nouvelles .col-md-3 img {
    width: 100%;
}

#nouvelles .row {
        padding: 0 0 30px 0;
}

.news-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#nouvelles-details img {
    width: 100%;
    margin: 30px 0;
}

#nouvelles-details h3 {
    margin-bottom: 30px;
}

.social-share {
    margin-bottom: 50px;
}

.social-share ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.social-share ul li {
    display: inline-block;
}

.social-share ul li a {
    color: #8E8E8E;
    border: 1px solid #CBCBCA;
    border-radius: 4px;
    padding: 30px 35px;
    display: block;
    margin: 5px;
}

.social-share ul li a:hover {
    color: #fff;
    border: 1px solid #F36F21;
    background: #F36F21;
}

.social-share ul li #facebook:hover {
    border: 1px solid #4b67a1;
    background: #4b67a1;
}

.social-share ul li #google:hover {
    border: 1px solid #d73d32;
    background: #d73d32;
}

.social-share ul li #linkedin:hover {
    border: 1px solid #1b86bd;
    background: #1b86bd;
}

.social-share ul li #twitter:hover {
    border: 1px solid #55acee;
    background: #55acee;
}

.social-share ul li a i {
    font-size: 25px;
    width: 20px;
    height: 20px;
}

.news-nav {
    border-top: 1px solid #CBCBCA;
    height: 116px;
}

.news-nav .first {
    border-right: 1px solid #CBCBCA;
}

.news-nav a {
    color: #F36F21;
    padding: 50px 0 40px;
    display: block;

}

.news-nav p {
    color: #CBCBCA;
    padding: 50px 0 40px;
    display: block;
    margin: 0;
}

.news-nav a:hover {
    text-decoration: none;
}

.news-nav a i {
    margin: 0 10px;
}

.news-nav .col-md-6 {
    width: 50%;
    float: left;
    text-align: right;
}

.news-nav .col-md-6:hover {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
}

.news-nav .col-md-6.first {
    text-align: left;
}

/* FAQ
   ================================================== */

#faq h2 {
    margin-top: 0;
}

#faq .col-md-9 p {
    padding-left: 35px;
    border-left: 1px solid #1f1f1f;
}

.panel {
    background-color: transparent;
}

.panel-default > .panel-heading {
    background-image: none;
}

.panel-default > .panel-heading {
    color: #1f1f1f;
    background-color: transparent;
}

.panel-body {
    background: #fff;
}

/* CONTACT
   ================================================== */

#politique {
    padding-top: 30px;
}

#map {
    height: 400px;
    width: 100%;
    margin-top: 40px;
}

#contact hr {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #CFCFCF;
    width: 100%;
}

/* MODAL
   ================================================== */
#newsletter_modal_id{
    margin-top: 7px;
}
#consentMessage{
    font-size: 14px;
}
.modal-content {
    background-color: #f0f0eb;
}

.modal-body {
    padding: 40px;
}

.modal-body i {
    font-size: 35px;
}

.modal-body h2 {
    font-size: 40px;
}

/* FOOTER
   ================================================== */

footer {
    padding: 40px 0;
    background: #fff;
    margin-top: 0;
    font-size: 14px;
    color: #606060;
    width: 100%;
    z-index: 9997;
    position: relative;
}

footer a, .vcard a {
    color: #606060;
}

footer strong, .organization-name strong {
    color: #1f1f1f;
    margin-bottom: 5px;
    display: block;
}

footer #social-footer a {
    color: #fff;
}

footer #social-footer a:hover {
    color: #F36F21;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style: none;
}

#social-footer li {
    margin: 0;
    padding: 15px 5px 0;
    display: inline-block;
    color: #fff;
}

#social-footer li i {
    width: 27px;
    height: 27px;
    background: #606060;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
}

.navbar-toggle {
    margin-top: 56px;
}

footer .col-md-3 {
    margin: 20px 0;
}

#footer-modal #border-img{
    width: 70%;
}
#footer-modal .img-container{
    text-align: center;
}
.tabs-container{
    margin: 0 0 25px 0;
    border-bottom: 1px solid #000;
}

.tabs-container .form-group{
 margin: 0;
}

#btn_personnal, #btn_commercial {

    background-color: transparent;
    border-color: transparent;
    color: #989890;
    border-radius: 4px 4px 0 0;
    padding: 20px ;
    border-bottom: 0;
    margin-bottom: -1px;
}

#btn_personnal.focused, #btn_commercial.focused {
    background-color: #f0f0eb;
    border-color: #000;
    color: #000;
    border-bottom: 0;
}

#btn_personnal:focus, #btn_commercial:focus, #btn_personnal:hover, #btn_commercial:hover {
    color: #000 !important;
}


#btn_commercial, #btn_personnal{outline: none;}

.nixalink{
    float: right;
}

#lien-nixa {
    text-align: right;
}
#lien-nixa a {
	color: #606060 !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
#lien-nixa a:hover {
    opacity: 1;
    color: #F36F21 !important;
    transform: rotate(10deg) scale(1.5) rotate(-13deg);
    transform: rotate(10deg) scale(1.5) rotate(-17deg);
      -ms-transform: rotate(10deg) scale(1.5) rotate(-17deg);
      -moz-transform: rotate(10deg) scale(1.5) rotate(-17deg);
      -webkit-transform: rotate(10deg) scale(1.5) rotate(-17deg);
      -o-transform: rotate(10deg) scale(1.5) rotate(-17deg);
}

/**/

.tel span {
    font-weight: bold;
}

/**/

.fa-map-marker {
    margin-left: 10px;
}

.product-detail-text p {
    line-height: 22px;
    padding: 0 10px;
}


.region{
    margin: 0 5px;
}

input[type='submit']:disabled, button[type='submit']:disabled{
    background-color: #F36F21 !important;
    border-color: #ffffff !important;
    opacity: 0.6;
}

.center-video iframe{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 675px;
}

/* RESPONSIVE
   ================================================== */

@media (min-width: 768px) {

    .navbar-nav > li > a {
        padding: 70px 15px 30px !important;
        font-size: 16px;
    }

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #F36F21 !important;
    }

    .jumbotron {
        padding: 80px 0;
    }

    .carousel-indicators {
        bottom: auto;
    }

    .navbar-collapse {
        position: absolute;
    }

    .modal-dialog {
        width: 750px;
        margin: 100px auto;
    }

}


@media (max-width: 1500px) {

    .navbar-nav > li > a {
        padding-top: 50px;
        font-size: 16px;
        padding-bottom: 50px;
    }

}

@media (max-width: 1200px) {

    .center-video iframe{
        width: 100%;
        height: 555px;
    }
    .carousel {
        padding: 0 0px 0;
    }

    .main-color {
        display: block !important;
    }

    #products .product-detail-text p {
        display: none;
    }

    .navbar .container {
        width: 100%;
    }

    .navbar-collapse {
        position: absolute;
        right: 0;
    }

    #social-header {
        display: none;
    }


    .carousel-inner{
        min-height: 500px;
    }

    #btn-ask-expert{
        display: none;
    }

    #btn-favourite{
        display: none;
    }

    #btn-favourite-mobile{
        display: block;
    }

    .navbar-header {
        float: none;
        left: inherit;
        position: inherit;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        position: relative;
        right: 0;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .navbar-nav {
        float: none!important;
            margin: 7.5px 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        font-size: 16px !important;
        padding: 10px 0 !important;
    }

    .navbar-nav>li>ul>li>a {
        font-size: 16px !important;
        padding: 10px 0 !important;
    }

    .dropdown-menu{
        width: 100%;
    }

    .dropdown-menu>li {
        float: none;
    }
    .dropdown-menu > li > a{
        font-size: 20px !important;
        padding: 10px 0 !important;
    }
    #landing .logo {
        width: 325px;
        height: 90px;
        margin-left: 0;
    }
    #landing .top-section #time{
        width: inherit;
        right: 0;
        left: 0;

    }

    #landing .top-section .logo{
        display: block;
        margin: auto;
    }

    #procenter .square a p {
        font-size: 14px;
    }

}


@media (max-height: 1030px) {
    .jumbotron {
        padding: 60px 0;
    }

}

@media (max-width: 992px) {
    .center-video iframe{
        width: 100%;
        height: 440px;
    }
    #carousel-home .jumbotron h1 {
        font-size: 30px;
    }

    .products-inner{
        position: relative;
        width: 100%;
    }

    #products .item, #projects .item, #commercial-gallery .item{
        width: 50%;
        float: left;
    }

    #projects .item img {
        height: 350px;
    }


    .navbar .lang_button {
        display: none;
    }

    #services {
        padding-top: 20px;
    }

    #services .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

    #services .tabs hr {
        display: none;
    }

    #services .tab-content .tab-pane {
        margin-bottom: 35px;
        border-bottom: 1px solid #C4C4C4;
        padding-bottom: 35px;
    }

    .products-thumb {
        width: 100%;
    }

    .form-fixed .container {
        width: 100%;
    }

    #process .btn-row .btn, .btn-call{
        bottom: inherit !important;
    }

    #openornot {
        top: 15px;
        left: 10px;
        right: 10px;
        font-size: 16px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        text-align: center;
    }

    #actions {
        overflow: hidden;
        margin: 0;
        margin-top: 0;
        padding-top: 0;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    #process-title {
        pointer-events: none;
        cursor: default;
    }

    .carousel-indicators li {
        margin: 0 100px !important;
    }

    #process h3 {
        text-align: center;
    }

     #services .tab-content {
        padding: 15px 10px;
    }

         .jumbotron {
        padding: 20px 0;
    }

    .jumbotron hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .carousel-inner{
        min-height: 800px;
    }

    #process{
        padding-top: 25px;
    }

    .call-banner.action-grey {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
         height: auto;
        min-height: 150px !important;
        background: #c4c4c4;
    }

    .resources-list{
        display: none;
    }

    #procenter .square {
        width: 100%;
        float: left;
    }
    #landing .bottom-section img {
       margin-bottom: 30px;
    }

    #procenter .thumbnail p{
        min-height: initial;
    }
    .pro-col{
        margin-bottom: 50px;
    }

}



@media (max-width: 767px) {
    .center-video iframe{
        width: 100%;
        height: 310px;
    }
    h1, .h1 {
        font-size: 26px;
    }

    #process .btn-row .btn, .btn-call{
        width: 100%;
        right: inherit !important;
    }

    #address{
        display: none !important;
    }

     .fa-map-marker, #street {
        display: none !important;
    }

     .jumbotron{
         height: inherit !important;
            padding: 30px 10px;
     }

     .carousel-inner {
        min-height: 100%;
    }

    .jumbotron h1 {
        font-size: 58px;
        line-height: 56px;
        text-align: center;
    }

    .carousel-control{
        display: none;
    }

    #carousel-item-1{
        left: 0 !important;
        display: block !important;
        transform: none !important;
    }
    
    #carousel-item-2{
        display: none;
    }

    #carousel-item-3{
        display: none;
    }

    #carousel-home .vcenter .carousel-bloc{
        width: 100%;
        padding: 20px;
        margin-top: 45px;
    }

    #services .tab-content {
        padding: 15px 20px;
    }



    #top-header {
        text-align: center;
    }


    #apropos .col-md-9 p {
        padding-left: 0;
        border-left: 0;
    }

    #apropos .col-md-9 p span{
        height: auto;
    }

    #close-product {
        position: relative;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    #form-title {
        min-height: 64px;
        line-height: 27px;
    }

    .products-inner {
        padding:20px;
    }

    #portfolioFilter {
        display: none;
    }

    .nav-tabs > li {
        float: none;
    }

    #services .nav-tabs {
        display: none;
    }


    .tab-content > .tab-pane {
        display: block !important;
        margin-bottom: 50px;
        visibility: visible;
    }

    .fade {
        opacity: 1;;
    }

    #promotion_list .date {
        display: block;
        width: 100%;
    }

    #promotion_list ul li img {
        width: 100%;
    }

    #promotion_list h2 {
        margin: 0;
        width: 100%;
        text-align: center;
    }

    #promotion_list ul li a {
        padding: 0;
    }

    #promotion_list .datealt {
        width: 100%;
    }

    #promotion_list ul li a p{
        text-align: center;
        max-width: 100%;
    }

    #footer-modal {
        display: none;
    }

    body.has_header {
        padding-bottom: 0;
    }

    #nouvelles a {
        width: 100%;
    }

    .social-share ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .news-nav {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    button.close {
        margin-top: 25px;
    }

    #map {
        display: none;
    }

    #top-header li a {
        pointer-events: auto;
        cursor: pointer;
    }

    #products-details-more{
    display: none;
    }
    #estimation img{
        width: 100%;
    }
    .carousel-indicators{
        display: none;
    }

    footer {
        padding: 30px 0 60px 0;
    }
    #procenter .square {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    #commercial-services .btn-row .btn{
            position: relative;
            width: 87%;
            margin: auto;
            display: block;
            margin-top: 25px;
        right: 0%;
        left: 0;

    }
    #commercial-services img {
        margin-bottom: 20px;
    }

}

@media (max-width: 500px) {

    #products .item, #projects .item, #commercial-gallery .item{
        width: 100%;
    }

    #products .product-detail-text{
        margin-top: 100px;
    }

    body.has_header {
        padding-top: 90px;
    }

    .fade {
        opacity: 1;
    }

    .tab-content > .tab-pane {
        display: block;
    }


    #form-title {
        font-size: 14px;
    }

    .btn-lg, .btn-group-lg > .btn {
        padding: 10px 20px;
    }

    #process h3 {
        font-size: 37px;
    }

    .navbar-nav {
        margin: 10px 0px;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px;
    }

    .navbar-brand {
        padding: 15px 7px;
        width: 75%;
    }

    .navbar-brand img {
        width: 150px;
    }

    .navbar-brand {
        height: 90px;
        line-height: 100px;
    }

    .navbar-toggle {
        margin-top: 43px;
    }

    .main-color {
        display: block;
    }

    #promotions .color-block2 {
        font-size: 18px;
    }

    .jumbotron {
        padding: 30px 10px;
    }

    .jumbotron .pull-right {
        float: none !important;
    }

    .form-fixed h2 {
        font-size: 28px;
    }



    .jumbotron .btn {
        font-size: 20px;
        margin-left: 0;
        margin-top: 0 !important;
        padding: 10px 20px;
        width: 100%;
    }

    #apropos .col-md-9 p img {
        float: none;
        width: 100%;
    }

    #apropos .col-md-9 p span {
        display: block;
        padding-left: 0;
        height: auto;
    }

    .carousel-indicators li {
        margin: 20px 120px !important;
    }

    .carousel-indicators li:before {
        margin-top: -30px;
    }

    #products .row {
        margin-left: 0;
        margin-right: 0;
    }

    #products-grid {
        margin-top: 20px;
    }


}

@media (max-width: 420px) {
    .jumbotron h1 {
        font-size: 40px;
        line-height: 45px;
    }


    .jumbotron .btn {
        font-size: 14px;
        margin-left: 0;
        margin-top: 0;
    }
    .en .jumbotron h1 {
    line-height: 40px;
    font-size: 40px;
    }
}

@media (max-height: 1030px) and (min-width: 1000px) {
    .jumbotron {
        padding: 60px 0;
    }

}

@media (max-height: 990px) and (min-width: 1000px) {
    .jumbotron {
        padding: 20px 0;
    }

    .jumbotron hr {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-height: 800px) and (min-width: 1000px) {
    .jumbotron h1 {
        font-size: 50px;
    }

    #promotion_list .compteur {
        display: none;
    }

    .en .jumbotron h1 strong {
        font-size: 110px;
        line-height: 60px;
    }
}

/* MEZZANINE
   ================================================== */

#editable-toolbar {
    z-index: 150000 !important;
}

.editable-form {
    left: 20% !important;
    top: 10% !important;
}

.editable-link,
.editable-form input,
.editable-form label,
.editable-form .btn {
    font-family: "Arial";
    letter-spacing: 1px;
}

.editable-form input {
    padding: 10px;
    font-size: 18px !important;
}

.editable-form .btn {
    background-image: none;
    padding: 10px 50px !important;
    float: none !important;
    border: none;
    font-weight: bold;
    text-shadow: 0 0 0;
    font-size: 12px !important;
}

.editable-form .btn:hover {
    border: none;
    background-position: 0 0;
    color: #fff;
}

.editable-form .btn-primary {
    background-color: #1f1f1f;
}

.editable-form span {
    height: inherit !important;
    padding-left: 0 !important;
}



/*jquery datetimepicker*/
.ui-widget {
    font-size: 0.8em !important;
}

.product-detail-text p {
    color: #F36F21;
}
.panel{
    margin: 30px auto;
    width: 60%;
}
.navbar-brand img {
    margin-top: 25px;
}

/**/
.modal {
    z-index: 10040;
}


/**************************************
        favorite
**************************************/

.fav-img {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

#print-list{
    margin-bottom: 20px;
}

.remove-favorite{
    margin-left: 15px;
}

#favorite .fav-item h2{
    margin-top: 8px;
}

#favorite .fav-item .btn{
    margin-bottom: 8px;
}
#favorite .fav-item p{
    margin-bottom: 0;
}

#favorite .fav-item{
    margin-bottom: 20px;
}

/* QUOTE FORM
   ================================================== */

.shape_quote_container h3 {
    margin-top: 0;
}

.remove_shape_form_btn {
    padding: 0;
    width: 34px;
    height: 34px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.remove_shape_form_btn i {
    position: absolute;
    left: 11px;
    top: 7px;
}

.shape_remove {
    overflow: hidden;
    margin-bottom: 10px;
}

.shape_remove h3 {
    margin-bottom: 0;
    margin-top: 3px;
}

.shape_quote_select select.small-select{
    float: right;
    width: 285px;
}

.form-ajouter {
    margin-bottom: 15px;
}

.shape_quote_image img{
    margin: 15px 0px;
}

#footer-modal .img-container {
    text-align: center;
    min-height: 141px;
}

#div_id_sq_ft input{
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

#div_id_sq_ft input.changed{
    background-color: #F36F21;
    color: #fff;
    border-color: #F36F21;
}

.image_list {
    background-color: #fff;
    height: 45px;
    padding: 2px;
    border-radius: 40px;
}

.image_list img{
    max-width: 22px;
}

.image_list a{
    width: 40px;
    height: 40px;
    padding: 6px 0px 0 10px;
    display: block;
    float: left;
}

.image_list a.selected{
    background-color: #F36F21;
    border-radius: 30px;
}

.image_list a:hover {
    background-color: #DA5100;
    border-radius: 30px;
}