.color-switcher {
    width: 220px;
    position: fixed;
    right: -220px;
    top: 195px;
    z-index: 99999;
    padding: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom-right-radius: 4px;
}

.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 0 20px 0;
}

.color-switcher p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    background: #fff;
    height: 40px;
    text-align: left;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
}

.color-switcher ul {
    list-style: none;
    padding: 0;
}

.color-switcher ul li {
    float: left;
}

.color-switcher ul li a {
    display: block;
    width: 35px;
    height: 35px;
    outline: none;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #333;
}

.color-switcher .black {
    background: #000;
}

.color-switcher ul li a.blue {
    background: #428bca;
}

.color-switcher ul li a.brown {
    background: #987654;
}

.color-switcher ul li a.cyan {
    background: #1ABC9C;
}

.color-switcher ul li a.dark-blue {
    background: #2b5184;
}

.color-switcher ul li a.dark-green {
    background: #88c136;
}

.color-switcher ul li a.dark-purple {
    background: #7e57c2;
}

.color-switcher ul li a.light-green {
    background: #d4e157;
}

.color-switcher ul li a.orange {
    background: #ff9c00;
}

.color-switcher ul li a.purple {
    background: #c74a73;
}

.color-switcher ul li a.red {
    background: #e54242;
}

.color-switcher ul li a.sky-blue {
    background: #00abc9;
}


.color-switcher .white {
    background: #fff;
}

.color-switcher .light {
    background: #fff;
    width: 60px;
    color: #000;
    text-align: center;
    float: left;
    border: 1px solid #666;
    margin-top: 15px;
    margin-right: 22px;
}

.color-switcher .dark {
    background: #272727;
    width: 60px;
    float: right;
    color: #fff;
    border: 1px solid #666;
    margin-top: 15px;
}

.picker_close {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -40px;
    top: 0px;
    text-align: center;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.picker_close i {
    font-size: 22px;
    margin-top: 9px;
}

.position {
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.theme-colours,
.layouts,
.backgrounds,
.choose-header,
.choose-footer {
    display: table;
    text-align: left;
    padding-top: 0px;
    width: 100%;
    padding: 19px;
    background: #fff;
    padding-top: 0px;
}

.layouts a,
.choose-header a,
.choose-footer a {
    display: inline-block;
    text-align: center;
    width: 40%;
    margin: 0 5px 0 0;
    color: #5d5d5d;
    font-size: 15px;
    border: 1px solid #e7e7e7;
    padding: 5px 7px 2px;
}

.layouts a:hover,
.choose-header a:hover,
.choose-footer a:hover {
    border: 2px solid #a9a9a9;
    padding: 4px 5px 1px
}

.styleswitcher {
    position: fixed;
    width: 120px;
    background: #ffffff;
    color: #595959;
    top: 150px;
    right: -123px;
    z-index: 999;
}

.styleswitcher p {
    color: #000 !important;
}

.styleswitcher.ackapa {
    left: 0;
}

.styleswitcher .switch {
    padding-left: 15px;
    padding-bottom: 10px;
}

.styleswitcher .switch h5 {
    margin-top: 20px;
}

.styleswitcher .switch p {
    margin-top: 10px;
}

.stylebutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    top: 0px;
    right: -40px;
}

.styleswitcher a {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 7px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99999999;
}

.color-switcher ul li {
    margin: 3px;
}


/*Landing page*/

.page-template-tpl-demo h1,
.page-template-tpl-demo h2,
.page-template-tpl-demo h3,
.page-template-tpl-demo h4,
.page-template-tpl-demo h5,
.page-template-tpl-demo h6 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.5;
}

p.sub-title-content {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: 400;
}

.page-template-tpl-demo h2.site-title {
    font-size: 34px;
    margin: 0;
    float: left;
}

#demo-quick-link-buttons {
    float: right;
    margin-top: 10px;
}

.page-template-tpl-demo h2 {
    font-size: 29px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.page-template-tpl-demo h3 {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 400;
}

.hero-area .block img {
    width: 70px;
}

.page-template-tpl-demo .middle h3 {
    font-size: 18px;
    margin-bottom: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

.page-template-tpl-demo h4 {
    font-size: 18px;
}

section.landing-section.hero-area .custom-button {
    border-radius: 27px;
}

.page-template-tpl-demo h5 {
    font-size: 16px;
}

.page-template-tpl-demo h6 {
    font-size: 14px;
}



.page-template-tpl-demo div#tophead {
    display: none;
}

.page-template-tpl-demo div#breadcrumb {
    display: none;
}

.page-template-tpl-demo .col-md-4 {
    width: 33.33333333%;
    padding: 0 15px 30px;
    float: left;
}

.main-feature {
    background: #fff;
    padding: 45px 40px 20px;
    min-height: 225px;
    text-align: center;
}

.main-feature img {
    max-width: 80px;
    margin: 0 auto 30px;
}

.page-template-tpl-demo .clear-fix {
    clear: both;
}

.page-template-tpl-demo #content>.container {
    padding: 0;
    width: 100%;
}

.page-template-tpl-demo #content {
    padding: 0;
    overflow: hidden;
    background: #f6f6f6 none repeat scroll 0 0;
}

.page-template-tpl-demo div#footer-contact,
.page-template-tpl-demo #footer-widgets,
.colophon-top {
    display: none;
}

.page-template-tpl-demo #custom-header {
    display: none;
}

.page-template-tpl-demo a:hover img,
.page-template-tpl-demo a:focus img,
.page-template-tpl-demo a:active img {
    opacity: 0.8;
    transition: none;
}

.page-template-tpl-demo .wrapper.page-inner-title.inner-banner.data-bg {
    display: none;
}

.page-template-tpl-demo section.landing-section {
    padding: 120px 0;
}

section.landing-section.hero-area {
    padding: 0;
    position: relative;
}

section.landing-section.hero-area::after {
    content: "";
    display: block;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 888;
    background-color: #000000;
}

.content-banner {
    bottom: 25%;
    height: auto;
    left: 0;
    max-width: 100%;
    padding: 0;
    position: absolute;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.text-center {
    text-align: center;
}

.hero-area p {
    font-size: 20px;
    margin-bottom: 50px;
    color: #ddd;
    max-width: 800px;
    margin: 0 auto 60px;
}

.demo a:after {
    height: 100%;
    width: 100%;
    content: "";
    display: block;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.demo a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.demo:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.demo a:hover:after,
.demo a:hover:before {
    visibility: visible;
}

.demo a:before {
    visibility: hidden;
    height: 40px;
    width: 40px;
    content: "\f178";
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    z-index: 99;
    left: 45%;
    top: 45%;
    padding: 5px;
    text-align: center;
    border-radius: 100%;
}

.site-header-demo #demo-quick-link-buttons a.custom-button {
    padding: 5px 30px;
    border-radius: 27px;
    background: #3a85eb;
    color: #fff;
    margin: 0;
}


section.landing-section.hero-area .custom-button:hover {
    background: #3a85eb;
    /* color: #222; */
    border-color: #3a85eb;
}

.page-template-tpl-demo .picker_close {
    display: none;
}

.page-template-tpl-demo .content-banner h2 {
    color: #ffffff;
    display: block;
    font-size: 47px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
}

.page-template-tpl-demo #masthead {
    display: none;
}

header#masthead.site-header-demo {
    display: block;
}

section.landing-section.hero-area .custom-button {
    font-size: 15px;
    padding: 8px 43px;
    font-weight: normal;
    background: #fff;
    color: #222;
    background: no-repeat;
    color: #fff;
    border: 2px solid;
    text-transform: uppercase;
}

.demo {
    width: 100%;
    margin: 0 auto 15px;
    box-shadow: 0 7px 35px #e6e6e6;
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
    position: relative;
}




section.landing-section.features-demo h3 {
    font-weight: normal;
    color: #94b1da;
}

.other-features li {
    float: left;
    width: 50%;
    font-size: 18px;
    position: relative;
    color: #656565;
    margin-bottom: 10px;
    background-size: 20px;
    list-style: none;
    font-weight: 400;
}

.other-features li:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
}

.page-id-491 #page {
    width: 1270px;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
}

.page-id-491 .container {
    padding: 0;
}

.page-template-tpl-builders.page-id-491 #content .container {
    padding: 0;
    width: 100%;
}

.page-id-491 .panel-layout .panel-grid>div {
    margin: 0 auto!important;
    width: 100%!important;
}

body.page-id-491 {
    background: rgb(234, 234, 234);
}

.page-template-tpl-demo section.landing-section.other-features {
    background: #fff;
}

.page-template-tpl-demo #demo-masthead {
    background: #fff;
    clear: both;
    width: 100%;
    z-index: 999;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    padding: 25px 0;
}



/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:1230px) {
    .page-id-491 #page {
        width: 95%;
        max-width: 100%;
    }
    .page-template-tpl-demo .container {
        max-width: 97%;
        padding: 0 15px;
    }
    .page-template-tpl-demo .inner-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-template-tpl-demo h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .page-template-tpl-demo .col-md-4:nth-child(3n+1) {
        clear: both;
    }
    .hero-area p {
        font-size: 18px;
        line-height: 1.5;
    }

    .other-features li {
        font-size: 16px;
        background-repeat: no-repeat;
        border: medium none;
        color: #656565;
        margin-bottom: 11px;
        padding: 0 0 0 35px;
        background-size: 15px;
        list-style: none;
    }

    .page-template-tpl-demo .content-banner h2 {
        font-size: 32px;
    }
    .content-banner {
        bottom: 29%;
    }
}


/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:1023px) {
    .page-template-tpl-demo .col-md-4 {
        width: 50%;
    }
    section.landing-section.hero-area {
        padding: 0!important;
        position: relative;
    }
    .content-banner {
        bottom: 55px;
    }
}


/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:800px) {
    .page-template-tpl-demo .col-md-4 {
        width: 100%;
    }
    .page-template-tpl-demo .content-banner h2 {

        font-size: 27px;
    }
    .hero-area p {
        font-size: 15px;
        line-height: 1.5;
    }
    .page-template-tpl-demo .middle .col-md-4 {
        width: 50%;
    }
    .page-template-tpl-demo .middle .col-md-4:nth-child(3n+1) {
        clear: inherit;
    }
    .page-template-tpl-demo section.landing-section {
        padding: 30px 0;
    }
    .other-features li {
        width: 100%;
    }
}


/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:767px) {
    .hero-area p {
        font-size: 18px;
        line-height: 1.5;
        display: none;
    }
    .page-template-tpl-demo .content-banner h2 {
        font-size: 29px;
    }
    .hero-area p {
        font-size: 17px;
    }
    .page-template-tpl-demo #mobile-trigger {
        display: none;
    }
    .other-features li {
        float: left;
        width: 100%;
    }
    .page-template-tpl-demo .content-banner h2 {
        font-size: 16px;
    }
    .content-banner {
        bottom: 8px;
    }
    section.landing-section.hero-area .custom-button {
        font-size: 13px;
        padding: 5px 25px;
    }
    .page-template-tpl-demo .middle h3 {
        margin-bottom: 0;
    }
}


/* Smaller than standard 1230(devices and browsers) */

@media only screen and (max-width:500px) {
    .page-template-tpl-demo .middle .col-md-4 {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        float: none;
    }
    .page-template-tpl-demo h2.site-title {
        font-size: 34px;
        margin: 0;
        float: none;
    }
    #demo-quick-link-buttons {
        float: none;
        text-align: center;
    }
    .page-template-tpl-demo #demo-masthead {
        background: #fff;
        clear: both;
        width: 100%;
        z-index: 999;
        position: relative;
        transition: all 0.2s ease-in-out 0s;
        padding: 10px 0 20px;
    }
}