@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900,700italic,700,600,300,200,300italic,400italic);
body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  color: #333;
  font-size: 14px;
  line-height: 28px;
  background-color: #fff;
  font-weight: 400; }

/*
/*-----------------------------------------------------------------------------------*/
/*  RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: 0 !important; }

iframe {
  border: none;
  width: 100%; }

::selection {
  background: #fefac7;
  /* Safari */
  color: #555555; }

::-moz-selection {
  background: #fefac7;
  /* Firefox */
  color: #555555; }

strong, b {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

span.text-bg {
  padding: 0px 5px;
  background-color: #26a69a;
  color: #fff;
  line-height: 10px; }

span.text-bg1 {
  padding: 0px 5px;
  background-color: #0097cf;
  color: #fff;
  line-height: 10px; } 

span.text-bg2 {
  padding: 0px 5px;
  background-color: #f39d26;
  color: #fff;
  line-height: 10px; }

span.text-bg3 {
  padding: 0px 5px;
  background-color: #7a6bac;
  color: #fff;
  line-height: 10px; }  

span.text-color {
  color: #6b99c5;
  }
  
span.text-color1 {
  color: #0097cf; }
  
span.text-color2 {
  color: #f39d26; }
  
span.text-color3 {
  color: #7a6bac; } 

label {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #777; }

p.dropcap:first-letter {
  /*display: block;*/
  float: left;
  font-size: 48px;
  line-height:1;
  margin: 8px 5px -1px 0;
  color: #26a69a;
  font-family: "Source Sans Pro", sans-serif; }

  
input,
button,
select,
textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400; }

a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  font-family: "Source Sans Pro", sans-serif; }

a:hover,
a:focus {
  color: #26a69a;
  text-decoration: none; }

.colored-text {
  color: #26a69a; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif; }

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0; }

h2 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 32px 0; }

h3 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px; }

/*use in section headings*/
h3.heading {
  border-bottom: 1px solid #E5E5E5;
  color: #4e4e4e;
  font-size: 20px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }

h3.heading:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #5788b7;
  width: 90px;
  bottom: -1px;
  left: 0px;
  }

h3.heading-inqui {
  border-bottom: 1px solid #E5E5E5;
  color: #4e4e4e;
  font-size: 20px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }

h3.heading-inqui:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #F18C00;
  width: 90px;
  bottom: -1px;
  left: 0px; }

h3.heading-prop {
  border-bottom: 1px solid #E5E5E5;
  color: #4e4e4e;
  font-size: 20px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }

h3.heading-prop:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #7A6BAC;
  width: 90px;
  bottom: -1px;
  left: 0px; }

h3.heading-inmo {
  border-bottom: 1px solid #E5E5E5;
  color: #4e4e4e;
  font-size: 20px;
  margin: 0 0 10px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }

h3.heading-inmo:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #0097CF;
  width: 90px;
  bottom: -1px;
  left: 0px; }  
  
h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0; }

h5 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0; }

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0; }

/*parahraphs*/
p {
  color: #777777;
  line-height: 24px;
  margin: 0 0 20px; }
  
.lead {
  margin-bottom: 10px;
}
.pull-left p {
  color: #8FB916;
  line-height: 24px;
  font-size:16px;
  font-stretch: expanded;
  margin: 2px 0 0 0; }
/*-----------------------------------------------------------------------------------*/
/*  DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide20 {
  width: 100%;
  height: 30px; }
  
.divide30 {
  width: 100%;
  height: 30px; }

.divide40 {
  width: 100%;
  height: 40px; }

.divide50 {
  width: 100%;
  height: 50px; }

.divide60 {
  width: 100%;
  height: 60px; }

.divide70 {
  width: 100%;
  height: 70px; }

.divide80 {
  width: 100%;
  height: 80px; }

/*margins*/
.margin10 {
  margin-bottom: 10px; }

.margin20 {
  margin-bottom: 20px; }

.margin30 {
  margin-bottom: 30px; }

.margin40 {
  margin-bottom: 40px; }

/*************************************************************/
/************************** Buttons **************************/
/*************************************************************/
.btn {
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  border: none;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -webkit-border-radius: 0;
  border-radius: 0; }

.btn:hover {
  color: #fff; }

.border-black {
  border: 2px solid #333;
  color: #333; }

.border-black:hover {
  background-color: #333;
  border-color: #333; }

.border-white {
  border: 2px solid #333;
  color: #333;background-color: #fff; }

.border-white:hover {
  background-color: #333;
  border-color: #fff;
  color: #fff; }


.btn-theme-bg {
  background-color: #293f54;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  }

.btn-theme-bg:hover {
  background-color: #6b99c5;
  }
  
.btn-theme-bg-invert {
  background-color: #333;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px; }
.btn-theme-bg-invert:hover {
  background-color: #26a69a; }

/*forms*/
/*#bloodhound {
    widht:500px;
    background-color:#000;
}*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  color: #7a7a7a;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }
  
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border: 1px solid #26a69a;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  


#bloodhound,  
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.typeahead {
  color: #7a7a7a;/*gris*/
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }
  
#bloodhound,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.typeahead:focus {
  border: 1px solid #26a69a;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #26a69a;
}
.tt-menu {
  width: 460px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  /*border: 1px solid #dadada;*/
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
/*Modifica desplegable opciones*/
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}
.tt-suggestion p {
  margin: 0;
} 

/*************parallax*************/
.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  background-size: cover;
  background-attachment: fixed; }

/*************soical icons**********/
.social-1 {
  margin: 0;
  padding: 0; }

.social-1 li {
  padding-left: 1px;
  padding-right: 1px; }

.social-1 li a i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.social-1 li a i:hover {
  opacity: 0.8; }

.social-1 li a i.fa-facebook {
  background-color: #3b5998; }

.social-1 li a i.fa-twitter {
  background-color: #0084b4; }

.social-1 li a i.fa-google-plus {
  background-color: #C63D2D; }

.social-1 li a i.fa-pinterest {
  background-color: #cb2027; }

.social-1 li a i.fa-dribbble {
  background-color: #ea4c89; }

/***********bootstrap navigation overrides--*/
.navbar-default {
  font-family: "Source Sans Pro", sans-serif;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 80px;
  padding: 15px 0;
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #101b25;/*#293f54;*/
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  border-bottom-color: #143342;
  border-bottom-style:solid;
  border-bottom-width:1px;
  }
  
/*navbar INQUILINOS*/
.inqui {
  border-bottom-color: #F18C00;
  
}
/*navbar PROPIETARIOS*/
.prop {
  border-bottom-color: #7A6BAC;
  
}
/*navbar INMOBILIARIAS*/
.inmo {
  border-bottom-color: #0097CF;
  
} 

/*active default*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #86a0b9;
  background-color: transparent;
 }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #26a69a;
  background-color: #fff; }
.navbar-brand {
    /* width:200px; */
    /* height:54px; */ */
    margin-top: -9px;
    margin-top: -7px;
    font-weight: 800;
    color: #000 !important;
    font-size: 30px;
    line-height: 10px;
    }
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  }
.navbar-default .navbar-nav > li > a:hover {
  color: #26a69a; }

/*active1 azul*/ 
.navbar-default .navbar-nav > .active1 > a, .navbar-default .navbar-nav > .active1 > a:hover, .navbar-default .navbar-nav > .active1 > a:focus {
  color: #0097cf;
  background-color: transparent; }

  
.navbar-default .navbar-nav > li.azul > a {
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  }
  
.navbar-default .navbar-nav > li.azul > a:hover {
  color: #0097cf; }

/*active2 naranja*/  
.navbar-default .navbar-nav > .active2 > a, .navbar-default .navbar-nav > .active2 > a:hover, .navbar-default .navbar-nav > .active2 > a:focus {
  color: #f39d26;
  background-color: transparent; } 
  
.navbar-default .navbar-nav > li.naranja > a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  }
  
.navbar-default .navbar-nav > li.naranja > a:hover {
  color: #f39d26; }

/*active3 violeta*/
  .navbar-default .navbar-nav > .active3 > a, .navbar-default .navbar-nav > .active3 > a:hover, .navbar-default .navbar-nav > .active3 > a:focus {
  color: #7a6bac;
  background-color: transparent; } 
  
.navbar-default .navbar-nav > li.violeta > a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  }
  
.navbar-default .navbar-nav > li.violeta > a:hover {
  color: #7a6bac; }   

  
/*navbar search form***/
.dropdown-form {
  padding: 10px 15px;
  min-width: 210px; }

.dropdown-form .form-inline .form-control {
  height: 32px; }
  
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
  margin: 0;
  background-color: #fff;
  border: none;
  padding: 0px; }

.navbar .dropdown-menu li a {
  color: #777;
  padding: 6px 20px;
  font-weight: 400;
  font-size: 15px;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

/*********top bar************/
.top-bar-wrap {
  padding: 6px 0;
  background-color: #333;
  display: none;
  }

.top-bar {
  min-height: 20px;
  line-height: 20px; }

.top-bar a {
  font-size: 12px;
  color: #fff; }

.top-bar .social-1 li a i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px; }

/****************************footer************************/
#footer {
  background-color: #333;
  padding: 35px 0 40px;
  color: #969696;
  border-top: 4px solid #777; }

.footer-col h3.heading {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  border-bottom-color: #666;
  margin-bottom: 20px;
  }

.address-info {
  font-family: "Source Sans Pro", sans-serif; }

.address-info li {
  padding: 3px 0;
  color: #969696; }

.address-info li i {
  color: #6b99c5;
  margin-right: 5px;
  }

.address-info li a {
  color: #969696; }

.address-info li a:hover {
  color: #26a69a; }

.popular-post li {
  padding-bottom: 20px; }

.popular-img {
  float: left;
  margin-right: 10px; }

.popular-img a img {
  width: 50px;
  height: 50px; }

.popular-desc {
  display: table; }

.popular-desc h5 {
  font-size: 17px; }

.popular-desc h5 a {
  color: #666; }

.popular-desc h5 a:hover {
  color: #26a69a; }

.popular-desc h6 {
  color: #777; }

.newsletter-form .form-control {
  height: 38px; }

.footer-work a img {
  opacity: 0.6;
  width: 60px;
  height: 50px;
  display: inline-block;
  margin: 3px; }

.footer-work a img:hover {
  opacity: 1; }

.footer-btm {
  padding: 30px 20px;
  border-top: 1px solid #444;
  text-align: center; }

/************************image hover effect*******************/
.item-img-wrap {
  position: relative;
  text-align: center;
  overflow: hidden; 
  height: 133px;
  }

.item-img-wrap img {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.item-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.item-img-overlay span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/plus.png) no-repeat center center rgba(108, 168, 255, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }

.item-img-wrap:hover .item-img-overlay span {
  opacity: 1; }

.item-img-wrap:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
  
/******************calculator****************/  
.calculator-box h4 {
  font-size:18px;   
  margin: 0;
  padding: 0;
}
.calculator-box label {
  font-size:17px;
  margin: 0;
  padding: 0;
  line-height: 10px;
}
.calculator-box .help-block {
  font-style:italic;    
  margin: 0 0 10px 0;
  line-height: 10px;
}
.calculator-box p.txt {
 font-family: "Source Sans Pro", sans-serif;
 font-weight: 400;
 color: #777;   
 font-size:17px;
 margin: 20px 0 0 0;
 padding: 0;
 line-height: 10px;
}
.calculator-box .divide20 {
  border-bottom: 1px solid #8FB916;
  margin:0 0 10px 0;
  width: 100%;
  height: 10px; }

.calculator-box .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 15px 20px 20px 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}  
/* TESTING */
.calculator {
  border-bottom: 1px solid #8FB916;
  color: #777;
}
.calculator .calculator-row {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
}
.calculator .calculator-row p{
  margin:0;
  padding:0;
  line-height:20px;
}
.calculator .calculator-row .left-column {
  width: 100%;
  float: left;
}
.calculator .calculator-row .right-column {
  width: 100%;
  float: left;
}
.calculator .calculator-row .right-column label {
  font-size: 18px;
  margin:0 10px 0 0;;
}
.calculator small {
  font-size: 14px;
  font-style: italic;
  line-height:10px;
  font-weight:normal;
}
.calculator .currency {
  color: #8FB916;
  float: left;
  height: 30px;
  line-height: 30px;
}
.amount {
  height: 30px;
  width: 100px;
  border: 1px solid #8FB916;
  float: left;
  padding: 4px;
  font-weight: 400;
  color: #777;
  margin: 0;
}

.service-cost {
  border-bottom: 1px solid #8FB916;
  padding: 12px 0;
}
.service-cost h3 {
  color: #7a9456;
  font-size: 19px;
  margin:0 0 5px 0;
}
.service-cost p {
  color: #777;
  font-size: 16px;
  margin:0 0 5px 0;
}
.service-cost .pull-left {
  float: left;
}
.service-cost .pull-right {
  float: right;
}
.service-cost .result {
  /*width: 100%;*/
  overflow: hidden;
  height: auto;
  line-height: 34px;
  font-size: 17px;
}

.service-cost * {
  margin-right: 6px;
}

@media (min-width: 767px) {
  .service-cost .pull-left {
    float: left;
  }
  .service-cost .pull-right {
    float: right;
  }
  .service-cost .pull-left .result .row .col-md-5{
    float: left;
  }
  .service-cost .pull-right .result .row .col-md-5{
    float: right;
  }
}

/******************services****************/
/*service box*/
.service-box h4 i {
  margin-right: 10px;
  color: #26a69a;
  font-size: 27px;
  }

/*progress rounded*/
.process-rounded {
  background: url(../img/showcase-16.jpg);
  padding: 50px 0; }

.process-rounded h3 {
  color: #fff;
  margin-bottom: 50px; text-shadow: 0 2px 2px rgba(0, 0, 0, .6); }

.process-box {
  text-align: center; }

.process-box i {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 54px;
  color: #26a69a;
  margin-bottom: 20px;
  border: 2px solid #26a69a;
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.process-box:hover i {
  color: #fff;
  background-color: #26a69a; }

.process-box h4 {
  color: #fff;
  margin-bottom: 0px; }

.service-box-2 {
  text-align: center; }

.service-box-2 i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  margin-bottom: 20px;
  color: #fff;
  background-color: #26a69a;
  font-size: 26px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.service-box-2:hover i {
  background-color: #333;
  color: #fff; }

/**************work and portfolio whole*******/
/* mouse grab icon */
.grabbing {
  cursor: url(../img/grabbing.png) 8 8, move !important; }

.portfolio {
  padding: 60px 0;
  background-color: #f5f4f4; }

.work-desc {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }

.work-desc h5 {
  margin: 0px;
  display: inline-block;
  font-size: 15px; }

.work-desc i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #26a69a;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-right: 30px; }

.owl-spaced .owl-item > div {
  margin: 5px; }

#grid .mix {
  opacity: 0;
  display: none; }

.portfolio-filters {
  margin-bottom: 40px;
  margin-left: 0px; }

.portfolio-filters li {
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

.portfolio-filters li:hover {
  background-color: #26a69a;
  color: #fff; }

.portfolio-filters li.active {
  background-color: #26a69a;
  color: #fff; }

/*testimonials parallax*/
.testimonials {
  background: url(../img/showcase-13.jpg);
  padding: 50px 0; }

.testimonials h4 {
  color: #fff;
  font-weight: 300; text-shadow: 0 2px 2px rgba(0, 0, 0, .6); }

.testimonials h4 i {
  color: #26a69a; text-shadow: 0 2px 2px rgba(0, 0, 0, .6);}

.testimonials p {
  color: #26a69a; text-shadow: 0 2px 2px rgba(0, 0, 0, .6);}

/***********bootstrap collapse overrides*/
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px; }

.panel-default > .panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #26a69a !important;
  padding: 7px 12px; }

.panel-title i {
  margin-right: 10px;
  color: #6ca8ff; }

/**************coming soon*************/
.soon-bg {
  background: url(../img/showcase-1.jpg);
  padding: 150px 0; }

.soon-bg h2 {
  font-weight: 300;
  color: #fff; }

.countdown_amount {
  display: block;
  font-size: 44px;
  padding-top: 25px;
  line-height: 20px;
  font-weight: 400;
  color: #fff; }

.countdown_section {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 13px;
  margin: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-align: center; }

.subscribe-form .form-control {
  height: 38px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

/****fun facts*****/
.fun-fact-wrap {
  background: url(../img/showcase-1.jpg);
  padding-top: 50px;
  padding-bottom: 30px; }

.facts-in {
  text-align: center;
  margin-bottom: 60px; }

.facts-in h3 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  color: #000; }

.facts-in h3 i {
  font-size: 40px;
  margin-right: 20px;
  color: #26a69a; }

.facts-in h4 {
  margin-bottom: 0px; }

/******owl carousel*******/
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  /* border-radius: 20px; */
  background: #26a69a !important; }

/*contact us*/
/*gmap*/
#map-canvas {
  width: 100%;
  height: 300px; }

/***error page****/
.error-digit {
  font-size: 150px;
  text-align: center;
  line-height: 150px; }

.error-page h3 {
  font-weight: 300; }

/********************************main slider***********************/
.main-slider {
  overflow: hidden;
  position: relative;
  height: 500px; }
  .main-slider .flexslider {
    border: 0px;
    padding: 0px;
    height: 500px;
    margin: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative; }
    .main-slider .flexslider .slides li {
      background-size: cover;
      background-repeat: no-repeat;
      backface-visibility: visible;
      -webkit-backface-visibility: visible;
      height: 500px; }
      .main-slider .flexslider .slides li .slider-text {
        width: 100%;
        display: table;
        position: relative;
        height: 100%; }
        .main-slider .flexslider .slides li .slider-text .inner {
          width: 100%;
          display: table-cell;
          vertical-align: middle;
          position: relative;
          height: 100%; }
          .main-slider .flexslider .slides li .slider-text .inner h1 {
      text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
            color: #fff;
            font-weight: 300;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-size: 55px;
            line-height: 65px; }
          .main-slider .flexslider .slides li .slider-text .inner p {
        Text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
        /*background-color:#fff;
        opacity: 0.5;*/
        padding:10px;
            color: #fff;
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 30px; }
      
  .alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(32,32,32);
    /* RGBa with 0.6 opacity */
    background-color: rgba(32, 32, 32, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
      
  .main-slider .flex-direction-nav a {
    height: 50px;
    line-height: 50px;
    width: 50px;
    text-shadow: none;
    color: #26a69a; }
  .main-slider .flex-direction-nav a:before {
    text-shadow: none;
    color: #26a69a; }

/*purchase sec*/
.purchase-section {
  padding: 20px 25px;
  background-color: #f5f4f4; }

.purchase-section h3 {
  margin: 0 0 10px 0;
  font-weight: 400; }

.purchase-section .btn-theme-bg {
  float: right; }

.purchase-section p {
  font-size:18px;
  margin: 0px; }

/**************blogs********************/
.post-desc {
  padding: 15px 0; }

.post-desc p {
  margin: 10px 0; }

/**inner pages*****/
.blog-wrap {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px; }

.blog-desc h4 {
  font-size: 30px;
  font-weight: 500; }

.blog-desc p {
  margin: 1em 0 0 0;}  

.post-deatil li a {
  color: #26a69a; }

.post-deatil li a:hover {
  color: #000; }

.comments-list {
  margin: 0 0 54px;
  padding: 0; }

.comments-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5; }

.comments-list li:first-child {
  padding-top: 10px; }

.comments-list li .avtar {
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px; }

.comments-list .meta {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 4px; }

.comments-list p {
  overflow: hidden; }

/**about us*/
.about-us img {
  float: left;
  width: auto;
  height: auto;
  margin-right: 20px; }

.about-us p {
  margin: 0 0 10px 0;
  font-size:16px;
  line-height: 22px; }
  
.about-us a {
  color:#337ab7; }

 .about-us a:hover, .about-us a:focus {
    color: #26a69a;
}
  
/****************bootstrap breadcrumb overrides*****************/
.bread-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #eee; }

.bread-wrap h4 {
  margin: 0px;
  text-transform: capitalize; }

ol.breadcrumb {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #26a69a; }

ol.breadcrumb li a {
  color: #333; }

/**********************sidenav*********************/
.side-nav li {
  border-bottom: 1px solid #e9e9e9; }

.side-nav li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  position: relative; }

.side-nav li a.active {
  color: #26a69a; }

.side-nav li a i {
  margin-right: 10px; }
  

  
.side-nav-afianzar li {
  /*border-bottom: 1px solid #e9e9e9;*/
}

.side-nav-afianzar li a {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  position: relative; 
  
  background: #ffefd9;
  border-radius:8px;
  margin-bottom: 4px;
}
.side-nav-afianzar li a:hover, a:focus {
  color: #F18C00;

    color: #000000;
    text-decoration: none;
    background: #FFC676;
}   
.side-nav-afianzar li a.active {
  color: #F18C00; 
}
.side-nav-afianzar li a i {
  margin-right: 10px; 
}

.side-nav-afianzar.side-nav-inqui li a { background: #ffefd9;}
.side-nav-afianzar.side-nav-inqui li a:hover, a:focus { background: #FFC676;}
.side-nav-afianzar.side-nav-inmo li a { background: #DDF4FD;}
.side-nav-afianzar.side-nav-inmo li a:hover, a:focus { background: #44CCFF;}
.side-nav-afianzar.side-nav-prop li a { background: #ECE9F7;}
.side-nav-afianzar.side-nav-prop li a:hover, a:focus { background: #F3F1F9;}



/*********************pricing tables****************/
.naran-pricing {
  border: 1px solid #e9e9e9;
  text-align: center; }

.narani-price-title {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  background: #f9f9f9;
  position: relative; }

.narani-price-title h3 {
  margin: 0px;
  font-size: 18px;
  text-transform: uppercase;
  color: #000; }

.narani-price-title h2 {
  font-size: 38px; }

.narani-price-title sup {
  color: #777;
  font-size: 16px;
  top: -20px; }

.narani-price-title sub {
  color: #777;
  font-size: 16px; }

.narani-price-content {
  padding: 20px 0; }

.narani-price-content p {
  margin: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #e9e9e9; }

.naran-pricing-btn {
  padding-bottom: 20px; }

span.popular-tag {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 6px;
  color: #fff;
  background-color: #26a69a;
  font-size: 10px; }

.narani-price-title.popular-title {
  background-color: #333; }

.narani-price-title.popular-title h2 {
  color: #fff; }

.narani-price-title.popular-title h3 {
  color: #fff; }

/************team****************/
.default-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px; }

.img {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0; }

.description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  width: 100%;
  padding: 10px 0; }

.description h4 {
  margin: 0px; }

.description span {
  font-size: 11px; }

.hover-desc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: rgba(50, 197, 210, 0.9);
  padding: 20px;
  color: #fff; }

.hover-desc h4 {
  color: #fff; }

.hover-desc p {
  color: #f5f5f5; }

.default-wrap:hover .hover-desc {
  opacity: 1; }

/***********************sign in or sign up css****************/
.login-form {
  padding: 20px;
  background-color: #f5f5f5; }

.login-form h3 span {
  color: #777;
  font-size: 15px; }

.btn-fb-login {
  background-color: #3b5998;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px; }

.login-form form a {
  display: inline-block;
  margin-left: 5px; }

@media (max-width: 320px) {
  .login-form form a {
    margin-top: 10px; } }
/********************************sidebar***********************/
.sidebar-box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #555; }

.search-widget {
  position: relative; }

.search-widget i {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #777; }

.cat-list li {
  padding: 3px 0; }

.cat-list li a {
  color: #888;
  margin-right: 10px; }

.cat-list li i {
  color: #888;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; }

.cat-list li:hover i {
  margin-left: 5px; }

.cat-list li a:hover {
  color: #26a69a; }

/********elements (remove)*******/
.element-btn a {
  margin: 5px; }

.grid-system span {
  display: block;
  padding: 3px 8px;
  background-color: #e5e5e5;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .navbar-brand {
    margin-top:-20x;}
  .main-slider {
    height: 300px; }
    .main-slider .flexslider {
      height: 300px; }
      .main-slider .flexslider .slides li {
        height: 300px; }
        .main-slider .flexslider .slides li .slider-text .inner h1 {
          color: #fff;
          font-weight: 300;
          text-transform: uppercase;
          margin-bottom: 20px;
          font-size: 35px;
          line-height: 45px; }
        .main-slider .flexslider .slides li .slider-text .inner p {
        text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
          font-size: 16px;
          margin-bottom: 20px; } }
@media (max-width: 567px) {
  .main-slider {
    height: 250px; }
    .main-slider .flexslider {
      height: 250px; }
      .main-slider .flexslider .slides li {
        height: 250px; }
        .main-slider .flexslider .slides li .slider-text .inner h1 {
          color: #fff;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 10px;
          font-size: 25px;
          line-height: 35px; }
        .main-slider .flexslider .slides li .slider-text .inner p {
        text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
          font-size: 13px;
          margin-bottom: 20px; } }
@media (max-width: 375px) {
  .main-slider .flexslider .slides li {
    height: 250px;
    background-size: 100%;
    background-position: 100%; }
    .main-slider .flexslider .slides li .slider-text .inner h1 {
      color: #fff;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-size: 16px;
      line-height: 25px; }
    .main-slider .flexslider .slides li .slider-text .inner p {
      text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
      font-size: 11px;
      margin-bottom: 10px; } }

/*# sourceMappingURL=style.css.map */
