body {
   background: black;
   margin: 0;
   padding: 0;
   background: white;
   color: #1d1d1d;
   font-family: Calibri, arial,helvetica,sans-serif;
   font-size: 12px;
}
#page {
   opacity: 0;
}
#bg {
    /*background: url('images/content-bg.gif') repeat;*/
    /*background: url('images/white_carbon.png') repeat;*/
}
#top {
   /*background: url('images/top_bg.png') repeat-x;*/
   width: 100%;
   /*height: 211px;*/
    height: 54px;
}
#logo {
    /*background: url('images/top.png') no-repeat;*/
    width: 1000px;
    height: 281px;
    margin: 0 auto;
}
.headline {
    text-align: center;
}
#center {
    /*background: url('images/white_carbon.png') repeat;*/
    margin: 0 auto;
}
#content-container {
   /*background: url('images/content_lights.png') no-repeat;*/
   /*width: 1000px;*/
   /*margin: 0 auto;*/
   /*padding: 25px;*/
    background-color: white;
   /*box-shadow: 12px 0 15px -4px rgb(189, 189, 189), -12px 0 15px -4px rgba(189, 189, 189, 0.8);*/
}

/* top */
#top-slideshow {
   position: absolute;
   margin-left: 390px;
   
}
#top-slideshow img {
   border: 3px solid #333333;
}

/* bottom */
#bottom {
    /*background: black url('images/bottom_bg.gif') repeat-x;*/
    background: #1d1d1d;
    border-top: 4px solid #ffd600;

}
#bottom-bg {
    /*background: url('images/bottom_light.png') no-repeat 0;*/
    /*width: 1000px;*/
    /*height:	209px;*/
    height: auto;
    margin: 0 auto;
}
#branches {
    background: url('images/bottom_car.png') no-repeat 470px 0;
    /*height:	202px;*/
}
#branches .branch {
    float: left;
    /*background: url('images/bottom_bar.png') no-repeat 160px 0;*/
    width: 170px;
    height: 190px;
    padding: 30px 18px 0 12px;
    font-size: 12px;
    color: #cecece;
}
#branches .branch a {
    color: #cecece;
    text-decoration: none;
}
#branches .branch a:hover { text-decoration: underline; }
.branch-last { background: none; }
#branches div .street {
    font-weight: bold;
}

.facebook-panel iframe {
    margin-top: 10px;
    padding-bottom: 0px;
}

/* footer */
#footer {
    background: url('images/footer_bg.gif') repeat-x;
    width: 100%;
    height: 51px;
    margin-top: -30px;
    clear: both;/*
    position: absolute;*/
}
#footer-content {
    background: url('images/footer_piero.png') no-repeat 400px 0;
    /*width: 1000px;*/
    height: 51px;
    margin: auto;
    color: #9b9b9b;
    font-size: 11px;
}
#footer #copyright {
    float: left;
    padding-top: 22px;
}
#footer #author {
    float: right;
    padding-top: 22px;
}
#footer a {
    color: #9b9b9b;
}

/* left-menu */
#content-left {
    background: url('images/content-left-menu.png') no-repeat;
    width: 90px;
    height: 479px;
    margin: 0 15px;
    float: left;
}
#content-left ul {
    margin: 18px 0 0 12px;
    padding: 0;
}
#content-left li {
    list-style: none;

}
#content-left a {
    text-decoration: none;
    width: 68px;
    height: 67px;
    display: block;
    margin-bottom: 10px;
}
#content-left a.cat-a { background: url('images/menu-a.png') no-repeat; height: 80px; margin-bottom: 0px; }
#content-left a.cat-b { background: url('images/menu-b.png') no-repeat; }
#content-left a.cat-ab { background: url('images/menu-ab.png') no-repeat; }
#content-left a.cat-e { background: url('images/menu-e.png') no-repeat; }
#content-left a.cat-d { background: url('images/menu-d.png') no-repeat; }

/* content */
#content {
    /*float: left;
    width: 640px;*/
    /*margin-left: 25px;*/
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 24px;
    color: #1d1d1d;
    text-align: justify;
    font-family: Calibri, arial,helvetica,sans-serif !important;
}
#content * {
    font-family: Calibri, arial,helvetica,sans-serif !important;
}
.special { color: #6f1010; font-weight: bold; }
.special2 { color: #978f34; font-weight: bold; }

/* right-menu */
#content-right {
    /*margin-top: 40px;*/
    /*margin-left: 1px;*/
    /*float: left;*/
}
#content-right ul {
    margin: 0;
    padding: 0;
    background: #242427;
    color: #ccc;
    border-top: 4px #ffd600 solid;
    border-bottom: 4px #ffd600 solid;
}
#content-right ul li {
    list-style: none;
    /*background: url('images/right-menu-bar.png') repeat-x bottom center;*/
    padding-left: -10px;
    /*width: 162px;*/
    width: 100%;
}
#content-right ul li.kursant a {
    padding-left: 26px;
}
#content-right ul li.kursant2 a {
    padding-left: 52px;
}
#content-right ul li a {
    /*margin: 5px 0;*/
    color: #ccc;
    text-decoration: none;
    display: block;
    padding-top: 7px;
    padding-left: 13px;
    padding-bottom: 7px;
    font-size: 15px;
    transition: color 0.2s, background-color 0.5s;
    /*background: url('images/right-menu-marker.png') no-repeat left center;*/
}
#content-right ul li a:hover {
    /*background: url('images/right-menu-bg.png') repeat-x;*/
    color: black;
    background: #ffd600;
}

#content-right ul ul.sub {
    display: none;
}
#content-right .linki-container:hover ul.sub {
    display: block;
    position: relative;
    border: none !important;
}
#content-right ul ul.sub div {
    position: absolute;
    right: 360px;
    top: -35px;
    width: 250px;
    background: #242427;
}
#content-right ul ul.sub li {
   width: 250px;
   /*background: white;*/
   /*padding-left: 5px; */
}
#content-right ul ul.sub li a {
   margin: 0;
}

.testy {
   margin-right: 15px;
   margin-top: 10px;
   text-align: right;
   height: 52px;
}
.testy a {
   background: url('images/teoria.png') no-repeat;
   font-size: 14px; 
   color: black;
   padding-left: 36px;
   padding-top: 5px;
}
.locations {
   /*margin-right: 15px;*/
   /*text-align: right;*/
    /*margin-top: 15px;*/
    padding: 10px;
    color: #ccc;
    margin-bottom: 25px;
}
.locations ul { list-style: none; margin:0; padding:0 ;}
.locations ul li { display: inline; }
.locations ul li:after { content: ", " }
/* */
.picture {
    box-shadow: 0px 0px 3px #191919;
    -moz-box-shadow: 0px 0px 3px #191919;
    -webkit-box-shadow: 0px 0px 3px #191919;
}


/* pages */

/* start */

/* wheel */
#wheel {
	/*background: url('images/circle.png') no-repeat;*/
    width: 337px;
    height: 341px;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    float: left;
}
#wheel div {
    position: absolute;
    font-size: 30px;
    cursor: pointer;
}
.info {
	background: url('images/start-info.png') no-repeat;
	margin-top: 15px;
	margin-right: 50px;
	width: 467px;
	height: 399px;
	float: right;
}
.info h1 {
	font-size: 15px;
	padding: 32px 0 0 45px;
	margin: 0;
	text-shadow: #cccccc 1px 1px 3px;
}
.info h1 a {
	color: #1d1d1d;
	text-decoration: none;
}
.info h1 a:hover { color: black; }
.info .content {
	width: 400px;
	height: 260px;
	margin: 15px 17px 15px 40px;
	line-height: 22px;
	text-align: justify;
	overflow-y: auto;
}

/* oferta */
#oferta-info {
	float: left;
	width: 300px;
}
#oferta-info2 {/*
	float: left;
	width: 620px;*/
}
#oferta-slideshow {
	margin-top: 15px;
	float: right;
    /*box-shadow: 0px 0px 3px #191919;
    -moz-box-shadow: 0px 0px 3px #191919;
    -webkit-box-shadow: 0px 0px 3px #191919;  */
}
/* oferta-calendar */
#oferta-calendar {
   float: right;
   width: 210px;
   margin-left: 15px;
   background: #E0E0E0;
}
#oferta-calendar .weekday {
   padding-bottom: 2px;
}
#oferta-calendar td, #oferta-calendar th {
   width: 30px;
   text-align: center;
   font-size: 12px !important;
}
#oferta-calendar td.event {
   outline: 1px solid #8A8A8A;
   cursor: help;
}

/* instruktorzy */
#instruktorzy-left {
	float: left;
	width: 49%;
}
#instruktorzy-right {
	float: right;
	width: 49%;
}
#instruktorzy-pictures {
	clear: both;
	padding-top: 20px;
}

/* */
.ajax-loader {
   text-align: center;
}
h2 { font-size: 15px; }

img { border: none; }

/* */
.register-button {
    background: url('/media/images/button_register.png') no-repeat;
    width: 110px;
    height: 50px;
    display: block;
    float: left;
    margin-left: 200px;
    position: relative;
}

/* map-info */
#map-info {
   position: relative;
   top: -120px;
   left: 800px;
   background: #E8E8E8;
   border: 1px solid #A8A7A7;
   opacity: 0;
   width: 200px;
   padding: 8px;
   display: none;
}
#map-info h4 {
   margin: 3px 0;
}
#map-info a {
   color: black;
}

#map {
    height: 400px;
    width: 100%;
}

#map_canvas {
	float: right;
}
#map_branches {
	float: left;
}
#map_branches .branch {
	margin-bottom: 20px;
}
#map_branches .branch b { cursor: pointer; }


/* form */
form label {
	width: 150px;
	display: block;
	float: left;
}

form input, form textarea {
 	display: block;
 	float: left;
}

form p { clear: both; }

/* gallery */
.gallery p {
	text-align: center;
}
.gallery a img {
	padding: 3px;
	border: 1px solid #c5c5c5;
	background: white;
}


/* more */
.more {
	cursor: pointer;
}

/* auto */
#auto-img {
   position: absolute;
   left: -200px;
   margin-top: -20px;
}
#auto-text {
   position: absolute;
   z-index: 1000;
   background: url('images/auto-text.png');
   height: 23px;
   margin-top: 40px;
   
}
/* */
#content a {
   color: #5C5C5C;
}

.img-group a {
   border: none;
   text-decoration: none;
}

.druk {
   margin-top: 10px;
   height: 32px;
}
.druk a {
   background: url('images/doc.png') no-repeat;
   font-size: 14px; 
   color: black;
   padding-left: 36px;
   padding-top: 5px;
}

/* table */
.table1 {
      width: 80%;
      margin: 10px auto;
   }
   .table1 th { text-align: center; }
.table1 td, .table1 th {
   border: 1px solid #A7A7A7;
   padding: 5px;
}

/* faq */
.faq dt {
   font-weight: bold;
   cursor: pointer;   
}
.faq dd { display: none; }

/* */

@media (min-width: 1000px){
    .big-screen {
        display: block;
    }
    .small-screen {
        display: none;
    }
}


@media (max-width: 999px){
    .big-screen {
        display: none;
    }
    .small-screen {
        display: block
    }
    body {
        background: #1f1a16;
    }
}

.navbar {
     margin-bottom: 0;
     border-radius: 0px;
}
.nav-bg {
    background: #1f1a16;
    width: 100%;
    height: auto;
}
.logo-container {
    text-align: center;
}

.clearfix {
    clear: both;
}
.navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #ddd;
    outline: none;
}

/* social */
@media (max-width: 750px){
    #slider, .orange_line {
        display: none;
    }
    .mobile_social {
        display: block;
        position: relative;
        z-index: 10000;
        padding-left: 10px;
        background: white;
    }
    .desktop_social {
        display: none;
    }

}
@media (min-width: 751px){
    .mobile_social {
        display: none;
    }
    .desktop_social {
        display: block;
        padding: 5px 5px 10px 20px;
        text-align: right;
    }
}
.mobile_social div {
    display: inline-block;
}
.desktop_social div {
    display: inline-block;
    padding: 0 10px;
    margin-top: 10px;
}

/* */
.navbar {
    /*padding: 10px 0;*/
    /*background: #222; !* For browsers that do not support gradients *!*/
    /*background: -webkit-linear-gradient(#222, #464646); !* For Safari 5.1 to 6.0 *!*/
    /*background: -o-linear-gradient(#222, #464646); !* For Opera 11.1 to 12.0 *!*/
    /*background: -moz-linear-gradient(#222, #464646); !* For Firefox 3.6 to 15 *!*/
    /*background: linear-gradient(#222, #464646); !* Standard syntax *!*/

    border-bottom: 3px solid #ffd600;

    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #282828 39%, #000222 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #333333 0%,#282828 39%,#000222 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #333333 0%,#282828 39%,#000222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000222',GradientType=0 ); /* IE6-9 */
}
.navbar .navbar-brand {
    padding: 10px 0;
}
ul.nav {
    padding-top: 3px;
    padding-left: 30px;
}
.menu {
    box-shadow: 15px -7px 1px 8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-inverse .navbar-nav>li>a{
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    transition: color 1s, border-color 1s, background-color 1s;
    /*color: #cccccc;*/
    color: black;
    background: #ffd600;
}
ul.nav li a:hover {
    border-bottom: 2px #ffd600 solid;
    padding-bottom: 10px;
}
.osk-text {
    color: #cccccc;
    margin-top: 15px;
    font-size: 18px;
    margin-right: 10px;
    /* font-weight: bold; */
    margin-left: 9px;
    display: inline-block;
}

#slider-top {
    background: white url('images/white_carbon.png') repeat;
    border-bottom: 5px solid #5c5a77;
    /*padding: 20px 0;*/
}


/* slider */
#slider-container {
}
#slider {
    /*height: 200px;*/
    color: #fff;
    height: 550px;
}
#slider .slide-content-wrapper {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
#slider .slide-content {
    top: 50%;
    position: relative;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
#slider .slide-content h2 {
    margin-left: 150px;
    font-size: 55px;
}
#slider .owl-wrapper-outer,
#slider .owl-wrapper,
#slider .owl-item,
#slider .owl-stage-outer,
#slider .owl-stage{
    overflow: hidden;
    height: 100%;
    /*height: 100%;*/
    /*height: 160px;*/
}
#slider .item {
    position: relative;
    height: 100%;
    /*height: 100%;*/
    /*height: 160px;*/
}
#slider .bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*margin: 0 3px;*/
    position: absolute;
    height: 100%;
    /*height: 160px;*/
    background-position: center center;
    /*background-size: 100% 160px;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-color: white;
}

/* slider menu */
#slider-menu-box {
    position: relative;
    top: -120px;
    margin-bottom: -205px;
    top: -90px;
    margin-bottom: -155px;
}
#slider-menu .owl-item {
    width: 160px !important;
    margin: 7px 6px;
}
#slider-menu .item a {
    width: 160px;
    float: left;
    height: 100px;
    background-color: #ffd600;
    border-radius: 2px;
    text-align: center;
    padding-top: 30px;
    font-size: 140%;
    color: black;
    font-weight: bold;
    transition: background-color 500ms linear;
    border-bottom: 3px solid #242427;

    height: 70px;
    background-color: rgba(0, 0, 0, 0.28);
    padding-top: 12px;
    color: #d9d9d9;
    border-radius: 0 0 5px 5px;
    box-shadow: #373737 0px 1px 2px 0px;
    border-bottom: none;
}

#slider-menu .item a:hover {
    text-decoration: none;
    color: white;
    transition: color 500ms linear;
    background-color: rgba(0, 0, 0, 0.70);
    transition: background-color 600ms linear;
    border-bottom: 3px solid #ffd600;

}

#slider-menu .item a:active, #slider-menu .item a:focus {
    text-decoration: none;
}


.phone li {
    color: #cccccc;
    padding-top: 14px;
    padding-right: 10px;
    font-size: 130%;
}