@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,900,700italic,700,400italic,300italic,300,100,100italic&subset=latin,latin-ext);

body {
    font-family: 'Lato', sans-serif;
    line-height: 125%;
    font-size: 16px;
    font-weight: 400;
}

#home {
    border-top: 50px solid #009da0;
}

.current a, a.current {
    color: #009da0 !important;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #009da0;
}

.no-space {
    padding-right: 0px;
    padding-left: 0px;
}

section {
    border-top: 1px solid #e3e3e3;
    margin-top: 35px;
}

.naglowek-sekcji {
    color: #009da0;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

a, a:link, a:visited {
    text-decoration: none;
    border: none;
    color: #777;
    background-color: #fff;
}

a:focus, a:hover, a:active {
    color: #333;
    background-color: #fff !important;
}

a.link {
    text-decoration: none;
    border: none;
    color: #333;
}

/*
 * MENU ADMIN
 */
.jqueryslidemenu a:focus, 
.jqueryslidemenu a:hover, 
.jqueryslidemenu a:active {
    background-color: #000 !important;
}

/*
 * MENU GORNE
 */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

#menu-gorne {
    margin-top: 25px;
}

.nawigacja {
    text-align: center;
}

.nawigacja .logo {
    display: inline-block;
}

.nawigacja .navbar-nav {

    float: none;
    display: inline-block;
}

#nav-glowna {
    margin-top: 25px;
}

/*
 * stol
 */
#stol {
    margin-top: 60px;
}

/* 
 * O NAS
 */
#o-nas {
    margin-top: 0px;
}

/*
 * OFERTA
 */
.fa-chevron-up {
    margin-bottom: 12px;
}

.oferta-naglowek {
    margin-top: 41px;
    text-transform: uppercase;
    color: #009da0;
}

.oferta-naglowek-tresc {    
    padding: 10px 0px;
    text-transform: uppercase;
    color: #009da0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;    
}

.oferta-zdjecie {
    display: inline-block;
    margin: auto;    
}

#oferta .oferta-szczegoly-zdjecia a.cboxElement, 
#oferta-szczegoly .oferta-szczegoly-zdjecia a.cboxElement {
    display: block;
    width: 100% !important;
}

#oferta .oferta-szczegoly-zdjecia img, 
#oferta-szczegoly .oferta-szczegoly-zdjecia img {
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

#oferta-szczegoly .oferta-szczegoly-zdjecia img {
	height: 200px;
	width: 100%;
}

.table {
    font-size: 16px;
}

.i-red {
    color: red;
}

#oferta .duze-zdjecie, 
#oferta-szczegoly .duze-zdjecie {
    margin: 50px auto;
}

#oferta .podwoja-linia, 
#oferta-szczegoly .podwoja-linia {
    border-top: 1px solid #e3e3e3; 
    border-bottom: 1px solid #e3e3e3; 
    height: 12px; 
    margin-top: 30px; 
    margin-bottom: 30px;
}

#oferta .przerwa, 
#oferta-szczegoly .przerwa {
    margin-bottom: 100px;
}

/*#oferta .no-space:nth-child(2) {
    padding-left: 5px;
    padding-right: 5px;
}*/

#oferta .specyfikacja, .oferta-wybrana .specyfikacja{
    margin-bottom: 25px;
}

.oferta-wybrana {
    margin-top: 0;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.oferta-wybrana {
		margin-top: -70px;
	}
}

/* tabela na 50% szerokosci */
table.table-50 {
    width: 50%;
}

#oferta-akcesoria img {
    border: 1px solid #e3e3e3;
}

#oferta-akcesoria .przerwa {
    margin-bottom: 30px;
}

/* 
 *TECHNOLOGIA
 */
#technologia {    
    margin-top: 0;
}

#technologia-tekst {
    /* margin-top: -150px; */
}

/*
 * KONTAKT
 */
#kontakt {
    text-align: center;
}

/*
 * GOOGLE MAP
 */
#google-map {
    margin-top: 50px;
    margin-bottom: 50px;
}

#google-map-radom, #google-map-mp {
    width: 50%; 
    float: left; 
}

#google-map-radom {
    border-right: 1px solid transparent;
}

#google-map-mp {
    border-left: 1px solid transparent;
}

/* XS */
@media screen and (max-width: 767px) {
    #google-map-radom, #google-map-mp {
        border: none;
        width: 100%; 
        float: none; 
    }
    
    #google-map-radom {
        margin-bottom: 15px;
    }
    
}

/*
 * MENU DOLNE
 */

#menu-dolne {
    text-align: center;
    margin-bottom: 50px;

}

#menu-dolne .navbar-nav {
    display: inline-block;
    margin: auto;
    float: none;
}

#menu-dolne #menu-dolne-up {
    margin-top: -25px;
}

#menu-dolne i {
    color: #009da0; 
    background-color: white;     
    margin-bottom: 15px;    
}

/* SLIDER z obrazkami
#top-slider a, 
#top-slider a:link, 
#top-slider a:visited, 
#top-slider a:focus, 
#top-slider a:hover, 
#top-slider a:active {
    background: none;
    background-color: transparent;
}

.carousel-indicators {
    margin-bottom: -50px;
}

.carousel-indicators li {
    background-color: #9d9d9c;
    border: none;
}

.carousel-indicators .active {
    background-color: #ed1c24;
}

.bs-example, .new-caption-area {
    width: 100%;
    margin: auto;
    margin-top: 0;
}

.new-caption-area {
    width: 100%;
    color: #000;
    margin-top: 40px;
}

.carousel-caption {
    color: transparent !important;
    text-shadow: none;    
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-color: transparent;
}

.carousel-control.left,
.carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
*/

/*
 * GALERIA
 */
.blueimp-gallery > .next, .blueimp-gallery > .prev {
    font-size: 50px;
    color: #009da0;
    border: 2px solid #009da0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.blueimp-gallery > .close, .blueimp-gallery > .title {
    color: #009da0;
}

#blueimp-gallery a, #blueimp-gallery a:link, #blueimp-gallery a:visited {
    background-color: transparent;
}

#blueimp-gallery a:focus, #blueimp-gallery a:hover, #blueimp-gallery a:active {
    background-color: transparent !important;
}


/*
 * SLIDER YouTube
 */
.bx-viewport {
    margin: auto;
    max-width: 70%;
    width: 70%;
    height: 100% !important;
    /*max-height: 480px !important;*/
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*max-height: 470px*/
}

.bx-controls-direction {
    display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #9e9e9c !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ed1c24 !important;
}

/* brak obramowania */
.bx-wrapper .bx-viewport {    
    -moz-box-shadow: 0 0 5px #fff !important;
    -webkit-box-shadow: 0 0 5px #fff !important;
    box-shadow: 0 0 5px #fff !important;
}

.img-proporcja {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid #e3e3e3;
    margin-bottom: 10px;
}


@media screen and (min-width: 992px) {
	.embed-responsive-item {
		margin-top: -60px;
	}
	
	#stol {
		margin-top: -60px;
	}	
}

