/* ==========================================================================
   Themeqx Classified style.css
   28/08/2015
   url: lenoxproperty.com
   ========================================================================== */

@import
	url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100)
	;
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);*/
body {
	/*background: #e9eaed;*/
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration: none !important;
	color: #081F51;
}

/* ==========================================================================
  color-dodger-blue.css
   ========================================================================== */
a:hover {
	color: #999999;
}

.section-header {
	border-left: 2px solid #081F51;
}

.ads-item-thumbnail .caption a {
	color: #333333;
}

.ads-item-thumbnail .caption a:hover {
	color: #081F51;
}

.ads-item-thumbnail .social-icons {
	border-top: 2px solid #081F51;
}

.label-premium {
	background-color: #081F51;
}

.label-new {
	background-color: #e87e04;
}

.theme-btn {
	background-color: #081F51;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.theme-btn:hover {
	background: #2980b9;
	color: #ffffff;
}

.footer-widget h4 {
	border-bottom: 2px solid #415D78;
}

.price-title h2 {
	color: #081F51;
}
/** End variation color code */

/** Common for all theme */
.green i {
	color: #26C281;
}

.green hr {
	border-color: #26C281;
}

.gold i {
	color: #E87E04;
}

.gold hr {
	border-color: #E87E04;
}

.purple i {
	color: #1F3A93;
}

.purple hr {
	border-color: #1F3A93;
}

.orange i {
	color: #F64747;
}

.orange hr {
	border-color: #F64747;
}

.brick i {
	color: #96281B;
}

.brick hr {
	border-color: #96281B;
}

.blue i {
	color: #4B77BE;
}

.blue hr {
	border-color: #4B77BE;
}

.honey i {
	color: #34495e;
}

.honey hr {
	border-color: #34495e;
}

.ads-detail, .sidebar-widget, div.login, div.sidebar-filter-wrapper, div.listing-nav,
	div.listingTopFilterBar {
	border-top: 2px solid #081F51;
}

.footer-widget.footer-address a {
	color: #fff;
}

.copyright {
	position: relative;
	margin-top: 60px;
	padding: 60px 0 40px;
	text-align: center;
	border-top: 1px solid #2c3e50;
	color: #fff;
}

.copyright .scroltop {
	position: absolute;
	left: 50%;
	top: -18px;
	margin-left: -18px;
}

.copyright .social-links>li>a {
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 25px;
	background: #6b6e80;
	display: block;
	border-radius: 100%;
}

.copyright .social-links>li>a>.fa {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-left: -9px;
	margin-top: -9px;
	color: #1b1d2a;
	font-size: 19px;
}

.copyright .social-links>li>.icon-twitter:hover {
	background: #4099ff;
}

.copyright .social-links>li>.icon-facebook:hover {
	background: #4467ad;
}

.copyright .social-links>li>.icon-instagram:hover {
	background: #FF4500;
}

.copyright .social-links>li>.icon-youtube:hover, .copyright .social-links>li>.icon-gplus:hover
	{
	background: #ff4b4b;
}

.social-ul a {
	color: #fff;
}

.footer-bottom a {
	color: #fff;
}
/** End Common for all theme */
.dropdown-menu>li>a {
	color: #081F51;
	padding-top: 12px;
	padding-bottom: 12px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a,
	.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #064288;
	background-color: #081F51;
}

/** make bootstrap flat */
.form-control {
	border-radius: 1px;
	box-shadow: none;
	color: #555;
	padding: 6px 12px;
}

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning,
	.btn-danger {
	box-shadow: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.btn {
	background-image: none;
	/*border-radius: 1px;*/
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.btn:focus {
	background-image: none;
}

.navbar-default {
	background-image: none;
	background: #fff;
	background-repeat: repeat-x;
	margin-bottom: 0;
	height: 100px;
        color: #081F51;
}

.bg-white {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
}

/* end make bootstrap flat */

/** header-nav-top */
.header-nav-top {
	background: #081F51;
}

.topContactInfo ul li a {
	margin-top: 5px;
}

.topContactInfo ul li a {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	color: #ffffff;
}

.topContactInfo ul li a:hover {
	background: none;
}

/** header-nav-top */

/* section-header */
.section-header {
	padding: 15px 10px 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.section-header .icon {
	float: left;
	font-size: 25px;
	padding-right: 10px;
}

.section-header-text {
	/*float: left;*/
	
}
/* end section-header */

/* category css */
.category-single-box {
	padding: 10px;
	min-height: 220px;
	margin: 5px 0;
	text-align: center;
}

.category-single-box i {
	display: block;
	font-size: 35px;
	margin-bottom: 10px;
}

.category-single-box h4 {
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 5px;
}

.category-single-box h4 a {
	display: block;
}

.category-single-box h4 a span.category-name {
	color: #0f0f0f;
}

.category-single-box hr {
	border-width: 2px;
	margin: 5px 0;
}

.category-single-box p.count {
	font-size: 12px;
	margin-bottom: 5px;
}
/* end category css */

/* Ads post single thumbnail */
.ads-item-thumbnail {
	/*border: 7px solid #f9f9f9;*/
	margin: 5px 0;
	text-align: center;
	position: relative;
        min-height: 355px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.ad-box-premium {
	/*border:7px solid #f8efc0;*/
	background: #fffcdd;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
}

.ad-box-regular {
	/*border:7px solid #f9f9f9;*/
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
}

.ads-item-thumbnail:hover {
	border-color: #eeeeee;
}

table tr.ad-premium {
	background: #fffcdd !important;
}

.ads-item-thumbnail .ads-thumbnail img {
	width: 100%;
	max-height: 165px;
}

.ads-item-thumbnail .caption {
	text-align: center;
}

.ads-item-thumbnail .caption h4 {
	font-size: 16px;
}

.ads-item-thumbnail .caption a {
	display: block;
}

.ads-item-thumbnail .caption p {
	margin-bottom: 3px;
}

.ads-item-thumbnail .caption p.date-posted {
	font-size: 12px;
}

.ads-item-thumbnail .caption p.price {
	font-weight: bold;
}

.ads-item-thumbnail .social-icons {
	margin-top: 8px;
	padding-top: 5px;
}

.ads-item-thumbnail .social-icons ul {
	width: 100%;
}

.ads-item-thumbnail .social-icons ul li {
	float: none;
	display: inline-block;
}

.ads-item-thumbnail .social-icons .navbar-nav>li>a {
	padding: 0;
}

.social-icons ul li a i {
	padding: 8px 10px;
	transition: all 0.5s ease 0s;
}

.social-icons ul li a i:hover {
	color: #fff;
	transition: all 0.5s ease 0s;
}

.social-icons .fa-facebook:hover {
	background: #0083c9 none repeat scroll 0 0;
}

.social-icons .fa-twitter:hover {
	background: #5bbcec none repeat scroll 0 0;
}

.social-icons .fa-linkedin:hover {
	background: #ff4518 none repeat scroll 0 0;
}

.social-icons .fa-dribbble:hover {
	background: #90c9dc none repeat scroll 0 0;
}

.social-icons .fa-google-plus:hover {
	background: #ce3c2d none repeat scroll 0 0;
}

.label-new, .label-premium {
	position: absolute;
	top: 0;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	cursor: pointer;
}

.label-new {
	left: 26px;
}

.label-premium {
	right: 0;
}

.theme-btn-wrapper {
	margin-bottom: 5px;
	margin-top: 5px;
}

.theme-btn {
	color: #ffffff;
}

/* End Ads post single thumbnail */

/* Footer */
/*.footer{
    margin-top: 10px;
}
.footer-top{
    background: #fff;
    color: #081F51;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-top ul.footer-menu{
    padding-left: 0;
}
.footer-top ul.footer-menu li{
    list-style: none;
}
.footer-top ul.footer-menu li a{
    color: #eeeeee;
}
.footer-widget h4{
    padding-bottom: 10px;
}
.footer-bottom{
    background: #FFFFFF;
    line-height: 40px;
    font-size: 12px;
    border-top: 1px solid #990000;
    color: #081F51;
}
.footer-bottom p{
    margin-bottom: 0;
}

.footer-top .social-icons .navbar-nav > li > a{
    padding: 0;
}
.footer-widget ul.social-ul{
    text-align: right;
}
.footer-widget ul.social-ul li{
    display: inline-block;
}*/
p.newslatter-infp {
	margin: 10px 0;
}
/* End Footer */

/* select2 css */
.search-wrapper .select2-container .select2-choice {
	height: 34px;
	line-height: 32px;
	min-width: 200px;
}

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

/* Price plan */
.price-plan-item {
	padding: 10px;
	text-align: center;
}

.price-title {
	padding: 10px 0;
}

.price-title h2 {
	margin: 0;
}
/* Price plan */

/** Ads Single Page */
.ads-detail {
	padding: 20px;
	margin-top: 10px;
}

h2.ad-title {
	font-weight: 300;
	margin: 0;
}

.sidebar-widget {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin-top: 10px;
}

.sidebar-widget h3 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-weight: 300;
}

.ads-detail-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

.sidebar-user-info h5 {
	margin: 0;
}

.sidebar-user-link {
	margin: 10px 0;
}

ul.ad-action-list {
	margin: 10px 0 0 0;
	padding: 0;
}

ul.ad-action-list li {
	list-style: none;
}

ul.ad-action-list li a {
	line-height: 30px;
}

.single-at-a-glance {
	margin-bottom: 20px;
}

.single-at-a-glance ul li {
	background: #fafafa;
	border-right: none;
}

.sidebar-feature-agents {
	background: #fafafa;
	padding: 10px;
	margin: 5px 0;
}

.sidebar-feature-agents h5 {
	margin: 0;
}

.sidebar-feature-agents p {
	margin: 0;
}
/**Login Page **/
div.login {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin-top: 10px;
}

.login .authTitle {
	text-align: center;
	line-height: 300%;
	margin-top: 0;
}

.login .socialButtons a {
	color: white;
	opacity: 0.9;
}

.login .socialButtons a:hover {
	color: white;
	opacity: 1;
}

.login .socialButtons .btn-facebook {
	background: #3b5998;
}

.login .socialButtons .btn-twitter {
	background: #00aced;
}

.login .socialButtons .btn-google {
	background: #c32f10;
}

.login .loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.login .loginOr .hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.login .loginOr .spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}

.login .loginForm .input-group.i {
	width: 2em;
}

.login .loginForm  .help-block {
	color: red;
}

@media ( min-width : 768px) {
	.login .forgotPassword {
		text-align: right;
		margin-top: 10px;
	}
}

/** Register page */
div.info-box {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	padding: 20px;
	margin-top: 10px;
	text-align: center;
}

div.info-box h4 i {
	font-size: 40px;
}

/** Listing page */
div.sidebar-filter-wrapper {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	padding: 10px;
	margin-top: 10px;
}

div.listing-nav {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
}

div.listing-nav ul.nav li {
	display: inline-block;
}

ul.list-grid-view {
	float: right;
}
/** Loading Overlay **/

/* Absolute Center Spinner */
#loadingOverlay {
	background: #000000;
	position: fixed;
	top: 0;
	opacity: 0.9;
	z-index: 1050;
	height: 100%;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
}

.circleLoader {
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: spin 2s linear infinite;
	margin: 10% auto 0;
}

@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform
:
 
rotate
(360deg);
 
}
}
/* Transparent Overlay */

/** End Loading Overlay **/
.listingTopFilterBar {
	min-height: 50px;
	background: #ffffff;
	margin-top: 10px;
}

ul.filterAdType {
	margin: 0 0 0 3px;
	padding: 0;
}

ul.filterAdType li {
	display: inline-block;
	list-style: none;
	margin-left: -3px;
}

ul.filterAdType li a {
	display: block;
	line-height: 48px;
	padding: 0 20px;
	color: #081F51;
}

ul.filterAdType li.active a, ul.filterAdType li a:hover {
	background: #f4f4f4;
	color: #000;
}

ul.listingViewIcon li {
	display: inline-block;
	list-style: none;
}

ul.listingViewIcon li a {
	line-height: 50px;
	padding: 0 10px;
	color: #081F51;
}

ul.listingViewIcon li a:hover {
	color: #000000;
}

ul.listingViewIcon li.shortByListingLi ul li {
	display: block;
}

ul.listingViewIcon li.shortByListingLi ul li a {
	line-height: 30px;
}

.error-404-wrap {
	padding: 20px;
	text-align: center;
	margin-top: 10px;
}

.checkbox-inline>input {
	margin-top: 0 !important;
}

.ad-box-list-view, .ad-box-premium-wrap {
	background: #ffffff;
	box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.5);
	padding: 10px;
}

#cropContainerHeaderButton:hover {
	background: #1CD139;
}

.optionsDiv {
	border-radius: 2px;
	position: absolute;
}

.optionsDiv a {
	width: 50%;
	margin-right: 20%;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

#cropContainerEyecandy {
	width: 700px;
	height: 200px;
	position: relative;
	border: 1px solid #ccc;
}

#changeAvatar {
	width: 300px;
	height: 300px;
	position: relative;
	border: 1px solid #ccc;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.jumbotron-xs {
	padding: 20px 15px;
}

.profile-avatar {
	margin-bottom: 20px;
	width: 150px;
	position: relative;
}

.page_wrapper {
	min-height: 400px;
}
/** Blog **/
.blog-breadcrumb .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-bottom: 0;
	margin-top: 12px;
	text-align: right;
}

.jumbotron h2 {
	margin-bottom: 13px;
	margin-top: 10px;
}

#blog-listing .post {
	margin-bottom: 50px;
}

#blog-listing .post h2 {
	font-size: 24px;
	margin: 0 0 10px;
}

#blog-listing .post .author-category, #blog-single .post .author-category
	{
	color: #999999;
	float: left;
	font-size: 12px;
	font-weight: 300;
}

#blog-listing .post .date-comments, #blog-single .post .date-comments {
	float: right;
	font-size: 12px;
}

#blog-listing .post .read-more {
	text-align: right;
}

section.post .blog-title {
	color: #666666;
}

.pagination_wrap {
	text-align: center;
}

#blog-single hr {
	margin-top: 0;
}

.comments-title {
	text-align: center;
}

.home-latest-blog .post h2 {
	font-size: 18px !important;
	font-weight: 300;
}

.home-latest-blog  #blog-listing .post {
	margin-bottom: 20px;
}

.home-latest-blog {
	margin-top: 20px;
}

h2.blog-post-title a {
	color: #444;
}

table.slideShow img {
	max-width: 300px;
}
/** center width bootstrap carousel */
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	margin: 0 auto;
}

img.thumb-listing-table {
	max-width: 90px !important;
}

/***********************************************************************
*                        Modern Theme Started                          *
************************************************************************/
.modern-home-cat-wrap {
	padding: 20px 0;
}

.modern-home-cat-wrap ul.modern-home-cat-ul li {
	display: inline-block;
	text-align: center;
}

.modern-home-cat-wrap ul.modern-home-cat-ul li a {
	color: #6b7c93;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: 100ms; /* Safari */
	transition: 100ms;
	display: block;
	padding: 15px;
	width: 175px;
}

.modern-home-cat-wrap ul.modern-home-cat-ul li a:hover {
	color: #2c3e50;
}

.modern-home-cat-ul .fa {
	display: block;
	font-size: 40px;
	margin: 10px 0;
}

.modern-home-cat-ul .count {
	color: #ccc;
	font-size: 12px;
}

.modern-home-cat-with-sub-wrap {
	margin-top: 50px;
}

.modern-cat-list-with-sub-wrap {
	border: 1px solid #dddddd;
	display: inline-table;
	height: 250px;
	margin: 5px 5px 35px;
	padding: 10px;
	width: 265px;
}

.modern-home-cat-top-item a {
	color: #6b7c93;
	font-weight: 400;
	font-size: 16px;
	-webkit-transition: 100ms; /* Safari */
	transition: 100ms;
}

.modern-home-cat-top-item .fa {
	display: block;
	font-size: 30px;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 50%;
	margin: -40px auto 0;
	padding: 20px;
	text-align: center;
	width: 80px;
}

.modern-home-search-bar-wrap {
	padding-bottom: 20px;
	text-align: center;
}

.modern-top-intoduce-section {
	/*background: #f9f2f4;*/
	background-image: url("../img/lenox-realty-group-ri.jpg");
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.modern-top-intoduce-section::before {
	/*background: #000000 none repeat scroll 0 0;*/
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.mdern-top-introduce-left {
	color: #fff;
}

.mdern-top-introduce-left h1 {
	margin-top: 0;
}

.mdern-top-introduce-left h2 {
	margin-top: 0;
}

/** Owl Carousel */
.themeqx-carousel-ads .owl-controls, .themeqx-carousel-blog-post .owl-controls
	{
	position: absolute;
	right: 0;
	top: -60px;
}

.themeqx-carousel-ads .owl-controls .owl-prev,
	.themeqx-carousel-blog-post .owl-controls .owl-prev {
	display: inline;
}

.themeqx-carousel-ads .owl-controls .owl-next,
	.themeqx-carousel-blog-post .owl-controls .owl-next {
	display: inline;
}

.owl-nav .fa {
	border: 1px solid #dddddd;
	color: #6b7c93;
	margin-left: -1px;
	padding: 10px;
}

.carousel-header a {
	color: #337ab7;
}

.carousel-header>h4 {
	margin-top: 20px;
}

/** Ribbon labels */

.ribbon-wrapper-blue {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.ribbon-blue {
	color: #FFF;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 4px 0;
	left: -30px;
	top: 15px;
	width: 120px;
	background-color: #081F51;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-blue:before, .ribbon-blue:after {
	content: "";
	position: absolute;
}

.ribbon-blue:before {
	left: 0;
}

.ribbon-blue:after {
	right: 0;
}

.ribbon-wrapper-green {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.ribbon-green {
	color: #FFF;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	padding: 4px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #BFDC7A;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-green:before, .ribbon-green:after {
	content: "";
	position: absolute;
}

.ribbon-green:before {
	left: 0;
}

.ribbon-green:after {
	right: 0;
}

.ribbon-wrapper-red {
	width: 85px;
	height: 88px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.ribbon-red {
	color: #FFF;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 4px 0;
	left: -30px;
	top: 15px;
	width: 120px;
	background-color: #ff0000;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon-red:before, .ribbon-red:after {
	content: "";
	position: absolute;
}

.ribbon-red:before {
	left: 0;
}

.ribbon-red:after {
	right: 0;
}
​
.themeqx-carousel-blog-post h2 {
	font-size: 18px;
}

.blog-post-carousel-meta-info {
	font-size: 12px;
	margin: 10px 0;
}

.themeqx-carousel-blog-post {
	color: #6b7c93;
}

.themeqx-carousel-blog-post a {
	color: #6b7c93;
}

.themeqx-carousel-blog-post .owl-item.active>div {
	border: 1px solid #dddddd;
	padding: 10px;
}

.post-content {
	padding-bottom: 20px;
	padding-top: 20px;
}

.owl-item h2 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 20px 0;
}

.ribbon-blue-bar {
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	padding: 4px 0;
	width: 100px;
	background-color: #081F51;
}

.ribbon-green-bar {
	display: inline-block;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
	padding: 4px 0;
	width: 100px;
	background-color: #BFDC7A;
}

.ribbon-red-bar {
	display: inline-block;
	color: #fff;
	text-align: center;
	padding: 4px 0;
	width: 100px;
	background-color: #ff0000;
}

.modern-single-ad-top-description-wrap {
	padding: 20px;
	background: rgba(226, 226, 226, 1);
	background: -moz-linear-gradient(top, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 4%, rgba(209, 209, 209, 1) 15%,
		rgba(254, 254, 254, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226, 226,
		226, 1)), color-stop(4%, rgba(219, 219, 219, 1)),
		color-stop(15%, rgba(209, 209, 209, 1)),
		color-stop(100%, rgba(254, 254, 254, 1)));
	background: -webkit-linear-gradient(top, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 4%, rgba(209, 209, 209, 1) 15%,
		rgba(254, 254, 254, 1) 100%);
	background: -o-linear-gradient(top, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 4%, rgba(209, 209, 209, 1) 15%,
		rgba(254, 254, 254, 1) 100%);
	background: -ms-linear-gradient(top, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 4%, rgba(209, 209, 209, 1) 15%,
		rgba(254, 254, 254, 1) 100%);
	background: linear-gradient(to bottom, rgba(226, 226, 226, 1) 0%,
		rgba(219, 219, 219, 1) 4%, rgba(209, 209, 209, 1) 15%,
		rgba(254, 254, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2',
		endColorstr='#fefefe', GradientType=0);
}

.modern-single-ad-top-description {
	background: #fff;
	padding: 20px 0;
}

.modern-single-ad-price {
	color: #000000;
}

.modern-single-ad-top-description h2.ad-title {
	margin-bottom: 20px;
}

.modern-social-share-btn-group {
	margin-top: 30px;
}

.modern-single-ad-breadcrumb {
	padding: 10px 0;
}

.modern-single-ad-breadcrumb .breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
}

.modern-single-ad-top-title {
	margin: 10px 0;
}

.modern-post-ad-call-to-action {
	padding: 30px 0;
	margin-top: 20px;
	text-align: center;
	background-image: url("../img/call-to-action.jpg");
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
	text-shadow: -1px -1px 0 #081F51, 1px -1px 0 #081F51, -1px 1px 0 #081F51,
		1px 1px 0 #081F51;
}

.modern-post-ad-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.deserve-call-to-action {
        margin-bottom:3px;
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/deal.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
	text-shadow: -1px -1px 0 #081F51, 1px -1px 0 #081F51, -1px 1px 0 #081F51,
		1px 1px 0 #081F51;
}

.deserve-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
        min-height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
}

.agent-call-to-action {
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/agent.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #081F51;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
		1px 1px 0 #fff;
}

.agent-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

.team-call-to-action {
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/team.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #081F51;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
		1px 1px 0 #fff;
}

.team-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

.tech-call-to-action {
        margin-bottom:3px;
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/tech.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #081F51;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
		1px 1px 0 #fff;
}

.tech-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
}

.video-call-to-action {
        padding-top: 10px;
        padding-bottom: 10px;
	text-align: center;
	background-color: #fff;
}

.covered-call-to-action {
        margin-bottom:3px;
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-color: #081F51;
	position: relative;
	color: #fff;
}

.raising-call-to-action {
        margin-bottom:3px;
        padding-top: 30px;
        padding-bottom: 30px;
	text-align: center;
	background-color: #081F51;
	position: relative;
	color: #fff;
}

.residential-call-to-action {
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/residential.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
        background-color: #081F51;
	color: #fff;
}

.residential-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.commercial-call-to-action {
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/commercial.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
        background-color: #081F51;
	color: #fff;
}

.commercial-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pm-call-to-action {
        margin-bottom:3px;
        padding-top: 100px;
        padding-bottom: 100px;
	text-align: center;
	background-image: url("../img/pm.jpg");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
        background-color: #081F51;
	color: #fff;
}

.pm-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-template-header {
	padding: 30px 0;

	margin-top: 20px;
	text-align: center;
	background-image: url("../img/ri-real-estate.jpg");
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
	text-shadow: -1px -1px 0 #081F51, 1px -1px 0 #081F51, -1px 1px 0 #081F51,
		1px 1px 0 #081F51;
}

.page-template-header::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.modern-focus-call-to-action {
	padding: 30px 0;
	text-align: left;
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

.modern-focus-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.modern-pmc-call-to-action {
	padding: 30px 0;
	margin-top: 20px;
	text-align: center;
	background-image: url("../img/realtyri-apartment-complexes.jpg");
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

.modern-pmc-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.modern-re-call-to-action {
	padding: 30px 0;
	margin-top: 20px;
	text-align: center;
	background-image: url("../img/realtyri-agents.jpg");
	background-attachment: fixed;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #ffffff;
}

.modern-re-call-to-action::before {
	background: #081F51 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
}

.modern-img-indicator {
	background: rgba(6, 66, 136, 0.4);
	color: #fff;
	font-size: 12px;
	margin-top: -30px;
	padding: 4px;
	position: absolute;
	right: 0;
}

.modern-save-indicator {
	background: rgba(6, 66, 136, 0.4);
	color: #fff;
	font-size: 12px;
	/*margin-top: -26px;*/
	padding: 4px;
	position: absolute;
	right: 0;
}

.modern-sale-rent-indicator {
	background-image: linear-gradient(to bottom, #ff9b22 0%, #ff8c00 100%);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 12px;
	margin-top: -26px;
	padding: 4px;
	position: absolute;
	left: 0;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.ad-regular>td, .ad-premium>td {
	position: relative;
}

.table.property-box-info td {
	border: medium none;
	text-align: left;
}

.modern-top-hom-cat-section {
	padding-top: 100px;
	padding-bottom: 300px;
	padding-left: 20px;
	padding-right: 20px;
	color: white;
        text-shadow: -1px -1px 0 #081F51, 1px -1px 0 #081F51, -1px 1px 0 #081F51,
		1px 1px 0 #081F51;
}

.or-search::before {
	margin-left: -50%;
	text-align: right;
}

.or-search::after, .or-search::before {
	background-color: #fff;
	content: " ";
	height: 2px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 50%;
}

.or-search {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 15%;
	z-index: 1;
}

.search-wrapper h3 {
	color: #ffffff;
}

.listViewItemFooter {
	background-color: #ffffff;
	border-top: 1px solid #990000;
	margin: 0;
	padding: 7px;
	color: #081F51;
}

.listViewItemFooter>span {
	margin-right: 20px;
}

.totalFoundListingTop {
	line-height: 50px;
	padding-left: 20px;
}

#footer {
	width: 100%;
	padding: 60px 0 0;
	background-color: #ffffff;
        color: #081F51;
	border-top: 2px solid #990000;
}

#footer .widget:before, #footer .widget:after {
	content: "";
	display: table;
	clear: both;
}

#footer .widget {
	margin-bottom: 20px;
}

#footer .widget h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: 800; < style type="text/css"> ul {list-style : none;
	padding: 0px;
	margin: 0px;
}

ul li {
	display: block;
	position: relative;
	float: left;
	border: 1px solid #000
}

li ul {
	display: none;
}

ul li a {
	display: block;
	background: #000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
}

ul li a:hover {
	color: #000;
}

li:hover ul {
	display: block;
	position: absolute;
}

li:hover li {
	float: none;
}

li:hover a {
	color: #f00;
}

li:hover li a:hover {
	color: #000;
}

#drop-nav li ul li {
	border-top: 0px;
}

#footer .widget h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: #d9dae9;
	margin-bottom: 30px;
}

#footer .widget>ul, #footer .widget ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#footer .widget>ul>li, #footer .widget>ul>li>a, #footer .widget ul>li,
	#footer .widget ul>li>a {
	display: block;
	padding: 2px 0;
	font-size: 14px;
	color: #898ba2;
	font-weight: 400;
}

#footer .widget>ul>li>a::before, #footer .widget ul>li>a::before {
	content: '\f10c';
	font-family: 'FontAwesome';
	font-size: 15px;
	font-weight: 400;
	padding-right: 15px;
}

#footer .widget>ul>li>a:hover, #footer .widget>ul>li>a:focus, #footer .widget ul>li>a:hover,
	#footer .widget ul>li>a:focus {
	color: #3bafda;
}

#footer .widget.widget_recent_comments>ul>li>a, #footer .widget.widget_recent_comments ul>li>a
	{
	display: inline-block;
}

#footer .widget.widget_recent_comments>ul>li>a:before, #footer .widget.widget_recent_comments ul>li>a:before
	{
	content: "";
	font-family: 'Raleway', sans-serif;
	padding-right: 0;
}

#footer .widget.widget_recent_comments>ul>li:before, #footer .widget.widget_recent_comments ul>li:before
	{
	content: '\f05d';
	font-family: 'FontAwesome';
	font-size: 16px;
	font-weight: 400;
	padding-right: 15px;
}

.hero {
	background:
		url("http://wallpoper.com/images/00/34/39/15/circuit-pcb_00343915.jpg")
		no-repeat center center;
	background-size: cover;
	height: 100vh;
}

.hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #002f4b, #dc4225);
	opacity: .8;
}

.hero .intro {
	padding: 3rem;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.hero h1 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	font-weight: 300;
	text-align: center;
}

.hero p {
	color: #fff;
	line-height: 1.75em;
	font-weight: 200;
	text-align: center;
	margin-bottom: 2rem;
}

.hero .tech-img {
	background:
		url("http://static.pexels.com/wp-content/uploads/2015/02/apple-hand-iphone-6-4322-525x350.jpg")
		no-repeat center center;
	background-size: cover;
	height: 9rem;
	width: 9rem;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 40.063em) {
	.hero .tech-img {
		height: 18rem;
		width: 18rem;
	}
	.hero h1 {
		padding-top: 4.5rem;
		text-align: right;
		font-size: 2.5rem;
	}
	.hero p {
		text-align: right;
	}
}

.top-buffer {
	margin-top: 5px;
}

.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

.my-image {
    background-size: cover; /* will stretch the image to your div size while maintaining aspect ratio */
}
