@import url('https://fonts.googleapis.com/css?family=Montserrat');

*{
    /*border:1px solid red;*/
}
body {
    margin: 0px;
    padding: 0px; 
    background: #ffff;
    font-family: 'Montserrat', sans-serif !important;
}
h1,h2,p{
    color:#1a375f;
}
/*#303b42*/
a {
    text-decoration:none;
}
img{
    max-width:100%;
}
.col-md-3, .col-md-12{
    padding-right:0;
    padding-left:0;
}
.row{
    margin-left:0;
    margin-right:0;
}
.container {
    width: 81rem;
    max-width: 100%
}
.owl-carousel{
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}


.owl-carousel .owl-item img{
    max-height:100vh;
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}


#main-menu-section{
    background-color: rgba(50, 50, 50, 0.43);

     position: absolute;
     top:0;
    z-index: 2;
    width: 100%;
    border-bottom: 2px solid #c53d12;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown{
     -webkit-animation: fadeInDown 1.5s;
    animation: fadeInDown 1.5s;
}

.fixed-menu{
    background-color: rgba(50,50,50,0.7411764705882353);
}
.fixed-menu img {
        max-height: 40px;
}
.rent-container p,
.rent-container h2{
  text-align:left;
  line-height: 1.8em;
}
.fixed-menu .blok_menu_rs {
   /* margin: auto;*/
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /*height:70px;*/
    float: right;
}
.blok_gal_img{
  padding:15px;
}
.blok_gal_img a {
  display:block;
}
.blok_gal_img img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}


.fixed-menu {
    max-height: 40px;
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    display: none;
}

.fixed-menu ul {
    margin-top: 10px;
    margin-bottom: 0;
}

.fixed-menu li a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: border-color 0.7s, -webkit-transform 0.75s;
    transition: border-color 0.7s, -webkit-transform 0.75s;
    -o-transition: border-color 0.7s, transform 0.75s;
    transition: border-color 0.7s, transform 0.75s;
    transition: border-color 0.7s, transform 0.75s, -webkit-transform 0.75s;
    margin-right: 10px;
}
.fixed-menu ul li{
    list-style-type:none;
    display:inline-block;
}
.fixed-menu  ul li a:hover{
    border-color:#fff;
}


.fixed-menu li a a{
    color:#fff;
    text-transform:uppercase;
    padding: 10px;
        border-bottom:2px solid transparent;
        text-decoration:none;
        -webkit-transition: border-color 0.7s, -webkit-transform 0.75s;
        transition: border-color 0.7s, -webkit-transform 0.75s;
        -o-transition: border-color 0.7s, transform 0.75s;
        transition: border-color 0.7s, transform 0.75s;
        transition: border-color 0.7s, transform 0.75s, -webkit-transform 0.75s;
        margin-right:10px;
}

.headcall a, .headcall a span {
    color: #ede8e3;
    margin-top: 33px;
}

.headcall a:hover .img{
   background: #be4211;
}
.headcall .img {
    display: inline-block;
    background: #1b365f;
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    transition: 600ms;
}
.headcall img {
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    transform: translate(-50%,-50%);
}

.headcall a span {
    font-size: 14px;
    line-height: 24px;
    transform: translateY(-11px);
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin-right: 20px;
    margin-left: 5px;
}

.center-col img{
    max-height:70px;
}
/****************MAIN MENU****************/

.main-menu-col {
    position:relative;
}
.main-menu-col ul{
    list-style-type:none;
    position:absolute;
    width:100%;
        margin: 0;
    padding: 0;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
    display:table;
    height:100%;        
}
.main-menu-col ul li{
    list-style-type:none;
    display:table-cell;
        vertical-align: middle;

}
.main-menu-col ul li a{
    color:#fff;
    text-transform:uppercase;
    padding: 10px;
        border-bottom:2px solid transparent;
        text-decoration:none;
        -webkit-transition: border-color 0.7s, -webkit-transform 0.75s;
        transition: border-color 0.7s, -webkit-transform 0.75s;
        -o-transition: border-color 0.7s, transform 0.75s;
        transition: border-color 0.7s, transform 0.75s;
        transition: border-color 0.7s, transform 0.75s, -webkit-transform 0.75s;
        margin-right:10px;
}

.main-menu-col ul li a:hover{
    border-color:#fff;
   
}


/*header:after {
    content: '';
    width: 100%;
    height: 20%;
    background: -moz-linear-gradient(top, rgba(25,116,189,0.0) 0%,rgba(26,55,95,1) 100%);
    background: -webkit-linear-gradient(top, rgba(25,116,189,0.0) 0%,rgba(26,55,95,1) 100%);
    background: linear-gradient(to bottom, rgba(25,116,189,0.0) 0%,rgba(26,55,95,1) 100%);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 6;
}*/

section#banner-section{
    position:relative;
}
section#banner-section img{
    height:100vh;
    width:100%;
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
            -o-object-fit: cover;
               object-fit: cover;
}

section#banner-section .header-main-title{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
        -ms-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #fff;
        font-size: 40px;
}

section#banner-section .header-main-title h1{
    color:#fff;
}

.header-main-title a {
    text-decoration:none;
    color:#1a375f;
    background-color: #fff;
    font-size:14px;
    
    text-transform:uppercase;
}
.more-row{
    width:100%;
}
.more-row .but {
text-align:center;
}
.gallery-row{
    margin-bottom:50px;
    margin-top:50px;
}
.blok_gal_img{
    max-width:250px;
}

/***********************************************************************/
#services{
    background-color: #e8e8e7;
    padding:50px 0;
}
#services .owl-carousel {
        margin: 30px 0;
}
#services .services-header-row {
   text-align:center;
}


#services .services-header-row h2{
    width:100%;
    color:#c53d12;
     text-transform:uppercase;
}
#services .services-header-row h2 small{
    width:100%;
    color:#1a375f;
     text-transform:uppercase;
     font-size:16px;
}
#services #owl-services .item{
    background-color: #ffffff;
    margin: 0 10px;
    padding-bottom: 1px;
    /*max-width: 346.75px;*/
}
.item{
    background-color: #ffffff;
    /*margin: 0 10px;*/
    padding-bottom: 1px;
    /*max-width: 346.75px;*/
}
#services #owl-services .item .image-inner{
    
    padding-bottom: 56%;
    position: relative;
    z-index: 2;
}
.item .image-inner{
    
    padding-bottom: 56%;
    position: relative;
    z-index: 2;
}
.item .offer-info {
    color:#1a375f;
}
.item .offer-info .but{
    color:#1a375f;
}
.but{
    color:#fff;
    background-color: #c53d12;
    padding:5px;
    display:inline-block;
}

.item .price {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #c53d12;
}

.item .price span {
    color: #ffffff;
    padding: 10px 25px;
    display: block;
    font-size: 15px;
}

/*.item .price span:before{
    display:inline-block;
    content:'';
    background-image: url('images/domcek.png');
    width:10px;
    height:10px;
}*/

#rent-info {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
    color: #37444c;
}

#rent-info li {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    margin: 2px;
    padding-left: 28px;
    position: relative;
}

#rent-info li::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 20px;
    height: 20px;
    background: url(/css/images/tag.png) 50% 50% no-repeat;
    background-size: 14px;
}

.rent-row .item {
    max-width:265px;
    margin-right:15px;
    background-color: #e9e9e8;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    margin-bottom:20px;    

}
.rent-row .item:last-of-type {
    margin-right:0;
    
}
.rent-row .item a {
    text-decoration:none;
}

.rent-row .item:hover {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
}
/************ABOUT US*************************/
#about-us {
    padding-top: 30px;
    padding-bottom: 50px;
}
#about-us .about-us-header-row{
    text-align:center;
}

#about-us .about-us-header-row h2{
    width:100%;
    text-align:center;
}
#about-us p{
    text-align:center;
}
/************PORTFOLIO*************************/
#portfolio{
     background-color: #e8e8e7;
     padding:50px 0;
}
#portfolio .owl-carousel {
        margin: 30px 0;
}
#portfolio .portfolio-header-row {
    text-align: center;
}
#portfolio .portfolio-header-row h2{
    width:100%;
     text-transform:uppercase;
}
#portfolio .portfolio-header-row h2 small{
    width:100%;
    color: #c53d12;
     text-transform:uppercase;
     font-size:16px;
}

#portfolio .portfolio-header-row h2 {
    width:100%;

}

#portfolio  #owl-portfolio .item .image-inner {
    padding-bottom: 56%;
    position: relative;
    z-index: 2;
}

#portfolio #owl-portfolio .item {
    background-color: #ffffff;
    margin: 0 10px;
    padding-bottom: 1px;
    max-width: 346.75px;
}

/******************************************************RESPO MENU*/
.section-wrapper{
    display:none;
}
.menu-btn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 70px;
  width: 54px;
  cursor: pointer;
  background: url(https://iamturner.co.uk/codepen/menu-icon.png) no-repeat center;
  background-size: 44px;
}
.menu-btn:active {
  opacity: 0.2;
}
.section-wrapper{
        z-index: 99;
    position: absolute;
    width: 100%;
}
.section-wrapper li {
  position: absolute;
  text-align:center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  -webkit-transition: -webkit-transform 0.3s;

}
.section-wrapper h1{
  text-align:center;
 color:#fff;
  width: 100%;
  height: 100%;

}
.section-wrapper li a {
    color:#FFF;
}
.section-wrapper li:first-of-type {
  background: #C0D2FF;
  -webkit-transition-delay: 0s;
}
.section-wrapper li:nth-child(2) {
  background: #95A8DA;
  -webkit-transition-delay: 0.05s;
}
.section-wrapper li:nth-child(3) {
  background: #6C80AF;
  -webkit-transition-delay: 0.1s;
}
.section-wrapper li:nth-child(4) {
  background: #445986;
  -webkit-transition-delay: 0.15s;
}
.section-wrapper li:nth-child(5) {
    background: #1b365f;
-webkit-transition-delay: 0.2s;
}
.section-wrapper li:nth-child(5) img{
  width:150px;
}
.section-wrapper li:nth-child(5) a{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.section-wrapper li {
  color: white;
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
  margin: 0;
  line-height: 70px;
  -webkit-user-select: none;
}

.page-one li:first-of-type {
  -webkit-transition-delay: 0s;
}
.page-one li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
}
.page-one li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
}
.page-one li:nth-child(4) {
  -webkit-transition-delay: 0.05s;
}
.page-one li:nth-child(5) {
  -webkit-transition-delay: 0.05s;
}

.page-two li:first-of-type {
  -webkit-transition-delay: 0s;
}
.page-two li:nth-child(2) {
  -webkit-transition-delay: 0.05s;
}
.page-two li:nth-child(3) {
  -webkit-transition-delay: 0.1s;
}
.page-two li:nth-child(4) {
  -webkit-transition-delay: 0.05s;
}
.page-one li:nth-child(5) {
  -webkit-transition-delay: 0.05s;
}


.menu-open li {
  cursor: pointer;
}
.menu-open li:first-of-type {
  -webkit-transform: translateY(81px);
  -webkit-transition-delay: 0.15s;
}
.menu-open section.one:active {
  background: #f86a6a;
}
.menu-open li:nth-child(2) {
  -webkit-transform: translateY(162px);
  -webkit-transition-delay: 0.1s;
}
.menu-open li:nth-child(2):active {
  background: #cb4c5c;
}
.menu-open li:nth-child(3) {
  -webkit-transform: translateY(243px);
  -webkit-transition-delay: 0.05s;
}
.menu-open section.three:active {
  background: #57396c;
}
.menu-open li:nth-child(4) {
  -webkit-transform: translateY(324px);
  -webkit-transition-delay: 0s;
}

.menu-open section.four:active {
  background: #8152a4;
}
.menu-open li:nth-child(5) {
  -webkit-transform: translateY(404px);
  -webkit-transition-delay: 0s;
}




/******************************************************/
footer{
    background-color:#1a375f;
   
    min-height:200px;
}
footer p {
     color:#fff;
}


@media (max-width: 1200px){
    .container.deskop-menu-container{
        display:none;
    }
    .section-wrapper{
        display:block;
    }
}