html {
    margin: 0 auto;
    padding: 0;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'PT Sans', Arial;
    color: #181818;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    background: #fff;
}

a {
    color: #277CAA;
    text-decoration: none;
    outline: 0px;
}

b,
strong {
    font-weight: 600
}

a:hover {
    color: #ed9b9d;
}

a:focus {outline: 2px solid #ff0000;}

a img {
    border: 0px;
}

p {
    margin: 0 0 15px;
}

p.big {
    font-size: 19px;
    line-height: 30px;
}

p.bold {
    font-weight: bold;
}

h1 {
    color: #2c2c2c;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0;
}

h2 {
    color: #f4a5a7;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

body.index h2 {
    font-size: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0 0 25px 0;
    text-transform: uppercase;
}

body.index .wrapper.dark h2 {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 0 #000;
}

h3 {
    color: #2c2c2c;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 30px;
    font-weight: 800;
    line-height: 31px;
    margin: 0 0 20px 0;
    padding: 0 0 0;
}

h3.border {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-bottom: 10px;
    margin-top: 35px;
}

h3 span {
    color: #ec1c24;
    font-weight: bold;
}

h4 {
    color: #277CAA;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin: 30px 0 15px 0;
    padding: 0;
}

h4 span {
    color: #007425;
}

h5 {
    color: #000;
    font-family: 'PT Sans', Arial, Tahoma;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 35px 0;
    padding: 0;
}

.titleBox {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 10px;
}

.title-green {
    color: #8dc63f
}
.titleBox h2,
body.index .titleBox h1 {
    padding: 0;
    width: 100%;
    color: #C25153;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

.subTitle {
    width: 100%;
    text-align: center;
    color: #726d6f;
    margin-bottom: 40px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 27px;
}

.dark .subTitle {
    color: #fff;
}

.centerRow {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 15px;
}

.more {
    color: #fff !important;
    font-size: 19px;
    background: #277CAA;
    display: block;
    margin: 25px 0 0;
    line-height: 18px;
    float: left;
    font-weight: 300;
    padding: 11px 14px 12px;
}

.more.product {
    margin: 0 30px 40px 0;
}

.centerRow .more {
    float: none;
    width: 225px;
    text-align: center;
    margin: 0 auto;
}

.more:hover {
    background: #f4a5a7;
}

.more.backLink {
    margin-top: 40px
}

header {
    background: #fff;
    display: block;
    float: left;
    position: relative;
    border-bottom: 1px solid #fff;
    height: 150px;
    position: fixed;
    transition: height 0.3s ease 0s;
    width: 100%;
    z-index: 1002;
}

header.smaller {
    height: 120px;
    -moz-box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
    box-shadow: 0 0 14px RGB(0, 0, 0, 0.4);
}

.topBox {
    float:right;
    display: inline;
    margin-top: 36px;
    transition: all 0.3s ease 0s;
    margin-left: 45px;
}

header.smaller .topBox {
    margin-top: 20px;
}

.topBox#klub {
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.topBox#klub a {
    color: #2c2c2c;
}

.topBox#klub a:hover {
    color: #f4a5a7;
}

.contactInfo {
    display: inline;
    float: right;
    color: #242424;
    max-width: 200px;
    margin-top: 53px;
    font-size: 15px;
    transition: all 0.3s ease 0s;
    line-height: 22px;
}

header.smaller .contactInfo {
    margin-top: 36px;
}

.contact-item {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.contactInfo em {
    font-size: 20px;
    float: left;
    margin-right: 3px;
    margin-top: 2px;
    color: #f4a5a7;
}

.contactInfo .fa-envelope {
    font-size: 17px;
}

#fbLink {
    color: #fff;
    float: left;
    display: inline;
    border-radius: 100%;
    margin-top: 12px;
    margin-right: 15px;
    background: #f4a5a7;
    transition: all 0.3s ease 0s;
    padding: 3px 13px;
    font-size: 16px;
}

#fbLink span {
    display: none;
}

#copyright #fbLink {
    float: right;
    line-height: 27px;
    margin:0 25px 0 0;
}

#fbLink em {
    color: #fff;
}

#fbLink:hover {
    background: #2c2c2c;
}

#copyright #fbLink:hover {
    background: #2c2c2c;
}

#mainLink {
    margin: 12px 0 0;
    display: block;
    color: #000;
    text-indent: -200px;
    overflow: hidden;
    float: left;
    background-image: url('img/mainLogo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 166px;
    height: 97px;
    transition: all 0.3s ease 0s;
    z-index: 100;
}

header.smaller #mainLink {
    margin: 13px 0 0;
    width: 145px;
    height: 65px;
}

.container {
    width: 1170px;
    margin: auto;
}

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);
}

.zoomLink {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

.zoomLink:hover {
    transform: scale(1.07);
}

.langBox {
    float: right;
    transition: all 0.3s ease 0s;
    z-index: 100;
}

.langBox img {
    margin: 10px 0 0 4px;
}

#menuWrapper {
    width: 100%;
    transition: all 0.3s ease 0s;
    position: absolute;
    bottom: -30px;
    left: 0;
}

#mainMenu {
    z-index: 100;
    float: left;
    padding-left: 20px;
    transition: all 0.3s ease 0s;
}

#menuWrapper .container {
    position: relative;
}

#menuWrapper .container #background {
    border: 1px solid #fff;
    background: #277CAA;
    float:left;
    width: 100%;
}


#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: #fff;
    text-shadow: 0 1px 1px RGB(0,0,0,0.4);
    font-family: 'PT Sans', Arial;
    float: left;
    transition: padding 0.4s ease 0s;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 17px;
    margin: 0;
}

#mainMenu li:hover a.menuTop {
    color: #fff;
    background: #f4a5a7;
    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: #277CAA;
    -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: 70px;
        z-index: 1;
    }

    .btn-navbar-navtoggle {
        left: 0;
        top: 1px;
        background: #f4a5a7;
    }

    .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: #f4a5a7;
    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: #f4a5a7;
    }

    .nav li ul.subnav {
        padding: 5px 15px 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 #f8c7c9;
        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: 20px !important;
        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;
    }

}

.wrapper {
    width: 100%;
    float: left;
}

.wrapper.dark {
    background: #3b3e40;
    padding: 80px 0;
}

.wrapper.footer {
    background: #877762;
    padding: 30px 0 15px;
    color: #fff;
    line-height: 27px;
}

.wrapper.footer a {
    color: #fff;
}

.wrapper.padding {
    padding: 85px 0 75px;
}

body.subpage .wrapper.padding,
.paddingSub {
    padding: 50px 0 25px;
}

.wrapper.paddingBottom {
    padding: 0 0 75px 0;
}

#contentWrapper {
    margin-top: 151px;
    background: #f7f9fa;
    padding: 48px 0 24px;
}

#contentWrapper h1 {
    margin: 0;
    font-weight: bold;
    color: #2c2c2c;
    font-size: 35px;
    line-height: 35px;
}

#contentWrapper h1 p {
    margin: 0;
}

.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%;
}

/****** SLIDER *******/
.owl-dots {
    position: absolute;
    left: 48%;
    bottom: 20px;
    display: block;
    z-index: 1000
}

.owl-dots .owl-dot {
    display: inline;
    margin: 0 5px;
    float: left
}

.owl-dots .owl-dot span {
    width: 23px;
    height: 23px;
    background: #fff;
    border-radius: 100%;
    float: left
}

.owl-dots .owl-dot.active span {
    background: #b57b49;
}

.slider-wrap {
    position: relative;
    margin-top: 150px;
}

#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;
    top: 15%;
    right: 5%;
    max-width: 40%;
    display: block;
}

.captionBox {
    display: block;
    float: left;
}

.captionBox h5 {
    padding: 0;
    margin: 0 0 25px;
    font-size: 38px;
    color: #242424;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
}
.captionBox h5 span {
    font-size: 70px;
    color: #277CAA;
    line-height: 75px;
    font-weight: bold;
}
.captionBox .desc {
    font-size: 17px;
    line-height: 28px;
    color: #181818;
    font-weight: 400;
}
.captionBox .desc ul {
    margin-top: 25px;
}
.captionBox .desc ul li {
    margin-bottom: 8px;
}
.captionBox .desc strong {
    font-size: 19px;
}

@media only screen and (max-width: 1500px) {
    
    .captionWrapper {
        top: 13%;
        right: 2%;
        max-width: 50%;
    }
    .captionBox h5 {
        margin: 0 0 15px;
        font-size: 30px;
        line-height: 32px;
    }
    .captionBox h5 span {
        font-size: 40px;
        line-height: 40px;
    }
    .captionBox .desc {
        font-size: 15px;
        line-height: 22px;
    }
}


/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInIcon {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.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.html) 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.html) 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: 45px 0 10px;
}

.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 *******/



.footer .col {
    margin-bottom: 0;
}

#podaruj {
    background: #f6f4f0; 
}
#podaruj img.icon {
    float: left;
    margin-right: 70px;
}

#content {
    margin-bottom: 25px;
}

#footer {
    background: #277CAA;
    padding: 60px 0 0;
    color: #fff;
}

.footer-menu {
    list-style: none;
    padding:0;
    margin:0
}

.footer-menu li {
    font-size: 18px;
    padding:0;
    margin: 0 0 5px;
}

.footer-menu li a {
    color:#fff;
}

.footer-menu li a:hover {
    opacity: 0.75;
}

#footer .container,
#copyright .container {
    position: relative;
    overflow: hidden;
}

#footer .col,
#copyright .col {
    margin-bottom: 0;
}

#footerLogo {
    margin: 0 0 20px;
    width: 100%;
    float: left;
}

#footerLink {
    margin: 0;
    display: block;
    float: left;
    background: url('img/footerLogo.png');
    background-repeat: no-repeat;
    height: 129px;
    width: 224px;
    color: #fff;
    text-indent: -200px;
    transition: all 0.3s ease 0s;
    z-index: 100;
}

#contact {
    width: 100%;
    line-height: 30px;
    float: right;
}

#contact em {
    color: #fff;
    font-size: 20px;
    width: 30px;
    padding-top: 3px;
    height: 32px;
    float: left;
    margin: 0;
}

#contact em.fa-envelope {
    font-size: 17px;
    margin-top: 3px;
}

#contact a {
    color: #fff;
}

#contact a:hover {
    opacity: 0.75;
}

#contact div.row {
    padding: 0 0 11px 0;
    font-size: 18px;
}

#contact div.row strong {
    font-size: 21px;
    text-transform: uppercase;
}

#copyright {
    padding: 30px 25px 20px;
    overflow: hidden;
    font-size: 15px;
    margin-top: 50px;
    line-height: 25px;
    background: #fff;
    color: #5a5a5a;
}

#copyright .right {
    text-align: right;
}

#copyright a {
    color: #5a5a5a;
}

#copyright a:hover {
    color: #000;
}

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;
}

#contactBox {
    float: left;
    width: 460px
}

#formBox {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.newsIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}

.newsIntro:hover {
    -moz-box-shadow: 0 0 19px #b7b7b7;
    -webkit-box-shadow: 0 0 19px #b7b7b7;
    box-shadow: 0 0 19px #b7b7b7;
    background-size: 103% auto;
}

.newsIntro .inner {
    height: 210px;
    position: relative;
}

.newsIntro.product .inner {
    height: 400px;
}
.newsIntro img {
    width: 100%;
    height: 100%;
}
.newsIntro .inner .newsTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 8px 0 10px;
    font-size: 15px;
    line-height: 1.32;
    background: RGB(181, 123, 73, 0.8)
}

.promoIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
}

.promoIntro:hover {
    -moz-box-shadow: 0 0 19px #1f2021;
    -webkit-box-shadow: 0 0 19px #1f2021;
    box-shadow: 0 0 19px #1f2021;
    background-size: 103% auto;
}

.promoIntro .inner {
    height: 230px;
    background: RGB(0, 0, 0, 0.5);
    position: relative;
}

.promoIntro.col {
    margin-bottom: 3% !important;
}

.promoIntro .inner .promoTitle {
    position: absolute;
    bottom: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-size: 19px;
}

.offerIntro {
    transition: all 0.3s ease 0s;
    background-size: 100% auto;
    display: inline;
    width: 33.33%;
    float: left;
}

.offerIntro:hover {
    background-size: 103% auto;
}

.offerIntro .inner {
    height: 250px;
    border-left: 1px solid #fff;
    background: RGB(0, 0, 0, 0.5);
    position: relative;
}

.offerIntro.first .inner {
    border: none;
}

.offerIntro.col {
    margin-bottom: 3% !important;
}

.offerIntro .inner .offerTitle {
    position: absolute;
    bottom: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #000;
    font-size: 25px;
}

.offerIntro .inner .moreBox {
    position: relative;
    left: -50%;
    text-align: center;
    border: 1px solid #fff;
    border-bottom: none;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding: 7px 15px 8px;
    font-size: 16px;
    background: RGB(181, 123, 73, 0.8)
}

.carouselIntro {
    background: #f8f6f3;
    border-bottom:3px solid #f4a5a7;
    padding-bottom:15px;
    overflow: hidden;
    position: relative;
    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 15px RGB(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px RGB(0,0,0,0.2);
    box-shadow: 0 0 15px RGB(0,0,0,0.2);
}


.carouselIntro .carouselPic img, .carouselIntro .carouselPic {
    float:left;
    display:block;
}

.carouselContent {
    float:left;
    padding:25px 12px 0;
}
.carouselContent .title {
    font-size:16px;
    line-height: 22px;
    color: #124f70;
    font-weight: bold;
    margin-bottom:7px;
}
.carouselContent .description {
    float:left;
    width:100%;
    color:#505050;
    font-size:14px;
    line-height: 22px;
}

.articleLink {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.articleLink a {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
}

.articleLink a:hover {
    color: #3f3e98;
}

.articleLink a span {
    color: #f4a5a7;
}

.newsBox {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.newsMore a {
    background: #277CAA;
    color: #fff;
    font-weight: bold;
    padding: 6px 15px;
    float: right;
    margin-top: 20px;
}

.newsMore a:hover {
    background: #e1a400;
}

.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;
}

.simpleTable {
    border-collapse: collapse;
    border: 1px solid #CCC;
    width: 100%
}

.simpleTable td {
    border: 1px solid #CCC;
    padding: 6px 5px;
}

.simpleTable th {
    border: 1px solid #CCC;
    padding: 6px 5px;
    font-weight: bold;
    text-align: left;
    line-height: 23px;
    background: #eee;
    font-size: 17px;
}

.simpleTable td p, .simpleTable th p {
    margin: 0;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    background: url('img/icon_top.png') no-repeat;
}


#formWrapper {
    background: #f5f5f5;
    padding-bottom: 25px;
    z-index: 99;
    position: relative
}

.sectionBox {
    background: #eee;
    padding: 25px 20px 10px;
    margin-top: 35px;
    overflow: hidden;
}

.bordered {
    color: #007425;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 26px;
    margin-top: 0;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    line-height: 28px;
}

.logoBox {
    margin-bottom: 2%;
    height: 95px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.logoBox img {
    width: 90%;
    height: auto;
    transition: all 0.3s ease 0s;
}

.logoBox:hover img {
    width: 100%;
    height: auto;
}

a.button_large, .button_large {
    border: none;
    background: none;
    color: #00aeef;
    padding: 15px 22px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #00aeef;
    margin-bottom: 30px;
    margin-top: 20px;
}
a.button_large:hover, .button_large:hover {
    background: #00aeef;
    color: #fff;
}

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;
}




#topRow .container {
    position: relative;
}


#edicraAccessibiliyMenuWrapper {
    position: absolute;
    left: 180px;
    background: #f0f0f0;
    padding: 13px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#edicraAccessibiliyMenuWrapper ul {
    list-style: none;
    margin: 0;
    display: inline;
    padding: 0;
    float: right;
}
#edicraAccessibiliyMenuWrapper a.declaration {
    display: inline;
    float: left;
    margin-right: 12px;
    margin-top: 2px;
    color: #000;
    font-size: 26px;
}

#edicraAccessibiliyMenu li {
    float: left;
    height: 30px;
    padding: 0;
    margin: 0 12px 0 0;
}

#edicraAccessibiliyMenu li a {
    background-image: url('data:image/png;base64,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')
}

#edicraAccessibiliyMenu li a {
    display: inline-block;
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
}



#edicraAccessibiliyMenu li.letterSpacing a {
    background-position: -6px;
}

#edicraAccessibiliyMenu li.paragrafSpacing a {
    background-position: -42px;
}

#edicraAccessibiliyMenu li.wordSpacing a {
    background-position: -79px;
}

#edicraAccessibiliyMenu li.leading a {
    background-position: -116px;
}

#edicraAccessibiliyMenu li.contrast a {
    background-position: -152px;
}

#edicraAccessibiliyMenu li.fontSize a {
    background-position: -188px;
    width: 23px
}

#edicraAccessibiliyMenu li.fontSize {
    margin: 0;
}

#edicraAccessibiliyMenu li.on a {
    background-color: #fff;
}





body.letterSpacing {
    letter-spacing: 1.6px;
}
body.paragrafSpacing p {
    margin-bottom: 30px
}

body.wordSpacing .defaultBody,
body.wordSpacing .carouselIntro {
    word-spacing: .7em;
}


body.wordSpacing h1,
body.wordSpacing .articleLink a,
body.wordSpacing .sliderBg .sliderWhite .sliderDesc,
body.wordSpacing #mainMenu li a,
body.wordSpacing .sliderBg .sliderWhite .sliderTitle,
body.wordSpacing .mainIntro .description p {
    word-spacing: .7em;
}

body.fontSize {
	font-size:20px;
	line-height:29px;
}
body.fontSize h1,
body.fontSize #about h3,
body.fontSize #contentWrapper h1,
body.fontSize .titleBox h2,
body.fontSize .captionBox h5 {
	font-size: 45px;
}
body.fontSize .articleLink a,
body.fontSize .contactInfo,
body.fontSize #contact div.row,
body.fontSize .right-panel-col .home-top-link span {
    font-size: 19px;
}
body.fontSize .sliderBg .sliderWhite .sliderTitle,
body.fontSize .parallaxBox {
    font-size: 23px;
}
body.fontSize #topMenu li a,
body.fontSize #mainMenu li a,
body.fontSize .captionBox .desc,
body.fontSize .more,
body.fontSize .captionBox .desc strong,
body.fontSize .carouselContent .description,
body.fontSize .iconDesc {
    font-size: 23px;
}

body.fontSize .iconTitle,
body.fontSize .footer-menu li,
body.fontSize .carouselContent .title {
    font-size: 20px;
}

body.fontSize .sliderBg .sliderWhite .sliderDesc,
body.fontSize #greyRow {
    font-size: 16px;
}

body.contrast,
body.contrast #greyRow,
body.contrast header,
body.contrast #home-top-row,
body.contrast #contentWrapper,
body.contrast .carouselIntro,
body.contrast #about,
body.contrast #podaruj,
body.contrast #partners,
body.contrast #formWrapper,
body.contrast .galleryIntro a .mainIntroLink,
body.contrast .container {
    background: #000;
    color:#fff !important;
}

body.contrast .newsMore,
body.contrast #topMenu,
body.contrast .container.caption,
body.contrast #mainMenu li a.special,
body.contrast #footer {
    background: none
}
body.contrast #mainMenu li,
body.contrast #contact,
body.contrast #footer,
body.contrast #footerMenu ul,
body.contrast .ueRow {
    border:none;
}
body.contrast .newsMore a {
    border:none;
    background: none;
}
body.contrast #mainMenu li:hover {
    background: #ff0
}

body.contrast #slider .item img {
    filter: grayscale(100%);
    opacity: 0.3
}
body.contrast .right-panel-col .home-top-link span,
body.contrast #mainMenu li:hover a,
body.contrast .socialBox a,
body.contrast #fbLink,
body.contrast .newsIntro .inner .newsTitle,
body.contrast .promoIntro .inner .promoTitle,
body.contrast .more {
    color:#000 !important;
    background: #ff0
}

body.contrast .iconTitle,
body.contrast .carouselContent .title {
    color:#ff0 !important;
}

body.contrast #topMenu li:last-child a,
body.contrast #copyright .container,
body.contrast #menuWrapper .container #background,
body.contrast #mainMenu {
    background: #000;
}

body.contrast .nav li .subnav li:hover a {
    background: none !important;
}

body.contrast .nav > li > .subnav {
    background: #ff0 !important
}

body.contrast #mainLink span,
body.contrast .contactInfo em,
body.contrast .captionBox h5,
body.contrast .captionBox h5 span,
body.contrast .contactInfo,
body.contrast .captionBox .desc,
body.contrast .carouselContent .description,
body.contrast .contactInfo i,
body.contrast .iconDesc {
    color: #fff;
}

body.contrast #edicraAccessibiliyMenuWrapper a.declaration,
body.contrast .parallaxBox h3,
body.contrast #fbLink em,
body.contrast .parallaxBox h3 span,
body.contrast .parallaxBox {
    color: #000 !important;
}
body.contrast #copyright {
    background: #000;
}

body.contrast h1, 
body.contrast .articleLink a span,
body.contrast h2, 
body.contrast .articleLink a,
body.contrast a,
body.contrast h3, 
body.contrast h4 {
    color: #ff0 !important;
    border:none;
}
