﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro);
@import url("default.css");
body {
  background: url(../images/mainbg.png)  repeat-x fixed; 
 
  color:`333333;
  font-size:12px;
  line-height:1.7;
  font-weight: lighter;
  position: relative;
  font-family: 'Maven Pro', sans-serif; 
  position: relative;
  font-weight:400px;  

}

p,td,div {font-family: 'Maven Pro', sans-serif;  }
.fon {font-family: 'Maven Pro', sans-serif;  }

.listingimg img{
  border:1px solid #f1f1f1;
  padding:2px;
  border-radius: 8px;
}
.blogimg img{
 border:1px solid #f1f1f1;
  padding:2px;
  border-radius: 5px;

}
h2 { font-size: 20px;}
.headerbg{
  background: black;
}


.fa-angle-left {

  margin-left:15px;
}
.fa-angle-right{
margin-right: 15px;
}



tr td .bold-label { font-weight: bolder; background: #cecece; padding:5px;}
table.one tr td { font-weight: bolder; border:1px solid silver;}
table.onepay tr td { font-weight: light; border:1px solid silver;}

td{ text-transform:capitalize;}

a {
  color:;
  text-transform: none;
}
select{
  text-transform: none;
}
.corners {
    /* CSS3 Rounded Corners */
    
    -moz-border-radius-bottom-left: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottom-right: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px;
    border-radius: 5px
  
}
input.corners {
    /* CSS3 Rounded Corners */
    
  border: medium none;
  color: #B2B2B2;
  font-family:sans-serif;
  font-size: 13px;
   height: 35px;
  outline: medium none;
  padding: 10px;
  width: 570px;
  box-shadow:rgba(0, 0, 0, 0.0745098) 0 1px 1px inset;
  font-weight: lighter;
  display:block;
 
    -moz-border-radius-bottom-left: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottom-right: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px;
    border-radius: 4px;
    border: 1px solid #cecece;
  
}
.navbar-nav > li > a{
color: black;

}
.header-bottom{
  height: 40px;
  padding-top: 5px;
}
.search_box input{
  margin-top:-5px;
  height: 20px;
  color: #B91E23;
}
 
/*  +++++++++++++++++++++++++++++++++++++++++ carousel banner   +++++++++++++++++++++++++++++++++++++++++*/
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 100%);
  background-repeat:repeat-x;
}
.carousel-control.right {
  background-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
  background-repeat:repeat-x;
  left:auto;
  right:0;
}
.carousel-inner img { margin-left: 0px;}

/* +++++++++++++++++++++++++++++++++++++++++ CITIES  +++++++++++++++++++++++++++++++++++++++++ */

.citydropdown { 
  background: #cecece;
  border-bottom:1px solid #f1f1f1;
  padding: 0px 140px 0px 20px;
  width: 250px; height: auto; 
  color: #333333;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  display: inline-block;
  clear:both;
}
.dropdown-menu {
  background-clip:padding-box;
  background-color:#FFFFFF;
  border:1px solid rgba(0, 0, 0, 0.14902);
  border-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.172549) 0 6px 12px;
  display:none;
  float:left;
  font-size:14px;
  left:0;
  list-style:none;
  margin:2px 0 0 10px;
  min-width:190px;
  padding:5px 0;
  position:absolute;
  top:100%;
  z-index:1000;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* +++++++++++++++++++++++++++++++++++++++++ CITIES +++++++++++++++++++++++++++++++++++++++++ */
.carousel-control.left, .carousel-control.right {
  background-image:none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display:block;
  height:auto;
  line-height:1;
  margin-left:-45px;
  max-width:100%;
}
.cityrow{
    width:300px;
}
.brands_products{
  margin-top:10px;
}
.list-group-item {
  margin-bottom:0;
}
.submenu{
  margin-left: 20px;  
}
.submenu1{
  margin-left: 20px;  
}
.categorypad{ margin-top: 30px;}

.carousel-inner > .item {
width:1270px;
}
.carouselwrap{
  width: 1280px; margin:0 auto; 
}

.navibg{
  background: orange;
  height: 30px;
}

.detailsleft{
  width: 300px;
  float:left;
  border:1px solid #B91E23;
  background: #cacaca;
}
.detailsright{
  text-align: center;
  width: 800px;  
  float:right;
  border:1px solid #B91E23;
  margin-left: -100px;
}

/* IMAGES GALLERY INDEXDEATILS.PHP*/
/* Main carousel style */

/* Indicators list style */
.article-slide .carousel-indicators {
    bottom: 0;
    left: 0%;
    text-align: center;
    margin-left: 35px;
    width: 100%;
}
/* Indicators list style */
.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 20px;
    height: 20px;
}
/* Indicators images style */
.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 20px;
    height: 20px;
}
/* Indicators active image style */
.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
.galleryimg,.items{
  padding: 0;
  float:left;
  width: 900px;   
  
  height: auto;
  overflow: hidden;
}
.items{
 
  width:800px;
  margin-left: 20px;
}
/**/
/**/
.shop-details-tabbypass{
  width: 800px;
  margin-left:-2px;

}

/* MOUSE OVER*/
.divshow {
    display: none;
    padding: 5px 0 10px 0;
}
    
a:hover + .divshow  {
    display: block;
    clear:both;
    width:250px;
    height: 100px;
    background: #f1f1f1;
    z-index: 111;
    position: relative;
}
.divshow1 {
    display: none;
    padding: 5px 0 10px 0;
}
    
a:hover + .divshow1  {
    
    display: block;
    clear:both;
    width:180px;
    height: 100px;
    background: #f1f1f1;
    z-index: 111;
    position: relative;
}
/* MOUSE OVER*/

.drop1 {
  float:right;
  font-size: 18px;
  color: #B91E23;
  font-weight: bolder;
}
.drop2 {
  float:right;
  font-size: 18px;
  color: #B91E23;
  font-weight: bolder;
}
.tab-pad{
  margin-left: 18px;
}
.propertyName {
  color: #B91E23;
  
  font-family: 'Maven Pro', sans-serif; 
  text-transform: capitalize;
}
.pricehead{
}
.propertycode{
   font-size: 16px;
  
   color: #cccccc;
   margin-top: -12px;
}
.amort td{
  text-align: right;
}
.parentmenu{
    background: #f1f1f1;
}
.parentmenu{
    background: #f0f0f0;
}
.media .media-object{
  width: 120px;
}
.commnets {
  
  margin-bottom:50px;
  padding:5px 18px 5px 0;
}
.media{
  margin-left: 10px;
  width: 450px;

}
.navibg {
  background:#B91E23;
}
.#B91E23{
  background: #B91E23;
}
.black{
  background: black; 
}
.white{
  background: white;  
}
p.txwhite {
  color:white;
}
p.txblack{
  color: black;
}
p.tx#B91E23, span.tx#B91E23{
  color: #B91E23;
  font-size: 15px;
}
p.tx#B91E23 span {
  padding-right:10px;
}
.btn-default{
  background: #cecece;
  padding:2px 6px;
}
.category-tab ul li a{
   
}
 
.nav > li > a:hover, .nav > li > a:focus {
  background-color:#000;
  text-decoration:none;
}  


  table.one {
    border-collapse:collapse;
    font-size:12px;
  }
  table.one td {
    border:1px solid #cecece;
    color:#000000;
    padding:5px;
  }

  table.two {
    border-collapse:collapse;
    font-size:12px;
    margin-top:10px;
  }
  table.two td {
    border:1px solid #CFCFCF;
    color:#000000;
    padding:5px;
  }

  table.three {
    border-collapse:collapse;
    font-size:12px;
  }
  table.three td {
    color:#000000;
    padding:2px;
  }
  
  table.three td td span{
    padding-left: 5px;
  }
  .single-blog-post ul li,.single-blog-post ul{
    background: white;
    border:0;
  }
  .single-blog-post h2{
    text-transform: capitalize;
    font-size: 18px;
    color:#B91E23;
  }

  h3{
    text-transform: capitalize;
  }

 .header-bottom {
  height:30px;
  padding-top:0;
}

table.ldesc p{
  margin:0;
  padding:0;

}
table.ldesc ul{
  margin-top:5px;    
  border:0;
 } 
table.ldesc ul li{
  background: white;
  background: white url(../images/check.jpg) 0px 4px no-repeat;
  padding-left: 20px;
 } 

.media-heading {
  
  font-size: 14px;
  font-weight: 700;
  font-family: 'Maven Pro', sans-serif;  
  margin-bottom: 0px
}
h1.media-heading{
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Maven Pro', sans-serif;  
}
h2.media-heading {
    font-size: 17px;
    color: black;
    font-family: 'Maven Pro', sans-serif;  
 
}
h3.media-heading {
    font-size: 14px;
    
    margin: 5px 0 5px 0;
    font-weight: normal;
    font-family: 'Maven Pro', sans-serif;  
}
h5.media-heading {
    font-size: 11px;
    
    margin: 0;
    font-weight: normal;
    font-family: 'Maven Pro', sans-serif;  
}
.media-body {
  font-weight: lighter;
  font-size: 12px;
  padding-top: 2px;
  width: 300px;
}
.media-body span{
  font-weight: lighter;
  font-size: 10px;
}

.bttn {
  -webkit-user-select:none;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
  cursor:pointer;
  display:inline-block;
  font-size:14px;
  font-weight:normal;
  line-height:1.428571429;
  margin-bottom:0;
  padding: 2px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  background: white;
  border: 1px solid #cacaca;
}
.blog-socials {
  margin-bottom:0;
  margin-top:14px;
}
.blog-socials a:hover,.bttn:hover{
  color: #B91E23;
  background: #000;
}
.searchCol{
  background:#ffffff; 
  height:auto;
  overflow: hidden;
  padding-bottom: 20px;
  margin-left: 15px;
  float: left;
  width:847px;
}
.searchList{
   width:auto;    
   float:left;
}
.media div .projhead{
  font-size: 10px;
}
.adsinSearch{
    float: right;
    background: #ffffff;
    width:245px;
    min-height:830px;
    
}
.resultsList{
  color:#B91E23;
  font-family: 'Open Sans Pro', sans-serif;
  font-size: 20px;
  background:#f1f1f1; 
  height: auto; 
  width: 700px; 
  margin:10px auto; 
  margin-bottom: 10px;  
  text-align:center;
}
.results{
  color:#B91E23;
  font-family: 'Open Sans Pro', sans-serif;
  font-size: 20px;
  background:#f1f1f1; 
  height: auto; 
  width: 800px; 

  margin-bottom: 10px;  
  text-align:center;
}
.results h3{
  font-size: 15px;
  font-style: italic;
}

.pa {position: relative;  height:auto;overflow: hidden; padding-bottom: 20px; float:left;}
.ns {position: absolute;bottom:0; width:95%; height:auto; display: block;
  font-size:12px; font-family:arial; vertical-align:top; text-align:left;
  padding-bottom:10px;
}

.pa1 {position: relative;  height:150px;}
.ns1 {bottom:0; width:95%; height:auto;
  font-size:12px; font-family:arial; vertical-align:top; text-align:left;
  padding-bottom:10px; margin-top: 20px;
}
.payHead{
  background: #B91E23;
  color: #fefefe;
  height: 30px;
  font-weight: bold;
}

.signup button{
  background: #cccccc;
  border: 1px solid transparent;  
}
.signup input{
  margin:2px;
  width: 200px;
}
.signup select{
  border:1px solid #a9a9a9;
  margin-left:2px;
}
.col-sm-1 .or{
  color:white;
  margin-left:-30px;
}
.blogoption{
  height:auto; overflow:hidden;
  width: 550px;
  margin:auto;
  margin-top: 10px;
}
.cityblogs{
  float:left;
}
.blogdropdown{
  float:left;
  padding:5px 5px 0 0 ;
  font-weight: bolder;
}

.nav-tabs {
  border-bottom-color:#fff;
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color:#000000;
  border-color:#DDDDDD #DDDDDD transparent;
  border-style:solid;
  border-width:1px;
  color:#ffffff;
  cursor: pointer;
}

.col-sm-4{
  width: 213px;
}
.productthumb{
  font-size: 14px;
  text-align: left;
}
.productthumb img{
  border:1px solid #cecece;
  padding:2px;
  border-radius: 5px;
}
.horiads{
  width:230px; 
  margin-top: 20px;
  border:1px solid #fefefe;
  float:left;
}

.header-middle .container .row .col-sm-8 {
  float:right;
  padding-right:0;
}
.product-information {
  border:1px solid #F7F7F0;
  overflow:hidden;
  padding-bottom:60px;
  position:relative;
  margin-left:10px;
}
.listingthumb {
  height: 280px;
}
.userleft{ 
  float:left;
  width:300px;
  
}
.userleft>form>table.one>td{
  font-size: 10px;
} 

.brokerright{
  float:left;
}
.notes{
  border:0px solid #cecece;
  text-align: left;
  padding:10px;
  margin:1px;
}
.relatedcategory .notes .notespan{
  display: block;
  clear: both;
  color: #cacaca;
  text-transform: capitalize;

}
.inquiry{
  margin-top: 70px;
  text-align: center;

}
.login-menu{
  background-color: #ffffff;
  margin-left: -50px;
  width: 200px;
  height:120px;
  overflow: hidden;
  border:1px solid #cecece;
   border-radius: 4px;
}
.login-menu input {
  width: 150px; height:30px; margin:2px;
}
.login-menu input[type='submit'] {
  background: #B91E23;
  border: 0;
  border-radius: 4px;
}

.login-menu input[type='submit']:hover {
  background: #000;
  border: 0;
  color: #fff;
  border-radius: 4px;
}

/*++++++++++++++++++++ search.inc ++++++++++++++++++++*/
.searchtype {
   width: 125px; height: 40px; float:left;
 } 
   .form-group select {
    float:left; width: 113px;
    border: 1px solid #cacaca;
  }
  .form-group span {
    float:left;
    padding: 0 8px 0 8px;
    font-weight: bolder;
    margin-top: 5px;
    font-size: 12px;
    color: black;
  }
 .form-group{
  margin-bottom: 5px;
}
  .option1{
    border:1px solid #cacaca;
    width: 280px; height:auto; overflow: hidden;
    padding:10px;padding-top: 0;
    border-top: 0;
  }
  .search1{
    width: 310px; height: 22px;margin-left:-9px; margin-top:15px;
    background: url(../images/search1.png) 0 5px no-repeat;
    empty-cells: show;
  }


  select.city{
    width:257px;
    text-align: left;
  }
  .option1 button{
    float: right;
    margin-top: 5px;
  }


  .option2{
    border:1px solid #cacaca;
    width: 280px; height:auto; overflow: hidden;
    padding:10px;padding-top: 0; margin-top: -15px;
    border-top: 0;
  }
  .search2{
    width: 310px; height: 22px;margin-left:-9px; margin-top:15px;
    background: url(../images/search2.png) 0 5px no-repeat;
    empty-cells: show;
  }
  .option2 span{
    font-size: 13px;
    padding:10px 0 0 0; margin:0;
  }
  .option2 select{
    width:255px;
    padding:0; margin:5px 0 5px 0 ;
  }
  .option2 button{
    float: right;
    margin-top: 5px;
  }           
  .option2 select.city{
    width:255px;
    text-align: center;
    padding: 5px;
  }
  .option3{             
    border:1px solid #cacaca;
    width: 280px; min-height: 100px; max-height: auto; overflow: hidden;
    padding:5px 10px 20px 10px;border-top: 0;

  }   
  .search3{
    width: 310px; height: 22px;margin-left:-9px; margin-top:15px;
    background: url(../images/search3.png) 0 5px no-repeat;
    empty-cells: show;
  }     
  .option3 span{
    font-size: 13px;
    padding:0; margin:0;
  } 
  .option3 button{
    float: right;
    margin-top: 5px;
  } 
  
.dropdownCateg{
  padding:0 margin:0;
  background: url(../images/dropdown.png) 0px -7px;
  margin-left: -20px;
  padding-left: 60px;
  text-transform: capitalize;
  width:260px;
}
.dropdownCateg a:hover{ color:#B91E23;}

.dropdownproject{
  padding:0 margin:0;
  background: url(../images/dropdown1.png) 2px -7px;
  margin-left: -20px;
  padding-left: 90px;
  text-transform: capitalize;
  width:260px;
  font-size: 10px;
}
.dropdownproject a:hover{ color:#B91E23;}

.dropdownCategindi{
  padding:0 margin:0;
  background: url(../images/dropdown.png) 0px -7px;
  margin-left: -20px;
  padding-left: 60px;
  text-transform: capitalize;
  width:260px;
  
}
.dropdownCategend{
  padding:0 margin:0;
  background: url(../images/dropdownend.png) 0px -25px no-repeat;
  margin-left: -20px;
  padding-left: 60px;
  text-transform: capitalize;
  width:260px;
}
.categorypad .left-sidebar ul li .listings{
  float:left;

 } 
  
.forwarder  { height:auto; overflow: hidden; width: 240px; background-color: yellow; margin-top:15px;  padding:10px;margin-left: 10px; margin-bottom: 10px;}  

.modal-header {

    border-bottom: 0px solid #e5e5e5;
}