body, html {
    height: 100%; 
    font-family: 'Helvetica', 'Arial', sans-serif;
}
.no_padding {
    padding: 0;
}
.no_padding_left {
    padding-left: 0;
}
.no_padding_right {
    padding-right: 0;
}
.content {
    padding-top: 0;
}
.icon-bar {
    background: #666;
}

@media (min-width: 768px){
    .navbar-nav > li > a {
        padding: 20px 13px;
        text-decoration: none;
        text-shadow: none;
        font-size: 11px;
        /* font-family: 'WorkSanssb'; */
        color: #4c4c4c;
        /* font-weight: 900; */
        text-transform: uppercase;
    }
    .navbar-nav > li > a:hover {
        color:#c8c3c3;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out;
        background:none;
    }
    .navbar-nav > li > a:focus {
        background:none;
    }
    .sign-in {
        background: transparent;
        color: #a3a3a3; !important;
        border-radius: 2px;
        padding: 5px 13px !important;
        border: 1px solid #a3a3a3;
        top: 13px;
    }

    .sign-in:hover {
        background: transparent;
    }
    .sign-in:hover svg path {
        fill: #fff;
    }
}
.navbar-brand img {
    height: 28px;
}
@media (max-width: 767px) {
    .navbar-collapse {
        background: #FFF;
        margin-top:10px;
    }
    .navbar-nav > li > a {
        color:#666;
    }
    .sign-in {
        /*border: 1px solid #666;*/
    }
}
.home-nav {
    display:inline-block;
}
    .home-nav.fixed img {
        height:30px;
    }
.nav-menu {
    display:inline-block;
    padding: 5px 0;
    margin-left:10px;
}
.nav-menu ul {
    padding: 0;
}
.nav-menu ul li{
    display:inline-block;
    list-style:none;
}
    .nav-menu.nav-right {
        float:right;
    }
    .nav-menu.fixed.nav-right ul li a.sign-in{
        border: 1px solid #777;
    }

.nav-menu ul li a{
    padding:20px;
    color:#FFF;
    text-decoration:none;
    text-shadow: none;
    font-size:12px;
    font-family: 'WorkSanssb';
}
.nav-menu.fixed ul li a{
    color:#777 !important;
}
.nav-header {
    background: #fff;
    z-index: 100;
    width: 100%;
    border-radius: 0;
    padding: 12px 0px;
    height: 78px;
    background: transparent;
    top:5%;
    position:absolute;
}
.nav-header.fixed-header {
    position: fixed !important;
    z-index: 101;
    top: -80px;
    transition: all 0.5s ease-in-out;
    /*box-shadow: 0px 0px 8px rgba(76,76,76,0.1);
    background: #FFFFFF;*/
}
.nav-header.fixed-header.scrolled {
    top:0;
}
.navigation {
    background: transparent;
    height:50px;
    width:100%;
}
    .navigation.fixed {
        padding-top: 10px;
    }

.skew-header {
    position:absolute;
    width: 100%;
    height: 288px;
    overflow: hidden;
    /*transform: skewY(-6deg);*/
    transform-origin: 0;
    background: #f6f6f7;
    z-index:-1;
}
.template-header {
    /*background: #fbfbfb;
    position:absolute;*/
}
.template-header-reverse {
    /*transform: skewY(6deg) translateY(-50%);*/
    /*padding-bottom:100px;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    padding-top: 150px;
}
.template-title {
    font-size:43px;
    color: #394147;
    padding-top:10px;
    font-weight: 600;
}
.template-desc {
    width: 508px;
    font-size: 15px;
    color: #606b72;
}
@media (max-width:767px) {
    .template-desc {
        width: 100%;
    }
}
.theme-header {
    padding:45px 15px 120px;
}
.banner-slide-image {
    height:500px;
    width:100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricing-header {
    width:100%;
    background:#f6f6f7;
}
.pricing-header-title {
    color:#20272d;
    font-size:43px;
    display:block;
    text-align:center;
    font-weight:600;
    margin-bottom:10px;
}
.pricing-header-desc {
    color:#525f7f;
    font-size:17px;
    display:block;
    text-align:center;
    margin-bottom:40px;
}
.pricing-header-toggle {
    display:block;
    text-align:center;
}
.c-switch {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
}
.c-button--text.active {
    color: #20272d;
}
.c-button--text {
    color: #6b7c93;
    background: none;
    border: 0 none;
    font-size: 16px;
    height: 30px;
    outline: none;
    transition: all 0.1s;
    vertical-align: top;
    user-select: none;
    font-size:17px;
}
.c-switch > input {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    /*margin-top: 1px \9;*/
    line-height: normal;
}
.c-switch-toggle {
    background-color: #ebebeb !important;
    border-color: #ebebeb !important;
    /*vertical-align: top;*/
    user-select: none;
}
.c-switch-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
    border: 1px solid;
    border-color: #d7d7d7;
    border-radius: 100px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: #2b2b2b;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    position: relative;
    text-align: right;
    width: 56px;
}


.c-switch-toggle::before {
    background-color: #f4352b !important;
}
.c-switch-toggle::before {
    transition: all 0.1s ease;
    background-color: #fff;
    border-radius: 100px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    content: "";
    height: 24px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 24px;
}
.c-switch:active .c-switch-toggle::before {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
    width: 60%;
}
.c-switch input:checked + .c-switch-toggle::before, .c-switch.is-active .c-switch-toggle::before {
    left: inherit;
    right: 1px;
}

.billing {
    text-align:center;
}
@media (min-width:768px) {
    .billing {
        margin-top:-190px;
        display: flex;
        align-items: center;
    }
    .pricing-header {
        padding:200px 0 250px;
    }
}
@media (max-width:767px) {
    .pricing-header {
        padding:150px 0 100px;
    }
}
@media (min-width: 992px){
    .billing-desc, .billing-desc-hover {
        font-size: 16px !important;
    }

    .billing-desc {
        font-size: 13px !important;
    }

    .billing-price-item .price-quantity {
        font-size:24px !important;
    }
    .billing-price-item .price-quantity.ultimates {
        font-size:32px !important;
    }
}
.billing-content h2 {
    color:#f4352b;
    font-size:21px;
    margin-top:0;
    position: relative;
    z-index: 10;
}
.billing-desc {
    color:#606b72;
    font-size:14px;
    line-height:1.7;
}
.billing-price {
    margin:20px 0;
}
.billing-price-item {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0;
    vertical-align: bottom;
    font-size:15px;
}
.billing-price-item.currency {
    vertical-align: top !important;
}
.billing-price-item span {
    font-weight:600;
}
.billing-price-item .price-quantity {
    font-size:36px;
    color:#20272d;
    line-height:1;
    font-weight:600 !important;
}
    
.billing-desc-extra {
    color:#87949c;
    font-size:14px;
}
.pay-yearly-btn, .pay-monthly-btn {
    text-decoration:underline;
}
.billing-button > a {
    padding: 9px 26px;
    color: #f4352b;
    font-size: 12px;
    border: 1px solid #f4352b;
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    /* height: 48px; */
    /* line-height: 46px; */
    outline: none;
    transition: all 0.2s ease;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width:991px) {
    .billing-button > a {
        padding: 13px 11px;
        width: 100%;
        max-width: 130px;
    }
    .billing-price-item .price-quantity {
        font-size: 23px;
    }
}
@media (max-width:767px) {
    .billing-button > a {
        padding: 13px 11px;
        width: 100%;
        max-width: 200px;
    }
    .billing-button {
        left:50% !important;
    }
    .billing-price-item .price-quantity {
        font-size: 36px;
    }
}
.billing-button.recommend > a {
    border:1px solid #ff0000;
    background:#f4352b;
    color:#fff;
    margin-top: 30px;
}

.billing-button:hover > a {
    background:#f4352b;
    color:#fff;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.c-features-container > a:focus {
    text-decoration:none;
}
.billing-content {
    /*border:1px solid #a5acaf;*/
    padding:0;
    margin-bottom:30px;
    float:left;
    cursor:pointer;
}
.billing-content > div {
    background:#FFF;
    position:relative;
}
@media (max-width: 570px){
    .billing-business, .billing-olstore {
        font-size: 15px;
        min-width: 100px;
    }
}
.tx-strikethrough {
    text-decoration: line-through !important;
}
.t-tx-grey-800 {
    color: #a5b2bd !important;
}
@media (min-width:768px) {
    .billing-content .basic {
        border-right: none !important;
    } 
    .billing-content .ultimate {
        border-left: none !important;
    }
    .billing-content .popular {
        border-right: none !important;
    }
    .billing-content .premium {
        box-shadow: 0 15px 45px -5px rgba(39, 55, 74, 0.15), 0 15px 40px -20px rgba(39, 55, 74, 0.1);
    }
}
@media (max-width:767px) {
    .billing-content > div:first-child {
        padding: 30px !important;
    }
    .billing-content {
        border:1px solid #c1cbd4;
        margin: 10px 0;
        border-radius:4px;
        transition: all 0.15s linear;
    }
    .billing-content > div {
        border:none !important;
        border-radius:4px;
    }
}
.billing-content .basic {
    padding:40px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border:1px solid #c1cbd4;
} 
.billing-content .premium {
    padding:58px 40px 40px;
    border-radius:4px;
    border:1px solid #c1cbd4;
    z-index:2;
}
.billing-content .popular {
    padding:40px;
    border-top-left-radius:4px;
    border-bottom-left-radius:4px;
    border:1px solid #c1cbd4;
} 
.billing-content .ultimate {
    padding:40px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
    border:1px solid #c1cbd4;
}
@media (min-width:1200px) {
    .billing-content .basic {
        height:394px !important;
    } 
    .billing-content .premium {
        height:430px !important;
    }
    .billing-content .popular {
        height:394px !important;
    } 
    .billing-content .ultimate {
        height:394px !important;
    }
    
    .billing-button {
        bottom: 32px;
        position: absolute;
        left: 39.5px !important;
        width: 100%;
        max-width:190px;
    }
    .billing-button.recommend {
        bottom: 52px;
        position: absolute;
    }
    
}
@media (min-width:992px) {
    .billing-content .basic {
        height:480px;
    } 
    .billing-content .premium {
        height:518px;
    }
    .billing-content .popular {
        height:480px;
    } 
    .billing-content .ultimate {
        height:480px;
    }
    
    .billing-button {
        bottom: 32px;
        position: absolute;
        left: 15.5px;
        width: 100%;
        max-width:190px;
    }
    .billing-button.recommend {
        bottom: 52px;
        position: absolute;
    }
    
}
.billing-content .premium .best-value {
    background-image: url(../images/pricing/best-value.svg);
    background-size: 100% 100%;
    display: block;
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
}
.billing-features {
    margin:30px 0;
}

.c-features-container {
    background: #f9fafa;
    text-decoration: none;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px !important;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #d6dde3;
}
.u-mrg-t-5 {
    margin-top: 20px !important;
}
.u-pad-3 {
    padding: 12px !important;
}
.u-d-block {
    display: block !important;
}
.c-features-container__toggle .c-caret-down .link-caret-down::after {
    left: -2px;
    top: -3px;
}
.link-caret-up:after, .link-caret-down:after {
    left: 2px;
    top: -2px;
    vertical-align: middle;
}
.link-caret-down:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.link-caret-right:after, .link-caret-left:after, .link-caret-up:after, .link-caret-down:after {
    border-top-width: 2px;
    border-top-style: solid;
    border-right-width: 2px;
    border-right-style: solid;
    content: "";
    display: inline-block;
    margin-left: 0.3em;
    position: relative;
    pointer-events: none;
    width: 6px;
    height: 6px;
    transition: right 0.15s;
    vertical-align: middle;
}

.c-features-container__toggle.is-active .c-caret-down {
    transform: rotate(180deg);
}
.c-features-container__toggle .c-caret-down {
    display: inline-block;
    transition: all 0.2s ease;
    width: 24px;
}
.c-card__block {
    text-align:center;
    display:block;
    color:#606b72;
    font-size:16px;
}
/*@media (min-width: 992px) {
    .c-pricing__features {
        padding: 0 30px;
    }
}*/

.c-info-popover:hover {
    cursor: help;
}
.c-info-popover {
    display: inline-block;
    height: 16px;
    position: relative;
    right: -3px;
    top: 3px;
    width: 16px;
}
.c-info-popover:hover path, .c-info-popover:hover circle {
    fill: #93a1af;
}
.c-info-popover path, .c-info-popover circle {
    fill: #c1cbd4;
}
.c-card__block + .c-card__block {
    border-top: 1px solid #D6DDE3;
}

.c-card__block {
    box-sizing: border-box;
    padding: 20px 20px;
}
.c-card__block--sm {
    padding: 12px 20px;
}
.c-pricing__features  a:not(.c-button) {
    color: inherit;
    border-bottom: 1px dotted #93a1af;
}
.t-bg-grey-300 {
    background-color: #f1f3f5 !important;
}
.c-features-container > a:hover {
    text-decoration:none;
}

.faq {
    padding:70px 0 100px;
}


@media (min-width:992px) {
    .faq-item {
        height:265px !important;
    }
}

@media (min-width:768px) {
    .faq-list > :nth-child(even) {
        padding-right: 0;
        padding-left: 20px;
        margin-bottom: 30px;
    }

    .faq-list > :nth-child(odd)  {
        padding-left: 0;
        padding-right: 20px;
        margin-bottom: 30px;
    }
    .contact-support > :nth-child(even) {
        padding-right: 0;
        padding-left: 20px;
    }

    .contact-support > :nth-child(odd)  {
        padding-left: 0;
        padding-right: 20px;
    }
    .faq-item {
        height:305px;
    }
    /*.faq-list > div {
        max-height:250px;
        margin-bottom:50px;
    }*/
}
.faq-title {
    text-align:center;
    display:block;
    margin-bottom:60px;
    font-weight: 600;
}
.faq-item {
    padding: 30px;
    background:#ffffff;
    border:1px solid #d9dde3;
    border-radius:4px;
    display:inline-block;
}
@media (max-width:767px) {
    .faq-item {
        margin-bottom:20px;
    }
    .contact-support {
        display:inline-block;
    }
    .contact-support > div {
        margin-bottom:0 !important;
    }
}
.faq-item-left {
    float:left;
	width:40px;
    height:100%;
}
.faq-item-right {
    width: 100%;
    padding-left:50px;
}
.faq-space {
    width:100%;
    display:inline-block;
    height:1px;
}
.faq-item-question {
    color:#20272d;
    font-size:17px;
    font-weight:600;
    padding:4px 0;
    margin-bottom: 10px;
}
.faq-item-answer {
    color:#72808e;
    font-size:15px;
    line-height:30px;
}
.contact-support {
}
.contact-support > div {
        margin-bottom: 60px;
    }

.cs-left {
    text-align: center;
    display: block;
    width: 350px;
    margin: auto;
    left: 5%;
    position: relative;
}


.cs-right > a {
    /*color:#f4352b;*/
    padding:12px 35px;
    border:2px solid #f4352b;
    border-radius:4px;
    font-weight:600;
    display:inline-block;
    text-decoration:none;
    border-color: #FFF;
    color: #FFF;
}
    .cs-right > a:hover {
      -webkit-animation-duration: .3s;
              animation-duration: .3s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-name: hvr-pop;
              animation-name: hvr-pop;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
        background: #f4352b;
        color: #FFF;
        border-color: #f4352b;
    }
    .cs-right > a:not(:last-child) {
        background: #f4352b;
        color: #FFF;
        border-color: #f4352b;
    }

@media (min-width:992px) {
    .cs-right > a {
        padding:12px 45px !important;
    }
    .cs-right > a:not(:last-child) {
        margin-right:30px !important;
        padding:12px 30px !important;
    }
}
.cs-text-1st {
    color:#f4352b;
    font-size:21px;
}
.cs-text-2nd {
    color:rgba(255, 255, 255, 0.75);
    font-size:21px;
}
@media (min-width:768px) {
    .cs-text-1st {
        text-align:left;
    }
    .cs-text-2nd {
        text-align:left;
    }
    .cs-right {
        padding:8px 0;
    }
    .cs-right > a:not(:last-child) {
        margin-right:10px;
        padding:12px 20px;
    }
}
@media (max-width:767px) {
    .cs-right {
        text-align:center;
        margin-top:20px;
        margin-bottom:50px;
    }
    .cs-right > a {
        /*left:15px;*/
        position:relative;
    }
    .cs-left {
        width: 100%;
        left: 0;
    }
    .cs-right > a:not(:last-child) {
        margin-right:0;
        padding:12px 20px;
    }
}
#themes-tab {
    text-align:center;
    border-bottom:none;
    margin-top:40px;
    margin-bottom:40px;
    display:inline-block;
    position:relative;
}
#themes-tab > li {
    display:inline-block;
    padding:0px 30px;
    font-weight: 700;
    border-bottom: 2px solid #dbdbdb;
}

#themes-tab > li > a:hover {
    background: none;
    color:#f4352b;
}
#themes-tab > li > a {
    color:#72808e;
    transition: all 0.3s ease-in-out;
    border: none;
    padding:10px 5px;
    border-bottom:3px solid transparent;
}
#themes-tab > li.active a {
    color:#f4352b;
    border-left:none;
    border-right:none;
    /*border-bottom:3px solid #f4352b;*/
    transition: all 0.3s ease-in-out;
}
/*.theme-content img{
    width:100%;
}*/
.theme-content .tab-pane > div {
    cursor:pointer;
    -webkit-transition: all 0.75s; /* For Safari 3.1 to 6.0 */
    transition: all 0.75s;
    position: relative;
}
.theme-content .tab-pane > div > img {
    width:95%;
    -webkit-transition: all 0.75s; /* For Safari 3.1 to 6.0 */
    transition: all 0.75s;
}
.countdown {
    width:100%;
    height:206px;
    border: 1px solid rgba(0,0,0,0.1);
    text-align:center;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    padding: 28px 0;
}
    .countdown h3 {
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 2.2;
        margin-bottom: 20px;
    }
    .countdown .clock {
        display: inline-block;
        width: auto;
    }
        .countdown .clock > * {
            
            display:inline-block;
        }
.slider-active .tab-slider {
    display:block;
}
.tab-slider {
    position: absolute;
    bottom: 0;
    height: 2px;
    display:none;
    background-color: #f4352b;
    transition: 0.7s left ease, 0.7s width ease;
}
@media (max-width:991px) {
    .tab-slider {
        display:none !important;
    }
}
.theme-name {
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-top:20px;
}
.theme-space {
    height:60px;
    width:100%;
    display:inline-block;
}
.tab-content .tab-pane img {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.theme-detail {
    margin:50px 0;
}
.theme-template {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #72808e;
    font-size: 14px;
    letter-spacing: .15em;
    font-weight: 400;
    margin-bottom:20px;
}
.theme-title {
    display: block;
    text-align: center;
    font-size:43px;
    font-weight:600;
    margin-bottom:10px;
}
.theme-desc {
    color:#6b7c93;
    font-size:17px;
    display: block;
    text-align: center;
    margin-bottom:20px;
    width: 90%;
    max-width: 640px;
    margin: 20px auto 40px;
    line-height: 1.85;
    letter-spacing: .016em;
}
.theme-button {
    text-align:center;
    display:block;
}
.theme-button a {
    text-decoration:none;
    display:inline-block;
}
@media (min-width:768px) {
    .theme-start {
        border-radius: 40px;
        text-transform: uppercase;
        color: #fff;
        background: #f4352b;
        padding: 13px 55px;
        letter-spacing: 1px;
        font-size: 11px;
        margin-right:30px;
    }
    .theme-preview {
        border-radius: 40px;
        text-transform: uppercase;
        color: #f4352b;
        padding: 13px 46px;
        letter-spacing: 1px;
        font-size: 11px;
        border:1px solid #f4352b;
    }
}

@media (max-width:767px) {
    .theme-start {
        border-radius: 40px;
        text-transform: uppercase;
        color: #fff;
        background: #f4352b;
        padding: 13px 55px;
        letter-spacing: 1px;
        font-size: 11px;
    }
    .theme-preview {
        border-radius: 40px;
        text-transform: uppercase;
        color: #f4352b;
        padding: 13px 46px;
        letter-spacing: 1px;
        font-size: 11px;
        border:1px solid #f4352b;
    }
}

.theme-start:hover {
    color: #fff;
    opacity: .8;
}
.theme-preview:hover {
    color: #f4352b;
    opacity: .8;
}
.theme-device-look {
    margin:20px auto;
}
.theme-devices {
    display:block;
    text-align:center;
    margin-bottom:40px;
}
.theme-devices span {
    /*margin:20px;*/
    cursor:pointer;
}
.theme-devices span > div {
    display:inline-block;
}

/*#templates .demo .demo-device-icon.is--active g, #templates .demo .demo-device-icon:hover g {
    fill: #fb1313;
}
demo.less:108
#templates .demo .demo-devices g {
    fill: #aeaeae;
    transition: fill .2s cubic-bezier(.694,.0482,.335,1);
}*/
.theme-monitor:hover svg g path, .theme-monitor.active svg g path {
    fill:#f4352b;
}
.theme-monitor svg g path {
    transition: fill .2s cubic-bezier(.694,.0482,.335,1);
}
.theme-tablet:hover svg path, .theme-tablet.active svg path {
    fill:#f4352b;
}
.theme-tablet svg path {
    transition: fill .2s cubic-bezier(.694,.0482,.335,1);
}
.theme-mobile:hover svg path, .theme-mobile.active svg path {
    fill:#f4352b;
}
.theme-mobile svg g path {
    transition: fill .2s cubic-bezier(.694,.0482,.335,1);
}
/*.theme-monitor {
  margin:0 auto;
  transition: background-image 1s ease-in-out;
  background-image:url("images/template/theme-device1.png");
}

.theme-monitor:hover {
  background-image:url("images/template/theme-device1-gray.png");
}*/

.theme-device-preview {
    text-align:center;
}
.preview-container {
    display:inline-block;
    text-align:center;
    /*border: 1px solid #999;*/
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
}
.preview-container {
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    height: 100%;
    border-radius: 3px;
    margin: 0 auto;
    background: #e7e7e7;
    overflow: hidden;
    will-change: width,height,margin-top,border-radius,padding,top;
    line-height: 0;
    cursor: pointer;
    transition: top .5s cubic-bezier(.694,.0482,.335,1) .2s,padding .5s cubic-bezier(.694,.0482,.335,1) .2s,margin-top .5s cubic-bezier(.694,.0482,.335,1) .2s,border-radius .5s cubic-bezier(.694,.0482,.335,1) .2s,width .5s cubic-bezier(.694,.0482,.335,1) .2s,height .5s cubic-bezier(.694,.0482,.335,1) .2s;
}
    .preview-container.preview-monitor {
        top: 0;
        width: 90%;
        height: 86.8%;
        /*padding: 2.7vw;*/
        /*border-radius: 2.2vw;*/
        box-sizing: border-box;
    }
    .preview-container.preview-tablet {
        /*top: 5.3vw;*/
        width: 43vw;
        height: 70%;
        /*border-radius: 1.9vw;*/
        /*padding: 2% 7.2%;*/
        margin-top: 0;
    }
    .preview-container.preview-mobile {
        top: 0;
        display: inline-block;
        /*width: 30.3vw;*/
        height: 100%;
        /*padding: 7.6% .8%;*/
        /*border-radius: 4.1vw;*/
        margin: 0 auto;
        width: 19.3vw;
        /*border-radius: 2.65vw;
        padding: 19.5% 4.5%;*/
    }
    
    
.preview-container > img {
    opacity: 1;
    height: 100%;
    width: 100%;
    transition: opacity .2s cubic-bezier(.694,.0482,.335,1);
}
.preview-container > img.loading {
    opacity: 0 !important;
}
.features-container {
    width:100%;
    background:#FFFFFF;
    padding:100px 0;
}
.theme-features {
    font-size:13.4px;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#72808e;
    text-align:center;
    display:block;
    font-weight:600;
    margin-bottom: 10px;
}
.theme-features-title {
    font-size:34px;
    text-align:center;
    display:block;
    margin-bottom:50px;
}
.theme-features-items {
    padding: 0 5%;
}
.theme-features-item {
    margin-bottom:50px;;
    padding: 0px 5%;
}
.theme-features-icon {
    margin-bottom:10px;
}
.theme-features-icon img {
    height:37px;
}
.theme-features-item-title {
    margin-bottom:10px;
    font-size:15px;
    color:#20272d;
    font-weight:600;
}
.theme-features-item-desc {
    font-size:13.4px;
    color:#525f7f;
    line-height:2;
}
@media (max-width:767px) {
    /*.theme-features-item {
        text-align:center;
    }*/
}
.footer-modal {
    padding: 0 0 0;
    width:100%;
    background:#f6f9fc;
    /*margin-top:120px !important;*/
}
.startnow-container {
    width:100%;
    padding: 180px 0 40px;
}
.footer-startnow {
    font-size:30px;
    color:#394147;
    display:inline-block;
    margin-right:20px;
}
/*@media (min-width:768px) {
    .footer-startnow {
        margin-right:20px;
    }
}*/
.footer-startnow-button {
    display:inline-block;
}
.footer-startnow-button a {
    color:#f4352b;
    display:inline-block;
    border:2px solid #f4352b;
    text-transform:uppercase;
    letter-spacing:2px;
    padding:15px 30px;
    border-radius:5px;
    font-size: 12px;
    font-weight: 600;
    text-decoration:none;
}

.banner {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.banner-image {
    max-width: 100%;
    width: 100%;
    height: 910px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:absolute;
    max-width: 170rem;
    margin: auto;
    left: 0;
    right: 0;
}
.second-image {
    position: absolute;
    bottom: 0;
    left: 54%;
    text-align:center;
}
.banner-second-image {
    margin:auto;
}
.carousel-caption {
    top: 0;
    bottom: auto;
    /* left: 215px; */
    text-align: left;
    padding: 210px 0 50px;
    left:0 !important;
    right:0 !important;
    position:relative;
    margin-bottom: 100px;
}
@media (max-width:767px) {
    .carousel-caption {
        /*padding: 35% 0 50px;*/
    }
    .captioninner {
        width: 100% !important;
    }
}
.carousel-caption .captionouter {
    display: table;
    position: relative;
    vertical-align: middle;
    /* height: 565px; */
    /*height: 100vh;*/
    /* width: 990px; */
    width: 100%;
    margin: auto;
}

.captioninner {
    text-shadow:none;
    width: 665px;
    padding: 0 15px;
    zoom:0.8;
}
.banner-type {
    font-size:18px;
    /*font-family: 'WorkSansM';*/
    margin-bottom: 10px;
    /*letter-spacing: -1px;*/
}
.banner-title {
    font-size: 44px;
    /*font-family: 'WorkSansM';*/
    /*letter-spacing:-2px;*/
    margin-bottom: 10px;
    font-weight:700;
}
.banner-overview {
    font-size:19px;
    margin-bottom: 29px;
    line-height: 1.7;
    font-family: 'WorkSans';
    /*letter-spacing: -1px;*/

}
.banner-button {
    text-align: center;
    font-size: 11px;
    padding: 15px 35px;
    background-color: #90caf8;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    /*font-family: 'WorkSanssb';*/
    border-radius: 5px;
    display: inline-block;
    font-weight:600;
}
.banner-button1st {
    text-align: center;
    font-size: 13px;
    padding: 21px 41px;
    background-color: #f4352b;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    /*font-family: 'WorkSanssb';*/
    border-radius: 5px;
    display: inline-block;
    font-weight:600;
    margin-right: 20px;
}
.banner-button2nd {
    text-align: center;
    font-size: 13px;
    padding: 20px 29px;
    /*background-color: #f4352b;*/
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px;
    /*font-family: 'WorkSanssb';*/
    border-radius: 5px;
    display: inline-block;
    font-weight:600;
    border:1px solid white;
}
    .banner-button1st:hover, .banner-button2nd:hover, .banner-button1st:visited, .banner-button2nd:visited, .banner-button1st:focus, .banner-button2nd:focus {
        text-decoration: none;
        color: #FFF;
    }
.banner-button:hover {
    text-decoration: none;
    color: #FFF;
}
.banner-button:visited {
    text-decoration: none;
    color: #FFF;
    text-decoration:none;
}
.skew-banner {
    -webkit-transform: skewY(6deg) translateY(50%);
    transform: skewY(-6deg) translateY(50%);
    background:#ffffff;
    position:relative;
}
.skew-banner-reverse {
    -webkit-transform: skewY(-6deg) translateY(-50%);
    transform: skewY(6deg) translateY(-50%);
    padding-bottom:50px;
    padding-top: 40px;

}
.flex-wrap {
    flex-wrap:wrap;
}
.flex {
    display:flex;
}
.banner-benefit {
    padding:0 5%;
}
.banner-benefit-item > div {
    background-color: hsla(0,0%,100%,.97);
    text-align:center;
    padding:45px 20px;
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}
.banner-benefit-title {
    color:#20272d;
    font-size:16px;
    margin-top: 15px;
    margin-bottom: 12px;
    font-weight:700;
}
.banner-benefit-desc {
    color:#525f7f;
    font-size:14px;
}

.left.carousel-control, .right.carousel-control {
    background: none;
    cursor:ew-resize;
}

.why {
    padding:60px 0 120px;
    font-size: 14px;
}
.why-icon {
    margin-bottom:20px;
}
@media (min-width:768px) {
    .why {
        display : flex;
        align-items : center;
    }
    .banner-second-image {
        height: 560px;
    }
    .tour-slide {
        display: flex;
        align-items: center;
    }
    .vertical-center {
        display : flex;
        align-items : center;
    }
}
@media (max-width:767px) {
    .why-text {
        margin-bottom:50px;
        padding-left: 5% !important;
        padding-right: 5%;
        width: 100% !important;
        text-align:center;
        zoom:0.8;
    }
    .why-image-mobile {
        padding:0 5%;
    }
    .why-desc {
        padding-right: 0 !important;
    }
}
.why-type {
    color: #72808e;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-bottom: 20px;
    font-weight: 700;
}

.why-text {
    padding-left: 8%;
    width: 50%;
}
.why-title {
    margin-bottom: 20px;
    /*font-family: 'WorkSanssb';
    letter-spacing:-2px;*/
}
.why-title h1 {
    font-size: 38px;
    /*line-height: 1.5;*/
    color: #394147;
}
.why-desc {
    margin-bottom: 40px;
    /*letter-spacing: -1px;*/
    font-size:19px;
    color: #606b72;
    padding-right: 40px;
}
    .why-desc p {
        margin-bottom:0;
    }
.why-button a {
    color: #009fe0;
    /*text-transform: uppercase;*/
    text-decoration: none;
    /*border:1px solid black;
    padding:15px 37px;
    background: #FFF;
    font-family: Montserrat;
    font-weight:500;*/
    font-size:15px;
    display:inline-block;
    /*letter-spacing: -1px;*/
}
.why-image {
    position:absolute;
    left:48%;
    z-index: 10;
    margin-top: 23px;
}
.why-image img {
    width:668px;
}
.bobaweb-tour {
    padding: 50px 0;
    padding-bottom:0;
    background: #f5f6fa;
    border-top: 1px solid #d7d7d9 ;
    border-bottom: 1px solid #d7d7d9;
    position:relative;
}
.tour {
    text-align: center;
}
.tour-title h3, .start-title h3 {
	font-weight:bolder;
    font-size:24px;
}
.tour-title {
    margin-bottom:10px;
}
.tour-desc, .start-desc {
    padding:3px 0;
    color: #666666;
    font-family: 'WorkSansl';
    font-size:16px;
    line-height: 2;
}
.tour-desc p, .start-desc p{
    margin:0;
}

.slider {
    width: 100%;
    margin: 40px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
    content:none !important;
}

.slick-prev, .slick-next {
    z-index:100 !important;
    height:100% !important;
    width:15% !important;
    cursor: ew-resize !important;
}
.slick-prev {
    left:0 !important;
}
.slick-next {
    right:0 !important;
}
    
.tour-slide {
    max-width: 100%;
    width: 100%;
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:10%;
    color: #FFFFFF;
}
@media (min-width:1368px) {
    .tour-slide {
        height: 800px;
    }
}
.tour-type {
    text-transform:uppercase;
    font-size:11px;
    font-weight:500;
    letter-spacing:2px;
    margin-bottom:5px;
}
.tour-image-title {
    font-size:27px;
    font-family: 'WorkSansl';
    margin-bottom: 10px;
}
.tour-image-desc {
    margin-bottom: 30px;
}
.tour-image-desc p {
    color: #FFFFFF;
    font-size:13px;
    line-height:2;
}
.tour-button a {
    text-decoration:none;
    color:#FFFFFF;
    background: transparent;
    padding:10px 30px;
    border: 1px solid #FFFFFF;
    text-transform:uppercase;
    font-family: Montserrat;
    font-weight:500;
    font-size:7.5px;
    letter-spacing:1px;
    display:inline-block;
    text-align:center;
}
.center.slider {
    margin-bottom: 0;
}

.start {
    text-align:center;
    padding:100px;
    padding-bottom: 50px;
}
.benefit-icon {
    text-align:right;
    padding-right:5px;
}
.benefit-icon img {
    width:37px;
    display:inline-block;
}
.benefit-title {
    text-transform: uppercase;
    font-family: 'WorkSanssb';
    font-size:14px;
    letter-spacing:3px;
    margin: 5px 0 10px;
}
.benefit-desc > p {
    color: #808080;
    font-size:13px;
    line-height:2;
}

.benefit {
    margin-bottom:40px;
}
.benefit-image img {
    width:100%;
}
.contactus-footer {
    max-width: 100%;
    width: 100%;
    height:75vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contactus-footer-title h3 {
    font-size: 29px;
    font-weight:bolder;
    color: #FFFFFF;
}
.contactus-footer-desc {
    margin-bottom:30px;
}
.contactus-footer-desc p {
    font-size:16px;
    line-height:2;
    color: #FFFFFF;
    font-family: 'WorkSansl';
}
.contactus-footer-button a {
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    border:1px solid #FFFFFF;
    padding:15px 37px;
    background: transparent;
    font-family: Montserrat;
    font-weight:500;
    font-size:7.5px;
    letter-spacing:1px;
    display:inline-block;
}

.stripes {
    position:absolute;
    width: 100%;
    height: 1500px;
    overflow: hidden;
    /*transform: skewY(-8deg);*/
    /*transform-origin: 0;*/
    background: #fbfbfb;
}

.footer {
    width:100%;
    
}
@media (max-width:767px) {
    .footer {
        /*margin-top: 100px;*/
    }
}
.footer-content {
}
.footer-content:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1375px;
    transform: skewY(-9deg);
    background: #f6f9fc;
}
@media (max-width:991px) {
    .footer-content:before {
        height: 1775px !important;
    }
}
.contact {
    margin-top: 250px;
    text-align: center;
    margin-bottom: 100px;
}
.contact-type {
    color: #72808e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 6px;
    font-weight: 700;
}
.contact-title {
    font-size:39px;
    color:#394147;
    margin-bottom:20px;
}
.contact-desc {
    color: #525f7f;
    font-size:17px;
    line-height:1.7;
    margin-bottom:26px;
    padding: 0 19%;
}
.contact-button div a {
    display: inline-block;
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-button div:first-child a {
    background:#20272d;
    float:right;
}
.contact-button div:last-child a {
    background:#0794fe;
    float:left;
}
.footer-menus {
    margin:100px auto 100px;
    padding:0 5%;
}
.newsletter dl dt{
    font-size: 14px;
    color: #ffffff;
    /*font-family: 'WorkSanssb';*/
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block;
    text-align: left;
    height: 20px;
}
.newsletter dl dd {
    display: block;
}
.newsletter dd {
    color: rgba(255, 255, 255, 0.75);
    padding: 8px 0;
    margin-bottom:5px;
}
.newsletter input:not(.invalid) {
    border-color: rgba(0, 0, 0, 0.1);
    border-radius:4px;
    outline:0;
}
.newsletter .form-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.newsletter input, .newsletter button {
    max-height: 4.5rem;
    /*padding: 10px 20px;*/
    /*padding: .375rem .9375rem .5625rem;*/
}
.newsletter input {
    background: rgba(255, 255, 255, 0.2);
    margin-right: 0.9375rem;
    padding: 10px 20px;
}
    .newsletter input:focus {
        border:none;
    }
button.load-button .submit-message {
    display: inline-block;
    height: 100%;
    position: relative;
    transition: all .3s;
    width: 120px;
}
.newsletter button {
    text-align: center;
    /*font-size: 13px;*/
    /*padding: 21px 41px;*/
    background-color: #f4352b;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: #fff;
    /*letter-spacing: 2px;*/
    /* font-family: 'WorkSanssb'; */
    border-radius: 4px;
    display: inline-block;
    /*font-weight: 600;*/
    /*margin-right: 20px;*/
    border: 1px solid #f4352b;
    padding: 10px 10px;
}
.form-wrap input {
    border-color: #e4e4e4;
    display: block;
    position: relative;
    width: 100%;
}

.sub-footer {
    padding:20px 0 20px;
    background: #363c3f;
}

.copyright {
    color: #c5d0d8;
    /* margin-top: 20px; */
    display: inline;
    /* line-height: 25px; */
    top: 2px;
    position: relative;
}
.social svg {
    height: 20px;
    width: 20px;
}
.social {
    float:right;
    margin:0;
}
.social ul {
    padding:0;
    text-align:center;
}
.social ul li {
    padding:0;
    list-style:none;
    display: inline-block;
    margin: 0 1em 0 0;
}
.social ul li a {
    color: #ffffff;
    display: inline-grid;
    vertical-align: middle;
    padding: 3px 0px;
}
.social ul li a:hover {
    opacity:0.5;
    transition:all 0.2s ease-in-out;
}

.social ul {
    text-align:right;
    margin-bottom:0;
}
@media (min-width:768px) {
    .footer-copyright {
        display:flex;
        align-items:center;
    }
    .sub-footer-content {
        display:flex;
        align-items:center;
    }
}
.footer-copyright .bobaweb-logo{
    display:inline-block;
    margin-right: 10px;
}
.footer-copyright .bobaweb-logo img{
    height: 25px;
}


@media (max-width:767px) {
    .footer-copyright {
        /*text-align: center;*/
        /*margin-bottom: 40px;*/
    }
}
.menu-title {
    text-decoration: none;
    font-size:14px;
    color: #ffffff;
    /*font-family: 'WorkSanssb';*/
    text-transform:uppercase;
    margin-bottom:25px;
    display:inline-block;
    height:20px;
    font-weight:600;
}
ul.menu-items {
    padding:0;
}
ul.menu-items li {
    list-style:none;
    padding:8px 0;
}
ul.menu-items li a {
    text-decoration: none;
    font-size:15px;
    color: rgba(255, 255, 255, 0.75);
    display:inline-block;
}
ul.menu-items li a:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.menu_section > div {
    width:20%;
}


#custom_carousel .controls {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background: #ddd
}
        
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width: 90px
}
        
#custom_carousel .controls li.active {
    background-color: #eee;
    border-top: 3px solid orange;
}
        
#custom_carousel .controls a small {
    overflow: hidden;
    display: block;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold
}
.billing-header {
    padding:15px 0;
}
.billing-header.fixed {
    padding:0;
    position:fixed;
    top:0;
    z-index:10;
    left:0;
    width:100%;
}
.billing-header.fixed .row {
    padding:15px 5% !important;
    background:#ffffff;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.billing-detail-wrapper{
    text-align:center;
}
.billing-detail-wrapper .name {
    color: #434e5a;
    /*font-family: brandon-grotesque,sans-serif;*/
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .6px;
    line-height: 1.5;
    text-transform: uppercase;
}
.billing-detail-wrapper .price {
    /*font-family: Lato,sans-serif;*/
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #a2adb9;
}

.billing-detail-wrapper .button {
    background-color: transparent;
    border: 1px solid #f4352b;
    border-radius: 4px;
    color: #f4352b;
    cursor: pointer;
    display: inline-block;
    /*font-family: Lato,sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 6px;
    padding: 6px 0;
    text-align: center;
    transition: border-color .3s,background-color .3s;
    width: 91px;
    text-decoration:none;
}
.billing-detail-wrapper .button:hover {
    background-color: #f4352b;
    border: 1px solid #f4352b;
    border-radius: 4px;
    color: #fff;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.billing-detail-wrapper.recommend .button {
    background-color: #f4352b;
    border: 1px solid #f4352b;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-family: Lato,sans-serif;*/
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 6px;
    padding: 6px 0;
    text-align: center;
    transition: border-color .3s,background-color .3s;
    width: 91px;
    text-decoration:none;
}
.billing-desc-container {
    position:relative;
    height:100px;
}
@media (max-width:1199px) {
    .billing-desc-container {
        position:relative;
        height:150px;
    }
}
@media (max-width:992px) {
    .billing-desc-container {
        position:relative;
        height:200px;
    }
}
@media (max-width:767px) {
    .billing-desc-container {
        position:relative;
        height:100px;
    }
}
.billing-desc-hover {
    color:#d20808;
    font-size:14px;
    line-height:1.7;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    top: 23%;
    width: 100%;
    font-weight: bold;
}
.billing-content:hover .billing-desc {
    opacity: 0
}
.billing-content:hover .billing-desc-hover {
    -webkit-animation: fadeInAndDown .25s linear forwards;
    animation: fadeInAndDown .25s linear forwards;
}
@-webkit-keyframes fadeInAndDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}

@keyframes fadeInAndDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        opacity: 1
    }
}

/*.billing-button-container {
    display:block;
}*/