/**************************************************************
    HOME PAGE CSS
**************************************************************/
.home_nav a {
    color: #fff;
    background-color: #9b9b9b;
}

h2 {
    font-weight: bold;
}

/**************************************************************
    slider style
**************************************************************/
/* Carousel Styles */
.slider-content {
    position: absolute;
    top: 45px;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
}

/*
    slider images - add item for each image
*/
.item:nth-of-type(1) {
    background: url('../images/home/slider/item1/slider_netotrade.jpg') no-repeat center 0;
    height: 417px;
}

.item:nth-of-type(2) {
    background: url('../images/home/slider/item1/slider_netotrade.jpg') no-repeat center 0;
    height: 417px;
}

.item:nth-of-type(3) {
    background: url('../images/home/slider/item1/slider_netotrade.jpg') no-repeat center 0;
    height: 417px;
}

.slider-content h1 {
    font-size: 25px;
    color: #8bc525;
    font-weight: bold;
}

.slider-content h1 .white {
    color: #fff;
}

.slider-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.slider-content .apps {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.slider-content .apps .available {
    margin-right: 5px;
    vertical-align: top;
}

.slider-content .apps .border-app {
    background-color: #fff;
    width: 1px;
    height: 18px;
    display: inline-block;
    margin-top: 2px;
}

.slider-content .apps .apple, .slider-content .apps .google {
    display: inline-block;
    vertical-align: top;
}

.slider-content .apps .apple {
    width: 18px;
    height: 18px;
    background: url('/images/platforms/apple-logo.png') no-repeat;
    background-size: contain;
    margin-top: 2px;
}

.slider-content .apps .google {
    width: 20px;
    height: 20px;
    background: url('/images/platforms/appstore-logo.png') no-repeat;
    background-size: contain;
    margin-top: 3px;
    margin-left: 2px;
}

.slider-content a.btn {
    min-width: 200px;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
}

/**************************************************************
    services style
**************************************************************/
.services {
    margin-top: 25px;
}

.services p::first-line {
    line-height: 1;
}

/**************************************************************
    about us style
**************************************************************/
.about-us {
    background-color: #efeff0;
    padding: 25px 20px 50px 20px;
    margin-top: 25px;
}

.about-us h3 {
    margin-top: 0;
}

.about-us h4 {
    margin-bottom: 30px;
}

.about-us p {
    font-size: 16px;
}

.about-us .row:first-of-type {
    margin-bottom: 20px;
}

.about-us section {
    font-size: 0;
}

.about-us section img {
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.about-us section p {
    width: 91.04443393658026%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
}

/**************************************************************
    join us form style
**************************************************************/
.join-now-form {
    background-color: #d0d0d0;
    padding: 25px 20px;
    margin-top: 25px;
}

.join-now-form h3 {
    text-align: center;
}

.join-now-form h3 {
    margin-top: 0;
}

.join-now-form .input-group {
    margin-bottom: 15px;
}

/*bootstrap default*/
.join-now-form .input-group .form-control {
    padding-left: 6px;
    padding-right: 6px;
}

.join-now-form .input-group input, .join-now-form .input-group select, .join-now-form .input-group span {
    height: 36px;
    border-radius: 0;
    border-left: none;
}

.join-now-form .input-group span {
    border-right: none;
}

/*height for safari*/
.join-now-form .input-group select {
    line-height: 30px;
}

.join-now-form .input-group .input-group-addon {
    background-color: #fff;
    border-radius: 0;
    padding: 0 12px;
    height: 36px;
}

/* safari ".input-group-addon" height */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .join-now-form .input-group .input-group-addon::i-block-chrome,
    .join-now-form .input-group .input-group-addon {
        height: 34px;
    }
}

/* /safari ".input-group-addon" height */

/* crome ".input-group-addon" height */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .join-now-form .input-group .input-group-addon {
        height: 36px;
    }
}

/* /crome ".input-group-addon" height */

.join-now-form button {
    width: 100%;
    height: 42px;
    font-size: 16px;
}

/**************************************************************
    trading platforms style
**************************************************************/
.trading-platform {
    padding: 20px 30px;
    background-color: #efeff0;
    margin-top: 20px;
    height: 620px;
}

.trading-platform img {
    display: block;
    margin: 0 auto 30px auto;
}

.trading-platforms > section:last-child img {
    margin-bottom: 22px;
}

.trading-platforms > section:last-child ul {
    margin-bottom: 10px;
}

.trading-platform ul li {
    border: none;
    padding: 3px 0 0 12px;
    text-indent: -12px;
}

.trading-platform ul li:before {
    content: "";
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background-color: #8bc525;
    display: inline-block;
    margin: 0 5px 2px 0;
}

.trading-platform a {
    width: 320px;
    height: 42px;
    font-size: 15px;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.trading-platform.mobile-platform a:first-of-type {
    bottom: 80px;
    background-image: url('/images/platforms/apple-logo.png');
    background-position: 15px 5px;
}

.trading-platform.mobile-platform a:last-of-type {
    background-image: url('/images/platforms/appstore-logo.png');
    padding-left: 15px;
    background-position: 12px 10px;
}

/**************************************************************
    education center style
**************************************************************/
.education-center {
    background: url('../images/home/education-center-background.jpg') no-repeat;
    margin: 83px 0 0 0;
    color: #fff;
}

.education-center .container {
    position: relative;
}

.education-book {
    position: absolute;
    top: -50px;
    left: -50px;
}

.education-center-content p {
    margin-bottom: 20px;
}

.education-center-content h2 {
    font-size: 25px;
}

.education-center-icons {
    margin-bottom: 20px;
}

.education-center-content img {
    width: 28px;
    height: 28px;
}

.education-center-content label {
    font-size: 16px;
    font-weight: normal;
    margin: 0 25px 0 10px;
}

.education-center-content a {
    width: 272px;
    height: 46px;
    margin: 15px 0 20px auto;
    line-height: 32px;
    font-size: 16px;
}

/**************************************************************
    Research And Analysis style
**************************************************************/
/**************************************************************
    daily news and analysis style
**************************************************************/
.daily-news-and-analysis ul {
    background-color: #efeff0;
    padding-top: 15px;
}

.daily-news-and-analysis-item {
    font-size: 0;
    border: 0;
}

.daily-news-and-analysis-item img {
    vertical-align: top;
}

.daily-news-and-analysis-body {
    width: 82.83524904214559%;
    display: inline-block;
    padding-left: 18px;
}

.daily-news-and-analysis-body h5 {
    display: inline;
    margin: 0;
}

.daily-news-and-analysis-body label {
    font-weight: normal;
    font-size: 12px;
    text-align: right;
    margin: 0;
}

.daily-news-and-analysis-body hr {
    border-top-color: #c0c0c0;
    margin: 0 0 5px 0;
}

.daily-news-and-analysis-body p {
    font-size: 14px;
}

.daily-news-and-analysis-item p a {
    color: #8bc525;
}

/**************************************************************
    trading signals style
**************************************************************/
#trading-signals-banner {
    margin-bottom: 20px;
}

.trading-signals {
    color: black;
    margin-bottom: 20px;
    text-align: center;
}

.trading-signals:hover {
    text-decoration: none;
}

.trading-signals:last-of-type.divider:after {
    display: none;
}

.trading-signals.divider:after {
    height: 60px;
    min-height: initial;
}

/**************************************************************
    validate style
**************************************************************/
/*full name validate*/
form input + .error label.customValidationFullNameOnFocus {
    left: -265px;
}

form input + .error label.customValidationFullNameSuccess {
    top: 5px;
    left: 405px;
}

form input + .error label.customValidationEmailOnFocus {
    left: -240px;
}

form input + .error label.customValidationEmailOnValidate {
    width: 255px;
    left: -280px;
    top: -10px;
}

form input + .error label.customValidationEmailSuccess {
    top: 5px;
    left: 217px;
}

/*phone validate*/
form input + .error label.customValidationPhone {
    left: -125px;
}

form input + .error label.customValidationPhoneOnFocus {
    left: -405px;
}

form input + .error label.customValidationPhoneSuccess {
    top: 5px;
    left: 105px;
}

form input + .error label.customValidationPhoneOnValidate {
    left: -460px;
    top: -10px;
}

/**************************************************************
    media queries
**************************************************************/
@media (max-width: 1199px) {
    .trading-platform.mobile-platform {
        height: 540px;
    }

    form input + .error label.customValidationPhoneOnFocus {
        left: -421px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .trading-signals img {
        margin: 0 20px;
    }

    .about-us {
        padding-bottom: 10px;
    }

    .trading-platforms > section:nth-of-type(1) ul {
        margin-bottom: 45px;
    }

    .education-center {
        margin-bottom: 30px;
    }

    form input + .error label.customValidationPhone {
        left: -140px;
    }

    form input + .error label.customValidationPhoneSuccess {
        left: 120px;
    }

    form input + .error label.customValidationPhoneOnValidate {
        left: -360px;
    }
}

@media (max-width: 999px) {
    .services .media h4.bold {
        width: 140px;
    }
}

@media (max-width: 991px) {
    .about-us {
        padding-bottom: 20px;
    }

    .education-center {
        margin-bottom: 30px;
    }

    form input + .error label.customValidationPhone {
        left: -135px;
    }

    form input + .error label.customValidationPhoneSuccess {
        left: 115px;
    }

    form input + .error label.customValidationPhoneOnValidate {
        left: -355px;
    }

    form input + .error label.customValidationPhoneOnFocus {
        left: -416px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .trading-signals {
        margin-top: 20px;
    }

    .trading-signals.divider:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .trading-signals {
        margin-top: 20px;
    }

    .trading-signals.divider:after {
        display: none;
    }
}
