html {
    margin: 0 auto;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Outfit', Arial;
    color: #000;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    background: #fff;
    overflow-x: hidden;
}

a {
    color: #da711d;
    text-decoration: none;
    outline: 0px;
}

a:hover {
    color: #000;
}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

.big-txt {
    font-size: 19px;
    line-height: 28px;
}

#cookies-message {
    background: rgb(243, 221, 125);
    background: linear-gradient(90deg, rgba(243, 221, 125, 1) 0%, rgba(187, 142, 56, 1) 100%);
}

p.bold, strong {
    font-weight: 600;
}

h1 {
	color: #292a2a;
	font-family: 'Outfit', Arial, Tahoma;
	font-size: 55px;
	font-weight: 800;
	line-height: 125%;
	margin: 0 0 23px 0;
	padding: 0;
}

body.subpage h1 {
	font-size: 45px;
	line-height: 55px;
}

h2 {
	color: #292a2a;
	font-family: 'Outfit', Arial, Tahoma;
	font-size: 45px;
	font-weight: 800;
	line-height:50px;
	margin: 0 0 16px 0;
	padding: 0;
}

h3 {
	color: #da711d;
	font-family: 'Outfit', Arial, Tahoma;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.45;
	margin: 5px 0 25px 0;
	padding: 0;
}

h4 {
	color: #da711d;
	font-family: 'Outfit', Arial, Tahoma;
	font-size: 22px;
	font-weight: 800;
	text-shadow:0 1px 0 #f1efed;
	line-height: 27px;
	margin: 30px 0 18px 0;
	padding: 0;
}

h5 {
	color: #292a2a;
	font-family: 'Outfit', Arial, Tahoma;
	font-size: 24px;
	font-weight: 700;
	text-shadow:0 1px 0 #f1efed;
	line-height: 30px;
	margin: 30px 0 17px 0;
	padding: 0;
}

.titleBox {
    width: 100%;
    margin-bottom: 42px;
}

.titleBox h2,
.titleBox h3,
.titleBox h1 {
    font-size: 45px;
    color: #292a2a;
    text-align: center;
    padding: 0 0 12px;
    line-height: 1.2;
    margin: 0 0 10px;
    background: url(img/titleBg.png) no-repeat bottom center;
}

.titleBox h3 span {
    color: #0c0c0c;
    font-weight: 400
}

p.big {
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
}

.subtitle {
    font-size: 24px;
    color: #da711d;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.container.hidden {
    overflow: hidden;
}

ul.simpleList {
    margin: 0 0 15px 10px;
    padding: 0;
    overflow: hidden
}

ul.simpleList li {
    background: url(img/dot.png) no-repeat 0 7px;
    list-style: none;
    margin-bottom: 12px;
    width: 98%;
    font-size: 18px;
    padding: 0 0 0 20px;
}

.more {
    font-size: 17px;
    color: #fff;
    float: left;
    transition: padding 0.4s ease 0s;
    font-weight: 400;
    text-transform: uppercase;
    background: #da711d;
    margin: 30px 0 0;
    padding: 7px 25px 7px;  
}

.more.small {
    margin-top: 20px;
    font-size: 19px;
    padding: 10px 25px 10px;  
}

.more:hover {
    background: #292a2a;
    text-decoration: none;
    color: #fff !important;
}

.more.backLink {
    margin-top: 40px
}

.center-row {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.center-row .more {
    width: 200px;
    float: none;
    margin: auto;
    background: #000;
}

.center-row .more:hover {
    background: #262626;
}


.more-wide {
    color: #fff !important;
    font-size: 20px;
    background: rgba(171, 147, 128, 1);
    display: block;
    font-family: "Poppins";
    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: calc(100% - 50px); /* 100% minus 2×25px */
  margin-left: 25px;
  margin-right: 25px;
}

.wrapper .container-wide {
    padding-left: 35px;
    padding-right: 35px;
}

.wrapper .container {
    max-width: 1350px;
    margin: auto;
}

header {
    z-index: 101;
    position: fixed;
    top: 0;
    height: 105px;
    padding: 0;
    width: 100%;
    background: rgb(255, 255, 255, 1.0);
    left: 0;
    -moz-box-shadow: 0 0 15px rgb(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 0 15px rgb(0, 0, 0, 0.0);
    box-shadow: 0 0 15px rgb(0, 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;
}

header.smaller,
body.subpage header.smaller {
    height: 75px;
    -moz-box-shadow: 0 0 15px rgb(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 15px rgb(0, 0, 0, 0.35);
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.35);
}

#mainLink {
    position: absolute;
    top: 21px;
    left: 30px;
    width: 330px;
    height: 66px;
    z-index: 1000;
    background-image: url(img/mainLogo.png);
    background-size: 330px auto;
    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;
}

header.smaller #mainLink {
    top: 15px;
    width: 235px;
    background-size: 235px auto;
    height: 48px;
    left: 30px;
}

#mainLink:hover {
    top: 17px;
}

#topRow {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

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 {
    position: absolute;
    top: 35px;
    right: 30px;
    text-align: center;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.socialBox a {
    float: left;
    margin-left: 22px;
    text-align: center;
    font-size: 35px;
    line-height: 36px;
    color: #000;
}

.socialBox a:hover {
    color: #da711d;
}

header.smaller .socialBox {
    top: 19px
}

#mainMenu {
    z-index: 100;
    float: right;
    margin: 35px 120px 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;
}

header.smaller #mainMenu {
    margin-top: 17px;
}

#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: 20px;
    color: #000;
    font-family: 'Outfit', Arial;
    float: left;
    transition: padding 0.4s ease 0s;
    font-weight: 500;
    text-transform: uppercase;
    padding: 6px 15px 8px;
    margin: 0;
}

#mainMenu li:hover a.menuTop {
    color: #fff;
    background: #da711d;
    cursor: pointer;
    text-decoration: none;
    text-shadow: none;
}

#mainMenu li.dropdown:hover a.menuTop {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


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: #da711d;
    -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;
    height: 100vh;
    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: 0;
        border-radius: 0;
        top: 1px;
        background: #da711d;
    }

    .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-weight: 400;
    font-size: 21px;
    padding: 11px 15px;
    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: #da711d;
    }

    .nav li ul.subnav {
        padding: 10px 0 11px 15px !important;
        width: 250px;

    }

    .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 RGB(255, 255, 255, 0.2);
        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: 18px !important;
        line-height: 23px !important;
        font-family: 'Outfit', Arial !important;
        font-weight: normal !important;
        text-transform: none !important;
        border-right: none !important;
        padding: 8px 0 8px 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: #fffadf !important;
        text-decoration: none;
    }

}


/****** SLIDER *******/


.owl-dots {
    position: absolute;
    right: 25px;
    bottom: 25px;
    display: block;
    z-index: 1000
}

.owl-dots .owl-dot {
    display: inline;
    margin: 0 5px;
    float: left
}

.owl-dots .owl-dot span {
    width: 26px;
    height: 26px;
    background: #eee;
    float: left
}

.owl-dots .owl-dot.active span {
    background: #da711d;
}

#slider-wrapper-opacity {
    z-index: 2;
    position: relative;
}

.slider-wrap {
    position: relative;
    overflow: hidden;
    margin-top: 105px
}

#slider.owl-carousel .owl-stage-outer {
    overflow: visible
}

#slider #slider-overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
}

#slider #slider-overlay img {
    width: 100%;
    height: auto;
}

#slider .item img {
    display: block;
    width: 100%;
    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;
}

.captionWrapper {
    position: absolute;
    bottom:50px;
    z-index: 100;
    left: 0;
    width: 100%;
    display: block;
}

body.subpage .captionWrapper {
    display: none;
}

.caption {
    margin: auto;
    display: block;
}

.captionBox {
    display: block;
    float: left;
    max-width: 790px;
    min-width: 690px;
    padding: 20px 40px 20px 30px;
    background: rgb(23,82,90);
background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7248074229691877) 50%, rgba(255,255,255,0) 100%);
}

.captionBox h5 {
    padding: 0;
    margin: 0 0 7px;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    font-weight: 800;
    text-align: left;
    text-shadow: 0 2px 0 RGB(255,255,255,0.5);
}

.captionBox .desc {
    font-size: 20px;
    line-height: 1.45;
    color: #000;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-weight: 500;
}

.captionBox .more {
    font-size: 22px;
    padding: 14px 28px 17px;
    display: block;
    font-family: "Outfit";
    margin: 20px 0 0;
    text-shadow: none;
    line-height: 18px;
    float: left;
    font-weight: 600;
    
}

.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: 1350px;
    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: 90px 0 75px;
    overflow: hidden
}

.paddingTop {
    padding: 80px 0 0;
    overflow: hidden
}

.paddingBottom {
    padding: 0 0 80px;
    overflow: hidden
}

#intro .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: 55.4%;
    /* 16:9 */
    overflow: hidden;
    height: 0;
    margin-top: 10px;
    border-radius: 25px;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 23px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 23px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 23px RGB(0, 0, 0, 0.2);
}

body.index .videoWrapper {
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 52.4%;
}

.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 *******/


#map {
    padding: 0;
}

#map iframe {
    display: block;
    margin: 0;
}

.simpleTable,
.product-description table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse
}

.simpleTable th,
.product-description table th {
    padding: 12px 15px 12px 20px;
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    border: 1px solid #cbcbcb;
    line-height: 23px;
}

.simpleTable td,
.product-description table td {
    padding: 12px 15px 12px 20px;
    font-size: 19px;
    text-align: left;
    line-height: 21px;
    border: 1px solid #cbcbcb
}

#kontakt .col.first {
    font-size: 23px;
    line-height: 35px;
}

.homeIntroBox h3 {
    color: #fff;
    font-size: 32px;
    line-height: 43px;
}

.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;
}


#localizationMap {
    position: relative;
}

#localizationMap iframe {
    display: block;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#googleMap {
    margin-bottom: 0;
    border-radius: 5px; 
    overflow: hidden;
}


#footer {
    color: #000;
    padding: 45px 0 35px;
}

#footer .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#copyright .container {
    text-align: center;
}
#footer .col,
#copyright .col {
    margin-bottom: 0;
}

#footerInfo {
    font-size: 16px;
    line-height: 1.5;
}

.contact-wrapper {
    display: flex;
    color: #000;
    font-size: 17px;
    justify-content: space-between;
}

.contact-wrapper a {
  color: #000;
}

.contact-wrapper a:hover {
  color: #000;
    text-decoration: underline;
}

#contact em {
    font-size: 21px;
    margin-right: 5px;
    color: #000;
}

#contact em.fa-envelope {
    font-size: 19px;
}

body.kontakt .row-contact {
    padding: 4px 0 4px;
    font-size: 17px;
}

body.kontakt .row-contact em {
    font-size: 21px;
    width: 27px;
    color: #e6b554;
}

body.kontakt .row-contact em.fa-envelope {
    font-size: 19px;
}

#copyright {
    font-size: 15px;
    text-align: right;
    line-height: 20px;
    color: #7f7f7f;
}

#copyright a {
    color: #7f7f7f;
}

#copyright a:hover {
    color: #000;
}

body.subpage #gallery {
    width: 100%;
    padding-top: 10px;
    display: flex;
    row-gap: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gallery .miniatureWrapper {
    display: inline;
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative
}

#gallery .miniatureWrapper span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: RGB(0, 0, 0, 0.8);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 9px
}

#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;
}

.submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.submenu ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.submenu ul li a {
    font-size: 20px;
    font-family: 'Outfit', Arial;
    color: #da711d;
    font-weight: normal;
}

.submenu ul li a:hover {
    color: #000;
}


#contactBox {
    background-color: #f2f2f2;
    color: #000;
    border-radius: 5px;
    padding: 30px 25px 20px;
    overflow: hidden;
    margin-bottom: 50px;
}

#contactBox h5 {
    color: #000;
    margin-top: 0;
    font-size: 28px;
}

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;
}

.karuzela .owl-stage-outer {
    padding: 25px 0 20px;
}

.carouselIntro {
    width: 390px;
    border: 5px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    margin: auto;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0 0 20px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 20px RGB(0, 0, 0, 0.1);
}

.carouselIntro img {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.carouselIntro:hover {
    -moz-box-shadow: 0 0 22px RGB(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 22px RGB(0, 0, 0, 0.2);
    box-shadow: 0 0 22px RGB(0, 0, 0, 0.2);
}

.carouselIntro .carouselPic img,
.carouselIntro .carouselPic {
    float: left;
    display: block;
}

.carouselContent {
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-weight: 400;
    font-family: 'Outfit', Arial;
    background: #da711d;
    float: left;
    font-size: 20px;
    text-shadow: 0 1px 0 RGB(0,0,0,0.5);
    line-height: 1.3;
    color: #fff;
}

.carouselDesc {
    padding: 15px 20px 8px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    overflow: hidden;
}

.carouselIntro:hover .description {
    color: #000
}

#contentWrapper {
    padding: 122px 0 17px;
    background: #f2f2f2;
}

#contentWrapper h1 {
    color: #000;
    font-size: 45px;
    text-align: left;
    text-shadow: 0 2px 0 #fff;
    margin: 0;
}

#contentWrapper h1 p {
    margin: 0;
}

.paddingSub {
    padding: 60px 0 0 0;
}

.paddingSub .group ul li {
    margin-bottom: 10px
}

.paddingSub img {
    overflow: hidden;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
}

.paddingSub img.no-styling, .icon-info img {
    border-radius: 0;
    box-shadow: none;
}

ol {
    padding: 0 0 0 28px;
    margin: 15px 0 0 0;
}

ol li {
    margin: 0 0 10px;
}

.iconIntro {
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
    border-radius: 25px;
    background-size: cover;
    position: relative;
    width: 100%;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background-position: 50% 50%;
    -moz-box-shadow: 0 0 20px RGB(0,0,0,0.2);
    -webkit-box-shadow: 0 0 20px RGB(0,0,0,0.2);
    box-shadow: 0 0 20px RGB(0,0,0,0.2);
}

.iconIntro:last-child {
    margin-bottom: 0;
}

.iconIntro:hover {
    -moz-box-shadow: 0 0 20px RGB(0,0,0,0.6);
    -webkit-box-shadow: 0 0 20px RGB(0,0,0,0.6);
    box-shadow: 0 0 20px RGB(0,0,0,0.6);
}

.iconIntro .inner {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3943312324929971) 0%, rgba(255, 255, 255, 0) 100%);
    padding-top: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.iconTitle {
    font-weight: 800;
    font-size: 21px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 16px 25px;
    transition: all 0.3s ease 0s;
    text-shadow: 0 2px 0 #000;
}

.iconIntro:hover .iconTitle {
    margin: 0 0 25px 30px;
}

.iconDate {
    font-weight: normal;
    font-size: 14px;
    color: #838383;
    margin: 0 0 7px;
}

.iconDesc {
    font-size: 17px;
    color: #000;
    line-height: 27px;
    margin: 0 0 25px;
}

.iconMore {
    font-size: 18px;
    text-decoration: underline;
}

.paginatorContainer {
    display: none;
}



#spacials .owl-carousel .owl-stage-outer {
    padding: 15px 0;
}

#spacials .owl-carousel .owl-item {
    text-align: center;
}

#cboxCurrent {
    display: none !important;
}


.mainIntro {
    border-radius: 7px;
    display: flex;
    background-repeat: no-repeat;
    background-position: 50% 0;
    overflow: hidden;
    transition: all 0.3s ease 0.3s;
    -moz-box-shadow: 0 0 17px RGB(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 17px RGB(0, 0, 0, 0.12);
    box-shadow: 0 0 17px RGB(0, 0, 0, 0.12);
    border: 4px solid #fff;
    width: 30%;
    height: 260px;
    align-items: flex-end;
}

.mainIntro:hover {
    -moz-box-shadow: 0 0 22px RGB(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 22px RGB(0, 0, 0, 0.25);
    box-shadow: 0 0 22px RGB(0, 0, 0, 0.25);
}

.mainIntro .mainIntroTitle {
    color: #fff;
    font-family: 'Outfit', Arial;
    font-weight: normal;
    font-size: 30px;
    line-height: 110%;
    width: 100%;
    padding: 12px 20px;
    background: #d6091f;
    transition: all 0.3s ease 0s;
}

.mainIntro:hover .mainIntroTitle {
    color: #fff;
    background: #04060f;
}

.sales-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
}

.salesIntro {
    width: 48%;
    border-radius: 20px;
    grid-column: span 2;
    display: flex;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    -moz-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
}

.salesIntro:hover {
    -moz-box-shadow: 0 0 19px RGB(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 19px RGB(0, 0, 0, 0.25);
    box-shadow: 0 0 19px RGB(0, 0, 0, 0.25);
}

.salesIntro .salesIntroPic img {
    display: block;
    width: 270px;
    height: auto;
}

.salesIntro .salesIntroContent {
    padding: 15px 0 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.salesIntro .salesIntroTitle {
    color: #da711d;
    font-family: 'Outfit', Arial;
    padding: 0;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 12px;
    line-height: 120%;
    transition: all 0.3s ease 0s;
}

.salesIntro:hover .salesIntroTitle {
    color: #000;
}

.salesIntro .salesIntroDesc {
    color: #000;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
}

.salesIntro .salesIntroDesc p {
    margin: 0 0 8px;
}

.filter-button-group {
    display: table;
    margin: 0 auto 45px;
}

.filter-button-group button {
    display: inline;
    margin: 0 15px;
    position: relative;
    padding: 14px 20px;
    border: none;
    font-family: 'Outfit', Arial, Tahoma;
    background: #f0eeee;
    font-weight: normal;
    font-size: 20px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 17px;
    color: #666;
}

.filter-button-group button.is-checked {
    color: #FFF !important;
    background-color: #e6310d !important;
}

.filter-button-group button:hover {
    background: #e4e0e0;
}

.specialIntro {
    transition: all 0.3s ease 0s;
    position: relative;
}


.specialIntro .introPic {
    transition: all 0.3s ease 0s;
    -moz-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    box-shadow: 0 0 17px RGB(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 4px solid #fff;
    overflow: hidden;
}

.specialIntro .introPic img {
    display: block;
    width: 100%;
}

.specialIntro:hover .introPic {
    -moz-box-shadow: 0 0 21px RGB(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 21px RGB(0, 0, 0, 0.25);
    box-shadow: 0 0 21px RGB(0, 0, 0, 0.25);
}


.specialIntro:hover .iconTitle,
.specialIntro:hover .iconMore {
    color: #da711d
}

.specialIntro .iconTitle {
    font-family: 'Outfit', Arial;
    text-shadow: none;
    font-size: 21px;
    color: #da711d;
    width: 100%;
    margin: 25px 0 10px;
}

.specialIntro .iconDate {
    font-size: 20px;
    font-family: 'Outfit', Arial;
    font-weight: normal;
    color: #435059;
    width: 100%;
    opacity: 0.9;
}

.specialIntro .iconMore {
    font-size: 18px;
    color: #000;
    text-decoration: underline;
}

.faq { padding:0 }

.faq li { padding: 15px 0px; list-style:none; margin-bottom: 10px; }

.faq li.q {
  background: #fff;
  font-size:18px;
    line-height: 29px;
    margin: 0;
    font-weight: bold;
  cursor: pointer;
}

.faq li.a {
  background: #f8f7f7;
    overflow: hidden;
    padding: 40px 50px 25px;
  display: none;
}

.faq li.a .col {
  margin-bottom: 0;
}

.faq li.a table {
    border-collapse: collapse;
    width: 100%;
    font-weight: 600;
    border: 1px solid #fff;
    font-size: 15px;
    line-height: 1.35;
}

.faq li.a table td {
    padding: 7px 10px;
    border: 1px solid #fff;
}

.faq li.a table td.price {
    width: 100px;
    font-weight: 300;
    text-align: center;
}

.faq li img {
  margin-right:10px;
  margin-top:2px;
}

p.small {
    font-size: 14px;
    line-height: 1.45;
    text-align: justify;
    margin: 10px 0 20px;
}
.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


.icon-info {
    margin: 15px 0 0;
    float:left;
    padding-bottom: 17px;
    border-bottom: 1px dashed #eee;
    width: 100%;
}

.icon-info.czas {
    padding-bottom: 10px;
}

.icon-info img {
    margin: 0 15px 0 0;
    max-width: 35px;
}

.icon-info .title-row {
    width: 100%;
    float:left;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}

.poznajIntroWrapper {
    display: flex;
    justify-content: space-between;
}

.poznajIntro {
    width: 25%;
    display: flex;
    -moz-box-shadow: 0 0 22px RGB(0,0,0,0.12);
    -webkit-box-shadow: 0 0 22px RGB(0,0,0,0.12);
    box-shadow: 0 0 22px RGB(0,0,0,0.12);
    border-radius: 5px;
    padding: 35px;
    font-size: 18px;
    line-height: 28px;
    flex-direction: column;
    row-gap: 25px;
    background: #fff;
}

.poznajIntro .poznajCounter img {
    box-shadow: none;
    border:none;
}

.poznajIntro h4 {
    font-size: 33px;
    line-height: 120%;
    margin: 0 0 15px;
    color: #303030;
}

.poznajIntro p {
    margin: 0;
}

#realizations {
    padding: 20px 0 90px;
}

#poznaj {
    background: #eaeaea;
    padding: 75px 0 45px;
    margin-top: 30px;
}

#poznaj .titleBox h2 {
    text-align: left;
    background-position: bottom left;
    margin-bottom: 0;
}

#partners {
    background: #e8e8e8;
    padding: 70px 0;
}

#partners.wrapper .container {
    max-width: 1650px
}

.partners-wrapper {
    display: flex;
    justify-content: space-around;
}

.partners-wrapper .partnersIntro {
    -moz-box-shadow: 0 0 22px RGB(0,0,0,0.0);
    -webkit-box-shadow: 0 0 22px RGB(0,0,0,0.0);
    box-shadow: 0 0 22px RGB(0,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;
}

.partners-wrapper .partnersIntro img {
    display: block;
    max-width: 220px;
}

.partners-wrapper .partnersIntro:hover {
    -moz-box-shadow: 0 0 22px RGB(0,0,0,0.2);
    -webkit-box-shadow: 0 0 22px RGB(0,0,0,0.2);
    box-shadow: 0 0 22px RGB(0,0,0,0.2);
}

#oferta .titleBox h1 {
    text-align: left;
    background-position: bottom left;
}


.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 25px;
}

.flex-wrapper .flexIntro {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-wrapper .flexIntro .titleBox {
    margin: 0;
}

.flex-wrapper .flexIntro.flexBox {
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.15);
    -moz-box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.15);
    box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.15);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
} 

.flex-wrapper .flexIntro.flexBox .flexInner {
    padding: 20px 25px 35px;
}

.flex-wrapper .flexIntro.flexBox .flexInner .flexIncon {
    margin-bottom: 10px;
    width: 61px;
    height: 71px;
}

.flex-wrapper .flexIntro.flexBox.flexIcon-1 .flexInner .flexIncon {
    background: url(img/icon-01.png)
}

.flex-wrapper .flexIntro.flexBox.flexIcon-2 .flexInner .flexIncon {
    background: url(img/icon-02.png)
}

.flex-wrapper .flexIntro.flexBox.flexIcon-3 .flexInner .flexIncon {
    background: url(img/icon-03.png)
}

.flex-wrapper .flexIntro.flexBox.flexIcon-4 .flexInner .flexIncon {
    background: url(img/icon-04.png)
}

.flex-wrapper .flexIntro.flexBox.flexIcon-5 .flexInner .flexIncon {
    background: url(img/icon-05.png)
}
.flex-wrapper .flexIntro.flexBox .flexInner .flexTitle {
    font-size: 25px;
    color: #da711d;
    font-weight: 600;
    margin-bottom: 7px;
}

.flex-wrapper .flexIntro.flexBox .flexInner .flexDesc {
    font-size: 16px;
    color: #313131;
    font-weight: 300;
    line-height: 150%;
    max-width: 95%;
}

.flex-wrapper .flexIntro.flexBox .flexInner .flexArrow {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d5d5d5 url('img/arrow-more.png') no-repeat 50% 50%;
    background-size: 33px auto;
    width: 90px;
    height: 40px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.flex-wrapper .flexIntro.flexBox:hover {
    -webkit-box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.25);
    -moz-box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.25);
    box-shadow: 0px 0px 24px 5px rgba(66, 68, 90, 0.25);
} 

.flex-wrapper .flexIntro.flexBox:hover .flexInner .flexArrow {
    background-color: #da711d;
    width: 85px;
}

#realizations .titleBox {
    margin-bottom: 20px;
}

#realizations .karuzela .item {
    max-width: 400px;
    position: relative;
    margin: auto;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#realizations .karuzela .item:hover {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(66, 68, 90, 0.2);
    -moz-box-shadow: 0px 0px 20px 5px rgba(66, 68, 90, 0.2);
    box-shadow: 0px 0px 20px 5px rgba(66, 68, 90, 0.2);
}

#realizations .karuzela .item a img {
    display: block;
}

#realizations .karuzela .item a .carousel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 9px 19px;
    background: RGB(0,0,0,0.7);
    color: #fff;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#realizations .karuzela .item a:hover .carousel-title {
    background: RGB(0,0,0,0.95);
    padding: 12px 25px;
}

#realizations .karuzela .item a .carousel-plus {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 39px;
    height: 36px;
    background: url(img/plus.png);
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

#realizations .karuzela .item a:hover .carousel-plus {
    bottom: 10px;
    right: 10px;
}

.newsIntro {
    transition: all 0.3s ease 0s;
    background-size: auto 100%;
    background-position: 50% 50%;
}

.newsIntro:hover {
    -moz-box-shadow: 0 0 19px #b7b7b7;
    -webkit-box-shadow: 0 0 19px #b7b7b7;
    box-shadow: 0 0 19px #b7b7b7;
    background-size: auto 103%;
}

.newsIntro .inner {
    height: 215px;
    position: relative;
}

.newsIntro.product .inner {
    height: 400px;
}
.newsIntro img {
    width: 100%;
    height: 100%;
}
.newsIntro .inner .newsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 8px 0 10px;
    font-size: 19px;
    background: RGB(0, 0, 0, 0.8)
}

/* ----------------------------------------------------------------
	Portfolio
-----------------------------------------------------------------*/


/* Portfolio - Filter
-----------------------------------------------------------------*/

#portfolio-filter {
	position: relative;
	margin: 0 0 40px 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.07);
	float: left;
	border-radius: 0;
    padding: 0;
}

#portfolio-filter li {
	float: left;
	position: relative;
}

#portfolio-filter li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 17px;
	line-height: 18px;
	color: #000;
	border-left: 1px solid rgba(0,0,0,0.07);
}

#portfolio-filter li:first-child a {
	border-left: none;
	border-radius: 0;
}

#portfolio-filter li:last-child a { border-radius: 0 4px 4px 0; }

#portfolio-filter li a:hover { color: #da711d; }

#portfolio-filter li.activeFilter a {
	color: #FFF !important;
	background-color: #da711d;
	margin: 0;
	padding: 15px 20px;
}

#portfolio-filter li.activeFilter a { font-weight: bold; }


.bothsidebar #portfolio-filter li a { padding: 12px 14px; }

.bothsidebar #portfolio-filter li.activeFilter a { padding: 13px 18px; }


/* Portfolio - Shuffle Icon
-----------------------------------------------------------------*/

#portfolio-shuffle {
	float: right;
	width: 41px;
	height: 41px;
	border: 1px solid rgba(0,0,0,0.07);
	font-size: 14px;
	text-align: center;
	line-height: 41px;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#portfolio-shuffle:hover {
	background-color: #27348b;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}


/* Portfolio - Items
-----------------------------------------------------------------*/

#portfolio {
	position: relative;
    display: inline-block;
    width: 100%;
	margin: 0 -12px -12px 0;
}

body:not(.device-touch) #portfolio {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.portfolio-item {
	position: relative;
	float: left;
	width: 325px;
	margin: 0 12px 10px 0;
}

.portfolio-notitle .portfolio-item,
.portfolio-notitle .iportfolio { overflow: hidden; }

.portfolio-item .portfolio-image {
	position: relative;
	overflow: hidden;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a,
.portfolio-item .portfolio-image img {
	display: block;
	width: 325px;
	height: 240px;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-image img {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


/* Portfolio - Item Title
-----------------------------------------------------------------*/

.portfolio-desc {
	z-index: 3;
	padding: 15px 5px 10px;
}

.portfolio-desc h3 {
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 19px;
}

.portfolio-desc h3 a { color:#27348b; }

.portfolio-desc h3 a:hover { color: #cf113d; }

.portfolio-desc span {
	display: block;
	margin-top: 3px;
	text-align:center;
	color: #202020;
}

body.index .portfolio-desc span {
    display: inline
}
.portfolio-desc span a { color: #888; }

.portfolio-desc span a:hover { color: #000; }

.portfolio-notitle .portfolio-desc {
	position: absolute;
	display: block !important;
	width: 100%;
	height: 78px;
	padding: 15px 5px;
	top: auto;
	bottom: -79px;
	left: 0;
	background-color: #FFF;
	border-bottom: 1px solid #EEE;
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-desc {
	-webkit-transition: bottom .2s ease-in-out;
	-o-transition: bottom .2s ease-in-out;
	transition: bottom .2s ease-in-out;
}

.portfolio-full.portfolio-notitle .portfolio-desc,
.portfolio-nomargin.portfolio-notitle .portfolio-desc {
	bottom: -78px;
	border-bottom: 0;
}

.portfolio-notitle .portfolio-item:hover .portfolio-desc,
.portfolio-notitle .iportfolio:hover .portfolio-desc { bottom: 0 !important; }

.bothsidebar .portfolio-notitle .portfolio-item:hover .portfolio-image img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-3.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .bothsidebar .portfolio-2.portfolio-notitle .portfolio-item:hover .portfolio-image img,
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-notitle .iportfolio:hover .portfolio-image img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

body.device-touch.device-xs .portfolio-notitle .portfolio-desc,
body.device-touch.device-xxs .portfolio-notitle .portfolio-desc { display: none !important; }

@media screen and (min-width: 1650px) {
   .partners-wrapper .partnersIntro img {
        max-width: 270px;
    } 
}

@media screen and (min-width: 1920px) {
    #slider .item img {
        width: 100%;
        height: auto;
    }

    #contentWrapper,
    #footer,
    #cells,
    #poznaj {
        background-size: cover;
    }
}
