html, body {
    font-family: 'Exo', sans-serif;
    font-size: 17px;
}
body {
    
}
p {
    margin: 0;
    font-size: 1rem;
}
a {
    color: #e74f1d;
}
.of {
    overflow: auto !important;
}
a:hover {
    text-decoration: none;
    color: #666;
}
a:hover, a:focus {
    text-decoration: none;
}
.p-margin-2 p {
    margin-bottom: 1.5rem;
}
.p-margin-3 p {
    margin-bottom: 2rem;
}
.p-margin-4 p {
    margin-bottom: 2.5rem;
}
.p-margin-5 p {
    margin-bottom: 3rem;
}
.list-unstyled.sm-list {
    position: absolute;
    left: 15px;
    top: 160px;
	z-index: 100;
}
.list-unstyled.sm-list li {
    margin-bottom: 10px;
}
.main {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1rem;
}
.page-header {
    margin: 0;
    border: 0;
    font-size: 2.5rem;
    font-family: 'Exo', cursive;
    font-weight: bold;
    color: #e74f1d;
	margin-bottom: 1.5rem;
    
}
.header {
    background: #000;
    padding: 10px 20px;
    color: #e74f1d;
    font-size: 1.75rem;
    font-family: 'Exo', cursive;
    font-weight: bold;
}
.header img {
    margin-left: 15px;
}
.ch-phone, .ch-links {
    text-align: right;
}
.ch-phone a, .ch-links a {
    color: #e74f1d;
}

.navbar-middle {
    float: none;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: -5px;
}
.navbar-default {
    background-color: #072450;
    border: 0;
    border-radius: 0;
    margin: 0;
    min-height: 20px;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Exo', cursive;
    color: #fff;
    font-size: 1.125rem;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 5px solid #072450;
    border-top: 5px solid #072450;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    border-top: 5px solid #072450;
    border-bottom: 5px solid #e74f1d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background: none;
    border-top: 5px solid #072450;
    border-bottom: 5px solid #e74f1d;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    background: #1f1f1f;
}
.dropdown-menu > li > a {
    color: #fff;
    text-align: center;
    font-family: 'Exo', cursive;
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #c0bebf;
    margin-right: 5px;
    margin-left: 5px;
}
.dropdown-menu li:last-child a {
    border: 0;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e74f1d;
    text-decoration: none;
    background: none;
}
#carousel {
    background: #000;
}
#carousel .item {
    /*position: relative;*/
}
#carousel img {
    margin: 0 auto;
}
#carousel .item-desc {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    padding-top: 70px;
    padding-right: 50px;
    text-align: right;
    width: 50%;
}
#carousel .p1 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.5rem;
}
#carousel .p2 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 5rem;
    color: #5c5c5c;
}
#carousel .p2 span {
    color: #e74f1d;
}
#carousel .p3 {
    font-size: 1.25rem;
}
#carousel .p4 {
    margin-top: 40px;
}
#carousel .p4 a:hover {
    border-color: #e74f1d;
    color: #e74f1d;
}
.section-training {
    background: #f5f5f5;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 160px;
}
.section-training h2 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.5rem;
    
    margin-bottom: 60px;
    color: #5c5c5c;
}
.section-training h2 span {
    color: #e74f1d;
}
.section-training .item {
    padding: 0;
}
.section-training .row-items {
    margin: 0;
}
.section-training .item a {
    display: block;
    color: #fff;
    position: relative;
}
.section-training .item a:hover {
    opacity: 0.8;
}

.section-training .item a h3 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.125rem;
    
}
.section-training .item a span {
    display: block;
    position: absolute;
    left: 50%;
    right: 50px;
    bottom: 30px;
    border: 1px solid #fff;
    padding: 10px 0;
    font-family: 'Exo', cursive;
    font-weight: bold;
    
    font-size: 1rem;
    width: 200px;
    margin-left: -100px;
}
.section-training .item a:hover span {
    border: 1px solid #e74f1d;
    color: #e74f1d;
}
.section-offer {
    background: #bfbfbf;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 120px;
}
.section-offer h2 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.5rem;
    
    margin-bottom: 1.5rem;
    /*color: #fff;*/
}
.section-offer h2 span {
    color: #e74f1d;
}
.section-offer .item .a {
    display: block;
    color: #444;
    position: relative;
    padding-bottom: 100px;
    font-size: 1.125rem;
}
.section-offer .item a.a:hover {
    opacity: 0.8;
}
.section-offer .item .a h3 {
    display: block;
    width: 100%;
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.125rem;
    
    color: #000;
}
.section-offer .item .a span {
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 30px;
    border: 1px solid #000;
    color: #000;
    padding: 10px 0;
    font-family: 'Exo', cursive;
    font-weight: bold;
    
    font-size: 1rem;
}
.section-offer .item a.a:hover span {
    border: 1px solid #e74f1d;
    color: #e74f1d;
}
.section-news {
    background: #072450;
    color: #fff;
    /*text-align: center;*/
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 1.125rem;
}
.section-news h2 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.5rem;
    
    margin-bottom: 25px;
}
.section-news h2 span {
    color: #313131;
}
.section-news h3 {
    display: block;
    width: 100%;
    font-family: 'Exo', cursive;
    font-size: 2.125rem;
    margin-bottom: 0px;
    color: #e64e1c;
}
.section-news time {
    color: #e64e1c;
}
.section-news article {
    border-bottom: 1px solid #fff;
}
.section-news .read-more {
    margin-top: 25px;
    margin-bottom: 30px;
}
.section-news a:hover {
    border-color: #313131;
    color: #313131;
}
.read-more {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    font-family: 'Exo', cursive;
    font-weight: bold;
    
    font-size: 1rem;
    min-width: 150px;
}
.read-more:hover {
    border: 1px solid #e74f1d !important;
    color: #e74f1d !important;   
}
.section-cards {
    background: #eee;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
    font-size: 1.125rem;
}
.section-cards h2 {
    font-family: 'Exo', cursive;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #000;
}
.section-cards h2 span {
    color: #e74f1d;
}
.section-cards .img-responsive {
    margin: 0 auto;
}
.section-txt {
    text-align: inherit;
}
#map {
    width: 100%;
    height: 600px;
}
.section-footer {
    background: #090909;
    text-align: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 1.125rem;
    line-height: 34px;
}
#footer {
    background: #090909;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    padding-bottom: 25px;
    padding-top: 25px;
}
#footer a {
    color: #fff;
}
.table-pricelist tr td:first-child {
    width: 100%;
}
.table-pricelist tr td:last-child {
    /*	text-align: center;*/
}

.container-people {
    overflow: hidden;
}
.item-instructor {
    transition: all 1s;
    padding-bottom: 30px;
}
.item-instructor h3 {
    display: block;
    width: 100%;
    font-family: 'Exo', cursive;
    font-size: 2.125rem;
    margin-bottom: 0px;
}
.item-instructor .read-more {
    color: #000;
    border-color: #000;
    background: #fff;
    margin-top: 20px;
}
.item-instructor .read-more:hover, .item-instructor .read-more:focus {
    color: #fff;
    background: #000;
    outline: none;
}
#description {
    background: #929292;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    /*overflow: hidden;*/
    display: none;
    color: #fff;
}
#description:before {
    content: " ";
    position: absolute;
    display: block;
    width: 1000px;
    height: 100%;
    background: #929292;
    top: 0;
    left: -1000px;
}
#description:after {
    content: " ";
    position: absolute;
    display: block;
    width: 1000px;
    height: 100%;
    background: #929292;
    top: 0;
    right: -1000px;
}
#triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 60px;
    border-color: transparent transparent #929292 transparent;
    position: absolute;
    top: -60px;
    left: -25%;
    margin-left: -60px;
    transition: all 1s;
}
#triangle i {
    position: absolute;
    left: -5px;
    top: 45px;
    cursor: pointer;
}
.item-instructor {
    text-align: center;
}
.nav-tabs {
    border: 0;
}
.nav-tabs > li > a {
    border: 1px solid #000;
    color: #000;
    padding: 10px 50px;
    font-family: 'Exo', cursive;
    font-weight: bold;
    
    font-size: 1rem;
    min-width: 150px;
    border-radius: 0;
    margin-right: 15px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    padding: 10px 50px;
    font-family: 'Exo', cursive;
    font-weight: bold;
    
    font-size: 1rem;
    min-width: 150px;
    border-radius: 0;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.form .form-control {
    border-radius: 0;
    border-color: #000;
}
.form .read-more, .container-gallery .read-more, .container-news .read-more {
    background: #fff;
    color: #000;
    border-color: #000;
}
.container-news .read-more {
    margin-top: 30px;
}
#fb {
    position: fixed;
    left: 0;
    top: 180px;
    z-index: 66;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e74f1d;
    border-color: #e74f1d;
}
.pagination > li > a, .pagination > li > span {
    color: #e74f1d;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #e74f1d;
}
/*#e74f1d*/
.panel-faq {
    border: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}
.panel-default.panel-faq > .panel-heading {
    color: #333;
    background: none;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #e74f1d;
}
.panel-default.panel-faq > .panel-heading a {
    display: block;
    padding: 10px 0px;
}
.row-pricelist a {
    transition: transform .5s ease;
    display: block;
    margin-bottom: 30px;
}
.row-pricelist a:hover {
    transform: scale(1.05);
}

.navabr-wcag {
    top: 45px;
}
.wcag {
    width: 100%;
    background: #fff;
    font-size: 14px !important;
    padding: 5px 10px;
    z-index: 1031;
    box-shadow: inset 0 -10px 5px -10px #ccc;
    word-spacing: 0!important;
    line-height: 24px!important;
    letter-spacing: 0!important;
}
.wcag a, .wcag button {
    text-transform: none;
    font-size: 14px !important;
    margin: 0;
    color: #444;
}
.wcag a.w1, .wcag a.w2 {
    padding: 0 5px;
    margin-left: 5px;
    text-align: center;
    width: auto;
    display: inline-block;
}
.wcag a.w1, .wcag a.w1 i {
    color: #ffff00 !important;
    background-color: #000000 !important;
}

.wcag a.w2, .wcag a.w2 i {
    color: #000000 !important;
    background-color: #ffff00 !important;
}
.wcag a.wad {
    margin-left: 20px;
}
.wcag a.wa {
    text-align: center;
    width: 22px;
    display: inline-block;
}
.wcag a.wa span {
    font-weight: bold;
}
.wcag .dropdown-menu {
    text-align: center;
    font-size:14px!important;
}
.wcag .dropdown-menu img {
    cursor: pointer;
    display: inline-block;
}
.wcag .dropdown-menu img:hover {
    opacity: 0.7;
}
.wcag .dropdown-menu img.fa-minus:hover {
    background: url('/img/minus.svg');
    padding: 45px 45px 0 0;
    width: 0;
    height: 0;
}
.wcag .dropdown-menu img.fa-plus:hover {
    background: url('/img/plus.svg');
    padding: 45px 45px 0 0;
    width: 0;
    height: 0;
}
.owl-item div {
    width: 450px;
    height: auto;
}
.owl-nav {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 1.25rem;
    color: #fff;
}
.owl-nav div {
    display: inline-block;
    margin-left: 10px;
}
.owl-nav span {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1175b3;
    line-height: 40px;
    text-align: center;
}
.map-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.map-container iframe {
    width: 100%!important;
    height: 700px!important;
}
ol, ul {
	/*text-align: left;*/
            font-size: 1rem;
}
#pricelist-d .panel {
    box-shadow: none;
}
#pricelist-d .panel-heading {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#pricelist-d .panel-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
#pricelist-d td {
    vertical-align: middle;
}
.video-container iframe {
    width: 100%;
    display: block;
}
.pricelist-link {
    cursor: pointer;
}
.pricelist-link:hover {
    background-color: #eee!important;
}
.cb-label * {
    font-weight:normal;
    font-size:0.75rem;
    display: inline;
}
.panel-group-instructors .panel-body {
    padding-bottom: 0;
}
@media (max-width: 1300px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        padding-right: 5px;
        padding-left: 5px;
    }
    .section-training .item a h3 {
        font-size: 1.75rem;
    }
}
@media (max-width: 1060px) {
    .navbar-header {
        width: 100%;
        margin: 0 !important;
    }
    .navbar-brand {
        display: block;
        float: none;
        margin: 0 auto !important;
        max-width: 250px;
    }
    .navbar-right {
        float: none !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .navbar-nav > li {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        line-height: 50px;
    }
    .section-training .item a h3 {
        font-size: 32px;
    }
    .section-training .item a img {
        width: 100%;
    }
    #carousel .p1 {
        font-size: 1.875rem;
    }
    #carousel .p2 {
        font-size: 3.5rem;
    }
    #carousel .p3 {
        font-size: 1rem;
    }
}
@media (max-width: 768px) {
    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }
    .owl-item div {
        width: 100%;
        height: auto;
    }
    #fb {
        display: none;
    }
    .navbar-nav > li {
        display: block;
        float: none;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 25px;
    }
    .navbar-toggle {
        margin-top: -55px;
        margin-right: 0;
    }
    .section-header {
        font-size: 2.5rem;
    }
    .sm-icons {
        padding-bottom: 25px;
    }
    #carousel .item-desc {
        padding-top: 10px;
        padding-right: 10px;
        width: 100%;
    }
    #carousel .p1 {
        font-size: 1.125rem;
    }
    #carousel .p2 {
        font-size: 1.25rem;
        line-height: 20px;
    }
    #carousel .p3 {
        font-size: 0.75rem;
    }
    #carousel .p4 {
        margin-top: 5px;
    }
    h2 {
        font-size: 2.5rem !important;
    }
    h2 span {
        display: block;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background: none;
        border-top: 5px solid #e74f1d;
        border-bottom: 5px solid #e74f1d;
    }
    .navbar-middle {
        width: 100%;
    }
    .dropdown-menu > li > a {
        border: 0;
    }
    .logo {
        width: 60%;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #e74f1d;
    }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
	}
}
.slide-content.klik {
    cursor: pointer;
}

.container-pricelist2 h3 {
	font-weight: bold;
	color: #e74f1d;
	font-size: 2rem;
}

.container-pricelist2 h4 {
	font-weight: bold;
	font-size: 1.5rem;
}

.container-pricelist2 h5 {
	font-weight: bold;
	font-size: 1.1rem;
}

.ch-links ul {
	font-size: 1.5rem;
}


