
/*
=============             =============
:::::::::::::  BODY HTML  :::::::::::::
=============             =============
*/

body, html {
    padding: 0;
    margin:0;
    height: 100%;
    font-family: "open_sans", Helvetica, Arial, sans-serif !important;
}


/*
=============             =============
:::::::::::::  MAIN MENU  :::::::::::::
=============             =============
*/

.main-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
}

.main-menu ul li {
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu ul li span {
    display: block;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.main-menu ul li a {
    text-decoration: none;
}

.main-menu li span.btn-menu {
    font-size: 32px;
}

.img-bottom-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    background-size: cover;
    background-position: center top;
    z-index: 99;
}



/*
=============                  =============
:::::::::::::  MAIN MENU LEFT  :::::::::::::
=============                  =============
*/

.main-menu-left {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.main-menu-left ul {
    margin-bottom: 0px;
}

.main-menu-left ul li {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.main-menu-left ul li span {
    display: block;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.main-menu-left ul li a {
    text-decoration: none;
}

.main-menu-left li span.btn-menu {
    padding: 12px 15px;
    font-size: 24px;
}

.img-bottom-menu {
    position: fixed;
    width: 100%;
    height: 85px;
    background-size: cover;
    background-position: center top;
    z-index: 99;
}





/*
=============             =============
:::::::::::::  SUB MENU  :::::::::::::
=============             =============
*/


.main-menu .sub-menu:hover ol, .main-menu-left .sub-menu:hover ol {
    display: block;
}

.main-menu ol, .main-menu-left ol {
    display: none;
    padding: 0px;
    border-radius: 10px;
    margin-left: 0px;
    position: absolute;
    z-index: 99;
    height: auto;
    min-width: 150px;
    list-style: none;
    background-color: #333;
    -moz-box-shadow: 0px 10px 40px rgba(0,0,0,.5);
    box-shadow: 0px 10px 40px rgba(0,0,0,.5);
}

.main-menu ol li, .main-menu-left ol li {
    padding-top: 0px !important;
    height: auto !important;
}

.main-menu ol li span, .main-menu-left ol li span {
    border-radius: 10px !important;
    margin-top: 0px;
}

    

/*
=============                 =============
:::::::::::::  MENU COLLAPSE  :::::::::::::
=============                 =============
*/

.box-menu-collapse {
    display: none;
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 99;
}

.box-menu-collapse ul {
    width: 100%;
    margin-top: 55px;
}

.box-menu-collapse ul li {
    padding-left: 0px;
    width: 100%;
}

.box-menu-collapse ul li span {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.box-menu-collapse ul li span:hover {
    font-weight: 700;
}

.box-menu-collapse ul li a {
    text-decoration: none;
}

.box-menu-collapse.active {
    display: block;
}



/* SUB MENU COLLAPSE */

#list-menu-collapse .sub-menu {
    padding-right: 0px !important;
}

#list-menu-collapse .sub-menu:hover ol {
    display: block;
}

#list-menu-collapse ol {
    display: none;
    padding: 0px;
    height: auto;
    width: 100%;
    list-style: none;
    background-color: #333;
/*    -moz-box-shadow: 0px 10px 40px rgba(0,0,0,.5);
    box-shadow: 0px 10px 40px rgba(0,0,0,.5);*/
}

#list-menu-collapse ol li {
    height: auto !important;
}

#list-menu-collapse ol li span {
    border-radius: 10px !important;
    margin-top: 0px;
}




/*
=============                =============
:::::::::::::  BLOCK / TEXT  :::::::::::::
=============                =============
*/

.block-text {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-text h1, .block-text h2, .block-text h3, .block-text h4, .block-text h5,
.block-text h6 {
    margin-bottom: 10px;
}



/*
=============                        =============
:::::::::::::  BLOCK / TEXT + IMAGE  :::::::::::::
=============                        =============
*/

.block-text-image {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-text-image h1, .block-text-image h2, .block-text-image h3,
.block-text-image h4, .block-text-image h5, .block-text-image h6 {
    margin-bottom: 10px;
}

.block-text-image p {
    margin-top: 20px;
}



/* IMG BORDER */

.img-border {
    border: 3px solid transparent;
    border-radius: 15px;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.img-border:hover {
    border: 3px solid #fff;
}


/* LOGO CLICK */

.block-text-image .logo-click {
    position: absolute;
    top: 5px;
    right: 20px;
    width: 35px;
    height: 35px;
    background-image: url(click-logo.png);
}




/*
=============                       =============
:::::::::::::  BLOCK / FORM + 3 IMG  :::::::::::::
=============                       =============
*/

.block-form-3img {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-form-3img h1, .block-form-3img h2, .block-form-3img h3,
.block-form-3img h4, .block-form-3img h5, .block-form-3img h6 {
    margin-bottom: 10px;
}

.block-form-3img p {
    margin-top: 10px;
}

.block-form-3img a:hover, .block-form-3img a:focus {
    color: transparent;
}




/*
=============                   =============
:::::::::::::  BLOCK / 4 POSTS  :::::::::::::
=============                   =============
*/

.block-4posts {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-4posts .post-title {
    padding: 10px;
    font-weight: 300;
    padding-top: 10px;
    line-height: 20px;
}

.block-4posts p {
    padding-left: 10px;
}



/*
=============                   =============
:::::::::::::  BLOCK / 4 POSTS  :::::::::::::
=============                   =============
*/

.block-6images {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    z-index: 9;
    position: relative;
}



/*
=============                         =============
:::::::::::::  BLOCK / FOOTER SOCIAL  :::::::::::::
=============                         =============
*/

.block-footer-social {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-footer-social .title-html {
    font-weight: 500;
    padding-top: 10px;
    line-height: 20px;
}

.block-footer-social .icon-social {
    display: block;
    position: relative;
    margin-right: 5px;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.block-footer-social .icon-social i {
    position: absolute;
    top: 16px;
    left: 16px;
    
}

.block-footer-social .text-html {
    font-size: 14px;
    font-weight: 300;
}

.block-footer-copyright {
    height: 60px;
}


.block-footer-copyright .logo-click {
    position: absolute;
    top: -5px;
    right: 50px;
    width: 35px;
    height: 35px;
    background-image: url(click-logo.png);
}


/*
=============                    =============
:::::::::::::  BLOCK / SUBTITLE  :::::::::::::
=============                    =============
*/

.block-subtitle {
    background-attachment: fixed;
    background-position: center top;
}

.block-subtitle h1, .block-subtitle h2, .block-subtitle h3,
.block-subtitle h4, .block-subtitle h5, .block-subtitle h6 {
    margin-bottom: 10px;
}


/*
=============                 =============
:::::::::::::  BLOCK / ALBUM  :::::::::::::
=============                 =============
*/


.item-gallery {
    float: left;
    margin-top: 20px;
    margin-left: 10px;
    background-position: center;
    background-size: contain;
    transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -web-kit-transition: all 0.25s linear;
}

.item-gallery:hover {
    opacity: .5;
}

.blueimp-gallery>.indicator>li {
    background-size: contain !important;
}



/*
=============                      =============
:::::::::::::  BLOCK / TEXT + MAP  :::::::::::::
=============                      =============
*/

.block-text-map {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-text-map h1, .block-text-map h2, .block-text-map h3,
.block-text-map h4, .block-text-map h5, .block-text-map h6 {
    margin-bottom: 10px;
}

.block-text-map p {
    margin-top: 20px;
}



/*
=============                      =============
:::::::::::::  BLOCK / TEXT + FORM  :::::::::::::
=============                      =============
*/

.block-text-form {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-text-form h1, .block-text-form h2, .block-text-form h3,
.block-text-form h4, .block-text-form h5, .block-text-form h6 {
    margin-bottom: 10px;
}

.block-text-form p, .block-text-form span {
    margin-top: 20px;
}



/*
=============                              =============
:::::::::::::  BLOCK / TEXT + FORM GOOGLE  :::::::::::::
=============                              =============
*/

.block-text-form-google {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.block-text-form-google h1, .block-text-form-google h2,
.block-text-form-google h3, .block-text-form-google h4, 
.block-text-form-google h5, .block-text-form-google h6 {
    margin-bottom: 10px;
}

.block-text-form-google p, .block-text-form-google span {
    margin-top: 20px;
}



/*
=============                 =============
:::::::::::::  BLOCK / PHONE  :::::::::::::
=============                 =============
*/


.block-phone .content-phone {
    position: absolute;
    top: 0px;
    right: 20px;
    height: 80px;
    padding: 0px 15px;
    border-radius: 20px;
    z-index: 9;
    overflow: hidden;
}

.block-phone .text-1, .block-phone .text-2, .block-phone .text-3 {
    padding-top: 50px;
}

.block-phone h1, .block-phone h2, .block-phone h3, .block-phone h4,
.block-phone h5, .block-phone h6 {
    font-weight: 300;
}




/*
=============                      =============
:::::::::::::  BLOCK / E-COMMERCE  :::::::::::::
=============                      =============
*/

.block-ecommerce {
    width: 100%;
}

.block-ecommerce .block-product {
    position: relative;
    margin-top: 20px;
    margin-left: 20px;
    float: left;
    width: 205px;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 15px;      
}

.block-ecommerce .block-product .title-product {
    width: 100%;
    padding: 10px;
    padding-bottom: 0px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    cursor: pointer;
}

.block-ecommerce .block-product .title-product:hover {
    color: #83c7cd;
    text-decoration: underline;
}

.block-ecommerce .block-product .price-product {
    width: 100%;
    display: block;
    padding-top: 5px;
    font-size: 18px;
    font-weight: 500;
}

.block-ecommerce .block-product:hover {
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
}

.block-ecommerce .block-product .hover-product {
    position: absolute;
    display: none;
    width: 100%;
    height: 160px;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,.7);
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-align: center;
}

.block-ecommerce .block-product .hover-product .btn-open {
    margin-top: 50px;
    padding: 5px 10px;
    border: 2px solid #a3c943;
    color: #a3c943;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
}

.block-ecommerce .block-product .hover-product .btn-open:hover {
    background-color: #a3c943;
    color: #fff;
}

.block-ecommerce .block-product:hover .hover-product {
    display: block;
    opacity: 1;
}



/*
=============                      =============
:::::::::::::  MODAL PRODUCT VIEW  :::::::::::::
=============                      =============
*/


.modal-product-view .modal-content {
    border-radius: 20px;
}

.modal-product-view .modal-header {
    border-bottom: none;
}

.modal-product-view .modal-header .btn-close-modal {
    margin-right: -30px;
    margin-top: -30px;
    padding: 10px 14px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    color: #a3c943 !important;
    font-size: 20px !important;
    font-weight: 300;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    opacity: 1;
}

.modal-product-view .modal-header .btn-close-modal:hover {
    border: 1px solid #a3c943;
    color: #fff !important;
    background-color: #a3c943;
}

.modal-product-view .modal-dialog {
    width: 700px;
}

.modal-product-view .modal-dialog .infos-product-view {
    border-left: 1px solid #e5e5e5;
    padding-left: 30px;
}

.modal-product-view .modal-body .title {
    display: block;
    font-size: 26px;
    line-height: 28px;
    color: #8c8c8c;
    font-weight: 300;
}

.modal-product-view .modal-body .sub-title {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 300;
}

.modal-product-view .modal-body .infos {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #bdbdbd;
    font-weight: 300;
}

.modal-product-view .modal-body .infos strong {
    font-weight: 400;
    color: #7a7a7a;
}

.modal-product-view .modal-body .infos .price {
    font-size: 32px;
    font-weight: 400;
    color: #a3c943;
}

.modal-product-view .modal-body .box-button {
    display: block;
    float: left;
}

.modal-product-view .modal-body .box-button .input-submit {
    padding: 13px 22px;
    border-radius: 0px;
    background-color: #a3c943;
    color: #fff;
    font-size: 16px;
}

.modal-product-view .modal-body .box-button .input-submit:hover {
    background-color: #83c7cd;
}

.modal-product-view .modal-body .payments {
    display: block;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 12px;
    color: #bdbdbd;
    font-weight: 300;
}

.modal-product-view .modal-body .payments img {
    margin-top: 5px;
    margin-bottom: 10px;
}

.modal-product-view .modal-body .payments a {
    color: #a3c943;
}



/*
=============                       =============
:::::::::::::  LIST MENU - LATERAL  :::::::::::::
=============                       =============
*/

.list-menu {
    width: 100%;
}

.list-menu ul {
    padding-left: 0px;
    list-style: none;
}

.list-menu ul li a {
    margin-bottom: 3px;
    padding-top: 30px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.list-menu ul li a {
    text-decoration: none;
}



/*
=============                       =============
:::::::::::::  LIST MENU - LATERAL  :::::::::::::
=============                       =============
*/

.slider-block {
    width: 100%;
}


/*
=============                =============
:::::::::::::  SIZE MOBILES  :::::::::::::
=============                =============
*/

@media (max-width: 1199px) {
    
    .main-menu ul li {
        padding-top: 10px;
    }
    
    .img-bottom-menu {
        height: 55px;
    }
    
    .block-phone .content-phone {
        /*top: 80px !important;*/
    }
      
}


@media (max-width: 991px) {
    
    .main-menu ul li {
        padding-top: 10px;
    }
    
    .img-bottom-menu {
        height: 55px;
    }
    
    .block-phone .content-phone {
        /*top: 90px !important;*/
    }
    
}


@media (max-width: 767px) {
    
    .main-menu ul li {
        padding-top: 0px;
    }
    
    .main-menu ul li span.btn-menu {
        font-size: 25px;
        padding-top: 10px;
    }
    
    .box-menu-collapse ul li span {
        font-size: 18px;
    }
    
    .img-bottom-menu {
        height: 45px;
    }
    
    .block-subtitle h1 {
        font-size: 44px;
    }
    
    .block-phone .content-phone {
        /*top: 45px !important;*/
    }
    
    .block-ecommerce .block-product {
        width: 90%;
    }
    
    .modal-product-view .modal-dialog {
        width: 95%;
    }
    
    .modal-product-view .infos-product-view {
        margin-top: 30px;
    }

}