@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ubuntu-Bold.woff') format('woff'),
    url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('../fonts/Ubuntu-Light.eot');
    src: url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ubuntu-Light.woff') format('woff'),
    url('../fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


.container {
    max-width: 1285px;
    width: 100%;
}

a:hover,
a:focus,
input,
textarea{
    text-decoration: none !important;
    outline: none !important;
}

.burger img,
.search-top img {
    cursor: pointer;
}

.search-top img {
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin: -10px -10px;
}

.wrapper-header.small .search-top img{
    width: 18px;
}

.wrapper-header {
    background: url(/assets/frontend/images/menu-background.jpg) center center;
    height: 74px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 22;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-logo {
    height: 74px;
    display: table;
    position: relative;
}

.menu-wrapper {
    text-align: right;
    height: 74px;
    display: table;
    width: 100%;
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.menu {
    vertical-align: middle;
    display: table-cell;
}

.menu ul li a {
    font-size: 12px;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    top: 24px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-wrapper ul li {
    display: inline-block;
}

li.join-us a {
    font-family: 'MontserratSemiBold';
    color: #fff;
    font-size: 12px;
    background: #5f6edc;
    padding: 14px 25px 13px 25px;
    border-radius: 30px;
    text-transform: uppercase;
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

li.social-icon a {
    font-size: 17px !important;
    color: #fff;
}

.menu ul li {
    padding-right: 30px;
}

.menu ul li:last-child {
    padding: 0;
    cursor: pointer;
    padding-top: 2px;
    position: absolute;
    right: 10px;
    top: 29px;
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.wrapper-header.small .menu ul li:last-child {
    right: 20px;
    top: 16px;
}

li.burger:hover span:after {
    width: 35px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
}

.video-top-section {
    height: 505px;
    background: url('/assets/frontend/images/purple-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.video-page-title {
    text-align: center;
    margin-top: 79px;
    margin-bottom: 87px;
}

.video-page-title h1 {
    font-size: 40px;
    color: #fff;
    font-family: 'UbuntuBold';
}

.custom-width {
    width: 85% !important;
    background: #f4f4f4;
    padding-top: 30px;
    height: 452px;
}

.wrapper-category-date-video ul,
.wrapper-article-category-date ul,
.wrapper-category-date ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper-category-date-video ul li,
.wrapper-article-category-date ul li,
.wrapper-category-date ul li {
    display: inline-block;
}

.tag {
    background: #5f6edc;
    padding: 6px 17px 6px 17px;
    border-radius: 20px;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    color: #fff;
    font-size: 9px;
}

.video-title h2 {
    font-family: 'UbuntuBold';
    font-size: 28px;
    color: #1b294f;
    margin-top: 39px;
    line-height: 35px;
}

.date-posted {
    padding-left: 14px;
    font-size: 12px;
    color: #97a1b6;
    font-family: 'MontserratRegular';
}

.date-posted:before {
    content: "\f017 ";
    font-family: FontAwesome;
    color: #97a1b6;
    padding-right: 5px;
    font-size: 14px;
}

.video-carousel .slick-slide {
    height:496px !important;
    overflow: hidden;
}

.video-carousel .slick-slide img {
    height:496px !important;
}

.wrapper-category-date {
    margin-top: 78px;
}

.read-more {
    position: relative;
    margin-top: 36px;
}

.read-more a {
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
    font-size: 12px;
    color: #1b294f;
}

.read-more a:hover {
    color: #1b294f;
}

.wrapper-content-middle div {
    text-align: center;
}

.read-more a {
    position: relative;
}

.read-more a:before {
    position: absolute;
    content: "";
    border: 1px solid #5f6edc;
    width: 38px;
    bottom: -5px;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.read-more a:hover:before {
    width: 100%;
}

.read-more a:after {
    content: "";
    width: 35px;
    height: 8px;
    background: url(/assets/frontend/images/arrow-right.png);
    position: absolute;
    top: 4px;
    padding-left: 6px;
    margin-left: 17px;
}

.wrapper-nav-left.slick-arrow {
    position: absolute;
    bottom: 14px;
    left: 55px;
    z-index: 2;
    width: 72px;
    height: 62px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #fff;
    display: table;
    cursor: pointer;
}

.wrapper-nav-right.slick-arrow {
    position: absolute;
    left: 127px;
    z-index: 2;
    width: 72px;
    height: 62px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: #fff;
    display: table;
    bottom: 14px;
    cursor: pointer;
}

.nav-slider {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gallery-title {
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}

.btn-default:active .filter-button:active {
    background-color: #42B32F;
    color: white;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 91px;
}

.btn-default.selected {
    background: #5f6edc;
    color: #fff !important;
}

.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
    color: #fff !important;
    border-color: #5f6edc !important;
    background: #5f6edc !important;
    outline: none !important;
}

.wrapper-filter-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper-filter-menu ul li {
    display: inline-block;
    margin-right:30px;
}

.wrapper-filter-menu ul li:last-child {
    margin: 0;
}

.wrapper-filter-menu {
    margin-top: 74px;
    margin-bottom: 111px;
}

.wrapper-category-date-video {
    height: 397px;
    display: table;
    width: 100%;
}

.vertical-align-left {
    display: table-cell;
    vertical-align: middle;
    padding-left: 194px;
}

.btn-default {
    color: #5f6edc !important;
    background-color: #fff;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    font-size: 12px !important;
    border-color: #5f6edc !important;
    padding: 14px 20px 12px 20px !important;
}

.wrapper-video-article-left:hover iframe {
    box-shadow: 40px 32px 35px rgb(224, 225, 232);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.wrapper-video-article-right:hover iframe {
    box-shadow: -40px 32px 35px rgb(224, 225, 232);
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.gallery_product .vertical-align-left:after {
    content: "";
    border: 2px solid #5f6edc;
    position: absolute;
    width: 62px;
    left: -32px;
    top: 210px;
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.gallery_product .vertical-align-left:before {
    content: "";
    border: 1px solid #1b294f;
    position: absolute;
    width: 215px;
    left: -110px;
    top: 165px;
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.gallery_product .vertical-align-left:hover:before,
.gallery_product .vertical-align-left:hover:after,
.gallery_product .vertical-align-right:hover:before,
.gallery_product .vertical-align-right:hover:after {
    opacity: 1.0;
}

.vertical-align-right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 86px;
    padding-right: 161px;
}


.gallery_product .vertical-align-right:after {
    content: "";
    border: 2px solid #5f6edc;
    position: absolute;
    width: 62px;
    right: -32px;
    top: 210px;
    z-index: 2;
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.gallery_product .vertical-align-right:before {
    content: "";
    border: 1px solid #1b294f;
    position: absolute;
    width: 215px;
    right: -110px;
    top: 165px;
    z-index: 2;
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.video-carousel .slick-arrow:hover {
    background: #5f6edc;
    border-color: #5f6edc;
}

.wrapper-load-more a {
    color: #97a1b6;
    font-size: 12px;
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
}

.wrapper-load-more {
    text-align: center;
}

.wrapper-load-more.read-more a:after {
    content: "\f01e ";
    font-family: FontAwesome;
    background: none;
    position: absolute;
    margin: 0;
    font-size: 18px;
    top: auto;
    right: auto;
    left: auto;
    bottom: 8px;
    padding: 0;
    margin-left: 5px;
    color: #5f6edc;
}

.wrapper-feedback-section {
    background: #5f6edc;
    margin-top: 90px;
    padding-bottom: 50px;
    position: relative;
}

.wrapper-feedback-section.loading::after {
    background: #000c;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}


.wrapper-feedback-section.loading::before {
    content: "\f110";
    font-family: "FontAwesome";
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #fff;
    font-size: 80px;
    text-align: center;
}


@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

#user_contact_form_response {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "UbuntuBold";
}

.modal-body.loading::after,
.wrapper-subscribe-section.loading::after,
.wrapper-feedback-section.loading::before {
    -webkit-animation: rotating 2s linear infinite;
}

.form-title {
    text-align: center;
}

.form-title h1 {
    font-family: 'UbuntuBold';
    font-size: 40px;
    color: #fff;
    margin-top: 68px;
    margin-bottom: 50px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.wrapper-input.right {
    text-align: right;
    height: 46px;
    width: 356px;
    float: right;
    position: relative;
}

.wrapper-input.left {
    text-align: left;
    height: 46px;
    width: 356px;
    position: relative;
}

.center {
    text-align: center;
}

.wrapper-input input {
    height: 46px;
    width: 356px;
    border-radius: 25px;
    border: none;
    padding-left: 24px;
    font-family: 'UbuntuBold';
}

.wrapper-textarea {
    text-align: center;
    margin-top: 29px;
}

.wrapper-textarea textarea {
    height:90px;
    width: 740px;
    border-radius: 15px;
    padding-left: 24px;
    padding-top: 18px;
    font-family: 'UbuntuBold';
    resize: none;
    line-height: 22px;
}

.wrapper-submit input {
    height: 47px;
    width: 182px;
    box-shadow: none;
    border: none;
    background: #451fd3;
    color: #fff;
    font-family: 'MontserratSemiBold';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
}

.wrapper-submit {
    margin-top: 10px;
}

.wrapper-submit input:hover {
    color: #451fd3;
    background: #fff;
}

.wrapper-article-image {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
}

.overlay-article {
    background: linear-gradient(to bottom, rgba(45, 4, 156, .5), rgba(28, 44, 159, 0.5));
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.wrapper-article-title {
    height: 865px;
    display: table;
}

.wrapper-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 295px;
    padding-right: 98px;
}

.article-title h1 {
    margin: 0;
    padding: 0;
    font-size: 45px;
    font-family: "UbuntuBold";
    color: #1b294f;
    line-height: 50px;
}

.wrapper-article-scroll .read-more {
    margin: 0;
    padding: 0;
}

.scroll {
    position: absolute;
    left: 291px;
    bottom: 99px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
    font-size: 12px;
    color: #1b294f;
    cursor: pointer;
}

.article-scroll a:before {
    position: absolute;
    content: "";
    border: 1px solid #5f6edc;
    width: 24px;
    bottom: -5px;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.article-title {
    margin-top: 66px;
}

.article-scroll a:hover:before {
    width: 100%;
}

.article-scroll a:after {
    background-repeat: no-repeat;
    content: "";
    width: 35px;
    height: 8px;
    background: url(/assets/frontend/images/arrow-right.png);
    position: absolute;
    top: 3px;
    right: 57px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrapper-top {
    margin-top: 84px;
}

.content-article {
    font-size: 20px;
    color: #828f9d;
    line-height:34px;
    font-family: 'Open Sans';
    position: relative;
}

.wrapper-image-content {
    text-align: center;
    height: 600px;
    overflow: hidden;
    margin-top: 68px;
}

.middle-content {
    margin-top: 83px;
}

.wrapper-content-middle h3 {
    margin: 0;
    font-family: "UbuntuBold";
    font-size: 30px;
    line-height: 42px;
    color: #1b294f;
}

ol {
    margin: 0;
    padding: 0 2px;
    list-style-type: none;
}

ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    position: relative;
    padding-left: 50px;
}

ol li::before {
    content: counter(step-counter);
    font-size: 10px;
    background-color: rgb(95, 110, 220);
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    position: absolute;
    height: 23px;
    width: 23px;
    text-align: center;
    line-height: 24px;
    top: 7px;
    left: 0;
    font-family: "UbuntuBold";
}

.list-article {
    margin-top: 80px;
    margin-bottom: 70px;
}

.wrapper-quote {
    text-align: left;
    width: 962px;
    margin: 0 auto;
    background: #5f6edc;
    padding: 70px 124px 70px 145px;
    margin-bottom: 110px;
}

.quote-content {
    font-family: 'UbuntuLight';
    font-size: 28px;
    color: #fff;
}

.bottom-content {
    margin-bottom: 94px;
}

.image-previous-article {
    width: 100%;
    overflow: hidden;
    height: 397px;
}

.wrapper-previous-article,
.wrapper-next-article{
    position: relative;
}

.article-previous-content {
    margin-left: 76px;
}

.article-next-content,
.article-previous-content {
    position: absolute;
    top: 270px;
    background: #fff;
    height: 313px;
    display: table;
    width: 525px;
    z-index: 2;
    box-shadow: 3px 20px 30px #f8f8fb;
}

.previous-content,
.next-content {
    display: table-cell;
    vertical-align: middle;
}

.previous-content {
    padding-right: 85px;
    padding-left: 91px;
}

.next-content {
    padding-right: 91px;
    padding-left: 85px;
}

.read-more-previous .read-more,
.read-more-next .read-more {
    margin: 0;
    padding: 0;
}

.article-previous-title,
.article-next-title{
    font-size: 30px;
    font-family: "UbuntuBold";
    padding-bottom: 43px;
}

.article .wrapper-feedback-section {
    margin-top: 275px;
}

.read-more-next .read-more a:before {
    content: "";
    width: 35px;
    height: 8px;
    background: url(/assets/frontend/images/arrow-right.png);
    position: absolute;
    top: 4px;
    padding-left: 6px;
    margin-left: 17px;
    right: 83px;
    border: none;
}

.read-more-next .read-more a:after {
    position: absolute;
    content: "";
    border: 1px solid #5f6edc;
    width: 38px;
    bottom: -5px;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
    background: none;
}

.read-more-btn a {
    position: relative;
    font-family: 'MontserratSemiBold';
    text-transform: uppercase;
    font-size: 12px;
    color: #1b294f;
}

.read-more-btn a:after {
    position: absolute;
    content: "";
    border: 1px solid #5f6edc;
    width: 38px;
    bottom: -5px;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
    left: 0;
}

.read-more-btn a:before {
    content: "";
    width: 35px;
    height: 8px;
    background: url(/assets/frontend/images/arrow-left-article.png);
    position: absolute;
    top: 4px;
    padding-left: 6px;
    margin-left: 17px;
    right: 92px;
}

.read-more-btn a:hover:after {
    width: 100%;
}

.footer {
    background: #0b1331;
    height: 304px;
    padding-top: 70px;
}

.copyright p {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 12px;
    color: #bdb5e2;
    line-height: 22px;
}

.menu-footer ul,
.menu-footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .menu-title span {
    font-size: 14px;
    color: #fff;
    font-family: "UbuntuBold";
}

.copyright {
    margin-top: 15px;
}

li.menu-title {
    padding-bottom: 15px;
}

.menu-footer ul li a {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #bdb5e2;
    line-height: 36px;
}

.menu-footer-social ul li:first-child{
    display: block;
}

.menu-footer-social ul li {
    display: inline-block;
}

.menu-footer-social ul li a {
    font-size: 22px;
    margin-right: 40px;
}

.previous-btn,
.next-btn {
    font-size: 30px;
    font-family: "UbuntuBold";
    margin-bottom: 60px;
    position: relative;
    margin-top: 95px;
}


.previous-btn a,
.next-btn a {
    color: #1b294f;
    position: relative;
}

.previous-btn a:hover,
.next-btn a:hover {
    color: #1b294f;
}

.article-previous-title a,
.article-next-title a {
    color: #1b294f;
    line-height: 36px;
    display: -webkit-box;
    max-width: 400px;
    height: 110px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-previous-title a:hover,
.article-next-title a:hover {
    color: #1b294f;
}

.next-btn a:after {
    content: "";
    background: url(/assets/frontend/images/arrow-right-next.png);
    position: absolute;
    top: 45%;
    width: 38px;
    height: 20px;
    background-repeat: no-repeat;
    left: 86px;
}

.previous-btn a:before {
    content: "";
    background: url('/assets/frontend/images/arrow-left.png');
    position: absolute;
    top: 45%;
    width: 38px;
    height: 20px;
    background-repeat: no-repeat;
    left: -49px;
}

.menu-footer-social ul li a {
    color: #5f6edc;
}

.wrapper-subscribe-section {
    background: #f4f4f4;
    height: 323px;
    margin-bottom: 90px;
    position: relative;
}

.wrapper-subscribe-section.loading::before {
    background: #000c;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}

.wrapper-subscribe-section.loading::after {
    content: "\f110";
    font-family: "FontAwesome";
    z-index: 3;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    color: #fff;
    font-size: 60px;
    text-align: center;
}

#newsletter_message_sent {
    padding-top: 12px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    font-family: "UbuntuBold";
}

.wrapper-title-subscription h1 {
    margin-top: 69px;
    font-size: 40px;
    font-family: "UbuntuBold";
    color: #1b294f;
    margin-bottom: 35px;
}

.wrapper-cookie.center {
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
    color: #fff;
}

.wrapper-cookie.center a,
.wrapper-cookie.center a:hover {
    color: #451fd3;
    font-weight: bold;
    text-decoration: underline !important;
}

.wrapper-cookie-bottom.center a,
.wrapper-cookie-bottom.center a:hover {
    color: #451fd3;
    font-weight: bold;
    text-decoration: underline !important;
}

.wrapper-cookie-bottom.center {
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
    color: #9fa3a7;
}

.wrapper-subscribe-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper-subscribe-form ul li {
    display: inline-block;
    width: 220px;
    margin:0 auto;
    height: 46px;
    margin-right: 15px;
    position: relative;
}

.wrapper-subscribe-form ul li:last-child {
    margin-right: 0;
    width: 140px;
}

.wrapper-subscribe-form ul li:last-child input {
    background: #5f6edc;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: "MontserratSemiBold";
    padding: 0;
}

.wrapper-subscribe-form ul li input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-family: "Open Sans";
    padding-left: 10px;
}

.wrapper-spam-message {
    margin-top: 10px;
}

.wrapper-spam-message p {
    margin: 0;
    font-size: 16px;
    font-family: "Open Sans";
    color: #9fa3a7;
}

.wrapper-subscribe-form ::-webkit-input-placeholder {
    color: #9fa3a7;
}
.wrapper-subscribe-form ::-moz-placeholder {
    color: #9fa3a7;
}
.wrapper-subscribe-form :-ms-input-placeholder {
    color: #9fa3a7;
}
.wrapper-subscribe-form :-moz-placeholder {
    color: #9fa3a7;
}

.wrapper-burger-menu span {
    position: relative;
}

span.first-line:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    top: 0;
    right: 0;
}

span.second-line:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    top: 8px;
    right: 0;
}

span.third-line:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 2px;
    background: #fff;
    top: 16px;
    right: 0;
}

.cd-nav-wrapper {
    display: none;
}

.wrapper-island {
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
}

.wrappe-island-title h1 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: "UbuntuBold";
    margin: 100px 0 0;
    line-height: 50px;
    z-index: 6;
    position: absolute;
    left: 0;
    right: 0;
}

.wrappe-island-title {
    position: absolute;
    left: 0;
    right: 0;
}

.island {
    text-align: center;
    margin-top: 190px;
    margin-bottom: 270px;
}

.custom-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

ul.top-video-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: -6px;
}

ul.top-video-list li {
    display: inline-block;
    width: 420px;
    overflow: hidden;
}

.title-article-popup {
    text-align: left;
    position: absolute;
    bottom: 0;
}

.wrapper-popup {
    position: relative;
}

.title-article-popup {
    text-align: left;
    position: absolute;
    bottom: 0;
    padding-left: 12px;
    padding-bottom: 15px;
    z-index: 22;
}

.title-article-popup p {
    font-size: 18px;
    font-family: "UbuntuBold";
    color: #fff;
}

/* MENU */

.cd-nav-trigger::after,
.cd-nav-trigger::before {
    content: '';
}

.cd-logo, .cd-nav-trigger {
    position: absolute;
    display: inline-block;
}

.cd-logo {
    top: 28px;
    left: 5%;
}
.cd-logo img {
    display: block;
}

.cd-nav-trigger {
    height: 44px;
    width: 44px;
    z-index: 1;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.cd-nav-trigger .cd-icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    width: 18px;
    height: 3px;
    background-color: #ffffff;
    z-index: 10;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
    /* upper and lower lines of the menu icon */
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* apply transition to transform property */
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
    -webkit-transform: translateY(-6px) rotate(0deg);
    -moz-transform: translateY(-6px) rotate(0deg);
    -ms-transform: translateY(-6px) rotate(0deg);
    -o-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
    -webkit-transform: translateY(6px) rotate(0deg);
    -moz-transform: translateY(6px) rotate(0deg);
    -ms-transform: translateY(6px) rotate(0deg);
    -o-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}

.cd-nav-trigger.close-nav::before {
    /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-nav-trigger.close-nav::after {
    /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
    /* user clicks on the .cd-nav-trigger element - transform the icon */
    background-color: rgba(255, 255, 255, 0);
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
    background-color: white;
}
.cd-nav-trigger.close-nav .cd-icon::before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 195px 5%;
    z-index: 25;
    background: linear-gradient(to bottom, rgba(54,34,126, .9), rgba(54,34,126, 0.9));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.3s;
    -moz-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
}

.cd-primary-nav li {
    margin: 1.6em 0;
    text-align: center;
    text-transform: capitalize;
}

.cd-primary-nav a {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}

.no-touch .cd-primary-nav a:hover {
    color: #ffffff;
}

.cd-primary-nav.fade-in {
    /* navigation visible at the end of the circle animation */
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {

    .cd-primary-nav li {
        margin: 2em 0;
    }
    .cd-primary-nav a {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-primary-nav li {
        margin: 2.6em 0;
    }
    .cd-primary-nav a {
        font-size: 32px;
        font-size: 2rem;
    }
}

.cd-overlay-nav, .cd-overlay-content {
    /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
    /* background fades out at the end of the animation */
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
    /* main rounded colored bg 1 */
    z-index: 2;
}
.cd-overlay-nav span {
    background: linear-gradient(to bottom, rgba(105, 55, 176, .8), rgba(72, 73, 173, 0.8));
}

.cd-overlay-content {
    /* main rounded colored bg 2 */
    z-index: 4;
}
.cd-overlay-content span {
    background-color: #5f6edc;
}

.cd-content {
    /* just some dummy content */
    padding: 80px 0;
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    z-index: 1;
}
.cd-content .cd-intro {
    height: 200px;
    padding-top: 4.6em;
}
.cd-content h1 {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
}
.cd-content p {
    line-height: 1.5;
    color: #a76500;
}


li.join-us.menu-overlay {
    position: absolute;
    right: 315px;
    bottom: 0;
}

ul.social-menu-overlay {
    position: absolute;
    bottom: 0;
    left: 16.2%;
}

ul.social-menu-overlay li {
    display: inline-block;
    margin-right: 35px;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

ul.social-menu-overlay li:last-child {
    margin-right: 0;
}

ul.social-menu-overlay li a {
    color: #fff;
}

body .cd-primary-nav.fade-in li.join-us a {
    font-family: 'MontserratSemiBold';
    color: #fff;
    font-size: 12px;
    background: #5f6edc;
    padding: 14px 25px 14px 25px;
    border-radius: 30px;
    text-transform: uppercase;
}

ul.cd-primary-nav.fade-in li a {
    font-size: 60px;
    color: #fff;
    font-family: 'UbuntuBold';
    line-height: 80px;
    position: relative;
    padding-bottom: 31px;
    cursor: pointer;
    width: 300px;
    display: block;
    margin: 0 auto;
    overflow: visible;
}

ul.cd-primary-nav.fade-in li a:after {
    content: "";
    background: #5f6edc;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

ul.cd-primary-nav.fade-in li a:before {
    border-bottom: 5px solid #5f6edc;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 80px;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

ul.cd-primary-nav.fade-in li a:hover:before {
    opacity: 1;
}

ul.cd-primary-nav.fade-in li a:hover:after {
    opacity: 1;
}

ul.cd-primary-nav.fade-in ul.social-menu-overlay a:hover:after {
    display: none;
}

ul.cd-primary-nav.fade-in ul.social-menu-overlay a:hover:before {
    display: none;
}

ul.cd-primary-nav.fade-in ul.social-menu-overlay a {
    width: auto;
}

.icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.icon.chat {
    top: 48%;
    width: 137px;
    z-index: 9;
}

.icon.ideea {
    top: 30%;
    left: 18%;
    z-index: 10;
}

.icon.apple {
    top: 38%;
    left: 27%;
    z-index: 10;
}

.icon.share {
    top: 49%;
    left: 45%;
    z-index: 8;
}

.icon.notifications {
    top: 48%;
    left: 22%;
    z-index: 6;
}

.icon.cart {
    top: 48%;
    right: 22%;
    width: 100px;
    z-index: 6;
}

.icon.localization {
    top: 47%;
    right: 44%;
    z-index: 7;
}

.icon.message {
    top: 34%;
    right: 10%;
    z-index: 10;
}

.icon.youtube img,
.icon.twitter img,
.icon.chat img,
.icon.share img,
.icon.localization img{
    width: 65px;
}

.icon.ideea img,
.icon.facebook img {
    width: 45px;
}

.icon.cart img,
.icon.notifications img,
.icon.message img,
.icon.apple img {
    width: 55px;
}

.icon.facebook {
    top: 28%;
    right: 33%;
}

.icon.youtube {
    left: 16%;
    right: auto;
    top: 50%;
}

.icon.twitter {
    top: 50%;
    right: 16%;
    left: auto;
}

.icon.localization img {
    box-shadow: 0 0 0 0 rgba(122, 137, 253, 0.7);
}

.icon.share img {
    box-shadow: 0 0 0 0 rgba(165, 112, 255, 0.7);
}

.icon.chat img {
    box-shadow: 0 0 0 0 rgba(118, 235, 247, 0.7);
}

.carousel-iframe-wrapper span:hover ,
.overlay-image span {
    box-shadow: 0 0 0 0 rgba(225, 225, 255, 0.7);
}

.overlay-recommended span {
    box-shadow: 0 0 0 0 rgba(225, 225, 255, 0.7);
}

.icon.share img:hover,
.overlay-recommended span:hover,
.overlay-image span:hover,
.icon.localization img:hover,
.carousel-iframe-wrapper span:hover,
.icon.chat img:hover {
    -webkit-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1s infinite cubic-bezier(0.66, 0, 0, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

.title-recommended h3 {
    font-size: 21px;
    font-family: 'UbuntuBold';
    color: #fff;
    margin-bottom: 29px;
}

.icon.cart img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 7s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.icon.notifications img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.wrapper-title-recommended {
    position: relative;
}

.btn-go-videos a {
    font-size: 12px;
    color: #fff;
    font-family: 'MontserratSemiBold';
    position: relative;
}

.wrapper-go-videos {
    position: absolute;
    top: 0;
    right: 50px;
}

.btn-go-videos a:before {
    content: "";
    position: absolute;
    background: url('/assets/frontend/images/videos-arrow-right.png');
    width: 35px;
    height: 7px;
    right: -50px;
    top: 4px;
    background-repeat: no-repeat;
}

.btn-go-videos a:after {
    position: absolute;
    content: "";
    border: 1px solid #5f6edc;
    width: 38px;
    bottom: -5px;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
    left: 0;
}

.btn-go-videos a:hover:after {
    width: 100%;
}

.overlay-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-size: cover !important;
}

.wrapper-video-article-right:hover .overlay-image ,
.wrapper-video-article-left:hover .overlay-image {
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.1, 1.1);
}

.overlay-recommended {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.overlay-image span {
    color: #3c3649;
    background: #fff;
    position: absolute;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    top: 40%;
    left: 0;
    right: 0;
    border-radius: 50%;
    padding-top: 25px;
    padding-left: 30px;
    font-size: 20px;
    cursor: pointer;
}

.overlay-recommended span {
    display: none;
}

.wrapper-popup:hover .overlay-recommended span {
    background: #fff;
    height: 46px;
    width: 47px;
    position: absolute;
    border-radius: 50%;
    padding-top: 15px;
    padding-left: 4px;
    top: 35%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.island img {
    position: relative;
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    z-index: 5;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 15px);}
    to {-webkit-transform: translate(0, -0px);    }
}

@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 15px);}
    to {-moz-transform: translate(0, -0px);}
}

.modal-header {
    border-bottom: none !important;
    padding: 0 !important;
}

.modal-content {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.modal-header .close {
    margin-top: -2px;
    font-size: 40px;
    color: #fff;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1 !important;
    position: absolute;
    right: -10px;
    top: -20px;
}

.modal-header .close:hover {
    color: #fff;
}

.modal-dialog {
    margin: 8% auto !important;
}

.search-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(54, 34, 126, 0.9);
    z-index: 22;
    display: none;
}

.search-box input {
    width: 100%;
    height: 90px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
}

.search-box {
    margin-left: 145px;
    margin-right: 145px;
    margin-top: 245px;
    font-size: 60px;
    color: #fff;
    font-family: 'UbuntuBold';
    position: relative;
}

.search-box form {
    position: relative;
}

span.arrow-search {
    top: 0;
    position: absolute;
    background: url('/assets/frontend/images/arrow-search.png') center center;
    right: 0;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    border: 1px solid #5560c9;
    border-radius: 50%;
}

span.arrow-search:hover {
    background-color: #5560c9;
}

.search-box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 60px;
    font-family: 'UbuntuBold';
}
.search-box ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 60px;
    font-family: 'UbuntuBold';
}
.search-box :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 60px;
    font-family: 'UbuntuBold';
}
.search-box :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 60px;
    font-family: 'UbuntuBold';
}

ul.search-category li {
    margin-right: 28px;
    display: inline-block;
}

ul.search-category {
    margin-top: 228px;
    text-align: center;
}

ul.search-category li a {
    font-size: 12px;
    font-family: 'MontserratSemiBold';
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 15px 17px 15px 17px;
    text-transform: uppercase;
    cursor: pointer;
}

ul.search-category li a:hover {
    background: #fff;
    border-color: #fff;
    color: #36227ee8;
}

.small .wrapper-logo-search {
    padding-top: 16px;
}

.search-wrapper li.join-us.menu-overlay {
    bottom: 36px;
}

.search-wrapper ul.social-menu-overlay {
    position: absolute;
    bottom: 32px;
}

.wrapper-search {
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 0;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-header.small .wrapper-search {
    top: -13px;
}

.close-search span {
    width: 48px;
    height: 48px;
    display: block;
    background: #fff;
    border-radius: 50%;
    line-height: 47px;
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
    float: right;
    cursor: pointer;
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.small .close-search span {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    line-height: 39px;
    font-size: 25px;
    margin-right: 13px;
}

li.search-top {
    margin-right: 57px;
    position: relative;
}

ul.social-menu-overlay a {
    font-size: 16px !important;
}

.wrapper-close-menu span {
    position: absolute;
    right: 16.3%;
    top: 13px;
    font-size: 30px;
    background: #fff;
    width: 48px;
    height: 48px;
    display: block;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    overflow: visible;
    cursor: pointer;
}

.wrapper-close-menu span:after {
    content: '\f00d' !important;
    font-family: 'FontAwesome' !important;
    display: block;
    position: absolute;
    top: 0;
    right: 12px;
    -ms-transition:    all 0.3s ease-out;
    -moz-transition:    all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition:      all 0.3s ease-out;
    transition:         all 0.3s ease-out;
}

.wrapper-logo-menu {
    position: absolute;
    top: 4px;
    left: 17%;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.small-menu .wrapper-close-menu span {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    right: 16.5%;
    top: 10px;
}

.small-menu .wrapper-close-menu span:after {
    right: 10px;
}

.small-menu .wrapper-logo-menu {
    top: 15px;
}

.wrapper-feedback-section form ::-webkit-input-placeholder {
    color: #9fa3a7;
    font-family: 'Open Sans';
}

.wrapper-feedback-section form ::-moz-placeholder {
    color: #9fa3a7;
    font-family: 'Open Sans';
}

.wrapper-feedback-section form :-ms-input-placeholder {
    color: #9fa3a7;
    font-family: 'Open Sans';
}

.wrapper-feedback-section form :-moz-placeholder {
    color: #9fa3a7;
    font-family: 'Open Sans';
}

.wrapper-article-category-date {
    padding-bottom: 36px;
}

.share-left-article {
    position: absolute;
    left: 0;
    top: 0;
}

.share-left-article a:hover {
    color: #5f6edc;
}

.share-left-article a {
    color: #5f6edc;
    font-size: 22px;
}

.scrollToTop i {
    font-size: 53px;
    color: #002b80;
    line-height: 50px;
}

.scrollToTop {
    width: 55px;
    height: 55px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    z-index: 10;
    border: 1px solid #505ebe;
    border-radius: 50%;
    position: fixed;
    right: 5%;
    bottom: 46px;
    cursor: pointer;
    background-color: rgba(11, 19, 49, 0.7);
}

.scrollToTop:hover {
    background: #0b1331;
}

a.scrollToTop:after {
    content: "";
    background: url(/assets/frontend/images/scroll-top.png) center center;
    position: absolute;
    left: 2px;
    right: 0;
    top: 15px;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.scrollToTop:hover{
    text-decoration:none;
}

.share-left-article ul li {
    padding-bottom: 40px;
}

.share-left-article ul li:last-child {
    padding-bottom: 0;
}

a.scroll-btn:hover {
    color: #1b294f;
}

a.scroll-btn {
    color: #1b294f;
}

a.contact.cd-nav-trigger {
    text-indent: initial;
    width: 100%;
    height: 100%;
}

.contact.cd-nav-trigger.close-nav::before {
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}

.mobile-col {
    display: none;
}

.desktop-col {
    display: block;
}

@-moz-document url-prefix() {

    .wrapper-burger-menu span {
        top: 13px;
    }

    .wrapper-close-menu span::after {
        top: 1px;
        right: 59px;
    }

    .small-menu .wrapper-close-menu span::after {
        right: 50px;
        top: 0;
    }

}

.responsive-slide {
    display: none;
}

.mobile-post {
    display: none;
}

.desktop-post {
    display: block;
}

.btn-go-videos a:hover {
    color: #fff;
}

blockquote {
    text-align: left;
    width: 962px;
    margin: 0 auto !important;
    background: #5f6edc;
    padding: 70px 124px 70px 145px !important;
    margin-bottom: 110px !important;
    font-family: 'UbuntuLight' !important;
    font-size: 28px !important;
    color: #fff !important;
}

.wrapper-content-middle img {
    margin: 80px auto 70px;
    text-align: center;
    display: block;
}

.wrapper-content-middle p,
.wrapper-content-middle ol,
.wrapper-content-middle h1,
.wrapper-content-middle h2,
.wrapper-content-middle h3,
.wrapper-content-middle h4,
.wrapper-content-middle h5,
.wrapper-content-middle h6 {
    padding: 0 274px !important;
}

.wrapper-content-middle ol {
    margin-top: 80px;
    margin-bottom: 70px;
}

.recommended-left.slick-arrow {
    position: absolute;
    color: #fff;
    font-size: 35px;
    right: -30px;
    top: 40%;
    z-index: 2;
    cursor: pointer;
}

.recommended-right.slick-arrow {
    font-size: 35px;
    position: absolute;
    left: -30px;
    top: 40%;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.wrapper-load-more.read-more a::after {
    -webkit-animation: rotating 3s linear infinite;
    width: auto;
    height: auto;
    bottom: 0;
    right: -26px;
}

.close-video-play {
    font-size: 30px;
    color: #000;
    float: right;
    cursor: pointer;
    margin-right: -23px;
}

.close-video-play:hover {
    color: #000;
}

.wrapper-image-popup img {
    width: 100%;
}

.wrapper-image-popup {
    height: 240px;
}

.search-category label {
    color: #5f6edc;
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    font-size: 12px;
    border-color: #5f6edc;
    padding: 16px 20px 16px 20px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #fff;
}

.search-category label.checked,
.search-category label:hover {
    color: #fff;
    background: #5f6edc;
    border: 1px solid #5f6edc;
}

.search-category label input {
    opacity: 0;
    position: absolute;
}

.vimeo-close {
    font-size: 30px;
    color: #000;
    float: right;
    cursor: pointer;
    margin-right: -23px;
}

.image-next-article {
    width: 100%;
    overflow: hidden;
    height: 397px;
}

.collapse-div.desktop {
    display: block;
}

.collapse-div.mobile {
    display: none;
}

.form-control-danger {
    border: 1px solid red !important;
}

#name-error {
    position: absolute;
    left: 3px;
    color: #000;
    font-family: "UbuntuBold";
    bottom: -32px;
}

#email-error {
    position: absolute;
    left: 3px;
    font-family: "UbuntuBold";
    color: #000;
    bottom: -32px;
}

#message-error {
    color: #000;
    font-family: "UbuntuBold";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
}

.newsletter_form .form-group {
    height: 100%;
}

.newsletter_form .help-block {
    position: absolute;
    left: 3px;
    color: #000;
    font-family: "UbuntuBold";
    font-size: 13px;
    bottom: -30px;
}

.article-image {
    height: 863px;
}

.article-image img {
    width: 100%;
    height: auto;
}

.video-title a {
    color: #1b294f;
}

.video-title a:hover {
    color: #1b294f;
}

.wrapper-popup:hover .wrapper-image-popup {
    height: 220px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.wrapper-popup:hover .overlay-recommended {
    background: none;
}

.wrapper-popup:hover .title-article-popup {
    display: none;
}

.wrapper-popup:hover .overlay-recommended span {
    background: #000c;
    top: 45%;
    color: #fff;
}

nav #join-club {
    line-height: 15px;
    height: auto;
    width: 100%;
    text-indent: initial;
    white-space: normal;
}

.wrapper-video-article-left .overlay-image {
    box-shadow: -24px 22px rgba(224, 225, 232, 0.55);
}

.wrapper-video-article-right .overlay-image {
    box-shadow: 24px 22px rgba(224, 225, 232, 0.55);
}

body.article li.join-us {
    display: none;
}

body.article ul.social-menu-overlay {
    left: 0;
    right: 0;
    text-align: center;
}

ul.social-menu-overlay li a:hover:before {
    display: none;
}

li.join-us a:hover {
    background: #fff;
    color: #5f6edc;
}

body .cd-primary-nav.fade-in li.join-us a:hover {
    background: #fff;
    color: #5f6edc;
}

.menu-footer-social ul li a:hover {
    color: #fff;
}

.menu li.social-icon a:hover {
    color: #5f6edc;
}

ul.social-menu-overlay li a:hover {
    color: #5f6edc !important;
}

.wrapper-subscribe-form ul li:hover:last-child input {
    background: #fff;
    color: #5f6edc;
}

.form-control:focus {
    border-color: #fff !important;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wrapper-header.small-menu {
    height: 60px;
}

body.video .wrapper-header.small-menu {
    height: 60px;
}

.wrapper-header.small-menu li.social-icon a {
    font-size: 14px !important;
}

.wrapper-header.small-menu li.join-us a {
    padding: 8px 18px 8px 18px;
}

.wrapper-header.small-menu .menu-wrapper {
    height: 55px;
}

.wrapper-header.small-menu .logo {
    top: 7px;
}

.small-menu .logo img {
    margin: -12px 14px;
}

.small-menu .menu ul li:last-child {
    top: 18px;
}

.icon.ideea img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.icon.message img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.icon.apple img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.icon.facebook img {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.video-carousel ,
.top-video-list {
    visibility: hidden;
}

.video-carousel ,
.slick-initialized {
    visibility: visible;
}

.search-scroll {
    overflow: hidden;
}

ul.social-menu-overlay li a:after ,
ul.social-menu-overlay li a:before {
    display: none;
}

.small-menu .close-search span {
    width: 40px;
    height: 40px;
    line-height: 39px;
    margin-top: 10px;
    margin-right: 10px;
}

.result-page .filter-list {
    margin-top: 80px;
}

.divider {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-group.topic {
    position: relative;

}

#topic-button {
    height: 46px;
    width: 356px;
    border-radius: 25px;
    border: none;
    padding-left: 24px;
    font-family: 'UbuntuBold';
    line-height: 35px;
    outline: none !important;
}

.divider-desktop {
    display: block;
}

#company-error {
    position: absolute;
    left: 3px;
    color: #000;
    font-family: "UbuntuBold";
    bottom: -32px;
}

#topic-button::before {
    content: "\f107";
    float: right;
    font-family: "FontAwesome";
    font-size: 22px;
}

#topic-error {
    position: absolute;
    left: 3px;
    font-family: "UbuntuBold";
    color: #000;
    bottom: -32px;
}

.topic.has-danger .arrow-dropdown {
    color: #fff;
    background: red;
}

.share-left-article.fixed-share {
    position: fixed;
    left: 16.2%;
    top: 16%;
    z-index: 10;
}

.wrapper-swap-image img {
    width: 100%;
    height: auto;
}

.wrapper-swap-image:hover .tooltip-text {
    opacity: 1;
}

.wrapper-swap-image {
    position: fixed;
    right: 0;
    top: 45%;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #dcdee5;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(220, 222, 229);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(220, 222, 229);
    border-right: 0;
    cursor: pointer;
    z-index: 2222;
    background: #fff;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 6px;
}

.tooltip-text {
    position: fixed;
    right: 54px;
    top: 45.7%;
    z-index: 22222;
    font-family: "UbuntuBold";
    font-size: 12px;
    box-sizing: border-box;
    border: 1px solid #b1b1b1;
    padding: 8px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #b1b1b1;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    color: #fff;
}

.tooltip-text::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 13px solid #b1b1b1;
    position: absolute;
    right: -6px;
    top: 4px;
}

.small-menu .wrapper-logo-search {
    padding-top: 15px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-logo-search {
    padding-top: 23px;
}

.ui-menu-item-wrapper::first-letter {
    text-transform: uppercase;
}

.ui-menu-item-wrapper {
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'UbuntuBold';
    padding-left: 24px !important;
    border-bottom: 1px solid #d5d1d1e6;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

.menu-footer ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch;
}

.menu-footer ul li a:hover {
    color: #fff;
}

#topic {
    height: 46px;
    width: 356px;
    border-radius: 25px;
    border: none;
    padding-left: 24px;
    font-family: 'UbuntuBold';
    cursor: pointer;
}

.form-group.topic {
    position: relative;
}

.topic::after {
    content: "\f0dd ";
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    height: 44px;
    width: 25px;
    background: #fff;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    line-height: 37px;
    text-align: center;
    padding-right: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-right: 2px;
    margin-top: 1px;
}

.wrapper-terms-title {
    margin-top: 160px;
    font-family: 'UbuntuBold';
    font-size: 50px;
    text-align: center;
    color: #fff;
}

.wrapper-terms {
    color: #828f9d;
    font-size: 22px;
    margin-top: -80px;
    margin-bottom: 90px;
    background: #fff;
    padding: 30px 50px 30px 50px;
    font-family:"Ubuntu Light";
    line-height: 36px;
}

.container-fluid.terms {
    height: 400px;
    background: linear-gradient(to right, #653ab0, #4a48ad);
}

.image-next-article img {
    width: 100%;
    height: auto;
}

.carousel-iframe-wrapper {
    position: relative;
}

.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 792px;
    height: 100%;
    background-size: cover !important;
}

.carousel-iframe-wrapper span {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 60px;
    padding-left: 6px;
    margin: 0 auto;
    font-size: 22px;
    cursor: pointer;
}

.nav-slider:hover i {
    color: #fff;
}

.nav-slider i {
    font-size: 35px;
}

.no-background {
    background: linear-gradient(to right, #653ab0, #4a48ad);
}

.wrapper-terms h3 {
    font-family: "UbuntuBold";
    font-size: 30px;
    line-height: 42px;
    color: #1b294f;
}

body.privacy li.join-us ,
body.terms li.join-us {
    display: none;
}

.modal-body.loading::after {
    content: "\f110";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 55px;
    color: #ffff;
    text-align: center;
}

.modal-body.loading {
    background: #000c;
    margin: 15px;
    height: 400px;
}

body.privacy ul.social-menu-overlay,
body.terms ul.social-menu-overlay {
    left: 0;
    right: 0;
    text-align: center;
}

progress {
    border: 0px none;
    background-color: #fff;
    color: #5f6edc;
    position: fixed;
    top: 6%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 21;
    height: 7px;
}

progress::-webkit-progress-bar {
    background-color: #fff;
}
progress::-webkit-progress-value {
    background-color: #5f6edc;
}

progress::-moz-progress-bar {
    background-color: #5f6edc;
}

.footer-logo img {
    margin: -10px -10px;
}

.logo img {
    margin: -20px 14px;
}

.island img {
    width: 1000px;
}


.article-title h1 {
    padding: 50px 0 40px 0;
}

.article-image {
    height: auto;
    box-shadow: -6px 6px 20px #bebdbd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-bottom-color: #5f6edc !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #5f6edc !important;
}

.tab-content p {
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 24px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #828f9d !important;
}

.tab-content h3 {
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 24px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #5f6edc !important;
}

.nav-tabs > li > a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #828f9d;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
    background: transparent;
}

.wrapper-bottom-text {
    padding-top: 40px;
    padding-bottom: 50px;
}

.wrapper-bottom-text p {
    margin: 0;
    padding: 15px 0 0 0;
    line-height: 28px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #828f9d !important;
    font-style: italic;
    padding-top: 0;
}

.article-image {
    position: relative;
}

.share-image-media {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    box-shadow: -6px 6px 20px #bebdbd;
}

.share-image-media ul li {
    display: inline-block;
    padding: 10px;
}

.share-image-media ul li a {
    font-size: 22px;
    color: #5f6edc;
}

.nav-tabs > li > a {
    text-transform: uppercase;
}

.wrapper-text-image {
    position: absolute;
    bottom: 30px;
    font-size: 35px;
    color: #000;
    background: #fff;
    font-family: "UbuntuBold";
    left: 30px;
    right: 30px;
    padding: 10px;
    box-shadow: -6px 6px 20px #bebdbd;
}

.nav-tabs li:first-child a {
    padding-left: 0;
}

.tab-content #challenge p {
    font-size: 20px;
    line-height: 28px;
}

.nav-tabs > li > a {
    margin-right: 20px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.wrapper-category-image ul li {
    display: inline-block;
}

.wrapper-category-image {
    padding-bottom: 50px;
}

.wrapper-all-articles {
    border-top: 1px solid #dddddd;
    margin-top: 20px;
    padding-top: 35px;
}

.wrapper-bottom-text h3 {
    font-family: "UbuntuBold";
    font-size: 30px;
    line-height: 30px;
    color: #5f6edc;
    padding-bottom: 20px;
}

.wrapper-all-articles a {
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 10px;
    color: #5f6edc;
    font-family: 'Open Sans', sans-serif;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* Responsive CSS */
/* (1920x1080) Full HD Display */

@media (min-height:1080px) and (min-width:1920px) {
    progress {
        top: 5.4%}
    .share-left-article.fixed-share {
        top: 17%}
    .share-left-article {
        left: -8px;
    }
    .wrapper-header {
        height: 70px;
    }
}

@media only screen and (max-width:1539px) {
    .icon.cart {
        top: 48%;
        right: 30%;
        width: 100px;
        z-index: 6;
    }
    .icon.notifications {
        top: 48%;
        left: 28%;
        z-index: 6;
    }
    body .icon.apple {
        top: 39%;
        left: 33%;
    }
    .icon.message {
        top: 33%;
        right: 12%;
    }
    .icon.twitter {
        top: 53%;
        right: 8%;
        left: auto;
    }
    .icon.youtube {
        left: 8%;
        right: auto;
        top: 53%;
    }
    .icon.share {
        top: 50%;
        left: 59%;
        z-index: 8;
    }
    .icon.localization {
        top: 49%;
        right: 58%;
        z-index: 7;
    }
    .read-more a:before {
        border: 1.5px solid #5f6edc;
    }
    .video-title h2 {
        font-size: 22px;
        line-height: 28px;
    }

    body .wrapper-progress-bar progress {
        top: 7.5%;
    }
    body .container.custom-reponsive-container {
        max-width: 1150px;
        width: 100%;
    }
    body .article-next-content,
    body .article-previous-content {
        width: 455px;
    }
    body .article-previous-content {
        margin-left: 86px;
    }
    body .article-next-content {
        margin-left: -1px;
    }
    body .share-left-article {
        position: absolute;
        left: 6%;
        top: 0;
    }
    body .share-left-article.fixed-share {
        position: fixed;
        left: 12.8%;
        top: 25%;
    }
}

@media only screen and (max-width:1680px) {
    .wrapper-header {
        height: 72px;
    }
    .wrapper-progress-bar progress {
        top: 6.5%;
    }
    .article-image {
        height: 822px;
    }
    .share-left-article.fixed-share {
        position: fixed;
        left: 11.7%;
        top: 25%}
    .small-menu .close-search span {
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 25px;
        margin-top: 12px;
        margin-right: 8px;
    }
    .cd-primary-nav li {
        margin: 1em 0;
    }
    ul.cd-primary-nav.fade-in li a {
        padding-bottom: 30px;
    }
    ul.search-category {
        margin-top: 120px;
        text-align: center;
    }
    .wrapper-title {
        display: table-cell;
        vertical-align: middle;
        padding-left: 181px;
        padding-right: 98px;
    }
    .small-menu .wrapper-close-menu span {
        right: 12%}
    .search-box {
        margin-top: 200px;
    }
    .wrapper-article-category-date {
        padding-bottom: 20px;
    }
    .scroll {
        left: 177px;
        bottom: 122px;
    }
    .article-previous-content {
        margin-left: 75px;
    }
    .cd-primary-nav {
        padding: 150px 5%}
    ul.social-menu-overlay {
        left: 11.5%}
    li.join-us.menu-overlay {
        right: 190px;
        margin: 0 0 35px;
    }
    .wrapper-logo-menu {
        left: 11.8%}
    .wrapper-close-menu span {
        right: 11.3%}
    .icon.message {
        top: 33%;
        right: 11%;
    }
    .icon.ideea {
        top: 31%;
        left: 21%;
    }
    .icon.apple {
        top: 38%;
        left: 27%;
    }
    ul.cd-primary-nav.fade-in li a:before {
        bottom: 5px;
    }
    .search-wrapper li.join-us.menu-overlay {
        bottom: 0;
    }
}@media only screen and (max-width:1440px) {

    .small-menu .logo img {
        margin: -25px 14px;
    }

    .icon.localization {
        top: 47%;
        right: 62%;
    }
    .icon.notifications {
        top: 48%;
        left: 30%;
        z-index: 6;
    }
    .icon.share {
        top: 47%;
        left: 62%;
    }
    .icon.cart {
        top: 48%;
        right: 33%;
    }
    .icon.youtube {
        left: 5%;
        right: auto;
        top: 50%;
    }
    .icon.twitter {
        top: 50%;
        right: 5%;
        left: auto;
    }
    .icon.message {
        top: 33%;
        right: 13%;
    }
    .wrapper-header.small-menu .logo  {
        top:  20px;
    }
    .share-left-article.fixed-share {
        left: 5.5%;
        top: 16%}
    .icon.ideea {
        top: 30%;
        left: 26%;
    }
    .icon.apple {
        top: 39%;
        left: 38%}
    .search-wrapper li.join-us.menu-overlay {
        bottom: 15px;
    }
    li.join-us.menu-overlay {
        margin: 0 0 18px;
    }
    ul.cd-primary-nav.fade-in li a:before {
        bottom: -10px;
    }
    ul.cd-primary-nav.fade-in li a {
        width: 200px;
        font-size: 45px;
        line-height: 40px;
        padding-bottom: 16px;
    }
    .cd-primary-nav li {
        margin: 2.5em 0;
    }
    .scrollToTop {
        width: 50px;
        height: 50px;
    }
    a.scrollToTop:after {
        top: 13px;
    }
    .small-menu .wrapper-close-menu span {
        right: 6%}
    .article-image {
        height: 670px;
    }
    body.video .wrapper-header {
        height: 74px;
        background: linear-gradient(to right, #6937b0, #4949ad);
    }
    .wrapper-title {
        padding-left: 63px;
        padding-right: 98px;
    }
    .scroll {
        left: 60px;
        bottom: 64px;
    }
    .scrollToTop {
        right: 4%}
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 650px;
    }
    .article-title {
        margin-top: 30px;
    }
    .article-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .wrapper-logo-menu {
        left: 6.2%;
    }
    .wrapper-close-menu span {
        right: 4.9%}
    .island {
        padding: 0 80px;
    }
    .island img {
        width: 80%;
        height: auto;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 60px;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 100px;
    }
    ul.search-category {
        margin-top: 100px;
    }
    .search-box {
        margin-top: 190px;
    }
    span.arrow-search {
        width: 50px;
        height: 50px;
    }
    .search-box input {
        height: 50px;
        font-size: 35px;
    }
    .search-box::-webkit-input-placeholder {
        font-size: 35px;
        font-family: UbuntuBold;
    }
    .search-box::-moz-placeholder {
        font-size: 35px;
        font-family: UbuntuBold;
    }
    .search-box:-ms-input-placeholder {
        font-size: 35px;
        font-family: UbuntuBold;
    }
    .search-box:-moz-placeholder {
        font-size: 35px;
        font-family: UbuntuBold;
    }
}@media only screen and (max-width:1400px) {
    .share-left-article.fixed-share {
        left: 4.2%;
        top: 25%}
    .small-menu .wrapper-close-menu span {
        right: 4.5%}
    .wrapper-title {
        padding-left: 42px;
    }
    .scroll {
        left: 42px;
        bottom: 65px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 635px;
    }
    .article-title {
        margin-top: 50px;
    }
    .article-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .wrapper-logo-menu {
        left: 4%}
    .wrapper-close-menu span {
        right: 3.7%}
    .icon.ideea {
        top: 31%}
    .icon.apple {
        left: 37%}
    .icon.facebook {
        top: 29%}
    ul.search-category {
        margin-top: 100px;
    }
    .search-box {
        margin-top: 190px;
    }
}@media only screen and (max-width:1366px) {
    .wrapper-progress-bar progress {
        top: 9%}
    .share-left-article ul li {
        padding-bottom: 30px;
    }
    .form-title h1, .wrapper-title-subscription h1 {
        font-size: 35px;
    }
    .icon.facebook {
        top: 27%}
    .icon.ideea {
        top: 30%}
    .icon.message {
        top: 34%;
        right: 13%}
    .icon.notifications {
        top: 48%}
    .icon.cart {
        top: 47%}
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 50px;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 85px;
    }
    .wrappe-island-title h1 {
        font-size: 32px;
        font-family: UbuntuBold;
        line-height: 36px;
    }
    .search-box ::-webkit-input-placeholder {
        color: #fff;
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box ::-moz-placeholder {
        color: #fff;
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box :-ms-input-placeholder {
        color: #fff;
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box :-moz-placeholder {
        color: #fff;
        font-size: 40px;
        font-family: UbuntuBold;
    }
    span.arrow-search {
        width: 45px;
        height: 45px;
        top: 8px;
    }
    .share-left-article {
        position: absolute;
        left: 0;
        top: 0;
    }
    .share-left-article.fixed-share {
        left: 2.3%}
    .search-box input {
        height: 55px;
        font-size: 40px;
        padding: 15px 0 0;
    }
    .scrollToTop {
        width: 45px;
        height: 45px;
    }
    a.scrollToTop:after {
        top: 10px;
    }
    .small-menu .menu ul li:last-child {
        top: 17px;
    }
    .small-menu .wrapper-close-menu span {
        right: 2.2%}
    ul.search-category {
        margin-top: 100px;
    }
    .search-box {
        margin-top: 190px;
    }
    .article-image {
        height: 605px;
    }
    .wrapper-title {
        padding-left: 11px;
    }
    .wrapper-close-menu span {
        right: 3%}
    .scroll {
        left: 9px;
        bottom: 86px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 605px;
    }
    .article-title h1 {
        font-size: 38px;
        line-height: 42px;
    }
    .article-title {
        margin-top: 0;
    }
}

@media only screen and (max-width:1347px) {
    .share-left-article ul li {
        padding-bottom: 30px;
    }
    body .share-left-article.fixed-share {
        position: fixed;
        left: 2%;
        top: 25%;
    }
    body .share-left-article {
        position: absolute;
        left: 0;
        top: 0;
    }
    .scrollToTop, span.arrow-search {
        width: 50px;
        height: 50px;
    }
    .share-left-article.fixed-share {
        left: 2%;
        top: 27%}
    a.scrollToTop:after {
        top: 14px;
    }
    .small-menu .menu ul li:last-child {
        top: 17px;
    }
    .small-menu .wrapper-close-menu span {
        right: 2.2%}
    ul.search-category {
        margin-top: 100px;
    }
    .search-box {
        margin-top: 190px;
    }
    .article-image {
        height: 605px;
    }
    .wrapper-title {
        padding-left: 11px;
    }
    .wrapper-close-menu span {
        right: 2%}
    .scroll {
        left: 9px;
        bottom: 86px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 605px;
    }
    .article-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .article-title {
        margin-top: 0;
    }
    .wrapper-logo-menu {
        left: 1.9%}
}

@media only screen and (max-width:1336px) {
    .share-left-article ul li {
        padding-bottom: 30px;
    }
    .scrollToTop, span.arrow-search {
        width: 50px;
        height: 50px;
    }
    .share-left-article.fixed-share {
        left: 2%;
        top: 27%}
    a.scrollToTop:after {
        top: 14px;
    }
    .small-menu .menu ul li:last-child {
        top: 17px;
    }
    .small-menu .wrapper-close-menu span {
        right: 2.2%}
    ul.search-category {
        margin-top: 100px;
    }
    .search-box {
        margin-top: 190px;
    }
    .article-image {
        height: 605px;
    }
    .wrapper-title {
        padding-left: 11px;
    }
    .wrapper-close-menu span {
        right: 2%}
    .scroll {
        left: 9px;
        bottom: 86px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 605px;
    }
    .article-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
    .article-title {
        margin-top: 0;
    }
    .wrapper-logo-menu {
        left: 1.9%}
}

@media only screen and (max-width:1300px) {
    .share-left-article.fixed-share {
        left: 1.8%;
        top: 27%}
    .icon.message {
        top: 33%;
        right: 14%;
    }
    .icon.ideea {
        top: 28%}
    .icon.apple {
        left: 35%;
        top: 38%;
    }
    .container {
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
    .article-scroll a:after {
        top: 2px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .wrapper-article-title {
        height: 544px;
    }
    .article-title h1 {
        font-size: 45px;
        line-height: 50px;
    }
    .scroll {
        bottom: 20px;
    }
    .article-previous-content {
        margin-left: 60px;
    }
    .wrapper-logo-menu {
        left: 1.7%}
    .wrapper-close-menu span {
        right: 1.3%}
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 100px;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 50px;
    }
    .wrapper-feedback-section {
        margin-top: 100px;
    }
    ul.top-video-list li {
        width: 410px;
    }
    .title-recommended h3 {
        margin-bottom: 15px;
    }
    .wrapper-go-videos {
        top: 4px;
    }
}@media only screen and (max-width:1200px) {
    .icon.youtube {
        left: 2%;
    }
    .icon.twitter {
        top: 50%;
        right: 2%;
    }
    .icon.facebook {
        top: 30%;
        right: 40%;
    }
    .icon.message {
        top: 33%;
        right: 13%}
    .icon.apple {
        left: 37%;
        top: 38%}
    .icon.ideea {
        top: 30%;
        left: 25%;
    }
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 80px;
    }
    .share-left-article.fixed-share {
        left: 2.5%;
        top: 27%}
    .small-menu .wrapper-close-menu span {
        right: 3.5%}
    .article-next-title a, .article-previous-title a {
        color: #1b294f;
        line-height: 23px;
    }
    .article-next-content {
        width: 485px;
    }
    .article-image {
        height: 575px;
    }
    .wrapper-article-category-date {
        padding-bottom: 10px;
    }
    .article-title {
        margin-top: 25px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .scroll {
        left: 9px;
        bottom: 62px;
    }
    .container {
        max-width: 1170px;
        width: 100%;
    }
    .article-previous-content {
        margin-left: 50px;
        width: 490px;
    }
    .article-next-title, .article-previous-title {
        font-size: 22px;
    }
    .wrapper-logo-menu {
        left: 3.5%;
    }
    .wrapper-close-menu span {
        right: 2.3%}
    .title-recommended h3 {
        margin-bottom: 15px;
    }
    .wrapper-go-videos {
        top: 4px;
    }
    ul.top-video-list li {
        width: 372px;
    }
    .wrapper-filter-menu ul li {
        margin-right: 18px;
    }
    .title-article-popup p {
        font-size: 16px;
    }
}@media only screen and (max-width:1024px) {
    blockquote {
        width: 100%;
        padding: 40px!important;
    }
    .wrapper-content-middle img {
        width: 100%!important;
        height: auto!important;
    }
    .carousel-iframe-wrapper span {
        left: 14%}
    .carousel-overlay {
        width: 570px;
    }
    .share-left-article.fixed-share {
        left: 4.1%;
        top: 27%}
    .icon.ideea {
        left: 24%;
        top: 32%}
    .small-menu .wrapper-close-menu span {
        right: 5.4%}
    li.join-us.menu-overlay {
        right: 130px;
    }
    .wrapper-content-middle h1, .wrapper-content-middle h2, .wrapper-content-middle h3, .wrapper-content-middle h4, .wrapper-content-middle h5, .wrapper-content-middle h6, .wrapper-content-middle ol, .wrapper-content-middle p {
        padding: 0!important;
    }
    .article-image {
        height: 465px;
    }
    .vertical-align-right {
        padding-left: 100px;
        padding-right: 100px;
    }
    .container {
        max-width: 970px;
        width: 100%;
    }
    ul.search-category {
        margin-top: 140px;
    }
    ul.search-category li {
        margin-right: 5px;
    }
    .article-image img {
        width: 100%;
        height: auto;
    }
    .content-article {
        padding: 0 180px;
    }
    .wrapper-article-title {
        height: 465px;
    }
    .wrapper-title {
        padding-left: 28px;
    }
    .article-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .scroll {
        left: 25px;
        bottom: 63px;
    }
    .article-title {
        margin-top: 10px;
    }
    .wrapper-image-content img {
        width: 100%;
        height: auto;
    }
    .wrapper-image-content {
        height: auto;
    }
    .article-previous-content {
        margin-left: 50px;
        width: 390px;
    }
    .article-next-content {
        width: 390px;
    }
    .next-content {
        padding-right: 60px;
        padding-left: 85px;
    }
    .previous-content {
        padding-right: 30px;
        padding-left: 91px;
    }
    .article-next-title, .article-previous-title {
        font-size: 20px;
        line-height: 24px;
    }
    .copyright p {
        font-size: 10px;
        line-height: 5px;
    }
    .wrapper-logo-menu {
        left: 5.2%;
    }
    .wrapper-close-menu span {
        right: 3.3%}
    ul.top-video-list li {
        width: 306px;
    }
    .wrappe-island-title h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 40px;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 70px;
    }
    .icon.apple {
        left: 35%;
        top: 39%}
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 60px;
    }
    .icon.twitter {
        right: 4%;
    }
    .icon.youtube {
        left: 4%;
    }
    .icon.share {
        top: 46%}
    .icon.chat {
        top: 46%}
    .icon.localization {
        top: 46%}
    .icon.message {
        top: 35%;
        right: 13%}
    .icon.cart, .icon.notifications {
        top: 47%}
    .island img {
        -webkit-animation-duration: 8s;
        -moz-animation-duration: 8s;
    }
    .icon.twitter, .icon.youtube {
        top: 48%}
    .btn-default {
        padding: 8px 12px!important;
    }
    .wrapper-filter-menu ul li {
        margin-right: 10px;
    }
    .video-title h2 {
        font-size: 24px;
    }
    .vertical-align-left {
        padding-left: 120px;
    }
}@media only screen and (max-width:992px) {
    .logo img {
        margin: -25px 15px;
    }
    .share-left-article.fixed-share {
        left: 2.6%;
        top: 27%}
    .article-image {
        height: 445px;
    }
    .small-menu .wrapper-close-menu span {
        right: 4.2%}
    .wrapper-logo-menu {
        left: 4%;
        top: 0;
    }
    .wrapper-close-menu span {
        right: 2%}
    .wrapper-title {
        padding-left: 11px;
    }
    .scroll {
        left: 10px;
        bottom: 90px;
    }
    .article-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
    li.join-us.menu-overlay {
        right: 50px;
    }
    ul.social-menu-overlay {
        left: 50px;
    }
    .wrapper-image-popup img {
        width: 100%;
        height: auto;
    }
    .island {
        margin-bottom: 265px;
    }
    .icon.chat {
        top: 47%}
    .icon.localization {
        top: 47%}
    .icon.share {
        top: 47%}
    .icon.cart, .icon.notifications {
        top: 46%}
    .icon.twitter, .icon.youtube {
        top: 48%}
    .icon.ideea {
        top: 31%;
    }
    .icon.apple {
        left: 36%;
        top: 37%;
    }
    .icon.message {
        top: 33%;
    }
    .icon.facebook {
        top: 30%}
}

@media only screen and (max-width:768px) {

    .wrapper-logo-menu {
        left: 5%;
        top: 0;
    }

    .wrapper-previous-article,
    .wrapper-next-article {
        display: none;
    }

    .wrapper-tabs {
        padding-top: 30px;
    }

    .article-image {
        height: 445px;
        width: 100%;
        overflow: hidden;
    }

    .article-title h1 {
        padding: 110px 0 40px 0;
    }

    .icon.cart img, .icon.notifications img, .icon.message img, .icon.apple img {
        width: 40px;
    }

    .wrapper-header {
        height: 74px;
    }
    .modal-body.loading {
        margin: 48px;
    }
    .modal-header .close {
        right: 20px;
        top: 10px;
    }
    .modal-body {
        margin: 30px;
    }
    .wrapper-popup:hover .wrapper-image-popup {
        height: 175px;
    }
    .menu-footer ul, .menu-footer ul li, .menu-footer-social ul {
        margin: 0 auto;
    }
    #topic, #topic-button, .carousel-overlay {
        width: 100%}
    .carousel-iframe-wrapper span {
        left: 10%}
    .share-left-article.fixed-share {
        left: 2.6%;
        top: 20%}
    #topic {
        height: 46px;
    }
    .divider-desktop {
        display: none;
    }
    .small-menu .wrapper-close-menu span {
        right: 4%}
    span.arrow-search {
        width: 40px;
        height: 40px;
    }
    .wrapper-popup:hover .overlay-recommended span {
        top: 40%}
    .wrapper-input.right {
        margin-right: 0;
    }
    .wrapper-input.left {
        margin-left: 0;
    }
    .video-carousel .video-title h2 {
        white-space: nowrap;
        width: 32em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wrapper-content-middle img {
        width: 100%!important;
        height: auto!important;
    }
    .wrapper-content-middle h1, .wrapper-content-middle h2, .wrapper-content-middle h3, .wrapper-content-middle h4, .wrapper-content-middle h5, .wrapper-content-middle h6, .wrapper-content-middle ol, .wrapper-content-middle p {
        padding: 0!important;
    }
    body.video .wrapper-header {
        background: linear-gradient(to right, #6937b0, #4d46ae);
        height: 75px;
    }
    .collapse-div.desktop {
        display: none!important;
    }
    .collapse-div.mobile {
        display: block!important;
    }
    .wrapper-image-popup {
        height: 200px;
    }
    .gallery_product .vertical-align-right:after, .gallery_product .vertical-align-right:before {
        display: none;
    }
    .title-article-popup {
        padding-right: 15px;
    }
    .cd-content .cd-intro {
        height: 250px;
        padding-top: 6em;
    }
    .cd-content h1 {
        font-size: 28px;
        font-size: 1.75rem;
    }
    .cd-content p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.8;
    }
    .container {
        max-width: 750px;
        width: 100%;
    }
    .wrapper-logo {
        height: auto;
    }
    .mobile-col {
        display: block;
    }
    .desktop-col, .desktop-slide, .scroll {
        display: none;
    }
    .content-article {
        padding: 0 100px;
    }
    .wrapper-title {
        padding-left: 108px;
    }
    .wrapper-top {
        margin-top: 0;
    }
    .wrapper-quote {
        width: 100%;
        padding: 70px 100px;
        margin-bottom: 90px;
    }
    .image-next-article, .image-previous-article {
        width: 100%;
        overflow: hidden;
        height: auto;
    }
    .image-next-article img, .image-previous-article img {
        width: 100%;
        height: auto;
    }
    .article-next-title, .article-previous-title {
        font-size: 18px;
        line-height: 19px;
    }
    .article-next-content, .article-previous-content {
        top: 130px;
        height: 230px;
    }
    .article-next-content {
        width: 280px;
        margin-left: -1px;
    }
    .article-previous-content {
        margin-left: 35px;
        width: 280px;
    }
    .next-content, .previous-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .form-title h1 {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wrapper-input input, .wrapper-input.left, .wrapper-input.right {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrapper-textarea textarea {
        height: 90px;
        width: 100%}
    .footer, .wrapper-feedback-section {
        height: auto;
    }
    .wrapper-textarea {
        margin-top: 0;
    }
    .article .wrapper-feedback-section {
        margin-top: 0;
    }
    .wrapper-submit {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        padding-top: 50px;
    }
    .wrapper-logo-copyright {
        text-align: center;
        margin-bottom: 30px;
    }
    .wrapper-menu-footer {
        text-align: center;
    }
    .menu-footer {
        margin-bottom: 30px;
    }
    .menu-footer-social ul li:last-child a {
        margin: 0;
    }
    .menu-footer-social ul li a {
        font-size: 22px;
        margin-right: 20px;
    }
    .menu-footer-social {
        margin-bottom: 50px;
    }
    li.join-us.menu-overlay {
        right: 50px;
    }
    ul.social-menu-overlay {
        left: 50px;
    }
    ul.top-video-list li {
        width: 233px;
    }
    .title-article-popup p {
        font-size: 14px;
    }
    .wrappe-island-title h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .icon.ideea img, .icon.facebook img {
        width: 35px;
    }
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 45px;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 30px;
    }
    .icon.apple {
        left: 30%;
        top: 36%;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 50px;
    }
    .icon.ideea {
        top: 30%;
        left: 22%;
    }
    .icon.message {
        top: 35%;
        right: 12%;
    }
    .icon.facebook {
        top: 29%;
        right: 38%;
    }
    .icon.cart, .icon.notifications {
        top: 46%}
    .icon.chat, .icon.localization, .icon.share {
        top: 45%}
    .responsive-slide {
        display: block;
    }
    .custom-width {
        width: 100%!important;
    }
    .slick-slide .wrapper-category-date {
        margin-top: 15px;
    }
    .slick-slide .read-more, .video-title h2 {
        margin-top: 20px;
    }
    .video-title h2 {
        font-size: 20px;
    }
    .video-title br {
        display: none;
    }
    .wrapper-filter-menu ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .wrapper-filter-menu {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .mobile-post {
        display: block;
    }
    .desktop-post, .gallery_product .vertical-align-left:after, .gallery_product .vertical-align-left:before {
        display: none;
    }
    .vertical-align-left {
        padding-left: 0;
    }
    .overlay-image span {
        top: 45%}
    .wrapper-category-date-video {
        height: 260px;
    }
    .wrapper-logo-search {
        padding-top: 23px;
        position: absolute;
    }
    .search-box {
        margin-top: 150px;
        font-size: 50px;
    }
    .search-box::-webkit-input-placeholder {
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box::-moz-placeholder {
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box:-ms-input-placeholder {
        font-size: 40px;
        font-family: UbuntuBold;
    }
    .search-box:-moz-placeholder {
        font-size: 40px;
        font-family: UbuntuBold;
    }
    ul.search-category {
        margin-top: 120px;
        text-align: center;
    }
    ul.search-category li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 35px;
    }
    ul.search-category li a {
        padding: 9px 12px;
    }
    .slick-slide .read-more, .slick-slide .video, .slick-slide .video-title, .slick-slide .wrapper-category-date, .vertical-align-right, .video-title {
        padding-left: 0;
    }
    span.arrow-search {
        top: 10px;
    }
    .wrapper-subscribe-section {
        height: 100%}
    .wrapper-subscribe-form ul li {
        height: 46px;
        margin-right: 15px;
        margin-bottom: 20px;
        width: 100%}
    .wrapper-subscribe-form ul li:last-child {
        width: 50%;
        margin: 0 auto;
    }
    .wrapper-subscribe-section {
        margin-bottom: 90px;
        padding-bottom: 50px;
        display: inline-block;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
    .gallery_product {
        margin-bottom: 0;
    }
}@media only screen and (max-width:640px) {
    .list-article, .wrapper-quote {
        margin-bottom: 50px;
    }
    .container {
        width: 100%!important;
    }
    .menu ul li {
        padding-right: 10px;
    }
    .share-left-article {
        left: 30px;
    }
    .wrapper-image-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .middle-content {
        margin-top: 40px;
    }
    .list-article {
        margin-top: 50px;
    }
    .quote-content {
        font-size: 25px;
        line-height: 30px;
    }
    .next-btn, .previous-btn {
        margin-bottom: 30px;
    }
    .article-previous-content {
        margin-left: 20px;
        width: 255px;
    }
    .bottom-content {
        margin-bottom: 50px;
    }
    .wrapper-next-article .tag, .wrapper-previous-article .tag {
        padding: 6px 12px;
    }
    .article-next-content {
        width: 255px;
    }
    .article .wrapper-feedback-section {
        margin-top: 225px;
    }
    .cd-primary-nav {
        padding: 150px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    li.join-us.menu-overlay {
        right: 20px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
}
@media only screen and (max-width:480px) {

    .nav-tabs > li > a {
        margin-right: 0;
    }

    .wrapper-category-image {
        padding-bottom: 30px;
    }

    .article-title h1 {
        padding: 120px 0 20px 0;
    }

    .wrapper-text-image {
        bottom: 15px;
        font-size: 22px;
        left: 15px;
        right: 15px;
        padding: 8px;
    }

    .more-article {
        margin-top: 80px;
    }

    .wrapper-video-article-left:hover iframe {
        box-shadow: none;
    }

    .wrapper-video-article-right:hover iframe {
        box-shadow: none;
    }

    .wrapper-header.small-menu .menu-wrapper {
        height: 55px;
        padding-top: 5px;
    }

    .icon.cart,
    .icon.notifications,
    .icon.ideea {
        display: none;
    }

    .icon.cart img, .icon.notifications img, .icon.message img, .icon.apple img {
        width: 30px;
    }
    .icon.ideea img, .icon.facebook img {
        width: 28px;
    }
    .wrapper-header {
        height: auto;
    }
    .island img {
        width: 100%;
        height: auto;
    }
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 30px;
    }
    .wrapper-video-article-left, .wrapper-video-article-right {
        height: 397px;
    }
    body .wrapper-progress-bar progress {
        top: 95px;
    }
    .wrapper-terms-title {
        font-size: 40px;
    }
    body.terms .menu ul li:last-child, body.privacy .menu ul li:last-child {
        right: 30%}
    .wrapper-terms {
        font-size: 18px;
        line-height: 22px;
    }
    .wrapper-terms h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .wrapper-terms {
        padding: 30px 20px 30px 20px;
    }
    .modal-header .close {
        right: 22px;
    }
    .wrapper-filter-menu, span.tooltip-text {
        display: none;
    }
    .title-article-popup p, .video-carousel .video-title h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body.video .wrapper-header.small-menu {
        height: auto;
    }
    .video-top-section {
        margin-top: 90px;
        height: 500px;
    }
    .carousel-iframe-wrapper span {
        left: 0;
        top: 40%}
    body .share-left-article.fixed-share {
        left: 10px;
    }
    .wrapper-video-article-content {
        margin-top: 30px;
    }
    .article-title h1 {
        font-size: 22px;
        line-height: 25px;
    }
    body.article.small-menu .menu ul li:last-child {
        right: 127px;
        top: 20px;
    }
    body.article .menu ul li:last-child {
        right: 125px;
        top: 28px;
    }
    .wrapper-article-image {
        margin-top: 110px;
    }
    ul.cd-primary-nav.fade-in li a:before {
        bottom: -5px;
    }
    .cd-primary-nav li {
        margin: 1.5em 0;
    }
    ul.cd-primary-nav.fade-in li a {
        width: 150px;
    }
    .wrapper-island {
        margin-top: 50px;
    }
    .wrapper-header.small-menu {
        height: auto;
    }
    .video-carousel {
        margin-bottom: 30px;
    }
    .wrapper-popup:hover .wrapper-image-popup {
        height: 115px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper-popup:hover .overlay-recommended {
        background: 0 0;
    }
    .wrapper-popup:hover .title-article-popup {
        display: block;
    }
    .article-image {
        height: 300px;
    }
    .wrapper-header {
        background: linear-gradient(to right, #633ab0, #4e45ae);
    }
    body.video .wrapper-header {
        background: linear-gradient(to right, #6639b0, #5a3fb0);
        height: auto;
    }
    @-moz-document url-prefix() {
        .menu ul li:last-child {
            right: 0;
        }
    }.recommended-left.slick-arrow, .recommended-right.slick-arrow {
         top: 35%}
    .wrapper-popup:hover .overlay-recommended span {
        display: none;
    }
    .video-carousel .video-title h2 {
        width: 19em;
    }
    .wrapper-content-middle h1, .wrapper-content-middle h2, .wrapper-content-middle h3, .wrapper-content-middle h4, .wrapper-content-middle h5, .wrapper-content-middle h6, .wrapper-content-middle ol, .wrapper-content-middle p {
        padding: 0!important;
    }
    .video-title h2 {
        line-height: initial;
    }
    .next-btn, .previous-btn {
        margin-top: 40px;
    }
    .wrapper-content-middle img {
        margin: 25px 0 0;
        text-align: center;
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    .wrapper-content-middle ol {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .wrapper-content-middle h3 {
        margin: 15px 0;
        font-family: UbuntuBold;
        font-size: 22px;
        line-height: 20px;
        color: #1b294f;
    }
    blockquote {
        text-align: left;
        width: 100%;
        margin: 0 auto 30px!important;
        background: #5f6edc;
        padding: 30px!important;
        font-family: UbuntuLight!important;
        font-size: 18px!important;
        color: #fff!important;
        line-height: 20px!important;
    }
    .overlay-image span {
        top: 40%}
    .title-article-popup p {
        font-size: 14px;
        max-width: 15ch;
    }
    .wrapper-next-article, .wrapper-previous-article {
        display: none;
    }
    .article .wrapper-feedback-section {
        margin-top: 20px;
    }
    .wrapper-submit {
        margin-bottom: 40px;
    }
    .scrollToTop {
        right: 40px;
    }
    .wrapper-title {
        padding-left: 45px;
        padding-right: 45px;
    }
    .content-article {
        padding: 0 45px;
    }
    .share-left-article ul li {
        padding-bottom: 10px;
    }
    body .share-left-article {
        left: -5px;
    }
    .wrapper-article-title {
        height: 280px;
    }
    .logo, .wrapper-logo {
        position: initial;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .wrapper-logo {
        padding-top: 18px;
    }
    .menu-wrapper {
        text-align: center;
    }
    .menu ul li:last-child {
        right: 45px;
        top: 28px;
    }
    .form-title h1 {
        font-size: 28px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .small-menu .menu ul li:last-child {
        top: 20px;
        right: 56px;
    }
    .wrapper-logo-menu {
        display: none;
    }
    .wrapper-quote {
        padding: 70px 45px;
    }
    .cd-primary-nav {
        padding: 80px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    li.join-us.menu-overlay {
        right: 20px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    ul.top-video-list li {
        width: 143px;
    }
    .title-recommended h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .wrapper-go-videos {
        top: 0;
    }
    .btn-go-videos a:after {
        bottom: -3px;
    }
    .island {
        margin-bottom: 150px;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 30px;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 20px;
    }
    .icon.chat {
        top: 56%}
    .icon.cart, .icon.notifications {
        top: 57%}
    .icon.message {
        top: 43%;
        right: 15%;
    }
    .icon.localization {
        top: 55%;
        right: 55%}
    .icon.twitter {
        top: 58%;
        right: 30px;
    }
    .icon.share {
        top: 55%;
        left: 55%;
    }
    .icon.apple {
        left: 26%;
        top: 43%;
    }
    .icon.ideea {
        top: 43%;
        left: 22%;
    }
    .icon.youtube {
        top: 58%;
        left: 30px;
    }
    .icon.facebook {
        top: 39%;
        right: 47%;
    }
    .video-title {
        padding-left: 0;
    }
    .gallery_product {
        margin-bottom: 0;
    }
    .vertical-align-right {
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper-title-subscription h1 {
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .wrapper-subscribe-section {
        height: auto;
        margin-bottom: 50px;
        padding-bottom: 30px;
    }
    .wrapper-subscribe-form ul li {
        display: inline-block;
        width: 100%;
        margin: 0 0 27px auto;
        height: 46px;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before, .wrapper-logo-search {
        display: none;
    }
    #message-error {
        bottom: -18px;
    }
    .wrapper-spam-message {
        margin-top: 15px;
    }
    .search-box {
        margin-left: 50px;
        margin-right: 50px;
        font-size: 30px;
        margin-top: 125px;
        padding-top: 0;
    }
    .search-box input {
        font-size: 25px;
    }
    .wrapper-content-search input::-webkit-input-placeholder{
        font-size: 25px;
    }
    .wrapper-content-search input::-webkit-input-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input::-moz-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input:-ms-input-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input:-moz-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .search-box input {
        height: 50px;
    }
    span.arrow-search {
        width: 45px;
        height: 45px;
        top: 0;
    }
    .wrappe-island-title h1 {
        font-size: 25px;
        line-height: 30px;
    }
    ul.search-category li a {
        padding: 7px 9px;
    }
    ul.search-category li {
        margin-right: 6px;
        margin-bottom: 28px;
    }
    ul.search-category {
        margin-top: 85px;
        text-align: center;
    }
    .slick-slide .video, .wrapper-category-date {
        padding-left: 0;
    }
    .wrapper-image-popup {
        height: 115px;
    }
    .recommended-left.slick-arrow {
        right: -20px;
    }
    .recommended-right.slick-arrow {
        left: -20px;
    }
    .search-category label {
        padding: 8px 10px;
    }
}@media only screen and (max-width:425px) {
    .form-title h1, .list-article, .middle-content, .wrapper-image-content {
        margin-top: 30px;
    }
    .form-title h1, .list-article, .wrapper-quote {
        margin-bottom: 30px;
    }
    .menu ul li:last-child {
        right: 22px;
    }
    .wrapper-subtitle h3 {
        font-size: 25px;
        line-height: 50px;
    }
    .list-article ol li {
        padding-left: 40px;
    }
    .content-article {
        font-size: 18px;
        line-height: 25px;
    }
    .list-article ol li::before {
        top: 3px;
    }
    .quote-content {
        font-size: 22px;
        line-height: 28px;
    }
    .share-left-article {
        top: 5px;
    }
    .form-title h1 {
        font-size: 26px;
    }
    .cd-primary-nav {
        padding: 80px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    li.join-us.menu-overlay {
        right: 20px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    .wrapper-logo-search {
        display: none;
    }
    .search-box input {
        font-size: 25px;
    }
    .wrapper-content-search input::-webkit-input-placeholder{
        font-size: 25px;
    }
    .wrapper-content-search input::-webkit-input-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input::-moz-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input:-ms-input-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    .wrapper-content-search input:-moz-placeholder {
        font-size: 25px;
        font-family: UbuntuBold;
    }
    span.arrow-search {
        top: 0;
        width: 40px;
        height: 40px;
    }
    ul.search-category li {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 25px;
    }
    ul.search-category {
        text-align: center;
        margin-top: 60px;
    }
    ul.search-category li a {
        padding: 5px 8px;
    }
    .slick-slide .read-more, .slick-slide .video, .slick-slide .video-title, .slick-slide .wrapper-category-date, .wrapper-category-date {
        padding-left: 0;
    }
    .search-box input {
        width: 100%;
        height: 45px;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
    }
    ul.top-video-list li {
        width: 121px;
    }
    .video-title h2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
    .search-category label {
        padding: 8px 10px;
    }
}@media only screen and (max-width:414px) {

    .wrapper-bottom-text p {
        line-height: 28px;
        font-size: 18px;
    }

    .wrapper-bottom-text h3 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .tab-content h3,
    .tab-content p {
        line-height: 22px;
        font-size: 16px;
    }

    .tab-content #challenge p {
        font-size: 18px;
        line-height: 22px;
    }

    .nav-tabs > li > a {
        font-size: 12px;
    }

    .wrapper-text-image {
        bottom: 10px;
        font-size: 18px;
        left: 10px;
        right: 10px;
        padding: 8px;
    }

    .share-image-media ul li a {
        font-size: 15px;
    }

    .share-image-media ul li {
        padding: 8px;
    }

    .share-image-media {
        top: 10px;
        right: 10px;
    }

    body .share-left-article {
        left: -6px;
    }
    .wrapper-terms-title {
        font-size: 40px;
    }
    body.terms .menu ul li:last-child, body.privacy .menu ul li:last-child {
        right: 27%}
    .wrapper-terms {
        font-size: 18px;
        line-height: 22px;
    }
    .wrapper-terms h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .wrapper-terms {
        padding: 30px 20px 30px 20px;
    }
    .form-title h1, .list-article, .wrapper-quote {
        margin-bottom: 30px;
    }
    body.video .wrapper-header {
        height: 110px;
    }
    body.video .wrapper-header.small-menu {
        height: auto;
    }
    .video-top-section {
        margin-top: 90px;
        height: 500px;
    }
    .form-title h1, .list-article, .middle-content, .wrapper-image-content {
        margin-top: 30px;
    }
    body.article.small-menu .menu ul li:last-child {
        right: 105px;
        top: 17px;
    }
    body.article .menu ul li:last-child {
        right: 105px;
        top: 28px;
    }
    .small-menu .menu ul li:last-child {
        top: 17px;
        right: 35px;
    }
    .video-carousel .video-title h2 {
        width: 18em;
    }
    .menu ul li:last-child {
        right: 22px;
    }
    .wrapper-subtitle h3 {
        font-size: 25px;
        line-height: 50px;
    }
    .list-article ol li {
        padding-left: 40px;
    }
    .content-article {
        font-size: 18px;
        line-height: 25px;
    }
    .list-article ol li::before {
        top: 3px;
    }
    .quote-content {
        font-size: 22px;
        line-height: 28px;
    }
    .form-title h1 {
        font-size: 26px;
    }
    .cd-primary-nav {
        padding: 80px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    li.join-us.menu-overlay {
        right: 20px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    .wrapper-logo-search {
        display: none;
    }
    span.arrow-search {
        top: 0;
        width: 40px;
        height: 40px;
    }
    ul.search-category li {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 25px;
    }
    ul.search-category {
        text-align: center;
        margin-top: 60px;
    }
    ul.search-category li a {
        padding: 5px 8px;
    }
    .slick-slide .read-more, .slick-slide .video, .slick-slide .video-title, .slick-slide .wrapper-category-date, .wrapper-category-date {
        padding-left: 0;
    }
    .search-box input {
        width: 100%;
        height: 45px;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
    }
    ul.top-video-list li {
        width: 121px;
    }
    .video-title h2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
    .search-category label {
        padding: 8px 10px;
    }
}@media only screen and (max-width:375px) {

    .wrapper-bottom-text p {
        line-height: 28px;
        font-size: 18px;
    }

    .wrapper-bottom-text h3 {
        font-size: 24px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .tab-content h3,
    .tab-content p {
        line-height: 22px;
        font-size: 16px;
    }

    .tab-content #challenge p {
        font-size: 18px;
        line-height: 22px;
    }

    .nav-tabs > li > a {
        font-size: 12px;
    }

    .wrapper-text-image {
        bottom: 10px;
        font-size: 18px;
        left: 10px;
        right: 10px;
        padding: 8px;
    }

    .share-image-media ul li a {
        font-size: 15px;
    }

    .share-image-media ul li {
        padding: 8px;
    }

    .share-image-media {
        top: 10px;
        right: 10px;
    }

    .icon.ideea img, .icon.facebook img {
        width: 20px;
    }
    .icon.cart img, .icon.notifications img, .icon.message img, .icon.apple img {
        width: 20px;
    }
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 20px;
    }
    .wrapper-terms-title {
        font-size: 40px;
    }
    body.terms .menu ul li:last-child, body.privacy .menu ul li:last-child {
        right: 25%}
    .wrapper-terms {
        font-size: 18px;
        line-height: 22px;
    }
    .wrapper-terms h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .wrapper-terms {
        padding: 30px 20px 30px 20px;
    }
    .modal-header .close {
        right: 10px;
    }
    .modal-body {
        margin: 30px 15px;
    }
    body.video .wrapper-header {
        height: 110px;
        background: linear-gradient(to right, #6639b0, #5f3cb0);
    }
    body.video .wrapper-header.small-menu {
        height: auto;
    }
    .video-top-section {
        margin-top: 90px;
        height: 500px;
    }
    body .share-left-article.fixed-share {
        left: 10px;
    }
    body .share-left-article {
        left: -4px;
    }
    body.article .menu ul li:last-child {
        right: 88px;
        top: 28px;
    }
    body.article.small-menu .menu ul li:last-child {
        right: 90px;
        top: 18px;
    }
    .wrapper-island {
        margin-top: 60px;
    }
    .small-menu .menu ul li:last-child {
        top: 20px;
        right: 20px;
    }
    .menu ul li:last-child {
        right: 15px;
    }
    .video-carousel .video-title h2 {
        width: 15em;
    }
    .article-title h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .wrapper-subtitle h3 {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    .next-btn, .previous-btn {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .previous-btn a:before {
        top: 40%;
        left: -40px;
    }
    .next-btn a:after {
        left: 56px;
    }
    li.join-us a {
        padding: 9px 15px 7px;
    }
    .cd-primary-nav {
        padding: 80px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    li.join-us.menu-overlay {
        right: 20px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    .wrapper-logo-search {
        display: none;
    }
    span.arrow-search {
        top: 0;
        width: 40px;
        height: 40px;
    }
    ul.search-category li {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 25px;
    }
    ul.search-category {
        margin-top: 30px;
        text-align: center;
    }
    ul.search-category li a {
        padding: 5px 8px;
    }
    .search-box input {
        width: 100%;
        height: 45px;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
    }
    .wrappe-island-title h1 {
        font-size: 20px;
        line-height: 25px;
        margin: 25px 0 0;
    }
    .icon.apple, .icon.cart, .icon.facebook, .icon.ideea, .icon.message, .icon.notifications {
        width: 15px;
    }
    .icon.chat, .icon.localization, .icon.share, .icon.twitter, .icon.youtube {
        width: 20px;
    }
    .icon.ideea {
        top: 30%;
        left: 17%;
    }
    .icon.apple {
        left: 25%;
        top: 34%;
    }
    .icon.message {
        top: 32%;
        right: 10%;
    }
    .icon.chat {
        top: 46%;
        left: 15px;
    }
    .icon.cart, .icon.notifications {
        top: 41%;
    }
    .icon.notifications {
        left: 24%;
    }
    .icon.facebook {
        top: 28%;
        right: 40%;
    }
    .icon.localization {
        top: 45%;
        right: 49%;
    }
    .icon.cart {
        left: 25px;
    }
    .icon.share {
        top: 45%;
        left: 49%;
    }
    .icon.twitter {
        top: 50%;
        right: 40px;
    }
    .icon.youtube {
        top: 49%;
        left: 50px;
    }
    ul.top-video-list li {
        width: 108px;
    }
    .title-recommended h3 {
        margin-bottom: 10px;
        font-size: 10px;
    }
    .btn-go-videos a:before {
        top: 2px;
    }
    .wrapper-go-videos {
        top: -4px;
    }
    .slick-slide .read-more {
        margin-top: 12px;
        padding-left: 0;
    }
    .video-title h2 {
        font-size: 18px;
        margin-top: 16px;
    }
    .island {
        margin-top: 100px;
        margin-bottom: 130px;
    }
    .btn-go-videos a {
        font-size: 10px;
    }
    .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
    .slick-slide .video, .wrapper-category-date {
        padding-left: 0;
    }
    .recommended-left.slick-arrow, .recommended-right.slick-arrow {
        top: 32%}
    .search-category label {
        padding: 8px 10px;
    }
    .wrapper-header {
        background: linear-gradient(to right, #633ab0, #4e45ae);
    }
}@media only screen and (max-width:320px) {
    .nav-tabs > li > a {
        font-size: 12px;
        padding: 5px 7px;
    }
    .wrapper-island {
        margin-top: 60px;
    }
    .icon.chat img, .icon.localization img, .icon.share img, .icon.twitter img, .icon.youtube img {
        width: 20px;
    }
    .responsive-slide .tag {
        font-size: 9px;
    }
    .responsive-slide .date-posted {
        font-size: 10px;
    }
    .responsive-slide .date-posted:before {
        font-size: 11px;
    }
    .wrapper-terms-title {
        font-size: 40px;
    }
    body.terms .menu ul li:last-child, body.privacy .menu ul li:last-child {
        right: 20%}
    .wrapper-terms {
        font-size: 18px;
        line-height: 22px;
    }
    .wrapper-terms h3 {
        font-size: 26px;
        line-height: 30px;
    }
    .wrapper-terms {
        padding: 30px 20px 30px 20px;
    }
    body.video .wrapper-header {
        height: 110px;
    }
    body.video .wrapper-header.small-menu {
        height: auto;
    }
    .video-top-section {
        margin-top: 90px;
        height: 500px;
    }
    .small-menu .menu ul li:last-child {
        top: 20px;
        right: -12px;
    }
    .wrapper-popup:hover .wrapper-image-popup {
        height: 70px;
    }
    .video-carousel .video-title h2 {
        width: 13em;
    }
    .recommended-left.slick-arrow, .recommended-right.slick-arrow {
        top: 20%}
    .wrapper-header {
        background: linear-gradient(to right, #633ab0, #4e45ae);
    }
    .menu ul li:last-child {
        right: -15px;
    }
    .scrollToTop, li.join-us.menu-overlay {
        right: 20px;
    }
    .wrapper-title {
        padding-left: 30px;
        padding-right: 30px;
    }
    body .share-left-article {
        left: -9px;
    }
    .form-title h1 {
        font-size: 19px;
    }
    .wrapper-quote {
        padding: 30px 17px;
    }
    .content-article {
        padding: 0 17px;
    }
    .next-btn, .previous-btn {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .previous-btn a:before {
        left: -38px;
    }
    .next-btn a:after {
        left: 46px;
    }
    .share-left-article a {
        font-size: 18px;
    }
    .cd-primary-nav {
        padding: 80px 5%}
    ul.cd-primary-nav.fade-in li a {
        font-size: 30px;
        line-height: 40px;
    }
    body .cd-primary-nav.fade-in li.join-us a {
        padding: 8px 15px;
    }
    ul.social-menu-overlay li {
        display: inline-block;
        margin-right: 10px;
    }
    .wrapper-logo-search {
        display: none;
    }

    .search-box input {
        font-size: 25px;
    }

    span.arrow-search {
        top: 0;
        width: 40px;
        height: 40px;
    }
    ul.search-category li {
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 25px;
    }
    .btn-go-videos a:before, .gallery_product .vertical-align-left:hover:after, .gallery_product .vertical-align-left:hover:before, .gallery_product .vertical-align-right:hover:after, .gallery_product .vertical-align-right:hover:before {
        display: none;
    }
    ul.search-category {
        margin-top: 30px;
        text-align: center;
    }
    ul.search-category li a {
        padding: 5px 8px;
    }
    .search-box input {
        width: 100%;
        height: 45px;
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
    }
    @-moz-document url-prefix() {
        .menu ul li:last-child {
            right: 0;
        }
    }ul.top-video-list li {
         width: 89px;
     }
    .island {
        margin-top: 115px;
        margin-bottom: 90px;
    }
    .icon.cart, .icon.notifications {
        top: 55%}
    .icon.chat {
        top: 54%;
        left: 15px;
    }
    .icon.twitter {
        top: 60%;
        right: 30px;
    }
    .icon.youtube {
        top: 60%;
        left: 40px;
    }
    .icon.share {
        top: 54%;
        left: 51%}
    .icon.localization {
        top: 54%;
        right: 49%}
    .icon.message {
        top: 44%;
        right: 12%}
    .icon.ideea {
        top: 41%;
        left: 22%}
    .icon.apple {
        left: 25%;
        top: 42%;
    }
    .icon.facebook {
        top: 40%;
        right: 38%}
    .wrapper-title-subscription h1 {
        font-size: 20px;
    }
    .wrappe-island-title h1 {
        line-height: 23px;
    }
    .slick-slide .video, .wrapper-category-date {
        padding-left: 0;
    }
    .wrapper-image-popup {
        height: 70px;
        overflow: hidden;
    }
    .wrapper-go-videos {
        right: 0;
        top: -4px;
    }
    .search-category label {
        padding: 8px 10px;
    }
    .wrapper-header {
        height: 110px;
    }
    .wrapper-article-image {
        margin-top: 85px;
    }
    body.article .menu ul li:last-child {
        right: 60px;
        top: 28px;
    }
    .article-image {
        height: 280px;
    }
    body.article.small-menu .menu ul li:last-child {
        right: 60px;
        top: 18px;
    }
    body .share-left-article.fixed-share {
        left: 6px;
        top: 25%}
    .article-title h1 {
        font-size: 20px;
        line-height: 22px;
    }
    body .wrapper-progress-bar progress {
        top: 93px;
    }
}

#cookie-bar {position: fixed;z-index: 22222;left: 0;right: 0;bottom: 0;background:#451fd3; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {
    margin: 0;
    padding: 0;
    font-family: 'UbuntuBold';
    font-size: 13px;
}
#cookie-bar a {line-height: 20px;color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
    background: #5f6edc;
}
a.cookie-policy {
    text-decoration: underline !important;
}
#cookie-bar .cb-enable:hover {
    background: #7d86c6;
}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}