﻿/*********************** GENERAL ***********************/
html, body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #efefef;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    overflow-x: hidden;
    position: relative !important;
    top: inherit !important;
    width: inherit !important;
    height: inherit !important;
}

/*lines*/
hr.line-under-title {
    margin: 10px 0 15px 0;
    border: 1px solid #EE2653;
    outline: none;
}

hr {
    margin: 10px 0 15px 0;
    border: 1px solid #EE2653;
    outline: none;
}


.top-app-content {
    display: none !important;
}

::-webkit-input-placeholder {
    color: #c2c2c2 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c2c2c2 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #c2c2c2 !important;
}

:-ms-input-placeholder {
    color: #c2c2c2 !important;
}

/*tyopgraphy*/

h1 {
    font-family: 'Quicksand', san-serif;
    font-size: 22px;
    color: #EE2653;
    margin: 0;
    padding: 0;
    line-height: 22px;
    margin-top: -3px;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #EE2653;
    font-size: 19px;
    margin: 0 0 10px 0;
    line-height: 20px;
}

h3 {
}

h4 {
}

h5 {
}
.title-heading {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #EE2653;
    font-size: 19px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #EE2653;
}

.title-heading-right {
    margin-right: 20px !important;
}

.title-heading-p {
    padding: 10px 20px;
}

a {
    color: #EE2653;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a.blacklink {
        color: #000;
    }

        a.blacklink:hover {
            color: #000;
        }

p {
    word-wrap: break-word !important;
}

.clearfix:before, .clearfix:after,
.clear:before, .clear:after {
    display: table;
    content: " ";
}

.clearfix:after, .clear:after {
    clear: both;
}

.clear, .clearfix {
    clear: both;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.hide {
    display: none;
}

.simple-pagination {
    clear: both !important;
}

/*errors*/
.ui-state-default {
    border: 0 !important;
    background: none !important;
}

.full-width {
    width: 100% !important;
}

.positionRelative {
    position: relative;
}

.thumbnail {
    position: relative;
    overflow: hidden;
}

    .thumbnail img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        max-height: 100%;
        max-width: 100%;
    }

.search-wrapper, .follow-us-wrapper, .register-box-widget, .news-small-desription, .pbtv-title-wrapper,
.first-half, .second-half, .videos-wrapper, .blog-head-news-info, .blog-small-description, .footer, #footer {
    box-sizing: border-box;
}

.logo, .news-wrapper .main-news-vertical, .news-wrapper .news-small-wrapper, .news-small-item, .news-actions, .slider, .search-wrapper, .follow-us-wrapper, .edition-wrapper,
.login-wrapper, .menu-first-level, .second-level-menu, .news-wrapper, .date-published, .blog-head-news, .blog-small-news, .blog-item-small, .blog-small-description, .comments, .slider, .register-box-wrapper,
.statistics-numbers, .statstistics-text, .pbtv-title-wrapper, .video-big, .videos-small-wrapper, .main-menu {
    float: left;
}

.contentWithPadding {
    padding: 20px 20px 0px 20px !important;
}

/*============HEADER SECTION============*/
header {
    height: 88px;
}

.header {
    position: fixed;
    width: 1225px;
    top: 0;
    z-index: 99999;
    height: 88px;
    background: #fff;
}

.headerRelative {
    position: relative;
}

.logo {
    width: 242px;
    height: 88px;
    background: #EE2653;
    position: relative;
    text-align: center;
}

    .logo img {
        /*padding-top: 10px;*/
    }

.header-first-row {
    height: 42px;
    border-bottom: 1px solid #EE2653;
}

.search-wrapper {
    width: 368px;
    position: relative;
    padding: 10px 15px 0 15px;
    height: 42px;
    border-right: 1px solid #EE2653;
}
.search-big-wrapper{ width: 652px;}
.input-search {
    outline: none !important;
    border: 0 !important;
    height: 20px !important;
    font-size: 15px;
    width: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.search-btn {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url('../images/search_icon.png') no-repeat #fff;
}

::-webkit-input-placeholder {
    color: #777;
    font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #777;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    color: #777;
}

.follow-us-wrapper {
    height: 42px;
    padding: 7px 15px 0 15px;
    position: relative;
}

    .follow-us-wrapper span {
        font-size: 15px;
        font-weight: 700;
        color: #333;
        margin-right: 15px;
        position: absolute;
        top: 11px;
        left: 15px;
    }

    .follow-us-wrapper a {
        text-decoration: none;
        outline: none;
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        transition: all 0.5s ease;
    }

        .follow-us-wrapper a:last-child {
            margin-right: 0;
        }

.social-icon-wrapper {
    padding-left: 80px;
}

.social_icons {
    background: url('../images/social_sprite_extended.png') no-repeat;
}

    .social_icons:hover {
        border-radius: 26px;
        background-color: #EE2653;
    }

.twitter-follow {
    background-position: 4px 6px;
}

.google-follow {
    background-position: 6px -19px;
}

.fb-follow {
    background-position: 8px -44px;
}

.pinterest-follow {
    background-position: 6px -69px;
}

.instagram-follow {
    background-position: 5px -95px;
}

.linkedin-follow {
    background-position: 6px -124px;
}

.twitter-follow:hover {
    background-position: 4px -150px;
}

.google-follow:hover {
    background-position: 6px -175px;
}

.fb-follow:hover {
    background-position: 8px -199px;
}

.pinterest-follow:hover {
    background-position: 6px -225px;
}

.instagram-follow:hover {
    background-position: 5px -252px;
}

.linkedin-follow:hover {
    background-position: 6px -280px;
}

.edition-wrapper {
    width: auto;
    padding: 0 7px 6px 0;
    list-style: none;
    margin: 0;
    border-left: 1px solid #EE2653;
}

    .edition-wrapper li {
        font-weight: 400;
        font-size: 14px;
        display: inline-block;
        position: relative;
        padding: 12px 5px 0 36px;
        color: #333;
    }

    .edition-wrapper a {
        display: inline-block;
        text-decoration: none;
        outline: none;
        padding-right: 18px;
        color: #333;    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    }
    
    #selectedEdition{ font-weight: 700;}
.first-edition {
    background: url('../images/dropdown_icon.png') no-repeat right 2px;
}

.arrow-edition {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -4px;
    top: 14px;
    background: url('../images/dropdown_icon.png') no-repeat right 0px;
    cursor: pointer;
}

.arrow-up-edition {
    width: 15px;
    height: 15px;
    position: absolute;
    right: -4px;
    top: 14px;
    background: url('../images/dropdownUP_icon.png') no-repeat right 0px;
    cursor: pointer;
}

.edition-wrapper a:visited {
    color: #333;
}

.edition-wrapper a:hover {
    color: #EE2653;
}

.edition-wrapper li img {
    width: 22px;
    height: 15px;
    position: absolute;
    top: 14px;
    left: 10px;
}

.edition-wrapper li ul {
    display: none;
}

.edition-wrapper li:hover ul {
    display: block;
}

.child-edition {
    position: absolute;
    width: 156px;
    z-index: 999;
    background-color: #fff;
    left: 0;
    top: 30px;
}


.header-first-row .login-wrapper {
    padding-top: 11px;border-left: 1px solid #EE2653;height: 31px;
}

.login-btn {
    text-decoration: none;
    outline: none;
    background: url('../images/login_icon.png') no-repeat 15px 0;
    padding: 0 15px 0 40px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

#hair-home-container .padding-active-menu {
    padding-top: 55px !important;
}

#hair-static-page .padding-active-menu {
    padding-top: 55px !important;
}

/*============END HEADER SECTION============*/
/*============HEADER MENU SECTION============*/
.menu-first-level {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    width: 983px;
     height: 45px;
    display: table;
    overflow: auto;
}

    .menu-first-level li {
        box-sizing: content-box;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        border-bottom: 1px solid #EE2653;
    }

.menu-first-level li:hover a {
    color: #fff !important;
}

        .menu-first-level li:last-child .menu-separator {
            background-color: transparent;
        }

        .menu-first-level li:hover,
        .first-level-active, .first-level-current {
            color: #fff !important;
            background: #EE2653 url(../images/arrow_menu.png) no-repeat bottom center;
        }
            .first-level-active a, .first-level-current a {
                color: #fff !important;
            }

@-moz-document url-prefix() {
    .logo {
        height: 88px;
    }

    .menu-first-level li a {
        padding: 7px 14px;
    }

        .menu-first-level li a:last-child {
            padding: 7px 23px;
        }

    .jssora02l, .jssora02r {
        top: 35% !important;
    }
}

.menu-separator {
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 31px;
    background-color: #EE2653;
}

.menu-first-level a {
    color: #000;
    text-decoration: none;
    outline: none;
    display: inline-block;
    line-height: 15px;
    padding: 7px 10px;
}
.menu-first-level a:hover{
    color: #fff;}
.second-level-menu {
    margin: 0;
    width: 100%;
    padding: 0;
    background-color: #EE2653;
    list-style: none;
    display: table;
}

    .second-level-menu li {
        /*display: inline-block;*/
        text-transform: uppercase;
        font-size: 13px;
        padding: 12px;
        position: relative;
        display: table-cell;
        text-align: center;
        line-height: 14px;
    }

    .second-level-menu > li:hover, .current-second-level {
        background-color: #e61046;
    }

    .second-level-menu li a {
        color: #fff;
        text-decoration: none;
    }

    .second-level-menu li > ul {
        display: none;
    }
    /*SHOW THIRD LEVEL MENU*/
    .second-level-menu li:hover > ul, .second-level-menu li:hover > ul li > ul {
        display: block;
    }

.first-half, .second-half {
    padding: 10px !important;
    width: 200px;
}

    .first-half ul li, .second-half ul li {
        width: 100%;
    }

        .first-half ul li:last-child, .second-half ul li:last-child {
            padding-bottom: 0 !important;
        }

.second-level-menu li > ul li ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.third-level-menu {
    width: 402px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 35px;
    border: 1px solid #EE2653;
    z-index: 1000;
    text-align: left;
}

    .third-level-menu li {
        text-align: left;
        padding: 0 0 10px 0;
        text-transform: none;
        display: inline-block;
        vertical-align: top;
    }

        .third-level-menu li a {
            color: #EE2653;
        }

        .third-level-menu li:hover > a {
            text-decoration: underline;
            color: #e61046;
        }

#hair-home-container.padding-active-menu {
    padding-top: 55px !important;
}

#hair-static-page.padding-active-menu {
    padding-top: 55px !important;
}
/*============END HEADER MENU SECTION============*/
.content-wrapper {
    padding: 20px;
    width: 100%;
    display: inline-block;
}
/*============REGISTER BOX============*/
.register-box-widget {
   width: 100%;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 400;
    background-color: #EE2653;
    padding: 30px 20px;
    text-align: center;
    height: 380px;
}

.conference-title {
    margin: 0;
    padding: 0 !important;
    text-align: center;
}

.register-box-btn {
    position: absolute;
    box-sizing: content-box;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 10px 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    text-transform: uppercase;
    left: 50px;
    right: 50px;
    bottom: 20px;
}

    .register-box-btn:hover {
        color: #fff;
        text-decoration: none;
    }

.conference-title {
    font-weight: 700;
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
}

.conference-date {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    font-family: inherit;
    padding: 0 !important;
}

.conference-place-wrapper {
    width: 100%;
    height:60px;
    margin: 20px 0;
}

.conference-place {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    top: 50%;
    margin: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.conference-info {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 19px;
    font-family: inherit;
    text-transform: uppercase;
}

/*============END REGISTER BOX============*/
/*============HOME PAGE - NEWS SECTION============*/
.watermark {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 6px;
    background-color: #EE2653;
    opacity: 0.8;
    color: #FFF;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    z-index: 1;
}
/********NEWS Vertical COLLUMN*********/

.news-wrapper {
    text-align: left;
    width: 100%;
}

.head-news-title {
    margin: 7px 0 5px 0;
    padding: 0;
    font-weight: 500;
    color: #151515;
    font-size: 19px;
    line-height: 20px;
}

.blog-head-news-title {
    text-decoration: none;
    margin-bottom: 15px;
    margin: 0;
}

    .blog-head-news-title:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.main-news-vertical {
    width: 390px;
    margin-right: 15px;
    position: relative;
}

    .main-news-vertical .read-more-big {
        float: right;
    }

    .main-news-vertical img {
        /*width: 100%;*/
    }

    .main-news-vertical a {
        text-decoration: none;
    }

        .main-news-vertical a:hover {
            text-decoration: underline;
        }

.main-news-vertical-description {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-news-vertical .news-actions {
    width: 100%;
}

.date-published {
    padding-left: 25px;
    background: url('../images/date_icon.png') no-repeat;
    margin-right: 15px;
}

.news-small-wrapper {
    width: 430px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 330px;
    overflow: hidden;
}


.news-small-img {
    position: relative;
    float: left;
    margin-right: 15px;
    width: 172px;
    height: 100px;
    text-align: center;
}

.middle-news-image-wrap {
    width: 390px;
    height: 216px;
    text-align: center;
    position: relative;
}

.small-news-image-wrap {
    width: 172px;
    height: 100px;
    text-align: center;
}

    .small-news-image-wrap img,
    .news-small-img img,
    .middle-news-image-wrap img {
        max-height: 100%;
        max-width: 100%;
    }


.news-small-wrapper .news-small-item:last-of-type {
    margin-bottom: 0;
}

.news-small-item .news-actions {
    margin-top: 3px;
}

.news-small-item .date-published, .news-small-item .read-more {
    font-size: 14px;
}

.news-small-item .news-actions a:hover {
    text-decoration: underline;
    font-weight: 400;
}

.news-small-item .comments {
    font-size: 14px;
}

.news-small-item {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100%;
}



.news-small-desription {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #151515;
    font-size: 17px;
    text-decoration: none;
    line-height: 19px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .news-small-desription:hover {
        color: #151515;
    }


.bx-wrapper img {
    max-width: inherit !important;
    display: block;
}

.ads-wrapper {
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 15px;
}
#hair-home-container .ads-wrapper{ margin-top: 30px;}
.ads-left, .ads-left img {
    margin-right: 15px;
    width: 155px;
    height: 100%;
    float: left;
}

.ads-right, .ads-right img {
    width: 155px;
    height: 100%;
    float: right;
}

.industry-news {
    margin-bottom: 20px;
}


@media screen and (min-width: 320px) and (max-width: 395px) {
    .news-small-item {
        height: 145px !important;
    }
}

/********NEWS Horizontal COLLUMN*********/
#newsHorizontalContainer {
    max-height: 337px;
    overflow: hidden;
}

.main-news-horizontal {
    text-align: left;
}

    .main-news-horizontal a:visited {
        color: #151515;
    }

    .main-news-horizontal a:hover {
        color: #151515;
    }

    .main-news-horizontal a:active {
        color: #151515;
    }

.horizontal-head-news {
    position: relative;
    max-height: 216px;
    overflow: hidden;
}

.horizontal-head-news-info {
    width: 345px;
    /*height: 240px;*/
    height: 216px;
    background-color: #f3f3f3;
    padding: 25px;
}

.horizontal-news-description {
    font-size: 15px;
    font-weight: 300;
    color: #333;
    line-height: 20px;
    display: -webkit-box;
    max-width: 100%;
    height: 115px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
}

.horizontal-head-news .news-actions {
    margin-top: 18px;
}

.horizontal-head-news .read-more-big {
    float: right;
}

.remove-top-border {
    border-top: 0 none !important;
}

.horizontal-small-news {
    margin-top: 10px;
    border-top: 1px solid #c2c2c2;
    padding: 10px 0;
}

.horizontal-item-small {
    position: relative;
    width: 374px;
    height: 100px;
    float: left;
}

.horizontal-small-news .horizontal-item-small:first-child {
    border-right: 1px solid #c2c2c2;
    width: 390px;
}

.horizontal-small-news .horizontal-item-small:last-child {
    padding: 0 0 0 155px;
}

.horizontal-small-news .horizontal-item-small:last-child {
    padding-left: 10px;
}

    .horizontal-small-news .horizontal-item-small:last-child img {
        left: 10px;
    }

.horizontal-item-small img {
    position: absolute;
    width: 145px;
    height: 100px;
    top: 0;
    left: 0;
}

.horizontal-small-description {
    padding: 0 10px 0 155px;
    position: relative;
    height: 100px;
    /*width: 100%;*/
}

    .horizontal-small-description .news-actions {
        position: absolute;
        width: 100%;
        margin-top: 0;
        height: auto;
        bottom: -3px;
        padding-left: 165px;
        left: -10px;
        box-sizing: border-box;
    }

.horizontal-small-title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #151515;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Roboto', sans-serif;
}

    .horizontal-small-title:hover {
        text-decoration: underline;
    }
/*============END HOME PAGE - NEWS SECTION============*/

/*=======NEWS LIST=======*/

.post li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.news-article-info {
    padding-left: 192px;
}

/*============HOME PAGE - STATISTICS============*/

.statistics-box {
    background-color: #e6e6e6;
    display: block;
    width: 100%;
    height: 116px;
    text-align: center;
    margin-bottom: 10px;
}

.ittems-box {
    background-color: #e6e6e6;
    display: table-cell;
    width: 202px;
    height: 116px;
    text-align: center;
    vertical-align: middle;
    border-right: 20px solid #fff;
}


.statistics {
    background: url('../images/statistics.png') no-repeat;
    height: 37px;
    display: inline-block;
}

.product-statistics {
    padding-left: 57px;
}

.meeting-statistics {
    padding-left: 51px;
    background-position: 0 -57px;
}

.nproducts {
    background-image: url('../images/products.png');
}



.competitions {
    background-image: url('../images/competitions.png');
}

.seminars {
    background-image: url('../images/stages_seminars.png');
}





.floor {
    background-image: url('../images/floor.png');
}



.facebook-fans {
    padding-left: 46px;
    background-position: 3px -161px;
}

.subscribers-statistics {
    padding-left: 52px;
    background-position: 0 -220px;
}

.newsletter-statistics {
    padding-left: 55px;
    background-position: 0 -110px;
}

.beauty-hub-icon {
    padding-left: 44px;
    background-position: 0 -271px;
}

.statistics-numbers {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #EE2653;
    font-size: 20px;
    line-height: 16px;
    text-align: left;
}

.statistics-text {
    font-size: 16px;
    font-weight: 400;
    color: #EE2653;
    margin-top: 5px;
    float: left;
    text-align: left;
}


.countdown-text-light {
    font-size: 12px;
    font-weight: 400;
    color: #EE2653;
    margin-top: 2px;
    float: left;
    text-align: left;
}

.statistics-row:first-child {
    margin-bottom: 20px;
}

.statistics-row-clickable:first-child {
    margin-bottom: 15px;
}

.statistics-row .statistics-box:last-child {
    border-left: 20px solid #fff;
}

.statistics-row-clickable {
}

.newsletter-widget .statistics-numbers, .beauty-hub-widget .statistics-numbers {
    color: #fff;
    text-align: left;
    font-size: 16px;
}

.beauty-hub-widget .statistics {
    height: 50px;
}

.beauty-hub-widget .statistics-text {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 14px;
}

.statistics-collumn-first,
.row .statistics-collumn-first {
    width: 422px !important;
    float: left;
}

.row-fluid .statistics-collumn-first {
    width: 404px !important;
}

.statistics-collumn-second {
    width: 202px !important;
    float: left;
    margin-left: 20px;
}
/*============END HOME PAGE - STATISTICS============*/

/*============ COUNTDOWN MODULE ============*/
.countdown {
    display: inline-block;
    padding-left: 46px;
    box-sizing: border-box;
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 36px;
    background-image: url('../images/countdown.png');
}

    .countdown .countdown-text {
        font-size: 16px;
        color: #EE2653;
        text-align: left;
    }

    .countdown .countdown-number {
        font-size: 18px;
        font-weight: bold;
        color: #EE2653;
        display: block;
        text-align: left;
    }


.countdown-passed {
    background-image: url('../images/countdown-passed.png');
    height: 44px;
    display: inline-block;
    padding-left: 67px;
    box-sizing: border-box;
    background-position: 20px center;
    background-repeat: no-repeat;
    margin-top: 34px;
    opacity: 0.7;
}

    .countdown-passed .countdown-text {
        font-size: 16px;
        color: #666;
        text-align: left;
        margin-top: 12px;
    }
/*============ END COUNTDOWN MODULE ============*/


/*============VIDEO MODULE============*/
.pbtv-widget {
    height: 252px;
    width: 100%;
    position: relative;
}

.pbtv-title-wrapper {
    width: 45px;
    background-color: #e61046;
    padding: 7px 5px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.pbtv-title {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 8px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    margin-bottom: 15px;
}

.more-videos-link {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    text-decoration: underline;
}

    .more-videos-link:hover {
        color: #fff;
        font-weight: 400;
    }

.video-wrapper {
    padding-right: 20px;
}

.videos-wrapper {
    padding-left: 45px;
    float: left;
    width: 63%;
    height: 252px;
}

.videos-wrapper-full {
    padding-left: 45px;
    width: 100%;
    height: 252px;
}


.videos-small-wrapper {
    padding-left: 5px;
    width: 36%;
    float: left;
}

.video-big {
    margin-right: 5px;
}

.video-1, .video-2 {
    height: 123px;
}

.video-1 {
    margin-bottom: 5px;
}
/*============END VIDEO MODULE============*/

/*============NEWS ACTION & NEWS COMMENTS============*/
.news-actions {
    font-weight: 300;
    font-size: 15px;
    height: 20px;
    line-height: 21px;
    margin-top: 10px;
    display: inline-block;
}

.comments {
    padding-left: 22px;
    background: url('../images/comments_icon.png') no-repeat;
    display: inline-block;
    text-decoration: none;
    color: #EE2653 !important;
    background-position: 0 2px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    font-size: 15px;
    margin-right: 20px;
}

    .comments:hover, .read-more-big:hover {
        cursor: pointer;
        font-weight: 400;
        text-decoration: underline;
        font-family: 'Roboto', sans-serif;
    }

.read-more-big, .read-more {
    color: #EE2653 !important;
    font-family: 'Roboto', sans-serif;
}

.more-news-link {
    border: 1px solid #151515;
    padding: 0px 10px;
    box-sizing: content-box;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #151515;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 18px;
    float: right;
}

    .more-news-link:hover, .more-news-link:focus {
        text-decoration: none;
        border-color: #EE2653;
        background-color: #EE2653;
        color: #fff;
    }
/*============END NEWS ACTION & NEWS COMMENTS============*/

/*============FOOTER SECTION EDITOR============*/
.column-header-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #fff;
    text-align: left;
}

.footer-column ul {
    margin-left: 0px !important;
}

.magazines-wrappper {
    list-style: none !important;
    padding: 0;
    margin: 15px 0 0 0;
}

    .magazines-wrappper li {
        list-style: none !important;
    }

.magazines-row {
    width: 100%;
    color: #fff;
    margin-bottom: 37px;
    clear: both;
}

.magazines-wrappper .magazines-row:last-child {
    margin-bottom: 0;
}

.magazine-cover {
    float: left;
    margin-right: 10px;
}

    .magazine-cover img {
        width: 150px;
        height: 112px;
    }

.magazine-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.magazine-info {
    font-size: 14px;
    font-weight: 200;
}

.about-pb-title {
    font-weight: 700;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.text-about-pb {
    margin-bottom: 25px;
    font-size: 15px;
}

.contact-info {
    margin-top: 15px;
    font-size: 15px;
}

.za-triagolnik {
    position: absolute;
    top: 42px;
    left: -35px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 35px 35px 0;
    border-color: transparent #e8e8e8 transparent transparent;
}

.footer-menu-horizontal li {
    display: inline-block;
}

#hair-footer .header-title {
    color: #fff;
    border-bottom: 2px solid #fff;
}

#hair-footer li {
    text-align: left;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
}

#hair-footer ul li a {
    font-size: 14px;
    font-weight: 500;
}

#hair-footer .dropdown a {
    color: #fff;
}

#hair-footer .dropdown-menu a {
    text-decoration: none;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    background: url('../images/footer_menu_item.png')no-repeat 0 4px;
    padding-left: 10px;
}

#hair-footer .footer-menu-horizontal .dropdown-menu li {
    display: inline-block;
}

.showlist {
    margin: 20px 0px 0px 0px !important;
}

    .showlist li {
        display: block;
        padding-bottom: 5px;
        color: #fff !important;
    }

        .showlist li a {
            color: #fff !important;
        }
.copyright {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}
/*============END FOOTER SECTION============*/
.span12 {
    width: 1225px !important;
    margin: 0 auto;
}


.row-fluid .span12 {
    width: 100% !important;
    margin: 0 auto;
}

.row {
    width: 1225px !important;
    margin: 0 auto;
}


.row-fluid .span9 {
    width: 70.25897435897436% !important;
}

.row-fluid .span3 {
    width: 29.739633076923077% !important;
    margin-left: 0px;
}

.row {
    padding: 0px !important;
}

.span4 .content {
    padding-left: 20px;
}

/*EDITOR WIDGET STYLE */

/*HEADER WIDGET STYLE */
#hero {
    width: 1225px !important;
}

#listImage #imgTemplate {
    width: 840px !important;
    height: 380px !important;
}


/*MENU MODULE*/
/*footer*/

#menu-container .header-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: left;
}

.white-headline {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.red-headline {
    color: #EE2653;
    border-bottom: 2px solid #EE2653;
}

.black-headline {
    color: #000;
    border-bottom: 2px solid #000;
}

.main-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-vertical li {
    text-align: left;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
    display: block;
}

.footer-menu-vertical a, .footer-menu-vertical a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

    .footer-menu-vertical a:hover {
        text-decoration: underline !important;
    }

.footer-menu-vertical .dropdown-menu li {
    box-sizing: border-box;
    padding-left: 10px;
}

.footer-menu-vertical .dropdown-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 300;
    font-size: 15px;
    background: url('../images/footer_menu_item.png')no-repeat 0 4px;
    padding-left: 10px;
}

/**NORMAL MENU ***/
.normal-menu-horizontal li {
    float: left;
    position: relative;
}

.normal-menu-vertical li {
    float: none;
    position: relative;
}

    .normal-menu-vertical li a,
    .normal-menu-horizontal li a {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        padding: 12px 16px 12px 16px;
        color: #333;
    }

        .normal-menu-vertical li a:hover,
        .normal-menu-horizontal li a:hover {
            text-decoration: none;
            border-bottom-width: 4px;
            border-bottom-style: solid;
            padding: 12px 16px 8px 16px;
            border-color: #EE2653;
        }

    .normal-menu-vertical li ul,
    .normal-menu-horizontal li ul {
        display: none;
        position: absolute;
        top: 36px;
        left: 0px;
        background-color: #fff;
        /*overflow: auto;*/
        z-index: 9999;
    }

    .normal-menu-vertical li ul {
        top: 0;
        left: 190px;
    }

.normal-menu-horizontal li ul li {
    float: none;
    border-top: 1px solid #EE2653;
}

    .normal-menu-vertical li ul li a,
    .normal-menu-horizontal li ul li a {
        float: none;
        min-width: 180px;
        padding: 10px 21px 12px 21px;
    }

        .normal-menu-vertical li ul li a:hover,
        .normal-menu-horizontal li ul li a:hover {
            background-color: #EE2653;
            padding: 10px 21px 12px 21px;
            border-bottom: none;
            color: #ffffff;
        }

.normal-menu-horizontal ul ul {
    position: absolute;
    display: none;
}

    .normal-menu-horizontal ul ul,
    .normal-menu-horizontal ul ul ul {
        left: 100%;
        top: 0;
    }

.header-menu-vertical li:hover > ul,
.normal-menu-vertical li:hover > ul,
.normal-menu-horizontal li:hover > ul {
    display: block;
}

.header-menu-horizontal {
    width: 100% !important;
}

    .header-menu-horizontal li {
        box-sizing: content-box;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        position: relative;
        border-top: 1px solid #EE2653;
        border-bottom: 1px solid #EE2653;
    }

    .header-menu-horizontal a {
        color: #333;
        text-decoration: none;
        outline: none;
        display: inline-block;
        line-height: 15px;
        padding: 15px 10px;
    }

.header-menu-vertical {
    width: auto;
}

    .header-menu-vertical li {
        display: block;
        min-width: 200px;
        text-align: left;
        border: solid 1px #EE2653;
        border-bottom: 0 none;
        background: none;
    }

        .header-menu-vertical li:last-child {
            border-bottom: solid 1px #EE2653;
        }

    .header-menu-vertical .menu-separator {
        top: 0;
        height: inherit;
    }

    .header-menu-vertical li:hover {
        background: #EE2653;
        color: #fff;
    }

    .header-menu-vertical a:hover {
        color: #fff;
    }

    .header-menu-vertical li ul {
        display: none;
        position: absolute;
        top: 0;
        left: 200px;
        z-index: 9999;
    }

    .header-menu-vertical .dropdown-menu li {
        background-color: #e61046;
    }

    .header-menu-vertical .dropdown-menu .third-level-menu li {
        background: #ffffff;
    }

    .header-menu-vertical .dropdown-menu li:hover {
        background: #e61046;
    }

        .header-menu-vertical .dropdown-menu li:hover .third-level-menu ul {
            display: block;
        }



ul.second-level-menu {
}

    ul.second-level-menu li.secondLevel {
    }

        ul.second-level-menu li.secondLevel ul.third-level-menu {
            height: 340px;
            overflow-y: auto;
            overflow-x: hidden;
        }

            ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half {
                display: block !important;
            }

                ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown {
                    display: block !important;
                }
                    /*sub3*/
                    ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown a {
                        background: url('../images/accordion_submenu_icon.png') left center no-repeat;
                        padding: 2px 0px 2px 12px;
                        display: block;
                        font-weight: 700;
                    }

                ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li a {
                    background: none;
                    padding: 2px 0px 2px 12px;
                    display: block;
                    font-weight: 700;
                }

                ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu {
                    display: none;
                }

                    ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li {
                        padding-bottom: 2px;
                    }

                        ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li.dropdown {
                            margin-left: 16px;
                        }

                        ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li a {
                            background: none;
                            color: #666;
                            font-weight: 400;
                        }


                        /*sub4*/
                        ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li.dropdown a {
                            background: url('../images/accordion_submenu_icon.png') left center no-repeat;
                            padding: 2px 0px 2px 12px;
                            display: block;
                        }

                        ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li ul.dropdown-menu {
                            padding-left: 12px;
                            display: block !important;
                        }

                            ul.second-level-menu li.secondLevel ul.third-level-menu li.first-half ul li.dropdown ul.dropdown-menu li ul.dropdown-menu li a {
                                background: none;
                            }



.CustomOffset5 {
    margin: 5px;
}

.CustomOffset10 {
    margin: 10px;
}

.CustomOffset15 {
    margin: 15px;
}

.CustomOffset20 {
    margin: 20px;
}

.ContentTextOffset5 {
    margin: 5px;
}

.ContentTextOffset10 {
    margin: 10px;
}

.ContentTextOffset15 {
    margin: 15px;
}

.ContentTextOffset20 {
    margin: 20px;
}
.ContentTextOffset25 {
    margin: 25px;
}

.ContentTextOffset30 {
    margin: 30px;
}
.ContentTextOffsetTop0 {
    margin: 20px;
    margin-top: 0px;
}



/***FORM WIDGET****/
.dynamic-form-wrapper {
    padding: 10px;
}

.dxeBase {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
}

.r-form-title {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: 700;
    color: #EE2653;
    font-size: 26px !important;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 20px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #EE2653;
    padding-bottom: 10px;
}

.popup-content {
    margin-top: 10px !important;
}

    .popup-content div.dynamic-form-wrapper {
        width: 100% !important;
        background-color: #fff;
        border-radius: 3px;
    }

.request-information-link {
    margin: 10px !important;
    position: absolute;
}

.form-builder-wrapper {
    width: 100%;
}

.form-button-wrap {
}

.form-notification {
    color: red;
    display: block;
    margin: 0px;
    padding: 10px 0px;
    padding-top: 0px;
    margin-top: 20px;
}

.r-forms-field {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px 10px;
    position: relative;
}

    .r-forms-field .r-label {
        display: block;
        color: #6d6d6d;
        line-height: 1.42857;
        padding: 5px 2px 2px 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


.r-input {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
}
/* Form validation */
.r-validator {
    font-size: 12px;
    color: #e61046;
    display: none;
}

.r-error .r-input {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.r-error .r-validator {
    display: inline;
}

.r-expand {
    width: 100% !important;
}
/* Register Buttons */
.button, .button-active {
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    width: auto;
    padding: 8px 20px;
    color: #fff;
    outline: 0;
    border: 0;
    margin-right: 5px;
    background-color: #EE2653;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

    .button:hover, .button-active:hover {
        background-color: #e61046;
        color: #fff;
    }

.checkbox-item-wrap input[type="checkbox"] {
    margin-right: 5px;
}

/*******Share Links******/
.addthis_toolbox {
    padding: 0px 20px 20px;
}

/*=======NEWS DETAILS=======*/
.news-details-wrapper {
    padding: 0px 0px 20px 20px;
}

    .news-details-wrapper .addthis_toolbox {
        padding: 0px;
        width: 280px;
    }

.news-details-headtitle {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #151515;
    font-size: 26px;
    margin: 0 0 10px 0;
    line-height: 23px;
    /*border-bottom: 2px solid #151515;
    padding-bottom: 10px;*/
}
/*news details by author style*/
#newsPostedBy {
    margin-right: 10px;
}

.long-content {
    width: 100%;
}

    .long-content img,
    .news-image {
        text-align: center;
        padding: 10px 0px;
        width: 100%;
    }

        .news-image img {
            width: 100%;
        }

        .news-image img {
            max-width: 100%;
            max-height: 100%;
        }

    .long-content img {
        margin: 0px 5px;
    }

    .long-content ul, .long-content ol {
        margin-left: 2.5em;
    }

        .long-content ul li {
            list-style: disc;
        }

.blog-navigation {
    padding-bottom: 20px;
}

.news-details-wrapper .long-content p {
    padding-bottom: 10px;
}

.servicesproducts-wrapper ul {
    list-style: circle;
}

    .servicesproducts-wrapper ul li {
        display: inline-block;
        border-radius: 13px;
        background-color: #EE2653;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        padding: 4px 15px;
        margin-right: 5px;
        margin-bottom: 5px;
        font-weight: 300;
    }

        .servicesproducts-wrapper ul li::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            background-color: #fff;
            margin-left: -3px;
        }

.servicesproductslist a,
.servicesproducts-wrapper li a span {
    color: #fff !important;
    padding-left: 5px;
}

.comment-wrapper {
    border: solid 1px #D8D8D8;
    border-right: 0;
    border-left: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

.commentlist {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .commentlist li {
        float: left;
        list-style: none;
        margin-bottom: 26px;
        width: 100%;
    }

    /*.commentlist .comment-content:after {
            background: url('../images/comment-arrow.png') no-repeat center top;
            bottom: -13px;
            content: "";
            height: 14px;
            left: 0;
            position: absolute;
            width: 100%;
        }*/

    .commentlist .comment-content:last-child {
        margin-bottom: 0;
    }

    .commentlist .comment-meta {
        float: left;
        /*text-align: center;*/
        width: 100%;
        padding-top: 20px;
    }

#respond {
}

    #respond p {
        margin: 0;
    }

    #respond .comment-details input {
        margin-bottom: 21px;
    }

    #respond .comment-details, #respond .comment-field {
        width: 47.66%;
    }

    #respond textarea {
        height: 100px;
    }

    #respond input[type="submit"] {
        margin-top: 10px;
    }

    #respond .logged-in {
        width: 100%;
    }

.comment-content {
    display: inline;
    margin-bottom: 22px;
    width: 100%;
    position: relative;
}

    .comment-content span {
        color: #151515;
        background: #F0F0F0;
        border: 1px solid #D8D8D8;
        padding: 8px 20px;
        text-align: left;
        border-radius: 6px;
        display: inline-block;
    }

        .comment-content span:before {
            content: '';
            position: absolute;
            bottom: -21px;
            left: 60px;
            width: 0;
            height: 0;
            border-top: 12px solid #D8D8D8;
            border-right: 12px solid transparent;
            border-left: 12px solid transparent;
        }

        .comment-content span:after {
            content: '';
            position: absolute;
            bottom: -17px;
            left: 62px;
            width: 4px;
            height: 0;
            border-top: 8px solid #F0F0F0;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }
/*a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}*/
/*Twitter*/
.twitter-container {
    width: 90%;
}

#twitter {
    padding: 30px 0 15px;
    text-align: center;
}

    #twitter ul {
        margin: 0;
        padding: 20px;
    }

    #twitter li {
        float: left;
        list-style: none;
        border: 1px solid #FE829F;
        min-height: 200px;
        margin: 30px auto;
        padding: 60px 20px 20px;
        position: relative;
        width: 98%;
    }

        #twitter li span:before {
            background: url('../images/icon-tweet.png') no-repeat;
            content: "";
            height: 82px;
            left: 50%;
            margin-left: -54px;
            position: absolute;
            top: -41px;
            width: 108px;
        }

        #twitter li:last-child {
            margin-right: 0;
        }

        #twitter li span {
            color: #121212;
            font-size: 18px;
            line-height: 32px;
            word-break: break-all;
        }

            #twitter li span + a {
                display: block;
                font-size: 18px;
                margin-top: 5px;
            }

        #twitter li a {
            color: #EE2653;
        }

            #twitter li a:hover {
                color: #EE2653;
                opacity: .5;
            }

        #twitter li:first-child {
            border: none;
            border-radius: 0;
            margin: 0 0 32px;
            min-height: inherit;
            padding: 0;
            width: 100% !important;
            height: auto;
        }

            #twitter li:first-child span {
                font-size: 42px;
                line-height: 52px;
            }

                #twitter li:first-child span:before {
                    display: none;
                }

                #twitter li:first-child span + a {
                    font-size: 22px !important;
                }

        #twitter li span a:hover {
            opacity: 1;
        }

.container-btns {
    clear: both;
    margin: 0 auto;
    /*width: 512px;*/
}

a.twitter-timeline {
    color: #EE2653 !important;
}

.twitter-timeline .customisable-highlight {
    color: #EE2653 !important;
}

.timeline-header .custom-timeline-summary, .timeline-header h1 .summary .customisable-highlight {
    font-size: 17px;
    font-weight: 500;
    color: red;
}

.container-btns .btn {
    float: left;
    margin: 0;
    width: 241px;
}

.container-btns .tweet-hash {
    /*background: #f1f1f1;
        border-radius: 6px;
        float: right;
        width: 300px;
        padding: 20px;*/
}

#twitter .container-btns.not-logged .tweet-hash {
    margin: 0 auto;
    float: none;
}

/*=============SPEAKERS WIDGET STYLE=============*/

.speakers-list-widget {
    margin-left: 20px;
}

.speakers-list-item {
    margin-bottom: 20px;
    min-height: 130px;
}

.speakers-img-wrapper {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 120px;
    padding: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}

    .speakers-img-wrapper img {
        /*width: 100%;
        height: 100%;*/
    }

.speakers-name {
    font-size: 18px !important;
}

.speaker-job-title {
    font-style: italic;
    font-size: 15px;
    font-weight: 400;
}

.speaker-company-title {
    font-weight: 500;
    color: #151515;
    font-size: 15px;
}

.speaker-biography {
    margin-top: 8px;
    max-height: 60px;
    overflow-y: hidden;
}

.speaker-details {
    margin: 20px;
}

    .speaker-details h1 {
        font-size: 2em;
        margin: 8px 0 5px 0;
        padding: 0;
        font-weight: normal;
        line-height: 1.1em;
    }

.speaker-info-wrapper {
    float: left;
    padding-top: 20px;
}

.speaker-full-biography {
    margin: 20px 0px 10px 0px;
}

.speaker-img-wrapper {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 120px;
    padding: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}

    /*.speaker-img-wrapper img {
        width: 100%;
        height: 100%;
        padding: 5px;
        border: 1px solid #c2c2c2;
        border-radius: 5px;
    }*/
/*right slider gallery*/
.bx-wrapper {
    margin-bottom: 0px !important;
}

    .bx-wrapper .bx-pager {
        position: absolute !important;
        bottom: -4px !important;
    }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #FFF !important;
        }


            .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #c2c2c2 !important;
            }

    .bx-wrapper .bx-controls-direction a {
        z-index: 10 !important;
        border: 5px solid #fff !important;
        border-radius: 50% !important;
    }

    .bx-wrapper .bx-prev {
        background: #c2c2c2 url('../images/bx-arrow-left.png') center no-repeat !important;
        left: 0px !important;
    }

        .bx-wrapper .bx-prev:hover {
            background: #EE2653 url('../images/bx-arrow-left.png') center no-repeat !important;
        }

    .bx-wrapper .bx-next {
        background: #c2c2c2 url('../images/bx-arrow-right.png') center no-repeat !important;
        right: 0px !important;
    }

        .bx-wrapper .bx-next:hover {
            background: #EE2653 url('../images/bx-arrow-right.png') center no-repeat !important;
        }


/***NEWS LIST****/
/**** LIST NEWS IN 3 COLUMNS STYLE START ****/
.news-list-3-columns {
    padding: 20px 0px 20px 20px;
}

.magazine-products-widget {
    padding: 20px;
}

.news-list-view li {
    width: 100%;
    margin-right: 19px;
    margin-bottom: 15px;
    display: inline-block;
}

.news-grid-view li {
    float: left;
    width: 267px;
    margin-right: 19px;
    margin-bottom: 15px;
    min-height: 300px;
}



.news-list-3-columns .news-column-item:last-child, .news-list-3-columns .news-column-item:nth-child(3n) {
    margin-right: 0;
}

.news-list-view .img-wrapper {
    /* position: relative; */
    width: 172px;
    height: 100px;
    margin-bottom: 6px;
    float: left;
    margin-right: 10px;
}

.img-wrapper {
    position: relative;
    width: 100%;
    height: 148px;
    text-align: center;
    margin-bottom: 6px;
}

    .img-wrapper img {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

.news-column-item-title {
    display: block;
    font-weight: 500;
    color: #151515;
    line-height: 19px;
    /*height: 40px;*/
    overflow: hidden;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.news-list-view .news-column-item-title {
    height: inherit;
}

.news-list-view .news-column-item-description {
    height: auto;
    line-height: 15px;
    height: 30px;
}

.news-column-item-description {
    margin-top: 2px;
    overflow: hidden;
}

.news-column-item-title:hover, .news-column-item-title:focus {
    text-decoration: underline;
    color: #151515;
}

.news-column-item .news-actions {
    height: inherit;
}

.read-more-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #EE2653;
    text-decoration: none;
    font-weight: 400;
}

    .read-more-link:hover, .read-more-link:focus {
        color: #EE2653;
        text-decoration: underline;
        cursor: pointer;
    }
/**Product News - Box View**/
.news-box-view .news-column-item-description,
.news-box-view .comments-read-more-wrapper {
    display: none;
}

.news-box-view li {
    box-sizing: border-box;
    border: 3px solid transparent;
    outline: none;
    text-decoration: none;
    display: block;
    float: left;
    width: 267px;
    height: 320px;
    margin-right: 19px;
    margin-bottom: 15px;
}

    .news-box-view li:hover {
        border-color: #e1e1e1;
    }

.news-box-view .img-wrapper {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}


.news-box-view .news-column-item-title {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 18px;
    color: #151515;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}

.news-box-view .news-actions {
    float: none !important;
    width: 100%;
    text-align: center !important;
}

.news-box-view .date-published {
    float: none !important;
    display: inline-block;
    padding-bottom: 5px;
}
/**** LIST NEWS IN 3 COLUMNS STYLE END ****/


/**** START MONTHLY POOL WIDGET STYLE ****/
.right-side-widget {
    margin: 0px 20px;
}

.monthly-pool-widget-img {
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: .3;
    background-color: rgba(237, 237, 237, 0.3);
}

.monthly-pool-widget {
    height: 266px;
    margin-top: 30px;
    position: relative;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    padding: 15px;
    color: #151515;
}

.pool_bcg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 324px;
    width: 100%;
    height: auto;
    opacity: 0.2;
    z-index: 1;
}

.monthly-pool-title {
    font-family: 'Quicksand', sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 7px;
    border-bottom: 1px solid #151515;
    margin-bottom: 8px;
}

.monthly-pool-question {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
}

.monthly-pool-answers {
    position: relative;
    z-index: 2;
}

    .monthly-pool-answers label {
        margin: 0 !important;
    }

.control-row {
    margin-bottom: 5px;
}

.monthly-pool-btn-wrapper {
    position: absolute;
    margin-top: 10px;
    z-index: 3;
}

.pool-btn {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #151515;
    border-radius: 3px;
    outline: none;
    color: #151515;
    text-decoration: none;
    font-size: 14px;
    margin-right: 5px;
}

    .pool-btn:hover, .pool-btn:focus {
        color: #fff;
        border-color: #EE2653;
        background-color: #e61046;
        text-decoration: none;
    }

/**CUSTOM RADIO BUTTONS**/

input[type=radio].custom-radio-btn {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


    input[type=radio].custom-radio-btn + label.radio-btn-text {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        width: 15px;
        height: 15px;
        margin-top: 5px !important;
    }

    input[type=radio].custom-radio-btn:checked + label.radio-btn-text {
        background-position: 0 -85px;
    }

.option-text {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    /*display: inline-block;*/
    display: block;
}

label.option-text {
    margin-top: -17px !important;
    margin-left: 23px !important;
}

label.radio-btn-text {
    background-image: url('../images/radio_btn_img.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pollResults h2 {
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.pollresultsbckg {
    width: 80%;
    margin-right: 5px;
}
/**** END MONTHLY POOL WIDGET STYLE ****/

/****** Related/Latest Articles *****/
.latestArticles-wrapper,
.relatedArticles-wrapper {
    padding: 0px 20px;
}

.news-list-without-img {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #151515;
}

    .news-list-without-img .more-news-link {
        margin-top: 13px;
    }

.news-list-title {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    line-height: 17px;
    padding-bottom: 10px;
    border-bottom: 2px solid #151515;
}

.news-list-without-img li {
    line-height: 17px;
    border-bottom: 1px solid #151515;
    padding: 5px 0;
}

.read-more-link {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #EE2653;
    text-decoration: none;
    font-weight: 400;
    line-height: 23px;
}

    .read-more-link:hover, .read-more-link:focus {
        color: #EE2653;
        text-decoration: underline;
        cursor: pointer;
    }

.news-list-without-img .read-more-link {
    line-height: 18px;
}

.news-list-without-img li .news-list-item-title {
    color: #151515;
    text-decoration: none;
    height: 35px;
    overflow: hidden;
    display: block;
}

.news-list-item-title:hover {
    text-decoration: underline;
}

.news-list-without-img li .news-list-item-title:hover, .news-list-without-img li .news-list-item-title:focus {
    color: #151515;
    text-decoration: none;
    cursor: pointer;
}

.more-news-btn {
    border: 1px solid #151515;
    padding: 0px 10px;
    box-sizing: content-box;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #151515;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    line-height: 18px;
    float: right;
}

    .more-news-btn:hover, .more-news-btn:focus {
        text-decoration: none;
        border-color: #EE2653;
        color: #EE2653;
    }

.relatedArticles ul li {
    margin-left: 20px;
    list-style: disc;
    padding: 0;
}

.relatedArticles #lblHeaderTitle {
    font-weight: 700;
}
/*******PAGINATION********/
/**with important all styles**/
.simple-pagination {
    padding-top: 10px !important;
}

.pink-theme a, .pink-theme span {
    float: left;
    color: #EE2653;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    /* min-width: 14px; */
    padding: 0 10px;
    margin: 0 5px 0 0;
}

    .pink-theme a:hover {
        text-decoration: none;
        background: #EE2653;
        color: #fff;
    }

.pink-theme .current {
    background: #EE2653;
    color: #fff;
    cursor: default;
}

.pink-theme .next,
.pink-theme .prev {
    background: #e6e6e6;
    color: #c2c2c2;
    cursor: default;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}
/*******End Pagination******/
/*******Gallery Module********/
#event-media {
    margin-right: 20px !important;
}

.slider-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    width: 840px;
    height: 380px;
    overflow: hidden;
    display: none;
}

.slides-wrapper {
    cursor: move;
    position: relative;
    left: 0px;
    top: 0px;
    width: 840px;
    height: 380px;
    overflow: hidden;
    margin: 0 auto;
    right: 0;
    margin: 0px !important;
}

.span9 #event-media {
    margin: 20px 0px 0px 20px;
}

.slider-caption {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    background: #EE2653;
    background-color: rgba(238, 38, 83, 0.8);
    position: absolute;
    width: 340px;
    height: 140px;
    transform: rotate(0deg) scale(1);
    bottom: 30px;
    right: 20px;
}

a.slider-caption, A.slider-caption:active, A.slider-caption:visited {
    color: #ffffff;
    text-decoration: none;
}

    a.slider-caption:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

.jssorb01 {
    position: absolute;
}

    .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        /* size of bullet elment */
        width: 12px;
        height: 12px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #EE2653 1px solid;
    }

    .jssorb01 div {
        background-color: #e6e6e6;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #EE2653;
        }

    .jssorb01 .av {
        background-color: #fff;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #555555;
    }

.jssora02l, .jssora02r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/slider_nav.png) no-repeat;
    overflow: hidden;
}
#sliderWrapper .jssora02l, #sliderWrapper .jssora02r {
    top: 40% !important;
}
.jssora02l {
    background-position: -3px -33px;
}

.jssora02r {
    background-position: -63px -33px;
}

.jssora02l:hover {
    background-position: -123px -33px;
}

.jssora02r:hover {
    background-position: -183px -33px;
}

.jssora02l.jssora02ldn {
    background-position: -3px -33px;
}

.jssora02r.jssora02rdn {
    background-position: -63px -33px;
}
/*******END Gallery Module********/

/*******POLL********/
.latestModuleItem {
    padding: 8px 0;
}

.title {
    line-height: 17px;
    font-family: 'Quicksand', Sans-Serif;
    color: #151515;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 17px;
}

.graphicPresentation {
    width: 0px;
    height: 10px;
    background-color: #EE2653;
    display: inline-block;
}

#pollModuleResults {
    max-width: 400px;
}

.voingDescription {
    color: #4090B2;
}

.spanName {
    width: 75px !important;
    display: inline-block !important;
    font-weight: bold !important;
}

.spanVotes {
    width: 150px !important;
    float: right !important;
}

.liElement {
    list-style-type: none;
    width: 400px;
    float: left;
}

.goback {
    float: left;
    display: inline-block;
    margin-top: 10px;
    z-index: 2147483656;
    position: relative;
}
/*******END POLL********/
/**** PRODUCTS LIST STYLE START****/
.products-container {
    float: left;
}

.product-column {
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    display: block;
}

    .product-column .img-wrapper {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e1e1;
    }

.product-column-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #151515;
}

.product-column-item-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    height: 50px;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.product-column:hover, .product-column:focus {
    text-decoration: none !important;
    color: #151515;
}

.product-column:hover {
    cursor: pointer;
    border-color: #e1e1e1;
}


.magazine-products-widget .products-container:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.products-container:nth-child(4n) {
    margin-right: 0px;
}
/**** PRODUCTS LIST STYLE END****/

/**** ROLLBOX STYLE START****/
.rollBox {
    padding-left: 20px;
}

.innerRollBox {
    position: relative;
    top: 0px;
}

.outerRollBox {
    overflow: hidden;
    height: 330px;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 1px 7px #ccc;
    background: url("/style/frontend/images/widget-bg-rollbox.jpg") no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.itemSPtitle {
    font-family: 'Quicksand',sans-serif;
    font-size: 15px;
    color: #151515;
    font-weight: 700;
    line-height: 17px;
}

.itemSPlink {
    cursor: pointer;
}

.hrRollbox {
    width: 100%;
}


.outerRollBox .itemContainer {
    border-bottom: 1px solid #c2c2c2;
    padding: 6px;
    display: block;
}
/**** ROLLBOX STYLE END****/


/******MENU Default Link Color*****/
.undefined-horizontal a {
    color: #000 !important;
}



/**** START BEAUTY HUB WIDGET STYLE ****/
.beauty-hub-widget {
    padding: 20px 0px 0px 20px;
}

.beauty-hub-widget-scroll {
    height: 334px;
    overflow-y: overlay;
}

h1 {
    font-family: 'Quicksand', san-serif;
    font-size: 22px;
    color: #151515;
    margin: 0;
    padding: 0;
    line-height: 22px;
    margin-top: -3px;
}

/* GRID VIEW */
.beauty-hub-btn {
    width: 122px;
    padding-bottom: 3px;
    height: 108px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    background-color: #e6e6e6;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-color 0.7s; /* For Safari 3.1 to 6.0 */
    -moz-transition: background-color 0.7s ease-in-out;
    -o-transition: background-color 0.7s ease-in-out;
    transition: background-color 0.7s;
}

    .beauty-hub-btn:hover {
        background-color: #EE2653;
        -webkit-transition: background-color 0.7s; /* For Safari 3.1 to 6.0 */
        -moz-transition: background-color 0.7s ease-in-out;
        -o-transition: background-color 0.7s ease-in-out;
        transition: background-color 0.7s;
    }

        .beauty-hub-btn:hover img {
            opacity: 1;
            -webkit-transition: opacity 0.7s ease-in-out; /* For Safari 3.1 to 6.0 */
            -moz-transition: opacity 0.7s ease-in-out;
            -o-transition: opacity 0.7s ease-in-out;
            transition: opacity 0.7s ease-in-out;
        }

        .beauty-hub-btn:hover .beauty-hub-btn-tekst {
            color: #fff;
        }

.btn-img {
    height: 108px;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
}

    .btn-img img {
        opacity: 0.35;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        height: 100%;
        width: 100%;
    }

.beauty-hub-btn-tekst {
    color: #EE2653;
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: color 0.7s;
    -moz-transition: color 0.7s ease-in-out;
    -o-transition: color 0.7s ease-in-out;
    transition: color 0.7s;
    box-sizing: border-box;
}

/* GRID VIEW  */
.beauty-grid-view .beauty-hub-btn {
}


/* LIST VIEW */
.beauty-list-view .beauty-hub-btn {
    width: 100%;
    display: block;
    height: 70px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-right: 100px;
}

    .beauty-list-view .beauty-hub-btn .btn-img {
        width: 123px;
        height: 70px;
        position: absolute;
        top: 0px;
        right: 0;
        /*background-color: #e6e6e6;*/
        border-top-left-radius: 64px;
    }

.beauty-list-view .btn-img img {
    border-top-left-radius: 64px;
    opacity: 0.35;
    -webkit-transition: opacity 0.7s ease-in-out;
    -moz-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    height: 100%;
}

.beauty-list-view .beauty-hub-btn-tekst {
    text-align: left;
}


/**** END BEAUTY HUB WIDGET STYLE ****/
/***NEWS BY AUTHOR ****/
.author-wrapper {
    margin-bottom: 20px;
    padding: 10px 5px;
    background-color: #fcfcfc;
    border: 1px solid #efefef;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

    .author-wrapper h1 {
        padding-bottom: 10px;
        color: #EE2653;
    }

.author-description {
    width: 75%;
}

.author-img-wrapper {
    width: 200px;
    height: 150px;
}

/***END NEWS BY AUTHOR ****/

/***BEGIN STYLE FOR ACCORDION***/

.accordion-menu-text {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.accordion-menu-item {
    margin-bottom: 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.accordion-menu-icon {
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: block;
    width: 100%;
    float: left;
    background: url('../images/accordion_icon.png') no-repeat;
    background-position: 7px 8px;
    text-transform: uppercase;
    padding: 5px 7px 7px 27px;
}

.accordion-menu-item ul {
    box-sizing: border-box;
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
}

.active-acc-menu .accordion-menu-icon {
    background-color: #EE2653;
    color: #fff;
    background-position: 7px -30px;
    border-width: 1px 1px 0 1px;
    border-color: #EE2653;
}

.active-acc-menu ul {
    border-width: 0 1px 1px 1px;
}

.without-picture .accordion-menu-item ul li a, .with-picture .accordion-menu-item ul li a {
    color: #EE2653;
    text-decoration: none;
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: url('../images/accordion_submenu_icon.png') no-repeat 5px center;
    padding-left: 20px;
}

.without-picture .accordion-menu-item ul li {
    float: left;
    width: 100%;
    margin: 3px 0;
}

.with-picture .accordion-menu-item ul li {
    float: left;
    margin: 0 10px 7px 0;
}

.with-picture ul {
    padding-top: 7px;
}

.with-picture .accordion-menu-item ul li a {
    background: none;
    width: 75px;
    height: 75px;
    padding-left: 0;
}

    .with-picture .accordion-menu-item ul li a img {
        width: 100%;
        height: 100%;
    }

.accordion-menu {
    height: 280px;
    overflow-y: auto;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

    .accordion-menu li {
        cursor: pointer;
    }

    .accordion-menu ul {
        display: none;
    }

    .accordion-menu a {
        text-decoration: none;
    }

.without-picture a:hover {
    text-decoration: underline !important;
}

/***END STYLE FOR ACCORDION***/


/*FLAGSHIP EDITOR CSS */

.list-style-1 {
    height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

    .list-style-1 li:first-child {
        padding-top: 0px;
    }

    .list-style-1 li {
        display: block;
        background: url('../images/icn-list-style-1.png') no-repeat left center;
        font-size: 17px;
        line-height: 19px;
        padding: 8px 4px 8px 22px;
    }


/*EXHIBITORS LIST CSS */
.exibitor-widget {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

    .exibitor-widget ul li {
        padding: 6px 8px;
        box-sizing: border-box;
        border-bottom: 1px solid #d8d8d8;
    }

        .exibitor-widget ul li a {
            display: inline-block;
            width: 70%;
            color: #EE2653;
            font-weight: 500;
            font-size: 16px;
        }

}

.exibitor-widget ul li span {
    display: inline-block;
    width: 30%;
    color: #151515;
}




/*category*/
.exibitor-widget ul li ul {
}

    .exibitor-widget ul li ul.tagFix {
        width: 70%;
    }

        .exibitor-widget ul li ul.tagFix li {
            margin: 3px 0;
        }

    .exibitor-widget ul li ul li {
        display: block;
        float: left;
        border-bottom: 0px;
        box-sizing: inherit;
        padding: 0px;
        margin-right: 4px;
    }

        .exibitor-widget ul li ul li a {
            background: #eee;
            color: #666;
            font-weight: 400;
            font-size: 12px;
            line-height: 14px;
            padding: 2px 8px;
            border-radius: 16px;
            width: auto;
            display: block;
            text-decoration: none;
                    margin-right: 3px;
        }

            .exibitor-widget ul li ul.brand-list li a:hover {
                        background: #e15182;
                        color: #fff;
                    }
                    .exibitor-widget ul li ul li a:hover {
                        background: #e61046;
                        color: #fff;
                    }
                    .exibitor-widget ul li ul.brand-list li a {
                         background: #f67ba6;
                         color: #fff;
                    }

.exibitor-widget-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 8px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

    .exibitor-widget-header span {
        float: left;
    }

        .exibitor-widget-header span:first-child {
            width: 70%;
            font-weight: 700;
        }

        .exibitor-widget-header span:last-child {
            width: 30%;
            font-weight: 700;
        }

.exibitor-widget-content {
    width: 100%;
    height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
}

.labelPDF {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background-color: #EE2653;
    border-radius: 3px;
    padding: 0px 8px;
    display: block;
    font-size: 12px;
}

/*CAROUSEL SLIDER CSS */
.jcarousel li {
    /*width: 274px !important;
    margin-right: 26px !important;*/
}

.banners-widget .jcarousel li {
    /*width: auto !important;
    margin-right: 10px !important;*/
    height: 380px !important;
}

    .banners-widget .jcarousel li table {
        /*width: 154px;*/
    }

        .banners-widget .jcarousel li table td {
            text-align: center;
        }

.jcarousel-wrapper {
    border: 0 !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    border-radius: inherit !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

/*.jcarousel li:nth-child(4n) {
    margin-right: 0px !important;
}*/

.jcarousel .no-image {
    width: 98px;
    height: 64px !important;
    margin-top: 40px;
}

.jcarousel-control-prev,
.jcarousel-control-next {
    background: url('../images/jcarousel-left-arrow.png') center no-repeat !important;
    position: absolute;
    top: 70px !important;
    margin-top: inherit !important;
    width: 20px !important;
    height: 34px !important;
    text-align: inherit !important;
    background: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
    text-shadow: inherit !important;
    font: inherit !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    border-radius: inherit !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
}

.j-prev {
    background: url('../images/jcarousel-left-arrow.png') center no-repeat !important;
}

.j-next {
    background: url('../images/jcarousel-right-arrow.png') center no-repeat !important;
}



/**NEW HOME BOXES STYLES START**/
.statistics-padding {
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}

.statistics-box-wrapper {
    width: 194px;
    height: 116px;
    background-color: #e6e6e6;
    float: left;
    display: inline-block;
    margin: 0 20px 10px 0;
}

.statistics-cell-wrapper {
    width: 194px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    height: 92px;
}

.stat {
    font-size: 20px;
    font-weight: bold;
    color: #EE2653;
    text-align: left;
    height: 40px;
    font-family: 'Quicksand', sans-serif;
}

.product-box, .meetings-box, .newsletter-box, .facebook-stats-box, .subscribers-box, .beauty-hub-box {
    display: inline-block;
}

.product-box {
    background: url(../images/products.png) no-repeat 10px;
    padding-left: 74px;
}

.seminars {
    background: url(../images/stages_seminars.png) no-repeat left center;
    padding-left: 55px;
}

.competitions {
    background: url(../images/competitions.png) no-repeat left center;
    padding-left: 42px;
    padding-top: 20px;
}

.floor-plan {
    background: url(../images/floor.png) no-repeat 10px;
    padding-left: 48px;
    padding-top: 20px;
    text-align: center;
}

.floor-plan-new {
    background: url(../images/floor-new.png) no-repeat 10px;
    padding-left: 48px;
    text-align: center;
}

.newsletter-box .statistics-numbers, .beauty-hub-box .statistics-numbers {
    text-align: left;
    font-size: 16px;
    color: #fff;
}



.beauty-hub-box .statistics-text {
    color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
}

.facebook-stats-box {
    background: url(../images/facebookbox.png)no-repeat left 1px;
    padding-left: 32px;
}

.subscribers-box {
    background: url(../images/subscribers.png)no-repeat left 1px;
    padding-left: 45px;
}

.beauty-hub-box {
    background: url(../images/beautyhub_icon.png)no-repeat left 8px;
    padding-left: 32px;
    width: 70%;
}

.red-color {
    background-color: #EE2653;
    cursor: pointer;
}


.custom-statistics-box {
    background: #EE2653 url(../images/newsletter.png) no-repeat center left 30px;
    color: #fff;
    display: block;
    margin-left: -20px;
    margin-right: 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

@media (max-width:1100px) {
    .custom-statistics-box {
        font-size: 16px;
    }
}

@media (max-width:1024px) {
    .custom-statistics-box {
        margin-left: 0px;
        margin-right: 0px;  padding-left: 40px;
          background: #EE2653 url(../images/newsletter.png) no-repeat center left 14px;
    }
}

@media (max-width:800px) {
    .custom-statistics-box {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 40px;
        background: #EE2653 url(../images/newsletter.png) no-repeat center left 14px;
    }
}
/**EXHIBITOR LIST**/
.exhibitor-list {
    padding-top: 20px;
}

#hair-home-container .exhibitor-list{ padding-top: 0px;}
.search-form {
      display: inline-block;
  margin-bottom: 20px;
}

    .search-form .form-group {
        display: inline-block;
        float: left;
        margin-right: 8px;
    }

        .search-form .form-group span {
            display: block;
        }

.input-textbox {
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
    display: block;
    outline: 0;
      height: 33px;
    border-radius: 3px;
    font-weight: 300;
    line-height: 20px !important;
    box-sizing: border-box;
}

.search-form .chosen-container-multi .chosen-choices {
    border: 1px solid #d8d8d8 !important;
    padding: 6px 10px !important;
    display: block !important;
    outline: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.search-form .chosen-container {
    width: 100% !important;
}

.search-form .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    height: inherit;
}

.search-form .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0px !important;
    margin-right: 4px !important;
}


.search-form .chosen-container-multi .chosen-choices li.search-choice {
    background: #EE2653 !important;
    color: #fff !important;
    border: 1px solid #EE2653 !important;
    outline: 0 !important;
}


::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.btn-search {
    border: 1px solid #d8d8d8 !important;
    padding: 6px 10px;
    color: #333;
    display: block;
    padding-left: 26px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 22px;
    background: #fff url('../images/search_icon_black.png') no-repeat left 6px center;
}

.search-form .search-choice-close {
    background: url('../images/icon_close.png') no-repeat center !important;
    background-size: 10px 10px !important;
}



/**EXHIBITOR DETAILS**/
.exhibitor-details,.exhibitor-list {
    padding: 20px 0px 0px 20px;
}

    .exhibitor-details .contact-details,.exhibitor-list .contact-details {
        float: left;
    }

    .exhibitor-details .exhibitor-logo ,.exhibitor-list .exhibitor-logo{
        float: right;
        width: 200px;
    }

        .exhibitor-details .exhibitor-logo img ,.exhibitor-list .exhibitor-logo img{
            max-width: 100%;
            max-height: 100%;
            display: block;
            float: right;
        }

    .exhibitor-details .exhibitor-wrapper ,.exhibitor-list .exhibitor-wrapper{
        margin-bottom: 10px;
    }


    .exhibitor-details #divCompanySummary ul li ,.exhibitor-list #divCompanySummary ul li{
        list-style-type: disc;
        margin-left: 20px;
    }

/*general info*/
.general-info h2 {
    margin: 0;
    color: #333;
    float: left;
}

    .general-info h2.stands-number {
        float: right;
    }

.general-info .social-icons {
}

    .general-info .social-icons li {
        display: inline-block;
        margin-right: 4px;
    }

        .general-info .social-icons li a {
        }

            .general-info .social-icons li a img {
            }

.exhibitor-details h3 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #EE2653;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.exhibitor-details .products-box p {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.exhibitor-details .products-box {
    width: 250px;
    height: 240px;
    display: block;
    float: left;
    margin: 0px 14px 10px 0px;
    position: relative;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

    .exhibitor-details .products-box h4:hover {
        text-decoration: underline;
    }

    .exhibitor-details .products-box .image {
        height: 160px;
        text-align: center;
    }

    .exhibitor-details .products-box img {
        max-width: 100%;
        max-height: 100%;
    }

    .exhibitor-details .products-box:nth-child(3n) {
        margin-right: 0px;
    }

.exhibitor-details h4 {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

    .exhibitor-details h4:hover {
        text-decoration: underline;
    }

.exhibitor-details p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}



/*special offers */
news-list-view-exibitor a {
    cursor: pointer;
}

.specials-offers {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

    .specials-offers .img-wrapper img {
        cursor: pointer;
    }

    .specials-offers:last-child {
        border-bottom: 0;
    }

    .specials-offers .image {
        width: 170px;
        height: 110px;
        display: block;
        float: left;
        margin-right: 6px;
    }


        .specials-offers .image img {
            max-width: 100%;
            max-height: 100%;
        }

    .specials-offers h4 {
    }

    .specials-offers p {
    }

/* Product Categories */
.servicesproducts-wrapper {
    display: inline-block;
}


    .servicesproducts-wrapper ul li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .servicesproducts-wrapper ul li a, .servicesproducts-wrapper ul li label, .popup-category-tag a {
            color: #fff;
            font-family: 'Roboto', sans-serif;
            font-size: 13px;
            background-color: #EE2653;
            font-weight: 300;
            border-radius: 13px;
            padding: 4px;
            text-decoration: none;
            cursor: pointer;
        }

        .servicesproducts-wrapper ul li::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            border-radius: 8px;
            background-color: #fff;
            margin-left: -3px;
        }

/*popup info*/
.exhibitor-popup-photo {
    width: 200px;
    height: 200px;
    border-right: 1px solid #eee;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .exhibitor-popup-photo img {
        max-width: 100%;
        max-height: 100%;
    }

#description p {
    margin-bottom: 10px;
}


.exhibitor-popup-photo-info {
    width: 460px;
    float: right;
}

.exhibitor-popup-photo-tags {
    margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .exhibitor-popup-photo-info, .exhibitor-popup-photo {
        width: 100%;
    }

    .exhibitor-popup-photo {
        border-right: 0;
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .exhibitor-popup-photo-info {
        width: 100%;
    }

    .exhibitor-popup-photo {
        border-right: 0;
        height: auto;
        padding-bottom: 10px;
    }

    .popup-page {
        box-sizing: border-box;
        width: 96%;
    }

    .popup-close-button {
        right: 21px !important;
    }
}


/*Footer custom css */
#hair-footer .logo {
    width: 100% !important;
    height: 80px;
    background: none !important;
    text-align: inherit !important;
    text-align: inherit !important;
    margin-bottom: 10px !important;
}

    #hair-footer .logo img {
        max-width: 100%;
        max-height: 100%;
        padding-top: 0 !important;
    }

#hair-footer header {
    height: auto !important;
    position: relative !important;
    top: inherit !important;
    z-index: inherit !important;
}


/*special offers list */
.specials-offers-list {
    padding: 20px 0px 20px 20px;
}


    .specials-offers-list .specials-info {
        float: left;
    }

/******OLD CTYLE******/
.leftsheet {
    width: 48%;
    float: left;
    padding-right: 20px;
    padding-top: 0px;
}

.bodysheet {
    text-align: left;
    line-height: 1.45em;
    padding-top: 5px;
    padding-bottom: 20px;
}

.rightsheet {
    width: 48%;
    float: right;
    padding-top: 0px;
}

.fullsheet {
    width: 100%;
    margin-top: 0px;
    float: left;
}


@media (max-width:800px) {
    .leftsheet, .rightsheet {
        width: 100%;
    }
}

.content p {
    padding: 10px 0px;
}

.content ul {
    margin-left: 2.5em;
}

    .content ul li {
        list-style: disc;
    }

/***  PRODUCT LIST MODULE ****/
.product-list {
    margin-top: 20px;
}

    .product-list li {
        width: 240px;
        float: left;
        height: 230px;
        display: inline-block;
        margin: 0px 16px 16px 0px;
    }

        .product-list li:nth-child(3n) {
            margin-right: 0px;
        }

        .product-list li a {
            display: block;
        }

    .product-list li {
        border: 2px solid transparent;
    }

        .product-list li:hover {
            border: 2px solid #eee;
        }

        .product-list li:first-child a {
        }

        .product-list li a .image {
            height: 164px;
            width: 100%;
            text-align: center;
        }

            .product-list li a .image table {
                height: 164px;
            }

        .product-list li a:hover {
            text-decoration: none;
        }

        .product-list li a .image img {
            max-width: 100%;
            max-height: 100%;
        }

        .product-list li a .info {
            border-top: 1px solid #eee;
            text-align: center;
        }

            .product-list li a .info h3 {
                color: #333;
                overflow: hidden;
                text-overflow: ellipsis;
                display: block;
                white-space: nowrap;
                cursor: pointer;
            }

            .product-list li a .info .date-published {
                color: #777;
                text-align: center;
                float: inherit;
                display: inline-block;
                padding-left: 22px;
                margin-top: 6px;
            }

.product-categories {
    margin-top: 5px;
}


/**************** GENERAL POPUP DETAILS ****************/
.popup-details {
    min-height: 200px;
}

    .popup-details .image {
        position: absolute;
        left: 20px;
        top: 80px;
        width: 200px;
        height: 200px;
    }

        .popup-details .image table {
            width: 100%;
        }

            .popup-details .image table tr td {
                text-align: center;
                vertical-align: middle;
            }

                .popup-details .image table tr td img {
                    max-width: 100%;
                    max-height: 100%;
                }

    .popup-details .info {
        margin-left: 210px;
    }

@media (max-width:700px) {
    .popup-holder {
        box-sizing: border-box;
    }

    .popup-details .image {
        right: inherit;
        left: inherit;
        top: inherit;
        width: 100%;
        position: relative;
    }

    .popup-details .info {
        margin-left: inherit;
    }
}

/*============BOX TICKET============*/
.box-ticket {
    color: #fff;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
    cursor: pointer;
    background: #EE2653;
    max-height: 260px;
    clear: both;
}

    .box-ticket p:nth-child(1) {
        font-size: 40px;
        font-weight: 600;
        display: block;
        line-height: 44px;
        padding: 0px;
    }

    .box-ticket p:nth-child(2) {
        font-size: 30px;
        line-height: 34px;
        display: block;
        padding: 0;
    }

    .box-ticket p:nth-child(4) {
        font-size: 30px;
        line-height: 34px;
        display: block;
        padding: 0;
    }

    .box-ticket hr {
        margin: 10px 0 15px 0;
        border: 2px solid #fff;
        outline: none;
    }


/*============ social icon  ============*/
.social-icons {
    margin-top: 10px;
}

    .social-icons li a {
        cursor: pointer;
    }

    .social-icons li {
        float: left;
    }


/*============ RESPONSIVE MOBILE MENU   ============*/
.mobile {
    display: none;
}

.mobile {
    height: 60px;
    width: 100%;
    display: block;
}

    .mobile .header {
        height: 60px;
        display: block !important;
        background-color: #EE2653;
        width: 100%;
    }

    .mobile .menu-content {
        display: none;
        width: 380px;
        background-color: #fff;
        position: fixed;
        right: 0;
        top: 60px;
        z-index: 9999;
        border-left: 1px solid #f1f1f1;
        bottom: 0;
        overflow-y: auto;
    }

    .mobile .header .m-logo {
        float: left;
    }

        .mobile .header .m-logo a {
            display: inline-block;
            padding: 10px;
        }

            .mobile .header .m-logo a img {
                width: auto;
                max-height: 50px;
            }


    .mobile .header .m-menu a {
        float: right;
        width: 60px;
        height: 60px;
        display: block;
        background: url('../images/img-mobile-menu.png') no-repeat center;
        background-size: 32px 23px;
    }


    .mobile .menu-content .m-search {
        background-color: #e61046;
        display: block;
        padding: 0px 10px 4px 10px;
        position: relative;
    }

        .mobile .menu-content .m-search input {
            border: 0;
            border-bottom: 1px solid #fff;
            background-color: transparent;
            color: #fff;
            width: 100%;
            box-sizing: border-box;
            outline: 0;
            line-height: 40px;
            height: 40px;
            font-size: 18px;
            padding-right: 40px;
        }

    .mobile .menu-content ::-webkit-input-placeholder {
        color: #fff !important;
        line-height: 40px !important;
    }

    .mobile .menu-content :-moz-placeholder { /* Firefox 18- */
        color: #fff !important;
        line-height: 40px !important;
    }

    .mobile .menu-content ::-moz-placeholder { /* Firefox 19+ */
        color: #fff !important;
        line-height: 40px !important;
    }

    .mobile .menu-content :-ms-input-placeholder {
        color: #fff !important;
        line-height: 40px !important;
    }



    .mobile .menu-content .m-search a {
        position: absolute;
        top: 0px;
        display: block;
        width: 40px;
        height: 40px;
        right: 10px;
        background: url('../images/search_icon_white.png') no-repeat center;
    }

    .mobile .menu-content .m-accounts {
        background-color: #f21750;
        display: block;
        padding: 0px 10px;
        position: relative;
        height: 40px;
    }

        .mobile .menu-content .m-accounts a {
            padding: 8px 0px 8px 24px;
            display: block;
            text-decoration: none;
            font-size: 18px;
            line-height: 18px;
            background: url('../images/img-user.png') no-repeat left center;
            color: #fff;
        }

            .mobile .menu-content .m-accounts a:hover {
                text-decoration: none;
            }

    .mobile .menu-content .m-follow {
        background-color: #f21750;
        display: block;
        padding: 0px 10px;
        position: relative;
        height: 45px;
    }
.m-follow-inner{ border-bottom: solid 1px #fff;width: 100%; display: inline-block;}
.m-follow span {
    color: #fff;
    float: left;
    font-size: 15px;
    line-height: 28px;
    padding-left: 3px;
}

.mobile .menu-content .m-follow ul {
    float: left;
    padding-left: 10px;
}

    .mobile .menu-content .m-follow ul li {
        display: inline-block;
    }

.mobile .social-icon-wrapper{
        padding-top: 7px;   }
 .mobile .menu-content .m-follow a {
    text-decoration: none;
        outline: none;
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        transition: all 0.5s ease;
}
        
            .mobile .menu-content .m-follow a.twitter-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -155px;
	            width: 25px;
	            height: 23px;
            }

            .mobile .menu-content .m-follow a.fb-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -205px;
	            width:15px;
	            height: 23px;
            }

            .mobile .menu-content .m-follow a.pinterest-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -230px;
	           width: 25px;
	            height: 23px;
            }
            .mobile .menu-content .m-follow a.linkedin-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -284px;
	           width: 25px;
	            height: 23px;
            }
            .mobile .menu-content .m-follow a.instagram-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -257px;
	           width: 25px;
	            height: 23px;
            }
            .mobile .menu-content .m-follow a.google-follow {
                background: url('../images/social_sprite_extended.png') no-repeat 0 -180px;
	           width: 25px;
	            height: 23px;
            }


.mobile .menu-content .m-language {
    background-color: #f21750;
    display: block;
    padding: 0px 11px;
    position: relative;
    height: 30px;
}

.m-language select {
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    -webkit-appearance: none;
    background: url('../images/mobile_dropdown.png') no-repeat right center;
}
    .m-language select option {
        color: #333;
    }
.mobile .edition-wrapper {
    width: 100%;
    padding: 0px;
    list-style: none;
    margin: 0;
    border:0 none;
}
.mobile .edition-wrapper li {
        padding: 3px 5px 0 36px;    width: 85%;
}
.mobile .edition-wrapper li img {
    top: 5px;
}
.mobile .child-edition {
    left: -11px;
    padding-left: 11px;
    width: 100%;
}
.mobile .arrow-up-edition,
.mobile .arrow-edition {
    background: url('../images/mobile_dropdown.png')no-repeat right 0px!important;
    width: 24px;
    height: 24px;
    top: 0px;
    right: 10px;
}
    .mobile .edition-wrapper a{ color: #fff !important;width: 200px;cursor: pointer;}
    .mobile .edition-wrapper .child-edition a {
        color: #f21750!important;
    }

.mobile .menu-content .m-menu-list {
}

    .mobile .menu-content .m-menu-list ul {
    }

        .mobile .menu-content .m-menu-list ul li {
            display: block;
            border-bottom: 1px solid #c2c2c2;
        }

            .mobile .menu-content .m-menu-list ul li:last-child {
            }

            .mobile .menu-content .m-menu-list ul li a {
                display: block;
                color: #000;
                font-size: 18px;
                padding: 12px 8px;
                line-height: 18px;
                text-transform: uppercase;
                position: relative;
            }

                .mobile .menu-content .m-menu-list ul li a span {
                    position: absolute;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    width: 50px;
                    background: url('../images/menu_dropdown_color.png') no-repeat right 16px center;
                    z-index: 10;
                    height: 42px;
                }

            .mobile .menu-content .m-menu-list ul li .active span {
                background: #f21750 url('../images/menu_dropdown_white.png') no-repeat right 16px center;
            }

            .mobile .menu-content .m-menu-list ul li .active {
                background-color: #f21750;
                color: #fff;
            }

            .mobile .menu-content .m-menu-list ul li ul.sub-menu a span {
                background: url('../images/menu_dropdown_silver.png') no-repeat right 16px center;
            }

            .mobile .menu-content .m-menu-list ul li ul.sub-menu ul.sub-sub-menu a span {
                background: url('../images/menu_dropdown_silver_1.png') no-repeat right 16px center;
            }


            .mobile .menu-content .m-menu-list ul li a:hover {
                text-decoration: none;
            }

            .mobile .menu-content .m-menu-list ul li .sub-menu {
                background-color: #e9e9e9;
                display: none;
            }

                .mobile .menu-content .m-menu-list ul li .sub-menu li {
                }

            .mobile .menu-content .m-menu-list ul li > .sub-menu li a {
                text-transform: inherit;
                padding: 12px 8px 12px 16px;
            }

            .mobile .menu-content .m-menu-list ul li .sub-menu li a:hover {
                background-color: #f1f1f1;
                color: #333;
            }

            .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu {
                display: none;
            }

                .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li {
                    display: block;
                }


                    .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li a {
                        font-size: 16px;
                        line-height: 16px;
                        color: #666 !important;
                        padding-left: 28px;
                        background: none;
                    }

                    .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li .active {
                        color: #fff;
                    }



                    .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li ul.sub-sub-sub-menu {
                        display: none;
                    }

                        .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li ul.sub-sub-sub-menu li {
                        }

                    .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li ul.sub-sub-sub-menu {
                        background: #eee;
                    }

                        .mobile .menu-content .m-menu-list ul li .sub-menu li .sub-sub-menu li ul.sub-sub-sub-menu li a {
                            padding-left: 40px;
                            font-size: 14px;
                        }


@media (max-width:520px) {
    .mobile .menu-content {
        width: 280px;
    }

    img {
        max-width: 100% !important;
    }

    .dxpControl {
        position: relative !important;
        margin-left: -20px !important;
    }

        .dxpControl .dxpSummary {
            position: absolute !important;
            top: -14px !important;
            left: 0 !important;
            right: 0 !important;
        }
}

/*============MEDIA QUERY============*/

@media (max-width: 1280px) {
    .span12, .row {
        width: 100% !important;
    }


    .search-form .search-choice-close {
        background: url('../images/icon_close.png') no-repeat center !important;
        background-size: 12px 12px !important;
        /*padding: 10px 14px;*/
        padding: 18px 18px !important;
        top: -4px !important;
    }

    .chosen-container-multi .chosen-choices li.search-choice span {
        /*padding-right: 20px;*/
        line-height: 22px;
        margin-right: 30px;
    }

    .search-form .chosen-container-multi .chosen-choices li.search-choice {
        height: 30px;
    }

    .jssora02l {
        background-position: -123px -33px !important;
    }

    .jssora02r {
        background-position: -183px -33px !important;
    }
}

/*slider*/
@media (max-width: 1024px) {
    .news-small-desription {
        height: 96px;
    }

    .jcarousel li {
        width: 315px !important;
    }

    .span12, .row {
        width: 100% !important;
    }

    .register-box-widget {
        height: 325px !important;
        margin-top: 10px;
    }

    #hair-slider .register-box-widget {
        height: auto !important;
    }

    .span9 #event-media {
    margin: 0px 10px !important;
}

    .statistics-box-wrapper, .statistics-box {
        height: 80px;
    }

    .countdown {
        margin-top: 18px;
    }

    #event-media {
        margin: 10px 0px 10px 0px !important;
    }

    #hair-slider .contentWithPadding {
        padding: 20px !important;
    }

    .register-box-widget {
        height: auto;
        min-height: 210px;
        padding: 20px;
        margin-bottom: 0px;
    }

    .conference-place-wrapper {
        height: auto;
        margin: 20px 0 0 0;
    }

    .register-box-btn {
        position: relative;
        bottom: inherit;
        left: inherit;
        margin-top: 20px;
        display: inline-block;
        right: inherit;
    }

    .contentWithPadding {
        padding: 0px !important;
    }

    .conference-title {
        margin-top: 15px;
    }

    .statistics-box {
        margin-right: 10px;
        width: inherit;
    }

    .statistics-padding {
        padding-left: 10px;
        padding-top: 0px;
        box-sizing: border-box;
        position: relative;
    }

    #hair-slider .span9 {
        width: 100% !important;
    }

    #hair-slider .span3 {
        width: 100% !important;
    }

    .title-heading {
        font-size: 18px;
        margin-top: 10px;
    }

    .statistics-box-wrapper {
        width: 23%;
        margin-right: 10px;
    }

    .stat {
        font-size: 14px;
        line-height: 16px;
    }

    .product-box {
        background-size: 28px 22px;
        padding-left: 0px;
        padding-top: 34px;
        background-position: top center;
        text-align: center;
    }

    .seminars {
        background-size: 28px 22px;
        padding-left: 0px;
        padding-top: 34px;
        background-position: top center;
        text-align: center;
    }

    .competitions {
        background-size: 28px 30px;
        padding-left: 0px;
        padding-top: 34px;
        background-position: top center;
        text-align: center;
    }

    .floor-plan {
        background-size: 28px 26px;
        padding-left: 0px;
        padding-top: 34px;
        background-position: top center;
        text-align: center;
    }

    .span4 {
        padding: 0px 10px;
    }

        .span4 .content {
            padding-left: 0px;
        }

    /*.row-fluid .span6:first-child .banners-widget {
        float: right;
    }*/

    .banners-widget {
        width: 155px;
    }

    .ads-wrapper {
        width: 130px;
    }

    /*.ads-wrapper img {
            width: 100%;
        }*/

    .magazine-products-widget {
        padding: 10px !important;
    }



    .product-list li {
        width: 47%;
    }

        .product-list li:nth-child(2n) {
            margin-right: 0px;
            float: right;
        }

    .specials-offers-list {
        padding: 10px;
    }

    .exhibitor-details {
        padding: 10px !important;
    }

        .exhibitor-details .products-box {
            width: 48%;
        }


            .exhibitor-details .products-box:nth-child(2n) {
                margin-right: 0;
                float: right;
            }

    .video-wrapper {
        padding-right: 0px;
    }

    .bx-wrapper .bx-pager {
        bottom: 15px !important;
    }

    .statistics-cell-wrapper {
        display: block;
        width: auto;
    }
}


@media (max-width: 800px) {
    .row-fluid .span9, .row-fluid .span3, .row-fluid .span8 {
        width: 100% !important;
    }

    .span4 {
        clear: both;
        width: 100% !important;
        margin-left: 0px !important;
    }

    .statistics-box-wrapper {
        width: 23.5%;
        height: 90px;
        margin-bottom: 0px;
    }

        .statistics-box-wrapper:last-child {
            margin-right: 0px;
            float: right;
            position: absolute;
            right: 10px;
            top: 0px;
        }

    .statistics-cell-wrapper {
        width: auto;
        display: block;
    }

    .statistics-box {
        margin-left: 10px;
    }

    .statistics-box {
        height: 90px;
    }

    .countdown {
        margin-top: 20px;
    }

    .accordion-menu, .list-style-1, .beauty-hub-widget-scroll, .exibitor-widget-content {
        height: inherit;
        overflow: hidden;
    }

    .video-wrapper {
        padding-right: 0px;
        height: 340px;
    }

    .beauty-hub-widget {
        padding: 0px;
    }

    .beauty-hub-btn {
        width: 33.3%;
    }

    .btn-img {
        width: 100%;
    }

        .btn-img img {
            width: 100%;
        }

    .rollBox {
        padding-left: 0px;
    }

    .magazine-products-widget {
        padding: 10px;
    }

    .news-details-wrapper {
        margin: 0px !important;
        padding: 0px 10px !important;
    }

    .exhibitor-list {
        padding: 10px !important;
        margin: 0px !important;
    }

    .latestArticles-wrapper, .relatedArticles-wrapper {
        padding: 0px;
    }

    .form-group, .input-textbox {
        width: 100% !important;
    }

    .btn-search {
        margin: 20px auto;
    }

    #event-media {
        margin: 0px !important;
    }

    .register-box-widget {
        margin-bottom: 10px;
        clear: both;
    }

    .banners-widget {
        text-align: center;
        margin: 0 auto;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .jcarousel li {
        width: auto !important;
    }

    /*.jcarousel li:nth-child(2n) {
            margin-right: 0px !important;
            float: right !important;
        }*/

    .news-list-3-columns .news-column-item:last-child {
        margin-right: 19px;
    }
}


@media (max-width: 520px) {
    .jcarousel li {
        width: auto !important;
        margin: 0px !important;
    }

    /*.jcarousel li:nth-child(2n) {
            float: inherit !important;
        }*/

    .exhibitor-list {
        margin: 0px !important;
    }

    .product-list li {
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
        margin-bottom: 20px;
    }

        .product-list li:nth-child(2n) {
            margin: 0px;
            float: inherit;
        }


    .statistics-padding {
        padding-right: 10px;
    }

    .statistics-box-wrapper {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
        right: inherit;
        top: inherit;
    }

        .statistics-box-wrapper:last-child {
            margin-bottom: 5px;
        }

    .exhibitor-details, .news-list-3-columns {
        padding: 0px 10px !important;
    }

    .more-news-link {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 20px;
    }

    .search-form .form-group, .input-textbox {
        width: 100%;
    }

    .btn-search {
        margin: 10px auto;
        padding: 10px 20px 10px 36px;
        background: #fff url('../images/search_icon_black.png') no-repeat left 12px center;
    }

    .news-list-view .img-wrapper {
        float: inherit;
        margin-right: 10px;
        text-align: left;
    }


    .exhibitor-details .products-box {
        width: 100%;
        clear: both;
    }


        .exhibitor-details .products-box:nth-child(2n) {
            margin-right: inherit;
            float: inherit;
        }

    .specials-offers {
    }

        .specials-offers .image {
            width: 100%;
            height: 180px;
            display: block;
            float: inherit;
            text-align: center;
            margin-bottom: 10px;
        }

        .specials-offers h4, .specials-offers p {
            overflow: inherit !important;
            white-space: inherit !important;
            text-overflow: inherit !important;
            text-align: center;
        }

    .ads-wrapper {
        width: 100%;
    }

    .bx-wrapper .bx-pager {
        bottom: 30px !important;
    }

    .register-box-widget {
        min-height: 280px;
    }
}

@media (max-width: 360px) {
    .register-box-widget {
        min-height: 320px;
        margin-top: 10px;
    }

    .title-heading {
        margin-top: 10px;
    }
}

/*=============SEARCH RESULTS ==============*/
#pb-search-container .exhibitor-list {
    padding-top: 0;
    margin-left: 20px;
}




#ddlAllProductsCategories {
    width: 265px;
}


/*=============E-ZONE START==============*/
.ezCompanyResume{ margin-top: 40px;}
.ezWrapper h4 {
    font-size: 17.5px;
      margin: 10px 0px;
  line-height: 20px;
  font-weight: bold;
}

.ezWrapper .description{
          color: #709841;
    }
.ezWrapper h5 {
    font-size: 14px;
      margin: 10px 0px;
  line-height: 20px;
  font-weight: bold;
}
.prikazibe {
    position: fixed;
  background-color: transparent;
  left: 50%;
  top: 0px;
  height: 69px;
    z-index: 99999;
}

.prikaziSuccess {
    width: 420px;
  height: 69px;
  border-radius: 5px;
  background-color: #709841;
  color: #fff;
  position: absolute;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
  top: -69px;
  left: 50%;
  transition: all 0.4s;
  margin-left: -210px;
}

.succshow {
  top: 10px;

}

.failshow {
  top: 10px;
  background-color: #DB2C2E;
}

.prikaziSuccess h4 {
  color: #fff !important;
  font-weight: normal;
}

.nostuff {
    margin: 0 !important;
    padding: 0 !important;
}

.icn-x {
    background-image: url("../images/icn-x.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

.inputi {
    background-color: #fff;
    border: 1px #c2c2c2 solid;
    color: #6d6d6d;
}

.updateProfile {
    margin-top: 20px;
    text-transform: uppercase;
    transition: all 0.2s !important;
    position: absolute;
    left: 0;
}
.logout-wrap{ text-align: right;}
.buttonGreen {
    background-color: #709841;
    color: #fff;
    transition: all 0.2s;
}

    .buttonGreen:hover {
        background: #7daa49;
        text-decoration: none;
        padding: 10px 22px;
    }

.buttonEmpty {
    background-color: #fff;
    box-sizing: content-box;
    border: 1px #c2c2c2 solid;
    color: #151515;
    transition: all 0.2s;
}

.txt-toright-black {
    float: right;
    color: #151515;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.ezWrapper {
    background: #fff;
    padding: 10px 20px;
}

    .ezWrapper .clear {
        clear: both;
        margin-bottom: 20px;
    }
    .ezWrapper .clear {
        clear: both;
        margin-bottom: 20px;
    }
.nomargin{ margin: 0px!important;}
.compInfo {
    /*margin-top: 30px;*/
    margin-top: 10px;
    position: relative;
}

.statusCheck, .statusCircle {
    background-repeat: no-repeat;
    width: 15px;
    height: 51px;
    float: left;
    display: inline-block;
    background-position: center center;
    z-index: 10;
    position: relative;
    transition: all 0.2s;
    transition: all 400ms ease 0s;
    transform-origin: 50% 0% 0px;
    transform-style: preserve-3d;
    margin-right: 5px;
}

.statusCheck {
    background-image: url("../images/check.png");
}

.statusCircle {
    background-image: url("../images/circle.png");
}

.homeMenu {
    width: 28px;
    height: 25px;
    background: url("../images/home-icn.png") no-repeat;
    background-position: 0 0;
}

    .homeMenu:hover {
        background-position: 50% 0;
    }

.underlined {
    padding-bottom: 10px;
    border-bottom: 2px #EE2653 solid;
    color: #EE2653;
    font-family: 'Quicksand';
}

.ezNav ul {
    border-top: 1px #EE2653 solid;
    border-bottom: 1px #EE2653 solid;
    list-style: none;
    display: table;
    width: 100%;
    margin: 13px 0 0;
    line-height: 0;
}

    .ezNav ul li {
        max-width: 150px;
        display: inline-block;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 10px;
        width: 20%;
        height: 51px;
        line-height: 1;
    }

        .ezNav ul li:hover {
            background-color: #EE2653;
        }

        .ezNav ul li a {
            text-transform: uppercase;
            display: table-cell;
            text-align: center;
            color: #151515;
            height: 51px;
            vertical-align: middle;
        }

        .ezNav ul li:hover a {
            color: #fff;
            text-decoration: none;
        }

        .ezNav ul li:hover .statusCheck {
            background-image: url("../images/checkOK.png");
        }

        .ezNav ul li:hover .statusCircle {
            background-image: url("../images/circleH.png");
        }

        .ezNav ul li:first-child {
            width: 10%;
            background: none;
            transition: all 0.2s;
        }

        .ezNav ul li:last-child span {
            margin: 0 10px 0 25px;
        }

        .ezNav ul li:first-child a {
            width: 28px;
            height: 25px;
            background: url("../images/home-icn.png") no-repeat;
            background-position: 50% 0;
            transition: all 0.2s;
            display: inline-block;
            position: relative;
            margin: 10px;
        }

        .ezNav ul li:first-child:hover a {
            background-position: 50% 100%;
        }

        .ezNav ul li:first-child:hover {
            background: #EE2653;
        }

        .ezNav ul li.active:first-child a {
            background-position: 50% 100%;
        }

        .ezNav ul li.active {
            background: #EE2653;
        }

            .ezNav ul li.active a {
                color: #fff;
            }

.activeCheck {
    background-image: url("../images/checkOK.png");
}

.activeCircle {
    background-image: url("../images/circleH.png");
}

.ezCompany {
    width: 100%;
    /*margin-top: 20px;*/
    float: left;
}

.company-img-wrap {
    width: 102px;
    height: 102px;
    
    float: left;
    margin-right: 10px;
}
.company-img {border: 2px #e5e5e5 solid; padding: 2px;}

.company-title {
    margin-top: -15px;
    display: inline-block;
    color: #EE2653;
}

.userControls {
    float: right;
    display: inline-block;
    position: relative;
}

    .userControls div {
        display: inline-block;
        margin-left: 15px;
    }


.subMenu {
    width: 15px;
    height: 15px;
    z-index: 11;
}

.subDropDown {
    position: absolute;
    background: #EE2653;
    list-style: none;
    overflow: hidden;
    z-index: 9;
    height: 0;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    transition: all 0.2s;
    right: 0;
}
.subDropDown h1 {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.subDropDown a {
    color: #fff;
    width: 160px;
    padding: 5px;
    display: inline-block;
}
.showSubMenu {
    height: auto;
    padding: 15px;
    transition: all 0.2s;
}

.subMenuIcn {
    display: inline-block;
    background-image: url("../images/subMenu.png");
    margin-top: 2px;
    width: 15px;
    height: 15px;
}

.subMenuIcn-a {
    background-image: url("../images/subMenu-a.png");
}

.messageIcn {
    display: inline-block;
    background-image: url("../images/msg-icn.png");
    width: 17px;
    height: 15px;
}

.subDropDown a {
    color: #fff;
    width: 160px;
    padding: 5px;
    display: inline-block;
}

    .subDropDown a:hover {
        background-color: #e61046;
        text-decoration: none;
    }

.company-data {
    width: 83%;
    display: table;
}

    .company-data tr td {
        display: table-cell;
        vertical-align: middle;
    }

        .company-data tr td span.social-media img {
            margin-right: 5px;
        }
.company-data tr td span.social-media .opacity{ /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;}
.cdIcn, .home, .envelope, .globe, .phone, .registrationlinkpreview {
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 18px;
}

.registrationlinkpreview {
    background-image: url("../images/icn-small/covek.png");
}



.home {
    background-image: url("../images/icn-small/home.png");
}

.envelope {
    background-image: url("../images/icn-small/envelope.png");
}

.globe {
    background-image: url("../images/icn-small/globe.png");
}

.phone {
    background-image: url("../images/icn-small/phone.png");
}

.welcome {
    width: 72%;
    float: left;
    margin-top: 20px;
}

.ezPieChart {
    width: 20%;
    margin-left: 5%;
    margin-top: 5%;
    text-align: center;
    color: #709841;
    font-weight: bold;
    float: left;
    padding: 10px;
}
.tabs {
            width: 100%;
            display: block;
            float: left;
            border-bottom: 1px solid  #EE2653;
            border-top: 1px solid  #EE2653;
            margin: 5px;
        }

        .company-content img {
            float: left;
            width: 200px;
            height: 150px;
        }

        .company-details {
            float: left;
            width: 200px;
            padding: 20px 15px;
        }

        .company-contact {
            float: left;
        }

        #companyName {
            color:  #EE2653;
            font-size: 16px;
            margin-bottom: 10px;
        }

        .welcome-text {
            width: 70%;
            margin-top: 20px;
            float: left;
        }

            .welcome-text #title {
                margin: 10px;
                color:  #EE2653;
                font-size: 15px;
                padding-bottom: 5px;
                border-bottom: 1px solid #EE2653;
            }

            .welcome-text p {
                margin: 10px;
            }

        .pie {
            width: 20px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
            float: left;
            top: 101px;
            position: relative;
            text-align: center;
            font-size: 25px;
            margin-left: 148px;
        }
.ia-tarea {
    padding: 10px;
    width: 96%;
    min-height: 80px;
}

.ezTable {
    width: 100%;
    display: table;
    border-spacing: 0;
}
.ezTable tr:first-child td:last-child,
    .ezTable td {
        border-bottom: 1px gainsboro solid;
    }
     .ezTable td:last-child{ border-bottom: 0 none;}
        .ezTable tr td.hasTime {
            color: #709841;
            font-weight: bold;
        }

        .ezTable tr td.hasNoTime {
            color: #EE2653;
            font-weight: bold;
        }

        .ezTable tr td p {
            margin: 0;
        }
         .ezTable td{ padding: 10px;}

.upcoming h4 span.txt-toright-black {
    padding-right: 62px;
}

.entry {
    margin: 50px 0;
    /*border-bottom: 1px #e8e8e8 solid;*/
    padding-bottom: 30px;
}
.tab-pre .entry{border-bottom: 1px #e8e8e8 solid;}
    .entry .buttonGreen {
        float: right;
        margin-top: -10px;
        text-transform: uppercase;
    }

.ezType td:first-child, .material td:first-child {
    width: 60%;
    padding: 10px;
    color: #709841;
}

.ezType td {
    font-weight: bold;
    color: #709841;
}

.entry .icn-x {
    position: absolute;
    margin-left: -10px;
    margin-top: -3px;
    cursor: pointer;
}

.marketing .icn-edit, .marketing .icn-x {
    margin-top: 0;
    margin-left: 0;
}

.marketingt td:first-child {
    width: auto;
}

.tab-pre .entry .overlayFullyBooked,
    .tab-at .entry .overlayFullyBooked,
    .tab-tell .entry .overlayFullyBooked {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0.65);
    }

        .tab-pre .entry .overlayFullyBooked .fullyBookedText,
        .tab-at .entry .overlayFullyBooked .fullyBookedText,
        .tab-tell .entry .overlayFullyBooked .fullyBookedText {
            background-image: url("../images/fully-booked.png");
            display: block;
            float: right;
            height: 70px;
            width: 185px;
            background-size: 100% 100%;
            top: -20px;
            position: relative;
        }

.tab-pre .entry,
.tab-at .entry,
.tab-tell .entry {
    margin-top: 20px;
      border-bottom: 1px #e8e8e8 solid;
	  position:relative;
}

    .tab-pre .entry h4,
    .tab-at .entry h4,
    .tab-tell .entry h4 {
        display: inline-block;
        color: #6d6d6d;
    }

    .tab-pre .entry input[type=checkbox],
    .tab-at .entry input[type=checkbox],
    .tab-tell .entry input[type=checkbox] {
        /*margin-top: -2px;*/
          margin-top: 8px;
  margin-right: 5px;
  width: auto;
    }

    .tab-pre .entry label.dabene,
    .tab-at .entry label.dabene,
    .tab-tell .entry label.dabene {
        display: inline-block;
        cursor: pointer;
        margin-left: 30px;
        position: absolute;
    }

        .tab-pre .entry label.dabene input[type=checkbox],
        .tab-at .entry label.dabene input[type=checkbox],
        .tab-tell .entry label.dabene input[type=checkbox] {
            display: none;
        }

            .tab-pre .entry label.dabene input[type=checkbox] + .yesno:before,
            .tab-at .entry label.dabene input[type=checkbox] + .yesno:before,
            .tab-tell .entry label.dabene input[type=checkbox] + .yesno:before {
                content: url("../images/inputno.png");
                width: 106px;
                height: 35px;
            }

            .tab-pre .entry label.dabene input[type=checkbox]:checked + .yesno:before,
            .tab-at .entry label.dabene input[type=checkbox]:checked + .yesno:before,
            .tab-tell .entry label.dabene input[type=checkbox]:checked + .yesno:before {
                content: url("../images/inputyes.png");
                width: 106px;
                height: 35px;
            }

            .tab-pre .entry label.dabene input[type=checkbox]:disabled + .yesno:before,
            .tab-at .entry label.dabene input[type=checkbox]:disabled + .yesno:before,
            .tab-tell .entry label.dabene input[type=checkbox]:disabled + .yesno:before {
                content: url('../images/disabled.png');
                width: 106px;
                height: 35px;
            }

    .tab-pre .entry span.deadline,
    .tab-at .entry span.deadline,
    .tab-tell .entry span.deadline {
        float: right;
        margin-right: 15px;
        font-weight: bold;
        color: #6d6d6d;
    }

    .tab-pre .entry p.description,
    .tab-at .entry p.description,
    .tab-tell .entry p.description {
        max-width: 89%;
        color: #709841;
    }

    .tab-pre .entry input[type=text],
    .tab-pre .entry input[type=number],
    .tab-pre .entry textarea,
    .tab-at .entry input[type=text],
    .tab-at .entry input[type=number],
    .tab-at .entry textarea,
    .tab-tell .entry input[type=text],
    .tab-tell .entry input[type=number],
    .tab-tell .entry textarea {
        width: 80%!important;

    }

    .tab-at .entry input[type=text],
    .tab-at .entry input[type=number],
    .tab-at .entry textarea {
        width: 80%!important;
    }

.m-contact {
    width: 100%;
    position: relative;
}

.m-contact-header, .m-contact-body {
    width: 100%;
    position: relative;
}

    .m-contact-header ul, .m-contact-body ul {
        list-style: none;
        border-bottom: 1px #e8e8e8 solid;
        padding: 3px;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

        .m-contact-header ul li {
            color: #709841;
            font-weight: bold;
        }

        .m-contact-header ul li, .m-contact-body ul li {
            display: inline-block;
            text-align: left;
            width: 29%;
            padding: 10px;
        }

            .m-contact-body ul li:last-child {
                position: absolute;
                margin-top: 5px;
                margin-left: 14px;
            }
            .redlinks{ color: #EE2653;cursor: pointer;}
            .redlinks:hover{ text-decoration: underline;}
#ui-datepicker-div .ui-datepicker-header {
            background-color: #EE2653;
            color: white;
        }

       #ui-datepicker-div .ui-datepicker-calendar {
            background-color: #EE2653;
            color: white;
        }

        #ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-state-highlight {
            color: white !important; text-align: center !important;
        }

            #ui-datepicker-div .ui-state-default:hover {
                border-radius: 100%;
                background-color: white !important;
                color: #EE2653 !important;
            }
        .ezWrapper .field-success {
            color: #0cb9a1 !important;
            font-size: 13px !important;
            font-weight: normal !important;
            padding-left: 18px !important;
            background: url('../../../style/admin/images/icons/iconSuccess.png') no-repeat left bottom !important;
            float: right;
            display: inline-block;
            width: 7%;
        }

        .ezWrapper .field-validation {
            color: #db0000 !important;
            font-size: 13px !important;
            font-weight: normal !important;
            padding-left: 18px !important;
            background: url('../../../style/admin/images/icons/iconValidation.png') no-repeat left bottom !important;
        }

        .ezWrapper .popup-holder:hover {
            cursor: pointer;
        }

       .ezWrapper .checkboxlabel {
            display: block;
        }
/* MODALI */
/*form.addOffer,
form.addPress,
form.addProduct,
form.addContact {
    width: 98%;
    border: 1px #ccc solid;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 10px;
}*/
form.addOffer p,
form.addPress p,
form.addProduct p,
form.addContact p {
    margin: 0 0 10px;
  padding: 10px 0px;
}
.ezWrapper .popup-holder label,
    form.addOffer label,
    form.addPress label,
    form.addProduct label,
    form.addContact label {
        width: 98%;
    }
    form.addOffer input[type="text"],
    form.addPress input[type="text"],
    form.addProduct input[type="text"],
    form.addContact input[type="text"] {
        width: 98%!important;
    }
    form.addOffer textarea,
    form.addPress textarea,
    form.addProduct textarea,
    form.addContact textarea {
        width: 98%!important;
        min-height: 120px;
    }
    
    .ezWrapper .popup-holder label.peese,
    form.addOffer label.peese,
    form.addPress label.peese,
    form.addProduct label.peese,
    form.addContact label.peese {
        width: 49%;
        display: inline-block;
        float: left;
    }
    .ezWrapper h3{  font-size: 24.5px;  line-height: 40px;  margin: 10px 0;  text-rendering: optimizelegibility;}
    
    .ezWrapper .chosen-container-multi .chosen-choices ,
    .ezWrapper textarea,
    .ezWrapper select,
    .ezWrapper input[type="text"], 
    .ezWrapper input[type="password"]{
          background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;width: 90%;
    }

.ezWrapper .popup-holder label.peese.social {
    margin-top: 6px;
}
.ezWrapper .popup-holder label.peese.social span {
    display: block;
    color: #787878;
}
.ezWrapper .popup-holder label.peese.social span input[type="text"] {
     background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 79%;
}

    .ezWrapper select{ height: auto;width: auto;}
    .ezWrapper .chosen-choices{ width: 100%!important;}
     .ezWrapper .chosen-container .chosen-drop{ top: 80%;}

    .smallText{ font-size: 13px;}
    .required{ color: red;padding-left: 3px;}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .ezWrapper {
        margin: 0;
        width: 93%;
        overflow-x: hidden;
    }

    .ez-Nav ul {
        background-color: #EE2653;
    }

    .ezNav ul li {
        width: 93.3%;
        display: block;
        max-width: 100%;
        text-align: center;
        margin: 0;
    }

        .ezNav ul li:first-child {
            width: 93.3%;
            margin: 0;
            text-align: left;
        }

            .ezNav ul li:first-child a {
                margin: 12px 0;
            }

        .ezNav ul li:last-child {
            padding-left: 0;
        }

            .ezNav ul li:last-child span {
                margin-left: 10px;
            }

            .ezNav ul li span, .ezNav ul li:last-child span {
                margin-right: 10px;
            }

    .ezCompany {
        width: 100%;
    }

        .ezCompany .compInfo .company-title {
            display: block;
        }

        .ezCompany .compInfo .userControls {
            display: block;
            float: left;
            margin-left: -15px;
        }

        .ezCompany .compInfo .company-data {
            margin-bottom: 30px;
            width: 100%;
            top: 10px;
            position: relative;
        }

            .ezCompany .compInfo .company-data tr td {
                display: block;
                width: 100%;
            }

            .ezCompany .compInfo .company-data .social-media {
                position: absolute;
                top: 102px;
            }

    .welcome {
        display: block;
        width: 97%;
        margin-top: 20px;
    }

    .ezPieChart {
        width: 100%;
    }

        .ezPieChart img {
            display: inline-block;
            width: 30%;
            float: left;
        }

    .upcoming {
        width: 95%;
    }

        .upcoming h4.underlined .txt-toright-black {
            margin-right: -60px;
        }

    .ia-tarea {
        width: 93%;
    }

    .ezTable {
        width: 100%;
    }

        .ezTable tr td p {
            width: 90%;
        }

    .entry {
        width: 97%;
    }

        .entry .button {
            display: block;
            position: relative;
            width: 88%;
            margin: 20px 0;
        }

    .tab-pre .entry h4,
    .tab-company .entry h4,
    .tab-at .entry h4,
    .tab-tell .entry h4 {
        display: block;
    }

    .tab-pre .entry label.dabene,
    .tab-at .entry label.dabene,
    .tab-tell .entry label.dabene {
        position: relative;
        margin-left: 0;
    }

    .tab-pre .entry p.description,
    .tab-at .entry p.description,
    .tab-tell .entry p.description {
        display: block;
        max-width: 98%;
    }

    .tab-pre .entry input[type="text"],
    .tab-pre .entry input[type="number"],
    .tab-pre .entry textarea,
    .tab-at .entry input[type="text"],
    .tab-at .entry input[type="number"],
    .tab-at .entry textarea,
    .tab-tell .entry input[type="text"],
    .tab-tell .entry input[type="number"],
    .tab-tell .entry textarea {
        max-width: 98%;
        width: 100%;
    }

    .entry .add {
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
    }

    .entry .btnAdd {
        margin-bottom: 30px;
        display: block;
        position: relative;
        text-align: center;
    }

    .entry .submitBtn {
        margin-top: -40px;
        width: 85.5%;
        float: left;
        text-align: center;
    }

    .m-contact {
        width: 98%;
    }

    .m-contact-header {
        display: none;
    }

    .m-contact-body ul {
        width: 100%;
        position: relative;
    }

        .m-contact-body ul li {
            width: 49%;
        }

            .m-contact-body ul li:last-child {
                left: 90%;
                margin-top: -110px;
            }

            .m-contact-body ul li:first-child::before {
                content: "Name: ";
                display: block;
                color: #709841;
                font-weight: bold;
            }

            .m-contact-body ul li:nth-child(2)::before {
                content: "Job Function: ";
                display: block;
                color: #709841;
                font-weight: bold;
            }

            .m-contact-body ul li:nth-child(3)::before {
                content: "Email: ";
                display: block;
                color: #709841;
                font-weight: bold;
            }

    .updateProfile {
        width: 84%;
        position: absolute;
        text-align: center;
    }

    
}
/*=============E-ZONE END==============*/

/* /preview/608 forma */

@media screen and (min-width: 320px) and (max-width: 480px) {
    .r-form-text {
        width: 97%;
    }

    .r-forms-field {
        width: 100%;
        margin-left: -10px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .r-forms-wrap {
        width: 98%;
    }

    .r-forms-field {
        margin-left: -10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .r-forms-wrap {
        width: 98%;
    }

    .r-forms-field {
        margin-left: -10px;
    }
}

/**** TRAINING CALENDAR LIST STYLE START****/

.kalendar {
    margin: 0px auto !important;
    background-color: #fff;
    padding: 10px;
}

    .kalendar .go-prv, .kalendar .go-next {
        cursor: pointer;
    }

    .kalendar .courseExternalLink-noLink {
        text-decoration: none !important;
        color: black !important;
        cursor: text !important;
    }

    .kalendar .courseExternalLink {
        cursor: pointer;
    }

    .kalendar .header-cal {
        margin: 0;
        padding: 5px 0;
        border-bottom: 2px  #EE2653 solid;
        position: relative;
    }

        .kalendar .header-cal ul {
            text-align: center;
            margin: 0;
            width: 100%;
        }

            .kalendar .header-cal ul li {
                display: inline-block !important;
                text-align: center;
                font-size: 17px;
                width: 32%;
            }

                .kalendar .header-cal ul li:first-child {
                    text-align: left;
                }

                    .kalendar .header-cal ul li:first-child a {
                        margin-left: 20px;
                    }

                    .kalendar .header-cal ul li:first-child span img {
                        position: absolute;
                        left: 0;
                        cursor: pointer;
                        width: 25px;
                        margin-top: -4px;
                    }

                .kalendar .header-cal ul li:last-child {
                    text-align: right;
                }

                    .kalendar .header-cal ul li:last-child a {
                        margin-right: 20px;
                    }

                    .kalendar .header-cal ul li:last-child span img {
                        position: absolute;
                        right: 0;
                        cursor: pointer;
                        width: 25px;
                        margin-top: 0px;
                    }

    .kalendar .calendar-legend {
        width: 100%;
        display: table;
        height: 15px;
        width: 500px;
        margin-bottom: 10px;
    }

        .kalendar .calendar-legend span.box-has {
            width: 17px;
            height: 15px;
            display: table-cell;
            vertical-align: middle;
            border: 1px #A5A4A4 solid;
            margin-right: 10px;
            background-color: #ffe7bc;
        }

    .kalendar .calendar-wrapper {
        width: 100%;
        background-color: #efefef;
        box-sizing: border-box;
        padding: 10px;
    }

        .kalendar .calendar-wrapper h4 {
            font-family: 'Quicksand';
            color:  #EE2653;
            font-size: 17.5px;
            margin: 15px 0px;
        }

        .kalendar .calendar-wrapper label {
            display: inline-block;
            width: 31%;
            margin: 0;
            margin-right: 13px;
        }

            .kalendar .calendar-wrapper label input, .kalendar .calendar-wrapper label select {
                width: 100%;
                height: 39px;
            }

            .kalendar .calendar-wrapper label p {
                padding: 0;
            }

        .kalendar .calendar-wrapper .search-go {
            padding: 5px 25px;
            margin-top: 10px;
        }

    .kalendar .days {
        width: 100%;
    }

        .kalendar .days .day-wrapper {
            width: 13.7%;
            display: inline-block;
            background: #fff;
            box-sizing: border-box;
            height: 41px;
            margin-top: 5px;
            cursor: pointer;
            border: 1px #e9e9e9 solid;
        }

            .kalendar .days .day-wrapper:hover {
                background: #EE2653;
                color: #fff;
            }

                .kalendar .days .day-wrapper:hover .day-header span.int {
                    background: #fff;
                    color: #EE2653;
                }

                .kalendar .days .day-wrapper:hover .day-header span.day {
                    color: #fff;
                }


    .kalendar div.tooltips {
        position: relative;
        display: inline;
    }

        .kalendar div.tooltips span.toolspan {
            position: absolute;
            padding: 3px;
            width: 206px;
            color: #FFFFFF;
            background: #000000;
            height: 42px;
            line-height: 1.5;
            text-align: center;
            visibility: hidden;
            border-radius: 6px;
        }

            .kalendar div.tooltips span.toolspan:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -8px;
                width: 0;
                height: 0;
                border-top: 8px solid #000000;
                border-right: 8px solid transparent;
                border-left: 8px solid transparent;
            }

    .kalendar div:hover.tooltips span.toolspan {
        visibility: visible;
        opacity: 1;
        bottom: 40px;
        left: 50%;
        margin-left: -103px !important;
        z-index: 999;
        font-size: 12px;
    }


.highlighted {
    background-color: #ffe7bc !important;
}

    .highlighted:hover {
        background-color: #EE2653 !important;
    }

        .highlighted:hover span.day {
            background-color: transparent !important;
            color: #ffe7bc !important;
        }

        .highlighted:hover span.int {
            background-color: #ffe7bc !important;
            color: #EE2653 !important;
        }

 label.tooltips {
    position: relative;
    display: inline;
}

    label.tooltips span.toolspan {
        position: absolute;
        width: 140px;
        color: #FFFFFF;
        background: #333333;
        height: auto;
        line-height: 30px;
        text-align: center;
        border-radius: 6px;
        display: none;
    }

        label.tooltips span.toolspan:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 100%;
            margin-top: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #333333;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
        }

.hide-day {
    visibility: hidden;
}

.kalendar .days .day-wrapper .day-header {
    height: 30px;
    width: 100%;
    position: relative;
}

    .kalendar .days .day-wrapper .day-header span.int {
        height: 20px;
        width: 30px;
        position: absolute;
        font-weight: bold;
        padding-top: 0px;
        left: 50%;
        top: 3px;
        margin-left: -15px;
        box-sizing: border-box;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background-color:  #EE2653;
    }

    .kalendar .days .day-wrapper .day-header span.day {
        color:  #EE2653;
        position: absolute;
        margin-top: 21px;
        width: 100%;
        text-align: center;
    }

.kalendar .days .day-body {
    padding: 0 5px;
    height: 0px;
    overflow: hidden;
}

    .kalendar .days .day-body .training {
        width: 100%;
        display: table;
        margin-top: 5px;
    }

    .kalendar .days .day-body .training-info {
        display: inline-block;
        width: 100%;
        padding-bottom: 5px;
        border-bottom: 1px #c2c2c2 solid;
    }

        .kalendar .days .day-body .training-info p.title {
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-family: 'Roboto';
        }

        .kalendar .days .day-body .training-info p.type {
            margin: 0;
            padding: 0;
            font-size: 14px;
            font-family: 'Roboto';
        }

.hidden-div {
    display: none;
}

.index-courses {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
}

    .index-courses h3 {
        margin-bottom: 30px;
        color: #EE2653;
    }

    .index-courses .course-wrapper {
        position: relative;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 1px #c2c2c2 solid;
    }

        .index-courses .course-wrapper .course-image {
            width: 70px;
            display: inline-block;
            border: 2px #c2c2c2 solid;
            position: absolute;
            height: 70px;
            margin-top: -10px;
        }

        .index-courses .course-wrapper .course-text {
            display: inline-block;
            margin-left: 95px;
            margin-top: -10px;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 150px;
        }

            .index-courses .course-wrapper .course-text p {
                padding: 5px 0px;
            }

.readMoreBtn {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.preview-wrapper {
    position: relative;
    background-color: #fff;
    padding: 10px;
}

    .preview-wrapper .preview-header {
        position: relative;
    }

    .preview-wrapper h1.pre-title {
        font-family: 'Quicksand';
        font-size: 24px;
        color: #151515;
        margin: 10px;
    }

    .preview-wrapper .training-pre-img {
        width: 90px;
        height: 90px;
        overflow: hidden;
        margin-top: 15px;
        margin-left: 10px;
        position: absolute;
        border: 1px #c2c2c2 solid;
    }

        .preview-wrapper .training-pre-img img {
            width: inherit;
        }

    .preview-wrapper .company-pre-info {
        display: inline-block;
        max-width: 205px;
        margin-left: 115px;
        margin-right: 75px;
    }



        .preview-wrapper .company-pre-info ul {
            list-style: none;
            margin: 0;
        }

            .preview-wrapper .company-pre-info ul li {
                color: #797979;
                margin: 7px 0;
            }

                .preview-wrapper .company-pre-info ul li:first-child {
                    color: #EE2653;
                }

    .preview-wrapper .map {
        position: absolute;
        right: 0;
        top: 0;
        margin: 10px 10px 0 0;
        width: 440px;
        height: 155px;
    }

    .preview-wrapper .company-pre-contact {
        position: relative;
        margin-top: 60px;
        margin-left: 10px;
    }

        .preview-wrapper .company-pre-contact #spLocation,
        .preview-wrapper .company-pre-contact #spLink,
        .preview-wrapper .company-pre-contact #spPhone,
        .preview-wrapper .company-pre-contact #spEnvelope {
            margin-left: 26px !important;
        }

    .preview-wrapper .preview-content {
        margin: 25px 0px;
        padding: 10px;
    }

    .preview-wrapper .company-pre-contact ul {
        list-style: none;
    }

        .preview-wrapper .company-pre-contact ul li {
            display: inline-block;
            margin-right: 20px;
        }

            .preview-wrapper .company-pre-contact ul li span:nth-child(2) {
                margin-left: 5px;
            }

.homeTraining {
    width: 22px;
    height: 22px;
    background-image: url(../images/icn-small/home.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.phoneTraining {
    width: 22px;
    height: 22px;
    background-image: url(../images/icn-small/phone.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.globeTraining {
    width: 22px;
    height: 22px;
    background-image: url(../images/icn-small/globe.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

.envelopeTraining {
    width: 22px;
    height: 22px;
    background-image: url(../images/icn-small/envelope.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
}

/* RESPONSIVE CALENDAR */

@media screen and (min-width:320px) and (max-width: 480px) {

    .kalendar .days {
        display: inline;
    }

        .kalendar .days .day-wrapper {
            width: 32.5%;
        }

        .kalendar .days .hide-day {
            display: none;
        }

    .kalendar .calendar-wrapper label {
        width: 100%;
        display: block;
    }

    .kalendar .header-cal ul li:last-child a, .kalendar .header-cal ul li:first-child a {
        display: none;
    }

    .course-wrapper .readMoreBtn {
        margin-left: 61%;
        margin-bottom: 0;
    }

    .index-courses .course-wrapper .course-image {
        display: block;
        float: none;
        position: relative;
    }

    .index-courses .course-wrapper .course-text {
        margin: 0;
    }

        .index-courses .course-wrapper .course-text h4 {
            display: block;
            width: 100%;
            position: relative;
        }

        .index-courses .course-wrapper .course-text p {
            height: 40px;
        }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .kalendar .days {
        display: inline;
    }

    .course-wrapper .readMoreBtn {
        margin-left: 61%;
        margin-bottom: 0;
        position: relative;
    }

    .kalendar .days .day-wrapper {
        width: 19.3%;
    }

    .kalendar .calendar-wrapper label {
        width: 46.5%;
        display: inline-block;
    }

    .kalendar .header-cal {
        position: relative;
    }

        .kalendar .header-cal ul li:first-child a {
            margin-left: 25px;
        }

        .kalendar .header-cal ul li:last-child a {
            margin-right: 25px;
        }

        .kalendar .header-cal ul li:first-child span, .kalendar .header-cal ul li:last-child span {
            position: absolute;
            margin-bottom: -5px;
        }

        .kalendar .header-cal ul li:last-child span {
            right: 0;
            width: 22px;
            height: 22px;
        }

        .kalendar .header-cal ul li:first-child span {
            left: 0;
            width: 22px;
            height: 22px;
        }

    .course-wrapper .readMoreBtn {
        position: relative;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .kalendar .days .day-wrapper {
        width: 13.5%;
    }

    .kalendar .calendar-wrapper label {
        width: 46.5%;
        display: inline-block;
    }
}



/*  RESPONSIVE TRAINING DETAILS  */

@media screen and (min-width: 320px) and (max-width: 480px) {

    .preview-wrapper {
        width: 100%;
        overflow-x: hidden;
    }

        .preview-wrapper .preview-header {
            position: default;
            display: block;
            width: 100%;
        }

        .preview-wrapper .company-pre-info {
            display: block;
            margin: 0 0 0 115px;
            width: 100%;
        }

        .preview-wrapper .map {
            position: relative;
            width: 100%;
        }

        .preview-wrapper .company-pre-contact {
            margin: 0px 0px;
        }

            .preview-wrapper .company-pre-contact ul li {
                display: block;
                margin: 10px 0;
            }

        .preview-wrapper .preview-content {
            margin: 5px 0;
            padding: 5px;
            width: 100%;
        }

        .preview-wrapper .training-pre-img {
            width: 92px;
        }

        .preview-wrapper .preview-content img {
            float: none;
            padding: 0;
            width: 100%;
        }

        .preview-wrapper .preview-content p {
            padding: 5px;
        }

    .kalendar .header-cal ul li:last-child span img, .kalendar .header-cal ul li:first-child span img {
        margin-top: -20px;
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .preview-wrapper {
        width: 100%;
    }

        .preview-wrapper .preview-header {
            position: default;
            display: block;
            width: 100%;
        }

        .preview-wrapper .company-pre-info {
            position: relative;
            margin: 0 0 0 100px;
            width: 100%;
        }

        .preview-wrapper .map {
            position: static;
            width: 100%;
        }

        .preview-wrapper .company-pre-contact {
            margin: 15px 0px;
        }

            .preview-wrapper .company-pre-contact ul li {
                display: inline-block;
                margin: 10px 0;
                width: 45%;
                margin-right: 15px;
            }

        .preview-wrapper .preview-content {
            margin: 5px 0;
            width: 100%;
        }

            .preview-wrapper .preview-content img {
                float: none;
                padding: 0;
            }

            .preview-wrapper .preview-content p {
                padding: 5px;
            }
}

@media screen and (min-width: 533px) and (max-width: 639px) {
    .preview-wrapper .map {
        margin-left: 10px;
    }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
    .preview-wrapper .preview-content img {
        float: left;
        padding-right: 10px;
    }

    .preview-wrapper .company-pre-info {
        position: relative;
        margin: 0 0 0 90px;
        width: 100%;
    }

    .preview-wrapper .map {
        position: absolute;
        right: 0;
        top: 0;
        width: 360px;
    }

    .preview-wrapper .company-pre-contact ul {
        margin-top: 45px;
    }

        .preview-wrapper .company-pre-contact ul li {
            display: inline-block;
        }
}


/*  END OF RESPONSIVE TRAINING DETAILS  */

/* END RESPONSIVE CALENDAR */

/**** TRAINING CALENDAR LIST STYLE END****/



/*da se izbrise  ponatamu **********/
.training-calendar {
    background: url('../images/img-calendar.png') no-repeat center;
    width: 100%;
    display: block;
    height: 220px;
}

/*********************** TABLE RESPONSIVE ***********************/
.content table {
    border-collapse: collapse;
    clear: both;
}

.content td, .content th {
    padding: 6px;
    text-align: left;
}

@media (max-width:1024px) {
    .content table {
        width: 100%;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    .content table, .content thead, .content tbody, .content th {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .content thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }


    .content td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
    }

        .content td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

    .content table {
        height: auto !important;
        width: 100%;
    }
}

/* START INLINE CSS FROM NEWSDETAILS.HTML */

.msgNotAvailable {
    display: inline-block;
    text-decoration: none;
    color: #e60146 !important;
    font-family: 'Roboto-Light', sans-serif;
    font-weight: 200 !important;
    padding-top: 60px;
    padding-left: 50px;
    font-size: 25px;
}

.comments:hover {
    cursor: pointer;
}

/* wrapped img fix */
.wrapperFix {
    margin-top: 20px;
}

    .wrapperFix .content {
        display: block;
        line-height: 1.5;
    }

        .wrapperFix .content img {
            padding: 10px;
            max-width: 100%;
        }

            .wrapperFix .content img.firstImageFix {
                float: left;
                padding-right: 10px;
                padding-bottom: 10px;
                max-width: 100%;
            }

    .wrapperFix p {
        padding: 10px 10px 10px 0 !important;
    }


/* fix (contact form was not responsive on mobile) */

@media screen and (min-width: 320px) and (max-width: 480px) {
    .forma-responsive {
        float: left !important;
        width: 98% !important;
        box-sizing: border-box !important;
        padding: 5px !important;
    }

    .news-details-wrapper {
        padding: 0px 10px 20px 10px;
    }

    #respond textarea {
        height: 100px;
        width: 90%;
    }

    #respond .comment-details input {
        margin-bottom: 21px;
        width: 90%;
    }

    .news-image {
        width: 98%;
        box-sizing: border-box;
    }

        .news-image img {
            width: 100%;
        }
}

/* END NEWSDETAILS.HTML INLINE CSS*/



/*START NEWSLIST.HTML INLINE CSS */
.newsLinkClass:hover, .newsLinkClassReset:hover {
    cursor: pointer;
}

.opacityClass {
    opacity: .6;
}

    .opacityClass:hover {
        text-decoration: none !important;
    }


/* END NEWSLIST.HTML INLINE CSS */

/** Start loading gif */
.loader {
    background: url('../images/loading.GIF') no-repeat left;
    background-size: 25px;
    padding-left: 38px;
    color: #666;
    width: 90px;
    font: 400 14px/32px "Droid Sans",sans-serif;
    margin: 0 auto;
    margin-top: 20px;
}
/** END loading gif */

/** TAG IT **/
ul.tagit {
    padding: 4px 6px;
    /*overflow: auto;*/
    overflow: hidden;
    margin-left: inherit; /* usually we don't want the regular ul margins. */
    margin-right: inherit;
    border-radius: 3px;    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    width: 94%;
}
ul.tagit li {
    display: block;
    float: left;
    margin: 1px 2px 1px 0 !important;
}
ul.tagit li.tagit-choice {    
    position: relative;
    line-height: inherit;
}

ul.tagit li.tagit-choice-read-only { 
    list-style-type: none;
    font-size: 11px !important;
    line-height: 12pt;
    letter-spacing: normal;
    display: block;
    float: left;
    margin: 1px 2px 1px 0 !important;
    font-weight: normal;
    padding: 2px 5px 2px 5px !important;
} 
ul.tagit li.tagit-choice-read-only .tagit-label {
    clear: both;
    margin: 0;
    padding: 0;
}

ul.tagit li.tagit-choice-editable { 
    padding: .0em 16px .0em .1em !important; 
} 

ul.tagit li.tagit-new {
    padding: 0px !important;
    margin: 0px !important;
}

ul.tagit li.tagit-choice a.tagit-label {
    cursor: pointer;
    text-decoration: none;
}
ul.tagit li.tagit-choice .tagit-close {
    cursor: pointer;
    position: absolute;
    right: .1em;
    top: 50%;
    margin-top: -8px;
    line-height: 17px;
}

/* used for some custom themes that don't need image icons */
ul.tagit li.tagit-choice .tagit-close .text-icon {
    color: #EE2653;
    margin-left: 5px;
}

ul.tagit li.tagit-choice input {
    display: block;
    float: left;
    margin: 2px 5px 2px 0;
}
ul.tagit input[type="text"] {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:         border-box;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;
    margin: 0;
    padding: 0;
    width: inherit;
    background-color: inherit;
    outline: none;
}
ul.tagit li.tagit-choice .tagit-close .ui-icon-close{ display: none;}
/** END TAG IT **/

/** eZone editor z-index issue **/
.mce-menu, .mce-panel{ z-index: 99999999 !important;}


/*****ROLLBOX Widget With Images ******/
.innerRollBox .img-wrapper {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-top: 5px;
}
.innerRollBox #specialOfferImage
 {
    border-radius: 50%;
}
/*****END --- ROLLBOX Widget With Images ******/

/*==========PARTNER LOGIN=============*/
.PartnerProgram  {
    width: 100%;
    position: relative;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 400;
    background-color: #EE2653;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.PartnerProgram p {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    top: 50%;
    margin: 0;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.PartnerProgram input[type="submit"] {
    box-sizing: content-box;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 5px 17px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    left: 50px;
    right: 50px;
    bottom: 20px;
    background-color: #EE2653;
}
/*==========PARTNER LOGIN=============*/

.news-list-view-exibitor a:hover {
    cursor: pointer;
}
.button-content-white{
    background: #fff;
    color: #e61046;
    padding: 8px 12px;
    border-radius: 8px;
    border: solid 1px #e61046;
    display: inline-block;
    line-height: 25px;
    margin: 0px 10px;
    text-align: center;
}
.button-content-red{
    background: #e61046;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    line-height: 25px;
    margin: 0px 10px;
    text-align: center;
}
.ContentTextOffsetLeft20 {
    padding-left: 20px;
}
.one-video {
    padding-left: 0px;
    width: 100%;
}