/*
Theme Name: AGAR Property
Theme URI: https://wordpress.org/themes/twentyfifteen
Author: CWS team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */


* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Calibri-Regular';
	font-size: 16px !important;
	color: #000;
	background: #fff;
}
@font-face {
	font-family: 'Calibri-Regular';
	src: url('fonts/Calibri_gdi.eot');
	src: url('fonts/Calibri_gdi.eot?#iefix') format('embedded-opentype'), url('fonts/Calibri_gdi.woff') format('woff'), url('fonts/Calibri_gdi.ttf') format('truetype'), url('fonts/Calibri_gdi.svg#Calibri-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+000D-25CA;
}
/*@font-face {
	font-family: 'Calibri-Regular';
	src: url('../fonts/Calibri_gdi.eot');
	src: url('../fonts/Calibri_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/Calibri_gdi.woff') format('woff'), url('../fonts/Calibri_gdi.ttf') format('truetype'), url('fonts/Calibri_gdi.svg#Calibri-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
 unicode-range: U+000D-25CA;
}*/

a {
	outline: 0!important;
	text-decoration: none;
}
img {
	max-width: 100%;
}
.header-section {
	background: #101f53;
	min-height: 118px;
	width: 100%;
}
.header-section .logo img {
	padding-top: 12px;
}
.header-section .mid-text img {
	padding-top: 35px;
}
.header-section .tel {
	color: #fff;
	font-size: 15px;
}
.left {
	padding: 0px;
}
.rgt {
	padding-right: 0px;
}
.navbar-default {
	border: none;
	background-color: #F64C4E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F64C4E), to(#c60e26));
	background-image: -webkit-linear-gradient(top, #F64C4E, #c60e26);
	background-image: -moz-linear-gradient(top, #F64C4E, #c60e26);
	background-image: -ms-linear-gradient(top, #F64C4E, #c60e26);
	background-image: -o-linear-gradient(top, #F64C4E, #c60e26);
	background-image: linear-gradient(to bottom, #F64C4E, #c60e26);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F64C4E, endColorstr=#c60e26);
}
.navbar-brand {
	padding-top: 10px;
}
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none;
	outline: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.nav .active {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	background-color: #fff;
}
.nav > li {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	//font-size: 18px;
	display: block;
	border-right: 1px solid #fff;
}
.nav > li > a {
	padding: 20px 13px; font-weight:bold;
}
.dropdown-menu {
	min-width: 184px;
	background: #494948!important;
	border: none;
	border-radius: 0px;
	padding: 0px;
}
.dropdown-menu > li > a {
	color: #fff!important;
	line-height: 40px!important;
	font-size: 16px!important;
}
.dropdown-menu li {
	border-bottom: 1px solid #6d6d6d;
}
.dropdown-menu li a:hover {
	background: #e08b0e;
}
.dropdown-menu li:last-child {
	border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.content-sec ul {
	padding: 0px;
	margin: 0px;
}
.content-sec ul li {
	display: block;
	background-image: url(../images/bulluts.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 15px;
	color: #101f53;
	line-height: 25px;
}
.fisrst-list {
	float: left;
	padding-right: 150px!important;
	padding-top: 15px!important;
}
.second-list {
	float: left;
	padding-top: 15px!important;
}
.content-sec p {
	padding-top: 20px;
}
.content-sec .fully {
	display: block;
	clear: both;
	font-weight: bold;
}
.content-sec h2 {
	color: #c71027;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
}
.team img {
	border-radius: 50%;
	border: 1px solid #ddd;
	display:block;
	margin:0 auto;
}
.hed {
	display: block;
	clear: both;
	overflow: hidden;
	text-align: center;
}
.min290 {min-height:290px;}
.team img {width:200px!important; height:200px!important;}
.sml-mg img {height:300px!important;}
.property-search {
	width: 100%;
	line-height: 45px;
	padding-left: 15px;
	margin-top: 52px;
	font-size: 24px;
	color: #fff;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	background-color: #2743A2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2743A2), to(#112056));
	background-image: -webkit-linear-gradient(top, #2743A2, #112056);
	background-image: -moz-linear-gradient(top, #2743A2, #112056);
	background-image: -ms-linear-gradient(top, #2743A2, #112056);
	background-image: -o-linear-gradient(top, #2743A2, #112056);
	background-image: linear-gradient(to bottom, #2743A2, #112056);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2743A2, endColorstr=#112056);
}
.property-search-bg {
	background: #f2f2f2;
	border: 1px solid #cdcdcd;
	min-height: 275px;
}
.property-search-bg form {
	padding: 15px;
}
label {
	display: inline-block;
	margin-bottom: 0;
	max-width: 100%;
}
.form-group {
	margin-bottom: 5px;
}
.sml-wt {width:100%; height:32px; float:left;}
.ml-wt {width:100%; height:52px; padding-top:0px; font-size:15px;}
.search-btn {
	color: #fff; margin-top:5px;
	font-size: 18px;
}
.measureConverter {width:100%!important;}
.form-control {
	border-radius: 0px;
	-moz-border-radius: 0px;
	height: 37px;
}
.measureConverter fieldset legend {padding:0px!important;}
.form-inline .form-control {
	width: 72%;
	margin-right: 8px;
}
/*
#slideshow-1 .cycle-slideshow img {width:500px; height:340px;}
*/
.featured-pro {
	width: 100%;
	line-height: 45px;
	padding-left: 15px;
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	background-color: #2743A2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2743A2), to(#112056));
	background-image: -webkit-linear-gradient(top, #2743A2, #112056);
	background-image: -moz-linear-gradient(top, #2743A2, #112056);
	background-image: -ms-linear-gradient(top, #2743A2, #112056);
	background-image: -o-linear-gradient(top, #2743A2, #112056);
	background-image: linear-gradient(to bottom, #2743A2, #112056);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2743A2, endColorstr=#112056);
}
.featured-cont {
	width: 100%;
	text-align: center;
	line-height: 45px;
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	background-color: #2743A2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2743A2), to(#112056));
	background-image: -webkit-linear-gradient(top, #2743A2, #112056);
	background-image: -moz-linear-gradient(top, #2743A2, #112056);
	background-image: -ms-linear-gradient(top, #2743A2, #112056);
	background-image: -o-linear-gradient(top, #2743A2, #112056);
	background-image: linear-gradient(to bottom, #2743A2, #112056);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2743A2, endColorstr=#112056);
}
.footer-section {
	background: #222222;
	min-height: 250px;
	border-top: 5px solid #cc162c;
	width: 100%;
	margin-top: 50px;
}
.footer-section ul {
	padding: 0px;
	margin: 0px;
}
.footer-section ul li {
	list-style: none;
	display: block;
	line-height:28px;
}
.footer-section ul li a {
	color: #fff;
}
.spc {
	margin-top: 35px;
	border-right: 1px solid #393939;
	min-height: 175px;
	color: #fff;
	margin-bottom: 20px;
}
.spc:last-child {
	border-right: none;
}
.spc img {
	margin-bottom: 25px;
}
.spc p {
	line-height: 32px;
}
.privacy a {
	color: #fff;
}
.copyright-sec {
	background: #3c3a3a;
	min-height: 45px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.copyright-sec p {
	line-height: 42px;
}
.team h2 {
	padding-bottom: 20px;
	margin-top: 25px;
}
.search-inp {
	width: 204px;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	padding-right: 10px;
	float: left;
}
.search-nav {display: inline-block; float:right; margin:0px; padding:0px; width:175px; }
.search-nav form{padding-right:0px; padding-left:10px;}
.search-nav .search-inp{ width:125px; }
.go-btn {
	background: #101f53;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	margin-left: -7px;
	height: 38px;
	color: #fff;
	margin-top:2px;
}

.property-search-bg p {padding:4px 14px 0px 14px; clear:both;}

.tel {
	margin-top: 7px; text-align:right;
}
.social {
	margin-top: 0px; text-align:right;
}
.right-sec {
	float: right;
}
.content-sec h1 {
	font-size: 30px;
	border-bottom: 5px solid #cc162c;
	margin-bottom: 30px;
}
.clr {
	clear: both;
}
.sq {
	/*float: right;*/
	color: #979797;
}
.lft {
	padding-left: 0px;
}
.pro-des p {
	padding-top: 5px;
}
.read-more a {
	color: #fff;
	background: #cc162c;
	float: right;
	padding: 4px 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.pro-hed a {
	color: #2743a2;
}
.sep {
	border-bottom: 2px dashed #ddd;
	clear: both;
}
.select-wrapper {
	display: inline-block;
	border: 1px solid #bbbbbb;
	position: relative;
	min-width: 140px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	float:right;
}
.select-wrapper:before {
	content: "";
	position: absolute;
	right: 5px;
	top: 18px;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #666666 transparent transparent transparent;
	z-index: 3;
	pointer-events: none;
}
.select-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 20px;
	right: 0px;
	border-left: 1px solid #bababa;
	background-color: #ededed;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	pointer-events: none;
}
select {
	width: 100%;
	background-color: #fff;
	border: none;
	outline: none;
	padding: 5px;
	margin: 0px;
	position: relative;
	border:1px solid #ddd;
}
.measureConverter fieldset {padding:9px!important;}
.measureConverter input {line-height:25px;}
.pagination {
	display: inline;
	padding-top: 25px!important;
}
.pagin {
	float: right;
	margin-top: 25px;
}
.pzo {
	padding: 0px;
}
.view-page h3 {
	color: #cc162c;
	padding-top: 15px;
}
.overview h4 {
	margin-top: 0px;
	font-size: 24px;
}
.border-bottom {
	border-bottom: 1px dotted #ddd;
	line-height: 32px;
}
.mt45 {
	margin-top: 45px;
}
.icon-b {
	border-bottom: 2px dotted #ddd;
	padding-bottom: 7px;
}
.icon-b a {text-decoration:none; }
.mp19 {
	margin-bottom: 20px;
}
.pro-fet {
	background: #f1f1f1;
	overflow: hidden;
	min-height: 275px;  
	text-align: center;
	padding: 25px; padding-top:19px;
	border:1px solid #ddd;
}
.fr {
	float: right;
}
.team-img img {
	border: 5px solid #f1f1f1;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.team-des p {
	margin-bottom: 0px;
}
.mt12 {
	margin-top: 12px;
}
.border-btm {
	border-bottom: 2px dashed #ddd;
	clear: both;
	margin-bottom: 25px;
}
#controls li {
	list-style: none;
	padding: 3px 8px;
	display: inline;
	width: 20px;
	border: 1px solid #fff;
	background: #333;
}
#controls li a {
	color: #fff;
}
.mt25 {
	margin-top: 25px;
}
.bottom-det {
	float: left;
	padding-top:20px;
}
.bottom-det ul {
	padding: 0px;
	margin: 0px;
}
.bottom-det ul li {
	list-style: none;
	display: inline!important;
	padding-left: 0px!important;
	line-height: 40px!important;
	padding-right: 20px;
	background-image: none!important;
}
.product-des {
	background: #f1f1f1;
	padding: 10px;
	line-height: 20px;
	color: #101f53;
}
.loct {
	color: #c71027;
}
.area {background:#333; min-height:30px; color:#fff;}
.area img {padding:0px 10px 0px 15px;}
.euro { background: none repeat scroll 0 0 #fff;
    bottom: 155px;
    color: #333;
    display: block;
    font-size: 20px;
    padding: 0 10px;
    position: absolute;
    right: 15px;}
.assign-hed {padding-bottom:20px;}
.por-img img {width:100%;}
.sold {position:absolute; top:0; right:208px; left:0}
.btm{border-bottom:2px dotted #ddd; line-height:30px;}
.button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type="submit"] {background-color: #F4485D; color:#fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F4485D), to(#ce172e));
	background-image: -webkit-linear-gradient(top, #F4485D, #ce172e);
	background-image: -moz-linear-gradient(top, #F4485D, #ce172e);
	background-image: -ms-linear-gradient(top, #F4485D, #ce172e);
	background-image: -o-linear-gradient(top, #F4485D, #ce172e);
	background-image: linear-gradient(to bottom, #F4485D, #ce172e);
filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F4485D, endColorstr=#ce172e); border:0px; padding:6px 20px 6px 20px!important; font-size:18px!important; border-radius:4px; -moz-border-radius:4px;}
#view1 {margin-bottom:20px; margin-top:60px;}
.agent-btn {
    background-color: #2743a2;
    background-image: linear-gradient(to bottom, #2743a2, #112056);
    border-radius: 4px;
	-moz-border-radius: 4px;
    color: #fff!important;
    font-size: 16px;
    line-height: 45px;
    padding:5px 25px;
    width: 100%;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {padding-top:5px!important; padding-left:5px!important;}

.icon-b a {text-decoration:none!important;}
.mtp {position:absolute; padding-top:12px!important;}

      .photo-grid {
	margin: 1em auto;
	max-width: 1106px;
	text-align: center;
}
 
.photo-grid li {
	display: inline-block;
	width: 262px;
	padding-left:0px!important;
}
 
.photo-grid img {
	display: block;
	height: auto;
	max-width: 100%;
}
 
.photo-grid figure {
	height: 146px;
	overflow: hidden;
	position: relative;
	width: 262px;
}
 
.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}
 
.photo-grid figcaption p {
	display: table-cell;
	font-size: 16px;
	position: relative;
	top: -40px;
	width: 262px;
	vertical-align: middle;
}
.photo-grid li:hover figcaption {
	opacity: 1;
}
.photo-grid figcaption p {
	display: table-cell;
	position: relative;
	top: -40px;
	width: 262px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}
 
.photo-grid li:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}
.photo-grid figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}

@media (min-width: 200px) and (max-width:420px) {
.flexslider-hg.flexslider ul.slides img {height:225px;}
#flexslider_hg_acquisitions ul.slides img{ height: 225px !important;}
}

@media (min-width: 200px) and (max-width:530px) {
#slideshow-1 .cycle-slideshow img {width:290px; height:225px;}
.col-xs-6 {
	width: 100%;
}	
}

@media (min-width: 421px) and (max-width:767px) {
	
.flexslider-hg.flexslider ul.slides img {height:275px;}
#flexslider_hg_acquisitions ul.slides img{ height: 275px !important;}
}

@media (min-width: 320px) and (max-width:767px) {
.nav > li {
	margin-left: 0px;
}
.left {
	padding-left: 15px;
}
.mid-text img {
	padding-bottom: 35px;
	text-align: center;
}
.fisrst-list {
	padding-right: 0px!important;
}
.hed {
	text-align: center;
	margin-bottom: 15px;
}
.team img {
	margin: 0 auto;
	display: block;
}
.rgt {
	padding-right: 15px;
}
.search-btn {
	margin-top: 10px;
}
.spc {
	min-height: 150px;
	margin-bottom: 0px;
	text-align: center;
}
.logo {
	text-align: center;
}
.tel, .social {
	text-align: center;
}
.mid-text {
	text-align: center;
}
.social {
	margin-top: 0px;
}
.nav > li:hover {
	background: #fff;
}
.spc {
	min-height: 120px;
}
.nav > li > a {
	padding: 10px 18px;
}
.cnt {
	text-align: center;
}
.mt20 {
	margin-top: 20px;
}
.slide-data {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	bottom: 40px;
	color: #fff;
	font-size: 21px;
	line-height: 35px;
	padding: 10px;
	position: absolute;
	right: 0;
}
#slider {
    display: block;
    height: 228px;
    margin: 0 auto;
    overflow: hidden;
    width: 228px;
}
}
 @media (min-width: 768px) and (max-width:991px) {
.nav > li > a {
 padding: 16px 12px;
font-size:16px;
}
.navbar-brand img {
 width: 115px;
 padding-top: 18px;
}
.hed {
 margin-bottom: 15px;
}
.search-btn {
 margin-top: 10px;
}
.social {
margin-top:0px;
}
.team-c {
text-align:center;
display:block;
}
.flexslider-hg.flexslider ul.slides img {height:320px;}
#flexslider_hg_acquisitions ul.slides img{ height: 320px !important;}
.nav > li {border-right:none;}
.navbar-form {padding:0px;}
.pro-fet {padding:10px 4px;}
}
 @media (min-width: 992px) and (max-width:1199px) {
.nav > li {
 margin-left: 5px;
}
.nav > li {border-right:none;}
.search-btn {
 margin-top: 10px;
}
.header-section .tel {
font-size:15px;
}
.social {
margin-top:0px;
}
.nav > li > a {
 font-size: 15px;
 padding: 20px 9px;
}
.footer-section ul li {line-height:28px;}
.search-inp {
	width: 180px!important;
	border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	padding-right: 10px;
	float: left;
}
}
 @media (min-width:1200px) {
.container {
 width: 1170px
}
}
.page-links a, .page-links > span {
	margin: 0 0.3333em 0.3333em 0;
}
.entry-attachment {
	margin-bottom: 1.6em;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}
.format-link .entry-title a:after {
	top: 0;
}
.comments-area {
	margin: 8.3333% 8.3333% 0;
	padding: 8.3333%;
}
.comments-title {
	margin-bottom: 1.3333em;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	padding: 1.6em 0;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.6em;
}
.comment-list .children > li {
	padding-left: 0.8em;
}
.comment-author {
	margin-bottom: 0.4em;
}
.comment-author .avatar {
	height: 24px;
	margin-right: 0.8em;
	top: 0;
	width: 24px;
}
.comment-metadata .edit-link:before {
	top: 3px;
}
.pingback .edit-link:before {
	top: 5px;
}
.bypostauthor > article .fn:after {
	top: 5px;
	left: 3px;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 2em;
}
.comment-list .reply a {
	padding: 0.4167em 0.8333em;
}
.comment-form, .no-comments {
	padding-top: 1.6em;
}
.comment-reply-title small a:before {
	top: -3px;
}
.site-footer {
	float: left;
	margin: 0 0 0 35.2941%;
	padding: 0;
	width: 58.8235%;
}
.site-info {
	padding: 5% 10%;
}
embed, iframe, object, video {
	margin-bottom: 1.6em;
}
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 1.6em;
}
.wp-caption, .gallery {
	margin-bottom: 1.6em;
}
}

/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
body, button, input, select, textarea {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6471;
}
button, input {
	line-height: normal;
}
p, address, pre, hr, ul, ol, dl, dd, table {
/*margin-bottom: 1.6471em;*/
}
blockquote {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 1.75em;
	margin-left: -1.05em;
	padding-left: 0.85em;
}
blockquote p {
	margin-bottom: 1.75em;
}
blockquote cite, blockquote small {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.6471;
}
pre {
	line-height: 1.2353;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
	/*padding: 0.8214em 1.5714em;*/
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 0.5em;
}
.main-navigation {
	font-size: 14px;
	font-size: 1.4rem;
}
.main-navigation a {
	padding: 0.4643em 0;
}
.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a {
	padding-right: 33px;
}
.main-navigation .menu-item-description {
	line-height: 1.4583;
	margin-top: 0.25em;
}
.dropdown-toggle {
	height: 28px;
	width: 28px;
}
.dropdown-toggle:after {
	line-height: 28px;
	width: 28px;
}
.social-navigation ul {
	margin-bottom: -1.4706em;
}
.social-navigation li {
	width: 20%;
}
.social-navigation a {
	height: 2.8824em;
}
.post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 14px;
	font-size: 1.4rem;
}
.pagination .nav-links {
	min-height: 3.2941em;
}
.pagination .page-numbers {
	line-height: 3.2941em;
	padding: 0 0.8235em;
}
.pagination .prev, .pagination .next {
	height: 56px;
	padding: 0;
	width: 56px;
}
.pagination .prev:before, .pagination .next:before {
	height: 56px;
	line-height: 56px;
	width: 56px;
}
.image-navigation .nav-previous a:before, .image-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after {
	top: 2px;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4118em 1.6471em 1.6471em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4118em 0 1.6471em 1.6471em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	margin-top: 0.4118em;
	margin-bottom: 1.6471em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2353em;
}
.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1667;
}
.site-description {
	font-size: 14px;
	font-size: 1.4rem;
}
.widget {
	font-size: 14px;
	font-size: 1.4rem;
}
.widget blockquote {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 1.2143em;
}
.widget button, .widget input, .widget select, .widget textarea {
	font-size: 14px;
	font-size: 1.4rem;
}
.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.75em 1.5em;
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
	padding: 0.5em;
}
.widget .wp-caption-text, .widget .gallery-caption {
	line-height: 1.4583;
	padding: 0.5833em 0;
}
.widget_calendar caption {
	margin: 0 0 1.9286em;
}
.widget_calendar td, .widget_calendar th {
	line-height: 1.9286;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
	/*padding: 0.4643em 0;*/
}
.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
	margin: 0.4643em 0 0 1em;
	padding-top: 0.4643em;
}
.widget_rss .rss-date, .widget_rss cite {
	line-height: 1.75;
}
.post-thumbnail {
	margin-bottom: 2.4706em;
}
.entry-title {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.2;
	margin-bottom: 1.2em;
}
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 1.2;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 29px;
	font-size: 2.9rem;
	line-height: 1.2069;
	margin-top: 1.931em;
	margin-bottom: 0.9655em;
}
.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1667;
	margin-top: 2.3333em;
	margin-bottom: 1.1667em;
}
.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-top: 2.8em;
	margin-bottom: 1.4em;
}
.entry-content h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2353;
	margin-top: 3.2941em;
	margin-bottom: 1.6471em;
}
.entry-content .more-link:after, .entry-summary .more-link:after {
	font-size: 24px;
	top: 2px;
}
.author-info .avatar {
	height: 42px;
	margin: 0 1.6471em 1.6471em 0;
	width: 42px;
}
.author-link:after {
	top: 3px;
}
.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
	top: 3px;
}
.taxonomy-description {
	padding-top: 0.4118em;
}
.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.1667;
}
.page-links {
	margin-bottom: 1.4117em;
}
.page-links a, .page-links > span {
	margin: 0 0.2857em 0.2857em 0;
}
.entry-attachment {
	margin-bottom: 1.6471em;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 1.4em;
}
.format-link .entry-title a:after {
	top: 0.0833em;
}
.comments-title {
	margin-bottom: 1.4em;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	padding: 1.6471em 0;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.6471em;
}
.comment-list .children > li {
	padding-left: 1.1667em;
}
.comment-author {
	margin-bottom: 0;
}
.comment-author .avatar {
	height: 42px;
	margin-right: 1.64705em;
	top: 5px;
	width: 42px;
}
.bypostauthor > article .fn:after {
	top: 7px;
	left: 6px;
}
.comment-metadata .edit-link:before {
	top: 6px;
}
.pingback .edit-link:before {
	top: 6px;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.6471em;
}
.comment-list .reply a {
	padding: 0.4286em 0.8571em;
}
.comment-form, .no-comments {
	padding-top: 1.6471em;
}
.comment-reply-title small a:before {
	top: -1px;
}
embed, iframe, object, video {
	margin-bottom: 1.6471em;
}
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist {
	font-size: 17px;
	font-size: 1.7rem;
	margin-bottom: 1.6471em;
}
.wp-caption, .gallery {
	margin-bottom: 1.6471em;
}
}

/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
body, button, input, select, textarea {
	font-size: 19px;
	font-size: 1.9rem;
}
button, input {
	line-height: normal;
}
p, address, pre, hr, ul, ol, dl, dd, table {
/*margin-bottom: 1.6842em;*/
}
blockquote {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.8182;
	margin-bottom: 1.8182em;
	margin-left: -1.0909em;
	padding-left: 0.9091em;
}
blockquote p {
	margin-bottom: 1.8182em;
}
blockquote cite, blockquote small {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.6842;
}
pre {
	line-height: 1.2632;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .post-password-form input[type="submit"] {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 7px 20px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	padding: 0.5278em;
}
.main-navigation {
	font-size: 16px;
	font-size: 1.6rem;
}
.main-navigation a {
	padding: 0.5em 0;
}
.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a {
	padding-right: 32px;
}
.main-navigation .menu-item-description {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5385;
	margin-top: 0.3077em;
}
.dropdown-toggle {
	height: 32px;
	top: 4px;
	width: 32px;
}
.dropdown-toggle:after {
	line-height: 32px;
	width: 32px;
}
.social-navigation ul {
	margin-bottom: -1.2632em;
}
.social-navigation a {
	height: 2.5263em;
}
.post-password-form label, .post-navigation .meta-nav, .comment-navigation, .image-navigation, .author-heading, .author-bio, .entry-footer, .page-links a, .page-links span, .comment-metadata, .pingback .edit-link, .comment-list .reply, .comment-notes, .comment-awaiting-moderation, .logged-in-as, .comment-form label, .form-allowed-tags, .site-info, .wp-caption-text, .gallery-caption, .entry-caption {
	font-size: 16px;
	font-size: 1.6rem;
}
.pagination .nav-links {
	min-height: 3.3684em;
}
.pagination .page-numbers {
	line-height: 3.3684em;
	padding: 0 0.8421em;
}
.pagination .prev, .pagination .next {
	height: 64px;
	padding: 0;
	width: 64px;
}
.pagination .prev:before, .pagination .next:before {
	height: 64px;
	line-height: 64px;
	width: 64px;
}
.image-navigation .nav-previous a:before, .image-navigation .nav-next a:after, .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after {
	font-size: 24px;
	top: -1px;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4211em 1.6842em 1.6842em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4211em 0 1.6842em 1.6842em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	margin-top: 0.4211em;
	margin-bottom: 1.6842em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2632em;
}
.site-title {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.1852;
}
.site-description {
	font-size: 16px;
	font-size: 1.6rem;
}
.widget {
	font-size: 16px;
	font-size: 1.6rem;
}
.widget blockquote {
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 1.25em;
}
.widget blockquote cite, .widget blockquote small {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8462;
}
.widget button, .widget input, .widget select, .widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
}
.widget button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0.8462em 1.6923em;
}
.widget input[type="text"], .widget input[type="email"], .widget input[type="url"], .widget input[type="password"], .widget input[type="search"], .widget textarea {
	padding: 0.5em;
}
.widget .wp-caption-text, .widget .gallery-caption {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5385;
	padding: 0.6154em 0;
}
.widget_calendar td, .widget_calendar th {
	line-height: 1.9375;
}
.widget_calendar caption {
	margin: 0 0 1.5em;
}
.widget_archive li, .widget_categories li, .widget_links li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_recent_comments li, .widget_recent_entries li {
/*padding: 0.4688em 0;*/
}
.widget_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
	margin: 0.4688em 0 0 1em;
	padding-top: 0.4688em;
}
.widget_rss .rss-date, .widget_rss cite {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8462;
}
.post-thumbnail {
	margin-bottom: 2.9474em;
}
.entry-title {
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.2308;
	margin-bottom: 1.2308em;
}
.entry-content h1, .entry-summary h1, .page-content h1, .comment-content h1 {
	font-size: 39px;
	font-size: 3.9rem;
	line-height: 1.2308;
	margin-top: 1.641em;
	margin-bottom: 0.8205em;
}
.entry-content h2, .entry-summary h2, .page-content h2, .comment-content h2 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.1852;
	margin-top: 2.3704em;
	margin-bottom: 1.1852em;
}
.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4545;
	margin-top: 2.9091em;
	margin-bottom: 1.4545em;
}
.entry-content h5, .entry-content h6, .entry-summary h5, .entry-summary h6, .page-content h5, .page-content h6, .comment-content h5, .comment-content h6 {
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.2632;
	margin-top: 3.3684em;
	margin-bottom: 1.6842em;
}
.entry-content .more-link:after, .entry-summary .more-link:after {
	top: 3px;
}
.author-info .avatar {
	height: 56px;
	margin: 0 1.6842em 1.6842em 0;
	width: 56px;
}
.author-link:after {
	font-size: 24px;
	top: 0;
}
.posted-on:before, .byline:before, .cat-links:before, .tags-links:before, .comments-link:before, .entry-format:before, .edit-link:before, .full-size-link:before {
	top: 4px;
}
.taxonomy-description {
	padding-top: 0.4211em;
}
.page-title, .comments-title, .comment-reply-title, .post-navigation .post-title {
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.1852;
}
.page-links {
	margin-bottom: 1.4736em;
}
.page-links a, .page-links > span {
	margin: 0 0.25em 0.25em 0;
}
.entry-attachment {
	margin-bottom: 1.6842em;
}
.format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4545;
	margin-bottom: 1.4545em;
}
.format-link .entry-title a:after {
	top: 3px;
}
.comments-title {
	margin-bottom: 1.4545em;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	padding: 1.6842em 0;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	padding-top: 1.6842em;
}
.comment-list .children > li {
	padding-left: 1.4737em;
}
.comment-author .avatar {
	height: 56px;
	margin-right: 1.6842em;
	top: 3px;
	width: 56px;
}
.bypostauthor > article .fn:after {
	top: 8px;
}
.comment-metadata .edit-link:before {
	top: 8px;
}
.pingback .edit-link:before {
	top: 8px;
}
.comment-content ul, .comment-content ol {
	margin-bottom: 1.6842em;
}
.comment-list .reply a {
	padding: 0.4375em 0.875em;
}
.comment-form, .no-comments {
	padding-top: 1.6842em;
}
embed, iframe, object, video {
	margin-bottom: 1.6842em;
}
.wp-audio-shortcode, .wp-video, .wp-playlist.wp-audio-playlist {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 1.6842em;
}
.wp-caption, .gallery {
	margin-bottom: 1.6842em;
}
}

/**
 * 15.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
body:before {
	width: -webkit-calc(50% - 289px);
	width: calc(50% - 289px);
}
}

/**
 * 16.0 Print
 */

@media print {
body {
	background: none !important; /* Brute force since user agents all print differently. */
	font-size: 11.25pt;
}
.secondary-toggle, .navigation, .page-links, .edit-link, #reply-title, .comment-form, .comment-edit-link, .comment-list .reply a, button, input, textarea, select {
	display: none;
}
.site-header, .site-footer, .hentry, .entry-footer, .page-header, .page-content, .comments-area {
	background: none !important; /* Make sure color schemes dont't affect to print */
}
body, blockquote, blockquote cite, blockquote small, label, a, .site-title a, .site-description, .post-title, .author-heading, .entry-footer, .entry-footer a, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .no-comments, .site-info, .site-info a, .wp-caption-text, .gallery-caption {
	color: #000 !important; /* Make sure color schemes don't affect to print */
}
pre, abbr[title], table, th, td, .site-header, .site-footer, .hentry + .hentry, .author-info, .page-header, .comments-area, .comment-list + .comment-respond, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments {
	border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
}
.site {
	margin: 0 7.6923%;
}
.site-branding {
	padding: 0;
}
.site-header {
	padding: 7.6923% 0;
}
.site-description {
	display: block;
}
.hentry + .hentry {
	margin-top: 7.6923%;
}
.hentry.has-post-thumbnail {
	padding-top: 7.6923%;
}
.sticky-post {
	background: #000 !important;
	color: #fff !important;
}
.entry-header, .entry-footer {
	padding: 0;
}
.entry-content, .entry-summary {
	padding: 0 0 7.6923%;
}
.post-thumbnail img {
	margin: 0;
}
.author-info {
	margin: 0;
}
.page-content {
	padding: 7.6923% 0 0;
}
.page-header {
	padding: 3.84615% 0;
}
.comments-area {
	border: 0;
	padding: 7.6923% 0 0;
}
.site-footer {
	margin-top: 7.6923%;
	padding: 3.84615% 0;
}
}
#slider img {
	width: 226px !important;
	height: 228px !important;
}

.cycle-slide img {display:inline!important;}
.cycle-carousel-wrap .cycle-slide {width:100px!important; height:100px!important; border:2px solid #ddd;display: inherit!important;float: left;}
#cycle-2 .cycle-sentinel {display:none!important;}
#cycle-2 {overflow:visible!important; width:100%; float:left;}
.cycle-carousel-wrap {float:left; left:0px!important;position: inherit!important;}
.flex-control-paging li {display:none;}
.team a {color:#101f53!important; text-decoration:none!important;}
.team a:hover {color:#636363!important;}

@media print {
   #map {width:480px!important; height:400px!important;}
  .footer-section {display:none;}
  .s-map {display:none;}
  .copyright-sec {display:none;}
  .col-md-7 {width:800px!important;}
  .pro-fet {display:none;}
  .featured-pro {display:none;}
  #slideshow-2 {display:none;}
  #view1 {margin-top:20px!important;}
  .col-md-7 h3 {margin-top:-35px!important;}
  .tel {display:none;}
  .social {display:none;}
  .featured-cont {display: none;}
  .icon-b {display:none;}
  .property-search {display:none;}
  .property-search-bg {display:none;}
  .col-md-7 h3 {padding-top:40px;}
  title {display:none;}
  #view1 {margin-top:200px;}
   #view1 {display: block; page-break-before: always; }
   a[href]:after {
    content: none !important;
  }
}
@media screen and (min-width:992px) and (max-width:1199px){
.search-nav .search-inp{width:125px !important; }
}
@media screen and (min-width:320px) and (max-width:767px){
.search-nav {display: block; float:left; margin:0px; padding:0px; width:auto; }
.search-nav form{padding-right:15px; padding-left:15px;}
.search-nav .search-inp{ width:204px; }

}

#flexslider_hg_acquisitions ul.slides img { height: 500px; } 
/* For Slider
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cycle-1 div { width:100%; }
#cycle-2 .cycle-slide { border:3px solid #fff; }
#cycle-2 .cycle-slide-active { border:3px solid #004; }

#slideshow-1,#slideshow-2 { width: 50%; max-width: 600px; margin: auto }
#slideshow-2 { margin-top: 10px }
.cycle-slideshow img { width: 100%; height: auto; display: block; }

*/
