html {
	margin: 0 auto;
	padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family:'Exo 2', Arial;
	color: #fff;
    font-weight: 300;
	font-size:18px;
	line-height:28px;
	background:#000000;
    overflow-x: hidden;
}

a {
	color: #fff667;
	text-decoration: none;
	outline: 0px;
}

b, strong {
    font-weight: 600
}
a:hover {
	color: #fff;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }

.big-txt p {
    font-size:23px;
    line-height: 32px;
}

p.bold {
    font-weight: bold;
}
h1 {
	color: #cb2a27;
	font-family: 'Exo 2', Arial, Tahoma;
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	margin: 0 0 20px 0;
	padding: 0;
}

h2 {
	color: #cb2a27;
	font-family: 'Exo 2', Arial, Tahoma;
	font-size: 44px;
	font-weight: bold;
	line-height: 45px;
	margin: 0 0 25px 0;
	padding: 0;
}

h3 {
	color: #cb2a27;
	font-family: 'Exo 2', Arial, Tahoma;
	font-size: 30px;
	font-weight: bold;
	line-height: 31px;
	margin: 0 0 18px 0;
	padding: 0 0 0;
}

h4 {
	color: #cb2a27;
	font-family: 'Exo 2', Arial, Tahoma;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin: 20px 0 15px 0;
	padding: 0;
}

h4.special {
    background: #e7093d;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

h5 {
	color: #88c200;
	font-family: 'Exo 2', Arial, Tahoma;
	font-size: 19px;
	font-weight: 600;
	line-height: 28px;
	margin: 30px 0 6px 0;
	padding: 0;
}

.titleBox {
    width:100%;
    margin-bottom:40px;
}

.titleBox h2 {
    text-align: center;
	margin: 0 0 55px 0;
    background-position: bottom left;
}

ul.simpleList {
    margin:0 0 15px;
    padding:0;
    overflow: hidden
}

ul.simpleList li {
    background: url(img/dot.png) no-repeat 0 7px;
    list-style: none;
    margin-bottom: 18px;
    width: 98%;
    font-size: 18px;
    padding:0 0 0 20px;
}

.more {
    color:#fff !important;
    font-size:17px;
    background: #cb2a27;
    display:block;
    font-family: "Exo 2";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin:20px 0 0;
    line-height: 18px;
    float:left;
    font-weight: bold;
    padding: 13px 25px 14px;
}

.more.wide {
    margin-top: 10px;
    width: 100%;
    padding: 15px 0 16px;
    text-align: center;
}

.more:hover {
	background:#fff;
    color: #000 !important;
}

.more.backLink {
    margin-top:40px
}

.more-wide {
    color:#fff !important;
    font-size:20px;
    background: #cb2a27;
    display:block;
    font-family: "Exo 2";
    width: 100%;
    text-align: center;
    margin:15px 0 0;
    line-height: 18px;
    float:left;
    font-weight: 600;
    padding: 16px 0 16px;
}
.more-wide:hover {
    background: #88c200;
}

.wrapper {
    padding: 0;
    float:left;
    width: 100%;
}

.wrapper .container-wide {
    width:100%;
}

.wrapper .container {
    max-width: 1350px;
    margin: auto;
}

#certyfikaty {
    background:#89c300; 
    padding: 85px 0;
}

#certyfikaty h2 {
    margin: -23px 0 0 0;
    padding: 0;
    color: #fff;
}

#certyfikaty .col {
    margin-bottom: 0;
}

.cert-box {
    position: relative;
}

.cert-box img {
    position: absolute;
    bottom:-100px;
    left:0;
}

.cert-box h6 {
    float: left;
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 235px;
    font-weight: normal;
    font-family: "Exo 2";
}

header {
	z-index:101;
	position:fixed;
	top:0;
    height: 160px;
    padding:0;
    width:100%;
    background: url(img/headerBg.png) repeat-x;
	left:0;
    -moz-box-shadow: 0 0 15px rgb(0,0,0, 0);
    -webkit-box-shadow: 0 0 15px  rgb(0,0,0, 0);
    box-shadow: 0 0 15px rgb(0,0,0, 0);
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

body.subpage header {
    height: 125px;
    background-position: bottom left;
}

header.smaller, body.subpage header.smaller {
    background: #cb2a27;
    height: 66px;
    -moz-box-shadow: 0 0 15px rgb(0,0,0, 0.5);
    -webkit-box-shadow: 0 0 15px  rgb(0,0,0, 0.5);
    box-shadow: 0 0 15px rgb(0,0,0, 0.5);
}


#mainLink {
	position:absolute;
	top:0;
	left:10px;
    width:373px;
    height: 322px;
	padding:0;
	z-index:1000;
    background-image: url(img/mainLogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
}

body.subpage #mainLink {
    width: 220px;
    height: 190px
}

header.smaller #mainLink, body.subpage header.smaller #mainLink {
    top: 0;
    width: 160px;
    height: 150px;
}

#topRow {
    transition: all 0.3s ease 0s;
}

a.fadeLink {
	transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

a:hover.fadeLink {
	 -moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

#socialBox {
	float:right;
    margin: 60px 30px 0 0;
    transition: all 0.25s ease-in-out; 
	 -webkit-transition: all 0.25s ease-in-out; 
	 -moz-transition: all 0.25s ease-in-out; 
	 -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100);
}

#socialBox a {
    float: left;
    margin-right: 10px;
    background: #cb2a27;
    border-radius: 100%;
    width: 38px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    padding-left: 2px;
    line-height: 36px;
    color: #fff;
}

#socialBox i {
	color:#fff;
    font-size: 22px;
}

#socialBox a:hover {
	background:#000;
}

header.smaller #socialBox {
    margin-top: 14px;
}

header.smaller #socialBox a {
    background: #000;
    color: #cb2a27;
}

header.smaller #socialBox a i {
    color: #fff;
}

#mainMenu {
    z-index: 100;
    float: right;
    margin: 57px 20px 0 0;
    transition: all 0.3s ease 0s;
}


header.smaller #mainMenu {
    margin-top:10px;
}


#menuWrapper .container {
    position: relative
}

#mainMenu ul {
    padding: 0;
    margin: 0;
}

#mainMenu li {
    display: inline;
    float: left;
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

#mainMenu li:last-child {
    border-right: none;
}

#mainMenu li a {
    font-size: 19px;
    color: #ffffff;
    font-family: 'Exo 2', Arial;
    float: left;
    text-transform: uppercase;
    transition: padding 0.4s ease 0s;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    padding: 11px 12px;
    margin: 0;
}

#mainMenu li:hover a.menuTop {
    color: #fff;
    background: #000;
    cursor: pointer;
}

body {
    /* These styles don't have to be on body,
     they could be on an element that wraps around
     the left-flyout-nav and the content. 
     This is to prevent a problem on Chrome that
     leaves the width of the container with the 
     added width of the flyout nav even after it's been
     hidden. */
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

.layout-left-flyout {
    height: 100%;
    position: fixed;
    visibility: hidden;
    z-index: 0;
    -moz-transition: visibility 0 linear 0.2s;
    -o-transition: visibility 0 linear 0.2s;
    -webkit-transition: visibility 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: visibility 0 linear 0.2s;
    background: #e3000f;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-left-flyout.isCbFlyNavActive {
    visibility: visible;
    z-index: 1;
    -moz-transition: z-index 0 linear 0.2s;
    -o-transition: z-index 0 linear 0.2s;
    -webkit-transition: z-index 0 linear;
    -webkit-transition-delay: 0.2s;
    transition: z-index 0 linear 0.2s;
}

.cbFlyNav-wrap {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 270px;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cbFlyNav-wrap > nav {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: -moz-transform 0 ease-in-out;
    -o-transition: -o-transform 0 ease-in-out;
    -webkit-transition: -webkit-transform 0 ease-in-out;
    transition: transform 0 ease-in-out;
    /*    height: 100%;
      overflow-y: auto;
      overflow-x: hidden;*/
}

.nav-collapse {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.layout-right-content {
    -moz-transition: -moz-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    z-index: 1;
    /* NOTE! Put container bg here so you don't
     get any clipping when the content is 
     transitioning. Any tips on alternate 
     solutions are welcome.
  */
    background: #fff;
    /*background: #E72534;*/
}

.layout-right-content.isCbFlyNavActive {
    -moz-transform: translate3d(270px, 0, 0);
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    min-width: 320px;
}

.icon-cbmore {
    box-shadow: 1px -1px 0 0 #fff inset;
    content: "";
    float: right;
    margin-top: 4.5px;
    padding: 4.5px;
    transform: rotate(225deg);
}

.nav-flyout-navmask,
.nav-flyout-contentmask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-flyout-contentmask {
    z-index: 1;
}

.nav-flyout-navmask {
    right: 180px;
    z-index: 1;
}

@media screen and (max-width: 767px) {

    /* Menu Toggle */
    .btn-navbar {
        display: block;
        height: 32px;
        padding: 6px 0;
        position: absolute;
        width: 55px;
        z-index: 1;
    }

    .btn-navbar-navtoggle {
        left: 10px;
        top: 1px;
        background:#e3000f;
    }

    .btn-navbar .icon-bar {
        display: block;
        width: 28px;
        height: 4px;
        background-color: #fff;
        margin: 7px auto 0 auto;
    }

    .btn-navbar .icon-bar + .icon-bar {
        margin-top: 3px;
    }
}

@media screen and (min-width: 767px) {
    .btn-navbar {
        display: none;
    }
}

/* Navbar Styles */
.navbar {
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .navbar .nav-collapse {
        display: none;
    }

    #mainMenu {
        left: 0;
        right: auto
    }
}

@media screen and (min-width: 321px) {
    .navbar {
        height: auto;
        position: relative;
        width: auto;
        transition: all 0.3s ease 0s;
        padding: 0;
    }
}

/* Mobile First Nav */
.the-nav ul.nav-flyout {
    display: block;
    margin-bottom: 15px;
    float: none;
    padding: 10px 0 0 0;
    height: 100%;
}

.the-nav ul.nav-flyout > li {
    float: none;
    display: block;
    width: 270px;
}

.the-nav ul.nav-flyout li a {
    color: #FFF !important;
    display: block;
    text-decoration: none;
    width: auto;
    font-size: 17px;
    padding: 11px 15px;
    text-transform: uppercase;
    margin-right: 0;
}

.the-nav ul.nav-flyout li ul li a {
    float: left;
    padding: 0 !important;
    font-size: 17px !important;
    font-weight: normal !important;
    width: 155px !important;
}

.the-nav ul.nav-flyout li a:hover {
    color: #e68022;
}

.the-nav ul.nav-flyout .dropdown {
    position: static;
}

.the-nav ul.nav-flyout .dropdown .subnav {
    float: none;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding: 10px 0 0 0 !important;
    left: auto;
    width: 0;
    min-width: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
    background: #000000;
    transition: width .2s ease-in-out;
}

.the-nav ul.nav-flyout .dropdown .subnav a {
    color: #fff !important
}

.the-nav ul.nav-flyout .dropdown .subnav > li {
    width: 180px;
    padding: 6px 0 6px 15px;
    border-bottom: 1px dashed #999;
}

.the-nav ul.nav-flyout .dropdown .subnav.is-subnav-visible {
    width: 180px;
    padding-top: 30px;
    padding-left: 0;

}

.the-nav.is-inactive ul.nav-flyout > li > a {
    opacity: .2;

}

.the-nav.is-inactive ul.nav-flyout > li.is-active > a {
    opacity: 1;
    color:

}

/* Large Screen Styles*/
@media screen and (min-width: 321px) {

    .the-nav {
        display: table;
        /* Allow the centering to work */
        margin: 0;
    }

    .the-nav .nav {
        display: block;
    }

    .the-nav .nav-pill:after {
        content: "";
        display: table;
        clear: both;
    }

    .the-nav > .nav {
        margin: 0;
        line-height: normal;
    }

    /* Active State */
    .the-nav > .nav > li:hover > a {
        color: #303030;
    }

    .the-nav > .nav > li:hover .subnav {}

    .the-nav > .nav > li:hover .caret {
        border-top-color: #303030;
        border-bottom-color: #303030;
    }

    /* Subnav */
    .nav > li > .subnav {
        display: none;
        position: absolute;
        top: 99%;
        left: 0;
        margin: 0;
        background: #000;
    }

    .nav li ul.subnav {
        padding: 5px 0 11px 15px !important;
        width: 220px;

    }

    .nav li ul.subnav.long {
        padding: 5px 0 11px 15px !important;
        width: 295px;
    }

    .nav li .subnav li {
        margin: 0 !important;
        display: block !important;
        float: left;
        border-right: none !important;
        border-bottom: 1px solid #282828;
        width: 100%;
    }

    .nav li .subnav li:last-child {
        border-bottom: none;
    }

    .nav li.dropdown .subnav li a {
        color: #fff !important;
        display: block !important;
        font-size: 17px !important;
        line-height: 25px !important;
        width: 295px;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 7px 0px 7px 0 !important;
        -moz-transition: all, 0.2s;
        -o-transition: all, 0.2s;
        -webkit-transition: all, 0.2s;
        transition: all, 0.2s;
    }

    .nav li.dropdown .subnav.long li a {
        width: 290px;
    }

    .nav li .subnav li:hover a {
        color: #fff68d !important;
    }

}




/****** SLIDER *******/
.owl-dots { display:none }

.owl-nav { position:absolute; left:0; top:45%; display:block; z-index:1000; width: 100%; }
    .owl-nav .owl-next { float: right; margin-right: 15px; }
    .owl-nav .owl-prev { float: left; margin-left: 15px; }
.owl-prev, .owl-next {opacity: 0 !important; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; }
.owl-carousel:hover .owl-prev {opacity: 1 !important;}
.owl-carousel:hover .owl-next {opacity: 1 !important;}

.slider-wrap{ position:relative; }
#slider .item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
}

#slider .item .slider-overlay {
    width: 100%;
    height: 100vh;
    background: url(img/slider-overlay.png) no-repeat;
    background-position: bottom right;
    background-size: 100% 215px
}
#slider .item img { display: block; height: auto;}
#slider .item a { display:block;line-height:1;}
#slider-wrap .slider-nav { position:absolute;right:0;bottom:0;z-index:}
.slider-nav a{color:#000;cursor:pointer;text-decoration:none;display:inline-block;margin:0px;font-size:2em;padding:10px;background:rgba(255,255,255,0.4);line-height:1;opacity:0.5;}
.slider-nav a:hover{opacity:1;}
.slider-nav a:first-child{margin:0 1px 0 0;}
.captionContainer {
    height: 100%;
    position: relative;
}
.captionWrapper { position:absolute; bottom:40px; right:30px; display:block;}
	.captionWrapper .container { margin:auto; position: relative;  }
		.captionBox { }
			.captionBox h5 {padding: 0; margin:0; font-size:48px; color:#fff; line-height:40px; font-weight:300; text-align:left;  }
			.captionBox .desc {font-size:90px; line-height:0.9; color:#fff667; font-family: "Exo 2"; font-weight:800;  }
            .captionBox .subDesc { margin-top:30px; color:#fff; font-size: 20px; line-height: 30px;  }

.animate-me{
   opacity:1;
   -webkit-transition: opacity 1500ms linear;
   -moz-transition: opacity 1500ms linear;
   -o-transition: opacity 1500ms linear;
   -ms-transition: opacity 1500ms linear;
   transition: opacity 1500ms linear;
}

/* 
* 	Core Owl Carousel CSS File
*	v1.24
*/
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel {display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.grabbing { cursor:url(grabbing.png) 8 8, move;}
.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%;-moz-perspective : 1200px;-moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%;perspective : 1200px;}
.owl-fade-out {z-index: 10;-webkit-animation: fadeOut .7s both ease;-moz-animation: fadeOut .7s both ease;animation: fadeOut .7s both ease;}
.owl-fade-in {-webkit-animation: fadeIn .7s both ease;-moz-animation: fadeIn .7s both ease;animation: fadeIn .7s both ease;}
.owl-backSlide-out {-webkit-animation: backSlideOut 1s both ease;-moz-animation: backSlideOut 1s both ease;animation: backSlideOut 1s both ease;}
.owl-backSlide-in {-webkit-animation: backSlideIn 1s both ease;-moz-animation: backSlideIn 1s both ease;animation: backSlideIn 1s both ease;}
.owl-goDown-out {-webkit-animation: scaleToFade .7s ease both;-moz-animation: scaleToFade .7s ease both;animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
.owl-fadeUp-in {-webkit-animation: scaleUpFrom .5s ease both;-moz-animation: scaleUpFrom .5s ease both;animation: scaleUpFrom .5s ease both;}
.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both;-moz-animation: scaleUpTo .5s ease both;animation: scaleUpTo .5s ease both;}

@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}

.slider-wrap .owl-theme .owl-controls{ position:absolute; bottom:10px; right:0; width:100% }
	.slider-wrap .owl-pagination { width:1170px; margin:auto; text-align:right }
.slider-wrap .owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */margin: 5px;padding: 3px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
border-radius: 30px;background: #869791;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 0.5;}
.slider-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
.slider-wrap .owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver */}
.slider-wrap .owl-theme .owl-controls .owl-page span{background:#fff;display: block;width: 12px;height: 12px;margin: 5px 7px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

.slider-wrap .owl-theme .owl-controls .owl-page.active span,
.slider-wrap .owl-theme .owl-controls.clickable .owl-page:hover span{ background:#ff9902;}

.slider-wrap .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.slider-wrap .owl-item.loading{min-height: 150px;background: url(AjaxLoader.gif) no-repeat center center;}

/****** END OF SLIDER *******/


/****** CONTENT GRID CSS *******/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0 0 3% 4%;
}

body.index .container .col { margin-bottom:0 }

body.index .container .col.teamIntro  { margin-bottom:30px }

.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
	margin:0 0 3% 0;
}

.span_11_of_12 {
  	width: 91.33%;
}
.span_10_of_12 {
  	width: 82.66%;
}

.span_9_of_12 {
  	width: 74%;
}

.span_8_of_12 {
  	width: 65.33%;
}

.span_7_of_12 {
  	width: 56.66%;
}

.span_6_of_12 {
  	width: 48%;
}

.span_5_of_12 {
  	width: 39.33%;
}

.span_4_of_12 {
  	width: 30.66%;
}

.span_3_of_12 {
  	width: 22%;
}

.span_2_of_12 {
  	width: 13.33%;
}

.span_1_of_12 {
  	width: 4.666%;
}
.first {
	margin-left:0;
}
.last {
	margin-right:0;
}

.padding {
	padding:110px 0 70px;
    overflow: hidden
}

.paddingTop {
	padding:105px 0 0;
    overflow: hidden
}

.padding-small {
	padding:60px 0 10px;
    overflow: hidden;
}

#pojazdy .padding {
    padding: 85px 0 150px;
}
.col.right { float:right }

.col.pull-right { text-align:right }

.col img { max-width:100%; height:auto }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	margin-bottom:25px;
	margin-top:25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	
	left: 0;
	width: 100%;
	height: 100%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/****** END OF CONTENT GRID CSS *******/



/* TABS */

ul#tabs {
    list-style-type: none;
	padding:0;
}
ul#tabs li {
    cursor: pointer;
	list-style:none;
	padding:10px 25px;
	margin-bottom:10px;
	color:#fff;
    background: #1f1f1f;
	font-size:20px;
    font-weight: bold;
}

ul#tabs li:hover {
    background: #cb2a27;
    color:#fff;
}
ul#tabs li.active {
    background: #cb2a27;
    color:#fff;
}
ul#tab {
    list-style-type: none;
    padding: 0;
}
ul#tab li {
    display: none;
    background-repeat: no-repeat;
    background-position: top right;
}
ul#tab li.active {
    display: block;
}

ul#tab h4 {
    font-size: 30px;
    margin: 0 0 30px;
    color:#fff;
}

ul#tab table {
    width:100%;
    margin-bottom: 65px;
    border:none;
    border-collapse: collapse
}

ul#tab table th {
    padding:10px 5px 10px 0; font-size:18px; text-align:left; font-weight:bold; border-bottom:1px solid #333; line-height: 23px;
}

ul#tab table td {
    padding:10px 15px 10px 0; font-size:17px; text-align:left; line-height:21px; border-bottom:1px solid #333
}

.simpleTable {
    width:100%;
    margin-bottom: 20px;
    border:none;
    border-collapse: collapse
}

.simpleTable th {
    padding:10px 5px 10px 0; font-size:18px; text-align:left; font-weight:bold; border-bottom:1px solid #333; line-height: 23px;
}

.simpleTable td {
    padding:10px 15px 10px 0; font-size:17px; text-align:left; line-height:21px; border-bottom:1px solid #333
}

#catalog {
    background: #cb2a27;
    z-index: 100;
    float: left;
    width: 100%;
    position: relative;
}
#catalog .container {
    position: relative;
}
#catalog #catalog-info {
    padding: 80px 0 80px 0;
    margin-bottom: 0;
    
}

#catalog .catalog-more {
    float: right;
    margin-top: 80px;
    z-index: 1000;
    position: relative;
    color: #fff;
    background: #000;
    font-size: 20px;
    border: 1px solid #000;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 45px;
}

#catalog .catalog-more:hover {
    color: #000;
    background: #cb2a27;
}

#catalog #catalog-pic {
    top: -85px;
    position: absolute;
    left: 0;
    float: left;
    display: inline;
}

#catalog #catalog-txt {
    float: left;
    padding-left: 550px;
    display: inline;
    color: #000;
    line-height: 1.1;
}

#catalog #catalog-txt h5 {
    font-weight: 800;
    color: #fff;
    font-size: 45px;
    margin: 0;
}

#catalog #catalog-txt h5 span {
    font-weight: 300;
}

#kontakt .col.first {
    font-size: 23px;
    line-height: 35px;
}
.socialLink {
    float: left;
    margin-right: 25px;
    background: #cb2a27;
    border-radius: 100%;
    margin-top:15px;
    width: 32px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    padding-left: 8px;
    line-height: 40px;
    color: #000;
}

.parallaxBox { padding:85px 0 65px; color: #000; background: url(img/parallax.jpg) 50% 50% no-repeat; background-attachment: fixed; font-size: 18px; line-height: 29px; overflow: hidden }
.parallaxTitle { overflow: hidden;  }
    .parallaxBox h3 { float:left; width: 100%; text-transform:none; color:#cb2a27; font-size:35px; line-height:40px; font-weight:300; border:none; padding:0; margin:0 0 25px } 
        .parallaxBox h3 span { color:#000000; font-size:80px; line-height:75px; font-weight:800; } 

.fluid-wrapper {
    height: 0;
    padding-bottom:21%;
    position: relative;
}

.fluid-wrapper iframe {
    border: medium none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.defaultIntro {
    margin-bottom: 20px;
    float:left;
    padding-left: 3%;
    background: url(img/square.png) no-repeat 0 10px;
    width: 97%;
    border-bottom: 1px solid #fff;
}
.defaultIntro .introTitle {
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.defaultIntro .introDesc {
    font-size: 17px;
    opacity: 0.85;
}

#bottom-logos {
    background: #000;
    padding: 35px 0 30px;
    text-align: center;
}
#bottom-logos .logo-box {
    display: inline;
    margin: 0 18px;
}

#footer {
    background: #cb2a27;
    padding: 30px 0 45px;
    color:#fff;
    overflow: hidden;
}

#footer .container,
#copyright .container {
    position: relative;
}

#footer .col,
#copyright .col {
    margin-bottom: 0;
}

#footerLogo {
    margin: 20px 0 0;
    width: 100%;
    float: left;
}

#footerContact {
    margin-top: 40px;
}
#contact {
    width: 100%;
    line-height: 30px;
    float: right;
    font-size: 19px;
}

#contact a {
    color: #fff;
}
#contact a:hover {
    text-decoration: underline
}
#contact div.row {
    padding: 7px 0;
    font-size: 19px;
}
#contact em {
    font-size: 25px;
}

#copyright {
    font-size:17px;
    color:#fff;
    background: #000000;
    padding:55px 0 55px;
    overflow: hidden;
}

#copyright #socialBox {
    margin: 0;
    float:left;
}

#copyright #socialBox a:hover {
    background:#aa1d1b 
}

#copyright .col {
    margin-bottom: 0;
}

#copyright a {
    color:#fff;
}

#copyright a:hover {
    color:#fce001;
}


body.subpage #gallery {
	overflow:hidden;
	width:100%;
}

#gallery .miniatureWrapper {
	display:inline;
	float:left;
	margin-right:1px;
	margin-bottom:1px;
	position:relative
}

#gallery .miniatureWrapper span {
	position:absolute;
	bottom:0; left:0;
	background:#877762;
	color:#fff;
	padding:5px 10px
} 
#gallery .miniatureWrapper a img {
	display:block;
	float:left;
}

body.index #gallery .miniatureWrapper {
    width:20%;
    transition: all 0.3s ease 0s;
    opacity: 1;
    margin:0;
}

body.index #gallery .miniatureWrapper img {
    width:100%;
    height: auto;
}

body.index #gallery .miniatureWrapper:hover {
    opacity: 0.7;
}

#formBox { float:right; width:100%; margin-top:30px; }

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat; }	

body.subpage .container img { max-width:100%; height:auto; }

.scrollup { width:40px; height:40px; text-indent:-9999px;  position:fixed; bottom:35px; right:40px; display:none; background: url('img/icon_top.png') no-repeat;}

#contactBox {
    background: #cb2a27;
    color: #000;
    padding:30px 25px 20px;
    overflow: hidden
}
#contactBox h5 {
    color: #fff;
    font-weight: normal;
    margin-top: 0;
    font-size: 25px;
}

ul.arrowList {
    padding-left:10px;
    margin-top:25px !important;
}

ul.arrowList li {
    padding-left:25px;
    list-style: none;
    margin-bottom:11px;
    background: url(img/arrow.png) 0 5px no-repeat;
    font-size:17px;
    line-height: 26px;
}


select {
    width: 100%;
    margin-bottom: 20px;
}
.owl-carousel.karuzela .owl-stage-outer {
    padding: 10px 0;
}

#contentWrapper {
    padding: 150px 0 35px;
    background: #eee url('img/subBg.jpg') no-repeat bottom center
}

#contentWrapper h1 {
    color:#fff;
    text-transform: uppercase;
    text-shadow: 0 2px 0 #000;
    margin:0;
    text-align: right;
}
#contentWrapper h1 p {
    margin: 0;
}

.paddingSub {
    padding: 45px 0;
}

.bottomContact {
    font-size:33px;
    color:#726d6e;
    margin-top: 65px;
    float: left;
    font-weight: 600;
    font-family: "Exo 2";
    line-height: 33px;
    margin-left:0;
}
.bottomContact i {
    font-size:78px;
    float:left;
    margin-top:0;
    margin-right:20px;
    color:#cb2a27;
}
.bottomContact i.fa-envelope {
    font-size:75px;
}
.bottomContact span {
    color:#a6a6a6;
    font-size:27px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 22px;
}

ol {
    padding: 0 0 0 28px;
    margin: 15px 0 0 0;
}

ol li {
    margin: 0 0 10px;
}

.mainIntro .articleLink {
    margin-bottom: 15px;
    font-weight: bold;
}

.iconTitle {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.35;
    color:#fff667;
    margin: 10px 0 2px;
}

.iconDate {
    font-weight: normal;
    font-size: 14px;
    color:#838383;
    margin: 0 0 7px;
}

.iconDesc {
    font-size: 17px;
    color:#fff;
    line-height: 25px;
    margin: 0 0 25px;
}

.iconMore {
    font-size: 18px;
    text-decoration: underline;
}


.promoIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}
.promoIntro:hover {
    -moz-box-shadow: 0 0 19px #666;
	-webkit-box-shadow: 0 0 19px #666;
	box-shadow: 0 0 19px #666;
    background-size: 103% auto;
}
.promoIntro .inner {
    height: 290px;
    position: relative;
}
.promoIntro.col {
    margin-bottom: 3% !important;
}
.promoIntro .inner .promoTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    padding:17px 0 15px;
    width: 100%;
    color:#fff;
    text-align: center;
    background:#cb2a27;
}
.promoIntro .inner .promoTitle p{
    margin:0;
    padding:0;
}
.promoIntro .inner .promoTitle p img {
    display:block;
    margin:auto;
}

@media screen and (min-width: 1920px) { 
    #slider .item img {
        width: 100%;
        height: auto;
    }
    #contentWrapper {
        background-size: cover;
    }
}