/*Scroll bar*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #e6e6e6;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #acacac;
}




@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes closeBox {
    from {
        height: 318px;
    }

    to {
        height: 0;
    }
}

@-moz-keyframes closeBox {
    from {
        height: 318px;
    }

    to {
        height: 0;
    }
}

@keyframes closeBox {
    from {
        height: 318px;
    }

    to {
        height: 0;
    }
}

@-webkit-keyframes openBox {
    from {
        height: 0;
    }

    to {
        height: 318px;
    }
}

@-moz-keyframes openBox {
    from {
        height: 0;
    }

    to {
        height: 318px;
    }
}

@keyframes openBox {
    from {
        height: 0;
    }

    to {
        height: 318px;
    }
}

@-webkit-keyframes closeSlide {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@-moz-keyframes closeSlide {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@keyframes closeSlide {
    from {
        left: 0;
    }

    to {
        left: -100%;
    }
}

@-webkit-keyframes openSlide {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@-moz-keyframes openSlide {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}

@keyframes openSlide {
    from {
        left: 100%;
    }

    to {
        left: 0;
    }
}



.new-overlay {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden;
    position: fixed;
}

.new-popup {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 76%;
    height: 90%;
    margin-left: -38%;
    background-color: #ffffff;
    overflow: hidden;
    /*width: 1408px;
    height: 792px;
    margin-left: -704px;
    margin-top: -396px;
    top: 50%;*/
}

.row {
    margin-left: 0;
    margin-right: 0;
}

div[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}

.body-template {
    padding-left: 48px !important;
    padding-right: 48px !important;
    height: 100%;
    overflow: auto;
    padding-bottom: 40px;
}

#template-categories {
    padding-left: 30px !important;
    padding-right: 30px !important;
    letter-spacing: 0.41px;
    padding-bottom: 10px;
}



.title-text {
    width: 100%;
    text-align: center;
    background-color: black;
    background-image: url('../../vbplayer/images/dot-pattern-popup-2014.png');
    height: 80px;
    color: #fff;
    font-family: gobold;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 2;
}

.close-button {
    background-image: url('../../vbplayer/images/close-popup-2014.png');
    position: absolute;
    right: 0;
    margin-right: 14px;
    margin-top: 14px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    cursor: pointer;
    top: 0;
}


.new-popup .title-text {
    color: #fff;
    font-family: 'GoBoldThin';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 2;
    background: transparent;
    color: #151515;
    font-size: 4.2vmin;
    line-height: 2em;
    height: auto;
    background-color: #fff;
    background-image: url(../../vbcommon/images/white-dot-pattern.jpg);
}

.new-popup .close-button {
    background-image: url('../../vbcommon/images/close-popup-black.png');
}

.body-block {
    position: absolute;
    display: block;
    top: 90px;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    z-index: 0
}

    .body-block.ppt-down {
        top: 120px;
    }

.row.first-row {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 48px;
    padding-right: 58px;
}

#categories {
    width: 90%;
}

    #categories .list-categories {
        width: 100%;
        font-family: asap;
        font-size: 17px;
        max-height: 342px;
        overflow: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 0px;
        border: #8f8f8f 1px solid;
        border-radius: 0;
        border-top: none;
    }

        #categories .list-categories li {
            height: 30px;
        }

    #categories li.item-menu > a {
        position: relative;
    }

        #categories li.item-menu > a .icon-mytemplate {
            position: relative;
            display: inline-block;
            width: 1px;
            height: 1px;
        }

            #categories li.item-menu > a .icon-mytemplate:after {
                content: '';
                position: absolute;
                display: block;
                left: 3px;
                bottom: -2px;
                width: 16px;
                height: 16px;
                background-image: url(../images/premium-icon-full.png);
                background-repeat: no-repeat;
                background-position: 50%;
            }

        #categories li.item-menu > a.selected {
            background-color: #e9e5e5 !important;
        }

        #categories li.item-menu > a:hover, Â  #categories li.item-menu > a:focus {
            color: #ad2066;
            background-color: transparent;
        }

            #categories li.item-menu > a:hover .icon-mytemplate:after {
                background-image: url(../images/premium-icon-full-HOVER.png);
            }

.input-emaze {
    border: none;
    background-color: #f1f0ee;
    border-radius: 0;
    font-family: asap;
    font-size: 17px;
    color: #333333;
}

.search-panel {
    position: relative;
    display: block;
    height: 34px;
}

    .search-panel .input-emaze {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 4px 70px 4px 10px;
        border: #dbd7ce 1px solid;
    }

        .search-panel .input-emaze:focus {
            outline: none;
        }

    .search-panel .search-btn-close,
    .search-panel .button-search {
        position: absolute;
        display: block;
        top: 1px;
        bottom: 1px;
        right: 1px;
        width: 32px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .search-panel .search-btn-close {
        right: 33px;
        background-image: url(../images/x_search_reg.png);
    }

        .search-panel .search-btn-close:hover {
            background-image: url(../images/x_search_hover.png);
        }

    .search-panel .button-search {
        background-image: url(../images/search-icon.png);
    }

        .search-panel .button-search:hover {
            background-image: url(../images/search_hover.png);
        }

#categories .input-emaze {
    border: #dbd7ce 1px solid;
    background-color: #f1f0ee;
    font-family: asap;
    font-size: 17px;
    color: #333333;
    cursor: pointer;
    width: 100%;
    text-align: left;
    height: 34px;
}

    #categories .input-emaze:after {
        content: '';
        position: absolute;
        display: block;
        top: 1px;
        right: 1px;
        bottom: 1px;
        width: 33px;
        background-image: url(../images/dropdown_arrow_reg.png);
        background-repeat: no-repeat;
        background-position: 50%;
    }

#categories.btn-group.open .input-emaze {
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    border-bottom-color: #8f8f8f;
}

#categories .input-emaze:hover:after {
    background-image: url(../images/dropdown_arrow_hover.png);
}

#categories.btn-group.open .input-emaze:after {
    transform: rotate(180deg);
}

#categories .input-emaze:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.information-container {
    position: relative;
    display: block;
    height: 277px;
}

.btn-choose {
    position: absolute;
    display: block;
    width: 104px;
    height: 41px;
    background-color: #ad2066;
    float: left;
    margin-left: 29px;
    cursor: pointer;
    text-align: center;
    bottom: 0;
    vertical-align: middle;
}

    .btn-choose > div {
        font-family: goboldthin;
        text-transform: uppercase;
        color: white;
        font-size: 22px;
        /* line-height: 1.7; */
        display: table-cell;
        width: inherit;
        height: inherit;
        vertical-align: middle;
        /*-webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;*/
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .btn-choose:hover > div {
        /*-webkit-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center;
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1);*/
        font-size: 25px;
    }

.center-block {
    position: absolute;
    top: 10%;
    bottom: 10%;
    background-color: transparent;
    left: 25%;
    right: 25%;
    z-index: 6;
}

    .center-block > .overlay {
        position: absolute;
        display: none;
        background-color: rgba(0,0,0,0.5);
        top: -30%;
        bottom: -30%;
        left: -60%;
        right: -60%;
    }

    .center-block:hover > .overlay {
        display: block;
    }

.template-box .center-block > .btn-choose {
    position: absolute;
    display: none;
    width: 114px;
    height: 47px;
    margin: -24px 0 0 -57px;
    padding: 0;
    left: 50%;
    top: 50%;
}

.template-box .center-block:hover > .btn-choose {
    display: block;
}

.template-box .center-block > .btn-choose div {
    font-size: 27px;
    position: relative;
    /* height: 100%; */
    /* line-height: 1.8; */
}

.template-box .center-block > .btn-choose:hover div {
    font-size: 30px;
}

.theme-thumbnail .ramka {
    position: absolute;
    background-color: transparent;
    z-index: 7;
}

.ramka.ramka-left,
.ramka.ramka-right {
    width: 19%;
}

.ramka.ramka-top,
.ramka.ramka-bottom {
    height: 10%;
}

.ramka.ramka-left {
    left: 6%;
    top: 0;
    bottom: 0;
}

.ramka.ramka-right {
    top: 0;
    right: 6%;
    bottom: 0;
}

.ramka.ramka-top {
    left: 0;
    top: 0;
    right: 0;
}

.ramka.ramka-bottom {
    left: 0;
    bottom: 0;
    right: 0;
}

.feature-block {
    font-family: asap;
    font-size: 23px;
    margin-top: 0;
    margin-left: -48px;
    margin-right: -48px;
    border: #dbd7ce 1px solid;
    background-color: #f1f0ee;
    padding: 20px 48px 25px 90px;
}

.feature-header {
    color: #ad2066;
    background-color: #f7f7f7;
    height: 33px;
}

.star-icon {
    position: relative;
    display: inline-block;
    background-image: url(../images/star.png);
    width: 17px;
    height: 17px;
    margin-left: 35px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-text {
    display: inline-block;
}

.feature-body {
    /* background-image: url(../../mypres/css/images/category-bg-info.png); */
    /* min-height: 277px; */
    margin-top: 0px;
    /* padding: 20px; */
    /* background-color: #f1f0ee; */
}

#carousel-templates {
    border: #cdcdcd 1px solid;
}

    #carousel-templates .carousel-inner {
        height: 100%;
    }

    #carousel-templates .item {
        height: 100%;
        width: 100%;
        left: 100%;
        top: 0;
        position: absolute;
        display: block;
        -webkit-animation: closeSlide ease-in-out 1;
        -moz-animation: closeSlide ease-in-out 1;
        animation: closeSlide ease-in-out 1;
        -webkit-animation-fill-mode: none;
        -moz-animation-fill-mode: none;
        animation-fill-mode: none;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        animation-duration: 1s;
    }

        #carousel-templates .item.active {
            left: 0;
            -webkit-animation: openSlide ease-in-out 1;
            -moz-animation: openSlide ease-in-out 1;
            animation: openSlide ease-in-out 1;
            -webkit-animation-fill-mode: none;
            -moz-animation-fill-mode: none;
            animation-fill-mode: none;
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            animation-duration: 1s;
        }

        #carousel-templates .item img.thumb {
            height: 100%;
        }

        #carousel-templates .item.active video {
            opacity: 0;
            background-color: white;
        }

            #carousel-templates .item.active video:hover {
                opacity: 1;
            }


.row-title {
    color: #333333;
    background-color: #f1f0ee;
    height: 39px;
    margin: 24px -48px 0 -48px;
    font-family: asap;
    font-size: 24px;
    padding: 0 0 0 60px;
    border: 1px solid #dbd7ce;
    line-height: 1.6;
}


.row.template-container {
    margin-left: -12.5px;
    margin-right: -12.5px;
    overflow: visible;
}

.template-block {
    margin-top: 21px;
    z-index: 10;
}

.display-block {
    text-align: center;
    margin: 0 12.5px;
    border: #dbd7ce 1px solid;
}

    .display-block.more {
        border: none
    }

.display-body-block {
    position: relative;
    display: block;
    height: 152px;
    overflow: hidden;
    background-color: #f7f7f7;
}

    .display-body-block.more {
        border: black 1px solid;
        background-image: url(../../mypres/css/images/category-bg-info.png);
        background-position: 1px 0;
        background-repeat: repeat;
    }

.thumb {
    width: 100%;
    height: 100%;
}

.display-body-block .icon-new {
    background-image: url(../images/New-ribbon.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 5;
}

.display-body-block .icon-premium-line {
    background-image: url(../images/Premium-ribbon-open.png);
    position: absolute;
    left: -70px;
    bottom: 8px;
    width: 110px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 5;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.icon-theme-count {
    position:absolute;
    width:46px;
    height:29px;
    z-index:10;
    right:0;
    bottom:8px;
}
.icon-theme-count[data-theme-count="1"] {
    display:none;
}
.icon-theme-count[data-theme-count="2"] {
    background-image: url(../images/2_themes.png);
}
.icon-theme-count[data-theme-count="3"] {
    background-image: url(../images/3_themes.png);
}
.icon-theme-count[data-theme-count="4"] {
    background-image: url(../images/4_themes.png);
}


    .display-body-block .icon-premium-line:hover {
        left: 0;
    }

    .display-body-block .themesPerTemplate2:hover {
        left: 0;
    }

    .display-body-block .themesPerTemplate3:hover {
        left: 0;
    }

    .display-body-block .themesPerTemplate4:hover {
        left: 0;
    }


/*   Custom Menu*/

.display-body-block .custom-template-block {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 7;
}

.custom-template-block.published {
    display: none;
}

.display-body-block:hover .custom-template-block.published {
    display: block;
}

    .display-body-block:hover .custom-template-block.published.team-member {
        display: none;
    }

.custom-template-block .draft-block {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
}

.draft-block .icon-draft {
    background-image: url(../images/draft-icon.png);
    position: relative;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 15%;
    background-size: contain;
}

.custom-template-block.published .draft-block .icon-draft {
    background-image: url(../images/big-edit-icon.png);
}

.custom-template-block.published .draft-block:hover .icon-draft {
    background-image: url(../images/big-edit-icon-hover.png);
}

.draft-block .draft-text {
    font-size: 13px;
    font-family: asap;
    text-transform: uppercase;
    color: white;
    margin-top: 9px;
}

.draft-block:hover .icon-draft {
    background-image: url(../images/draft-icon-hover.png);
}

.draft-block:hover .draft-text {
    color: #f8ae17;
}

.custom-template-block .custom-menu {
    position: absolute;
    display: none;
    right: 10px;
    bottom: 0;
}

.display-body-block:hover .custom-menu {
    display: block;
}

.custom-menu .quick-button {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.quick-button.theme-edit-quick-button {
    background-image: url(../images/edit-icon.png);
}

.quick-button.theme-duplicate-quick-button {
    background-image: url(../images/dupliacte-icon.png);
}

.quick-button.theme-delete-quick-button {
    background-image: url(../images/delete-icon.png);
}

.quick-button.theme-restore-quick-button {
    background-image: url(../images/restore-icon.png);
    /*display:none;*/
}

.theme-edit-quick-button:hover {
    background-image: url(../images/edit-icon-hover.png);
}

.theme-duplicate-quick-button:hover {
    background-image: url(../images/dupliacte-icon-hover.png);
}

.theme-delete-quick-button:hover {
    background-image: url(../images/delete-icon-hover.png);
}

.theme-restore-quick-button:hover {
    background-image: url(../images/restore-icon-hover.png);
}


/*   Custom Menu*/

.blank-poster {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

    .blank-poster:hover {
    }

    .blank-poster > img {
        height: 60%;
        margin-top: 12%;
        transition: transform 0.2s;
        transform-origin: center;
    }

    .blank-poster:hover > img {
        transform: scale(1.1);
    }

.footer-block {
    height: 32px;
    position: relative;
    background-position: 1px 0;
    background-repeat: repeat;
    background-color: #f1f0ee;
}

    .footer-block.more {
        background: transparent;
        position: relative;
    }

        .footer-block.more .rope-more {
            display: block;
            position: absolute;
            left: 50%;
            background-color: black;
            width: 1px;
            top: 0;
            height: 100%;
            z-index: 1;
        }

        .footer-block.more .circle-more {
            position: absolute;
            display: block;
            border: black 1px solid;
            left: 50%;
            bottom: 0;
            height: 10px;
            width: 10px;
            margin-left: -4.8px;
            border-radius: 50%;
            z-index: 2;
            background-color: white;
        }

.footer-text {
    font-family: Asap;
    font-size: 17px;
    color: black;
    text-overflow: ellipsis;
    padding-top: 4px;
    overflow: hidden;
    bottom: 0;
    height: 100%;
    width: 70%;
    text-align: left;
    display: inline-block;
}

.footer-block .icons-block {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 100%;
    float: right;
    text-align: right;
    margin-right: 2%;
}

    .footer-block .icons-block .icon-video {
        background-image: url(../images/video-copy.png);
        position: relative;
        display: inline-block;
        width: 20px;
        height: 95%;
        background-repeat: no-repeat;
        background-position: 50%;
    }

    .footer-block .icons-block .icon-3d {
        background-image: url(../images/3D-copy.png);
        position: relative;
        display: inline-block;
        width: 20px;
        height: 95%;
        background-repeat: no-repeat;
        background-position: -1px 10px;
    }

.display-block:hover {
    cursor: pointer;
}

    .footer-block.selected,
    .display-block:hover .footer-block {
        /* background-image: url(../../mypres/css/images/category-bg-info.png); */
        /* background-color: #f1f1f1; */
    }


    .display-block:hover .quick-menu {
        display: block;
    }

.display-block .template-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.502);
    height: 35px;
    font-size: 14px;
    font-family: "asap";
    color: rgb(255,255,255);
    font-style: italic;
    line-height: 1.2;
    text-align: left;
    z-index: 7;
    padding: 2px 10px;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.display-block:hover .footer-text,
.footer-block.selected > .footer-text {
    color: #ad2066;
    font-weight: bold;
}

.display-block.more:hover .footer-block.more {
    cursor: pointer;
}

.footer-block.selected:after {
    content: '';
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 21px;
    /* background-image: url(../../mypres/css/images/category-bg-info.png); */
    background-position: 1px 0;
    background-repeat: repeat;
    /* margin: 0 12.5px; */
    background-color: #f1f1f1;
}

.arrow-box {
    height: 24px;
    overflow: visible;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

    .arrow-box .tringle {
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        left: 50%;
        bottom: -1px;
        border-bottom: #f1f0ee 15px solid;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        margin-left: -15px;
        z-index: 10;
    }

.tringle.left-bg {
    border-bottom: 16px solid #dbd7ce;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    margin-left: -16px;
    z-index: 9;
}

.template-box {
    display: block;
    position: relative;
    /* margin-top: 24px; */
    /* margin-left: -48px; */
    /* margin-right: -48px; */
    /* padding: 10px; */
}

    .template-box:after {
        content: '';
        display: block;
        position: absolute;
        left: -48px;
        right: -35px;
        top: 100%;
        height: 400px;
        background: #fff;
        z-index: 0;
    }

    .template-box .display-block {
        /* height: 200px; */
        /* background-image: url(../../mypres/css/images/category-bg-info.png); */
        background-color: #f1f0ee;
        margin-left: -35px;
        margin-right: -35px;
        padding: 18px 47.5px 20px;
    }

        .template-box .display-block:hover {
            cursor: default;
        }

#loader {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-image: url(../../mypres/css/images/loader_image.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: rgba(0,0,0,0.2);
    background-size: 8%;
    z-index: -1;
}


.template-status {
    width: 79px;
    height: 79px;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -39px;
    background-position: center;
    margin-top: -27px;
}

.template-editing {
    background-image: url(../../vbcommon/images/loading.gif);
    background-size: 60%;
}

.template-draft {
    background-image: url(../../mypres/images/draft-icon.png);
}

    .template-draft.template-editing {
        background-color: black;
        border-radius: 40px;
        background-image: url(../../vbcommon/images/loading.gif);
    }


/*<custom theme>*/


.popup-delete {
    background-image: url('../../mypres/images/delete-popup-2014.png'); /*original file name: delete_sketch.png*/
    background-position-y: 168px;
}

.popup-duplicate {
    background-position-y: 168px;
    background-image: url(../../mypres/images/duplicate-popup-2014.png);
}

.thumbnail-editing:before {
    display: block;
    content: '';
    width: 79px;
    height: 79px;
    background-image: url(../../vbcommon/images/loading.gif);
    background-size: 60%;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -39px;
    background-position: center;
    margin-top: -27px;
}

.template-draft.thumbnail-editing:before {
    background-color: black;
    border-radius: 40px;
}

/*</custom theme>*/

.template-box .buttons-block {
    position: absolute;
    bottom: 0;
    left: 0;
}


.new-popup .template-box .title, .new-popup .title {
    font-family: asap;
    font-size: 24px;
    max-height: 25px;
    height: 25px;
    color: #ad2066;
    font-weight: bold;
    text-align: left;
    margin-left: 29px;
    /* padding-top: 6px; */
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.template-box .description, .description {
    font-family: asap;
    font-size: 17px;
    color: #333333;
    text-align: left;
    margin-left: 29px;
    padding-top: 6px;
    min-height: 110px;
    height: 110px;
    margin-right: 29px;
}

.template-box .title-themes {
    font-family: asap;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    padding: 8px 0 0 29px;
}

.template-box .row.themes {
    margin-left: 29px;
    margin-right: 90px;
}

.template-box .thumb-theme {
    position: relative;
    margin: 12px auto;
    height: 49px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    width: 49px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
}

    .template-box .thumb-theme:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }



    .template-box .thumb-theme.selected {
        border: 1px #ad2066 solid;
        width: 51px;
        height: 51px;
        margin: 11px auto;
    }

        .template-box .thumb-theme.selected:hover {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .template-box .thumb-theme .theme-color {
        position: absolute;
        left: 2px;
        top: 2px;
        right: 2px;
        bottom: 2px;
        border: 1px solid #dbd7ce;
        /* margin: 2px; */
        background-color: #00008b;
        border-radius: 50%;
    }

    .template-box .thumb-theme img {
        height: 100%;
        margin-left: -40%;
    }

.template-box .btn-choose {
    position: relative;
    display: inline-block;
    /* width: 82px; */
    /* height: 35px; */
    font-family: goboldthin;
    text-transform: uppercase;
    color: white;
    background-color: #ad2066;
    font-size: 20px;
    /* line-height: 1.7; */
    float: left;
    margin-left: 29px;
    cursor: pointer;
    bottom: 0;
}

.btn-customize {
    display: block;
    height: 22px;
    width: 22px;
    background: url(../images/custom_icon.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: 8;
    right: 5px;
    top: 5px;
}

    .btn-customize:hover {
        cursor: pointer;
        background: url(../images/custom_icon_hover.png);
    }

.template-box .theme-thumbnail {
    height: 280px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: #cdcdcd 1px solid;
    background-size: 100%;
    background-repeat: no-repeat;
}

.theme-thumbnail:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    background-image: url(../../vbcommon/images/loading.gif);
    background-size: 90px;
    opacity: 0.8;
}

.theme-thumbnail.loaded:after,
.theme-thumbnail.blank:after {
    display: none;
}

.theme-thumbnail.loaded {
    background-image: none !important;
}


.layouts-frame {
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.theme-thumbnail.loaded .layouts-frame {
    display: block;
}

.template-box .close-button {
    z-index: 0;
    margin-right: -27px;
    margin-top: 0px;
    width: 30px;
    height: 30px;
    border-bottom-left-radius: 65%;
    background: transparent;
}

    .template-box .close-button:after {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-image: url(../images/x.png);
        background-repeat: no-repeat;
        background-size: 19px;
        background-position: center;
        cursor: pointer;
    }

    .template-box .close-button:hover:after {
        background-image: url(../images/x_hover.png);
    }

#carousel-templates .icon-premium,
.template-box .icon-premium {
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 112px;
    background-image: url(../images/premium-side-ribbon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 5;
}

video {
    opacity: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.display-block video {
    background-color: white;
}

video:hover {
    opacity: 1;
}

.feature-body .title {
    opacity: 0;
}

.feature-body .description {
    font-size: 18px;
    line-height: 1.4;
    min-height: 110px;
    max-height: 170px;
    opacity: 0;
}

.carousel-indicators.emaze {
    margin-left: -15%;
    width: 30%;
    bottom: -37px;
}

    .carousel-indicators.emaze > li {
        border: #9e9e9e 2px solid;
        margin: 1px 4px;
    }

    .carousel-indicators.emaze .active {
        width: 10px;
        height: 10px;
        background-color: #ad2066;
        border: #ad2066 2px solid;
    }

.fade-in {
    opacity: 0; /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.fade-out {
    opacity: 1; /* make things visible upon start */
    -webkit-animation: fadeOut ease 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeOut ease 1;
    animation: fadeOut ease 1;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 0)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.close-box-animation {
    -webkit-animation: closeBox ease 1;
    -moz-animation: closeBox ease 1;
    animation: closeBox ease 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.open-box-animation {
    -webkit-animation: openBox ease-out 1;
    -moz-animation: openBox ease-out 1;
    animation: openBox ease-out 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.half-block {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    height: 33.3%;
    font-size: 15px;
}

    .half-block.top {
        top: 0;
        font-size: 22px;
    }

    .half-block.middle {
        top: 33.3%;
    }

    .half-block.bottom {
        bottom: 0;
    }


    .half-block.top > div {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 10%;
        font-family: asap;
        font-weight: bold;
        font-size: 100%;
        text-transform: capitalize;
        color: #ec7f00;
    }

.btn-more {
    position: absolute;
    display: block;
    background-color: #ec7f00;
    width: 66%;
    left: 50%;
    margin-left: -33%;
    top: 2%;
    bottom: 2%;
    font-size: 30px;
}

    .btn-more .icon-more {
        background-image: url(../../mypres/images/banner_arrow.png);
        background-repeat: no-repeat;
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        width: 20%;
        background-position: 100% 50%;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .btn-more:hover .icon-more {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .btn-more .btn-text {
        color: white;
        font-size: 100%;
        font-family: gobold;
        text-transform: uppercase;
        line-height: 1;
        position: absolute;
        left: 0;
        top: 19.5%;
        height: 64%;
        right: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s;
    }

    .btn-more:hover .btn-text {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.partners-more {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #909090;
    font-family: asap;
    font-weight: bold;
    font-size: 100%;
}

    .partners-more a {
        color: inherit;
        text-decoration: underline;
    }

        .partners-more a:hover {
            color: #333333;
        }

.img-mytemplates-upgrade {
    background-image: url(../../mypres/css/images/wings.gif);
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
}

#upgrade-in-scr-btn2 {
    background-image: url('../../mypres/css/images/upgrade-in-scr-btn2.png'), linear-gradient(to right, #ad2066, #ad2066 50%, #f8b100 50%, #f8b100);
    transition: all .2s ease-in;
    width: 226px;
    height: 42px;
    left: 50%;
    margin-left: -113px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center, -226px;
    background-size: 90%, 200%;
    bottom: 120px;
    cursor: pointer;
}

    #upgrade-in-scr-btn2:hover {
        background-position: center, 0px;
        color: white;
    }

.search-no-match {
    position: relative;
    height: 500px;
    background-image: url(../../mypres/css/images/category-bg-info.png);
}

#search-no-match-text {
    background-image: url(../images/text_search_fail.png);
    position: relative;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 100px;
}

.custom-templates-block {
    -webkit-transition: all ease 3s;
    -moz-transition: all ease 3s;
    transition: all ease 3s;
}

.see-more-block {
    height: 30px;
    position: relative;
}

.see-more-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 115px;
    cursor: pointer;
    text-align: center;
}

    .see-more-button .see-more-icon {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 100%;
        background-image: url(../images/more-icon.png);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
    }

    .see-more-button:hover .see-more-icon {
        background-image: url(../images/more-icon-hover.png);
    }

    .see-more-button.opened .see-more-icon {
        background-image: url(../images/less-icon.png);
    }

    .see-more-button.opened:hover .see-more-icon {
        background-image: url(../images/less-icon-hover.png);
    }

    .see-more-button .see-more-text {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        color: #333333;
        font-family: asap;
        font-size: 17px;
        font-style: italic;
        top: -9px;
    }

    .see-more-button:hover .see-more-text {
        color: #ad2066;
    }


@media screen and (max-width: 800px) {

    @-webkit-keyframes closeBox {
        from {
            height: 251px;
        }

        to {
            height: 0;
        }
    }

    @-moz-keyframes closeBox {
        from {
            height: 251px;
        }

        to {
            height: 0;
        }
    }

    @keyframes closeBox {
        from {
            height: 251px;
        }

        to {
            height: 0;
        }
    }

    @-webkit-keyframes openBox {
        from {
            height: 0;
        }

        to {
            height: 251px;
        }
    }

    @-moz-keyframes openBox {
        from {
            height: 0;
        }

        to {
            height: 251px;
        }
    }

    @keyframes openBox {
        from {
            height: 0;
        }

        to {
            height: 251px;
        }
    }

    .title-text {
        height: 68px;
        font-size: 35px;
    }

    .body-block {
        top: 130px;
    }

    .row.first-row {
        padding-left: 20px;
        padding-right: 30px;
    }

    .body-template {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #categories .input-emaze {
        font-size: 15px;
        height: 30px;
        padding: 0px 12px;
        line-height: 0;
    }

    #categories .list-categories {
        font-size: 15px;
        max-height: 342px;
    }

        #categories .list-categories li {
            height: 24px;
        }

    .input-emaze {
        font-size: 15px;
    }

    .search-panel {
        height: 30px;
    }

        .search-panel .input-emaze {
            padding: 4px 70px 4px 10px;
        }

        .search-panel .search-btn-close,
        .search-panel .button-search {
            width: 28px;
        }

        .search-panel .search-btn-close {
            right: 29px;
        }

    .feature-block {
        margin-left: -20px;
        margin-right: -20px;
        padding: 20px 20px 25px 60px;
    }

    .template-box .title, .title {
        font-size: 20px;
        max-height: 21px;
        height: 21px;
    }

    .feature-body .description {
        font-size: 15px;
        min-height: 130px;
        height: 130px;
    }

    .btn-choose {
        width: 82px;
        height: 32px;
    }

        .btn-choose > div {
            font-size: 18px;
        }

        .btn-choose:hover > div {
            font-size: 21px;
        }

    .row-title {
        height: 31px;
        margin: 20px -20px 0 -20px;
        font-size: 20px;
        padding: 0 0 0 32px;
        line-height: 1.4;
    }

    .row.template-container {
        margin-left: -7px;
        margin-right: -7px;
    }

    .display-block {
        margin: 0 7px;
    }

    .custom-template-block .draft-block {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        top: 15%;
    }

    .draft-block .draft-text {
        font-size: 13px;
    }

    .custom-menu .quick-button {
        width: 20px;
        height: 16px;
        background-size: contain;
    }

    .footer-block {
        height: 25px;
    }

    .footer-text {
        font-size: 15px;
        padding-top: 2px;
    }

    .footer-block .icons-block {
        margin-right: 2%;
    }

        .footer-block .icons-block .icon-video {
            width: 15px;
            background-size: contain;
        }

        .footer-block .icons-block .icon-3d {
            width: 15px;
            background-size: contain;
        }

    .see-more-button .see-more-text {
        margin-left: 5px;
        font-size: 15px;
        top: -9px;
    }

    .see-more-button .see-more-icon {
        width: 14px;
    }

    .template-box .display-block {
        margin-left: -14px;
        margin-right: -13px;
        padding: 18px 21px 20px 20px;
    }

    .template-box .close-button {
        margin-right: -5px;
        margin-top: 0px;
        width: 25px;
        height: 30px;
    }

    .template-box:after {
        left: -14px;
        right: -13px;
    }

    .template-box .close-button:after {
        background-size: 15px;
    }

    .template-box .description, .description {
        font-size: 15px;
        min-height: 100px;
        height: 100px;
        margin-right: 0;
    }

    .template-box .title-themes {
        font-size: 13px;
        padding: 0px 0 0 29px;
    }

    .template-box .row.themes {
        margin-right: 89px;
    }

    .template-box .thumb-theme {
        margin: 2px auto;
        height: 32px;
        width: 32px;
    }

        .template-box .thumb-theme.selected {
            width: 34px;
            height: 34px;
            margin: 1px auto;
        }

    .template-box .center-block > .btn-choose {
        width: 90px;
        height: 40px;
        margin: -20px 0 0 -45px;
    }


        .template-box .center-block > .btn-choose div {
            font-size: 22px;
        }

        .template-box .center-block > .btn-choose:hover div {
            font-size: 26px;
        }


    #carousel-templates .icon-premium,
    .template-box .icon-premium {
        width: 80px;
        height: 80px;
        background-size: contain;
    }

    .display-body-block .icon-premium-line {
        left: -52px;
        width: 84px;
        height: 22px;
        background-size: contain;
    }

    .display-body-block .icon-new {
        width: 65px;
        height: 60px;
        background-size: contain;
    }

    .half-block.top > div {
        bottom: 10%;
        font-size: 80%;
    }

    .half-block.middle {
    }

    .btn-more {
        height: 34px;
        width: 58%;
        left: 50%;
        margin-left: -29%;
    }

        .btn-more .icon-more {
            width: 20%;
            background-size: contain;
            left: 10%;
        }

        .btn-more .btn-text {
            font-size: 65%;
            top: 24%;
        }

    .partners-more {
        font-size: 80%;
    }
}


.theme-menu-arrow-closed {
    position: absolute;
    width: 6px;
    height: 11px;
    margin-top: 7px;
    background: url('../../ezContentTypes/images/theme-menu_arrow_closed.png');
}

.theme-menu-arrow-opened {
    position: absolute;
    background: url('../../ezContentTypes/images/theme-menu_arrow_open.png');
    width: 11px;
    height: 6px;
    margin-top: 9px;
}

.theme-menu-arrow-category {
    position: absolute;
    width: 6px;
    height: 8px;
    margin-left: 20px;
    margin-top: 10px;
    background: url('../../ezContentTypes/images/theme-submenu_arrow.png');
    background-repeat: no-repeat;
}

.template-menu-item {
    font-family: asap;
    font-size: calc(6px + .5vw);
    color: #333333;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 2px;
}


.theme-menu-content-type {
    margin-left: 20px;
}

.theme-menu-category {
    margin-left: 40px;
    font-size: calc(4px + .5vw);
}



.template-menu-item:hover {
    color: #e18a02;
    margin-left: 5px;
    transition-duration: 500ms;
    font-size: calc(6px + .5vw);
}

.category-title {
    font-family: asap;
    /*font-weight: bold;*/
    font-size: 20px;
    color: black;
    text-transform: uppercase;
}

.filters-title {
    margin-top: 23px;
}

.category-subtitle {
    font-family: asap;
    color: black;
    font-size: 16px;
    margin-top: 6px;
    font-size: calc(6px + .5vw);
    margin-bottom: 4px;
    width: 100%;
}
.subtitle-clear-container {
    display: flex;
    width: 164px;
    position: relative;
    height: 32px;
}

.clear-all-container {
    height: 34px;
}

.clear-btn {
    font-size: 12px;
    font-family: Asap;
    text-align: end;
    right: 0;
    left: auto;
    cursor: pointer;
    bottom: 2px;
    position: absolute;
    text-decoration: underline;
}

.clear-btn:hover{
    color: black;
}

.text-filter {
    width: 78px;
    height: 19px;
    text-align: center;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer;
    background: #F1F0EE 0% 0% no-repeat padding-box;
    border: 1px solid #DBD7CE;
    border-radius: 4px;
    font-size: 12px;
    font-family: Asap;
    margin-bottom: 6px;
}

.text-filter.selected, .text-filter:hover{
    background-color: #CFCBC2;
    border: 1px solid #F1F0EE;
    box-shadow: 0px 0px 2px #00000073;

}

.color-filter {
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #DBD7CE;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-bottom: 6px;
}

.color-filter.selected, .color-filter:hover{
    box-shadow: 1px 1px 2px #00000073;
    border: 1px solid #444444;
}

.filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 164px;
}

#new-preview {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 1000;
    display: none;
}

#np-top-line {
    width: 100%;
    height: 40px;
    background: #464646;
    text-align: center;
    padding-top: 6px;
    position: absolute;
    z-index: 2;
    margin-top: -39px;
    /*margin-top: -3px;*/
}

#np-top-text {
    font-family: Asap;
    font-size: 20px;
    color: white;
}

#np-edit-button {
    cursor: pointer;
    text-decoration: underline;
}

#np2-top-text {
    font-family: Asap;
    font-size: 24px;
    color: white;
    margin-left: -85px;
}

#np2-edit-button {
    width: 65px;
    height: 26px;
    font-family: GoBold;
    font-size: 20px;
    color: black;
    background-color: #f8b100;
    cursor: pointer;
    position: absolute;
    margin-top: 4px;
    margin-left: 20px;
}

#np-close-button {
    background-image: url(../../mypres/css/images/close.png);
    /*background-image: url('../../vbplayer/images/close-popup-2014.png');*/
    position: absolute;
    right: 0;
    margin-right: 14px;
    margin-top: 10px;
    width: 19px;
    height: 19px;
    background-size: 19px;
    cursor: pointer;
    top: 0;
}

#new-preview-overlay {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.new-overlay-2 {
    display: block;
    /*background-color: rgba(0,0,0,0.5);*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Changed the Height from 100% to calc(100% - 37px); and top: 37px; instead of top:19px. because the menu was cut off in template preview */
#np-player-iframe {
    position: absolute;
    width: 100%;
    height: calc(100% - 37px);
    /*top: 0;*/
    top: 37px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1400px) {
    #template-categories {
        padding-left: 5px !important;
        padding-right: 0px !important;
        top: 20px;
    }
}
