/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* GLOBAL STYLES */
/* Padding below the footer and lighter body text */

body {
    color: #2b2b2c;
    font-family: 'Open Sans', sans-serif;
    /*padding-top: 80px;*/
    padding-bottom: 20px;
}
h1, h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #333;
}

/* Override  bootstrap  left and right margin for row */
.row {
    margin-left: 0px;
    margin-right: 0px;
}

/* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */
.menubtn {
    margin-top: 10px;
}
.menubtn .dropdown-menu {
    background-color: #2b2b2d !important;
    padding: 17px !important;
    margin-top: 5px !important;
    margin-left: -20px !important;
}
.menubtn .dropdown-menu #btnNewsletter {
    font-size: 12px !important;
}
.menubtn>li>.dropdown-menu::before {
    border-bottom: 8px solid #2b2b2d !important;
    left: 70px !important;
}
.navbar-default .navbar-toggle {
    border: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #EF0C0C;
}
.navbar-toggle .icon-bar {
    height: 4px;
}
.navbar-brand {
    background: transparent url('../img/logo/logo-emergent-sm.png') no-repeat 0 0;
    background-size: content;
    width: 188px;
    height: 45px;
    text-indent: -9000px;
    margin-left: 14px;
}
.navbar {
    min-height: 73px;
    /*background-color: #fff;*/
    background-color: rbga(255,255,255,0.95);
    margin-bottom: 0;
    box-shadow: 2px 2px 5px #bbb;
}
.navbar .container {
    padding-top: 10px;
}
/* Remove border and change up box shadow for more contrast */

.navbar .navbar-inner {
    border: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
}
/* Navbar links: increase padding for taller navbar */

.navbar .nav {
    margin-left: 20px;
}
.navbar .nav > li > a {
    padding: 15px 40px 10px 0;
    color: #cb0e29;
}
/* Offset the responsive button for proper vertical alignment */

.navbar .btn-navbar {
    margin-top: 10px;
}
/* customizing the navbar */

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: none;
    color: #cb0e29;
}
.navbar-nav>li>.dropdown-menu {
    background: #cb0e29;
    border-radius: 5px;
}
.navbar-nav>li>.dropdown-menu::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #cb0e29;
    position: absolute;
    top: -5px;
    left: 10px;
}
.navbar-nav>li>.dropdown-menu>li {
    margin-bottom: 6px;
}
.navbar-nav>li>.dropdown-menu>li:last-child {
    margin-bottom: 0px;
}
.navbar-nav>li>.dropdown-menu a {
    margin: 2px 5px;
    padding: 5px 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav>li>.dropdown-menu a:hover {
    color: #cb0e29;
    background: #fff;
    border-radius: 5px;
}
#navbar .close-nav {
    display: none;
}

@media (max-width: 769px) {
    .navbar-header{
      width:100%;
    }
    .navbar-default .navbar-toggle {
      height: 38px;
      width: 42px;
      align-items: flex-start;
      background-color: rgba(0, 0, 0, 0);
      background-image: none;
      border-bottom-color: rgb(43, 43, 44);
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-style: none;
      border-bottom-width: 0px;
      border-image-outset: 0px;
      border-image-repeat: stretch;
      border-image-slice: 100%;
      border-image-source: none;
      border-image-width: 1;
      border-left-color: rgb(43, 43, 44);
      border-left-style: none;
      border-left-width: 0px;
      border-right-color: rgb(43, 43, 44);
      border-right-style: none;
      border-right-width: 0px;
      border-top-color: rgb(43, 43, 44);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-top-style: none;
      border-top-width: 0px;
      box-sizing: border-box;
      color: rgb(43, 43, 44);
      cursor: pointer;
      display: block;
      float: right;
      line-height: 20px;
      margin-bottom: 8px;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 8px;
      overflow-x: visible;
      overflow-y: visible;
      padding-bottom: 9px;
      padding-top: 9px;
      position: relative;
      text-align: center;
      text-indent: 0px;
      text-rendering: auto;
      text-shadow: none;
      text-transform: none;
      word-spacing: 0px;
      writing-mode: lr-tb;
      -webkit-writing-mode: horizontal-tb;
    }

    #navbar.navbar-collapse.collapse {
        position: absolute;
        top: 0;
        left: 110%;
        right: 0;
        padding-bottom: 10px;
        min-width: 300px;
        display: block;
        overflow: hidden;
        -webkit-transition: left 1s ease-in-out;
        -o-transition: left 1s ease-in-out;
        transition: left 1s ease-in-out;
    }
    #navbar .close-nav {
        display: block;
        color: #fff;
        background: #cb0e29;
        cursor: pointer;
        position: fixed;
        top: 0;
        padding: 15px;
        font-size: 50px;
        line-height: 36px;
        width: 60px;
        font-family: 'Open Sans', sans-serif;
    }
    #navbar.navbar-collapse.collapse.in {
        left: 0;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav {
        background: #fff;
        margin: 0;
        width: calc(100% - 60px);
        float: right;
        box-shadow: -1px 1px 5px rgba(0, 0, 0, .3);
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown {
        border: 1px solid #e5e5e5;
        border-top: none;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown .dropdown-menu {
        -webkit-transition: max-height 0.4s ease-out;
        -o-transition: max-height 0.4s ease-out;
        transition: max-height 0.4s ease-out;
        max-height: 0px;
        overflow: hidden;
        display: block;
        border: none;
        position: static;
        padding: 0;
        background: #e5e5e5;
        border-radius: 0px;
        width: 100%;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown.open .dropdown-menu {
        -webkit-transition: max-height 1s ease-in;
        -o-transition: max-height 1s ease-in;
        transition: max-height 1s ease-in;
        max-height: 700px!important;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown.open > a {
        border-bottom: 1px solid #e5e5e5;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown a {
        padding: 16px 20px;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown a .fa-angle-down {
        display: none;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: inherit;
    }
    #navbar.navbar-collapse.collapse > .navbar-nav .dropdown .dropdown-menu::before {
        display: none;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: #353535;
        background: transparent;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .dropdown-menu>li>a:hover {
        color: #999;
        background: transparent;
    }
}
/* CUSTOMIZE PAGE HEADERs
    -------------------------------------------------- */
/* Page Header base class */

.page-header {
    margin:0;
}
.page-header .container {
    position: relative;
    z-index: 9;
    height: 100%;
}
.page-header-inner img {
    width: 100%;
}
.page-header .item {
    min-height: 367px;
}
.page-header-caption h1 {
    color: #f9aa1e;
    font-size: 48px;
    width: 50%;
    padding-top:100px;
}
.page-header-caption .lead {
    color: #fff;
    font-size: 22px;
    width: 50%;
}
.page-header-caption .btn {
    margin-top: 40px;
}

/* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */
/* Carousel base class */

.carousel {
    /*margin-bottom: 60px;*/
}
.carousel .container {
    position: relative;
    z-index: 9;
    height: 100%;
}

.carousel-indicators li {
    background-color: #ffffff;
    width: 15px;
    height: 15px;
    border: 0px;
}

.carousel-indicators .active {
    background-color: #f9aa1e;
    width: 15px;
    height: 15px;
}

.carousel-inner {
    /*min-height:367px;*/
}
.carousel-inner img {
    width: 100%;
}
#slider-0, #slider-1, #slider-2, #slider-3, #slider-4, #slider-5 #slider-6{
    width: 100%;
    min-height: 360px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.carousel #slider-1 {
    background-image: url('../img/home/img_index_slide_01.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel #slider-2 {
    background-image: url('../img/home/img_index_slide_02.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel #slider-3 {
    background-image: url('../img/home/img_index_slide_03.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel #slider-4 {
    background-image: url('../img/home/img_index_slide_04.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel #slider-5 {
    background-image: url('../img/home/img_index_slide_05.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel #slider-6 {
    background-image: url('../img/home/img_index_slide_06.jpg');
    background-size: cover;
    background-position: 50% 0;
/*    min-height: 367px;*/
    min-height: 580px;
}
.carousel .item img {
    /*  display:none;*/
}
.carousel-control {
    position: absolute;
    font-size: 80px;
/*    top: 30%;*/
    top: 40%;
    background: none;
    width: auto;
    padding-top:15px;
    /*height: 80px;*/
    /*margin-top: 0;
        padding-top:155px;
        font-size: 100px;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);
        border: 0;
        z-index: 110;*/
}
.carousel a.left {
    /*background: none !important;*/
    font-weight: 400;
    background: transparent url('../img/home/slider-left-arrow.png') no-repeat -10px 18%;
    border-radius: 4px;
    width:40px;
 /*   z-index: 1049;*/
    /*
        text-align:left;
        height:auto;
        width:100%;*/
}
.carousel a.right {
    font-weight: 400;
    width:50px;
    /*background: none !important;*/
    background: transparent url('../img/home/slider-right-arrow.png') no-repeat 10px 18%;
    text-indent: 10px;
/*    z-index: 1049;*/
        /*;
        float:right;
        text-align:right;
        height:auto;*/
}
.carousel .item {
    min-height: 367px;
}
.carousel .item .container {
    /*height: 87%;
        margin-top: -10%;
        position: fixed;
        top: 12%;*/
}
.carousel-caption {
	top:170px;
    /*background-color: transparent;
        position: static;
        max-width: 98%;
        padding: 0 1%;
        margin: 45px auto 0 0;*/
}
.carousel-caption h1 {
    color: #f9aa1e;
    font-size: 48px;
    /*font-size: 28px;
        margin: 0 auto;
        line-height: 1.25;
        color: #fff;
        text-shadow: 0 1px 1px rgba(0,0,0,.4);*/
}
.carousel-caption .lead {
    color: #fff;
    font-size: 22px;
}
.carousel-caption .btn {
    margin-top: 40px;
}

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

/* FORM
    -------------------------------------------------- */
/*.required:after {
      content: "*";
      color:red;
      float:right;

    }*/

.form-control {
    /*  width:90%;*/
}
/* NAV TABS
    -------------------------------------------------*/

.nav-tabs>li>a {
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    color: #be2026 !important;
    background-color: #fff;
}
.nav-tabs>li>a.active {
    color: #2b2b2c !important;
    border: none !important;
    margin-top: 2px;
}
/* BLOGS
    _________________________________________________ */

.documentation {
    padding-top: 100px;
}

.blog {
    padding-top: 100px;
}
#bloglist h1, #bloglist h1 a, #bloglist h1 a:hover, #bloglist h1 a:active {
    color: #be2026;
    font-size: 28px;
    margin: 10px 0;
}
#bloglist img {
    margin-bottom: 1.4em !important;
}
#bloglist .row {
    margin-bottom: 1.5em;
}
/* JOBS
  --------------------------------------------------*/

#jobs {
    margin:0px;
}

#contactus {
    margin:0px;
}

#joblist a {
    color: #be2026 !important;
}
#joblist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#joblist li {
    margin: 12px 0;
}
/* MARKETING CONTENT
    -------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .span4 {
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .span4 p {
    margin-left: 10px;
    margin-right: 10px;
}
/* Featurettes
    ------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}
.featurette {
    padding-top: 120px;
    /* Vertically center images part 1: add padding above and below text. */

    overflow: hidden;
    /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
    margin-top: -120px;
    /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */

.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}
/* Thin out the marketing headings */

.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
/* BUTTONS
    ----------------------------*/

.btn-menu {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 5px 15px !important;
    margin-left: 10px;
}
.b-red {
    border-color: #be2026 !important;
}
.btn-red, .btn-white {
    font-size: 20px;
}
.btn-red {
    background-color: #be2026;
    border-color: #be2026;
    color: #fff;
    padding: 6px 21px;
}
footer .btn-xs {
    font-size: 15px;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
    background-color: #be2026;
    border-color: #be2026;
}
.btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
    background-color: #f6686e;
    border-color: #f6686e;
}
.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #be2026;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
    background-color: #ddd;
    border-color: #ddd;
}
.btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
    background-color: #ccc;
    border-color: #ccc;
}
/* Pagination
  -------------------------------------*/

.pagination {
    margin: 0;
    font-size: 12px;
}
.pagination > li > a {
    border: none;
    color: #be2026;
}
.pagination > li > a.active {
    border: none;
    color: #2b2b2c;
}
/* Home Page
     Brands Section
  --------------------------------------*/

.brands {
    background:#ffffff url('../img/home/img_index_body_01.png') no-repeat center center;
    min-height: 438px;
}
.brands .col-sm-12 {
    margin: 1.072em 0 2.14em
}
.brands div, .clientList {
    text-align: center;
    line-height: 100px;
}
.clientList img {
    vertical-align: middle;
}

/* Home Page
     trusted-payment-advisor
     ------------------------------------*/
.gray-container {
    width: 100%;
    background-color: #e5e5e5;
    background-size: cover;
    /*padding: 30px 0;*/
    padding: 1.5em 0;
    /*color: #333;*/
    font-size: 15px;
}
/* Home Page
     trusted-payment-advisor-1
     ------------------------------------*/
.white-container {
    width: 100%;
    background-color: #fff;
    background-size: cover;
    /*padding: 30px 0;*/
    padding: 1.5em 0;
    /*color: #333;*/
    font-size: 15px;
}

.gray-container h2, .white-container h2 {
    margin: 20px;
}

.gray-container p, .white-container p {
    margin: 20px;
}

/* Super
 --------------------------*/

.super {
    width: 100%;
    /***background: #ffc532 url('../img/footer/orange-gradient2.png') no-repeat center center fixed;***/
    background: #424245;
    background-size: cover;
    padding: 30px 0;
}
.super h2 {
    font-size: 22px;
    margin: 0 auto;
    padding-top: 20px;
}
.super .container div {
    text-align: center;
    min-height: 100px;
    /*background-color: #fff;*/
}
.super .container div:nth-child(3) {
    min-height: 50px;
/*    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
*/}
.super .sudius {
    background: url('../img/footer/img_footer_banner_india.png') no-repeat 0 0;
    background-size:100% auto;
/*    min-width: 200px;
    min-height: 100px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
*/}
/* Modals
------------------------------ */

#freeTrialModal h2 {
    clear: right;
    text-align: center;
    color: #cb0e29;
    font-size: 40px;
}
#freeTrialModal .modal-header, #freeTrialModal .modal-footer {
    border: none;
    text-align: center;
}
#freeTrialModal .modal-footer {
    padding-top: 0;
    padding-bottom: 30px;
}
#freeTrialModal .modal-content {
    background: #eee;
}
#freeTrialModal .modal-content .row {
    margin-bottom: 20px;
}
#freeTrialModal .close {
    opacity: 1;
    font-size: 30px;
}
#freeTrialModal .btn-submit {
    background: #cb0e29;
    color: #fff;
    font-size: 18px;
    padding: 8px 18px;
}
#freeTrialModal input, #contactus input, #jobs input {
    width: calc(100% - 15px);
    padding: 8px 10px;
    border-radius: 4px;
    border: #ddd 1px solid;
}
#freeTrialModal input.error, #contactusForm input.error, #jobsForm input.error {
    border: #cb0e29 1px solid;
    background: rgba(255, 0, 0, 0.1);
}
#newsletterForm input.error, #newsletterFooterForm input.error {
    border: #cb0e29 1px solid;
}
#freeTrialModal .error-msg, #contactusForm label.error, #jobsForm label.error, #newsletterForm label.error, #newsletterFooterForm label.error {
    color: #cb0e29;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 4px;
}
#freeTrialModal .required::after, #contactus .required::before, #jobs .required::before {
    content: '*';
    display: block;
    float: right;
    color: #cb0e29;
}
#newsform input {
    color: #000000;
}
#newsform {
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 4px;
    text-align: center;
}

/* Solutions Page
 ----------------------------------*/
.solutions {
    background:#ffffff url('../img/solutions/img_solutions_header.png') no-repeat center center;
    background-size: cover;
    min-height: 432px;
}

#slider-solutions-1{
    width: 100%;
    min-height: 432px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-header #slider-solutions-1 {
    background-image: url('../img/solutions/img_solutions_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

/* Technology Page
 ----------------------------------*/
.technology {
    background:#ffffff url('../img/solutions/img_tech_payplus_header.png') no-repeat center center;
    background-size: cover;
    min-height: 432px;
}

#slider-technology-1, #slider-technology-2, #slider-technology-3 {
    width: 100%;
    min-height: 432px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-header #slider-technology-1 {
    background-image: url('../img/technology/img_tech_payplus_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-technology-2 {
    background-image: url('../img/technology/img_tech_integration_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-technology-3 {
    background-image: url('../img/technology/img_tech_support_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

/* About Us
 ----------------------------------*/
#slider-aboutus-overview-1, #slider-aboutus-leadership-1, #slider-aboutus-clients-1, #slider-aboutus-blogs-1, #slider-aboutus-jobs-1, #slider-aboutus-contactus-1{
    width: 100%;
    min-height: 432px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-header #slider-aboutus-overview-1 {
    background-image: url('../img/about/img_about_company_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}
.page-header #slider-aboutus-leadership-1 {
    background-image: url('../img/about/img_about_leadership_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-aboutus-clients-1 {
    background-image: url('../img/about/img_about_client_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-aboutus-blogs-1 {
    background-image: url('../img/about/img_about_blog_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-aboutus-jobs-1 {
    background-image: url('../img/about/img_about_job_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

.page-header #slider-aboutus-contactus-1 {
    background-image: url('../img/about/img_about_contact_header.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;    
}

.leadership-hr, .clients-hr {
    border-color: #c1c0c1;
}

.bold {
    font-weight: bold;
}

.blog-title {
    color: #be2026;
    font-weight: bold;
}

a.blog-title, a.blog-title:hover {
    font-size: 28px;
    color: #be2026;
}

/* JumpStart
 ----------------------------------*/
#slider-jumpstart-india-1, #slider-jumpstart-brazil-1, #slider-jumpstart-china-1 {
    width: 100%;
    min-height: 432px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.page-header #slider-jumpstart-india-1 {
    background-image: url('../img/jumpstarts/img_jumpstarts_india.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}
.page-header #slider-jumpstart-brazil-1 {
    background-image: url('../img/jumpstarts/img_jumpstarts_brazil.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}
.page-header #slider-jumpstart-china-1 {
    background-image: url('../img/jumpstarts/img_jumpstarts_china.png');
    background-size: cover;
    background-position: 50% 0;
    min-height: 432px;
}

/* Terms Of Service
 ----------------------------------*/
.terms-of-service {
    padding-top: 100px;
}

.terms-of-service h2 {
    color: #cb0e29;
    text-align:left;
}

.terms-of-service h5 {
    font-style: italic;
    text-align:left;
    font-weight:bold;
    padding-bottom:10px;
}

/* Privacy Policy
 ----------------------------------*/
.privacy-policy {
    padding-top: 100px;
}

.privacy-policy h2 {
    color: #cb0e29;
    text-align:left;
}

.privacy-policy h5 {
    font-style: italic;
    text-align:left;
    font-weight:bold;
    padding-bottom:10px;
}

/* Our Team
 ----------------------------------*/

.team .col-xs-6.col-sm-4.col-md-3.col-lg-2 {
    margin-bottom: 40px;
}

a.team-a {
    cursor: default;
}

/* Footer
 ----------------------------------*/
#nlf-thanks {
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 4px;
}

footer {
    /*margin-top: 30px;*/
}
footer h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
footer a {
    color: #f9aa1e;
}
footer ul a:hover {
    color: #ffffff;
}

footer ul {
    margin: 0px;
    padding: 0px;
}
footer ul li {
    line-height: 30px;
}
.lowCopy {
    font-size: 12px;
    margin: 1.5em 0;
    text-align: center;
}
.lowCopy div {
    margin-bottom: 0.9em;
}
.lowCopy a {
/*    color: #be2026;*/
    color: #23527c;
}
.lowCopy div:nth-child(3) i {
    margin: 0 0.3em;
    color: #000;
}
/* Features Section
----------------------------------------------*/

#features img {
    margin: 1.5em 0;
}
.outlb {
    background-color: #e5e5e5;
    width: 100%;
}
.outlb img {
    margin-bottom: 20px;
}
.featuresList {
    padding: 50px 0 100px;
}
.featuresList img, #bloglist img, #article img {
    margin: 0 auto;
    width: 100%;
}
.managementList {
   /* text-align: center;*/
}
.featuresList div, .managementList div {
    margin-bottom: 40px;
}
.featuresList .row h1 {
    color: #be2026;
    font-size: 24px;
}
/* Leaderboard
----------------------------------------------*/

.leaderboard {
    /*min-height: 120px;*/

    margin-bottom: 30px;
}
.leaderboard h1 {
    vertical-align: middle;
    margin: 40px 0 30px;
}
.leaderboard icon {
    margin-right: 14px;
    color: #be2026;
}
.leaderboard .row {
    height: 100%;
    vertical-align: middle;
    /* margin-bottom:20px;*/
}
.leaderboard .btn {
    margin-bottom: 20px;
}

@media (max-width: 769px) {
    .modal {
        padding-right: 0px!important;
    }
    .modal-dialog {
        margin: 0;
    }
    .modal-content {
        border-radius: 0px;
        border: none;
    }
}
@media(max-width:767px) {}
@media(min-width:769px) {
    body {
/*        padding-top: 100px;*/
        padding-top: 0;
    }
    .navbar {
        /*min-height: 100px;*/
        min-height: 73px;
    }
    .super .sudius {
        border-top-right-radius: 0px;
    }
    .navbar-brand {
        background: transparent url('../img/logo/img_header_ep_logo.png') no-repeat 0 0;
        width: 183px;
        height: 44px;
        margin-right: 30px;
    }
    .leaderboard h1 {
        /*margin-top:15px;*/
    }
    .leaderboard .row {
        /*height: 100%;
          padding:30px 0 0 0;*/
    }
    .leaderboard .col-sm-3 {
        line-height: 120px;
        vertical-align: center;
        text-align: right;
    }
    .leaderboard .btn {
        margin-bottom: 0px;
    }
    .carousel .item img {
        display: block;
    }
    .keynote .well {
        min-height: 275px;
    }
    .keynote .well h2 {
        margin-bottom: 32px;
    }
    .keynote .well .btn {
        position: absolute;
        top: 85%;
        left: 25%;
        width: auto;
    }
    .super h2 {
        padding-top: 30px;
    }
    .super .container div {
        min-height: 100px !important;
    }
    .super .container div:nth-child(3) {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        line-height: 100px;
        vertical-align: middle;
    }
    .super .sudius {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .lowCopy div:nth-child(2) {
        text-align: center;
    }
    .lowCopy div:nth-child(3) {
        text-align: right;
    }
    .clientList {
        text-align: center;
        line-height: 200px;
    }
    #article .article_image {
        float: right;
    }
}

@media(min-width:992px) {
  .menubtn .dropdown-menu {
      background-color: #2b2b2d !important;
      padding: 17px !important;
      margin-top: 5px !important;
      margin-left: -50px !important;
  }
  .menubtn>li>.dropdown-menu::before {
      border-bottom: 8px solid #2b2b2d !important;
      left: 100px !important;
  }
}
@media(min-width:1200px) {}

/* Jump India Theme
*/
.orange-text {
	color:#f89938;
}

.margin-top-15 {
	margin-top:15px;
}