
a {
    transition: color 0.2s ease 0s;
    -webkit-transition: color 0.2s ease 0s;
    -ms-transition: color 0.2s ease 0s;
    -o-transition: color 0.2s ease 0s;
    -moz-transition: color 0.2s ease 0s;
    -khtml-transition: color 0.2s ease 0s;
    outline: 0 !important;
    color: inherit;
}
a img {
    outline: 0 !important;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    color: #000;
}

html, body {
    background: #EFEFEF;
    width: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    /*padding-top: 50px;*/
}

#page {
    /*    @media screen and (max-width: 1199px){
            padding-top: 50px;
        }*/
    margin-top: 0;
    /*    @media screen and (max-width: 1339px){
            padding-left: 20px;
            padding-right: 20px;
        }
        @media screen and (max-width: 599px){
            padding-left: 10px;
            padding-right: 10px;
        }*/ }

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    10% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    20% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
    }
    40% {
        transform: scale(1.4);
        -webkit-transform: scale(1.4);
    }
    60% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    80% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
    }
}
body {
    backface-visibility: hidden;
    min-width: 320px !important;
    overflow-x: hidden;
    background: #030303;
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-top: 65px;
}
body.mobile .headerPhoto {
    background-size: cover;
}
body #inBody {
    background: #EFEFEF;
}
@media screen and (max-width: 1199px) {
    body #loaderTint {
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    body #inBody {
        transition: 1s linear 0s;
        -webkit-transition: 1s linear 0s;
        -ms-transition: 1s linear 0s;
        -o-transition: 1s linear 0s;
        -moz-transition: 1s linear 0s;
        -khtml-transition: 1s linear 0s;
        backface-visibility: hidden;
        transform: none;
        -webkit-transform: none;
    }
    body #loaderTint {
        display: none;
        transition: 0.5s linear 0s;
        -webkit-transition: 0.5s linear 0s;
        -ms-transition: 0.5s linear 0s;
        -o-transition: 0.5s linear 0s;
        -moz-transition: 0.5s linear 0s;
        -khtml-transition: 0.5s linear 0s;
        position: fixed;
        z-index: 9999;
        background: #030303;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        text-align: center;
        font-size: 46px;
        visibility: hidden;
    }
    body #loaderTint div {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*
                            width: 250px;
                            height: 225px;*/
        /*                    position: absolute;
                            top: 0; left: 0; right: 0; bottom: 0;
                            margin: auto;*/ }
    body #loaderTint div img {
        width: 180px;
        margin-bottom: 60px;
        display: none;
    }
    body #loaderTint div span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-animation: pulse 1.2s infinite ease-in-out;
        animation: pulse 1.2s infinite ease-in-out;
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
        display: block;
        width: 40px;
        height: 40px;
        background: black;
        margin: auto;
        border: 1px solid white;
        border-radius: 50%;
    }
    body #loaderTint div span::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        background: #E03541;
        border-radius: 50%;
        margin: auto;
    }
    body.loading {
        display: none;
    }
    body.loading #inBody {
        overflow: hidden !important;
        transform: scale(0.98) rotateY(180deg);
        -webkit-transform: scale(0.98) rotateY(180deg);
    }
    body.loading #loaderTint {
        visibility: visible;
        transform: rotateY(0);
        -webkit-transform: rotateY(0);
    }
}

* {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.zaslepka {
    margin: 5px;
}
.zaslepka > div {
    border: 1px solid black;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    border: 2px solid #101010;
}

.backBtn {
    cursor: pointer;
    display: block;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    margin: 40px auto;
}
.backBtn:hover {
    background: #101010;
    color: white;
}

#tilesList .list-view {
    padding: 0;
}
#tilesList .summary {
    display: none;
}

#top {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    min-width: 320px !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    font-size: 17px;
    background: transparent;
    height: 119px;
    padding: 12px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 119px;
    /*}*/ }
#top, #top * {
    color: #575757;
}
#top.sticky, #top.sticky * {
    color: white;
}
#top.sticky .registerButton {
    margin: 0;
}
#top.sticky .registerButton .btn-register {
    padding: 5px 15px;
}
#top a, #top a i.fa {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
#top a:hover, #top a i.fa:hover {
    color: #D23F38;
}
#top #logo {
    display: block;
    max-height: 100%;
    max-width: 100%;
    float: left;
}
#top #logo img {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    max-height: 95px;
    max-width: 100%;
}
#top .socialMedia a, #top .socialMedia span {
    color: black !important;
}
#top .socialMedia {
    padding-left: 30px;
    padding-right: 10px;
    float: right;
    margin-top: -12px;
    height: 119px;
    line-height: 119px;
}
#top .socialMedia a {
    color: black;
    line-height: 119px;
    vertical-align: middle;
}
#top .socialMedia a i.fa {
    line-height: 116px;
}
#top #topMenu {
    float: left;
    margin: 0;

    padding: 0 20px;
    list-style: none;
    margin-left: -40px;

    /*text-transform: uppercase;*/ }
#top #topMenu > li {
    display: inline-block;
    float: left;
}
#top #topMenu > li > a {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    padding: 0 20px;
    position: relative;
    /*                &::after{
                        @include transitions(width 0.3s ease 0s);
                        content: '';
                        display: block;
                        background: black;
                        height: 2px;
                        position: absolute;
                        left: 0; right: 0;
                        bottom: 0;
                        margin: 0 auto;
                        width: 0;
                    }*/ }
@media screen and (max-width: 1689px) {
    #top #topMenu > li > a {
        padding: 0 10px;
        font-size: 15px;
    }
}
@media screen and (max-width: 1269px) {
    #top #topMenu > li > a {
        padding: 0 6px;
        font-size: 14px;
    }
}
#top #topMenu > li > a:hover, #top #topMenu > li.active > a {
    /*                &::after{
                        width: 100%;
                    }*/ }
#top #logo img {
    max-height: 99px;
}
#top .socialMedia {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
#top .socialMedia a {
}
#top .socialMedia a i.fa {
}
#top #topMenu {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
#top #topMenu > li {
}
#top.sticky {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 55px;
    height: 65px;
    background: #006B58;
}
#top.sticky #logo img {
    max-height: 33px;
    margin-top: 1px;
}
#top.sticky .socialMedia {
    margin-top: -5px;
    height: 45px;
    line-height: 45px;
}
#top.sticky .socialMedia a {
    line-height: 45px;
}
#top.sticky .socialMedia a i.fa {
    line-height: 45px;
}
#top.sticky #topMenu {
}
#top.sticky #topMenu > li {
}

.container {
    width: 1200px;
    max-width: 100%;
}
.container.wide {
    width: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 1px !important;
}

.cmsPage > div .section, #homePageNews > div .section {
    min-height: 1px;
    /*padding: 20px 0;*/
    /*        @media screen and (min-width: 992px){
                padding: 0 0 $colSpacing;
            }*/
    /*        margin-left: -$halfColSpacing;
            margin-right: -$halfColSpacing;
    
            @media screen and (max-width: 1199px){
                margin-left: -$rwdHalfColSpacing;
                margin-right: -$rwdHalfColSpacing;
            }*/
    font-size: 18px;
    /*background: $bgColor;*/
    /*color: #000000;*/ }
.cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    /*margin: 0 $halfColSpacing;*/
    /*            @media screen and (max-width: 1199px){
                    margin: 0 $rwdHalfColSpacing;
                }*/ }
.cmsPage > div .section > .container, #homePageNews > div .section > .container {
    /*width: 1380px;*/
    padding: 0;
}
.cmsPage > div .section:first-child, #homePageNews > div .section:first-child {
    /*padding-top: 40px;*/ }
.cmsPage > div .section:last-child, #homePageNews > div .section:last-child {
    /*padding-bottom: 40px;*/ }
.cmsPage > div .section .column, #homePageNews > div .section .column {
    /*overflow: hidden;*/ }
.cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
    margin-bottom: 40px;
    /*            @media screen and (min-width: 992px){
                    &:last-child{
                        margin-bottom: 0;
                    }
                }*/ }
@media screen and (max-width: 1199px) {
    .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 992px) {
    .cmsPage > div .section .widgetBox, #homePageNews > div .section .widgetBox {
        /*margin-bottom: $colSpacing;*/ }
}
.cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
    /*padding: 0 10px;*/ }
.cmsPage > div .section .widgetBox[data-type=photo], #homePageNews > div .section .widgetBox[data-type=photo] {
    text-align: center;
}
.cmsPage > div .section .widgetBox[data-type=aSlider], #homePageNews > div .section .widgetBox[data-type=aSlider] {
    /*margin-bottom: 40px;*/ }
.cmsPage > div .section.fullSection, #homePageNews > div .section.fullSection {
    margin-left: -0 !important;
    margin-right: -0 !important;
}
.cmsPage > div .section.fullSection .col-xs-1, .cmsPage > div .section.fullSection .col-sm-1, .cmsPage > div .section.fullSection .col-md-1, .cmsPage > div .section.fullSection .col-lg-1, .cmsPage > div .section.fullSection .col-xs-2, .cmsPage > div .section.fullSection .col-sm-2, .cmsPage > div .section.fullSection .col-md-2, .cmsPage > div .section.fullSection .col-lg-2, .cmsPage > div .section.fullSection .col-xs-3, .cmsPage > div .section.fullSection .col-sm-3, .cmsPage > div .section.fullSection .col-md-3, .cmsPage > div .section.fullSection .col-lg-3, .cmsPage > div .section.fullSection .col-xs-4, .cmsPage > div .section.fullSection .col-sm-4, .cmsPage > div .section.fullSection .col-md-4, .cmsPage > div .section.fullSection .col-lg-4, .cmsPage > div .section.fullSection .col-xs-5, .cmsPage > div .section.fullSection .col-sm-5, .cmsPage > div .section.fullSection .col-md-5, .cmsPage > div .section.fullSection .col-lg-5, .cmsPage > div .section.fullSection .col-xs-6, .cmsPage > div .section.fullSection .col-sm-6, .cmsPage > div .section.fullSection .col-md-6, .cmsPage > div .section.fullSection .col-lg-6, .cmsPage > div .section.fullSection .col-xs-7, .cmsPage > div .section.fullSection .col-sm-7, .cmsPage > div .section.fullSection .col-md-7, .cmsPage > div .section.fullSection .col-lg-7, .cmsPage > div .section.fullSection .col-xs-8, .cmsPage > div .section.fullSection .col-sm-8, .cmsPage > div .section.fullSection .col-md-8, .cmsPage > div .section.fullSection .col-lg-8, .cmsPage > div .section.fullSection .col-xs-9, .cmsPage > div .section.fullSection .col-sm-9, .cmsPage > div .section.fullSection .col-md-9, .cmsPage > div .section.fullSection .col-lg-9, .cmsPage > div .section.fullSection .col-xs-10, .cmsPage > div .section.fullSection .col-sm-10, .cmsPage > div .section.fullSection .col-md-10, .cmsPage > div .section.fullSection .col-lg-10, .cmsPage > div .section.fullSection .col-xs-11, .cmsPage > div .section.fullSection .col-sm-11, .cmsPage > div .section.fullSection .col-md-11, .cmsPage > div .section.fullSection .col-lg-11, .cmsPage > div .section.fullSection .col-xs-12, .cmsPage > div .section.fullSection .col-sm-12, .cmsPage > div .section.fullSection .col-md-12, .cmsPage > div .section.fullSection .col-lg-12, #homePageNews > div .section.fullSection .col-xs-1, #homePageNews > div .section.fullSection .col-sm-1, #homePageNews > div .section.fullSection .col-md-1, #homePageNews > div .section.fullSection .col-lg-1, #homePageNews > div .section.fullSection .col-xs-2, #homePageNews > div .section.fullSection .col-sm-2, #homePageNews > div .section.fullSection .col-md-2, #homePageNews > div .section.fullSection .col-lg-2, #homePageNews > div .section.fullSection .col-xs-3, #homePageNews > div .section.fullSection .col-sm-3, #homePageNews > div .section.fullSection .col-md-3, #homePageNews > div .section.fullSection .col-lg-3, #homePageNews > div .section.fullSection .col-xs-4, #homePageNews > div .section.fullSection .col-sm-4, #homePageNews > div .section.fullSection .col-md-4, #homePageNews > div .section.fullSection .col-lg-4, #homePageNews > div .section.fullSection .col-xs-5, #homePageNews > div .section.fullSection .col-sm-5, #homePageNews > div .section.fullSection .col-md-5, #homePageNews > div .section.fullSection .col-lg-5, #homePageNews > div .section.fullSection .col-xs-6, #homePageNews > div .section.fullSection .col-sm-6, #homePageNews > div .section.fullSection .col-md-6, #homePageNews > div .section.fullSection .col-lg-6, #homePageNews > div .section.fullSection .col-xs-7, #homePageNews > div .section.fullSection .col-sm-7, #homePageNews > div .section.fullSection .col-md-7, #homePageNews > div .section.fullSection .col-lg-7, #homePageNews > div .section.fullSection .col-xs-8, #homePageNews > div .section.fullSection .col-sm-8, #homePageNews > div .section.fullSection .col-md-8, #homePageNews > div .section.fullSection .col-lg-8, #homePageNews > div .section.fullSection .col-xs-9, #homePageNews > div .section.fullSection .col-sm-9, #homePageNews > div .section.fullSection .col-md-9, #homePageNews > div .section.fullSection .col-lg-9, #homePageNews > div .section.fullSection .col-xs-10, #homePageNews > div .section.fullSection .col-sm-10, #homePageNews > div .section.fullSection .col-md-10, #homePageNews > div .section.fullSection .col-lg-10, #homePageNews > div .section.fullSection .col-xs-11, #homePageNews > div .section.fullSection .col-sm-11, #homePageNews > div .section.fullSection .col-md-11, #homePageNews > div .section.fullSection .col-lg-11, #homePageNews > div .section.fullSection .col-xs-12, #homePageNews > div .section.fullSection .col-sm-12, #homePageNews > div .section.fullSection .col-md-12, #homePageNews > div .section.fullSection .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cmsPage > div .section.fullSection .widgetBox, #homePageNews > div .section.fullSection .widgetBox {
    margin-bottom: 0;
}
.cmsPage > div .section.fullSection .widgetBox[data-type=text], #homePageNews > div .section.fullSection .widgetBox[data-type=text] {
    padding: 50px 60px;
}
.cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
    padding: 105px 0;
}
@media screen and (max-width: 1549px) {
    .cmsPage > div .section.fullSection .widgetBox[data-type=text], #homePageNews > div .section.fullSection .widgetBox[data-type=text] {
        padding: 60px 60px;
    }
    .cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1299px) {
    .cmsPage > div .section.fullSection .widgetBox[data-type=text], #homePageNews > div .section.fullSection .widgetBox[data-type=text] {
        padding: 50px 60px;
    }
    .cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
        padding: 50px 0;
    }
}
@media screen and (max-width: 991px) {
    .cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .cmsPage > div .section.fullSection .widgetBox[data-type=text], #homePageNews > div .section.fullSection .widgetBox[data-type=text] {
        padding: 50px 20px;
    }
    .cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.cmsPage > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection .section .col-md-12 > div.widgetBox[data-type=locationMap] {
    margin-left: -0 !important;
    margin-right: -0 !important;
    margin-top: -40px;
    margin-bottom: -40px;
}
.cmsPage > div .section.fullSection div.widgetBox[data-type=locationMap], #homePageNews > div .section.fullSection div.widgetBox[data-type=locationMap] {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -40px;
    margin-bottom: 0;
}
.cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
    overflow: hidden;
    margin-top: -40px;
    margin-bottom: -42px;
    margin-left: -20px;
    margin-right: -20px;
}
@media screen and (max-width: 767px) {
    .cmsPage > div .section.fullSection #tilesList, #homePageNews > div .section.fullSection #tilesList {
        margin-bottom: -22px;
    }
}
@media screen and (min-width: 1921px) {
    .cmsPage > div .section.fullSection .column.col-md-6.half-wided, #homePageNews > div .section.fullSection .column.col-md-6.half-wided {
        padding-left: calc(960px - 610px) !important;
    }
    .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
        padding-left: 20px !important;
        padding-right: calc(960px - 610px) !important;
    }
}
@media screen and (min-width: 1921px) and (max-width: 1199px) {
    .cmsPage > div .section.fullSection .column.col-md-6.half-wided.half-wided-right, #homePageNews > div .section.fullSection .column.col-md-6.half-wided.half-wided-right {
        padding-left: 10px !important;
    }
}

.cmsPage h1.title, #homePageNews h1.title {
    margin-top: 40px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.cmsPage .widgetBox, #homePageNews .widgetBox {
    /*margin-bottom: 20px;*/
    /*box-shadow: 0 3px 2px rgba(black, 0.1);*/
    /*margin-bottom: 40px;*/
    /*overflow: hidden;*/ }
@media screen and (max-width: 767px) {
    .cmsPage .widgetBox, #homePageNews .widgetBox {
        /*margin-bottom: 20px;*/ }
}
@media screen and (min-width: 992px) {
    .cmsPage .col-md-12 .widgetBox[data-type=banner] span.whiteBox, #homePageNews .col-md-12 .widgetBox[data-type=banner] span.whiteBox {
        right: auto;
        width: 50%;
    }
}
.cmsPage .headerPhoto, #homePageNews .headerPhoto {
    margin-bottom: 40px;
    height: 300px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 1199px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
        background-attachment: initial;
    }
}
.cmsPage .headerPhoto::after, #homePageNews .headerPhoto::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: black;
    opacity: 0.3;
    z-index: 0;
}
.cmsPage .headerPhoto .container, #homePageNews .headerPhoto .container {
    height: 100%;
    position: relative;
}
.cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
    z-index: 1;
    position: absolute;
    bottom: 40px;
    font-weight: 700;
    left: 20px;
    font-size: 72px;
    opacity: 0.85;
    text-transform: uppercase;
    color: white;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1349px) and (min-width: 992px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
        height: 300px;
    }
}
@media screen and (max-width: 991px) {
    .cmsPage .headerPhoto, #homePageNews .headerPhoto {
        height: 200px;
    }
    .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
        bottom: 20px;
        font-size: 62px;
        line-height: 1.1em;
    }
}
@media screen and (max-width: 649px) {
    .cmsPage .headerPhoto .text, #homePageNews .headerPhoto .text {
        font-size: 36px;
    }
}

.lockRatio {
    position: relative;
}
.lockRatio.lockRatio50 .dummy {
    padding-top: 50%;
}
.lockRatio.lockRatio30 .dummy {
    padding-top: 30%;
}
.lockRatio.lockRatio66 .dummy {
    padding-top: 66%;
}
.lockRatio.lockRatio40 .dummy {
    padding-top: 40%;
}
.lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lockRatio.locationMap .dummy {
    padding-top: 25%;
}
@media screen and (max-width: 1199px) and (min-width: 361px) {
    .lockRatio.locationMap .dummy {
        padding-top: 50%;
    }
}
@media screen and (max-width: 360px) {
    .lockRatio.locationMap .dummy {
        padding-top: 65%;
    }
}

.locationMap > .content {
    background-image: url("../../admin/img/loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    /*display: none;*/ }
.pace .pace-progress {
    background: #D97925;
    background: transparent;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    height: 4px;
}

.pace-inactive {
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -khtml-transition: none;
    display: none;
}

#errorPage {
    text-align: center;
}

.form {
    padding-bottom: 0;
    overflow: hidden;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=tel], .form select, .form textarea {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #000;
    /*border-bottom:2px solid #000;*/
    height: 50px;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: inherit;
}
.form textarea {
    padding: 10px 20px;
    height: 180px;
    font-family: inherit;
    resize: none;
}
.form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1199px) {
    .form .col-xs-1, .form .col-sm-1, .form .col-md-1, .form .col-lg-1, .form .col-xs-2, .form .col-sm-2, .form .col-md-2, .form .col-lg-2, .form .col-xs-3, .form .col-sm-3, .form .col-md-3, .form .col-lg-3, .form .col-xs-4, .form .col-sm-4, .form .col-md-4, .form .col-lg-4, .form .col-xs-5, .form .col-sm-5, .form .col-md-5, .form .col-lg-5, .form .col-xs-6, .form .col-sm-6, .form .col-md-6, .form .col-lg-6, .form .col-xs-7, .form .col-sm-7, .form .col-md-7, .form .col-lg-7, .form .col-xs-8, .form .col-sm-8, .form .col-md-8, .form .col-lg-8, .form .col-xs-9, .form .col-sm-9, .form .col-md-9, .form .col-lg-9, .form .col-xs-10, .form .col-sm-10, .form .col-md-10, .form .col-lg-10, .form .col-xs-11, .form .col-sm-11, .form .col-md-11, .form .col-lg-11, .form .col-xs-12, .form .col-sm-12, .form .col-md-12, .form .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.form label {
    /*padding: 15px 0 10px;*/
    font-weight: 300;
}
.form .row > .col-md-3 {
    height: 50px;
    text-align: right;
    display: -webkit-box;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: right;
    -webkit-align-items: center;
    -webkit-justify-content: right;
    align-items: -webkit-center;
    justify-content: -webkit-right;
}
.form input[type=checkbox] {
    margin-right: 5px;
}
.form .note {
    display: none;
    font-size: 14px;
}
.form .row.buttons {
    /*padding-top: 20px;*/
    margin-right: 10px;
}
.form .row.buttons .btn {
    width: auto;
    margin: 0 auto;
    display: block;
    background: #CF202F;
    white-space: nowrap;
    height: 40px;
    float: right;
    line-height: 42px;
    padding: 0 25px;
    font-weight: 800;
    font-size: 18px;
    /*display: inline-block;*/
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
    background: #a1cb3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
    /* IE6-9 */
    color: white;
    border-radius: 2px;
    /*padding: 20px 45px;*/
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
.form .row.buttons .btn:hover, .form .row.buttons .btn:active, .form .row.buttons .btn:focus {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93c63d+0,9fca3c+49,a0cc3b+50,a1cb3b+100 */
    background: #93c63d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93c63d 0%, #9fca3c 49%, #a0cc3b 50%, #a1cb3b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c63d', endColorstr='$color2',GradientType=0 );
    /* IE6-9 */ }
.form .note {
    margin-bottom: 20px;
}
.form .select {
    overflow: hidden;
    background: url("../img/select.png") no-repeat right #F5F5F5;
}
.form .select select {
    transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -khtml-transition: background-color 0.3s ease 0s;
    width: calc(100% + 20px) !important;
    background: transparent;
    -webkit-appearance: none;
    padding: 0;
    padding-right: 30px;
}
.form .select select[disabled] {
    background: rgba(0, 0, 0, 0.05);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.btn {
    white-space: nowrap;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    background: #CF202F;
    white-space: nowrap;
    height: 45px;
    line-height: 42px;
    padding: 0 25px;
    font-weight: 800;
    font-size: 18px;
    /*display: inline-block;*/
    border: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$color2+0,a0cc3b+50,9fca3c+51,93c63d+100 */
    background: #a1cb3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a1cb3b 0%, #a0cc3b 50%, #9fca3c 51%, #93c63d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color2', endColorstr='#93c63d',GradientType=0 );
    /* IE6-9 */
    color: white;
    border-radius: 2px;
    /*padding: 20px 45px;*/
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
.btn i.fa {
    margin-right: 5px;
}
.btn.primary {
    background: white;
    color: black;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid black;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 0 30px;
}
.btn:hover, .btn:active, .btn:focus {
    background: black;
    color: white;
}

.downloadFiles {
    width: 100%;
}
.downloadFiles tr:nth-child(2n) {
    background: #F5F5F5;
}
.downloadFiles tr:nth-child(2n+1) {
    background: #FFFFFF;
}
.downloadFiles td {
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
}
.downloadFiles td:first-child {
    padding-left: 40px;
    width: 30px;
    color: black;
    font-size: 32px;
}
.downloadFiles td:last-child {
    text-align: right;
    padding-right: 40px;
}
@media screen and (max-width: 499px) {
    .downloadFiles td {
        vertical-align: middle;
        padding: 10px;
    }
    .downloadFiles td:first-child {
        padding-left: 20px;
    }
    .downloadFiles td:last-child {
        padding-right: 20px;
    }
}

.pager {
    background: #112037;
    margin: 0 !important;
    clear: both;
    font-size: 0;
}
@media screen and (max-width: 767px) {
    .pager {
        padding-bottom: 20px;
    }
}
.pager .yiiPager {
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 150px;
}
@media screen and (max-width: 1199px) and (min-width: 600px) {
    .pager .yiiPager {
        padding: 40px 50px;
    }
}
@media screen and (max-width: 599px) {
    .pager .yiiPager {
        padding: 40px 20px;
    }
}
.pager .yiiPager li a {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    margin: 0 5px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 300;
    vertical-align: middle;
    line-height: 48px;
}
.pager .yiiPager li.selected a, .pager .yiiPager li a:hover {
    background: #0D1627;
}
.pager .next > a, .pager .next > span {
    float: none;
}
.pager .previous > a, .pager .previous > span {
    float: none;
}

#cookies-message {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

#accept-cookies-checkbox {
    /*display: block;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 10px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: white;
    padding: 2px 5px;
    background: #000;
    border-radius: 2px;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
#accept-cookies-checkbox:hover {
    background: black;
}
@media screen and (max-width: 767px) {
    #accept-cookies-checkbox {
        padding: 3px 10px;
    }
}

#content > .portlet > .portlet-content > .breadCrumbs {
    background: #082B49;
    color: white;
    font-size: 14px;
    padding: 5px 0;
}
#content > .portlet > .portlet-content > .breadCrumbs .separator {
    font-size: 10px;
    margin: 0 5px 0;
    position: relative;
    top: -1px;
}
#content > .portlet > .portlet-content > .breadCrumbs a:hover {
    color: #000;
}

/**{
    animation: rotate;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@keyframes rotate{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(180deg);
    }
    100%{
        transform: rotate(360deg);
    }
}*/
#homePageNews {
    padding: 0;
    overflow: hidden;
}
#homePageNews .newsMainPhoto {
    /*height: 230px;*/
    margin: 0;
}
#homePageNews a.absoluteLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#homePageNews .news > div {
    padding-bottom: 40px;
}
#homePageNews .news > div .newsBox {
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    padding: 5px 10px;
    flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    height: 100%;
    margin-bottom: 0;
}
#homePageNews .news > div .newsBox h4 {
    font-size: 12px;
    margin-bottom: 0;
}
#homePageNews .news > div .newsBox h2 {
    font-size: 22px;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}
#homePageNews .news > div .newsBox h2 a {
    color: inherit;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s;
}
#homePageNews .news > div .newsBox h2 a:hover {
    color: #888;
}
#homePageNews .news > div .newsBox div.description {
    height: 100px;
    overflow: hidden;
    overflow-y: auto;
}
#homePageNews .news > div .newsBox div.description, #homePageNews .news > div .newsBox div.description * {
    font-size: 14px !important;
    line-height: 18px;
}
#homePageNews .news > div .newsBox .newsMainPhoto .bg {
    background-size: contain;
    background-repeat: no-repeat;
    backgrond-position: center center;
}
#homePageNews .col-xs-1, #homePageNews .col-sm-1, #homePageNews .col-md-1, #homePageNews .col-lg-1, #homePageNews .col-xs-2, #homePageNews .col-sm-2, #homePageNews .col-md-2, #homePageNews .col-lg-2, #homePageNews .col-xs-3, #homePageNews .col-sm-3, #homePageNews .col-md-3, #homePageNews .col-lg-3, #homePageNews .col-xs-4, #homePageNews .col-sm-4, #homePageNews .col-md-4, #homePageNews .col-lg-4, #homePageNews .col-xs-5, #homePageNews .col-sm-5, #homePageNews .col-md-5, #homePageNews .col-lg-5, #homePageNews .col-xs-6, #homePageNews .col-sm-6, #homePageNews .col-md-6, #homePageNews .col-lg-6, #homePageNews .col-xs-7, #homePageNews .col-sm-7, #homePageNews .col-md-7, #homePageNews .col-lg-7, #homePageNews .col-xs-8, #homePageNews .col-sm-8, #homePageNews .col-md-8, #homePageNews .col-lg-8, #homePageNews .col-xs-9, #homePageNews .col-sm-9, #homePageNews .col-md-9, #homePageNews .col-lg-9, #homePageNews .col-xs-10, #homePageNews .col-sm-10, #homePageNews .col-md-10, #homePageNews .col-lg-10, #homePageNews .col-xs-11, #homePageNews .col-sm-11, #homePageNews .col-md-11, #homePageNews .col-lg-11, #homePageNews .col-xs-12, #homePageNews .col-sm-12, #homePageNews .col-md-12, #homePageNews .col-lg-12 {
    padding: 0 !important;
}
#homePageNews .col-xs-1:nth-child(2n+1), #homePageNews .col-sm-1:nth-child(2n+1), #homePageNews .col-md-1:nth-child(2n+1), #homePageNews .col-lg-1:nth-child(2n+1), #homePageNews .col-xs-2:nth-child(2n+1), #homePageNews .col-sm-2:nth-child(2n+1), #homePageNews .col-md-2:nth-child(2n+1), #homePageNews .col-lg-2:nth-child(2n+1), #homePageNews .col-xs-3:nth-child(2n+1), #homePageNews .col-sm-3:nth-child(2n+1), #homePageNews .col-md-3:nth-child(2n+1), #homePageNews .col-lg-3:nth-child(2n+1), #homePageNews .col-xs-4:nth-child(2n+1), #homePageNews .col-sm-4:nth-child(2n+1), #homePageNews .col-md-4:nth-child(2n+1), #homePageNews .col-lg-4:nth-child(2n+1), #homePageNews .col-xs-5:nth-child(2n+1), #homePageNews .col-sm-5:nth-child(2n+1), #homePageNews .col-md-5:nth-child(2n+1), #homePageNews .col-lg-5:nth-child(2n+1), #homePageNews .col-xs-6:nth-child(2n+1), #homePageNews .col-sm-6:nth-child(2n+1), #homePageNews .col-md-6:nth-child(2n+1), #homePageNews .col-lg-6:nth-child(2n+1), #homePageNews .col-xs-7:nth-child(2n+1), #homePageNews .col-sm-7:nth-child(2n+1), #homePageNews .col-md-7:nth-child(2n+1), #homePageNews .col-lg-7:nth-child(2n+1), #homePageNews .col-xs-8:nth-child(2n+1), #homePageNews .col-sm-8:nth-child(2n+1), #homePageNews .col-md-8:nth-child(2n+1), #homePageNews .col-lg-8:nth-child(2n+1), #homePageNews .col-xs-9:nth-child(2n+1), #homePageNews .col-sm-9:nth-child(2n+1), #homePageNews .col-md-9:nth-child(2n+1), #homePageNews .col-lg-9:nth-child(2n+1), #homePageNews .col-xs-10:nth-child(2n+1), #homePageNews .col-sm-10:nth-child(2n+1), #homePageNews .col-md-10:nth-child(2n+1), #homePageNews .col-lg-10:nth-child(2n+1), #homePageNews .col-xs-11:nth-child(2n+1), #homePageNews .col-sm-11:nth-child(2n+1), #homePageNews .col-md-11:nth-child(2n+1), #homePageNews .col-lg-11:nth-child(2n+1), #homePageNews .col-xs-12:nth-child(2n+1), #homePageNews .col-sm-12:nth-child(2n+1), #homePageNews .col-md-12:nth-child(2n+1), #homePageNews .col-lg-12:nth-child(2n+1) {
    background: #fff;
}
#homePageNews .col-xs-1:nth-child(2n), #homePageNews .col-sm-1:nth-child(2n), #homePageNews .col-md-1:nth-child(2n), #homePageNews .col-lg-1:nth-child(2n), #homePageNews .col-xs-2:nth-child(2n), #homePageNews .col-sm-2:nth-child(2n), #homePageNews .col-md-2:nth-child(2n), #homePageNews .col-lg-2:nth-child(2n), #homePageNews .col-xs-3:nth-child(2n), #homePageNews .col-sm-3:nth-child(2n), #homePageNews .col-md-3:nth-child(2n), #homePageNews .col-lg-3:nth-child(2n), #homePageNews .col-xs-4:nth-child(2n), #homePageNews .col-sm-4:nth-child(2n), #homePageNews .col-md-4:nth-child(2n), #homePageNews .col-lg-4:nth-child(2n), #homePageNews .col-xs-5:nth-child(2n), #homePageNews .col-sm-5:nth-child(2n), #homePageNews .col-md-5:nth-child(2n), #homePageNews .col-lg-5:nth-child(2n), #homePageNews .col-xs-6:nth-child(2n), #homePageNews .col-sm-6:nth-child(2n), #homePageNews .col-md-6:nth-child(2n), #homePageNews .col-lg-6:nth-child(2n), #homePageNews .col-xs-7:nth-child(2n), #homePageNews .col-sm-7:nth-child(2n), #homePageNews .col-md-7:nth-child(2n), #homePageNews .col-lg-7:nth-child(2n), #homePageNews .col-xs-8:nth-child(2n), #homePageNews .col-sm-8:nth-child(2n), #homePageNews .col-md-8:nth-child(2n), #homePageNews .col-lg-8:nth-child(2n), #homePageNews .col-xs-9:nth-child(2n), #homePageNews .col-sm-9:nth-child(2n), #homePageNews .col-md-9:nth-child(2n), #homePageNews .col-lg-9:nth-child(2n), #homePageNews .col-xs-10:nth-child(2n), #homePageNews .col-sm-10:nth-child(2n), #homePageNews .col-md-10:nth-child(2n), #homePageNews .col-lg-10:nth-child(2n), #homePageNews .col-xs-11:nth-child(2n), #homePageNews .col-sm-11:nth-child(2n), #homePageNews .col-md-11:nth-child(2n), #homePageNews .col-lg-11:nth-child(2n), #homePageNews .col-xs-12:nth-child(2n), #homePageNews .col-sm-12:nth-child(2n), #homePageNews .col-md-12:nth-child(2n), #homePageNews .col-lg-12:nth-child(2n) {
    background: #F5F5F5;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    #homePageNews .col-xs-1:nth-child(4n+2), #homePageNews .col-xs-1:nth-child(4n+3), #homePageNews .col-sm-1:nth-child(4n+2), #homePageNews .col-sm-1:nth-child(4n+3), #homePageNews .col-md-1:nth-child(4n+2), #homePageNews .col-md-1:nth-child(4n+3), #homePageNews .col-lg-1:nth-child(4n+2), #homePageNews .col-lg-1:nth-child(4n+3), #homePageNews .col-xs-2:nth-child(4n+2), #homePageNews .col-xs-2:nth-child(4n+3), #homePageNews .col-sm-2:nth-child(4n+2), #homePageNews .col-sm-2:nth-child(4n+3), #homePageNews .col-md-2:nth-child(4n+2), #homePageNews .col-md-2:nth-child(4n+3), #homePageNews .col-lg-2:nth-child(4n+2), #homePageNews .col-lg-2:nth-child(4n+3), #homePageNews .col-xs-3:nth-child(4n+2), #homePageNews .col-xs-3:nth-child(4n+3), #homePageNews .col-sm-3:nth-child(4n+2), #homePageNews .col-sm-3:nth-child(4n+3), #homePageNews .col-md-3:nth-child(4n+2), #homePageNews .col-md-3:nth-child(4n+3), #homePageNews .col-lg-3:nth-child(4n+2), #homePageNews .col-lg-3:nth-child(4n+3), #homePageNews .col-xs-4:nth-child(4n+2), #homePageNews .col-xs-4:nth-child(4n+3), #homePageNews .col-sm-4:nth-child(4n+2), #homePageNews .col-sm-4:nth-child(4n+3), #homePageNews .col-md-4:nth-child(4n+2), #homePageNews .col-md-4:nth-child(4n+3), #homePageNews .col-lg-4:nth-child(4n+2), #homePageNews .col-lg-4:nth-child(4n+3), #homePageNews .col-xs-5:nth-child(4n+2), #homePageNews .col-xs-5:nth-child(4n+3), #homePageNews .col-sm-5:nth-child(4n+2), #homePageNews .col-sm-5:nth-child(4n+3), #homePageNews .col-md-5:nth-child(4n+2), #homePageNews .col-md-5:nth-child(4n+3), #homePageNews .col-lg-5:nth-child(4n+2), #homePageNews .col-lg-5:nth-child(4n+3), #homePageNews .col-xs-6:nth-child(4n+2), #homePageNews .col-xs-6:nth-child(4n+3), #homePageNews .col-sm-6:nth-child(4n+2), #homePageNews .col-sm-6:nth-child(4n+3), #homePageNews .col-md-6:nth-child(4n+2), #homePageNews .col-md-6:nth-child(4n+3), #homePageNews .col-lg-6:nth-child(4n+2), #homePageNews .col-lg-6:nth-child(4n+3), #homePageNews .col-xs-7:nth-child(4n+2), #homePageNews .col-xs-7:nth-child(4n+3), #homePageNews .col-sm-7:nth-child(4n+2), #homePageNews .col-sm-7:nth-child(4n+3), #homePageNews .col-md-7:nth-child(4n+2), #homePageNews .col-md-7:nth-child(4n+3), #homePageNews .col-lg-7:nth-child(4n+2), #homePageNews .col-lg-7:nth-child(4n+3), #homePageNews .col-xs-8:nth-child(4n+2), #homePageNews .col-xs-8:nth-child(4n+3), #homePageNews .col-sm-8:nth-child(4n+2), #homePageNews .col-sm-8:nth-child(4n+3), #homePageNews .col-md-8:nth-child(4n+2), #homePageNews .col-md-8:nth-child(4n+3), #homePageNews .col-lg-8:nth-child(4n+2), #homePageNews .col-lg-8:nth-child(4n+3), #homePageNews .col-xs-9:nth-child(4n+2), #homePageNews .col-xs-9:nth-child(4n+3), #homePageNews .col-sm-9:nth-child(4n+2), #homePageNews .col-sm-9:nth-child(4n+3), #homePageNews .col-md-9:nth-child(4n+2), #homePageNews .col-md-9:nth-child(4n+3), #homePageNews .col-lg-9:nth-child(4n+2), #homePageNews .col-lg-9:nth-child(4n+3), #homePageNews .col-xs-10:nth-child(4n+2), #homePageNews .col-xs-10:nth-child(4n+3), #homePageNews .col-sm-10:nth-child(4n+2), #homePageNews .col-sm-10:nth-child(4n+3), #homePageNews .col-md-10:nth-child(4n+2), #homePageNews .col-md-10:nth-child(4n+3), #homePageNews .col-lg-10:nth-child(4n+2), #homePageNews .col-lg-10:nth-child(4n+3), #homePageNews .col-xs-11:nth-child(4n+2), #homePageNews .col-xs-11:nth-child(4n+3), #homePageNews .col-sm-11:nth-child(4n+2), #homePageNews .col-sm-11:nth-child(4n+3), #homePageNews .col-md-11:nth-child(4n+2), #homePageNews .col-md-11:nth-child(4n+3), #homePageNews .col-lg-11:nth-child(4n+2), #homePageNews .col-lg-11:nth-child(4n+3), #homePageNews .col-xs-12:nth-child(4n+2), #homePageNews .col-xs-12:nth-child(4n+3), #homePageNews .col-sm-12:nth-child(4n+2), #homePageNews .col-sm-12:nth-child(4n+3), #homePageNews .col-md-12:nth-child(4n+2), #homePageNews .col-md-12:nth-child(4n+3), #homePageNews .col-lg-12:nth-child(4n+2), #homePageNews .col-lg-12:nth-child(4n+3) {
        background: #fff !important;
    }
    #homePageNews .col-xs-1:nth-child(4n+1), #homePageNews .col-xs-1:nth-child(4n), #homePageNews .col-sm-1:nth-child(4n+1), #homePageNews .col-sm-1:nth-child(4n), #homePageNews .col-md-1:nth-child(4n+1), #homePageNews .col-md-1:nth-child(4n), #homePageNews .col-lg-1:nth-child(4n+1), #homePageNews .col-lg-1:nth-child(4n), #homePageNews .col-xs-2:nth-child(4n+1), #homePageNews .col-xs-2:nth-child(4n), #homePageNews .col-sm-2:nth-child(4n+1), #homePageNews .col-sm-2:nth-child(4n), #homePageNews .col-md-2:nth-child(4n+1), #homePageNews .col-md-2:nth-child(4n), #homePageNews .col-lg-2:nth-child(4n+1), #homePageNews .col-lg-2:nth-child(4n), #homePageNews .col-xs-3:nth-child(4n+1), #homePageNews .col-xs-3:nth-child(4n), #homePageNews .col-sm-3:nth-child(4n+1), #homePageNews .col-sm-3:nth-child(4n), #homePageNews .col-md-3:nth-child(4n+1), #homePageNews .col-md-3:nth-child(4n), #homePageNews .col-lg-3:nth-child(4n+1), #homePageNews .col-lg-3:nth-child(4n), #homePageNews .col-xs-4:nth-child(4n+1), #homePageNews .col-xs-4:nth-child(4n), #homePageNews .col-sm-4:nth-child(4n+1), #homePageNews .col-sm-4:nth-child(4n), #homePageNews .col-md-4:nth-child(4n+1), #homePageNews .col-md-4:nth-child(4n), #homePageNews .col-lg-4:nth-child(4n+1), #homePageNews .col-lg-4:nth-child(4n), #homePageNews .col-xs-5:nth-child(4n+1), #homePageNews .col-xs-5:nth-child(4n), #homePageNews .col-sm-5:nth-child(4n+1), #homePageNews .col-sm-5:nth-child(4n), #homePageNews .col-md-5:nth-child(4n+1), #homePageNews .col-md-5:nth-child(4n), #homePageNews .col-lg-5:nth-child(4n+1), #homePageNews .col-lg-5:nth-child(4n), #homePageNews .col-xs-6:nth-child(4n+1), #homePageNews .col-xs-6:nth-child(4n), #homePageNews .col-sm-6:nth-child(4n+1), #homePageNews .col-sm-6:nth-child(4n), #homePageNews .col-md-6:nth-child(4n+1), #homePageNews .col-md-6:nth-child(4n), #homePageNews .col-lg-6:nth-child(4n+1), #homePageNews .col-lg-6:nth-child(4n), #homePageNews .col-xs-7:nth-child(4n+1), #homePageNews .col-xs-7:nth-child(4n), #homePageNews .col-sm-7:nth-child(4n+1), #homePageNews .col-sm-7:nth-child(4n), #homePageNews .col-md-7:nth-child(4n+1), #homePageNews .col-md-7:nth-child(4n), #homePageNews .col-lg-7:nth-child(4n+1), #homePageNews .col-lg-7:nth-child(4n), #homePageNews .col-xs-8:nth-child(4n+1), #homePageNews .col-xs-8:nth-child(4n), #homePageNews .col-sm-8:nth-child(4n+1), #homePageNews .col-sm-8:nth-child(4n), #homePageNews .col-md-8:nth-child(4n+1), #homePageNews .col-md-8:nth-child(4n), #homePageNews .col-lg-8:nth-child(4n+1), #homePageNews .col-lg-8:nth-child(4n), #homePageNews .col-xs-9:nth-child(4n+1), #homePageNews .col-xs-9:nth-child(4n), #homePageNews .col-sm-9:nth-child(4n+1), #homePageNews .col-sm-9:nth-child(4n), #homePageNews .col-md-9:nth-child(4n+1), #homePageNews .col-md-9:nth-child(4n), #homePageNews .col-lg-9:nth-child(4n+1), #homePageNews .col-lg-9:nth-child(4n), #homePageNews .col-xs-10:nth-child(4n+1), #homePageNews .col-xs-10:nth-child(4n), #homePageNews .col-sm-10:nth-child(4n+1), #homePageNews .col-sm-10:nth-child(4n), #homePageNews .col-md-10:nth-child(4n+1), #homePageNews .col-md-10:nth-child(4n), #homePageNews .col-lg-10:nth-child(4n+1), #homePageNews .col-lg-10:nth-child(4n), #homePageNews .col-xs-11:nth-child(4n+1), #homePageNews .col-xs-11:nth-child(4n), #homePageNews .col-sm-11:nth-child(4n+1), #homePageNews .col-sm-11:nth-child(4n), #homePageNews .col-md-11:nth-child(4n+1), #homePageNews .col-md-11:nth-child(4n), #homePageNews .col-lg-11:nth-child(4n+1), #homePageNews .col-lg-11:nth-child(4n), #homePageNews .col-xs-12:nth-child(4n+1), #homePageNews .col-xs-12:nth-child(4n), #homePageNews .col-sm-12:nth-child(4n+1), #homePageNews .col-sm-12:nth-child(4n), #homePageNews .col-md-12:nth-child(4n+1), #homePageNews .col-md-12:nth-child(4n), #homePageNews .col-lg-12:nth-child(4n+1), #homePageNews .col-lg-12:nth-child(4n) {
        background: #F5F5F5 !important;
    }
}

.awards {
    padding: 30px 40px 0;
    text-align: center;
}
.awards .award {
    vertical-align: top;
    display: inline-block;
    margin: 0 20px 30px;
}
.awards .award img {
    vertical-align: top;
    max-width: 100%;
    width: 180px;
}
.awards .award p {
    margin-top: 10px;
    vertical-align: top;
    text-align: left;
    width: 180px;
}

.reviews {
    table-layout: fixed;
    width: 100%;
}
.reviews tr {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    position: relative;
    background: #fff;
}
.reviews tr .publisherPhoto {
    width: 65px;
    display: inline-block;
    margin-right: 10px;
}
.reviews tr .publisherPhoto img {
    vertical-align: middle;
    max-width: 100%;
}
.reviews tr:nth-child(2n) {
    background: #F5F5F5;
}
.reviews tr:hover {
    background: #EBEBEB;
}
.reviews tr td {
    position: relative;
    width: 50%;
    font-size: 16px;
    font-weight: light;
}
.reviews tr td b {
    font-size: 16px;
    font-weight: 300;
}
.reviews tr td .btn {
    margin: 0 !important;
}
.reviews .absoluteLink {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.reviewsPage .widgetBox {
    padding-bottom: 30px;
}
.reviewsPage .widgetBox .publisherData {
    padding: 30px;
    overflow: hidden;
}
.reviewsPage .widgetBox .publisherData .name {
    float: left;
    font-size: 24px;
    font-weight: bold;
}
.reviewsPage .widgetBox .publisherData .thumb {
    float: right;
}
.reviewsPage .widgetBox .publisherData .thumb img {
    max-height: 80px;
}
.reviewsPage .widgetBox .reviews > div {
    display: none;
    line-height: 33px;
}
.reviewsPage .widgetBox .reviews > div:nth-child(1), .reviewsPage .widgetBox .reviews > div:nth-child(2), .reviewsPage .widgetBox .reviews > div:nth-child(3), .reviewsPage .widgetBox .reviews > div:nth-child(4), .reviewsPage .widgetBox .reviews > div:nth-child(5) {
    display: block;
}
.reviewsPage .widgetBox .reviews > div:nth-child(2n+1) {
    background: #F5F5F5;
}
.reviewsPage .widgetBox .reviews > div a {
    transition: background-color 0.3s ease 0s;
    -webkit-transition: background-color 0.3s ease 0s;
    -ms-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    -moz-transition: background-color 0.3s ease 0s;
    -khtml-transition: background-color 0.3s ease 0s;
    color: #303030;
    display: block;
    padding: 0 30px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.reviewsPage .widgetBox .reviews > div a:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.reviewsPage .widgetBox .moreReviews {
    margin: 30px 0 0 30px;
}
.reviewsPage .widgetBox.filter {
    padding: 30px;
}
.reviewsPage .widgetBox.filter b {
    font-size: 15px;
    font-weight: 300;
}
.reviewsPage .widgetBox.filter .row {
    margin: 30px -15px 0;
}
.reviewsPage .widgetBox.filter .select {
    margin-top: 5px;
}
.reviewsPage .widgetBox.filter .form {
    padding-bottom: 0;
}
.reviewsPage .widgetBox.filter .btn {
    margin-top: 30px;
}

.productDetails .halfCol {
    overflow: hidden;
    width: 50%;
    float: left;
}
@media screen and (max-width: 1024px) {
    .productDetails .halfCol {
        width: auto;
        float: none;
    }
}
.productDetails .gallery {
    float: none !important;
    width: auto;
    height: auto;
    background: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    min-height: 100px;
}
.productDetails .gallery .col-xs-1, .productDetails .gallery .col-sm-1, .productDetails .gallery .col-md-1, .productDetails .gallery .col-lg-1, .productDetails .gallery .col-xs-2, .productDetails .gallery .col-sm-2, .productDetails .gallery .col-md-2, .productDetails .gallery .col-lg-2, .productDetails .gallery .col-xs-3, .productDetails .gallery .col-sm-3, .productDetails .gallery .col-md-3, .productDetails .gallery .col-lg-3, .productDetails .gallery .col-xs-4, .productDetails .gallery .col-sm-4, .productDetails .gallery .col-md-4, .productDetails .gallery .col-lg-4, .productDetails .gallery .col-xs-5, .productDetails .gallery .col-sm-5, .productDetails .gallery .col-md-5, .productDetails .gallery .col-lg-5, .productDetails .gallery .col-xs-6, .productDetails .gallery .col-sm-6, .productDetails .gallery .col-md-6, .productDetails .gallery .col-lg-6, .productDetails .gallery .col-xs-7, .productDetails .gallery .col-sm-7, .productDetails .gallery .col-md-7, .productDetails .gallery .col-lg-7, .productDetails .gallery .col-xs-8, .productDetails .gallery .col-sm-8, .productDetails .gallery .col-md-8, .productDetails .gallery .col-lg-8, .productDetails .gallery .col-xs-9, .productDetails .gallery .col-sm-9, .productDetails .gallery .col-md-9, .productDetails .gallery .col-lg-9, .productDetails .gallery .col-xs-10, .productDetails .gallery .col-sm-10, .productDetails .gallery .col-md-10, .productDetails .gallery .col-lg-10, .productDetails .gallery .col-xs-11, .productDetails .gallery .col-sm-11, .productDetails .gallery .col-md-11, .productDetails .gallery .col-lg-11, .productDetails .gallery .col-xs-12, .productDetails .gallery .col-sm-12, .productDetails .gallery .col-md-12, .productDetails .gallery .col-lg-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.productDetails .gallery > div {
    overflow: hidden;
    background-color: white;
    border: 2px solid white;
}
.productDetails .gallery > div img {
    display: none;
}
.productDetails .gallery > div a, .productDetails .gallery > div .bg {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-position: center center;
}
.productDetails .gallery > div a:hover, .productDetails .gallery > div a:focus, .productDetails .gallery > div a:active, .productDetails .gallery > div .bg:hover, .productDetails .gallery > div .bg:focus, .productDetails .gallery > div .bg:active {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.productDetails .versions {
    text-transform: uppercase;
    margin-bottom: 16px;
}
.productDetails .versions b {
    margin-right: 3px;
}
.productDetails .backBtn, .productDetails .btn {
    margin: 20px 20px 0 20px;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    /*        &:first-child{
                margin-left: 30px;
            }*/ }
.productDetails .buttons, .productDetails .gallery {
    padding: 0;
}
.productDetails .buttons {
    /*@include transitions(0.5s ease 0s);*/
    opacity: 0;
    visibility: hidden;
    background: #EBEBEB;
    float: right;
}
.productDetails .buttons.visible {
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 1024px) {
    .productDetails .buttons {
        overflow: hidden;
        float: none;
        width: auto;
        clear: both;
    }
    .productDetails .gallery {
        background: #FFFFFF;
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .productDetails .buttons {
        text-align: center;
    }
    .productDetails .buttons .backBtn, .productDetails .buttons .btn {
        margin: 10px !important;
        vertical-align: top;
        display: inline-block;
    }
    .productDetails .buttons .backBtn:nth-child(3), .productDetails .buttons .btn:nth-child(3) {
        /*margin-top: -10px !important;*/ }
}
.productDetails .buttons {
    float: none;
    width: auto;
    padding: 10px 20px 30px 20px;
}
.productDetails .text {
    float: none;
    width: auto;
    height: auto;
    max-height: 700px;
}

.cmsSubPage {
    padding: 40px 0;
}

.ajaxSubmit {
    float: left !important;
}
.ajaxSubmit i.fa {
    line-height: 50px;
}

@media screen and (max-width: 699px) {
    p {
        word-wrap: break-word;
    }
}
.gm-style .gm-style-iw {
    font-size: 12px;
}
.gm-style .gm-style-iw br {
    line-height: 0.7em;
}
.gm-style .gm-style-iw big {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.gm-style .gm-style-iw .city {
    text-transform: uppercase;
}

.lb-data .lb-caption {
    text-transform: uppercase;
}

.parallaxImg {
    margin: 0 -10px;
    height: 400px;
    /*height: 300px;*/
    /*background-size: auto 450px;*/
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    background-attachment: fixed;
    /*background-attachment: fixed;*/ }
@media screen and (max-width: 999px) {
    .parallaxImg {
        height: 250px;
        background-attachment: initial;
        background-position: center center !important;
        background-size: cover;
    }
}

.mainHeader {
    color: #FFFFFF;
    font-size: 36px;
    text-align: center;
    background: #112037;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 56px;
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.mainHeader::after {
    position: absolute;
    bottom: 40px;
    background: white;
    height: 2px;
    width: 100px;
    margin: 0 auto;
    display: block;
    content: '';
    left: 0;
    right: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 0;
}

#footer {
    color: white;
    font-size: 14px;
    margin: 0;
    background: #006B58;
    padding: 0 0 20px;
    text-align: center;
    /*    @media screen and (max-width: 599px){
    
            .pull-right{
                float: none !important;
                clear: both;
            }
            .credits{
                display: block;
                height: auto;
                padding-top: 20px;
                text-align: right;
            }
        }*/ }
#footer .socialMedia {
    padding: 10px 0;
    height: 50px;
    line-height: 30px;
    /*background: $color1;*/
    /*border-bottom: 1px solid mix(#000, $color1, 20);*/ }
#footer .footer2 {
    background-color: #015e48;
}
@media screen and (max-width: 1339px) {
    #footer .socialMedia {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 599px) {
    #footer .socialMedia {
        padding-left: 10px;
        padding-right: 10px;
    }
}
#footer .container {
    padding: 0;
}
@media screen and (max-width: 1199px) {
    #footer .container {
        padding: 0;
    }
    #footer .container > div > div > div {
        padding-bottom: 20px;
    }
}
#footer a {
    color: inherit;
}
#footer .markaCredits {
    float: right;
    font-size: 14px;
    text-align: right;
    font-weight: 700;
}
#footer .markaCredits small {
    font-weight: 300;
    font-size: 11px;
}
#footer #footerLogo {
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s;
}
#footer #footerLogo:hover {
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
}
#footer #footerLogo img {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    #footer {
        text-align: center;
    }
    #footer #footerLogo {
        float: none;
    }
}
#footer #footerMenu {
    text-align: left;
    float: left;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 643px) {
    #footer #footerMenu {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 618px) {
    #footer #footerMenu {
        text-align: center;
    }
}
#footer #footerMenu, #footer #footerMenu li {
    padding-top: 7px;
    padding-bottom: 7px;
    list-style: none;
}
#footer #footerMenu a, #footer #footerMenu li a {
    margin: 0 15px;
    text-transform: uppercase;
    line-height: 33px;
}
#footer #footerMenu a:hover, #footer #footerMenu li a:hover {
    color: #D23F38;
}
#footer #footerMenu li {
    margin: 16px 0;
    display: inline-block;
}
#footer #footerMenu li:first-child a {
    margin-left: 0;
}
@media screen and (max-width: 643px) {
    #footer #footerMenu li:first-child a {
        margin-left: 15px;
    }
}
#footer br.onlyRwd {
    display: none;
}
#footer .credits {
    height: 120px;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
#footer .credits a {
    transition: 0.2s ease 0s;
    -webkit-transition: 0.2s ease 0s;
    -ms-transition: 0.2s ease 0s;
    -o-transition: 0.2s ease 0s;
    -moz-transition: 0.2s ease 0s;
    -khtml-transition: 0.2s ease 0s;
}
#footer .credits a:hover {
    filter: brightness(0.8);
    -webkit-filter: brightness(0.8);
}
@media screen and (max-width: 767px) {
    #footer .credits {
        display: block;
        height: auto;
    }
}
#footer #poweredByZlepszejstrony {
    text-align: center;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 300;
}
#footer #poweredByZlepszejstrony a {
    font-weight: 700;
    color: #D23F38;
}
#footer #poweredByZlepszejstrony a:hover {
    color: #e07974;
}

.list-view {
    padding: 0;
}

#carousel {
    overflow: hidden;
}
#carousel .owl-carousel .owl-stage {
    overflow: hidden;
    padding-top: 39px;
    padding-bottom: 39px;
}
#carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 39px;
    visibility: visible;
    background: url("../img/klisza.png");
}
#carousel .owl-carousel .owl-stage span, #carousel .owl-carousel .owl-stage a {
    display: block;
}
#carousel .owl-carousel .owl-stage::after {
    top: auto;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    #carousel .owl-carousel .owl-stage {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #carousel .owl-carousel .owl-stage::before, #carousel .owl-carousel .owl-stage::after {
        height: 20px;
        background-size: auto 20px;
    }
}
#carousel .owl-item > div {
    padding: 0 10px;
}
#carousel .promotedPhoto {
    padding-top: 82%;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1239px) {
    .section:not(.fullSection) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
.section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width: 1199px) {
    .section .col-xs-1, .section .col-sm-1, .section .col-md-1, .section .col-lg-1, .section .col-xs-2, .section .col-sm-2, .section .col-md-2, .section .col-lg-2, .section .col-xs-3, .section .col-sm-3, .section .col-md-3, .section .col-lg-3, .section .col-xs-4, .section .col-sm-4, .section .col-md-4, .section .col-lg-4, .section .col-xs-5, .section .col-sm-5, .section .col-md-5, .section .col-lg-5, .section .col-xs-6, .section .col-sm-6, .section .col-md-6, .section .col-lg-6, .section .col-xs-7, .section .col-sm-7, .section .col-md-7, .section .col-lg-7, .section .col-xs-8, .section .col-sm-8, .section .col-md-8, .section .col-lg-8, .section .col-xs-9, .section .col-sm-9, .section .col-md-9, .section .col-lg-9, .section .col-xs-10, .section .col-sm-10, .section .col-md-10, .section .col-lg-10, .section .col-xs-11, .section .col-sm-11, .section .col-md-11, .section .col-lg-11, .section .col-xs-12, .section .col-sm-12, .section .col-md-12, .section .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tos-close span::before, .tos-close span::after {
    content: '';
    width: 20px;
    height: 3px;
    background: white;
    border: none;
    left: 0;
    right: 0;
    margin: auto;
}
.tos-close span::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.tos-pagination {
    z-index: 100000;
}

#facebook {
    float: right;
    poition: absolute;
    right: 0;
    color: white;
    margin: 0 10px;
}
#facebook i.fa {
    font-size: 22px;
    line-height: 70px;
}

#facebook2 {
    float: right;
    color: white;
    margin: 3px 60px 0 10px;
}
#facebook2 i.fa {
    font-size: 22px;
    line-height: 70px;
}

body {
    min-height: 100vh;
    background: #030303;
    position: relative;
    font-size: 16px;
}
body.sticky #slider .sliderArrow {
    transition: opacity 1s ease 0s;
    -webkit-transition: opacity 1s ease 0s;
    -ms-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    -khtml-transition: opacity 1s ease 0s;
    opacity: 0 !important;
    pointer-events: none;
}
@media screen and (min-width: 1200px) {
    body {
        /*&.sticky{*/
        /*padding-top: 70px;*/
        /*}*/ }
}
body .enterPrompt {
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2e2e2+100 */
    background: white;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #e2e2e2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, white 0%, #e2e2e2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-transform: uppercase;
    display: flex;
    display: -webkit-flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
}
body .enterPrompt .cmsPage {
    width: 100%;
}
body .enterPrompt p {
    text-transform: none;
}
body .enterPrompt .pelno {
    margin: 10px 40px 0;
    display: inline-block;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
body .enterPrompt .pelno:hover {
    color: #B8A377;
}

#topBarRwd {
    display: none;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100vw;
    min-width: 320px;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    text-align: center;
}
#topBarRwd .socialMedia {
    display: none;
}
#topBarRwd > .container {
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: transaprent;
}
#topBarRwd #logoRwd img {
    max-height: 50px;
    max-width: 100%;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
#topBarRwd #topMenuRwd {
    background: #006B58;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    top: 0;
    width: 250px;
    left: -250px;
    position: fixed;
    right: auto;
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
    /*border-right: 5px solid $color1dark;*/
    list-style: none;
    z-index: 100;
    overflow-y: auto;
}
#topBarRwd #topMenuRwd .subMenu {
    display: none;
}
#topBarRwd #topMenuRwd li {
    padding: 0;
    display: block;
    padding: 0 25px;
}
#topBarRwd #topMenuRwd li a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    font-size: 22px;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 0;
}
#topBarRwd #topMenuRwd li a::after {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    content: '';
    position: absolute;
    display: block;
    width: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
    height: 2px;
    background: #000;
}
#topBarRwd #topMenuRwd.menuOpen {
    left: 0px;
}
#topBarRwd .menuButton {
    float: left;
    cursor: pointer;
    width: 30px;
    left: 20px;
    height: 21px;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 101;
}
#topBarRwd .menuButton span {
    display: block;
    position: absolute;
    margin: 0;
    margin: auto;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    height: 3px;
    width: 30px;
    border-radius: 1px;
    background: #fff;
    left: 0;
    right: 0;
}
#topBarRwd .menuButton span.bar1 {
    top: 0;
    bottom: 18px;
}
#topBarRwd .menuButton span.bar2 {
    top: 0;
    bottom: 0;
}
#topBarRwd .menuButton span.bar3 {
    top: 18px;
    bottom: 0;
}
#topBarRwd .menuButton.menuOpen {
    /*           position: fixed;
           left: 20px;
             top: 72px;
             bottom: auto;
             margin: 0;*/ }
#topBarRwd .menuButton.menuOpen span {
    /*background: $color2;*/
    top: 0;
    bottom: 0;
}
#topBarRwd .menuButton.menuOpen span.bar1, #topBarRwd .menuButton.menuOpen span.bar3 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#topBarRwd .menuButton.menuOpen span.bar2 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#topBarRwd .menuButton.menuOpen + #logoRwd {
    margin-left: 60px;
}
#topBarRwd #logoRwd {
    float: right;
    margin: 0;
}
#topBarRwd .menuButton {
    position: absolute;
}
#topBarRwd .menuButton.menuOpen + #logoRwd {
    margin: 0;
}
#topBarRwd #topMenuRwd {
    text-align: left;
}

@media screen and (max-width: 1199px) {
    #top {
        display: none;
    }

    #topBarRwd {
        display: block;
    }

    body {
        padding-top: 50px;
    }
    body #topBarRwd, body #page, body #footer {
        position: relative;
        transition: left 0.5s ease 0s;
        -webkit-transition: left 0.5s ease 0s;
        -ms-transition: left 0.5s ease 0s;
        -o-transition: left 0.5s ease 0s;
        -moz-transition: left 0.5s ease 0s;
        -khtml-transition: left 0.5s ease 0s;
        left: 0;
    }
    body.menuOpen #topBarRwd, body.menuOpen #page, body.menuOpen #footer {
        left: 250px !important;
    }
}
.cmsPage {
    transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -khtml-transition: none;
}
.cmsPage .textWidget {
    line-height: 1.5em;
}


.cmsPage .textWidget strong, .cmsPage .textWidget b {
 
}

.cmsPage {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*    display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
        align-items: end;
        -webkit-align-items: end;*/ }
.cmsPage > div {
    display: block;
    width: 100%;
}

.classicSlider {
    overflow: hidden;
    min-height: 735px !important;
}
@media screen and (max-width: 799px) {
    .classicSlider {
        min-height: 535px !important;
    }
}
.classicSlider .owl-wrapper-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
}
@media screen and (max-width: 799px) {
    .classicSlider .owl-wrapper-outer {
        min-height: 535px !important;
    }
}
.classicSlider .owl-wrapper-outer .owl-wrapper {
    height: 100% !important;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100% !important;
    min-height: 735px !important;
}
@media screen and (max-width: 799px) {
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item {
        min-height: 535px !important;
    }
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    overflow: hidden;
    min-height: 735px !important;
    background-color: #000000;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    /*                    &::after{
                            content: '';
                            z-index: 0;
                            position: absolute;
                            top: 0; left: 0; right: 0; bottom: 0;
                            background: rgba(black, 0.3);
                        }*/ }
@media screen and (max-width: 799px) {
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
        min-height: 535px !important;
    }
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container {
    overflow: hidden;
    height: 100%;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    max-width: 720px;
    transform: translateY(50%);
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
    color: white;
    position: relative;
    transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    -webkit-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    -ms-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    -o-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    -moz-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    -khtml-transition: left 0.5s ease 0.7s, right 0.5s ease 0.7s;
    letter-spacing: 0.1em;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text img {
    width: auto;
    max-width: 100%;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1A {
    font-size: 28px;
    text-transform: uppercase;
    color: black;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1 {
    font-size: 42px;
    font-weight: 500;
    color: #006B58;
    margin: 30px 0;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2 {
    font-size: 24px;
    font-weight: 300;
    color: black;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text3 {
    font-size: 38px;
    font-weight: 400;
    margin-top: 15px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text4 {
    font-size: 38px;
    font-weight: 300;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 {
    margin-top: 40px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a {
    display: inline-block;
    padding: 0 40px;
    height: 45px;
    line-height: 43px;
    font-size: 14px;
    letter-spacing: 0.1em;
    border-radius: 50px;
    color: #000;
    border: 1px solid #006B58;
    text-transform: uppercase;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text5 a:hover {
    background: white;
    border-color: #fff;
    color: black;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > * {
    position: relative;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text2 {
    left: -100vw;
    transition: left 0.5s ease 0s;
    -webkit-transition: left 0.5s ease 0s;
    -ms-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    -moz-transition: left 0.5s ease 0s;
    -khtml-transition: left 0.5s ease 0s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .text > *.text5 {
    right: -100vw;
    transition: right 0.5s ease 0s;
    -webkit-transition: right 0.5s ease 0s;
    -ms-transition: right 0.5s ease 0s;
    -o-transition: right 0.5s ease 0s;
    -moz-transition: right 0.5s ease 0s;
    -khtml-transition: right 0.5s ease 0s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
    left: 0 !important;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1, .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
    right: 0 !important;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1A {
    transition: left 0.7s ease 0.7s;
    -webkit-transition: left 0.7s ease 0.7s;
    -ms-transition: left 0.7s ease 0.7s;
    -o-transition: left 0.7s ease 0.7s;
    -moz-transition: left 0.7s ease 0.7s;
    -khtml-transition: left 0.7s ease 0.7s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text1 {
    transition: right 0.7s ease 0.9s;
    -webkit-transition: right 0.7s ease 0.9s;
    -ms-transition: right 0.7s ease 0.9s;
    -o-transition: right 0.7s ease 0.9s;
    -moz-transition: right 0.7s ease 0.9s;
    -khtml-transition: right 0.7s ease 0.9s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text2 {
    transition: left 0.7s ease 1.1s;
    -webkit-transition: left 0.7s ease 1.1s;
    -ms-transition: left 0.7s ease 1.1s;
    -o-transition: left 0.7s ease 1.1s;
    -moz-transition: left 0.7s ease 1.1s;
    -khtml-transition: left 0.7s ease 1.1s;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item.active .slide .text > *.text5 {
    transition: right 0.7s ease 1.3s;
    -webkit-transition: right 0.7s ease 1.3s;
    -ms-transition: right 0.7s ease 1.3s;
    -o-transition: right 0.7s ease 1.3s;
    -moz-transition: right 0.7s ease 1.3s;
    -khtml-transition: right 0.7s ease 1.3s;
}
.classicSlider .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
@media screen and (max-width: 599px) {
    .classicSlider .owl-controls {
        display: none;
    }
}
.classicSlider .owl-controls .owl-page {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    display: inline-block;
    width: 15px;
    height: 15px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0 7px;
    cursor: pointer;
}
.classicSlider .owl-controls .owl-page:hover, .classicSlider .owl-controls .owl-page.active {
    background: #fff;
}

.socialMedia {
    text-align: right;
}
.socialMedia a, .socialMedia span {
    margin-right: 10px;
    display: inline-block;
}
.socialMedia a:last-child, .socialMedia span:last-child {
    margin-right: 0;
}
.socialMedia a i.fa, .socialMedia span i.fa {
    font-size: 22px;
    top: 2px;
    position: relative;
}

#tilesList {
    overflow: hidden;
    /*    margin-left: -10px;
        margin-right: -10px;*/
    margin-bottom: -10px;
}
#tilesList .tileContainer {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}
#tilesList .tileContainer .tile {
    overflow: hidden;
    position: relative;
}
#tilesList .tileContainer .tile .dummy {
    padding-top: 66%;
}
#tilesList .tileContainer .tile .text {
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
    -ms-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -khtml-transition: background 0.3s ease 0s;
    background: rgba(52, 193, 231, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    -webkit-display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    align-items: -webkit-center;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: -webkit-center;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-align: center;
}
#tilesList .tileContainer .tile .text h3 > span > span {
    font-size: 0.6em;
}
#tilesList .tileContainer .tile .thumb {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#tilesList .tileContainer .tile a.absoluteLink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#tilesList .tileContainer .tile:hover .text {
    background: rgba(52, 193, 231, 0.8);
}
#tilesList .tileContainer .tile:hover .thumb {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.downloads, .downloads li {
    list-style: none;
    padding: 0;
}
.downloads i.fa {
    margin-right: 5px;
}

#blogArticlePage h1 {
    text-align: center;
}
#blogArticlePage .btn::before {
    display: none !important;
}

div[data-type=blogArticlesList] {
    padding-top: 20px;
}
div[data-type=blogArticlesList] .article {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
div[data-type=blogArticlesList] .article h3 {
    margin-top: 0;
}
div[data-type=blogArticlesList] .article h3 small {
    margin-bottom: 5px;
    display: inline-block;
}
div[data-type=blogArticlesList] .article:last-child {
    border-bottom: 0;
}
div[data-type=blogArticlesList] .article .bg {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    div[data-type=blogArticlesList] .article .bg {
        padding-top: 40%;
        margin-bottom: 10px;
    }
}
div[data-type=blogArticlesList] .article .bg > div {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}
div[data-type=blogArticlesList] .article .bg a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
div[data-type=blogArticlesList] .article .bg:hover > div {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
div[data-type=blogArticlesList] .article p {
    font-size: 0.9em;
}
div[data-type=blogArticlesList] .article a.more {
    text-decoration: underline;
}

.hasBgPhoto {
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 999px) {
    .hasBgPhoto {
        background-attachment: initial;
        background-position: center center !important;
        background-size: cover;
    }
}

#content > .cmsPage:nth-child(2) > div > .section:first-child {
    padding-top: 0;
}

#topBarRwd, #topBarRwd > .container {
    color: white;
    height: 70px;
}
#topBarRwd #logoRwd img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 55%;
}
#topBarRwd .socialMedia {
    margin-right: -20px;
    float: right;
    line-height: 60px;
}
#topBarRwd .socialMedia a {
    margin-top: 10px;
    color: black;
}
#topBarRwd .socialMedia a:hover {
    color: #000 !important;
}
#topBarRwd .socialMedia a i.fa {
    font-size: 28px;
}

/*body.sticky{*/
#topBarRwd {
    background: #006B58;
    height: 50px;
}
#topBarRwd #logoRwd img {
    max-height: 30px;
}

/*}*/
@media screen and (max-width: 991px) and (min-width: 768px) {
    .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media screen and (min-width: 1240px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
        padding-left: 20px !important;
    }
}
@media screen and (min-width: 1240px) and (max-width: 1199px) {
    .section.fullSection .col-md-6.column.half-wided.half-wided-right {
        padding-left: 10px !important;
    }
}

.cmsSubPage:last-child {
    padding-bottom: 0;
}
.cmsSubPage:last-child > .section.fullSection:last-child {
    padding-bottom: 0;
}

.footerCircles {
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (max-width: 499px) {
    .footerCircles {
        width: 100% !important;
    }
}
.footerCircles i.fa {
    font-size: 26px;
    margin-bottom: 5px;
}

.companyDetails {
    font-size: 11px;
    color: ddd;
    margin-top: 20px;
}
.companyDetails b {
    font-size: 12px;
    color: #fff;
}

#body476 .textWidget, #body577 .textWidget {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
@media screen and (max-width: 991px) and (min-width: 786px) {
    #body476 .textWidget, #body577 .textWidget {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
@media screen and (max-width: 767px) {
    #body476 .textWidget, #body577 .textWidget {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
#body476 .infinityPhone, #body577 .infinityPhone {
    margin-bottom: -40px;
}
#body476 .cmsSubPage, #body577 .cmsSubPage {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1199px) {
    #body476 .cmsSubPage, #body577 .cmsSubPage {
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        align-items: -webkit-center;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: -webkit-row;
    }
    #body476 .cmsSubPage .section, #body577 .cmsSubPage .section {
        /*flex: 1 0 auto;*/
        display: block;
        width: auto;
        display: -webkit-box;
        display: flex;
        -webkit-display: flex;
        -ms-display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: -webkit-center;
    }
    #body476 .cmsSubPage .section .column, #body577 .cmsSubPage .section .column {
        /*                    flex: 1 0 auto;
                            -webkit-flex: 1 0 auto;*/
        height: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: -webkit-box;
        -ms-display: flex;
        display: flex;
        -webkit-display: flex;
        display: -webkit-flex;
    }
    #body476 .cmsSubPage .section .column > *, #body577 .cmsSubPage .section .column > * {
        /*                        flex: 1 0 auto;
                                -webkit-flex: 1 0 auto;
                                -ms-flex: 1 0 auto;*/ }
}
#body476 .cmsSubPage:nth-child(4), #body476 .cmsSubPage:nth-child(4) .section, #body476 .cmsSubPage:nth-child(4) .column, #body476 .cmsSubPage:nth-child(6), #body476 .cmsSubPage:nth-child(6) .section, #body476 .cmsSubPage:nth-child(6) .column, #body476 .cmsSubPage:last-child, #body476 .cmsSubPage:last-child .section, #body476 .cmsSubPage:last-child .column, #body577 .cmsSubPage:nth-child(4), #body577 .cmsSubPage:nth-child(4) .section, #body577 .cmsSubPage:nth-child(4) .column, #body577 .cmsSubPage:nth-child(6), #body577 .cmsSubPage:nth-child(6) .section, #body577 .cmsSubPage:nth-child(6) .column, #body577 .cmsSubPage:last-child, #body577 .cmsSubPage:last-child .section, #body577 .cmsSubPage:last-child .column {
    display: block !important;
}
@media screen and (max-width: 767px) {
    #body476 div[data-type=photo], #body476 div[data-type=youtube], #body577 div[data-type=photo], #body577 div[data-type=youtube] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media screen and (max-width: 1239px) {
    .section.fullSection .col-md-6.column.half-wided, .section.fullSection .col-md-6.column.half-wided.half-wided-right {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.registerButton {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    float: right;
    margin: 37px 15px;
}
.registerButton .btn-register {
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    padding: 15px;
    border: 1px solid transparent !important;
    color: #006B58 !important;
    background: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    border-radius: 50px;
}
.registerButton .btn-register.white {
/*    color: white;
    border-color: white;*/
}
.registerButton .btn-register:hover {
    background-color: white;
    border-color: white;
    color: #575757 !important;
}
@media screen and (max-width: 1114px) {
    .registerButton {
        float: left;
    }
}

.createdBy {
    text-align: right;
    padding-top: 20px;
    margin-top: 150px;
}
.createdBy img {
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .createdBy {
        text-align: center;
        margin-top: 0;
        padding-top: 10px;
    }
}

.informations {
    text-align: left;
    padding: 25px 10px;
    /*    b{
            display: block;
            margin-bottom: 10px;
        }*/ }
.informations b {
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .informations {
        text-align: center;
    }
}

#body615 .col-xs-1, #body615 .col-sm-1, #body615 .col-md-1, #body615 .col-lg-1, #body615 .col-xs-2, #body615 .col-sm-2, #body615 .col-md-2, #body615 .col-lg-2, #body615 .col-xs-3, #body615 .col-sm-3, #body615 .col-md-3, #body615 .col-lg-3, #body615 .col-xs-4, #body615 .col-sm-4, #body615 .col-md-4, #body615 .col-lg-4, #body615 .col-xs-5, #body615 .col-sm-5, #body615 .col-md-5, #body615 .col-lg-5, #body615 .col-xs-6, #body615 .col-sm-6, #body615 .col-md-6, #body615 .col-lg-6, #body615 .col-xs-7, #body615 .col-sm-7, #body615 .col-md-7, #body615 .col-lg-7, #body615 .col-xs-8, #body615 .col-sm-8, #body615 .col-md-8, #body615 .col-lg-8, #body615 .col-xs-9, #body615 .col-sm-9, #body615 .col-md-9, #body615 .col-lg-9, #body615 .col-xs-10, #body615 .col-sm-10, #body615 .col-md-10, #body615 .col-lg-10, #body615 .col-xs-11, #body615 .col-sm-11, #body615 .col-md-11, #body615 .col-lg-11, #body615 .col-xs-12, #body615 .col-sm-12, #body615 .col-md-12, #body615 .col-lg-12 {
    padding-left: 1px;
    padding-right: 1px;
}
#body615 .widgetBox {
    margin-bottom: 2px;
}

.widgetBox[data-type="registration"] .form {
    overflow: visible;
}

.registration {
    padding: 0 10px !important;
    margin-bottom: 20px;
}
.registration input[type=radio] {
    display: none;
}
.registration .typeBox {
    text-align: center;
    cursor: pointer;
    padding: 15px;
    /*opacity: 0.8;*/
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    border: 3px solid #ddd;
    border-radius: 2px;
}
.registration .typeBox, .registration .typeBox span {
    display: block;
}
.registration .typeBox .description {
    text-align: left;
    font-size: 13px;
    line-height: 1em;
    color: #444;
    font-style: italic;
}
.registration .typeBox .name {
    text-align: left;
    margin-bottom: 10px;
    color: #E03440;
    font-weight: bold;
    font-size: 18px;
}
.registration .typeBox .price {
    text-align: center;
    padding: 5px 0;
    color: #E03440;
    font-weight: 900;
    font-size: 24px;
}
.registration .typeBox .selectBtn {
    display: inline-block;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    border: 2px solid #ddd;
    margin: 10px auto 0;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    line-height: 26px;
    font-weight: bold;
    fotn-size: 13px;
    text-transform: uppercase;
}
.registration .typeBox .selectBtn:after {
    content: 'Wybierz';
}
.registration .typeBox .selectBtn:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    padding-right: 0.5em;
    /*position: absolute;*/
    font-size: 0;
}
.registration input[type=radio]:checked + .typeBox {
    /*opacity: 1;*/
    transform: scale(1.05);
    border-color: #E03440;
}
.registration input[type=radio]:checked + .typeBox .selectBtn:after {
    content: 'Wybrany';
}
.registration input[type=radio]:checked + .typeBox .selectBtn:before {
    font-size: 18px;
}
.registration input[type=radio]:checked + .typeBox .selectBtn, .registration .typeBox:hover .selectBtn {
    background: #E03440;
    border-color: #E03440;
    color: white;
}

.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text{
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text1{
    font-size: 46px;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2{
    font-size: 64px;
    font-weight: bold;
    color: rgb(224, 52, 64);
}
@media screen and (max-width: 465px){
    .classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide .container .text .text2{

        font-size: 32px;
    }
}
.classicSlider {
    min-height: 600px !important;
}
.classicSlider .owl-wrapper-outer .owl-wrapper .owl-item .slide {
    min-height: 600px !important;
}

.cmsPage > div .section.fullSection .widgetBox[data-type=form], #homePageNews > div .section.fullSection .widgetBox[data-type=form] {
    padding: 75px 0;
}


#front #section1281 p{
    font-size: 20px;
}
#section1377{
    padding-top: 40px;
    color: white !important;
    background: #E03440;
}
#section1377 strong{
    color: white !important;

}

a[href="/rejestracja"]{
    font-weight: bold !important;
}