* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

body {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    overflow-x: hidden;
}

body a {
    color: #222;
    outline: none !important;
}

body a:focus,
body a:active,
body a:hover {
    color: #ff2d38;
}

body a:hover,
body a:focus,
body a:active,
body a:visited {
    text-decoration: none;
}

img {
    width: auto;
    max-width: 100%;
}

.clearfix {
    clear: both;
    height: 0;
}

.navbar-default .navbar-toggle {
    border-color: #bbb;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #bbb;
}

.content-top {
    text-align: center;
}

.content-top .sale-top h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    padding-top: 120px;
    margin: 0;
}

.content-top .des-top {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    padding-top: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.logo-wrapper h1 {
    margin: 0;
}

.logo-wrapper strong {
    display: none;
}

.price-logo-content {
    padding-top: 200px;
    position: relative;
    max-width: 1396px;
    text-align: center;
    height: 809px;
    margin: 0 auto;
    background: url(../images/bg-price-logo.png) no-repeat top center;
}

.price-logo-content h1 {
    margin: 10px 0 40px;
}

.price-logo-content .welcome {
    font-size: 60px;
    color: #1d2330;
    letter-spacing: 5px;
    font-family: 'Roboto', sans-serif;
}

.price-logo-content .description {
    font-size: 36px;
    color: #1d2330;
    font-weight: 600;
}

.price-logo-content .price-theme {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: -50px;
    background-color: #ff5555;
    font-size: 66px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 200px;
    height: 200px;
    border: 13px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.price-time-container {
    line-height: 180px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) inset;
}

.price-time-container img {
    position: absolute;
    top: 15px;
    left: 31px;
}

.price-time-container .old-price {
    bottom: 8px;
    font-size: 30px;
    line-height: 1.6;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
}

.price-time-container .old-price span {
    position: relative;
    display: inline-block;
}

.price-time-container .old-price span:before {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #fff;
    top: 50%;
    margin-top: -1px;
    left: -5px;
    right: -5px;
    z-index: 5;
    position: absolute;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}

.price-logo-content .sale-time {
    font-size: 52px;
    color: #ff5555;
    text-transform: uppercase;
    font-weight: 600;
}

.price-logo-content .title-sale {
    font-size: 117px;
    color: #1d2330;
    font-weight: 700;
    letter-spacing: -5px;
    text-transform: uppercase;
    line-height: 1;
    margin: -15px 0 -10px;
}

.price-logo-content .price-sale {
    line-height: 1;
    font-size: 200px;
    color: #ff5555;
    font-weight: 700;
    letter-spacing: -5px;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.theme-demo {
    background: url("../images/bg-demo.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 0 80px;
    color: #fff;
}

.demo-content {
    text-align: center;
    padding: 0 30px;
}

.demo-content:after {
    content: "";
    display: block;
    clear: both;
}

.demo-content .item {
    float: left;
    width: 33.333333%;
    padding: 0 20px;
}

.demo-content .item .image-item {
    overflow: hidden;
    position: relative;
    padding: 9px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.demo-content .item .image-item .image-content {
    position: relative;
}

.demo-content .item .image-item .image-content:before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 200;
    transition: .2s;
    -webkit-transition: .2s;
}

.demo-content .item .image-item:hover .image-content:before {
    opacity: 1;
}

.demo-content .item .image-item .image-content .btn-demo {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 40px;
    color: #fff;
    background-color: #ff2d38;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    z-index: 220;
    transition: .2s;
    -webkit-transition: .2s;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.demo-content .item .image-item .image-content .btn-demo:hover {
    background-color: #e8202a;
}

.demo-content .item .image-item:hover .image-content .btn-demo {
    opacity: 1;
}

.demo-content .item .info-item h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.demo-content .item .info-item {
    margin-bottom: 40px;
}

.demo-content .item .info-item h2 a {
    color: #fff;
    font-family: 'Rubik', sans-serif;
}

.logo-top {
    padding: 20px 0;
    text-align: left;
}

.title-intro {
    text-align: center;
    color: #1d2330;
}

.title-intro h3 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 900;
    margin: 0 0 45px;
    color: #222;
    text-transform: capitalize;
}

.title-intro p {
    font-size: 16px;
    margin: 0 0 50px;
    line-height: 1.8;
    color: #666666;
}

.theme-demo .title-intro h3 {
    margin: 0 0 15px;
    color: #fff;
}

.theme-demo .title-intro,
.admin-demo .title-intro {
    color: #222;
}

.theme-demo .title-intro p {
    font-size: 16px;
    color: #fff;
}

.admin-demo .title-intro p {
    margin-bottom: 140px;
}

.btn-buy {
    padding: 0 42px;
    font-size: 80%;
    display: inline-block;
    text-align: center;
    background: #fff;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    -webkit-border-radius: 19px;

    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.btn-buy:hover {
    color: #fff;
    background-color: #f4a137;
}

.bottom-description {
    text-align: center;
    background-color: #f4a137;
    color: #fff;
    padding: 35px 0;
}

.title-page h3 {
    font-size: 100%;
    margin-top: 10px;
}

.theme-demo .title-page {
    margin-bottom: 40px;
}

.demo-version li a:hover {
    color: #fff;
    background-color: #f4a137;
}

.admin-demo {
    background: url(../images/admin.jpg) no-repeat center top;
    padding-top: 130px;
}

.admin-demo .title-page {
    margin-bottom: 35px;
}

.admin-demo .title-page h2 {
    color: #fff;
}

.admin-demo .title-page h3 {
    color: #c9c9c9;
    line-height: inherit;
}

.hot-features .h-feature-item {
    display: table-cell;
    padding: 60px 30px 60px;
    color: #fff;
    width: 25%;
}

.hot-features .h-feature-item .hot-item-content h2 {

    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}

.hot-features .h-feature-item .hot-item-content p {
    font-size: 14px;
}

.hot-features .h-feature-item.feature-1 {
    background: #f29400;
}

.hot-features .h-feature-item.feature-2 {
    background: #f29f00;
}

.hot-features .h-feature-item.feature-3 {
    background: #fba500;
}

.hot-features .h-feature-item.feature-4 {
    background: #ffb21e;
}

.all-features {
    padding: 100px 30px 70px;
    clear: both;
    background: #fff;
}

.support-container {
    padding: 100px 45px;
    background-color: #f3f3f3;
}

.support-container .title-intro h3 {
    margin-bottom: 15px;
}

.support-content .info-support {
    text-align: center;
}

.support-content .title-page {
    margin-bottom: 50px;
}

.support-content .info-support h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.support-content .info-support h3 a {
    text-transform: uppercase;
    transition: .2s;
    -webkit-transition: .2s;
}

.support-content .info-support h3 a:hover {
    color: #ff2d38;
}

.list-featured {
    display: inline-block;
    width: 100%;
}

.list-featured ul li {
    float: left;
    width: 33.33%;
}

.list-featured ul li .item-inner {
    background-color: #f5f5f5;
    max-width: 100%;
    border: 2px solid transparent;
    margin: 0 20px 40px;
    text-align: center;
    padding: 40px 0;
    min-height: 265px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.list-featured ul li .item-inner:hover {
    border-color: #ff2d38;
    background-color: #fff;
}

.list-featured ul li .item-inner .icon-featured {
    width: 60px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden;
}

.list-featured ul li .item-inner .info-featured {
    margin: 0 auto;
    max-width: 410px;
    padding: 0 10px;
}

.list-featured ul li .item-inner .info-featured h2 {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.buytheme-bottom {
    background: #fff;
    padding: 80px 0 20px;
    text-align: center;
}

.buytheme-bottom .title-1 {
    font-size: 48px;
    color: #222;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

.buytheme-bottom .price {
    color: #ff4444;
    font-size: 64px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0;
}

.buytheme-bottom .description-footer {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.buytheme-bottom .buy-theme {
    background: linear-gradient(180deg, rgba(35, 197, 115, 1) 30%, rgba(19, 165, 91, 1) 100%);
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 18px;
    height: 60px;
    font-weight: 500;
    line-height: 60px;
    padding: 0 45px;
    margin-bottom: 80px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.buytheme-bottom .buy-theme:hover {
    background-color: #1ebc6c;
}

.arr-search {
    text-align: center;
    padding-top: 80px;
    background: url(../images/bg-search.jpg) no-repeat top center
}

.arr-search .title-intro h3 {
    margin-bottom: 15px;
}

.demo-content .item .image-item img:hover {
    opacity: .8;
}

.support-item {
    padding: 0 20px;
}

.support-item .box-image {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.support-item .box-image:hover {
    border-color: #ff2d38;
    border-width: 2px;
    padding: 9px;
}

/* RESPONSIVE */

@media (min-width: 1200px) and (max-width: 1920px) {
    .list-featured ul li:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .theme-demo {
        display: inline-block;
        width: 100%;
    }

    .demo-content .item .item-inner {
        margin: 0 20px;
    }

    .demo-content .item .item-inner img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        height: 83px;
        background: rgba(255, 255, 255, 0);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        padding: 0 30px;
        margin: 0;
        transition: .2s;
        -webkit-transition: .2s;
    }

    .header-on-top .navbar-default {
        padding-top: 0;
        padding-bottom: 0;
        background-color: #2a2a4d;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    .navbar-default .navbar-collapse {
        padding: 0;
    }

    .navbar-default .logo {
        float: left;
        margin: 0;
    }

    .navbar-default .navbar-collapse .navbar-nav {

    }

    .navbar-collapse .navbar-nav {
        text-align: right;
        margin: 0;
        float: none;
    }

    .navbar-collapse .navbar-nav li {
        display: inline-block;
        margin: 0;
        float: none;
    }

    .navbar-collapse .navbar-nav li a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-weight: 500;
        padding: 0 20px;
        margin: 20px 10px;
        background: none;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        border-radius: 25px;
        border: 1px solid #fff;
    }

    .navbar-collapse .navbar-nav li.current a,
    .navbar-collapse .navbar-nav li a:hover {
        color: #fff;
        background: #ff2d38;
        border: 1px solid transparent;
    }

    .navbar-collapse .navbar-nav li.purchase a {
        background-color: #1dba6b;
        border: none;
        background: linear-gradient(180deg, rgba(35, 197, 115, 1) 30%, rgba(19, 165, 91, 1) 100%);
        color: #fff;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-collapse .navbar-nav li {
        margin: 0 0 0 10px;
    }

    .navbar-default {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        width: 50%;
        min-height: 275px;
    }

    .all-features-content .feature-item:nth-child(3n+1) {
        clear: left;
    }

    .theme-demo {
        display: inline-block;
        width: 100%;
    }

    .demo-content {
        padding: 0;
    }

    .all-features {
        padding-left: 0;
        padding-right: 0;
    }

    .support-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .demo-content .item .item-inner img {
        width: 100%;
    }

    .list-featured ul li:nth-child(3n+1) {
        clear: left;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .theme-demo {
        background-size: auto 100%;
    }

    .content-top {
        display: none;
    }

    .theme-demo {
        padding-top: 120px;
    }

    .demo-content {
        padding: 0;
    }

    .all-features {
        padding-left: 0;
        padding-right: 0;
    }

    .support-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navigation-logo .logo-wrapper {
        float: left;
        width: 30%;
    }

    .navbar-collapse .navbar-nav li {
        margin: 0 0 0 5px;
    }

    .navbar-collapse .navbar-nav li a {
        padding: 0 20px;
        margin: 20px 3px;
    }

    .navbar-default {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navigation-logo .nav-wrapper {
        float: left;
        width: 70%;
    }

    .demo-image {
        text-align: center;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        float: left;
        width: 50%;
        min-height: 290px;
    }

    .list-featured ul li {
        width: 50%;
    }

    .list-featured ul li:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .navbar-header {
        margin-top: -58px;
    }

    .navbar-default .navbar-toggle {
        position: relative;
        top: -14px;
    }

    .logo-top {
        padding: 20px 15px;
    }

    .content-top {
        margin-bottom: 0;
    }

    .hot-features {
        display: table;
        background-size: auto 100%;
    }

    .hot-features .h-feature-item {
        display: block;
        width: 100%;
        padding: 30px;
    }

    .slider-demo-container {
        display: none;
    }

    .content-top {
        display: none;
    }

    .demo-content {
        padding: 0;
    }

    .all-features {
        padding-left: 0;
        padding-right: 0;
    }

    .support-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .demo-content .item {
        float: none;
        width: 100%;
        padding: 0;
    }

    .support-item .item-inner {
        margin-bottom: 30px;
    }

    .support-item .item-inner .box-image {
        text-align: center;
    }

    .navbar-default .logo {
        float: left;
        margin: 10px 0 15px 15px;
    }

    .navbar-toggle {
        margin-top: 16px;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li.current > a {
        color: #1ebc6c !important;
    }

    .list-featured ul li {
        width: 100%;
        float: none;
    }

    .hot-features .h-feature-item .hot-item-content h2 {
        white-space: normal;
    }

    .theme-demo {
        display: inline-block;
        width: 100%;
    }

    .demo-content .item .item-inner {
        margin: 0 20px;
    }

    .demo-content .item .item-inner img {
        width: 100%;
    }

    .buytheme-bottom .price {
        margin: 30px 0;
    }

    .buytheme-bottom .title-1 {
        font-size: 40px;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (max-width: 580px) {

    .price-logo-content .sale-time {
        font-size: 30px;
    }

    .price-logo-content .title-sale {
        font-size: 60px;
        margin: 0;
    }

    .price-logo-content .price-sale {
        font-size: 100px;
    }

    .price-logo-content {
        height: 500px;
        padding-top: 110px;
    }

    .buytheme-bottom .title-1 {
        font-size: 20px;
    }

    .buytheme-bottom .price {
        font-size: 40px;
        margin: 20px 0;
    }
}