
#bs-gdpr-cookies-modal .modal-na {background-color: transparent;}


body,html {
    width:100%;
    height:100%;
    font-size:20px;
    line-height: 1.5;
    position: relative;
    margin: 0;
    padding: 0;
}

@media(max-width:1200px){
    body,html {
       font-size: 18px;
       line-height: 26px;
    }

}

.hidden {
    display:none;
}

a {
    color:#ccc;
}

.modal {
    z-index:99999;
}

.ui-datepicker{
    z-index: 9999 !important;
}

.cursor-pointer {
    cursor:pointer;
}

.animation {opacity: 0;overflow: hidden;}

.container {
    position: relative;
}


.bg-lightblue {
    background:#0f72b2;
}
.bg-grey {
    background:#ccc;
}
.bg-lightgrey {
    background:#efefef;
}
.bg-darkgrey {
    background:#222;
}
.bg-orange {
    background:#CD8A27;
}
.bg-red {
    background:#A21029;
}
.bg-blue {
    background:#3c444c;
}
.bg-none {
    background:none;
}

.blue {
    color:#3c444c;
}
.orange {
    color:#CD8A27;
}
.darkgrey {
    color:#404041;
}
.red {
    color:#A21029;
}


.vertical-middle {
    display: table-cell;
    vertical-align:middle;
    text-align: left;
}

hr {
    height: 1px;
    color: #999;
    background-color: #999;
    border: none;
}


@media(max-width:991px){
    .p-50 {
        padding:15px;
    }
    .p-100 {
        padding:20px;
    }
}

.container {
    max-width:1920px;
}
@media(max-width:2000px){
    .container {
        max-width:100%;
        width:85%;
    }
}
@media(max-width:1600px){
    .container {
        max-width:100%;
        width:98%;
    }
}

@media(max-width:768px){
    .container {
        max-width:auto;
        padding-left:5px;
        padding-right:5px;
    }
    .container .row {
        margin-right: 0;
        margin-left: 0;
    }
}
.no-padding {
    padding: 0 !important;
}

.breadcrumb{
    background:none;
    margin:0;
    padding:20px 0;
    font-size: 16px;

}
.breadcrumb li {
    float:left;
}
.breadcrumb a {
    color:#555;
}

.breadcrumb-item {

}
.breadcrumb li.active {
    color:#606c72;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  width: 185px;
  width:100%;
}

@media(max-width:768px){
    .breadcrumb{
        width:100%;
        margin:10px 0 10px 0;
        white-space: nowrap;
        padding:0;
        padding:10px;
        font-size: 16px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}


.box-responsive {
    text-overflow: ellipsis;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
}

.wrapper {
    margin-left:auto;
    margin-right:auto;
	position: relative;
    overflow: hidden;
}
.fixed {
    position: fixed;
    top: 0;
}

a {}



@media(max-width:2000px){
   h1 {

    font-size:50px;

    }
    h2 {

      font-size:40px;
    }
    h3 {

      font-size:30px;
    }
}

@media(max-width:1200px){
   h1 {
    font-size:50px;

    }
    h2 {
      font-size:26px;
    }
    h3 {
      font-size:22px;
    }
}
@media(max-width:680px){
   h1 {
    font-size:40px;

    }
    h2 {
      font-size:26px;
    }
    h3 {
      font-size:22px;
    }
}


/*preloader*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(/i/preloader.gif) center no-repeat #222;
}
/*preloader*/




.cms-images {
    position:relative;
    text-align: center;
}
.cms-images a .enlarge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.cms-images-container {
    text-align: center;
    width:100%;
}
@media(max-width:991px){
    .cms-images a .enlarge {
        display:none;
    }
}




/*bootstrap custom*/
.container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto
 }
.container-fluid .row {
    margin:0;
}


.gutter-2.row {
    margin-right: -2px;
    margin-left: -2px;
}
.gutter-2 > [class^="col-"], .gutter-2 > [class^=" col-"] {
    padding-right: 2px;
    padding-left: 2px;
}



.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@media(max-width:1200px){
    .scroll-down {
        display: none;
    }
}

.cms-image-img {
    width:100%;
}

/*####################################################################HEADER#############################################################*/
header {
    position: relative;
}


/*####################################################################HEADER#############################################################*/


.contacts-xs {
    position: fixed;
    top:40vh;
    right:0;
    z-index:98;
}
.contacts-xs div {
    padding:10px;
    height:50px;
    color:#fff;
    font-size: 24px;
    text-align: center;
}
.contacts-xs div a {
    color:#fff;
}
.contacts-xs div:first-child {
    background:#bf9d2b;
    border-top-left-radius: 5px;
}
.contacts-xs div:nth-child(2) {
    /*background:#9ea9b0;*/
    background:#f5c42e;
}
.contacts-xs div:nth-child(2) a {
    color:#555;
}
.contacts-xs div:nth-child(3) {
    background:#f5c42e;
}
.contacts-xs div:last-child {
    z-index:9999;
    position:absolute;
    right:-106px;
    margin-top:100px;
    padding:5px;
    transform:rotate(-90deg);
    background:#bf9d2b;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    width:250px;
}

@media(max-width:768px){
    .contacts-xs {
        position: fixed;
        top:auto;
        bottom:45px;
        right:5px;
        left:auto;
        z-index:98;
        height:auto;
    }
    .contacts-xs div {
        float:left;
        padding:5px;
        color:#fff;
        font-size: 18px;
        text-align: center;
        height:auto;
    }
    .contacts-xs div:first-child {
        border-top-left-radius: 0px;
    }
    .contacts-xs div:nth-child(2) a {
        padding-left:7px;
        padding-right:7px;
    }
    .contacts-xs div:nth-child(3) {
        background:#bf9d2b;
    }
    .contacts-xs div:last-child {
        border-bottom-left-radius: 0px;
    }
    .contacts-xs div:last-child {
        display: none;

    }
}





/*#################################################################################################################################*/


section {
    position: relative;
    width: 100%;
}

section h2 {

}
section h3 {

}

@media(max-width:768px){

}
.section-body {

}





.main {
    width: 100%;
    min-height:500px;
}

.btn-read-more {
    background:url(/i/bg-fff-trans.png);
    border:1px solid #fff;
    font-size:30px;
    width:200px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    margin-top:50px;
    margin-bottom:20px;
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
}
.btn-read-more a {
    padding:10px 0px;
    text-decoration: none;
    color:#555;
    display:block;
}
.btn-read-more:hover {
    border-radius: 0px;
    color:#fff;
    background:none;
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;

}
.btn-read-more:hover > a {
    color:#fff;
}

.btn-read-more-blue {
    background:url(/i/bg-fff-trans.png);
    border:1px solid #004674;
    font-size:30px;
    width:200px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    margin-top:50px;
    margin-bottom:20px;
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
}
.btn-read-more-blue a {
    padding:10px 0px;
    text-decoration: none;
    color:#004674;
    display:block;
}
.btn-read-more-blue:hover {
    color:#fff;
    background:url(/i/trans-blue.png);
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;

}
.btn-read-more-blue:hover > a {
    color:#fff;
}


.scroll-down {
    position: absolute;
    width:34px;
    margin-left: auto;
    margin-right: auto;
    left:0;
    right:0;
    bottom:100px;
    opacity: 1;
    cursor: pointer;
    z-index: 9;
}

.start-slogan {
    position:absolute;
    top:50%;
    right:100px;
    width:40vw;
    color:#fff;
    font-size: 1.3vw;
    text-shadow:2px 2px 2px #000;
    padding:20px;
    background:url(/i/bg-555-trans.png);
}
@media(max-width:991px){
    .start-slogan {
        display:none;
    }
}


.startsite-subarticle {

}
.startsite-subarticle-content {
    border:0px solid red;
    padding:20px;
}


/*startsite subarticle include*/
.start-subarticle-item {
    position: relative;
    min-height:600px;
     opacity: 0.8;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
.start-subarticle-item:nth-child(1) div {
    background:#a2af85;
}
.start-subarticle-item:nth-child(2) div {
    background:#eaddb4;
}
.start-subarticle-item:nth-child(3) div  {
    background:#b6d288;
}
.start-subarticle-item a {
    text-decoration: none;
    color: var(--black);
}
.start-subarticle-item:hover {
    opacity: 1;
}
.start-subarticle-item:hover .start-subarticle-item-title {
    color:#fff;
}

.start-subarticle-item-content {
    height:100%;
}

.start-subarticle-item-title {
    position: absolute;
    bottom:0;
    left:0;
    font-family: 'PT Sans Narrow';
    font-size: 2.5vw;
    padding:0px 0 0 20px;
    transition:color 0.3s linear,opacity 0.3s linear;
    width:100%;
}

/*startsite subarticle include*/


/*startsite linkboxes include*/

.startsite-linkboxes {}
.startsite-linkboxes a {
    text-decoration: none;
    color:#555;
}
.startsite-linkboxes-item {
    overflow: hidden;
}
.startsite-linkboxes-image img {
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
}
.startsite-linkboxes-item:hover  > .startsite-linkboxes-image img {
    transform: scale(1.3) rotate(5deg);
    -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
}

.startsite-linkboxes-item:hover  > .startsite-linkboxes-text {
    background:#efefef;
}
.startsite-linkboxes-item:hover  > .startsite-linkboxes-more span {
    background:#F57E2C;
}

.startsite-linkboxes-title {
    background: #F57E2C;
    text-align: center;
    font-size:2vw;
    color:#fff;
    font-weight: normal;
    text-transform: uppercase;
}
.startsite-linkboxes-image {
    overflow: hidden;
}
.startsite-linkboxes-text {
    padding:20px;
    background:#fff;
}
.startsite-linkboxes-more {
    text-align: right;
    background: #404041;
    padding: 10px;
    font-weight: bold;
}
.startsite-linkboxes-more span {
    text-align: right;
    background: #046AB3;
    padding:5px 10px;
    color:#fff;
}
@media(max-width:768px){
    .startsite-linkboxes-title {
        font-size:9vw;
        padding:15px 0;
    }
}
/*startsite linkboxes include*/

.startsite-subarticle-slider {

}
.startsite-subarticle-slider li {
    height:500px;
    position: relative;
}
.startsite-subarticle-slider-content {
    position: absolute;
    top:0;
    background:url(/i/trans-fff.png);
    max-width: 70%;
    margin-left: auto;
    margin-right:auto;
    left:0;
    right:0;
    padding:20px;
}
.startsite-subarticle-slider-readmore {
    text-align: center;
    margin-top:20px;
}
.startsite-subarticle-slider-readmore a {
    text-decoration: none;
    color:#fff;
    padding: 5px 10px;
    background: #046AB3;
}.startsite-subarticle-slider-readmore a:hover{
    background:#F57E2C;
}





.cms {}
.cms h1 {
    text-transform: uppercase;
}
.cms h2 {
    text-transform: uppercase;

}
.cms-text {
    padding-bottom:50px;
}
.cms-images-container {

}
.cmspre {}
.cmspre h1 {
    text-transform: uppercase;
}
.cmspre h2 {
    text-transform: uppercase;
}
.cmspre h3 {

}

.cmspre-more-item {
    overflow: hidden;
    position: relative;
    border:1px solid #ccc;
}


.cmspre-more-item a {
    text-decoration: none;
}
.cmspre-more-item a img {
      overflow: hidden;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
}
.cmspre-more-item a img:hover{
    -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2); /* IE 9 */
      transform: scale(1.2);

}

.cmspre-more-item-title {
    width: 100%;
    background:#bec6cb;
    padding:5px 10px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    font-size:20px;
    line-height:auto;
}
.cmspre-more > div:nth-child(odd) .cmspre-more-item-title {
    background:#9ea9b0;
}


.cmspre-more-item-border {

}

@media(max-width:768px){
    .cmspre-more-item-title {
        font-size:20px;
    }
}

.cmspre-text {

}
.cmspre-text h1 {
    padding-top:20px;
}
.cmspre-text a {
    font-weight: bold;
}
.cmspre-text .text-middle {

}
.cmspre .img-fluid {

}

@media(max-width:768px){
    .cmspre-text h1 {
        padding-top:0px;
    }
}
/*
.cmspre-template h1 {
    background:url("/i/h2-image-brown.png") no-repeat left top 15px;
    padding-left: 50px;
    padding-top:0;
}
.cmspre-template h2 {
    background:url("/i/h2-image-brown.png") no-repeat left top;
    padding-left: 50px;
}
*/
.cmspre-template a {
    font-weight: bold;
}

@media(max-width:1200px){
    .cmspre-template h1 {
        background:none;
        padding:10px 0 15px 0;
        padding-left: 0px;
        padding-top:0;
    }
    .cmspre-template h2 {
        background:none;
        padding:10px 0 15px 0;
        padding-left: 0px;
    }
}

.cmspre ul{
    margin:0;
    padding:0;
    margin-left:20px;
}

@media(min-width:1280px){
    .cmspre-image {
        overflow: hidden;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    }
    /*
    .cmspre-image:hover {
        -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
*/
}


@media(max-width:991px){
    .cmspre-text {

    }
    .cmspre h1 {
        text-transform: uppercase;
        font-size: 200%;
    }
    .cmspre h2 {
        text-transform: uppercase;
    }
}


.cmspre-articleslider-image {
    position:relative;
    height:500px;
}
.cmspre-articleslider-title {
    position:absolute;
    max-width:60%;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    top:45%;
    background:url(/i/trans-fff.png);
    text-decoration: none;
    color:#000;
    font-size:24px;
}



.topimage {
    position: relative;
    border-bottom:0px solid #efefef;
}
.icon-rent {
    position:absolute;
    z-index:9;
    bottom:-50px;
    right:50px;
}
@media(max-width:1500px){
    .icon-rent {
        position:absolute;
        width:14vw;
        z-index:9;
        bottom:-50px;
        right:50px;
    }
}
@media(max-width:991px){
    .icon-rent {
        position:absolute;
        width:14vw;
        z-index:9;
        bottom:10px;
        right:40px;
    }
}

.start-news {
    font-size:1vw;
    position: absolute;
    z-index:9;
    width:30vw;
    max-width:550px;
    right:50px;
    top:40vh;
    border:0px solid #fff;
    background:url(/i/bg-000-trans.png);
}
.start-newsslider {
    text-align: left;
}
.start-newsslider ul li a {
    text-decoration: none;
    color:#fff;
}
.start-newsslider-title {
    padding:10px;
    background:var(--yellow);
    color:#615245;
    text-align: left;
    font-weight: bold;
}
.start-newsslider-text {
    text-align: left;
    font-size:1vw;
    padding:10px 15px;
}
@media(min-width:1500px){
    .start-news {
        font-size:18px;
    }
    .start-newsslider-text {
        font-size:14px;
    }
}
@media(max-width:991px){
    .start-news {
        position: static;
        z-index:9;
        width:100%;
        right:auto;
        margin-top:2px;
        margin-left: auto;
        margin-right: auto;
        top:0;
        border:0px solid #fff;
        background:url(/i/bg-000-trans.png);
    }
    .start-news {
        font-size:18px;
    }
    .start-newsslider-text {
        font-size:14px;
    }
}

.admin-content {
    padding-top:10px;
}


.popup-prices {

}
.popup-prices-price {
    padding:0;
    color:#fff;
    background:#555;
    text-align: center;
}
.popup-prices-price-text {
    font-size:30px;
}
.popup-prices-price-text-small {
    font-size:14px;
}
.popup-prices-text {
    padding:0;
    color:#555;
    background:#ffd74c;
    text-align: center;
}
@media(max-width:991px){
    .popup-prices-price {
        padding:5px;
        font-size:20px;
        color:#fff;
        background:#555;
        text-align: center;
    }
    .popup-prices-price-text {
        font-size:20px;
    }
}


.spacer-white {
    background:url(/i/custom-spacer-white.png) no-repeat center center;
    height: 64px;
    width:100%;
}
.spacer-blue {
    background:url(/i/custom-spacer-blue.png) no-repeat center center;
    height: 64px;
    width:100%;
}

@media(max-width:1400px){
    .spacer-white {
        background:url(/i/custom-spacer-white.png) no-repeat center center;
        background-size: 200px 30px;
        height: 64px;
        width:100%;
    }
    .spacer-blue {
        background:url(/i/custom-spacer-blue.png) no-repeat center center;
        background-size: 200px 30px;
        height: 64px;
        width:100%;
    }
}







/*bootstrap 5 columns*/
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-33 {
    width: 33.33% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-33 {
    width: 33.33% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-33 {
    width: 33.33% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-33 {
    width: 33.33% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}

.clear-both {
    clear: both;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
}


.logos-slider li {
    border:0px solid #ccc;
    padding:5px;
}
.logos-slider li:hover {
    border:0px solid #004674;
}

.references-container {
   background:#fff;
    position: relative;
   height:100%;
   width:100%;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.references-container a {
    text-decoration: none;
}
.references-container:hover a {
    text-decoration: none;
    color:#fff;
}
.references-item {
    border:1px solid #ccc;height:100%;width:100%;
}
.references-container:hover {
    background:#004674;
     -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color:#fff;
}
.references-container:hover h5 {
    color:#fff;
}

.downloads {display: inline-block;}
.downloads ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.downloads ul li {
    border:1px solid #fff;
    margin-bottom:10px;
}
.downloads a {
    display: block;
    color:#fff;
    padding:10px 20px;
    background:#1084d7;
    text-decoration: none;
    text-transform: uppercase;
}
.downloads a:hover {
    background:#F57E2C;
}
.downloads .glyphicon  {
    color:#fff;
    cursor:pointer;
}

@media(max-width:768px){

}

.counter-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.counter {
    line-height:12vw;
    height: 15vw;
    width: 15vw;
    border-radius: 0px;
    text-align: center;
    font-size: 5vw;
    color:#fff;
    border:0px solid #fff;
}
.counter-1 {
    background:url(/i/icons/m2-blue.png) no-repeat #00336E;
    background-size: contain;
    color:#D08C05;
}
.counter-2 {
    background:url(/i/icons/m2-orange.png) no-repeat #D08C05;
    background-size: contain;
    color:#00336E;
}
.counter-3 {
    background:url(/i/icons/products.png) no-repeat #A40A28;
    background-size: contain;
}
.counter-title {
    text-align:center;
    margin-top:20px;
    font-weight: bold;
    font-size: 1vw;
    color:#fff;
}
.counter-title > span {
    border-bottom: 0px dotted #fff;
}
.counter-canvas {
    height:18vw;
    width:18vw;
}
@media(max-width:1200px) {
    .counter {
        height: 20vw;
        width: 20vw;
    }
    .counter-title {
        text-align:center;
        margin-top:20px;
        font-weight: bold;
        font-size: 2vw;
        line-height: 20px;
    }
    .counter-title > span {
        border-bottom: 0px;
    }
    .counter-canvas {
        height:23vw;
        width:23vw;
    }
}
@media(max-width:680px) {
    .counter {
        height: 40vw;
        width: 40vw;
        line-height:40vw;
        font-size: 8vw;
    }
    .counter-title {
        text-align:center;
        margin-top:20px;
        font-weight: bold;
        font-size: 3vw;
        line-height: 20px;
    }
    .counter-title > span {
        border-bottom: 0px;
    }
    .counter-canvas {
        height:100vw;
        width:100vw;
    }
}


.parallax {
  /*background-image: url("/assets/parallax/img.jpg");*/
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(max-width:991px){
    .parallax {
      height: 50vh;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
}


#cms-fullscreen-slider .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*#############################################ARROWS###################################################################*/
/*
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
*/


/*########################################################## CHECKBOX ######################################################*/
.checkbox input[type="checkbox"] {
    transform:scale(2);
}
