@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Rubik:500|Poppins:400,600');
html,
body {
    margin: 0;
    padding: 0;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeSpeed;
}

* {
    -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: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
    line-height: 26px;
    background: #fbfbfb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin: 20px 0px;
    letter-spacing: 0px;
    color: #202223;
}
h1{
    font-size: 40px;
    line-height: 44px;
}
h2{
    font-size: 36px;
    line-height: 38px;
}
h3{
    font-size: 34px;
    line-height: 36px;
}
h4{
    font-size: 32px;
    line-height: 34px;
}
h5{
    font-size: 30px;
    line-height: 32px;
}
h6{
    font-size: 28px;
    line-height: 30px;
}

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;
    display:inline-block;
}

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.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;
    border: 0px;
}
.explore-lists .button-block {
    display: block;
    width: 100%;
    text-align: center;
}
.button.white {
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    background: transparent;
}

.button.white:hover {
    border-color: #ff4081;
    color: #ff4081;
}

.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;
}

.container {
    max-width: 1140px;
    margin: auto;
}

.container.large {
    max-width: 1200px;
}

/*Header*/

header {
    position: relative;
}

.mdl-navigation li {
    list-style: none;
}

.header-top {
    position: absolute;
    left: 0px;
    top: 36px;
    width: 100%;
    z-index: 4;
}

.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);
    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 .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: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 12px 10px;
    background-position: center;
    top: 8px;
    cursor: pointer;
}
.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.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;
}
.button-block > a:hover {
	color: #ff2e75;
	background: #ffffff;
}

.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;
}
.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: 65px;
}

.logos-section .mdl-cell--3-col p:last-child {
    margin-bottom: 0px;
}

.logos-section a {
    display: block;
}

.main-section {
    background-image: url(../images/top-bg-new@2x.png);
    height: 750px;
    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: 180px;
}
.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;
}

.bottom-section {
    padding-top: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
/*    background-image: url('../images/bottom-bg.png');*/
    padding-top: 208px;
    margin-bottom: -550px;
    position: relative;
    overflow: hidden;
}
.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);
}
.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;
}

.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: 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{
    border-color: #29aef5;
}
.input-wrapper.active label{
    top: -14px;
    color: #29aef5;
}
/* == 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;
    margin-top: -70px;
    position: relative;
    z-index: 2;
}

.right-shape {}

.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: -700px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/bottom-shape.svg);
    width: 700px;
    height: 1800px;
}

.shop-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);
}

.shop-mainsection .shop-sidebar h3 {
    margin: 0px 0px 35px;
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.shop-mainsection .shop-sidebar ul.category-section {
    margin: 0px;
    padding: 0px;
}

.shop-mainsection .shop-sidebar ul.category-section li {
    list-style: none;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.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.cloths-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/material.svg);
    width: 19px;
    height: 19px;
}

.shop-mainsection .shop-sidebar ul.category-section > li.pet-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;
}
.faq-page .shop-mainsection .shop-sidebar ul.category-section > li{
            width: calc(100% + 40px);
            margin-left: -20px;
            margin-bottom: 0px;
        }
.faq-page .shop-mainsection .shop-sidebar ul.category-section > li > a{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
    padding-left: 40px;
    padding-right: 40px;
}
.faq-page .shop-mainsection .shop-sidebar ul.category-section > li > a:hover,.faq-page .shop-mainsection .shop-sidebar ul.category-section > li > a:focus,.faq-page .shop-mainsection .shop-sidebar ul.category-section > li > a.is-active{
    background: #ffffff;
    color: #058ad3;
}
.shop-contentsection {
    margin-top: 0px;
    padding-left: 40px;
}
#firstHeading {
    margin-bottom: 30px;
}
.page-Main_Page .shop-contentsection{
    padding-left: 0px;
}
 .shop-contentsection .products-section .product-but {
    background: -webkit-linear-gradient(0deg, #E94574 0%, #E94574 100%);
    background: -moz-linear-gradient(0deg, #E94574 0%, #E94574 100%);
    background: -o-linear-gradient(0deg, #E94574 0%, #E94574 100%);
    background: -ms-linear-gradient(0deg, #E94574 0%, #E94574 100%);
    background: linear-gradient(90deg, #E94574 0%, #E94574 100%);
}
.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: 2;
}

.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;
}
.mdl-mega-footer .footer-links ul {
    margin: 0px 0px 0px;
    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;
    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;
}

.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.png');
    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;
}

.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="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;
}

.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;
}

.form-note a {
    color: #29aef5;
    text-decoration: none;
}

/* Shop */

.banner-section {
    height: 417px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

.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%;
}

.banner-section .container {
    height: 100%;
    position: relative;
}

.banner-section .banner-title {
    position: relative;
    height: 100%;
}

.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-section h1 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 23px;
    margin: 0px;
}

.products-grid {
    padding: 0px;
}

.products-grid .product-item {
    padding: 8px;
    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);
    text-align: center;
}

.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;
}

.products-grid .explore-item .product-image {
    padding-bottom: 78.25%;
}

.product-content-info {
    padding: 25px 35px 32px;
    color: #6a6a6a;
    font-size: 14px;
}

.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);
}

.products-grid .explore-item h4 {
    color: #29292a;
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0px 23px;
    text-align: left;
}

.products-grid .explore-item .content {
    margin: 0px 0px 25px;
    text-align: left;
    min-height: 50px;
}

.products-grid .explore-item .content p:last-child {
    margin-bottom: 0px;
}

.product-heading {
    margin-bottom: 40px;
    display: block;
}

.products-list {
    margin-bottom: 40px;
}

.products-list h2 {
    margin: 0px;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    float: left;
    width: 60%;
    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-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 .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;
}
.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 .products-grid .explore-item .product-image {
    padding-bottom: 69.25%;
}
.explore-lists-blocks .explore-lists .product-content-info{
    padding: 32px 35px 32px;
}
.explore-lists-blocks .products-grid .explore-item .content{
    font-size: 13px;
    min-height: 40px;
}
.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: 90px;
}
.explore-lists-block .heading-block h4{
    float: left;
    width: calc(100% - 110px);
    margin-right: 10px;
}
.explore-lists-block .heading-block .users{
    float: right;
    text-align: right;
    width: 100px;
    font-size: 0px;
    padding: 0px;
}
.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;
}
.products-grid .explore-item h4{
    height: 30px;
    overflow: hidden;
}
/* == 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-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.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 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-summary {
    margin-bottom: 85px;
}

.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-blocks .icon {
    width: 33px;
    margin-right: 9px;
}

.account-summary-blocks .title {
    color: #21222c;
    font-size: 17px;
    width: 219px;
    margin-right: 28px;
}

.account-summary-blocks .account-summary-info {
    color: #646465;
    font-size: 12px;
    width: calc(100% - 289px);
    word-break: break-all;
}

.account-info--content .update-account .update-info {
    max-width: 405px;
}

.account-info .account-info--content {
    padding-left: 47px;
}

.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 {
    color: #29292a;
    font-size: 31px;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.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;
}

.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 {
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../images/download-bg.png');
}

.download-top-block {
    max-width: 787px;
    margin: auto;
    text-align: center;
}

.download-top-block h1 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 23px;
    margin: 0px 0px 32px;
}

.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%;
}

.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;
}

.creater-block {
    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: 100%;
}
.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: 105px 0px 70px;
}

.other-downloads-block h2 {
    color: #29292a;
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 30px;
}

.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 {
    margin-top: 0px;
    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;
}

.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;
}

.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: -48px;
    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: 600px;
    height: 663px;
    z-index: 1;
}
*/

.ceator-card {
    position: relative;
    z-index: 3;
}

/* == End Downloads == */

/* == News == */

.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: 10px;
    -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;
}

.bimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.news-section .news-slider .news-item .news-item-image {
    padding-bottom: 56%;
}

.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 {
    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;
}

.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: 3;
    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;
}

.news-item-content-title h4 {
    float: left;
    width: 65%;
    margin-right: 2%;
}

.news-item-content-title .date {
    float: right;
    width: 33%;
    color: #9b9b9b;
    font-size: 15px;
    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;
}

.filter-items .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
}

.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;
}
.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;
}
.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;
}
@media screen and (min-width: 1400px){
/*
    .signup-form-video-block{
        position: absolute;
        min-width: 1170px;
        top: 50%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
*/
    .signup-page-video{
        min-height: 100vh;
        position: relative;
/*        padding: 0px !important;*/
    }
}
.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: 1140px;
}
.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;
}
/*
.signup-section-avatar-info.signup-section-non-avatar .signup_form .signup-form-right{
    padding: 60px !important;
}
*/
/* == 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;
    margin-right: 50px;
    width: 660px;
}
.product-left-cell .detail-block .featured-image{
    padding-bottom: 40%;
}
.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(100% - 710px);
}
.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 .purcahse-info h5{
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 7px;
}
.buy-info {
    margin: 0px 0px 180px;
}
.buy-info .numbers{
    list-style: decimal inside;
    padding: 0px;
    margin: 0px;
}
.buy-info .note{
    color:  #4a4a4a;
    font-size: 14px;
    font-weight: 600;
    padding: 0px 70px;
    opacity: 0.5;
}
.buy-info-blocks{
    float: left;
    width: calc(50% - 83px);
    margin-right: 83px;
}
.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: 100px auto;
    text-align: center;
    line-height: 41px;
}
.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: 20px;
}
.related-lists .products-grid .explore-item .product-image {
    padding-bottom: 56.25%;
}
.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 == */
/* == Wiki == */
.shop-tool-bar{
    margin: 0px 0px 23px;
    position: relative;
}
.shop-tool-bar .tools-menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background-color:  #f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}
.shop-tool-bar .tools-menu-info{
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px;
}
.shop-tool-bar .tools-menu-info.emptyPortlet{
    display: none;
}

.shop-tool-bar .tools-menu li{
    display: inline-block;
    vertical-align: middle;
}
.shop-tool-bar .tools-menu li a{
    box-shadow: 0px 7px 14px 0px rgba(55, 8, 152, 0.1);
    padding: 12px 12px;
    display: block;
    margin: 0px;
    font-size: 10px;
    color:  #202223;
    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;
    background:  #f0f0f0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -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;
    border: 0px;
}
.shop-tool-bar .tools-menu li.selected a,.shop-tool-bar .tools-menu li a:hover{
    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%);
    color: #ffffff;
}
.shop-tool-bar .shop-tool-bar-left{
    float: left;
    width: 44%;
    margin-right: 2%;
}
.shop-tool-bar .shop-tool-bar-right{
    float: right;
    width: 54%;
    text-align: right;
}
.search-info{
    border-radius: 10px;
    border-width: 1px;
    border-color:  #d7d7d7;
    border-style: solid;
    background-color:  #ffffff;
    box-shadow: 0px 9px 22px 0px rgba(7, 38, 63, 0.04);
    width: 40px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    background-image: url('../images/search.png');
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    cursor: pointer;
}
.search-info-block{
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #ffffff;
    padding: 30px 40px 30px 30px;
    background:  #f0f0f0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    z-index: 2;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    font-size: 0px;
}
.search-info-block .close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
.search-info-block.active{
    opacity: 1;
    visibility: visible;
}
.search-info-block .search-container{
    position: relative;
}
.search-info-block input[type="search"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding: 10px 50px 10px 10px;
    border:0px;
    border-bottom: 1px solid #292921;
    background: transparent;
    border-radius: 0px;
    margin: 0px;
    width: 100%;
    font-size: 16px;
    outline: 0px;
}
.search-info-block input[type="submit"]{
    border-radius: 10px;
    border-width: 1px;
    border-color:  #d7d7d7;
    border-style: solid;
    background-color:  #ffffff;
    box-shadow: 0px 9px 22px 0px rgba(7, 38, 63, 0.04);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    background-image: url('../images/search.png');
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    font-size: 0px;
} 
.shop-sidebar .main-link{
    display: block;
    margin: 0px 0px 40px;
}
.shop-sidebar .main-link a{
    display: block;
    color:  #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.shop-sidebar .portal h3{
    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;
    position: relative;
}
.shop-sidebar .portal h3:before{
    content: "";
    position: absolute;
    left: -5px;
    top: -3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 19px;
    height: 19px;
}
.shop-sidebar .portal #p-User_Portal-label:before{
    background-image: url(<?php echo $IP; ?>/assets_v2/2019/images/cloth.svg);
}
.shop-sidebar .portal #p-Creation_Portal-label:before{
    background-image: url(<?php echo $IP; ?>/assets_v2/2019/images/material.svg);
}
.shop-sidebar .portal #p-tb-label:before{
    background-image: url(<?php echo $IP; ?>/assets_v2/2019/images/cloth.svg);
}
.shop-sidebar .portal .body{
    margin: 0px 0px 20px;
}
.shop-sidebar .portal .body ul{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.shop-sidebar .portal .body ul li{
    position: relative;
    display: block;
    list-style: none;
    margin-bottom: 10px;
}
.shop-sidebar .portal .body ul li a{
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}
.shop-sidebar .portal .body ul li a:hover{
	color: rgba(255,255,255,1);
}
.shop-sidebar .portal#p-navigation{
    display: none;
}
/*
.shop-tool-bar-left #p-personal{
display: none;
}
*/
.shop-tool-bar .tools-menu ul{
    padding: 0px;
    margin: 0px;
}
.catlinks{
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 40px;
}
.catlinks .mw-normal-catlinks{
    color:  #29292a;
}
.catlinks .mw-normal-catlinks a{
    font-family: 'Poppins', sans-serif;
    color:  #29292a;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
    display: inline-block;
}
.catlinks ul{
    display: inline-block;
    text-align: center;
}
.catlinks ul li{
    padding: 0px;
    border: 0px;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: middle;
    border: 0px;
}
.catlinks ul li:first-child{
    padding: 0px;
}
.catlinks ul li a{
    font-family: 'Poppins', sans-serif;
    color:  #29292a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    background: #f8f8f8;
    padding: 7px 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.catlinks ul li a:hover{
    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%);
}
table.navbox{
    border: 0px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    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);
    margin-bottom: 26px;
    overflow: hidden;
}
.navbox-title, table.navbox th{
    background: -webkit-linear-gradient(158deg, #058ad3 43%, #29a4e7 57%);
    background: -moz-linear-gradient(158deg, #058ad3 43%, #29a4e7 57%);
    background: -o-linear-gradient(158deg, #058ad3 43%, #29a4e7 57%);
    background: -ms-linear-gradient(158deg, #058ad3 43%, #29a4e7 57%);
    background: linear-gradient(-68deg, #058ad3 43%, #29a4e7 57%);
    padding: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    line-height: 1;
}
table.navbox th a{
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1;
}
table.navbox td a{
    font-family: 'Montserrat', sans-serif;
    color: #058ad3;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
table.navbox td a:hover{
	text-decoration:underline;
}
table.navbox td th a {
    color: #ffffff;
}
table.navbox tbody tr td {
    padding: 0px !important;
}
table.navbox tbody tr td.navbox-group {
    padding: 10px 20px !important;
}
table.navbox .navbox-list {
    padding: 10px !important;
}
.navbox-list ul{
    clear: both;
}
.navbox-list ul:before, .navbox-list ul:after {
    content: "";
    display: table;
    clear: both;
}
.navbox-list ul li:before{
    content: "";
    margin-left: 4px;
    margin-right: 0;
    padding: 0;
    background-color: #111111;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
    vertical-align: middle;
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title{
    font-family: Montserrat;
    color: #058ad3;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
}
.content-portal{
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    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 26px 26px;
    text-align: center;
    margin: 0px 0px 68px;
}
.content-portal h2{
    color:  #292921;
    font-size: 30px;
    font-weight: 700;
    margin: 0px 0px 23px;
    line-height: 1;
}
.content-portal .content-portal-info{
    color:  #292921;
    font-size: 16px;
}
.content-portal .content-portal-grid{
    margin: 34px 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-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-portal .content-portal-grid .content-portal-item{
    width: calc((100% - 60px)/4);
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    overflow: hidden;
}
.content-portal .content-portal-grid .content-portal-item:hover{
  -o- transform:scale(1.01);
-webkit-transform:scale(1.01);
-ms-transform:scale(1.01);
-moz-transform:scale(1.01);
transform:scale(1.01);
-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);
}
.content-portal .content-portal-grid .content-portal-item:nth-child(4n){
    margin-right: 0px;
}
.content-portal .content-portal-grid .content-portal-item .content-portal-item-image pre{
    margin: 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;
}
.content-portal .content-portal-grid .content-portal-item .content-portal-item-image pre a {
    display: block;
    width: 100%;
}
.content-portal .content-portal-grid .content-portal-item .content-portal-item-title a{
    background-color:  #058ad3;
    padding: 15px 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    color:  #ffffff;
    font-size: 16px;
    line-height: 1;
}
.welcome-note{
    border-radius: 14px;
    background-color: #292921;
    font-family: Montserrat;
    color:  #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 17px 22px;
    margin: 0px 0px 25px;
}
#siteSub{
    display: none;
}
.box-shadow{
   -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    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: 10px;
}
.quick-start-block{
    margin: 70px 0px 40px;
}
.quick-start-block h3{
    color:  #292921;
    font-size: 40px;
    font-weight: 700;
    margin: 0px 0px 62px;
    text-align: center;
    line-height: normal;
}
.quickstart-grid{
    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: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.quickstart-grid .quickstart-item{
    border-radius: 10px;
    background-color:  rgba(255, 255, 255, 0.94);
    box-shadow: 0px 15px 30px 0px rgba(2, 31, 55, 0.1);
    padding: 30px;
    text-align: center;
    width: calc((100% - 82px)/3);
    margin-right: 40px;
    margin-bottom: 40px;
}
.quickstart-grid .quickstart-item:hover a{
   opacity:0.6;;
}
.quickstart-grid .quickstart-item ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.quickstart-grid .quickstart-item:nth-child(3n){
    margin-right: 0px;
}
.quickstart-grid .quickstart-item .image-block{
    margin: auto auto 30px;
    display: block;
    text-align: center;
}
.quickstart-grid .quickstart-item .title{
    color:  #292921;
    font-size: 17px;
    margin: 0px 0px 10px;
}
.quickstart-grid .quickstart-item .title a{
    display: block;
    color:  #292921;
    font-size: 17px;
    text-decoration: none;
}
.quickstart-grid .quickstart-item .content{
    color:  #292921;
    font-size: 15px;
}
.quickstart-grid .quickstart-item .content ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.quickstart-grid .quickstart-item .content ul li a{
    display: block;
    color:  #078cd4;
    text-decoration: none;
}
.mw-headline {
    font-size: 1em;
}
.latest-downloads{
    border-radius: 14px;
    background-color:  #ffffff;
    box-shadow: 0px 11px 40px 0px rgba(10, 84, 125, 0.06);
    padding: 22px;
    text-align: center;
}
.latest-downloads h3{
    color:  #29292a;
    font-size: 30px;
    font-weight: 600;
    margin: 0px 0px 44px;
}
.latest-download-grid{
    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: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.latest-download-grid .latest-download-item{
    border-radius: 8px;
    background-color:  #f8f8f8;
    border-left: 6px solid #0bb7f1;
    overflow: hidden;
    text-align: center;
    padding: 35px 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: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc((100% - 45px)/3);
    margin-right: 22px;
    margin-bottom: 48px;
}
.latest-download-grid .latest-download-item:nth-child(3n){
    margin-right: 0px;
}
.latest-download-grid .latest-download-item .title{
    font-family: 'Poppins', sans-serif;
    color:  #29292a;
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0px 23px;
    width: 100%;
}
.latest-download-grid .latest-download-item pre{
    width: 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-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.latest-download-grid .latest-download-item a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    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: 16px 25px 16px;
    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.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;
    border: 0px;
    height: 46px;
}
.latest-download-grid .latest-download-item a:hover{ 
    background: #fff;  
        color:#ff4081;
-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);
}
.latest-downloads-bottom-image .round-border {
    border-radius: 10px;
    max-height: 375px;
}
.get-starts{
    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;
    -ms-align-items: center;
    -o-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;
    padding: 30px;
    margin-bottom: 50px;
}
.get-starts .get-starts-left{
    width: 500px;
    margin-right: 50px;
}
.get-starts .get-starts-right{
    width: calc(100% - 551px);
    font-size: 0px;
}
.get-starts .get-starts-right .get-starts-button {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 14px)/2);
    margin-right: 14px;
}
.get-starts .get-starts-right .get-starts-button:nth-child(2n),.get-starts .get-starts-right .get-starts-button:last-child{
    margin-right: 0px;
}
.get-starts .get-starts-right a{
    display: block;
    margin-right: 0px;
    padding: 17px 14px;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    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%);
    text-decoration: none;
    line-height: 20px;
    border-radius: 16px;
    text-align: center;
}
.get-starts .get-starts-right a:hover{
    background:	#fff;
	color:#ff4081;
-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);
}
.get-starts .get-starts-right a:nth-child(2n){
    margin-right: 0px;
}
.home-banner-new{
    position: relative;
   /* padding: 15vh 0;
    min-height: 45vh;*/
    background-position: center bottom;
    height:150px;
    overflow:hidden;
    opacity:0;
}
.home-banner-new:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contian;
    background-position: bottom center;
    background-image: url(../images/banner_after.svg);
    width: 100%;
    padding-bottom: 100%;
    z-index:1;
}
.mw-body-content {
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    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: 20px;
}
.page-Main_Page .mw-body-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
#toc ul, .toc ul {
    list-style: inside;
}
.embedvideowrap {
	width: 100% !important;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
}
.embedvideowrap iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
a{
    word-break: break-word;
}
iframe {
    height: 100%;
}
/* == End Wiki == */
@media screen and (max-width:2200px) {
    .main-section:after {
        bottom: -450px;
        width: 500px;
        height: 663px;
    }
    .signup-section {
        padding-bottom: 110px;
    }
    .news-banner {
        background-size: cover;
        padding: 250px 0px;
    }
}
@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%;
    }
}
@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%;
    }
   /*.home-banner-new{
	min-height: 55vh;
    }*/
}

@media screen and (min-width:3500px){
    .signup-page-bg-template .container,.signup-page-bg-template .container.large{
        max-width: 2500px;
    }
}
@media screen and (min-width:5000px){
    .signup-page-bg-template .container,.signup-page-bg-template .container.large{
        max-width: 3500px;
    }
}
@media screen and (min-width:1700px) and (max-width:2200px){
    .home-page .main-section:after {
        bottom: -650px;
    }
}
@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;
    }
}
@media all and (max-width:1870px) {
    .main-section .left-section {
        max-width: 50%;
        margin-left: 12%;
    }
}
@media screen and (max-width:1800px){
    .bottom-section{
        background-size: 920px;
        background-position: left bottom;
    }
    .creative-blocks{
        margin-right: 0px;
    }
    .creative-blocks:after {
        width: 167px;
        height: 134px;
        right: 0px;
    }
}

@media screen and (max-width:1700px) {
/*
    .creative-blocks .creative-title-block {
        margin-bottom: 25px;
    }
    .creative-title-block .title {
        font-size: 20px;
    }
    .creative-title-block h3 {
        font-size: 30px;
    }
    .creative-icon-blocks ul {
        margin-right: 20px;
    }
    .creative-icon-blocks ul:nth-child(odd) {
        margin-top: 31px;
    }
*/
    .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: 363px;
        height: 400px;
        bottom: -150px;
    }
}
@media all and (max-width:1670px) {
    .main-section .left-section {
        margin-left: 2%;
    }
    .main-section .left-section.login-boxsection-top{
        top: 220px;
    }
    .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;
    }
}
@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;
    }
}
@media all and (max-width:1250px){
    .main-section{
        background-size: 800px;
    }
    .bottom-section{
        background-image: none;
    }
    .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;
    }
}
@media screen and (max-width:1150px) {
    .explore-lists-blocks .explore-lists .product-content-info {
        padding: 22px 15px 22px;
    }
    .products-grid .explore-item h4 {
        height: auto;
        overflow: visible;
    }
    .signup-section.signup-section-avatar-info .container{
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .get-starts .get-starts-left{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .get-starts .get-starts-right {
        width: 100%;
        font-size: 0px;
        max-width: 500px;
        margin: auto;
    }
    .quickstart-grid .quickstart-item,.quickstart-grid .quickstart-item:nth-child(3n){
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 20px;
    }
    .quickstart-grid .quickstart-item:nth-child(2n){
        margin-right: 0px;
    }
    .content-portal .content-portal-grid .content-portal-item{
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .content-portal .content-portal-grid .content-portal-item:nth-child(2n){
        margin-right: 0px;
    }
}
@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;
    }
}
.signup-section-avatar .avatar-slide.active img{
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}
@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 0px 30px;
    }
    .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:9px;
    }
    .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%;
    }
    .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;
    }
    .shop-tool-bar{
            margin: 0px 0px 23px;
    }
    .quick-start-block h3{
        font-size: 25px;
        margin: 0px 0px 22px;
    }
    .content-portal{
        padding: 20px 16px 0px;
        margin: 0px 0px 40px;
    }
    .content-portal h2{
        font-size: 25px;
        margin: 0px 0px 13px;
    }
    .content-portal .content-portal-info {
        font-size: 14px;
        line-height: 20px;
    }
    table.navbox td a{
        display: inline-block;
        white-space: unset;
    }
    table.navbox td th a {
        font-size: 10px;
    }
    .catlinks{
        padding: 14px;
        margin-top: 20px;
    }
    .catlinks ul li{
        margin-bottom: 10px;
    }
    
}
@media screen and (max-width:840px) {
    .header-bottom .mdl-layout__container{
/*        height: 100%;*/
        z-index: 999;
        width: 100px;
        overflow: visible;
    }
    .header-bottom .mdl-layout__container.active{
        height: 100%;
        width: 100%;
	z-index:10000;
	position:fixed;
	left:0;
	right:0;
    }

    .shop-contentsection {
        padding-left: 0px;
    }
    .show-on-desktop {
        display: none;
    }
    .show-on-mobile {
        display: block;
    }
    header {
        position: static;
    }
    header .mdl-layout__drawer-button {
        color: #ffffff;
    }
    .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: 230px 0px 30px;
    }
    .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 43px 12px;
    }
    .bottom-section {
        margin: 0px 0px 0px;
        padding: 0px;
    }
    .main-section {
        height: auto;
    }
    .main-section,
    .bottom-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: 30px;
    }
    .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;
    }
    .logos-section .mdl-grid {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -o-justify-content: center;
        -ms-justify-content: center;
    }
    .logos-section .mdl-grid .mdl-cell--3-col {
        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-top-block h1 {
        font-size: 24px;
        margin: 0px 0px 20px;
    }
    .download-section:after {
        width: 163px;
        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;
    }
    .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: block;
        width: 100%;
        float: none;
        text-align: left;
        height: auto;
    }
    .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 15px;
    }
    .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;
        padding-bottom: 30%;
    }
    .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 15px 26px;
    }
    .products-grid .explore-item h4 {
        font-size: 18px;
        margin: 0px 0px 10px;
    }
    .product-content-info p {
        font-size: 12px;
    }
    .products-grid .explore-item .content {
        margin: 0px 0px 15px;
    }
    .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: normal;
    }
    .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;
    }
    .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 .shop-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;
    }
    .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;
    }
    .shop-tool-bar{
        margin: 0px 0px 23px;
    }
    .shop-tool-bar .shop-tool-bar-left{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: center;
    }
    .shop-tool-bar .shop-tool-bar-right{
        width: 100%;
        margin-right: 0px;
        text-align: center;
    }
    .welcome-note{
        font-size: 14px;
        padding: 13px 18px;
        margin: 0px 0px 15px;
    }
    .get-starts{
        padding: 18px;
        text-align: center;
    }
    .get-starts .get-starts-left {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .latest-downloads{
        padding: 18px;
    }
    .latest-downloads h3 {
        font-size: 20px;
        margin: 0px 0px 25px;
        line-height: normal;
    }
    .get-starts .get-starts-right a{
        padding: 14px 10px;
        font-size: 9px;
        line-height: 16px;
    }
    .get-starts-button{
        width: calc((100% - 8px)/2);
        margin-right: 8px;
    }
    .latest-download-grid .latest-download-item{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .quick-start-block {
        margin: 40px 0px 40px;
    }
}
@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;
    }
    .quickstart-grid .quickstart-item,.quickstart-grid .quickstart-item:nth-child(3n){
        width: 100%;
        margin-right: 0px !important;
    }
    .content-portal .content-portal-grid .content-portal-item {
        width: 100%;
        margin-right: 0px !important;
    }
}

@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;
    }
}

@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;
    }
}


/* -------------------------------- 

 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:hover a {
        color: #ff2e75;
    }

    .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;
    }
}
.mdl-mega-footer__middle-section.mdl-grid {
    align-items: center
}
.social-links li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.social-links li img {
    max-width: 20px;
}
ul.bottomlinks {
    text-align: center;
    margin: 30px 0 0;
    padding: 0;
}

ul.bottomlinks li {
    display: inline-block;
    margin: 0 10px;
}

ul.bottomlinks li a {
    color: #fff;
    text-decoration: none;
}
