/*
*/
body{
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #464646;
    position: relative;
}
h1, h2, h3, h4, h5, h6, p, label{
    font-weight: normal;
}
a{
    color: #850000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #850000;
}

::-webkit-input-placeholder {
    color: #c97f7f;
}

:-moz-placeholder { /* Firefox 18- */
    color: #c97f7f;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #c97f7f;
}

:-ms-input-placeholder {
    color: #c97f7f;
}
img{
    max-width: 100%;
    max-height: none;
}

.container, a, img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/**/
.container{
    padding: 0 30px;
    position: relative;
    overflow: hidden;
}
.header{
    background: #ffffff;
}
.logo{
    display: inline-block;
    margin: 30px auto 40px;
}
.header .page-title{
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #850000;
}
.header .page-title:before{
    content: '';
    display: block;
    height: 2px;
    width: 100px;
    background: #850000;
    margin: 0 auto 20px;
}
/**/
.info-row{
    padding: 0 0 30px;
    font-size: 18px;
    background: #850000;
    color: #ffffff;
}
.join-start, .learning-start{
    display: inline-block;
    margin: 0 20px;
}
.join-start .glyphicon, .learning-start .glyphicon{
    margin-right: 10px;
}
/**/
.nav-row{
    width: 100%;
    background: #7e0000;
    z-index: 900;
    box-shadow: 0 20px 30px rgba(0,0,0,.2);
}
.nav-row.fixed{
    position: fixed;
    top: 0;
}

.main-menu{
    padding: 0;
    margin: 0;
    text-align: center;
    text-indent: 0;
}
.main-menu li{
    display: block;
    float: left;
    text-indent: 0;
    vertical-align: top;
}
.main-menu a{
    display: block;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}
.main-menu a:hover, .main-menu a.selected{
    background: #ffffff;
    color: #7e0000;
}

/**/
.btn-red{
    background: #b01717;
    color: #ffffff;
    margin: 20px auto;
}
.btn-red:hover{
    background: #850000;
    color: #ffffff;
}

/**/
.thanks-page .header{
    height: 500px;
}
.thanks-page .logo{
    margin: 0 auto 50px;
}
.thanks-row{
    padding: 100px 0 50px!important;
}
/**/

.padding-row{
    padding: 50px 0;
}
.green-row{
    background: #850000;
    color: #ffffff;
}
.white-row{
    background: #ffffff;

}
.gray-row{
    background: #f7f7f7;
}
.dark-gray-row{
    background: #404040;
    color: #ffffff;
}
.red-row{
    color: #ffffff;
    background: #8b0c0c;
}
.big-title-1{
    font-size: 48px;
    font-weight: normal;
}
.title-with-line{
    display: inline-block;
    position: relative;
    margin: 0 auto 50px;
}
.title-with-line:after{
    content: '';
    position: absolute;
    top: 25px;
    right: -150px;
    width: 100px;
    height: 2px;
    background: #d5d5d5;
}
.title-with-line:before{
    content: '';
    position: absolute;
    left: -150px;
    top: 25px;
    width: 100px;
    height: 2px;
    background: #d5d5d5;
}
.white-row .title-with-line:after, .white-row .title-with-line:before, .gray-row .title-with-line:after, .gray-row .title-with-line:before{
    background: #d5d5d5;
}
.green-row .title-with-line:after, .green-row .title-with-line:before{
    background: #ffffff;
}
.header .title-with-line:after, .header .title-with-line:before{
    width: 200px;
}
.header .title-with-line:after{
    right: -250px;
}
.header .title-with-line:before{
    left: -250px;
}
.icon{
    display: block;
    margin: 0 auto 20px;
}
/* main info */
.item-row{
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-1{
    font-size: 38px;
    font-weight: bold;
    margin: 0 auto 50px;
}
.title-2{
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 40px;
}
.title-3{
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px;
}
.title-4{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}
.start{
    display: inline-block;
    margin: 0 auto 20px;
    font-size: 32px;
    position: relative;
    float: none;
    clear: both;
}
.start:after{
    content: '';
    display: block;
    position: absolute;
    right: -100px;
    top: 0;
    width: 57px;
    height: 37px;
    background: url('img/icon-4.png');
}

.plus{
    display: block;
    margin: 30px auto;
    height: 53px;
    background: url('img/plus.png') center center no-repeat;
}
/* unicity */
.inner-title{
    margin-top: 30px;
}
.unicity .item{
    text-align: center;
}
.unicity .item .circle{
    font-size: 30px;
    border-radius: 100%;
    background: #f7f7f7!important;
    color: #850000!important;
    display: block;
    font-weight: bold;
}
.unicity .item h2{
    font-size: 16px;
    line-height: 20px;
}
/* components */
.components{
    margin-bottom: 20px;
}
.components .component{
    min-height: 150px;
    margin: 20px 0;
}
.components .glyphicon{
   font-size: 36px;
    color: #850000;
}
.components h2{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.circle{
    display: block;

    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    background: #ffffff;
    color: #4c4c4c;
    margin: 0 auto 20px;
}
/* tabs */

.tab-content{
    border: 0;
    border-top: none;
    background: #f7f7f7;
}
.tab-inner{
    padding: 50px;

}
.nav-tabs{
    text-align: center;
    border-bottom: 0;
}
.nav-tabs > li{
    display: inline-block;
    float: none;
    margin-bottom: -2px;
}
.nav-tabs > li a{
    padding: 15px 30px;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    border: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
    border-bottom-color: #f7f7f7;
    background: #f7f7f7;
}
.nav-tabs>li>a:hover{
    border-color: transparent;
}
.nav-tabs.optional > li{
    width: 45%;
}
@media (max-width: 786px){
    .nav-tabs.optional > li{
        width: 100%;
    }
}
.nav-tabs.optional > li a{
    font-size: 18px;
}
.nav>li>a:focus, .nav>li>a:hover{
    background: #f7f7f7;
}
/* courses */
.courses-row, .courses-optional-row{

}
.no-top-padding{
    padding-top: 0;
}
.courses li{
    margin-bottom: 10px;
}
/* Reviews wrap */
.reviews-wrap{
    padding: 40px 0;
}
.review{
    margin-bottom: 20px;
}
.review .title{
    margin: 0;
    padding: 5px 0;
    font-size: 26px;
    font-weight: normal;
}
.review .review-photo{
    border-radius: 100%;
    display: block;
    -webkit-box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.5);
}
.review .review-photo.pull-left{
    margin-right: 60px;
}
.review .review-photo.pull-right{
    margin-left: 60px;
}
.review .desc{
    font-size: 18px;
    font-style: italic;
    margin-bottom: 20px;
}
.review .text-right .review-text{

}

/* Registration */
.registration-wrap{
    background: #850000;
    padding: 50px 0 80px;
    color: #ffffff;
}

.registration-wrap .block-title{
    font-size: 48px;
    margin: 0 0 50px;
}
.registration-wrap label{
    text-align: left;
    display: block;
}
.registration-wrap input{
    width: 100%;
    border: none;
    background: #6b0000;
    color: #ffffff;
    vertical-align: middle;
    padding: 10px 15px;
    font-size: 18px;
    margin: 5px 0 20px 0;
}
.registration-wrap input:focus{
    outline: none;
    box-shadow: none;
}


/* Contacts */
.contacts-wrap{
    background: #f5f5f5;
    padding: 40px 0 50px;
}
.contacts .title{
    font-size: 18px;
    font-weight: bold;
}
.contacts img{
    margin: 0 20px 20px 0;
}

/* Buttons */
.button{
    text-decoration: none;
    border: none;
    display: inline-block;
    outline: none;

}
.button:hover{
    text-decoration: none;
    cursor: pointer;
}
.big-button{
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 15px 0;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
}

.white-button{
    color: #850000;
    background-color: #ffffff;
}
.white-button:hover{
    color: #636363;
}
.white-button:active{
    color: #636363;
    background-color: #f0f0f0;
}



.list{
    padding-left: 35px;
    list-style: none;
}
.benefit-row .list{
    padding: 40px 35px;
    background-color: #f7f7f7;
}
.list li{
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}
.list li:before{
    content: "\e013";
    font-size: 14px;
    font-family: 'Glyphicons Halflings';
    margin-right: 10px;
    position: absolute;
    color: #850000;
    left: 0;
}
.list.big-list{
    font-size: 18px;
}
.list.big-list li{
    padding-left: 30px;
    margin-bottom: 20px;
}
.list.big-list li:before{
    font-size: 18px;
}
.external{
    list-style: none;
    padding: 0;
    margin: 0;
}
.external li{
    margin-bottom: 15px;
    font-size: 18px;
    padding-left: 20px;
}
.external li:before{
    content: "\e144";
    font-family: 'Glyphicons Halflings';
    margin-right: 20px;
    position: absolute;
    color: #850000;
    left: 0;
}
/* Map */
#map-canvas {
    height: 600px;
    width: 100%;
    background-color: #f2f2f2;
}
/* Footer */
.footer{
    padding: 20px 0 40px;
    background: #a3a3a4;
    color: #ffffff;
}
.footer a{
    color: #ffffff;
    display: inline-block;
    margin-right: 40px;
}
.footer a:hover{
    color: #363636;
}
.copyrights-row{
    background: #333333;
    color: #ffffff;
    padding: 30px 0;
    font-size: 15px;
}
.copyrights-row a{
    color: #ffffff;
}
.copyrights-row a:hover{
    color: #850000;
}
/**/

.image-bg{
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
   /* -webkit-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.5);
    box-shadow: inset 0 0 50px 0 rgba(0,0,0,0.5);*/
}
/*.image-bg:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
}*/
.image-1{
    background-image: url('img/cover/1_2.jpg');
    height: 800px;
}
.image-2{
    background-image: url('img/cover/2.jpg');
}
.image-3{
    background-image: url('img/cover/3_3.jpg');
}
/**/
.site-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    cursor: pointer;
    z-index: 998;
}
.cbp-spmenu-push-toleft .site-overlay{
    display: block;
}
/* mobile menu */
.navbar-toggle{
    float: right;
    display: block;
    margin-top: 15px;
    z-index: 1000;
}
.navbar-toggle .icon-bar{
    width: 29px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #ffffff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle.active .icon-bar{
    background-color: #fff;
}
.navbar-toggle.active .middle-bar{
    display: none;
}
.navbar-toggle.active .top-bar{
    transform: rotate(45deg);
}
.navbar-toggle.active .bottom-bar{
    transform: rotate(-45deg);
    margin-top: -7px;
}

/**/

.cbp-spmenu, .cbp-spmenu-right.cbp-spmenu-open{
    background-color: #8b0c0c;
    z-index: 999;
}
.sub-menu{
    padding: 20px 0;
    margin: 0;
    list-style: none;
}
.sub-menu li{

}

.sub-menu li a{
    display: inline-block;
    font-size: 17px;
    margin-left: 20px;
    padding: 10px 30px;
    border: none;
    text-decoration: none!important;
}
.sub-menu li a:hover, .sub-menu li a:active, .sub-menu li a.selected{
    background-color: #fff;
    color: #8b0c0c;
}
.sub-menu li a.registration{
    margin-left: 0;
}
