/*------------------------------------*\
    #Top Banner Slider
\*------------------------------------*/    
* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #eee;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot:focus,
.dot:hover {
  background: #3f3e43;
}

.activetop {
  background-color: #021373;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0s;
}

@keyframes fade {
  from {opacity: 1} 
  to {opacity: 1}
}


/*------------------------------------*\
    #Top Banner
\*------------------------------------*/    
#bannerHolder1, 
#bannerHolder2,
#bannerHolder3,
#bannerHolder4{
    width: 100vw;
    height: 30vw;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#bannerHolder1 .kv,
#bannerHolder2 .kv,
#bannerHolder3 .kv,
#bannerHolder4 .kv {
    width: 100%;
}

#bannerHolder1 {
    background-image: url('../images/s1.png') !important;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

#bannerHolder2 {
    background-image: url('../images/s2.png') !important;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

#bannerHolder3 {
    background-image: url('../images/s3.png') !important;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

#bannerHolder4 {
    background-image: url('../images/s4.png') !important;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1357px) {
    #bannerHolder1 {
        background-image: url('../images/s1_full.png') !important;
        max-height: 20vw;
    }

    #bannerHolder2 {
        background-image: url('../images/s2_full.png') !important;
        max-height: 20vw;
    }

    #bannerHolder3 {
        background-image: url('../images/s3_full.png') !important;
        max-height: 20vw;
    }

    #bannerHolder4 {
        background-image: url('../images/s4_full.png') !important;
        max-height: 20vw;
    }
}

@media screen and (max-width:915px) {
    #bannerHolder1 {
        background-image: url('../images/s1_mo.png') !important;
        height: 68vw;
        width: 100vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;    
        }
        
    #bannerHolder2 {
        background-image: url('../images/s2_mo.png') !important;
        height: 68vw;
        width: 100vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;    
        }
        
    #bannerHolder3 {
        background-image: url('../images/s3_mo.png') !important;
        height: 68vw;
        width: 100vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;    
        }
        
    #bannerHolder4 {
        background-image: url('../images/s4_mo.png') !important;
        height: 68vw;
        width: 100vw;
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;    
        }
}


/*------------------------------------*\
    #Products Slider
\*------------------------------------*/    
            .sh-recommendation-products-6 {
                width: calc(100vw - 50px);
                max-width: 1240px;
            }

            .sh-recommendation-products-6 a {
                text-decoration: none;
                color: #000
            }

            .sh-ad-title {
                color: #EABB00;
                display: block;
                position: relative;
                font-weight: normal;
                font-size: 1rem;
                margin-bottom: 1rem;
                margin-top: 0;
            }

            .sh-ad-title:before {
                content: "";
                display: block;
                border-top: solid 1px #DDDDDD;
                width: 100%;
                height: 1px;
                position: absolute;
                top: 0.75em;
                z-index: 1;
            }

            .sh-ad-title span {
                background: #fff;
                padding-right: 5px;
                position: relative;
                z-index: 5;
            }

            .sh-ad-product {
                -webkit-box-shadow: 0px 4px 10px #757575;
                box-shadow: 0px 4px 10px #757575;
                border-radius: 10px;
                overflow: hidden;
                display: inline-block;
                margin-right: 8px;
                margin-left: 0;
                margin-bottom: 15px;
            }

            .sh-img-holder {
                width: 100%;
                background-size: cover;
                background-position: center center;
            }

            .sh-product-name {
                color: #757575;
	            font: 600 16px/20px "Source Sans Pro", sans-serif;
                max-width: 215px;
                display: block;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                line-height: 1.25em;
                height: 4em;
                max-height: 4em;
                padding-left: 10px;
                padding-right: 10px;
                margin: 10px 0px;
            }

@media screen and (max-width:479px) {
            .sh-product-name {
                color: #757575;
	            font: 600 16px/20px "Source Sans Pro", sans-serif;
                max-width: 215px;
                display: block;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                line-height: 1.1em;
                height: 4.4em;
                max-height: 4.4em;
                padding-left: 2px;
                padding-right: 2px;
                margin: 10px 0px;
            }
}

            .sh-product-name:hover {
                color: #080808;
            }

            .sh-divider {
                display: block;
                width: calc(100% - 10px);
                margin: 10px auto;
                border-bottom: 1px solid #EEEEEE;
            }

            .sh-company-name {
	            font: 600 "Source Sans Pro", sans-serif;
                color: #757575;
                font-size: 1.3rem;
                display: inline-block;
                overflow: hidden;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                padding-left: 5px;
                padding-right: 5px;
                margin: 0 5px 10px;
                width: calc(100% - 50px);
            }

            .sh-verify {
                width: 25px;
                height: 26px;
                display: inline-block;
                background-size: 100%;
                background-repeat: no-repeat;
                margin-bottom: 5px;
            }

            .sh-verify-none {
                background-image: url("../images/none.png");
            }

            .sh-verfiy-gold {
                background-image: url("data:image/svg+xml,%3Csvg id='圖層_1' data-name='圖層 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18.08'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23f59e03;%7D.cls-3%7Bfill:%23fcca01;%7D.cls-4%7Bclip-path:url(%23clip-path);%7D.cls-11,.cls-5%7Bfill:%23fffa65;%7D.cls-5%7Bopacity:0.3;%7D.cls-10,.cls-6%7Bfill:%23fff;%7D.cls-6%7Bopacity:0.9;%7D.cls-7%7Bfill:%23ffde27;%7D.cls-8%7Bfill:%23010101;opacity:0.05;isolation:isolate;%7D.cls-9%7Bfill:%23e6e5e3;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-1 -0.96)'%3E%3Cpath id='Path_794-2' data-name='Path 794-2' class='cls-1' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2375' data-name='Group 2375'%3E%3Cpath id='Path_794-2-2' data-name='Path 794-2' class='cls-2' d='M4.19,4.23a8.67,8.67,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.69,8.69,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.96)'/%3E%3Cpath id='Path_794-2-3' data-name='Path 794-2' class='cls-3' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.96)'/%3E%3Cg class='cls-4'%3E%3Cpath class='cls-5' d='M8.66,1.09A7.11,7.11,0,0,1,9.66,4a5.39,5.39,0,0,1-5,5C3.54,9,1.82,8.48,1.45,7.3c0,0,.91-5.23,7.21-6.21' transform='translate(-1 -0.96)'/%3E%3Cellipse class='cls-6' cx='4.78' cy='3.78' rx='1.77' ry='1.41' transform='translate(-2.3 2.49) rotate(-35.24)'/%3E%3Cpath class='cls-2' d='M5.11,5.94h0a6.59,6.59,0,0,1,9.33,0h0a6.61,6.61,0,0,1,1.92,4.25,6.57,6.57,0,0,0-1.92-5.06h0a6.59,6.59,0,0,0-9.33,0h0A6.56,6.56,0,0,0,3.2,10.19,6.55,6.55,0,0,1,5.11,5.94Z' transform='translate(-1 -0.96)'/%3E%3Cpath class='cls-7' d='M14.44,13.74h0a6.59,6.59,0,0,1-9.33,0h0A6.55,6.55,0,0,1,3.2,9.48a6.58,6.58,0,0,0,1.91,5.07h0a6.59,6.59,0,0,0,9.33,0h0a6.59,6.59,0,0,0,1.92-5.07A6.61,6.61,0,0,1,14.44,13.74Z' transform='translate(-1 -0.96)'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_795' data-name='Path 795' class='cls-8' d='M17.7,5.54l.91,2.88-8,5L9.05,11Z' transform='translate(-1 -0.96)'/%3E%3Cg id='Group_2376' data-name='Group 2376'%3E%3Cpath id='verification-check' class='cls-9' d='M16.55,3.84c-1.92,1.82-3.82,3.62-5.72,5.44a.33.33,0,0,1-.45,0l-2-2.12a.34.34,0,0,0-.46,0L6.14,8.69a.3.3,0,0,0,0,.43h0l4,4.39a.31.31,0,0,0,.44,0h0l8-7.41a.35.35,0,0,0,0-.46L17,3.86a.3.3,0,0,0-.42,0Z' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2' class='cls-10' d='M16,3.27,10.29,8.71a.31.31,0,0,1-.44,0l-2-2.12a.35.35,0,0,0-.46,0L5.6,8.12a.3.3,0,0,0,0,.43h0l4,4.39A.32.32,0,0,0,10,13h0l8-7.41a.32.32,0,0,0,0-.45L16.45,3.3a.3.3,0,0,0-.43,0Z' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2-2' data-name='verification-check-2' class='cls-10' d='M10,13' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2-3' data-name='verification-check-2' class='cls-10' d='M5.58,8.56' transform='translate(-1 -0.96)'/%3E%3C/g%3E%3Cpath class='cls-11' d='M9.78,15.69' transform='translate(-1 -0.96)'/%3E%3Cpath class='cls-11' d='M12,15.33a12.28,12.28,0,0,0,1.52-.81,8.43,8.43,0,0,0,1-.78s.39-.42.57-.65a.23.23,0,0,1,.38.27,7.09,7.09,0,0,1-1,1.19h0A5.68,5.68,0,0,1,12.25,16l-.3.1a.54.54,0,0,1-.31-.2.49.49,0,0,1-.07-.37C11.64,15.4,11.87,15.37,12,15.33Z' transform='translate(-1 -0.96)'/%3E%3Cg id='Group_2376-2' data-name='Group 2376'%3E%3Cpath id='verification-check-2-4' data-name='verification-check' class='cls-9' d='M16.55,3.84c-1.92,1.82-3.82,3.62-5.72,5.44a.33.33,0,0,1-.45,0l-2-2.12a.34.34,0,0,0-.46,0L6.14,8.69a.3.3,0,0,0,0,.43h0l4,4.39a.31.31,0,0,0,.44,0h0l8-7.41a.35.35,0,0,0,0-.46L17,3.86a.3.3,0,0,0-.42,0Z' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2-5' data-name='verification-check-2' class='cls-10' d='M16,3.27,10.29,8.71a.31.31,0,0,1-.44,0l-2-2.12a.35.35,0,0,0-.46,0L5.6,8.12a.3.3,0,0,0,0,.43h0l4,4.39A.32.32,0,0,0,10,13h0l8-7.41a.32.32,0,0,0,0-.45L16.45,3.3a.3.3,0,0,0-.43,0Z' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2-6' data-name='verification-check-2' class='cls-10' d='M10,13' transform='translate(-1 -0.96)'/%3E%3Cpath id='verification-check-2-7' data-name='verification-check-2' class='cls-10' d='M5.58,8.56' transform='translate(-1 -0.96)'/%3E%3C/g%3E%3Cpath class='cls-11' d='M9.78,15.69' transform='translate(-1 -0.96)'/%3E%3Cpath class='cls-11' d='M12,15.33a12.28,12.28,0,0,0,1.52-.81,8.43,8.43,0,0,0,1-.78s.39-.42.57-.64a.23.23,0,0,1,.38.26,7.09,7.09,0,0,1-1,1.19h0A5.68,5.68,0,0,1,12.25,16l-.3.1a.54.54,0,0,1-.31-.2.49.49,0,0,1-.07-.37C11.64,15.4,11.87,15.37,12,15.33Z' transform='translate(-1 -0.96)'/%3E%3C/svg%3E");
            }

            .sh-verfiy-silver {
                background-image: url("data:image/svg+xml,%3Csvg id='圖層_1' data-name='圖層 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18.24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23979797;%7D.cls-3%7Bfill:%23e2e2e2;%7D.cls-4%7Bclip-path:url(%23clip-path);%7D.cls-11,.cls-5,.cls-6%7Bfill:%23fff;%7D.cls-5%7Bopacity:0.3;%7D.cls-6%7Bopacity:0.9;%7D.cls-7%7Bfill:%23b3b3b3;%7D.cls-8%7Bfill:%23f2f2f2;%7D.cls-9%7Bfill:%23010101;opacity:0.05;isolation:isolate;%7D.cls-10%7Bfill:%23e6e5e3;%7D.cls-12%7Bfill:%23fffa65;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-1 -0.8)'%3E%3Cpath id='Path_794-2' data-name='Path 794-2' class='cls-1' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2375' data-name='Group 2375'%3E%3Cpath id='Path_794-2-2' data-name='Path 794-2' class='cls-2' d='M4.19,4.23a8.67,8.67,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.69,8.69,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.8)'/%3E%3Cpath id='Path_794-2-3' data-name='Path 794-2' class='cls-3' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.8)'/%3E%3Cg class='cls-4'%3E%3Cpath class='cls-5' d='M8.55.92a.63.63,0,0,1,.13.17A7,7,0,0,1,9.68,4a5.41,5.41,0,0,1-5,5c-1.12,0-3.17-.3-3.54-1.48C.36,5.08,7.32-.06,8.55.92Z' transform='translate(-1 -0.8)'/%3E%3Cellipse class='cls-6' cx='4.9' cy='3.89' rx='1.77' ry='1.41' transform='translate(-2.35 2.74) rotate(-35.24)'/%3E%3Cpath class='cls-7' d='M5.11,5.94h0a6.59,6.59,0,0,1,9.33,0h0a6.61,6.61,0,0,1,1.92,4.25,6.57,6.57,0,0,0-1.92-5.06h0a6.59,6.59,0,0,0-9.33,0h0A6.56,6.56,0,0,0,3.2,10.19,6.55,6.55,0,0,1,5.11,5.94Z' transform='translate(-1 -0.8)'/%3E%3Cpath class='cls-8' d='M14.44,13.74h0a6.59,6.59,0,0,1-9.33,0h0A6.55,6.55,0,0,1,3.2,9.48a6.58,6.58,0,0,0,1.91,5.07h0a6.59,6.59,0,0,0,9.33,0h0a6.59,6.59,0,0,0,1.92-5.07A6.61,6.61,0,0,1,14.44,13.74Z' transform='translate(-1 -0.8)'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_795' data-name='Path 795' class='cls-9' d='M17.7,5.54l.91,2.88-8,5L9.05,11Z' transform='translate(-1 -0.8)'/%3E%3Cg id='Group_2376' data-name='Group 2376'%3E%3Cpath id='verification-check' class='cls-10' d='M16.55,3.84c-1.92,1.82-3.82,3.62-5.72,5.44a.33.33,0,0,1-.45,0l-2-2.12a.34.34,0,0,0-.46,0L6.14,8.69a.3.3,0,0,0,0,.43h0l4,4.39a.31.31,0,0,0,.44,0h0l8-7.41a.35.35,0,0,0,0-.46L17,3.86a.3.3,0,0,0-.42,0Z' transform='translate(-1 -0.8)'/%3E%3Cpath id='verification-check-2' class='cls-11' d='M16,3.27,10.29,8.71a.31.31,0,0,1-.44,0l-2-2.12a.35.35,0,0,0-.46,0L5.6,8.12a.3.3,0,0,0,0,.43h0l4,4.39A.32.32,0,0,0,10,13h0l8-7.41a.32.32,0,0,0,0-.45L16.45,3.3a.3.3,0,0,0-.43,0Z' transform='translate(-1 -0.8)'/%3E%3C/g%3E%3Cpath class='cls-12' d='M9.78,15.69' transform='translate(-1 -0.8)'/%3E%3Cpath class='cls-11' d='M12,15.33a12.28,12.28,0,0,0,1.52-.81,8.43,8.43,0,0,0,1-.78s.39-.42.57-.65a.23.23,0,0,1,.38.27,7.09,7.09,0,0,1-1,1.19h0A5.68,5.68,0,0,1,12.25,16l-.3.1a.54.54,0,0,1-.31-.2.49.49,0,0,1-.07-.37C11.64,15.4,11.87,15.37,12,15.33Z' transform='translate(-1 -0.8)'/%3E%3C/svg%3E");
            }

            .sh-verfiy-bronze {
                background-image: url("data:image/svg+xml,%3Csvg id='圖層_1' data-name='圖層 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 18 18.24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23986d5d;%7D.cls-3%7Bfill:%23bc9276;%7D.cls-4%7Bclip-path:url(%23clip-path);%7D.cls-11,.cls-13,.cls-5,.cls-6,.cls-8%7Bfill:%23fff;%7D.cls-5%7Bopacity:0.3;%7D.cls-6%7Bopacity:0.9;%7D.cls-7%7Bfill:%238c6239;%7D.cls-8%7Bopacity:0.3;%7D.cls-9%7Bfill:%23010101;opacity:0.05;isolation:isolate;%7D.cls-10%7Bfill:%23e6e5e3;%7D.cls-12%7Bfill:%23fffa65;%7D.cls-13%7Bopacity:0.7;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-1 -0.79)'%3E%3Cpath id='Path_794-2' data-name='Path 794-2' class='cls-1' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_2375' data-name='Group 2375'%3E%3Cpath id='Path_794-2-2' data-name='Path 794-2' class='cls-2' d='M4.19,4.23a8.67,8.67,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.69,8.69,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.79)'/%3E%3Cpath id='Path_794-2-3' data-name='Path 794-2' class='cls-3' d='M3.54,3.5a8.69,8.69,0,0,1,12.27,0h0a8.67,8.67,0,0,1,0,12.27h0a8.67,8.67,0,0,1-12.27,0h0a8.67,8.67,0,0,1,0-12.27Z' transform='translate(-1 -0.79)'/%3E%3Cg class='cls-4'%3E%3Cpath class='cls-5' d='M8.7.92a.63.63,0,0,1,.13.17,7.33,7.33,0,0,1,1,3A5.53,5.53,0,0,1,4.75,9.19c-1.15,0-3.24-.3-3.62-1.51C.35,5.16,7.45-.08,8.7.92Z' transform='translate(-1 -0.79)'/%3E%3Cellipse class='cls-6' cx='4.76' cy='3.89' rx='1.8' ry='1.44' transform='translate(-2.37 2.67) rotate(-35.24)'/%3E%3Cpath class='cls-7' d='M5.11,5.94h0a6.59,6.59,0,0,1,9.33,0h0a6.61,6.61,0,0,1,1.92,4.25,6.57,6.57,0,0,0-1.92-5.06h0a6.59,6.59,0,0,0-9.33,0h0A6.56,6.56,0,0,0,3.2,10.19,6.55,6.55,0,0,1,5.11,5.94Z' transform='translate(-1 -0.79)'/%3E%3Cpath class='cls-8' d='M14.44,13.74h0a6.59,6.59,0,0,1-9.33,0h0A6.55,6.55,0,0,1,3.2,9.48a6.58,6.58,0,0,0,1.91,5.07h0a6.59,6.59,0,0,0,9.33,0h0a6.59,6.59,0,0,0,1.92-5.07A6.61,6.61,0,0,1,14.44,13.74Z' transform='translate(-1 -0.79)'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_795' data-name='Path 795' class='cls-9' d='M17.7,5.54l.91,2.88-8,5L9.05,11Z' transform='translate(-1 -0.79)'/%3E%3Cg id='Group_2376' data-name='Group 2376'%3E%3Cpath id='verification-check' class='cls-10' d='M16.55,3.84c-1.92,1.82-3.82,3.62-5.72,5.44a.33.33,0,0,1-.45,0l-2-2.12a.34.34,0,0,0-.46,0L6.14,8.69a.3.3,0,0,0,0,.43h0l4,4.39a.31.31,0,0,0,.44,0h0l8-7.41a.35.35,0,0,0,0-.46L17,3.86a.3.3,0,0,0-.42,0Z' transform='translate(-1 -0.79)'/%3E%3Cpath id='verification-check-2' class='cls-11' d='M16,3.27,10.29,8.71a.31.31,0,0,1-.44,0l-2-2.12a.35.35,0,0,0-.46,0L5.6,8.12a.3.3,0,0,0,0,.43h0l4,4.39A.32.32,0,0,0,10,13h0l8-7.41a.32.32,0,0,0,0-.45L16.45,3.3a.3.3,0,0,0-.43,0Z' transform='translate(-1 -0.79)'/%3E%3C/g%3E%3Cpath class='cls-12' d='M9.78,15.69' transform='translate(-1 -0.79)'/%3E%3Cpath class='cls-13' d='M12,15.33a12.28,12.28,0,0,0,1.52-.81,8.43,8.43,0,0,0,1-.78s.39-.42.57-.65a.23.23,0,0,1,.38.27,7.09,7.09,0,0,1-1,1.19h0A5.68,5.68,0,0,1,12.25,16l-.3.1a.54.54,0,0,1-.31-.2.49.49,0,0,1-.07-.37C11.64,15.4,11.87,15.37,12,15.33Z' transform='translate(-1 -0.79)'/%3E%3C/svg%3E");
            }

            .sh-recommendation-products-6 .sh-ad-product {
                width: calc(16.6667% - 10px);
            }

            .sh-recommendation-products-6 .sh-ad-product .sh-img-holder {
                padding-top: 50%;
                padding-bottom: 50%;
            }


            .sh-recommendation-products-6 .sh-ad-product:nth-child(6n+0) {
                margin-right: 0;
            }

            @media only screen and (max-width:767px) {
                .sh-recommendation-products-6 .sh-ad-product {
                    width: calc(50% - 6px);
                }

                .sh-recommendation-products-6 .sh-ad-product:nth-child(2n+0) {
                    margin-right: 0;
                }
            }


/*------------------------------------*\
    Search
\*------------------------------------*/
body,
html {
    height: 100%
}

body {
    color: #000;
    background-color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    outline: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

body.tc {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang HK", PingFang, "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體", SimHei, "華康粗黑體", SimHei, "Arial Unicode MS", Arial, sans-serif
}

* {
    outline: 0
}

.hideIt {
    display: none
}

.alignCenter {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.valignCenter {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.clear {
    clear: both
}

.sanSerifFont {
    font-family: Arial, Helvetica, sans-serif
}

.serifFont {
    font-family: "Times New Roman", Times, Georgia, serif, Arial, Helvetica, sans-serif
}

.italicFont {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.fixedWidth {
    width: 100%;
    max-width: 1340px;
    padding: 3px 0
}

.fixedWidth2 {
    height: 30%;
    max-width: 1340px;
    padding: 3px 0
}

.fullscreen {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pointer {
    cursor: pointer
}

.bg-center {
    background-position: center center;
    background-repeat: no-repeat
}

.bg-full {
    background-size: 100% 100%
}

#content {
    padding-top: 0
}

#content2 {
    background-color: #f8f8f8；
}

header {
    border-bottom: 1px solid #000;
    height: 76px
}

#tdcLogoLink {
    width: 200px;
    height: 67px
}

#tdcLogoLink img {
    width: 100%;
    height: 100%
}

#btn_adv,
#searchField,
#tdcLogoLink {
    display: inline-block;
    vertical-align: top
}

#btn_adv,
#searchField {
    margin-top: 5px
}

#searchField {
    border: 1px solid #b1aeaf;
    position: absolute;
    max-width: 605px;
    min-width: 530px;
    padding-left: 54px;
    width: calc(100% - 276px - 230px)
}

#searchField input {
    border-style: none
}

.textInput,
select {
    background-color: transparent;
    padding: 8px 15px
}

.textInput {
    border: 1px solid #b1aeaf
}

#btn_adv,
#searchField,
.textInput {
    border-radius: 25px;
    /*    height: 50px*/
}

#searchField {
    top: 8px
}

#query_ti {
    text-align: center;
    color: #818181;
    width: calc(100% - 54px);
    padding: 10px;
}

#icon_search {
    width: 24px;
    height: 24px;
    background-color: transparent;
    left: 20px
}

#icon_clear {
    width: 24px;
    height: 24px;
    background-color: transparent;
    right: 20px
}

#btn_adv {
    /*    width: 200px;*/
    right: 0;
    text-align: center;
    background-color: #021373;
    padding: 14px 20px;
    color: #fff;
    text-decoration: none;
    top: 8px
}

#btn_menu {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 100px
}

#btn_menu .bar {
    display: block;
    width: 100%;
    height: 10%;
    margin-top: 20%;
    background-color: #000;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#btn_menu.show .bar:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(135deg);
    -moz-transform: translateY(9px) rotate(135deg);
    -o-transform: translateY(9px) rotate(135deg);
    -ms-transform: translateY(9px) rotate(135deg);
    transform: translateY(9px) rotate(135deg)
}

#btn_menu.show .bar:nth-child(2) {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

#btn_menu.show .bar:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-135deg);
    -moz-transform: translateY(-9px) rotate(-135deg);
    -o-transform: translateY(-9px) rotate(-135deg);
    -ms-transform: translateY(-9px) rotate(-135deg);
    transform: translateY(-9px) rotate(-135deg)
}


#wrap {
    width: 750px;
    height: 1500px;
    padding: 0;
    overflow: hidden;
}

#scaled-frame {
    width: 1000px;
    height: 2000px;
    border: 0px;
}

#scaled-frame {
    zoom: 2.0;
    -moz-transform: scale(2.0);
    -moz-transform-origin: 0 0;
    -o-transform: scale(2.0);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(2.0);
    -webkit-transform-origin: 0 0;
}


@media screen and (max-width:1350px) {
    .dataHolder .productname {
        width: 260px
    }

    .dataHolder .thumb {
        width: 260px;
        height: 260px
    }
}

@media screen and (max-width:1300px) {
    header {
        padding-left: 10px;
        padding-right: 10px
    }

    .dataHolder .productname {
        width: 240px
    }

    .dataHolder .thumb {
        width: 240px;
        height: 240px
    }
}

@media screen and (max-width:1250px) {
    #productHolder0s {
        /*            margin-top: -70px*/
    }

    #tabs .tab {
        font-size: 20px;
        height: 100px
    }

    #productHolder2 .btn_more {
        right: 12.5%
    }
}

@media screen and (max-width:1150px) {
    .dataHolder .productname {
        width: 210px
    }

    .dataHolder .thumb {
        width: 210px;
        height: 210px
    }
}

@media screen and (max-width:1100px) {
    #productHolder0s {
        /*            margin-top: -60px*/
    }

    #tabs .tab {
        font-size: 16px;
        height: 100px
    }

    #productHolder2 .btn_more {
        right: 12%
    }
}

@media screen and (max-width:1024px) {
    .dataHolder .productname {
        width: 200px
    }

    .dataHolder .thumb {
        width: 200px;
        height: 200px
    }

    #productHolder2 .btn_more {
        right: 14.5%
    }
}

@media screen and (max-width:991px) {
    #productHolder0s {
        /*            margin-top: -60px*/
    }

    #tabs .tab {
        font-size: 14px;
        height: 80px
    }

    #searchField {
        margin-right: 158px;
        width: calc(100% - 276px - 180px)
    }

    #btn_adv {
        /*            width: 150px*/
    }

    .dataHolder .productUnit2 {
        padding: 15px
    }

    .dataHolder .label2 {
        left: 15px;
        right: 15px
    }

    .dataHolder .productname {
        width: 190px
    }

    .dataHolder .thumb {
        width: 190px;
        height: 190px
    }
}

@media screen and (max-width:920px) {
    #searchField {
        min-width: auto;
        width: calc(100% - 276px - 100px)
    }

    .dataHolder .productUnit2 {
        padding: 10px
    }

    .dataHolder .productname {
        width: 180px
    }

    .dataHolder .thumb {
        width: 180px;
        height: 180px
    }

    .dataHolder .label2 {
        bottom: 10px;
        left: 10px;
        right: 10px
    }

    #productHolder2 .btn_more {
        right: 12%
    }

    .article {
        width: calc(50% - 3px)
    }
}

@media screen and (max-width:850px) {
    .dataHolder .productname {
        width: 160px
    }

    .dataHolder .thumb {
        width: 160px;
        height: 160px
    }
}

@media screen and (max-width:800px) {
    .dataHolder .productname {
        width: 160px
    }

    .dataHolder .thumb {
        width: 160px;
        height: 160px
    }
}

@media screen and (max-width:767px) {
    header {
        height: auto
    }

    #searchField {
        position: relative;
        margin-right: auto;
        margin-bottom: 10px;
        top: auto;
        width: 100%;
        max-width: none;
        padding-left: 20px;
        border-color: #b1aeaf
    }

    #searchField .sep {
        width: 1px;
        height: 100%;
        position: absolute;
        right: 54px;
        top: 0;
        background-color: #b1aeaf
    }

    #icon_search {
        right: 16px;
        left: auto
    }

    #icon_clear {
        right: 62px
    }

    #query_ti {
        text-align: left;
        width: calc(100% - 90px)
    }

    #content.fixedWidth {
        padding: 0
    }

    #kv {
        display: none
    }

    #kv_mobile {
        display: block
    }

    .bannerRowHolder {
        white-space: normal
    }

    .bannerRowHolder .bannerRow2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .imgHolder {
        margin: auto auto 20px;
        width: 100%
    }

    .imgHolder img {
        width: 100%
    }

    .dataHolder .group {
        white-space: normal
    }

    .dataHolder .group:nth-child(2) {
        width: auto
    }

    .dataHolder .group:nth-child(2) .br {
        display: none
    }

    .dataHolder .productname {
        width: 300px
    }

    .dataHolder .thumb {
        width: 300px;
        height: 300px
    }

    body.isios .dataHolder .productUnit {
        margin-bottom: 1px
    }

    #productHolder0 .dataHolder,
    #productHolder3 .dataHolder {
        margin-top: auto
    }

    #bannerRowHolder0 {
        margin-top: 30px;
        margin-bottom: 20px
    }

    .bannerRowHolder {
        margin-left: auto;
        margin-top: auto;
        padding-top: 0;
        margin-bottom: 20px
    }

    #articles2 {
        margin-left: 15px;
        margin-right: 15px
    }

    .article {
        width: 100%;
        margin-bottom: 40px
    }
}

@media screen and (max-width:700px) {
    .dataHolder .productname {
        width: 280px
    }

    .dataHolder .thumb {
        width: 280px;
        height: 280px
    }
}

@media screen and (max-width:680px) {
    .dataHolder .productname {
        width: 260px
    }

    .dataHolder .thumb {
        width: 260px;
        height: 260px
    }
}

@media screen and (max-width:640px) {
    #tabs {
        white-space: normal;
        background-color: #fff
    }

    #tabs .tab {
        width: 50%;
        height: 70px;
        font-size: 16px
    }

    #tabs .tab .border {
        left: 6px;
        right: 6px;
        top: 6px;
        bottom: 6px
    }

    #tabs .tab .br {
        display: none
    }

    #tabs .tab .label {
        white-space: normal;
        width: auto;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px
    }

    #tabs #tab0 .label {
        width: auto
    }

    #tdcLogoLink {
        width: 150px;
        height: 50px
    }

    #btn_menu {
        top: 90px
    }

    #btn_adv {
        height: auto;
        padding: 5px 15px
    }

    #productHolder0s {
        /*            padding-top: 40px*/
    }

    .dataHolder .productUnit2 {
        padding: 12px 10px 10px
    }

    .dataHolder .label2 {
        bottom: 10px;
        left: 15px;
        right: 15px
    }

    #productHolder2 .btn_more {
        right: 13%
    }
}

@media screen and (max-width:600px) {
    .dataHolder .productname {
        width: 220px
    }

    .dataHolder .thumb {
        width: 220px;
        height: 220px
    }
}

@media screen and (max-width:550px) {
    .dataHolder .productname {
        width: 210px
    }

    .dataHolder .thumb {
        width: 210px;
        height: 210px
    }
}

@media screen and (max-width:500px) {
    .dataHolder .productname {
        width: 200px
    }

    .dataHolder .thumb {
        width: 200px;
        height: 200px
    }

    #productHolder2 .btn_more {
        right: 11%
    }
}

@media screen and (max-width:480px) {
    #searchField .sep:nth-child(2) {
        display: none
    }

    #icon_search {
        margin-left: auto
    }

    .dataHolder .productname {
        width: 180px
    }

    .dataHolder .thumb {
        width: 180px;
        height: 180px
    }

    #tabs .tab {
        height: 65px
    }
}


/*------------------------------------*\
    New
\*------------------------------------*/
.mt-product1 .links,
.mt-product2 .links,
.product-3 .color-box,
.product-3 .links {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 215px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.clearfix:after,
#mt-footer:after,
#mt-footer .f-holder:after,
.f-promo-box .f-widget-item:after,
.mt-product2 .links:after,
.mt-detail-sec .block li:after,
.mt-product-table:after,
.mt-shoplist-header:after,
.mt-blog-detail .header:after,
.mt-error-sec:after,
.mt-newsletter-popup:after,
.mt-newsletter-popup .holder:after,
.mt-map-descrp:after,
.mt-contact-detail .txt-wrap:after,
.mt-about-sec:after,
.mt-seller-sec:after,
#sidebar:after {
	content: "";
	display: block;
	clear: both;
}

.mt-top-bar a,
.mt-bottom-bar a,
.mt-bottom-bar .bar-opener .bar,
.mt-bottom-bar .mt-search-box .fa,
#nav > ul > li.drop > a:after,
#nav .mt-dropmenu,
#nav .s-drop,
.mt-nav-holder a,
.mt-mdropover,
.mt-side-over,
.mt-side-menu .side-close span,
.mt-search-popup .search-close span,
.btn-type1,
.btn-type2,
.btn-type3,
.btn-type4 {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

#wrapper {
	padding: 0;
}

.w1 {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

a:focus,
a:hover {
	border: 0;
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

/*------------------------------------------------------------------
3. Mt Header / #mt-header
-------------------------------------------------------------------*/

#mt-header {
	z-index: 4;
	position: relative;
}

#mt-header a:hover {
	text-decoration: none;
}

#mt-header .icon-heart {
	position: relative;
	top: 2px;
}

#mt-header .icon-magnifier {
	position: relative;
	top: 2px;
}

#mt-header.style2 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style2 #nav {
	margin: 0;
	float: none;
}

#mt-header.style2 #nav ul {
	float: none;
}

#mt-header.style3 .mt-top-bar {
	padding: 0;
	background: #282828;
}

#mt-header.style3 .tel {
	color: #a1a1a1;
	font-size: 12px;
	padding: 9px 12px;
	margin: 0 22px 0 0;
}

#mt-header.style3 .tel .fa {
	font-size: 12px;
	margin: 0 4px 0 0;
}

#mt-header.style3 .tel.active,
#mt-header.style3 .tel:hover {
	background: #3f3e43;
}

#mt-header.style3 .mt-bottom-bar {
	padding: 31px 0;
}

#mt-header.style3 #nav {
	margin: 10px 0 0;
}

#mt-header.style4 .mt-bottom-bar {
	padding: 18px 19px 19px 18px;
}

#mt-header.style4 #nav {
	margin: 9px -12px 0 0;
}

#mt-header.style4 .tel {
	float: left;
	color: #2e2e2e;
	letter-spacing: 1px;
	margin: 10px 0 0 39px;
	font: 700 12px/19px "Oxygen", sans-serif;
}

#mt-header.style4 .tel .fa {
	font-size: 14px;
	margin: 0 9px 0 0;
}

#mt-header.style5 .mt-bottom-bar {
	padding: 0;
}

#mt-header.style5 #nav {
	margin: 17px 0 0;
	text-transform: capitalize;
}

#mt-header.style5 #nav > ul > li {
	margin: 0 18px 0 2px;
}

#mt-header.style5 #nav > ul > li.drop {
	margin: 0 9px 0 0;
}

#mt-header.style5 #nav .mt-dropmenu {
	top: 68px;
}

#mt-header.style5 .mt-icon-list li {
	margin: 13px 27px 0 0;
}

#mt-header.style5 .icon-magnifier {
	width: 25px;
	height: 25px;
	color: #2e2e2e;
	display: block;
	font-size: 11px;
	border-radius: 50%;
	padding: 6px 0 0 6px;
	border: 1px solid #2e2e2e;
}

#mt-header.style5 .icon-magnifier:hover {
	color: #e65d2a;
	border-color: #e65d2a;
}

#mt-header.style5 .mt-logo {
	margin: 32px 0 0;
}

#mt-header.style5 .tel {
	float: left;
	color: #2e2e2e;
	letter-spacing: 1px;
	margin: 42px 0 0 19px;
	font: 700 12px/19px "Oxygen", sans-serif;
}

#mt-header.style6 {
	background: #fff;
}

#mt-header.style6 .mt-top-bar {
	color: #a1a1a1;
	padding: 12px 0 4px;
	background: transparent;
	border-bottom: 1px solid #f2f2f2;
}

#mt-header.style6 .mt-top-bar a {
	color: #a1a1a1;
}

#mt-header.style6 .mt-top-bar a:hover {
	color: #e65d2a;
}

#mt-header.style6 .tel {
	margin: 0 53px 0 0;
}

#mt-header.style6 .mt-top-lang {
	border-color: #dadada;
}

#mt-header.style6 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style6 .mt-bottom-bar {
	padding: 33px 0 28px;
}

#mt-header.style6 .mt-icon-list li {
	margin-top: -6px;
}

#mt-header.style6 .mt-icon-list a {
	color: #a1a1a1;
}

#mt-header.style6 .mt-icon-list a:hover {
	color: #e65d2a;
}

#mt-header.style6 .cart-opener .num {
	background: #7e7e7e;
}

#mt-header.style6 .bar-opener {
	border-color: #a1a1a1;
}

#mt-header.style6 .bar-opener .bar {
	float: left;
	background: #a1a1a1;
}

#mt-header.style6 .bar-opener.active,
#mt-header.style6 .bar-opener:hover {
	border-color: #e65d2a;
}

#mt-header.style6 .bar-opener.active .bar,
#mt-header.style6 .bar-opener:hover .bar {
	background: #e65d2a;
}

#mt-header.style7 .mt-top-bar {
	padding: 0;
}

#mt-header.style7 .tel {
	color: #a1a1a1;
	font-size: 12px;
	padding: 9px 12px;
	margin: 0 22px 0 0;
}

#mt-header.style7 .tel .fa {
	font-size: 12px;
	margin: 0 4px 0 0;
}

#mt-header.style7 .tel.active,
#mt-header.style7 .tel:hover {
	background: #3f3e43;
}

#mt-header.style7 .mt-bottom-bar {
	padding: 22px 0;
}

#mt-header.style7 .mt-icon-list {
	margin: 0 13px 0 0;
}

#mt-header.style7 #nav {
	margin: 9px 40px 0 0;
}

#mt-header.style8 .mt-top-bar {
	color: #a1a1a1;
	padding: 12px 0 4px;
	background: transparent;
	border-bottom: 1px solid #dadada;
}

#mt-header.style8 .mt-top-bar a {
	color: #a1a1a1;
}

#mt-header.style8 .mt-top-bar a:hover {
	color: #e65d2a;
}

#mt-header.style8 .tel {
	margin: 0 53px 0 0;
}

#mt-header.style8 .mt-top-lang {
	border-color: #dadada;
}

#mt-header.style8 .mt-icon-list li {
	margin-top: -6px;
}

#mt-header.style8 .mt-icon-list a {
	color: #a1a1a1;
}

#mt-header.style8 .mt-icon-list a:hover {
	color: #e65d2a;
}

#mt-header.style8 .cart-opener .num {
	background: #7e7e7e;
}

#mt-header.style8 .bar-opener {
	border-color: #a1a1a1;
}

#mt-header.style8 .bar-opener .bar {
	background: #a1a1a1;
}

#mt-header.style8 .bar-opener.active,
#mt-header.style8 .bar-opener:hover {
	border-color: #e65d2a;
}

#mt-header.style8 .bar-opener.active .bar,
#mt-header.style8 .bar-opener:hover .bar {
	background: #e65d2a;
}

#mt-header.style8 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style8 #nav {
	margin: 0;
	float: none;
}

#mt-header.style8 #nav > ul {
	float: none;
}

#mt-header.style8 #nav > ul > li > a {
	color: #5b5b5b;
}

#mt-header.style8 #nav > ul > li > a:hover {
	color: #e65d2a;
}

#mt-header.style8 #nav > ul > li:hover > a {
	color: #fff;
}

#mt-header.style8 .mt-top-social {
	font-size: 14px;
	padding: 2px 0 0;
}

#mt-header.style8 .mt-top-social a {
	color: #a1a1a1;
}

#mt-header.style8 .mt-top-social a:hover {
	color: #e65d2a;
}

#mt-header.style8 .mt-bottom-bar {
	padding: 36px 0 25px;
	background: transparent;
	border-bottom: 1px solid #dadada;
}

#mt-header.style8 .mt-nav-holder {
	padding: 30px 0;
}

#mt-header.style9 {
	background: #fff;
}

#mt-header.style9 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style9 .mt-bottom-bar {
	padding: 33px 0 28px;
}

#mt-header.style9 .mt-icon-list li {
	margin-top: -6px;
}

#mt-header.style9 .mt-icon-list.right {
	margin: -5px 0 0;
}

#mt-header.style9 #nav {
	float: left;
	margin: 5px 0 0 34px;
}

#mt-header.style9 #nav .mt-dropmenu {
	padding: 25px 0 0;
}

#mt-header.style10 .mt-top-bar {
	color: #8f8d8c;
	background: transparent;
	padding: 23px 28px 5px 33px;
	border-bottom: 1px solid rgba(238, 238, 238, .22);
}

#mt-header.style10 .mt-top-bar a {
	color: #8f8d8c;
}

#mt-header.style10 .mt-top-bar a:hover {
	color: #e65d2a;
}

#mt-header.style10 .mt-bottom-bar {
	background: transparent;
	padding: 33px 16px 36px 30px;
	border-bottom: 1px solid rgba(238, 238, 238, .22);
}

#mt-header.style10 .mt-top-lang {
	border: 0;
}

#mt-header.style10 .mt-top-social {
	padding: 4px 0 0;
}

#mt-header.style10 .mt-top-social a {
	color: #fff;
}

#mt-header.style10 .mt-top-social a:hover {
	color: #e65d2a;
}

#mt-header.style10 .mt-icon-list {
	margin-top: -5px;
}

#mt-header.style10 .mt-icon-list li {
	margin: 0 0 0 21px;
}

#mt-header.style10 .mt-icon-list a {
	color: #fff;
}

#mt-header.style10 .mt-icon-list a:hover {
	color: #e65d2a;
}

#mt-header.style10 .bar-opener {
	border-color: transparent;
}

#mt-header.style10 .bar-opener .bar {
	background: #fff;
}

#mt-header.style10 .bar-opener.active .bar,
#mt-header.style10 .bar-opener:hover .bar {
	background: #e65d2a;
}

#mt-header.style10 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style10 #nav {
	margin: 0;
	float: none;
}

#mt-header.style10 #nav > ul {
	float: none;
}

#mt-header.style10 #nav > ul > li > a {
	color: #fff;
}

#mt-header.style10 #nav > ul > li > a:hover {
	color: #e65d2a;
}

#mt-header.style10 #nav > ul > li:hover > a {
	color: #fff;
}

#mt-header.style10 .mt-nav-holder {
	padding: 34px 0;
}

#mt-header.style11 .mt-bottom-bar {
	background: transparent;
	padding: 70px 16px 70px 30px;
}

#mt-header.style11 .mt-icon-list {
	margin-top: -5px;
}

#mt-header.style11 .mt-icon-list li {
	margin: 0 0 0 21px;
}

#mt-header.style11 .mt-icon-list a {
	color: #fff;
}

#mt-header.style11 .mt-icon-list a:hover {
	color: #e65d2a;
}

#mt-header.style11 .bar-opener {
	border-color: transparent;
}

#mt-header.style11 .bar-opener .bar {
	background: #fff;
}

#mt-header.style11 .bar-opener.active .bar,
#mt-header.style11 .bar-opener:hover .bar {
	background: #e65d2a;
}

#mt-header.style12 .mt-top-bar {
	color: #8f8d8c;
	background: transparent;
	padding: 23px 28px 5px 33px;
	border-bottom: 1px solid rgba(238, 238, 238, .22);
}

#mt-header.style12 .mt-top-bar a {
	color: #8f8d8c;
}

#mt-header.style12 .mt-top-bar a:hover {
	color: #e65d2a;
}

#mt-header.style12 .mt-bottom-bar {
	background: transparent;
	padding: 35px 35px 36px 30px;
	border-bottom: 1px solid rgba(238, 238, 238, .22);
}

#mt-header.style12 .mt-top-lang {
	border: 0;
}

#mt-header.style12 .mt-top-social {
	margin: 0;
	font-size: 13px;
}

#mt-header.style12 .tel {
	float: left;
	color: #fff;
	margin: 6px 0 0 5px;
	letter-spacing: 1px;
	font: 700 14px/20px "Oxygen", sans-serif;
}

#mt-header.style12 .tel .fa {
	font-size: 14px;
	margin: 0 12px 0 0;
}

#mt-header.style12 .mt-icon-list {
	margin-top: -5px;
}

#mt-header.style12 .mt-icon-list li {
	margin: 0 0 0 15px;
}

#mt-header.style12 .mt-icon-list a {
	color: #fff;
}

#mt-header.style12 .mt-icon-list a:hover {
	color: #e65d2a;
}

#mt-header.style12 .bar-opener {
	border-color: transparent;
}

#mt-header.style12 .bar-opener .bar {
	background: #fff;
}

#mt-header.style12 .bar-opener.active .bar,
#mt-header.style12 .bar-opener:hover .bar {
	background: #e65d2a;
}

#mt-header.style12 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style12 #nav {
	margin: 0;
	float: none;
}

#mt-header.style12 #nav > ul {
	float: none;
}

#mt-header.style12 #nav > ul > li > a {
	color: #fff;
}

#mt-header.style12 #nav > ul > li > a:hover {
	color: #080808;
}

#mt-header.style12 #nav > ul > li:hover > a {
	color: #fff;
}

#mt-header.style12 .mt-nav-holder {
	padding: 34px 0;
}

#mt-header.style13 .mt-bottom-bar {
	padding: 48px 26px 43px 47px;
}

#mt-header.style13 #nav {
	margin: 12px -3px 0 0;
}

#mt-header.style13 .mt-icon-list li {
	margin: 5px 0 0 17px;
}

#mt-header.style13 .bar-opener.big {
	border-color: #fff;
	padding: 3px 4px 0 0;
}

#mt-header.style13 .tel {
	float: left;
	color: #2e2e2e;
	letter-spacing: 1px;
	margin: 10px 0 0 23px;
	font: 700 12px/19px "Oxygen", sans-serif;
}

#mt-header.style13 .tel .fa {
	font-size: 14px;
	margin: 0 9px 0 0;
}

#mt-header.style14 {
	top: 0;
	left: 0;
	right: 0;
	position: absolute;
}

#mt-header.style14 .mt-top-bar {
	padding: 14px 0 9px;
	background: transparent;
}

#mt-header.style14 .mt-bottom-bar {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
	padding: 28px 11px 33px 20px;
}

#mt-header.style14 .mt-bottom-bar:after {
	top: 0;
	bottom: 0;
	left: -14px;
	z-index: -1;
	content: "";
	right: -9999px;
	background: #fff;
	position: absolute;
}

#mt-header.style14 .mt-logo {
	margin: 5px 0 0;
}

#mt-header.style14 #nav {
	margin: 12px -3px 0 0;
}

#mt-header.style14 #nav .mt-dropmenu {
	top: 55px;
}

#mt-header.style14 .mt-icon-list li {
	margin: 5px 2px 0 18px;
}

#mt-header.style14 .bar-opener.big {
	border-color: #fff;
	padding: 3px 4px 0 0;
}

#mt-header.style15 .mt-top-bar {
	background: transparent;
	padding: 24px 21px 4px 54px;
}

#mt-header.style15 .mt-bottom-bar {
	background: transparent;
	padding: 8px 10px 42px 67px;
}

#mt-header.style15 .tel {
	float: right;
	color: #5b5b5b;
}

#mt-header.style15 .tel .fa {
	font-size: 12px;
	margin: 0 12px 0 28px;
}

#mt-header.style15 .mt-top-lang {
	border-left: 0;
	color: #5b5b5b;
	margin: 3px 0 8px;
	padding: 0 25px 1px 0;
	border-right: 1px solid #5b5b5b;
}

#mt-header.style15 .mt-top-lang .lang-opener {
	color: #5b5b5b;
}

#mt-header.style15 .mt-top-lang .lang-opener:hover {
	color: #080808;
}

#mt-header.style15 .mt-icon-list li {
	margin: 1px 6px 0 17px;
}

#mt-header.style15 .mt-icon-list a {
	color: #fff;
}

#mt-header.style15 .mt-icon-list a:hover {
	color: #080808;
}

#mt-header.style15 #nav {
	margin: 9px 0 0;
}

#mt-header.style15 #nav > ul > li > a {
	color: #fff;
}

#mt-header.style15 #nav > ul > li > a:hover {
	color: #080808;
}

#mt-header.style15 #nav > ul > li:hover > a {
	color: #fff;
}

#mt-header.style15 .bar-opener {
	border-color: transparent;
}

#mt-header.style15 .bar-opener .bar {
	background: #fff;
}

#mt-header.style15 .bar-opener.active .bar,
#mt-header.style15 .bar-opener:hover .bar {
	background: #080808;
}

#mt-header.style16 .mt-top-bar {
	background: none;
}

#mt-header.style17 {
	color: #a1a1a1;
}

#mt-header.style17 .mt-top-bar {
	padding: 10px 0;
	background: #f2f2f2;
}

#mt-header.style17 .mt-top-bar .tel {
	color: #a1a1a1;
	margin: 0 46px 0 0;
	font-family: "Source Sans Pro", sans-serif;
}

#mt-header.style17 .mt-top-bar .tel:hover {
	color: #080808;
}

#mt-header.style17 .mt-top-bar .tel .fa {
	font-size: 12px;
	margin: 0 3px 0 0;
}

#mt-header.style17 .mt-bottom-bar {
	padding: 26px 0 34px;
}

#mt-header.style17 .mt-bottom-bar .mt-logo {
	margin: 6px 0 0;
}

#mt-header.style17 .mt-bottom-bar .mt-icon-list {
	padding: 0 12px 0 0;
}

#mt-header.style17 .container-fluid {
	margin: 0 auto;
	max-width: 1485px;
}

#mt-header.style18 {
	background: #fff;
}

#mt-header.style18 .mt-top-bar {
	color: #e6e6e6;
	padding: 9px 0 4px;
	background: #3d3d3d;
}

#mt-header.style18 .mt-top-bar a {
	color: #e6e6e6;
}

#mt-header.style18 .mt-top-bar a:hover {
	color: #080808;
}

#mt-header.style18 .tel {
	margin: 0 53px 0 0;
}

#mt-header.style18 .mt-top-lang {
	border-color: #dadada;
}

#mt-header.style18 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style18 .mt-bottom-bar {
	padding: 33px 0 28px;
}

#mt-header.style18 .mt-icon-list li {
	margin-top: -6px;
}

#mt-header.style18 .mt-icon-list li.drop.open > a {
	color: #fff;
}

#mt-header.style18 .mt-icon-list a {
	color: #7e7e7e;
}

#mt-header.style18 .mt-icon-list a:hover {
	color: #080808;
}

#mt-header.style18 .mt-icon-list .btn-type3 {
	color: #fff;
}

#mt-header.style18 .mt-icon-list .btn-type3:hover {
	color: #000;
}

#mt-header.style18 .mt-icon-list .btn-type2 {
	color: #000;
}

#mt-header.style18 .mt-icon-list .btn-type2:hover {
	color: #fff;
}

#mt-header.style18 .cart-opener .num {
	background: #7e7e7e;
}

#mt-header.style18 .bar-opener {
	border-color: #7e7e7e;
}

#mt-header.style18 .bar-opener .bar {
	float: left;
	background: #7e7e7e;
}

#mt-header.style18 .bar-opener.active,
#mt-header.style18 .bar-opener:hover {
	border-color: #080808;
}

#mt-header.style18 .bar-opener.active .bar,
#mt-header.style18 .bar-opener:hover .bar {
	background: #080808;
}

#mt-header.style19 .mt-top-bar {
	color: #a1a1a1;
	padding: 9px 0 7px;
	background: #f2f2f2;
}

#mt-header.style19 .mt-top-bar a {
	color: #a1a1a1;
}

#mt-header.style19 .mt-top-bar a:hover {
	color: #080808;
}

#mt-header.style19 .tel {
	margin: 0 41px 0 0;
}

#mt-header.style19 .mt-top-lang {
	border-color: #dadada;
}

#mt-header.style19 .mt-icon-list {
	margin: -12px 4px 0 0;
}

#mt-header.style19 .mt-icon-list li {
	margin-top: -6px;
}

#mt-header.style19 .mt-icon-list a {
	color: #7e7e7e;
}

#mt-header.style19 .mt-icon-list a:hover {
	color: #080808;
}

#mt-header.style19 .cart-opener .num {
	background: #7e7e7e;
}

#mt-header.style19 .bar-opener {
	border-color: #a1a1a1;
}

#mt-header.style19 .bar-opener .bar {
	background: #a1a1a1;
}

#mt-header.style19 .bar-opener.active,
#mt-header.style19 .bar-opener:hover {
	border-color: #080808;
}

#mt-header.style19 .bar-opener.active .bar,
#mt-header.style19 .bar-opener:hover .bar {
	background: #080808;
}

#mt-header.style19 .mt-logo {
	float: none;
	margin: 0 auto;
	display: block;
}

#mt-header.style19 #nav {
	margin: 0;
	float: none;
}

#mt-header.style19 #nav > ul {
	float: none;
}

#mt-header.style19 #nav > ul > li > a {
	color: #5b5b5b;
}

#mt-header.style19 #nav > ul > li > a:hover {
	color: #080808;
}

#mt-header.style19 #nav > ul > li:hover.drop > a {
	color: #fff;
}

#mt-header.style19 #nav .mt-dropmenu {
	padding: 21px 0 0;
}

#mt-header.style19 .mt-top-social {
	font-size: 14px;
	padding: 2px 0 0;
}

#mt-header.style19 .mt-top-social a {
	color: #7e7e7e;
}

#mt-header.style19 .mt-top-social a:hover {
	color: #080808;
}

#mt-header.style19 .mt-bottom-bar {
	padding: 36px 0 25px;
	background: transparent;
	border-bottom: 1px solid #dadada;
}

#mt-header.style19 .mt-nav-holder {
	padding: 30px 0;
}

#mt-header.sticky .mt-bottom-bar {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	box-shadow: 0 0 20px 10px rgba(0, 0, 0, .1);
}

#mt-header.sticky.style19 .mt-bottom-bar {
	position: static;
}

#mt-header.sticky.style19 .mt-nav-holder {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	background: #fff;
}

/*------------------------------------------------------------------
4. Mt Top Bar / .mt-top-bar
-------------------------------------------------------------------*/

.mt-top-bar {
	color: #fff;
	background: #000;
	padding: 12px 30px 4px 54px;
}

.mt-top-bar a {
	color: #fff;
}

.mt-top-bar a:hover {
	color: #080808;
}

.mt-top-bar .tel {
	float: left;
	letter-spacing: 1px;
	font: 700 12px/19px "Oxygen", sans-serif;
}

.mt-top-bar .tel .fa {
	font-size: 14px;
	margin: 0 9px 0 0;
}

.mt-top-bar .mt-top-social {
	padding: 0;
	float: left;
	list-style: none;
	margin: 0 0 0 44px;
}

.mt-top-bar .mt-top-social li {
	float: left;
	margin: 0 10px 0 3px;
}

.mt-top-bar .account {
	float: right;
	letter-spacing: 1px;
	font: 11px/20px "Oxygen", sans-serif;
}

.mt-top-bar .account a {
	font-weight: 700;
}

.mt-top-bar .mt-top-lang {
  float: right;
  position: relative;
  z-index: 3;
  padding: 0 0 1px 16px;
  margin: 3px 0 8px 16px;
  border-left: 1px solid #808080;
  font: 11px/14px "Oxygen", sans-serif;
}

.mt-top-bar .mt-top-lang:hover .drop {
  display: block;
}

.mt-top-bar .mt-top-lang .lang-opener {
  letter-spacing: 1px;
}

.mt-top-bar .mt-top-lang .lang-opener .fa {
  font-size: 13px;
  margin: 0 0 0 2px;
}

.mt-top-bar .mt-top-lang .drop {
  top: 100%;
  right: 0;
  width: 84px;
  display: none;
  position: absolute;
}

.mt-top-bar .mt-top-lang ul {
  overflow: hidden;
  margin: 0;
  text-align: left;
  padding: 10px 10px 10px 18px;
  background: #3d3d3d;
}

.mt-top-bar .mt-top-lang ul li {
  display: block;
}

.mt-top-bar .mt-top-list {
	margin: 0;
	padding: 0;
	float: right;
	list-style: none;
	letter-spacing: 1px;
	font: 700 11px/20px "Oxygen", sans-serif;
}

.mt-top-bar .mt-top-list li {
	float: left;
}

.mt-top-bar .mt-top-list li.active a {
	background: #3f3e43;
}

.mt-top-bar .mt-top-list a {
	color: #a1a1a1;
	display: block;
	padding: 9px 19px;
}

.mt-top-bar .mt-top-list a:hover {
	background: #3f3e43;
}

.mt-top-bar .mt-top-list2 {
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
	list-style: none;
	letter-spacing: 1px;
	font: 700 11px/18px "Source Sans Pro", sans-serif;
}

.mt-top-bar .mt-top-list2 li {
	float: right;
	padding: 0 11px;
	margin: 0 0 0 4px;
	border-left: 1px solid #dbdbdb;
}

.mt-top-bar .mt-top-list2 li:last-child {
	border: 0;
}

.mt-top-bar .mt-top-list2 a {
	color: #a1a1a1;
}

.mt-top-bar .mt-top-list2 a:hover {
	color: #080808;
}

/*------------------------------------------------------------------
5. Mt Bottom Bar / .mt-bottom-bar
-------------------------------------------------------------------*/

.mt-bottom-bar {
	background: #fff;
	padding: 42px 31px 42px 48px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-bottom-bar .mt-holder {
	float: left;
	width: 100%;
}

.mt-bottom-bar .mt-top-social {
	margin: 0;
	float: left;
	font-size: 19px;
	padding: 9px 0 0;
	list-style: none;
}

.mt-bottom-bar .mt-top-social li {
	float: left;
	margin: 0 12px 0 3px;
}

.mt-bottom-bar .mt-top-social a {
	color: #2f2f2f;
}

.mt-bottom-bar .mt-top-social a:hover {
	color: #080808;
	text-decoration: none;
}

.mt-bottom-bar .mt-logo {
	float: left;
}

.mt-bottom-bar .mt-logo img {
	display: block;
}

.mt-bottom-bar .mt-icon-list {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 24px;
	list-style: none;
}

.mt-bottom-bar .mt-icon-list li {
	position: relative;
	margin: 5px 0 0 15px;
	display: inline-block;
	vertical-align: middle;
}

.mt-bottom-bar .mt-icon-list li > a {
	color: #2f2f2f;
}

.mt-bottom-bar .mt-icon-list li > a:hover {
	color: #080808;
	text-decoration: none;
}

.mt-bottom-bar .mt-icon-list li.drop.open > a {
	z-index: 5;
	color: #fff;
}

.mt-bottom-bar .mt-icon-list li.drop.open > a:after {
	width: 0;
	top: 83%;
	left: 50%;
	height: 0;
	content: " ";
	margin-left: -13px;
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 13px;
}

.mt-bottom-bar .mt-icon-list li.open .mt-drop {
	opacity: 1;
	visibility: visible;
}

.mt-bottom-bar .mt-icon-list li.open .mt-mdropover {
	opacity: 1;
	visibility: visible;
}

.mt-bottom-bar .mt-icon-list.right {
	float: left;
}

.mt-bottom-bar .mt-icon-list.right .bar-opener .bar {
	float: left;
}

.mt-bottom-bar .mt-icon-list .mt-drop {
	top: 100%;
	z-index: 2;
	opacity: 0;
	width: 380px;
	right: -49px;
	position: absolute;
	visibility: hidden;
}

.mt-bottom-bar .mt-icon-list .mt-drop .mt-drop-sub {
	margin: 18px 0 0;
	background: #fff;
}

.mt-bottom-bar .mt-icon-list .mt-drop .mt-side-widget {
	padding: 52px 24px 45px 37px;
}

.mt-bottom-bar .cart-opener {
	display: block;
	position: relative;
}

.mt-bottom-bar .cart-opener .num {
	width: 22px;
	right: -12px;
	bottom: -2px;
	height: 22px;
	color: #fff;
	text-align: center;
	background: #2e2e2e;
	position: absolute;
	border-radius: 50%;
	border: 2px solid #fff;
	font: 11px/15px "Montserrat", sans-serif;
}

.mt-bottom-bar .bar-opener {
	width: 24px;
	height: 24px;
	display: block;
	font-size: 23px;
	text-align: right;
	border-radius: 50%;
	padding: 6px 4px 0 0;
	border: 2px solid #000;
}

.mt-bottom-bar .bar-opener .bar {
	height: 2px;
	width: 11px;
	float: right;
	background: #000;
	margin: 0 0 1px 5px;
}

.mt-bottom-bar .bar-opener .bar.small {
	width: 7px;
}

.mt-bottom-bar .bar-opener.active,
.mt-bottom-bar .bar-opener:hover {
	border-color: #080808;
}

.mt-bottom-bar .bar-opener.active .bar,
.mt-bottom-bar .bar-opener:hover .bar {
	background: #080808;
}

.mt-bottom-bar .bar-opener.big .bar {
	width: 20px;
	margin: 0 0 3px 5px;
}

.mt-bottom-bar .bar-opener.big .bar.small {
	width: 17px;
}

.mt-bottom-bar .mt-sh-cart {
	width: 180px;
	float: right;
	color: #000;
	margin: 0 0 0 31px;
	position: relative;
	letter-spacing: 1px;
	padding: 2px 0 0 42px;
	font: 11px/15px "Montserrat", sans-serif;
}

.mt-bottom-bar .mt-sh-cart .icon-handbag {
	top: 5px;
	left: 5px;
	font-size: 24px;
	position: absolute;
}

.mt-bottom-bar .mt-sh-cart strong {
	display: block;
	margin: 0 0 2px;
	font-size: 12px;
}

.mt-bottom-bar .mt-sh-cart span {
	display: block;
}

.mt-bottom-bar .mt-sh-cart2 {
	float: right;
	width: 103px;
	height: 85px;
	color: #fff;
	padding: 22px 0 0;
	text-align: center;
	background: #414544;
	letter-spacing: 1px;
	font: 700 11px/25px "Oxygen", sans-serif;
}

.mt-bottom-bar .mt-sh-cart2 span {
	display: block;
}

.mt-bottom-bar .mt-sh-cart2 .icon-handbag {
	font-size: 24px;
}

.mt-bottom-bar .mt-top-list {
	margin: 0;
	padding: 0;
	width: 100%;
	float: right;
	list-style: none;
	letter-spacing: 1px;
	font: 700 11px/18px "Oxygen", sans-serif;
}

.mt-bottom-bar .mt-top-list li {
	float: right;
	margin: 0 9px 0 3px;
	padding: 0 10px 0 15px;
	border-left: 1px solid #dbdbdb;
}

.mt-bottom-bar .mt-top-list li:last-child {
	border: 0;
}

.mt-bottom-bar .mt-top-list a {
	color: #8a8a8a;
}

.mt-bottom-bar .mt-top-list a:hover {
	color: #080808;
}

.mt-bottom-bar .mt-nav-box {
	width: 68%;
	float: right;
	padding: 18px 0 0 0;
}

.mt-bottom-bar .mt-search-box {
	width: 52.5%;
	float: right;
	position: relative;
	border-radius: 14px;
	margin: 4px 3.1% 0 0;
	border: 2px solid #000;
	padding: 5px 50px 4px 23px;
}

.mt-bottom-bar .mt-search-box ::-webkit-input-placeholder {
	color: #919191;
}

.mt-bottom-bar .mt-search-box ::-moz-placeholder {
	opacity: 1;
	color: #919191;
}

.mt-bottom-bar .mt-search-box :-moz-placeholder {
	color: #919191;
}

.mt-bottom-bar .mt-search-box :-ms-input-placeholder {
	color: #919191;
}

.mt-bottom-bar .mt-search-box .placeholder {
	color: #919191;
}

.mt-bottom-bar .mt-search-box input {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	height: 20px;
	outline: none;
	color: #919191;
	background: transparent;
	font: 12px/20px "Source Sans Pro", sans-serif;
}

.mt-bottom-bar .mt-search-box .fa {
	top: 6px;
	border: 0;
	right: 10px;
	color: #000;
	font-size: 16px;
	background: none;
	position: absolute;
}

.mt-bottom-bar .mt-search-box .fa:hover {
	color: #080808;
}



/*------------------------------------------------------------------
8. Mt Side Over / .mt-side-over
-------------------------------------------------------------------*/

.mt-side-over {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 5;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
}

.mt-side-over.active {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------------------------------------
9. Mt Side Menu / .mt-side-menu
-------------------------------------------------------------------*/

.mt-side-menu {
	top: 0;
	right: 0;
	bottom: 0;
	width: 385px;
	z-index: 9999;
	position: fixed;
	overflow-y: auto;
	background: #f8f8f8;
	transform: translateX(385px);
	-ms-transform: translateX(385px);
	-webkit-transform: translateX(385px);
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-side-menu .side-close {
	top: 38px;
	right: 40px;
	width: 16px;
	height: 16px;
	position: absolute;
}

.mt-side-menu .side-close span {
	height: 2px;
	width: 16px;
	display: block;
	background: #9d9d9d;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mt-side-menu .side-close span + span {
	margin: -2px 0 0;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mt-side-menu .side-close:hover span {
	background: #080808;
}

.mt-side-menu .mt-side-title {
	color: #777;
	display: block;
	margin: 0 0 20px;
	background: #f0f0f0;
	text-transform: uppercase;
	padding: 30px 50px 24px 34px;
	font: 18px/20px "Montserrat", sans-serif;
}

.side-col-active .mt-side-menu .mt-mdropover {
	opacity: 1;
	visibility: visible;
}

.side-col-active .w1 {
	transform: translateX(-383px);
	-ms-transform: translateX(-383px);
	-webkit-transform: translateX(-383px);
}

.right-side.side-col-active .w1 {
	transform: translateX(383px);
	-ms-transform: translateX(383px);
	-webkit-transform: translateX(383px);
}

.right-side .mt-side-menu {
	left: 0;
	right: auto;
	transform: translateX(-385px);
	-ms-transform: translateX(-385px);
	-webkit-transform: translateX(-385px);
}

.mt-side-widget {
	color: #7d7d7d;
	overflow: hidden;
	padding: 43px 32px 37px 34px;
	font: 300 14px/20px "Source Sans Pro", sans-serif;
}

.mt-side-widget.borderbottom {
	border-bottom: 1px solid #e6e6e6;
}

.mt-side-widget .mt-side-subtitle {
	display: block;
	margin: 0 0 10px;
	text-transform: uppercase;
	font: 18px/20px "Montserrat", sans-serif;
}

.mt-side-widget p {
	margin: 0;
}

.mt-side-widget header {
	overflow: hidden;
	margin: 0 0 35px;
}

.mt-side-widget form {
	overflow: hidden;
	position: relative;
	margin: 0 0 0 -6px;
}

.mt-side-widget form ::-webkit-input-placeholder {
	color: #909090;
}

.mt-side-widget form ::-moz-placeholder {
	opacity: 1;
	color: #909090;
}

.mt-side-widget form :-moz-placeholder {
	color: #909090;
}

.mt-side-widget form :-ms-input-placeholder {
	color: #909090;
}

.mt-side-widget form .placeholder {
	color: #909090;
}

.mt-side-widget form .checkbox {
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -9;
	visibility: hidden;
	position: absolute;
}

.mt-side-widget form .box {
	float: left;
	width: 100%;
	margin: 0 0 16px;
	padding: 5px 9px 0 7px;
}

.mt-side-widget form .left {
	float: left;
	position: relative;
}

.mt-side-widget form .left label {
	margin: 0;
	color: #9a9a9a;
	position: relative;
	padding: 0 0 0 18px;
	font: 11px/18px "Oxygen", sans-serif;
}

.mt-side-widget form .left label:after {
	left: 0;
	top: 3px;
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	background: #dadada;
}

.mt-side-widget form .left label:before {
	top: -1px;
	left: 1px;
	z-index: 2;
	display: none;
	font-size: 8px;
	color: #080808;
	content: "\f00c";
	position: absolute;
	font-family: "FontAwesome";
}

.mt-side-widget form .left .checkbox:checked + label:before {
	display: block;
}

.mt-side-widget form .help {
	float: right;
	color: #9a9a9a;
	font: 12px/18px "Oxygen", sans-serif;
}

.mt-side-widget form .help:hover {
	color: #080808;
}

.mt-side-widget .input {
	border: 0;
	float: left;
	width: 100%;
	height: 38px;
	outline: none;
	color: #909090;
	margin: 0 0 11px;
	padding: 9px 22px;
	background: #f0f0f0;
	border-radius: 30px;
	font: 300 14px/20px "Source Sans Pro", sans-serif;
}

.mt-side-widget .fa-search {
	border: 0;
	top: 14px;
	right: 16px;
	color: #909090;
	font-size: 12px;
	background: none;
	position: absolute;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.mt-side-widget .fa-search:hover {
	color: #080808;
}

.mt-side-widget .cart-row {
	overflow: hidden;
	margin: 0 0 17px;
	position: relative;
}

.mt-side-widget .cart-row .close {
	top: 10px;
	right: 15px;
	color: #080808;
	font-size: 14px;
	position: absolute;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-side-widget .cart-row .close:hover {
	color: #000;
	text-decoration: none;
}

.mt-side-widget .cart-row .img {
	width: 74px;
	float: left;
	margin: 0 13px 0 9px;
}

.mt-side-widget .cart-row .cart-btn-row {
	overflow: hidden;
}

.mt-side-widget .cart-row .mt-h {
	overflow: hidden;
	padding: 6px 0 0;
}

.mt-side-widget .mt-h-title {
	display: block;
	color: #757575;
	font: 600 14px/20px "Source Sans Pro", sans-serif;
}

.mt-side-widget .mt-h-title a {
	color: #757575;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-side-widget .mt-h-title a:hover {
	color: #080808;
	text-decoration: none;
}

.mt-side-widget .price {
	color: #010101;
	font: 600 15px/20px "Source Sans Pro", sans-serif;
}

.mt-side-widget .price a {
	color: #757575;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-side-widget .price a:hover {
	color: #080808;
	text-decoration: none;
}

.mt-side-widget .cart-row-total {
	color: #757575;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 16px 21px 0 10px;
	border-top: 1px solid #eee;
	font: 600 14px/26px "Source Sans Pro", sans-serif;
}

.mt-side-widget .mt-total {
	float: left;
}

.mt-side-widget .mt-total-txt {
	float: right;
	color: #010101;
	font: 600 15px/20px "Source Sans Pro", sans-serif;
}

.mt-side-widget .cart-btn-row {
	overflow: hidden;
	padding: 22px 0 0;
	border-top: 1px solid #eee;
}

.mt-side-widget .cart-btn-row a {
	margin: 0 16px 0 10px;
}

.mt-side-widget .btn-type3 {
	padding: 5px 22px;
	font: 14px/20px "Montserrat", sans-serif;
}

.or-divider {
	color: #808080;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font: 700 14px/20px "Montserrat", sans-serif;
}

.or-divider .txt {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	display: block;
	padding: 10px 0 0;
	border-radius: 50%;
	position: relative;
	background: #f8f8f8;
	border: 1px solid #e6e6e6;
}

.or-divider .txt:after {
	top: 50%;
	z-index: -1;
	height: 1px;
	content: "";
	left: -9999px;
	right: -9999px;
	position: absolute;
	border-top: 1px solid #e6e6e6;
}

.mt-side-nav {
	overflow: hidden;
	text-transform: uppercase;
	font: 18px/20px "Montserrat", sans-serif;
}

.mt-side-nav .drop {
	max-height: 0;
	font-size: 15px;
	overflow: hidden;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-side-nav .drop ul {
	padding: 10px 15px;
}

.mt-side-nav .drop li {
	margin: 0 0 10px;
}

.mt-side-nav .drop.open {
	max-height: 999px;
}

.mt-side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-side-nav ul li {
	margin: 0 0 5px;
}

.mt-side-nav a {
	color: #7d7d7d;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.mt-side-nav a:hover {
	color: #080808;
	text-decoration: none;
}

.mt-side-nav.small {
	text-transform: lowercase;
	text-transform: capitalize;
	font: 16px/20px "Montserrat", sans-serif;
}

.mt-search-popup {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	text-align: center;
	background: #f8f8f8;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-search-popup .mt-holder {
	width: 100%;
	height: 100vh;
	display: table;
	vertical-align: middle;
}

.mt-search-popup .mt-frame {
	display: table-cell;
	vertical-align: middle;
}

.mt-search-popup .mt-frame form {
	width: 770px;
	margin: 0 auto;
	position: relative;
	border-left: 1px solid #bdbdbd;
}

.mt-search-popup .icon-microphone {
	top: 20px;
	right: 43px;
	color: #9d9d9d;
	font-size: 23px;
	position: absolute;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-search-popup .icon-microphone:hover {
	color: #080808;
}

.mt-search-popup .icon-magnifier {
	border: 0;
	top: 19px;
	right: 5px;
	padding: 0;
	outline: none;
	color: #9d9d9d;
	font-size: 23px;
	position: absolute;
	background: transparent;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-search-popup .icon-magnifier:hover {
	color: #080808;
}

.mt-search-popup input {
	margin: 0;
	border: 0;
	float: left;
	width: 100%;
	height: 60px;
	outline: none;
	color: #9d9d9d;
	background: none;
	padding: 15px 73px 15px 23px;
	font: 300 25px/30px "Source Sans Pro", sans-serif;
}

.mt-search-popup input ::-webkit-input-placeholder {
	color: #9d9d9d;
}

.mt-search-popup input ::-moz-placeholder {
	opacity: 1;
	color: #9d9d9d;
}

.mt-search-popup input :-moz-placeholder {
	color: #9d9d9d;
}

.mt-search-popup input :-ms-input-placeholder {
	color: #9d9d9d;
}

.mt-search-popup input .placeholder {
	color: #9d9d9d;
}

.mt-search-popup .search-close {
	right: 50%;
	width: 16px;
	height: 16px;
	bottom: 100px;
	position: fixed;
}

.mt-search-popup .search-close span {
	height: 2px;
	width: 16px;
	display: block;
	background: #9d9d9d;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mt-search-popup .search-close span + span {
	margin: -2px 0 0;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.mt-search-popup .search-close:hover span {
	background: #080808;
}

.search-active .mt-search-popup {
	opacity: 1;
	visibility: visible;
}

.btn-type1 {
	border: 0;
	outline: none;
	color: #fff;
	padding: 8px 22px;
	background: #808080;
	border-radius: 18px;
	vertical-align: top;
	display: inline-block;
	font: 300 14px/20px "Source Sans Pro", sans-serif;
}

.btn-type1:hover {
	background: #080808;
}

.btn-type2 {
	outline: none;
	color: #000;
	padding: 5px 22px;
	border-radius: 18px;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	border: 1px solid #000;
	text-transform: uppercase;
	font: 14px/20px "Montserrat", sans-serif;
}

.btn-type2:focus,
.btn-type2:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.btn-type3 {
	outline: none;
	color: #fff;
	padding: 9px 20px;
	background: #000;
	border-radius: 21px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #000;
	text-transform: uppercase;
	font: 300 14px/20px "Source Sans Pro", sans-serif;
}

.btn-type3:focus,
.btn-type3:hover {
	color: #000;
	background: transparent;
	border: 1px solid #000;
}

.btn-type4 {
	color: #aaa;
	outline: none;
	padding: 5px 22px;
	border-radius: 21px;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	border: 1px solid #d1d1d1;
	text-transform: uppercase;
	font: 700 12px/20px "Source Sans Pro", sans-serif;
}

.btn-type4:focus,
.btn-type4:hover {
	color: #fff;
	background: #000;
	border: 1px solid #000;
}


/*------------------------------------------------------------------
76. Mt Main Slider / .mt-main-slider
-------------------------------------------------------------------*/

.mt-main-slider {
	padding: 0 20px;
	overflow: hidden;
	background: #fff;
}

.mt-main-slider .slider .img {
	display: block;
	width: 100%;
	height: auto;
}

.mt-main-slider .holder {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.mt-main-slider .title {
	display: block;
	color: #818182;
	margin: 0 0 12px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.mt-main-slider h1 {
	color: #3b3b3b;
	margin: 0 0 -7px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 65px;
	line-height: 68px;
	font-family: "Montserrat", sans-serif;}

.mt-main-slider h2 {
	color: #7a7a7a;
	margin: 0 0 12px;
	font-weight: 700;
	font-size: 51px;
	line-height: 54px;
	font-family: "Montserrat", sans-serif;}

.mt-main-slider .text {
	float: left;
	max-width: 600px;
	padding: 162px 0 103px;
}

.mt-main-slider .text.centerize {
	float: none;
	margin: 0 auto;
}

.mt-main-slider .text.right {
	float: right;
}

.mt-main-slider .txt {
	color: #818182;
	max-width: 345px;
	padding: 5px 0 0;
	font-style: italic;
	margin: 0 auto 81px;
	font-size: 16px;
	line-height: 21px;
}

.mt-main-slider .shop {
	color: #818182;
	padding: 0 10px;
	margin: 0 0 20px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	display: inline-block;
	vertical-align: middle;
}

.mt-main-slider .shop:after,
.mt-main-slider .shop:before {
	top: 8px;
	left: 100%;
	height: 1px;
	width: 30px;
	content: "";
	position: absolute;
	background: #818182;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-main-slider .shop:before {
	left: auto;
	right: 100%;
}

.mt-main-slider .shop:hover {
	color: #080808;
}

.mt-main-slider .shop:hover:after,
.mt-main-slider .shop:hover:before {
	width: 50px;
	background: #080808;
}

.mt-main-slider .slick-dots {
	left: 0;
	right: 0;
	bottom: 20px;
}

.mt-main-slider .slick-dots li {
	margin: 0 2px 2px;
	border-radius: 100%;
	width: 16px;
	height: 16px;
	border: 2px solid #d2d2d2;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-main-slider .slick-dots li:hover,
.mt-main-slider .slick-dots li.slick-active {
	border-color: #aeaeae;
}

.mt-main-slider .slick-dots li button {
	display: none;
}

.mt-main-slider .slick-prev,
.mt-main-slider .slick-next {
	display: none !important;
}

/*------------------------------------------------------------------
80. Slider 1 / .slider-1
-------------------------------------------------------------------*/

.slider-1 {
	overflow: hidden;
}

.slider-1 .slider .img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-1 .slider .holder {
	position: relative;
	overflow: hidden;
}

.slider-1 .slider .image {
	float: left;
	width: 50%;
}

.slider-1 .slider .text {
	float: right;
	width: 50%;
}

.slider-1 .slider .txt-wrap {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 0;
	top: 20%;
	color: #000;
}

.slider-1 .slider .txt-wrap.right {
	text-align: right;
}

.slider-1 .slider .txt-wrap.right .txt {
	max-width: 31%;
	float: right;
}

.slider-1 .slider .txt-wrap.right p {
	max-width: 100%;
}

.slider-1 .slider .txt-wrap .title,
.slider-1 .slider .txt-wrap h1,
.slider-1 .slider .txt-wrap h2 {
	color: #535353;
}

.slider-1 .slider .txt-wrap .price {
	display: block;
	color: #535353;
	font-size: 28px;
	line-height: 30px;
}

.slider-1 .slider .txt-wrap .price sub {
	bottom: 0;
}

.slider-1 .slider .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 21px;
}

.slider-1 .slider .c1 {
	display: table;
	width: 100%;
	height: 100%;
}

.slider-1 .slider .c2 {
	display: table-cell;
	vertical-align: middle;
}

.slider-1 .slider .title {
	display: block;
	color: #fff;
	margin: 0 auto 10px;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.slider-1 .slider .title span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	position: relative;
}

.slider-1 .slider .title span:after,
.slider-1 .slider .title span:before {
	position: absolute;
	left: 100%;
	top: 7px;
	height: 1px;
	background: #fff;
	width: 100%;
	content: "";
}

.slider-1 .slider .title span:after {
	left: auto;
	right: 100%;
}

.slider-1 .slider h1 {
	margin: 0;
	color: #dec6a9;
	font-weight: normal;
	font-size: 65px;
	line-height: 65px;
}

.slider-1 .slider h1 span {
	display: block;
	font-weight: bold;
	font-size: 52px;
	line-height: 52px;
}

.slider-1 .slider h2 {
	margin: 0;
	color: #000;
	font-weight: 700;
	font-size: 51px;
	line-height: 51px;
}

.slider-1 .slider p {
	margin: 0 auto;
	max-width: 100%;
}

.slider-1 .slider .btn .shop {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 15px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.slider-1 .slider .btn .shop:after,
.slider-1 .slider .btn .shop:before {
	position: absolute;
	left: 100%;
	top: 7px;
	height: 1px;
	content: "";
	background: #fff;
	width: 100%;
}

.slider-1 .slider .btn .shop:before {
	left: auto;
	right: 100%;
}

.slider-1 .slider .btn .shop:hover {
	padding: 0 25px;
}

.slider-1 .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 1;
}

.slider-1 .slick-dots li {
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	border-radius: 100%;
}

.slider-1 .slick-dots li.slick-active {
	border-color: #dec7a9;
}

.slider-1 .slick-dots li button {
	display: none;
}

/*------------------------------------------------------------------
81. Slider 3 / .slider-3
-------------------------------------------------------------------*/

.slider-3 .slider.center .slick-slide {
	opacity: .5;
}

.slider-3 .slider.center .slick-slide.slick-active {
	opacity: 1;
}

.slider-3 .holder {
	opacity: .7;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.slider-3 .holder.slick-current {
	opacity: 1;
}

.slider-3 .holder.slick-current .c2 {
	opacity: 1;
	visibility: visible;
}

.slider-3 .img {
	overflow: hidden;
}

.slider-3 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-3 .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, .4);
}

.slider-3 .c1 {
	display: table;
	width: 100%;
	height: 100%;
}

.slider-3 .c2 {
	opacity: 0;
	visibility: hidden;
	padding: 107px 20px 20px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.slider-3 h1 {
	color: #fff;
	margin: 0 0 25px;
	font-weight: 300;
	letter-spacing: 37px;
	text-transform: uppercase;
	font-size: 69px;
	line-height: 69px;
}

.slider-3 h2 {
	color: #bcb569;
	margin: 0 0 36px;
	font-weight: 600;
	letter-spacing: 2.2px;
	font: 600 48px/50px "Source Sans Pro", sans-serif;
}

.slider-3 .shop {
	color: #fff;
	border-radius: 23px;
	text-decoration: none;
	border: 2px solid #fff;
	padding: 11px 26px 10px;
	text-transform: uppercase;
	font: 16px/20px "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.slider-3 .shop:hover {
	background: #080808;
	border-color: #080808;
}

.slider-3 .slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 57px;
}

.slider-3 .slick-dots li {
	width: 91px;
	height: 3px;
	background: #fff;
}

.slider-3 .slick-dots li.slick-active {
	background: #bcb569;
}

.slider-3 .slick-dots button {
	display: none;
}

.slider-3 .slick-prev,
.slider-3 .slick-next {
	display: none !important;
}

/*------------------------------------------------------------------
82. Slider 5 / .slider-5
-------------------------------------------------------------------*/

.slider-5 {
	margin: 0 0 20px;
	overflow: hidden;
	background: #f3f3f3;
}

.slider-5 .txt {
	float: left;
	width: 50%;
	margin-top: 10%;
}

.slider-5 .title {
	display: block;
	font-weight: 600;
	color: #6a6a6a;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
}

.slider-5 h1 {
	margin: 0;
	color: #535353;
	font-weight: 600;
	font-size: 59px;
	line-height: 59px;
}

.slider-5 h2 {
	margin: 0;
	font-size: 59px;
	line-height: 59px;
}

.slider-5 .img {
	float: right;
	width: 50%;
}

.slider-5 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-5 .price {
	display: block;
	color: #535353;
	font-size: 27px;
	line-height: 30px;
}

.slider-5 sub {
	bottom: 0;
}

.slider-5 .slick-dots {
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.slider-5 .slick-dots li {
	width: 17px;
	height: 17px;
	border: 2px solid #d2d2d2;
	border-radius: 100%;
}

.slider-5 .slick-dots li.slick-active {
	border-color: #aeaeae;
}

.slider-5 .slick-dots li button {
	display: none;
}

.slider-5 .slick-prev,
.slider-5 .slick-next {
	display: none !important;
}

/*------------------------------------------------------------------
83. Slider 7 / .slider-7
-------------------------------------------------------------------*/

.slider-7 {
	float: left;
	width: 765px;
	margin: 0 11px;
}

.slider-7 .slider img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-7 .slider .s-holder {
	position: relative;
}

.slider-7 .slider .s-box {
	position: absolute;
	left: 7.6%;
	right: 5%;
	top: 12%;
}

.slider-7 .slider .s-title {
	display: block;
	font-weight: 600;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
	letter-spacing: 4px;
}

.slider-7 .slider .heading {
	display: block;
	color: #535353;
	font-weight: 600;
	margin: 0 0 3px -7px;
	letter-spacing: -1px;
	font-size: 59px;
	line-height: 59px;
}

.slider-7 .slider .heading.add {
	font-weight: 200;
	letter-spacing: -2px;
	margin: 0 0 6px -5px;
}

.slider-7 .slider .s-txt {
	max-width: 50%;
	color: #6a6a6a;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 0 -3px;
}

.slider-7 .slider .s-shop {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #535353;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0 0;
}

.slider-7 .slick-dots {
	left: 58px;
	right: auto;
	width: auto;
	bottom: 40px;
}

.slider-7 .slick-dots li {
	margin: 0 2px 0 0;
	border-radius: 100%;
	width: 17px;
	height: 17px;
	border: 2px solid #d2d2d2;
}

.slider-7 .slick-dots li.slick-active {
	border-color: #aeaeae;
}

.slider-7 .slick-dots li button {
	display: none;
}

.slider-7 .slick-prev,
.slider-7 .slick-next {
	display: none !important;
}

/*------------------------------------------------------------------
43. banner frame / .banner-frame
-------------------------------------------------------------------*/

.banner-frame {
	overflow: hidden;
	margin: 0 -11px;
	padding: 23px 0 0;
}

.banner-frame img {
	max-width: 100%;
}

.banner-frame .holder {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	padding: 42px 38px 20px 41px;
}

.banner-frame h2 {
    color: #252525;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 3px;
}

.banner-frame .mt-stars {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
	list-style: none;
}

.banner-frame .mt-stars li {
	margin: 0 1px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.banner-frame .mt-stars .fa {
	color: #c8a760;
}

.banner-frame .mt-stars .fa-star-o {
	color: #d6d6d6;
}

.banner-frame .btn-shop {
	color: #252525;
	font-size: 14px;
	margin: 20px 0 0;
	line-height: 16px;
	text-decoration: none;
	letter-spacing: -.8px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	display: inline-block;
	vertical-align: middle;
}

.banner-frame .btn-shop span,
.banner-frame .btn-shop .fa {
	color: #252525;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	display: inline-block;
	vertical-align: middle;
}

.banner-frame .btn-shop span {
	margin: 0 11px 0 0;
}

.banner-frame .btn-shop .fa {
	text-align: center;
	border-radius: 100%;
	border: 1px solid #252525;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 21px;
}

.banner-frame .btn-shop.add {
	margin: 0;
}

.banner-frame .btn-shop:hover {
	color: #021373;
	text-decoration: none;
}

.banner-frame .btn-shop:hover span,
.banner-frame .btn-shop:hover .fa {
	color: #021373;
	border-color: #021373;
}

.banner-frame .discount {
	color: #fff;
	float: right;
	width: 129px;
	height: 129px;
	font-weight: bold;
	text-align: center;
	border-radius: 100%;
	background: #eed24c;
	font-size: 37px;
	line-height: 40px;
	font-family: "Montserrat", sans-serif;
}

.banner-frame .discount span {
	display: block;
	padding: 44px 0 0;
}

.banner-frame .price {
	display: block;
	color: #9f9f9f;
	padding: 12px 0 19px;
	letter-spacing: -1.5px;
	font-size: 16px;
	line-height: 23px;
	font-family: "Montserrat", sans-serif;
}

.banner-frame .shop {
	right: 38px;
	bottom: 24px;
	color: #878787;
	position: absolute;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	display: inline-block;
	vertical-align: middle;
}

.banner-frame .shop:hover {
	color: #021373;
	text-decoration: none;
}

.banner-frame .shop:hover .fa {
	border-color: #021373;
}

.banner-frame .right {
	text-align: right;
}

.banner-frame .white {
	color: #fff;
}

.banner-frame h3 {
	margin: 0 0 10px;
	font: 700 21px/28px "Montserrat", sans-serif;
}

.banner-frame.nospace {
	margin: 0;
}


/*------------------------------------------------------------------
45. Banner
-------------------------------------------------------------------*/

.banner-1,
.banner-2,
.banner-3,
.banner-4 {
	float: left;
	margin: 0 11px;
	position: relative;

}

.banner-2 {
	margin-bottom: 20px;
}

.banner-box {
	float: left;
}

.banner-box.first {
	width: 408px;
}

.banner-box.two {
	width: 294px;
}

.banner-box.third {
	width: 434px;
}

.banner-box.fourth {
	width: 814px;
}

/*------------------------------------------------------------------
44. banner 1 / .banner-1
-------------------------------------------------------------------*/
.banner-1 {
	float: left;
    width: 385px;
	height: 56vw;
	max-height: 470px;
	position: relative;
    background-image: url('../images/k1.png') !important;
	background-repeat: no-repeat;
    background-size: contain;
    font-family: "Montserrat", sans-serif; 
    color: #252525;
}

.banner-1 .holder {
	padding: 20px 20px 0px 20px;
}

@media screen and (min-width:1200px) {
    .banner-1 .holder {
	padding: 20px 20px 0px 20px;
}
}

@media screen and (max-width:1199px) {
    .banner-1 {
    width: 298px;
	height: 368px;
    background-size: cover;
    }
}

@media screen and (max-width:991px) {
    .banner-1 {
    width: 348px;
	height: 430px;
    background-size: cover;
    }
}

@media screen and (max-width:767px) {
    .banner-1 {
    background-image: url('../images/k1_mo.png') !important;
    width: 100vw;
    height: 56vw;
    }
    
    .banner-1 .holder {
	padding: 20px 20px 0px 20px;
    }
}

@media screen and (max-width:477px) {
    .banner-1 .holder {
	padding: 20px 20px 0px 20px;
    }
}

/*------------------------------------------------------------------
46. banner 2 / .banner-2
-------------------------------------------------------------------*/

.banner-2 {
	float: left;
    width: 385px;
	height: 225px;
	position: relative;
    background-image: url('../images/k2.png') !important;
	background-repeat: no-repeat;
    background-size: contain;
    font-family: "Montserrat", sans-serif;
    color: #252525;
}

.banner-2 .holder {
	padding: 20px;
}

@media screen and (max-width:1199px) {
    .banner-2 {
    width: 298px;
    height: 174px;
    }
}

@media screen and (max-width:991px) {
    .banner-2 {
    width: 350px;
    height: 205px;
    background-size: cover;
    }
}

@media screen and (max-width:767px) {
    .banner-2 {
    flex: 1 0 47%;
    width: 100vw;
    height: 56vw;
    max-width: 47%; 
    max-height: 100%;
    object-fit: none;
    background-image: url('../images/k2_mo.png') !important;
    background-size: cover;
    }
}

@media screen and (max-width:477px) {
    .banner-2 .holder {
	padding: 20px 0px 0px 20px;
    }
}

/*------------------------------------------------------------------
47. banner 3 / .banner-3
-------------------------------------------------------------------*/

.banner-3 {
	float: left;
    width: 385px;
	height: 225px;
	position: relative;
    background-image: url('../images/k3.png') !important;
	background-repeat: no-repeat;
    background-size: contain;
    font-family: "Montserrat", sans-serif;    color: #252525;
}

.banner-3 .holder {
	padding: 20px;
}

@media screen and (max-width:1199px) {
    .banner-3 {
    width: 298px;
    height: 174px;
    }
	
	.banner-3 .holder {
	padding: 8px 20px 8px 0px;
	}
}

@media screen and (max-width:991px) {
    .banner-3 {
    width: 350px;
    height: 205px;
    background-size: cover;
    }
}

@media screen and (max-width:767px) {
    .banner-3 {
    float: right;
    flex: 1 0 47%;
    width: 100vw;
    height: 56vw;   
    max-width: 47%; 
    max-height: 100%;
    object-fit: none;
    background-image: url('../images/k3_mo.png') !important;
    background-size: cover;
    }
    
    .banner-3 .holder {
    text-align: left;
	padding: 20px 0px 0px 20px;
	}
}

@media screen and (max-width:477px) {
    .banner-3 .holder {
	padding: 20px 0px 0px 20px;
    }
}

/*------------------------------------------------------------------
48. banner 4 / .banner-4
-------------------------------------------------------------------*/

.banner-4 {
	float: left;
    width: 385px;
	height: 56vw;
	max-height: 470px;
	position: relative;
    background-image: url('../images/k4.png') !important;
	background-repeat: no-repeat;
    background-size: contain;
    font-family: "Montserrat", sans-serif;    
    color: #252525;
}

.banner-4 .holder {
	padding: 20px 20px 0px 20px;
}

@media screen and (min-width:1200px) {
    .banner-4 .holder {
	padding: 20px 20px 0px 20px;
}
}

@media screen and (max-width:1199px) {
    .banner-4 {
    width: 298px;
	height: 368px;
    background-size: cover;
    }
}

@media screen and (max-width:767px) {
    .banner-4 {
    background-image: url('../images/k4_mo.png') !important;
    width: 100vw;
    height: 56vw;
    }
    
    .banner-4 .holder {
	padding: 20px 20px 0px 20px;
    }
}

@media screen and (max-width:477px) {
    .banner-4 .holder {
	padding: 20px 20px 0px 20px;
    }
}


/*------------------------------------------------------------------
23. Mt Product1 / .mt-product1
-------------------------------------------------------------------*/

.mt-product1 {
	display: inline-block;
	vertical-align: top;
    max-width: 275px;
}

.mt-product1.gray {
	background: #7cfbfd;
}

.mt-product1.style-1 .box:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(231, 198, 126, .68);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}

.mt-product1.style-1 .links {
	background: none;
	border: 0;
}

.mt-product1.style-1 .links li + li {
	border-color: #fff;
}

.mt-product1.style-1 .links a {
	color: #fff;
	font-size: 24px;
}

.mt-product1.large .title {
	font-size: 16px;
}

@media screen and (max-width:477px) {
    .mt-product1.large .title {
	font-size: 16px;
    }
}

.mt-product1.large .price {
	font-size: 23px;
}

.mt-product1.large .price .fa {
	font-size: 16px;
}

.mt-product1.large .caption .best-price,
.mt-product1.large .caption .best-price2 {
	font-size: 16px;
}

.mt-product1.large .caption .off {
	font-size: 16px;
}

.mt-product1.large .caption .new {
	font-size: 16px;
}

.mt-product1.same-height .box {
	min-height: 255px;
}

.mt-product1:hover .links,
.mt-product1:hover .box :after {
	opacity: 1;
	visibility: visible;
}

.mt-product1 .box {
	margin: 0 0 11px;
	overflow: hidden;
	position: relative;
}

.mt-product1 .b1 {
	width: 100%;
	display: table;
}

.mt-product1 .b2 {
	display: block;
	vertical-align: bottom;
}

.mt-product1 .img {
    max-width: 100%;
    height: auto;
}

.mt-product1 .caption {
	top: 1px;
	left: 0;
	text-align: left;
	position: absolute;
}

.mt-product1 .caption .off {
	color: #fff;
	display: block;
	padding: 3px 6px;
	background: #b2cc29;
	font: 600 14px/16px "Montserrat", sans-serif;
}

.mt-product1 .caption .new {
	color: #fff;
	padding: 3px 6px;
	background: #000;
	text-transform: uppercase;
	font: 600 14px/16px "Montserrat", sans-serif;
}

.mt-product1 .caption .best-price {
	color: #fff;
	padding: 3px 6px;
	background: #021373;
	font: 600 14px/16px "Montserrat", sans-serif;
}

.mt-product1 .caption .best-price2 {
	color: #fff;
	padding: 3px 6px;
	background: #5ca135;
	font: 600 14px/16px "Montserrat", sans-serif;
}

.mt-product1 .txt {
	overflow: hidden;
}

.mt-product1 .title {
	display: block;
	margin: 0 0 5px;
	color: #7cfbfd;
	text-transform: capitalize;
	font: 600 14px/20px "Source Sans Pro", sans-serif;;
}

.mt-product1 .title a {
	color: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product1 .title a:hover {
	color: #7cfbfd;
}

.mt-product1 .price {
	display: block;
	color: #010101;
	font: 600 17px/20px "Source Sans Pro", sans-serif;
}

.mt-product1 .price .fa {
	font-size: 13px;
	margin: 0 4px 0 0;
}

.mt-product1 del {
	display: block;
	color: #b3b3b3;
	font: 600 17px/20px "Source Sans Pro", sans-serif;
}

.mt-product1 del .fa {
	font-size: 13px;
	margin: 0 4px 0 0;
}

.mt-product1 .links {
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	display: table;
	font-size: 16px;
	background: #fff;
	visibility: hidden;
	position: absolute;
	text-align: center;
	border: 1px solid #eee;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.mt-product1 .links .icomoon {
	vertical-align: middle;
}

.mt-product1 .links .icon-heart {
	top: 4px;
	position: relative;
}

.mt-product1 .links.add {
	box-shadow: 0 0 9px rgba(172, 172, 172, .35);
	padding: 10px 0;
	width: 79%;
	bottom: 30px;
	margin: 0 auto;
	max-width: 180px;
}

.mt-product1 .links.add .icon-handbag {
	font-size: 16px;
}

.mt-product1 .links.add li {
	display: inline-block;
	border-color: #ccc6c6;
}

.mt-product1 .links.add a {
	padding: 0 13px;
}

.mt-product1 .links li {
	display: table-cell;
	vertical-align: middle;
}

.mt-product1 .links li + li {
	border-left: 1px solid #eee;
}

.mt-product1 .links a {
	color: #8a8a8a;
	display: block;
	padding: 12px 9px;
	text-decoration: none;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product1 .links a .icon-handbag,
.mt-product1 .links a span {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.mt-product1 .links a span {
	font-size: 14px;
	margin: 0 -2px 0 10px;
}

.mt-product1 .links a:hover {
	color: #021373;
}

.mt-product1 .links .icon-heart,
.mt-product1 .links .icon-heart-empty {
	top: 3px;
	position: relative;
}

.mt-product1 .mt-stars {
	left: 0;
	margin: 0;
	padding: 0;
	right: 8px;
	bottom: -1px;
	line-height: 1;
	font-size: 12px;
	list-style: none;
	position: absolute;
}

.mt-product1 .mt-stars li {
	margin: 0 1px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.mt-product1 .mt-stars .fa {
	color: #c8a760;
}

.mt-product1 .mt-stars .fa-star-o {
	color: #d6d6d6;
}


/*------------------------------------------------------------------
24. Mt Product2 / .mt-product2
-------------------------------------------------------------------*/

.mt-product2 {
	width: 213px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.mt-product2:hover .links {
	opacity: 1;
	visibility: visible;
}

.mt-product2:hover .links li {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.mt-product2:hover .links li:nth-child(even) {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.mt-product2:hover img {
	opacity: .7;
}

.mt-product2:hover.style-2:after {
	opacity: 1;
	visibility: visible;
}

.mt-product2 img {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product2 .box {
	position: relative;
	margin: 0 0 14px;
}

.mt-product2 .links {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -24px 0 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}

.mt-product2 .links li {
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-40px);
	transition: all 0.2s ease 0.3s;
	-webkit-transform: translateY(-40px);
	-webkit-transition: all 0.2s ease 0.3s;
}

.mt-product2 .links li:nth-child(even){
	transform: translateY(40px);
	-webkit-transform: translateY(40px);
}

.mt-product2 .links a {
	display: block;
	color: #6b6b6b;
	background: #fff;
	border-radius: 100%;
	text-decoration: none;
	width: 41px;
	height: 41px;
	font-size: 16px;
	line-height: 38px;
}

.mt-product2 .links a:hover {
	color: #080808;
}

.mt-product2 .txt {
	overflow: hidden;
	padding: 0 10px 15px;
}

.mt-product2 .title {
	display: block;
	color: #747474;
	font: 600 14px/20px "Source Sans Pro", sans-serif;
}

.mt-product2 .price {
	display: block;
}

.mt-product2 .price .fa,
.mt-product2 .price span {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	font-size: 14px;
}

.mt-product2 .price span {
	font: 600 17px/20px "Source Sans Pro", sans-serif;
}

.mt-product2 .caption {
	left: 0;
	top: 36px;
	text-align: left;
	position: absolute;
}

.mt-product2 .caption .off {
	color: #fff;
	display: block;
	padding: 5px 8px;
	background: #b2cc29;
	font: 700 17px/20px "Montserrat", sans-serif;
}

.mt-product2 .caption .new {
	color: #fff;
	padding: 5px 8px;
	background: #000;
	text-transform: uppercase;
	font: 700 17px/20px "Montserrat", sans-serif;
}

.mt-product2 .caption .best-price {
	color: #fff;
	padding: 5px 8px;
	background: #fed062;
	font: 700 17px/20px "Montserrat", sans-serif;
}

.mt-product2 .mt-stars {
	margin: 0;
	left: 20px;
	padding: 0;
	right: 8px;
	bottom: -1px;
	line-height: 1;
	font-size: 12px;
	list-style: none;
	position: absolute;
}

.mt-product2 .mt-stars li {
	margin: 0 1px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.mt-product2 .mt-stars .fa {
	color: #c8a760;
}

.mt-product2 .mt-stars .fa-star-o {
	color: #d6d6d6;
}

.mt-product2 del {
	display: block;
	color: #b3b3b3;
	font: 600 17px/20px "Source Sans Pro", sans-serif;
}

.mt-product2 del .fa {
	font-size: 13px;
	margin: 0 4px 0 0;
}

.mt-product2.style-2 {
	position: relative;
}

.mt-product2.style-2:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(205, 255, 127, .73);
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	opacity: 0;
	visibility: hidden;
}

.mt-product2.style-2 .links {
	text-align: right;
	margin: 0;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.mt-product2.style-2 .links li {
	display: block;
	margin: 0 0 8px;
}

.mt-product2.style-2 .links a {
	border-radius: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.mt-product2.large {
	width: 276px;
	margin: 0 19px 35px 10px;
}

.mt-product2.large .box {
	margin: 0 0 9px;
}

.mt-product2.large .txt {
	padding: 0 10px 25px 19px;
}

.mt-product2.large .txt .title {
	margin: 0 0 9px;
	font-size: 18px;
	line-height: 20px;
}

.mt-product2.large .txt .price .fa,
.mt-product2.large .txt .price span {
	font-size: 23px;
}

.mt-product2.bg-grey {
	background: #f5f5f5;
}

/*------------------------------------------------------------------
25. product-3 / .product-3
-------------------------------------------------------------------*/

.product-3 {
	margin: 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.product-3:hover .links {
	box-shadow: 0 0 9px rgba(172, 172, 172, .35);
}

.product-3.hover2:hover .links {
	box-shadow: none;
	background: #fff;
}

.product-3 .img {
	overflow: hidden;
	margin: 0 0 15px;
}

.product-3 .img img {
	display: block;
	margin: 0 auto;
}

.product-3 .txt {
	overflow: hidden;
	min-height: 77px;
}

.product-3 .title {
	display: block;
	color: #535353;
	margin: 0 0 12px;
	text-transform: uppercase;
	font: 18px/20px "Montserrat", sans-serif;
}

.product-3 .price {
	color: #a6a6a6;
	display: block;
	font: 700 20px/20px "Montserrat", sans-serif;
}

.product-3 .price .fa {
	font-size: 14px;
}

.product-3 .color-box {
	margin: 0 0 25px;
}

.product-3 .color-box li {
	display: inline-block;
	vertical-align: middle;
}

.product-3 .color-box li.active a {
	background: #fff;
	border: 1px solid transparent;
}

.product-3 .color-box li.active a.red {
	border-color: #bb4527;
}

.product-3 .color-box li.active a.blue {
	border-color: #40455c;
}

.product-3 .color-box li.active a.green {
	border-color: #7e8347;
}

.product-3 .color-box li.active a.yellow {
	border-color: #e3d158;
}

.product-3 .color-box li.active a.gray {
	border-color: #868c98;
}

.product-3 .color-box a {
	width: 24px;
	height: 24px;
	display: block;
	position: relative;
	border-radius: 100%;
}

.product-3 .color-box a:after {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	content: "";
	position: absolute;
	border-radius: 100%;
}

.product-3 .color-box a:hover {
	background: #fff;
	border: 1px solid transparent;
}

.product-3 .color-box a.red {
	border-color: #bb4527;
}

.product-3 .color-box a.red:after {
	background: #bb4527;
}

.product-3 .color-box a.blue {
	border-color: #40455c;
}

.product-3 .color-box a.blue:after {
	background: #40455c;
}

.product-3 .color-box a.green {
	border-color: #7e8347;
}

.product-3 .color-box a.green:after {
	background: #7e8347;
}

.product-3 .color-box a.yellow {
	border-color: #e3d158;
}

.product-3 .color-box a.yellow:after {
	background: #e3d158;
}

.product-3 .color-box a.gray {
	border-color: #868c98;
}

.product-3 .color-box a.gray:after {
	background: #868c98;
}

.product-3 p {
	color: #a8a8a8;
	font-size: 14px;
	line-height: 21px;
	font-weight: 300;
	margin: 0 0 49px;
}

.product-3 .links {
	padding: 10px;
	max-width: 165px;
	background: #fff;
	margin: 0 auto 20px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.product-3 .links li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 12px;
	position: relative;
}

.product-3 .links li + li:after {
	top: 0;
	bottom: 0;
	width: 1px;
	left: -10px;
	content: "";
	position: absolute;
	background: #ccc6c6;
}

.product-3 .links a {
	color: #8a8a8a;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}

/*------------------------------------------------------------------
26. Mt product4 / .mt-product4
-------------------------------------------------------------------*/

.mt-product4 {
	overflow: hidden;
}

.mt-product4 .img {
	float: left;
	width: 80px;
	margin: 0 9px 0 0;
}

.mt-product4 .img img {
	display: block;
	width: 100%;
	height: auto;
}

.mt-product4 .mt-stars {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 12px;
	list-style: none;
}

.mt-product4 .mt-stars li {
	display: inline-block;
	vertical-align: middle;
}

.mt-product4 .mt-stars .fa {
	color: #c8a760;
}

.mt-product4 .mt-stars .fa-star-o {
	color: #d6d6d6;
}

.mt-product4 .text {
	overflow: hidden;
	padding: 13px 0 0;
}

.mt-product4 .text .frame {
	min-height: 33px;
}

.mt-product4 .text .frame strong {
	display: block;
	color: #959596;
	margin: 0 0 5px;
	font: 14px/16px "Montserrat", sans-serif;
}

.mt-product4 .text .frame strong a {
	color: #959596;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product4 .text .frame strong a:hover {
	color: #080808;
}

.mt-product4 .text .off {
	opacity: .6;
	color: #252528;
	margin: 0 13px 0 0;
	position: relative;
	font: 14px/18px "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
}

.mt-product4 .text .price {
	color: #252528;
	font: 18px/18px "Montserrat", sans-serif;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------------------------------
27. Product Area / .product-area
-------------------------------------------------------------------*/

.product-area {
	padding: 23px 0 46px;
}

.product-area .mt-heading {
	margin-bottom: 48px;
}

.product-area img {
	width: auto;
	max-width: 100%;
}

.product-area .bordertop {
	border-top: 1px solid #e8e8e8;
}

.product-area .borderright {
	border-right: 1px solid #e8e8e8;
}

.product-area .borderbottom {
	border-bottom: 1px solid #e8e8e8;
}

.product-area .mt-box {
	float: left;
	padding: 0 0 40px;
}

.product-area .mt-box.half {
	width: 50%;
}

.product-area .mt-box.twothird .img {
	min-height: 155px;
}

.product-area .mt-holder {
	width: 50%;
	float: left;
}

.product-area .mt-frame {
	overflow: hidden;
}

.product-area .mt-frame .mt-product1 .txt {
	padding: 0 0 0 14.6%;
}

.product-area .mt-frame .mt-product1 .mt-stars {
	left: 14.6%;
}

.product-area .mt-frame .mt-product1 .mt-block .txt {
	min-height: 138px;
	padding: 0 0 0 9.5%;
}

.product-area .img-box {
	width: 44%;
	vertical-align: top;
	display: inline-block;
	padding: 13px 0 9px 3.2%;
}

.product-area .mt-block {
	width: 54.5%;
	padding: 46px 0 0;
	vertical-align: top;
	display: inline-block;
}

.product-area .mt-tabs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.product-area .mt-tabs li {
	float: left;
	width: 24.1%;
	padding: 0 5px 0 0;
}

.product-area .mt-product1 {
	display: block;
}

.product-area .mt-product1 .txt {
	padding: 0 0 0 8.6%;
}

.product-area .mt-product1 .txt .mt-stars {
	position: static;
	margin: -5px 0 15px;
}

.product-area .mt-product1 .title {
	margin: 0 0 12px;
}

.product-area .mt-product1 .mt-stars {
	left: 8.6%;
}

.product-area .mt-product1 del,
.product-area .mt-product1 .price {
	display: inline-block;
	vertical-align: middle;
}

.product-area .mt-product1 .b1 {
	height: auto;
}

/*------------------------------------------------------------------
28. Mt Producttabs / .mt-producttabs
-------------------------------------------------------------------*/

.mt-producttabs {
	position: relative;
	padding: 80px 0 40px;
    background: #fff;
}

@media screen and (max-width:479px) {    
    .mt-producttabs {
	position: relative;
	padding: 30px 0 70px;
    }
}

.mt-producttabs:after {
	right: 0;
	content: "";
	position: absolute;
	border-radius: 19px;
	background: transparent;
}

.mt-producttabs .producttabs {
	padding: 0;
	margin: 0 0 5px;
	overflow: hidden;
	list-style: none;
	text-transform: uppercase;
	font: 700 18px/20px "Montserrat", sans-serif;
}

.mt-producttabs .producttabs li {
	float: left;
	margin: 0 28px 0 0;
	padding: 0 0 0 30px;
	border-left: 1px solid #d8d8d8;
}

.mt-producttabs .producttabs li:first-child {
	border: 0;
	padding: 0;
}

.mt-producttabs .producttabs a {
	color: #838182;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-producttabs .producttabs a.active,
.mt-producttabs .producttabs a:hover {
	color: #021373;
	text-decoration: none;
}

.mt-producttabs .slick-prev,
.mt-producttabs .slick-next {
	z-index: 3;
	right: 6px;
	top: -15px;
	left: auto;
	width: 29px;
	height: 29px;
	color: #021373;
	background: #021373;
	border-radius: 50%;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-producttabs .slick-prev:focus,
.mt-producttabs .slick-prev:hover,
.mt-producttabs .slick-next:focus,
.mt-producttabs .slick-next:hover {
	color: #021373;
	background: #fff;
	border: 1px solid #021373;
}

.mt-producttabs .slick-prev:focus:before,
.mt-producttabs .slick-prev:hover:before,
.mt-producttabs .slick-next:focus:before,
.mt-producttabs .slick-next:hover:before {
	color: #021373;
}

.mt-producttabs .slick-next:before {
	top: 5px;
	opacity: 1;
	right: 11px;
	color: #fff;
	font-size: 18px;
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-producttabs .slick-prev {
	right: 39px;
}

.mt-producttabs .slick-prev:before {
	top: 5px;
	opacity: 1;
	right: 13px;
	color: #fff;
	content: "\f104";
	font-size: 18px;
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-producttabs .heading {
	color: #021373;
	margin: 0 0 7px;
	text-transform: uppercase;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.mt-producttabs .mt-productrow {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mt-producttabs .mt-productrow > li {
	width: 20%;
	margin: 0 -4px;
	vertical-align: top;
	display: inline-block;
}

.mt-producttabs.style2 {
	padding: 39px 0 53px;
}

.mt-producttabs.style2:after {
	top: 30px;
}

.mt-producttabs.style2 .producttabs {
	margin: 0 0 ;
}

.mt-producttabs.style2 .slick-prev,
.mt-producttabs.style2 .slick-next {
	top: -38px;
}

.mt-producttabs.style2 .mt-product1 .txt {
	padding: 0 0 0 0px;
}

.mt-producttabs.style2 .mt-product1 .box {
	margin: 0 0 6px;
}

.mt-producttabs.style2 .mt-product1 .title {
	margin: 0 0 11px;
}

.mt-producttabs.style2 .mt-product1 .mt-stars {
	left: 20px;
	bottom: 1px;
}

.mt-producttabs.style2 .mt-product1 .links {
	left: 8%;
	right: 8%;
	width: 84%;
}

.mt-producttabs.style3 {
	padding: 68px 0 87px;
}

.mt-producttabs.style3:after {
	top: 65px;
}

.mt-producttabs.style3 .slick-prev,
.mt-producttabs.style3 .slick-next {
	top: -21px;
}

.mt-producttabs.style3 .mt-product1 .txt {
	padding: 0 0 0 22px;
}

.mt-producttabs.style3 .mt-product1 .mt-stars {
	left: 23px;
	bottom: 17px;
}

.mt-producttabs.style4 {
	padding: 99px 0 58px;
}

.mt-producttabs.style4:after {
	display: none;
}

.mt-producttabs.style4 .producttabs {
	text-align: center;
}

.mt-producttabs.style4 .producttabs li {
	float: none;
	vertical-align: top;
	display: inline-block;
}

.mt-producttabs.style4 .producttabs li a.active:after {
	width: 50px;
	margin: 0 0 0 -25px;
}

.mt-producttabs.style4 .producttabs li a {
	padding: 0 0 6px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}

.mt-producttabs.style4 .producttabs li a:after {
	width: 0;
	bottom: 0;
	left: 50%;
	height: 2px;
	content: "";
	position: absolute;
	background: #021373;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-producttabs.style5 {
	padding: 57px 0 0;
}

.mt-producttabs.style5:after {
	top: 49px;
}

.mt-producttabs.style5 .producttabs {
	margin: 0 0 28px;
}

.mt-producttabs.style5 .slick-prev,
.mt-producttabs.style5 .slick-next {
	top: -38px;
}

.mt-producttabs.style5 .slick-prev {
	right: 54px;
}

.mt-producttabs.style5 .slick-next {
	right: 21px;
}

.mt-producttabs.style5 .mt-product2.large {
	width: auto;
	margin: 0 15px 35px;
}

.mt-producttabs.style6 {
	padding: 0 0 43px;
}

.mt-producttabs.style6:after {
	top: 25px;
}

.mt-producttabs.style6 .slick-prev,
.mt-producttabs.style6 .slick-next {
	top: -21px;
}

.mt-producttabs.style6 .slick-prev {
	right: 54px;
}

.mt-producttabs.style6 .slick-next {
	right: 21px;
}

.mt-producttabs.style6 .mt-product1 {
	width: auto;
	margin: 0 15px;
}

.mt-producttabs.style6 .mt-product1 .txt {
	padding: 0 0 0 22px;
}

.mt-producttabs.style6 .mt-product1 .mt-stars {
	left: 23px;
	bottom: 17px;
}

/*------------------------------------------------------------------
29. Mt Bestseller / .mt-bestseller
-------------------------------------------------------------------*/

.mt-bestseller {
	padding: 70px 0 70px;
    border-bottom: 1px solid #000;
}

@media screen and (max-width:479px) {    
    .mt-bestseller {
	margin-top: 0;
    }
}

.mt-bestseller .slick-prev,
.mt-bestseller .slick-next {
	z-index: 3;
	right: -88px;
	width: 45px;
	height: 45px;
	color: #021373;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-bestseller .slick-prev:focus,
.mt-bestseller .slick-prev:hover,
.mt-bestseller .slick-next:focus,
.mt-bestseller .slick-next:hover {
	color: #fff;
    background: #021373;
	border: 2px solid #fff;
}

.mt-bestseller .slick-prev:focus:before,
.mt-bestseller .slick-prev:hover:before,
.mt-bestseller .slick-next:focus:before,
.mt-bestseller .slick-next:hover:before {
	color: #fff;
}

.mt-bestseller .slick-next:before {
	top: 8px;
	opacity: 1;
	right: 16px;
	color: #021373;
	font-size: 26px;
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-bestseller .slick-prev {
	right: auto;
	left: -97px;
}

.mt-bestseller .slick-prev:before {
	top: 8px;
	opacity: 1;
	right: 17px;
	color: #000;
	content: "\f104";
	font-size: 26px;
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

@media screen and (max-width:479px) {    
    .mt-bestseller {
	padding: 50px 0 50px;
    border-bottom: 1px solid #000;
    }
    
    .mt-bestseller .slick-prev,
    .mt-bestseller .slick-next {
	transform: translate(0, 300%);
	width: 35px;
	height: 35px;
    }
    
    .mt-bestseller .slick-next:before {
	top: 4px;
	opacity: 1;
	right: 11px;
	color: #000;
	font-size: 23px;
	content: "\f105";
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
    }

    .mt-bestseller .slick-prev:before {
	top: 4px;
	opacity: 1;
	right: 14px;
	color: #000;
	content: "\f104";
	font-size: 23px;
	position: absolute;
	font-family: "FontAwesome";
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
    }
}

/*------------------------------------------------------------------
30. Mt Smallproducts / .mt-smallproducts
-------------------------------------------------------------------*/

.mt-smallproducts {
	padding: 70px 0 65px;
    border-bottom: 1px solid #000;
}

.mt-smallproducts .heading {
	color: #000;
	margin: 0 0 21px;
	font: 700 20px/25px "Montserrat", sans-serif;
}

/*------------------------------------------------------------------
31. Mt Productsc / .mt-productsc
-------------------------------------------------------------------*/

.mt-productsc {
	padding: 40px 0 54px;
}

.mt-productsc .mt-heading {
	margin-bottom: 40px;
}

.mt-productsc.style2 {
	padding: 40px 0 44px;
}

.mt-productsc.style2 .mt-heading {
	margin-bottom: 20px;
}

.mt-productsc.style3 {
	padding: 70px 0 44px;
}

.mt-productsc.style3 .mt-heading {
	margin-bottom: 20px;
}

.mt-productsc .mt-product1 {
	white-space: normal;
}

.mt-productsc .mt-product1.large {
	margin: 0 18px 64px 10px;
}

.mt-productsc .mt-product1.large .box {
	margin: 0 0 7px;
}

.mt-productsc .mt-product1.large .title {
	margin: 0 0 10px;
}

.mt-productsc .mt-product1.large .txt {
	padding: 0 0 0 18px;
}

.mt-productsc .mt-product1.large .mt-stars {
	left: 20px;
}

.mt-productsc .product-2 {
	white-space: normal;
}

.mt-productsc .product-3 {
	max-width: 280px;
	white-space: normal;
	margin: 0 10px 35px;
}



/*------------------------------------------------------------------
33. js tab hidden / .js-tab-hidden
-------------------------------------------------------------------*/

.js-tab-hidden {
	height: 0;
	overflow-y: hidden;
}

/*------------------------------------------------------------------
34. Mt Detail Section / .mt-detail-sec
-------------------------------------------------------------------*/

.mt-detail-sec {
	padding: 40px 0 164px;
}

.mt-detail-sec.style1 h2 {
	padding: 0 0 0 20px;
}

.mt-detail-sec h2 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;	font-weight: 400;
	margin: 0 0 25px;
	color: #000;
}

.mt-detail-sec .bill-detail {
	overflow: hidden;
	width: 549px;
}

.mt-detail-sec .bill-detail .form-group {
	margin-bottom: 17px;
	overflow: hidden;
}

.mt-detail-sec .bill-detail .form-group ::-webkit-input-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group ::-moz-placeholder {
	opacity: 1;
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group :-moz-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group :-ms-input-placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-group .placeholder {
	color: #7d7d7d;
}

.mt-detail-sec .bill-detail .form-control {
	font-size: 14px;
	line-height: 16px;
	background: none;
	outline: none;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	border-radius: 10px;
	padding: 10px 18px;
	width: 100%;
	height: 55px;
	color: #7d7d7d;
	border-color: #dcdcdc;
}

.mt-detail-sec .bill-detail textarea {
	min-height: 99px;
	width: 100%;
	resize: none;
}

.mt-detail-sec .bill-detail input[type="checkbox"] {
	margin: 0 5px 0 0;
	padding: 0;
}

.mt-detail-sec .bill-detail .check-box {
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	color: #868686;
}

.mt-detail-sec .bill-detail .col {
	width: 47%;
	float: left;
	margin: 0 0 0 32px;
}

.mt-detail-sec .bill-detail .col:first-child {
	margin: 0;
}

.mt-detail-sec .bill-detail .update-btn {
	font-family: "Montserrat", sans-serif;	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	outline: none;
	box-shadow: none;
	width: 214px;
	display: block;
	padding: 14px 10px 12px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #fff;
	color: #c6c6c6;
	border-color: #dcdcdc;
}

.mt-detail-sec .bill-detail .update-btn:hover {
	background: #88bd6e;
	color: #fff;
}

.mt-detail-sec .holder {
	overflow: hidden;
	background: #fff;
	margin: 44px 0 0 32px;
	padding: 51px 60px 43px;
}

.mt-detail-sec .block {
	overflow: hidden;
	padding: 21px 0 0 2px;
	margin: 0 0 67px;
}

.mt-detail-sec .block.cart {
	border-style: solid;
	border-width: 1px;
	margin: 0 0 18px;
	border-color: #dcdcdc;
	padding: 51px 45px 34px;
}

.mt-detail-sec .block.cart .txt span {
	font-size: 24px;
	line-height: 18px;
	margin: -3px 8px 0 0;
}

.mt-detail-sec .block.cart .txt span .fa {
	font-size: 18px;
}

.mt-detail-sec .block.cart .txt strong {
	font-size: 14px;
	line-height: 16px;
	padding: 0 9px 0 0;
	font-weight: 400;
	display: block;
	color: #010101;
}

.mt-detail-sec .block li {
	margin: 0 0 10px;
	padding: 0 0 9px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #ccc;
}

.mt-detail-sec .block .title {
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin: 0 0 11px;
	text-transform: uppercase;
	color: #868686;
}

.mt-detail-sec .block .title.sub-title {
	margin: 0;
}

.mt-detail-sec .block span {
	font-size: 14px;
	line-height: 16px;
	display: block;
	font-weight: 700;
	margin: 0 0 3px;
	color: #868686;
}

.mt-detail-sec .block .txt .title {
	margin: 0 0 9px;
}

.mt-detail-sec .block .txt span {
	font-size: 16px;
	line-height: 18px;
	display: block;
	color: #494949;
}

.mt-detail-sec .panel-group {
	padding: 0 10px 0 2px;
	margin: -2px 0 0;
	overflow: hidden;
}

.mt-detail-sec .panel-group .panel-heading {
	padding: 14px 0;
}

.mt-detail-sec .panel-group .panel-title {
	font-size: 16px;
	line-height: 18px;
	display: block;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #868686;
}

.mt-detail-sec .panel-group .panel-title a {
	display: block;
}

.mt-detail-sec .panel-group .panel-title .check {
	float: right;
	width: 17px;
	height: 17px;
	margin: 3px 0 0;
	border-style: solid;
	border-width: 1px;
	display: block;
	background: #fff;
	border-color: #494949;
}

.mt-detail-sec .panel-group .panel-title .check .fa-check {
	font-size: 14px;
	line-height: 16px;
	opacity: 1;
	visibility: visible;
	display: block;
	margin: 1px 0 2px 1px;
	color: #494949;
}

.mt-detail-sec .panel-group .panel-title .collapsed .fa-check {
	opacity: 0;
	visibility: hidden;
}

.mt-detail-sec .panel-group .panel-body {
	font-size: 12px;
	line-height: 16px;
	font-weight: 200;
	overflow: hidden;
	color: #868686;
}

.mt-detail-sec .panel-group .panel {
	padding: 0 0 4px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px 0 0;
	border-color: #ccc;
}

.mt-detail-sec .panel-group .panel:first-child {
	border-top: none;
}

.mt-detail-sec .block-holder {
	color: #868686;
	overflow: hidden;
	font-size: 16px;
	line-height: 18px;
	padding: 35px 63px 56px 93px;
}

.mt-detail-sec .block-holder a {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #000;
}

.mt-detail-sec .block-holder a:hover {
	color: #868686;
}

.mt-detail-sec .block-holder input[type="checkbox"] {
	float: right;
}

.mt-detail-sec .process-btn {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	width: 307px;
	padding: 14px 10px;
	display: block;
	text-align: center;
	float: right;
	font-weight: 700;
	letter-spacing: 2px;
	word-spacing: 1px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #fff;
	background: #88bd6e;
}

.mt-detail-sec .process-btn .fa-check {
	margin: 0 0 0 1px;
}

.mt-detail-sec .process-btn:hover {
	background: #fff;
	color: #494949;
}

/*------------------------------------------------------------------
35. Mt Product Table / .mt-product-table
-------------------------------------------------------------------*/

.mt-product-table {
	padding: 40px 0;
}

.mt-product-table .border {
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #EF0808;
}

.mt-product-table .title {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	padding: 0 0 18px;
	color: #EF0808;
}

.mt-product-table .img-holder {
	width: 106px;
	overflow: hidden;
	padding: 25px 0 22px;
}

.mt-product-table .product-name {
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 69px 0 0;
	color: #757575;
}

.mt-product-table .price {
	font-size: 18px;
	line-height: 20px;
	float: left;
	padding: 81px 0 0;
	color: #494949;
}

.mt-product-table .qyt-form {
	padding: 69px 0 0;
}

.mt-product-table .qyt-form select {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	padding: 7px 10px;
	border: none;
	outline: none;
	background: #eee;
	color: #494949;
}

.mt-product-table .fa-close {
	font-size: 18px;
	line-height: 20px;
	float: right;
	margin: 81px 0 0;
	color: #080808;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-product-table .fa-close:hover {
	color: #494949;
}

.mt-product-table .coupon-form {
	overflow: hidden;
	padding: 40px 0 52px;
	border-bottom: 1px solid #dcdcdc;
}

.mt-product-table .coupon-form .form-control {
	border-style: solid;
	border-width: 1px;
	background: none;
	outline: none;
	font-size: 14px;
	line-height: 16px;
	width: 258px;
	float: left;
	margin: 0 6px 0 0;
	height: 48px;
	border-radius: 0;
	box-shadow: none;
	border-color: #dcdcdc;
	color: #7d7d7d;
	padding: 10px 30px;
}

.mt-product-table .coupon-form button {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;	border: none;
	outline: none;
	border-radius: 0;
	display: block;
	text-align: center;
	padding: 16px 10px 13px 7px;
	width: 111px;
	float: left;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #cba233;
	color: #fff;
}

.mt-product-table .coupon-form button:hover {
	background: #f05c5c;
}

.mt-product-table .coupon-form .mt-holder {
	width: 389px;
	margin: 0 auto;
}

/*------------------------------------------------------------------
36. product detail ab / .product-detail-tab
-------------------------------------------------------------------*/

.product-detail-tab {
	color: #aaa;
	overflow: hidden;
	padding: 74px 0 85px;
	font: 300 16px/21px "Source Sans Pro", sans-serif;
}

.product-detail-tab .mt-tabs {
	padding: 0;
	margin: 0 0 50px;
	list-style: none;
	border-bottom: 1px solid #c8c8c8;
	font: 700 16px/20px "Montserrat", sans-serif;
}

.product-detail-tab .mt-tabs li {
	padding: 0 27px;
	vertical-align: top;
	display: inline-block;
}

.product-detail-tab .mt-tabs a {
	color: #9b9b9b;
	display: block;
	margin: 0 0 -1px;
	padding: 0 0 12px;
	border-bottom: 1px solid transparent;
}

.product-detail-tab .mt-tabs a:hover,
.product-detail-tab .mt-tabs a.active {
	color: #000;
	border-bottom-color: #000;
}

.product-detail-tab p {
	margin: 0 0 20px;
}

/*------------------------------------------------------------------
37. product comment / .product-comment
-------------------------------------------------------------------*/

.product-comment {
	overflow: hidden;
}

.product-comment .mt-box {
	margin: 0 0 47px;
	overflow: hidden;
	padding: 0 0 26px;
	border-bottom: 1px solid #f0f0f0;
	font: 300 16px/21px "Source Sans Pro", sans-serif;
}

.product-comment .mt-hold {
	margin: 0 0 11px;
	overflow: hidden;
}

.product-comment .mt-star {
	padding: 0;
	color: #e6c376;
	font-size: 14px;
	overflow: hidden;
	list-style: none;
	margin: 0 17px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.product-comment .mt-star li {
	float: left;
	margin: 0 2px 0 0;
}

.product-comment .mt-star .fa-star-o {
	color: #d6d6d6;
}

.product-comment .name {
	color: #aaa;
	margin: 0 24px 0 0;
	display: inline-block;
	vertical-align: middle;
	font: 700 16px/20px "Source Sans Pro", sans-serif;
}

.product-comment time {
	display: inline-block;
	vertical-align: middle;
	font: italic 300 14px/20px "Source Sans Pro", sans-serif;
}

.product-comment p {
	margin: 0;
	letter-spacing: .6px;
}

.product-comment .mt-row {
	margin: 0 0 14px;
	overflow: hidden;
}

.product-comment .p-commentform {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 3px 0 104px 6px;
	border-bottom: 1px solid #e1e1e1;
}

.product-comment h2 {
	color: #949494;
	margin: 0 0 41px;
	font: 600 16px/20px "Source Sans Pro", sans-serif;
}

.product-comment label {
	float: left;
	color: #aaa;
	width: 80px;
	font: 700 16px/20px "Source Sans Pro", sans-serif;
}

.product-comment .form-control {
	margin: 0;
	float: left;
	height: 32px;
	width: 93.3%;
	outline: none;
	color: #000;
	font-weight: 200;
	box-shadow: none;
	background: none;
	overflow: hidden;
	padding: 6px 15px;
	border-radius: 20px;
	border: 1px solid #d1d1d1;
	font-size: 14px;
	line-height: 20px;
}

.product-comment .form-control ::-webkit-input-placeholder {
	color: #000;
}

.product-comment .form-control ::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.product-comment .form-control :-moz-placeholder {
	color: #000;
}

.product-comment .form-control :-ms-input-placeholder {
	color: #000;
}

.product-comment .form-control .placeholder {
	color: #000;
}

.product-comment textarea {
	resize: none;
	min-height: 122px;
}

.product-comment .btn-type4 {
	margin: 0 0 0 80px;
}

/*------------------------------------------------------------------
38. related products / .related-products
-------------------------------------------------------------------*/

.related-products {
	padding: 0 0 130px;
}

.related-products h2 {
	color: #252525;
	margin: 0 0 13px;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.related-products img {
	width: inherit;
	max-width: 100%;
}

.related-products .mt-product1 {
	width: 19.8%;
	padding-right: 2%;
}

.related-products .mt-product1 .txt {
	padding: 0 0 0 20px;
}

.related-products .mt-product1 .mt-stars {
	left: 20px;
}

/*------------------------------------------------------------------
39. mt shoplist header / .mt-shoplist-header
-------------------------------------------------------------------*/

.mt-shoplist-header {
	z-index: 1;
	position: relative;
	padding: 21px 0 19px;
}

.mt-shoplist-header .btn-box {
	float: right;
}

.mt-shoplist-header .btn-box > ul {
	margin: 0;
	float: left;
}

.mt-shoplist-header .btn-box > ul > li {
	padding: 0 0 0 3px;
	position: relative;
	vertical-align: top;
}

.mt-shoplist-header .btn-box > ul > li a {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.mt-shoplist-header .btn-box > ul > li a:hover {
	text-decoration: none;
}

.mt-shoplist-header .btn-box > ul > li:hover .drop {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.mt-shoplist-header .btn-box > ul > li:hover .drop-link {
	color: #080808;
	border-color: #080808;
}

.mt-shoplist-header .btn-box .drop-link {
	display: block;
	color: #a5a5a5;
	margin: 0 4px 0 0;
	padding: 12px 20px;
	border-radius: 20px;
	border: 1px solid #d8d8d8;
	font: 14px/1 "Source Sans Pro", sans-serif;
}

.mt-shoplist-header .btn-box .drop-link:hover {
	color: #080808;
	border-color: #080808;
}

.mt-shoplist-header .btn-box .mt-viewswitcher {
	padding: 11px;
	display: block;
	color: #a5a5a5;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	border: 1px solid #d8d8d8;
}

.mt-shoplist-header .btn-box .mt-viewswitcher:hover {
	color: #080808;
	border-color: #080808;
}

.mt-shoplist-header .btn-box .drop {
	left: 0;
	right: 0;
	top: 140%;
	opacity: 0;
	background: #fff;
	visibility: hidden;
	position: absolute;
	border: 1px solid #d8d8d8;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.mt-shoplist-header .btn-box .drop a {
	display: block;
	padding: 10px 15px;
}

.mt-shoplist-header .btn-box .drop a:hover {
	color: #080808;
}

.mt-shoplist-header .btn-box .drop li {
	border-bottom: 1px solid #d8d8d8;
}

.mt-shoplist-header .mt-textbox {
	color: #a5a5a5;
	padding: 2px 0 0;
	font-weight: 300;
	overflow: hidden;
}

.mt-shoplist-header .mt-textbox p {
	margin: 0;
}

.mt-shoplist-header .mt-textbox a {
	color: #a5a5a5;
}

.mt-shoplist-header .mt-textbox a:hover {
	color: #080808;
	text-decoration: none;
}

/*------------------------------------------------------------------
40. Mt productlisthold / .mt-productlisthold
-------------------------------------------------------------------*/

.mt-productlisthold {
	margin: 0;
	width: 103%;
}

.mt-productlisthold > li {
	width: 33%;
	padding: 0 0 62px;
	vertical-align: top;
}

.mt-productlisthold .mt-product1 .txt {
	padding: 0 0 0 20px;
}

.mt-productlisthold .mt-product1 .mt-stars {
	left: 20px;
}

/*------------------------------------------------------------------
41. Mt pagination / .mt-pagination
-------------------------------------------------------------------*/

.mt-pagination {
	padding: 42px 0 100px;
	font: 700 16px/20px "Montserrat", sans-serif;
}

.mt-pagination ul {
	margin: 0;
	text-align: center;
}

.mt-pagination ul li {
	padding: 0 3px;
	vertical-align: top;
}

.mt-pagination ul a {
	color: #bababa;
	display: block;
	padding: 5px 10px;
	background: #fff;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.mt-pagination ul a:hover {
	color: #fff;
	background: #080808;
	text-decoration: none;
}

/*------------------------------------------------------------------
42. product post / .product-post
-------------------------------------------------------------------*/

.product-post {
	padding: 0 0 8px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}

.product-post .img-holder {
	width: 30.9%;
	padding: 22px 0 0;
	vertical-align: top;
	display: inline-block;
}

.product-post .img-holder img {
	width: auto;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}

.product-post .txt-holder {
	width: 67%;
	vertical-align: top;
	display: inline-block;
	padding: 46px 0 0 2.3%;
}

.product-post .txt-holder .align-left {
	float: left;
	width: 60.2%;
	padding: 0 30px 0 0;
	border-right: 1px solid #ededed;
}

.product-post .txt-holder .align-right {
	float: right;
	width: 37.9%;
	text-align: right;
	padding: 4px 2.6% 0 0;
}

.product-post .title {
	display: block;
	color: #757575;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 20px;
}

.product-post .title a {
	color: #757575;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.product-post .title a:hover {
	color: #ff8283;
}

.product-post .price {
	display: block;
	font-size: 22px;
	line-height: 23px;
	color: #000;
	font-weight: 600;
	margin: 0 0 19px;
}

.product-post .price .fa {
	font-size: 16px;
	padding: 0 6px 0 0;
}

.product-post .rating-list {
	font-size: 14px;
	line-height: 16px;
	font-family: "Montserrat", sans-serif;	font-weight: 400;
	color: #b6b6b6;
	overflow: hidden;
	margin: 0 0 21px;
	padding: 0 14px 0 0;
}

.product-post .rating-list li {
	margin: 0 -2px 0 1px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: -.5px;
}

.product-post .rating-list li.active a {
	color: #e6c376;
}

.product-post .rating-list a {
	color: #b6b6b6;
}

.product-post .rating-list a:hover {
	color: #080808;
	text-decoration: none;
}

.product-post .btn-cart {
	font-size: 14px;
	line-height: 16px;
	color: #b6b6b6;
	background: #f4f4f4;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	width: 173px;
	border-radius: 25px;
	padding: 15px 17px 12px 10px;
	word-spacing: 2px;
	float: right;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.product-post .btn-cart:hover {
	background: #ff8283;
	color: #fff;
}

.product-post .nav {
	font-size: 11px;
	line-height: 13px;
	font-family: "Montserrat", sans-serif;	font-weight: 400;
	color: #b6b6b6;
	display: block;
	overflow: hidden;
	margin: 0 0 21px;
	width: 100%;
	padding: 0 8px 0 0;
	text-transform: uppercase;
}

.product-post .nav li {
	display: block;
	overflow: hidden;
	margin: 0 0 16px;
}

.product-post .nav a {
	color: #b6b6b6;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.product-post .nav a:hover {
	color: #ff8283;
}

/*------------------------------------------------------------------
43. product masonry / #product-masonry
-------------------------------------------------------------------*/

#product-masonry {
	overflow: hidden;
	margin: 0 0 150px;
}

#product-masonry #product-filter {
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 60px;
	overflow: hidden;
	list-style: none;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#product-masonry #product-filter li {
	float: left;
}

#product-masonry #product-filter li.left {
	float: right;
}

#product-masonry #product-filter li:before {
	content: "/";
	display: inline-block;
	font-size: .8em;
	font-weight: 900;
	margin: -4px 0 0;
	padding: 0 20px;
	vertical-align: middle;
}

#product-masonry #product-filter li:last-child:before,
#product-masonry #product-filter li:first-child:before {
	display: none;
}

#product-masonry #product-filter li.left a,
#product-masonry #product-filter li.active a {
	color: #000;
}

#product-masonry #product-filter a {
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

#product-masonry #product-filter a:hover {
	color: #000;
}

#product-masonry .masonry-list {
	padding: 0;
	margin: 0 0 -1px;
	overflow: hidden;
	list-style: none;
	position: relative;
}

#product-masonry .masonry-list:after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	content: "";
	background: #fff;
	position: absolute;
}

#product-masonry .masonry-list > li {
	width: 25%;
	float: left;
	padding: 0 10px 30px;
	text-align: center;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

#product-masonry .masonry-list .mt-product1 {
	text-align: left;
	max-width: 250px;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-top: 20px;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: block;
	float: left;
	height: 100%;
	min-height: 1px;
	margin-left: 5px;
	margin-right: 5px;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

@media screen and (max-width:479px) {
    .b2 {
	width: 48vw;
    }
    
.slick-list {
    width: 50vw;
	display: block;
    float: left;
	overflow: inherit;
    margin-left: -4vw;
    }
    
.slick-slide {
	float: left;
    }    
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

@font-face {
	font-family: slick;
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svgslick") format("svg");
	font-weight: 400;
	font-style: normal;
}

/* Icons */

@font-face {
	font-family: "slick";
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/slick.eot");
	src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 990px;
	height: 80px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: #021373;
	border: none;
	outline: none;
	z-index: 5;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
    background-color: #021373;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 65px;
	line-height: 1;
	opacity: .2;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 25px;
}

[dir="rtl"] .slick-prev {
	right: 25px;
	left: auto;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: 25px;
}

[dir="rtl"] .slick-next {
	right: auto;
	left: 25px;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}
       
/* Dots */

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*------------------------------------------------------------------
62. Mt Blog Detail / .mt-blog-detail
-------------------------------------------------------------------*/

.mt-blog-detail.fullwidth {
	margin: 0 0 162px;
}

.mt-blog-detail.style4 {
	margin: 0 0 172px;
}

.mt-blog-detail.style1 {
	padding: 46px 0 0;
	margin: 0 0 112px;
}

.mt-blog-detail.style1 .blog-post {
	font-size: 16px;
	margin: 0 0 142px;
}

.mt-blog-detail.style1 .blog-post.style2 {
	margin: 0 0 33px;
}

.mt-blog-detail.style1 .blog-post.style2 .blog-txt {
	padding: 5px 0 0;
	width: 59%;
}

.mt-blog-detail.style1 .blog-post.style2 .blog-txt p {
	margin: 0 0 30px;
}

.mt-blog-detail.style1 .blog-post.style2 .blog-nav {
	margin: 0 0 13px;
}

.mt-blog-detail.style1 .blog-post.detail .blog-txt p {
	margin: 0 0 32px;
}

.mt-blog-detail.style1 .blog-post .blog-txt {
	width: 83%;
	padding: 0 70px 0 0;
}

.mt-blog-detail.style1 .blog-post .blog-nav {
	margin: 0 0 34px;
}

.mt-blog-detail.style1 .blog-post .img-block {
	padding: 114px 0 0;
	margin: 0 0 102px;
}

.mt-blog-detail.style2 {
	padding: 46px 0 0;
	margin: 0 0 112px;
}

.mt-blog-detail.style2 .blog-post {
	font-size: 16px;
	margin: 0 0 71px;
}

.mt-blog-detail.style2 .blog-post.detail .blog-txt p {
	margin: 0 0 32px;
}

.mt-blog-detail.style2 .blog-post .img-holder {
	margin: 0 0 37px;
}

.mt-blog-detail.style2 .blog-post .time {
	margin: -38px 35px 0 0;
}

.mt-blog-detail.style2 .blog-post .blog-txt {
	padding: 0 70px 0 0;
}

.mt-blog-detail.style2 .blog-post .blog-nav {
	margin: 0 0 34px;
}

.mt-blog-detail.style2 .blog-post .img-block {
	padding: 114px 0 0;
	margin: 0 0 102px;
}

.mt-blog-detail.style2 .btn-holder {
	padding: 70px 0 0;
}

.mt-blog-detail .header {
	padding-top: 12px;
	padding-bottom: 9px;
	position: relative;
	margin: 0 0 55px;
}

.mt-blog-detail .header:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: -9999px;
	top: 0;
	bottom: 0;
	right: -9999px;
	background: #eee;
}

.mt-blog-detail .header .breadcrumbs {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	overflow: hidden;
	float: left;
	color: #000;
}

.mt-blog-detail .header .breadcrumbs ul {
	overflow: hidden;
	margin: 0;
}

.mt-blog-detail .header .breadcrumbs ul li {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.mt-blog-detail .header .breadcrumbs ul .fa-angle-right {
	margin: 0 0 0 5px;
}

.mt-blog-detail .header .breadcrumbs ul a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #000;
}

.mt-blog-detail .header .breadcrumbs ul a:hover {
	color: #080808;
}

.mt-blog-detail .header .category {
	margin: 4px auto 0;
	text-align: center;
	width: 73%;
	float: left;
	color: #080808;
	font-size: 15px;
	line-height: 17px;
}

.mt-blog-detail .header .category a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-blog-detail .header .category a:hover {
	color: #080808;
}

.mt-blog-detail .header .align-right {
	float: right;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: 200;
	margin: 0;
}

.mt-blog-detail .header .align-right li {
	float: left;
	margin: 0 8px 0 22px;
}

.mt-blog-detail .header .align-right a {
	color: #000;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.mt-blog-detail .header .align-right a:hover {
	color: #080808;
}

.mt-blog-detail .header .align-right .fa-search {
	margin: 4px 0 0 5px;
}

.mt-blog-detail .header .align-right .fa-bars {
	font-size: 21px;
	line-height: 23px;
	margin: 0 0 0 9px;
	display: inline-block;
	vertical-align: middle;
}

.mt-blog-detail .header-holder {
	padding-top: 23px;
	padding-bottom: 100px;
	padding-left: 100px;
}

.mt-blog-detail .header-holder h2 {
	font-size: 28px;
	line-height: 30px;
	text-transform: uppercase;
	color: #939393;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	margin: 0 50px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 29.6%;
}

.mt-blog-detail .txt-wrap {
	font-size: 16px;
	line-height: 24px;
	color: #939393;
	display: inline-block;
	vertical-align: middle;
	width: 56%;
	position: relative;
}

.mt-blog-detail .txt-wrap:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: -50px;
	top: 0;
	bottom: auto;
	right: auto;
	width: 1px;
	height: 100px;
	background: #939393;
}

.mt-blog-detail .sidebar {
	position: relative;
}

.mt-blog-detail .sidebar:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 24px;
	top: 70px;
	bottom: auto;
	right: auto;
	background: #e7e7e7;
	width: 1px;
	height: 680px;
}

/*------------------------------------------------------------------
63. Mt Blog Post / .mt-blog-post
-------------------------------------------------------------------*/

.blog-post {
	overflow: hidden;
	font-size: 14px;
	line-height: 27px;
	font-weight: 200;
	margin: 0 0 105px;
	color: #494949;
}

.blog-post.style2 {
	line-height: 23px;
	padding: 0 0 35px;
	margin: 0 0 33px;
	border-style: solid;
	border-width: 0 0 1px;
	border-color: #e7e7e7;
}

.blog-post.style2 .img-holder {
	width: 35%;
	float: left;
	margin: 0 42px 0 0;
}

.blog-post.style2 .comment-nav {
	right: 6px;
	bottom: 19px;
	top: auto;
	font-size: 13px;
	line-height: 15px;
}

.blog-post.style2 .blog-txt {
	width: 56%;
}

.blog-post.style2 .blog-txt p {
	margin: 0 0 32px;
}

.blog-post.style2 h2 {
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 7px;
}

.blog-post.style2 .blog-nav {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 16px;
}

.blog-post.style2 .blog-nav li {
	margin: 0 30px 0 0;
	position: relative;
	z-index: 1;
}

.blog-post.style2 .blog-nav li:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: -16px;
	top: 0;
	bottom: auto;
	right: auto;
	height: 14px;
	width: 1px;
	background: #494949;
}

.blog-post.style2 .blog-nav li:first-child:before {
	display: none;
}

.blog-post.style3 {
	margin: 0 0 97px;
	position: relative;
}

.blog-post.style3 .img-holder {
	margin: 0;
}

.blog-post.style3 .blog-txt {
	padding: 60px;
	width: 1090px;
	line-height: 27px;
	background: #fff;
	position: relative;
	margin: -121px 0 0 41px;
}

.blog-post.style3 .blog-txt p {
	margin: 0 0 31px;
}

.blog-post.style3 .time {
	top: 38px;
	margin: 0;
	left: 60px;
	color: #494949;
	background: #fff;
	position: absolute;
}

.blog-post.style3 .img-block {
	padding: 24px 0 0;
}

.blog-post.style3 .img-block.fullwidth {
	width: 885px;
	margin: 0 auto 80px;
}

.blog-post.style3 .img-block .img {
	margin: 0 30px 37px 0;
}

.blog-post.detail .blog-txt p {
	margin: 0 0 24px;
}

.blog-post .img-holder {
	width: 100%;
	overflow: hidden;
	margin: 0 0 32px;
	position: relative;
}

.blog-post .blog-txt {
	float: left;
	overflow: hidden;
	width: 84%;
}

.blog-post .blog-txt p {
	margin: 0 0 24px;
}

.blog-post .comment-nav {
	overflow: hidden;
	margin: 0;
	position: absolute;
	right: 36px;
	top: 55px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;}

.blog-post .comment-nav li {
	margin: 0 17px 0 0;
	float: left;
}

.blog-post .comment-nav .fa-comments {
	margin: 0 4px 0 0;
}

.blog-post .comment-nav .fa-share-alt {
	margin: 0 6px 0 0;
}

.blog-post .comment-nav a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
}

.blog-post .comment-nav a:hover {
	color: #080808;
}

.blog-post h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;	margin: 0 0 17px;
	text-transform: uppercase;
	color: #494949;
}

.blog-post h2 a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
}

.blog-post h2 a:hover {
	color: #080808;
}

.blog-post .blog-nav {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: 200;
	margin: 0 0 32px;
	overflow: hidden;
	padding: 0 0 0 2px;
	color: #494949;
}

.blog-post .blog-nav li {
	float: left;
	margin: 0 40px 0 0;
}

.blog-post .blog-nav a {
	color: #494949;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.blog-post .blog-nav a:hover {
	color: #080808;
}

.blog-post .blog-nav .fa-clock-o,
.blog-post .blog-nav .fa-list,
.blog-post .blog-nav .fa-comment {
	margin: 0 7px 0 0;
}

.blog-post .btn-more {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: -3px;
	margin: 0 0 0 4px;
	letter-spacing: 1px;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
}

.blog-post .btn-more:hover {
	color: #080808;
}

.blog-post .time {
	float: left;
	width: 78px;
	padding: 10px 10px 16px 15px;
	letter-spacing: 1px;
	overflow: hidden;
	display: block;
	margin: -32px 51px 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	background: #919191;
	color: #fff;
}

.blog-post .time strong {
	font-size: 30px;
	line-height: 33px;
	display: block;
}

.blog-post .img-block {
	overflow: hidden;
	padding: 80px 0 0;
	margin: 0 0 80px;
}

.blog-post .img-block.fullwidth {
	width: 865px;
	margin: 0 auto;
}

.blog-post .img-block.fullwidth .img {
	width: 261px;
}

.blog-post .img-block .img {
	float: left;
	width: 182px;
	margin: 0 10px 10px 0;
}

.blog-post .img-block .img a {
	display: block;
	position: relative;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.blog-post .img-block .img a .fa {
	top: 50%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
}

.blog-post .img-block .img a:hover .fa {
	opacity: 1;
	visibility: visible;
}

/*------------------------------------------------------------------
64. Btn Holder / .btn-holder
-------------------------------------------------------------------*/

.btn-holder {
	overflow: hidden;
}

.btn-holder .btn-prev {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	padding: 5px 16px 5px 11px;
	text-transform: uppercase;
	float: left;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
	border-color: #494949;
}

.btn-holder .btn-prev:hover {
	border-color: #080808;
	background: #080808;
	color: #fff;
}

.btn-holder .btn-prev .fa-angle-left {
	margin: 0 5px 0 0;
}

.btn-holder .btn-next {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	padding: 5px 13px 5px 18px;
	text-transform: uppercase;
	float: right;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
	border-color: #494949;
}

.btn-holder .btn-next:hover {
	border-color: #080808;
	background: #080808;
	color: #fff;
}

.btn-holder .btn-next .fa-angle-right {
	margin: 0 0 0 4px;
}

.btn-holder .pagination {
	font-size: 23px;
	line-height: 25px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;	overflow: hidden;
	padding: 60px 0 10px 7px;
	text-transform: uppercase;
	color: #bababa;
}

.btn-holder .pagination.pagelink {
	margin: 0 auto;
	width: 300px;
	padding-top: 91px;
}

.btn-holder .pagination li {
	float: left;
	margin: 0 16px 0 0;
}

.btn-holder .pagination .active a {
	border-width: 0 0 4px;
	border-style: solid;
	color: #494949;
	border-color: #494949;
}

.btn-holder .pagination a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #bababa;
}

.btn-holder .pagination a:hover {
	color: #494949;
	border-color: #494949;
	border-width: 0 0 4px;
	border-style: solid;
}

/*------------------------------------------------------------------
65. Widget / .widget
-------------------------------------------------------------------*/

.widget {
	overflow: hidden;
	margin: 0 0 68px;
	padding: 0 6px 0 0;
}

.widget h3 {
	font-size: 18px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 23px;
	padding: 0 0 8px;
	position: relative;
	color: #494949;
}

.widget h3:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: auto;
	top: auto;
	bottom: 0;
	right: 0;
	width: 59px;
	height: 4px;
	background: #494949;
}

.widget.category-widget .widget-nav {
	font-size: 18px;
	line-height: 20px;
	font-weight: 200;
	margin: 0;
	overflow: hidden;
	padding: 0 4px 0 0;
	color: #494949;
}

.widget.category-widget .widget-nav li {
	margin: 0 0 8px;
}

.widget.category-widget .widget-nav a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
}

.widget.category-widget .widget-nav a:hover {
	color: #080808;
}

.widget.popular-widget {
	font-size: 14px;
	line-height: 17px;
	font-weight: 200;
	color: #494949;
}

.widget.popular-widget h3:before {
	width: 81px;
}

.widget.popular-widget .popular-post {
	overflow: hidden;
	padding: 5px 0 0;
}

.widget.popular-widget .popular-post li {
	margin: 0 0 13px;
	overflow: hidden;
}

.widget.popular-widget .img-post {
	float: right;
	width: 16.5%;
	margin: 0 0 0 10px;
}

.widget.popular-widget .info-dscrp {
	width: 76%;
	float: right;
	overflow: hidden;
	max-width: 260px;
	padding: 3px 7px 0 0;
}

.widget.popular-widget .info-dscrp p {
	margin: 0 0 2px;
}

.widget.popular-widget .time {
	font-style: italic;
	color: #6b6b6b;
}

.widget.tag-widget {
	font-size: 16px;
	line-height: 18px;
	font-weight: 200;
	color: #494949;
}

.widget.tag-widget h3:before {
	width: 24px;
}

.widget.tag-widget .tags {
	width: 200px;
	overflow: hidden;
	float: right;
}

.widget.tag-widget .tags li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 10px;
}

.widget.tag-widget .tags a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.widget.tag-widget .tags a:hover {
	color: #080808;
}

/*------------------------------------------------------------------
66. Mt Author Box / .mt-author-box
-------------------------------------------------------------------*/

.mt-author-box {
	padding: 42px 40px 35px 47px;
	overflow: hidden;
	margin: 0 0 57px;
	background: #f4f4f4;
}

.mt-author-box.fullwidth {
	width: 865px;
	margin: 0 auto 87px;
}

.mt-author-box.fullwidth .author-img {
	width: 18.8%;
}

.mt-author-box .author-img {
	width: 20.9%;
	float: left;
	margin: 0 37px 0 0;
}

.mt-author-box .author-txt {
	float: left;
	overflow: hidden;
	width: 72%;
	padding: 15px 0 0;
}

.mt-author-box .author-txt p {
	margin: 0 0 19px;
}

.mt-author-box h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	margin: 0 0 10px;
	color: #000;
}

.mt-author-box h3 a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #000;
}

.mt-author-box h3 a:hover {
	color: #080808;
}

.mt-author-box .social-network {
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	padding: 0 0 0 2px;
	color: #000;
}

.mt-author-box .social-network li {
	float: left;
	margin: 0 13px 0 0;
}

.mt-author-box .social-network a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #000;
}

.mt-author-box .social-network a:hover {
	color: #080808;
}

/*------------------------------------------------------------------
67. Mt Comments Section / .mt-comments-section
-------------------------------------------------------------------*/

.mt-comments-section {
	overflow: hidden;
	padding: 40px 0;
	margin: 0 0 40px;
}

.mt-comments-section.fullwidth {
	width: 865px;
	margin: 0 auto;
}

.mt-comments-section.fullwidth ul .img-box {
	width: 7.9%;
	margin: 0 16px 0 0;
}

.mt-comments-section.fullwidth ul li.second-comment {
	padding: 0 0 0 89px;
}

.mt-comments-section.fullwidth ul li.second-comment .img-box {
	width: 8.9%;
}

.mt-comments-section.fullwidth .mt-leave-comment h2 {
	margin: 0 0 27px;
}

.mt-comments-section.fullwidth .mt-leave-comment .comment-form .form-group {
	margin: 0 0 22px;
}

.mt-comments-section.fullwidth .mt-leave-comment .comment-form textarea {
	margin: 0;
}

.mt-comments-section.fullwidth .mt-leave-comment .comment-form .form-btn {
	padding: 14px 7px 13px 5px;
	font-weight: 700;
}

.mt-comments-section .mt-comments-heading {
	overflow: hidden;
	margin: 0 0 25px;
}

.mt-comments-section h2 {
	font-size: 24px;
	line-height: 26px;
	font-family: "Montserrat", sans-serif;	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 23px;
	padding: 0 0 16px;
	position: relative;
	color: #494949;
}

.mt-comments-section h2:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 2px;
	top: auto;
	bottom: 0;
	right: auto;
	width: 81px;
	height: 4px;
	background: #494949;
}

.mt-comments-section h2 a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
}

.mt-comments-section h2 a:hover {
	color: #080808;
}

.mt-comments-section ul {
	padding: 0 0 0 17px;
	overflow: hidden;
	margin: 0 0 60px;
}

.mt-comments-section ul li {
	overflow: hidden;
	margin: 0 0 55px;
}

.mt-comments-section ul li.second-comment {
	padding: 0 0 0 93px;
}

.mt-comments-section ul li.second-comment .img-box {
	width: 9.7%;
}

.mt-comments-section ul li.second-comment .txt {
	width: 87%;
}

.mt-comments-section ul .img-box {
	width: 8.8%;
	float: left;
	overflow: hidden;
	margin: 0 20px 0 0;
}

.mt-comments-section ul .txt {
	float: left;
	width: 88%;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	padding: 7px 0 30px;
	border-width: 0 0 1px;
	border-style: solid;
	color: #868686;
	border-color: #eee;
}

.mt-comments-section ul .txt h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 6px;
	color: #000;
}

.mt-comments-section ul .txt h3 a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #000;
}

.mt-comments-section ul .txt h3 a:hover {
	color: #080808;
}

.mt-comments-section ul .txt .mt-time {
	font-size: 11px;
	line-height: 12px;
	font-weight: 200;
	font-style: italic;
	display: block;
	margin: 0 0 19px;
	color: #000;
}

.mt-comments-section .mt-leave-comment {
	overflow: hidden;
}

.mt-comments-section .mt-leave-comment h2 {
	margin: 0 0 25px;
}

.mt-comments-section .mt-leave-comment h2:before {
	display: none;
}

.mt-comments-section .mt-leave-comment .comment-form {
	overflow: hidden;
	padding: 0 0 0 4px;
}

.mt-comments-section .mt-leave-comment .comment-form .form-group {
	overflow: hidden;
	margin: 0 0 20px;
}

.mt-comments-section .mt-leave-comment .comment-form .form-control {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	width: 31.5%;
	height: 47px;
	float: left;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0 0 0 20px;
	padding: 11px 10px 5px 26px;
	color: #868686;
	background: #f7f7f7;
}

.mt-comments-section .mt-leave-comment .comment-form .form-control:first-child {
	margin: 0;
}

.mt-comments-section .mt-leave-comment .comment-form textarea {
	min-height: 108px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	height: 47px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px 10px 5px 26px;
	color: #868686;
	background: #f7f7f7;
}

.mt-comments-section .mt-leave-comment .comment-form .form-btn {
	width: 93px;
	display: block;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	border: none;
	outline: none;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	background: #f7f7f7;
	color: #868686;
}

.mt-comments-section .mt-leave-comment .comment-form .form-btn:hover {
	background: #494949;
	color: #080808;
}

#blog-isotops.mt-iso {
	overflow: hidden;
	margin: 0 -50px 95px 0;
}

/*------------------------------------------------------------------
68. Post Blog / .post-blog
-------------------------------------------------------------------*/

.post-blog {
	width: 374px;
	float: left;
	margin: 0 37px 48px 0;
	padding: 0 40px;
}

.post-blog .img-holder {
	margin: 0 -40px;
	overflow: hidden;
	position: relative;
}

.post-blog .comment-nav {
	overflow: hidden;
	margin: 0;
	position: absolute;
	right: 6px;
	bottom: 14px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;}

.post-blog .comment-nav li {
	margin: 0 17px 0 0;
	float: left;
}

.post-blog .comment-nav .fa-comments {
	margin: 0 4px 0 0;
}

.post-blog .comment-nav .fa-share-alt {
	margin: 0 6px 0 0;
}

.post-blog .comment-nav a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #f4f4f4;
}

.post-blog .comment-nav a:hover {
	color: #080808;
}

.post-blog h2 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;	margin: 0;
	position: absolute;
	left: 45px;
	top: 38px;
	text-transform: uppercase;
	color: #fff;
}

.post-blog h2 a {
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #fff;
}

.post-blog h2 a:hover {
	color: #080808;
}

.post-blog .time {
	position: relative;
	width: 66px;
	padding: 10px 10px 16px 15px;
	letter-spacing: 1px;
	overflow: hidden;
	display: block;
	margin: -36px 47px 18px -5px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	background: #f4f4f4;
	color: #494949;
}

.post-blog .time strong {
	font-size: 24px;
	line-height: 26px;
	display: block;
}

.post-blog .txt-holder {
	overflow: hidden;
	font-size: 16px;
	line-height: 19px;
}

.post-blog .txt-holder p {
	margin: 0 0 27px;
}

.post-blog .btn-more {
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
	color: #494949;
}

.post-blog .btn-more:hover {
	color: #080808;
}

.post-blog .btn-more .fa-angle-right {
	margin: 0 2px 0 0;
}

/*------------------------------------------------------------------
69. Loading Holder / .loading-holder
-------------------------------------------------------------------*/

.loading-holder {
	border-width: 1px 0;
	border-style: solid;
	border-color: #e7e7e7;
	padding: 19px 0;
	overflow: hidden;
}

.loading-holder .txt {
	display: block;
	font-size: 18px;
	line-height: 21px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: "Montserrat", sans-serif;	color: #757575;
}

.loading-holder .txt .fa-refresh {
	margin: 0 0 0 10px;
}

/*------------------------------------------------------------------
70. Blog Isotops / #blog-isotops
-------------------------------------------------------------------*/

#blog-isotops {
	margin: 0 0 90px;
}

/*------------------------------------------------------------------
5. Mt Error Section / .mt-error-sec
-------------------------------------------------------------------*/

.mt-error-sec {
	padding: 131px 0 76px;
}

.mt-error-sec.dark {
	background: #fff;
	position: relative;
}

.mt-error-sec.style2 {
	padding: 261px 0 219px;
}

.mt-error-sec.style2 .error-holder {
	width: auto;
}

.mt-error-sec.style2 .error-holder .txt {
	margin: 0 0 32px;
}

.mt-error-sec.style2 .btn-list .form2 .form-control {
	height: 30px;
	width: 91%;
	font-size: 14px;
	line-height: 16px;
}

.mt-error-sec.style2 .btn-list li {
	margin: 0 1px 0 3px;
}

.mt-error-sec.style3 {
	padding: 261px 0 254px;
}

.mt-error-sec.error-section {
	text-align: center;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	white-space: nowrap;
}

.mt-error-sec.error-section:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 499px;
}

.mt-error-sec.error-section > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.mt-error-sec.error-section .section-error {
	text-align: left;
}

.mt-error-sec.error-section .error-holder {
	width: auto;
}

.mt-error-sec.error-section .error-holder .txt {
	margin: 0 0 32px;
}

.mt-error-sec.error-section .btn-list .error-form {
	border-color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form ::-webkit-input-placeholder {
	color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form :-moz-placeholder {
	color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form :-ms-input-placeholder {
	color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form .placeholder {
	color: #fff;
}

.mt-error-sec.error-section .btn-list .error-form .btn-submit {
	color: #fff;
	padding: 5px 10px 0;
}

.mt-error-sec.error-section .btn-list .form2 .form-control {
	height: 30px;
	width: 91%;
	font-size: 14px;
	line-height: 16px;
}

.mt-error-sec.error-section .btn-list li {
	margin: 0 1px 0 3px;
}

.mt-error-sec.error-section .btn-back {
	background: #fff;
	color: #545454;
}

.mt-error-sec.error-section .error-code2,
.mt-error-sec.error-section h1 {
	color: #fff;
}

.mt-error-sec .Cinzel-Medium {
	font-family: "Montserrat", sans-serif;}

.mt-error-sec .error-code {
	font-size: 193px;
	line-height: 195px;
	display: block;
	font-weight: 700;
	letter-spacing: -7px;
	margin: 0 0 34px;
	color: #545454;
}

.mt-error-sec .error-code2 {
	font-size: 210px;
	line-height: 212px;
	display: block;
	font-weight: 700;
	letter-spacing: -7px;
	margin: -25px 0 0;
	color: #545454;
	padding: 0 0 0 11px;
}

.mt-error-sec .error-holder {
	width: 440px;
	overflow: hidden;
}

.mt-error-sec .error-holder h1 {
	margin: 0 0 14px;
}

.mt-error-sec .error-holder .txt {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 28px;
}

.mt-error-sec .error-holder .btn-back {
	width: 148px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 16px;
}

.mt-error-sec h1 {
	font-size: 36px;
	line-height: 38px;
	margin: 0 0 12px;
	font-weight: 700;
	letter-spacing: -3px;
	word-spacing: 3px;
	color: #545454;
}

.mt-error-sec .txt {
	font-size: 24px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	overflow: hidden;
	margin: 0 0 75px;
}

.mt-error-sec .btn-list {
	overflow: hidden;
	margin: 0 0 67px;
}

.mt-error-sec .btn-list li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 15px;
}

.mt-error-sec .btn-list li:only-child {
	width: 662px;
	padding: 52px 0 0;
}

.mt-error-sec .btn-list li:only-child .error-form {
	width: 100%;
}

.mt-error-sec .btn-list li:only-child .error-form .form-control {
	width: 93%;
	text-transform: capitalize;
}

.mt-error-sec .btn-list li:only-child .error-form .btn-submit {
	padding: 8px 21px 0 0;
}

.mt-error-sec .btn-list .error-form {
	width: 216px;
	font-weight: 700;
	border: 2px solid #545454;
	font-family: "Montserrat", sans-serif;}

.mt-error-sec .btn-list .error-form ::-webkit-input-placeholder {
	color: #545454;
}

.mt-error-sec .btn-list .error-form ::-moz-placeholder {
	opacity: 1;
	color: #545454;
}

.mt-error-sec .btn-list .error-form :-moz-placeholder {
	color: #545454;
}

.mt-error-sec .btn-list .error-form :-ms-input-placeholder {
	color: #545454;
}

.mt-error-sec .btn-list .error-form .placeholder {
	color: #545454;
}

.mt-error-sec .btn-list .error-form.form2 {
	width: 494px;
}

.mt-error-sec .btn-list .error-form.form2 .btn-submit {
	padding: 5px 10px 0;
}

.mt-error-sec .btn-list .error-form .form-control {
	width: 80%;
	height: 37px;
	float: left;
	border: none;
	outline: none;
	background: none;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 10px 10px 10px 16px;
	box-shadow: none;
}

.mt-error-sec .btn-list .error-form .btn-submit {
	background: none;
	border: none;
	color: #545454;
	outline: none;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	padding: 8px 10px 0 10px;
}

.mt-error-sec .btn-list .error-form .btn-submit:hover {
	color: #080808;
}

.mt-error-sec .btn-back {
	width: 174px;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	padding: 11px 15px;
	text-align: center;
	display: block;
	background: #545454;
	color: #fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.mt-error-sec .btn-back:hover{
	background: #080808;
}

.mt-error-sec .btn-back.btn-transparent {
	background: none;
	margin: 0 auto 20px;
	width: 184px;
	color: #545454;
}

.mt-error-sec .btn-back.btn-transparent .fa-home {
	margin: 0 8px 0 0;
}

.mt-error-sec .btn-back.btn-transparent:hover {
	opacity: .7;
}

.mt-error-sec .error-form {
	border-color: #545454;
}

.mt-error-sec .error-form ::-webkit-input-placeholder {
	color: #545454;
}

.mt-error-sec .error-form ::-moz-placeholder {
	opacity: 1;
	color: #545454;
}

.mt-error-sec .error-form :-moz-placeholder {
	color: #545454;
}

.mt-error-sec .error-form :-ms-input-placeholder {
	color: #545454;
}

.mt-error-sec .error-form .placeholder {
	color: #545454;
}

.mt-error-sec .error-form .form-control {
	color: #545454;
}

.mt-error-sec .error-form .btn-submit {
	color: #545454;
}

.mt-error-sec .error-form .btn-back {
	background: #545454;
	color: #fff;
}

.mt-error-sec .error-form .btn-back:hover {
	background: #868686;
}

.mt-error-sec .error-form .btn-back.btn-transparent {
	color: #545454;
}

/*------------------------------------------------------------------
6. Mt Newsletter Popup / .mt-newsletter-popup
-------------------------------------------------------------------*/

.mt-newsletter-popup {
	width: 792px;
	margin: 0 auto;
	padding: 44px 20px 20px 42px;
	position: relative;
}

.mt-newsletter-popup .title {
	font-size: 90px;
	line-height: 100px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	position: relative;
}

.mt-newsletter-popup .txt-holder {
	width: 413px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 2;
	top: -59px;
	padding: 0 0 0 40px;
}

.mt-newsletter-popup h1 {
	font-size: 30px;
	line-height: 33px;
	text-transform: uppercase;
	margin: 0 0 18px;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	color: #000;
}

.mt-newsletter-popup .txt {
	display: block;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 47px;
	color: #757575;
}

.mt-newsletter-popup .txt b {
	color: #f53434;
}

.mt-newsletter-popup .newsletter-form {
	width: 100%;
	margin: 0 0 40px;
	overflow: hidden;
}

.mt-newsletter-popup .newsletter-form .form-control {
	width: 100%;
	height: 47px;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 25px;
	font-size: 14px;
	line-height: 16px;
	padding: 11px 10px 10px 22px;
	margin: 0 0 8px;
	background: #f2f2f2;
	color: #757575;
}

.mt-newsletter-popup .newsletter-form button {
	width: 122px;
	padding: 10px 10px 6px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	font-family: "Montserrat", sans-serif;	font-weight: 700;
	border: none;
	outline: none;
	border-radius: 25px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #ff8283;
	color: #fff;
}

.mt-newsletter-popup .newsletter-form button:hover {
	background: #f2f2f2;
	color: #757575;
}

.mt-newsletter-popup .img-holder {
	float: right;
	position: relative;
	top: -40px;
	right: 47px;
}

.mt-newsletter-popup .popup-form {
	bottom: 45px;
	overflow: hidden;
	position: absolute;
	font-family: "Oxygen", sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding: 0 0 0 40px;
	color: #9a9a9a;
}

.mt-newsletter-popup .popup-form .form-control {
	width: 16px;
	height: 16px;
	margin: 0 7px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: #9a9a9a;
}

/*------------------------------------------------------------------
7. Popup Holder / .popup-holder
-------------------------------------------------------------------*/

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.popup-holder .lightbox {
	padding: 5px;
	width: 100%;
}

/*------------------------------------------------------------------
8. Fancybox Skin / .fancybox-skin
-------------------------------------------------------------------*/

.fancybox-skin {
	padding: 0 !important;
}

/*------------------------------------------------------------------
9. Mt Map Holder / .mt-map-holder
-------------------------------------------------------------------*/

.mt-map-holder {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 571px;
}

.mt-map-holder .map-logo {
	width: 111px;
	position: absolute;
	right: 45%;
	bottom: 43%;
}

.mt-map-holder .map-logo a {
	display: block;
}

/*------------------------------------------------------------------
10. Mt Map Descrp / .mt-map-descrp
-------------------------------------------------------------------*/

.mt-map-descrp {
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
	padding: 53px 0;
	color: #383838;
}

.mt-map-descrp h1 {
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	margin: 0 0 28px;
	color: #383838;
}

.mt-map-descrp p {
	margin: 0 0 23px;
}

/*------------------------------------------------------------------
11. Mt Contact Detial / .mt-contact-detial
-------------------------------------------------------------------*/

.mt-contact-detail {
	padding: 75px 0 65px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	background: #fff;
	color: #383838;
}

.mt-contact-detail.content-info {
	margin: 0 auto;
	background: none;
	max-width: 1059px;
}

.mt-contact-detail .icon {
	display: block;
	margin: 0 0 25px;
	color: #383838;
	font-size: 48px;
	line-height: 50px;
}

.mt-contact-detail .title {
	text-transform: uppercase;
	display: block;
	margin: 0 0 18px;
	font-family: "Montserrat", sans-serif;	letter-spacing: 1px;
}

.mt-contact-detail a {
	color: #383838;
}

.mt-contact-detail address {
	font-style: normal;
	margin: 0;
}

.mt-contact-detail .txt-wrap {
	font-size: 16px;
	line-height: 23px;
	font-weight: 300;
	overflow: hidden;
	margin: 0 0 50px;
	color: #383838;
}

.mt-contact-detail .txt-wrap h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
	margin: 0 0 28px;
	color: #383838;
}

.mt-contact-detail .txt-wrap p {
	margin: 0 0 23px;
}

.mt-contact-detail .contact-txt {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	overflow: hidden;
}

.mt-contact-detail .contact-txt li {
	float: left;
	margin: 0 40px 20px 0;
}

.mt-contact-detail .contact-txt strong {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	display: block;
	margin: 0 0 11px;
}

.mt-contact-detail h2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin: 0 0 11px;
}

.mt-contact-detail .contact-form {
	width: 100%;
	overflow: hidden;
}

.mt-contact-detail .contact-form .form-control {
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	box-shadow: none;
	outline: none;
	background: none;
	width: 100%;
	height: 40px;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	padding: 10px 33px;
	border-color: #383838;
	color: #000;
}

.mt-contact-detail .contact-form .form-control ::-webkit-input-placeholder {
	color: #000;
}

.mt-contact-detail .contact-form .form-control ::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.mt-contact-detail .contact-form .form-control :-moz-placeholder {
	color: #000;
}

.mt-contact-detail .contact-form .form-control :-ms-input-placeholder {
	color: #000;
}

.mt-contact-detail .contact-form .form-control .placeholder {
	color: #000;
}

.mt-contact-detail .contact-form textarea {
	min-height: 89px;
	resize: none;
}

/*------------------------------------------------------------------
12. Mt Form Section / .mt-form-sec
-------------------------------------------------------------------*/

.mt-form-sec {
	padding: 87px 0 98px;
}

.mt-form-sec .header {
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	margin: 0 0 36px;
	color: #383838;
}

.mt-form-sec .header h2 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 20px;
	font-weight: 600;
	color: #383838;
}

.mt-form-sec .contact-form {
	width: 924px;
	margin: 0 auto;
}

.mt-form-sec .contact-form .form-control {
	border-width: 1px;
	border-style: solid;
	border-radius: 20px;
	box-shadow: none;
	outline: none;
	background: none;
	width: 100%;
	height: 40px;
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	padding: 10px 33px;
	border-color: #383838;
	color: #000;
}

.mt-form-sec .contact-form .form-control ::-webkit-input-placeholder {
	color: #000;
}

.mt-form-sec .contact-form .form-control ::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.mt-form-sec .contact-form .form-control :-moz-placeholder {
	color: #000;
}

.mt-form-sec .contact-form .form-control :-ms-input-placeholder {
	color: #000;
}

.mt-form-sec .contact-form .form-control .placeholder {
	color: #000;
}

.mt-form-sec .contact-form textarea {
	min-height: 89px;
	resize: none;
}

/*------------------------------------------------------------------
13. Mt Contact Banner / .mt-contact-banner
-------------------------------------------------------------------*/

.mt-contact-banner {
	min-height: 207px;
	padding: 82px 0 40px;
	background-size: cover;
	text-transform: capitalize;
	background-position: 50% 50%;
}

.mt-contact-banner.style4 {
	padding: 65px 0 14px;
	margin: 0 0 4px;
}

.mt-contact-banner.style4 .breadcrumbs {
	margin: 0 0 20px;
}

.mt-contact-banner.mt-banner-22 {
	min-height: 326px;
	position: relative;
	padding: 218px 0 20px;
}

.mt-contact-banner.mt-banner-22 h1 {
	color: #fff;
	margin: 0 0 16px;
}

.mt-contact-banner.mt-banner-22 .breadcrumbs ul {
	color: #fff;
	opacity: .5;
}

.mt-contact-banner.mt-banner-22 .breadcrumbs ul a {
	color: #fff;
}

.mt-contact-banner h1 {
	font-size: 44px;
	line-height: 46px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;	margin: 0 0 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #383838;
}

.mt-contact-banner .breadcrumbs {
	font-size: 14px;
	line-height: 16px;
	font-weight: 200;
	overflow: hidden;
	color: #383838;
}

.mt-contact-banner .breadcrumbs ul {
	overflow: hidden;
}

.mt-contact-banner .breadcrumbs ul li {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.mt-contact-banner .breadcrumbs ul a {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #383838;
}

.mt-contact-banner .breadcrumbs ul a:hover {
	color: #080808;
}

.mt-contact-banner .breadcrumbs ul .fa-angle-right {
	margin: 0 0 0 5px;
}

.mt-contact-banner .search {
	display: inline-block;
	vertical-align: top;
}

.mt-contact-banner .search .fa-search {
	margin: 0 0 0 5px;
}

/*------------------------------------------------------------------
14. Mt About Section / .mt-about-sec
-------------------------------------------------------------------*/

.mt-about-sec {
	padding: 86px 0 106px;
}

.mt-about-sec .txt {
	overflow: hidden;
	font-size: 18px;
	line-height: 31px;
	font-weight: 300;
	margin: 0 0 22px;
	color: #494949;
}

.mt-about-sec .txt p {
	margin: 0 0 37px;
}

.mt-about-sec .txt strong {
	display: block;
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
}

.mt-about-sec h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 50px;
	font-family: "Montserrat", sans-serif;	text-transform: uppercase;
	color: #494949;
}

.mt-about-sec .social-network.social-icon {
	font-size: 18px;
	line-height: 20px;
}

.mt-about-sec .social-network li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 12px 0 0;
	font-size: 18px;
	line-height: 20px;
}

.mt-about-sec .mt-follow-holder .title {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-family: "Montserrat", sans-serif;	margin: 0 0 15px;
	font-weight: 700;
	color: #575757;
}

/*------------------------------------------------------------------
15. Mt Team Section / .mt-team-sec
-------------------------------------------------------------------*/

.mt-team-sec {
	padding: 0 0 87px;
}

.mt-team-sec h3 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 36px;
	font-family: "Montserrat", sans-serif;	text-transform: uppercase;
	color: #494949;
}

.mt-team-sec .holder {
	overflow: hidden;
}

.mt-team-sec .col {
	width: 23.6%;
	float: left;
	margin: 0 0 0 22px;
	position: relative;
}

.mt-team-sec .col:first-child {
	margin: 0;
}

.mt-team-sec .col .mt-txt {
	padding: 0 0 0 6px;
	border-left: 6px solid #eee;
}

.mt-team-sec .img-holder {
	margin: 0 0 15px;
	overflow: hidden;
}

.mt-team-sec .img-holder a {
	display: block;
	position: relative;
}

.mt-team-sec .img-holder a .social-icon {
	font-size: 20px;
	line-height: 22px;
	opacity: 0;
	visibility: visible;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mt-team-sec .img-holder a .social-icon li {
	float: left;
	margin: 0 4px 0 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	padding: 8px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	background: #494949;
}

.mt-team-sec .img-holder a .social-icon li:hover {
	color: #f53434;
}

.mt-team-sec .img-holder a:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	z-index: 0;
}

.mt-team-sec .img-holder a:hover:before {
	opacity: 1;
	visibility: visible;
}

.mt-team-sec .img-holder a:hover .social-icon {
	opacity: 1;
	visibility: visible;
}

.mt-team-sec h4 {
	font-size: 20px;
	line-height: 22px;
	font-family: "Montserrat", sans-serif;	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #494949;
}

.mt-team-sec h4 a {
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	color: #494949;
}

.mt-team-sec h4 a:hover {
	color: #f53434;
}

.mt-team-sec .sub-title {
	font-size: 12px;
	line-height: 14px;
	display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 0 0 0 3px;
	color: #a0a0a0;
}

/*------------------------------------------------------------------
16. Mt Workspace Section / .mt-workspace-sec
-------------------------------------------------------------------*/

.mt-workspace-sec {
	padding: 40px 0 100px;
}

.mt-workspace-sec h2 {
	font-size: 30px;
	line-height: 33px;
	font-weight: bold;
	margin: 0 0 36px;
	font-family: "Montserrat", sans-serif;	text-transform: uppercase;
	color: #494949;
}

.mt-workspace-sec .work-slider {
	position: relative;
}

.mt-workspace-sec .work-slider li {
	float: left;
	overflow: hidden;
	margin: 0 0 0 15px;
	position: relative;
}

.mt-workspace-sec .work-slider li:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, .7);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	z-index: 0;
}

.mt-workspace-sec .work-slider .slick-active:before {
	opacity: 0;
	visibility: hidden;
}

.mt-workspace-sec .work-slider .img-holder {
	width: 53.4%;
	float: left;
	margin: 0 0 0 15px;
}

.mt-workspace-sec .work-slider .img-holder:first-child {
	margin: 0;
	width: 45.3%;
}

.mt-workspace-sec .work-slider .img-holder .coll1 {
	float: left;
	width: 37.8%;
	margin: 0 0 14px;
}

.mt-workspace-sec .work-slider .img-holder .coll2 {
	width: 59.8%;
	float: left;
	margin: 0 0 14px 15px;
}

.mt-workspace-sec .work-slider .img-holder .coll3 {
	width: 100%;
}

.mt-workspace-sec .work-slider .slick-prev.slick-arrow {
	background: none;
	text-indent: -9999px;
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	left: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.mt-workspace-sec .work-slider .slick-prev.slick-arrow:before {
	position: absolute;
	content: "\f053";
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 22px;
	text-indent: 0;
	left: 0;
	top: 0;
	color: #494949;
}

.mt-workspace-sec .work-slider .slick-next.slick-arrow {
	background: none;
	text-indent: -9999px;
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.mt-workspace-sec .work-slider .slick-next.slick-arrow:before {
	position: absolute;
	content: "\f054";
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 22px;
	text-indent: 0;
	left: 0;
	top: 0;
	color: #494949;
}

.mt-workspace-sec .work-slider .slick-dots {
	margin: 40px auto 0;
	width: 400px;
	overflow: hidden;
	position: relative;
	bottom: auto;
}

.mt-workspace-sec .work-slider .slick-dots li {
	width: 91px;
	height: 3px;
	border: none;
	outline: none;
	box-shadow: none;
	text-indent: -9999px;
	padding: 0;
	margin: 0 10px 0 0;
	background: #ececec;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}

.mt-workspace-sec .work-slider .slick-dots li.slick-active {
	background: #b6b6b6;
}

.mt-workspace-sec .work-slider .slick-dots li:hover {
	background: #b6b6b6;
}

/*------------------------------------------------------------------
17. Mt Process Section / .mt-process-sec
-------------------------------------------------------------------*/

.mt-process-sec {
	padding: 76px 0;
}

.mt-process-sec .process-list {
	margin: 0 0 22px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	overflow: hidden;
	color: #9f9f9f;
	text-align: center;
}

.mt-process-sec .process-list li {
	min-width: 163px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 0 10px 60px;
	position: relative;
	z-index: 1;
}

.mt-process-sec .process-list li:before {
	position: absolute;
	content: "";
	z-index: -1;
	left: -87px;
	top: 50%;
	bottom: auto;
	right: auto;
	width: 107px;
	height: 1px;
	margin: -19px 0 0;
	background: #eee;
}

.mt-process-sec .process-list li:first-child {
	margin: 0;
}

.mt-process-sec .process-list li:first-child:before {
	display: none;
}

.mt-process-sec .process-list .counter {
	display: block;
	width: 86px;
	height: 86px;
	font-size: 30px;
	line-height: 33px;
	padding: 24px 0 0;
	margin: 0 auto 18px;
	border-radius: 100%;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	color: #9f9f9f;
	border-color: #eee;
}

.mt-process-sec .process-list .title {
	display: block;
}

.mt-process-sec .process-list .active .title {
	color: #000;
}

.mt-process-sec .process-list .active .counter {
	color: #000;
	border-color: #000;
}

/*------------------------------------------------------------------
18. Mt seller Section / .mt-seller-sec
-------------------------------------------------------------------*/

.mt-seller-sec {
	padding: 40px 0;
}

.mt-seller-sec .header {
	overflow: hidden;
	margin: 0 0 44px;
}

.mt-seller-sec .header .title {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	font-family: "Source Sans Pro", sans-serif;
	display: block;
	letter-spacing: 4px;
	word-spacing: 1px;
	text-transform: uppercase;
	color: #757575;
}

.mt-seller-sec h1 {
	font-size: 26px;
	line-height: 28px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;	margin: 0 0 3px;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #757575;
}

/*------------------------------------------------------------------
19. Mt Heading / .mt-heading
-------------------------------------------------------------------*/

.mt-heading {
	color: #a0a0a0;
	margin: 0 0 12px;
	letter-spacing: 4px;
	font: 700 14px/20px "Source Sans Pro", sans-serif;
}

.mt-heading .heading {
	color: #16f2f2;
	margin: 0 0 2px;
	letter-spacing: 0;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.mt-heading p {
	margin: 0;
}

/*------------------------------------------------------------------
20. Mt Heading2 / .mt-heading2
-------------------------------------------------------------------*/

.mt-heading2 {
	color: #a0a0a0;
	margin: 0 0 12px;
	letter-spacing: 4px;
	padding: 0 0 0 12px;
	border-left: 9px solid #eee;
	font: 700 14px/20px "Source Sans Pro", sans-serif;
}

.mt-heading2 .head {
	color: #252525;
	margin: 0 0 2px;
	letter-spacing: 0;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.mt-heading2 p {
	margin: 0;
}

/*------------------------------------------------------------------
21. Mt Patners / .mt-patners
-------------------------------------------------------------------*/

.mt-patners {
	padding: 0 0 36px;
}

.mt-patners .heading {
	color: #252525;
	margin: 0 0 7px;
	text-transform: uppercase;
	font: 700 26px/30px "Montserrat", sans-serif;
}

.mt-patners .heading span {
	color: #a0a0a0;
	padding: 0 0 0 2px;
	letter-spacing: 3px;
	font: 600 14px/20px "Source Sans Pro", sans-serif;
	display: inline-block;
	vertical-align: bottom;
}

.mt-patners .box1 {
	width: 100%;
	height: 110px;
	display: table;
	text-align: center;
}

.mt-patners .box2 {
	display: table-cell;
	vertical-align: middle;
}

.mt-patners img {
	width: auto;
	display: inline-block;
}

.mt-patners .slick-prev,
.mt-patners .slick-next {
	display: none !important;
}

.bg-white {
	background-color: #fff;
}

.bg-grey {
	background-color: #021373;
}

.paddingzero {
	padding: 0 !important;
}

.paddingtop-md {
	padding-top: 60px;
}

.paddingbootom-md {
	padding-bottom: 60px;
}

.mt-paddingbottom20 {
	padding-bottom: 20px;
}

.toppadding-zero {
	padding-top: 0 !important;
}

.faq-section{
	overflow: hidden;
}

.faq-section .panel-collapse{
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.faq-section .panel-collapse{
	height: 0;
}

.faq-section .panel-collapse.in{
	height: auto;
}

.faq-section .panel-body{
	padding:  5%;
}

.faq-section .panel-title{
	cursor: pointer;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	line-height: 26px;
	position: relative;
	width: 100%;
	color: #fff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	      transition: all 0.3s ease;
}

.faq-section .panel-title a{
	color: inherit;
	display: block;
	padding: 20px 4%;
	position: relative;
	background: #080808;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	      transition: all 0.3s ease;
}

.faq-section .panel-title a.collapsed:hover{
	color:#fff;
	padding: 20px 4%;
	background: #080808;
}

.faq-section .panel-title a.collapsed{
	padding: 20px 3%;
	color: #444549;
	background: #f8f8f8;
}

.faq-section .panel-title a.collapsed:after{
	color: #444549;
}

.faq-section .panel-title a.collapsed:hover:after{
	color: #fff;
}

.faq-section .panel-title a:after{
	top:0;
	right: 3%;
	content:'\f105';
	display:block;
	font-size:24px;
	line-height:60px;
	color:#fff;
	font-family:'FontAwesome';
	position:absolute;
	-webkit-transition: all 0.3s ease;
	      transition: all 0.3s ease;
}

.faq-section .panel-title a.collapsed:hover:after,
.faq-section .panel-title.active a:after{
	content:'\f107';
}

.faq-section .panel.panel-default{
	margin: 0 0 10px;
}

.mt-socialicons {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	font-size: 20px;
	list-style: none;
	overflow: hidden;
	line-height: 20px;
	text-align: center;
	table-layout: fixed;
}

.mt-socialicons li {
	display: table-cell;
	vertical-align: middle;
}

.mt-socialicons li a {
	color: #fff;
	height: 62px;
	display: block;
	line-height: 62px;
}

.mt-socialicons li.mt-facebook a{
	background:#3b5998;
}

.mt-socialicons li.mt-instagram a{
	background:#375989;
}

.mt-socialicons li.mt-twitter a{
	background:#55acee;
}

.mt-socialicons li.mt-linkedin a{
	background:#007bb5;
}

.mt-socialicons li.mt-dribbble a{
	background:#dd4b39;
}

.mt-socialicons li.mt-pinterest a{
	background:#cb2027;
}

.mt-socialicons li.mt-youtube a{
	background:#bb0000;
}

.mt-socialicons li.mt-vimeo a{
	background:#f7b42c;
}

/*------------------------------------------------------------------
73. Sidebar / #sidebar
-------------------------------------------------------------------*/

#sidebar {
	padding-top: 20px;
}

/*------------------------------------------------------------------
84. Coming Soon
-------------------------------------------------------------------*/

.countdown-center {
	left: 0;
	top: 50%;
	position: absolute;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.countdown-center.full {
	left: 0;
	right: 0;
}

.count-style1 {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	text-align: right;
	text-shadow: 0 0 0 #000;
}

.count-style1 .time {
	display: block;
	line-height: 1;
	font-size: 90px;
}

.count-style1 p {
	margin: 0 10px 20px 0;
}

.count-style1 .hold {
	width: 200px;
	padding-top: 10px;
	border-bottom: 2px solid #fff;
}

.count-style1 .hold:last-child {
	border-bottom: 0;
}

.count-style2 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0 0 0 #000;
}

.count-style2 .time {
	display: block;
	line-height: 1;
	font-size: 70px;
	font-weight: 400;
}

.count-style2 p {
	margin: 0 0 10px;
}

.count-style2 .hold {
	width: 160px;
	vertical-align: top;
	display: inline-block;
}


@font-face {
	font-family: fontello;
	src: url("../fonts/fontello.eot");
	src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svgfontello") format("svg");
	font-weight: 400;
	font-style: normal;
}

.icomoon[class^="icon-"]:before,
.icomoon[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-down-open-mini:before {
	content: "\e800";
}

.icon-left-open-mini:before {
	content: "\e801";
}

.icon-right-open-mini:before {
	content: "\e802";
}

.icon-up-open-mini:before {
	content: "\e803";
}

.icon-shop:before {
	content: "\e804";
}

.icon-euro:before {
	content: "\e805";
}

.icon-heart-empty:before {
	content: "\e806";
}

.icon-exchange:before {
	content: "\e807";
}

.icon-eye:before {
	content: "\e808";
}



/*------------------------------------------------------------------
4. Main / #main
-------------------------------------------------------------------*/

#mt-main {
	overflow: hidden;
    background: #fff;
    margin: 0;
    padding: 0;
}

#back-top {
	bottom: 0;
	opacity: 0;
	z-index: 9;
	right: 20px;
	width: 50px;
	color: #fff;
	height: 50px;
	cursor: pointer;
	font-size: 25px;
	position: fixed;
	line-height: 47px;
	text-align: center;
	border-radius: 5px;
	background: #252525;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	-ms-transform: translateY(40px);
	-webkit-transition: all .6s ease;
	-webkit-transform: translateY(40px);
}

#back-top.active {
	opacity: 1;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transform: translateY(-20px); /* IE 9 */
	-webkit-transform: translateY(-20px); /* Safari */
	transform: translateY(-20px);
}

#back-top:hover {
	opacity: .9;
}

.loader-container {
	background: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.loader {
	display: block;
	position: absolute;
	font-size: 0;
	color: #f36b21;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.changer-active #style-changer {
	margin: 0;
}


/*------------------------------------*\
    #Popup Box
\*------------------------------------*/

.popup-content {
    line-height: 0.7em;
    margin-top: 15px;
    padding-left: 10px;    
    padding-right: 10px;
}

.btn-64,
.btn-64 *,
.btn-64 :after,
.btn-64 :before,
.btn-64:after,
.btn-64:before {
  border: 0 solid;
  box-sizing: border-box;
  text-decoration: none;
}

.btn-64:disabled {
  cursor: default;
}

.btn-64:-moz-focusring {
  outline: auto;
}

.btn-64 svg {
  display: block;
  vertical-align: middle;
}

.btn-64 [hidden] {
  display: none;
}

.btn-64 {
  display: flex;
  background: none;
  box-sizing: border-box;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-mask-image: none;
  text-transform: uppercase;  
  margin: auto;    
}

.btn-64 span {
  overflow: visible;
  display: grid;
  inset: 0;
  background: #f47920;
  color: #ffffff;
  border: 1px solid #f47920;
  border-radius: 25px;
  font-size: 13px;
  place-items: center;
  -webkit-animation: heartBeat .8s;
  animation: heartBeat .8s infinite;
  box-shadow: 3px 5px rgba(0, 0, 0);
  margin: 5px 0px 20px -5px;
  padding: 8px 16px;
}

@-webkit-keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.popup {
  position: fixed;  
  width: 18%;
  right: 1.5%;
  bottom: 1.5%;
  transform: translate(0%, 0%);
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 5px #999;
  text-align: center;
  z-index: 100;
}

.popup .close { 
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
  font-size: 23px;
  font-weight: normal;
  opacity: 100;
}

.popup .close:hover {
  color: #000;
}

.popup .content {
  overflow: none;
}

.modal-wrap>img {
  max-width: 70vw;
  max-height: 70vh;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 900px){
  .box{
    width: 100%;
  }
    
  .popup{
    width: 70%;
    left: 50%;
    transform: translate(-50%, -65%);
    text-align: center; 
  }
 
  .popup .close:hover {
    color: #000;
}

  .modal-wrap>img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
    
}
