@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Open+Sans+Condensed:300,700');
* {
}
a, input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	background: #fff;
	color: #767676;
}
/*Typography Global*/
a {
	color: #cc0000;
}
a:hover {
	color: #26306B;
}
hr {
	border-color: #c8c8c8;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 48px;
	color: #fff;
}
h2 {
	font-size: 32px;
	color: #454545;
	text-transform: uppercase;
}
h2 small {
	text-transform: none;
	color: #454545;
}
h3 {
	font-size: 27px;
	color: #434a4a;
}
h3 a {
	color: #434a4a;
}
h3 a:hover {
	text-decoration: none;
	color: #98c3e9;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 19px;
	color: #33313a;
	margin-bottom: 0px;
	margin-top: 10px;
}
h4 a {
	color: #33313a;
}
h4 a:hover {
	text-decoration: none;
}
h5 {
	font-size: 14px;
	color: #33313a;
	margin-bottom: 5px;
	margin-top: 12px;
}
blockquote {
  min-height:140px;
  border-left: 2px solid #ccc;
  color:#fff;
  text-shadow: 0 0 6px #141510; 
  background: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: normal !important;
}

/*Homepage Lifestyle section*/
.ieditbucket {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.ieditbucket img {
	z-index: 1;
	opacity:1;
	transition: .5s ease;
}
.ieditbucket img:hover{
	opacity:0.7;
	transition: .5s ease;
	box-shadow: 1px 1px 2px black, 0 0 25px #1B1464, 0 0 5px #1B1464;
	}
.imgbucket {
	height:240px;
	text-align: center;
	margin-bottom: 20px;
	overflow:hidden;
}
.hilight {
	background-color: rgba(22,34,82,0.55);
	position: absolute;
	/* height: 40%;
	 width: 60%;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 20px;
	margin: auto;
	bottom: 30%;
	top: 30%;
	left: 20%;
	right: 20%;
	z-index: 200;
	max-width: 300px;
}

/*Homepage Bottom Blocks*/
.ieditbucket2 {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.ieditbucket2 img {
	z-index: 1;
	opacity:1;
	transition: .5s ease;
}
.ieditbucket2 img:hover{
	opacity:0.7;
	transition: .5s ease;
	}
.textbox2 {
	background-color: rgba(22,34,82,0.55);
	margin: auto;
	position: absolute;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 20px;
	margin: auto;
	bottom: 30%;
	top: 30%;
	left: 20%;
	right: 20%;
	
}
.hilight2 {
	/*background-color: rgba(192,5,12,0.55);*/
	position: absolute;
	/* height: 40%;
	 width: 60%;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	/*padding: 20px;*/
	margin: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	/*max-width: 300px;*/
}
.hilight2:hover {
	background-color: rgba(22,34,82,0.95);
	transition: .8s ease;
	position: absolute;
	/* height: 40%;
	 width: 60%;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	/*padding: 20px;*/
	margin: auto;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	/*max-width: 300px;*/
}

.scrollerbox{
	display: inline-block;
    vertical-align: top;
    float: none;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	background-color: #57B4E6;
	height: 100px;
	margin: 10px;
	width: 325px;
}

.clr {
	clear: both;
	content: '';
	display: table;
}
.descr {
	color: #3E3E3E;
	font-size: 14px;
	font-family: "Capriola", sans-serif;
}
.cap{text-transform:capitalize;}
.header-toolbar-container { margin-top:109px; width:100%; background-color:#F5F5F5; border-bottom: 1px solid #d4d4d4; height: 30px;}
.header-toolbar-centering { margin: 0 auto; max-width: 1170px;}
.container h1{ font-size:28px; color: #767676;}
.breadcrumb {background: none;}
.breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
}
.breadcrumb li {
  text-transform: lowercase;
  display: inline;
}
.no-display {display: none;}
.sub-page {padding-bottom:100px; min-height:48vh;}
.separator{padding-bottom: 20px;}

/* Forms */
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #26306B;
}

.checkbox {
  padding-top:8px;
  padding-left: 20px;
}
.checkbox label {
  width: 100%;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 4px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: -1px;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {  
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Glyphicons Halflings';
  content: "\e013";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #cc0000;
  border-color: #cc0000;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 10px;
}
.radio-info input[type="radio"] + label::after {
  background-color: #428BCA;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #428BCA;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #428BCA;
}
input[type="checkbox"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after {
  color: #fff;
}

/*Buttons*/
/*.btn {
	font-family: Calibri, sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
.btn:hover {color:#fff !important;}*/
.btn { border-color: #26306B; text-decoration: none; text-transform: uppercase; text-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; background: #26306B; color: #fff; border-radius: 0px; }
.btn:hover { background: #333; color: #fff; border-color: #333; }

.btn-primary, .btn-primary:focus, .btn-primary:active {
	background-color: #26306B;
	border-color: #26306B;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	font-family: Calibri, sans-serif;
	color: #fff;
	text-transform: none;
}
.btn-primary:hover {
	background-color: #26306B;
	border-color: #26306B;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	font-family: Calibri, sans-serif;
}
.btn-success, .btn-success:active, .btn-success:focus {
	background-color: #26306B;
	border-color: #26306B;
	color: #444c4c;
	text-transform: none;
	outline: none;
	font-size: 14px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-top: 10px;
}
.btn-success:hover {
	background-color: #26306B;
	border-color: #26306B;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}
.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
	background-color: transparent;
	border-color: #F5F5F5;
	font-size: 14px;
	font-weight: bold;
	font-family: Calibri, sans-serif;
	color: #7f7f7f;
	text-transform: none;
}
.btn-default, .btn-default:hover, .btn-default:focus {
	font-size: 18px;
	color: #fff;
	border-color: #26306B;
	background: #26306B;
}
button.btn-primary:focus {
	outline: none;
}
.btn-info-blue {
	background-color: #26306B;
	color: #fff;
}
.btn-info-blue:hover {
	background-color: #26306B;
}
/*Header*/
header {
	background-color: #2a2a2a;
}
/*Main Navigaion Menu*/
.dropdown-menu, .well { border-radius: 0; }
.dropdown-menu { padding: 0px; border: 0px; }
.dropdown-menu > li > a { padding-left: 15px; padding-right: 15px; font-weight: bold; }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background: #26306B; color: #fff; } 

.navbar-toggle {}
.nav-tabs { border-color: #26306B; }
.nav-tabs > li > a { border-radius: 0; }
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus { border-color: #26306B; color: #fff; background: #26306B; }

.tab-content > .tab-pane { padding: 15px 0; }
.nav-tabs > li > a:hover {}
.nav > li > a:hover, 
.nav > li > a:focus {}
.nav-pills > li > a { background: #F6F6F6; color: #453951; }
.nav-pills > li > a { margin: 0 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { background: #453951; }
.nav-pills > li.active > a:after { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(69, 57, 81, 0); border-top-color: #453951; border-width: 10px; margin-left: -10px; }




.top-menu { font-size: 14px; position: fixed; margin: 0px; font-family: 'Open Sans Condensed'; font-weight: 700; padding: 30px 0; background-color:rgba(255, 255, 255, 0); border-bottom: 0px;}
.top-menu .navbar-header { margin-left: 0px; margin-right: 0px; }
.top-menu .navbar-brand { color: #333333; font-size: 32px; height: auto; line-height: 50px; padding: 0px; }
.top-menu .navbar-brand i { color: #1CB2DD; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #1CB2DD; }
.top-menu, .top-menu .logo, .header-toolbar-container, .breadcrumb-container, .search-bar-address, .search-bar-overview, .search-bar-request,  .top-menu { -webkit-transition: all 0.8s; -moz-transition: all 0.8s; transition: all 0.8s; }
.top-menu, .top-menu .navbar-brand, .top-menu .navbar-nav > li > a:focus { color:#000;}
.top-menu .navbar-nav > li > a { color: #211F20; text-transform: uppercase; background: rgba(255, 255, 255, .9); margin: 0 1px 0 1px;}
.top-menu .navbar-nav > li > a:hover,
.top-menu .navbar-nav > li > a.current,
.top-menu .navbar-nav > .active > a, 
.top-menu .navbar-nav > .active > a:hover, 
.top-menu .navbar-nav > .active > a:focus,
.top-menu .navbar-nav > .open > a, 
.top-menu .navbar-nav > .open > a:hover, 
.top-menu .navbar-nav > .open > a:focus,
.top-menu .navbar-nav .open .dropdown-menu > li > a:hover, 
.top-menu .navbar-nav .open .dropdown-menu > li > a:focus { background: #26306B; color: #fff; }
.top-menu .navbar-toggle { border-color: #26306B; margin-right: 0px; height:35px; width:45px; margin-left: 10px; background: #26306B; }
.top-menu .navbar-toggle .icon-bar { background: #26306B; }
.top-menu .navbar-toggle:hover, 
.top-menu .navbar-toggle:focus { background: #26306B; border-color: #26306B; }
.top-menu .navbar-toggle .icon-bar { background: #fff; }
.top-menu .navbar-toggle { color: #fff; font-size: 15px;}
.top-menu .navbar-right .dropdown-menu { left: 0px; }
.top-menu .navbar-collapse, .top-menu .navbar-form { border-color: #26306B; }
.top-menu > .container .navbar-brand, 
.top-menu > .container-fluid .navbar-brand { margin: 0px;}
.top-menu > .container { width:98%;max-width:1160px;}

.logo {height: 89px; margin-top: 5px;}

.dropdown-large {
  position: fixed;
}
.dropdown-menu-large { 
  margin-left: 16px; 
  margin-right: 16px;
  padding: 20px 20px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style-type: square;
  font-size:12px;
  margin-left: 20px;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  font-size:12px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
  margin-left: -20px;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; 
}
.dropdown-menu-large .dropdown-header { 
  color: #26306B;
  font-size: 18px;
  margin-left: -20px;
}
.dropdown-menu-large .nearbyhomes { display:none;}
.icon-list { 
  list-style-type: none !important;
}
.icon-list > a { 
  padding-left: 6px !important;
}
.blue {
  color: #26306B;
  margin-right: 8px;
}

.dropdown-menu-search{ width:480px; margin-left:-20px; border-top: 3px solid #26306B;}
.dropdown-menu-tools{width:260px; margin-left:-20px; border-top: 3px solid #26306B;}
.dropdown-menu-more{ width:250px; margin-left:-120px; border-top: 3px solid #26306B;}
.dropdown-menu-search > .col-sm-2 { width:50%; }
.dropdown-menu-tools > .col-sm-3 { width:100%; }
.dropdown-menu-more > .col-sm-3 { width:100%; }
.menu-close{display:none;}




/*Carousel*/
.carousel-indicators li {
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-color: #5f5d60;
}
.carousel-indicators .active {
	background-color: #26306B;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	border-color: #26306B;
}
.carousel .btn-default {
	width: 230px;
	background: #fff;
	height: 60px;
	margin: 30px 5px;
	color: #63b6ff;
	line-height: 60px;
	font-family: 'Capriola', sans-serif;
	text-transform: none;
	padding: 0;
	font-size: 18px;
	font-weight: 300;
}
.carousel-caption {
	position: absolute;
	top: 50%;
	margin-top: -140px;
	height: 280px;
	font-size: 18px;
	font-family: 'Capriola', sans-serif;
	color: #f9f9f9;
	text-shadow: 1px 1px 3px #666666;
}
.carousel-caption h1 {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Capriola', sans-serif;
	color: #fff;
}
.carousel-control {
	background: none;
	opacity: 1;
	-moz-opacity: 1;
}
.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 70px;
	height: 71px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 70px;
	height: 71px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
}
.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}
.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}
.boxed .carousel-control .carousel-control-left {
	left: 20px;
}
.boxed .carousel-control .carousel-control-right {
	right: 20px;
}
.boxed .carousel-caption {
	top: 40%;
}
.boxed .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}

/*Home Content Boxes*/

.content-services a:visited, .content-services a:link, .content-services a:hover, .content-services a:active{
	text-decoration:none;
}
.service-wrap{
	height:290px;
	text-align:center;
}

#fade-out img{
	opacity:1;
	transition: .5s ease;
	}
#fade-out img:hover{
	opacity:0.5;
	transition: .5s ease;
	}
	

.square-icon {
    width:210px;
    margin: 10px;
    border:3px solid #172451;
/*    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;*/
}

/*YouTube Videos*/
.youtubevideowrap {
	width:90%;
	max-width: 640px;
	margin: 0 auto;
	padding-bottom:20px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
/*.videotitle{
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    margin-bottom: .5em;
    padding: 7px 15px;
}*/
.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



/*Container*/
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.row {
	padding: 75px 0;
}
p.big-paragraph {
	font-size: 18px;
	color: #bde0ff;
	font-family: 'Capriola', sans-serif;
}
/*about-us*/
.about-us {
	margin-top: 70px;
}
.about-us img {
	margin: 20px 0;
	width: 100%;
}
.about-us .btn {
	margin-top: 20px;
}
.orange {
	color: #26306B;
	padding: 0 0 10px 0;
}
.black-text {
	color: #34313c;
}
/* Text Line*/
.text__line {
	background: url('../images/image_1962x231.jpg') no-repeat;
	background-size: 100% 100%;
	padding: 70px 0;
}
.text__line h2 {
	color: #fff;
	text-transform: none;
	line-height: 40px;
}
/*Icon Heading*/
.icon__heading {
	position: relative;
	margin-top: 40px;
	height: 30px;
}
.icon__heading span {
	padding: 0 20px;
	position: relative;
	bottom: 50px;
	display: inline-block;
}
/*Three Blocks*/
.three-blocks {
	background: url('../images/pattern_white.png') repeat;
	padding-top: 70px;
}
.three-blocks h3 {
	padding: 15px 0 15px 55px;
	background: url('../images/icons/icon2.png') no-repeat left center;
}
.three-blocks .col-md-4:first-child h3 {
	background: url('../images/icons/icon1.png') no-repeat left center;
}
.three-blocks .col-md-4:last-child h3 {
	background: url('../images/icons/icon3.png') no-repeat left center;
}
.three-blocks img {
	width: 100%;
	margin: 20px 0;
}
.three-blocks .btn {
	margin-top: 20px;
}
.three-blocks .icon__heading span {
	background: url('../images/pattern_white.png') repeat;
}
/* grey-info-block */
.testimonials {
	background: url('../images/image_1962x374.jpg') no-repeat;
	background-size: 100% 100%;
	font-family: 'Capriola', sans-serif;
	width: 100%;
	margin: 0;
	padding: 70px 0 30px 0;
}
.testimonials h2 {
	color: #fff;
}
.testimonials p {
	color: #fff;
	font-weight: 100;
	padding-top: 20px;
	font-size: 18px;
}
.testimonials p a {
	font-size: 12px;
	position: relative;
	bottom: 15px;
}
.testimonials p.description {
	padding-top: 0;
	margin-top: -5px;
	color: #98c3e9;
	font-size: 12px;
}
.testimonials .carousel {
	padding-bottom: 70px;
}
/* Recent Posts */
.recent-posts {
	padding-top: 70px;
}
.recent-posts .icon__heading span {
	bottom: 43px;
}
.recent-posts .text p {
	margin-bottom: 15px;
	padding-bottom: 0;
}
.recent-posts .text p small {
	text-transform: none;
	color: #4A4A4A;
	font-size: 12px;
}
.recent-posts .btn {
	font-family: "Capriola", sans-serif;
	color: #434a4a;
	font-size: 14px;
	text-transform: none;
	padding: 0;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}
.recent-posts .btn:hover {
	color: #98c3e9;
}
.recent-posts .col-md-9 .text {
	float: left;
	width: 69%;
	margin-left: 2%;
}
.recent-posts .col-md-9 .text h3 {
	margin: 5px 0 0;
}
.recent-posts .col-md-9 article {
	margin-bottom: 50px;
}
.recent-posts .col-md-3 h4 {
	text-transform: none;
}
.recent-posts .col-md-3 p {
	font-family: 'Capriola', sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
}
.recent-posts .col-md-3 .icon-item {
}
/*Social Icons*/
.socialicon {
	position: relative;
	display: inline-block;
	width: 44px;
	margin-right: 5px;
	height: 44px;
}
.socialicon-twitter {
	background: url('../images/social/twitter.png') no-repeat;
}
.socialicon-facebook {
	background: url('../images/social/facebook.png') no-repeat;
}
.socialicon-google {
	background: url('../images/social/google.png') no-repeat;
}
.socialicon-linkedin {
	background: url('../images/social/linkedin.png') no-repeat;
}
/* Contact Form */
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
/* Aside */
aside h3 {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
aside h3 span {
	position: relative;
	bottom: 11px;
	padding-right: 30px;
	background: #fff;
}
aside img {
	width: 100%;
	margin-bottom: 10px;
}
aside ul li {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
aside ul li:last-child {
	border-bottom: none;
}
aside a.btn {
	margin: 20px 0 40px;
}
/* Main Content*/
.main-content h3 {
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.main-content h3 span {
	position: relative;
	bottom: 11px;
	padding-right: 30px;
	background: #fff;
}

/* Service Area */
#buyers-info { background-color: #57B4E6; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; -webkit-background-size: widthpx heightpx; -webkit-background-size: 1900px 1200px; }
#buyers-info { padding: 20px 0px; position: relative; }
#buyers-info .container { position: relative; color: #fff;}
#buyers-info .container h1, #buyers-info .container h4{ color: #fff;}
#buyers-info .i-overlay { padding: 10px 0; font-size: 40px; color: #57B4E6; border: 2px solid #57B4E6; width: 80px; height: 80px; background: #fff; margin: 15px auto; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.35s; -moz-transition: 0.35s; -o-transition: 0.35s; transition: 0.35s; }
#buyers-info .col-md-3:hover .i-overlay { color: #fff; background: #57B4E6; border:2px solid #fff;}
#buyers-info a { position: absolute; top:0; left:0; width: 100%; height: 100%;}


/* footer Area */
#footerArea { padding: 0; overflow: hidden; width: 100%; background: #F1F2FA;}
#footerArea .footer_top { padding: 30px 0; border-bottom: 1px solid #57B4E6; width: 100%; background: #172451; }
#footerArea h4 { color: #fff; text-transform: uppercase; font-size: 16px; border-bottom:1px solid #57B4E6; padding-bottom:10px; margin-bottom:10px; margin-top:30px;}
#footerArea a { color: #000; font-size: 13px; }
#footerArea p { padding: 10px 0; margin: 0px; color: #000; float: left; font-size: 13px; line-height: 18px; }
#footerArea p a { display: inline; }
#footerArea a:hover { color: #172451; }

.footer_top .button {
    background-color: #57B4E6; /* Green */
    border: none;
    color: white;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    cursor: pointer;
}

/* Side Widget */
.widget { margin-top: 0; margin-bottom: 0;}
.widget ul, .widget ol { margin: 0px; padding: 0px; }
.widget.menu ul li { border-bottom: 1px solid #57B4E6; white-space: nowrap; overflow: hidden;} 
.widget.menu ul li a { display: block; padding: 7px 0; }
.widget.menu ul li i { padding-right: 5px; }
.widget.menu ul li a:hover { padding-left: 8px; background: #57B4E6; }
.widget.tags ul { width: 100%; overflow: hidden; list-style: none;}
.widget.tags ul li { list-style: none; margin: 0px 5px 5px 0px; padding: 0px; float: left;}
.tags > .btn { background-color: #57B4E6 !important;}
.btn-tags {display:inline-block; padding: 6px 10px;  border-color: #57B4E6; text-decoration: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: 0.25s; -moz-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s; -webkit-backface-visibility: hidden; outline: 0; color: #fff; background: #57B4E6; }
.btn-tags:hover { border-color: #26306B; color: #fff !important; background: #26306B; }
.widget .last { text-align:right; border: none !important;}


#scroll { float:right; font-size: 40px; }
.disclaimers { display: block; }
.break-line-here { display: inline-block;}
.social a {font-size: 18px !important; color: #fff; line-height: 40px; height: 40px; width: 40px; margin: 8px 5px 0 0; text-align: center; background: #57B4E6; display: inline-block;}
.social a:hover { color: #26306B !important;}
.location { color: #ddd; margin-bottom: 30px;}
.agent-photo { background-repeat: no-repeat; border: 2px solid #2A2A2A; width:100px; height:100px; display:inline-block; margin:10px 15px; vertical-align: top; background-size: 100px auto !important; border-top-left-radius:50%; border-top-right-radius:50%; border-bottom-right-radius:50%; border-bottom-left-radius:50%;}

.agent-photo-footer {border: 2px solid #dddddd; background-repeat: no-repeat; width:100px; height:100px; display:inline-block; margin:10px 15px; vertical-align: top; background-size: 100px auto !important; border-top-left-radius:50%; border-top-right-radius:50%; border-bottom-right-radius:50%; border-bottom-left-radius:50%;}

.agent-contact { color: #ddd; font-size: 16px; vertical-align: middle;}
.agent-contact h3{ color: #ddd; font-size: 18px; margin:0 !important;}


/*Responsive - debugging default problems*/
.img-responsive {
	margin: 0 auto;
}
.no-margin {
	margin: 0;
}
.no_padding {
	padding: 25px 0;
}
#feedback {
	color: #1c6107;
}
#feedback ul {
	padding-left: 0;
}
#feedback ul li {
	list-style: none;
}
@media(max-width:1600px) {
.carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}
}
@media(max-width:1310px) {
.carousel-caption {
	top: 50%;
	margin-top: -145px;
	height: 290px;
}
.carousel-caption h1 {
	font-size: 30px;
	line-height: 30px;
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	top: 50%;
	margin-top: -50px;
	position: absolute;
}
.carousel-control .carousel-control-right {
	right: 10px;
}
.carousel-control .carousel-control-left {
	left: 10px;
}
.three-blocks h2 {
	background: none;
}
}
@media(max-width:1200px) {
.recent-posts .col-md-9 article img.pull-left {
	max-width: 43%;
}
.recent-posts .col-md-9 .text {
	width: 55%;
}
}
@media(max-width:1200px) {
.navbar-default .navbar-nav>li>a {
	padding: 30px 18px;
}
}
@media(max-width:990px) {
.carousel-caption {
	top: 50%;
	margin-top: -100px;
	height: 200px;
	font-size: 14px;
	line-height: 14px;
}
.carousel-caption h1 {
	font-size: 20px;
	line-height: 20px;
}
.carousel-caption .btn {
	display: none;
}
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
.navbar-default .navbar-nav>li>a {
	padding: 30px 10px;
	font-size: 12px;
	line-height: 20px;
}
.logo {height: 60px; margin-top: 10px;}
p.big-paragraph {
	font-size: 14px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
    .page h1 {
        font-size: 26px;
    }
.ieditbucket {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.ieditbucket img {
	z-index: 1;
}
.imgbucket {
	height:240px;
	text-align: center;
	margin-bottom: 20px;
	overflow:hidden;
}
.hilight {
	background-color: rgba(51,51,51,0.65);
	position: absolute;
	 height: 40%;
	 width: 60%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px;
	margin: auto;
	bottom: 30%;
	top: 30%;
	left: 20%;
	right: 20%;
	z-index: 200;
	max-width: 300px;
}
}
@media(max-width:768px) {
.recent-posts .col-md-3 .icon-item {
	text-align: center;
}
button.navbar-toggle {
	display: none;
}
.dropdown.open:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu>li {
	border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #858585;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}
.service-icons {
	text-align: center;
}
.service-icons img {
	float: none;
	margin: 20px auto;
}
.service-icons p {
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}
.service-icons p.orange {
	color: #ffcd55;
	padding: 0 0 10px 0;
}
.recent-posts .col-md-8 .text {
	float: left;
	width: 99%;
}
header.with-boxed {
	height: auto;
}
.navbar-toggle {
	display: block;
}
}
@media(max-width:767px) {
button.navbar-toggle {
	display: block;
}
.carousel-caption {
	display: none;
}
.logo {height: 48px; margin-top: 0;}
}
.carousel-fade {
 .carousel-inner {
 .item {
 opacity: 0;
 transition-property: opacity;
}
 .active {
 opacity: 1;
}
 .active.left,  .active.right {
 left: 0;
 opacity: 0;
 z-index: 1;
}
 .next.left,  .prev.right {
 opacity: 1;
}
}
.carousel-control {
	z-index: 2;
}
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}

/* ## REST CSS */
.pull-left {
	float: none !important;
}
.pull-right {
	float: none !important;
}
.recent-posts .col-md-9 article img.pull-left {
	max-width: 100%;
}
.recent-posts .col-md-9 .text {
	text-align: center;
	width: auto;
	padding-top: 10px;
}
.slider {
	overflow: hidden;
	max-width: 100%;
}
.main__middle__container {
	overflow: hidden;
	max-width: 100%;
}
footer {
	overflow: hidden;
	max-width: 100%;
}
.row {
	padding: 25px 0;
}
footer {
	padding-top: 0px;
}
.carousel-control .carousel-control-right, .carousel-control .carousel-control-left {
	margin-top: -30px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
#portfolio ul.controls li {
	padding: 5px 10px;
}
.container h1{ font-size:22px;
}
 @media(min-width:768px) and (max-width: 991px) {
h2 {
	font-size: 24px;
}
.recent-posts .col-md-9 .text h3 {
	margin-top: 0px;
}
.recent-posts .col-md-3 .icon-item img {
	max-width: 100%;
}
#portfolio ul#Grid a.link {
	font-size: 18px;
}
#portfolio ul#Grid a.link span {
	font-size: 11px;
	line-height: 15px;
}
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	min-width: 100%;
	height: auto;
}
/* Columns */
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0 !important;
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}


/* Full size browsers 1225+ */
@media only screen and (min-width: 1225px) {
	.top-menu.tiny { padding: 17px 0; position: fixed; background-color:rgba(255, 255, 255, 0.9); border-bottom: 0px; -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,0.2); box-shadow: 0 5px 4px 0 rgba(0,0,0,0.2);}
	.top-menu img { height:100px; position: absolute; top:4px; z-index:10; }
	.top-menu.tiny img { height:75px; }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1224px) {
	.navbar .navbar-brand { font-size: 28px; }
	.nav > li > a { padding-left: 10px; padding-right: 10px; }
	.top-menu { padding: 5px 15px; position: fixed; }
	.top-menu img { height:50px; position: absolute; top:4px; z-index:10; }
    .header-toolbar-container {margin-top:58px;}
	.header-toolbar-container.tiny {padding-top: 61px;}
	.header-toolbar-container.nav-down {padding-top: 61px;}
	.header-toolbar-container.full {padding-top: 61px;}
	.slider  { margin-top: 60px}	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.navbar .navbar-brand, .navbar.tiny .navbar-brand { font-size: 24px; }
	.navbar-nav > li > a { padding-left: 8px; padding-right: 8px; font-size: 12px; }
    .top-menu{ padding: 5px 15px; position: fixed; }
	.top-menu img { height:50px; position: absolute; top:4px; z-index:10; }
	.header-toolbar-centering { margin: 0 10px; max-width: 1150px; }
    .header-toolbar-container {margin-top:58px;}
	.header-toolbar-container.tiny {padding-top: 61px;}
	.header-toolbar-container.nav-down {padding-top: 61px;}
	.header-toolbar-container.full {padding-top: 61px;}
	.slider { margin-top: 60px}	
}
/* screen under 992px */
@media screen and (max-width: 992px) {
    .logo { margin:5px; }
	.top-menu img { height:40px;  }
}
/* screen under 800px */
@media screen and (max-width: 800px) {
    .navbar-nav > .home-nav {display:none;}

}

/* screen under 767px */
@media screen and (max-width: 767px) {
	h1 {font-size: 30px;}
    .navbar{padding:0; }
    .header-toolbar-container { display: none;}
    .top-menu { position: absolute;}
	.top-menu .navbar-collapse {border-color: #26306B; background-color: #fff; min-height: 1000px; font-size:18px;}
    .top-menu .navbar-nav > li > a { color:#fff; border: 1px solid #26306B; margin: 6px 20px; padding: 7px 0 7px 10px; background-color: #26306B; }
	.dropdown-menu-search { width: 100%; margin:0; border:0;}
    .top-menu img {margin-top:0;}	
    .dropdown-menu-tools { width: 100%; margin:0; border:0;}
    .dropdown-menu-more { width: 100%; margin:0; border:0;}
	.dropdown-menu-large { padding: 0 10px;}
    .dropdown-menu-search > .col-sm-2 { width:100%; }
	.dropdown-menu-large .nearbyhomes { display:block;}	
    .dropdown-menu-large > li > ul > li { margin: 4px 20px 4px 20px; width: 100%; list-style-type: none;}
    .dropdown-menu-large > li > ul > li > a { padding: 7px 0 7px 10px; font-size:15px; width: 100%; border: 1px solid #ddd;}
    .divider { display: none;}
	.menu-close{ display: block; font-weight:bold; margin:0 3px; float:right;}
	.sub-page { margin-top:58px;}
	.slider  { margin-top: 52px}
}

/* screen under 560px */
@media screen and (max-width: 560px) {
	h1 { font-size:24px;}
	
}
/* screen under 480px */
@media only screen and (max-width: 480px) { 
  .container h1{ font-size:20px;}
  footer .copy { font-size:11px;}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 370px) { 
  /*.top-menu img { height:26px; margin-top:2px;}*/
}