body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}
.navbar {
    margin-bottom: 0px;
    border-bottom: 2px solid #a9132a;
    border-radius: 0px;
}

.starter-template {
    padding: 40px 15px;
    text-align: center;
}
.b30 {
    margin-bottom: 30px;
}
.b50 {
    margin-bottom: 45px;
}
h2 {
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    letter-spacing: 2px;
}
.subhead {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    letter-spacing: 1px;
}
.copyright {
    text-align: center;
    background-color: #1e2025;
    color: #868c8f;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.events {
    margin-bottom: 30px;
}
.events > div {
    padding: 3px;
}
.event {
    min-height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.event-img {
    height: 203px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
.event-date {
    position: absolute;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    background-color: #a9132b;
    padding: 12px 12px 0px 12px;
    height: 58px;
    top: 148px;
}
.event-type {
    margin: 0px 20px 15px 20px;
    text-transform: uppercase;
    color: #bc7c18;
    font-size: 16px;
}
.event h4 {
    font-weight: 900;
    font-size: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 20px 20px;
    text-transform: uppercase;
    line-height: normal;
}
.event-text {
    font-size: 16px;
    margin: 0px 20px 25px 20px;
    line-height: 24px;
}
.event-mba-button {
    display: block;
    margin: 0px auto;
    border: 1px solid #212223;
    border-radius: 3px;
    text-align: center;
    width: 280px;
    color: #212223;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.7s;
    margin-bottom: 30px;
}
.event:hover .event-mba-button {
    text-decoration: none;
    background-color: #212223;
    color: #fff;
}
a.mba-button {
    display: block;
    margin: 0px auto;
    border: 0px solid #212223;
    border-radius: 8px;
    text-align: center;
    width: 280px;
    color: #ffffff;
    padding: 18px 25px;
    text-decoration: none;
    font-size: 15px;
    transition: 0.7s;
    margin-bottom: 30px;
    background-color: #a9132b;
    box-shadow: 5px 5px 10px rgba(169, 19, 43, 0.2);
}
a.mba-button:hover {
    text-decoration: none;
    background-color: #a9132b;
    color: #fff;
    box-shadow: 5px 5px 10px rgba(169, 19, 43, 0.3);
}
.schools {
    padding: 55px 0px;
    background-color: #f5f7f8;
    margin-bottom: 50px;
}
.tube {
    padding: 45px 0px;
    background-color: #f5f7f8;
    margin-bottom: 90px;
}
.tube h2 {
    text-align: left;
    margin-top: 25px;
    line-height: 48px;
}
.tube .subhead {
    text-align: left;
}
a.video-button {
    display: block;
    border: 2px solid #212223;
    border-radius: 8px;
    text-align: center;
    color: #212223;
    padding: 15px 10px 18px 10px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.7s;
    width: 220px;
    margin-top: 30px;
    float: left;
    margin-right: 10px;
}
a.video-button:hover {
    text-decoration: none;
    border: 2px solid #a9132b;
    background-color: #a9132b;
    color: #fff;
}
@media (max-width: 767px) {
    a.video-button {
        margin: 30px auto;
        float: none;
    }
}
.services {
    margin-bottom: 50px;
    margin-top: -170px;
}
.service {
    text-align: center;
    background-color: #4e5153;
    color: #ffffff;
    padding: 28px;
    font-size: 17px;
}
.service span {
    display: block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 40px;
}
.service span.span-subtitle {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 25px;
}
.service hr {
    width: 80px;
    margin: 0px auto;
    color: #ffffff;
    margin-bottom: 30px;
}
.service a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 40px;
    width: 210px;
    border-radius: 4px;
    margin: 0px auto;
    font-size: 14px;
    transition: 0.7s;
}
.service a:hover {
    background-color: #ffffff;
    color: #4e5153;
    transition: 0.7s;
}
.services .service:nth-child(2) {
    background-color: #2d3032;
}
@media (min-width: 1330px) {
nav.navbar.navbar-inverse.navbar-fixed-top1 .container{
    width: 1257px;
}
}
@media (max-width: 991px) {
    .service hr {
        display: none;
    }
    .service div {
        width: 40%;
        float: left;
    }
    .service a {
        float: left;
        width: 50%;
    }
    .service span {
        margin-bottom: 0px;
    }
}
.promo {
    height: 542px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #e9eff2;
    background-image: url(images/d2018/promo.jpg);
}
a.promo-button {
    background-repeat: no-repeat;
    background-position: 86% 50%;
    background-image: url(images/d2018/promo_arrow.png);
    border: 2px solid #a9132a;
    border-radius: 8px;
    width: 290px;
    padding: 18px 84px 18px 34px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #a9132a;
    text-decoration: none;
    margin-top: 20px;
    margin-left: -18px;
    transition: 0.7s;
}
a.promo-button:hover {
    text-decoration: none;
    padding: 18px 84px 18px 34px;
    background-color: #a9132a;
    color: #ffffff;
    background-image: url(images/d2018/promo_arrow_h.png);
    transition: 0.7s;
}
.slogan {
    font-size: 50px;
    color: #2d3032;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 65px;
    margin-top: 65px;
    margin-left: -18px;
}
.slogan span {
    color: #a9132a;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0;
}
@media (min-width: 480px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .promo {
        height: 342px;
        background-size: contain;
    }
    a.promo-button {
        margin: 20px auto;
    }
    .slogan {
        text-align: center;
    }
    .item {
        /*background-image:none!important;*/
    }
}
@media (max-width: 991px) {
    .promo {
        height: 312px;
        background-size: contain;
    }
    a.promo-button {
        margin: 20px auto;
    }
    .item {
        /*background-image:none!important;*/
    }
    .slogan {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .promo {
        height: 242px;
        background-image: none;
    }
    a.promo-button {
        margin: 20px auto;
    }
    .item {
        /*background-image:none!important;*/
    }
    .slogan {
        text-align: center;
    }
}
.mba-button-black {
    display: block;
    margin: 0px auto;
    border: 2px solid #212223;
    border-radius: 8px;
    text-align: center;
    width: 280px;
    color: #212223;
    padding: 15px 0px;
    text-decoration: none;
    font-size: 17px;
    transition: 0.7s;
    margin-bottom: 30px;
}
.mba-button-black:hover {
    text-decoration: none;
    background-color: #a9132a;
    border: 2px solid #a9132a;
    color: #fff;
}
.t-slide {
    text-align: center;
    font-size: 17px;
    color: #5d5f60;
    display: none;
    padding: 2px;
    border-radius: 3px;
}
.t-slide > div {
    box-shadow: 0px 0px 10px rgba(0, 0, 10, 0.1);
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 190px;
}
.t-slide div {
    font-size: 13px;
}
.teachers {
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 80px;
    padding-bottom: 80px;
}
.teachers-slider .t-slide:nth-child(1) {
    display: block;
}
@media (min-width: 1200px) {
    .teachers-slider .t-slide:nth-child(4) {
        display: block;
    }
}
@media (min-width: 992px) {
    .teachers-slider .t-slide:nth-child(3) {
        display: block;
    }
}
@media (min-width: 768px) {
    .teachers-slider .t-slide:nth-child(2) {
        display: block;
    }
}
.t-slide a {
    text-decoration: none;
    color: #000000;
    z-index: 8;
    font-size: 14px;
}
.t-slide:hover {
}
.t-slide b {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    display: block;
    margin-bottom: 1px;
    margin-top: 10px;
}
.t-slide-img {
    height: 74px;
    text-align: center;
    bottom: 0px;
    position: relative;
}
.t-slide-img img {
    margin-left: auto;
    margin-right: auto;
    width: 148px;
    height: 147px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin-top: -74px;
    background-color: #ebf0f3;
    border-radius: 74px;
}
#ar-left {
    width: 19px;
    height: 33px;
    background-image: url(images/d2018/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    margin-left: -35px;
    margin-top: 80px;
    cursor: pointer;
}
#ar-right {
    width: 19px;
    height: 33px;
    background-image: url(images/d2018/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-right: -35px;
    margin-top: 80px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    #ar-left {
        margin-left: 35px;
        margin-top: 253px;
        cursor: pointer;
        z-index: 10;
    }
    #ar-right {
        right: 0;
        margin-right: 35px;
        margin-top: 253px;
        cursor: pointer;
        z-index: 10;
    }
}
.review {
    box-shadow: 0px 0px 40px rgba(0, 0, 10, 0.1);
    background-color: #ffffff;
    height: 470px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 8px;
    display: none;
}
.review hr {
    height: 5px;
    color: #a9132a;
    width: 25px;
    background-color: #a9132a;
    text-align: left;
    margin-left: 0px;
}
.review span {
    font-style: italic;
    font-size: 18px;
    display: block;
    width: 55%;
    margin-bottom: 20px;
}
.review b {
    font-size: 17px;
    text-transform: uppercase;
}
.review p {
    font-size: 17px;
    margin-bottom: 5px;
}
.review a.more-r {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
    color: #a9132a;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    background-image: url(images/d2018/review-arrow.png);
    background-position: 130px 4px;
    background-repeat: no-repeat;
}
.reviews {
}
.reviews .review:nth-child(3) {
    z-index: 25;
    position: relative;
    display: block;
}
.reviews .review:nth-child(2) {
    position: absolute;
    left: 0;
    margin-top: 30px;
    background-color: #f6f6f9;
    opacity: 0.25;
    margin-left: -70%;
    z-index: 10;
    display: block;
}
.reviews .rgo {
    color: #ff9933;
}
.reviews .review:nth-child(4) {
    position: absolute;
    right: 0;
    margin-top: 30px;
    background-color: #f6f6f9;
    opacity: 0.25;
    margin-right: -70%;
    z-index: 10;
    display: block;
}
#ar-r-left {
    width: 19px;
    height: 33px;
    background-image: url(images/d2018/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    margin-left: 35px;
    margin-top: 220px;
    cursor: pointer;
    z-index: 30;
}
#ar-r-right {
    width: 19px;
    height: 33px;
    background-image: url(images/d2018/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    margin-top: 220px;
    margin-right: 35px;
    cursor: pointer;
    z-index: 30;
}
@media (max-width: 1199px) {
    #ar-r-left {
        margin-top: 527px;
    }
    #ar-r-right {
        margin-top: 527px;
    }
    .review span {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .review span {
        font-size: 18px;
        width: 100%;
    }
    .review {
        background-size: 25%;
    }
}
.reviews-stripe {
    height: 170px;
    background-color: #a9132a;
    padding-bottom: 90px;
    margin-top: -70px;
    z-index: 18;
    position: relative;
    padding-top: 60px;
    margin-bottom: 0px;
}
a.reviews-button {
    background-repeat: no-repeat;
    background-position: 86% 50%;
    background-image: url(images/d2018/all-review-arrow.png);
    border-radius: 8px;
    width: 290px;
    padding: 18px 64px 18px 34px;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin: 10px auto;
    background-color: #000000;
    transition: 0.7s;
}
a.reviews-button:hover {
    text-decoration: none;
    transition: 0.7s;
    padding: 18px 64px 18px 54px;
}
@media (max-width: 767px) {
    a.reviews-button {
        width: 220px;
    }
    a.reviews-button:hover {
        padding: 18px 64px 18px 34px;
    }
}
.footer {
    min-height: 358px;
    background-image: url(images/d2018/footer_bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #212225;
    padding-top: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 0 30px rgba(0, 0, 0, 0.2);
}
.footermenu {
    margin-bottom: 50px;
}
.footermenu h3 a {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}
.footermenu a {
    text-decoration: none;
    font-size: 12px;
    color: #c8cbd0;
    display: block;
    margin-bottom: 15px;
}
.footeritem {
    color: #c8ccd1;
    font-size: 14px;
}
.footer_phone {
    color: #ffffff;
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
#small-logo {
    margin-bottom: 15px;
    margin-top: 20px;
}
.socials a {
    width: 25px;
    height: 25px;
    float: left;
    background-repeat: no-repeat;
    background-image: url(images/d2018/icons_socials.png);
    display: block;
    margin: 15px 5px 15px 0px;
}
.s-twitter {
    background-position: -30px 0px;
}
.s-youtube {
    background-position: -60px 0px;
}
.s-linkedin {
    background-position: -90px 0px;
}
.s-inst {
    background-position: -120px 0px;
}
.s-bl {
    background-position: -149px 0px;
}
.logo {
    height: 100px;
}
#logo {
    margin-top: 20px;
    width: 220px;
    max-width: 100%;
}
.free-consulting a {
    margin-top: 60px;
    font-size: 12px;
    padding-left: 25px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-image: url(images/d2018/icon_pencil.png);
    display: block;
    text-decoration: none;
    color: #000000;
    transition: 0.7s;
}
.free-consulting a:hover {
    transition: 0.7s;
    background-position: 0px 17px;
}
.free-consulting a span {
    color: #f04b4e;
}
.callback a {
    margin-top: 33px;
    padding-left: 25px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    background-image: url(images/d2018/icon_phone.png);
    display: block;
    text-decoration: none;
    transition: 0.7s;
    font-weight: bold;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
}
.callback a span {
    font-weight: normal;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    line-height: normal;
    display: block;
    margin-left: -24px;
}
.callback a:hover {
    transition: 0.7s;
    background-position: 7px 2px;
}
.messengers {
    margin-top: 40px;
}
.messengers-mobile {
    display: none;
}
.mes {
    width: 22px;
    height: 22px;
    float: right;
    background-repeat: no-repeat;
    background-image: url(images/d2018/messengers.png);
    display: block;
    margin: 0px 10px 0px 10px;
}
.mes1 {
    background-position: -45px 0px !important;
}
.mes2 {
    background-position: -87px 0px !important;
}
.mes3 {
    background-position: -130px 0px !important;
}
.mes4 {
    background-position: -2px 0px !important;
}

.mes5 {
    background-image: url(images/d2018/viber.png);
}

@media (max-width: 991px) {
    #logo {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .callback a,
    .free-consulting a {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .messengers {
        margin-top: 0px;
    }
    .mes {
        margin-top: 10px;
        margin-bottom: 13px;
    }
    #logo {
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    #logo {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar {
        height: 63px !important;
    }
    .dropdown-menu {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .dropdown:hover > a,
    .dropdown.open > a {
        background-image: url(images/d2018/caret.png);
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}
#navbar .navbar-nav > li > a {
    height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 24px;
    line-height: 18px;
}
.dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 2px solid #a9132b;
}
.dropdown-menu > li > a {
    text-align: center;
    border-bottom: 1px solid #282a2c;
    background-color: #151617;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 14px;
}
.dropdown-menu > li > a:hover {
    background-color: #282a2c;
    color: #ffffff;
}
@media (max-width: 767px) {
    .dropdown-menu {
        margin-left: auto;
    }
    .dropdown-menu > li > a {
        text-align: left;
        padding: 14px;
    }
}
.schedule {
    background-color: #f5f7f8;
    padding: 90px 0px 30px 0px;
    margin-bottom: 60px;
}
.schedule-button {
    margin-top: 50px;
    width: 260px;
}
.course a {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: block;
    color: #000000;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    height: 125px;
    margin-bottom: 8px;
    padding-top: 50px;
}
a.courset {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url(images/d2018/ar_bot.png);
    background-repeat: no-repeat;
    background-position: 50% 80%;
}
a.coursed {
    padding-top: 30px;
    line-height: 21px;
    text-decoration: none;
    font-size: 15px;
}
.courseb {
    padding: 3px;
}
.s-toefl,
.s-ielts,
.s-gre {
    display: none;
}
.curs-select,
.curs-select-link {
    padding: 4px;
}
.curs-select a,
.curs-select-link a {
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    padding: 22px 10px;
    display: block;
    margin-bottom: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#s-gmat a,
#s-ielts a {
    background-color: #4e5153;
}
#s-toefl a,
#s-gre a {
    background-color: #2d3032;
}
#s-gmat a.cur,
#s-toefl a.cur,
#s-ielts a.cur,
#s-gre a.cur {
    background-color: #a9132a;
}
@media (max-width: 480px) {
    .messengers {
        display: none;
    }
    .callback {
        margin-top: 31px;
    }
    .callback a {
        font-size: 18px;
    }
    .messengers-mobile {
        display: block;
    }
    .mes {
        float: left;
    }
    .review span {
        font-size: 13px;
    }
}
.carousel {
    height: 500px;
    margin-bottom: 0px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 436px;
    background-color: #e9eff2;
    background-position: right top;
    background-repeat: no-repeat;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 436px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    color: #555;
}
.carousel-control {
    text-shadow: none;
    color: #555;
}

/* lessons */

.cp_table table{
width:100%;
font-size:14px;
font-weight:bold;
}
.cp_table table tr th{
background-color:#686670;
color:#fff;
text-align:center;
padding-top:20px;
padding-bottom:20px;
font-weight:normal;
}
.cp_table table tr td{
border-top:2px solid #FFFFFF;
padding:20px;
background-color:#f2f2f2;
text-align:left;
}
.cp_table table tr td.cp_name{
font-size:14px;
font-weight:bold;
}
.cp_table table tr td.cp_dates{
font-size:12px;
}
.cp_table table tr td.cp_url a{
font-size:10px;
text-decoration:none;
color:#f6f8ff;
background-color:#a9132b;
padding:9px 16px;
border-radius:3px;
display:block;
text-align:center;
}

.lessons {
    background-color: #f5f6fb;
    background: url(/toefl-courses/img/course-bg.png) no-repeat center;
    background-size: cover;
	padding:40px 0px;
}
.lessons h2 {
    margin-bottom: 20px;
}
.lessons p {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.06em;
    color: #020202; 
}
.cp_table table {
    border-collapse: separate;
    border-spacing: 0em 1.1em; 
}
.cp_table table tr {
	background-color: #fff;
}
.cp_table table tr td {
    border-top: none;
	background-color: #fff;
}
.cp_table table tr td.c_name_bg {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url(/toefl-courses/img/c-name.png) no-repeat center;
    background-size: cover;
}
table.cp_table_indiv {
    width: 100%;
    font-size: 14px
    border-collapse: separate;
    border-spacing: 0em 1.1em;
}
table.cp_table_indiv tr {
    background-color: #fff;
}
table.cp_table_indiv tr td {
    background-color: #fff;
    padding: 20px;
}
table.cp_table_indiv tr td.c_name_bg {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: url(/toefl-courses/img/c-name.png) no-repeat center;
    background-size: 100%;
}
.lessons button.btn-red {
    padding: 20px 60px;
}