/* Load Roboto from Google Fonts */
@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,700&subset=latin,latin-ext);

body{
   font-family: 'Roboto', 'sans-serif';
   color: #505050;
   background: #F3F3F3;
}
a, a:hover{
   color: #C9302C;
}
a.thumbnail:hover,a.thumbnail:active,a.thumbnail:focus{
   border-color: #C9302C;
   outline: 0;
}
.white-text h3 small{
   color: #fafafa;
}

/* Header */
.header-bg{
   box-shadow: 0px 0px 100px -36px #000;
   border-bottom: 1px solid #DEDEDE;
   background-color: #EAEFF2;
   width: 100%;
   background: #EAEFF2;
}

.logo{
   position: absolute;
   left: 15px;
   z-index: 10;
   top: 25px;
}

.outer-ring{
   padding: 20px;
   width: 240px;
   height: 240px;
   top: -110px;
   z-index: 10;
   position: absolute;
   left: 0;
   border-radius: 50%;
   *background-color: #EAEFF2;
   background: url(../img/triangles.jpg) left top;
}

.inner-ring{
   width: 200px;
   height: 200px;
   position: relative;
   background-color: #FFF;
   border-radius: 50%;
}

.inner-ring a img{
   position: absolute;
   margin: 95px 0 0 62px;
}
@media (max-width: 991px){
   .outer-ring{
      padding: 10px;
      width: 140px;
      height: 140px;
      top: -40px;
   }

   .inner-ring{
     width: 120px;
     height: 120px;
   }
   .inner-ring a img{
      margin: 31px 0 0 25px;
      width: 66px;
      height: 76px;
   }
}


/* Homepage banner */
.banner{
}
.banner-left{
   color: #888;
   background: #505050;
   height: 150px;
   padding: 20px;
   text-transform: uppercase;
   font-size: 18px;
}
.banner-left strong{
   color: #fff;
}
.banner-middle{
   *background: #DB4F44;
   color: #fff;
   height: 150px;
   padding: 30px 0 0;
   font-size: 30px;
   text-align: center;
   text-transform: uppercase;
}
.banner-right{
   *border-left: 1px solid #C34136;
   *background: #DB4F44;
   background: url(../img/triangles.jpg) right top;
   color: #fff;
   height: 150px;
   padding: 30px 0 0;
   text-transform: uppercase;
   font-size: 30px;
   text-align: center;
}
@media (max-width: 991px){
   .banner-right, .banner-middle{
      font-size: 20px;
   }
   .banner-right .btn{
      font-size: 14px;
      margin-top: 10px;
   }
}
@media (max-width: 768px){
   .banner-left{
      font-size: 14px;
   }
}
@media (max-width: 640px){
   .banner-middle{
      font-size: 17px;
   }
   .banner-right .btn{
      font-size: 11px;
      white-space: normal;
   }
}


/* Circles */
.circle-list {
  padding: 0;
  margin: 60px auto 40px auto;
  display: inline-block;
}
.circle-list li {
  position: relative;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.85);
  float: left;
  border-radius: 50%;
  margin-left: -20px;
  box-shadow: 0px 0px 40px #000;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 178px;
  height: 178px;
  padding: 15px;
  cursor: pointer;
}
.circle-list li:first-child {
  margin: 0;
}
.circle-list li:hover,
.circle-list li.active {
  -webkit-transform: scale(1.5)!important;
  -moz-transform: scale(1.5)!important;
  -o-transform: scale(1.5)!important;
  -ms-transform: scale(1.5)!important;
  transform: scale(1.5)!important;
  z-index: 50!important;
  background-color: #ffffff;
}
.circle-list li img {
  border-radius: 50%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.circle-item{
   margin: 50px 0;
   display: none;
}
.circle-item.active{
   display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
   .circle-list li{
      width: 120px;
      height: 120px;
      padding: 5px;
   }
}
@media (max-width: 768px) {
   .circle-list li{
      width: 70px;
      height: 70px;
      padding: 5px;
   }
}

/* Backgrounds */
.white-bg{
   width: 100%;
   background: #fff;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
}
.darkgray-bg{
   width: 100%;
   background: #ccc;
}
.gray-bg{
   width: 100%;
   background: #EAEFF2;
}
.gray-triangles-bg{
   background: url(../img/gray-triangles.jpg) center center;
}
.triangles-bg{
   background: url(../img/triangles.jpg) left top;
}
.triangles-bg-full{
   width: 100%;
   background: url(../img/triangles.jpg) center center;
}
.rent-bg{
   width:100%;
   background: url(../img/rent-bg.jpg);
   background-size: cover;
   background-position: center center;
}

/* Navbars */
.navbar-gray{
   background: none;
   border: none;
   float: right;
   margin-top: 20px;
}

.navbar-gray .navbar-nav > li > a {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}
.navbar-gray a:hover {
   background: url(../img/triangles.jpg) center !important;
   *background: #e31e25 !important;
   color: #fff !important;
}

.navbar-gray .navbar-toggle{
   background: url(../img/triangles.jpg) center !important;
   border: none;
}
.navbar-gray .navbar-toggle .icon-bar{
   background: #fff;
}
.navbar-gray .navbar-nav > .active > a,
.navbar-gray .navbar-nav > .active > a:focus,
.navbar-gray .navbar-nav > .active > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
   background: url(../img/triangles.jpg) center !important;
   color: #fff !important;
}

/* Navbar collapse */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/* Spaces */
.space-xl{
   display:block;
   padding: 30px 0;
}

.space, .space-lg{
   display:block;
   padding: 20px 0;
}

.space-md{
   display:block;
   padding: 10px 0;
}

.space-sm{
   display:block;
   padding: 5px 0;
}

/* Positioning */
.relative{
   position: relative;
}

/* Margins */
.no-margin{
   margin: 0 !important;
}
.no-top-margin{
   margin-top: 0 !important;
}
.push-top-10{
   margin-top: 10px;
}

/* Paddings */
.v-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
.v-padding-sm{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Text colors */
.white-text,.text-white{
   color: #fff;
}
.text-red{
   color: #DB4F44;
}

/* Text sizes */
.text-lg{
   font-size: 35px;
}
.text-xl{
   font-size: 100px;
}
@media (max-width: 767px) {
   .text-xl{
      font-size: 50px;
   }
}
@media (min-width: 768px)  and (max-width: 1199px) {
   .text-xl{
      font-size: 80px;
   }
}

/* Google Map */
#google-map{
   position: relative;
   overflow: hidden;
   -webkit-transform: translateZ(0px);
}
#google-map iframe{
   width: 100% !important;
   height: 450px !important;
   border: none !important;
}
.scrolloff{
   pointer-events: none;
}

/* Buttons */
.btn-white{
   color: #DB4F44;
   background: #fff;
}
.btn-white.btn-bordered{
   border: 1px solid #DB4F44;
}
.btn-white:hover{
   color: #fff;
   background: #DB4F44;
}

/* Page content */
#content h1{
   font-size: 33px;
   margin-bottom: 20px;
   color: #DB4F44;
}
#content h2{
   font-size: 23px;
}
#content h3{
   font-size: 20px;
}

/* List elements */
.list-heading{
   margin-top: 0;
   height: 54px;
}

/* Carousels */
.carousel .item img {
   margin: 0 auto;
}
.item-content{
   position: relative;
   margin: 0 auto;
   width: 320px;
   padding:5px;
   color: #fff;
   background:#D9534F;
   border: 5px solid #fff;
}
.item-description{
   background: #D9534F;
   font-size: 18px;
   padding: 15px;
   text-align: left;
}
.item-price-container{
   position: absolute;
   bottom: 15px;
   right: 15px;
   border-radius: 50%;
   height: 116px;
   width: 116px;
   background: #fff;
   border: 5px solid #D9534F;
}
.item-price{
   background: #D9534F;
   font-size: 22px;
   border-radius: 50%;
   padding: 25px 0;
   height: 100px;
   width: 100px;
   margin: 3px;
}
.item-price span{
   font-size: 12px;
   display: block;
}
.carousel-control.left,
.carousel-control.right {
   background: none;
}
#home-carousel .item{
   text-align: center;
}
@media (min-width: 991px){
   #home-carousel img{
      *max-width: 800px;
   }
}

/* Footer images */
.img-flag{
   display: inline-block;
   margin: 5px;
}
.footer-logo{
   display: block;
   margin-bottom: 5px;
}

/* Thumbnail images */
.thumbnail {
   text-align: center
}
