Mini Shell

Direktori : /home/kasaimoveis/www/css/
Upload File :
Current File : /home/kasaimoveis/www/css/style.css

body{
  color: #666;
  overflow-x: hidden;
  font-size: 13px;
}

h1,
h2,
h3,
h4,
h5{
  color: #044da2;
  font-weight: bold;
}

.twocol{
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}
.threecol{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
}

.gray{
  color: #999;
}

.bg-gray{
  background: #EEE;
  padding: 10px;
  margin-left: 15px;
  margin-right: 15px;
}
.bg-gray2{
  background: #EEE;
  padding: 40px 10px;
  margin-top: 0;
}
.bg-gray3{
  background: #EEE;
  padding: 16px;
  margin-top: 0;
}
.bottom-line{
  border-bottom: 1px solid #CCC; 
  margin-bottom: 10px;
}

.btn-warning {
  color: #044da2;
  font-weight: bold;
  background-color: #ffd200;
  border-color: transparent;
}
.btn-warning:hover {
  background-color: #D8A400;
  border-color: transparent;
}

.navbar-inverse {
  background-color: #ffd200;
  border-color: transparent;
}

.navbar-inverse .navbar-nav>li>a{
  font-weight: bold;
  color: #333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
  color: #044da2;
  background-color: transparent;
}

.slider{
  background: url(../img/bg.jpg) repeat-x bottom;
  margin-top: -19px;
  height: 334px;
  margin-bottom: 14px;
  padding-top: 30px;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}





.img_d {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 262px;
  height: 262px;
}
.img_r {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 100px;
}
.img_d1 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 555px;
  height: 380px;
}
.img_d2 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 92px;
  height: 92px;
}
.blue-detail{
  width: 262px;
  background: #044da2;
  color: #FFF;
  padding-top: 10px;
  margin-bottom: 30px;
  min-height: 105px;
}
.blue-detail p{
  font-size: 0.9em
}
.blue-detail b{
  color: #ffd200;
}

.box-left{
  position: absolute;
  margin-top: 109px;
  font-size: 2em;
  margin-left: -20px;
  color: #ffd200;
}
.box-right{
  position: absolute;
  margin-top: 109px;
  font-size: 2em;
  margin-left: -10px;
  color: #ffd200;
}

.banner{
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer{
  background: #2769b7;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
}
.footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li{
  margin-top: 6px;
  margin-left: 10px;
}
.footer ul li a{
  color: #FFF;
}
.yellow{
  color: #ffd200;
  font-weight: bold;
  text-transform: uppercase;
}

.sign{
  background: #044da2;
  color: #FFF;
  padding-top: 10px;
}

.results{
  margin-top: 30px;
}


@media (max-width: 1199px) {
  .img_d {
    width: 213px;
    height: 213px;
  }
  .blue-detail {
    width: 213px;
  }
  .img_d1 {
    width: 465px;
    height: 330px;
  }
  .img_d2{
    width: 72px;
    height: 72px;
  }
}

@media (min-width: 1200px) {
  .img_d {
    width: 262px;
    height: 262px;
  }
  .blue-detail {
    width: 262px;
  }
  .img_d2{
    width: 101px;
    height: 101px;
  }
}

@media (max-width: 991px) {
  .img_d {
    width: 157px;
    height: 157px;
  }
  .blue-detail {
    width: 157px;
  }
  .slider {
    height: 270px;
  }
  .img_d1 {
    width: 355px;
    height: 250px;
  }
  .img_d2{
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 767px) {
  .img_d {
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
  }
  .img_d1{
    width: 100%;
    height: 250px;
  }
  .img_d2{
    width: 100%;
    height: 80px;
  }
  .blue-detail {
    width: 100%;
    margin-top: -20px;
  }
  .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    margin-right: 20px;
    margin-top: -25px;
  }
  .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    margin-left: 20px;
    margin-top: -25px;
  }
  .slider .carousel-control .icon-next,
  .slider .carousel-control .glyphicon-chevron-right{
    margin-right: 0px;
    margin-top: -10px;
  }
  .slider .carousel-control .icon-prev,
  .slider .carousel-control .glyphicon-chevron-left{
    margin-left: 0px;
    margin-top: -10px;
  }
  .bg-gray input{
    margin-bottom: 10px;
  }
  .slider {
    height: 210px;
  }
  .slider .container{
    padding: 0;
  }
  .filter{
    margin-bottom: 20px;
  }
  .bg-gray2 {
    background: #FFF;
    padding: 0;
    margin-top: 0;
  }
}


.btn-block {
  display: inline;
}

Zerion Mini Shell 1.0