@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Rubik:500|Poppins:400,600');

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'),
        url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
        url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Decima Nova';
    src: url('../fonts/DecimaNova-Regular.eot');
    src: url('../fonts/DecimaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DecimaNova-Regular.woff2') format('woff2'),
        url('../fonts/DecimaNova-Regular.woff') format('woff'),
        url('../fonts/DecimaNova-Regular.ttf') format('truetype'),
        url('../fonts/DecimaNova-Regular.svg#DecimaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Decima Nova';
    src: url('../fonts/DecimaNova-Light.eot');
    src: url('../fonts/DecimaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DecimaNova-Light.woff2') format('woff2'),
        url('../fonts/DecimaNova-Light.woff') format('woff'),
        url('../fonts/DecimaNova-Light.ttf') format('truetype'),
        url('../fonts/DecimaNova-Light.svg#DecimaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeSpeed;
    background-color: white;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Cairo';
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
}

h3 {
    color: #1f2047;
    font-size: 40px;
    font-weight: 500;
    margin: 35px 0px;
}

.button {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 20px 43px 17px;
    /*
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: linear-gradient(90deg, #ff4081 0%, #ff2e75 100%);
*/
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0px;
    background: #ff2e75;
    cursor: pointer;
}

.explore-lists .button-block {
    display: block;
    width: 100%;
    text-align: center;
}

.button.white {
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    background: transparent;
    color: #ff2e75;
}

.button:hover {
    color: #ff4081;
    background: #ffffff;
}

.button.white:hover {
    border-color: #ff4081;
    background: #ff2e75;
    color: #fff;
}

.button.grey {
    border-radius: 26px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    background: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    padding: 20px 47px;
    color: #2e2e2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.button.grey:hover {
    border-color: #fcfeff;
    background: #0bb7f1;
    color: #fff;
}
.subscription-status {
    border-radius: 6px;
    border-style: solid;
    background: #2196F3;
    padding: 12px 20px;
    font-family: 'Rubik';
    color: #F8F9FD;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.container {
    max-width: 1140px;
    margin: auto;
}

.container.large {
    max-width: 1200px;
}

.container.center {
    text-align: center;
}

.have-account {
    margin-top: 20px;
}


footer .trademark {
    color: white;
    text-align: center;
    margin: 20px 0 0 0;
}

/*Header*/

header {
    position: relative;
    z-index: 200;
}

.mdl-navigation li {
    list-style: none;
}

.header-top {
    position: absolute;
    left: 0px;
    top: 36px;
    width: 100%;
    z-index: 2;
}

.header-top .container.large {
    max-width: 1320px;
}

.header-block {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    padding: 15px 26px;
}

.header-block .logo {
    max-width: 176px;
    margin-right: 20px;
    float: left;
}

.header-block nav {
    float: right;
    width: calc(100% - 196px);
    text-align: right;
}

header nav ul {
    font-size: 0px;
    margin: 0px;
    padding: 0px;
}

header nav ul li {
    margin: 0px 34px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header nav ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    /*
    -webkit-box-shadow: 0px 22px 40px 0px rgba(101, 0, 0, 0.49), 0px 4px 1px 0px rgba(135, 5, 5, 0.26);
    box-shadow: 0px 22px 40px 0px rgba(101, 0, 0, 0.49), 0px 4px 1px 0px rgba(135, 5, 5, 0.26);
    -webkit-box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.49), 0px 4px 1px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.49), 0px 4px 1px 0px rgba(0, 0, 0, 0.26);
*/
    -webkit-box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.2), 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.2), 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -24px;
    top: 60px;
    padding: 15px 50px 25px 20px;
    width: 240px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 5;
}

header nav ul li .sub-menu:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    left: 20px;
    top: -20px;
}

header nav ul li .sub-menu:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    -webkit-box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 0px;
    bottom: 0px;
}

header nav ul li .sub-menu li {
    display: block;
    margin: 0px;
}

header nav ul li .sub-menu li a {
    color: #384050;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    text-align: left;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid rgba(56, 64, 80, 0.3);
}

header nav ul li .sub-menu li:last-child a {
    border: 0px;
}

header.header .navbar-nav .nav-item ul li a span {
    display: block;
    font-weight: normal;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1;
}

header.header .navbar-nav .nav-item ul li a:hover {
    color: #f01f40;
    text-decoration: none;
}


header nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

/*
header nav ul li:hover >a {
    color: #ff2e75;
}
header nav ul li .sub-menu li {
    display: block;
    margin: 0px;
}

header nav ul li .sub-menu li a {
    padding: 8px;
    background: #ff4081;
    color: #ffffff;
    text-align: center;
}

header nav ul li .sub-menu li a:hover {
    background-color: rgb(33, 150, 243);
}
*/

header nav ul li:last-child {
    margin-right: 0px;
}

header nav ul li a {
    display: block;
    font-family: 'Rubik', sans-serif;
    color: #201f1f;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

header nav ul li a i {
    vertical-align: middle;
}

.header-block nav ul li a span.arrow-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background-image: url('../images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    background-image: url(../images/arrow.svg);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 12px 10px;
    background-position: center;
    top: 4px;
    cursor: pointer;
    z-index: 100;
}

.card-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    background-image: url(../images/arrow.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 12px 10px;
    background-position: center;
    top: 0px;
    cursor: pointer;
    z-index: 2;
}

.mobile-nav ul {
    padding: 0px;
    display: none;
}

.mobile-nav li {
    position: relative;
}

.mobile-nav li a {
    padding: 10px;
}

.mobile-nav li a.caret {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.button-block > a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 17px 36px 15px;
    /*
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: linear-gradient(90deg, #ff4081 0%, #ff2e75 100%);
*/
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ff2e75;
}

.button-block > a:hover {
    color: #ff2e75;
    background-color: #ffffff;
}
.button-block.white > a {
    color: #ff2e75;
    background-color: #ffffff;
    /*border: 1px solid #ff2e75;*/
}
.button-block.white > a:hover {
    color: #ffffff;
    background-color: #ff2e75;
}

.header-bottom {
    padding: 10px 20px;
    /*    position: absolute;*/
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ff4081;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.header-bottom .mdl-layout__drawer .mdl-navigation {
    padding: 0px;
}

.header-bottom .left {
    float: left;
}

.header-bottom .mdl-button {
    color: #ffffff;
}

.header-bottom .right {
    float: right;
}

.header-bottom .logo {
    max-width: 150px;
    position: relative;
    z-index: 2;
}

.header-bottom .mdl-layout__container {
    height: 60px;
}

.header-bottom .mdl-layout__drawer.is-visible {
    position: fixed;
    z-index: 10;
}

.header-bottom .mdl-layout__obfuscator.is-visible {
    position: fixed;
}

.header-bottom .mdl-layout__obfuscator {
    z-index: 6;
}

.sidenav .button-block {
    margin: 16px;
}

.sidenav .button-block a {
    color: #ffffff;
}

.sidenav-trigger {
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    margin-top: 8px;
}

/*End Header*/
.logos-section {
    padding: 50px 0px;
    background-color: #f5f5f5;
    margin-top: 120px;
    position: relative;
    z-index: 7;
}

.logos-section .mdl-grid {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-section .mdl-cell {
    padding: 10px;
}

.logos-section .mdl-cell img {
    margin-bottom: 15px;
}

.logos-section .mdl-cell p {
    margin-bottom: 0px;
}

.logos-section a {
    display: block;
}

.main-section {
    background-image: url(../images/top-bg-new@2x-8bit.png);
    /*    height: 550px;*/
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    position: relative;
}

.main-section:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -150px;
    width: 300px;
    height: 363px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/middle-circle-after.svg);
}

.main-section.no-shape:after {
    display: none;
}

.main-section .left-section {
    max-width: 55%;
    margin-left: 15%;
    position: relative;
    /*    top: 210px;*/
    padding-top: 200px;
    margin-bottom: 50px;
}

.main-section .left-section.login-boxsection-top {
    margin-left: 0px;
}

.middle-section {
    margin-top: -50px;
}

.middle-section-block {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    background-color: #0288d1;
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    padding: 61px 60px 61px 15px;
}

.middle-section-block:after {
    content: "";
    position: absolute;
    left: 13px;
    bottom: -7px;
    width: calc(100% - 26px);
    height: 64px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    background: -webkit-linear-gradient(0deg, #005388 0%, #629ef9 100%);
    background: -moz-linear-gradient(0deg, #005388 0%, #629ef9 100%);
    background: -o-linear-gradient(0deg, #005388 0%, #629ef9 100%);
    background: -ms-linear-gradient(0deg, #005388 0%, #629ef9 100%);
    background: linear-gradient(90deg, #005388 0%, #629ef9 100%);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.06);
    z-index: -1;
    opacity: 0.4;
}

.middle-section-block .mid-section-image {
    margin-top: -70px;
}

.middle-section-content {
    padding: 0px 0px 0px 60px;
}

.middle-section-block .card-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin: 0px 0px 33px;
    letter-spacing: -1px;
}

.middle-section-block .button {
    margin-top: 16px;
}

.explore-single {
    margin: 40px 0px 0px;
}

.bottom-section {
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    /*    background-image: url('../images/bottom-bg.png');*/
    padding-top: 208px;
    position: relative;
    overflow: hidden;
    z-index: 17;
    background-color: #ffffff;
    background-image: url('../images/footer-bg.svg');
}

.bottom-section:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 78px;
    width: 260px;
    height: 460px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/footer-shape-before.svg);
    opacity: 0.9;
}

.bottom-section:after {
    content: "";
    position: absolute;
    right: -150px;
    top: -100px;
    width: 400px;
    height: 217px;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/green2-rect.png);
}

.creative-blocks {
    padding-bottom: 178px;
    position: relative;
    text-align: center;
}

.creative-blocks:after {
    content: "";
    position: absolute;
    right: -250px;
    width: 267px;
    height: 217px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/green-rect.png');
    display: none;
}

.creative-title-block {
    margin-bottom: 90px;
}

.creative-title-block .title {
    color: rgba(49, 171, 239, 0.46);
    font-size: 26px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.creative-icon-blocks ul {
    margin-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}

.creative-icon-blocks ul li {
    margin-bottom: 45px;
    max-width: 137px;
    max-height: 137px;
}

.creative-icon-blocks ul li img {
    display: block;
}

.creative-icon-blocks ul:nth-child(odd) {
    margin-top: 41px;
}

.creative-icon-blocks ul:last-child {
    margin-right: 0px;
}

header .mdl-layout__container {
    left: 0px;
    top: 0px;
}

.black-tint {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.black-tint.more-tint {
    background-color: rgba(0, 0, 0, 0.45);
}

.main-section .left-section h4 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1;
    color: #333;
    margin: 0px 0px 25px;
}

.main-section .left-section .login-content {
    font-size: 13px;
    font-weight: normal;
    line-height: 21px;
    color: #797979;
    margin-bottom: 30px;
}

.main-section .left-section .login-content a {
    color: #2aaef4;
    text-decoration: none;

}

.social-buttons {
    font-size: 0px;
    text-align: center;
    max-width: calc(100% - 4px);
    margin: auto;
}

.main-section .left-section .social-buttons .button {
    margin-top: 0px;
}

.social-buttons a {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 5px);
    margin-right: 10px;
    padding: 14px 28px;
    font-size: 0px;
}

.social-buttons a:nth-child(2n) {
    margin-right: 0px;
}

.social-buttons a.fb-button {
    background: -webkit-linear-gradient(0deg, #365da7 0%, #3866be 92%);
    background: -moz-linear-gradient(0deg, #365da7 0%, #3866be 92%);
    background: -o-linear-gradient(0deg, #365da7 0%, #3866be 92%);
    background: -ms-linear-gradient(0deg, #365da7 0%, #3866be 92%);
    background: linear-gradient(90deg, #365da7 0%, #3866be 92%);
}

.social-buttons a.gplus-button {
    background: -webkit-linear-gradient(0deg, #d44256 0%, #df2f5d 100%);
    background: -moz-linear-gradient(0deg, #d44256 0%, #df2f5d 100%);
    background: -o-linear-gradient(0deg, #d44256 0%, #df2f5d 100%);
    background: -ms-linear-gradient(0deg, #d44256 0%, #df2f5d 100%);
    background: linear-gradient(90deg, #d44256 0%, #df2f5d 100%);
}

.social-buttons a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    font-size: 21px;
}

.social-buttons a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
    margin: 0px;
    color: #ffffff;
}

.main-section .left-section input[type="submit"] {
    border: 0px;
    width: 100%;
    display: block;
}

/* == Inputs == */
.input-wrapper {
    position: relative;
    -webkit-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    transition: all .18s cubic-bezier(.4, 0, .2, 1);
}

.input-wrapper input {
    -webkit-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    transition: all .18s cubic-bezier(.4, 0, .2, 1);
    outline: 0px;
}

.input-wrapper label {
    display: inline-block;
    background-color: #ffffff;
    font-size: 16px;
    padding: 2px 4px;
    color: #6a6a6a;
    position: absolute;
    left: 20px;
    top: 9px;
    z-index: 1;
    -webkit-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .18s cubic-bezier(.4, 0, .2, 1);
    transition: all .18s cubic-bezier(.4, 0, .2, 1);
}

.input-wrapper.active input,
.input-wrapper.active textarea {
    border-color: #29aef5;
}

.input-wrapper.active label {
    top: -14px;
    color: #29aef5;
}

.input-checkbox {
    text-align: left;
}

.input-checkbox label {
    font-size: 13px;
    cursor: pointer;
}

.input-checkbox input {
    margin-right: 10px;
}

/* == End Inputs == */
.main-section .left-section h2 {
    color: #28282a;
    font-size: 50px;
    font-weight: 700;
    line-height: 73px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.main-section .left-section .content-section {
    color: rgba(41, 41, 42, 0.86);
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
}

.main-section .left-section .button {
    margin-top: 20px;
}

.shop-section {
    margin-bottom: 220px;
    position: relative;
    z-index: 2;
}

@media (min-width:1920px) {

    .shop-section .container {
        width: 100%;
        max-width: 1600px;
    }

    .shop-section .shop-sidebar.mdl-cell {
        width: calc(16.6666666667% - 16px);
    }

    .shop-section .products-grid .product-item {
        width: calc(16.6666666667% - 16px);
    }
}

.blog-section {
    position: relative;
    z-index: 2;
    padding-bottom: 40px;
}

.product-content-info:before {}

.right-shape {}

.blog-grid {
    padding: 0px 5%;
}

.blog-grid .blog-grid-column {
    float: left;
    width: calc(50% - 17px);
    /*    width: calc(25% - 16px);*/
    /*    margin-right: 5px;*/
    margin: 8px;
    padding-bottom: calc(17.5% - 18px);
    /*    height: 440px;*/
    background-size: cover;
    text-decoration: none;
    position: relative;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.blog-grid .blog-grid-column:first-child {
    /*    width: calc(50% - 16px);*/
    padding-bottom: calc(35% - 20px);
}

.blog-grid .blog-grid-column:before,
.blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum:before {
    content: "";
    width: calc(100% - 0px);
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: transparent;
    background: -moz-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    background: -webkit-linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 5%, rgba(0, 0, 0, 0.6) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#000000", GradientType=1);
    border-radius: 5px;
}

.blog-grid .blog-grid-column.last-cell:before {
    display: none;
}

.blog-grid .blog-grid-column:last-child {
    margin-right: 0px;
    margin-left: 5px;
    height: auto;
}

.blog-grid .blog-grid-column .blog-subgrid:last-child {
    margin-top: 10px;
}

.blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum {
    float: left;
    width: calc(50% - 8px);
    margin-right: 8px;
    background-size: cover;
    height: 215px;
    border-radius: 5px;
    text-decoration: none;

    background-repeat: no-repeat;
    position: relative;
}

.blog-bgcontent {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    z-index: 3;
}

.blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum .blog-bgcontent {
    padding: 20px;
}

.blog-bgcontent .heading {
    color: #fff;
    font-weight: 600;
    line-height: 1;
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}


.blog-grid .blog-grid-column .blog-subgrid .blog-bgcontent .heading {
    font-size: 22px;
}

.blog-bgcontent .blogsection-content {
    line-height: 1.4;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}


.blog-grid .blog-grid-column .blog-subgrid .blog-bgcontent .blogsection-content {
    font-size: 15px;
    line-height: 18px;
}

.pagination {
    text-align: center;
    width: 100%;
    margin: 80px 0px;
}

.pagination ul {
    margin: 0px;
    padding: 0px;
}

.pagination ul li {
    display: inline-block;

}

.pagination ul li.active {
    background-color: #0488D1;
    border: 1px solid #0488D1;
    padding: 12px 15px;

    border-radius: 5px;
    line-height: 1;
    color: #fff;
}

.pagination ul li a {
    display: block;
    line-height: 1;
    text-decoration: none;
    padding: 12px 15px;
    border: 1px solid #979797;
    border-radius: 5px;
    margin: 0 2px;
    color: #000;
}

.pagination ul li a.last {
    padding: 12px 10px;
    border: 1px solid #0488D1;
    background-color: #0488D1;
}

.blogbottom-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -50px;
    left: 0px;
    background-image: url(../images/blogbottom.svg);
    background-repeat: no-repeat;
    display: block;
    width: 385px;
    height: 514px;
    background-size: 100% auto;
    background-position: left center;
}

.blogbottom-circleshape:before {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -50px;
    right: 0px;
    background-image: url(../images/blogbottomcircle.svg);
    background-repeat: no-repeat;
    display: block;
    width: 180px;
    height: 250px;
    background-size: 100% auto;
}

.left-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 25%;
    left: 0px;
    background-image: url(../images/quote-shapes.png);
    background-repeat: no-repeat;
    display: block;
    width: 237px;
    height: 259px;
}

.left-shape:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 20%;
    left: 0px;
    background-image: url(../images/leftdownshape.png);
    background-repeat: no-repeat;
    display: block;
    width: 477px;
    height: 707px;
}

.right-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 30%;
    right: 0px;
    background-image: url(../images/rightsideshape.png);
    background-repeat: no-repeat;
    display: block;
    width: 454px;
    height: 843px;
}

.right-shape:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -150px;
    right: 0px;
    background-image: url(../images/bottomshape.png);
    background-repeat: no-repeat;
    display: block;
    width: 454px;
    height: 389px;
}

.new-left-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 18%;
    left: 0px;
    background-image: url(../images/quote-shapes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 237px;
    height: 259px;
}

.new-left-shape:after {
    /*    content: "";*/
    z-index: -1;
    position: absolute;
    bottom: 33%;
    left: 0px;
    width: 228px;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/creator-sw-before.svg);
}

.new-right-shape:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 30%;
    right: 0px;
    background-image: url(../images/rightsideshape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 454px;
    height: 843px;
}

.new-right-shape:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -50px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/green-downloads.png);
    width: 292px;
    height: 192px;
}

.new-bottom-shape:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -300px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/bottom-shape.svg);
    width: 700px;
    height: 1800px;
}

@media (min-width: 1800px) {

    .five-cards .mdl-cell--4-col,
    .five-cards .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
        width: calc(20% - 16px);
    }
}

.shop-mainsection.full-width {
    padding: 0 5%;
}

.shop-mainsection .shop-sidebar .shop-inner,
.faq-mainsection .shop-sidebar .shop-inner {
    padding: 30px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -moz-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -o-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -ms-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: linear-gradient(-68deg, #058ad3 35%, #29a4e7 65%);
    box-shadow: 0px 14px 30px 0px rgba(13, 37, 50, 0.27);
}



.faq-mainsection .shop-sidebar h3,
.shop-mainsection .shop-sidebar h3 {
    margin: 0px 0px 35px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}


.faq-mainsection .shop-sidebar ul.category-section,
.shop-mainsection .shop-sidebar ul.category-section {
    margin: 0px;
    padding: 0px;
}

.faq-mainsection .shop-sidebar ul.category-section li,
.shop-mainsection .shop-sidebar ul.category-section li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.faq-mainsection .shop-sidebar ul.category-section > li > a,
.shop-mainsection .shop-sidebar ul.category-section > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
}


.shop-mainsection .shop-sidebar ul.category-section > li > ul {
    display: none;
}

.shop-mainsection .shop-sidebar ul.category-section > li.active > ul {
    display: block;
}

.shop-mainsection .shop-sidebar ul.category-section > li:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -3px;
    background-repeat: no-repeat;
    display: block;
}


.shop-mainsection .shop-sidebar ul.category-section > li.clothes-icon:before {
    background-image: url(../images/cloth.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.furniture-icon:before {
    background-image: url(../images/furniture.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.gesture-icon:before {
    background-image: url(../images/gesture.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.material-icon:before {
    background-image: url(../images/catimages/materials.png);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.pets-icon:before {
    background-image: url(../images/pets.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.region-icon:before {
    background-image: url(../images/region.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.vehicle-icon:before {
    background-image: url(../images/vehicle.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.shop-mainsection .shop-sidebar ul.category-section > li ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

.shop-mainsection .shop-sidebar ul.category-section > li ul li a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #fff;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.shop-mainsection .shop-sidebar ul.category-section > li ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

@media (min-width:1025px) {
    .shop-mainsection .shop-sidebar {
        position: relative;
        left: 0;
        top: 0;
        -webkit-transition: top 1s ease-in;
        -ms-transition: top 1s ease-in;
        -o-transition: top 1s ease-in;
        -moz-transition: top 1s ease-in;
        transition: top 1s ease-in;
    }

    .shop-mainsection.fixed .shop-sidebar {
        position: fixed;
        left: 1%;
    }

    .shop-mainsection.fixed .shop-contentsection {
        margin-left: 18%;
    }
}

.faq-page .faq-mainsection .shop-sidebar ul.category-section > li {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 0px;
}

.faq-page .faq-mainsection .shop-sidebar ul.category-section > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

.faq-page .faq-mainsection .shop-sidebar ul.category-section > li > a:hover,
.faq-page .faq-mainsection .shop-sidebar ul.category-section > li > a:focus,
.faq-page .faq-mainsection .shop-sidebar ul.category-section > li > a.is-active {
    background: #ffffff;
    color: #058ad3;
}

.shop-contentsection {
    margin-top: 10px;
}

.blog-shop-manisection .shop-contentsection {
    margin-top: 130px;
}

@media (max-width: 960px) {
    .blog-shop-manisection .shop-contentsection {
        margin-top: 30px;
    }
}

.shop-contentsection .products-section .product-but {
    background: #ff2e75;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
}

.shop-contentsection .products-section .product-info .product-but {
    padding: 7px 20px;
    font-size: 14px;
    margin: 0;
}

.product-info .rate .rate-info li {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.product-info .rate .rate-info li.silver {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.product-info .rate .rate-info {
    margin: 0 0 5px;
    line-height: 1;
}


.product-info .btn-wrap-left {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: middle;
}

.product-info .btn-wrap-left .price {
    display: inline-block;
    margin-right: 10px;
}

.product-info .btn-wrap-left .price span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #eebb02;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.product-info .btn-wrap-left .price.silver span {
    background-color: #757575;
}

.product-info .btn-wrap-right {
    display: inline-block;
    vertical-align: middle;
}


.shop-contentsection .products-section .product-but:hover {
    background: #ffffff;
}

.search-form input[type="text"] {
    box-shadow: 0px 9px 22px 0px rgba(7, 38, 63, 0.04);
    border-radius: 10px;
    border-width: 1px;
    border-color: #f4f4f4;
    background-color: #ffffff;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: 10px center;
}

.search-form input[type="submit"] {
    display: none;
}

.product-but {
    background: -webkit-linear-gradient(0deg, #2aa5e8 0%, #0288d1 100%);
    background: -moz-linear-gradient(0deg, #2aa5e8 0%, #0288d1 100%);
    background: -o-linear-gradient(0deg, #2aa5e8 0%, #0288d1 100%);
    background: -ms-linear-gradient(0deg, #2aa5e8 0%, #0288d1 100%);
    background: linear-gradient(90deg, #2aa5e8 0%, #0288d1 100%);
    box-shadow: 0px 7px 14px 0px rgba(55, 8, 152, 0.1);
    padding: 15px 50px;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 8px;
}

.mdl-mega-footer {
    background-image: url(../images/circle-footer.png);
    background-position: 0px -5px;
    background-repeat: no-repeat;
    background-size: 650px auto;
    position: relative;
    z-index: 1;
}

.mdl-mega-footer .container {
    max-width: 1100px;
}


ul.bottomlinks {
    text-align: center;
    margin: 30px 0 30px;
    padding: 0;
}

ul.bottomlinks li {
    display: inline-block;
    margin: 0 10px;
}

ul.bottomlinks li a {
    color: #fff;
    text-decoration: none;
}

.mdl-mega-footer__middle-section.mdl-grid {
    align-items: center
}

.mdl-mega-footer h4 {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
}

.mdl-mega-footer .mdl-logo {
    display: block;
    float: none;
    margin-top: 0;
}

.mdl-mega-footer .footer-links ul {
    margin: 0;
    padding: 0px;
}

.mdl-mega-footer .footer-links ul li {
    display: block;
}

.mdl-mega-footer .footer-links ul li a {
    text-decoration: none;
}


.mdl-mega-footer--link-list a,
.mdl-mega-footer__link-list a,
.mdl-mega-footer .footer-links ul li a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    display: block;
    padding: 8px 0px;
    font-weight: 400;
}

.get-started-block {
    /*    padding: 755px 0px 105px;*/
    padding: 100px 0;
    position: relative;
    /*
    background-repeat: no-repeat;
    background-position: bottom -320px center;
    background-size: 100% 100%;
*/
    /*    background-image: url('../images/footer-bg.svg');*/
    /*    background-image: url('../images/footer-bg.png');*/
    text-align: center;
    z-index: 8;
}

.get-started-block:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 260px;
    height: 460px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/footer-shape-before.svg);
    display: none;
}

.get-started-block .button {
    max-width: 254px;
}

.featured-main-blocks {
    padding-top: 130px;
    position: relative;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
    background-image: url('../images/middle-bg.svg');
    margin-bottom: -500px;
    overflow: hidden;
}

.featured-main-blocks:before {
    content: "";
    width: 473px;
    height: 553px;
    position: absolute;
    right: 0px;
    top: -250px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../images/featured-before.png');
}

.featured-blocks {
    max-width: 922px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.featured-blocks .featured-left {
    width: calc((100% - 40px)/2);
    float: left;
    margin-right: 40px;
}

.featured-blocks .featured-left:nth-child(2n) {
    margin-top: 50px;
    margin-right: 0px;
}

.featured-blocks .featured-left .featured {
    margin-bottom: 50px;
}

.featured-blocks .featured-left .featured-content {
    padding: 38px 41px 64px;
    background-color: #ffffff;
    position: relative;
    margin: -67px 31px 0px;
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -mos-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -o-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
}



.featured-blocks .featured-left .featured-content:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 9px;
    z-index: 2;
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #fc6095 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #fc6095 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #fc6095 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #fc6095 100%);
    background: linear-gradient(90deg, #ff4081 0%, #fc6095 100%);
    -webkit-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -moz-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -o-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    -ms-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
}

.featured-blocks .featured-left .featured-content .title {
    color: rgba(41, 41, 42, 0.86);
    font-size: 28px;
    font-weight: 500;
    margin: 0px 0px 24px;
}

.featured-blocks .featured-left .featured-content .content p:last-child {
    margin-bottom: 0px;
}

.show-on-mobile {
    display: none;
}

.general-page .header-block {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.avatar-slider .slick-arrow {
    position: absolute;
    left: 0px;
    bottom: 200px;
    width: 39px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
}

.avatar-slider .slick-arrow.slick-prev {
    background-image: url('../images/circle-left.svg');
    bottom: 250px;
}

.avatar-slider .slick-arrow.slick-next {
    background-image: url('../images/circle-right.svg');
}

/* == Signup == */

.signup-section {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/signup-bg-min.jpg');
    background-position: left top;
    padding-top: 205px;
    padding-bottom: 210px;
    min-height: 100vh;
    position: relative;
}

.signup-section:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/signup-circle.svg);
    width: 300px;
    height: 460px;
}

.signup_form .signup-form-half {
    width: calc((100% - 60px)/2);
    /*    margin-right: 30px;*/
    padding-left: 40px;
    float: left;
    max-width: 540px;
}

.signup_form .signup-form-half:nth-child(2n) {
    margin-right: 0px;
}

.signup_form .signup-form-half h1 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
}

.signup_form .signup-form-half h1:before {
    content: "";
    position: absolute;
    left: -48px;
    width: 38px;
    height: 3px;
    top: 18px;
    background-color: #333333;
}

.signup_form .signup-form-left h1:before {
    background-color: #ffffff;
}

.signup_form .signup-form-half h3 {
    font-weight: 700;
}

.signup_form .signup-form-left {
    text-align: left;
    color: #ffffff;
}

.signup_form .signup-form-left h1 {
    color: #ffffff;
    margin: 0px 0px 26px;
}

.signup_form .signup-form-left h2,
.signup_form .signup-form-left h3,
.signup_form .signup-form-left h4 {
    color: #ffffff;
}

.signup_form .signup-form-left h4 {
    font-size: 25px;
    font-weight: 400;
}

.signup_form .signup-form-right {
    float: right;
}

.signup_form .signup-form-right h1 {
    margin: 0px 0px 46px;
    color: #333333;
}

.signup_form .mdl-checkbox {
    height: auto;
}

input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    padding: 16px 22px;
    color: #333333;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-bottom: 25px;
    resize: none;
    font-family: 'Cairo', sans-serif;
}

.mdl-textfield.is-focused input {
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
}

.signup_form .mdl-textfield {
    width: 100%;
}

.signup_form input[type="submit"] {
    padding-left: 102px;
    padding-right: 102px;
}

.form-note {
    font-size: 16px;
    margin-bottom: 35px;
    padding-left: 24px;
    margin-top: 5vh;
}

.form-note a {
    color: #29aef5;
    text-decoration: none;
}

/* Shop */

.banner-section {
    min-height: 50vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

.banner-section.blog-banner-section {
    height: 150px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 60px;
}

.blog-section .blog-link {
    color: #0288D1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    text-align: left;
    text-decoration: none;
}

.blog-section .products-grid .explore-item {
    margin-bottom: 30px;
}

.explore-item .explore-item-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
    font-size: 0px;
}

.blog-section .products-grid .explore-item .product-image {
    padding-bottom: 56.25%;
}

.blog-section .products-grid .explore-item h4 {
    margin-bottom: 0;
    font-weight: 600;
}

.banner-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    width: 452px;
    height: 662px;
    bottom: -260px;
    right: 0px;
    background-position: bottom right;
    background-size: auto 100%;
    z-index: 3;
}

@media screen and (min-width: 1600px) {
    .banner-section:after {
        width: 260px;
        height: 260px;
        bottom: -50px;
    }
}

.banner-section .container {
    height: 100%;
    position: relative;
}

.banner-section .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.banner-section .banner-title h1 {
    /*    position: absolute;*/
    text-align: center;
    display: block;
    /*
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
*/
    font-weight: 500;
}

.banner-subtitle {
    margin: 0 10px 20px 0;
    width: 50%;
}

.banner-section h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 1;
    margin: 0px;
}

.products-grid {
    padding: 0px;
}

.products-grid .product-item {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -webkit-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -o-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -ms-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.products-grid.events-slider-explore .product-item {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
}

.products-grid .product-item .product-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100%;
    display: block;
}

.products-grid .product-item .product-info {
    padding: 15px;
    font-size: 14px;
}

.products-grid .product-item .product-title {
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0px 15px;
    line-height: 1;
    min-height: 85px;
}

.products-grid .product-item .product-title span {
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}


.products-grid .explore-item {
    padding: 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -moz-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -o-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -ms-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    margin-bottom: 90px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.products-grid .explore-item:hover {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.products-grid .explore-item .product-image {
    padding-bottom: 75%;
}

.shop-items .products-grid .explore-item .product-image {
    padding-bottom: 100%;
}





.product-content-info {
    padding: 30px 35px 100px;
    color: #6a6a6a;
    font-size: 14px;
    position: relative;
}

.related-lists .product-content-info,
.bloglist-section .product-content-info {
    padding: 10px 35px 20px;
}

.product-content-info .product-but {
    position: absolute !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 80%;
    bottom: 15px;
}

.product-content-info:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: -webkit-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -moz-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -o-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -ms-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: linear-gradient(90deg, #058ad3 0%, #29a4e7 100%);
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
}

.blog-section .product-content-info:after {
    display: none;
}

.products-grid .explore-item h4 {
    color: #29292a;
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    height: 55px;
    line-height: 22px;
    width: 100%;
    /*    width: calc(100% - 70px) !important;*/
}

.products-grid .explore-item .content {
    margin: 0px 0px 0px;
    text-align: left;
    min-height: 120px;
}

.products-grid .explore-item .content p {
    font-size: 17px;
    color: #000;
}

@media (min-width: 1921px) {
    .products-grid .explore-item .content {
        min-height: 190px;
    }
}

.products-grid .explore-item .content p:last-child {
    margin-bottom: 0px;
}

.product-heading {
    margin: 0 8px 5%;
    display: block;
}

.products-list {
    margin-bottom: 40px;
}

.products-list .content p {
    margin: 0;
    padding-top: 5px;
}

.products-list .content {
    width: 60%;
    float: left;
}

.products-list > h2 {
    width: 60%;
    float: left;
}

.products-list h2 {
    margin: 0px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 1;
}

.products-list h2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    background: -webkit-linear-gradient(153deg, #0389d2 44%, #27a3e7 56%);
    background: -moz-linear-gradient(153deg, #0389d2 44%, #27a3e7 56%);
    background: -o-linear-gradient(153deg, #0389d2 44%, #27a3e7 56%);
    background: -ms-linear-gradient(153deg, #0389d2 44%, #27a3e7 56%);
    background: linear-gradient(-63deg, #0389d2 44%, #27a3e7 56%);
    width: 105px;
    height: 5px;
}

.products-section-new .products-list h2:after {
    display: none;
}

.products-list .see-more {
    float: right;
    width: 40%;
    text-align: right;
    color: #ff3479;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.products-list .see-more:after {
    content: "";
    right: 0px;
    display: inline-block;
    background-image: url(../images/arrow.png);
    width: 7px;
    height: 10px;
    background-repeat: no-repeat;
    line-height: 1;
    margin-left: 8px;
}

.explore-lists .see-more-btn {
    width: 145px;
    margin-left: 10px;
    padding: 15px 47px 15px 20px;
    font-size: 14px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: right 11px center;
    background-image: url('../images/circle-arrow.svg');
    float: right;
    background-color: #ff4081;
    letter-spacing: 0px;
    line-height: 1;
}

.explore-lists .see-more-btn:hover {
    background-color: #ffffff;
}

.explore-lists .heading-info {
    float: left;
    width: calc(100% - 155px);
}

.explore-lists .heading-info h2 {
    color: #292921;
    font-size: 32px;
    font-weight: 500;
    margin: 0px 0px 20px;
}

.explore-lists .heading-info .content {
    color: #717171;
}

.explore-lists .heading-info .content p {
    font-size: 16px;
    line-height: 28px;
}

.explore-lists .heading-info .content p:last-child {
    margin-bottom: 0px;
}

.explore-section {
    margin-top: 0px;
}

.explore-banner-section:after {
    bottom: -662px;
}

/* == Explore Home == */
.explore-lists-blocks {
    position: relative;
}

.explore-lists-blocks:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../images/shaped-new.png);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    display: block;
}

.explore-lists-blocks .container {
    max-width: 1560px;
}

.explore-lists-blocks .product-heading {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.explore-lists-blocks .explore-lists .heading-info {
    width: 100%;
}

.explore-lists-blocks .explore-lists .heading-info h2 {
    font-size: 46px;
}

.explore-lists-blocks .explore-lists .heading-info .content p {
    font-size: 26px;
    color: #28282a;
}

.explore-lists-blocks .explore-lists .heading-info .content p a {
    text-decoration: none;
}

.explore-lists-blocks .explore-lists .product-content-info {
    padding: 10px 35px 10px;
    min-height: 120px;
    display: none;
}

.explore-lists-blocks .products-grid .explore-item .content {
    font-size: 13px;
}

.explore-lists-blocks .products-grid .explore-item .content br {
    display: none;
}

.products-grid .explore-lists-block {
    margin-bottom: 40px;
}

.explore-lists-blocks .explore-lists {
    margin-top: 120px;
}

.explore-lists-block .heading-block h4 {
    float: left;
    width: 100%;
    /*    width: calc(100% - 110px);*/
    /*    margin-right: 10px;*/
}

.explore-lists-block .heading-block .users {
    float: right;
    text-align: right;
    width: 50px;
    font-size: 0px;
    padding: 0px;
    display: none;
}

.explore-lists-block .heading-block .users li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 28px;
}

.explore-lists-block .heading-block .users li:last-child {
    margin-right: 0px;
}


/* == End Explore Home == */
.inner-footer {
    background-image: url(../images/footerbg.png);
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    z-index: 4;
    position: relative;
    background-size: 100% 100%;
    background-color: transparent !important;
    padding-top: 0px;
}

.inner-footer:before {
    content: "";
    background-image: url(../images/circle-footer.png);
    background-position: 0px -5px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 100px;
    width: 650px;
    height: 600px;
    background-size: auto 100%;
}

.footer-block {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    background-color: #ffffff;
    padding: 45px 70px;
    box-shadow: 0px 18px 40px 0px rgba(7, 28, 46, 0.11);
    max-width: 1035px;
    margin: -100px auto 95px;

}

.footer-block h4 {
    color: #000;
    font-weight: bold;
    margin: 0px 0px 20px;
    display: block;
}

.footer-block p {
    color: #717171;
    font-size: 15px;
}

.footer-block p a {
    color: #ff3278;
    font-weight: normal;
    line-height: 26px;
}

/* == End Signup == */

/* == User Account == */

#account-main .mdl-color--primary-dark {
    background: -webkit-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%) !important;
    background: -moz-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%) !important;
    background: -o-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%) !important;
    background: -ms-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%) !important;
    background: linear-gradient(252deg, #4ab4eb 17%, #2aa0df 83%) !important;
    box-shadow: 0px 4px 10px 0px rgba(10, 84, 125, 0.04);
    margin-bottom: 5% !important;
}

.account-section {
    margin: 0px 0px 100px;
}

.account-section .right-shape:after {
    content: "";
    width: 225px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/creator-sw-before.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -220px;
    position: absolute;
    right: 0px;
    z-index: -1;
}

.account-section .left-shape:before {
    top: 35%;
}

.account-section .left-shape:after,
.account-section .right-shape:before {
    display: none;
}

.account-info .account__tab__tab-bar {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    border: none;
}

.account-info .account-info-tabs .mdl-tabs__tab {
    width: 100%;
    float: none;
    border-radius: 13px;
    border-width: 1px;
    border-color: #bedeef;
    border-style: solid;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(10, 84, 125, 0.04);
    padding: 20px 23px;
    color: #29292a;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 20px;
    display: block;
    height: auto;
    line-height: 1;
    text-transform: none;
    text-align: left;
}

.account-info .account-info-tabs .mdl-tabs__tab:hover,
.account-info .account-info-tabs .mdl-tabs__tab.is-active {
    background: -webkit-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%);
    background: -moz-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%);
    background: -o-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%);
    background: -ms-linear-gradient(-162deg, #4ab4eb 17%, #2aa0df 83%);
    background: linear-gradient(252deg, #4ab4eb 17%, #2aa0df 83%);
    box-shadow: 0px 4px 10px 0px rgba(10, 84, 125, 0.04);
    color: #ffffff;
}

.account-info .account-info-tabs .mdl-tabs__tab:hover:after {
    height: 2px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    background: rgb(33, 150, 243);
    -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
    animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
    transition: all 1s cubic-bezier(.4, 0, 1, 1);
}

.account-info .account-info-tabs h2 {
    font-family: 'Poppins', sans-serif;
    color: #29292a;
    font-size: 30px;
    font-weight: 600;
}

.account-info .account-info--content h2 {
    color: #29292a;
    font-size: 35px;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.account-info .account-info--content #buy-gold h2 {
    margin: 24px 0;
}

.box.update-account {
    overflow: inherit !important;
}

#account-main .button-blk {
    margin-bottom: 85px;
}

.account-summary {
    margin-bottom: 85px;
}

.account-summary.account-summary-subscription {
    margin-bottom: 35px;
}

.account-summary h3 {
    color: #3aaae6;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 22px;
    line-height: 1;
}

.account-summary .content p {
    color: #29292a;
    font-size: 18px;
}

.account-summary .h3 {
    color: #29292a;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 42px;
}

.account-summary ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.account-summary ul li {
    color: #21222c;
    font-size: 17px;
    position: relative;
    padding-left: 41px;
    margin-bottom: 15px;
}

.account-summary ul li:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../images/li-before.svg');
}

.account-summary-blocks {
    margin: 0px 0px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account-summary-user {
    margin: 50px 0;
}

.account-summary-user .account-summary-info {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}


.balance-coins {
    margin-top: 10px;
    font-size: 16px;
}

.balance-coins .price {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.balance-coins .price span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #eebb02;
    background-color: rgb(255, 204, 0);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
}

.balance-coins .price.silver span {
    background-color: #757575;
}


.account-summary-user .icon-user .icon-user-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.account-summary-user .icon-user {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 81px;
    text-align: center;
}

.account-summary-user .icon-user-image {
    height: 81px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2d98dc;
    margin-bottom: 15px;
}

.icon-user a {
    text-decoration: none;
    color: #ff2e75;
}


.icon-user a:hover {
    color: darkgrey;
}


.account-summary-blocks .icon {
    width: 33px;
    margin-right: 9px;
}

.account-summary-blocks .title {
    color: #c0c0c0;
    font-size: 20px;
    width: 210px;
    margin-right: 20px;
}

.account-summary-blocks .account-summary-info {
    color: #21222c;
    font-size: 17px;
    width: calc(100% - 230px);
}

.account-info--content .update-account .update-info {
    max-width: 405px;
}

.account-info .account-info--content {
    padding-left: 47px;
    margin: 0;
}

.account-info .account-info--content .update-info h2 {
    font-size: 33px;
}

.mb-40 {
    margin-bottom: 40px;
}

.account-summary-blocks .account-summary-info a {
    text-decoration: none;
    color: #4ab4eb;
}

/* == end User Account == */

/* == User Subscription == */

.subscription-table {
    border: 0px;
}

.subscription-table th {
    color: #29292a;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.subscription-table td {
    border: 0px;
    color: #29292a;
    font-size: 16px;
    text-align: left;
}

.subscription-table tr:nth-child(2n) {
    background: #eee;
}

.subscription-table .button {
    padding: 15px 40px;
    font-size: 14px;
    line-height: 1;
}

.box.plan-blocks-main {
    padding-bottom: 0px;
}

.plan-costs {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-image: url('../images/blue-bg.png');
    margin-top: 30px;
    padding: 63px 40px 65px;
    background-color: red;
    width: calc(100% + 80px);
    margin-left: -40px;
    background: -webkit-linear-gradient(164deg, #0288d1 8%, #75cffc 92%);
    background: -moz-linear-gradient(164deg, #0288d1 8%, #75cffc 92%);
    background: -o-linear-gradient(164deg, #0288d1 8%, #75cffc 92%);
    background: -ms-linear-gradient(164deg, #0288d1 8%, #75cffc 92%);
    background: linear-gradient(-74deg, #0288d1 8%, #75cffc 92%);
}

.plan-costs .plan-blocks {
    width: calc((100% - 70px)/2);
    margin-right: 70px;
    float: left;
}

.plan-costs .plan-blocks:nth-child(2n) {
    margin-right: 0px;
}

.plan-costs .plan-blocks .plan-block {
    border-radius: 10px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    padding: 37px 77px 70px;
    min-height: 185px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 45px;
}

.plan-costs .plan-blocks .plan-block:last-child {
    margin-bottom: 0px;
}

.plan-costs .plan-blocks .plan-block div {
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.plan-costs .plan-blocks h4 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    margin: 0px 0px 25px;
}

.plan-costs .plan-blocks .plan-block .sale-price {
    font-size: 55px;
    font-weight: 700;
}

.plan-costs .plan-blocks .plan-block .base-price {
    font-size: 26px;
    font-weight: 400;
    text-decoration: line-through;
    margin-top: 10px;
}

.plan-costs .plan-blocks .plan-block .button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 18px 42px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    bottom: -20px;
    padding: 18px 42px;
    font-size: 19px;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 36px);
}

.plan-costs .plan-blocks.plan-gold .plan-block .sale-price {
    padding-left: 30px;
    position: relative;
}

.plan-costs .plan-blocks.plan-gold .plan-block .sale-price:before {
    content: "";
    left: 0px;
    top: 0px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/gold-icon.svg');
    position: absolute;
}

/* == end User Subscription == */

/* == Creator == */

.creator-accounts {
    margin: 120px 0px;
}

.creator-block {
    margin-top: 40px;
}

.creator-block h2 {
    text-align: center;
}

.creator-block h2,
.creator-block h4 {
    color: #29292a;
    font-size: 31px;
    font-weight: 600;
    margin: 0;
    /*    margin: 0px 0px 25px;*/
}

.creator-block h4 {
    margin-bottom: 10px;
}

.creator-block p {
    font-size: 18px;
    color: #29292a;
}

.creator-block .download-items {
    text-align: center;
    display: block;
    vertical-align: top;
    width: 100%;
}

.creator-block .download-items li {
    margin: 7px;
}

.creator-block .download-items li a {
    padding: 13px 0px;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}

.creator-block .download-items li a .download-title {
    font-size: 12px;
}

.content-inner-wrap {
    padding: 0 25px;
}

.content-inner-wrap.morepad {
    padding: 0 45px;
}

.content-inner-wrap.lesswidth {
    max-width: 950px;
    margin: auto;
}

.creator-accounts .creator-accounts-blocks {
    background-color: #0bb7f1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.creator-accounts .creator-accounts-blocks h4 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    z-index: 3;
    margin: 0px 0px 20px;
    display: block;
    width: 100%;
}

.creator-accounts .creator-accounts-blocks-left:before,
.creator-accounts .creator-accounts-blocks-left:after,
.creator-accounts .creator-accounts-blocks-right:before,
.creator-accounts .creator-accounts-blocks-right:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.creator-accounts .creator-accounts-blocks-left:before {
    right: -100px;
    top: -100px;
    width: 301px;
    height: 301px;
    background-image: url('../images/top-right.png');
}

.creator-accounts .creator-accounts-blocks-left:after {
    left: -100px;
    bottom: -100px;
    width: 301px;
    height: 301px;
    background-image: url('../images/bottom-left-new.png');
}

.creator-accounts .creator-accounts-blocks-right:before {
    left: -100px;
    top: -90px;
    width: 301px;
    height: 301px;
    background-image: url(../images/top-left-new.png);
}

.creator-accounts .creator-accounts-blocks-right:after {
    right: -160px;
    bottom: -177px;
    width: 316px;
    height: 316px;
    background-image: url('../images/bottom-right.png');
}

.creator-accounts-blocks .button {
    position: relative;
    z-index: 3;
}

/* == end Creator == */

/* == Downloads == */

.download-section {
    min-height: 45vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-image: url('../images/download-bg.png');
    position: relative;
}

@media(min-width:1450px) and (max-width:2000px) {
    .download-section.more-mobile-height {
        min-height: 45vh;
    }
}

.download-section.center-bg-image {
    background-position: centercenter;
}

.download-section.home-banner-new .container {
    position: static;
    width: 100%;
    text-align: center;
}

.download-top-block {
    z-index: 20;
    max-width: 787px;
    margin: auto;
    text-align: center;
    padding: 140px 0 15%;
    position: relative;
}

/*
@media (min-width:2200px) {
    .download-top-block {
        padding: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
        -o-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}
*/

.download-top-block h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 32px;
}

.download-top-block h1 i {
    font-size: 20px;
}

.download-top-block .download-logo {
    max-width: 235px;
    margin: auto auto 25px;
}

.download-items {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
}

.download-items li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 44px;
    width: calc((100% - 88px)/3);
}

.download-items li:nth-child(3n) {
    margin-right: 0px;
}

.download-items li a {
    padding: 13px 27px 21px 27px;
    background-color: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    border-bottom: 6px solid rgb(255, 64, 129);
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}

.download-items li a span {
    display: block;
}

.download-items li a .download-image {
    margin: auto auto 7px;
    font-size: 36px;
    width: 37px;
    height: 37px;
    text-align: center;
}

.download-items li a .download-image img {
    display: block;
    max-width: 37px;
    margin: auto
}

.download-items li a .download-title {
    color: #29292a;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    width: 100%;
}

.download-items li a:hover {
    border-bottom-color: #fff;
    background-color: rgb(255, 64, 129);
    color: #fff;
}

.download-items li a:hover .download-title {
    color: #fff;
}

.container-small {
    max-width: 980px;
    margin: auto;
}

.box {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    -moz-box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    -o-box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    -ms-box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.creater-block {
    margin-top: 5%;
    color: #29292a;
}

.creater-block h2 {
    color: #29292a;
    font-size: 31px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.creater-block .ceator-card-info p {
    font-size: 20px;
}

.creater-block .ceator-card-info p:last-child {
    margin-bottom: 0px;
}

/*
.creater-block .button {
    padding-left: 65px;
    padding-right: 65px;
}
*/
.creative-block-grid .creative-block-cell {
    width: calc((100% - 222px)/3);
    margin-right: 111px;
    margin-bottom: 80px;
    text-align: center;
    float: left;
}

.creative-block-grid .creative-block-cell:nth-child(3n) {
    margin-right: 0px;
}

.creative-block-grid .creative-block-cell:last-child {
    margin-right: 0px !important;
}

.creative-block-grid .creative-block-cell .img-block {
    max-width: 137px;
    margin-bottom: 27px;
    display: inline-block;
}

.creative-block-grid .creative-block-cell .img-block img {
    width: 137px;
}

.creative-block-grid .creative-block-cell h5 {
    color: #1f2047;
    font-size: 24px;
    margin: 0px 0px 10px;
}

.creative-block-grid .creative-block-cell .content {
    color: #1f2047;
    font-size: 15px;
}

.tab-blocks .mdl-tabs__tab {
    color: #29292a;
    font-size: 20px;
    text-transform: none;
}

.mdl-tabs__tab-bar {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tab-blocks .mdl-tabs__tab-bar {
    border: none;
}

.other-downloads-block {
    margin: 5% 0;
}

.other-downloads-block h2 {
    color: #29292a;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}

.other-downloads-block h4 {
    color: #29292a;
    font-size: 26px;
    margin: 0px 0px 35px;
}

.tab-blocks h4 {
    color: #29292a;
    font-size: 26px;
    margin: 0px 0px 40px;
}

.tab-blocks h5 {
    color: #29292a;
    font-size: 20px;
    margin: 30px 0px 30px;
}

.tab-blocks .info {
    position: relative;
    padding-left: 70px;
    color: #29292a;
    font-size: 15px;
    line-height: 25px;
}

.tab-blocks .info a {
    color: #0288d1;
    text-decoration: none;
}

.tab-blocks .info:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/circle-arrow_down-download.png');
    top: 3px;
    left: 0px;
}

.tab-blocks .info .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 15px;
}

.tab-header {
    background-color: rgba(247, 247, 247, 0.65);
    padding: 30px;
    width: calc(100% + 80px);
    margin-left: -40px;
    margin-top: -40px;
}

.button-wrapper {
    padding-left: 60px;
    text-align: right;
}

.button-wrapper .button {
    padding-left: 25px;
    padding-right: 25px;
    min-width: 150px;
}

.grid-row-margin {
    margin: 0px 0px 40px;
}

.creator-sw {
    position: relative;
}

.creator-sw:before {
    content: "";
    width: 228px;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/creator-sw-before.svg');
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.creator-sw-info {
    color: #29292a;
    font-size: 16px;
    line-height: 26px;
}

.creator-sw-info .content {
    margin: 0px 0px 27px;
}

.btns-block ul {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}

.btns-block ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.btns-block ul li:last-child {
    margin-right: 0px;
}

.mdl-cell .btns-block ul li {
    margin: 5px;
    display: block;
    list-style: none;
}

.mdl-cell .btns-block ul li a {
    display: block;
    width: 100%;
}

.system-requirements {
    margin-top: 70px;
    margin-bottom: 127px;
    position: relative;
}

.system-requirements:before {
    content: "";
    position: absolute;
    right: 127px;
    bottom: -116px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/green-downloads.png');
    width: 292px;
    height: 192px;
}

.system-requirements-box {
    padding-bottom: 130px;
}

.transparentbtn {
    color: #ff2f76;
    background: #ffffff;
    border: 1px solid #ff2f76;
}

.transparentbtn:hover {
    background-color: #ff2f76;
    color: #fff;
}

.login-socialaccounts {
    margin-top: 25px;
}

.login-socialaccounts span {
    color: #353535;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.forgot-buttons {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.login-boxsection {
    border-radius: 20px;
    padding: 50px 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 14px 36px 0px rgba(0, 0, 0, 0.06);

}

.login-boxsection h3 {
    margin-top: 0px;
}

.login-bottomsection {
    position: relative;
    z-index: 2;
    padding-bottom: 250px;
}

.login-bottomsection:after {
    content: "";
    display: block;
    background-image: url(../images/curcle-element.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
    width: 300px;
    height: 60%;
    background-size: 100%;
}

.other-downloads-main {
    position: relative;
}

.other-downloads-main:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/green-downloads-1.png');
    width: 240px;
    height: 160px;
}

.other-downloads-main:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 148px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/download-shape1.png');
    width: 364px;
    height: 1880px;
    z-index: -1;
}

.download-section:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/down-banner-after.png');
    width: 400px;
    height: 663px;
    z-index: 101;
}

.ceator-card {
    position: relative;
    z-index: 3;
}

/* == End Downloads == */

/* == News == */
.news-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
}

@media (min-width:1600px) {
    .news-section .container {
        max-width: 1500px;
    }
}

.news-section {
    padding: 80px 0px 0px;
}

.news-section h2 {
    color: #333333;
    font-size: 35px;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.news-section .news-slider .news-item {
    margin: 0 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 11px 40px 2px rgba(10, 84, 125, 0.06);
    -moz-box-shadow: 4px 11px 40px 2px rgba(10, 84, 125, 0.06);
    -o-box-shadow: 4px 11px 40px 2px rgba(10, 84, 125, 0.06);
    -ms-box-shadow: 4px 11px 40px 2px rgba(10, 84, 125, 0.06);
    box-shadow: 4px 11px 40px 2px rgba(10, 84, 125, 0.06);
    overflow: hidden;
    background-color: #ffffff;
}

.news-item-logo img {
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.news-item-logo {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
    width: 40%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.news-item-logo.lvl80 {
    padding: 5px;
    max-width: 50px;
}

.news-item-logo.lvl80 img {
    max-width: 45px;
    display: inline-block;
}

.news-slider .slick-list {
    padding: 30px 0;
}

.date {
    font-size: 12px;
    margin: 0 0 10px;
}

.bimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-section .news-slider .news-item .news-item-image {
    padding-bottom: 56%;
    display: block;
    position: relative;
}

.news-item-content {
    position: relative;
    padding: 40px 40px 50px;
    font-size: 16px;
    line-height: 26px;
}

.news-item-content p:last-child {
    margin: 0px;
}

.news-item-content h4 a {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 15px;
    text-decoration: none;
}

.news-item-content h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

.news-item-content .link {
    color: #0288d1;
    font-weight: 500;
    margin-top: 25px;
    display: inline-block;
    text-decoration: none;
}

.news-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
    background-color: transparent;
}

.news-slider .slick-arrow.slick-prev {
    background-image: url('../images/big-left-arrow.png');
    left: -94px;
}

.news-slider .slick-arrow.slick-next {
    background-image: url('../images/big-right-arrow.png');
    right: -94px;
}


@media(max-width: 1700px) {
    .news-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .news-slider .slick-arrow.slick-next {
        right: 0;
    }

}

@media(max-width: 1335px) {
    .news-slider .slick-arrow.slick-prev {
        left: 0;
    }

    .news-slider .slick-arrow.slick-next {
        right: 0px;
    }

    .header-top .container.large {
        max-width: 100%;
        padding: 0 20px;
    }
}

.news-slider .slick-dots {
    margin: 40px 0px 0px;
    text-align: center;
    list-style: none;
    padding: 0px;
    font-size: 0px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.slick-dots li button {
    display: block;
    padding: 0px;
    border: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 0px;
    background-color: #d8d8d8;
    height: 14px;
    width: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #0288d1;
}

.news-banner h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 82px;
}

.news-banner h1 span {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.news-banner {
    position: relative;
}

.down-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 53px;
    height: 53px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/big-down-arrow.png');
    z-index: 30;
    cursor: pointer;
    bottom: 40px;
}

.explore-banner-section .down-arrow {
    bottom: 20px;
}

.news-banner .down-arrow {
    bottom: 93px;
}

.events-news {
    padding-bottom: 105px;
    position: relative;
}

.events-news:after {
    /*    content: "";*/
    width: 225px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/creator-sw-before.svg');
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: -220px;
    position: absolute;
    right: 0px;
    z-index: -1;
}

.community-news {
    position: relative;
}

.community-news:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../images/green-downloads-1.png');
    width: 240px;
    height: 160px;
    z-index: -1;
}


.news-item-content-title .date {
    margin-top: 10px;
    color: #9b9b9b;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
}

/* == End News == */

/* == Roadmap == */

.road-map-section .left-shape:after {
    width: 228px;
    height: 460px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/creator-sw-before.svg);
}

.road-map-section .right-shape:after {
    background-size: contain;
    background-image: url(../images/green-downloads.png);
    width: 292px;
    height: 192px;
}

.road-map-section .right-shape:before {
    width: 169px;
}

.release-posts-main {
    position: relative;
}

.release-posts-main .divder-line {
    background: -webkit-linear-gradient(90deg, #e3f6ff 0%, #d6f0fd 8%, #4db6ec 51%, #cbecfd 89%, #daf2ff 100%);
    background: -moz-linear-gradient(90deg, #e3f6ff 0%, #d6f0fd 8%, #4db6ec 51%, #cbecfd 89%, #daf2ff 100%);
    background: -o-linear-gradient(90deg, #e3f6ff 0%, #d6f0fd 8%, #4db6ec 51%, #cbecfd 89%, #daf2ff 100%);
    background: -ms-linear-gradient(90deg, #e3f6ff 0%, #d6f0fd 8%, #4db6ec 51%, #cbecfd 89%, #daf2ff 100%);
    background: linear-gradient(0deg, #e3f6ff 0%, #d6f0fd 8%, #4db6ec 51%, #cbecfd 89%, #daf2ff 100%);
    width: 3px;
    height: calc(100% - 225px);
    position: absolute;
    left: 163px;
    z-index: -1;
    top: 30px;
}

.release-posts {
    margin-bottom: 20px;
}

.road-map-banner .download-top-block {
    max-width: 100%;
}

.road-map-banner h1 span {
    display: block;
    font-size: 22px;
    margin-top: 17px;
    font-weight: 400;
}

.road-map-banner .down-arrow {
    bottom: 55px;
}

.release-posts-main .realease-cat {
    float: left;
    padding-right: 55px;
    margin-right: 40px;
    width: 175px;
    position: relative;
    color: #29292a;
    font-size: 15px;
    font-weight: 500;
    margin-top: 70px;
    line-height: 17px;
}

.release-posts-main .realease-cat:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #b0def8;
    border: 4px solid #ffffff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.release-posts-main .realease-cat.active:before {
    background-color: #2fb0f5;
}

.release-posts-main .realease-cat:after {
    content: "";
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: rgba(213, 240, 255, 0.65);
    box-shadow: 0px 8px 16px 0px rgba(10, 84, 125, 0.08);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(10, 84, 125, 0.08);
    -moz-box-shadow: 0px 8px 16px 0px rgba(10, 84, 125, 0.08);
    -o-box-shadow: 0px 8px 16px 0px rgba(10, 84, 125, 0.08);
    -ms-box-shadow: 0px 8px 16px 0px rgba(10, 84, 125, 0.08);
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 1;
}

.release-posts-main .release-post {
    float: right;
    width: calc(100% - 218px);
}

.release-post-info-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    left: 0px;
    top: 0px;
}

.release-post-info {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 16px 40px 0px rgba(10, 84, 125, 0.09);
    -webkit-box-shadow: 0px 16px 40px 0px rgba(10, 84, 125, 0.09);
    -moz-box-shadow: 0px 16px 40px 0px rgba(10, 84, 125, 0.09);
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-bottom: 50px;
    position: relative;
}

.release-post-info .release-post-info-container {
    padding: 18px 18px 10px;
}

.release-post-info .tags {
    padding: 0px;
    margin: 0px 0px 17px;
    font-size: 0px;
    line-height: 1;
}

.release-post-info .tags li {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 7px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-right: 3px;
    background-color: #62bd50;
    margin-bottom: 4px;
}

.release-post-info .tags li.tag2 {
    background-color: #51e898;
}

.release-post-info .tags li.tag3 {
    background-color: #ffab4a;
}

.release-post-info .tags li:last-child {
    margin-right: 0px;
}

.release-post-info .post-info {
    margin: 0px 0px 18px;
}

.release-post-info .post-info p {
    color: #21222c;
    font-size: 13px;
    line-height: 20px;
}

.release-post-info .post-info p:last-child {
    margin-bottom: 0px;
}

.release-post-info .informative ul {
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

.release-post-info .informative ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.release-post-info .informative ul li:last-child {
    margin-right: 0px;
}

.release-post-info .informative ul li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    color: #a9a9a9;
    font-size: 13px;
    line-height: 26px;
}

.release-post-info .informative ul li span:last-child {
    margin-right: 0px;
}

.release-post-info .post-title-date {
    padding: 12px 18px;
    background: -webkit-linear-gradient(0deg, #4db6ec 0%, #259cdd 100%);
    background: -moz-linear-gradient(0deg, #4db6ec 0%, #259cdd 100%);
    background: -o-linear-gradient(0deg, #4db6ec 0%, #259cdd 100%);
    background: -ms-linear-gradient(0deg, #4db6ec 0%, #259cdd 100%);
    background: linear-gradient(90deg, #4db6ec 0%, #259cdd 100%);
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.release-post-info .post-title-date span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}

.release-post-info .post-title-date span:last-child {
    margin-right: 0px;
}

.release-post-info .post-title-date .title {
    font-weight: 600;
    position: relative;
}

.release-post-info .post-title-date .title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url('../images/icon-trello.svg');
    margin-right: 7px;
}

.filter-items {
    margin: 25px 0px 74px;
    font-size: 0px;
    padding: 0px;
    text-align: right;
    z-index: 1;
}

.filter-items .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    z-index: 1;
}

.filter-items .filter-item input,
.filter-items .filter-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 5px;
    border-width: 1px;
    border-color: #d7d7d7;
    border-style: solid;
    background-color: #ffffff;
    box-shadow: 0px 8px 19px 0px rgba(10, 84, 125, 0.06);
    color: rgba(51, 51, 51, 0.52);
    font-size: 15px;
    line-height: 1;
    padding: 16px 64px 16px 23px;
    background-repeat: no-repeat;
    background-position: right 19px center;
    margin: 0px;
    width: 100%;
}

.filter-items .filter-item input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.52);
    opacity: 1;
}

.filter-items .filter-item input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.52);
    opacity: 1;
}

.filter-items .filter-item input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.52);
    opacity: 1;
}

.filter-items .filter-item input:-moz-placeholder {
    color: rgba(51, 51, 51, 0.52);
    opacity: 1;
}

.filter-items .filter-item input[type="text"] {
    background-size: 20px;
    background-image: url('../images/calendar.png');
}

.filter-items .filter-item select {
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-image: url('../images/select-arrow.svg');
}

.hidden {
    display: none;
}

.release-post-info .tags li.card-label-green {
    background-color: rgb(97, 189, 79);
}

.release-post-info .tags li.card-label-sky {
    background-color: rgb(0, 194, 224);
}

.release-post-info .tags li.card-label-red {
    background-color: rgb(235, 90, 70);
}

.release-post-info .tags li.card-label-yellow {
    background-color: rgb(242, 214, 0);
}

.release-post-info .tags li.card-label-lime {
    background-color: rgb(81, 232, 152);
}

.release-post-info .tags li.card-label-blue {
    background-color: rgb(0, 121, 191);
}

.release-post-info .tags li.card-label-black {
    background-color: rgb(77, 77, 77);
}

.release-post-info .tags li.card-label-purple {
    background-color: rgb(195, 119, 224);
}

.release-post-info .tags li.card-label-orange {
    background-color: rgb(255, 171, 74);
}

.release-post-info .tags li.card-label-pink {
    background-color: rgb(255, 192, 203);
}

/* == Select tag Options == */
.select-options.is-dirty label {
    display: none !important;
}

.select-options input {
    background: none !important;
    border: 1px solid #d7d7d7 !important;
}

.select-options .tags li span {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
}

.select-options .tags li span.card-label-green {
    background-color: rgb(97, 189, 79);
}

.select-options .tags li span.card-label-sky {
    background-color: rgb(0, 194, 224);
}

.select-options .tags li span.card-label-red {
    background-color: rgb(235, 90, 70);
}

.select-options .tags li span.card-label-yellow {
    background-color: rgb(242, 214, 0);
}

.select-options .tags li span.card-label-lime {
    background-color: rgb(81, 232, 152);
}

.select-options .tags li span.card-label-blue {
    background-color: rgb(0, 121, 191);
}

.select-options .tags li span.card-label-black {
    background-color: rgb(77, 77, 77);
}

.select-options .tags li span.card-label-purple {
    background-color: rgb(195, 119, 224);
}

.select-options .tags li span.card-label-orange {
    background-color: rgb(255, 171, 74);
}

.select-options .tags li span.card-label-pink {
    background-color: rgb(255, 192, 203);
}

/* == Seelct Tag Options == */
/* == End Road Map == */
/* == Become Creator == */
.become-creator-banner .download-top-block {
    /*
    text-align: left;
    margin-left: 0px;
    
*/
    text-align: center;
    margin: auto;
}

.become-creator-cell {
    width: calc((100% - 40px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    box-shadow: 0px 11px 42px 0px rgba(10, 84, 125, 0.07);
    -webkit-box-shadow: 0px 11px 42px 0px rgba(10, 84, 125, 0.07);
    -moz-box-shadow: 0px 11px 42px 0px rgba(10, 84, 125, 0.07);
    -o-box-shadow: 0px 11px 42px 0px rgba(10, 84, 125, 0.07);
    -ms-box-shadow: 0px 11px 42px 0px rgba(10, 84, 125, 0.07);
}

.become-creator-cell.full {
    width: 100% !important;
}

.become-creator-cell:nth-child(2n) {
    margin-right: 0px;
}

.become-creator-cell p {
    color: #29292a;
    font-size: 18px;
    line-height: 29px;
}

.become-creator-cell .content-inner h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 0px;
    color: #29292a;
    line-height: 29px;
}

.become-creator-cell .content-inner h4 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.become-creator-cell .content-inner {
    margin: 0px 0px 50px;
}

.become-creator-form .content-inner h4 {
    margin: 16px 0px 16px;
}

.become-creator-cell .content-inner a {
    color: #2aaef4;
    text-decoration: none;
}

.become-creator-cell .content-inner a.button {
    color: #ffffff;
    border: 1px solid #ff4081;
}

.become-creator-cell .content-inner a.button:hover {
    color: #ff4081;
}

.creator-select .material-icons {
    position: absolute;
    right: 22px;
    top: 28px;
}

.creator-select input {
    margin: 0px 0px 0px;
}

.creator-select.is-dirty input {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}

.creator-select .select-label {
    color: rgba(51, 51, 51, 0.52);
    left: 0px;
    padding-left: 22px;
    top: 32px;
}

.creator-select .mdl-menu__container,
.creator-select .mdl-menu__container.is-visible .mdl-menu__outline {
    width: 100% !important;
}

.creator-select .mdl-menu__container.is-visible .mdl-menu {
    clip: unset !important;
    width: 100%;
}

.become-creator-grid {
    margin-top: 70px;
}

.creator-textarea {
    min-height: 124px;
}

/* == End Become Creator == */
/* == FAQ == */
.accordion-active .panel {
    display: block;
    max-height: 300px;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    /*
          background-image:url('images/minus-accordion.png'); 
            background-position: right;
            background-repeat: no-repeat;
            background-size: 20px;
*/
}

.accordion-wrap {
    padding-top: 20px;
}

.faq-accordion-wrap .active,
.faq-accordion-wrap .accordion:hover {
    background-color: #fff;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    max-height: 300px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel p {
    padding: 30px 10px 10px 10px;
    font-size: 16px;
}

.middle-footer-wrap {
    padding-top: 180px;
}

.accordion-head {
    font-size: 28px;
    padding: 5px 0px 5px 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    background-image: url('../images/plus-accordion.png');
    cursor: pointer;
}

.accordion-head.active {
    background-image: url('../images/minus-accordion.png');
}

.accordion-head img {
    float: right;
    width: 30px;
    height: 30px;
}

.accordion .picture {
    background-image: url('../images/plus-accordion.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
}

.faq-accordion-wrap {
    margin-top: 18px !important;
    width: 68%;
    padding-left: 30px;
}

.banner-section .banner-title p {
    position: absolute;
    text-align: center;
    display: block;
    top: 250px;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    font-weight: 500;
    color: white;
    font-family: Montserrat;
    font-size: 18px;
}

.shape-left:after {
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 20%;
    left: 0px;
    background-image: none !important;
    background-repeat: no-repeat;
}

.shape-left:before {
    top: 64%;
}

.shape-right:before {
    top: 65% !important;
}

.shape-right:after {
    background-image: url('../images/faq-quote-right.png') !important;
    background-size: 250px;
    top: 86%;
    background-position: center;
}

.plus-icon {
    color: blue;
    float: right;
    border-radius: 50%;
}

.minus-icon {
    color: blue;
    float: right;
    width: 45px;
    height: 30px;
    border-radius: 50%;
}

.footer-inner:before {
    background-image: url('../images/Ellipse-footer-faq.png') !important;
    left: 19px;
    top: 37px;
    width: 664px;
    height: 681px;
}

.inner-footer-wrap {
    padding-left: 111px;
}

/* == End FAQ == */
/* == Signup Video == */
.signup-page-video {
    background-image: none;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.to-of-page {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    background-color: #ff2e75;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    text-decoration: none;
    font-size: 30px;
}

@media screen and (min-width: 1400px) {

    .signup-page-video {
        min-height: 100vh;
        position: relative;
    }
}

.signup-page-video .signup_form .signup-form-half h3 {
    font-weight: 600;
}

.background-transition {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 0;
}

.background-transition video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.signup-page-video-main .header-top {
    height: auto;
    top: 15px;
}

.signup-page-video-main .header-block .logo {
    margin: auto;
    text-align: center;
    float: none;
}

.gender {
    margin: 0px 0px 15px;
}

.gender .label {
    margin: 0px 0px 2px;
    font-size: 18px;
}

.gender .radio-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.signup-section .logo {
    max-width: 176px;
    margin: auto;
}

.signup-section .logo a {
    display: block;
}

.signup-section .logo a img {
    max-width: 100%;
}

.signup-page-video-avatar {
    min-height: 100vh;
}

.signup-page-video-avatar .background-transition {
    height: 85%;
    width: 80%;
}

.signup-page-video-avatar .background-transition .video {
    width: 100%;
    height: 100%;
}

.signup-page-video-avatar .background-transition video {
    height: 100%;
}

.signup-section.signup-section-avatar-info {
    background-image: url('../images/curved-overlay.png');
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    padding: 100px 0px 100px;
    background-position: center;
    background-size: cover;
}

.signup-section.signup-section-avatar-info.signup-section-non-avatar {
    background-image: none;
}

.signup-section.signup-section-avatar-info .container {
    min-width: 90%;
    max-width: none;
}

.signup-section-avatar-info .signup_form .signup-form-half h1:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.signup-section-avatar-info .signup_form .signup-form-right {
    background: #ffffff;
    padding: 60px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}


/* == End Signup Video == */
.tab-blocks .tab-content {
    margin-bottom: 40px;
}

/* == Premium == */
.bottom-blocks {
    margin: 100px 0px 60px;
}

.bottom-blocks .mdl-cell {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.bottom-blocks .box-content {
    padding: 30px 20px;
    margin-bottom: 5px;
}

.bottom-blocks .box-content strong {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    line-height: 1.2;
}

.box-content .icon-style {
    width: 70px;
    margin-right: px;
    display: inline-block;
    vertical-align: top;
}

.box-content .box-rightcontent {
    display: inline-block;
    width: calc(100% - 88px);
}

.center-alignblock {
    text-align: center;
    margin-top: 60px;
}

.deals-section h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #333;
    margin: 0px 0px 8px;
}

.deals-section p {
    text-align: center;
    font-size: 24px;
    color: #29292a;
    line-height: 1;
    font-weight: normal;
}

.deals-section .mdl-grid .mdl-cell {
    -webkit-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fff;
}

.deals-section .deal-item h4 {
    margin: 0px;
}

.deal-heading {
    background-image: url(../images/bgmask.png);
    background-size: 100% auto;
    width: 100%;
    background-repeat: no-repeat;
    height: 235px;
    background-position: center top;
    text-align: center;
    padding-top: 40px;
}

.item-features {
    padding: 40px 50px;
    text-align: center;
}

.item-features ul {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

.item-features ul li {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.item-features ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url(../images/roundtick.svg);
    background-size: 24px 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.item-features .button {
    margin-top: 50px;

}

.premium-benefits {
    position: relative;
    margin-top: 40px;
    z-index: 1;
}

.premium-benefits:after {
    content: "";
    background-image: url(../images/premiumoval.svg);
    width: 200px;
    height: 300px;
    background-size: 100% auto;
    position: absolute;
    right: 0px;
    top: -120px;
    z-index: -1;
}

.premium-blocks .premium-item {
    float: left;
    width: 25%;
    overflow: hidden;
}

.premium-content {
    margin-bottom: 40px;
    font-size: 24px;
    color: #29292a;
    line-height: 1;
    display: block;
    text-align: center;
}

.premium-blocks .premium-item img {
    object-fit: cover;
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}

.premium-blocks .premium-item:hover img {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}

.deal-heading h4 {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.prices-list {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

.prices-list .base-price {
    text-decoration: line-through;
}

.prices-list .discount-price {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
}

.price-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    display: block;
    margin-top: 10px;
}

.validation_errors {
    color: #ff2e75;
}

/* == End Premium == */
/* == Shop Detail == */
.detail-grid {
    margin: 90px 0px 120px;
}

.product-left-cell {
    float: left;
    width: calc(50% - 20px);
}

.product-left-cell .single-slider-main {
    margin-bottom: 40px;
}

.product-left-cell .single-slider-main .shop-image-full {
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.product-left-cell .detail-block .featured-image {
    padding-bottom: 100%;
}

.product-left-cell .detail-block {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.detail-block .detail-info,
.product-cards {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    -moz-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    -o-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    -ms-box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    padding: 44px 60px;
    margin-bottom: 40px;
}

.detail-block .detail-info h3,
.product-cards h3 {
    font-size: 35px;
    margin: 0px 0px 24px;
}

.detail-block .detail-info .content,
.detail-block .detail-info .content p,
.product-cards p {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.product-cards .title-top h3 {
    float: left;
}

.product-cards .title-top .button {
    float: right;
    padding: 15px 50px;
    font-size: 22px;
    font-weight: 700;
}

.pricing-type {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.pricing-type li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
}

.pricing-type li .label {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    background-color: #eebb02;
    color: #ffffff;
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pricing-type li.silver .label {
    background-color: #757575;
}

.pricing-type li .pricing-info {
    font-size: 16px;
}

.pricing-type li .price {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0xp 0px 7px;
}

.product-right-cell {
    float: right;
    width: calc(50% - 20px);
}

.review-button {
    float: left;
    margin-left: 15px;
    margin-top: 11px;
    text-decoration: none;
}

.info-lists {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.info-lists li {
    position: relative;
    padding-left: 57px;
}

.info-lists li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.info-lists li .icon.user {
    background-image: url('../images/person.svg');
}

.info-lists li .icon.calender {
    background-image: url('../images/calender.svg');
}

.info-lists li .icon.size {
    background-image: url('../images/download.svg');
}

.info-lists li .icon.purchasers {
    background-image: url('../images/group.svg');
}

.info-lists li .icon.devices {
    background-image: url('../images/system.svg');
}

.info-lists li .icon.featured {
    background-image: url('../images/featured.svg');
}

.info-lists li .purcahse-info h5 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 7px;
}

.buy-info {
    margin: 0px 0px 10px;
}

.buy-info .numbers {
    list-style: decimal inside;
    padding: 0px;
    margin: 0px;
}

.buy-info .note {
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 600;
    padding: 0px 20px;
    opacity: 0.5;
}

.buy-info-blocks {
    float: left;
    width: calc((100% - 22px)/2);
    margin-right: 22px;
}

.buy-info .buy-info-blocks h3 {
    font-size: 22px;
    margin: 0px 0px 13px;
    line-height: 1;
}

.buy-info-blocks:nth-child(2n) {
    margin-right: 0px;
}

.related-lists .product-heading {
    text-align: center;
    margin-bottom: 70px;
}

.related-lists .product-heading h2 {
    font-size: 35px;
    margin: 0px 0px 12px;
    color: #333333;
    font-weight: 600;
}

.related-lists .product-heading .content {
    color: #29292a;
    font-size: 26px;
    margin-bottom: 40px;
}

.bottom-info {
    max-width: 960px;
    margin: auto;
    text-align: center;
    line-height: 41px;
    padding: 100px 0px;
}

.bottom-info h3 {
    font-size: 35px;
    margin: 0px 0px 25px;
}

.bottom-info .content {
    color: #29292a;
    font-size: 26px;
}

.bottom-info .content a {
    text-decoration: none;
    color: #0288d1;
}

.related-lists .product-content-info:after {
    display: none;
}

.related-lists .products-grid .explore-item {
    margin-bottom: 30px;
}

.related-lists .products-grid .explore-item .product-image {
    padding-bottom: 56.25%;
    padding-bottom: 100%;
    display: block;
}

.related-lists .products-grid .product-content-info {
    text-align: left;
}

.related-lists .products-grid .product-content-info .product-button {
    color: #0288d1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}

.rate .rate-info {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    margin-bottom: 10px;
}

.rate .rate-info li {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('/assets_v2/2019/images/star-rating.svg');
    margin-right: 10px;
    font-size: 0px;
}

.data-info-table th {
    width: 25%;
    background-color: #efefef;
}

.data-info-table td {
    width: 75%;
    margin: 10px 10px 10px 0px;
    padding: 10px;
}

/* == End Shop Detail == */
/* == explore Detail Page == */
.explore_info_boxes h3 {
    color: #333333;
    font-size: 35px;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.explore_info_boxes .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    background-color: rgb(255, 64, 129);
}

.explore_info_boxes .mdl-tabs .mdl-tabs__panel {
    margin-top: 20px;
}

.explore_info_boxes .tab-blocks .mdl-tabs__tab {
    font-size: 15px;
}

.explore_info_boxes .info-lists li {
    margin-bottom: 30px;
}

.explore_info_boxes .info-lists li:last-child {
    margin-bottom: 0px;
}

.featured-section .featured-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
}

.explore-detail-section {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
}

#signup_form #suggestion {
    float: right;
    margin-top: -50px;
}

.formError {
    /*
    display: block;
    cursor: pointer;
    position: relative !important;
    margin: -25px !important;
    left: 0px !important;
    top: 0px !important;
    width: 45%;
    float: right;
*/

    top: 50% !important;
    width: 65%;
    float: right;
    left: -55% !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 10px !important;
    border: 0;
    opacity: 0;
    visibility: hidden;

}

#contact_form .formError {
    top: 50% !important;
    width: 50%;
    float: right;
    left: -52% !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 10px !important;
    border: 0;
    opacity: 0;
    visibility: hidden;
}
#contact_form .active .formError{
    display: block;
    opacity: 1;
    visibility: visible;
}
#contact_question .formError {
	top: 50% !important;
	width: 22%;
	float: right;
	left: -24% !important;
	transform: translateY(-50%);
	margin: 0 !important;
	font-size: 10px !important;
	border: 0;
	opacity: 0;
	visibility: hidden;
}
#contact_question .active .formError {
    display: block;
    opacity: 1;
    visibility: visible;
}
#login_form .formError{
    top: 50% !important;
    width: 50%;
    float: right;
    left: -53% !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 10px !important;
    border: 0;
    opacity: 0;
    visibility: hidden;
}
#login_form .active .formError{
    display: block;
    opacity: 1;
    visibility: visible;
}

#signup_form .formError{
    top: 50% !important;
    width: 65%;
    float: right;
    left: -70% !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 10px !important;
    border: 0;
    opacity: 0;
    visibility: hidden;
}
#signup_form .active .formError{
    display: block;
    opacity: 1;
    visibility: visible;
}

.active .formError {
    display: block;
    opacity: 1;
    visibility: visible;
}

.formError + input[type="text"],
.formError + input[type="tel"],
.formError + input[type="email"],
.formError + input[type="number"],
.formError + input[type="password"] {
    border: 1px solid #ff2e75;
}

.formError.greenPopup + input[type="text"],
.formError.greenPopup + input[type="tel"],
.formError.greenPopup + input[type="email"],
.formError.greenPopup + input[type="number"],
.formError.greenPopup + input[type="password"] {
    border: 1px solid #7ce34f;
}

.formError .formErrorContent,
.emailformErrorContent {
    width: 100%;
    font-size: 13px;
    padding: 7px;
    background-color: #fff !important;
    color: #000 !important;
    border-radius: 5px;
    font-weight: 400;
    border: 0;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.3);
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.3);
}

.formError .formErrorArrow {
    display: none !important;
}

.formError .formErrorContent:before,
.emailformErrorContent:before {
    content: '';
    width: 11%;
    display: block;
    position: absolute;
    right: -11%;
    height: 2px;
    top: 50%;
    background: -webkit-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -moz-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -o-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: -ms-linear-gradient(0deg, #058ad3 0%, #29a4e7 100%);
    background: linear-gradient(90deg, #058ad3 0%, #29a4e7 100%);
}

#form_payment .formError .formErrorContent:before,
#form_payment.emailformErrorContent:before {
    display: none;
}

.formError .formErrorContent:after,
.emailformErrorContent:after {
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: -webkit-linear-gradient(0deg, #f91c67 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #f91c67 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #f91c67 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #f91c67 0%, #ff2e75 100%);
    background: linear-gradient(90deg, #f91c67 0%, #ff2e75 100%);
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
}

#form_payment .formError .formErrorContent:after,
#form_payment.emailformErrorContent:after{
    content: "";
    width: 100%;
    height: 7px;
    position: absolute;
    background: none ;
    box-shadow: 0px 16px 32px 0px rgba(152, 152, 152, 0.1);
}
.formError.greenPopup .formErrorContent:after,
.emailformErrorContent:after {
    background: -webkit-linear-gradient(0deg, #7ce34f 0%, #7ce34f 100%);
    background: -moz-linear-gradient(0deg, #7ce34f 0%, #7ce34f 100%);
    background: -o-linear-gradient(0deg, #7ce34f 0%, #7ce34f 100%);
    background: -ms-linear-gradient(0deg, #f91c67 0%, #7ce34f 100%);
    background: linear-gradient(90deg, #7ce34f 0%, #7ce34f 100%);
}

.formError.orangePopup .formErrorContent:after {
    background: orange;
}

@media(max-width:2000px) {
    #login_form .formError {
        width: 250px;
        left: -270px !important;
    }

    #login_form .formError .formErrorContent::before {
        width: 20px;
        right: -20px;
    }
}

@media(max-width:1800px) {
    #login_form .formError {
        left: auto !important;
        right: -270px !important;
    }

    #login_form .formError .formErrorContent::before {
        right: auto !important;
        left: -20px !important;
    }
}
#form_payment .formError{
    top: 100% !important;
    width: 200px !important;
    float: right;
    left: -20px !important;
    transform: translateY(-50%);
    opacity: 1 !important;
    margin: 0 !important;
    font-size: 10px !important;
    border: 0;
    opacity: 0;
  
}

/* == End Explore Detail Page == */
/* == Home Revised == */
.home-banner-new .container {
    position: relative;
    z-index: 10;
}

.home-banner-new {
    background-image: url(../images/home_banner_image_new.jpg);
    position: relative;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.home-banner-new.bg-center {
    background-position: center center;
}

.home-banner-new.bg-bottom {
    background-position: bottom center;
}


.news-banner.home-banner-new.home-banner-new-1.slick-slide {
    background-repeat: no-repeat;
    background-size: cove;
    background-position: center center;
}

@media(max-width: 1930px) {
    .news-banner.home-banner-new.home-banner-new-1.slick-slide {
        background-position: top 40% center;
    }
}

@media(max-width:1500px) {
    /*
    .home-banner-slider .home-banner-new {
        padding: 1.5% 0 2% 0;
    }

    .news-banner.home-banner-new.home-banner-new-1.slick-slide {
        background-position: top 25% center;
    }
*/
}

.home-banner-new-2 {
    background-image: url(../images/faq-banner.jpg);
}

.home-banner-new-3 {
    background-image: url(../devassets/images/dev-banner2.jpg);
}

.home-banner-new-4 {
    background-image: url(../devassets/images/dev-banner4.jpg);
}

.home-banner-new:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    /*
    background-image: url(../images/banner_after.svg);
    background-image: url(../images/new_Banner_wave.svg);
*/
    background-image: url(../images/Wave_Home_Page.svg);
    width: 100%;
    height: 100%;
    z-index: 3;
}

.games-sidebar {
    width: 230px;
    margin-right: 40px;
    margin-left: 47px;
    float: left;
    transition: all 1s ease-in;
    position: relative;
    top: 0;
}

.games-sidebar-wrap {
    padding: 30px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -moz-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -o-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -ms-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: linear-gradient(-68deg, #058ad3 35%, #29a4e7 65%);
    box-shadow: 0px 14px 30px 0px rgba(13, 37, 50, 0.27);
}

@media (min-width: 841px) {
    .games-sidebar.fixed {
        position: fixed;
        z-index: 6;
        top: 5vh;
        transition: all 1s ease-in;
    }
}

@media (max-width:850px) {
    .games-sidebar.fixed {
        left: 5%;
        max-width: 90%;
    }
}

.games-sidebar .games-header {
    margin: 0px 0px 35px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

@media (min-width: 1025px) {
    .games-sidebar-info {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    .games-sidebar .games-header {
        margin: 0;
    }

}

.games-sidebar .games-sidebar-info ul.category-section {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

.games-sidebar .games-sidebar-info ul.category-section li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.games-sidebar .games-sidebar-info ul.category-section > li:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -3px;
    background-repeat: no-repeat;
    display: block;
}

.games-sidebar .games-sidebar-info ul.category-section > li.region-icon:before {
    background-image: url(../images/region.svg);
    width: 19px;
    height: 19px;
}

.games-sidebar .games-sidebar-info ul.category-section > li.cloths-icon:before {
    background-image: url(../images/cloth.svg);
    width: 19px;
    height: 19px;
}

.games-sidebar .games-sidebar-info ul.category-section > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    padding-left: 20px;
}

.games-sidebar .games-sidebar-info ul.category-section li ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.games-sidebar .games-sidebar-info ul.category-section li ul li {
    display: block;
    list-style: none;
    margin-bottom: 10px;
}

.games-sidebar .games-sidebar-info ul.category-section li ul li a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #fff;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.games-sidebar .games-sidebar-info ul.category-section li ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.games-sidebar .button-block {
    text-align: center;
    margin-top: 20px;
}

.games-sidebar .games-sidebar-info ul {
    padding: 0px;
    margin: 0px;
}

.games-sidebar .games-sidebar-info-lists {
    margin: 0px 0px 30px;
}

.games-sidebar .games-sidebar-info-lists .title {
    font-family: 'Cairo', sans-serif;
    color: #6a6a6a;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
}

.games-sidebar .games-sidebar-info-lists .title a {
    text-decoration: none;
}

.games-sidebar .games-sidebar-info-lists ul {
    padding: 0px;
    padding-left: 20px;
    list-style: none;
    margin: 0px;
}

.games-sidebar .games-sidebar-info-lists ul li a {
    display: block;
    color: #6a6a6a;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
    line-height: 42px;
}

.games-sidebar .games-sidebar-info-lists ul li a:hover {
    color: #0288d1;
}

.games-lists {
    width: calc(103% - 397px);
    width: calc(100% - 320px);
    float: right;
}

.explore-lists-blocks-home .explore-lists .heading-info h2 {
    color: #1594d9;
    font-size: 50px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0px;
    text-transform: uppercase;
}

.explore-lists-blocks-home .heading-block h4 {
    margin-bottom: 0px;
}

.explore-lists-blocks-home .explore-lists .heading-info .content {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 20px;
    font-size: 20px;
    color: #000;
}

.explore-lists-blocks-home .explore-lists .heading-info .content a {
    /*    font-family: 'MyriadPro';*/
    color: #000000;
    font-weight: 400;
    /*    letter-spacing: 3px;*/
    line-height: 26px;
    text-transform: lowercase;
    margin-left: 15px;
}

.explore-lists-blocks-home .explore-lists .heading-info .content a:hover {
    color: #ff4081;
}

.explore-lists-blocks-home .product-content-info h5 {
    font-size: 17px;
    color: #6a6a6a;
    margin: 15px 0px 15px;
}

.explore-lists-blocks-home .explore-lists .products-grid .explore-item .product-image {
    position: relative;
}

.explore-lists-blocks-home .explore-lists .products-grid .explore-item .product-image a.button {
    padding: 17px 30px;
    padding: 3.3% 5.6%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 8px;
    font-family: 'Cairo';
    color: #ffffff;
    font-size: 12.32px;
    font-weight: 400;
    letter-spacing: 1.232px;
    line-height: 1;
    position: absolute;
    top: 19px;
    right: 19px;
}

.explore-lists-blocks-home .explore-lists .products-grid .explore-item .product-image a.product-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
}

.explore-lists-blocks-home .explore-lists .products-grid .explore-item .product-image a.product-title {
    color: #fff;
    position: absolute;
    padding: 25px;
    left: 0;
    bottom: 0;
    display: block;
    text-align: left;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
    margin: 0;
}

.explore-lists-blocks-home .product-heading {
    margin-bottom: 0px;
    text-align: left;
    margin-left: 38px;
}

.explore-lists-blocks-home .explore-lists {
    margin-top: 20px;
}

.explore-lists-blocks-home .product-content-info:after {
    bottom: -1px;
}

.home-slider,
.banner-slider-section,
.news-slider {
    display: none;
    overflow: hidden;
}

@media (min-width: 2000px) {
    .explore-lists-blocks-home .products-grid .explore-lists-block {
        margin: 15px 0px 20px 36px;
    }
}

.explore-lists-blocks-home .products-grid .explore-lists-block {
    margin: 15px 0px 20px 36px;
    -moz-box-shadow: 0px 12px 30px -12px rgba(35, 35, 35, 0.1);
    -webkit-box-shadow: 0px 12px 30px -12px rgba(35, 35, 35, 0.1);
    box-shadow: 0px 12px 30px -12px rgba(35, 35, 35, 0.1);
}


.explore-lists-blocks-home .products-grid .slick-list {
    padding-right: 200px;
}

.home-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 88px;
    height: 89px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 0px;
    padding: 0px;
    font-size: 0px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 3;
    background-color: transparent;
    outline: none;
}

.home-slider .slick-arrow.slick-prev {
    display: none;
}

.home-slider .slick-arrow.slick-next {
    background-image: url('../images/big-right-arrow.png');
    right: 220px;
}

.home-slider .slick-track {
    margin-left: 0px;
}

.explore-lists-blocks-home .explore-lists .button-block {
    text-align: right;
    padding-right: 300px;
}


/* == End Home Revised == */
/* == New Custom Css == */
.creator-banner {
    background-position: center center;
}


.no-padding-banner {
    padding: 0px !important;
}

.canvas-blks {
    max-width: 1068px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.canvas-blks .canvas-blk {
    margin: 25px 0;
    padding: 0;
}

.canvas-blks .canvas-blk .canvas-blk-img {
    max-width: 530px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.07);
    position: relative;
}

.canvas-blks .canvas-blk .canvas-blk-img:after {
    content: '';
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
    border-width: 60px;
    border-color: #cdeffc;
    border-style: solid;
    width: 262px;
    height: 210px;
    position: absolute;
    z-index: -1;
}

.canvas-blks .canvas-blk .canvas-blk-img:after {
    left: -47px;
    top: -47px;
}

.canvas-blks .canvas-blk:nth-child(2n) .canvas-blk-img:after {
    left: auto;
    right: -47px;
}

.fellow-account-blocks {
    margin: 50px 0px;
}

.fellowship-title {
    color: #29292a;
    text-align: center;
    margin: 25px 0px 50px;
}

.guest {
    color: #29292a;
    text-align: center;
    margin: 0px 0px 15px;
}

.fellowship-title.minus-margin {
    margin: 35px 0px -50px;
}

.fellowship-title.first-title {
    margin: 80px 0px 60px;
}

.fellowship-title .small {
    display: block;
}

.fellow-account-blocks .creator-accounts-blocks h4.uppercase-title {
    text-align: center;
    line-height: normal;
}

.fellow-content-block {
    margin: 0px 8px 40px;
    background-color: white;
}

.fellow-content-block.canvas-blks .canvas-blk {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.fellow-content-block.justify {
    text-align: justify;
}

.fellow-content-block h2 {
    color: #29292a;
    margin: 0px 0px 35px;
}

.fellow-content-block ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fellow-content-block ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
}

.fellow-content-block ul li:last-child {
    margin-bottom: 0px;
}

.fellow-content-block ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 7px;
    background-color: #000000;
}

.fellow-content-block-center {
    text-align: center;
}

.fellow-content-block .fellow-content-info {
    margin: 20px 0px 0px;
    display: block;
}

.fellow-content-block .fellow-content-info strong {
    font-weight: 900;
}

.canvas-blk.mdl-grid.no-margin {
    margin: 0px;
}

.fellow-content-block-cols .fellow-content-block {
    margin: 0px 8px 45px;
}

.fellow-content-block .content {
    color: #000000;
}


.fullregion-card-square.mdl-card {
    background-color: #0bb7f1;
    margin: 8px auto 30px;
    height: auto;
    min-height: auto;
    border-radius: 10px;
}

@media (min-width: 840px) {
    .canvas-blks .canvas-blk .canvas-blk-img {
        margin: 0;
        margin-right: 53px;
    }

    .canvas-blks .canvas-blk:nth-child(2n) .canvas-blk-img {
        margin: 0;
        margin-left: 53px;
    }
}

.canvas-blks .canvas-blk .canvas-blk-content {
    margin: 0;
}

.canvas-blks .canvas-blk .canvas-blk-content h3 {
    color: #2aa5e8;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.canvas-blks .canvas-blk .canvas-blk-content p {
    color: #29292a;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.fellowship-banner:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0px;
}

.bottom-left-shape:before {
    content: "";
    position: absolute;
    bottom: -330px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/bottom-left-corner.svg);
    width: 300px;
    height: 450px;
}

.top-left-corner-shape:after {
    content: "";
    position: absolute;
    top: 300px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/top-left-corner.svg);
    width: 100px;
    height: 900px;
}

.canvas-blks .canvas-blk .canvas-blk-img.bio-img {
    max-width: 250px;
    margin-left: 100px;
}

.canvas-blks .canvas-blk .canvas-blk-img.bio-img:after {
    display: none;
}

.show-mobile {
    display: none;
}

.smart-slider .left,
.smart-slider .right {
    width: 60px;
    height: 60px;
}

.smart-slider ul li {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.smart-slider #container2 {
    display: none;
}

.exlore_single_banner {
    padding: 150px 0px;
}

.featured-slider-section {
    margin: 0px 0px 80px;
}

.smart-slider ul {
    top: 0px !important;
}

.smart-slider ul li {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.smart-slider ul li img {
    opacity: 0;
}

.fellow-content-block.canvas-blks .canvas-blk.guest-info {
    margin: 80px 0px 50px;
}

.fellow-content-block.canvas-blks .canvas-blk.guest-info .fellowship-title {
    margin: 0px;
}

.screenshots .product-content-info {
    padding: 15px 15px 15px;
}

.screenshots .products-grid .explore-item .content {
    margin: 0px 0px 0px;
    min-height: 40px;
}

.screenshots .products-grid .explore-item .content p {
    font-size: 12px;
}

.screenshots.related-lists .products-grid .product-content-info .product-button {
    font-size: 11px;
}

.home-banner-new.pricing-page:before {
    content: none;
}

.center-content {
    /*    min-height: 450px;*/
    min-height: 50vh;
}

@media (min-width:1800px) {
    .center-content {
        min-height: 40vh;
    }
}

/* == End New Custom Css == */

@media screen and (max-width:2200px) {
    .main-section:after {
        bottom: -450px;
        width: 500px;
        height: 663px;
    }

    .signup-section {
        padding-bottom: 110px;
    }
}

@media all and (min-width:1550px) {
    .signup-page-video-avatar .background-transition {
        width: 78%;
    }
}

@media all and (min-width:1750px) {
    .signup-page-video-avatar .background-transition {
        width: 55%;
    }

    .big-explore-title {
        max-width: 1120px;
    }

    .big-explore-title h1 {
        font-size: 120px;
        line-height: 130px;
    }
}

@media screen and (min-width:2000px) {

    .signup-page-bg-template .container,
    .signup-page-bg-template .container.large {
        max-width: 1500px;
    }

    .signup-page-video-avatar .background-transition {
        width: 52%;
    }
}

@media screen and (min-width:2500px) {
    .signup-page-only-image .signup-section {
        padding-top: 350px;
    }

    .signup-page-only-image .signup-section {
        padding-top: 350px;
    }
}

@media screen and (min-width:3500px) {

    .signup-page-bg-template .container,
    .signup-page-bg-template .container.large {
        max-width: 2500px;
    }

    .home-banner-new {
        /*        padding: 140px 0px;*/
    }
}

@media screen and (min-width:4000px) {
    .signup-page-only-image .signup-section {
        padding-top: 450px;
    }
}

@media screen and (min-width:5000px) {

    .signup-page-bg-template .container,
    .signup-page-bg-template .container.large {
        max-width: 3500px;
    }

    .signup-page-only-image .signup-section {
        padding-top: 550px;
    }
}

@media screen and (min-width:1700px) and (max-width:2200px) {
    .home-page .main-section:after {
        bottom: -650px;
    }

}

@media screen and (min-width:1900px) {
    .download-section {
        background-size: 100% 100%;
    }

    .home-banner-new {
        background-size: cover;
    }
}

@media screen and (min-width:1990px) and (max-width:3500px) {
    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 250px;
    }
}

@media screen and (min-width:1990px) and (max-width:4500px) {
    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 200px;
    }
}

@media screen and (min-width:3500px) and (max-width:4000px) {
    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 350px;
    }
}

@media screen and (max-width:1990px) {
    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 150px;
    }

    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) h3 {
        font-size: 37px;
    }

    .explore-lists-blocks-home:before {
        background-size: contain;
    }
}

@media all and (max-width:1870px) {
    .main-section .left-section {
        max-width: 50%;
        margin-left: 12%;
    }
}

@media screen and (max-width:1800px) {
    .creative-blocks {
        margin-right: 0px;
    }

    .creative-blocks:after {
        width: 167px;
        height: 134px;
        right: 0px;
    }
}

@media screen and (max-width:1700px) {

    .featured-main-blocks:before {
        width: 264px;
        height: 300px;
        top: -100px;
    }

    .main-section:after {
        bottom: -250px;
        width: 350px;
        height: 400px;
        background-size: cover;
    }

    .signup-section {
        padding-bottom: 210px;
    }

    .other-downloads-main:before {
        width: 140px;
        height: 100px;
    }

    .other-downloads-main:after {
        width: 254px;
    }

    .system-requirements:before {
        width: 152px;
        height: 120px;
    }

    .download-section:after {
        width: 20%;
        height: 400px;
        bottom: -150px;
    }
}

@media all and (max-width:1670px) {
    .main-section .left-section {
        margin-left: 2%;
    }

    .explore-lists-blocks .container {
        padding: 0px 20px;
    }
}

@media screen and (max-width:1500px) {
    .bottom-section:before {
        width: 120px;
        height: 215px;
    }

    .main-section:after {
        bottom: -200px;
        width: 300px;
        height: 363px;
        background-size: contain;
    }

    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 110px;
    }

    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) h3 {
        font-size: 30px;
    }

    .explore-lists-blocks .explore-lists .product-content-info {
        padding: 10px 15px;
    }

    .explore-lists-blocks-home .products-grid .explore-lists-block {
        margin-left: 15px;
    }
}

@media all and (max-width:1470px) {
    .main-section .left-section {
        margin-left: 0px;
        max-width: 42%;
    }

    .main-section .left-section.login-boxsection-top {
        max-width: 33%;
    }

    .main-section .left-section.login-boxsection-top h4 {
        font-size: 22px;
        margin: 0px 0px 20px;
    }

    .main-section .left-section.login-boxsection-top .content-section {
        font-size: 17px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .main-section .left-section h2 {
        line-height: 60px;
    }
}

@media screen and (max-width:1280px) {
    .container {
        padding: 0px 20px;
    }

    .header-block {
        padding: 10px 15px;
    }

    .header-block .logo {
        max-width: 146px;
        margin-right: 10px;
    }

    .header-block nav {
        width: calc(100% - 156px);
    }

    header nav ul li {
        margin: 0px 18px 0px 0px;
    }

    header nav ul li a {
        font-size: 13px;
    }

    .button-block > a {
        font-size: 13px;
        padding: 13px 28px 13px;
        letter-spacing: 1px;
    }

    .creative-blocks:after {
        width: 130px;
        height: 105px;
        right: 0px;
    }

    .social-buttons a {
        padding: 12px 18px;
        max-width: 125px;
    }

    .social-buttons a i {
        margin-right: 6px;
        font-size: 16px;
    }

    .social-buttons a span {
        font-size: 10px;
    }

    .games-sidebar {
        width: 250px;
        margin-right: 30px;
        margin-left: 37px;
    }

    .games-sidebar .games-header {
        padding: 18px 25px;
        font-size: 25px;
    }

    .games-sidebar .games-sidebar-info {
        padding: 20px 15px;
    }

    .games-sidebar .games-sidebar-info-lists .title {
        font-size: 25px;
        line-height: 35px;
    }

    .games-sidebar .games-sidebar-info-lists ul {
        padding-left: 15px;
    }

    .games-sidebar .games-sidebar-info-lists ul li a {
        font-size: 22px;
        line-height: 32px;
    }

    .explore-lists-blocks-home .explore-lists .heading-info h2 {
        font-size: 35px;
        line-height: 1;
    }

    .explore-lists-blocks-home .explore-lists .heading-info .content {
        margin-left: 10px;
    }

    .explore-lists-blocks-home .explore-lists .products-grid .explore-item .product-image a.button {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .explore-lists-blocks-home .explore-lists .product-content-info {
        padding: 10px 25px 10px;
    }

    .explore-lists-blocks-home .heading-block h4 {
        font-size: 18px;
    }

    .explore-lists-blocks-home .product-content-info h5 {
        font-size: 16px;
        margin: 10px 0px 15px;
    }

    .explore-lists-blocks-home .products-grid .explore-item .content {
        margin: 0px 0px 15px;
    }

    .explore-lists-blocks-home .products-grid .explore-item .content p {
        font-size: 13px;
        line-height: 1.5;
    }



}

@media all and (max-width:1250px) {
    .main-section {
        background-size: 800px;
    }


    .creative-blocks {
        float: none;
        margin: auto !important;
        text-align: center;
        padding-bottom: 120px;
    }

    .creative-title-block {
        max-width: 100%;
        letter-spacing: 0px;
    }

    .creative-icon-blocks ul {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .bottom-section {
        padding: 0px;
        margin-top: 60px;
    }

    .canvas-blks {
        max-width: 870px;
    }

    .canvas-blks .canvas-blk .canvas-blk-img {
        max-width: 440px;
    }
}

@media screen and (max-width:1150px) {
    .explore-lists-blocks .explore-lists .product-content-info {
        padding: 10px 15px 10px;
    }

    .products-grid .explore-item h4 {
        height: auto;
        overflow: visible;
    }

    .signup-section.signup-section-avatar-info .container {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }

    .creator-block .download-items li {
        display: block;
        width: 100%;
        margin: 7px;
    }

    .creator-block .download-items li a {
        display: inline-block;
        max-width: 300px;
        margin: auto;
        width: 100%;
    }
}

@media screen and (max-width:1024px) {
    .featured-main-blocks {
        padding-top: 30px;
    }

    .main-section .left-section {
        max-width: 40%;
    }

    .main-section .left-section h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .main-section .left-section .content-section {
        font-size: 17px;
        line-height: 30px;
    }

    .container-small {
        padding: 0px 20px;
    }

    .login-bottomsection {
        padding: 50px 0px;
    }

    .explore-lists-blocks-home .products-grid .slick-list {
        padding-right: 50px;
    }

    .home-slider .slick-arrow.slick-next {
        right: 50px;
    }

    .games-sidebar {
        min-height: 100%;
        float: none;
        margin: 20px auto 40px;
        max-width: calc(100% - 30px);
        width: 100%;
        left: 15px;
    }

    .explore-lists-blocks.explore-lists-blocks-home {
        padding: 0px 20px;
    }

    .explore-lists-blocks-home .explore-lists {
        margin-top: 20px;
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .games-lists {
        width: 105%;
        width: 100%;
        float: none;
        margin-top: 40px;
    }

    .games-sidebar .games-header {
        position: relative;
        padding-right: 60px;
        cursor: pointer;
    }

    .games-sidebar .games-sidebar-info {
        display: none;
    }

    .games-sidebar .games-header:before {
        content: "";
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-image: url('../images/circle-left-white.svg');
        position: absolute;
        right: 20px;
        top: 11px;
        width: 40px;
        height: 41px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .canvas-blks {
        max-width: 650px;
    }

    .canvas-blks .canvas-blk .canvas-blk-img {
        margin-right: 20px;
        max-width: 370px;
    }

    .canvas-blks .canvas-blk:nth-child(2n) .canvas-blk-img {
        margin: 0;
        margin-left: 20px;
    }

    .canvas-blks .canvas-blk .canvas-blk-content h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .canvas-blks .canvas-blk .canvas-blk-content p {
        font-size: 14px;
        line-height: 1.2;
    }

    .canvas-blks .canvas-blk .canvas-blk-img.bio-img {
        margin-left: 100px;
    }

}


@media screen and (max-width:980px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 20px 0px;
        line-height: 32px;
    }

    h1 {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 19px;
    }

    .data-info-table th {
        width: 100%;
    }

    .data-info-table td {
        width: 100%;
    }

    .signup-page .header-top {
        height: auto;
    }

    .main-section {
        background-size: 700px;
    }

    .signup-section-avatar .bttn {
        max-width: 133px;
        margin: auto;
        display: block;
    }

    .signup-section-avatar .signup_form .signup-form-half {
        width: 100%;
        padding: 20px;
        margin: 0px auto 30px;
        max-width: none;
    }

    .signup-section-avatar-info .signup_form .signup-form-right {
        padding: 20px !important;
    }

    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) {
        padding-left: 20px;
    }

    .signup-section-avatar .signup_form .signup-form-half h1 {
        font-size: 18px;
        padding-left: 30px;
    }

    .signup-section-avatar .signup_form .signup-form-half h1:before {
        padding-left: 10px;
        margin-left: 10px;
        left: -30px;
        width: 25px;
        height: 3px;
        top: 14px;
    }

    .signup-section-avatar .signup_form .signup-form-left {
        padding-top: 20px;
    }

    .signup-section-avatar .signup_form .signup-form-left h4 {
        font-size: 13px;
        margin-top: -20px;
        padding-left: 30px;
    }

    .signup-section-avatar .signup_form .signup-form-half .step {
        color: #3097F3;
        font-size: 18px;
        padding-left: 30px;
    }

    .signup-section-avatar .signup_form .signup-form-half .step:before {
        background-color: #3097F3;
        padding-left: 10px;
        margin-left: 10px;
    }

    .signup-section-avatar .signup_form .signup-form-right h3,
    .signup-section-avatar .signup_form .signup-form-half:nth-child(2n) h3 {
        text-align: center;
        font-size: 20px;
    }

    .signup-section-avatar .signup_form .signup-form-right ::-webkit-input-placeholder {
        text-align: center;
        font-size: 13px;
    }

    .signup-section-avatar .signup_form .signup-form-right .bttn {
        padding-left: 50px;
        padding-right: 50px;
    }

    .signup-section-avatar .mdl-checkbox__label,
    .form-note {
        font-size: 10px;
        line-height: 1;
    }

    .signup-section-avatar .mdl-checkbox__box-outline {
        border: 2px solid rgba(155, 155, 155, .54);
        width: 13px;
        height: 13px;
        margin-top: 0px;
    }

    .signup-section-avatar .mdl-mega-footer__link-list li a {
        font-size: 12px;
    }

    .signup-section.signup-section-avatar-info {
        display: block;
        /*        background-image: url(../images/signup-bg-min.png);*/
        padding: 70px 0px;
    }

    .signup-section.signup-section-avatar-info.signup-section-non-avatar {
        padding: 20px 0px;
    }

    footer .container {
        padding: 0px;
    }

    .signup-page .mdl-mega-footer {
        padding: 10px 20px;
    }

    .signup-page .mdl-mega-footer--link-list,
    .signup-page .mdl-mega-footer__link-list {
        margin: 0px;
    }

    .signup-page .mdl-mega-footer--bottom-section,
    .signup-page .mdl-mega-footer__bottom-section {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .signup-page .mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li,
    .signup-page .mdl-mega-footer__bottom-section .mdl-mega-footer__link-list li {
        margin-right: 10px;
    }

    .signup-page .mdl-mega-footer--link-list a,
    .signup-page .mdl-mega-footer__link-list a,
    .signup-page .mdl-mega-footer .footer-links ul li a {
        font-size: 12px;
        padding: 6px 0px;
        line-height: normal;
    }

    .creative-block-grid .creative-block-cell {
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 40px;
    }

    .creative-block-grid .creative-block-cell:nth-child(3n) {
        margin-right: 40px;
    }

    .creative-block-grid .creative-block-cell:nth-child(2n) {
        margin-right: 0px;
    }

    .product-left-cell {
        margin-right: 0px;
        width: 100%;
    }

    .detail-block .detail-info,
    .product-cards {
        padding: 24px 20px;
        margin-bottom: 30px;
    }

    .product-right-cell {
        width: 100%;
        margin-top: 50px;
    }

    .detail-block .detail-info h3,
    .product-cards h3 {
        font-size: 22px;
        margin: 0px 0px 16px;
    }

    .product-cards .title-top .button {
        padding: 8px 35px;
        font-size: 16px;
    }

    .pricing-type li {
        padding-left: 40px;
        margin-bottom: 20px;
    }

    .pricing-type li .label {
        width: 30px;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
    }

    .pricing-type li .price {
        font-size: 18px;
    }

    .info-lists li {
        padding-left: 40px;
    }

    .info-lists li .icon {
        width: 25px;
        height: 26px;
    }

    .info-lists li .purcahse-info h5 {
        font-size: 18px;
    }

    .detail-grid {
        margin: 40px 0px 20px;
    }

    .buy-info-blocks {
        width: 100%;
        margin-right: 0px;
    }

    .buy-info {
        margin: 0px 0px 30px;
    }

    .related-lists .product-heading h2 {
        font-size: 25px;
        margin: 0px 0px 8px;
    }

    .related-lists .product-heading .content {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .home-slider .slick-arrow.slick-next {
        right: 30px;
        width: 60px;
        height: 60px;
    }

    .games-sidebar .games-header {
        font-size: 22px;
    }

    .games-sidebar .games-sidebar-info {
        padding: 20px 15px;
    }

    .games-sidebar .games-sidebar-info-lists .title {
        font-size: 22px;
        line-height: 35px;
    }

    .games-sidebar .games-sidebar-info-lists ul li a {
        font-size: 22px;
        line-height: 30px;
    }

    .explore-lists-blocks-home .explore-lists .button-block {
        text-align: center;
        padding-right: 0px;
    }

    .fellowship-title {
        font-size: 25px;
        margin: 20px 0px 30px;
    }

    .fellowship-title.first-title {
        margin: 0px 0px 20px;
    }

    .fellow-account-blocks .creator-accounts-blocks h4.uppercase-title {
        font-size: 22px;
        margin: 0px;
    }

    .fellow-content-block .fellow-content-info {
        font-size: 18px;
    }

    .fellow-content-block h2 {
        font-size: 22px;
        margin: 0px 0px 15px;
    }

    .fellowship-title.light {
        font-size: 22px;
    }

    .bottom-left-shape:before {
        bottom: -400px;
        width: 200px;
    }

    .show-mobile {
        display: block;
    }

    .smart-slider #container1 {
        display: none;
    }

    .smart-slider #container2 {
        display: block;
    }

    .smart-slider .featured-image {
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -o-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

    .hide-mobile {
        display: none !important;
    }

    .smart-slider .left,
    .smart-slider .right {
        width: 30px;
        height: 30px;
    }

    .back-to-shop-block {
        margin: 50px auto;
        text-align: center;
    }

    .product-left-cell .detail-block .featured-image,
    .related-lists .products-grid .explore-item .product-image {
        padding-bottom: 100%;
    }

    .creator-block h2,
    .creator-block h4 {
        font-size: 22px;
    }

    .creator-block p {
        font-size: 15px;
    }

    .content-inner-wrap.morepad,
    .content-inner-wrap {
        padding: 0;
    }
}




#featured {
    overflow: hidden;
}

.spinner-wrap {
    position: relative;
    min-height: 300px;
}

.lds-ellipsis {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    display: inline-block;
    width: 64px;
    height: 64px;
}

.lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ff2e75;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}


/*slider loader*/
.slider_loader {
    text-align: center;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #ff2e75;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }

    50%,
    100% {
        top: 19px;
        height: 26px;
    }
}

/************ Fellow Ship Form  **************/

.fellow-popup-buttons {
    margin-top: 50px;
}

.fellow-popup-buttons a.button {
    display: inline-block;
    min-width: 306px;
    margin: 0 10px;
}

#FellowShipForm {
    position: relative;
}

#fsMsg {
    position: absolute;
    left: 50%;
    bottom: -30px;
    color: #ed3e73;
    font-size: 15px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

#FellowShipForm .button:focus {
    outline: none;
}

#MailstoneForm input[type="file"],
#FinalForm input[type="file"] {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    padding: 16px 22px;
    color: #333333;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin-bottom: 25px;
    resize: none;
}

#landing-section {
    margin: 50px auto;
    text-align: center;
}

#landing-section .button {
    text-align: center;
    margin: 5px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width:1120px) {
    .fellow-popup-buttons a.button {
        min-width: 250px;
        padding: 20px;
    }
}

@media only screen and (max-width:948px) {
    .fellow-popup-buttons a.button {
        min-width: 200px;
        padding: 14px 20px 14px;
    }
}

@media only screen and (max-width:845px) {
    .fellow-popup-buttons a.button {
        min-width: 185px;
    }
}

@media only screen and (max-width:768px) {
    .fellow-popup-buttons a.button {
        min-width: 150px;
        padding: 12px 18px 12px;
        margin: 0 3px;
    }
}

@media only screen and (max-width:640px) {
    .fellow-popup-buttons a.button {
        display: block;
        margin: 13px 10px;
    }

    #landing-section {
        margin: 20px auto;
    }
}

/************ creators  Form  **************/

.creator-signlogins {
    background-image: url(../images/halfsicricle.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: left top;
    position: relative;
}

.creator-signlogins:after {
    content: '';
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50vh;
    height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: -1;
    background-image: url(../images/bg_footer_creator.png);
}

.creator-signlogins .title-section {
    text-align: center;
    font-size: 57px;
    font-family: "Cairo";
    color: rgb(0, 0, 0);
    line-height: 0.614;
    padding-top: 100px;
}

.creator-signlogins .title-section .logo img {
    max-width: 175px;
}

.creator-section {
    padding: 30px 0;
    max-width: 760px;
    margin: auto;
}

.creator-form-block {
    text-align: center;
    margin-bottom: 20vh;
}

.creator-section .signup_form .mdl-checkbox {
    display: inline-block;
    width: auto;
    margin-top: 10px;
}

.creator-section .input-wrapper {
    max-width: 575px;
    margin: auto;
}

.creator-section .input-wrapper input,
.creator-section .input-wrapper textarea {
    font-size: 24px;
    border-color: rgb(172, 172, 172);
    font-family: "Cairo";
    color: rgb(0, 0, 0);
    line-height: 0.778;
    text-align: left;
    min-height: 85px;
}

.creator-section .input-wrapper textarea {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    height: 205px;
    padding: 16px 22px;
}

.creator-section .input-wrapper label {
    font-size: 24px;
    font-family: "Cairo";
    color: rgb(132, 132, 132);
    line-height: 1.167;
    text-align: left;
    top: 16px;
}

.creator-section .input-wrapper.active label {
    top: -14px;
}

.creator-section .button-wrap .button {
    width: 100%;
    max-width: 350px;
    box-shadow: 0px 15px 67.9px 2.1px rgba(0, 0, 0, 0.1);
    font-family: "Cairo";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 5%;
}

.creator-section .button-wrap .button.btnback {
    float: left;
    background-color: #fff;
    color: rgb(0, 0, 0);
}

.creator-form-block #login_creator .button-wrap {
    margin-top: 20vh;
}

.creator-form-block .button-wrap {
    margin-top: 2vh;
}

.footer-signup-creator {
    width: 100%;
    text-align: center;
}

@media (min-height:950px) {
    .creator-signlogins .title-section {
        height: 15vh;
        padding-top: 4vh;
    }

    .footer-signup-creator {
        position: a
    }

    .creator-form-block {
        position: relative;
        height: 50vh;
    }

    .creator-form-block .button-wrap {
        width: 100%;
    }
}

@media (max-width: 950px) {
    .creator-signlogins .form-note {
        font-size: 16px;
        margin-bottom: 35px;
        padding-left: 24px;
        padding: 0 20px;
    }

    .creator-signlogins .title-section {
        font-size: 30px;
        padding-top: 50px;
    }

    .creator-signlogins:after {
        height: 20vh;
        width: 20vh;
    }

    .creator-section .input-wrapper input,
    .creator-section .input-wrapper textarea {
        font-size: 20px;
        min-height: 1px;
        line-height: 1;
    }

    .creator-section .input-wrapper textarea {
        height: 105px;
    }

    .creator-section .input-wrapper label {
        font-size: 14px;
        top: 18px;
        width: 100%;
        max-width: 90%;
    }

    .creator-section .input-wrapper.active label {
        width: auto;
        top: -12px;
    }

    .creator-section .button-wrap .button {
        display: block;
        margin: 5px 0;
    }

    .creator-form-block #login_creator .button-wrap {
        margin-top: 50px;
    }

    .creator-section .button-wrap .button,
    .creator-section .button-wrap .button.btnback {
        float: none;
        display: inline-block;
    }
}

/************ creators  Form  **************/
/************ campaigns-blk  Form  **************/
.campaigns-blk {
    position: relative;
    z-index: 3;
}

.mdl-grid.campaigns-blk .mdl-cell {
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 11px 17px 0px rgba(10, 84, 125, 0.06);
    box-shadow: 0px 11px 17px 0px rgba(10, 84, 125, 0.06);
}

.mdl-grid.campaigns-blk .mdl-cell h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.join-creator {
    text-align: center;
    margin-bottom: 40px;
}

/************ creators  Form  **************/

.download-links {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}

.download-links li {
    padding: 10px;
    margin: 0 auto;
    display: inline;
}

.download-links li button {
    height: auto !important;
    padding: 10px;
    box-shadow: none;
}

.social-links li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.social-links li a {
    background-color: #fff;
    border-radius: 50%;
    padding: 8px;
    display: block;
}

.social-links:hover li a {
    transform: scale(0.9);
}

.social-links li a:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 1px 2px 20px 1px rgba(10, 84, 125, 0.06);
    -moz-box-shadow: 1px 2px 20px 1px rgba(10, 84, 125, 0.06);
    -o-box-shadow: 1px 2px 20px 1px rgba(10, 84, 125, 0.06);
    -ms-box-shadow: 1px 2px 20px 1px rgba(10, 84, 125, 0.06);
    box-shadow: 1px 2px 20px 1px rgba(10, 84, 125, 0.06);
}

.social-links li a img {
    max-width: 14px;
    display: block;
}


/************ unset felx  Form  **************/
.mdl-grid.mdl-grid-unset-flex {
    display: block;
    width: 100%;
    text-align: center;
}

.mdl-grid.mdl-grid-unset-flex .mdl-cell {
    vertical-align: top;
    display: inline-block;
}

/************ unset felx  Form  **************/
/************ Pricing  *************/

.features {
    text-align: center;
    margin: 0 0 30px;
}

.feature-wrap h2 {
    text-align: center;
    font-family: "Cairo";
    color: rgb(0, 0, 0);
    font-size: 60px;
    line-height: 0.65;
}

.features .feature {
    box-shadow: 0 15px 25px -5px #c9dff1;
    display: inline-block;
    vertical-align: top;
    width: 295px;
    height: 305px;
    margin: 25px 30px;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
}

.feature .feature-img {
    position: relative;
    min-height: 200px;
    width: 100%;
    max-width: 50%;
    margin: auto;
}

.feature .feature-img img {
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}

.feature .feature-title {
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(0, 0, 0);
    line-height: 1.625;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .features .feature {
        margin: 15px 0;
    }
}

/************ Pricing **************/
/************ Announcement **************/
.announcement {
    background-color: #ff2e75;
    color: #fff;
    font-family: "Cairo";
    font-size: 20px;
}

.announcement .mdl-grid {
    padding: 0;
    align-items: center;
}

.announcement strong {
    font-family: "Montserrat";
    font-weight: 700;
}

.announcement .btn {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 35px;
}

@media (max-width: 1150px) {
    .announcement {
        padding: 5px 0;
        font-size: 14px;
    }
}

@media (max-width: 960px) {
    .announcement {
        padding: 5px 0;
        font-size: 14px;
        position: relative;
    }

    .announcement .btn {
        position: absolute;
        right: 15px;
        top: 6px;
    }

    .announcement .mdl-grid .mdl-cell {
        margin: 0;
        display: block;
        width: 100% !important;
        text-align: left !important;
        font-size: 10px;
        line-height: 1.2;
    }

    .mdl-mega-footer .social-links {
        padding: 0;
        margin: 0;
    }

    .mdl-mega-footer .social-links li {
        display: inline-block;
        margin: 0 5px 10px;
    }

    .mdl-mega-footer .mdl-cell--12-col-phone {
        margin: 0;
        text-align: center;
    }

    .mdl-mega-footer .footer-links {
        text-align: center;
    }

    .mdl-mega-footer .footer-links ul li {
        display: inline-block;
        padding: 0 10px;
    }
}

/************ Announcement **************/

.center-content h1 {
    margin-top: 0;
    font-size: 40px;
    padding: 0 10px;
}

.center-content h1 i {
    font-size: 30px;
}

.center-content .container {
    position: static;
}

.center-content .download-top-block {
    position: absolute;
    left: 50%;
    top: 60%;
    width: 100%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    /*
    background-color: #fff;
    padding: 2%;
    display: inline-block;
    border-radius: 6px;
*/
}

.home-banner-slider .center-content .download-top-block {
    top: 50%;
}

.sellproduct-blk {
    padding: 100px 0;
}

.explore-description {
    text-align: center;
    padding-bottom: 50px;
    font-size: 34px;
}


/**Events**/
.events-mainsection {
    padding-bottom: 20%;
}

.events-mainsection .mdl-grid {
    /*
    -webkit-align-items: flex-start;
    align-items: flex-start;
*/
    float: left;
    display: block;
    width: 100%;
}

.events-mainsection .mdl-cell {
    background-color: transparent;
    overflow: visible;
}

.events-sidebar {
    float: left;
    color: #fff;
    max-width: 240px;
    padding: 30px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -moz-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -o-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: -ms-linear-gradient(158deg, #058ad3 35%, #29a4e7 65%);
    background: linear-gradient(-68deg, #058ad3 35%, #29a4e7 65%);
    box-shadow: 0px 14px 30px 0px rgba(13, 37, 50, 0.27);
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.events-mainsection .mdl-content-main {
    float: right;
}

.events-mainsection .events-sidebar h4 {
    margin: 0 0 5px;
}

.events-mainsection .events-sidebar ol {
    margin: 0 0 24px;
    padding-left: 20px;
}

.events-mainsection .events-sidebar ol li a:hover {
    color: #fff;
}

.events-mainsection .events-sidebar ol li a {
    color: #ffffff;
    text-decoration: none;
}

.event-info {
    float: left;
    width: 100%;
}

.event-info .event-info-image {
    display: inline-block;
    vertical-align: middle;
    width: 45%
}

.event-info .event-info-title {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    padding: 20px;
}

.event-info-title a {
    text-decoration: none;
}

.event-info h2 {
    margin-top: 0;
    font-size: 25px;
    line-height: 1;
    color: #000;
}

.event-info .button {
    display: inline-block;
    padding: 10px 25px;
}

.event-description img {
    display: none
}

.event-invitation {
    text-align: center;
    padding: 50px 20px;
}

.event-invitation h2 {
    margin-top: 0;
    color: #000;
}

.event-invitation p {
    font-size: 12px;
}

.event-invitation .button {
    margin-top: 20px
}

.event-description p {
    font-size: 16px;
}

.event-description,
.sharethis-inline-share-buttons {
    margin-top: 5%;
}

#callist_view .btn-blk {
    margin-top: 5%;
}

#callist_view .btn-blk .button {
    float: left;
}

#callist_view .btn-blk .button.next {
    float: right;
}

@media (max-width:767px) {
    .event-info .event-info-image {
        width: 100%;
    }

    .event-info .event-info-title {
        width: 100%;
        padding: 15px 0;
    }
}

@media (min-width:1025px) {
    .events-mainsection.fixed .events-sidebar {
        position: fixed;
        top: 2vh;
        left: calc((100vw - 1140px)/2);
        -webkit-transition: all 1s ease-in;
        -moz-transition: all 1s ease-in;
        -o-transition: all 1s ease-in;
        -ms-transition: all 1s ease-in;
        transition: all 1s ease-in;
    }
}

.events-sidebar h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
}

.events-sidebar .social-links {
    padding: 0;
    margin-top: 0;
}

.events-mainsection .mdl-cell {
    background-color: transparent;
    overflow: visible;
}

.events-mainsection .product {
    -webkit-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -moz-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -o-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    -ms-box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    min-height: 250px;
    position: relative;
    padding-right: 380px;
}


.events-mainsection .product .product-image {
    width: 350px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
}

.events-mainsection .product .product-image .livebutton:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.events-mainsection .product .product-image .livebutton {
    position: absolute;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
}

.events-mainsection .product-content-info::after {
    display: none;
}

.events-mainsection .product .product-content-info {
    padding: 30px;
}

.events-mainsection .product .product-content-info a {
    text-decoration: none;
}

.events-mainsection .product .product-content-info h4 {
    margin: 0 0 10px;
    color: #0288D1;
    font-weight: 700;
}

.events-mainsection .product .product-content-info h5 {
    margin: 0 0 10px;
    color: #0288D1;
    font-weight: 700;
}

.events-mainsection .product .product-content-info .content {
    margin: 15px 0;
    display: block;
}

.events-mainsection .product .button {
    padding: 15px 50px;
}

.events-mainsection .pagination ul li.active {
    padding: 0;
}

.events-mainsection .pagination ul li {
    margin: 0 5px;
}

.events-mainsection .pagination ul li.active {
    padding: 0;
}

.events-mainsection .pagination ul li a {
    margin: 0;
}

.events-mainsection .pagination ul li.active a {
    border: 0;
    color: #fff;
}

.addtocallerder {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.addtocallerder i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid;
    border-radius: 100%;
    line-height: 12px;
}

.addtocallerder ul {
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    z-index: 2;
    right: 0;
    display: none;
    background-color: #fff;
    border-radius: 5px;
}

.addtocallerder:hover ul {
    display: block;
    border: 1px solid #f5f5f5;
}

.addtocallerder ul li {
    display: block;
    list-style: none;
}

.addtocallerder ul li a {
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    text-decoration: none;
    border-top: 1px solid #f5f5f5;
}

.addtocallerder ul li:first-child a {
    border: 0;
}

.addtocallerder ul li a:hover {
    background-color: #f5f5f5;
}

@media(max-width:960px) {
    .events-mainsection .mdl-cell {
        width: 100%;
        margin: 0 0 20px;
    }

    .events-mainsection .product {
        width: 100%;
        min-height: 1px;
        padding: 0;
    }

    .events-mainsection .product .product-image {
        height: auto;
        position: static;
        padding-bottom: 56.6%;
        display: block;
        width: 100%;
    }
}

/**Events**/

@media (max-width:1024px) {
    .show-on-desktop {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    header .mdl-layout__drawer-button {
        color: #fff;
    }

    .sellproduct-blk {
        padding: 50px 0;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:840px) {

    .logos-section .mdl-cell--6-col-phone,
    .logos-section .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
        width: calc(50% - 16px);
    }

    .logos-section .mdl-cell p {
        line-height: 1;
    }

    .logos-section .mdl-cell {
        padding: 0;
    }

    .logos-section .mdl-cell img {
        margin-bottom: 5px;
    }

    .header-bottom .mdl-layout__container {
        z-index: 999;
        width: 100px;
        overflow: visible;
    }

    .header-bottom .mdl-layout__container.active {
        height: 100%;
        width: 100%;
        z-index: 10000;
        position: fixed;
        left: 0;
        top: 0;
    }

    header {
        position: static;
    }

    .featured-blocks .featured-left .featured {
        margin-bottom: 30px;
    }

    .featured-blocks .featured-left {
        width: 100%;
        float: left;
        margin-right: 0px;
    }

    .featured-blocks .featured-left .featured-content {
        padding: 20px 20px 40px;
        margin: -47px 25px 0px;
    }

    .featured-blocks .featured-left .featured-content .title {
        font-size: 25px;
        margin: 0px 0px 14px;
    }

    .featured-main-blocks {
        margin-bottom: 0px;
    }

    .get-started-block {
        padding: 130px 0px 30px;
        background-size: 100% 100%;
        background-position: bottom -100px center;
    }

    .featured-blocks .featured-left:nth-child(2n) {
        margin-top: 0px;
    }

    .middle-section-block .mid-section-image {
        margin-top: auto;
        margin-bottom: 30px;
    }

    .middle-section-block {
        padding: 20px;
    }

    .middle-section-content {
        padding: 0px;
    }

    .middle-section-block .card-title {
        font-size: 22px;
        margin: 0px 0px 23px;
        line-height: normal;
    }

    .middle-section-block .button {
        margin-top: 8px;
    }

    .button {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 13px 23px 12px;
    }

    .bottom-section {
        margin: 0px 0px 0px;
        padding: 0px;
    }

    .main-section {
        height: auto;
    }

    .main-section {
        background: none;
    }

    .main-section .left-section,
    .main-section .left-section.login-boxsection-top {
        top: 0px;
        max-width: 100%;
    }

    .main-section .left-section.login-boxsection-top {
        text-align: center;
    }

    .login-socialaccounts span {
        font-size: 13px;
        margin-bottom: 12px;
        line-height: normal;
    }

    .main-section .left-section.login-boxsection-top input[type="submit"] {
        width: auto;
        margin: auto;
    }

    .main-section .left-section h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 15px;
    }

    .main-section .left-section .content-section {
        font-size: 15px;
        line-height: 25px;
    }

    .creative-blocks {
        margin-right: 0px;
        padding-bottom: 30px;
        float: none;
        padding-top: 50px;
    }

    .creative-blocks .button-blk {
        margin-top: 50px;
    }

    .creative-title-block .title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .creative-title-block h3 {
        font-size: 22px;
        margin-top: 0px;
        line-height: normal;
    }

    .creative-blocks:after {
        width: 100px;
        height: 80px;
        background-size: contain;
        right: 0px;
    }

    .logos-section {
        padding: 40px 0px 20px;
        margin-top: 40px;
    }

    .logos-section .mdl-grid {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .logos-section .mdl-grid .mdl-cell {
        margin-bottom: 20px;
    }

    .middle-section {
        margin-top: 40px;
    }

    .signup-section {
        padding: 70px 0px;
        background-size: 750px;
    }

    .signup_form .signup-form-half {
        width: 100%;
        padding: 0px;
        margin: 0px 0px 30px;
    }

    .signup_form .signup-form-left {
        color: #333333;
    }

    .signup_form .signup-form-left h1,
    .signup_form .signup-form-left h2,
    .signup_form .signup-form-left h3,
    .signup_form .signup-form-left h4 {
        color: #ffffff;
    }

    .signup_form .signup-form-left h1 {
        margin-bottom: 15px;
        font-size: 22px;
    }

    .signup_form .signup-form-left h4 {
        font-size: 20px;
        margin-top: 0px;
    }

    .avatar-slider .slick-arrow {
        width: 23px;
        height: 23px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .avatar-slider .slick-arrow.slick-prev {
        -webkit-transform: translateY(calc(-50% - 40px));
        -moz-transform: translateY(calc(-50% - 40px));
        -ms-transform: translateY(calc(-50% - 40px));
        -o-transform: translateY(calc(-50% - 40px));
        transform: translateY(calc(-50% - 40px));
    }

    .signup_form .signup-form-right h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .signup_form .signup-form-half h3 {
        font-size: 20px;
        margin: 0px 0px 20px;
    }

    .signup-section:after {
        width: 110px;
        height: 158px;
        bottom: 50%;
    }

    .signup_form .signup-form-half h1:before {
        left: -20px;
        width: 14px;
        height: 2px;
        top: 12px;
    }

    .tab-blocks .tab-content {
        margin-bottom: 20px;
    }

    .download-items li {
        margin-bottom: 20px;
        margin-right: 14px;
        width: calc((100% - 28px)/3);
    }

    .download-items li a .download-title {
        font-size: 10px;
    }

    .download-items li a {
        padding: 13px 15px 16px 15px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -o-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }

    .ceator-card .button {
        font-size: 11px;
    }

    .download-section {
        padding: 40px 0px;
        min-height: 40vh;
    }

    .download-section.more-mobile-height {
        min-height: 1px;
        padding: 40px 0 100px;
    }

    .download-top-block {
        padding: 0;
    }

    .download-top-block h1 {
        font-size: 24px;
        margin: 0px 0px 20px;
    }

    .download-top-block h1 i {
        font-size: 16px;
    }

    .download-section:after {
        height: 200px;
        bottom: -200px;
        z-index: -1;
    }

    .creater-block h2 {
        font-size: 22px;
        margin: 0px 0px 16px;
        line-height: normal;
    }

    .creater-block .ceator-card-info p {
        font-size: 16px;
    }

    .box {
        padding: 20px;
    }

    .other-downloads-block {
        margin: 70px 0px 50px;
    }

    .other-downloads-main:before {
        width: 80px;
        height: 60px;
    }

    .other-downloads-block h2 {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .other-downloads-block h4 {
        font-size: 20px;
        margin: 0px 0px 15px;
    }

    .tab-header {
        /*
        padding: 20px;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -20px;
*/
        text-align: center;
    }

    .tab-blocks h4 {
        font-size: 20px;
        margin: 0px 0px 20px;
    }

    .tab-blocks .mdl-tabs__tab-bar {
        display: block;
        height: auto;
    }

    .tab-blocks .mdl-tabs__tab {
        font-size: 16px;
        display: inline-block;
        float: none;
        text-align: left;
        height: auto;
        padding: 0 10px;
    }

    .tab-blocks h5 {
        font-size: 18px;
        margin: 20px 0px 20px;
    }

    .tab-blocks .info {
        padding-left: 40px;
        font-size: 14px;
        line-height: 23px;
    }

    .tab-blocks .info:before {
        width: 26px;
        height: 26px;
    }

    .tab-blocks .info .title {
        font-size: 17px;
        margin: 0px 0px 10px;
    }

    .button-wrapper {
        padding-left: 40px;
        text-align: left;
        margin-top: 20px !important;
    }

    .system-requirements:before {
        width: 82px;
        height: 60px;
        right: 40px;
        bottom: -60px;
    }

    .btns-block ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .btns-block ul li .button {
        font-size: 12px;
        padding: 13px 25px 9px;
    }

    .news-banner {
        padding-bottom: 100px;
    }

    .down-arrow,
    .news-banner .down-arrow {
        bottom: 0px;
    }

    .explore-banner-section .down-arrow {
        bottom: -22px;
    }

    .news-banner h1 {
        line-height: 35px;
    }

    .news-banner h1 span {
        font-size: 15px;
    }

    .news-section {
        padding: 50px 0px 0px;
    }

    .news-section h2 {
        font-size: 28px;
        margin: 0px 0px 35px;
    }

    .news-slider .slick-list {
        padding: 0;
    }

    .community-news:before {
        width: 50px;
        height: 40px;
        top: 0px;
    }

    .events-news {
        padding-bottom: 50px;
    }

    .news-slider .slick-arrow {
        width: 33px;
        height: 33px;
    }

    .news-slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .news-slider .slick-arrow.slick-next {
        right: 0px;
    }

    .news-section .news-slider .news-item {
        margin: 0px 40px;
    }

    .news-item-content {
        padding: 20px;
    }

    .news-item-content p {
        font-size: 12px;
        line-height: 20px;
    }

    .news-item-content .link {
        margin-top: 15px;
    }

    .news-item-content-title h4 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .news-item-content-title .date {
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .shop-mainsection .shop-sidebar .shop-inner {
        max-width: 320px;
        margin: auto;
    }

    .left-shape:before {
        width: 100px;
        height: 80px;
        background-size: contain;
    }

    .left-shape:after {
        width: 200px;
        height: 300px;
        background-size: contain;
    }

    .right-shape:before {
        width: 200px;
        height: 600px;
        background-size: contain;
    }

    .right-shape:after {
        width: 100px;
        height: 80px;
        background-size: contain;
        bottom: 0px;
    }

    .products-list h2 {
        font-size: 20px;
    }

    .products-list h2:after {
        bottom: -5px;
        width: 70px;
        height: 3px;
    }

    .products-list .see-more {
        font-size: 12px;
    }

    .footer-block {
        padding: 25px 20px;
        margin-top: 0px;
    }

    .inner-footer {
        background-size: cover;
    }

    .shop-section {
        margin-bottom: 100px;
        margin-top: 0px;
    }

    .banner-section {
        height: auto;
        min-height: 40vh;
    }

    .banner-section:after {
        width: 200px;
        height: 400px;
        background-size: contain;
    }

    .banner-section .banner-title h1 {
        top: 30px;
        font-size: 35px;
    }

    .explore-banner-section .banner-title h1 {
        font-size: 30px;
        width: 100%;
    }

    .inner-footer:before {
        display: none;
    }

    .products-grid .explore-item {
        margin-bottom: 30px;
    }

    .product-content-info {
        padding: 15px;
    }

    .explore-lists-block .heading-block .users {
        width: 30px;
    }

    .products-grid .explore-item h4 {
        line-height: 1.1;
        margin: 0px 0px 10px;
        width: 100%;
    }

    .product-content-info p {
        font-size: 12px;
    }

    @media screen and (min-width: 840px) {
        .rpm-program.product-content-info .content p {
            font-size: 17px;
        }
    }

    @media screen and (max-width: 840px) {
        .rpm-program.product-content-info .content p {
            font-size: 19px;
        }
    }

    .products-grid .explore-item .creator {
        margin-bottom: 10px;
    }

    .products-grid .explore-item .content {
        margin: 0px;
        min-height: 1px;
        margin-bottom: 10px;
    }

    .products-grid .explore-item .content br {
        display: none;
    }

    .product-but {
        padding: 13px 30px 9px;
    }

    .explore-lists .heading-info {
        width: 100%;
        margin: 0px 0px 20px;
    }

    .explore-lists-blocks .explore-lists .heading-info h2 {
        font-size: 24px;
        line-height: 0.8;
        margin-bottom: 10px;
        display: block;
    }

    .explore-lists-blocks-home .explore-lists .heading-info .content,
    .explore-lists-blocks-home .explore-lists .heading-info .content a {
        line-height: 1;
    }

    .explore-lists .heading-info h2 {
        font-size: 24px;
        margin: 0px 0px 12px;
    }

    .explore-lists .heading-info .content p {
        font-size: 13px;
    }

    .explore-lists-blocks .explore-lists .heading-info .content p {
        font-size: 16px;
        line-height: normal;
    }

    .explore-lists-blocks .explore-lists {
        margin-top: 40px;
    }

    .explore-lists-blocks .product-heading {
        margin-bottom: 20px;
    }

    .explore-lists .see-more-btn {
        width: auto;
        margin-left: 0px;
        padding: 13px 40px 13px 20px;
        font-size: 12px;
        background-size: 22px;
        float: left;
    }

    .explore-section .shop-contentsection {
        margin-top: 0px;
    }

    .road-map-section .left-shape:after {
        width: 120px;
        height: 360px;
    }

    .road-map-section .right-shape:after {
        width: 122px;
        height: 80px;
        bottom: 0px;
    }

    .shop-section {
        margin-bottom: 20px;
    }

    .filter-items .filter-item {
        width: 100%;
        margin: 0px 0px 10px;
    }

    .account-info .account-info-tabs .mdl-tabs__tab {
        padding: 15px 17px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .account-info .account-info-tabs h2 {
        margin: 0px 0px 15px;
    }

    .account-info .account-info--content h2 {
        color: #29292a;
        font-size: 20px;
        margin: 0px 0px 20px;
        line-height: normal;
    }

    .account-summary-blocks .icon {
        width: 22px;
        margin-right: 6px;
    }

    .account-summary-blocks .title {
        font-size: 16px;
        width: 178px;
        margin-right: 0px;
    }

    .account-summary {
        margin-bottom: 35px;
    }

    .account-info .account-info--content .update-info h2 {
        font-size: 16px;
    }

    .update-account .signup_form input[type="submit"] {
        padding-left: 50px;
        padding-right: 50px;
    }

    .account-summary-blocks .account-summary-info {
        width: 100%;
        margin-top: 10px;
    }

    .account-section .right-shape:after {
        width: 100px;
        height: 200px;
        bottom: -100px;
    }

    .account-info .account-info--content {
        padding-left: 0px;
    }

    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    thead {
        display: none;
    }

    .mdl-data-table tbody tr {
        height: auto;
    }

    .mdl-data-table tbody tr:nth-child(even) {
        background-color: #eee;
    }

    .mdl-data-table td,
    .mdl-data-table td:first-of-type {
        padding-left: 50%;
    }

    .mdl-data-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding: 6px 18px 0;
        white-space: nowrap;
        content: attr(data-label);
        text-align: left;
        color: rgba(0, 0, 0, 0.541176);
        font-weight: bold;
        font-size: 12px;
    }

    .mdl-data-table td:last-of-type {
        padding-right: 18px;
    }

    .account-summary .h3 {
        font-size: 16px;
        margin: 0px 0px 15px;
    }

    .account-summary ul li {
        font-size: 15px;
        padding-left: 30px;
        margin-bottom: 10px;
    }

    .account-summary ul li:before {
        width: 18px;
        height: 19px;
        top: 4px;
    }

    .plan-costs {
        padding: 33px 20px 25px;
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .plan-costs .plan-blocks {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }

    .plan-costs .plan-blocks:last-child {
        margin-bottom: 30px;
    }

    .plan-costs .plan-blocks h4 {
        font-size: 19px;
        margin: 0px 0px 15px;
    }

    .plan-costs .plan-blocks .plan-block {
        padding: 37px 15px 60px;
        min-height: 150px;
    }

    .plan-costs .plan-blocks .plan-block .sale-price {
        font-size: 35px;
    }

    .plan-costs .plan-blocks.plan-gold .plan-block .sale-price:before {
        position: static;
        display: inline-block;
        vertical-align: top;
    }

    .plan-costs .plan-blocks .plan-block .button {
        padding: 14px 22px;
        font-size: 12px;
    }

    .account-summary .content p {
        font-size: 14px;
    }

    .subscription-table .button {
        padding: 9px 26px;
        font-size: 10px;
    }

    .new-left-shape:before {
        width: 100px;
        height: 130px;
    }

    .new-left-shape:after {
        width: 100px;
        height: 230px;
    }

    .new-bottom-shape:after {
        bottom: -172px;
        width: 200px;
        height: 500px;
    }

    .new-right-shape:before {
        width: 200px;
        height: 400px;
    }

    .new-right-shape:after {
        bottom: 0px;
        width: 100px;
        height: 72px;
    }

    .plan-costs .plan-blocks .plan-block .base-price {
        font-size: 16px;
    }

    .creator-block h2 {
        font-size: 22px;
        margin: 0px 0px 15px;
        line-height: normal;
        line-height: 1.3;
    }

    .news-item-content h4 {
        line-height: 1.3;
    }

    .creator-accounts {
        margin: 50px 0px;
    }

    .creator-accounts .creator-accounts-blocks {
        padding: 30px;
    }

    .creator-accounts .creator-accounts-blocks h4 {
        font-size: 20px;
    }

    .button.grey {
        padding: 10px 15px;
        font-size: 12px;
    }

    .creator-accounts .creator-accounts-blocks-left:before,
    .creator-accounts .creator-accounts-blocks-left:after,
    .creator-accounts .creator-accounts-blocks-right:before,
    .creator-accounts .creator-accounts-blocks-right:after {
        width: 201px;
        height: 201px;
    }

    .creator-accounts .creator-accounts-blocks-right:after {
        right: -100px;
        bottom: -100px;
    }

    .become-creator-cell {
        width: 100%;
        margin-right: 0px;
    }

    .become-creator-cell .content-inner h4 span {
        font-size: 12px;
    }

    .signup-page .header-top {
        top: 8px;
    }

    .signup-page .header-block {
        padding: 0px;
        text-align: center;
    }

    .signup-page .header-block .logo {
        float: none;
        margin: auto;
    }

    .signup-page-video {
        padding: 123px 0px 80px;
    }

    .account-info {
        padding: 0px;
    }

    .signup-page-video .signup_form .signup-form-half {
        padding: 20px 20px 23px;
        text-align: center;
        margin: 0px;
    }

    .signup-page-video .signup_form .signup-form-half h3 {
        font-size: 20px;
        margin: 20px 0px 16px;
        line-height: normal;
    }

    .signup_form input[type="text"],
    .signup_form input[type="tel"],
    .signup_form input[type="email"],
    .signup_form input[type="number"],
    .signup_form input[type="password"],
    .signup_form textarea {
        font-size: 13px;
        padding: 14px 8px;
        text-align: center;
        margin-bottom: 12px;
    }

    .signup_form .button {
        font-size: 11px;
        padding: 16px 43px 14px !important;
    }

    .signup_form .signup_form .mdl-checkbox {
        text-align: left;
    }

    .signup_form .mdl-checkbox__label {
        font-size: 10px;
        line-height: normal;
        text-align: left;
    }

    .signup_form .form-note {
        font-size: 10px;
        margin-bottom: 30px;
        line-height: 1;
        text-align: left;
    }

    .mdl-checkbox__box-outline {
        top: 9px;
    }

    .background-transition {
        display: none;
    }

    .signup-page-video {
        background-image: url('../images/signup-banner.png');
        background-size: cover;
    }

    .creative-icon-blocks ul li {
        margin-bottom: 25px;
        max-width: 90px;
        max-height: 90px;
    }

    .gender .label {
        margin: 0px 0px 2px;
        font-size: 15px;
    }

    .gender .radio-btn {
        margin-right: 15px;
    }

    .gender .radio-btn .mdl-radio {
        font-size: 14px;
    }

    .signup_form .mdl-checkbox {
        text-align: left;
    }

    .login-boxsection {
        padding: 30px 20px;
        text-align: center;
    }

    .social-buttons a {
        padding: 14px 20px;
        max-width: 135px;
    }

    .social-buttons a i {
        margin-right: 13px;
        font-size: 19px;
    }

    .social-buttons a span {
        font-size: 11px;
    }

    .social-buttons a span {
        font-size: 11px;
    }

    .forgot-buttons .button {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 13px 23px 13px;
        display: block;
        max-width: 220px;
        margin: auto;
    }

    .main-section .left-section.login-boxsection-top .content-section {
        font-size: 13px;
    }

    .login-boxsection h3 {
        margin-top: 0px;
        font-size: 22px;
        margin: 0px 0px 15px;
        line-height: normal;
    }

    .input-wrapper label {
        font-size: 13px;
        padding: 2px 4px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        line-height: normal;
    }

    .input-wrapper.active label {
        top: -10px;
    }

    .faq-page .shop-sidebar .category:after {
        font-family: 'Material Icons';
        content: '\E5CF';
        float: right;
    }

    .faq-page .shop-sidebar .category {
        height: 10px;
    }

    .faq-page .faq-mainsection .shop-sidebar .shop-inner {
        padding: 10px 10px;
    }

    .faq-page .banner-section {
        height: auto;
        padding: 50px 0px;
        background-size: cover;
    }

    .faq-page .banner-section .banner-title h1,
    .faq-page .banner-section .banner-title p {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .banner-section .banner-title p {
        font-size: 16px;
        margin-top: 15px;
        width: 100%;
    }

    .faq-accordion-wrap {
        padding-left: 0px;
    }

    .faq-accordion-wrap .accordion-head {
        font-size: 16px;
        padding: 5px 40px 5px 10px;
    }

    .faq-accordion-wrap .panel p {
        padding: 10px 10px 10px 10px;
        font-size: 13px;
        line-height: 21px;
    }

    .faq-page .faq-mainsection .shop-sidebar ul.category-section > li {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .deal-item {
        position: relative;
        z-index: 3;
    }

    .deal-heading {
        height: auto;
        padding-bottom: 25%;
        padding-top: 50px;
    }

    .item-features {
        padding: 30px 20px;
    }

    .item-features ul li {
        padding-left: 25px;
        margin-bottom: 7px;
        font-size: 12px;
    }

    .item-features ul li:before {
        top: 4px;
        background-size: cover;
        width: 18px;
        height: 18px;
    }

    .premium-benefits {
        margin-top: 30px;
    }

    .premium-content {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: normal;
    }

    .premium-blocks .premium-item img {
        height: 150px;
    }

    .item-features .button {
        margin-top: 20px;
    }

    .deals-section h3 {
        font-size: 25px;
        margin: 0px 0px 5px;
        line-height: normal;
    }

    .deals-section p {
        font-size: 18px;
    }

    .bottom-blocks {
        margin: 50px 0px 20px;
    }

    .center-alignblock {
        margin-top: 0px;
    }

    .box-content .icon-style {
        width: 70px;
        margin: auto auto 20px;
        display: block;
    }

    .bottom-blocks .box-content strong {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .box-content .box-rightcontent {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
    }

    .premium-blocks .premium-item {
        width: 50%;
    }

    .bottom-section:after {
        right: -50px;
        top: -40px;
        width: 160px;
        height: 90px;
    }

    .bottom-section:before {
        width: 90px;
        height: 160px;
    }

    .creative-title-block {
        margin-bottom: 40px;
    }

    .creative-block-grid .creative-block-cell {
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .creative-block-grid .creative-block-cell:nth-child(3n) {
        margin-right: 20px;
    }

    .creative-block-grid .creative-block-cell .img-block {
        max-width: 80px;
        margin-bottom: 17px;
    }

    .creative-block-grid .creative-block-cell h5 {
        font-size: 18px;
        margin: 0px 0px 5px;
    }

    .get-started-block h3 {
        font-size: 30px;
    }

    .explore-lists-blocks-home {
        margin: 0px;
    }

    .main-section:after {
        bottom: 0px;
        width: 100px;
    }

    .explore-lists-blocks:before {
        background-size: contain;
    }

    .bottom-info {
        line-height: 24px;
        padding: 20px 0px;
        font-size: 20px;
    }

    .bottom-info h3 {
        font-size: 25px;
        margin: 0px 0px 15px;
    }

    .bottom-info .content {
        font-size: 18px;
    }

    .center-content {
        min-height: 30vh;
    }

    .home-banner-new {
        background-size: cover;
    }

    .explore-lists-blocks-home .products-grid .explore-lists-block {
        margin-top: 0px;
    }

    .canvas-blks {
        margin-top: 100px;
    }

    .canvas-blks .canvas-blk {
        display: block;
        text-align: center;
        margin: 0 0 80px;
    }

    .canvas-blks .canvas-blk .canvas-blk-img,
    .canvas-blks .canvas-blk:nth-child(2n) .canvas-blk-img {
        margin: 0 auto 15px;
    }

    .canvas-blks .canvas-blk .canvas-blk-content {
        width: 100%;
        text-align: left;
    }

    .canvas-blks .canvas-blk .canvas-blk-img::after {
        width: 182px;
        height: 160px;
        background-color: #cdeffc;
    }

    .canvas-blks .canvas-blk .canvas-blk-img::after {
        left: -17px;
        top: -27px;
    }

    .canvas-blks .canvas-blk:nth-child(2n) .canvas-blk-img::after {
        left: auto;
        right: -17px;
    }

    .canvas-blks .canvas-blk .canvas-blk-img.bio-img {
        margin-left: auto;
    }

    .canvas-blks .canvas-blk .canvas-blk-img.bio-img:after {
        top: -27px;
    }

    .guest {
        font-size: 20px;
    }

    .fellowship-title .small {
        font-size: 15px;
    }

    .explore-lists-blocks-home .explore-lists .heading-info .content {
        margin-left: 0;
        font-size: 15px;
    }

    .explore-lists-blocks-home .explore-lists .heading-info .content a {
        margin-left: 5px;
    }

    .shop-contentsection .products-section .product-but {
        position: static !important;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        display: block;
        max-width: none;
    }

    .fc-scroller {
        overflow: auto;
    }

    .explore-description {
        font-size: 25px;
        line-height: 1.3;
    }
}

@media screen and (max-width:830px) {
    .blog-grid .blog-grid-column {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
    }

    .blog-grid .blog-grid-column:last-child {
        margin-right: 0px;
        margin-left: 0px;
    }

    .blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum:last-child {
        margin-right: 0px !important;
    }

    .blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum {
        width: calc(50% - 4px);
    }

    .explore-lists-blocks-home .product-heading {
        margin: 0 0 15px;
        padding: 0 20px;
    }

    .center-content h1 {
        font-size: 25px;
    }

    .formError {
        position: static !important;
        top: 0;
        transform: none;
        display: inline-block;
        margin: 0 0 10px !important;
        width: 100%;
    }

    .formError .formErrorContent::before {
        display: none;
    }
}

@media screen and (max-width:650px) {
    .release-posts-main .realease-cat {
        padding-right: 60px;
        margin-right: 10px;
        width: 100%;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: normal;
    }

    .release-posts-main .release-post {
        width: 100%;
    }

    .release-posts-main .divder-line {
        display: none;
    }

    .release-posts-main {
        margin-top: 30px;
    }

    .become-creator-grid {
        margin-top: 30px;
    }

    .become-creator-cell {
        width: 100%;
    }

    .become-creator-cell .content-inner h4 {
        font-size: 16px;
    }

    .become-creator-cell p {
        color: #29292a;
        font-size: 14px;
        line-height: 24px;
    }

    .become-creator-cell .content-inner a.button {
        font-size: 11px;
        padding: 10px 25px;
    }

    .become-creator-cell .content-inner {
        margin: 0px 0px 30px;
    }

    .become-creator-cell .signup_form input[type="submit"] {
        padding: 10px 20px;
        font-size: 12px;
    }

    .deal-heading {
        padding-top: 30px;
    }

    .deal-heading h4 {
        font-size: 25px;
    }

    .prices-list {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .prices-list .discount-price {
        font-size: 26px;
    }

    .price-text {
        font-size: 14px;
        margin-top: 5px;
    }

    .bottom-blocks {
        margin-top: 30px;
    }

    .mobile-nav li.act-clr > .sub-menu {
        background: #efefef;
    }
}

@media screen and (max-width:520px) {
    .creative-icon-blocks {
        text-align: center;
    }

    .creative-icon-blocks ul {
        margin-bottom: 0px;
        padding: 0px;
        float: none;
        list-style: none;
        margin-right: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    .get-started-block {
        padding: 30px 0px 30px;
    }

    .update-account .signup_form input[type="text"],
    .update-account .signup_form input[type="tel"],
    .update-account .signup_form input[type="email"],
    .update-account .signup_form input[type="number"],
    .update-account .signup_form input[type="password"],
    .update-account .signup_form textarea {
        font-size: 10px;
    }

    .download-items li a .download-image {
        margin: auto;
    }

    .download-items li a .download-title {
        display: none;
    }

    .explore-lists-blocks-home .explore-lists .heading-info .content a {
        font-size: 12px;
    }

    .home-banner-new {
        padding: 80px 0px;
    }

    .news-banner-image {
        padding: 80px 0px !important;
    }

    .blogbottom-shape:before {
        width: 200px;
        height: 300px;
    }

    .home-slider .slick-arrow.slick-next {
        right: 0;
    }

    .games-sidebar-wrap {
        padding: 0;
    }

    .games-sidebar .games-header {
        margin: 0;
    }
}

@media screen and (max-width:480px) {
    .deal-heading {
        padding-top: 15px;
        padding-bottom: 15%;
    }

    .deal-heading h4 {
        font-size: 20px;
    }

    .prices-list {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .prices-list .discount-price {
        font-size: 20px;
    }

    .price-text {
        font-size: 13px;
        margin-top: 0px;
    }

    .blog-grid .blog-grid-column .blog-subgrid .blog-grid-colum {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:400px) {
    .creative-block-grid .creative-block-cell {
        width: 100%;
        margin-right: 0;
    }
}

/* -------------------------------- 

 New Menu

-------------------------------- */
.cd-morph-dropdown {
    background-color: #FFFFFF;
}

.cd-morph-dropdown::before {
    /* never visible - used in JS to check mq */
    content: 'mobile';
    display: none;
}

.cd-morph-dropdown .nav-trigger {
    /* menu icon - visible on small screens only */
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    /* replace text with icon */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-morph-dropdown .nav-trigger span,
.cd-morph-dropdown .nav-trigger span::after,
.cd-morph-dropdown .nav-trigger span::before {
    /* these are the 3 lines of the menu icon */
    position: absolute;
    background-color: #1A1A1A;
    height: 3px;
    width: 26px;
}

.cd-morph-dropdown .nav-trigger span {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.cd-morph-dropdown .nav-trigger span::after,
.cd-morph-dropdown .nav-trigger span::before {
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.cd-morph-dropdown .nav-trigger span:before {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.cd-morph-dropdown .nav-trigger span:after {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.cd-morph-dropdown.nav-open .nav-trigger span {
    background-color: transparent;
}

.cd-morph-dropdown.nav-open .nav-trigger span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-morph-dropdown.nav-open .nav-trigger span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-morph-dropdown .main-nav {
    display: none;
}

.cd-morph-dropdown .morph-dropdown-wrapper {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 1.2em 5%;
    box-shadow: inset 0 1px 0 #e6e6e6;
    background-color: #FFFFFF;
}

.cd-morph-dropdown.nav-open .morph-dropdown-wrapper {
    display: block;
}

.cd-morph-dropdown .label {
    display: block;
    font-size: 2.2rem;
    color: #1A1A1A;
    margin-bottom: .8em;
}

.cd-morph-dropdown .content li:after {
    clear: both;
    content: "";
    display: block;
}

.cd-morph-dropdown .links .content > ul > li {
    margin-top: 1em;
}

.cd-morph-dropdown .links-list a,
.cd-morph-dropdown .btn {
    display: block;
    margin-left: 14px;
    font-size: 2.2rem;
    line-height: 1.6;
}

.cd-morph-dropdown .links-list a:hover,
.cd-morph-dropdown .btn:hover {
    color: #1A1A1A;
}

.cd-morph-dropdown .content h2 {
    color: #a6a6a6;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 20px 0 10px 14px;
}

@media only screen and (min-width: 841px) {
    .cd-morph-dropdown {
        /*
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: transparent;
*/
        float: right;
    }

    .cd-morph-dropdown::before {
        content: 'desktop';
    }

    .cd-morph-dropdown .nav-trigger {
        display: none;
    }

    .cd-morph-dropdown .main-nav {
        display: inline-block;
        vertical-align: middle;
    }

    .cd-morph-dropdown .main-nav > ul {
        margin: 0;
        padding: 0;
    }

    .cd-morph-dropdown .main-nav > ul > li.button-block a {
        padding: 16px 36px;
        color: #fff;
    }
    .cd-morph-dropdown .main-nav > ul > li.button-block.white a {
        padding: 16px 36px;
        color: #ff2e75;
    }

    .cd-morph-dropdown .main-nav > ul > li.button-block:hover a {
        color: #ff2e75;
    }
    .cd-morph-dropdown .main-nav > ul > li.button-block.white:hover a {
        padding: 16px 36px;
        color: #ffffff;
    }

    .cd-morph-dropdown .main-nav > ul > li {
        display: inline-block;
        position: relative;
    }

    .cd-morph-dropdown .main-nav > ul > li:after {
        content: '';
        width: 0;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: 5px;
        display: inline-block;
        background-color: #ff2e75;
    }

    .cd-morph-dropdown .main-nav > ul > li.active-menu-parent:after,
    .cd-morph-dropdown .main-nav > ul > li.active-menu:after,
    .cd-morph-dropdown .main-nav > ul > li:hover:after {
        width: 100%;
        transition: all .3s ease-in;
    }

    .cd-morph-dropdown .main-nav > ul > li.button-block:hover:after {
        width: 0;
    }

    .cd-morph-dropdown .main-nav > ul > li > a .material-icons {
        display: inline-block;
        vertical-align: middle;
    }

    .cd-morph-dropdown .main-nav > ul > li > a {
        display: block;
        padding: 10px 15px;
        font-family: 'Rubik', sans-serif;
        color: #201f1f;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;

        /*
    height: 70px;
    line-height: 70px;
    color: #FFFFFF;
    font-size: 1.8rem;
*/
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
        /* main navigation hover effect - on hover, reduce opacity of elements not hovered over */
        opacity: .6;
    }

    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.button-block > a {
        opacity: 1;
    }

    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li:hover > a,
    .cd-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
        opacity: 1;
    }

    .cd-morph-dropdown .morph-dropdown-wrapper {
        /* dropdown wrapper - used to create the slide up/slide down effect when dropdown is revealed/hidden */
        display: block;
        top: 58px;
        /* overwrite mobile style */
        width: auto;
        padding: 0;
        box-shadow: none;
        background-color: transparent;
        /* Force Hardware acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }

    .cd-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .cd-morph-dropdown .dropdown-list {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        visibility: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform, width, height;
        -webkit-transition: visibility .3s;
        transition: visibility .3s;
        /*        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);*/
        background-color: #ffffff;
        -webkit-box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.2), 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.2), 0px 4px 1px 0px rgba(0, 0, 0, 0.2);
        width: 200px !important;
        /*
        position: absolute;
        padding: 15px 50px 25px 20px;
*/
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        z-index: 5;
    }


    .no-csstransitions .cd-morph-dropdown .dropdown-list {
        display: none;
    }

    .cd-morph-dropdown .dropdown-list::before {
        /* dropdown top triangle */
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        right: auto;
        overflow: hidden;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #FFFFFF;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

    .cd-morph-dropdown .dropdown-list:after {
        content: "";
        position: absolute;
        height: 6px;
        width: 100%;
        background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
        background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
        background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
        background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
        -webkit-box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
        box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        left: 0px;
        bottom: 0px;
    }

    .cd-morph-dropdown .dropdown-list > ul {
        position: relative;
        z-index: 1;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .cd-morph-dropdown .dropdown-list > ul > li {
        padding: 20px 40px 30px 20px;
    }

    .cd-morph-dropdown.is-dropdown-visible .dropdown-list {
        visibility: visible;
        -webkit-transition: width .3s, height .3s, -webkit-transform .3s;
        transition: width .3s, height .3s, -webkit-transform .3s;
        transition: transform .3s, width .3s, height .3s;
        transition: transform .3s, width .3s, height .3s, -webkit-transform .3s;
    }

    .cd-morph-dropdown.is-dropdown-visible .dropdown-list::before {
        opacity: 1;
    }

    .cd-morph-dropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }

    .cd-morph-dropdown .dropdown ul {
        padding: 0;
        list-style: none;
    }

    .cd-morph-dropdown .dropdown ul li.active-menu > a,
    .cd-morph-dropdown .dropdown ul li:hover > a {
        border-left: 4px solid #ff2e75;
        color: #ff3e75;
    }

    .cd-morph-dropdown .dropdown ul li a {
        color: #384050;
        font-size: 14px;
        font-weight: 400;
        padding: 0px 10px;
        margin: 20px auto;
        display: block;
        text-align: left;
        line-height: 1;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border-left: 4px solid #fff;
        /*        border-bottom: 1px solid rgba(56, 64, 80, 0.3);*/
        text-decoration: none;
    }

    .cd-morph-dropdown .dropdown.active {
        opacity: 1;
        visibility: visible;
    }

    .cd-morph-dropdown .dropdown.move-left .content {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    .cd-morph-dropdown .dropdown.move-right .content {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

    .cd-morph-dropdown .label {
        /* hide the label on bigger devices */
        display: none;
    }

    .cd-morph-dropdown .content {
        /*        padding: 2.2em 1.8em;*/
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        text-align: left;
    }

    .cd-morph-dropdown .content > ul::after {
        clear: both;
        content: "";
        display: block;
    }

    .cd-morph-dropdown .gallery .content {
        /* you need to set a width for the .content elements because they have a position absolute */
        width: 510px;
        padding-bottom: .8em;
    }

    .cd-morph-dropdown .gallery .content li {
        margin-bottom: 10px
    }

    .cd-morph-dropdown .links .content > ul > li {
        margin-top: 0;
    }

    /*
    .cd-morph-dropdown .links .content,
    .cd-morph-dropdown .button .content {
        width: 200px;
    }
*/

    .cd-morph-dropdown .links-list a {
        font-family: 'Rubik', sans-serif;
        color: #201f1f;
        font-size: 14px;
        font-weight: 500;
    }

    .cd-morph-dropdown .btn {
        display: block;
        width: 100%;
        height: 60px;
        margin: 1.5em 0 0;
        font-size: 1.8rem;
        text-align: center;
        color: #FFFFFF;
        line-height: 60px;
        background: #DB6356;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .cd-morph-dropdown .btn:hover {
        background: #1A1A1A;
        color: #FFFFFF;
    }

    .cd-morph-dropdown .content h2 {
        font-size: 1.8rem;
        text-transform: none;
        font-weight: normal;
        color: #1A1A1A;
        margin: 0 0 .6em;
    }

    .cd-morph-dropdown .bg-layer {
        /* morph dropdown background */
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 1px;
        background: #FFFFFF;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-morph-dropdown.is-dropdown-visible .bg-layer {
        opacity: 1;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s;
    }
}

@media (max-width: 1230px) {
    .cd-morph-dropdown .main-nav > ul > li > a {
        padding: 10px 5px;
        font-size: 13px;
    }
}

/* -------------------------------- 

Main site content

-------------------------------- */

.show-block {
    display: none;
}

.show-block.active {
    display: block;
}

.switch-eventstype {
    text-align: center;
    margin: 5% 0;
}

.switch-eventstype span {
    display: inline-block;
    position: relative;
    background-color: rgb(235, 235, 235);
    border-radius: 15px;
    width: 50px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
}

.switch-eventstype span:after {
    content: '';
    border-radius: 50%;
    background-color: rgb(33, 150, 243);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    left: 2px;
    top: 2px;
    transition: all 0.2s ease-in;
}

.switch-eventstype span.active:after {
    left: 28px;
}

@media only screen and (min-width: 841px) {
    .cd-main-content {
        padding-top: 80px;
    }
}

.fc-row .fc-content-skeleton {
    margin-bottom: 5px;
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
    background-color: #f9f9f9 !important;
    border: 0;
}

.events-mainsection .fc-day-grid-event {
    line-height: 2;
}

.fc .fc-row .fc-content-skeleton table {
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 12px;
}

.events-mainsection .fc td,
.events-mainsection .fc th {
    border: 0;
    color: #000;
}

.events-mainsection .fc-ltr .fc-day-number {
    text-align: center;
    padding: 2px 0;
    background-color: rgb(33, 150, 243) !important;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.events-mainsection .fc-toolbar h2 {
    color: #36a7e3;
}


.events-mainsection .fc-unthemed td.fc-today span.fc-day-number {
    position: relative;
}

.events-mainsection .fc-unthemed td.fc-today span.fc-day-number:after {
    content: '';
    width: 15px;
    height: 10px;
    border-radius: 4px;
    background-color: #7ce34f;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.events-mainsection .fc-unthemed td.fc-today {
    background-color: transparent;
}

.events-mainsection .fc-head-container table {
    border-collapse: initial;
}

.events-mainsection .fc-day-header.fc-widget-header {
    color: #36a7e3 !important;
    border-bottom: 1px solid #6a6a6a;
    font-weight: 400;
}

.events-mainsection .fc-day-grid-event {
    color: inherit;
    background-color: transparent;
    border: 0;
}

.events-mainsection .fc-day-grid-event:hover {
    color: #36a7e3 !important;
}

.events-mainsection .fc-unthemed .fc-disabled-day {
    background-color: transparent
}


.fc-center {
    width: 100%;
    text-align: center;
}

.fc-left,
.fc-right {
    display: none;
}

.mdl-button {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 30px;
    box-shadow: 0px 7px 14px 0px rgba(55, 8, 152, 0.1);
}

.mdl-button:hover {
    color: #ff4081 !important;
    background: #ffffff !important;
}

.mdl-button--disabled:hover {
    background-color: rgba(0, 0, 0, .12) !important;
    color: rgba(0, 0, 0, .26) !important;
}

.ui-widget {
    font-family: 'Cairo';
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    border: 0;
    -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all 200ms ease-in-out;
}

.ui-widget-header {
    border: 0;
    background: #fff;
    color: #6a6a6a;
    font-weight: bold;
    font-size: 20px;
}

.ui-dialog .ui-dialog-title {
    float: none;
    margin: 0;
    white-space: unset;
    width: 100%;
    overflow: visible;
    text-overflow: unset;
    display: block;
    color: #000;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 15px;
    width: 20px;
    margin: 0;
    padding: 0;
    height: 20px;
    color: #000;
}

.ui-dialog .ui-dialog-titlebar-close,
.ui-dialog .ui-dialog-titlebar-close:hover {
    background-color: transparent;
    border: 0;
    background-image: url('../images/cancel.png');
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 2em;
}

.ui-dialog .ui-dialog-content {
    padding: 0 2em 2em;
}

.event-time {
    padding-left: 25px;
    background-image: url(../images/time.png);
    background-size: 16px;
    background-position: top 10px left;
    background-repeat: no-repeat;
}

#elocation {
    padding-left: 25px;
    line-height: 25px;
    background-image: url(../images/placeholder.png);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 10px;
}

.ui-widget-overlay {
    opacity: 0;
}

.ui-dialog .btnblock {
    text-align: right;
}

.ui-widget-content .btnblock a {
    color: #fff;
    width: 100%;
}

.ui-widget-content .btnblock a:hover {
    color: #ff2e75;
}

/*
* New pricing Block
*/

.creator-pricing,
.creator-pricing p {
    color: #000;
    font-size: 20px;
    font-family: "Cairo";
    color: rgb(0, 0, 0);
    line-height: 1.2;

}

.creator-pricing h2 span {
    color: #2196f3;
}

.creator-pricing h2 {
    font-size: 51px;
    font-family: "Cairo";
    line-height: 1.2;
    text-align: center;
}

.switchers {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.currency-selector span.cur,
.switch-plan span {
    display: inline-block;
    position: relative;
    background-color: rgb(235, 235, 235);
    border-radius: 15px;
    width: 50px;
    height: 24px;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
}

.currency-selector span.cur:after,
.switch-plan span:after {
    content: '';
    border-radius: 50%;
    background-color: rgb(33, 150, 243);
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 1;
    left: 2px;
    top: 2px;
    transition: all 0.2s ease-in;
}

.currency-selector span.cur.gold:after,
.switch-plan span.monthly:after {
    left: 28px;
}


.pricing-section-wrap {
    max-width: 100%;
    overflow: auto;
    padding: 0 20px;
}

.npricing-section {
    min-height: 580px;
    padding-bottom: 100px;
    padding-top: 20px;
}

.npricing-section-wrap {
    border-radius: 10px;
    max-width: 1650px;
    min-width: 1200px;
    width: 100%;
    margin: auto;
}

.top-row-box-shadow {
    box-shadow: 0px 8px 30.08px 1.92px rgba(0, 0, 0, 0.14);
}

.npricing-section .pricing-section-row {
    float: left;
    width: 100%;
}

.npricing-section .insubscription{
    float: left;
    width: 85%;
}

.npricing-section .pricing-section-row:nth-child(2n) {
    background-color: rgba(33, 150, 243, 0.2);
}



.npricing-section .pricing-section-col:first-child {
    width: 20%;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 1rem;
    color: #333333;
}


.npricing-section .pricing-section-col {
    width: 10%;
    float: left;
    text-align: center;
    padding: 10px;
}

.npricing-section .pricing-section-row-info .pricing-section-col {
    padding-top: 20px;
}


.npricing-section .pricing-section-colhead-infoitems .pricing-section-col {
    text-align: center;
    width: 12.5%;
}

.npricing-section .pricing-section-col.pricing-section-col-details {
    padding: 20px 10px;
}

.npricing-section .pricing-section-col.pricing-section-col-details img {
    max-width: 25px;
    margin-left: 30px;
}

.npricing-section .pricing-section-col.pop-height {
    /*
    height: auto !important;
    padding-bottom: 40px;
*/
    transform: scaleY(1.2);
    position: relative;
}


.pricing-section-row-info {
    box-shadow: 0px 22px 30px -10px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
}

.pricing-section-colhead {
    background-color: #fff;
    position: relative;
}

.pricing-section-colhead span {
    display: block;
    font-weight: 700;
    font-size: 23px;
}

.pricing-section-colhead span.stardard {
    color: #333333;
}

.pricing-section-colhead span.bronze {
    color: rgb(138, 94, 43);
}

.pricing-section-colhead span.pro {
    color: #333333;
}

.pricing-section-colhead span.silver {
    color: #333333;
}

.pricing-section-colhead span.gold {
    color: #333333;
}

.pricing-section-colhead span.platinum {
    color: #333333;
}

.pricing-section-colhead span.diamond {
    color: #333333;
}

.pricing-section-colhead span.elite {
    color: #333333;
}

.pricing-section-colhead span.price {
    font-weight: 400;
}

.pricing-section-colhead span.type {
    font-style: italic;
    font-size: 25px;
    margin: 5px;
    font-weight: 400;
}

.buybtn {
    background-color: rgb(255, 46, 117);
    font-size: 11px;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    max-width: 128px;
    width: 100%;
    margin: 10px auto 0;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    letter-spacing: normal;
}

.npricing-section .pricing-section-col.pricing-section-colhead-info {
    width: calc(20% - 10px);
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-image: url('../images/bluebg.png');
    background-size: cover;
    background-position: right top;
    box-shadow: 0px 7px 55.46px 3.54px rgba(0, 0, 0, 0.14);

}

.pricing-section-colhead-infoitems {
    float: right;
    width: 80%;
    padding-bottom: 10px;
    height: 115px;
}

.pricing-section-colpopular {
    position: relative;
    background-color: rgba(33, 150, 243, 0.05);
}

.npricing-section .pricing-section-row-info .pricing-section-col:nth-child(4) {
    background-color: rgba(33, 150, 243, 0.05);
}

/* .npricing-section .pricing-section-row-info .pricing-section-col:nth-child(5):hover {
    box-shadow: 0px 20px 30px -10px rgb(0 0 0 / 10%);
    font-size: 16px;
} */
.pricing-section-colpopular .popular {
    width: 100%;
    background-color: rgb(33, 150, 243);
    padding: 5px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -22px;
    left: 0;
    color: #fff;
}

.loadEffect{
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    margin-top:100px;
  }
  .loadEffect span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgb(33,150,243);
    position: absolute;
    animation: load 1.04s ease infinite;
    -webkit-animation: load 1.04s ease infinite;
  }
  @keyframes load{
    0%{
      transform: scale(1.2);
      opacity: 1;
    }
    100%{
      transform: scale(.3);
      opacity: 0.5;
    }
  }
  @-webkit-keyframes load{
    0%{
      -webkit-transform: scale(1.2);
      opacity: 1;
    }
    100%{
      -webkit-transform: scale(.3);
      opacity: 0.5;
    }
  }
  .loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-10px;
    animation-delay:0.13s;
    -webkit-animation-delay:0.13s;
  }
  .loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    animation-delay:0.26s;
    -webkit-animation-delay:0.26s;
  }
  .loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -10px;
    animation-delay:0.39s;
    -webkit-animation-delay:0.39s;
  }
  .loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    animation-delay:0.52s;
    -webkit-animation-delay:0.52s;
  }
  .loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-10px;
    animation-delay:0.65s;
    -webkit-animation-delay:0.65s;
  }
  .loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    animation-delay:0.78s;
    -webkit-animation-delay:0.78s;
  }
  .loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    animation-delay:0.91s;
    -webkit-animation-delay:0.91s;
  }
  .loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    animation-delay:1.04s;
    -webkit-animation-delay:1.04s;
  }

.pricing-section-colhead-info .currency-selector {
    font-size: 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    max-width: 130px;
    margin: 12px auto 0;
    position: relative;
    padding-right: 30px;
}

.pricing-section-colhead-info .currency-selector:after {
    content: '';
    display: inline-block;
    background-color: rgb(235, 235, 235);
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
}

.pricing-section-colhead-info .currency-selector:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 2px;
    right: 2px;
    position: absolute;
    border-radius: 50px;
    background-color: #2196f3;
    z-index: 2;
}

.pricing-section-colhead-info .currency-selector.active:before {
    top: 41px;
}

.pricing-section-colhead-info .currency-selector span {
    cursor: pointer;
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 20px;
    cursor: pointer;
    z-index: 2;
    padding: 5px 0;
}

.pricing-section-colhead-info .currency-selector span.buy_gold_block {
    display: inline-block;
    padding: 0;
}

.pricing-section .largeLabel .pricing-section-col:first-child {
    padding: 10px 50px;
}

.pricing-section-colhead .pblock {
    display: none;
}

.npricing-section[data-filter="usd"].npricing-section[data-plan="annual"] .pblock.usd.annual {
    display: block;
}

.npricing-section[data-filter="usd"].npricing-section[data-plan="monthly"] .pblock.usd.monthly {
    display: block;
}

.npricing-section[data-filter="sgold"].npricing-section[data-plan="annual"] .pblock.sgold.annual {
    display: block;
}

.npricing-section[data-filter="sgold"].npricing-section[data-plan="monthly"] .pblock.sgold.monthly {
    display: block;
}


/*
* New pricing Block End
* New shop Page and item page
*/

.shop-mainsection-new.mdl-grid {
    padding: 10px 34px;
    max-width: 1920px;
    margin: auto;
}

.banner-slider-section .banner-item h1 {
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    font-size: 40px;
    line-height: 1em;
}

.banner-slider-section .banner-item {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 15vh 1vw 5vh 1vw;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    min-height: 45vh;
}

.banner-slider-section .banner-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 15%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.banner-slider-section .banner-item .banner-title {
    max-width: 1320px;
    margin: auto;
    position: relative;
    z-index: 5;
    padding-bottom: 30px;
}

@media(max-width:1350px) {
    .banner-slider-section .banner-item .banner-title {
        max-width: 100%;
        padding: 0 20px;
    }
}

.banner-slider-section .banner-item .button {
    padding: 15px 20px;
}

.banner-slider-section .slick-arrow.slick-prev {
    background-image: url('/assets_v2/2019/images/slide-prev.png');
    left: calc((100% - 1320px)/2 - 50px);
}

.banner-slider-section .slick-arrow.slick-next {
    background-image: url('/assets_v2/2019/images/slide-next.png');
    right: calc((100% - 1320px)/2 - 50px);
}

.banner-slider-section .slick-arrow {
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
    height: 85px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.banner-slider-section .slick-dots {
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.banner-slider-section .slick-dots li {
    margin: 0 7px;
}

.banner-slider-section .slick-dots li button {
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 12px;
    height: 12px;
    z-index: 46;
    cursor: pointer;
}

.banner-slider-section .slick-dots li.slick-active button {
    background-color: rgb(0, 0, 0);
    border: 3px solid rgb(255, 255, 255);
}

.products-section-new,
.shop-single-section,
.shop-challenge-section,
.new-home-page {
    font-family: 'Cairo', sans-serif;
    color: #1f2047;
}

.new-home-page h1,
.products-section-new h1,
.shop-single-section h1,
.shop-challenge-section h1,
.new-home-page h2,
.products-section-new h2,
.shop-single-section h2,
.shop-challenge-section h2,
.products-section-new h3,
.shop-single-section h3,
.shop-challenge-section h3,
.new-home-page h3,
.products-section-new h4,
.new-home-page h4,
.shop-single-section h4,
.shop-challenge-section h4,
.products-section-new h5,
.new-home-page h5,
.shop-single-section h5,
.shop-challenge-section h5,
.shop-challenge-section h6,
.products-section-new h6,
.new-home-page h6,
.shop-single-section h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #1f2047;
}

.shop-challenge-section .container {
    max-width: 1800px;
}

.products-grid-new .product-item {
    width: calc(20% - 16px);
    border-radius: 5px;
}


.products-grid.products-grid-new .product-item:hover {
    background-color: rgba(115, 161, 186, 0.2);
    background-color: rgba(91, 96, 99, 1);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    color: #fff;
}

.products-grid.products-grid-new .product-item .product-title {
    display: block;
    min-height: 1px;
    text-decoration: none;
    border-bottom: 1px solid rgb(218, 224, 228);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
    font-size: calc(13px + (24 - 15) * ((100vw - 300px) / (1920 - 300)));
    color: #1f2047;
    word-break: break-word;
}

.products-grid.products-grid-new .product-item:hover .product-title {
    color: #fff;
}

.products-section-new .products-list h2 {
    font-size: calc(18px + (30 - 18) * ((100vw - 300px) / (1920 - 300)));
}

.products-section-new .products-list h2 a {
    text-decoration: none;
}

.products-section-new .products-list h2 a:hover {
    color: rgb(31, 32, 71);
}


.products-grid.products-grid-new .product-item .btn-wrap-right a {
    color: #ff2e75;
    text-decoration: none;
    font-size: 14px;
}

.products-grid-new .product-info .product_user {
    font-size: 1em;
    text-decoration: none;
}

.products-grid-new .product-info .product_user:hover {
    color: #1f2047;
}

.products-grid-new .product-info .btn-wrap-right {
    width: calc(100% - 135px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.products-grid-new .product-info .btn-wrap-left {
    width: 131px;
    color: #1f2047;
    text-align: right;
}

.products-grid-new .product-info .info-pannel {
    font-size: 0;
}

.products-grid-new .product-info .info-pannel-left {
    font-size: 12px;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    line-height: 1;
}

.products-grid-new .product-info .info-pannel-left span {
    display: block;
}

.products-grid-new .product-info .info-pannel-right {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    width: 60px;
    color: #ff4081;
    text-align: right;
    vertical-align: middle;
}

.products-grid-new .product-info .info-pannel-right span {
    margin-left: 10px;
}

.products-section-new .product-heading {
    margin: 0 8px 2%;
}

.products-section-new .product-info .btn-wrap-left .price {
    margin-left: 0;
    margin-right: 10px;
}

.products-grid.products-grid-new .product-item .product-image-wrap,
.event-item-wrap .event-item .event-image-wrap {
    position: relative;
    z-index: 1;
    border-top-right-radius: 5px;
    overflow: hidden;
    border-top-left-radius: 5px;
}

.products-grid.products-grid-new .product-item .product-image-wrap span.button,
.event-item-wrap .event-item .event-image-wrap span.button {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 10;
    cursor: pointer;
}


.products-grid.products-grid-new .product-item .product-image-wrap span.button-editChallenge,
span.button-editEvent {
    display: inline-block;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 0px;
    background: #ff2e75;
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    z-index: 10;
}

.products-grid.products-grid-new .product-item .product-image-wrap span.button-editChallenge:hover,
span.button-editEvent:hover {
    background: #fff;
    color: #ff2e75;
}

.products-grid.products-grid-new.notsqaure .product-item .product-image,
.products-grid.products-grid-new.Region-blk .product-item .product-image {
    padding-bottom: 75%;
}

.products-grid.products-grid-new .product-item .product-image {
    position: relative;
    z-index: 2;
}

.products-grid.products-grid-new .product-item .product-image-wrap .button.white {
    font-size: 14px;
    font-weight: 900;
    font-family: 'Cairo', sans-serif;
    color: rgb(7, 140, 212);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    padding: 10px;
    letter-spacing: normal;
    opacity: 0.5;
}

.products-grid.products-grid-new .product-item .product-image-wrap .button.white:hover {
    color: #fff;
    background-color: rgb(7, 140, 212);
    border-color: rgb(7, 140, 212);
    opacity: 1;
}

.products-section-new .see-more:after {
    content: "→";
    background-image: url('');
}

.products-section-new .see-more {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    color: rgb(255, 64, 129);
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2;
    text-transform: none;
}

.products-section-new .see-more:hover {
    color: rgb(31, 32, 71);
}

.shop-newinfo {
    margin: 0 16px;
    padding: 0.5% 0;
}

.shop-newinfo .search-block {
    width: calc(100% - 920px);
    display: inline-block;
    vertical-align: middle;
}

.shop-newinfo .search-block .mdl-textfield {
    padding: 0;
    width: calc(100% - 50px);
}

.shop-newinfo .search-block input {
    margin: 0;
    color: rgb(31, 32, 71);
    font-weight: bold;
}


.shop-newinfo .shop-meta {
    width: 100%;
    max-width: 915px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    font-size: 0;
}

.userinfo {
    margin-left: 20px;
    display: inline-block;
    text-align: left;
    padding: 10px;
    border-radius: 27px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 65px 0px rgba(229, 236, 241, 0.8);
}

.userinfo .userinfo-blk {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'Cairo', sans-serif;
    color: rgb(31, 32, 71);
    font-weight: bold;
    line-height: 1.2;
    margin-right: 10px;
}

.userinfo .userinfo-blk.userinfo-name {
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userinfo-blk .icon-user {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2d98dc;

}

.userinfo-blk .icon-user img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.userinfo-blk .balance-coins {
    margin: 0;
    font-size: 12px;
}

.userinfo-blk .balance-coins .price.gold {
    cursor: pointer;
    font-size: 12px;
    font-family: 'Cairo', sans-serif;
    color: rgb(31, 32, 71);
    font-weight: bold;
}

.userinfo-blk .balance-coins .price.gold {
    position: relative;
}

.userinfo-blk .balance-coins .price.gold span:after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('/assets_v2/2019/images/add.png');
}

.userinfo-blk .balance-coins .price span {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}


.userinfo .userinfo-more {
    position: relative;
    margin-right: 0;
}

.userinfo .userinfo-more:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/assets_v2/2019/images/black-drop.png');
}

.userinfo .userinfo-more-submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 40px;
    z-index: 20;
}

.userinfo .userinfo-more:hover .userinfo-more-submenu {
    display: inline-block;
}

.userinfo .userinfo-more-submenu ul:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    -webkit-box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 0px;
    bottom: 0px;
}

.userinfo .userinfo-more-submenu ul {
    margin: 0;
    padding: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 65px 0px rgba(229, 236, 241, 0.8);
    width: 160px;
    border-radius: 5px;
}

.userinfo li {
    list-style: none;
}

.userinfo a {
    font-size: 16px;
    text-decoration: none;
}

.userinfo .userinfo-more-submenu a {
    text-decoration: none;
    color: #1f2047;
    padding: 0 10px;
    border-left: 3px solid #fff;
    line-height: 1;
    display: inline-block;
}

.userinfo .userinfo-more-submenu a:hover {
    color: rgb(255, 64, 129);
    border-left-color: rgb(255, 64, 129);
}


.filter-products {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    color: rgb(31, 32, 71);
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-image: url('/assets_v2/2019/images/black-drop.png');
    position: relative;
    min-width: 140px;
    margin-left: 25px;
    cursor: pointer;
}

.filter-products .filter-more-submenu {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    padding-top: 30px;
    z-index: 20;
}

.filter-products:hover .filter-more-submenu {
    display: block;
}

.filter-products ul:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    background: -webkit-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -moz-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -o-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    background: -ms-linear-gradient(0deg, #ff4081 0%, #ff2e75 100%);
    -webkit-box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    box-shadow: 1px 5px 1px 0px rgba(197, 73, 73, 0.3);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    left: 0px;
    bottom: 0px;
}

.filter-products ul {
    position: relative;
    margin: 0;
    padding: 14px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 65px 0px rgba(229, 236, 241, 0.8);
    width: 180px;
    border-radius: 5px;
}

.filter-products li {
    list-style: none;
}

.filter-products a {
    text-decoration: none;
    color: #1f2047;
    padding: 0 10px;
    border-left: 3px solid #fff;
    line-height: 1;
    display: inline-block;
}

.filter-products a:hover {
    color: rgb(255, 64, 129);
    border-left-color: rgb(255, 64, 129);
}

.filter-categories {
    font-size: 14px;
    font-family: 'Cairo', sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: rgb(7, 140, 212);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-image: url('/assets_v2/2019/images/white-drop.png');
    position: relative;
    min-width: 140px;
    cursor: pointer;
}

.filter-categories .filter-more-submenu {
    display: none;
    position: absolute;
    right: -170px;
    top: 10px;
    z-index: 20;
    padding-top: 50px;
}

.filter-categories.hasuser .filter-more-submenu {
    right: -420px;
}

@media(min-width:960px) {
    .filter-categories:hover .filter-more-submenu {
        display: block;
    }
}

@media(max-width:960px) {
    .filter-categories.active .filter-more-submenu {
        display: block;
    }
}


.filter-categories .filter-more-submenu > ul {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    background-color: #fff;
    border-radius: 5px;
    width: 100vw;
    max-width: 1190px;
    padding: 25px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 222, 227);
    box-shadow: inset 0px 2px 7px 0px rgba(206, 217, 223, 0.27);
}

.filter-categories .filter-more-submenu ul > li > ul {
    display: none;
}

.filter-categories .filter-more-submenu ul > li:hover > ul {
    border-radius: 5px;
    display: block;
    background-color: #fff;
    padding: 15px;
    font-size: 0;
    width: 350px;
    position: absolute;
    color: rgb(214, 222, 227);
    text-align: left;
    box-shadow: inset 0px 2px 7px 0px rgba(206, 217, 223, 0.27);
}

.filter-categories .filter-more-submenu a {
    font-size: 1.5em;
    line-height: 2em;
}

.filter-categories .filter-more-submenu > ul > li {
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.filter-categories .filter-more-submenu > ul > li:nth-child(5) {
    display: none;
}

.filter-categories .filter-more-submenu > ul > li:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.filter-categories .filter-more-submenu > ul > li:hover > a {
    color: #4fafe4;
}

.filter-categories .filter-more-submenu > ul > li > a {
    text-transform: uppercase;
    border-right: 1px solid rgb(214, 222, 227);
    color: rgb(68, 72, 75);
    font-size: 18px;
    font-weight: bold;
    line-height: 2.222;
    padding: 50px 38px 0;
    background-repeat: no-repeat;
    background-position: top center;
    display: block;
    text-decoration: none;
}

.filter-categories .filter-more-submenu ul > li:last-child > a {
    border: 0;
}

.filter-categories .filter-more-submenu ul > li:hover > ul > li {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 12px;
}

.filter-categories .filter-more-submenu ul > li:hover > ul > li > a {
    padding: 0 15px;
    border-left: 3px solid #fff;
    color: #1f2047;
    text-decoration: none;
}

.filter-categories .filter-more-submenu ul > li > ul > li:hover > a {
    color: rgb(255, 64, 129);
    border-left-color: rgb(255, 64, 129);
}

.filter-categories .filter-more-submenu li.cloths-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/jacket.png);
}

.filter-categories .filter-more-submenu li.effect-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/camera-effects-magic-wand.png);
}

.filter-categories .filter-more-submenu li.furniture-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/sofa.png);
}

.filter-categories .filter-more-submenu li.gesture-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/gesture.png);
}

.filter-categories .filter-more-submenu li.material-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/materials.png);
}

.filter-categories .filter-more-submenu li.pet-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/animal-prints.png);
}

.filter-categories .filter-more-submenu li.region-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/map-pin-marked.png);
}

.filter-categories .filter-more-submenu li.vehicle-icon > a {
    background-image: url(/assets_v2/2019/images/catimages/sports-car.png);
}




.popup-section {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    left: 0;
    top: 0;
    display: none;
}

.popup-section.active {
    display: block;
    z-index: 2000;
}

.popup-section .popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #3a4247;
    opacity: 0.702;
}

.popup-section .popup-wrap {
    width: 100%;
    max-width: calc(450px + (400 - 300) * ((100vw - 300px) / (1920 - 300)));
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.popup-section .popup-wrap .popup-inner-wrap {
    padding: 3vw;
}

body.pop-open {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}

.popup-section .popup-wrap .popup-image .pop-close {
    cursor: pointer;
    position: absolute;
    z-index: 4;
    right: 15px;
    top: 15px;
}

.popup-section .popup-wrap .popup-image {
    border-radius: 5px;
    background-color: #c0c5c8;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}


.popup-section .popup-wrap .popup-info {
    background-color: #fff;
    padding: 20px 40px;
    color: #1f2047;
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}

.popup-section .popup-wrap .popup-info p {
    color: #1f2047;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.shop-popup .popup-wrap {
    max-width: 90vw;

}

.popup-section.shop-popup .popup-wrap .popup-image {
    position: relative;
}

.popup-section.shop-popup .popup-wrap .popup-image .popup-image-wrap .popup-image-item {
    height: 80vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.popup-section.shop-popup .popup-wrap .popup-info {
    height: 80vw;
    padding: 20px;
    overflow: auto;
}

@media(min-width:768px) {
    .shop-popup .popup-wrap {
        max-width: 700px;
    }

    .popup-section.shop-popup .popup-wrap .popup-image {
        width: 350px;
        height: 350px;
        padding: 0;
        float: left;
    }

    .popup-section.shop-popup .popup-wrap .popup-image .popup-image-wrap .popup-image-item {
        height: 350px;
    }

    .popup-section.shop-popup .popup-wrap .popup-info {
        width: 350px;
        height: 350px;
        overflow: auto;
        float: left;
    }
}

@media (min-width:1920px) {
    .popup-section .popup-wrap .popup-info p {
        font-size: 18px;
    }
}

.popup-section .popup-wrap .popup-info .choose-varitions {}

.images-blk {
    max-width: 480px;
    border-top: 1px solid rgb(218, 224, 228);
    margin: 20px auto 0;
    padding: 20px 0;
}



.popup-image-wrap .slick-arrow.slick-prev {
    background-image: url('/assets_v2/2019/images/slide-prev-images.png');
    left: 20px;
}

.popup-image-wrap .slick-arrow.slick-next {
    background-image: url('/assets_v2/2019/images/slide-next-images.png');
    right: 20px;
}

.images-blk .slick-arrow.slick-prev {
    background-image: url('/assets_v2/2019/images/slide-prev-images.png');
    left: -20px;
}

.images-blk .slick-arrow.slick-next {
    background-image: url('/assets_v2/2019/images/slide-next-images.png');
    right: -20px;
}

.images-blk .slick-arrow {
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.popup-image-wrap .slick-arrow {
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 0;
    background-color: #000;
    cursor: pointer;
    border-radius: 50%;
}


.option-blk-image img {
    display: inline-block;
}

.images-blk .option-blk:focus {
    outline: 0;
}

.images-blk .option-blk-image {
    padding: 6px 6px 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
    line-height: 34px;
}

.images-blk .option-blk-image.active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 59, 125);
}

.images-blk .option-blk-image.active {
    outline: 0;
    border-width: 0.66px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 5px;
}

.popup-section .popup-wrap .popup-info .images-blk .option-blk-image.active:after {}

.popup-section .popup-wrap .popup-info .popup-content {
    max-width: 560px;
    margin: auto;
}

.popup-section .rate .rate-info li.silver {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.popup-section .rate .rate-info li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
}

.popup-section .balance-coins .price {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(192, 197, 200);
    padding: 11px 30px;
    text-align: center;
    margin: 9px;
    border-radius: 30px;
}

.popup-section .popup-wrap .popup-info h2 {
    margin: 10px 0;
    line-height: 1;
    font-family: 'Cairo', sans-serif !important;
    font-weight: 700;
    color: #1f2047;
    font-size: calc(23px + (30 - 23) * ((100vw - 300px) / (1920 - 300)));
}

.popup-section .popup-wrap .popup-info p {}

.popup-section .popup-wrap .popup-info a {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
}

.popup-section .popup-wrap .popup-info .link-block a:hover {
    text-decoration: underline;
}

.popup-section .popup-wrap .popup-info .link-block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 15px;
    margin-left: 10px;
}

.popup-section .popup-wrap .popup-info .link-block a:hover img {
    margin-left: 15px;
}

.shop-single-section {
    padding-top: 200px;
}

.shop-single-section .container.large,
.shop-single .header-top .container.large {
    max-width: 100%;
    padding: 0 50px;
}

.single-slider-main .slick-slide {
    text-align: center;
}

.single-slider-main .slick-slide img {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}

.shop-image-thumb {
    margin: 0 40px 0 0;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

.shop-image-thumb.my-active {
    position: relative;
}

.shop-image-thumb.my-active:after {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(255, 59, 125);
}

.shop-image:focus {
    outline: 0;
}

.shop-single-section .single-title {
    margin-bottom: 32px;
    font-size: 0;
}

.shop-single-section .single-title h2 {
    margin: 0;
    width: 100%;
    line-height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    font-size: calc(23px + (50 - 23) * ((100vw - 300px) / (1920 - 300)));
}

.shop-single-section .single-title a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    padding-right: 30px;
    background-image: url('/assets_v2/2019/images/shop.png');
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 10px;
}

.related-shopitems .heading-info a:hover,
.description-blk-title span a:hover,
.varitaions-blk-botton .add-more a:hover,
.pricing-info .back-link a:hover,
.shop-single-section .single-title a:hover {
    color: #1f2047;
}

.shop-single-section .product-cards {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    /*    box-shadow: 0px 0px 65px 0px rgba(229, 236, 241, 0.4);*/
    padding: 25px 30px;
    margin-bottom: 34px;
}

.shop-single-section .product-cards.preview-product,
.shop-single-section .product-cards.pricing-info {
    margin-bottom: 25px;
}

.pricing-info .balance-coins {
    float: left;
    width: auto;
    margin-top: 0;
    margin-right: 27px;
}

.pricing-info .rate {
    width: auto;
    float: left;
    margin: 0;
}

.pricing-info .rate-info {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.pricing-info .rate-info li {
    width: 21px;
    height: 15px;
    margin: 0px;
    background-size: contain;
}

.pricing-info .rate .rate-info li.silver {
    background-image: url('/assets_v2/2019/images/star-rating-silver.png');
}

.pricing-info .rate .total-reviews {
    display: inline-block;
    vertical-align: middle;
}

.pricing-info .back-link {
    width: auto;
    float: right;
    margin-left: 15px;
}

.pricing-info .back-link a {
    text-decoration: none;
    font-size: 18px;
    padding-left: 30px;
    background-image: url('/assets_v2/2019/images/go-back-left-arrow.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.varitaions-blk-title {
    font-size: 0;
}

.varitaions-blk-title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.varitaions-blk-title span a {
    text-decoration: none;
}

.varitaions-blk-title span {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-align: right;
}

.varitaions-blk-images.images-blk {
    max-width: none;
}

.varitaions-blk-botton {
    font-size: 0;
}

.varitaions-blk-botton .balance-coins {
    font-size: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

.varitaions-blk-botton .balance-coins a {
    color: #1f2047;
    font-size: 16px;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    padding: 7px 20px;
    border-radius: 40px;
}

.varitaions-blk-botton .balance-coins a:hover {
    color: #ff4081;
    border-color: #ff4081
}

.varitaions-blk-botton .balance-coins a.price.gold {
    border-color: rgb(255, 204, 0);
}

.varitaions-blk-botton .balance-coins a.price.silver {
    border-color: rgb(122, 135, 142);
}


.varitaions-blk-botton .add-more {
    width: 40%;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.varitaions-blk-botton .add-more a {
    text-decoration: none;
}

.description-blk-title {
    margin-bottom: 25px;
}

.description-blk-title h3 {
    font-size: 30px;
    line-height: 1em;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
}

.description-blk-title span {
    font-size: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.description-blk-title span:last-child {
    margin-right: 0;
}

.description-blk-title span a {
    text-decoration: none
}

.description-blk-title span label {
    font-size: 18px;
    color: rgb(170, 170, 170);
}


.related-shopitems {
    padding: 7.5% 0 0;
}

.related-shopitems .heading-info {
    text-align: center;
}

.related-shopitems .heading-info a {
    text-decoration: none;
    padding-right: 30px;
    background-image: url('/assets_v2/2019/images/shop-pink.png');
    background-repeat: no-repeat;
    background-position: center right;
}

.related-shopitems h2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 1em;
    margin: 0 0 15px;
}

.related-shopitems-grid {
    /*    font-size: 0;*/
    margin-top: 13px;
    max-width: 1170px;
    margin: auto;
}

.related-shopitems .rshop-item {
    margin: 22.5px;
    display: inline-block;
    width: 100%;
    max-width: 248px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 28px 0 rgba(0, 0, 0, 0.07);
    text-decoration: none;
    overflow: hidden;
}

.related-shopitems .rshop-item-image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.related-shopitems .rshop-item-title {
    color: rgb(1, 1, 1);
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    padding: 17px 17px 8px;
    min-height: 74px;
    display: block;
}


.related-shopitems .slick-arrow {
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.related-shopitems .slick-arrow.slick-prev {
    background-image: url('/assets_v2/2019/images/big-left-arrow.png');
    left: -30px;
}

.related-shopitems .slick-arrow.slick-next {
    background-image: url('/assets_v2/2019/images/big-right-arrow.png');
    right: -30px;
}

.wave-bottom h2 {
    color: #1f2047;
    font-family: 'Cairo', sans-serif !important;
}

.wave-bottom {
    position: relative;
    margin: 0 !important;
    color: #1f2047;
    font-family: 'Cairo', sans-serif !important;
}

.wave-bottom:after {
    content: '';
    height: calc(130px + (820 - 130) * ((100vw - 300px) / (1920 - 300)));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-image: url(/assets_v2/2019/images/bottom-new-wave.png);
    background-size: cover;
    background-position: left top;
}

.submit-blk {
    padding: 3.5% 0 6.5%;
    text-align: center;
    margin: auto;
}

.submit-blk.get-started-block {
    padding: 0;
    text-align: center
}

.submit-blk h2 {
    font-weight: 400;
    font-size: 48px;
}

.submit-blk p {
    font-size: 18px;
}

.submit-blk .button {
    display: inline-block;
    margin-top: 30px;
}

.shop-single {
    background-image: url(/assets_v2/2019/images/shop-top-arch.png);
    background-position: left 75px top;
    background-repeat: no-repeat;
}

.shop-single .header-block {
    box-shadow: 0px 0px 65px 0px rgba(229, 236, 241, 0.4);
}

.buybox-wrap {
    display: none;
}

.buybox {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    width: 540px;
    box-shadow: 0px 16px 99.64px 6.36px rgba(0, 0, 0, 0.27);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    padding: 50px;
    z-index: 10;
}

.popup-section .buybox .balance-coins .price {
    padding: 0;
    border: 0
}

.buybox.confirm-item.hide {
    display: none;
}

.buybox.checkgold {
    display: none;
}

.buybox.checkgold.active {
    display: block;
}

.confirm-item .item-image {
    float: left;
    border-radius: 5px;
    width: 172px;
    height: 172px;
    overflow: hidden;
    margin-right: 32px;
}

.confirm-item .item-meta {
    float: left;
    font-size: 12px;
    width: calc(100% - 204px);
}

.confirm-item h2,
.checkgold h2 {
    font-size: 40px;
    line-height: 1em;
    text-align: center;
    font-weight: 400;
    margin: 0 0 55px;
}

.confirm-item .item-meta h2 {
    text-align: left;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 10px;
}

.confirm-item .item-meta h2 span {
    display: block;
    font-size: 25px;
    font-weight: 400;
}

.confirm-item .item-meta .rate .rate-info {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.confirm-item .item-meta .rate .total-reviews {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.confirm-item .item-meta .balance-coins .price {
    margin: 0;
    text-align: left;
}

.checkgold .item-buttons,
.confirm-item .item-buttons {
    margin-top: 67px;
    float: left;
    width: 100%;
}

.checkgold .item-buttons .button,
.confirm-item .item-buttons .button {
    float: left;
    font-family: 'Cairo', sans-serif !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 15px;
    min-width: 200px;
    letter-spacing: normal;
    cursor: pointer;
}

.checkgold .item-buttons .button.white,
.confirm-item .item-buttons .button.white {
    box-shadow: 0px 16px 61.1px 3.9px rgba(0, 0, 0, 0.11);
    float: right;
    color: #1f2047;
}

.checkgold .item-buttons .button.white:hover,
.confirm-item .item-buttons .button.white:hover {
    color: #fff;
}

.balance-check {
    text-align: center;
    font-size: 12px;
}

.balance-check-avl {
    color: #ff192f;
    border-right: 1px solid #1f2047;
}

.balance-check-avl,
.balance-check-cost {
    width: 50%;
    float: left;
}

@media(min-width:1500px) {
    .products-grid.products-grid-new .product-item .product-title {
        font-size: calc(17px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    }
}

@media(min-width:1700px) {

    .shop-single-section .container.large,
    .shop-single .header-top .container.large {
        max-width: 1620px;
        margin: auto;
        padding: 0;
    }
}

@media(min-width:1920px) {
    .popup-section .popup-wrap {
        width: 788px;
    }

    .popup-section .popup-wrap .popup-info h2,
    .shop-single-section .single-title h2 {
        font-size: 50px
    }

    .products-section-new .products-list h2 {
        font-size: 30px;
    }

    .products-grid.products-grid-new .product-item .product-title {
        font-size: 24px;
    }

    .shop-section .products-grid.products-grid-new .product-item {
        width: calc(20% - 16px);
    }

    .wave-bottom:after {
        height: 820px;
    }
}

@media (max-width: 1300px) {
    .shop-newinfo .search-block {
        width: calc(100% - 850px);
    }

    .shop-newinfo .shop-meta {
        width: 845px;
    }
}

@media (max-width: 1200px) {

    .shop-single-section .container.large,
    .shop-single .header-top .container.large {
        padding: 0 20px;
    }

    .products-grid-new .product-item {
        width: calc(33.3% - 16px);
    }
}

@media (max-width: 1024px) {
    .shop-mainsection-new.mdl-grid {
        padding: 20px;
    }

    .mdl-cell--12-col.shop-newinfo {
        width: 100%;
        margin: auto;
    }

    .shop-contentsection .mdl-cell {
        margin: auto;
    }

    .shop-newinfo .search-block,
    .shop-newinfo .shop-meta {
        width: 100%;
        margin-bottom: 20px;
    }

    .products-grid-new {
        display: block;
        padding: 20px 0;
    }

    .products-grid-new .product-item {
        width: calc(50% - 16px);
        max-width: 350px;
        display: inline-block;
    }

    .submit-blk h2 {
        font-size: 30px;
    }

    .submit-blk p {
        font-size: 16px;
    }

    .filter-categories .filter-more-submenu {
        width: 300px;
        right: auto;
        left: -40px;
    }

    .filter-categories .filter-more-submenu ul {
        width: 100%;
        padding: 15px;
    }

    .filter-categories .filter-more-submenu ul li {
        display: block;
        margin-bottom: 20px;
    }

    .filter-categories .filter-more-submenu ul li a {
        border: 0;
    }

    .filter-products {
        min-width: 1px;
        padding: 10px 30px;
    }

    .shop-single-section {
        padding-top: 50px;
    }

    .related-shopitems h2 {
        font-size: 32px;
    }

    .shop-image-thumb {
        margin-right: 15px;
    }

    .banner-slider-section .banner-item h1 {
        font-size: 25px;
    }

    .banner-subtitle {
        width: 100%;
    }

    .banner-subtitle h4 {
        font-size: 20px;
    }

    .banner-slider-section .banner-item {
        padding-top: 8vh;
    }

    .shop-single {
        background-size: 90%;
        background-position: left 20px top;
    }
}


@media (max-width: 960px) {

    .products-grid-new {
        text-align: center;
    }

    .products-grid-new .product-item {
        text-align: left;
    }

    .shop-single-section .single-title,
    .varitaions-blk-title,
    .varitaions-blk-botton,
    .pricing-info .rate {
        text-align: center;
    }

    .shop-single-section .single-title h2,
    .varitaions-blk-title h3,
    .varitaions-blk-botton .balance-coins,
    .pricing-info .rate {
        width: 100%;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .shop-single-section .single-title a,
    .varitaions-blk-title span,
    .varitaions-blk-botton .add-more {
        display: inline-block;
        width: auto;
    }

    .shop-single-section .product-cards {
        padding: 15px;
    }

    .varitaions-blk-botton .balance-coins a {
        padding: 5px;
        font-size: 12px;
        margin: 0 5px;
    }

    .description-blk-title h3 {
        width: 100%;
        margin: 0 0 15px;
    }

    .description-blk-title span {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 1em;
    }

    .pricing-info .balance-coins {
        width: 100%;
        margin: 0px 0px 10px;
        text-align: center;
    }

    .filter-categories .filter-more-submenu ul li {
        display: inline-block;
        margin: 10px 0;
        max-width: 50%;
    }

    .filter-categories .filter-more-submenu ul {
        width: 100%;
        padding: 15px;
        font-size: 0;
    }

    .filter-categories .filter-more-submenu {
        position: fixed;
        width: calc(100vw - 40px);
        right: auto;
        left: 20px;
        z-index: 150;
    }
}

@media (max-width: 650px) {
    .products-grid-new .product-item {
        width: 100%;
        max-width: 320px;
        margin: 0 0 20px;
    }
}

.error-search-message p {
    font-size: 2em;
}

/*
* New shop Page and item page end
*/

/*
* New Banner 
*/

.banner-new-section .banner-item .container {
    max-width: 1320px;
    margin: auto;
}

.banner-new-section .banner-item h1 {
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    font-size: 40px;
    line-height: 1em;
}

.banner-new-section .banner-item {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 15vh 1vw 5vh 1vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.shop-author {
    text-align: center;
    margin: 50px 0;
}

.shop-author .shop-author-image {
    height: 150px;
    width: 250px;
    background-size: cover;
    object-fit: cover;
    display: inline-block;
    margin-bottom: 30px;
    background-color: #fff;
}

.shop-author .shop-author-title {
    font-family: 'Cairo', sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 700;

}

.banner-new-section .banner-item .banner-title {
    max-width: 1320px;
    margin: auto;
}

/*
* New Banner  end
*/
/*
* New Explore extends shop page 
*/
.shop-newinfo.explore-newinfo {
    padding: 0.5% 0;
}

.shop-newinfo.explore-newinfo .search-block {
    width: calc(100% - 280px);
}

.shop-newinfo.explore-newinfo .shop-meta {
    max-width: 276px;
    float: right;
}

.filter-products.blue-bg {
    font-family: 'Cairo', sans-serif;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: rgb(7, 140, 212);
    box-shadow: 0px 19px 40px 0px rgba(35, 35, 35, 0.1);
    background-image: url('/assets_v2/2019/images/white-drop.png');
    cursor: pointer;
    margin: 0;
    width: 60%;
}

.products-grid-new .product-info .btn-wrap a {
    text-decoration: none;
}

.products-grid-new .product-info .btn-wrap a:hover {
    color: #000000;
}

@media(max-width:960px) {
    .shop-newinfo.explore-newinfo .search-block {
        width: 100%;
    }

    .shop-newinfo.explore-newinfo .shop-meta {
        max-width: none;
    }
}

/*
* New Explore end 
*/

@media(max-width:1350px) {
    .banner-new-section .banner-item .banner-title {
        max-width: 100%;
        padding: 0 20px;
    }
}



/*
* buyGold User
*/
.buy_gold {
    font-family: 'Cairo', sans-serif !important;
    color: #1f2047;
}

span.gold.buy_gold_block {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: rgb(255, 204, 0);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}

.buy_gold_prices {
    margin-top: 10px;
}

.buy_gold_prices ul {
    margin: 0;
    padding: 0;
}

.buy_gold_prices ul li {
    display: inline-block;
    margin: 0 0 10px;
    width: 100%;
    background-color: #edf9fe;
    color: #1f2047;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px;
}

.buy_gold_prices ul li:nth-child(even) {
    background-color: #f3f7f9;
}

.buy_gold_prices ul li.best-value {
    background-color: #ade5fa;
}

.buy_gold_prices ul li div.gold,
.buy_gold_prices ul li div.amount {
    float: left;
    width: calc(50% - 50px);
    padding: 5px 0;
}

.buy_gold_prices ul li div.gold .label {
    font-weight: 400;
    color: #ff2e75;
}

.buy_gold_prices ul li div.amount {
    position: relative;
}

.buy_gold_prices ul li div.amount span {
    position: absolute;
    font-weight: 600;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #ff2e75;
    font-family: 'Cairo', sans-serif;
}

.buy_gold_prices ul li .buy {
    float: left;
    width: 100px;
}

.buy_gold_prices ul li .buy .button {
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 700;
    font-family: 'Cairo', sans-serif !important;
    padding: 10px;
}

@media(max-width: 540px) {

    .buy_gold_prices ul li div.gold,
    .buy_gold_prices ul li div.amount {
        width: 50%;
    }

    .buy_gold_prices ul li .buy {
        width: 100%;
    }
}

@media(max-width: 450px) {

    .buy_gold_prices ul li div.gold,
    .buy_gold_prices ul li div.amount {
        width: 100%;
    }
}

/*
* buyGold User End
*/
/*
*Tabs
*/
.mdl-tabs.is-upgraded .mdl-tabs__tab:hover:after,
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    content: '';
    background: rgb(255, 46, 117);
    height: 4px;
    width: 100%;
    display: block;
    content: " ";
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
    animation: border-expand .2s cubic-bezier(.4, 0, .4, 1).01s alternate forwards;
    transition: all 1s cubic-bezier(.4, 0, 1, 1);
}


.smenu-list {}

.smenu-list ul {
    margin: 0;
    padding: 0;
}

.smenu-list ul li {
    list-style: none;
}

.smenu-list ul li a {
    display: block;
    font-size: 19px;
    line-height: 35px;
    color: #333333;
    text-decoration: none;
    padding: 15px 35px 15px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    height: 67px;
    position: relative;
}

.smenu-list ul li:hover a,
.smenu-list ul li.active a {
    font-weight: 600;
    color: #ff2e75;
}

.smenu-list ul li:hover a:after,
.smenu-list ul li.active a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #ff2e75;
    left: 23px;
    top: 23px;
    display: inline-block;
}

/*
*Tabs end
*/
/*
*User Profile Page
*/
.subscription-blk {
    text-align: center;
}

.subscription-blk h5 {
    color: #21222c;
    margin-bottom: 20px;
}

.user-banner-section {}

.user-banner-section .userinfo-section {
    position: relative;
    padding: 20vh 1vw 5vh 1vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media(max-width:900px) {
    .user-banner-section .userinfo-section {
        background-position: left center;
    }
}

.user-banner-section .container {
    max-width: 1320px;
    margin: auto;
}

.user-banner-section .userinfo-detail {
    float: left;
    width: 260px;
    margin-right: 20px;
    text-align: center;
}

.user-banner-section .userinfo-image {
    background-color: rgb(243, 243, 243);
    display: inline-block;
    width: 160px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    margin-right: 50px;
    vertical-align: top;
    float: left;
}

.user-banner-section .userinfo-image.user-profile-image {
    border-radius: 50%;
    width: 171px;
    height: 171px;
    margin: auto;
    margin: auto auto 20px;
    float: none;
}

.user-banner-section .userinfo-title {
    font-size: 26px;
    font-family: "Cairo", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.user-banner-section .userinfo-badges {}

.user-banner-section ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.user-banner-section .userinfo-badges ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

.user-banner-section .userinfo-badges .userinfo-badges ul li img {
    max-height: 38px;
}

.user-banner-section .userinfo-content {
    color: #fff;
    font-family: "Cairo", sans-serif;
    float: left;
    width: calc(100% - 280px);
}

.user-banner-section .userinfo-content h2 {
    margin-top: 0;
}

.user-banner-section .userinfo-content h3 {
    text-align: left;
    font-size: 16px;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.user-banner-section .userinfo-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-family: "Cairo", sans-serif;
    font-weight: 300;
    max-width: 75%;
}

.user-banner-section .userinfo-achviements ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: left;
}

.user-banner-section .userinfo-achviements ul li {
    border-radius: 8px;
    background-color: rgb(243, 243, 243);
    width: 45px;
    height: 45px;
    margin-right: 48px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.user-banner-section .userinfo-achviements h4 {
    text-align: left;
    font-size: 16px;
    font-family: "Cairo", sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
    text-transform: uppercase;
}


.user-worlds {
    padding: 3% 0;
    background-color: #fcfcfc;
}

.user-worlds .container {
    max-width: 1320px;
    margin: auto;
}

.user-worlds .user-worlds-content {
    margin-bottom: 30px;
}

.user-worlds-content h2 {
    font-size: 36px;
    font-family: "Cairo";
    color: rgb(32, 32, 32);
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.user-worlds-content p {
    font-size: 20px;
    font-family: "Cairo";
    color: rgb(32, 32, 32);
    line-height: 1.6;
}

.user-worlds .user-worlds-items {
    font-size: 0;
}

.user-worlds .user-worlds-item {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    border-radius: 6px;
    padding-bottom: 60px;
    position: relative;
    margin-right: 28px;
    overflow: hidden;
    width: 300px;
    text-decoration: none;
    box-shadow: 0px 7px 16px 0px rgba(35, 35, 35, 0.1);
}

.user-worlds .user-worlds-item:hover {
    background-color: rgba(115, 161, 186, 0.2);
}

.user-worlds .user-worlds-item-info-title {
    font-size: 25px;
    font-family: "Cairo";
    color: rgb(106, 106, 106);
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}


.user-worlds .user-worlds-item:last-child {
    margin-right: 0;
}

.user-worlds .user-worlds-item-image {
    border-radius: 6px;
    padding-bottom: 100%;
    background-color: rgb(223, 223, 223);
    display: block;
}

.user-worlds .user-worlds-items.notsqaure .user-worlds-item-image {
    padding-bottom: 200px;
}

.user-worlds .user-worlds-item-info {
    padding: 25px 25px 10px;
    display: block;
}

.user-worlds .readmore,
.user-worlds .button {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.user-worlds .button {
    padding: 10px 15px;
    font-size: 16px;
    font-family: "Cairo";
    font-weight: 600;
}

.user-worlds .readmore {
    font-size: 16px;
    font-family: "Cairo";
    color: rgb(237, 62, 115);
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    width: calc(100% - 50px);
}

.user-worlds .readmore img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    max-width: 15px;
}


.user-worlds .user-worlds-items.shopitems .user-worlds-item-info-title span.gold {
    float: right;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    font-size: 25px;
    font-family: "Cairo";
    font-weight: 300;
}

.user-worlds .user-worlds-items.shopitems .user-worlds-item-info-title span.gold:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #efff36;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}



/*
*User Profile Page V2
*/
.events-list .products-grid-new .product-item {
    width: calc(33.3% - 40px);
    margin: 20px;
}

.profile-mainsection-new {
    min-height: 40vh;
}

.profile-mainsection-new .products-section-new .products-list-info p {
    font-size: 2em;
}

.profile-mainsection-new .products-section-new .products-list-info,
.profile-mainsection-new .products-section-new .product-heading {
    margin: 0 0px 2%;
    padding-left: 50px;
}

.snapshot-caption {
    position: relative;
    top: 20px;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    padding: 5px;
    width: 50%;
    margin: 0 auto;
}

.snapshot-caption a {
    text-decoration: none;
}

.user-snapshots-wrap {
    text-align: center;
    font-size: 0;
}

.user-snapshots .user-snapshot {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    padding-bottom: 20%;
    background-size: cover;
    margin: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 10px 20px -12px grey;
}

.products-list .slick-track {
    margin: 0;
}

/*
*User Profile Page End
*/

/*
*explore single  Page
*/

.banner-new-section .banner-item.event-banner-item {
    text-align: left;
    padding: 25vh 1vw 5vh 1vw;
}

.banner-new-section .banner-item.event-banner-item h1 p {
    line-height: 1.5em;
    font-size: 0.8em;
    font-weight: 300;
}

.banner-new-section .banner-item.event-banner-item h1 p {
    text-decoration: none;
    color: #fff;
}

.banner-new-section .banner-item.event-banner-item h1 p .button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding: 10px 15px;
}

.banner-new-section .banner-item.event-banner-item a {
    color: rgb(255, 64, 129);
    text-decoration: none;
}

.banner-new-section .banner-item.event-banner-item a:hover {
    color: white;
}

.banner-new-section .banner-item.event-banner-item a.button {
    color: white;
}

.banner-new-section .banner-item.event-banner-item a.button:hover {
    color: rgb(255, 64, 129);
}

.explore-detail-info {
    padding-bottom: 3%;
}

.section-explore-detail .container {
    max-width: 1320px;
    margin: auto;
    padding: 0;
}

@media(max-width:1350px) {
    .section-explore-detail .container {
        padding: 0 20px;
    }
}

.events-slider-explore .news-item {
    border-radius: 5px;
    margin: 10px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 5px 9px 0px rgba(35, 35, 35, 0.2);
    text-decoration: none;
    color: #1f2047;
    display: block;
}

.events-slider-explore .news-item-image {
    padding-bottom: 56.6%;
    display: block;
    position: relative;
    z-index: 1;
}

.events-slider-explore .news-item-image .button {
    opacity: 0;
    position: absolute;
    padding: 10px 15px;
    font-size: 12px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.events-slider-explore .news-item:hover .news-item-image .button {
    opacity: 1;
    z-index: 2;
}


.events-slider-explore .news-item-content {
    display: block;
    padding: 25px;
}

.events-slider-explore .slick-arrow{
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.events-slider-explore .slick-arrow.slick-prev{
    background-image: url('/assets_v2/2019/images/big-left-arrow.png');
    left: -40px;
}

.events-slider-explore .slick-arrow.slick-next{
    background-image: url('/assets_v2/2019/images/big-right-arrow.png');
    right: -40px;
}

@media(max-width: 1024px) {
    .events-slider-explore .slick-arrow.slick-prev {
        left: -20px;
    }

    .events-slider-explore .slick-arrow.slick-next {
        right: -20px;
    }
}

.events-news .button.white {
    border: 2px solid #ff2e75;
    box-shadow: none
}

.section-explore-detail .events-news,
.section-explore-detail .related-shopitems {
    padding: 0 0 5%;
}

.related-shopitems .rshop-item-desc {
    color: #1f2047;
    font-size: 15px;
    padding: 15px;
    display: block;
}

.related-shopitems h2 {
    font-weight: 700;
    text-align: left
}

.section-explore-detail .related-shopitems-grid,
.section-explore-detail .related-shopitems .rshop-item {
    max-width: none;
}

.events-slider-explore.snapshots .news-item-image {
    padding-bottom: 100%;
}

.alert-box h2 {
    margin-top: 0;
}

.alert-box h3 {
    margin-top: 0;
    font-size: 2em;
    margin-bottom: 20px;
}

.alert-box {
    position: absolute;
    background: #fff;
    z-index: 20;
    padding: 50px 10px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 800px;
    width: 100%;
    border-radius: 5px;
}

.alert-box a {
    display: inline-block
}

.alert-box .pop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.alert-box-wrap-users {
    padding: 0 40px;
    text-align: center;
}

.alert-box-wrap-users a {
    display: inline-block;
    margin: 5px;
}

.alert-box-wrap p {
    font-size: 16px;
}

.alert-box-wrap div {
    position: relative;
    padding-bottom: 70px;
}

.alert-box-wrap div a.button {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: calc(100% - 40px);
    display: inline-block;
}

.alert-box-wrap-left {
    padding: 0 20px;
    float: left;
    width: 50%;
    border-right: 1px solid #1f2047;
}

.alert-box-wrap-right {
    padding: 0 20px;
    float: left;
    width: 50%;
}

/*
*explore single  Page end
*/
/*
*Get Started  Page
*/
.get-started-banner {
    position: relative;
    z-index: 1;
    min-height: 45vh;
    background-size: cover;
    background-position: center center;
}

.get-started-banner .container {
    max-width: 1240px;
}

.get-started-banner-item {
    padding: 25vh 1vw 5vh 1vw;
    position: relative;
    z-index: 2;
}

.get-started-banner-item h3 {
    color: #fff;
    font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1440 - 300)));
    margin-top: 0;
    font-weight: 700;
}

.get-started-banner-item h1 {
    font-size: calc(23px + (45 - 23) * ((100vw - 300px) / (1440 - 300)));
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
}

@media (min-width:1440px) {
    .get-started-banner-item h1 {
        font-size: 45px;
    }

    .get-started-banner-item h3 {
        font-size: 25px;
    }
}

.get-started-banner-item p:last-child {
    margin: 0;
}

.get-started-banner-item p {
    color: #fff;
    font-size: 20px;
    max-width: 565px;
}

.get-started-tabs {
    max-width: 1440px;
    margin: auto;
}

@media (min-height:1260px) {
    .get-started-tabs {
        position: absolute;
        left: 50%;
        width: 100%;
        bottom: 0;
        transform: translateX(-50%);
    }
}

.get-started-tabs .tab-heads {
    font-size: 0;
}

.get-started-tabs .tab-head {
    margin-right: 10px;
    width: calc(25% - 7.5px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    height: 75px;
    /*background-color: rgba(255, 255, 255, .14);*/
    background-color: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.get-started-tabs .tab-heads.three-steps .tab-head {
    width: calc(33.3% - 6.3px);
}

@media screen and (max-width: 1366px) {
    .get-started-tabs .tab-heads.three-steps .tab-head {
        width: calc(29.5% - 6.3px);
    }
}

@media screen and (max-width: 1024px) {
    .get-started-tabs .tab-heads.three-steps .tab-head {
        width: calc(33.1% - 6.3px);
    }
}

.get-started-tabs .tab-head:last-child {
    margin-right: 0;
}

.get-started-tabs .tab-head span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    color: #000;

    font-size: 30px;
    font-weight: 300;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.get-started-tabs .tab-head:hover,
.get-started-tabs .tab-head.active {
    background-color: #ed3e73;
}

.get-started-tabs .tab-head:hover span,
.get-started-tabs .tab-head.active span {
    font-weight: 700;
    color: white;
}


.gs-section-page {
    background-color: #fdfeff;
    position: relative;
    z-index: 1;
    display: none;
}

.gs-section-page.active {
    display: block;
}

.gs-section {
    position: relative;
    z-index: 2;
    padding-top: 12vh;
    padding-bottom: 16vh;
}

.gs-section-blue-bottom-curve {
    background-image: url(../images/getStarted/bluecurve.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.gs-section .submit-blk {
    padding: 3.5% 0 4.5%;
    text-align: center
}

.wave-bottom .gs-section-blue-bottom-curve h2 {
    color: #fff;
}

@media (min-width:1440px) {
    .gs-section {
        padding: 100px 0;
    }
}

.gs-section .content-left {
    float: left;
    width: calc(50% - 30px);
}

.gs-section .content-right {
    float: right;
    width: calc(50% - 30px);
}

@media (min-width:1301px) {
    .gs-section .content-blk {
        position: relative;
        z-index: 2;
    }

    .gs-section .content-blk .content-wrap {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .gs-section .content-left .content-wrap {
        right: 0;
    }

    .gs-section .content-right .content-wrap {
        left: 0;
    }
}

@media (min-width:901px and max-width:1300px) {
    .gs-section .content-blk .content-wrap {
        padding: 30px 0;
    }
}

@media screen and (max-width: 375px) {
    .gs-section .content-left {
        float: none;
        width: 90%;
    }
}

.gs-section .content-blk .content-wrap {
    color: #202020;
    max-width: 550px;
}

.gs-section .content-left .content-wrap {
    float: right;
}

.gs-section .content-right .content-wrap {
    float: left;
}

.gs-section.gs-section-blue-bottom-curve .content-blk .content-wrap {
    color: #fff;
}

.gs-section h2 {
    font-size: calc(23px + (45 - 23) * ((100vw - 300px) / (1440 - 300)));
    font-weight: 700;
    margin-top: 0;
}

.gs-section p,
.gs-creators .gs-section .user-options ul,
ul.gs-exploring-list {
    font-size: calc(16px + (25 - 16) * ((100vw - 300px) / (1440 - 300)));
    line-height: 1.5;
}

.gs-creators .gs-section .user-options ul,
ul.gs-exploring-list {
    margin-left: 7%;
    width: 93%;
    list-style-position: outside;
}

.gs-creators .gs-section .user-options ul li,
ul.gs-exploring-list li {
    list-style: circle;
}

@media (min-width:1440px) {

    .gs-section p,
    .gs-creators .gs-section .user-options ul,
    ul.gs-exploring-list {
        font-size: 23px;
    }

    .gs-section h2 {
        font-size: 45px;
    }
}

@media (max-width:1300px) {
    .gs-section .content-left .content-wrap {
        padding-left: 30px;
    }

    .gs-section .content-right .content-wrap {
        padding-right: 30px;
    }
}

.gs-section .image-left {
    float: left;
}

.gs-section .image-right {
    float: right;
}

.gs-section .image-blk {
    width: calc(50% - 15px);
    /*    min-height: 500px;*/
    /*    padding-bottom: 41.6%;*/
}

.gs-section .image-blk .image-blk-wrap img {
    display: inline-block;
}

.gs-section .image-left .image-blk-wrap {
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: right
}

.gs-section .image-right .image-blk-wrap {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

/*
.gs-section .image-blk-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: #fff;
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.1);
}

*/



.gs-section .shape.shape-ellipse {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gs-section .shape.shape-ellipse.shape-ellipse-2 {
    background-image: url(../images/getStarted/step-ellipse-two.svg);
    width: 40%;
    height: 50%;
    background-size: cover;
}

.gs-section .shape.shape-ellipse.shape-ellipse-1 {
    background-image: url(../images/getStarted/step-ellipse.svg);
    width: 60%;
    height: 50%;
    background-size: cover;
}

.gs-section .shape.shape-ellipse.shape-ellipse-two-bottom {
    width: 30%;
    height: 50%;
    background-size: cover;
    background-image: url(../images/getStarted/blueleftshape-step2.svg);
}

.gs-section .shape.shape-ellipse.shape-ellipse-3 {
    width: 65%;
    height: 100%;
    background-size: contain;
    background-image: url(../images/getStarted/step-three-shape-ellipse.svg);
    right: 0vw;
    left: auto;
    top: 0px;
    transform: none;
}

.gs-section .shape.shape-ellipse.shape-ellipse-4 {
    background-image: url(../images/getStarted/step-four-shape-ellipse.svg);
    width: 30%;
    height: 70%;
    background-size: cover;
}

@media(min-width: 1600px) {
    .gs-section .shape.shape-ellipse.shape-ellipse-1 {
        background-size: contain;
        width: 1100px;
        height: 435px;
    }
}

.gs-section .shape {
    position: absolute;
    right: 0;
    z-index: -1;
}


.gs-section .shape.put-right {
    right: auto;
    left: 0;
}

.gs-section .image-blk {
    position: relative;
    z-index: 2;
}

.gs-section .image-blk:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 90%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.gs-section .cshape-right:after {
    background-image: url('../images/getStarted/blueleftshape.svg');
    bottom: -110px;
    left: 0px;
    background-size: contain;
    background-position: right bottom;
    width: 110%;
    height: 400px;
}

.gs-section .cshape-left:after {
    top: -140px;
    right: 0;
    background-image: url('../images/getStarted/bluerightshape.svg');
    background-position: left top;
}

.user-options ul {
    padding: 0;
    margin: 70px 0 0;
    font-size: 0;
}

.user-options ul li {
    list-style: none;
    margin-bottom: 35px;
}

.user-options ul li:last-child {
    margin-bottom: 0;
}

.gs-creators .user-options ul {
    margin-top: 25px;
}

.gs-creators .user-options ul li {
    margin-bottom: 0px;
}

.user-options ul li .oimg {
    width: 90px;
    height: 90px;
    background-color: rgb(253, 254, 255);
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.1);
    border-radius: 60px;
    background-size: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.user-options ul li .oinfo strong {
    font-weight: 700;
}

.user-options ul li .oinfo {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 150px);
    line-height: 1.3;
    font-size: calc(16px + (24 - 16) * ((100vw - 300px) / (1440 - 300)));
}

@media(min-width:1440px) {
    .user-options ul li .oinfo {
        font-size: 24px;
    }
}

.content-blk.content-bottom {
    float: left;
    width: 100%;
    color: #202020;
    font-size: 25px;
    margin-top: 50px;
}

.gs-creators .user-options ul {
    font-size: 25px;
}

.gs-creators .get-started .button {
    padding-left: 33px;
    padding-right: 33px;
    margin: 23px;
}

.gs-creators .get-started p {
    font-size: 18px;
}

.content-blk.content-bottom .container {
    max-width: 1240px;
}

.gs-section-bottom {
    padding: 10vh 0 30vh;
    text-align: center;
    background-image: url(../images/getStarted/gs_bottom_blue.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    background-color: #f5f5f5;
}

.gs-section-bottom:after {
    content: '';
    background-image: url(../images/getStarted/gs_bottom_lightblue.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
}

.gs-section-bottom .container {
    position: relative;
    z-index: 20;
}

.gs-section-bottom .nextTab {
    cursor: pointer;
    background-color: #fff;
    padding: 15px 30px;
    line-height: 1;
    text-transform: none;
}

.gs-section-bottom .nextTab:hover:after {
    background-image: url('../images/arrow-white.svg');
}

.gs-section-bottom .nextTab:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    background-image: url('../images/arrow-pink.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.user-validation-section {
    text-align: center;
    padding: 15vh 0;
    font-family: "Cairo";
}

.user-validationinfo-section h2 {
    margin: 0 auto;
    color: #000;
    text-align: center;
    padding: 50px 0;
}

@media(max-width:900px) {
    .user-validation-section {
        padding: 10vh 0;
    }
}

.user-validation-section .container {
    text-align: center;
    max-width: 1220px;
}

.user-validation-section .button {
    padding-left: 50px;
    padding-right: 50px;
}

.user-validation-section,
.user-validation-section h5 {
    font-size: calc(20px + (50 - 20) * ((100vw - 300px) / (3000 - 300)));
    color: #000000;
    line-height: 1;
}

.user-validationinfo-section .canvas-blks .canvas-blk {
    margin: 15vh 0;
}

.user-validationinfo-section {
    position: relative;
}

.user-validationinfo-section:after {
    content: '';
    background-image: url(../images/user-validation-page-ellipse.svg);
    width: 60%;
    height: calc(300px + (1780 - 300) * ((100vw - 300px) / (3000 - 300)));
    /*    height: 70%;*/
    background-size: cover;
    background-position: center left calc(150px + (670 - 150) * ((100vw - 300px) / (3000 - 300)));
    ;
    position: absolute;
    right: 0;
    top: 30px;
    background-repeat: no-repeat;
}

.user-validation-wave {
    position: relative;
}

.user-validation-wave:after {
    content: '';
    height: calc(200px + (1820 - 200) * ((100vw - 300px) / (3000 - 300)));
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background-image: url(../images/user-validation-wave.png);
    background-size: cover;
    background-position: left top;
}

.user-validation-socialblk {
    padding: 10vh 0 0;
    color: #111;
    font-size: calc(16px + (34 - 16) * ((100vw - 300px) / (3000 - 300)));
}

@media(max-width:900px) {
    .user-validation-socialblk {
        padding: 0 0 5vh;
    }
}

.user-validation-socialblk p {
    font-size: calc(16px + (34 - 16) * ((100vw - 300px) / (3000 - 300)));
}

.user-validation-socialblk a {
    text-decoration: none;
}

.user-validation-socialblk h3 {
    color: rgb(16, 181, 244);
    font-size: calc(20px + (60 - 20) * ((100vw - 300px) / (3000 - 300)));
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.user-validation-socialblk .social-links {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}

.user-validation-socialblk .social-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
    font-size: calc(20px + (60 - 20) * ((100vw - 300px) / (3000 - 300)));
}

@media(max-width: 800px) {
    .user-validation-socialblk .social-links li {
        margin: 0 30px;
    }
}

.user-validation-socialblk .social-links li a {
    color: rgb(16, 181, 244);
    text-decoration: none;
}

.user-validation-socialblk .social-links li a:hover {
    color: #ff2e75;
}

.gs-section .image-blk .pad {
    margin-top: 2%;
}

.gs-section-paginate {
    position: relative;
    z-index: 9999;
    text-align: center;
    padding: 5vh 0;
    font-size: 0;
    background-repeat: no-repeat;
}

.gs-section-paginate.step-one {
    background-position: top 15vh center;
    background-image: url('/assets_v2/2019/images/getStarted/step-one-bottom.svg');
}

@media(min-width:1600px) {
    .gs-section-paginate.step-one {
        background-position: top 11vh center;
        background-size: cover;
    }
}

@media(min-width:2000px) {
    .gs-section-paginate.step-one {
        background-position: top 9vh center;
    }
}

.gs-section-paginate .nextTab {
    margin: 23px;
    cursor: pointer;
    padding: 15px 30px;
    line-height: 1;
    border: 0;
    text-transform: none;
}

.gs-section-paginate .button:after {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    /*    background-image: url('../images/arrow-pink.svg');*/
    background-image: url('../images/arrow-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.gs-section-paginate-new .nextTab:after {
    content: "→";
    background-image: url('');
    margin-left: 10px;
    display: inline-block;
}

.gs-section-paginate-new .nextTab.white:before {
    content: "→";
    background-image: url('');
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
}

.gs-section-paginate .button:hover:after {
    background-image: url('../images/arrow-pink.svg');
}

.gs-section-paginate .button.white:after,
.gs-section-paginate-new .nextTab.white:after {
    display: none;
}

.gs-section-paginate .button.white:before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url('../images/arrow-pink.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

.gs-section-paginate .button.white:hover:before {
    background-image: url('../images/arrow-white.svg');
}

/* --- */
.gs-section-paginate-new .nextTab {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    color: rgb(255, 64, 129);
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2;
    text-transform: none;
    display: inline-block;
}

.gs-section-paginate-new .nextTab:hover {
    color: rgb(31, 32, 71);
}

/* --- */
.button-sections {
    text-align: left;
    font-size: 0;
    margin: 10vh 0;
}

.button-sections .blue-buttons {
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    color: rgb(46, 158, 247);
    font-family: "Cairo";
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 0px 10px 40px 0px rgba(10, 84, 125, 0.1);
    margin-right: 18px;
    width: 100%;
    max-width: 171px;
    padding: 23px;
    text-align: center;
    text-decoration: none;
}

.button-sections .blue-buttons:last-child {
    margin-right: 0;
}

.submit-blk .button {
    margin: 30px 15px 0;
}

.submit-blk .button.white {
    border: 0;
    background-color: #fff;
}

.submit-blk .button.white:hover {
    background: #ff2e75;
}

@media(max-width:900px) {
    .get-started-tabs .tab-head {
        height: 50px;
    }

    .get-started-tabs .tab-head span {
        font-size: 18px;
    }

    .gs-section {
        padding: 6vh 0;
    }

    .gs-section .content-blk,
    .gs-section .image-blk {
        width: 100%;
    }

    .gs-section .image-blk {
        min-height: 350px;
        max-width: calc(100% - 40px);
        margin: auto;
    }

    .gs-section .content-left .content-wrap,
    .gs-section .content-right .content-wrap {
        padding: 0 20px;
    }

    .gs-section .image-right .image-blk-wrap {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .gs-section .image-left .image-blk-wrap {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .gs-section .content-blk .content-wrap {
        padding-bottom: 30px;
        max-width: none;
        width: 100%;
    }

    .gs-section .cshape-right:after {
        width: 100%;
        left: 20px;
    }

    .gs-section-paginate .nextTab {
        margin: 0;
    }

    .gs-section-blue-bottom-curve {
        background-position: bottom 16px center;
    }

    .button-sections {
        text-align: center;
        margin: 5vh 0;
    }

    .button-sections .blue-buttons:last-child,
    .button-sections .blue-buttons {
        padding: 10px;
        margin: 5px;
    }
}

/*
*Get Started  Page end
*/
/*
* Challenge Page 
*/
.get-started-banner.challenge-banner.no-image-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
}

.shop-challenge-section {
    background-image: url(/assets_v2/2019/images/shop-top-arch.png);
    background-position: left 75px top;
    background-repeat: no-repeat;
    padding-top: 10vh;
    padding-bottom: 20vh;
}

@media(min-width:1281px) {
    .shop-challenge-section {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.challenge-section-content {
    width: calc(100% - 250px);
    margin-left: 50px;
    float: right;
}

.challenge-section-content .challenge-section-entry.box,
.challenge-section-content .challenge-section-content-wrap {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px 30px;
    overflow: visible;
}

.challenge-section-content .content-box-wrap ul,
.challenge-section-content .content-box-wrap p {
    font-size: 20px;
    line-height: 1.5;
}

.challenge-section-content .content-box-wrap h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.challenge-section-content .content-box-wrap .content-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid lightgray;
    font-size: 1.5em;
}

.challenge-section-content .content-box-wrap .content-box p {
    font-size: 0.9em;
}

.challenge-section-content .content-box-wrap .content-box.noborder {
    border: 0;
}

.challenge-section-content .button-blk {
    text-align: center;
}

.challenge-section-menu {
    width: 200px;
    float: left;
}


.challenge-section-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.challenge-section-menu ul a {
    display: block;
    font-size: 24px;
    line-height: 35px;
    color: #333333;
    text-decoration: none;
    padding: 15px 15px 15px 70px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
    height: 67px;
    position: relative;
    background-position: center left 40px;
    background-size: 20px;
    background-repeat: no-repeat;
}

.challenge-section-menu ul li.viewlink a {
    background-image: url('../images/challenges/info.svg');
}

.challenge-section-menu ul li.viewlink:hover a,
.challenge-section-menu ul li.viewlink.active a {

    background-image: url('../images/challenges/info_pink.svg');
}

.challenge-section-menu ul li.entrylink a {
    background-image: url('../images/challenges/package.svg');
}

.challenge-section-menu ul li.entrylink:hover a,
.challenge-section-menu ul li.entrylink.active a {

    background-image: url('../images/challenges/package_pink.svg');
}

.challenge-section-menu ul li.allentries a {
    background-image: url('../images/challenges/storage.svg');
}

.challenge-section-menu ul li.allentries:hover a,
.challenge-section-menu ul li.allentries.active a {

    background-image: url('../images/challenges/storage_pink.svg');
}

.challenge-section-menu ul li.active a,
.challenge-section-menu ul li:hover a {
    font-weight: 600;
    color: #ff2e75;
}


.challenge-section-menu ul li:hover a::before,
.challenge-section-menu ul li.active a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 20px;
    background-color: #ff2e75;
    left: 23px;
    top: 23px;
    display: inline-block;
}


@media(min-width:961px) {
    .challenge-section-content .products-grid-new .product-item {
        width: calc(25% - 16px);
    }

    .challenge-section-content .winner-card .products-grid-new .product-item {
        max-width: 80%;
        margin: 0;
        width: 100%;
    }

    .challenge-section-content .runner-card .products-grid-new .product-item {
        width: calc(50% - 64px);
        max-width: calc(40% - 8px);
        margin: 0;
        margin-right: 64px;
    }
}

.challenge-section-entry .editlink {
    position: absolute;
    top: 20px;
    right: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.challenge-section-entry .userentry-row {
    padding-bottom: 20px;
}

.challenge-section-entry .userentry-row .userentry-value,
.challenge-section-entry .userentry-row .userentry-label {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;

}

.challenge-section-entry .userentry-row .userentry-label {
    width: 100%;
    max-width: 200px;
    font-weight: 700;
}

.challenge-popup .popup-wrap h2 {
    margin-top: 0;
    line-height: 1;
    font-weight: 700;
    word-break: break-all;
}

.challenge-popup .popup-wrap {
    font-size: 0;
    color: #1f2047;
    width: 90%;
    max-width: 1100px;
    max-height: 90vh;
    overflow: auto;
}

.popup-section .challenge-popup .popup-wrap .popup-inner-wrap {
    padding: 2vw;
}

.challenge-popup #uimage {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 40%;
    padding-bottom: 40%;
}

.challenge-popup #uimage .uimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.challenge-popup .popup-wrap-right {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 16px;
    text-align: left;
    padding: 30px;
    padding-right: 50px;
    overflow: auto;
}

@media screen and (min-width: 1920px) {
    .challenge-popup .popup-wrap-right {
        font-size: 1vw;
    }

    .challenge-popup .userentry-row .userentry-label {
        font-size: 1.3vw;
    }

    .challenge-popup .userentry-row .userentry-value {
        font-size: 1vw;
        line-height: 1.3vw;
    }
}

.challenge-popup .userentry-row {
    margin-bottom: 15px;
}

.challenge-popup .userentry-row .userentry-label {
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;

}

.challenge-popup .popup-wrap-right {
    position: relative;
}

.challenge-popup .popup-wrap-right .challenge-likes .like-count {
    font-size: 12px;
}

.challenge-popup .popup-wrap-right .challenge-likes {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #1f2047;
    cursor: pointer;
    text-align: center;
    display: none;
}

.challenge-popup .popup-wrap-right .challenge-likes:hover i,
.challenge-popup .popup-wrap-right .challenge-likes.active i {
    color: #ff2e75;
}

.challenge-popup .popup-wrap-right .challenge-close {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #1f2047;
    cursor: pointer;
}

.challenge-popup .popup-wrap-right .challenge-close:hover {
    color: #ff2e75;
}

.show_challenge {
    cursor: pointer;
}

.challenge-all-title-wrap h2 {
    float: left;
    margin-top: 0;
    word-break: break-all;
}

.challenge-all-title-wrap .userinfo {
    float: right;
}


.pagenations {
    text-align: center;
    margin-top: 30px;
}

.pagenations a {
    font-size: 18px;
    font-family: 'Cairo', sans-serif;
    color: rgb(255, 64, 129);
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2;
    text-transform: none;
    display: inline-block;
    margin: 10px;
}



.pagenations a:after {
    content: "→";
    background-image: url('');
    margin-left: 10px;
    display: inline-block;
}

.pagenations a.rev:after {
    display: none;
}

.pagenations a.rev:before {
    content: "→";
    background-image: url('');
    transform: rotate(180deg);
    margin-right: 10px;
    margin-left: 0;
    display: inline-block;
}

.challenge_form .notice {
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 1em;
    line-height: 1;
    color: gray;
}

.challenge_form .input-wrapper {
    margin-bottom: 25px;
}

.challenge_form .input-wrapper label {
    top: 2px;
}

.challenge_form .input-wrapper.active label {
    top: -14px;
}

.challenge_form .input-wrapper input,
.challenge_form .input-wrapper textarea {
    margin: 0;
    display: block;
}

.challenge_form .input-wrapper input.dateinput {
    background-image: url('../images/calendar.svg');
    background-position: center right 20px;
    background-size: 15px;
    background-repeat: no-repeat;
    padding-right: 50px;
}

.challenge-section-content .products-grid-new .product-item {
    overflow: visible;
}

.winner-section {
    font-size: 20px;
    margin-bottom: 5%;
}


.winners-list .product-item {
    position: relative;
    z-index: 1;
}

.winner-section h3 {
    margin: 0 0 40px;
}

.challenge-section-content .winner-card .products-grid-new .product-item {
    -webkit-box-shadow: 0 0 30px -2px #f5e995;
    box-shadow: 0 0 30px -2px #f5e995;
}

.winner-section .winners-list {
    padding: 0;
}

.winner-section .winners-list > div {
    margin: 0;
}

.winners-list .product-item .rankblock {
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 40px;
    font-weight: 700;
    top: -25px;
    right: -25px;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-color: #2196f3;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.winners-list .product-item .rankblock.winner {
    background-color: #ff518c;
}


.user-create-challenge-head {
    padding: 5vh 34px 1vh;
    text-align: right;
    max-width: 1920px;
    margin: auto;
}

.user-create-challenge-head a {
    /*
    font-weight: 700;
    font-size: 16px;
*/
    text-decoration: none;
}

.challenge-popup .popup-wrap .challenge_form span.notice {
    font-size: 13px;
    text-align: left;
}

.challenge-popup .popup-wrap .challenge_form h2 {
    font-weight: 600;
    text-align: left;
    font-size: 30px;
}

.challenge_form .challenge_form_left {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.challenge_form .challenge_form_right {
    width: 100%;
    max-width: 49%;
    float: left;
}

.challenge_notice {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    border-radius: 5px;
    text-align: left;
    padding: 15px;
    float: left;
    width: 100%;
    margin: 30px auto;
    background-color: #fcfefe;
}

.create_challenge_popup h3,
.challenge_notice h3 {
    line-height: 1;
    margin: 0 0 10px;
    font-size: 20px;
}

.create_challenge_popup .input-wrapper {
    float: left;
    width: 100%;
}

.create_challenge_popup .input-wrapper.half-width {
    width: 49%;
    margin-right: 2%;
}

.create_challenge_popup .input-wrapper.half-width + .half-width {
    margin-right: 0;
}

.challenge-popup.create_challenge_popup .popup-wrap {
    max-width: 850px;
    text-align: left;
}

.create_challenge_popup .formError .formErrorContent::before,
.create_challenge_popup .emailformErrorContent::before {
    display: none;
}

.create_challenge_popup .formError {
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    transform: none !important;
    bottom: -20px !important;
}

.create_challenge_popup input.button {
    float: right;
}

.create_challenge_popup #update_challenge input.button {
    margin-left: 20px;
}

.challenge_form_btns {
    float: right;
}

.challenge-popup .delete-button {
    display: inline-block;
    font-size: 15px;
    color: #ff2e75;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 20px 43px 17px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #f5f4ff;
    background: #f5f4ff;
    cursor: pointer;
}

.challenge-popup .delete-button:hover {
    border: 1px solid #ff2e75;
}

.delete_challenge_wrap {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#delete_challenge {
    text-align: center;
    padding: 5vh;
    border: 1px solid #ff2e75;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    max-width: 80%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -moz-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -o-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    -ms-box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
    box-shadow: 0px 8px 16px 0px rgba(55, 8, 152, 0.1);
}

.delete_challenge_wrap.active {
    display: block;
}

.challenge-popup .popup-wrap .challenge_form#delete_challenge h2 {
    text-align: center
}

.challenge-popup .popup-wrap .challenge_form#delete_challenge h3 {
    font-weight: 600;
    margin-bottom: 60px;
}

.challenge-popup .popup-wrap .challenge_form#delete_challenge .challenge_form_btns input {
    margin-right: 15px;
}

.choose-winners {
    font-size: 0;
}

.choose-winners .select-winners {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 320px);
}

.choose-winners .select-winners select {
    width: 80%;
    margin-bottom: 5vh;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid;
    padding: 15px;
    font: 14px;
    display: block;
    background-color: #0094e0;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    line-height: 2;
    /*    background-image: url(../images/arrow-white.svg);*/
}

.choose-winners .select-winners select:last-child {
    margin: 0;
}

.choose-winners .select-winners select:focus {
    outline: none;
}

.choose-winners .update-winners {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
}

.choose-winners .button {}

@media(max-width:1230px) {

    .challenge-section-content .runner-card,
    .challenge-section-content .winner-card {
        width: 100%;
    }

    .challenge-section-content .runner-card .products-grid-new .product-item,
    .challenge-section-content .winner-card .products-grid-new .product-item {
        max-width: 300px;
        margin-bottom: 20px;
    }

    .winners-list .product-item .rankblock {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        top: -15px;
        right: -5px;
    }
}

@media(max-width:960px) {

    .challenge-section-menu,
    .challenge-section-content {
        width: 100%;
    }

    .challenge-section-content {
        margin-left: 0;
        margin-top: 30px;
    }

    .challenge-section-content .challenge-section-entry.box,
    .challenge-section-content .challenge-section-content-wrap {
        padding: 20px;
    }
}

@media(max-width:800px) {
    .challenge-popup .popup-wrap {
        max-width: 300px
    }

    .challenge-popup #uimage {
        width: 100%;
        padding-bottom: 300px;
    }

    .challenge-popup .popup-wrap-right {
        width: 100%;
        height: 300px;
        overflow: auto;
        padding: 15px;
    }
}


@media screen and (min-width: 1920px) {
    .challenge-popup .popup-wrap {
        width: 90%;
        max-width: 90vw;
    }
}

/*
*Challenge Page end
*/
/*
*Signup 2020 Page start
*/
.signup-section-relaunch *,
.signup-section-relaunch *:after,
.signup-section-relaunch *:before {}

.signup-section-relaunch-menu {
    width: 64px;
    position: fixed;
    box-shadow: 0px 59px 73.6px 18.4px #000000;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    float: left;
    /*    position: relative;*/
    padding: 13px;
    overflow: auto;
    z-index: 20;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.signup-section-relaunch-menu.active {
    width: 296px;
}

#menu-logo {
    width: 64px;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 25;
    text-align: center;
}

.signup-section-relaunch-menu.active #menu-logo {
    width: 296px;
    padding: 30px 30px 10px;
}

#menu-logo a {
    display: block;
    max-width: 127px;
    margin: auto;
}

.signup-section-relaunch-menu #menu-logo a.largeicon {
    display: none;
}

.signup-section-relaunch-menu.active #menu-logo a.smallicon {
    display: none;
}

.signup-section-relaunch-menu.active #menu-logo a.largeicon {
    display: block;
}

.signup-section-relaunch-menu .menu-info {
    padding: 7.5px;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
    width: 100%;
    color: #fff;
    text-align: center;
}

.signup-section-relaunch-menu .menu-info ul {
    padding: 0;
    margin: 0;
}

.signup-section-relaunch-menu .menu-info ul li {
    border-radius: 50%;
    margin: 9px auto;
    display: block;
    overflow: hidden;
    max-width: 48px;
}

.signup-section-relaunch-menu.active .menu-info {
    display: none;
}

.signup-section-relaunch-menu .menu-info .menu-info-wrap {
    position: absolute;
    width: 100%;
    max-width: 179px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 17px;
}

.signup-section-relaunch-menu .menu-info span {
    color: #ff2e75;
}

.relaunch-menu-tabs {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    transition-delay: 0.2s;
    /*    display: none;*/
}

.relaunch-menu-tabs ul {
    display: none;
}

.relaunch-menu-tabs h2 {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: linear;
    transition-delay: 0.3s;
    overflow: hidden;
    display: none;
}

.signup-section-relaunch-menu.active .relaunch-menu-tabs {
    opacity: 1;
    /*    display: block;*/
}

.signup-section-relaunch-menu.active .relaunch-menu-tabs ul {
    display: block;
}

.signup-section-relaunch-menu.active .relaunch-menu-tabs h2 {
    opacity: 1;
    display: block;
}

.menu-tabs-info {
    background-color: #000;
    color: #fff;
    padding: 11px 15px 12px 38px;
    font-size: 15px;
    background-image: url(../signup2020/info.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: left 8px center;
    line-height: 18px;
}

.menu-tabs-head {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.relaunch-menu-tabs ul {
    margin: 0 0 90px;
    padding: 0 17px;
    list-style: none;
}

.relaunch-menu-tabs ul li {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding: 10px;
}

.relaunch-menu-tabs ul li .tabTitle {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    text-decoration: none;
    padding: 10px;
    position: relative;
    padding-bottom: 10px;
}

.relaunch-menu-tabs ul li .titlewrap {
    background: #fff;
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    text-align: center;
}

.relaunch-menu-tabs ul li.active .tabTitle,
.relaunch-menu-tabs ul li:hover > .tabTitle {
    background-image: url('../signup2020/selection.png');
    background-size: 100% 100%;
    background-position: center center;
}




.signup-section-relaunch-wrapper {
    /*    width: calc(100% - 400px);*/
    height: 100%;
    min-height: 100vh;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.signup-section-relaunch-wrapper .tabWrap {
    display: none;
}

/*
.signup-section-relaunch-wrapper.active .tabWrap .title-block {
    padding-left: 296px;
}
*/
.signup-section-relaunch-wrapper .tabWrap .title-block {
    position: relative;
    /*    padding-left: 64px;*/
    text-align: center;
    color: #fff;
    z-index: 30;
}

.signup-section-relaunch-wrapper .tabWrap .title-block h1 {
    text-shadow: 0px 5px 8px rgba(89, 0, 30, 0.22);
    font-size: 53px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
}

.signup-section-relaunch-wrapper .tabWrap .title-block span {
    font-size: 32px;
    line-height: 0.94;
    font-family: 'MyriadPro';
}

.signup-section-relaunch-wrapper .tabWrap.active {
    display: block;
    overflow: hidden;
    /*
    overflow: auto;
    left: 0;
    top: 0;
*/
    padding: 5vh;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrapImage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs {
    width: 100%;
    z-index: 2;
    float: left;
    width: calc(100% - 64px);
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .tabWrap-ele {
    padding: 5%;
    width: 25%;
    float: left;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio {
    position: relative;
    line-height: 1;
    z-index: 2;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio input {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 0;
    top: 0;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio label img {
    display: block;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio label > span.img {
    margin-top: -60px;
    display: inline-block;
    display: none;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio label {
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: -20px;
    position: relative;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio > label span.button {
    font-size: 14px;
    line-height: 1;
    padding: 10px 23px;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio > label > span.desc p {
    margin: 0;
    font-size: 12px;
    line-height: 1;
    font-family: 'MyriadPro';
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio > label > span.desc {
    display: none;
    position: absolute;
    border-radius: 5px;
    box-shadow: 0px 27px 35px 0 rgba(0, 0, 0, 0.51);
    background-color: #ffffff;
    padding: 16px;
    border-bottom: 5px solid #ff2e75;
    font-size: 12px;
    color: #000;
    text-align: left;
    max-width: 157px;
    right: -130px;
    line-height: 1;
    top: 0;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio > label:hover > span.desc {
    display: block;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio:hover > label > img {
    transform: scale(1.5);
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio:hover > label > span.img {
    display: none;
}

.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio:hover > label,
.signup-section-relaunch-wrapper .tabWrap .tabWrap-inputs .input-radio input:checked + label {}




.signup-section-relaunch-wrapper.active .form-wrap {
    width: calc(100vw - 296px);
}

.signup-section-relaunch-wrapper .form-wrap {
    display: none;
    width: calc(100vw - 64px);
    position: fixed;
    z-index: 100;
    height: 100vh;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.signup-section-relaunch-wrapper .form-wrap.active {
    display: block;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-container {
    position: absolute;
    left: 50%;
    top: 50%;
    right: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    -o-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
    font: 0;
    max-width: 635px;
    position: relative;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner h3 {
    margin-top: 0;
    font-size: 25px;
    text-align: left;
    margin-bottom: 10px;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .mdl-checkbox {
    height: auto;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .mdl-checkbox .mdl-checkbox__label {
    font-size: 10px;
    line-height: 1;
    text-align: left;
    display: inline-block;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .mdl-checkbox .mdl-checkbox__label a {
    color: #29aef5;
    text-decoration: none;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .button-wrap .have-account {
    display: inline-block;
    padding: 12px 0px 12px 12px;
    margin-left: 10px;
    width: calc(100% - 130px);
    font-size: 10px;
    border-left: 1px solid;
    line-height: 1;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .button-wrap .button {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    max-width: 105px;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .input-wrapper input,
.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner .input-wrapper textarea {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 15px;
}

/*
.signup-section-relaunch-wrapper .form-wrap .backForm:before {
    content: '';
    background-image: url(../signup2020/back-arrow-pink.png);
    width: 12px;
    height: 21px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
*/

.signup-section-relaunch-wrapper .form-wrap .backForm {
    /*
    text-align: center;
    margin-top: 4vh;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
*/
    cursor: pointer;
    position: absolute;
    top: -20px;
    left: -10px;
    z-index: 20;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner {
    background-color: #fff;
    padding: 20px;
    z-index: 20;
    width: 300px;
    margin: 0 7.5px;
    border-radius: 5px;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 6.5px solid #ff2e75;
    text-align: center;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner#char_info {
    text-align: left;
    padding: 33px;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner#char_info img {
    margin: auto;
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner span.nameimg {
    font-size: 17px;
    line-height: 1.41;
    color: #000;
    font-family: 'MyriadPro';
}

.signup-section-relaunch-wrapper .form-wrap .form-wrap-inner p {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    margin: 0;
    font-family: 'MyriadPro';
}

/*
*Signup 2020 Page end
*/


.wavebanner-below-blk {
    margin-top: -5vh;
    position: relative;
    z-index: 20;
}


/*
* Asset Store Program Page 
* https://staging.sine.space/assetstoreprogram
* created 18/09/2019
* author Nikachu
*/
.asset-store-program .new-home-slide {
    background-position: center;
}

.asset-store-program .new-home-slide .download-top-block {
    padding: 10% 0;
}

.asset-store-program .new-home-slide .download-top-block h1 {
    font-size: 34px;
    line-height: 40px;
}

.asset-store-program .new-home-slide .download-top-block .news-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.asset-store-program .accordion-head {
    font-size: 20px;
}

.asset-store-program .faq-accordion-wrap {
    padding-left: 0;
    margin: 0 auto;
}

.unity-logo {
    width: 220px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto -10px auto;
}

.asp-intro .container h4 {
    text-align: center;
    margin-bottom: 40px;
}

@media screen and (min-width: 580px) {
    .asset-store-program .new-home-slide .download-top-block {
        padding: 15% 0;
    }

    .asset-store-program .new-home-slide .download-top-block h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .asset-store-program .new-home-slide .download-top-block .news-subtitle {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
    }

    .asset-store-program .accordion-head {
        font-size: 22px;
    }
}

/* merchants */

.featured-merchants .asp-container {
    display: block;
    justify-content: center;
}

.featured-merchants .asp-container .product-item {
    margin: 20px 0;
    width: 100%;
}

.asset-store-program .featured-merchants .product-item .product-content-info {
    padding: 15px;
}

.asset-store-program .featured-merchants .product-item .product-content-info:after {
    background: none;
}

.asset-store-program .featured-merchants .products-grid .product-item .product-image {
    background: grey;
    height: 200px;
    max-height: 200px;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width: 1024px) {
    /* ipad landscape */

    .featured-merchants .asp-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .featured-merchants .asp-container .product-item {
        margin: 0 10px;
        width: 30%;
    }

    .featured-merchants .asp-container .product-item:first {
        margin: 0px;
    }

    .asset-store-program .featured-merchants .product-item .product-content-info {
        padding: 15px;
    }

    .asset-store-program .featured-merchants .products-grid .product-item .product-image {
        background: grey;
        height: 200px;
        max-height: 200px;
        padding-bottom: 0;
        background-size: cover;
        background-position: center;
    }
}

/* asp features */
.asp-features .asp-container {
    display: block;
    margin-bottom: 20px;
}

.asp-features .asp-container .product-item {
    margin: 20px 0;
    width: 100%;
    box-shadow: none;
}

.asp-features .asp-container .product-item.boxshadow {
    margin: 20px 20px;
    padding: 20px;
    width: 100%;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);

}

.product-image.rpm.boxshadow {
    -webkit-box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
}

.asset-store-program .asp-features .product-item .product-content-info:after {
    background: none;
}

.asset-store-program .asp-features .products-grid .product-item .product-image {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    float: none;
    width: 100%;
    height: 200px;
}

.asset-store-program .asp-features .products-grid .product-item .product-image.rpm {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 0;
    float: left;
    width: 200px;
    height: 200px;
    /*margin: 20px;*/
}

@media screen and (max-width: 840px) {
    .asset-store-program .asp-features .products-grid .product-item .product-image.rpm {

        float: none;
        width: 100%;
        height: 200px;
    }
}

.asset-store-program .asp-features .product-item .product-content-info {
    padding: 12px;
    margin-left: 0;
}

@media screen and (min-width: 1024px) {
    /* ipad landscape */

    .asp-features .asp-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .asp-features .asp-container div {
        /*border: 1px solid red;*/
    }

    .asp-features .asp-container .product-item {
        margin: 0 10px;
    }

    .asp-features .asp-container .product-item:first {
        margin: 0;
    }

    .asset-store-program .asp-features .product-item .product-content-info {
        padding: 15px;
        margin-left: 220px;
    }


    .asset-store-program .asp-features .products-grid .product-item .product-image {
        float: left;
        background-size: 80%;
        height: 100%;
        width: 40%;
    }

}


.asp-section {
    margin-bottom: 60px;
}

.featured-merchants h3,
.asp-features h3,
.asset-store-program-form h3,
.asset-store-faq h3,
.further-questions {
    text-align: center;
    font-size: 25px;
}

@media screen and (min-width: 1024px) {
    /* ipad landscape */

    .asp-section {
        margin-bottom: 100px;
    }

    .asp-intro h3,
    .featured-merchants h3,
    .asp-features h3,
    .asset-store-program-form h3,
    .asset-store-faq h3,
    .further-questions {
        text-align: center;
        font-size: 30px;
    }
}

@media screen and (min-width: 2000px) {
    .asset-store-program .home-banner-slider .new-home-slide .download-top-block h1 {
        font-size: 40px;
    }

    .asset-store-program .home-banner-slider .new-home-slide .download-top-block .news-subtitle {
        font-size: 25px;
        line-height: 27px;
        margin: 20px 0;
    }
}

@media screen and (min-width: 3000px) {
    .asset-store-program .home-banner-slider .new-home-slide .download-top-block {
        max-width: 600px;
    }

    .asset-store-program .home-banner-slider .new-home-slide .download-top-block h1 {
        font-size: 65px;
        line-height: 78px;
    }

    .asset-store-program .home-banner-slider .new-home-slide .download-top-block .news-subtitle {
        font-size: 30px;
        line-height: 36px;
        margin: 40px 0;
    }
}

/*
* Asset Store Program Page END
*/


@media(max-width:479px) {

    .mdl-cell--12-col,
    .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
        margin: auto;
    }
}

/*
* events File
*/
.addtocal {
    position: relative;
}

.addtocal ul {
    margin: 0;
    padding: 0 20px;
    width: 100px;
    position: absolute;
    left: 50px;
    bottom: -20px;
    border-radius: 8px;
    list-style: none;
    display: none;
}

.addtocal ul.box2 {
    right: 34px;
    bottom: -100px;

}

.addtocal:hover ul {
    z-index: 99999;
    display: block;
    border: 1px solid #f5f5f5;
}

.events-page.wave-bottom::after {
    display: none;
}

.banner-slider-section.events-banner .banner-item h1 {
    font-weight: 400;
    font-size: 60px;
    line-height: 1em;
}


.banner-slider-section.events-banner .banner-item {
    padding: 15vh 1vw 5vh 1vw;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    min-height: 85vh;
}



.banner-slider-section.events-banner .banner-item .banner-title {
    position: absolute;
    z-index: 5;
    padding-bottom: 0;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
}

.banner-slider-section.events-banner .banner-item .button {
    padding: 21px 20px;
    min-width: 247px;
    margin-top: 10px;
}

.events-page .shop-mainsection-new.mdl-grid {
    padding: 0vh 0 5vh 8vw;
}

.events-info-slider {
    margin-left: -20px;
    font-size: 1.2em;
}

.event-item-wrap {
    padding: 8px;
}

.events-info-slider .event-item {
    border-radius: 5px;
    width: 298px;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    box-shadow: 0px 4px 7px 0px rgba(26, 26, 26, 0.1);
    overflow: hidden;
    -webkit-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -o-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -ms-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
}

.events-info-slider .event-info-image {
    height: 200px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.events-info-slider .event-info {
    font-family: 'Decima Nova';
    padding: 30px 20px;
    color: #2a2a2a;
    line-height: normal;
}

.events-info-slider .event-info .event-title {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #2a2a2a;
    display: block;
}

.events-info-slider .event-meta {
    margin: 10px 0;
}


.events-info-slider .event-meta a {
    text-decoration: none;
    color: #ed3e73;
}



.events-info-slider .event-date {
    font-weight: 300;
    letter-spacing: 0.63px;
}

.events-info-slider .event-location {
    /*  font-size: 15px;*/
    font-weight: 300;
    letter-spacing: 0.63px;
}

/*.events-info-slider .event-info .event-button-blk .button-removeCalender,
.button-removeCalender,
.events-info-slider .event-info .event-button-blk .button-addCalender,
.button-addCalender {
    float: left;
    border-radius: 28.5px;
    background-color: #ed3e73;
    min-width: 132px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.83px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 12px 15px;
}*/

.events-info-slider .event-info .event-button-blk .button-editEvent {
    cursor: pointer;
    float: right;
    padding: 10px 4px;
    border-radius: 50%;
    background-color: #ed3e73;
    text-shadow: 0 0 20.8px #000000;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.83px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
}

.events-info-slider .event-info .event-button-blk .live {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "MyriadPro";
    line-height: 1;
}

.events-info-slider .event-info .event-button-blk .live:before {
    content: '';
    line-height: 1;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #ed3e73;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.events-info-slider .event-info .event-button-blk .button-live {
    border-radius: 28.5px;
    min-width: 132px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: normal;
    letter-spacing: 0.83px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 12px 15px;
    background-color: #53cb3f;
    margin-right: 15px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-family: "MyriadPro";
}

.input-wrapper.imagepreview {
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    overflow: hidden;
}

.image-preview {
    padding-bottom: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.event_notice {
    float: left;
}

.create_challenge_popup button {
    float: right;
}

.user-create-event-head {
    padding: 5vh 8vw 0;
    max-width: 1920px;
    margin: auto;
}

.user-create-event-head a {
    text-decoration: none;
}

.user-create-event-head a,
.user-create-event-head span {
    font-size: 20.8px;
    font-weight: 300;
    letter-spacing: 1.04px;
    color: #ed3e73;
}

.events-slider .event-item {
    width: 328px;
    height: 228px;
}

.event-info-block {
    margin-bottom: 10vh;
    line-height: 1.3;
}

.event-info-block span {
    color: #1e1e1e;
    font-weight: 300;
}

/*
.event-info-block a:not(.button) {
    font-weight: 300;
    color: #ed3e73;
    text-decoration: none;
}
*/

.event-info-block .event-info-block-left .button {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.event-info-block .event-info-block-left {
    width: 100%;
    max-width: 271px;
    margin-right: 36px;
    font-size: 26px;
    letter-spacing: 1.3px;
    text-align: left;
    color: #000;
    float: left;
}

.event-info-block .event-info-block-right {
    width: 100%;
    float: left;
    width: calc(100% - 307px);
    max-width: 962px;

}

.event-info-block p {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1.3px;
    color: #2a2a2a;
    line-height: 1.3;
}


.event-item .event-image {
    height: 228px;
    display: block;
    text-decoration: none;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.event-item .event-image:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.event-item .event-image span.product-image-info {
    position: absolute;
    width: 100%;
    padding: 20px;
    color: #fff;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.event-item .event-image span.product-image-info .product-title {
    font-size: 22px;
    letter-spacing: 1.1px;
}

.event-item .event-image span.product-image-info .event-date {
    font-size: 17px;
    letter-spacing: 0.85px;
    display: block;
}


.events-info-slider .slick-prev,
.events-slider .slick-prev {
    display: none !important;
}

.events-info-slider .slick-next,
.events-slider .slick-next {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 280px;
    height: 100%;
    position: absolute;
    z-index: 2;
    font-size: 0;
    z-index: 20;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 0;
    background-position: center center;
    background-image: url(../images/event-right-arrow.png);
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
}

.events-info-slider .slick-next {
    width: 200px;
}

.events-info-slider:after,
.events-slider:after {
    content: '';
    display: inline-block;
    height: calc(100% + 30px);
    position: absolute;
    right: 0;
    top: -15px;
    width: 280px;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.search_location {
    position: relative;
}

.search_location .search_results {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: auto;
    max-height: 100px;
    overflow: auto;
    background-color: #fff;
    font-size: 12px;
    z-index: 2;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    line-height: 1;
}

.search_location .search_results .title_wrap {
    padding: 10px;
    font-weight: 700;
}

.search_location .search_results .empty_locations {
    text-align: center;
    padding: 10px;
}

.search_location .search_results .location-item {
    padding: 5px 10px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
}

.search_location .search_results .location-item.active,
.search_location .search_results .location-item:hover {
    background-color: #ed3e73;
    color: #fff;
}

.events-page .event-button-blk {
    display: flex;
    display: flex;
    align-items: center;
}

.events-page .button-addCalender {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: inline-flex;
}

.events-page .button-addCalender.button-icon-calendar {
    background-image: url(/assets_v2/2019/images/add-to-calendar.png);
}

.events-page .button-addCalender.button-icon-calendar.added,
.button-addCalender.button-icon-calendar:hover {
    background-image: url(/assets_v2/2019/images/add-to-calendar-active.png);
}

.events-page .button-addCalender.button-icon-bookmark {
    background-image: url(/assets_v2/2019/images/bookmark.png);
}

.events-page .button-addCalender.button-icon-bookmark.added,
.button-addCalender.button-icon-bookmark:hover {
    background-image: url(/assets_v2/2019/images/bookmark-active.png);
}

.events-page .tooltips {
    position: relative;
}

.events-page .tooltip-bookmark {
    font-size: 12px;
    position: absolute;
    top: -30px;
    left: -10px;
    display: none;
    width: 120px;
    background-color: white;
    border: 1px solid black;
    padding: 4px;
    text-align: center;
}

.events-page .tooltip-bookmark.show {
    display: block;
}

@media (max-width:1600px) {

    .event-item .event-image span.product-image-info .event-date,
    .event-item .event-image span.product-image-info .product-title {
        font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1920 - 300)));
    }

    .event-info-block p,
    .event-info-block .event-info-block-left {
        font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1920 - 300)));
    }

    .events-page .event-info .event-button-blk .live {
        font-size: 13px;
    }

    .user-create-event-head a,
    .user-create-event-head span {
        font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
    }

    .events-info-slider .event-info .event-title {
        font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    }

    .events-page .products-section-new .products-list h2 {
        margin-bottom: 2vh;
        font-size: calc(20px + (48 - 20) * ((100vw - 300px) / (1920 - 300)));
    }

    .banner-slider-section.events-banner .banner-item h1 {
        font-size: calc(30px + (60 - 30) * ((100vw - 300px) / (1920 - 300)));
    }
}

@media (max-width:960px) {
    .events-page .shop-mainsection-new.mdl-grid {
        padding: 5vh 8vw;
    }

    .event-info-block .event-info-block-left {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .event-info-block .event-info-block-right {
        width: 100%;
    }

    .events-slider .event-item {
        width: calc(260px + (328 - 260) * ((100vw - 300px) / (1920 - 300)));
        height: calc(200px + (228 - 200) * ((100vw - 300px) / (1920 - 300)));
    }

    .event-item .event-image {
        height: calc(200px + (228 - 200) * ((100vw - 300px) / (1920 - 300)));
    }

    .events-info-slider:after,
    .events-slider:after {
        display: none;
    }

    .events-info-slider .slick-next,
    .events-slider .slick-next {
        width: 30px;
    }
}


/* Healthcare Landing Page */


section.healthcare-landing .button {
    padding: 20px 23px 17px;
}

section.healthcare-landing .button.white {
    margin-left: 10px
}

section.healthcare-landing .button.submit {
    margin: 0 auto
}

section.healthcare-landing .top-section {
    padding-top: 150px;
    padding-bottom: 100px;
}

section.healthcare-landing .healthcare-icons,
.healthcare-intro,
.products-grid.casestudies {
    display: flex;
    flex-direction: row;
}

section.healthcare-landing .col-left {
    width: 60%
}

section.healthcare-landing .products-grid.casestudies {
    justify-content: center;
}

section.healthcare-landing .healthcare-intro p {
    font-size: 26px;
    line-height: 33px;
    margin: 40px 0;
}

section.healthcare-landing .products-grid.casestudies .product-item {
    width: 350px;
    height: 350px;
    position: relative;
    transition: all 0.5s ease;
    margin: 0 20px;
}

section.healthcare-landing .products-grid.casestudies .product-item .product-image {
    background-size: cover;
}

section.healthcare-landing .products-grid.casestudies .product-item:hover {
    transform: scale(1.02);
}

section.healthcare-landing .products-grid.casestudies .product-item .text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    text-align: left;
}

section.healthcare-landing .healthcare-icons .icon {
    width: 200px;
    height: 60px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: left center;
}

section.healthcare-landing .product-content-info:after {
    height: 0px;
}

section.healthcare-landing .canvas-blks .canvas-blk .canvas-blk-img:after {
    left: auto;
    right: -47px;
}

section.healthcare-landing .products-grid .product-item .product-image {
    background-size: cover;
    background-position: center;
}

section.healthcare-landing h3 {
    color: #2aa5e8;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

section.healthcare-landing .product-content-info {
    padding: 30px 30px 0 30px;
    text-align: center;
}

section.healthcare-landing .product-content-info .content p {
    font-size: 17px;
}

section.healthcare-landing .section {
    margin: 30px 0;
    padding-bottom: 100px;
}

section.healthcare-landing .canvas-blks {
    max-width: 1140px;
}

section.healthcare-landing .benefits {
    text-align: left;
}

section.healthcare-landing .asp-section .container {
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

section.healthcare-landing .healthcare-intro {
    width: 100%;
}

section.healthcare-landing .healthcare-intro h4 {}

section.healthcare-landing .healthcare-intro .partner-logos {
    margin-top: 100px;
}

section.healthcare-landing .canvas-blks .canvas-blk .canvas-blk-content {
    padding-right: 30px;
    /*margin-top: -150px;*/
}

section.healthcare-landing .form {
    width: 70%;
    text-align: left;
    margin: 0 auto;
}

section.healthcare-landing .bg-blob2 {
    background-repeat: no-repeat;
    background-size: 120%;
    background-position: center 100px;
}

section.healthcare-landing .bg-blob3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

section.healthcare-landing .msg {
    font-size: 20px;
    text-align: center;
}

section.healthcare-landing .bg-shape-circle {
    background-image: url('/assets_v2/2019/images/nh-oval.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

section.healthcare-landing .case-study-frame {
    display: none;
    width: 95%;
}

section.healthcare-landing .modal {
    width: 100%;
    height: auto;
}

section.healthcare-landing .modal .container {
    padding: 5px;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 600px) {
    section.healthcare-landing .case-study-frame {
        display: none;
        width: 70%;
    }
}

@media screen and (max-width: 1024px) {

    section.healthcare-landing .canvas-blks .canvas-blk {
        flex-direction: column;
    }

    section.healthcare-landing .canvas-blks .canvas-blk .canvas-blk-content {
        padding-right: 30px;
        margin-top: 0px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1024px) {

    section.healthcare-landing .featured-merchants .asp-container .product-item,
    section.healthcare-landing .products-grid .product-item {
        margin: 20px auto;
        width: 60%;
    }

}

@media screen and (max-width: 600px) {
    section.healthcare-landing .top-section {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    section.healthcare-landing .col-left {
        width: 100%;
    }

    section.healthcare-landing .col-right {
        display: none;
    }

    section.healthcare-landing .healthcare-intro .partner-logos {
        margin-top: 10px;
    }

    section.healthcare-landing .healthcare-intro .container {
        text-align: center;
    }

    section.healthcare-landing .canvas-blks .canvas-blk .canvas-blk-content {
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    section.healthcare-landing .canvas-blks .canvas-blk .canvas-blk-content p {
        font-size: 23px;
    }

    section.healthcare-landing .section {
        padding-bottom: 50px;
    }

    section.healthcare-landing .featured-merchants .asp-container .product-item,
    section.healthcare-landing .products-grid .product-item {
        width: 90%;
    }

    section.healthcare-landing .form {
        width: 100%;
    }

    section.healthcare-landing .healthcare-icons,
    .healthcare-intro,
    .products-grid.casestudies {
        flex-direction: column;
    }

    section.healthcare-landing .products-grid.casestudies .product-item {
        width: 310px;
        height: 310px;
        margin: 20px auto;
    }

    section.healthcare-landing .accordion-head {
        font-size: 22px;
    }

    section.healthcare-landing .container {
        text-align: center;
    }

    section.healthcare-landing .healthcare-icons .icon {
        margin: 10px auto;
    }

}

/* END healthcare Landing Page */
/* Start Breakroom Landing Page */

/*font-family: 'Pacifico', cursive;*/


/* END Breakroom Landing Page */

/* PARTNER PAGE */
#partner-page.case-study-frame {
    display: none;
    width: 95%;
    color: black;
}

#partner-page .container {
    padding: 0;
}

#partner-page .container .partner-text p {
    font-size: 20px;
    color: black;
}

#partner-page .container .partner-image p {
    font-size: 15px;
    color: #ff685e;
}

#partner-page h2 {
    color: black;
}

#partner-page h3 {
    color: black;
    font-size: 23px;
}

#partner-page .partner-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#partner-page .partner-row .partner-image {
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

#partner-page .partner-row .partner-text {
    width: 100%;
    border-bottom: 1px solid black;
}

#partner-page .button {
    background: white;
    text-transform: uppercase;
    /*color: #ff685e;*/
    color: black;

}

#partner-page a.button:hover,
.breakroom-banner a.button.white:hover {
    background: #ff685e;
    color: white;
    border-color: #ff685e;
}

@media screen and (min-width: 600px) {
    #partner-page.case-study-frame {
        display: none;
        width: 70%;
    }

    #partner-page .container {
        padding: 100px 20px;
    }

    #partner-page .partner-row {
        flex-direction: row;
        margin: 60px 0;

    }

    #partner-page h3 {
        font-size: 30px;
    }

    #partner-page .partner-row .partner-image {
        width: 25%;
        text-align: left;
    }

    #partner-page .partner-row .partner-text {
        width: 75%;
    }
}

/* END PARTNER PAGE */

.page .section {
    margin: 100px 0;
}

.products-grid .product-item.card {
    width: calc(20% - 16px);
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -webkit-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -moz-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -o-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    -ms-box-shadow: 0px 12px 32px 0px rgba(26, 26, 26, 0.1);
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.products-list .cards .slick-track {
    padding: 20px 0 30px 0;
}

#privacy-section .terms-info p {
    font-size: 18px;
}

.breakroom.mdl-mega-footer .mdl-logo a {
    text-align: center;
    text-decoration: none;
    color: #000;
    font-family: 'Pacifico', cursive;
    font-size: 3em;
}

.breakroom.mdl-mega-footer .social-links {
    padding: 0;
}

.breakroom.mdl-mega-footer .footer-links ul {
    margin: 0;
    padding: 0;
    text-align: center;    
}

.breakroom.mdl-mega-footer .footer-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

#demo img {
    width:150px;
    margin-left: 15px;
}
.qmsuk-badge-text-container {
    width: 185px;
    color: #fff;
}

.errortext-red {
    color: #F56C6C;
}