/*
    Created on : 22 Jun, 2015, 10:35:33 AM
    Author     : codeflicks
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700);

/**base**/
body{
    font-size: 14px;
    color: #3c3c44;
    font-weight:400;
    line-height: 24px;
   font-family:  'Open Sans', sans-serif;
}
@media(min-width:1200px){
    .container{
        width:1100px;
    }
}
a, a:hover, a:focus, button, button:focus{
    outline: 0 !important;
    text-decoration: none !important;
}
a{
    color:#3674af;
        transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-moz-transition: all 0.3s ease-in;
    -ms-moz-transition: all 0.3s ease-in;
}
a:hover{
    color: #ED3237;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
  font-family:  'Open Sans', sans-serif;
}
.margin-btm-20{
    margin-bottom: 20px;
}
.top-bar{

}
.socials a, .lang a{
    color: #fff;
    width:32px;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    text-align: center;
    background-color: #ED3237;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.lang a{
    background-color: #ddd;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.lang a:last-child{
    border-right: 0px;
}
.socials a:last-child{
    border: 0px;
}
.socials a:hover{
    background-color: #ED3237;
    color:#fff;
}
.lang{
    float: right;
}
.lang .login-signup{
    width:auto;padding: 0px 15px;
    color:#333;
    background-color: #fff;
}
.lang .login-signup:hover{
    color:#fff;
    background-color: #333;
}
/***navigation#003f4tiraf**/
.navbar-inverse {
  background-color:white ;
  border:0px;
  margin: 0px;
    color: #000;
}

.navbar .navbar-inverse .navbar-static-top{
    background-color:#3674af ;
}


.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: white;
  background-color:#3674af ;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: white;
  background-color:#3674af ;
}
.navbar-inverse .navbar-nav>li>a {
  color:#bbb;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.navbar-brand>img {
  display: block;
  margin-top: -5px;
}
@media(min-width:768px){
    .navbar-nav>li>a {
  padding-top: 23px;
  padding-bottom: 23px;
}
.navbar-brand {
  float: left;
  height: 66px;
  padding: 22px 15px;
  font-size: 18px;
  line-height: 20px;
}
}
.dropdown-menu{
    padding: 0px;
    border: 1px solid #3674af;
    min-width: 190px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.dropdown-menu>li>a{
    padding: 7px 20px;
}
.dropdown-menu>li>a:hover{
    color:#fff;
    background-color: #3674af;
}
.page-content{
    padding-top: 70px;
}
/****slider***/
#myCarousel{
    min-height: 500px;
    height: auto;
    width: 88%;
    margin-left: 6%;
}


.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#myCarousel .carousel-inner .item{
  min-height: 500px;
   padding: 100px 0;
  height: auto;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
}
.item-text{
    margin-top: 200px;
}
.item-text h1{
     margin: 0px;
}
.item-text h1 span{
    display: inline-block;
    color:#fff;
    text-transform: capitalize;
    font-weight: 300;
    padding: 15px 20px;
    background-color: #3674af;

}
.item-text p{
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    color:#333;
    margin: 0px;
}
.item-text .price{
    background-color: #ED3237;
    color:#fff;
    display: inline-block;
    padding: 10px 15px;
}

/**filter**/
.filter{
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #3674af;
}
.filter .btn-theme{
    display: block;
    width: 100%;
}
.filter .form-control{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #ccc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
}
.filter .form-control:focus,.filter .form-control:hover{
    border-bottom-color: #ED3237;
}
/**buttons**/
.btn{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 0px;
}
.btn-theme{
    background-color: #3674af;
    color:#fff;
}
.btn-theme:hover{
    color:#fff;
}
.btn-lg{
    font-weight: 300;
    padding: 8px 30px;
}
.footer{
    background-color: #3674af;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer span{
    color:#fff;
    font-size: 13px;
}
.widget-title {
    color:#fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;

}
.widget-title.brand{
   font-weight: 700;
}
.widget-title em{
    font-size: 13px;
    display: block;
    font-weight: 300;
    margin-top: 6px;
}
.footer p{
    color: #fff;
    font-weight: normal;
}
.footer ul li a{
    color: #fff;

}
.footer ul li a:before{
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 8px;
    color:white;
}
.footer ul li a:hover{
    color:#ED3237;
}
.footer .featured-prop a{
    height: 70px;
    height: auto;
    margin: 5px;
    display: inline-block;
}
.subscribe-form .form-control{
    background-color: rgba(0,0,0,0.3);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color:#fff;
}
.subscribe-form .btn-theme{
    height: 34px;
}
.subscribe-form .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin-left: 0px;
}


.property-wrapper{
    padding-top: 70px;
    padding-bottom: 20px;
}
.property-col{
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
.section-title{
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    position: relative;
}
.section-title:after{
    width: 60px;
    height: 2px;
    background-color: white;
    content: "";
    position: relative;
    margin: 20px 0;
    display: block;
}
.property-thumb{
    position: relative;
}
a.property-thumb-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(246, 150, 121, 0.7);
    color:#fff;
    font-weight: normal;
    font-size: 14px;
    padding: 30px 15px;
    line-height: 22px;
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-moz-transition: all 0.3s ease-in-out;
    -ms-moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.property-thumb:hover .property-thumb-overlay{
    opacity: 1;
}
.ribben{
    display: inline-block;
    box-shadow: 1px 0px 10px rgba(0,0,0,0.2);
    position: absolute;
    padding: 3px 9px;
    background-color:#3674af;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    right:-5px;
    top: -10px;
    font-size: 13px;
    z-index: 2;
    text-align: center;
}
.property-desc {
    padding: 15px;
    background-color: #f3f3f3;

}
.property-desc h3 a{
    font-size: 15px;
    color:#3674af;
    line-height: 15px;
}
.property-desc h3 a:hover{
    color:#ED3237;
}
.item-meta{
    margin-bottom: 10px;
}
/**page title**/
.page-title{
    padding: 30px 0;
    background-color: #ED3237;
}
.page-title h2{
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0px;
    color:#fff;
}

/**agents**/
.agent-row{
      padding: 30px 30px 20px 30px;
    background-color: #f2f2f2;
    margin-bottom: 70px;
}
.agent-row i{
    width: 30px;
}
.sidebar-box{
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 2px solid #ddd;
}
.sidebar-box h4 a{
    color:#444;
    font-size: 15px;
}
.form-control:focus {
  border-color: #333;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,53,53,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(53,53,53,.6);
}
.login-register{
    padding-bottom: 70px;
}
.login-register .form-control{
    min-height: 45px;
}
.login-register .checkbox{
    margin-top: 0px;
}
.login-register form{
    padding: 30px;
    background-color: #f2f2f2;
   -webkit-box-shadow: 11px 11px 0px rgba(0,0,0,0.2);
   box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
}
.contact{
    padding-bottom: 70px;
}
.contact form{
    padding: 30px;
    background-color: #f2f2f2;
   -webkit-box-shadow: 11px 11px 0px rgba(0,0,0,0.2);
   box-shadow: 7px 7px 0px rgba(0,0,0,0.2);
}
.blog{
    padding-bottom: 40px;
    background-color: #f2f2f2;
}
.blog-post{
    background-color: #fff;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-bottom: 30px;
}
.blog-post span.date{
    position: absolute;
    left: 0;
    top: 0;
    background-color:  #3674af;
    color:#fff;
    display: inline-block;
    padding: 6px 12px;
}
.blog-desc{
    padding: 20px;
}
.comments h3{
    margin: 30px 0;
}
.post-comment{
    margin-top: 50px;
}
.search-widget{
    position: relative;
}
.search-widget i{
    position: absolute;
    top: 10px;
    right: 7px;
}
.error-page i.error-icon{
   font-size: 200px;
   color:#ddd;
}
.error-page h4{
    margin-top: 30px;
}
#proslide{
    height: 400px;
    overflow: hidden;
    margin-bottom: 30px;
}
#proslide img{
    width: 100%;
}
.colored-text{
    color:#ED3237;
}
.property-details{
    padding: 20px;
    background-color: #f6f6f6;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.property-details p{
    display: block;
    float: left;
}
.property-details p+p{
    margin-left: 20px;
}
.panel-default>.panel-heading{
    position: relative;
}
.panel-default>.panel-heading:after {
    content: '\f067';
    color: #fff;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    top: 8px
}
.panel-title>a{
    display: block;
}
.panel-default>.panel-heading.active:after {
    content: '\f068'
}
.panel-default>.panel-heading{
    color:#fff;
    background-color: #3674af;
}
#map_wrapper {
    height: 400px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.elements-page a{
    display: inline-block;
    margin-bottom: 10px;
}
.elements-page .panel-title>a{
    margin-bottom: 0px;
}


/**testimonials**/
.comments-peoples{
    padding: 50px 0;
    background-color: #ED3237;
    margin-top: 20px;
}
.comments-peoples h2{
    text-align: center;
    color:#fff;
    font-weight: 300;
    margin-bottom: 30px;
}
.comments-peoples p{
    font-size: 15px;
    color:#fff;
}
.comments-peoples em{
   color:#ddd;
   font-weight: 700;
}
.comments-peoples .owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.comments-peoples img{
    width: 80px;
    height: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {

    #myCarousel .carousel-inner .item {
    
        min-height: 500px;
        padding: 2px 0;
        height: 100%;
    
    }
    #myCarousel {
    
        min-height: 0px;
        height: auto;
        width: 88%;
        margin-left: 6%;
    
    }
    }