.navbar {
    background-color: #272b2e;
}

.no-background {
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.navbar-brand img {
    width: 110px;
}

.branding-image {
    width: 300px;
	margin:38% 0 -15px 0;"
}

.top-layout2 {
    padding: 7% 0 0;
}

.banner-meta {
    margin-bottom: 40%;
}

.banner-meta h3 {
    margin-top: 22px;
    margin-bottom: 2px;
    color: #AAA;
}

.banner-meta .lead {
    font-size: 18px;
    margin-bottom: 28px;
}

.top-image {
    position: absolute;
    display: block;
    left: 56%;
    transform: translateX(-50%);
    top: 0px;
}

@media only screen and (max-width:992px) {
    .top-layout {
        padding: 9% 0 0;
    }
    .banner-meta {
        margin-bottom: 64%;
    }
    .branding-image {
        width: 240px;
        margin-top: 10px;
    }
    .top-image {
        display: block;
        left: 53%;
        transform: translateX(-50%);
        top: 48px;
    }
}


/* Mobile header */

@media only screen and (max-width:767px) {
    .navbar-brand img {
        width: 115px;
    }
    .navbar-nav {
        margin: 10px -15px;
    }
    .navbar-brand {
        float: none;
        text-align: center;
        padding: 8px 0px;
        height: auto;
        line-height: initial;
    }
    .navbar-collapse {
        display: block;
        text-align: center;
        border-top: none;
    }
    .nav>li {
        display: inline !important;
    }
    .nav>li>a {
        display: inline !important;
    }
    .top-layout {
        padding: 26% 0 0;
    }
    .banner-meta {
        margin-bottom: 69%;
    }
    .banner-meta h3 {
        margin-top: 14px;
    }
    .branding-image {
        width: 210px;
        margin-top: 10px;
    }
    .top-image {
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        top: 38px;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 18px;
    }
}

.blue {
    background-color: rgb(4, 58, 97);
}

.blue-alt {
    background-color: #31526A;
}

.white {
    color: #FFF;
}

.text-blue {
    color: rgb(4, 58, 97)
}

.section {
    padding-top: 70px;
    padding-bottom: 130px;
}

.section-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-center-alt {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: rgb(244, 244, 244);
    border: 1px solid #DDD;
    max-height: 500px;
    overflow: hidden;
}


/* Mobile Sections */

@media only screen and (max-width:992px) {
    .section {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .section-center {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-center-alt {
        padding-top: 20px;
        padding-bottom: 20px;
        max-height: none;
        overflow: auto;
    }
}

@media only screen and (max-width:767px) {
    .section-center {
        padding-top: 10px;
    }
}

.feature-block {
    margin-bottom: 40px;
}

.feature-icon {
    font-size: 34px;
}

.feature-icon-lg {
    margin-top: 0px;
    font-size: 54px;
}

.byline-desc {
    font-size: 20px;
    margin-top: 10px;
}

.feature-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-text {
    color: #4b4949;
}

.feature-text-alt {
    color: #FFF;
}

.feature-desc {
    color: #787777;
    margin-top: 0px;
    margin-bottom: 30px;
}

.feature-desc-alt {
    color: #FFF;
}

.feature-image {
    position: absolute;
    right: 0px;
    top: 70px;
    max-width: 850px;
}

.feature-image-left {
    left: 8px;
}

.webs-ticker {
    animation: moveSlideshow 45s linear, moveSlideshow2 90s 45s linear infinite;
}

.webs-ticker2 {
    animation: moveSlideshow2 90s linear infinite;
}

@keyframes moveSlideshow {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes moveSlideshow2 {
    0% {
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@media only screen and (max-width:1500px) {
    .feature-image {
        max-width: 750px;
    }
}

@media only screen and (max-width:1320px) {
    .feature-image-left {
        left: -50px;
    }
}

@media only screen and (max-width:1220px) {
    .feature-image {
        position: absolute;
        right: -212px;
        top: 70px;
        max-width: 750px;
    }
    .feature-image-left {
        left: -250px;
    }
}

@media only screen and (max-width:992px) {
    .feature-image {
        text-align: center;
        right: auto;
        left: auto;
        top: 30px;
        max-width: 750px;
        position: inherit;
        margin: auto;
        width: 100%;
    }
    .feature-image-left {
        text-align: center;
        right: auto;
        left: auto;
    }
}

.img-responsive {
    max-width: 99% !important;
}

.feature-list {
    margin-top: 20px;
}

.feature-list li {
    margin-bottom: 10px;
}

@media only screen and (max-width:1023px) {
    .feature-listing>.row>.col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}

.feature-row {
    margin-top: 3.25rem;
}

.feature-row h4 {
    margin-bottom: 0px;
}

.row-trading {
    position: relative;
    max-height: 520px;
    overflow: hidden;
}

.row-trading-right {
    text-align: right
}

@media only screen and (max-width:992px) {
    .feature-row {
        margin-top: 20px;
    }
    .row-trading {
        position: relative;
        height: 300px;
        overflow: hidden;
        margin: 10px 0px 10px;
    }
    .row-trading-right {
        text-align: left
    }
}

@media only screen and (max-width:767px) {
    .row-trading {
        height: auto;
        margin: 20px 0px 10px;
    }
}

.pricing-block {
    border: 1px solid #FFF;
    padding: 10px 20px;
    margin: 10px;
    height: inherit;
}

@media only screen and (max-width:1023px) {
    .pricing-block {
        height: 230px;
    }
}

@media only screen and (max-width:767px) {
    .pricing-block {
        height: inherit;
    }
}

.pricing-block .price {
    color: #FFF;
    font-size: 40px;
}

.pricing-block .price span {
    font-size: 22px;
}

.pricing-block .price span:first-child {
    vertical-align: super;
}

.pricing-block h3 {
    color: #FFF;
}

.pricing-block p {
    color: #AAA;
}


/* Buttons */

a,
a:hover,
a:active,
a:focus {
    transition: all 0.3s ease;
}

.input-text {
    width: 50%;
    border-radius: 30px;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    border: 1px solid #FFF !important;
}

.btn-login {
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 30px;
    padding: 3px 18px !important;
    margin-top: 11px;
    margin-right: 10px;
    margin-left: 10px;
}

.btn-webs {
    color: #FFF;
    border-radius: 30px !important;
    padding: 7px 20px !important;
    font-size: 17px !important;
    margin-right: 4px !important;
}

.hello {
    background-color: #ffa100;
    border: 1px solid #ffa100 !important;
    box-shadow: #2f2f2f 1px 2px 4px;
}

@media only screen and (max-width:767px) {
    .btn-webs {
        padding-top: 7px!important;
        padding-bottom: 7px!important;
        padding-left: 17px!important;
        padding-right: 17px!important;
        font-size: 17px !important;
        margin-right: 6px !important;
    }
    .btn-login {
        padding-top: 3px!important;
        padding-bottom: 3px!important;
        padding-left: 20px!important;
        padding-right: 20px!important;
        margin-top: 0px;
        margin-right: 5px;
        margin-left: 5px;
    }
}

.btn-webs-lrg {
    color: #FFF;
    border-radius: 30px !important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    padding-left: 50px!important;
    padding-right: 50px!important;
    background-color: #ffa100;
    font-size: 20px !important;
}

.btn-webs:hover,
.btn-webs:focus,
.btn-webs:active,
.btn-webs-lrg:hover,
.btn-webs-lrg:focus,
.btn-webs-lrg:active {
    text-decoration: none;
    opacity: 0.7;
}

.btn-signup:focus,
.btn-signup:hover,
.btn-login:hover,
.btn-login:focus,
.btn-login:active {
    text-decoration: none;
}

.btn-signup:focus,
.btn-signup:hover {
    background-color: transparent!important;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
    background-color: rgba(255, 255, 255, .15)!important;
}

@media(min-width: 768px) {
     .modal-sm {
         width: 400px;
    }
}



