html {
    font-size: 14px;
}
::selection {
    background-color: #000;
    color: #fff;
}
::-moz-selection {
    background-color: #000;
    color: #fff;
}
body {
    font: 1rem 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}
section {
    position: relative;
    z-index: 3;
    text-align: center;
}
.navbar {
    position: relative;
    z-index: 1;
    margin: 0;
    border: none;
}
.navbar-stuck {
    width: 100%;
    z-index: 100;
}
.navbar-header-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: url(../images/header-bg.jpg) no-repeat top center/ cover #212157;
}
.navbar-stuck .navbar-header-wrapper {
    visibility: hidden;
}
/*@media only screen and (min-width: 768px) {
    .navbar-header-wrapper {
        background: none;
    }
    .navbar-header-wrapper:before {
        content: " ";
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/header-bg.jpg) no-repeat top center/ cover #212157;
    }
}*/
.navbar-header-wrapper > .container {
    position: relative;
    z-index: 2;
}
.navbar-header-overlay {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: #10114c;
    background: -moz-linear-gradient(45deg, #10114c 0%, #5c0e85 100%);
    background: -webkit-linear-gradient(45deg, #10114c 0%, #5c0e85 100%);
    background: linear-gradient(45deg, #10114c 0%, #5c0e85 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#10114c', endColorstr='#5c0e85', GradientType=1);
}
.navbar-header {
    float: none;
    padding: 35px 0;
}
.theme-brands {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.theme-brands li {
    display: inline-block;
    margin: 0 30px 15px;
}
.theme-heading {
    width: 100%;
    margin: 25px 0 20px;
    text-align: center;
}
.theme-title {
    margin: 0;
    font-size: 3rem;
    font-weight: 900;
    background: #cbb4db;
    background: -moz-linear-gradient(left, #cbb4db 0%, #d8c8f0 50%, #cbb4db 100%);
    background: -webkit-linear-gradient(left, #cbb4db 0%, #d8c8f0 50%, #cbb4db 100%);
    background: linear-gradient(to right, #cbb4db 0%, #d8c8f0 50%, #cbb4db 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cbb4db', endColorstr='#cbb4db', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #cbb4db;
}
 .sunny-demo-item .sunny-scover {
        height: 510px;
    }
p.theme-description {
    margin: 0;
    font-size: .92857rem;
    font-weight: 300;
    letter-spacing: .13em;
    color: #d6c1e4;
}

h2.theme-description {
    margin: 1.2em 1em 0 1em;
    font-weight: 300;
    font-size: 1.21428rem;
    line-height: 1.08;
    color: #a186b3;
}
@media only screen and (min-width: 768px) {
    .navbar-header {
        min-height: 490px;
    }
    .theme-heading {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .theme-title {
        font-size: 3.57142rem;
    }
    p.theme-description {
        margin-left: 0;
        margin-right: 0;
        font-size: 1rem;
        font-weight: 100;
        letter-spacing: .18em;
    }
    h2.theme-description {
        font-weight: 300;
        font-size: 2.28571rem;
        line-height: 1.28;
    }
    .theme-brands {
        position: absolute;
        top: 25px;
        left: 0;
        width: 100%;
        display: inline-block;
        margin: 0;
    }
    .theme-brands li {
        margin: 0 30px;
    }
}
.navbar-collapse-wrapper {
    position: relative;
    z-index: 3;
    box-shadow: 0 11px 51px rgba(74, 24, 116, 0.1);
    background-color: white;
}
.navbar-nav {
    float: none;
    width: 100%;
    text-align: center;
}
.navbar-nav li {
    display: inline-block;
    float: none;
}
.navbar-nav li > a {
    padding: 24px 35px;
    font-size: 1.14285rem;
    font-weight: 300;
    color: #666;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
}
.navbar-nav li.active > a {
    font-weight: 700;
    color: #000;
}
.navbar-nav li > a:focus,
.navbar-nav li > a:hover {
    outline: 0;
    color: #000;
    background-color: transparent;
}
.navbar-nav li.menu-item-purchase > a {
    font-weight: 700;
    color: #f10e0e;
}
/*
 * Section - Demos
 */

.sunny-section-demos {
    padding: 70px 0 30px 0;
}
.sunny-section-demos .section-title {
    margin: 0 0 .35em;
    font-size: 2.8rem;
    font-weight: 100;
    color: #000;
}
.sunny-section-demos .section-description {
    margin: 0 1em;
    font-size: 1.28571rem;
    font-weight: 100;
}
@media only screen and (min-width: 768px) {
    .sunny-section-demos .section-title {
        font-size: 2.85714rem;
    }
    .sunny-section-demos .section-description {
        margin: 0;
        font-size: 1.42857rem;
    }
}
@media only screen and (min-width: 992px) {
    .sunny-section-demos {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.demo-list {
    margin: 4rem 0;
}
.sunny-demo-item {
    width: 100%;
    padding: 25px 30px;
    float: left;
}
.sunny-demo-item .demo-title {
    margin: 0 0 20px;
    text-align: center;
    font-weight: 300;
    font-size: 1.42857rem;
}
.sunny-demo-item .sunny-scover {
    position: relative;
    display: block;
   
    
}
@media only screen and (min-width: 768px) {
    .sunny-demo-item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
@media only screen and (min-width: 992px) {
    .sunny-demo-item {
        width: 49.33%;
        padding-left: 15px;
        padding-right: 15px;
    }
   
}


@media only screen and (min-width: 1200px) {
    .sunny-demo-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    
}
.sunny-demo-item .sunny-scover > img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: top .4s;
    -moz-transition: top .4s;
    -ms-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100%;
    height: auto;
}
.sunny-demo-item .sunny-scover .hover-label {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    font-size: 1.71428rem;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.sunny-demo-item .sunny-scover .hover-label .fa {
    margin-right: 15px;
}
}
.sunny-section-demos .btn {
    padding: 12px 120px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    border: none;
    font-size: 1.85714rem;
    font-weight: 300;
    background-color: #fff;
    outline: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.sunny-section-demos .btn:hover {
    background-color: #000;
    color: #fff;
}
/*
 * Section - FlexAds
 */

.section-flexads {
    padding: 90px 0 180px 0;
    background: #00c42e;
    background: -moz-linear-gradient(-45deg, #00c42e 0%, #00be79 67%, #00be79 67%);
    background: -webkit-linear-gradient(-45deg, #00c42e 0%, #00be79 67%, #00be79 67%);
    background: linear-gradient(135deg, #00c42e 0%, #00be79 67%, #00be79 67%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c42e', endColorstr='#00be79', GradientType=1);
    color: #fff;
}
.section-flexads .section-branding {
    margin-bottom: 10px;
}
.section-flexads .branding-logo {
    margin-bottom: 30px;
}
.section-flexads .branding-description {
    margin: 0;
    letter-spacing: .1em;
    font-weight: 300;
}
.section-flexads .section-title {
    margin: 0 0 45px;
    font-size: 8.57142rem;
    font-weight: 900;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.1);
}
.section-flexads .section-title small {
    display: block;
    font-size: 2.57142rem;
    color: inherit;
}
.section-flexads .section-description {
    margin: 0 1em 80px;
    font-size: 1.28571rem;
}
@media only screen and (min-width: 768px) {
    .section-flexads .section-title {
        font-size: 11.42857rem;
    }
    .section-flexads .section-title small {
        font-size: 4.28571rem;
    }
    .section-flexads .section-description {
        margin-right: 0;
        margin-left: 0;
        font-size: 1.71428rem;
    }
}
.ad-placement-item {
    margin: 0 0 60px;
}
@media only screen and (min-width: 768px) {
    .ad-placement-item {
        width: 50%;
        float: left;
    }
    .ad-placement-list .ad-placement-item:nth-child(2n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 992px) {
    .ad-placement-item {
        width: 33.33333%;
    }
    .ad-placement-list .ad-placement-item:nth-child(2n+1) {
        clear: none;
    }
    .ad-placement-list .ad-placement-item:nth-child(3n+1) {
        clear: both;
    }
}
.ad-placement-item .ad-placement-title {
    margin: 15px 0 10px;
    font-size: 1.85714rem;
}
.ad-placement-item .ad-placement-description {
    margin: 0 auto;
    max-width: 225px;
}
/*
 * Section - FlexAds 2
 */

.section-flexads-2 {
    background: #3110da;
    background: -moz-linear-gradient(-63deg, #3110da 0%, #6e16ac 100%);
    background: -webkit-linear-gradient(-63deg, #3110da 0%, #6e16ac 100%);
    background: linear-gradient(117deg, #3110da 0%, #6e16ac 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3110da', endColorstr='#6e16ac', GradientType=1);
    color: #fff;
}
.section-flexads-2 > .container {
    position: relative;
}
.section-flexads-2 .responsive-preview {
    margin-top: -190px;
}
.section-flexads-2 .section-title {
    margin: 0;
    font-size: 2.85714rem;
    font-weight: 100;
    line-height: 1.3;
}
.section-flexads-2 .section-title small {
    display: block;
    margin: 20px 0 90px;
    font-size: 1.14285rem;
    font-weight: 300;
    color: #dcc3e5;
}
.section-flexads-2 .section-title .fa {
    background: #bb88e2;
    background: -moz-linear-gradient(left, #bb88e2 0%, #bba0dd 100%);
    background: -webkit-linear-gradient(left, #bb88e2 0%, #bba0dd 100%);
    background: linear-gradient(to right, #bb88e2 0%, #bba0dd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bb88e2', endColorstr='#bba0dd', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #bb88e2;
}
.section-flexads-2 .section-description {
    line-height: 1.2;
    font-weight: 100;
    font-size: 2.57142rem;
    color: #e5d6f0;
}
.section-flexads-2 .section-description img {
    margin: 50px 0 120px;
}
@media only screen and (min-width: 768px) {
    .section-flexads-2 .section-title {
        font-size: 4.28571rem;
    }
    .section-flexads-2 .section-description {
        font-size: 2.85714rem;
    }
}
/*
 * Section - SmartGIF
 */

.section-smartgif {
    padding: 90px 0;
    background-color: #1f1a2e;
    color: #fff;
}
.section-smartgif .section-branding {
    margin-bottom: 70px;
}
.section-smartgif .section-description-1 {
    margin: 0 0 60px;
    font-weight: 100;
    font-size: 1.57142rem;
    color: #e6d0f1;
}
.section-smartgif .section-description-2 {
    margin: 0 0 60px;
    background: #d47dd4;
    background: -moz-linear-gradient(left, #d47dd4 0%, #ac71ed 100%);
    background: -webkit-linear-gradient(left, #d47dd4 0%, #ac71ed 100%);
    background: linear-gradient(to right, #d47dd4 0%, #ac71ed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d47dd4', endColorstr='#ac71ed', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d47dd4;
    font-weight: 100;
    font-size: 2.42857rem;
}
.section-smartgif .section-description-3 {
    font-size: 1.85714rem;
    font-weight: 100;
    background: #d47dd4;
    background: -moz-linear-gradient(left, #d47dd4 0%, #9e82c3 100%);
    background: -webkit-linear-gradient(left, #d47dd4 0%, #9e82c3 100%);
    background: linear-gradient(to right, #d47dd4 0%, #9e82c3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d47dd4', endColorstr='#9e82c3', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d47dd4;
}
@media only screen and (min-width: 768px) {
    .section-smartgif .section-description-1 {
        font-size: 2.85714rem;
    }
    .section-smartgif .section-description-2 {
        font-size: 2.85714rem;
    }
}
.section-smartgif .section-description-3 img {
    margin: 40px 0 30px;
}
.section-smartgif .section-description-4 {
    font-weight: 100;
    font-size: 2.14285rem;
    color: #be9fc4;
}
.section-smartgif .section-description-4 img {
    margin: 50px 0 25px;
}
.section-smartgif .section-description-5 {
    font-weight: 100;
    font-size: 2rem;
    background: #bfa4c3;
    background: -moz-linear-gradient(left, #bfa4c3 0%, #ac71ed 100%);
    background: -webkit-linear-gradient(left, #bfa4c3 0%, #ac71ed 100%);
    background: linear-gradient(to right, #bfa4c3 0%, #ac71ed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bfa4c3', endColorstr='#ac71ed', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #d47dd4;
}
.section-smartgif .section-description-5 img {
    margin: 65px 0 20px;
}
.section-smartgif .section-description-5 img:last-child {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .section-smartgif .section-description-1,
    .section-smartgif .section-description-2,
    .section-smartgif .section-description-5 {
        font-size: 2.85714rem;
    }
}
/*
 * Section - Page Builder
 */

.section-pagebuilder {
    padding: 90px 0;
    background-color: #491989;
    color: #fff;
}
.section-pagebuilder .section-description-1 {
    margin: 0 0 25px;
    font-size: 1.07142rem;
    letter-spacing: .8em;
    color: #bfa2d7;
}
.section-pagebuilder .section-description-2 {
    font-weight: 100;
    font-size: 2.35714rem;
    color: #ccb2dd;
}
.section-pagebuilder .section-title-1 {
    margin: 0 0 30px;
    font-weight: 100;
    font-size: 3.71428rem;
}
.section-pagebuilder .section-title-1 img {
    display: block;
    margin: 20px auto 0;
}
.section-pagebuilder .section-title-2 {
    margin: 0 0 25px;
    font-weight: 100;
    font-size: 2.42857rem;
}
.section-pagebuilder .section-description-3 {
    font-weight: 300;
    font-size: 22px;
    color: #c8add7;
}
.section-pagebuilder .preview-box {
    margin: 80px 0 20px;
}
.section-pagebuilder .preview-box .preview-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 5px auto 35px;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}
.section-pagebuilder .preview-box .preview-title:before,
.section-pagebuilder .preview-box .preview-title:after {
    display: inline-block;
    content: " ";
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    background-color: #9278b4;
    height: 1px;
}
.section-pagebuilder .preview-box .preview-title .title {
    display: inline-block;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin: 0;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: 100;
    white-space: nowrap;
}
@media only screen and (min-width: 768px) {
    .section-pagebuilder .section-title-1 {
        font-size: 6.14285rem;
    }
    .section-pagebuilder .section-title-2 {
        font-size: 3.85714rem;
    }
    .section-pagebuilder .section-description-3 {
        font-weight: 100;
        font-size: 2.28571rem;
    }
    .section-pagebuilder .preview-box .preview-title {
        width: 50%;
    }
}
/*
 * Section - Theme Options
 */

.section-themeoptions {
    padding: 110px 0;
    background-color: #1f1a38;
    color: #fff;
}
.section-themeoptions .section-title {
    font-weight: 100;
    font-size: 5.57142rem;
    color: #ccc9de;
}
.section-themeoptions .section-title small {
    font-weight: inherit;
    font-size: 2.85714rem;
    color: #8b84af;
}
.section-themeoptions .section-credit {
    margin: 0 0 60px;
    font-weight: 300;
    text-transform: uppercase;
    color: #6d6599;
}
.section-themeoptions .section-credit strong {
    font-weight: 300;
    letter-spacing: .2em;
    color: #fff;
}
.section-themeoptions .section-credit img {
    display: block;
    margin: 20px auto 0;
}
.section-themeoptions .section-description {
    margin: 0 0 90px;
    font-weight: 100;
    font-size: 2.57142rem;
    background: #726b93;
    background: -moz-linear-gradient(left, #726b93 0%, #aaa6bd 100%);
    background: -webkit-linear-gradient(left, #726b93 0%, #aaa6bd 100%);
    background: linear-gradient(to right, #726b93 0%, #aaa6bd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#726b93', endColorstr='#aaa6bd', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #7d7996;
}
.section-themeoptions .section-description img {
    margin-bottom: 60px;
}
.feature-list .feature {
    width: 100%;
    padding: 11px;
}
.feature-list .feature-inner {
    position: relative;
    background-color: #1c1830;
    text-align: left;
    padding: 32px 1px 32px 100px;
}
.feature-list .feature.wide {
    width: 100%;
}
.feature-list .feature img {
    position: absolute;
    top: 45px;
    left: 20px;
}
.feature-list .feature .feature-title {
    display: block;
    margin: 20px 0 10px;
    font-size: 1.85714rem;
}
.feature-list .feature-description {
    max-width: 230px;
    font-size: 1.07142rem;
    color: #97969c;
}
@media only screen and (min-width: 768px) {
    .section-themeoptions .section-description {
        font-size: 2.85714rem;
    }
}
@media only screen and (min-width: 992px) {
    .feature-list .feature {
        width: 50%;
        float: left;
    }
    .feature-list .feature-inner {
        padding: 50px 20px 40px 160px;
        height: 200px;
    }
    .feature-list .feature.wide img {
        position: static;
        top: auto;
        left: auto;
    }
    .feature-list .feature:not(.wide) img {
        top: 65px;
        left: 60px;
    }
    .feature-list .feature.wide .feature-inner {
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }
    .feature-list .feature.wide .feature-title {
        margin-top: 0;
    }
    .feature-list .feature.wide .feature-description {
        max-width: none;
        margin: 0 auto 20px;
    }
}
/*
 * Section - Support
 */

.section-support {
    padding: 90px 30px 150px;
    background-color: #d54862;
    color: #fff;
}
@media only screen and (min-width: 768px) {
    .section-support {
        padding-left: 0;
        padding-right: 0;
    }
}
.section-support .button-wrapper {
    padding: 45px 0;
}
.section-support .button-wrapper .btn {
    padding: 15px 50px;
    border: none;
    border-radius: 30px;
    letter-spacing: .2em;
    font-size: 1.28571rem;
    background-color: #fff;
    box-shadow: none;
    color: #d54862;
}

    
    @media only screen and (min-width: 120px) and (max-width: 420px){
    
    .sunny-demo-item .sunny-scover {
        height: 250px;
    }
}

     @media only screen and (min-width: 421px) and (max-width: 560px){

     	.sunny-demo-item .sunny-scover {
        height: 360px;
    }
 
}
 @media only screen and (min-width: 560px) and (max-width: 660px){

     	.sunny-demo-item .sunny-scover {
        height: 450px;
    }
 
}
@media only screen and (min-width: 660px) and (max-width: 760px){

     	.sunny-demo-item .sunny-scover {
        height: 550px;
    }
 
}
@media only screen and (min-width: 760px) and (max-width: 980px){

     	.sunny-demo-item .sunny-scover {
        height: 310px;
    }
 
}
@media only screen and (min-width: 980px) and (max-width: 1250px){

     	.sunny-demo-item .sunny-scover {
        height: 370px;
    }
 
}