@import 'extra.css';

body {
  font-size: 16px;
}

/* Head */
#logo {
  display: block;
  width: 180px;
  margin: 5px auto 2px;
}
.languages {
  margin: 10px 0;
  text-align: center;
}
.languages .active {
  text-decoration: underline;
}
/* Slider */
#big-slider .slider {
  display: none;
}
.search-box {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
.search-box h4 {
  margin: 0 0 20px;
}
.objects-container {
  margin-top: 10px;
}
.gallery-item-box {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background-color: #FFF;
}
.gallery-item-box .sticker {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 4px 10px;
  color: white;
}
.gallery-item-box .sticker.sold {
  background-color: red;
}
.gallery-item-box .sticker.featured {
  background-color: rgb(0, 166, 90);
}
.gallery-item-box .sticker.reserved {
  background-color: #47c3d3;
}
.gallery-item-box .sticker.top-deal {
  background-color: #f79422;
}
.gallery-item-box .sticker.hit-price {
  background-color: #fb098f;
}
.gallery-item-box h4 {
  height: 60px;
  overflow: hidden;
}
.gallery-item-box p {
  margin: 0;
}
.gallery-item-box .info {
  padding: 10px;
  border-top: 4px solid #f79422;
  color: #333;
}
.gallery-item-box .info .types {
  height: 40px;
  overflow: hidden;
}

.gallery-item-box:hover {
  text-decoration: none;
}
.gallery-item-box:hover .info {
  border-top: 4px solid #47c3d3;
}
.gallery-item-box .canton {
  display: table;
}
.gallery-item-box span {
  display: table-cell;
  vertical-align: middle;
}
.gallery-item-box img.flag {
  height: 30px;
  margin-right: 10px;
}
.gallery-item-box span strong {
  color: red;
}

/* Footer */

footer {
  min-height: 250px;
  margin-top: 50px;
  padding-top: 30px;
  background: #47c4d3;
  color: #FFF;
}
footer ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
footer ul > li {
  display: block;
  padding: 0 10px;
  /*float: left;*/
}
footer ul > li > ul > li {
  display: block;
  padding: 0;
  float: none;
}
footer a, footer a:visited, footer span {
  font-size: 14px;
  color: #FFF;
}
footer a.active, footer a:hover {
  font-weight: bold;
  text-decoration: none;
}
footer .copyright {
  margin: 10px 0;
}

#contact_bottom {
	border-radius: 50%;
	bottom: 10px;
	display: block;
	font-family: "FontAwesome";
	position: fixed;
	right: 10px;
	font-size:15px;
	text-align: center;
	z-index: 3;
}
#contact_bottom .tel {
	margin-top:5px;
	background-color: #f79422;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	color: #6caf1a;
	cursor: pointer;
	display: block;
	font-size: 25px;
	height: 50px;
	line-height: 45px;
	transition: all 0.3s ease-in-out 0s;
	width: 50px;
	z-index: 1;
}
#contact_bottom .tel a {
	color:#FFF;
}
#contact_bottom .tel a:hover {
	text-decoration:none;
}
#contact_bottom .tel i {
	font-style: normal;
}

@media (min-width: 768px) {
  header {
    position: relative;
    z-index: 2;
  }
  #logo {
    width: 200px;
    float: left;
  }
  .languages {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  #big-slider {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  #big-slider .slider {
    position: relative;
    display: block;
    height: 400px;
    overflow: hidden;
  }
  #big-slider img {
    position: absolute;
    width: 100%;
  }
  #big-slider .title-circle-holder {
    position: absolute;
    top: 0;
    width:100%;
    height: 400px;
    overflow: hidden;
  }
  #big-slider .title-circle {
    position: absolute;
    left: -200px;
    bottom: -420px;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    /*background-color: #47c3d3;*/
    background-color: rgba(71, 195, 211, 0.9);
    color: white;
  }
  #big-slider .title-text {
    margin-top: 150px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    color: white;
    font-size: 15px;
  }
  .search-container {
    position: absolute;
    top:0;
    left:0;
    right:0;
  }
  
  .objects-container {
    margin-top: 30px;
  }
}
