/*
 Theme Name: Dome
 Theme URI: http://dedicated-it.com
 Author: the dedicated-it team
 Author URI: http://dedicated-it.com
 Description: theme for http://domehairdressing.com.au/
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/myriadpro-regular.eot');
    src: url('fonts/myriadpro-regular.eot') format('embedded-opentype'), url('fonts/myriadpro-regular.woff') format('woff'), url('fonts/myriadpro-regular.ttf') format('truetype'), url('fonts/myriadpro-regular.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'imprint_mt_shadowregular';
    src: url('fonts/imprisha_0-webfont.eot');
    src: url('fonts/imprisha_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/imprisha_0-webfont.woff') format('woff'), url('fonts/imprisha_0-webfont.ttf') format('truetype'), url('fonts/imprisha_0-webfont.svg#imprint_mt_shadowregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'avenirregular';
    src: url('fonts/ufonts.com_avenir_65_medium_-webfont.eot');
    src: url('fonts/ufonts.com_avenir_65_medium_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/ufonts.com_avenir_65_medium_-webfont.woff') format('woff'), url('fonts/ufonts.com_avenir_65_medium_-webfont.ttf') format('truetype'), url('fonts/ufonts.com_avenir_65_medium_-webfont.svg#avenirregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticabold';
    src: url('fonts/helvetica-bold-webfont.eot');
    src: url('fonts/helvetica-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/helvetica-bold-webfont.woff') format('woff'), url('fonts/helvetica-bold-webfont.ttf') format('truetype'), url('fonts/helvetica-bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'lucida_sansdemibold_roman';
    src: url('fonts/lsansd_0-webfont.eot');
    src: url('fonts/lsansd_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lsansd_0-webfont.woff') format('woff'),
        url('fonts/lsansd_0-webfont.ttf') format('truetype'),
        url('fonts/lsansd_0-webfont.svg#lucida_sansdemibold_roman') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lucida_sansdemibold_italic';
    src: url('fonts/lsansdi_0-webfont.eot');
    src: url('fonts/lsansdi_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lsansdi_0-webfont.woff') format('woff'),
        url('fonts/lsansdi_0-webfont.ttf') format('truetype'),
        url('fonts/lsansdi_0-webfont.svg#lucida_sansdemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lucida_sansitalic';
    src: url('fonts/lsansi_0-webfont.eot');
    src: url('fonts/lsansi_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lsansi_0-webfont.woff') format('woff'),
        url('fonts/lsansi_0-webfont.ttf') format('truetype'),
        url('fonts/lsansi_0-webfont.svg#lucida_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lucida_sansdemibold';
    src: url('fonts/lucidasansdemibold-webfont.eot');
    src: url('fonts/lucidasansdemibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lucidasansdemibold-webfont.woff') format('woff'),
        url('fonts/lucidasansdemibold-webfont.ttf') format('truetype'),
        url('fonts/lucidasansdemibold-webfont.svg#lucida_sansdemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lucida_sansregular';
    src: url('fonts/lucidasansregular-webfont.eot');
    src: url('fonts/lucidasansregular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/lucidasansregular-webfont.woff') format('woff'),
        url('fonts/lucidasansregular-webfont.ttf') format('truetype'),
        url('fonts/lucidasansregular-webfont.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

body {
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'avenirregular';
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    display: block;
}
* {
    outline: none;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}
a {
    transition: color 0.15s ease-in 0s;
    text-decoration: none;
}
.spacer {
    width: 100%;
    padding: 0px;
    margin: 0px;
    clear: both;
}
.diferent-color{
    color:#666666;
    font-size: 15px;
}
.view-desktop {

}

.view-mobile {
    display: none;
}
#header {
    display: none;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .view-desktop {
        display: none;
    }

    .view-mobile {
        display: block;
    }
}

#container_full_website {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
    background: #ffffff;
    overflow: hidden;
    max-width: 1920px;
    position: relative;
}
.mm-page{
    display:block;
    height:auto;
    clear: both;
    width: 100%;
    overflow: hidden;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #header, .header {
        background: #999;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 40px;
        height: 40px;
        padding: 0;
        position: static;
        top: 0px;
        left: 0px;
        z-index: 99;
        width: 100%;
        display: block;
    }
    #header a, .header a {
        background: center center no-repeat transparent;
        background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 10px;
    }

    #header a.friends, .header a.friends {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
    }
    #header a.right, .header a.right {
        left: auto;
        right: 10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    /*
     #container_full_website {
     position: static;
     top: 0;
     left: 0;
     width: 100%;
     -webkit-transition: -webkit-transform 0.2s linear;
     -moz-transition: -moz-transform 0.2s linear;
     -o-transition: -o-transform 0.2s linear;
     -ms-transition: -ms-transform 0.2s linear;
     transition: transform 0.2s linear;
     background: #ffffff;
     display: block;
     }

     .top-bar {
     position: absolute;
     width: 100%;
     z-index: 5;
     display: none;
     }

     .top-bar label {
     display: block;
     width: 100%;
     position: inherit;
     padding: 5px 20px;
     color: #fff;
     background: #2d333d;
     font-size: 20px;
     text-align: left;
     }

     .top-bar label span {
     font-size: 16px;
     display: block;
     position: absolute;
     top: 7px;
     left: 40px;
     }
    */

    #header, .header {
        background: #999;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 40px;
        height: 40px;
        padding: 0 ;
        position: static;
        top: 0px;
        left: 0px;
        z-index: 99;
        width: 100%;
        display: block;
    }
    #header a, .header a {
        background: center center no-repeat transparent;
        background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 10px;
    }

    #header a.friends, .header a.friends {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVNJREFUeNq01jFLAzEYxvH2UBCxiIiDUhzcdXCyIk5ufgUXLR37JdxcXBxcuwmOOtml0EKpo04iWIpIQREVEVFLjf9AhoC9e3O5uxd+lMLdPU1yedO8UiqXdQWO122ghi4+8IwGqiiId+uRCHbxqsLrFHNRz5ACSnhTch1EPScQpnIH0w7TWcGiz5rouS45rtkMVnxCJrAQ4yUq+oT8YhAjZOAT8oWHGCE9nxC9H64cA15w4xOiW0HbfErVNhvUa8c3cecQcoZv3xA9z+fCNbe4SNq7jvEUMaUnuE/au7SjkHbSR1G637ULh73Kn+gn7cIBttELGckQh9Jo8iMOrSksYx2b2MKk8FuvUUcHl/9GbiWuooYu3pVf/eARLZQxbp8na2YR0659e+HLmM/geN+z98lSRv8hZu2QQkYh+kzKjZkvHdPahymH6DNp5Cucev0JMAAkKj0NEoYBJwAAAABJRU5ErkJggg==);
    }
    #header a.right, .header a.right {
        left: auto;
        right: 10px;
    }

}

/* ---------------------------------- */
.menu-mobile {
    display: none;
}
/*
.menu {
        width: 100%;
        display: block;
        height: 48px;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        background: #ffffff;
        z-index: 9999;
}

.menu  ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: 100%;
        display: inline-block;
        text-align: center;
}
.menu  ul li {
        display: inline;
        padding: 0px;
        margin: 0px;
}
.menu  ul li a {
        display: inline-block;
        margin-left: 36px;
        font-size: 15px;
        color: #5a4e4d;
        text-decoration: none;
        border-top: 7px solid #fff;
        padding-top: 10px;
        -moz-transition: border 0.5s;
        -webkit-transition: border 0.5s;
        -o-transition: border 0.5s;
        -ms-transition: border 0.5s;
        transition: border 0.5s;
}
.menu  ul li a:hover, .menu  ul li a.active {
        border-top: 7px solid #787363;
}

*/


.menu {
    width: 100%;
    display: block;
    height: 48px;
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 999;
}

.menu  ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.menu  ul li {
    display: inline;
    padding: 0px;
    margin: 0px;
}
.menu  ul li a{
    display: inline-block;
    height: 48px;
    overflow: hidden;
    background-repeat:no-repeat;
    padding: 0px;
    margin: 0px;
    background-image: url(image/menu.png);
}
.menu  ul li#mhome a{
    background-position: 0px 0px;
    width: 66px;
}
.menu  ul li#mhome a:hover, .menu  ul li#mhome a.active{
    background-position: 0px -49px;

}

.menu  ul li#msalon a{
    background-position: -66px 0px;
    width: 111px;
}
.menu  ul li#msalon a:hover, .menu  ul li#msalon a.active{
    background-position: -66px -49px;
}


.menu  ul li#mabout a{
    background-position: -177px 0px;
    width: 72px;
}
.menu  ul li#mabout a:hover, .menu  ul li#mabout a.active{
    background-position: -177px -49px;
}


.menu  ul li#mproducts a{
    background-position: -249px 0px;
    width: 88px;
}
.menu  ul li#mproducts a:hover, .menu  ul li#mproducts a.active{
    background-position: -249px -49px;
}

.menu  ul li#mteam a{
    background-position: -337px 0px;
    width: 131px;
}
.menu  ul li#mteam a:hover, .menu  ul li#mteam a.active{
    background-position: -337px -49px;
}

.menu  ul li#mnews a{
    background-position: -468px 0px;
    width: 64px;
}
.menu  ul li#mnews a:hover, .menu  ul li#mnews a.active{
    background-position: -468px -49px;
}

.menu  ul li#mcontact a{
    background-position: -532px 0px;
    width: 75px;
}
.menu  ul li#mcontact a:hover, .menu  ul li#mcontact a.active{
    background-position: -532px -49px;
}



/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    .menu {
        width: 100%;
        display: block;
        height: 48px;
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        background: #ffffff;
        z-index: 999;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    .menu {
        display: none;
        border:1px solid #000;
    }

    .menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        background: #3c4451;
        z-index: 999;
        width: 250px;
        display: none;
        padding-top: 40px;
    }
    .menu-mobile  ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .menu-mobile  ul li {
        display: inline-block;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .menu-mobile  ul li a {
        color: #fff;
        display: block;
        padding: 0 5px 0 25px;
        margin: 0px;
        text-decoration: none;
        line-height: 2.6em;
        overflow: hidden;
        border-bottom: 1px solid #2d333d;
        border-top: none;
    }
    .menu  ul li a:hover, .menu  ul li a.active {
        border-top: none;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .menu {
        display: none;
    }
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/

#home {
    background: #fff;
    height: 906px;
    padding: 48px 0px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    z-index: 1;
}

.homepage-block {
    width: 900px;
    display: block;
    margin: 50px auto;
}
.homepage-block .block {
    width: 264px;
    display: block;
    float: left;
    margin: 0px 54px 0px 0px;
    padding: 0px;
    color: #999999;
    font-family: 'lucida_sansregular';
    font-size: 12px;
    line-height: 1.3;
}
.homepage-block .block-last {
    width: 264px;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    color: #999999;
    font-size: 12px;
    line-height: 1.3;
    font-family: 'lucida_sansregular';
}

.homepage-block a {
    color: #787363;
    font-size: 14px;
    display: block;
    padding: 0px;
    margin: 17px 0px 6px;
    font-family: 'avenirregular';
}

.homepage-block .block img, .homepage-block .block-last img {
    width: 100%;
    max-width: 100%;
    min-height:50px;
    background: #d6d6d6;
    display: block;
}

.slider-area {
    width: 100%;
    max-height: 576px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

#home .slider-area .tp-leftarrow.default {
    background: url("image/large_left2.png") no-repeat 0px 0px !important;
}
#home .slider-area .tp-rightarrow.default {
    background: url("image/large_right2.png") no-repeat 0px 0px !important;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #home {
        background: #fff;
        height: auto;
        padding: 0px 0px 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
    }

    .homepage-block {
        width: 95%;
        display: block;
        margin: 20px auto;
        text-align: left;
    }

    .homepage-block .block {
        width: 31%;
        display: block;
        float: left;
        margin: 0px 3% 20px 0px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block-last {
        width: 31%;
        display: block;
        float: left;
        margin: 0px auto 20px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block img, .homepage-block .block-last img {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0px auto;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #home {
        background: #fff;
        height: auto;
        padding: 0px 0px 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
    }

    .homepage-block {
        width: 95%;
        display: block;
        margin: 20px auto;
        text-align: left;
    }
    .homepage-block .block {
        width: 31%;
        display: block;
        float: left;
        margin: 0px 3% 20px 0px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block-last {
        width: 31%;
        display: block;
        float: left;
        margin: 0px auto 20px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block img, .homepage-block .block-last img {
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0px auto;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #home {
        background: #fff;
        height: auto;
        padding: 0px 0px 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
    }

    .homepage-block {
        width: 95%;
        display: block;
        margin: 20px auto;
    }
    .homepage-block .block {
        width: 90%;
        display: block;
        float: none;
        margin: 0px auto 20px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block-last {
        width: 90%;
        display: block;
        float: none;
        margin: 0px auto 20px;
        padding: 0px;
        color: #3e3731;
    }

    .homepage-block .block img, .homepage-block .block-last img {
        width: 100%;
        max-width: 100%;
    }

}

/* ------------------------------------------------------- */
/* product area */
#products {
    background: #d2d2d4 url(image/hairs_update.jpg) center no-repeat ;/*fixed;*/
    height: 581px;
    padding: 10px 0px;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    padding-top: 232px;
    display: block;
    z-index: 1;
}
#products .content-product {
    width: 893px;
    padding: 44px;
    margin: 0px auto;
    background: url(image/bg-product.png) repeat;
    min-height: 200px;
    display: block;
}
#products .content-product .content-detail {
    background: #fff;
    padding: 40px 20px;
    display: block;
}
h2.title-product {
    font-size: 26px;
    color: #847e7e;
    font-weight: normal;
    display: block;
    text-align: center;
    font-family: 'imprint_mt_shadowregular';
    margin-bottom: 20px;
    text-transform: uppercase;
}
ul.list-product {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
ul.list-product li {
    display: inline;
}
ul.list-product li a:hover img {
    opacity: 0.5;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #products {
        background: #fff url(image/product-bg.jpg) center no-repeat;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
        display: block;
        padding: 40px 0px;
    }

    #products .content-product {
        width: 89%;
        padding: 20px 3%;
        margin: 0px auto;
        background: url(image/bg-product.png) repeat;
        min-height: 200px;
        display: block;
    }

    ul.list-product {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    ul.list-product li {
        display: inline;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #products {
        background: #fff url(image/product-bg.jpg) center no-repeat;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
        padding: 40px 0px;
        display: block;
    }

    #products .content-product {
        width: 89%;
        padding: 20px 3%;
        margin: 0px auto;
        background: url(image/bg-product.png) repeat;
        min-height: 200px;
        display: block;
    }

    ul.list-product {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    ul.list-product li {
        display: inline;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #products {
        background: #fff url(image/product-bg.jpg) center no-repeat;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        position: relative;
        margin: 0 auto;
        padding: 40px 0px;
        display: block;

    }

    #products .content-product {
        width: 89%;
        padding: 20px 3%;
        margin: 0px auto;
        background: url(image/bg-product.png) repeat;
        min-height: 200px;
        display: block;
    }

    ul.list-product {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    ul.list-product li {
        display: block;
    }

}

/*-------------------------------------------------------------*/

#contact {
    background: #dedede url(image/woods_update.jpg) no-repeat center; /* fixed;*/
    height: 943px;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
    z-index: 1;
}

#contact article {
    width: 100%;
    top: 300px;
    position: absolute;
    text-align: center;
}

.space-contact {
    width: 1000px;
    display: block;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

.space-form {
    height: 739px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: block;
    position: relative;
}

.form-area {
    width: 377px;
    height: 259px;
    display: block;
    margin-top: 250px;
    margin-left: 100px;
    font-family: 'avenirregular';
    font-size: 12px;
    position: relative;
}
.form-area h2.title {
    color: #C9C9C0;
    font-family: 'imprint_mt_shadowregular';
    font-size: 26px;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.form-area p {
    width: 75%;
    margin-bottom: 20px;
    color:#7b7b79;
    line-height: 1.5;
}
.form-area .row-form {
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 7px;
    width: 100%;
    color:#999999;
}
.form-area .row-form label {
    width: 90px;
    display: block;
    float: left;
    line-height: 23px;
    font-size: 13px;
}
.form-area .row-form  .input {
    width: 283px;
    height: 23px;
    border: none;
    font-family: 'avenirregular';
    font-size: 12px;
}
.form-area .row-form .textarea {
    width: 283px;
    height: 52px;
    border: none;
    font-family: 'avenirregular';
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.form-area .row-form .button {
    background: transparent;
    border: none;
    font-family: 'avenirregular';
    font-size: 12px;
    float: right;
    color:#999999;
    padding: 0px;
    margin: 0px 3px 0px;
}

.contact-form {
    width: 686px;
    height: 694px;
    display: block;
    background: url(image/letter.png) no-repeat center;
    z-index: 1;
    position: absolute;
    bottom: -30px;
    left: 20px;
}

.space-contact-footer {
    background: #fff;
    width: 100%;
    display: block;
    height: 204px;
    position: relative;
    color: #999999;
}
.space-contact-footer-content {
    display: block;
    height: 204px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.contact-footer-note-text {
    display: block;
    height: 150px;
    position: relative;
    padding-top: 50px;
    padding-left: 70px;
}
.contact-footer-note-text .block-cfooter {
    width: 234px;
    display: block;
    float: left;
    font-family: 'avenirregular';
    font-size: 13px;
}

.contact-footer-note-text .block-cfooter a {
    color: #999999;
}
.contact-footer-note-text .block-cfooter h3 {
    font-family: 'avenirregular';
    color: #666666;
    padding-bottom: 10px;
    display: block;
}
span.flowers {
    width: 493px;
    height: 680px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 20px;
    background: url(image/flowers.png) no-repeat center;
    z-index: 1;
}
.media-social {
    width: 100%;
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.media-social li {
    width: 42px;
    height: 44px;
    display: block;
    float: left;
    margin-right: 10px;
}
.media-social li a {
    width: 42px;
    height: 44px;
    display: block;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-image: url(image/social.png);
    cursor: pointer;
}
.media-social li a.email {
    background-position: 0px 0px;
}
.media-social li a.facebook {
    background-position: -48px 0px;
}
.media-social li a.twitter {
    background-position: -96px 0px;
}
.media-social li a.pinterest {
    background-position: -119px 0px;
}
.media-social li a.instagram {
    background-position: -156px 0px;
}
.media-social li a.gplus {
    background-position: -145px 0px;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    span.flowers {
        display: none;
    }
    .form-area p {
        width: 75%;
        margin-bottom: 10px;
        color:#7b7b79;
        line-height: 1.5;
    }

    .form-area .row-form label {
        width: 70px;
        display: block;
        float: left;
        line-height: 23px;
        font-size: 13px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #contact {
        background: #dedede url(image/woods.jpg) no-repeat center fixed;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .space-contact {
        width: 95%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
    }

    span.flowers {
        display: none;
    }

    .contact-form {
        width: 100%;
        height: auto;
        display: block;
        background: none;
        z-index: 1;
        position: static;
        left: 0px;
        top: 0px;
    }

    .space-form {
        height: auto;
        min-height: 250px;
        width: 94%;
        padding: 50px 3%;
        margin: 0px;
        display: block;
        position: relative;
        background: none;
    }

    .form-area {
        height: auto;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
        font-family: 'avenirregular';
        font-size: 12px;
        padding: 10px 3%;
        background: url(image/repeat-contact.jpg) repeat;
        width: 94%;
    }

    .form-area .row-form {
    }
    .form-area .row-form span {
        display: block;
        width: 100%;
        float: none;
    }
    .form-area .row-form label {
        width: 100%;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

    .form-area .row-form  .input {
        width: 100%;
        height: 23px;
        border: none;
        font-family: 'avenirregular';
        font-size: 12px;
        display: block;
    }
    .form-area .row-form .textarea {
        width: 100%;
        height: 52px;
        border: none;
        font-family: 'avenirregular';
        font-size: 12px;
        display: block;
    }

    .space-contact-footer {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        color: #999999;
        padding: 0px;
        margin: 0px;
    }
    .space-contact-footer-content {
        display: block;
        height: auto;
        position: relative;
        width: 95%;
        z-index: 10;
        padding: 0px;
        margin: 0px auto;
    }
    .contact-footer-note-text {
        display: block;
        height: auto;
        position: relative;
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 30px;
    }
    .contact-footer-note-text .block-cfooter {
        width: 100%;
        display: block;
        float: none;
        font-family: 'MyriadProRegular';
        padding: 0px;
        margin: 0px 0px 20px;
        text-align: left;
    }
    .form-area p{
        font-size: 14px;
        margin-top:10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #contact {
        background: #dedede url(image/woods.jpg) no-repeat center fixed;
        height: auto;
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    .space-contact {
        width: 95%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
    }

    span.flowers {
        display: none;
    }

    .contact-form {
        width: 100%;
        height: auto;
        display: block;
        background: none;
        z-index: 1;
        position: static;
        left: 0px;
        top: 0px;
    }

    .space-form {
        height: auto;
        min-height: 250px;
        width: 94%;
        padding: 50px 3%;
        margin: 0px;
        display: block;
        position: relative;
        background: none;
    }

    .form-area {
        height: auto;
        display: block;
        margin-top: 0px;
        margin-left: 0px;
        font-family: 'avenirregular';
        font-size: 12px;
        padding: 10px 3%;
        background: url(image/repeat-contact.jpg) repeat;
        width: 94%;
    }

    .form-area .row-form {
    }
    .form-area .row-form span {
        display: block;
        width: 100%;
        float: none;
    }
    .form-area .row-form label {
        width: 100%;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

    .form-area .row-form  .input {
        width: 100%;
        height: 23px;
        border: none;
        font-family: 'avenirregular';
        font-size: 12px;
        display: block;
    }
    .form-area .row-form .textarea {
        width: 100%;
        height: 52px;
        border: none;
        font-family: 'avenirregular';
        font-size: 12px;
        display: block;
    }

    .space-contact-footer {
        width: 100%;
        display: block;
        height: auto;
        position: relative;
        color: #999999;
        padding: 0px;
        margin: 0px;
    }
    .space-contact-footer-content {
        display: block;
        height: auto;
        position: relative;
        width: 95%;
        z-index: 10;
        padding: 0px;
        margin: 0px auto;
    }
    .contact-footer-note-text {
        display: block;
        height: auto;
        position: relative;
        padding-top: 50px;
        padding-left: 0px;
        padding-bottom: 30px;
    }
    .contact-footer-note-text .block-cfooter {
        width: 100%;
        display: block;
        float: none;
        font-family: 'MyriadProRegular';
        padding: 0px;
        margin: 0px 0px 20px;
        text-align: left;
    }

}

/* ---------------------------------------------------------------------------------------------------------------- */

/* bout region */
#about {
    width: 100%;
    height: 757px;
    display: block;
    overflow: hidden;
    background: #fff url(image/about_update.jpg) no-repeat center;
    padding: 20px 0px;
    margin: 0px 0px;
    display: block;
    z-index: 1;
    position: relative;
}

#about .container {
    width: 637px;
    display: block;
    margin: 95px auto 0px;
    font-size: 14px;
    color: #666666;
    position: relative;
    height: 650px;
}
#about .container .area-text {
    background: #fff;
    width: 260px;
    padding: 38px;
    display: block;
    position: absolute;
    top: 0px;
    height: 390px;
    color:#666666;
    font-family: 'avenirregular';
    font-size: 14px;
}
#about .container .area-text p {
    margin-bottom: 10px;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #about {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff url(image/about-static.jpg) no-repeat center;
        padding: 0px;
        margin: 20px 0px;
    }

    #about .container {
        font-family: 'MyriadProRegular';
        width: 95%;
        display: block;
        margin: 50px auto;
        font-size: 14px;
        color: #666666;
        position: relative;
        height: auto;
    }
    #about .container .area-text {
        background: #fff;
        width: 277px;
        padding: 38px;
        display: block;
        position: static;
        min-height: 350px;
        margin: 0px auto;
    }
    #about .container .area-text p {
        margin-bottom: 10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #about {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff url(image/about-static.jpg) no-repeat center;
        padding: 0px;
        margin: 20px 0px;
    }

    #about .container {
        font-family: 'MyriadProRegular';
        width: 95%;
        display: block;
        margin: 50px auto;
        font-size: 14px;
        color: #666666;
        position: relative;
        height: auto;
    }
    #about .container .area-text {
        background: #fff;
        width: 277px;
        padding: 38px;
        display: block;
        position: static;
        min-height: 350px;
        margin: 0px auto;
    }
    #about .container .area-text p {
        margin-bottom: 10px;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------- */
/* slider area */
#slider-area {
    width: 100%;
    height: 748px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    z-index: 1;
    position: relative;
}

#slider-area .content-space {
    width: 930px;
    height: 620px;
    display: block;
    padding: 0px;
    margin: 51px auto 0px;
}

#slider-area .content-space .tp-leftarrow.default {
    background: url("image/large_left.png") no-repeat 0px 0px !important;
}
#slider-area .content-space  .tp-rightarrow.default {
    background: url("image/large_right.png") no-repeat 0px 0px !important;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #slider-area {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    #slider-area .content-space {
        width: 95%;
        height: auto;
        display: block;
        padding: 0px;
        margin: 40px auto;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #slider-area {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    #slider-area .content-space {
        width: 95%;
        height: auto;
        display: block;
        padding: 0px;
        margin: 40px auto;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #slider-area {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    #slider-area .content-space {
        width: 95%;
        height: auto;
        display: block;
        padding: 0px;
        margin: 40px auto;
    }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#meet-our-team {
    width: 100%;
    height: 720px;
    display: block;
    overflow: hidden;
    background: #d2d2d4 url(image/bg-team_2.jpg) no-repeat top center ;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: block;
    z-index: 1;
}
#meet-our-team .space-content {
    width: 100%;
    height: 720px;
    display: block;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.scissors {
    width: 100%;
    height: 720px;
    display: block;
    overflow: hidden;
    background: url(image/scissors2.png) no-repeat center right fixed;
    padding: 0px;
    margin: 0px;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}
#meet-our-team .container {
    width: 964px;
    display: block;
    margin: 180px auto 0px;
}
#meet-our-team .container h2.title-page {
    color: #c9c9c0;
    text-align: center;
    font-family: 'imprint_mt_shadowregular';
    font-weight: normal;
    font-size: 26px;
    padding: 20px 0px 40px;
    border-bottom: 1px solid #393939;
    margin-bottom: 50px;
}
#meet-our-team .container ul.list-team {
    display: inline-block;
    text-align: center;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#meet-our-team .container ul.list-team li {
    display: inline-block;
    width: 153px;
    background: #111111;
    margin: 10px 15px;
    vertical-align: top;
    padding-bottom: 10px;
}
#meet-our-team .container ul.list-team li .image {
    width: 153px;
    height: 156px;
    display: block;
    overflow: hidden;
    background-position: 0px 0px;
    cursor: pointer;
    margin-bottom: 10px;
}
#meet-our-team .container ul.list-team li a .image:hover {
    background-position: 0px -156px;
}
#meet-our-team .container ul.list-team li a.active .image{
    background-position: 0px -156px;
}
#meet-our-team .container ul.list-team li span {
    display: block;
    text-align: left;
}
#meet-our-team .container ul.list-team li span.name {
    color: #ffffff;
    padding-left: 10px;
    font-family: 'helveticabold';
    font-size: 12px;
    line-height: 1.5;
}
#meet-our-team .container ul.list-team li span.role {
    color: #766b6b;
    padding-left: 10px;
    font-family: 'MyriadProRegular';
    font-size: 12px;
}
#meet-our-team .team-text {
    width: 100%;
    display: block;
    text-align: center;
    width: 540px;
    padding: 0px;
    margin: 35px auto;
    color: #999999;
    font-family: 'avenirregular';
    font-size: 14px;
    line-height: 1.4;
    height: auto;
    overflow: hidden;
    position: relative;
}
#meet-our-team .team-text p {
    margin-bottom: 15px;
}
.item-team-detail{
    display: block;
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}
/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #meet-our-team {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
        background: #292929 url(image/bg-team_mobile.jpg) no-repeat no-repeat top center;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    #meet-our-team .space-content {
        width: 100%;
        height: auto;
        display: auto;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .scissors {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: url(image/scissors2.png) no-repeat no-repeat center right fixed;
        padding: 0px;
        margin: 0px;
        top: 0px;
        left: 0px;
        position: absolute;
        z-index: 1;
    }
    #meet-our-team .container {
        width: 95%;
        display: block;
        margin: 180px auto 0px;
    }

    #meet-our-team .team-text {
        width: 80%;
        display: block;
        text-align: center;
        padding: 0px;
        margin: 50px auto;
        color: #999999;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #meet-our-team {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
        background: #292929 url(image/bg-team_mobile.jpg) no-repeat no-repeat top center;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    #meet-our-team .space-content {
        width: 100%;
        height: auto;
        display: auto;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .scissors {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: none;
        padding: 0px;
        margin: 0px;
        top: 0px;
        left: 0px;
        position: absolute;
        z-index: 1;
    }
    #meet-our-team .container {
        width: 95%;
        display: block;
        margin: 180px auto 0px;
    }

    #meet-our-team .team-text {
        width: 80%;
        display: block;
        text-align: center;
        padding: 0px;
        margin: 50px auto;
        color: #999999;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #meet-our-team {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
        background: #292929 url(image/bg-team_mobile.jpg) no-repeat no-repeat top center;
        padding: 0px;
        margin: 0px;
        position: relative;
    }
    #meet-our-team .space-content {
        width: 100%;
        height: auto;
        display: auto;
        overflow: hidden;
        padding: 0px;
        margin: 0px;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 10;
    }
    .scissors {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: none;
        padding: 0px;
        margin: 0px;
        top: 0px;
        left: 0px;
        position: absolute;
        z-index: 1;
    }
    #meet-our-team .container {
        width: 95%;
        display: block;
        margin: 180px auto 0px;
    }

    #meet-our-team .team-text {
        width: 80%;
        display: block;
        text-align: center;
        padding: 0px;
        margin: 50px auto;
        color: #999999;
    }
}

/* ------------------------------------------------------------------------------------------------------------------------ */

/* new area */
#news {
    width: 100%;
    height: 535px;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0px;
    margin: 0px;
    display: block;
    z-index: 1;
    position: relative;
}

.news-area {
    width: 880px;
    display: block;
    min-height: 300px;
    padding: 0px;
    margin: 77px auto 0px;
    position: relative;
    z-index: 1;
}

.news-slider {
    position: relative;
}

.content-slider-area {
    width: 733px;
    display: block;
    min-height: 300px;
    height: 150px;
    padding: 0px;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
.news-area .prev {
    width: 8px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: -50px;
    background: url(image/prex-next.png) no-repeat top left;
    overflow: hidden;
    z-index: 99;
}
.news-area .next {
    width: 8px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    right: -50px;
    background: url(image/prex-next.png) no-repeat top right;
    overflow: hidden;
    z-index: 99;
}
.news-slider ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.news-slider ul li {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px 0px 100px;
    min-height: 283px;
}
.news-slider ul li .content-news {
    width: 270px;
    display: block;
    float: left;
    font-family: 'MyriadProRegular';
    margin-left: 10px;
}
.news-slider ul li .content-news .date {
    display: block;
    font-size: 12px;
    font-family: 'avenirregular';
    margin-bottom: 10px;
}

.news-slider ul li .content-news p {
    color: #999999;
    line-height: 1.3;
    font-size: 14px;
}
.news-slider ul li .content-news .title-post {
    display: block;
    font-size: 14px;
    font-family: 'avenirregular';
    color: #666666;
    margin-bottom: 10px;
}

.news-slider ul li .image-news {
    width: 399px;
    height: 283px;
    display: block;
    float: right;
    overflow: hidden;
}
.news-slider ul li .image-news img {
    display: block;
    width:100%;
    max-width:100%;
}

.news-area h2.title-page {
    color: #C9C9C0;
    font-family: 'imprint_mt_shadowregular';
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 33px;
    padding: 0px 0 20px;
    text-align: left;
    width: 475px;
    float: right;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    #news {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    .news-area {
        width: 95%;
        display: block;
        min-height: 300px;
        padding: 0px;
        margin: 50px auto;
        position: relative;
    }

    .content-slider-area {
        width: 90%;
        display: block;
        min-height: 300px;
        height: auto;
        padding: 0px;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
    }
    .news-area .prev {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        background: url(image/prex-next.png) no-repeat top left;
        overflow: hidden;
        z-index: 99;
    }
    .news-area .next {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        background: url(image/prex-next.png) no-repeat top right;
        overflow: hidden;
        z-index: 99;
    }

    .news-slider ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .news-slider ul li {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px 0px 100px;
        min-height: 283px;
    }
    .news-slider ul li .content-news {
        width: 45%;
        display: block;
        float: left;
        font-family: 'MyriadProRegular';
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .news-slider ul li .content-news .date {
        display: block;
        font-size: 12px;
        font-family: 'avenirregular';
        margin-bottom: 10px;
    }

    .news-slider ul li .content-news p {
        color: #999999;
        line-height: 1.3;
        font-size: 14px;
    }
    .news-slider ul li .content-news .title-post {
        display: block;
        font-size: 14px;
        font-family: 'avenirregular';
        color: #666666;
        margin-bottom: 10px;
    }

    .news-slider ul li .image-news {
        width: 50%;
        height: 283px;
        display: block;
        float: right;
        overflow: hidden;
    }
    .news-slider ul li .image-news img {
        display: block;
        max-width: 100%;
    }

    .news-area h2.title-page {
        color: #C9C9C0;
        font-family: 'imprint_mt_shadowregular';
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 13px;
        padding: 0px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

    #news {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    .news-area {
        width: 95%;
        display: block;
        min-height: 300px;
        padding: 0px;
        margin: 50px auto;
        position: relative;
    }

    .content-slider-area {
        width: 90%;
        display: block;
        min-height: 300px;
        height: auto;
        padding: 0px;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
    }
    .news-area .prev {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 60%;
        left: 0px;
        background: url(image/prex-next.png) no-repeat top left;
        overflow: hidden;
        z-index: 99;
    }
    .news-area .next {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 60%;
        right: 0px;
        background: url(image/prex-next.png) no-repeat top right;
        overflow: hidden;
        z-index: 99;
    }
    .news-slider ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .news-slider ul li {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px 0px 100px;
        min-height: 283px;
    }
    .news-slider ul li .content-news {
        width: 100%;
        display: block;
        float: left;
        font-family: 'MyriadProRegular';
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .news-slider ul li .content-news .date {
        display: block;
        font-size: 12px;
        font-family: 'avenirregular';
        margin-bottom: 10px;
    }

    .news-slider ul li .content-news p {
        color: #999999;
        line-height: 1.3;
        font-size: 14px;
    }
    .news-slider ul li .content-news .title-post {
        display: block;
        font-size: 14px;
        font-family: 'avenirregular';
        color: #666666;
        margin-bottom: 10px;
    }

    .news-slider ul li .image-news {
        width: 100%;
        height: 283px;
        display: block;
        float: right;
        overflow: hidden;
    }
    .news-slider ul li .image-news img {
        display: block;
        max-width: 100%;
    }
    .news-area h2.title-page {
        color: #C9C9C0;
        font-family: 'imprint_mt_shadowregular';
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 13px;
        padding: 0px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #news {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        background: #fff;
        padding: 0px;
        margin: 0px;
    }

    .news-area {
        width: 95%;
        display: block;
        min-height: 300px;
        padding: 0px;
        margin: 50px auto;
        position: relative;
    }

    .content-slider-area {
        width: 90%;
        display: block;
        min-height: 300px;
        height: auto;
        padding: 0px;
        margin: 0px auto;
        overflow: hidden;
        position: relative;
    }
    .news-area .prev {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 60%;
        left: 0px;
        background: url(image/prex-next.png) no-repeat top left;
        overflow: hidden;
        z-index: 99;
    }
    .news-area .next {
        width: 8px;
        height: 15px;
        display: block;
        position: absolute;
        top: 60%;
        right: 0px;
        background: url(image/prex-next.png) no-repeat top right;
        overflow: hidden;
        z-index: 99;
    }
    .news-slider ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .news-slider ul li {
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin: 0px 0px 100px;
        min-height: 283px;
    }
    .news-slider ul li .content-news {
        width: 100%;
        display: block;
        float: left;
        font-family: 'MyriadProRegular';
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .news-slider ul li .content-news .date {
        display: block;
        font-size: 12px;
        font-family: 'avenirregular';
        margin-bottom: 10px;
    }

    .news-slider ul li .content-news p {
        color: #999999;
        line-height: 1.3;
        font-size: 14px;
    }
    .news-slider ul li .content-news .title-post {
        display: block;
        font-size: 14px;
        font-family: 'avenirregular';
        color: #666666;
        margin-bottom: 10px;
    }

    .news-slider ul li .image-news {
        width: 100%;
        height: 283px;
        display: block;
        float: right;
        overflow: hidden;
    }
    .news-slider ul li .image-news img {
        display: block;
        max-width: 100%;
    }
    .news-area h2.title-page {
        color: #C9C9C0;
        font-family: 'imprint_mt_shadowregular';
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 13px;
        padding: 0px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }
}

/* --------------------------------------------------------------------------------------------------- */

/* footer area */
.footer {
    width: 100%;
    height: 55px;
    display: block;
    background: #fff url(image/bg-footer.png) repeat-x top;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 35px;
    color: #939393;
    font-size: 12px;
    z-index: 1;
    position: relative;
}
.footer .content-footer {
    width: 954px;
    display: block;
    padding: 0px;
    margin: 0px auto;
    height: 35px;
    z-index: 1;
    position: relative;
}
.footer .left {
    float: left;
    width: 40%;
    display: block;
    text-align: left;
}
.footer .right {
    float: right;
    width: 40%;
    display: block;
    text-align: right;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .footer {
        width: 100%;
        height: 35px;
        display: block;
        background: #3a3a3a;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        line-height: 35px;
        color: #cccccc;
        font-size: 12px;
    }
    .footer .content-footer {
        width: 95%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        height: 35px;
    }
    .footer .left {
        float: left;
        width: 40%;
        display: block;
        text-align: left;
    }
    .footer .right {
        float: right;
        width: 40%;
        display: block;
        text-align: right;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .footer {
        width: 100%;
        height: auto;
        display: block;
        background: #3a3a3a;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        line-height: 35px;
        color: #cccccc;
        font-size: 12px;
    }
    .footer .content-footer {
        width: 90%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        height: auto;
    }
    .footer .left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .right {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .footer {
        width: 100%;
        height: auto;
        display: block;
        background: #3a3a3a;
        padding: 0px;
        margin: 0px 0px 10px 0px;
        line-height: 35px;
        color: #cccccc;
        font-size: 12px;
    }
    .footer .content-footer {
        width: 90%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        height: auto;
    }
    .footer .left {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer .right {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
}

/* --------------------------------------------------------------------------------------------------- */

/* area salon menu */
#salon-menu {
    height: 920px;
    padding: 0px 0px 0px;
    margin: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
#salon-menu .container-salon{
    background:url(image/ltr-menu-new.jpg) center top no-repeat;
    position: relative !important;
    top:0px !important;
    left: 0px;
    height: 920px;
    width: 100%;
    display: inline-block;
    z-index: 0;
    clear: both;
}
/* Large desktop */
@media (max-width: 1366px) {
    #salon-menu .container-salon{
        background:url(image/ltr-menu-new.jpg) center top no-repeat;
        position: static;
        top:0px;
        left: 0px;
        height: 920px;
        width: 100%;
        display: block;
        z-index: 0;
    }
}
.frame-areae-salon {
    width: 904px;
    height: 729px;
    display: block;
    padding: 0px;
    margin: 0px auto;
    position: relative;
    /*background: url(image/frame-salon-menu.png) no-repeat center top;*/
    z-index: 0;
    margin-top: 100px;
    padding-top: 100px;
}
.area-salon-menu {
    width: 606px;
    display: block;
    padding: 0px 0px;
    margin: 75px auto 0px;
    height: 450px;
    overflow: auto;
    position: relative;
    color: #a19292;
}

.area-salon-menu h2.title-salon-menu {
    font-size: 26px;
    color: #847e7e;
    font-weight: normal;
    display: block;
    text-align: center;
    font-family: 'imprint_mt_shadowregular';
    margin-bottom: 60px;
    text-transform: uppercase;
    padding-left: 5px;
}
.menu-item-block {
    display: block;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    line-height: 1.5;
}
.salon-left {
    width: 294px;
    display: block;
    float: left;
}
.salon-right {
    width: 265px;
    display: block;
    float: right;
}
.area-salon-menu h3 {
    color: #fffdfd;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}

/* Large desktop */
@media (max-width: 1366px) {
    .frame-areae-salon {
        width: 100%;
        height: auto;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
        z-index: 0;
        margin-top: 100px;
        padding-top: 100px;
    }
    .area-salon-menu {
        width: 606px;
        display: block;
        padding: 0px 0px;
        margin: 170px auto 0px;
        height: 450px;
        overflow: auto;
        position: relative;
        color: #a19292;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .frame-areae-salon {
        width: 100%;
        height: 729px;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
        z-index: 0;
        margin-top: 100px;
        padding-top: 100px;
    }
    .area-salon-menu {
        width: 606px;
        display: block;
        padding: 0px 0px;
        margin: 170px auto 0px;
        height: 450px;
        overflow: auto;
        position: relative;
        color: #a19292;
    }
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    #salon-menu {
        background: none;
        height: auto;
        padding: 0px 0px 0px;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        display: inline-block;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    #salon-menu {
        background: none;
        height: auto;
        padding: 0px 0px 0px;
        margin: 0;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow: hidden;
        display: inline-block;
    }
}

/* ---------------------------------------------------------------------------------- */

.wpcf7-not-valid {
    background: #ffb9b9;
}

/* ----------------------------------------------------------------------------------- */
/*
 * mobile salon menu
 */

.area-mobile-salon-menu {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    color: #a19292;
}

.area-mobile-salon-menu .frame-mobile-salon-container {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px auto;
}
.area-mobile-salon-menu .frame-mobile-salon-repeat {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    background: url(image/ltr-menu-new_mobile_repeat.jpg) repeat-y center;
}

.area-mobile-salon-menu .frame-mobile-salon-top {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    background: url(image/ltr-menu-new_mobile_top.jpg) no-repeat top center;
}

.area-mobile-salon-menu .frame-mobile-salon-bottom {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
    background: url(image/ltr-menu-new_mobile_bottom.jpg) no-repeat bottom center;
}
.area-mobile-salon-menu .frame-mobile-salon-content {
    width: 90%;
    display: block;
    padding: 230px 5% 150px;
    margin: 0px;
}

.area-mobile-salon-menu .frame-mobile-salon-content .salon-mobile-left {
    width: 100%;
    display: block;
}
.area-mobile-salon-menu .frame-mobile-salon-content .salon-mobile-right {
    width: 100%;
    display: block;
}

.area-mobile-salon-menu .frame-mobile-salon-content  h3 {
    color: #fffdfd;
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.area-mobile-salon-menu .frame-mobile-salon-content table {
    width: 100%;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .area-mobile-salon-menu .frame-mobile-salon-content .salon-mobile-left {
        width: 45%;
        display: block;
        float: left;
    }
    .area-mobile-salon-menu .frame-mobile-salon-content .salon-mobile-right {
        width: 45%;
        display: block;
        float: right;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

.news-slider-update{
    width: 733px;
    display: block;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

.news-slider-update h2.title-page {
    color: #C9C9C0;
    font-family: 'imprint_mt_shadowregular';
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 33px;
    padding: 0px 0 20px;
    text-align: left;
    width: 405px;
    float: right;
}

.news-slider-update ul li .content-news {
    width: 270px;
    display: block;
    float: left;
    font-family: 'MyriadProRegular';
    margin-left: 10px;
}
.news-slider-update ul li .content-news .date {
    display: block;
    font-size: 12px;
    font-family: 'avenirregular';
    margin-bottom: 10px;
}

.news-slider-update ul li .content-news p {
    color: #999999;
    line-height: 1.3;
    font-size: 14px;
}
.news-slider-update ul li .content-news .title-post {
    display: block;
    font-size: 14px;
    font-family: 'avenirregular';
    color: #666666;
    margin-bottom: 10px;
}

.news-slider-update ul li .image-news {
    width: 399px;
    height: 283px;
    display: block;
    float: right;
    overflow: hidden;
}
.news-slider-update ul li .image-news img {
    display: block;
    width:100%;
    max-width:100%;
}
/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .news-slider-update{
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
    }

    .news-slider-update h2.title-page {
        color: #C9C9C0;
        font-family: 'imprint_mt_shadowregular';
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 33px;
        padding: 0px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }

    .news-slider-update ul li .content-news {
        width: 50%;
        display: block;
        float: left;
        font-family: 'MyriadProRegular';
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .news-slider-update ul li .content-news .date {
        display: block;
        font-size: 12px;
        font-family: 'avenirregular';
        margin-bottom: 10px;
    }

    .news-slider-update ul li .content-news p {
        color: #999999;
        line-height: 1.3;
        font-size: 14px;
    }
    .news-slider-update ul li .content-news .title-post {
        display: block;
        font-size: 14px;
        font-family: 'avenirregular';
        color: #666666;
        margin-bottom: 10px;
    }

    .news-slider-update ul li .image-news {
        width: 40%;
        height: auto;
        display: block;
        float: right;
        overflow: hidden;
    }
    .news-slider-update ul li .image-news img {
        display: block;
        width:100%;
        max-width:100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .news-slider-update{
        width: 100%;
        display: block;
        padding: 0px;
        margin: 0px auto;
        position: relative;
    }

    .news-slider-update h2.title-page {
        color: #C9C9C0;
        font-family: 'imprint_mt_shadowregular';
        font-size: 26px;
        font-weight: normal;
        margin-bottom: 33px;
        padding: 0px 0 20px;
        text-align: center;
        width: 100%;
        float: none;
    }

    .news-slider-update ul li .content-news {
        width: 100%;
        display: block;
        float: none;
        font-family: 'MyriadProRegular';
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .news-slider-update ul li .content-news .date {
        display: block;
        font-size: 12px;
        font-family: 'avenirregular';
        margin-bottom: 10px;
    }

    .news-slider-update ul li .content-news p {
        color: #999999;
        line-height: 1.3;
        font-size: 14px;
    }
    .news-slider-update ul li .content-news .title-post {
        display: block;
        font-size: 14px;
        font-family: 'avenirregular';
        color: #666666;
        margin-bottom: 10px;
    }

    .news-slider-update ul li .image-news {
        width: 100%;
        height: auto;
        display: block;
        float: none;
        overflow: hidden;
    }
    .news-slider-update ul li .image-news img {
        display: block;
        width:100%;
        max-width:100%;
    }
}
/*.news-slider-update .flex-direction-nav .flex-next{
    display: block;
    right:-40px !important;
}
.news-slider-update .flex-direction-nav .flex-prev{
    display: block;
    left:-40px !important;
}*/
.not-found{
    width:100%;
    display: block;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}
.not-found img{
    max-width: 100%;
}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
}

.loader-website{
    width:100%;
    height: 100%;
    display: block;
    position: fixed;
    background: url(image/bg-loader.png) repeat;
    z-index: 9999;
}
.loader-website span{
    width:100%;
    height: 100%;
    display: block;
    background: url(image/loader.gif) no-repeat center center;
}

.block-cfooter {line-height: 19px}
.media-social li a:hover{opacity: 0.7}
..contact-form {background: url(image/letter2.png) !important}