body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif
}

a {
    color: #7DADBE;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}

.bgx-greyblue a {
    color: #FBF068;
}

a:focus, a:hover {
    color: #364A5E;
    text-decoration: none;
}

.bgx-greyblue a:hover {
    color: #f5f5f5;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}

hr.light {
    border-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
}

.x1 {
    padding: 30px 0
}
.yellow {
    color: #FBF068 !important;
}
.yellow-bg {
    background: #FBF068 !important;
}
.fa-warning {
    color: #FBF068 !important;
}
hr {
    margin: 40px 0;
    height: 2px;
    background: #FBF068;
}
strong {
/ / font-weight: 600;
}
.textx-light {
    color: #aaaaaa !important;
}
.full-height {
    height: 100%;
}

#mainNav {
    border-color: rgba(34, 34, 34, .05); /*background-color: #f7f7f7;*/
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px
}

#mainNav.navxbar-shrink {
    border-color: rgba(34, 34, 34, .1);
    background-color: #c5dff5;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.main-nav-bg {
    background-color: #c5dff5;
}

#mainNav .navxbar-brand {
    color: #FBF068;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    width: 229px;
    height: 40px;
}

#mainNav .navxbar-brand:focus, #mainNav .navxbar-brand:hover {
    color: #fcbd20
}

#mainNav .navxbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222
}

#mainNav .navxbar-nav > li > a {
    font-size: 12px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase
}

#mainNav .navxbar-nav > li > a.active {
    color: #7DADBE !important;
    background-color: transparent
}

#mainNav .navxbar-nav > li > a.active:hover {
    background-color: transparent
}

#mainNav .navxbar-nav > li > a, #mainNav .navxbar-nav > li > a:focus {
    color: #222
}

#mainNav .navxbar-nav > li > a:focus:hover, #mainNav .navxbar-nav > li > a:hover {
    color: #7DADBE
}

#mainNav.navxbar-shrink .navxbar-brand {
    width: 229px;
    height: 40px;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent
    }

    #mainNav .navxbar-brand {
        color: fade(white, 70%)
    }

    #mainNav .navxbar-brand:focus, #mainNav .navxbar-brand:hover {
        color: #fff
    }

    #mainNav .navxbar-nav > li > a, #mainNav .navxbar-nav > li > a:focus {
        color: rgba(255, 255, 255, .7)
    }

    #mainNav .navxbar-nav > li > a:focus:hover, #mainNav .navxbar-nav > li > a:hover {
        color: #fff
    }

    #mainNav.navxbar-shrink {
        border-color: rgba(34, 34, 34, .1);
        background-color: #fff;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    }

    #mainNav.navxbar-shrink .navxbar-brand {
        color: #222
    }

    #mainNav.navxbar-shrink .navxbar-brand:focus, #mainNav.navxbar-shrink .navxbar-brand:hover {
        color: #FBF068
    }

    #mainNav.navxbar-shrink .navxbar-nav > li > a, #mainNav.navxbar-shrink .navxbar-nav > li > a:focus {
        color: #222
    }

    #mainNav.navxbar-shrink .navxbar-nav > li > a:focus:hover, #mainNav.navxbar-shrink .navxbar-nav > li > a:hover {
        color: #7DADBE
    }

    #mainNav.navxbar-shrink .btnx-outline {
        border: 1px solid #222222;
    }

    #mainNav.navxbar-shrink .btnx-outline:hover, #mainNav.navxbar-shrink .btnx-outline:active, #mainNav.navxbar-shrink .btnx-outline:focus {
        border: 1px solid #FBF068;
    }
}
header.masthead {
    position: relative;
    width: 100%;
    //padding-top: 150 px;
    //padding-bottom: 100 px;
    color: #fff; /*background: url(../img/bg-pattern.png), #7b4397;*/ /*background: url(../img/bg-pattern.png), -webkit-linear-gradient(to left, #7b4397, #dc2430);*/ /*background: url(../img/bg-pattern.png), linear-gradient(to left, #7b4397, #dc2430)*/
    background-position: left center;
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0
}

header.masthead .headerx-content {
    max-width: 500px;
    padding-top: 150px;
    padding-bottom: 100px;
    margin-bottom: 100px;
    text-align: center
}

header.masthead .headerx-content h1 {
    font-size: 40px
}

header.masthead .headerx-content h2 {
    font-size: 18px
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto
}

header.masthead .device-container .screen img {
    border-radius: 3px
}

@media (max-width: 992px) and (orientation: portrait) {
    header.masthead {
        position: relative;
        width: 100%;
        height: 50vh;
        min-height: 700px;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0
    }

    header.masthead .headerx-content {
        margin-bottom: 0;
        text-align: left
    }

    header.masthead .headerx-content h1 {
        font-size: 60px
    }

    header.masthead .headerx-content h2 {
        font-size: 24px
    }

    header.masthead .device-container {
        max-width: 325px
    }
}

footer.bgx-footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, .3);
    background-color: #222
    -webkit-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
}

footer.bgx-footer p {
    font-size: 12px;
    margin: 0;
    color: rgba(255, 255, 255, .7)
}

footer.bgx-footer ul {
    margin-bottom: 0
}

footer.bgx-footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .5)
}

footer.bgx-footer ul li a.active, footer.bgx-footer ul li a:active, footer.bgx-footer ul li a:focus, footer.bgx-footer ul li a:hover {
    text-decoration: none
}

.bgx-primary {
    background: #FFFF66 !important; /*background: #FBF068 !important;*/
/ / background: -webkit-linear-gradient(#FBF068, #fdc539);
/ / background: linear-gradient(#FBF068, #fdc539)
}

.bgx-grey {
    background: #f5f5f5
}

.bgx-greyblue {
    background: #A1C1CF
}

.bgx-footer {
    background: #7EAEBE
}

.bgx-copy {
    background: #529AAF
}

.textx-primary {
    color: #7DADBE !important
}

.no-gutter > [class*=colx-] {
    padding-right: 0;
    padding-left: 0
}

.navxbar-light .navxbar-toggler {
    border: none;
}

.btnx-main {
    border-color: #FBF068;
    background-color: #FBF068;
    color: #24504F !important;
}

.btnx-main.active, .btnx-main:active, .btnx-main:focus, .btnx-main:hover {
    border-color: #eeeeee;
    background-color: #eeeeee;
    color: #24504F !important;
}

.btnx-outline {
    color: #fff;
    border: 1px solid;
    border-color: #fff
}

.btnx-outline.active, .btnx-outline:active, .btnx-outline:focus, .btnx-outline:hover {
    color: #24504F !important;
    border-color: #FBF068;
    background-color: #FBF068
}

.btnx {
    border-radius: 300px;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase
}

.btnx-xl {
    font-size: 12px;
    padding: 12px 30px
}

.btnx-sm {
    font-size: 10px;
    padding: 3px 15px
}
.navxbar-toggler {
    color: transparent;
    border-color: transparent;
}

#nav-icon2 {
    width: 40px;
    height: 30px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 50%;
    background: #FBF068;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
    left: 48%;
    border-radius: 0 4px 4px 0;
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 4px 0 0 4px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 12px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 24px;
}

#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
    left: 2px;
    top: 3px;
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 3px;
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
    left: 2px;
    top: 15px;
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 15px;
}
.scrollup {
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

.bgx-overlay {
    background: url(../img/bg-overlay.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bgx-overlay2 {
    background: url(../img/bg-overlay_02.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bgx-overlay3 {
    background: url(../img/bg-overlay_03.png) no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bgx-overlay4 {
    background: url(../img/bg-overlay_04.png) no-repeat;
    background-position: center top;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bgx-overlay5 {
    background: url(../img/bg-overlay_05.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 990px) {
    .mobile-half {
        margin-left: 25%;
        width: 50%;
    }
}

@media screen and (min-width: 991px) {
    .desktop-half {
        float: left;
        width: 50%;
    }

    .desktop-alone * {
        width: 45%;
        display: block;
    }

    .desktop-alone .smaller-control {
        width: 45%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
}


