/* Table of Content
==================================================
    #Basic Style
    #Header Style
    #Top Footer
    #Menu Footecosmedix_menu_mobile ul li ar
    #Search menu
    #Pagination
    #Menu mobile
    #Slider Video
    #Single Trainer
    #Blog and Single Blog
    #Comment
    #Sidebar
    #Footer
    #backTop
    #Contact
    #Landing Page
    #MEDIA REPONSIVE
/* #Basics Style
================================================== */
*{
    outline: none;
}

root { 
    display: block;
}
a:active,
a:hover{ 
    text-decoration: none;
}

*:focus,
*:active,
a:active,
a:focus,
select:focus,
button:focus,
input:focus,
input:active { 
    -moz-outline-style: none;
    outline:none;
    outline: 0;
}
:-moz-any-link:focus {
    outline: none;
}
span>select,
label>select{
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}
textarea{
    -webkit-appearance: textarea;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-color: #dcdcdc;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    -webkit-writing-mode: horizontal-tb;
}
td, th {
    padding: 10px;
}
blockquote {
    background: #f5f5f5;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    border-left: 4px solid #707070;
    color: #707070;
    font-style: italic;
    quotes: none;
}
blockquote > p:last-child {
    margin-bottom: 0 !important;
}

label.lb_select,
span.lb_select_2{
    position: relative;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 10px;
}
label.lb_select:after,
span.lb_select_2:after{
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
    color: #c9c6c7;
    right:20px;
    top:23%;
}
span.lb_select_2:after{
    content: "\f0d7";
    right: 25px;
    top: -2px;
}
.widget.custom_header{
    margin: 0;
}
.bypostauthor{ }
/* #Header Style
================================================== */
#header_main{
    padding: 20px 0;
    margin: 0px;
    z-index: 99999;
    bottom: auto !important;
} 
.header-wrapper{
    z-index: 99; 
}
.header_tranparent .header-wrapper{
    position: absolute;
    width: 100%;
}
.no_padding{
    padding:0px !important;
}
.no_padding .vc_column-inner{
    padding:0px !important;
}
.no_margin{ 
    margin:0px !important;
}
.container{
    filter: alpha(opacity=100);
    opacity: 1; 
}
.cosmedix_menu_mobile ul li a,
.cosmedix_menu_mobile ul li ul.sub-menu li a,
.main-menu ul li a, .main-menu ul li ul.sub-menu li a {
    font-family: Raleway-SemiBold;
}
.main-menu .nav-menu {
    margin: 10px 0;
    text-align:right;
    display:inline-block;
    vertical-align:text-top;
    width:100%;
}
.header-v1 .nav-menu .navbar-nav {
    visibility: visible;
    opacity: 1 ;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.toggle-menu {
    visibility: hidden !important;
    opacity: 0 !important;
}
.header-v4 .cosmedix-logo .logo-sticky,
.header-v5 .cosmedix-logo .logo-sticky{
    margin: 0 auto !important;
}
.header-v4 .cos_main_menu{
    margin-top: 15px;
}

.header-v2 .cos_menu_wrapper,
.header-v3 .cos_menu_wrapper,
.header-v4 .cos_menu_wrapper,
.header-v5 .cos_menu_wrapper{
    display: inline-block;
}

.main-menu .menu-list-right > li + li { margin-left:5px; }

.main-menu ul li.menu-item-has-children > a,
.menubar ul li.page_item_has_children > a {
    padding-right:25px;
    position:relative;
}
.main-menu ul li.menu-item-has-children > a:after,
.menubar ul li.page_item_has_children > a:after {
    content:"";
    position:absolute; 
    right:10px;
    top:calc(53%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    border:4px solid transparent;
    border-top:4px solid #999999;
}
.main-menu ul li.menu-item-has-children ul,
.menubar ul li.page_item_has_children ul {
    display:none;
    position:absolute;
    left:0;
    min-width:175px;
    top:100%;
    box-shadow:0 3px 8px rgba(0,0,0,0.125);
    margin-left: 0;
}
.main-menu ul li.menu-item-has-children ul li,
.menubar ul li.page_item_has_children ul li {
    border-bottom:1px inset #eff4f7;
    display:block;
}
.main-menu ul li.menu-item-has-children > ul.child,
.menubar ul li.page_item_has_children > ul.child {
    left:100%;
    top:-2px;
}
.main-menu ul li.menu-item-has-children:hover > ul,
.menubar ul li.page_item_has_children:hover > ul {
    display:block;
    z-index:9;
}
.main-menu ul li.menu-item-has-children:hover > ul.child,
.menubar ul li.page_item_has_children:hover > ul.child {
    animation:displayMenuChildChild .3s;
    -webkit-animation:displayMenuChildChild .3s;
    transform:translateX(0) translateY(0);
    z-index:9;
}
.main-menu ul li.menu-item-has-children:hover > ul.child:after,
.menubar ul li.page_item_has_children:hover > ul.child:after {
    content:"";
    border:none;
}
.main-menu ul li.menu-item-has-children .btn-mobi-sub,
.menubar ul li.page_item_has_children .btn-mobi-sub {
    display:none;
    position:absolute;
    right:10px;
    top:4px;
    width:30px;
    height:27px;
    border:1px solid #333;
    background:#333;
    cursor:pointer;
    border-radius:5px;
    z-index:99999 !important;
}
.main-menu ul li.menu-item-has-children .btn-mobi-sub:after,
.menubar ul li.page_item_has_children .btn-mobi-sub:after {
    content:"";
    width:7px;
    height:7px;
    position:absolute;
    left:50%;
    top:calc(48%);
    border-left:solid 1px #FFF;
    border-bottom:solid 1px #FFF;
    transform:translate3d(-75%,-50%,0) rotate(-135deg);
    -webkit-transform:translate3d(-75%,-50%,0) rotate(-135deg);
    transition:.3s;
    -webkit-transition:.3s;
}

.main-menu ul li ul li a {
    padding:5px 15px;
    text-align:left; 
}

.main-menu > ul.menu-list-right { float:right; }

/*layer slider*/
.ls-bottom-slidebuttons a{
    margin: 2px;
    width: 12px !important;
    height: 12px !important;
    border: 1px dotted #fff !important;
    border-radius: 10px;
}
.logo-sticky{ 
    display:none;
}
/* #Top Footer
================================================== */
.join_trainer_top_footer{
    padding-top: 35px;
}
.join_trainer_top_footer .content-join-trainer .vc_custom_1461075871630{margin-bottom: 35px;}
.join_trainer_top_footer .btn-section-trainer .vc_custom_1461073502735 { margin-top: 30px; }

/* #Menu Footer
================================================== */
.socket{ 
    padding: 20px 0;
    margin: 0px; 
    display: inline-block;
    width: 100%; 
    border-top: 1px dashed #c9c9c9;
    margin-top: 50px;
}
.menu-footer .nav-menu {
    text-align:right;
    display:inline-block;
    vertical-align:text-top;
    width:100%;
}
.menu-footer .menu-list-right > li + li { margin-left:5px; }
.menu-footer ul {
    margin:0;
    padding:0;
    font-size:0;
}
.menu-footer ul li {
    display:inline-block;
    position:relative;
}
.menu-footer ul li.menu-item-has-children > a, .menubar ul li.page_item_has_children > a {
    padding-right:25px;
    position:relative;
}
.menu-footer ul li.menu-item-has-children > a:after, .menubar ul li.page_item_has_children > a:after {
    content:"";
    position:absolute;
    right:10px;
    top:calc(53%);
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    border:4px solid transparent;
    border-top:4px solid #999999;
}
.menu-footer ul li.menu-item-has-children ul, .menubar ul li.page_item_has_children ul {
    display:none;
    position:absolute;
    left:0;
    min-width:175px;
    top:100%;
    box-shadow:0 3px 8px rgba(0,0,0,0.125);
    background:#FFF;
}
.menu-footer ul li.menu-item-has-children ul li, .menubar ul li.page_item_has_children ul li {
    border-bottom:1px inset #eff4f7;
    display:block;
}
.menu-footer ul li.menu-item-has-children > ul.child, .menubar ul li.page_item_has_children > ul.child {
    left:100%;
    top:-2px;
}
.menu-footer ul li.menu-item-has-children:hover > ul, .menubar ul li.page_item_has_children:hover > ul {
    display:block;
    z-index:9;
}
.menu-footer ul li.menu-item-has-children:hover > ul.child, .menubar ul li.page_item_has_children:hover > ul.child {
    animation:displayMenuChildChild .3s;
    -webkit-animation:displayMenuChildChild .3s;
    transform:translateX(0) translateY(0);
    z-index:9;
}
.menu-footer ul li.menu-item-has-children:hover > ul.child:after, .menubar ul li.page_item_has_children:hover > ul.child:after {
    content:"";
    border:none;
}
.menu-footer ul li.menu-item-has-children .btn-mobi-sub, .menubar ul li.page_item_has_children .btn-mobi-sub {
    display:none;
    position:absolute;
    right:10px;
    top:4px;
    width:30px;
    height:27px;
    border:1px solid #333;
    background:#333;
    cursor:pointer;
    border-radius:5px;
    z-index:99999 !important;
}
.menu-footer ul li.menu-item-has-children .btn-mobi-sub:after, .menubar ul li.page_item_has_children .btn-mobi-sub:after {
    content:"";
    width:7px;
    height:7px;
    position:absolute;
    left:50%;
    top:calc(48%);
    border-left:solid 1px #FFF;
    border-bottom:solid 1px #FFF;
    transform:translate3d(-75%,-50%,0) rotate(-135deg);
    -webkit-transform:translate3d(-75%,-50%,0) rotate(-135deg);
    transition:.3s;
    -webkit-transition:.3s;
}
.menu-footer ul li.menu-item-has-children .btn-mobi-sub.current_page_item:after, .menubar ul li.page_item_has_children .btn-mobi-sub.current_page_item:after {
    top:calc(52%);
    transform:translate3d(-50%,-75%,0px) rotate(-45deg);
    -webkit-transform:translate3d(-50%,-75%,0px) rotate(-45deg);
}
.menu-footer ul li.menu-item-has-children .btn-mobi-sub.current_page_item:hover:after, .menubar ul li.page_item_has_children .btn-mobi-sub.current_page_item:hover:after { top:calc(50%); }
.menu-footer ul li ul li a {
    padding:5px 15px;
    font-size:12px;
    color:#afb4b9;
    background-color:#fff;
    text-align:left;
}
.menu-footer ul li ul li:hover > a {
    color:#999;
    background-color:#f5f7f9;
}
.menu-footer ul li ul li.current-menu-item > a, .menubar ul li ul li.current_page_item > a {
    background:#f5f7f9;
    color:#afb4b9;
    border-radius:0;
}
.menu-footer ul li.menu-item a {
    padding:5px 15px;
    font-size:13px;
    font-family: Raleway-SemiBold;
    display:block;
    text-decoration:none;
    white-space:nowrap;
    transition:.7s;
    -webkit-transition:.7s;
} 
.menu-footer ul li.menu-item a:hover {
    color:#ffffff;
}
.menu-footer ul li.menu-item:hover > a:after { border-top-color:#ffffff; }
.menu-footer ul li.current-menu-item > a:after, .menubar ul li.current_page_item > a:after { border-top-color:#ffffff; }
.menu-footer > ul {
    display:inline-block;
    vertical-align:top;
    z-index:99;  
}
.menu-footer > ul.menu-list-right { float:right; }
.footer .widget_nav_menu h4{
    text-transform: uppercase;
    font-weight: 800;  
} 
.nomargin{margin:0px;} 


/* #PAGINATION
================================================== */
.cos_pagination {
    margin-top: 20px;
    line-height:32px;
}

.cos_pagination span, .cos_pagination a {
    margin: 2px 5px 2px 0;
    padding: 6px 11px 6px;
    text-decoration:none;
    width:30px;
    height: 30px;
    color:#dddddd;
    font-size: 18px;
    font-weight: 100;
    font-family: Arial;
    border: 1px dashed #ddd;
    border-radius: 20px;
}
.cos_pagination span.pre, .cos_pagination a.pre,
.cos_pagination span.next, .cos_pagination a.next {
    padding: 6px 13px;
}
.cos_pagination a:hover{
    color:#fff;
    border: 1px solid;
}

.cos_pagination .current{
    color:#fff;
    border: 1px solid;
}

.container_active_event .cos_pagination{
    text-align: center;
    margin-top: 2.5%;
    margin-bottom: 7.5%;
}
.blog .cos_pagination{
    padding-top: 4.5%;
    border-top: 1px solid #eeeeee;
    margin-bottom: 10%;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.container_active_class .cos_pagination{
    text-align: right;
    margin-top: 3.5%;
    margin-bottom: 6.5%;
}
.social-cosmedix {
    height: 48px;
    width: 48px;
    margin: -10px 10px 0 0;
    float: left;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-radius: 50%;
}
.social-cosmedix:hover {
    background-position: 0px -48px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
.twitter-hover {
    background-image: url('../images/social/twitter-hover.png');
}
.facebook-hover {
    background-image: url('../images/social/facebook-hover.png');
}
.google-hover {
    background-image: url('../images/social/google-hover.png');
}
.linkedin-hover {
    background-image: url('../images/social/linkedin-hover.png');
}
.pinterest-hover {
    background-image: url('../images/social/pinterest-hover.png');
}
.instagram-hover {
    background-image: url('../images/social/instagram-hover.png');
}
.tumblr-hover {
    background-image: url('../images/social/tumblr-hover.png');
}
.reddit-hover {
    background-image: url('../images/social/reddit-hover.png');
}
.stumbleupon-hover {
    background-image: url('../images/social/stumbleupon-hover.png');
}
.copyright{
    padding: 5px 15px;
}
/* #Search menu
================================================== */
.search-wrapper{
    position: relative;
    top: 11px;
    z-index: 20;
}
.search-wrapper ul{
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}
.search-wrapper ul li{ 
    display: inline-block;
    padding: 0 5px;
}
.search-wrapper ul li a{
    color: #ccc;
    font-size: 17px;
}

#search-cosmedix{
    position: absolute;
    padding: 20px;
    background: #fff;
    right: 0;
    border: 1px solid;
    z-index: 3;
    width:260px;
}
#search-cosmedix .screen-reader-text,#search-cosmedix #searchsubmit{display: none;}
#search-cosmedix input[name="s"]{
    height: 45px;
    vertical-align: top;
    width: 100%;
    padding-right: 45px; 
}
#search-cosmedix button[type="submit"]{
    border: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 45px;
    width: 44px;
    color:#fff;
}
/* #Menu mobile
================================================== */
.cosmedix_menu_mobile,
.cosmedix_menu_mobile ul,
.cosmedix_menu_mobile ul li,
.cosmedix_menu_mobile ul li a{
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cosmedix_menu_mobile ul.menu-mobile{
    z-index: 999;
    position: absolute;
}
.cosmedix_menu_mobile ul.menu-mobile.open{
    display: block !important;
}
.cosmedix_menu_mobile:after,
.cosmedix_menu_mobile > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.cosmedix_menu_mobile {
    width: auto;
    line-height: 1;
    display: none;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.cosmedix_menu_mobile > ul > li {
    float: left;
}
.cosmedix_menu_mobile.align-center > ul {
    font-size: 0;
    text-align: center;
}
.cosmedix_menu_mobile.align-center > ul > li {
    display: inline-block;
    float: none;
}
.cosmedix_menu_mobile.align-center ul ul {
    text-align: left;
}
.cosmedix_menu_mobile.align-right > ul > li {
    float: right;
}
.cosmedix_menu_mobile.align-right ul ul {
    text-align: right;
}
.cosmedix_menu_mobile > ul > li > a { 
    padding: 20px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.cosmedix_menu_mobile > ul > li.menu-item-has-children > a {
    padding-right: 25px;
}
.cosmedix_menu_mobile > ul > li.menu-item-has-children > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.cosmedix_menu_mobile > ul > li.menu-item-has-children:hover > a::after {
    border-color: #009ae1;
}
.cosmedix_menu_mobile ul ul {
    position: absolute;
    left: -9999px;
}
.cosmedix_menu_mobile li:hover > ul {
    left: auto;
}
.cosmedix_menu_mobile.align-right li:hover > ul {
    right: 0;
}
.cosmedix_menu_mobile ul ul ul {
    margin-left: 100%;
    top: 0;
}
.cosmedix_menu_mobile.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
.cosmedix_menu_mobile ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
.cosmedix_menu_mobile ul li:hover > ul > li {
    height: 32px;
}
.cosmedix_menu_mobile ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.cosmedix_menu_mobile ul ul li.menu-item-has-children > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.cosmedix_menu_mobile.align-right ul ul li.menu-item-has-children > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.cosmedix_menu_mobile ul ul li.menu-item-has-children:hover > a::after {
    border-color: #ffffff;
}

.cosmedix_menu_mobile,
.cosmedix_menu_mobile ul.menu-mobile li ul {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header_main,#sidebar-wrapper,.sticky-wrapper{
        display: none;
    }   
    .cosmedix_menu_mobile {
        display: block;
    }
    .cosmedix_menu_mobile .cosmedix-logo {
        padding: 20px;
    }
    .icon-menu-toggle{
        display:none;
    }
    .cosmedix_menu_mobile .mobile_cart_url,
    .cosmedix_menu_mobile #menu-button {
        display: block;
        color: #000000;
        cursor: pointer;
        font-size: 22px;
        text-transform: uppercase;
        position: absolute;
        right: 15px;
        top: 35px;
    }
    .cosmedix_menu_mobile .mobile_cart_url{
        right: 50px;
        top: 33px;
    }
    .cosmedix_menu_mobile {
        width: 100%;
    }
    .cosmedix_menu_mobile ul {
        width: 100%;
        display: none;
    }

    .cosmedix_menu_mobile ul li ul li a{
        color: #000;
        background-color: #fff;
    }
    .cosmedix_menu_mobile.align-center > ul,
    .cosmedix_menu_mobile.align-right ul ul {
        text-align: left;
    }
    .cosmedix_menu_mobile ul>li{
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    .cosmedix_menu_mobile ul li a:hover{
        background-color: rgb(137, 158, 0);
        color: rgb(255, 255, 255);
    }
    .cosmedix_menu_mobile ul ul li,
    .cosmedix_menu_mobile ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid #f1f1f1;
    }
    .cosmedix_menu_mobile>ul>li:first-child{
        border-top: 0;
    }
    .cosmedix_menu_mobile ul li a,
    .cosmedix_menu_mobile ul ul li a {
        width: 100%;
    }
    .cosmedix_menu_mobile > ul > li,
    .cosmedix_menu_mobile.align-center > ul > li,
    .cosmedix_menu_mobile.align-right > ul > li {
        float: none;
        display: block;
    }
    .cosmedix_menu_mobile ul ul li a {
        padding: 20px 20px 20px 40px;
        font-size: 12px;
    }
    .cosmedix_menu_mobile ul ul ul li a {
        padding-left: 40px;
    }
    .cosmedix_menu_mobile ul ul,
    .cosmedix_menu_mobile ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    .cosmedix_menu_mobile > ul > li.menu-item-has-children > a::after,
    .cosmedix_menu_mobile ul ul li.menu-item-has-children > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }

    .cosmedix_menu_mobile .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    } 
    .cosmedix_menu_mobile .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    .cosmedix_menu_mobile .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    .cosmedix_menu_mobile .submenu-button.submenu-opened:after {
        display: none;
    }
}
@media screen and (min-width: 990px) {
    .col-xs-15{
        width:20% !important;
    }  
}
/* #Slider Video
================================================== */
.slider_video_warrap{
    visibility: hidden;
}
.img_slider{
    position: absolute;
}
.slider_video_warrap li:first-child .img_slider{
    position: relative;
} 
/*PHONE,TAB min - 990*/ 
@media screen and (max-width: 990px) {
    .socket {   
        text-align: center;
    }
} 
/*PHONE min - 768px*/ 
@media screen and (max-width: 767px) {
    .cos_align_left{ 
        display:flex;
    }
    .cos_align_right .cos_content{
        top: 3px;
        right: 0;
        margin-right: 115px;
    }
}
/* #Single Trainer
================================================== */

.header-trainer,.error404-brc{
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0px;
}
.header-trainer .trainer-profile{
    float: left;
    text-align: left;
    width: 50%;
}
.header-trainer .trainer-profile h3{
    font-size: 25px;
    color: #7d7d7d;
    font-family: Raleway-SemiBold;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0px;
}
.header-trainer .trainer-brc{
    text-align: right;
    float: right;
    width: 50%;
}

.img-thumb{
    text-align: right;
}
.header-content-trainer{
    padding: 13% 0px;
}
.header-content-trainer .info-trainer .cat_trainer{
    font-size: 30px;
    font-family: SignPainter-HouseScript;
    line-height: 36px;
    margin-top: 30px;
    display: block;
}
.header-content-trainer .info-trainer h2.title-trainer{
    font-size: 35px;
    color: #000;
    font-family: Raleway-Bold;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 20px;
}
.header-content-trainer .info-trainer .excerpt-trainer{
    font-size: 16px;
    font-family: Raleway-Medium;
    color: #7d7d7d;
    line-height: 24px;
}
.header-content-trainer .info-trainer ul{
    list-style: none;
    float: left;
}
.header-content-trainer .info-trainer ul li{
    width: 100%;
    float: left;
    margin: 5px 0px;
}
.header-content-trainer .info-trainer ul li strong{
    width: 25%;
    display: block;
    float: left;
    font-family: Raleway-Medium;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.header-content-trainer .info-trainer ul li span{
    color: #7d7d7d;
    font-family: Raleway-Medium;
    font-size: 16px;
    line-height: 24px;
    display: block;
    float: left;
    width: 75%;
}
.header-content-trainer .info-trainer .social_info{
    margin-top: 30px;
    width: 100%;
}
.header-content-trainer .info-trainer .social_info,
.header-content-trainer .info-trainer .cos_social_info,
.header-content-trainer .info-trainer .social_info strong{
    float: left;
}
.header-content-trainer .info-trainer .social_info strong{
    width: 25%;
    display: block;
    float: left;
    font-family: Raleway-Medium;
    font-size: 16px;
    color: #000;
    font-weight: 300;
}
.header-content-trainer .info-trainer .cos_social_info{
    width: 75%;
    text-align: center;
}
.header-content-trainer .info-trainer .cos_social_info a{
    float: left;
    padding-right: 8px;
    border-right: 1px solid #ddd;
    padding-left: 8px;
    text-decoration: none;
}
.header-content-trainer .info-trainer .cos_social_info a i{
    font-size: 14px;
    color: #ddd;
}
.header-content-trainer .info-trainer .cos_social_info a:hover i{
    color: #879f00;
}
/* #Blog and Single Blog
================================================== */
.post.sticky {
    color: #333;
    background: #f5f5f5;
    padding: 30px;
    position: relative;
}
.post.sticky:after {
    content: "";
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 1;
    border: 35px solid transparent;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.post.sticky:before {
    content: "\f08d";
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    z-index: 2;
}
.container-cos{
    margin-top: 55px;
}

.intro-image{
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.intro-image img{
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.intro-image:hover img{
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}

.container-cos .entry-meta{
    color: #959595;
    font-family: Raleway-Bold;
    list-style: none;
    display: table;
    margin: 10px 0px 20px;
}
.container-cos .entry-meta a{
    color: #959595;
}
.container-cos .entry-meta li{
    display: inline;
    float: left;
    padding-right: 25px;
}
.container-cos .entry-meta li:first-child{
    padding-right: 15px;
}
.container-cos  .entry-meta li i,
.container-cos .entry-meta li i:before{
    font-size: 16px;
}

.container-cos .entry-meta li span{
    margin-left: 5px;
    font-size: 12px;
}

.container-cos .entry-header .entry-title{
    margin-top: 0px;
    font-size: 25px;
    font-family: Raleway-Bold;
    line-height: 27.5px;
    color: #333333;
}

.container-cos .entry-header .entry-title a{
    color: #333333;
}

.container-cos .entry-cate{
    margin-bottom: 25px;
}

.container-cos .entry-cate a{
    font-family: Raleway-SemiBold;
    font-size: 15px;
    line-height: 22.5px;
}

.container-cos .entry-content p{
    font-family: Raleway-Medium;
    color: #4c4c4c;
    line-height: 28.8px;
    text-align: left;
}
.blog .container-cos .entry-content a.read_more{
    color: #fff;
    padding: 10px 21px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-family: Raleway-SemiBold;
    display: block;
    width: 130px;
    border-radius: 5px;
    margin: 35px 0 70px 0;
}
.blog .container-cos .entry-content a.read_more:hover{
    background: #000;
}
.blog .container-cos .pagination{
    border-top: 1px solid #eee;
    display: block;
    border-radius: 0;
    padding-left: 0px !important;
}

/* #Single Blog
================================================== */

.single-post .container-cos .entry-header .entry-title{
    font-size: 30px;
    line-height: 33px;
}
.single-post .container-cos .entry-tag-social{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.single-post .container-cos .entry-tag-social .tag{
    line-height: 42px;
    width: 50%;
    float: left;
}
.single-post .container-cos .entry-tag-social .tag a{
    font-family: Raleway-SemiBold;
    font-size: 15px;
    color: #1f1f1f;
    line-height: 24px;
    font-style:italic;
}
.single-post .container-cos .entry-tag-social .tag a:hover{
    color: #e7e7e7;
}

.single-post .container-cos .entry-tag-social .social-post{
    width: 300px;
    float: right;
}
.single-post .container-cos .entry-tag-social .social-post .share-this{
    width: 125px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-family: Raleway-SemiBold;
    color: #999;
    line-height: 42px;
    border: 1px solid #eaeaea;
    border-right: 0;
}
.single-post .container-cos .entry-tag-social .social-post .cos_social_element{
    float: left;
    width: 174.5px;
    text-align: center;
    padding: 0px;
    border: 1px solid #eaeaea;
}
.single-post .container-cos .entry-tag-social .social-post .cos_social_element a{
    font-size: 15px;
    line-height: 42px;
    display: block;
    float: left;
    padding: 0 15px;
    color: #cccccc;
    opacity: 1;
    border-right: 1px solid #eaeaea;
    width: 43px;
}
.single-post .container-cos .entry-tag-social .social-post .cos_social_element a:last-child{
    border-right: 0;
}
.single-post .container-cos .entry-tag-social .social-post .cos_social_element a:hover{
    background-color: #000;
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}

.post-navigation{
    margin-top: 30px;
}
.post-navigation .nav-links a{
    font-family: Raleway-SemiBold;
    font-size: 16px;
}

/* #Comment
================================================== */
.comment-list .pingback, .comment-list .trackback{
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}
.comment-navigation{
    display: none;
}
#comments #reply-title,
#comments .comments-title{
    font-family: Raleway-Bold;
    color: #1f1f1f;
    line-height: 28.6px;
    font-size: 22px;
}
#comments .comments-title{
    margin-top: 55px;
    margin-bottom: 60px;
}
#comments .comment-list{
    padding-bottom: 65px;
    border-bottom: 1px solid #dcdcdc;
}
#comments .comment-respond{
    padding-top: 45px;

}
#comments .comment-reply-title{
    margin-bottom: 40px;
}
#comments .comment-list li {
    list-style: none;
    margin: 0;
}
#comments .comment-list .comment{
    margin-bottom: 20px;
    position: relative;
}
#comments .comment-list .comment-body{
    min-height: 80px;
}
#comments .comment-list .comment-author{
    left: 0;
    position: absolute;
    top: 0;
}
#comments .comment-list .comment-author .avatar {
    display: block;
    border-radius: 50px;
}
#comments .comment-list .comment-details .comment-meta .author-name{
    font-family: Raleway-SemiBold;
    font-size: 16px;
    color: #333;
    line-height: 25.6px;
    text-transform: uppercase;
}
#comments .comment-list .comment-meta .comment-time{
    font-family: Raleway-SemiBold;
    font-size: 15px;
    color: #bebebe;
}
#comments .comment-list .comment-details .reply{
    font-family: Raleway-SemiBold;
    font-size: 12px;
    margin-bottom: 22px;
}
#comments .comment-list .comment-details {
    margin-left: 110px;
}
.comment-list .back-link,
.comment-list .pingback a, .comment-list .trackback a,
#comments .comment-list .comment-body p{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #797979;
}

#comments .comment-form{
    padding-bottom: 8%;
}
#comments .comment-form p{
    margin-bottom: 30px;
}
#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url{
    width: 33.333333%;
    float: left;
    padding-right: 30px;
}
#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input,
#comments .comment-form textarea{
    width: 100%;
    border-color: #dcdcdc;
}
#comments .comment-form .comment-form-url{
    padding-right: 0;
}
#comments .comment-form input,
#comments .comment-form textarea{
    border-radius: 3px;
    padding: 10px 20px;
}


#comments .comment-form .form-submit .submit{
    color: #fff;
    border-radius: 3px;
    font-family: Raleway-Bold;
    font-size: 14px;
    border: 0;
    padding: 9px 25px;
    padding-left: 47px;
    z-index: 9;
    float: left;
} 
#comments .comment-form .form-submit{
    position: relative;
    display: inline-block;
}
#comments .comment-form .form-submit:before{
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 8px;
    left: 28px;
    color: #fff;
    z-index: 0;
}
#comments .comment-form .form-submit .submit:hover{
    background-color: #000;
}
#comments .comment-form textarea::-webkit-input-placeholder,
#comments .comment-form input::-webkit-input-placeholder {
    color: #cccccc;
    font-family: Raleway-SemiBold;
    font-size: 14px;
}

#comments .comment-form textarea:-moz-placeholder,
#comments .comment-form input:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
    font-family: Raleway-SemiBold;
    font-size: 14px;   
}

#comments .comment-form textarea::-moz-placeholder,  /* Firefox 19+ */
#comments .comment-form input::-moz-placeholder {
    color: #cccccc;
    font-family: Raleway-SemiBold;
    font-size: 14px;   
}

#comments .comment-form textarea:-ms-input-placeholder,  
#comments .comment-form input:-ms-input-placeholder {  
    color: #cccccc;
    font-family: Raleway-SemiBold;
    font-size: 14px;
}

/* #Sidebar
================================================== */
.sidebar,
.sidebar ul li a{
    font-size: 14px;
    color: #929292;
    font-family: Raleway-SemiBold;
}

.sidebar .widget{
    margin-bottom: 60px;
}
.sidebar .widget>h4{
    font-family: Raleway-Bold;
    font-size: 22px;
    color: #333;
    line-height: 24.2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.sidebar>.inner_sidebar>aside:first-child.widget_search{
    margin-top: 0;
    margin-bottom: 15px;
}
.sidebar .widget.widget_search .searchform{
    position: relative;
}
.sidebar .widget.widget_search .searchform input#s{
    width: 100%;
    padding-right: 40px;
}


.sidebar .widget.widget_search .searchform button{
    padding-top: 0;
    padding-bottom: 0;
    height: 36px;
    line-height: 36px;
    border: 0;
    border-radius: 0;
    color: #dddddd;
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: transparent;
}
.btn{
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.sidebar .widget.widget_search .searchform input#s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #cccccc;
    font-family: Raleway-Medium;
    font-size: 15px;
}
.sidebar .widget.widget_search .searchform input#s::-moz-placeholder { /* Firefox 19+ */
    color: #cccccc;
    font-family: Raleway-Medium;
    font-size: 15px;
}
.sidebar .widget.widget_search .searchform input#s:-ms-input-placeholder { /* IE 10+ */
    color: #cccccc;
    font-family: Raleway-Medium;
    font-size: 15px;
}
.sidebar .widget.widget_search .searchform input#s:-moz-placeholder { /* Firefox 18- */
    color: #cccccc;
    font-family: Raleway-Medium;
    font-size: 15px;
}
.sidebar .widget_categories .children,
.sidebar .widget_nav_menu .sub-menu,
.sidebar .widget_pages .children {
    margin-left: 15px;
}
.sidebar .widget_categories>h4{
    margin-top: 35px;
}

.sidebar .widget ul>li>a{
    position: relative;
    padding-left: 18px;
    margin-left: 0;
    display: inline;
    outline: none;
}

.sidebar .widget ul>li>a:after{
    content: "";
    background: url("../images/icon/icon-play-arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 1px;
    width: 14px;
    height: 14px;
}
.widget_calendar caption {
    font-family: Raleway-Medium;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 16px;
}
.sidebar .widget_calendar td, .sidebar .widget_calendar th{
    line-height: 1.9375;
    text-align: center;
    padding: 0;
}
.sidebar .widget_calendar th{
    color: #333;
}
.sidebar .widget_rss li {
    margin-bottom: 1.5em;
}
.sidebar b,
.sidebar strong,
.sidebar .widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
    color: #333;
    font-size: 16px;
    padding-left: 0;
}
.sidebar .widget_rss h4 .rsswidget {
    font-family: Raleway-Bold;
    font-size: 22px;
    color: #333;
    line-height: 24.2px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sidebar .recent-posts-extended ul>li>a{
    padding: 0;
}
.sidebar .recent-posts-extended .rpwe-img .rpwe-thumb{
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    max-height: 70px;
    max-width: 70px;
}
.sidebar .recent-posts-extended .rpwe-block li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style-type: none;
}
.sidebar .recent-posts-extended .rpwe-block h3{
    margin-top: 5px !important;
}
.widget_recent_comments a:after,
.sidebar .recent-posts-extended .rpwe-img:after,
.sidebar .widget_rss .rsswidget:after {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    width: 1px;
}
.sidebar .widget_rss .rss-date, .sidebar .widget_rss cite {
    font-size: 13px;
    line-height: 1.8462;
    font-style: normal;
    display: block;
    opacity: 0.8;
    font-family: Raleway-Regular;
}

.sidebar .widget.recent-posts-extended .rpwe-block .rpwe-time{
    position: relative;
    padding-left: 20px;
}
.sidebar .widget.recent-posts-extended .rpwe-block .rpwe-time:after{
    content: "";
    background: url("../images/icon/calendar-date.png") no-repeat;
    position: absolute;
    left: 0;
    top: -2px;
    width: 16px;
    height: 16px;
    background-size: 90%;
}
.sidebar .widget .gallery .gallery-item{
    margin-bottom: 0;
    margin-top: 5px !important;
    margin-right: 5px;
    width: auto !important;
}
.sidebar .widget .gallery .gallery-item .gallery-icon img{
    border: 0 !important;
    width: 80px;
}

.widget_recent_comments ul li.recentcomments{
    font-family: Raleway-Regular;
}
.widget_recent_comments a{
    padding-left: 0 !important;
}

/* #Footer
================================================== */
.cosmedix-top-footer{
    padding-top: 7%;
    display: inline-block;
}
#footer .row{
    margin: 0px;
}

#footer .footer .footer-top-1 .logo-footer{
    margin-bottom: 10px;
}
#footer .footer .footer-top-1 p{
    margin: 13px 0px;
    display: inline-block;
}
#footer .footer .widget ul li {
    padding-bottom: 8px;
    margin-top: 8px;
    list-style: none;
    border-bottom: 1px dashed #c9c9c9;
}
#footer .footer .widget ul li:last-child{
    border: 0;
}
#footer .footer [class^="footer-top-"] ul li a,
#footer .footer .footer-top-1 p{
    font-size: 16px;
    line-height: 24px;
    font-family: Raleway-Regular;
}
#footer .footer .footer-top-1 p.ads{
    font-family: Raleway-Medium;
}
#footer .footer [class^="footer-top-"] h4{
    font-family: Raleway-SemiBold;
    font-size: 18px;
    line-height: 21.6px;
    margin-top: 15px;
    margin-bottom: 35px;
    display: inline-block;
}
#footer .footer .social_footer{
    margin-top: 0px;
}
#footer .footer .social_footer .cos_social{
    text-align: left;
}
#footer .footer .social_footer .cos_social a:first-child{
    padding-left: 0px;
}
/*Footer 5 column*/
#footer .footer .footer-col-1,
#footer .footer .footer-col-2,
#footer .footer .footer-col-3,
#footer .footer .footer-col-4,
#footer .footer .footer-col-5{
    width: 100%;
}

/* #backTop
================================================== */
#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
    display:none;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
#backTop.white{
    background:url(../images/uparr-48-b.png) no-repeat center center;
    border:1px solid #ccc;
}
#backTop.black{
    background:url(../img/uparr-48-w.png) no-repeat center center; 
    border:1px solid #cccimages;
}
#backTop.red{
    background:url(../images/uparr-48-w.png) no-repeat center center; 
    border:1px solid #fff;
}
#backTop.green{
    background:url(../images/uparr-48-b.png) no-repeat center center; 
    border:1px solid #fff;
}

/* #Contact
================================================== */
.contact-form .nf-form-fields-required {
    display: none;
}
.content-contact .vs_icon_image .vs_icon_header{
    margin: 30px 0 20px;
}
.content-contact .contact-icon .wpb_column{
    border-right: 1px solid #eeeeee;
}
.content-contact .contact-icon .wpb_column:last-child{
    border: 0;
}

.contact-form .leave-a-mess{
    font-size: 30px;
    font-family: Raleway-Bold;
    line-height: 36px;
}
.contact-form .des-leave,
.contact-form .leave-a-mess .leave{
    color: #fff;
}
.contact-form .leave-a-mess .mess{
    color: #465900;
}
.contact-form #gform_1 #field_1_1 span.name_middle{
    padding-top: 0px !important;
}
.contact-form #nf-form-1-cont input{
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}
.contact-form #nf-form-1-cont textarea {
    height: 160px !important;
    line-height: 40px;
    text-transform: uppercase;
    box-shadow: none;
    border: 0;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}
.contact-form #nf-form-1-cont input:focus,
.contact-form #nf-form-1-cont textarea:focus {
    background: #a6cb56;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}
.contact-form #nf-form-1-cont #nf-field-4-container #nf-field-4{
    background: transparent;
    width: 160px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    display: inline-block;
    border: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    font-family: Raleway-Bold;
    font-size: 16px;
}
.contact-form #nf-form-1-cont .nf-field-label label{
    margin-bottom: 0;
    font-family: Raleway-Medium;
    font-size: 17px;
    font-weight: 400;
}
.contact-form #nf-form-1-cont #nf-field-4-container #nf-field-4:hover{
    background: rgba(255,255,255, 0.1) !important;
}
.archive-brc{  
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 0px;
    margin-bottom: 50px;
}
/* #Landing Page
================================================== */
.tb-landing-heading p {
    font-size:22px;
    line-height:36px;
    color:#fff;
    letter-spacing:3px;
    font-weight:bold;
}
.tb-landing-heading img { margin-bottom:13px; }
.tb-landing-button a { 
    font-size:30px;
    text-transform:uppercase;
    font-weight:600;
    padding:18px 73px;
    text-decoration:none;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-width:2px;
    border-style:solid;
    border-color:#fff;
    text-shadow:none;
    transition:all 0.2s ease-in-out 0s;
    -moz-transition:all 0.2s ease-in-out 0s;
    -webkit-transition:all 0.2s ease-in-out 0s;
    background:transparent;
    color: #fff; 
}
.tb-landing-button a:hover { 
    background: #94A719;
    color: #fff !important; 
}
.cosmedix-landing {
    display:block;
    float:none;
    max-width:452px;
    margin:0 auto 80px;
    text-align:center;
}
.cosmedix-landing .image-shop-box {
    margin-bottom:10px;
    display:block;
}
.cosmedix-landing .tb-content {
    box-shadow:0 0 5px #94A719;
    padding:25px 25px 40px;
    background-color:#fff;
    border-radius:5px;
}
.cosmedix-landing .image-bg {
    display:block;
    height:410px;
    margin:0 0 45px;
    position:relative;
}
.cosmedix-landing .image-bg .image-shop-scroll {
    transition:all 10s ease-out 0s;
    -webkit-transition:all 10s ease-out 0s;
    -moz-transition:all 10s ease-out 0s;
    -ms-transition:all 10s ease-out 0s;
    -o-transition:all 10s ease-out 0s;
    background-position:center 0;
    background-repeat:no-repeat;
    position:absolute;
    border:1px solid #cacaca;
    height:410px; 
    left:0;
    background-size:cover;
    right:0;
    margin:0 auto;
}
.cosmedix-landing .image-bg .image-shop-scroll.comming-soon {
    background-color:#a53e4c;
}
.cosmedix-landing .image-bg .image-shop-scroll strong {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:100%;
    left:0;
    font-size:22px;
    color:#fff;
}
.cosmedix-landing .image-bg:hover .image-shop-scroll {
    background-position:center 100% !important;
} 
.cosmedix-landing .image-bg:hover .image-shop-scroll strong {
    animation-name:fadeInUp50;
    animation-duration:1s;
}
.cosmedix-landing h2 {
    color:#333;
    font-size:18px;
    margin-top:20px;
    font-weight:700;
}
.tb-footer-demo .primary-color {
    color:#a53e4c;
}
.tb-footer-demo .primary-color:hover {
    color:#333;
}
/* =Title Bar
----------------------------------------------- */
.cos_title_bar{
    background-color: #1e1e1e; 
    text-align: left;
    padding: 93px 0;
    margin-bottom: 5%;
}
.cos_title_bar .cos-title{
    margin-bottom: 0;
    padding-bottom: 13px;
    font-size: 33px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
}
.cos_title_bar .cos-breadcrumb{
    color: #ffffff;
}
.cos_title_bar .cos-breadcrumb .woocommerce-breadcrumb{
    color: #ffffff;
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
}
.cos_title_bar .cos-breadcrumb span{
    padding: 0 5px;
}
.cos_title_bar .cos-breadcrumb span:last-child{
    padding-right: 0;
}

.cos_title_bar .cos-breadcrumb span:first-child{
    padding-left: 0;
}
.cos_title_bar .cos-breadcrumb a {
    font-family: 'Quicksand', sans-serif;
    font-size: 14px;
    color: #dcddde;
    font-weight: 400;
}

/*---- Navigation ----*/
.navigation.pos {
    margin-top: 30px;
}
.navigation .nav-previous, .navigation .nav-next {
    width: 50%;
    float: left;
}
.navigation .nav-previous i {
    padding-right: 18px;
}
.navigation .nav-next {
    text-align: right;
    float: right;
}
.navigation .nav-next i {
    padding-left: 18px;
}
.cs-navigation {
    text-align: center;
    margin: 20px 0 40px 0;
}
.cs-navigation .prev.page-numbers,
.cs-navigation .next.page-numbers {
    font-size: 0;
    text-align: center;
}
.cs-navigation .prev.page-numbers:before,
.cs-navigation .next.page-numbers:after {
    text-indent: 0;
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 18px;
    display: inline-block;
}
.cs-navigation .prev.page-numbers:before {
    content: "\f104";
}
.cs-navigation .next.page-numbers:after {
    content: "\f105";
}
.cs-navigation .page-numbers {
    background: #f5f5f5;
    font-family: "Novecentowide-Normal";
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    display: inline-block;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    float: left;
    margin: 0 5px;
}  
.cs-navigation .page-numbers:hover,
.cs-navigation .prev.page-numbers:hover:before,
.cs-navigation .next.page-numbers:hover:after,
.cs-navigation .page-numbers.current {
    color: #fff;
}
/* #MEDIA REPONSIVE
================================================== */
@media (max-width: 450px) {
    .tb-landing-button a {
        font-size:20px;
        font-weight:400;
        padding:18px 45px;
    }
}

@media only screen and (max-width: 1400px) {
    .bt_home4 .vc_column-inner{
        margin:0px !important;
    }
    .bt_home4 .btn-section-trainer .vc_col-sm-6 {
        width: 100%;
    } 
}
@media (min-width: 992px) and (max-width: 1200px) {
    .gallery.gallery-columns-3 br{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .header-v1 .main-menu {
        width: 100%;
    }
    .header-v1 .main-menu ul.navbar-nav{
        width: 100%;
        text-align: center;
    }
    .header-v1 .main-menu ul.navbar-nav > li{
        display: inline-block;
        float: none;
    }
    .header-v1 .cos_main_menu{
        width: 100%;
        margin-top: 15px;
        display: inline-block;
        text-align: center;
    }
    .header-v1 .cos_menu_wrapper{
        margin: 0 auto !important;
        float: none !important;
        text-align: center;
        display: inline-block;
    }
}
@media only screen and (max-width: 991px) {
    .sidebar{
        padding-top: 30px;
        margin-top: 20px;
        border-top: 1px dashed #e5e5e5;
    }
    .search_class {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 990px) {
    .container_active_event{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 769px) {
    .cosmedix_custom_header{
        min-height: auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .container_active_event{
        padding-top: 30px;
    }
    .container-cos .entry-content p{
        text-align: justify;
    }

    .header-content-trainer .info-trainer .social_info strong,
    .header-content-trainer .info-trainer ul li strong{
        min-width: 110px;
    }
    .header-content-trainer .info-trainer ul li span{
        display: initial;
        float: none;
    }
    .header-content-trainer .info-trainer .cos_social_info{
        width: 150px;
    }
}
@media only screen and (max-width: 650px) {
    .single-post .container-cos .entry-tag-social .tag,
    .single-post .container-cos .entry-tag-social .social-post{
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 600px) {
    #comments .comment-form .comment-form-author,
    #comments .comment-form .comment-form-email,
    #comments .comment-form .comment-form-url{
        width: 100%;
        float: none;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 599px) {
    .slick-prev {
        left: 15px;
    }
    .slick-next {
        right: 15px;
    }
}
@media only screen and (max-width: 480px) {

    /*single trainer*/
    .header-trainer .trainer-profile,
    .header-trainer .trainer-brc{
        width: 100%;
        float: none;
        text-align: left;
    }


    .title-pr-trainer{
        font-size: 32px !important;
        line-height: 38px !important;
    }
    .desc-pr-trainer{
        line-height: 28px !important;
    }

}
@media only screen and (max-width: 400px) {
    .navigation .nav-previous, .navigation .nav-next {
        width: 100%;
        float: none;
        text-align: left;
    }
    .navigation .nav-next{
        margin-top: 15px;
    }
    .single-post .container-cos .entry-tag-social .social-post .share-this{
        border: 0;
        text-align: left;
    }
}
@media only screen and (max-width: 320px) {
    .cosmedix_menu_mobile .cosmedix-logo img{
        width: 70%;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #footer .footer .footer-col-1{
        width: 55%;
        margin-right: 5%;
        float: left;
    }
    #footer .footer .footer-col-2{
        width: 40%;
        float: left;
    }
    #footer .footer .footer-col-3,
    #footer .footer .footer-col-4,
    #footer .footer .footer-col-5{
        width: 29%;
        float: left;
    }

    #footer .footer .footer-col-3,
    #footer .footer .footer-col-4{
        margin-right: 4%;
    }
}
@media (min-width: 992px) {
    .single-post .container-cos .post,
    .blog #main-content .post,
    .blog #main-content .post .entry-content p,
    .single-post #main-content .post .entry-content p{
        width: 100%;
    }
    .single-post #main-content .post .entry-content p{
        margin: 0 0 20px;
    }
    #footer .footer .widget{
        margin: 100px 0 90px 0;
    }

    #footer .footer .footer-col-1{
        width: 25%;
        margin-right: 5%;
        float: left;
    }
    #footer .footer .footer-col-2,
    #footer .footer .footer-col-3,
    #footer .footer .footer-col-4,
    #footer .footer .footer-col-5{
        width: 14%;
        float: left;
    }
    #footer .footer .footer-col-2,
    #footer .footer .footer-col-3,
    #footer .footer .footer-col-4{
        margin-right: 4.666%;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}