
/*********** main ***********/

html, body{
  height: 100%;
}
body{
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 25px;
  color:#444;
}
h1, h2, h3, h4, h5, h6{
  text-align:center;
}
h1{
  font-size:50px;
  margin:30px;
}
h2{
  font-size:40px;
  margin:30px;
}
.row{
  margin: 0;
}
.content{
  min-height:500px;
}

/*********** main end ***********/



/*********** header ***********/

.header{
  min-height:70px;
  background-color:#2c2c2c;
  color:white;
}

.header a{
  color:white;
}
.header-logo{
  font-size:35px;
  font-weight:bold;
  text-align:center;
}
.header-menu{
  min-height:70px;
  font-size:22px;
}
.header-request{
  text-align:center;
}
.btn-request{
  margin-top:15px;
  color:#444;
}

/*********** header end ***********/



/*********** homepage ***********/

.homepage{
  text-align: center;	
}
.homepage-block{
  widht: 100%;
  min-height: 700px;
  padding: 30px;
}

.homepage-cover{
  padding: 0px;
  color:white;
  min-height:700px;
}
.owl-carousel .item img{
  margin-top:-20%;
}
.owl-carousel .owl-stage-outer{
  height:700px;
  min-height:700px;
}
.owl-carousel .owl-stage{
  height:700px;
  min-height:700px;
}
.stage-outer{
  min-height:700px;
}
.carousel{
  position:relative;
  z-index:10;
  min-height:700px;
}
.above-carousel-blur{
  position:absolute;
  top:70px;
  z-index:15;
  background-color: #00000080;
  width:100%;
  min-height:700px;
}
.above-carousel{
  position:absolute;
  top:170px;
  left:50%;
  margin-left:-380px;
  z-index:20;
  min-height:300px;
}
.homepage-cover-description{
  font-size:30px;
}

.homepage-about{
  width:80%;
  margin:auto;
  text-align: justify;
}

.homepage-offers{
  background-color:#e5e5e5;
  min-height: 650px;
}
.homepage-offer-blocks{
  min-height: 400px;
}
.homepage-offer{
  min-height: 400px;
//  border: 1px solid gray;
}
.homepage-offers-showall-button{
  width:370px;
  min-height:50px;
  margin:auto;
  border:3px solid #e9e7e7;
  background-color:#d2d1d1;
  padding:15px;
}
.homepage-offers-showall-button a{
  font-size:25px;
  color:rgb(68, 68, 68);
}
.homepage-offers-showall-button:hover{
  border:3px solid #e9e7e7;
  background-color:#ccc;
}
.homepage-bullets{
  min-height:400px;  
}
.homepage-bullet{
  min-height: 330px;
//  border: 1px solid gray;
}
.homepage-contacts{
  min-height:450px;
  background-color:#e5e5e5;
}
.homepage-offer-block{
  width:300px;
  margin:auto;
}
.homepage-offer-block-img{
  width:300px;
  height:300px;
  border:3px solid #e9e7e7;
  background-color:#d2d1d1;
}
.homepage-offer-block-img img{
  width:100%;
}
.homepage-offer-block-img:hover{
  width:310px;
  height:310px;
  border:3px solid #e9e7e7;
  background-color:#ccc;
  margin-top:-5px;
  margin-left:-5px;
}
.homepage-offer-block-img img{
  width:100%;
}
.homepage-bullet-block{
  width:200px;
  margin:auto;
}
.homepage-bullet-block-text{
  height:80px;
}
.homepage-bullet-block-img{
  width:202px;
  height:202px;
  margin:auto;
  border:1px solid #e9e7e7;
  background-color:#d2d1d1;
}

/*********** homepage end ***********/



/*********** footer ***********/

.footer{
  min-height:250px;
  background-color:#2c2c2c;
  color:white;
  padding-top:30px;
  text-align:center;
}
.footer a{
  color:white;
}

/*********** footer end ***********/


.list-text{
  width:90%;
  margin:30px auto;
  font-size:20px;
}