@charset "UTF-8";

/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */
@import url("bootstrap.css");
@import url("icons.css");
@import url("https://fonts.googleapis.com/css?family=Varela+Round");
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
	font-family: 'ProximaNovaRegular';
	src: url('../fonts/ProximaNovaRegular.eot');
	src: local('ProximaNovaRegular'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
}

@font-face {
	font-family: "Proxima Nova Bold";
	src: url("../fonts/Proxima Nova Bold.eot");
	src: local("☺"),
    url("../fonts/ProximaNovaBold.woff") format("woff"),
    url("../fonts/ProximaNovaBold.ttf") format("truetype"),
    url("../fonts/ProximaNovaBold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Light";
	src: url("../fonts/Proxima Nova Light.eot");
	src: local("☺"),
    url("../fonts/ProximaNovaLight.svg") format("svg"),
    url("../fonts/ProximaNovaLight.ttf") format("truetype"),
    url("../fonts/ProximaNovaLight.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Topbar
------------------------------------- */

/* Common Styles */

#top-bar {
	background-color: #66676b;
	color: #fff;
	padding: 0;
	position: relative;
	z-index: 1001;
}

ul.top-bar-menu {
	margin: 0;
	padding: 8px 0;
	-webkit-transform: translate3d(0,1px,0);
	-moz-transform: translate3d(0,0,0);
}

ul.top-bar-menu li {
	font-size: 13px;
	display: inline-block;
	margin: 0 20px 0 0;
}

ul.top-bar-menu li a {
	color: #fff;
}

ul.top-bar-menu li i {
	color: #fff;
	margin: 0 5px 0 0;
	font-size: 15px;
	position: relative;
	top: 1px;
}

#top-bar ul.social-icons { position: relative; z-index: 990; }

/* Light Version */
#top-bar.light {
	background-color: #f5f5f5;
	color: #888;
}

#top-bar.light a { color: #888; }
#top-bar.light ul.top-bar-menu li i,
#top-bar.light .top-bar-dropdown span:after { color: #a0a0a0; }

/* Topbar Dropdown */
.top-bar-dropdown {
	cursor: pointer;
	display: inline-block;
}

.top-bar-dropdown .options {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	margin: 20px 0 0 0;
	z-index: 1101;
	transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
	transform: translate3d(0,15px,0);
	border-radius: 3px;
}

.top-bar-dropdown.active .options {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translate3d(0,0,0);
	min-width:230px;
}

.top-bar-dropdown .arrow {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #262626;
	position: absolute;
	top: -5px;
	left: 10px;
}

.top-bar-dropdown span:after {
	/*content: "\f0d7";*/
	content:unset;
	font-family: "FontAwesome";
	font-size: 16px;
	color: #fff;
	top: 1px;
	margin-left: 6px;
	position: relative;
}

.top-bar-dropdown ul  {
	background: #262626;
	max-width: 180px;
	padding: 14px 0;
}

.top-bar-dropdown ul li  {
	width: 100%;
	display: block;
	padding: 0;
	line-height: 21px;
	
}

.top-bar-dropdown ul li a  {
	padding: 5px 22px;
	display: block;
	color: #ccc!important;
	z-index: 10;
	position: relative;
	transition: color 0.25s;
	line-height: 21px;
}

.top-bar-dropdown ul li a:hover  {
	color: #fff!important;
	z-index: 1;
	position: relative;
}

/* Header */
#logo { display: inline-block; margin-top: 1px; }
#logo img { max-height: 43px; width: auto; transform: translate3d(0,0,0); }
img.footer-logo { max-height: 43px; width: auto; transform: translate3d(0,0,0); }

#header {
	position: relative;
	z-index: 1;
	padding: 25px 0 14px 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

/* Header Widget */
.header-widget {
	position: relative;
	top: -1px;
	height: 54px;
}

.header-widget .button,
.header-widget .button.border { margin-right: 0; }

.header-widget .sign-in {
	position: relative;
	top: 10px;
	color: #333;
	margin-right: 25px;
	vertical-align: top;
}

.header-widget .sign-in i {
    padding-right: 4px;
    vertical-align: top;
    padding-top: 5px;
}

.sign-in i.fa.fa-user:before {
    font-family: "simple-line-icons";
    content: "\e066";
    font-size: 17px;
    position: relative;
    top: -1px;
}

.header-widget .sign-in:hover { color: #66676b; }

/* Full Width Header */
header.fullwidth .container {
	width: 100%;
	margin: 0;
	padding: 0 40px;
}

.left-side {
	float: left;
	width: 65%;
	display: inline-block;
}

.right-side {
	float: right;
	width: 35%;
	display: inline-block;
}

#logo,
#navigation { float: left; }
#logo { margin-right: 40px; }
.header-widget { text-align: right; }

/* Header Style 2 */
#header-container.top-border {
	border-top: 4px solid #66676b;
}

#header-container.header-style-2 .right-side { width: 70%; }
#header-container.header-style-2 .left-side { width: 30%; }

#header-container.header-style-2 #header { padding-top: 0px; background-color: #0b5d8c; min-height: 60px; height: 60px; }
#header-container.header-style-2 #header { padding-bottom: 0; }

/* Header Widget */
.header-style-2 .header-widget {
	margin-top: 8px;
	margin-bottom: 8px;
	float: right;
	padding-left: 0;
	text-align: left;
}

.header-style-2 .header-widget li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-right: 35px;
	line-height: 24px;
	position: relative;
}

.header-style-2 .header-widget li:after{
	position: absolute;
	height: 48px;
	content: "";
	display: inline-block;
	width: 1px;
	background-color: #ddd;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}

.header-style-2 .header-widget li i {
	float: left;
	display: inline-block;
	color: #66676b;
	font-size: 34px;
	width: 35px;
	position: relative;
	margin-top: 8px;
	margin-right: 18px;
	text-align: center;
	-webkit-text-stroke: 0.5px #fff;
}

.header-style-2 .header-widget li .widget-content { float: left; max-width: 150px;  }
.header-style-2 .header-widget .sl-icon-location { font-size: 36px; margin: 5px 10px 0 8px;}

.header-style-2 .header-widget li span.title {
	display: block;
	color: #333;
}

.header-style-2 .header-widget li span.data { color: #808080; }
.header-style-2 .header-widget li.with-btn:after {display: none; }
.header-style-2 .header-widget a.button { margin-left: 13px; line-height: 25px; position: relative; top: 3px; }

.header-style-2 .header-widget li:last-child { margin-right: 0; padding-right: 0;}

/* ---------------------------------- */
/* Sticky Header
------------------------------------- */
#navigation.style-2.cloned,
#header.cloned,
#header-sticky.cloned {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 999;
}

#header.cloned { background-color: #fff; }
#navigation.style-2.cloned { margin-top: 0; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12); }

/* Sticky header styles */
#header.cloned #logo img { transform: translate3d(0,0,0); max-width: 120px; margin-top: 1px; }
#header.cloned { padding: 18px 0 7px 0; }

.sticky-logo { display: none; }

#navigation.style-2.cloned .sticky-logo {
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 30px;
    margin-top: 12px;
}

#navigation.style-2.cloned .sticky-logo img {
    max-height: 32px;
    width: auto;
	transform: translate3d(0,0,0);
}

#navigation.style-2.cloned.unsticky,
#header.cloned.unsticky {
	opacity: 1;
	visibility: hidden;
    pointer-events: none;
	transform: translate(0,-100%) scale(1);
	transition: 0.3s;
}

#navigation.style-2.cloned.unsticky { opacity: 0; }

#navigation.style-2.cloned,
#header.cloned.sticky {
	opacity: 1;
	visibility: visible;
	transform: translate(0,0) scale(1);
	transition: 0.3s;
}

/* Footer */
#footer {
	padding: 15px 0 10px 0;
	background-color: #0b5d8c;
	box-shadow: inset 0 20px 50px -20px rgba(0,0,0,0.06);
	color: #FFF;
}

#footer a{
	color: #FFF;
}
#footer a:hover{
	color: #FFF;
	text-decoration: underline;
}
#footer a:focus{
	color: #FFF;
	text-decoration: underline;
}
#footer a:active{
	color: #FFF;
	text-decoration: underline;
}

#footer.sticky-footer { box-shadow: none; }

#footer h4 {
	color: #333;
	font-size: 21px;
	margin-bottom: 25px;
}

.footer-shadow {
	width: 100%;
	display: block;
	background: #fff;
	height: 200px;
	margin-top: -200px;
	position: relative;
	z-index: -1;
	box-shadow: 0 20px 40px -20px rgba(0,0,0,0.06);
}

.text-widget span { color: #707070; }
.text-widget span.address { display: block; margin-bottom: 10px;}

/*  Links  */
ul.footer-links {
	margin: 0 0 15px 0;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}

.footer-links li { position: relative; list-style: none; }

.footer-links li a {
	padding: 0 0 9px 16px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #707070;
	line-height: 21px;
}

.footer-links li a:hover {
	padding-left:22px;
	color: #66676b;
}

.footer-links li:before {
	font-family: "FontAwesome";
	font-size: 20px;
	content: "\f105";
	position: absolute;
	left: 0;
	top: -2px;
	padding: 0 7px 0 0;
	color: #ccc;
}

/* Footer Bottom */
.copyrights {
	color: #707070;
	border-top: 1px solid rgba(0,0,0,0.09);
	margin-top: 60px;
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	width: 100%;
}

#footer.alt .copyrights {
	margin-top:0;
	border: none;
	padding: 25px;
}

.copyrights a { color: #707070; }

/* Dark Styles */
#footer.dark {
	background: #222;
	color: #aaa;
}

#footer.dark a,
#footer.dark h4,
#footer.dark a:hover {
	color: #fff;
}

#footer.dark .text-widget,
#footer.dark .text-widget span,
#footer.dark .footer-links li a {
	color: #aaa;
}

#footer.dark .footer-links li a:hover { color: #fff; }
#footer.dark .footer-links li:before { color: #666; }

#footer.dark .copyrights {
	color: #aaa;
	border-top: 1px solid rgba(255,255,255,0.09);
}

#footer .social-icons li a {
    opacity: 0.8;
    transition: opacity 0.35s;
}

#footer .social-icons li a:hover { opacity: 1; }

/* Back to top */
#backtotop {
	position: fixed;
	right: 0;
	display: none;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
}

#backtotop a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 44px;
	height: 44px;
	background-color: #66676b;
	opacity: 1;
    transition: all 0.3s;
    border-radius: 3px;
    text-align: center;
    font-size: 26px
}

body #backtotop a { color: #fff; }

#backtotop a:after {
	content: "\f106";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);

}
/* Back to bottom */
#backtobottom {
	position: fixed;
	right: 0px;
	display: none;
	bottom: 25px;
	margin: 0 25px 0 0;
	z-index: 999;
}

#backtobottom a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 44px;
	height: 44px;
	background-color: rgba(153, 153, 153, 0.5);
	opacity: 1;
    transition: all 0.3s;
    border-radius: 3px;
    text-align: center;
    font-size: 26px
}

body #backtobottom a { color: #fff; }

#backtobottom a:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: relative;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);

}

/* Mortagege Calculator */
button { outline: none; }

.mortgageCalc input,
.mortgageCalc input:focus {
	border-radius: 3px;
	padding-left: 65px;
	margin-bottom: 0;
	background-color: #fdfdfd;
	border: 1px solid #ddd;
	transition: border 0.3s, box-shadow 0.3s, background-color 0.3s;
}

.mortgageCalc input:focus {
	box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.mortgageCalc .calc-input {
	position: relative;
	height: 51px;
	display: block;
	margin-bottom: 15px;
}

.mortgageCalc .fa {
	background: linear-gradient(to bottom, #f8f8f8 0%, #f0f0f0);
	color: #999;
	border-radius: 3px 0 0 3px;
	top: 1px;
	left: 1px;
	position: absolute;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 49px;
	line-height: 49px;
	height: 49px;
	border-right: 1px solid #ddd;
}

.mortgageCalc button.button {
	margin: 8px 0 10px 0;
	display: inline-block;
}

.mortgageCalc .calc-output-container {
	opacity: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
	padding: 0;
	transition: opacity 0.3s, max-height 0.7s;
}

.mortgageCalc .calc-output-container .notification { margin: 15px 0 10px 0; }

.pick-price.tip {
	position: absolute;
	left: auto;
	top: 11px;
	right: 15px;
	cursor: pointer;
	z-index: 10;
	height: 28px;
	width: 28px;
	line-height: 28px;
	font-size: 16px;
	background-color: transparent;
	background: linear-gradient(to bottom, #eee 0%, #e9e9e9);
	color: #444;
	border-radius: 3px;
}

.pick-price.tip .tip-content {
	min-width: auto;
	max-width: auto;
	white-space: nowrap;
	padding: 8px 12px;
}

.pick-price.tip:after {
	font-family: "FontAwesome";
	content: "\f24d";
	line-height: 28px;
}

@media (max-width: 1366px) {
	.pick-price.tip .tip-content {
		transform: translate(-100%, calc(-100% - 10px));
		left: 28px;
	}

	.pick-price.tip:hover .tip-content {
		transform: translate(-100%, calc(-100% - 10px));
	}

	.pick-price.tip .tip-content:after {
		left: auto;
		right: 1px;
	}
}

/* Sidebar */
.sidebar.left{
	padding-right: 10px;
}

.sidebar.right {
	/* padding-left: 20px; */
}

.sidebar .widget {
	margin-bottom: 50px;
	position: relative;
	margin: 10px 0px;
    padding: 10px;
    background: #FFF;
	border-radius: 3px;
}
.sidebar .widget:last-child {
	margin-bottom: 0 !important
}

.sidebar .widget .social-icons{
	margin-top: 10px;
	margin-bottom: 0;
}

.sidebar .widget .social-icons li{
	float: none;
}

.sticky { margin-bottom: 50px; }
.widget h3 { font-size: 22px; }

/* Like widget button */
button.widget-button {
	position: relative;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	border-radius: 3px;
	margin-right: 20px;
	color: #333;
	transition: all 0.3s;
	outline: none;
	border:  none;
	background-color: transparent;
	box-shadow: 0;
}

.widget-button i {
	font-size: 18px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.widget-button .like-icon {
	color: inherit;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	display: inline-block;
	height: 19px;
	width: 19px;
	margin-right: 6px;
	font-size: 21px;
}

.widget-button:hover {
	color: #66676b;
}

.widget-button .like-icon:before,
.widget-button .like-icon:after {
	transition: opacity 0.3s, transform 0.43s cubic-bezier(.0,-.41,.19,2);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}

.widget-button.save:hover,
.widget-button.save.liked {
	color: #ffa800;
}

.widget-button.save .like-icon:after {
	color: #ffa800;
}

.widget-button.save:after { content: attr(data-save-title); }
.widget-button.save.liked:after { content: attr(data-saved-title); }

.widget-button .like-icon:before,
.widget-button .like-icon.liked:before,
.widget-button .like-icon.liked:after,
.widget-button .like-icon.liked:after {
	transform: scale(1)
}

.widget-button .like-icon.liked:before { opacity: 0; }

/* Navigation */
#navigation {
	position: relative;
	display: block;
}

#navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	display: block;
	color: #444;
	text-decoration: none;
}

#navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#navigation ul li ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0;
	z-index: 99999;
}

#navigation ul ul li {
	float: none;
	width: 208px;
}

#navigation ul ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 10px;
}

#navigation ul ul {
	margin: 10px 0 0 0;
}

#navigation ul ul ul:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 100%;
	left: -10px;
	top: 0;
	opacity: 0;
}

#navigation ul ul:before {
	content: "123";
	position: absolute;
	width: 100%;
	height: 10px;
	top: -10px;
	opacity: 0;
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}

/* Indicator Arrow */
#navigation ul li a:after,
#navigation ul ul li a:after {
	font-family: "FontAwesome";
	opacity: 0.5;
}

#navigation ul li a:after { content: '\f107'; padding-left: 7px; }
#navigation ul ul li a:after {
	content: '\f105';
	position: absolute;
	right: 15px;
}

#navigation ul li a:only-child:after { content: ''; padding: 0; }
#navigation ul ul li a:only-child:after { content: '';}


/* Dropdown Styles */
#navigation ul ul {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 3px;
}

#navigation ul ul li { border-bottom: 1px solid #e9e9e9; border-radius: 3px; }
#navigation ul ul li:last-child { border-bottom: none; }

#navigation ul li:hover ul a,
#navigation ul ul a {
	line-height: 27px !important;
	padding: 10px 30px 10px 15px !important;
	color: #707070 !important;
}

#navigation ul ul li:hover {
	background-color: #f2f2f2 !important;
	border-radius: 0;
}

#navigation ul ul li:first-child { border-radius: 3px 3px 0 0; }
#navigation ul ul li:last-child { border-radius: 0 0 3px 3px; }

#navigation ul ul {
	opacity: 0;
	visibility: hidden;
	transition: all 0.25s;
	transform: translate3d(0,15px,0);
}

#navigation ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
}

/* Menu Style 1 */
#navigation.style-1 .current {
	background-color: transparent;
	border: 1px solid #66676b;
	color: #66676b;
	padding: 5px 15px;
	border-radius: 3px;
}

#navigation.style-1 .current:after { opacity: 1; }

#navigation.style-1 ul li {
	transition: all 0.25s;
	border-radius: 3px;
}

#navigation.style-1 ul li:hover {
	background-color: #66676b;
	color: #fff;
}

#navigation.style-1 ul li:hover a { color: #fff; }

#navigation.style-1 ul a {
	font-size: 15px;
	line-height: 32px;
	padding: 6px 16px;
}

#navigation.style-1 ul li { margin: 0 5px; }
#navigation.style-1 ul ul li { margin: 0; border-radius: 0; }
#navigation.style-1 ul ul li:first-child { border-radius: 3px 3px 0 0; }
#navigation.style-1 ul ul li:last-child { border-radius: 0 0 3px 3px; }

/* Menu Style 2 */
#navigation.style-2 {
	width: 100%;
	background-color: #66676b;
}

#navigation.style-2 .current:after { opacity: 1; }

#navigation.style-2 ul li {
	transition: all 0.35s;
}

#navigation.style-2 .current,
#navigation.style-2 ul li:hover {
	background-color: rgba(255,255,255,0.12);
}

#navigation.style-2 ul li:hover a { color: #fff; }

#navigation.style-2 ul a {
	font-size: 15px;
	line-height: 32px;
	padding: 13px 20px;
	color: #fff;
	border-radius: 0;
}

#navigation.style-2 ul ul li { margin: 0; }

/* User Menu */
.user-menu {
	position: relative;
	display: inline-block;
	margin-right: 25px;
	top: 9px;
	vertical-align: top;
	padding-right: 25px;
	padding-right: 20px;
	margin-right: 35px;
}

.user-menu .user-name {
	transition: 0.2s;
	color: #fff!important;
}

.user-menu .user-name {
	transition: 0.2s;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 145px;
}

.user-menu .user-name:after {
	content: "\f107";
	font-family: "FontAwesome";
	transition: 0.2s;
	transform: rotate(0deg);
	display: inline-block;
	margin-left: 6px;
	color: #aaa;
	right: -58px;
	padding: 0 5px;
	position: absolute;
	cursor: pointer;
}
.user-menu .user-name:after {
	color: #FFF!important;
}

.user-menu.active .user-name:after,
.user-menu:hover .user-name:after,
.user-menu.active .user-name,
.user-menu:hover .user-name {
	color: #66676b;
}

.user-menu.active .user-name:after { transform: rotate(180deg); }

/* Avatar */
.user-name span img {
	width: 100%;
	display: inline-block;
	border-radius: 50%;
	image-rendering: -webkit-optimize-contrast;
}

.user-name span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	right: -38px;
	top: -5px;
}

.user-menu ul {
	float: left;
	text-align: left;
	position: absolute;
	top: 45px;
	right: -56px;
	list-style: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	border-radius: 4px;
	display: inline-block;
	width: 190px;
	font-size: 15px;
	transform: translate3d(0,15px,0);
	padding: 16px 8px;
	box-sizing: border-box;
	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	z-index: 110;
}

.user-menu ul li a {
	padding: 5px 15px;
	line-height: 22px;
	display: inline-block;
	color: #696969;
	transition: 0.2s;
}

.user-menu ul li a:hover {
	color: #66676b;
}

.user-menu ul li a i {
	width: 20px;
	position: relative;
	display: inline-block;
}

.user-menu.active ul {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0,0,0);
}

/* Mobile Fixes for User Menu */
@media only screen and (max-width: 1366px) and (min-width: 1240px) {
	.user-menu .user-name {
	    max-width: 110px;
	}
}

@media (min-width: 992px) and (max-width: 1239px) {
	.header-widget {
	    height: auto;
	    position: absolute;
	    right: 0;
	    width: 150%;
	}

	.header-style-2 .header-widget {
	    position: relative;
	    width: auto;
	}

	.user-menu { top: 12px; }
	.right-side { position: relative; }
}



/* mmenu.js - mobile menu */
.mm-hidden { display: none!important }

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    -webkit-transition: none!important;
    transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 30px;
    height: 50px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    background-color: #262626;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 16px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li {
    border-bottom: 1px solid #404040;
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 14px 10px 14px 20px;
    margin: 0;
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -10px;
}

.mm-menu {
    background: #2a2a2a;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview {
    border-color: #2a2a2a
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(255,255,255,0.8);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu .mm-listview>li { transition: 0.2s; }
.mm-menu .mm-listview>li:hover {
    background: rgba(255, 255, 255, .03)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;

}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}


.mm-sronly {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}

em.mm-counter {
    font: inherit;
    font-size: 16px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -11px;
    position: absolute;
    right: 45px;
    top: 50%
}

em.mm-counter+a.mm-next {
    width: 90px
}

em.mm-counter+a.mm-next+a,
em.mm-counter+a.mm-next+span {
    margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
    padding-left: 0
}

em.mm-counter+a.mm-fullsubopen+a,
em.mm-counter+a.mm-fullsubopen+span {
    padding-right: 90px
}

.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+a,
.mm-listview em.mm-counter+.mm-next.mm-fullsubopen+span {
    padding-right: 90px;
}

.mm-vertical>.mm-counter {
    top: 12px;
    margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
    margin-top: 40px
}

.mm-nosubresults>.mm-counter {
    display: none
}

.mm-menu em.mm-counter {
    background-color: rgba(0,0,0,0.3);
    height: 22px;
    width: 22px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 23px;
    font-size: 11px;
    font-weight: 400;
}

/* Trigger Styles */
.mmenu-trigger {
    height: 50px;
    width: 50px;
    display: none;
    position: relative;
    margin: 0 0 23px 0;
    background-color: #eee;
    border-radius: 4px;
    cursor: pointer;
}

/* Hamburger Icon */
.hamburger {
    padding: 0;
    top: 13px;
    left: 12px;
    transform: scale(0.72);
    -moz-transform: scale(0.72) translateY(3px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: none;
    overflow: visible;
}

.hamburger-box {
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    outline: none;
    margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 4px;
    background-color: #555;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
       outline: none;
    transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before { top: -10px; outline: none; }
.hamburger-inner::after { bottom: -10px; outline: none; }

transform: rotate(-90deg); }

/* Animation */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mmenu-trigger { display: none; }


/* Homepage Banner */
.search-container {
	display: block;
	width: 100%;
	position: relative;
	padding: 60px 0;
	padding-bottom: 0!important;
	margin-top: 0px;
	z-index: 2;
}

.search-container h2 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
	letter-spacing: -1px;
}

.search-container .main-search-input input {
	font-weight: 400;
	font-size: 17px;
	height: 50px !important;
	float: left;
	box-sizing: border-box;
	border-radius: 3px;
	float: left;
	height: auto;
}

.search-container input:focus { /* border: none; */ }

.search-container .main-search-input button.button {
    width: initial;
    min-width: 100px;
    max-width: 100px;
    margin: 0;
    font-size: 18px;
    position: relative;
    margin-left: 20px;
    flex: 0 auto;
    height: 50px;
}

.search-container .main-search-input button.button i {
    position: relative;
    left: 2px;
}

.search-container .row.with-forms .chosen-container {
	margin-bottom: 0
}

.search-container .chosen-container-single .chosen-single {
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	border-color: #fff !important
}

.search-container .chosen-container .chosen-drop {
	border-color: #fff
}

.search-container .row.with-forms input { margin-bottom: 0 !important; }

body .search-container button:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(12,12,12,1);
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 99;
}

.search-container button:hover:before { opacity: 1; }
.search-container button i { z-index: 100; position: relative; }

 /* Browse Jobs */
 .adv-search-btn {
	color: #fff;
	margin-top: 25px;
 }

.adv-search-btn a {
	background-color: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.35);
	padding: 7px 12px;
	color: #fff;
	margin-left: 7px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.adv-search-btn a:hover {
	background-color: rgba(255,255,255,0.25);
	border: 1px solid rgba(255,255,255,0.45);
}

/* Announce */
.announce {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 40px;
}

/* Search Forms Styling */
.main-search-container {
	transform: translate3d(0,-12px,0);
}

.main-search-container h1,
.main-search-container h2 {
	text-align: center;
	color: #fff;
	font-size: 36px;
}

.main-search-form {
	width: 660px;
	display: block;
	margin: 0 auto;
	position: relative;
	margin-top: 35px;
}

.main-search-box {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	padding: 30px;
	padding-bottom: 20px;
	margin-top: -9px;
	border-radius: 3px;
}

.main-search-box.no-shadow {
	box-shadow: none;
	padding: 0;
	margin: 0;
}

/* Search Type Buttons */
.search-type {
	display: inline-block;
	padding-bottom: 35px;
	position: relative;
}

.search-type input[type="radio"] { display: none; }

.search-type label {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display:inline-block;
	text-align: center;
	padding: 9px 18px;
	margin: 0 15px 0 0;
	float: left;
	transition: all 0.2s;
	border-radius: 3px;
}

.search-type label:hover,
.search-type label.active {
	background-color: #66676b;
	color: #fff;
}

.search-type-arrow {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate3d(3px,0,0);
}

/* Main Search with Maps */
#map-container .main-search-container {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 100%);
	z-index: 9999;
	transition: all 0.4s;
	width: auto;
}

#map-container .main-search-container.active {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 9999;
}

#map-container .main-search-form { width: 100%; margin-top: 0; }
#map-container .main-search-box { padding-bottom: 15px; margin-top: 0; border-radius: 0 3px 3px 3px; }

#map-container.homepage-map {
	height: 580px;
	overflow: hidden;
}

@media (max-width: 1369px) { #map-container.homepage-map { height: 480px; }  }

#map-container.homepage-map.overflow { overflow: visible; }

a.button.adv-search-btn {
	color: #fff;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	padding: 0 24px;
	position: relative;
	z-index: 9999;
	margin: 0;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: visible;
}

a.adv-search-btn i {
	font-size: 16px;
	margin-left: 7px;
	transition: 0.2s;
}

a.adv-search-btn.active i.fa.fa-caret-up { transform: rotate(-540deg); }

/* Forms Alignment */
/* Main input + button alignment */
.main-search-input {
	width: 100%;
	position: relative;
	margin-bottom: 18px;
	display: flex;
}

.row.with-forms .main-search-input { margin-bottom: 0; }

.main-search-input input {
	display: inline-block;
	margin: 0;
	flex: 1;
}

.main-search-input button.button {
	width: auto;
	min-width: 120px;
	margin: 0;
	position: relative;
	margin-left: 20px;
	flex: 0 auto;
	height: 51px;
}

.larger-input button.button,
.larger-input input {
	height: 55px;
	min-width: 120px;
}

/* Alignment */
.row.with-forms input,
.row.with-forms input[type="text"],
.row.with-forms input[type="password"],
.row.with-forms input[type="email"],
.row.with-forms input[type="number"],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
	margin-bottom: 18px;
}

.row.with-forms {
	margin-left: -10px;
	margin-right: -10px;
}

.with-forms .col-xs-1, .with-forms .col-sm-1, .with-forms .col-md-1, .with-forms .col-lg-1,
.with-forms .col-xs-2, .with-forms .col-sm-2, .with-forms .col-md-2, .with-forms .col-lg-2,
.with-forms .col-xs-3, .with-forms .col-sm-3, .with-forms .col-md-3, .with-forms .col-lg-3,
.with-forms .col-xs-4, .with-forms .col-sm-4, .with-forms .col-md-4, .with-forms .col-lg-4,
.with-forms .col-xs-5, .with-forms .col-sm-5, .with-forms .col-md-5, .with-forms .col-lg-5,
.with-forms .col-xs-6, .with-forms .col-sm-6, .with-forms .col-md-6, .with-forms .col-lg-6,
.with-forms .col-xs-7, .with-forms .col-sm-7, .with-forms .col-md-7, .with-forms .col-lg-7,
.with-forms .col-xs-8, .with-forms .col-sm-8, .with-forms .col-md-8, .with-forms .col-lg-8,
.with-forms .col-xs-9, .with-forms .col-sm-9, .with-forms .col-md-9, .with-forms .col-lg-9,
.with-forms .col-xs-10, .with-forms .col-sm-10, .with-forms .col-md-10, .with-forms .col-lg-10,
.with-forms .col-xs-11, .with-forms .col-sm-11, .with-forms .col-md-11, .with-forms .col-lg-11,
.with-forms .col-xs-12, .with-forms .col-sm-12, .with-forms .col-md-12, .with-forms .col-lg-12 {
	padding: 0 10px;
}

/* ---------------------------------- */
/*  Full Width Search Form
------------------------------------- */
section.search {
	margin: 0;
	padding: 50px 0;
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5));
	background-color: #f7f7f7;
}

section.search .main-search-box,
section.search .more-search-options-container {
	background-color: transparent;
}

h3.search-title {
	margin: 3px 0 35px 0;
	font-size: 28px;
}

h4.search-title {
	margin: 10px 0 34px 0;
	font-size: 24px;
}

.search-title i {
	font-size: 22px;
	position: relative;
	top: 0;
	margin-right: 4px;
}

/* More Search Options
------------------------------------- */
.more-search-options {
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 30px;
	transition: all 0.35s;
	z-index: 19;
	transform: translate3d(0,-20px,0);
}

.more-search-options.relative {
	position: relative;
	margin-top:0;
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	transition: none;
	display: none;

}

.more-search-options.relative.active { transform: translate3d(0,0,0); }
.more-search-options.relative .more-search-options-container {
	box-shadow: none;
	padding:0;
	margin: 20px 0 5px 0;
}

/* Custom box*/
.custom-box {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 0 0 3px 3px;
}

.custom-box .checkboxes { padding: 20px 30px 25px 30px }

.more-search-options:before {
	position: absolute;
	top: -10px;
	width: 100%;
	content: "";
	background-color: #fff;
	height: 10px;
	display: inline-block;
	z-index: 101;
}

.more-search-options.relative:before { display: none; }

.more-search-options.active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,-10px,0);
}

.more-search-options-container {
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	position: relative;
	padding: 30px 30px 25px 30px;
	padding-top: 0;
	border-radius: 0 0 3px 3px;
}

/* Trigger */
.more-search-options-trigger {
	font-size: 15px;
	margin: 5px 0 2px 0;
	display: inline-block;
}

.more-search-options-trigger:after { content: attr(data-open-title); }
.more-search-options-trigger.active:after { content: attr(data-close-title); }

.more-search-options-trigger:before {
	content: "\f055";
	font-family: "FontAwesome";
	padding-right: 7px;
}

.more-search-options-trigger.active:before { content: "\f056" }
.widget .more-search-options-trigger { font-size: 16px; }

/* Range Slider
------------------------------------- */
.range-slider label {
	color:#333;
	font-size: 16px;
	margin-bottom: 25px;
}

.range-slider .ui-slider {
	position: relative;
	text-align: left;
}

.range-slider .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid #66676b;
	cursor: w-resize;
	background: #fff;
	outline: none;
	top: -8px;
	margin-left: -8px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}

.range-slider .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-position: 0 0;
}

.range-slider .ui-widget-content {
	background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
	background-color: #66676b;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.range-slider .ui-slider-horizontal {
	height: 3px;
	border-radius: 10px;
	width: calc(100% - 16px);
	margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.range-slider .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.range-slider .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
	width: 40%;
	display: inline-block;
	border: 0;
	background-color: transparent;
	padding: 0;
	margin: 12px 0 0 0;
	cursor: default;
}

input.first-slider-value {
	float: left;
	margin-left: -8px;
	width: 40%;
}

input.second-slider-value {
	float: right;
	width: 40%;
	text-align: right;
	margin-right: -8px;
}

/*----------------------------------- */
/* Compare Properties Widget
------------------------------------- */
.compare-slide-menu {
	position: fixed;
	top: 0;
	transition: 0.4s ease-in-out;
	height: 100vh;
	background-color: #fff;
	right: -320px;
	width: 320px;
	padding: 0;
	z-index: 1010;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}

.csm-content {
	overflow-y: scroll;
	height: 100%;
	width: 340px;
}

.compare-slide-menu.active { right: 0; }

/* Compare Icon */
.compare-button {
	color: #fff;
	font-size: 20px;
	position: absolute;
	z-index: 101;
	outline: none;
	border: none;
	right: 64px;
	bottom: 27px;
	background-color: transparent;
	width: 28px;
	height: 28px;
	display: block;
	background-image: url(../../../data/images/compare-icon.svg);
	background-repeat: no-repeat;
	background-size: 28px;
}

span.like-icon {
	width: 23px;
	height: 26px;
	bottom: 28px !important;
}

.like-icon .tip-content,
.compare-button .tip-content {
	padding: 7px 12px;
	min-width: auto;
	max-width: auto;
	white-space: nowrap;
	left: -10px;
	top: -5px;
	z-index: 110;
	transform: translate(-105%, 0);
    transition: 0.2s ease-in-out 0.05s;
}

.like-icon:hover .tip-content,
.compare-button:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-100%, 0);
	background-color: #fff;
	color: #333;
}

/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.popup_cont {
	position: fixed;
	z-index: 999;
}

.preloader {
	z-index: 998;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	color: #888;
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: 5px;
	top: 0;
	font-size: 30px;
}

.popup_close:hover {
	color: #111;
}

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup {
	background: #fff;
	box-shadow: 0 3px 10px #222;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

.modal-content{
	display: none;
}

/* Widget Button */
.widget-button.with-tip i.icon-compare {
    outline: none;
    border: none;
    background-color: transparent;
    width: 21px;
    height: 21px;
    display: inline-block;
    background-image: url(../../../data/images/compare-icon-black.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    position: relative;
    top: 4px;
    left: 2px;
}

.widget-button.with-tip i {
	top: 0;
	line-height: 41px;
	color: #333;
	left: 2px;
	opacity: 0.9;
	font-size: 18px;
}

.widget-button.with-tip i.fa.fa-star-o {
	font-size: 20px;
	left: 2px;
	top: 1px;
}

.widget-button.with-tip.liked i.fa.fa-star-o:before {
	content: "\f005";
	color: #ffb400;
}

.widget-button.with-tip {
	height: 41px;
	text-align: center;
	width: 41px;
	float: left;
    background-color: #f0f0f0;
    background: linear-gradient(to bottom, #f4f4f4 0%, #f0f0f0);
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
}

.widget-button .tip-content {
	padding: 7px 12px;
	min-width: auto;
	max-width: auto;
	white-space: nowrap;
}

.widget-button:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, calc(-100% - 10px));
	-ms-transform: translate(-50%, -115%);
}

/* Widget Button - End */

.like-icon:hover,
.compare-button:hover {
	z-index: 110;
}

.like-icon .tip-content:after,
.compare-button .tip-content:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -4px;
    font-size: 17px;
    color: #fff;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    transform: translate(0%,-50%);
}

.like-icon:hover .tip-content:after,
.compare-button:hover .tip-content:after {
	opacity: 1;
}

/* Trigger */
.csm-trigger {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -50px;
	width: 50px;
	background-color: #66676b;
	color: #fff;
	border-radius: 3px 0 0 3px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 24px;
	cursor: pointer;
}

.csm-trigger:before {
	content: "\f104";
	font-family: "FontAwesome";
	display: inline-block;
	transition: 0.3s ease-in-out;
}

.compare-slide-menu.active .csm-trigger:before { transform: rotate(180deg); }

/* Mobile Trigger */
.csm-mobile-trigger {
	position: absolute;
	cursor: pointer;
	font-size: 18px;
	right: 30px;
	top: 26px;
	color: #fff;
	z-index: 100;
	padding: 5px 0 5px 5px;
	display: none;
}

.csm-mobile-trigger:before {
	content: "\f00d";
	font-family: "FontAwesome";
}

/* Content */
.csm-properties {
	padding: 30px;
	padding-bottom: 0;
}

.csm-content h4 {
	font-size: 18px;
	display: block;
	margin: 0 0 0 0;
	padding: 30px;
	position: relative;
	background-color: #66676b;
	color: #fff;
	width: 100%;
}

.csm-content h4:before {
    background: linear-gradient(to top, transparent 20%, rgba(255,255,255,0.08));
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 10;
	display: block;
}

.csm-content .listing-item.compact {
	padding: 0;
	height: 180px;
}

.csm-content .compact .listing-img-content .listing-compact-title {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 22px;
    background: rgba(74,74,76,0.5);
    transition: 0.3s;
}

.csm-content .compact .listing-img-content span {
    color: #fff;
}

.csm-content .compact .listing-img-content .listing-compact-title i {
    font-size: 13px;
    padding: 0;
    margin:  0;
    opacity: 0.8;
}

.csm-content .listing-badges span {
	color: #fff;
    padding: 0 7px;
    top: 15px;
    line-height: 24px;
    right: 15px;
    font-size: 12px;
    background: rgba(74,74,76,0.62);
}

.csm-content .compact .listing-img-container:after { display: none; }
.csm-content .compact .listing-img-container:before { opacity: 0.7 !important; }

/* Buttons */
.csm-buttons {
	padding: 0 30px;
	padding-bottom: 30px;
}

.csm-buttons a.button {
	padding: 6px 14px;
	font-size: 16px;
}

.csm-buttons a.button.reset:before { display: none; }

.csm-buttons a.button.reset,
.csm-buttons a.button.reset:hover {
    background-color: #ffeaea;
    color: #d53232;
}

/* Remove Button */
.remove-from-compare {
	position: absolute;
	top: 15px;
	left: 15px;
	height: 25px;
	font-size: 16px;
	width: 25px;
	line-height: 26px;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	background-color: #d43e3e;
	-webkit-text-stroke: 1px #d43e3e;
	opacity: 0;
	z-index: 1001;
	transition: 0.25s ease-in-out;
	transform: scale(0.8);
}

.compact:hover .remove-from-compare { opacity: 1; transform: scale(1); }


/*----------------------------------- */
/* Compare Properties Page
------------------------------------- */

#compare-list {
	list-style: none;
	margin-bottom: 20px;
}

#compare-list li {
	display: flex;
	line-height: 21px;
	background-color: #f8f8f8;
	border-radius: 4px;
	transition: 0.3s;
}

#compare-list li:nth-child(odd) { background-color: #fff; }

#compare-list li.compare-list-properties div {
	border: none;
	padding: 0 10px;
	border-radius: 4px;
	overflow: hidden;
}

#compare-list li.compare-list-properties div img {
	border-radius: 4px;
}

body #compare-list li .clp-title {
	padding: 20px 15px;
	padding-bottom: 15px;
	display: inline-block;
	width: 100%;
	border-left: 1px solid transparent;
}

#compare-list li.compare-list-properties div.clp-img { padding: 0; position: relative; z-index: 10; }

#compare-list li.compare-list-properties div a:hover .remove-from-compare { opacity: 1; transform: scale(1); }

body #compare-list li div:last-child .clp-title { border-right: 1px solid transparent; }

#compare-list li .clp-title h4 { margin: 3px 0 6px 0; }

#compare-list li div:first-child {
	border-left: 1px solid transparent;
    color: #333;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
}

#compare-list li:last-child { border-radius: 0 0 4px 4px; }
#compare-list li div.blank-div { background-color: #fff; border: none; }

#compare-list li div {
	flex: 1;
	border-right: 1px solid transparent;
	padding: 15px 25px;
	color: #777;
	text-align: center;
}

#compare-list li { border-bottom: 1px solid transparent; }


body #compare-list li .clp-title,
body #compare-list li div:last-child .clp-title,
#compare-list li div:first-child,
#compare-list li div,
#compare-list li {
	border-color: transparent;
}

#compare-list .available,
#compare-list .not-available {
	width: 100%;
	text-align: center;
	display: inline-block;
}

#compare-list .available:before,
#compare-list .not-available:before {
	content: "\f00c";
	color: #2ab160;
	font-size: 18px;
	font-family: "FontAwesome";
	display: inline-block;
}

#compare-list .not-available:before {
	content: "\f00d";
	color: #d43e3e;
}


/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */
.checkboxes {
	list-style: none;
	padding: 0;
}

.checkboxes.in-row label { margin-top: 9px;}
.checkboxes.one-in-row label { margin-top: 9px; width: 100%; }

.checkboxes li { padding: 4px 0; }
.checkboxes li:last-child { margin-bottom: -8px; }

.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 15px;
}

.checkboxes label span {
	color: #909090;
	font-size: 15px;
}

.checkboxes input[type=checkbox] { display: none; }

.checkboxes label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #66676b;
	border: 2px solid transparent;
	transition: border-color 0s;
}

/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */
.checkboxes {
	list-style: none;
	padding: 0;
}

.checkboxes.in-row label { margin-top: 9px;}
.checkboxes.one-in-row label { margin-top: 9px; width: 100%; }

.checkboxes li { padding: 4px 0; }
.checkboxes li:last-child { margin-bottom: -8px; }

.checkboxes label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	margin-right: 20px;
	margin-bottom: 0;
	font-size: 15px;
}

.checkboxes label span {
	color: #909090;
	font-size: 15px;
}

.checkboxes input[type=checkbox] { display: none; }

.checkboxes label:before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 3px;
	background-color: #fff;
	border: 2px solid #d0d0d0;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: border-color 0.3s;
}

.checkboxes input[type=checkbox]:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #66676b;
	border: 2px solid transparent;
	transition: border-color 0s;
}

/* ---------------------------------- */
/* Parallax Background
------------------------------------- */
.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
}

/* fullscreen setup */
.fullscreen,
.content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}

.fullscreen.overflow,
.fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

/* content centering styles */
.centered-container {
    display:table;
}
.centered-content {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* Parallax Overlay */
.parallax-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background-color: #333;
	opacity: 0.4;
}

/* Parallax Content */
.parallax-content {
	position: relative;
	z-index: 999;
	padding: 105px 0;
}

/* ---------------------------------- */
/* Titlebar
------------------------------------- */
#titlebar {
	background-color: #f8f8f8;
	position: relative;
	padding: 70px 0;
	margin-bottom: 0;
}

#titlebar span a,
#titlebar span {
	font-size: 20px;
	color: #888;
	margin-bottom: 3px;
	margin-top: 6px;
	display: inline-block;
}

#titlebar #breadcrumbs span {
	font-size: 13px
}

#titlebar h1,
#titlebar h2 {
	font-size: 32px;
	line-height: 40px;
	margin: 1px 0 3px 0;
}

/* Breadcrumbs */
#breadcrumbs {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#breadcrumbs ul { margin: 0; }

#breadcrumbs ul li a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #888;
}

#breadcrumbs ul li a:hover { color: #666 }

#breadcrumbs ul li {
	display: inline-block;
	list-style: none;
	margin: 0 0 0 10px;
}

#breadcrumbs ul li:first-child:before { display: none; }

#breadcrumbs ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	color: #a0a0a0;
	font-size: 16px;
	margin-right: 15px;
}

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before { color: #fff; }

/* Parallax Titlebar
------------------------------------- */
.parallax #titlebar {
	background-color: transparent;
	position: relative;
	z-index: 999;
	padding: 90px 0;
}

.parallax #titlebar h1,
.parallax #titlebar h2,
.parallax #titlebar #breadcrumbs ul li,
.parallax #titlebar #breadcrumbs ul li a,
.parallax #titlebar #breadcrumbs ul li::before {color: #fff}

.parallax #titlebar span a,
.parallax #titlebar span { color: rgba(255,255,255,0.7); }

/* ---------------------------------- */
/* Agents List
------------------------------------- */
.agents-container {
	position: relative;
	z-index: 9;
}

.agent {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: block;
	border-radius: 3px;
	margin-bottom: 30px;
}

/* Agent Avatar */
.agent-avatar {
	width: 100%;
}

.agent-avatar img {
	border-radius: 3px 3px 0 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0);
}

.agent-avatar a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.agent-avatar a:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	opacity: 0;
	background: #66676b;
	background: linear-gradient(to bottom, transparent 50%, #66676b);
	transition: opacity 0.4s;
}

.view-profile-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	transform: translate(-50%, -80%);
	opacity: 0;
	transition: 0.35s;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	color: #fff;
	background-color: #66676b;
	padding: 7px 14px;
	border-radius: 3px;
}

.agent-avatar a:hover .view-profile-btn {
	opacity: 1;
	transform: translate(-50%,-50.5%);
}

.agent-avatar a:hover:before {
	opacity: 0.9;
}

/* Agent details list */
.agent-contact-details {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #909090;
	display: block;
	padding: 18px 32px;
	background-color: #f7f7f7;
}

.agent-contact-details li {
	position: relative;
	margin-left: 28px;
	line-height: 24px;
	padding: 3px 0;
	word-break: break-all;
}

.agent-contact-details li a { color: #909090; }
.agent-contact-details li a:hover { color: #66676b; }

.agent-contact-details li i {
	font-size: 18px;
	position: relative;
	top: 5px;
	left: -28px;
	position: absolute;
}

.agent-contact-details li i.fa { font-size: 17px; }

/* Agent socials */
body .agent ul.social-icons { margin-left: 33px; }
body .agent ul.social-icons li { margin: 11px 0 6px 0; }

body .agent .social-icons li a {
	transform: scale(0.92);
	width: 34px;
}

body .agent .social-icons li a.facebook {
	width: 30px;
	position: relative;
	top: 2px;
}

body .agent .social-icons li a::before { color: #b0b0b0; }

/* Agent Content*/
.agent-name { padding: 24px 32px; }
.agent-name h4 { margin: 0; font-size: 19px; }

.agent-name span {
	font-size: 16px;
	color: #909090;
	margin: 4px 0 -2px 0;
	line-height: 24px;
	display: block;
}

/* Agents Page
------------------------------------- */
.agent-page {
	padding: 0;
	display: flex;
	padding-right: 30px;
}

.agent.agent-page {
	margin-bottom: 50px;
}

.agent-page .agent-content,
.agent-page .agent-avatar,
.agent-page .agent-form {
	flex: 3;
}

.agent-page .agent-avatar {
	flex: 1.5;
	margin: 0;
}

.agent-page .agent-content {
	padding: 0 40px;
	padding-top: 30px;
	padding-bottom: 19px;
}

.agent-page .agent-avatar img {
	border-radius: 3px 0 0 3px;
	height: auto;
}

.agent-page .agent-contact-details {
	border-radius: 3px;
	background: linear-gradient(to left, #fff 0%, #f7f7f7);
}

.agent-page .agent-name {
	padding-left: 0;
	padding-top: 10px;
}

body .agent-page ul.social-icons{
	margin-left: 0;
}

.agent-page .agent-name h4 {
	font-size: 21px;
	color: #66676b;
}

.agent-page .agent-name span {
	font-size: 17px;
	margin-top: 5px;
}

/* Agent Page long content*/
.agent-page.long-content .agent-avatar { margin: 0 26px 0 0; }

.agent-page.long-content .agent-avatar img {
	margin: 32px 0 32px 32px;
	border-radius: 3px;
}

/* ---------------------------------- */
/* Agency List
------------------------------------- */
.agent.agency {
	margin-bottom: 30px;
}

.agent.agency .agent-avatar {  flex: 1; }

body .agent.agency .social-icons li a {
    border: 1px solid #ddd;
    height: 45px;
    width: 45px;
    border-radius: 4px;
    top: 0 !important;
}

.agent.agency .social-icons {
	left: 0;
	margin: 7px 0 0px 0;
}

.agent.agency .agent-content { padding-bottom: 25px; }

.agent.agency .agent-name h4,
.agent.agency .agent-name h4 a { color: #333; }

.agent.agency .agent-name span { margin-top: 5px; font-size: 17px; }
.agent.agency .agent-name span i { margin-right: 2px; }
.agency-map #propertyMap { max-height: 300px; height: 300px; }

.agency-tabs .tabs-container { overflow: visible; }
.agency-tabs.style-1 .tabs-container .tab-content { padding-top: 45px; }


/*----------------------------------- */
/* Fullscreen Map Section
------------------------------------- */
.fs-container {
	height: 100%;
	width: 100%;
}

.fs-container #map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 990;
	margin-bottom: 0px;
}

.fs-content {
	max-height: 100%;
	overflow: auto;
	padding: 0;
}

.fs-container section.search {
	padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
	padding: 0 25px;
	margin: 0;
}

.fs-switcher {
	padding: 0 25px;
	margin: 0;
}

/* Inner Containers */
.fs-inner-container {
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
}

.fs-inner-container { width: 55%; }
.fs-inner-container:first-child { width: 45%; }


button.fs-map-btn.button {
	position: relative;
	float: right;
	top: 6px;
	padding: 10px 40px;
	margin: 0;
}

.fs-container .more-search-options-trigger {
	position: relative;
	top: 10px;
}

.showing-results {
	color: #888;
	margin: 5px 0 25px 0;
}

.listings-container.fs-listings {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.grid-layout {
	left: 0;
	width: 100%;
	position: relative;
}

.listings-container.fs-listings.list-layout {
	padding: 0 40px;
}

.listings-container.fs-listings.list-layout .listing-content { flex: 4; }
.listings-container.fs-listings.list-layout .listing-img-container { flex: 0 auto; max-width: 300px; }

/* Grid layout below 1366px screens */
@media (max-width:1365px) {
	.listings-container.fs-listings.grid-layout .listing-item {
		width: 100%;
		margin: 0 0 30px 0;
	}
	.listings-container.fs-listings.grid-layout { padding: 0 40px; }

	.listings-container.fs-listings.list-layout .listing-item { display: block; }
	.listings-container.fs-listings.list-layout .details.button.border { display: none; }
	.listings-container.fs-listings.list-layout .listing-img-container { max-width: 100%; }

	.fs-switcher .layout-switcher { display: none; }

}

/* Forms Grid */
.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1   {
	float: left;
	padding: 0 10px;
}

.col-fs-12  { width: 100% }
.col-fs-11  { width: 91.66666667% }
.col-fs-10  { width: 83.33333333% }
.col-fs-9   { width: 75% }
.col-fs-8   { width: 66.66666667% }
.col-fs-7   { width: 58.33333333% }
.col-fs-6   { width: 50% }
.col-fs-5   { width: 41.66666667% }
.col-fs-4   { width: 33.33333333% }
.col-fs-3   { width: 25% }
.col-fs-2   { width: 16.66666667% }
.col-fs-1   { width: 8.33333333% }

@media (max-width:1599px) {
	.col-fs-12 ,
	.col-fs-11,
	.col-fs-10,
	.col-fs-9,
	.col-fs-8,
	.col-fs-7,
	.col-fs-6   { width: 100% }
	.col-fs-5,
	.col-fs-4,
	.col-fs-3,
	.col-fs-2,
	.col-fs-1   { width: 50% }
}



/* ---------------------------------- */
/* Listings Styles
------------------------------------- */
.fs-listings,
.listings-container {
	position: relative;
	z-index: 2;
}

.listing-item {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: block;
	width: 100%;
	border-radius: 3px;
	margin-bottom: 30px;
	transition: .3s;
}

.owl-carousel .listing-item { margin-bottom: 0; }

.listing-img-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.listing-img-container img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.listing-img-container:after,
.listing-img-container:before {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
}

.listing-img-container:before {
	opacity: 0.9;
	//background: linear-gradient(to bottom, transparent 65%, #2f2f2f);
	transition: opacity .3s;
}

.listing-img-container:after {
	opacity: 0;
	//background: linear-gradient(to bottom, transparent 60%, #66676b);
	transition: opacity .4s;
}

.listing-img-container:hover:before {
	opacity: 0;
	transition: opacity 0.4s;
}

.listing-img-container:hover:after {
	opacity: 0.9;
	transition: opacity 0.3s;
}

/* Content on image */
.listing-img-content {
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 30px;
}

.listing-img-content span {
	color: #fff;
	font-size: 23px;
}

.listing-img-content .listing-price i {
	display: block;
	font-style: normal;
	font-size: 16px;
	padding: 0;
	margin: -4px 0 0 0;
}

/* Badges */
.listing-badges {
	position: absolute;
	top: 0;
	z-index: 999;
	right: 0;
	width: 100%;
	display: block;
	font-size: 13px;
	padding: 0px;
	overflow: hidden;
	height: 100px;
}

.listing-badges span {
	color: #fff;
	display: inline-block;
	padding: 1px 10px;
	float: right;
	background-color: rgba(74,74,76,0.7);
	border-radius: 3px;
	top: 15px;
	right: 15px;
	position: absolute;
}

.listing-badges .featured {
	background-color: #66676b;
	float: left;
	transform: rotate(-45deg);
	left: -67px;
	top: 17px;
	position: relative;
	text-align: center;
	width: 200px;
	font-size: 12.5px;
	margin: 0;
}

/* Like Icon */
span.like-icon {
	color: #fff;
	font-size: 24px;
	position: absolute;
	z-index: 101;
	right: 30px;
	width: 23px;
	height: 26px;
	bottom: 28px;
}

.like-icon:before,
.like-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0,-.41,.19,2.5);
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
}

.like-icon:before {
	content: "\f006";
	transform: scale(0.95);
}

.like-icon:after {
	content: "\f005";
	opacity: 0;
	transform: scale(0.5);
	color: #ffcf00;
}

.like-icon.liked:after {
	opacity: 1;
	transform: scale(1.1);
}

/* Listing Content */
.listing-title {
	padding: 15px 30px;
	padding-top: 12px;
}

.listing-title h4 a {
	font-size: 18px;
    color: #666;
    line-height: 16px;
    font-weight: 400;
}

.listing-title h4 a:hover { color: #66676b; }

.listing-address {
	color: #909090;
	top: -7px;
	position: relative;
}

.list-layout .listing-address { top: 0px; }

a.listing-address {
	display: inline-block;
	line-height: 24px;
}

.listing-address:hover { color: #707070; }

.listing-address i { padding-right: 3px; line-height: 0;  }

/* Listing Details */
ul.listing-details {
	background-color: #f7f7f7;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 18px 30px 18px 0;
}

ul.listing-details li {
	width: auto;
	box-sizing: border-box;
	margin: 0;
	color: #868686;
	padding: 3px 0 3px 30px;
	display: inline-block;
	line-height: 26px;
}

/* Listing Footer */
.listing-footer {
	color: #909090;
	padding: 15px 30px;
}

.listing-footer i { padding-right: 3px; }

.listing-footer a { color: #909090; }
.listing-footer a:hover { color: #707070; }

.listing-footer span { float: right; }

/* property main features */
.listing-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 30px 24px 30px;
}

.listing-features li {
	font-size: 15px;
	color: #888;
	display: inline-block;
	margin-right: 28px;
	padding: 14px 0 0 0;
	line-height: 26px;
}

.listing-features li:last-child {
	margin: 0;
}

.listing-features li span {
	display: block;
	color: #444;
}

/* Listing - List Style
------------------------------------- */
.list-layout .listing-item {
	display: flex;
	margin: 0 0 10px 0;
	position: relative;
}
.list-layout .listing-item:last-child {
	margin-bottom: 10px!important
}
.list-layout .listing-item:hover .listing-content {
	background-color: #f5f5f5!important;
	//background-color: #e1e1e187!important
}

.list-layout .listing-content { flex: 3; }

.list-layout .listing-img-container {
	height: 0;
	min-height: 180px;
	flex: 1.3;
	overflow: hidden;
	border-radius: 3px 0 0 3px;
}

.fullwidth-layout .list-layout .listing-content { flex: 4; }
.fullwidth-layout .list-layout .listing-img-container { flex: 1.6; }

.list-layout .listing-img-container img {
	object-fit: cover;
	height: 100%!important;
	width: 100%;
	border-radius: 3px 0 0 3px;
}

.list-layout .listing-title {
	padding: 5px 10px 0;
	position: relative;
}

.list-layout .listing-title h4{
	display: -webkit-box;
    -webkit-line-clamp: 1;
	height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 5px;
}

.list-layout ul.listing-details {
	padding: 18px 0;
	padding-right: 35px;
}

.list-layout ul.listing-details li { padding-left: 35px; }

.list-layout .listing-footer {
	padding: 15px 35px;
}

.list-layout .listing-img-container:before {
	//background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
}

.list-layout .listing-img-container:after {
	//background: linear-gradient(to bottom, transparent 55%, #66676b);
}

/* Grid Layout*/
.grid-layout .listing-item .details.button { display: none; }
.grid-layout .listing-item.list-layout .details.button { display: block; }

.grid-layout {
	left: -1.5%;
	width: 103%;
	position: relative;
}

.grid-layout .listing-item {
	display: inline-block;
	width: 47%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	position: relative;
}

/* Three Columns Grid Layout*/
.grid-layout-three {
	left: -1%;
	width: 102%;
	position: relative;
}

.grid-layout-three .listing-item {
	display: inline-block;
	width: 31.33%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
}

/* Layout Switcher */
.layout-switcher.hidden { display: none; }
.layout-switcher a {
	width: 40px;
	height: 40px;
	background-color: #f0f0f0;
	display: inline-block;
	border-radius: 3px;
	color: #a0a0a0;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	transition: all 0.3s;
	margin-top: -4px;
}

.layout-switcher a.active,
.layout-switcher a:hover {
	color: #fff;
	background-color: #66676b;
}

.layout-switcher { text-align: right; }

.layout-switcher a.grid.active, .layout-switcher a.list.active{
	/* display: none; */
}

/* Details Button */
.details.button.border {
	padding: 8px 16px;
	position: absolute;
	top: 50%;
	right: 35px;
	margin: 0;
	transform: translate(0,-51%) scale(1);
	transition: all 0.25s;
	overflow: hidden;
	display: none;
}

.list-layout .details.button.border { display: block; }
.details.button.border:hover { padding-right: 32px; }

.details.button.border:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-size: 18px;
	position: absolute;
	opacity: 0;
	color: #fff;
	transition: all 0.25s;
	right: 5px;
}

.details.button.border:hover:after {
	opacity: 1;
	right: 15px;
}

/* Listing - Compact Grid
------------------------------------- */
.listing-item.compact {
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.compact .listing-img-content  { padding: 0; }

.listing-hidden-content {
	position: relative;
	width: 100%;
	background-color: #66676b;
	color: #fff;
	height: 0;
	transition: all 0.4s;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	padding: 0 0 0 25px;
	display: block;
	overflow: hidden;
}

.listing-item.compact:hover .listing-hidden-content { height: 70px; }

.listing-item.compact li {
	display: inline-block;
	color: rgba(255,255,255,0.8);
	line-height: 20px;
	padding: 15px 20px 0 0;
	position: relative;
	transition: all 0.5s;
	opacity: 0;
}

.listing-item.compact li:last-child { padding: 0; }

.listing-item.compact:hover li { opacity: 1; }

.listing-item.compact li span {
	display: block;
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}

/* Overlay */
.compact .listing-img-container:before {
	opacity: 0.9;
	//background: linear-gradient(to bottom, transparent 55%, #2f2f2f);
	transition: opacity .5s;
}

.compact .listing-img-container:after {
	opacity: 0;
	background: linear-gradient(to bottom, transparent 35%, #2f2f2f 95%);
	transition: opacity .6s;
}

.compact .listing-img-container:hover:before {
	opacity: 0;
	transition: opacity 0.6s;
}

.compact .listing-img-container:hover:after {
	opacity: 1;
	transition: opacity 0.5s;
}

/* Compact Price */
.compact .listing-img-content span {
	color: #fff;
	font-size: 20px;
}

.compact .listing-img-content .listing-compact-title  {
    padding: 23px 26px;
    display: block;
}

.compact .listing-img-content .listing-compact-title i {
	display: block;
	font-style: normal;
	font-size: 17px;
	padding: 0;
	margin: 2px 0 0 0;
}

/* ---------------------------------- */
/* Fullwidth Sections
------------------------------------- */
section.fullwidth {
	width: 100%;
	display: block;
	position: relative;
	padding: 90px 0;
	margin: 50px 0;
	background-color: #f7f7f7;
}

section.fullwidth.border-top { border-top: 1px solid #e4e4e4;}
section.fullwidth.border-bottom { border-bottom: 1px solid #e4e4e4;}

/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	z-index: 9;
}

.pagination ul {
	margin: 0;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li a,
.pagination-next-prev ul li a {
	padding: 12px 0;
	border-bottom: none;
	display: inline-block;
	color: #888;
	background-color: #f2f2f2;
	margin:0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 3px;
	line-height: 20px;
}

.pagination ul li a { width: 42px; }
.pagination ul li.blank {
	color: #a0a0a0;
	padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
	background-color: #66676b;
	color: #fff;
}

.pagination-next-prev ul { list-style: none; }

.pagination-next-prev a.next,
.pagination-next-prev a.prev {
	position: absolute;
	top: 0;
	min-width: 100px;
    text-align: center;
}

.pagination-next-prev a.next { right: 0; background: rgb(88, 148, 242); color: #FFF; }
.pagination-next-prev a.prev { right: 120px; }


.pagination-next-prev ul li a {
	color: #888;
	padding: 12px 16px;
}

.pagination-container {
	position: relative;
	clear: both;
    height: 45px;
}

/* ---------------------------------- */
/* Property Page
------------------------------------- */

/* Property titlebar */
#titlebar.property-titlebar {
	background: linear-gradient(to bottom, #f7f7f7 0%, rgba(255,255,255,0.5));
	padding: 55px 0;
	padding-bottom: 45px;
}

#titlebar.property-titlebar span a,
#titlebar.property-titlebar span {
	font-size: 17px;
	color: #888;
	margin-top: 5px;
	display: inline-block;
}

#titlebar.property-titlebar span a:hover {
	color:  #666;
}

#titlebar.property-titlebar h1,
#titlebar.property-titlebar h2 {
	font-size: 28px;
	line-height: 36px;
	margin: 1px 0;
}

#titlebar.property-titlebar span.property-badge {
	margin: 0;
	padding: 4px 11px;
	line-height: 24px;
	border-radius: 3px;
	background-color: #66676b;
	color: #fff;
	font-size: 13px;
	position: relative;
	top: -4px;
	margin-left: 4px;
}

.property-title {
	margin-left: 85px;
}

/* back to listings button */
.back-to-listings {
	height: 60px;
	width: 60px;
	background-color: #eaeaea;
	color: #a0a0a0;
	border-radius: 3px;
	display: inline-block;
	float: left;
	position: relative;
	top: 6px;
	margin: 0 25px 0 0;
	text-align: center;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.back-to-listings:before {
	font-family: "FontAwesome";
	content: "\f104";
	font-size: 36px;
	line-height: 58px;
	left: -1px;
	position: relative;
}

.back-to-listings:hover {
	color: #fff;
	background-color: #66676b;
}


/* property titlebar price */
.property-pricing {
	position: absolute;
	right: 15px;
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	color: #66676b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: right;
	line-height: 34px;
}


.property-pricing .sub-price {
	font-size: 19px;
	color: #999;
}


/* Fullwidth Property Slider */
.fullwidth-home-slider .item,
.fullwidth-property-slider .item,
.property-slider .item {
	height: 480px;
	position: relative;
	background-size: cover;
	background-position: 50%;
	border-radius: 3px;
}

.fullwidth-home-slider,
.fullwidth-property-slider {
	background-color: #fff;
}

.fullwidth-home-slider .item,
.fullwidth-property-slider .item {
	opacity: 0.2;
	transition: all 0.6s;
	border-radius: 0;
	position: relative;
	height: 600px;
}

.fullwidth-home-slider .item.slick-center,
.fullwidth-property-slider .item.slick-center { opacity: 1; }


.fullwidth-property-slider .slick-prev { left: 15%; }
.fullwidth-property-slider .slick-next { right: 15%; }

@media (max-width: 1440px) {
	.fullwidth-home-slider .item,
	.fullwidth-property-slider .item { height: 500px; }
}

@media (max-width: 1366px) {
	.fullwidth-property-slider .slick-prev { left: 9%; }
	.fullwidth-property-slider .slick-next { right: 9%; }
}


/* Fullwidth Home Slider */
.fullwidth-home-slider .item:before {
	background: linear-gradient(to bottom, transparent 45%, #222);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
    pointer-events: none;
    opacity: 0;
    opacity: 0.9;
}

.fullwidth-home-slider div { height: 100%; }

.home-slider-container {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.fullwidth-home-slider .home-slider-desc {
	position: absolute;
	bottom: 60px;
	height: auto;
	color: #fff;
	z-index: 1001;
	width: 100%;
}

.home-slider-desc h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.home-slider-desc h3 a {
	margin: 0;
	padding: 0;
	color: #fff;
	display: block;
	font-size: 29px;
	padding-bottom: 5px;
	line-height: 42px;
}

.home-slider-desc span {
	font-size: 17px;
	display: block;
}

.home-slider-desc span i {
	margin-right: 4px;
}

.home-slider-desc .button {
	margin-top: 15px;
}

.home-slider-title {
	border-bottom: 1px solid rgba(255,255,255,0.21);
	margin-bottom: 22px;
	padding-bottom: 22px;
	width: 100%;
	display: inline-block;
}


/* Read More */
.home-slider-desc .read-more { color: #fff; }
.home-slider-desc .read-more i { color: #66676b; }


/* Home Slide Price */
.home-slider-price {
	border-radius: 3px;
	background-color: #66676b;
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 12px 15px 9px 15px;
	display: inline-block;
	line-height: 25px;
}

.home-slider-price i {
	font-size: 17px;
	font-style: normal;
	opacity: 0.7;
	line-height: 25px;
	padding: 0;
	position: relative;
	top: -2px;
}



/* Agent widget on slider*/
.no-arrows .slick-prev,
.no-arrows .slick-next { display: none !important; }

.property-slider-container { position: relative; }
.property-slider-container .agent-widget {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
	z-index: 99;
	width: 350px;
}

.fullwidth-home-slider a.item,
.fullwidth-property-slider a.item,
.property-slider a.item { cursor: zoom-in; }

.property-slider .item.slick-current.slick-active img { opacity: 1; }

.property-slider-nav {
	margin-top: 10px;
	width: calc(100% + -48px);
	position: relative;
	left: 25px;
}

.property-slider-nav .item {
	cursor: pointer;
	margin: 0 5px;
	position: relative;
	border-radius: 3px;
	outline: none;
}

.property-slider-nav .item img {
	border-radius: 3px;
}

.property-slider-nav .item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid transparent;
	transition: 0.3s;
	border-radius: 3px;
}

.property-slider-nav .item.slick-current.slick-active:before {
	border-color: #66676b;
}

.property-description h3.desc-headline  {
	font-size: 22px;
	margin: 20px 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #eaeaea
}
.property-description img{
	max-width:100%;
	height:auto!important;
}
.property-description h3.desc-headline.no-border  {
	padding-bottom: 0;
	border-bottom: none;
}


/* owner & agent widget */
.agent-widget {
	background-color: #fff;
	color: #707070;
	border-radius: 4px;
	padding: 32px;
/*	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);*/
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	transition: 0.25s;
	margin-bottom: 30px;
}

.agent-widget h4 {
	color: #333;
	margin: 0px 0 6px 0;
}

.agent-title .agent-photo img {
	border-radius: 50%;
	max-width: 72px;
}

.agent-title .agent-photo {
	float: left;
	display: block;
}

.agent-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.agent-details {
	margin-left: 92px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.agent-details span i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.agent-details span {
	color: #999;
}


/* property main features */
.property-main-features {
	background-color: #f7f7f7;
	background: linear-gradient(to bottom, #f9f9f9 0%, #f6f6f6);
	border-radius: 3px;
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 30px 24px 30px;
}

.property-main-features li {
	font-size: 17px;
	color: #888;
	display: inline-block;
	margin-right: 44px;
	padding: 24px 0 0 0;
	line-height: 30px;
}

.property-main-features li:last-child {
	margin: 0;
}

.property-main-features li span {
	display: block;
	color: #444;
}


/* property features */
.property-features {
	width: 100%;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.property-features li {
	color: #333;
	display: block;
	margin: 0 0 7px 0;
	padding: 0;
}

.property-features li:last-child {
	margin: 0;
}

.property-features li span {
	color: #707070;
}

.property-features.checkboxes li {
	color: #707070;
}

.property-features.checkboxes li:before {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 10px;
	top: -1px;
	position: relative;
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	background-color: #66676b;
	border: 2px solid transparent;
	transition: border-color 0s;
	border-radius: 2px;
}


/* Property Map */
#propertyMap {
	height: 400px;
	border-radius: 3px;
}

#propertyMap-container {
	height: auto;
	position: relative;
	padding-top: 5px;
	display: block;
}


/* Show more */
.show-more {
	max-height: 240px;
	overflow: hidden;
	position: relative;
	transition: max-height 1s;
}

.show-more:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	display: block;
	background: linear-gradient(rgba(255,255,255,0), #fff 88%);
	z-index: 9;
	opacity: 1;
	visibility: visible;
	transition: all 1s;
}

.show-more.visible { max-height: 2000px; }

.show-more.visible:after,
.show-more.visible .show-more-button { opacity: 0; visibility: hidden; }

.show-more-button {
	position: absolute;
	bottom: -15px;
	left: 0;
	margin-left: 50%;
	transform: translateX(-50.5%);
	z-index: 10;
	text-align: center;
	display: block;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s;
	padding: 10px 20px;
}

.show-more-button i { margin-left: 3px; }


/* ---------------------------------- */
/* My Account Page
------------------------------------- */
.my-account-nav-container {
	border-radius: 3px;
/*	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
	background: #f9f9f9;
	padding: 30px 0;
	margin: 0 0 40px 0;
}

.my-account-nav {
	padding: 0;
	padding: 0 35px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.my-account-nav-container .my-account-nav:last-child {
	margin-bottom: 0;
	border: none;
	padding-bottom: 0;
}

.my-account-nav li {
	list-style: none;
	padding: 5px 0 5px 0;
	margin: 0;
}

.my-account-nav li a { color: #333; transition: .3s; }
.my-account-nav li a.current,
.my-account-nav li a:hover { color: #0b5d8c!important; }

.my-account-nav li:hover a i{ /* margin-right: 10px; */ }

.my-account-nav li i {
	margin-right: 5px;
	display: inline-block;
	transition: .3s;
}

.sub-nav-title {
	font-size: 13px;
	margin-bottom: 5px !important;
	display: inline-block;
	color: #888;
}

.my-account-nav .sub-nav-title {
	font-size: 18px;
}

/* Edit Profile Photo */
.edit-profile-photo img {
	border-radius: 3px;
	max-width: 200px;
	width: 100%;
}

.edit-profile-photo {
	position: relative;
	background: #FFF;
	text-align: center;
	padding: 10px;
}

.edit-profile-photo .border-image{
	display: inline-block;
    width: 112px;
    height: 112px;
    border-radius: 50%;
	overflow: hidden;
}

.edit-profile-photo ul li{
	position: relative;
	padding: 0 10px;
}

.edit-profile-photo ul li:after{
	content: '';
	position: absolute;
	background: #333;
	width: 1px;
	height: 12px;
	top: 7px;
    right: -3px;
}
.edit-profile-photo ul li:last-child:after{
	background: #FFF;
}

.change-photo-btn {
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	font-size: 13px;
	bottom: 15px;
	left: 15px;
	width: auto;
	background-color: #fff;
	color: #333;
	transition: 0.3s;
	cursor: pointer;
	line-height: 28px;
}


.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
	cursor: pointer;
}

.photoUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.change-photo-btn:hover {
	color: #fff;
	background-color: #66676b;
}

.change-photo-btn i { margin-right: 2px; }

.my-profile label {
	margin-top: 30px;
}

.my-profile { padding-right: 35px; }

.my-profile label i {
	margin-right: 3px;
}

.my-profile textarea {
	height: 200px;
}



/* ---------------------------------- */
/* Tables + Stacktable (responsive tables plug-in)
------------------------------------- */

table.manage-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: none;
}

table.manage-table th {
	border: none;
	background-color: #66676b;
	padding: 10px;
	color: #fff;
	vertical-align: top;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	z-index: 9;
	line-height: 22px;
	margin-left: 33px !important;
}

table.manage-table th i { margin-right: 3px; font-size: 16px; }

table.manage-table th i.fa-calendar { position: relative; top: -1px; }

table.manage-table a.button {
	padding: 7px 14px;
	line-height: 26px;
}


/* Property Title */
table.manage-table .title-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

table.manage-table .title-container img {
	width: 30%;
	border-radius: 3px;
	flex: 1.1;
	margin-right: 26px;
}

table.manage-table .title-container .title {
	flex: 2;
}

table.manage-table .title-container .title h4 {
	margin-bottom: 4px;
	margin-top: 2px;
	display: block;
}

table.manage-table .title-container .title h4 a { color: #333; }
table.manage-table .title-container .title h4 a:hover { color: #66676b; }

table.manage-table .title-container .title span {
	display: block;
}

table.manage-table .title-container .title .table-property-price {
	display: inline-block;
	background: #f0f0f0;
	color: #888;
	border-radius: 2px;
	font-size: 13px;
	margin-top: 9px;
	padding: 2px 10px;
}

table.manage-table th:first-child { /* width: 50%; */ border-radius: 3px 0 0 3px }
table.manage-table th:last-child {  border-radius: 0 3px 3px 0; }
table.manage-table th:first-child i { left: 35px; }

table.manage-table td:first-child { line-height: 25px; }

table.manage-table td {
	padding: 10px;
	vertical-align: middle;	border-bottom: 1px solid #e4e4e4;
}

table.manage-table td.centered { text-align: center; }

table.manage-table td.action a { display: inline-block; color: #707070; line-height: 20px; padding: 3px 5px; position: relative; margin-left: 21px; }
table.manage-table td.action a.delete i { left: -11px; }
table.manage-table td.action a i { position: absolute; left: -13px; top: 5px; }

table.manage-table td.action a.delete:hover { color: #f02929; }
table.manage-table td.action a:hover { color: #66676b; }

table.manage-table.bookmarks-table .title-container img { flex: 0.8; }

.bookmarks-table td.action { width: 30%; text-align: right; }
body .bookmarks-table td.action a.delete i { position: relative; left:0; top:0; margin-right: 3px; }

.keywords,
.alert-name { width: 18% }


/* ---------------------------------- */
/* Stacktable
------------------------------------- */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }



/* Responsive Tables */
.st-key {
	border: none;
	background-color: #f9f9f9;
	text-align: left;
	padding: 20px 22px;
	color: #333;
	vertical-align: top;
	font-weight: bold;
	width: 45%;
	border: 1px solid #e4e4e4;
}

.st-key i { margin-right: 4px;}

.st-val {
	width: 55%;
	text-align: left;
	padding: 20px 22px;
	border: 1px solid #e4e4e4;
	border-left:0;
}

.st-val a {
	font-weight: bold;
	color: #333;
	display: block;
	line-height: 27px;
}

.st-val a.button {
	color: #fff !important;
	text-align: center;
}

.st-val a:hover {
	color: #808080;
}

.st-space { height: 40px; }
.st-space:first-child { height: 10px; }

.stacktable { width: 100%; }

.st-head-row.st-head-row-main { display: block;}

/* ---------------------------------- */
/* Submit page
------------------------------------- */
.submit-page,
#titlebar.submit-page h2 { padding: 0 7%; }

#titlebar.submit-page h2 i { margin-right: 3px; }

.submit-section {
	margin: 0;
	padding-top: 0px;
	/* border-top: 1px solid #ddd; */
}

.submit-page textarea,
.submit-page input{
	transition: box-shadow 0.2s !important;
}

.my-profile input:focus,
.my-profile textarea:focus,
.submit-page textarea:focus,
.submit-page input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

.submit-page h5 {
	margin-bottom: 15px;
	font-size: 15px;
}

.submit-page h5 span {  color: #888; }

.form h5 { font-size: 16px; }

.submit-page .form { margin-bottom: 30px; }

textarea.WYSIWYG { min-height: 250px; }

.submit-page .divider {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin: -20px 0 35px 0;
}

a.button.preview { font-size: 17px; padding: 15px 25px; }
a.button.preview i { margin-left: 5px; }


/* Infobox */
.tip {
	font-style: normal;
	position: relative;
	top: -1px;
	left: 2px;
	display: inline-block;
	cursor: help;
	color: #fff;
	font-size: 11px;
	line-height: 0;
	width: 18px;
	height: 18px;
	background: #66676b;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.tip-content {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, calc(-100% - 20px));
	-ms-transform: translate(-50%, -100%);
	background: #333;
	color: #fff;
	padding: 13px 15px;
	min-width: 225px;
	max-width: 275px;
	font-size: 13px;
	border-radius: 3px;
	line-height: 19px;
    pointer-events: none;
    z-index: 999;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.tip:hover .tip-content {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, calc(-100% - 13px));
	-ms-transform: translate(-50%, -115%);
}

.tip:after {
	font-family: "FontAwesome";
	content: "\f128";
	line-height: 19px;
	display: inline-block;
	position: relative;
	text-align: center;
	-moz-transform: translateY(-1px);
}

.tip-content:after {
	font-family: "FontAwesome";
	content:"\f0dd";
	position: absolute;
	bottom: 3px;
	left: 50%;
	font-size: 22px;
	color: #333;
	transform: translate(-50%,50%);
}


/*----------------------------------- */
/* Image Hovers
------------------------------------- */
.img-box {
	height: 350px;
	display: inline-block;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	margin: 10px 0;
	border-radius: 3px;
}

.img-box-background {
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	transition: all 0.55s;
	position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.img-box:hover .img-box-background { transform: scale(1.06); }

.img-box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: "";
	background-color: #222;
	opacity: 0.3;
	z-index: 99;
	transition: 0.3s ease-out;
}

.img-box:hover:before {
	background-color: #66676b;
	opacity: 0.7;
}

.img-box-content {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	transform: translate(0,-50.5%);
}

.img-box-content h4 {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	margin: 0;
}

.img-box-content span {
	font-size: 16px;
	color: #fff;
}


/* ---------------------------------- */
/* Contact Form
------------------------------------- */
#contact textarea {
	min-height: 200px;
	margin: 15px 0 25px 0;
}

#contact input {
	margin-bottom: 25px;
}

.loader { margin-left: 15px; }
.submit.disabled:hover,
.submit.disabled { background-color: #e8e8e8; color: #333; }

#contact input.button.submit {
	margin-bottom: 10px;
	line-height: 20px;
	transition: all 0.25s !important;
}


#contact input[type="submit"].submit:hover {
    opacity: 0.92;
}

.contact-sent {
	background-color: #EBF6E0;
	color: #5f9025;
	padding: 20px 26px;
	margin-bottom: 30px;
	border-radius: 3px;
}


/* Office Address Box */
.office-address {
	text-align: center;
	position: relative;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.office-address ul {
	list-style: none;
	font-size: 18px;
	padding: 0;
	line-height: 30px;
}

.office-address h3 {
	font-size: 28px;
	color: #fff;
	margin-top: 0;
}

.office-address h3:after {
	content: "";
	height: 2px;
	width: 50px;
	position: relative;
	display: block;
	background-color: #66676b;
	margin: 20px auto;
	border-radius: 2px;
}

.address-container {
	background-color: #2b2c30;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	position: relative;
	height: 100%
}

.address-container:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	display: block;
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-color: #1e1e21;
	opacity: 0.9;
}

/* Google Maps */
.contact-map { display: flex; }
.contact-map .google-map-container { flex: 1; position: relative; }
.contact-map .address-box-container { flex: 0 auto; width: 440px; height: 450px; }
.contact-map .google-map-container #propertyMap { height: 100%; width: 100%; }

@media (min-width: 1680px) { .contact-map .address-box-container { height: 480px; } }
@media (max-width: 1440px) { .contact-map .address-box-container { height: 420px; } }


/* Contact Details */
.sidebar-textbox {
	display: inline-block;
	width: 100%;
	padding-right: 40px;
}

.sidebar-textbox.color {
	background-color: #666;
	color: #fff;
}

.sidebar-textbox.color h4 {color: #fff;}
.sidebar-textbox h4 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	margin-bottom: 16px;
}

.sidebar-textbox span { color: #666; display: inline-block; }
.sidebar-textbox.color span { color: #fff; }

.sidebar-textbox ul.contact-details {
	list-style: none;
	padding: 5px 0 0 0;
}

.sidebar-textbox ul.contact-details strong {
	font-weight: 400;
}

.sidebar-textbox ul.contact-details li {
	text-align: left;
	padding-left: 60px;
	position: relative;
	width: 100%;
	display: inline-block;
	margin: 10px 0;
}

.sidebar-textbox ul.contact-details li strong {
	display: block;
	color: #333;
}

.sidebar-textbox ul.contact-details li i {
	height: 100%;
	position: absolute;
	left: 0;
	font-size: 32px;
	color: #333;
	top: 10px
}


/* ---------------------------------- */
/* Blog Styles
------------------------------------- */
.blog-post {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	margin: 15px 0;
}

section.fullwidth .blog-post { margin: 5px 0 0 0; }

.post-img {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.post-img img {
	width: 100%;
	border-radius: 3px 3px 0 0;
}

.post-img:after {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	content: "";
	z-index: 9;
	opacity: 0;
	background: #66676b;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, #66676b);
	transition: opacity 0.4s;
	border-radius: 3px 3px 0 0;
}

.post-img:hover:after {
	opacity: 0.8;
}


/* Post Hover Icon */
.post-img:before {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	content: "";
	z-index: 119;
	transition: 0.3s;
	transform: translateY(-80%);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #66676b;
	background-image: url(../../../data/images/plus-icon.svg);
	background-repeat: no-repeat;
	background-position: 50%
}

.post-img:hover:before {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}


/* Content Styling */
.post-content { padding: 38px; }

.post-content p { margin: 18px 0 0 ; }

.post-content h3 {
	margin: 0;
	line-height: 34px;
	font-size: 22px;
}

.post-content h3 a { color: #333; }
.post-content h3 a:hover {color: #66676b; }

.post-content .meta-tags span {
	margin: 0 0 15px 0;
	display: inline-block;
	color: #888;
}

.post-content a.read-more {
	color: #66676b;
	margin: 23px 0 2px 0;
	display: inline-block;
}

a.read-more i {
	font-size: 20px;
	position: relative;
	padding-left: 4px;
	top: 1px;
	transition: 0.2s;
}

 a.read-more:hover i {
	padding-left: 7px;
}


/* Post Meta */
.post-meta {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 0;
}

.post-meta li {
	display: inline-block;
	color: #888;
}

.post-meta li:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #d0d0d0;
	display: inline-block;
	position: relative;
	top: 0px;
	margin: 0 10px;

}

.post-meta li:last-child:after { display: none; }

.post-meta li a { color: #888; }

.post-meta li a:hover {
	color: #66676b;
}


/* Blog Page Common Style */
.blog-page .blog-post {
	margin: 0 0 45px 0;
}

/* Search Widget */
.search-blog-input { position: relative; }

.search-blog-input .input:before {
	content: "\e090";
	font-size: 17px;
	color: #a0a0a0;
	position: absolute;
	display: inline-block;
	font-family: "simple-line-icons";
	right: 18px;
	top: 13px;
	margin-bottom: 0;
	background-color: transparent;
	padding-left: 7px;
	cursor: pointer;
}
.search-blog-input .input .hidden-search{
	position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    width: 45px;
    height: 50px;
    border: none;
    background: transparent;
    color: transparent;
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
	transition: box-shadow 0.2s !important;
}

#contact textarea:focus,
#contact input:focus,
.widget .search-blog-input input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

/* Blog Widget Tabs */
.widget-tabs {
	padding: 0;
	list-style: none;
}

.widget-tabs li {
	padding: 0 0 27px 0;
	margin: 24px 0 0 0;
	/* border-bottom: 1px solid #ddd; */
}

.widget .tab-content { padding-bottom: 0; }

.widget-thumb a img {
	display: block;
	width: 95px;
	height: 95px;
	float: left;
	border-radius: 3px;
	margin: 3px 22px 0 0;
}

.widget-thumb {
	width: 95px;
	margin-right: 25px;
}

.widget-text h5 {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 5px 0;
}

.widget-text h5 a { color: #333; }
.widget-text h5 a:hover { color: #66676b }

.widget-text span {
	color: #888;
	font-weight: 400;
	margin: -2px 0 0 0;
	display: block;
}

.widget-thumb {
	display: inline-block;
}

.widget-thumb a img {
	width: 100%;
	height: auto;
}

.widget-text {
	display: inline-block;
	width: 70%;
	padding: 0 25px 0 0;
	position: relative;
}

.widget-tabs .widget-content {
	display: table;
}

.widget-tabs .widget-content .widget-text {
	display: table-cell;
	vertical-align: middle;
}

.widget-tabs li {
	padding: 0 0 2px 0;
	margin: 5px 0 0 0;
}

.widget-tabs li:first-child {
	padding: 0 0 15px 0;
	margin: 0;
}

.widget-tabs li:last-child {
	border: none;
	padding-bottom: 0;
}

.widget h3 {
	margin-top: 0;
	margin-bottom: 10px;
}


/* Single Post */
.single-post p {
	margin: 20px 0;
}

.single-post p:last-child {
	margin-bottom: 0px;
}

.single-post .post-img {
	border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
	padding: 36px 43px;
}


/* Comments
------------------------------------- */
.comments { margin: -10px 0 0 0; }

.comments h4 {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

.comments h4 span { display: inline-block; font-size: inherit; }

.comment { font-size: 20px; }

.comments .button {
	margin: 0 0 15px  0;
	padding: 7px 15px;
}

.comments.reviews .button { margin: 0; }

.comments ul {padding-left: 0;}
.comments ul li { display: block; }

.comments ul li,
.comments ul li ul li,
.comments ul li ul li ul li,
.comments ul li ul li ul li {
	margin: 10px 0 0 0px;
}

.comments ul li ul:not(.i-reply) { margin: 0 0 0 70px; }

.comment-content p {
	margin: 0;
	line-height: 22px;
}

.comment-content {
	color: #666;
	padding: 0 0 0 70px;
}

.comments ul li ul {
	/* border-left: 1px solid #ddd;
	padding-left: 35px; */
}

.comments ul li ul li:before {
	/* content: "";
	width: 15px;
	height: 1px;
	background-color: #ddd;
	display: inline-block;
	position: absolute;
	top: 30px;
	left: -35px; */
}

.comments ul li { position: relative; }

.comment-content strong {
	padding-right: 5px;
	color: #666;
}

.comment-content span { color: #888; }
body .comment-content p { padding: 0; }

.comments-amount { color: #888; font-weight: 400; }

.avatar {
	display: inline-block;
	float: left;
	padding: 0 20px 0 0;
	position: absolute;
	left: 0px;
}
.info-comment .avatar {
	padding: 0 0px 0 0;
}

.avatar img {
	max-width: 50px;
	border-radius: 50%;
}

.comment-by {
	width: 100%;
	padding-bottom: 0px;
	padding-top: 5px;
	font-weight: 400;
	color: #333;
}

.comment-by h5 { margin: 0 0 7px 0; }

.comment-by a.reply,
.comment-by a.reply i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
	display: inline;
	padding: 0;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}

.comment-by a.reply i {
	font-size: 16px;
	margin-right: 1px;
	color: #999!important;
}

/* .comment-by a.reply:hover { background-color: #66676b; } */
/* .comment-by a.reply:hover,
.comment-by a.reply:hover i {
	color: #fff;
} */

.comment-by span.date {
	color: #888;
	font-weight: 400;
	margin: 0px 0 0 0;
	float: none;
	/* display: block; */
	text-align: left;
	font-size: 90%;
}

.like-comment a{
	color: #707070;
	padding-right: 10px;
}

.like-comment a:hover{
	color: #84a9ee;
}

.edit-comment{
	display: inline-block;
    font-size: 90%;
	margin-left: 10px;
}

.edit-comment a{
	color: #84a9ee;
	padding-right: 0;
	text-transform: uppercase;
}

.edit-comment a:hover{
	color: #0b5d8c;
}

/* Add Comment */
.add-comment label span { color: #e24747; }

.add-comment input {
	margin: 0 0 10px 0;
	width: 100%;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.add-comment textarea:focus,
.add-comment input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

.add-comment textarea {
	margin: 0 0 15px 0;
	width: 100%;
	min-width: 100%;
	min-height: 100px;
	resize: vertical;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* About Author
------------------------------------- */
.about-author {
    margin: 10px 0 45px 0;
    padding: 30px 35px;
	background: #f8f8f8;
	border-radius: 3px;
}

.about-author p { margin: 5px 0 5px 0; }

.about-author a {
	position: relative;
	top: -7px;
}

.about-author h4 {
	letter-spacing: 0;
}

.about-author img {
	float: left;
	margin: 7px 5px 5px 5px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.about-description {
	margin: 2px 0 0 130px;
}



/* Share Buttons
------------------------------------- */
.share-buttons {
	padding: 0;
	list-style: none;
}

.share-buttons li {
	display: inline-block;
	margin: 0 6px 8px 0;
}

.share-buttons li a {
	background: #fff;
	border: 1px solid #666;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 20px;
	transition: 0.3s;
	display: inline-block;
	line-height: 17px;
}

.share-buttons li a:hover { color: #fff; }

.share-buttons li i {
	font-size: 16px;
	position: relative;
	right: 3px;
	top: 1px;
}

/* fb */
.share-buttons li a.fb-share:hover { background: #3b5998; color: #fff; }
.share-buttons li a.fb-share {
	border-color: #3b5998;
	color: #3b5998;
}

/* twitter */
.share-buttons li a.twitter-share:hover { background: #1da1f2; color: #fff; }
.share-buttons li a.twitter-share {
	border-color: #1da1f2;
	color: #1da1f2;
}

/* gplus */
.share-buttons li a.gplus-share:hover { background: #dd4b39; color: #fff; }
.share-buttons li a.gplus-share {
	border-color: #dd4b39;
	color: #dd4b39;
}

/* pinterest */
.share-buttons li a.pinterest-share:hover { background: #bd081c; color: #fff; }
.share-buttons li a.pinterest-share {
	border-color: #bd081c;
	color: #bd081c;
}



/* Post Navigation
------------------------------------- */
#posts-nav {
	padding: 0;
	list-style: none;
	width: 100%;
	position: relative;
	margin: 0;
	display: inline-block;
	min-height: 60px;
}

#posts-nav li span {
	display: block;
	color: #999;
	font-size: 15px;
	margin-bottom: 1px;
	font-weight: 400;
}

#posts-nav li {
	position: absolute;
	font-size: 17px;
	font-weight: 400;
	width: 50%;
}

#posts-nav li a {
	transition: transform 0.3s, color 0.3s 0s;
	color: #333;
	display: inline-block;
}

#posts-nav li a:hover { color: #66676b; }

#posts-nav li.next-post {
	right: 0;
	text-align: right;
}

#posts-nav li.prev-post {
	left: 0;
}

#posts-nav li.next-post a { padding-right: 50px; }
#posts-nav li.prev-post a { padding-left: 50px; }

#posts-nav li.prev-post a:before,
#posts-nav li.next-post a:before {
	font-family: "simple-line-icons";
	font-size: 20px;
	position: absolute;
	color: inherit;
	top: 50%;
	transform: translate3d(0,-50%,0);
	transition: transform 0.3s;
}

#posts-nav li.next-post a:before {
	right: 0;
	content: "\e606";
}

#posts-nav li.prev-post a:before {
	left: 0;
	content: "\e605"
}

#posts-nav li.next-post a:hover:before { transform: translate3d(5px,-50%,0); }
#posts-nav li.prev-post a:hover:before { transform: translate3d(-5px,-50%,0); }


/* ------------------------------------------------------------------- */
/* 03. Scripts
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Google Maps
------------------------------------- */
.infoBox { border-radius: 3px; }

.map-box {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
	position: relative;
	left: -62px;
}

.map-box h4 {
	margin: 0;
	padding: 0;
}

.map-box h4 a {
	padding: 0px;
	font-size: 17px;
	line-height: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.map-box h4 a:hover { color: #66676b; }

.map-box p {
	padding: 0;
	line-height: 25px;
	margin: 2px 0 0 0;
	font-size: 16px;
}

.map-box ul.listing-details {
	padding: 0;
	font-size: 16px;
	display: none;
}

.map-box .listing-title {
	padding: 22px;
	padding-top: 20px;
}


.map-box .listing-img-content {
	padding: 18px 22px;
}


.map-box .listing-img-content span {
	font-size: 21px;
}

.map-box .listing-img-content .listing-price i {
    font-size: 15px;
    margin: 0;
}


.infoBox > img {
	position: absolute !important;
	right: 0px;
	top: 0px;
}


.map-box .listing-img-container:before {
	background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.map-box .listing-img-container:after {
	background: linear-gradient(to bottom, transparent 50%, #66676b);
}


/* Cluster styles */
.cluster img { display:none }

.cluster {
	width: 36px !important;
	height: 36px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 400;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background-color: #66676b;
}

.cluster div:before {
	border: 7px solid #66676b;
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px #66676b;
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}



/* Close Button */
.infoBox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline-block;
	z-index: 999;
	text-align: center;
	line-height: 31px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	height: 31px;
	width: 31px;
	background-color: #fff;
	color: #333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-family: "FontAwesome";
	border-radius: 3px;
	-webkit-text-stroke: 1px #fff;
}

.infoBox-close:hover {
	color: #fff;
	background-color: #66676b;
	-webkit-text-stroke: 1px #66676b;
}


/* Read More Icon */
.map-box-icon {
	height: 38px;
	width: 38px;
	position: absolute;
	bottom:0;
	right:0;
	background-color: #3685cf;
	display: block;
	color: #fff;
	font-size: 12px;
	z-index: 101;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	opacity:0;
	visibility: hidden;
}

.map-box-icon:before {
	content: "";
	font-family: "FontAwesome";
	position: relative;
	top: 7px;
	display: block;
}

.map-box-image:hover .map-box-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateX(0);
}

.map-box-image {
	position: relative;
	overflow: hidden;
	display: block;
}

.infoBox {
	-webkit-animation: fadeIn 0.9s;
	animation: fadeIn 0.9s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
    from {opacity: 0; }
    to {opacity: 1; }
}

/* Standard syntax */
@keyframes fadeIn {
    from {opacity: 0; }
    to {opacity: 1; }
}


.infoBox:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 40px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
}

#map {
	height: 100%;
	width: 100%;
	margin: 0;
	z-index: 990;
}

#map-container {
	position: relative;
	top: 0;
	left: 0;
	height: 520px;
	width: 100%;
	z-index: 990;
	margin-bottom: 60px;
}

.gmnoprint { margin: 10px; }


/* Custom Zoom Buttons
------------------------------------- */
.custom-zoom-in,
.custom-zoom-out {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	border-radius: 3px;
	margin: 5px 15px;
	transition: color 0.3s, background-color 0.3s;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 15px;
	height: 32px;
	width: 32px;
}

.custom-zoom-in:hover,
.custom-zoom-out:hover {
	background-color: #66676b;
	color: #fff;
}

.custom-zoom-in:before,
.custom-zoom-out:before  {
	font-family: "FontAwesome";
	width: 100%;
	line-height: 34px;
	transition: -webkit-text-stroke 0.3s;
	-webkit-text-stroke: 1px #fff;
}

.custom-zoom-in:before { content: "\f067"; }
.custom-zoom-out:before  { content: "\f068"; }


.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before  { -webkit-text-stroke: 1px #66676b;  }



/* Prev & Next Buttons
------------------------------------- */
#mapnav-buttons {
	position: absolute;
	transform:translate(0,0);
	z-index: 999;
	font-size: 13px;
	display: inline-block;
	bottom: 20px;
	right: 20px;
	list-style: none;
	padding: 0;
}

#mapnav-buttons.top {
	top: 20px;
	right: 20px;
	bottom: initial;
}

#mapnav-buttons li {
	float: left;
	margin-left: 4px;
	line-height: 20px;
}

#streetView,
#geoLocation,
#scrollEnabling,
#mapnav-buttons a {
	color: #333;
	background-color: #fff;
	padding: 8px 16px;
	padding-top: 9px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
}

#geoLocation:hover,
#streetView:hover,
#scrollEnabling:hover,
#scrollEnabling.enabled,
#mapnav-buttons a:hover {
	background-color: #66676b;
	color: #fff;
}

#prevpoint:before,
#nextpoint:after {
	font-family: "FontAwesome";
	position: relative;
	font-weight: 400;
	margin: 0 0 0 6px;
	font-size: 16px;
	top: 1px;
	line-height: 1px;
}

#prevpoint:before {
	content: "\f104";
	margin: 0 6px 0 0;
}

#nextpoint:after {
	content:"\f105";
	margin: 0 0 0 6px;
}

#streetView,
#geoLocation,
#scrollEnabling {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 999;
	font-size: 13px;
	line-height: 20px;
}

#streetView:before,
#geoLocation:before,
#scrollEnabling:before {
	content: "\e015";
	font-family: "simple-line-icons";
	position: relative;
	top: 2px;
	margin: 0 6px 0 0;
	font-size: 15px;
	line-height: 1px;
}

#scrollEnabling:before {
	margin-left: -3px;
}

#streetView:before {
	content: "\f21d";
	font-family: "FontAwesome";
	font-size: 16px;
	top: 1px;
	margin-right: 8px;
}


#geoLocation {
	right: auto;
	left: 20px;
	padding: 8px 11px;
}

#geoLocation:before {
	content: "\f192";
	font-family: "FontAwesome";
	font-size: 16px;
	margin: 0;
	top: 2px;
}



/* ---------------------------------- */
/* Owl Carousel
------------------------------------- */

body .carousel {
	left: -15px;
	width: calc(100% + 30px)
}

.carousel-item {
	margin: 15px;
}

.owl-theme .owl-controls{
	text-align: center;
}


/* Styling Next and Prev buttons */
.dot-navigation.owl-theme .owl-controls .owl-buttons { display: none; }
.logo-carousel.dot-navigation .owl-controls { margin-top: 30px; }

.owl-theme .owl-controls .owl-buttons div {
	color: #aaa;
	display: inline-block;
	position: relative;
	zoom: 1;
	padding: 6px;
	font-size: 12px;
	background: transparent;
	font-family: "FontAwesome";
	font-size: 38px;
	transition: all 0.2s;
	background-color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
	content: "\f105"
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
	content: "\f104"
}

.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: -60px;
	right: 8px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover { color: #888; }


/* Before page gets loaded */
.carousel-item { width: 29%;  display: inline-block; }
.carousel-item .listing-carousel { overflow: hidden; height: 280px; }

.owl-wrapper .carousel-item { width: auto;  display: block; }
.owl-wrapper .listing-carousel { overflow: hidden; height: auto; }
/* Before page gets loaded */


/* Logo Carousel */
.logo-carousel { padding: 0px; }

.logo-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: -75px;
    right: -5px;
}

.logo-carousel .item {
	text-align: center;
	padding: 0 0;
}

.logo-carousel .item img {
	max-width: 200px;
	height: auto;
}


/* Listing carousel nav */
.listing-carousel.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 50%;
	right: 0;
	color: #fff;
	width: 100%;
	height: 100px;
	transform: translate(0,-50%);
	z-index: 99;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	position: absolute;
	z-index: 101;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 22px;
	transition: all 0.3s;
	background-color: transparent;
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 37px;
	padding: 0;
}

.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div {
	font-size: 19px;
	height: 32px;
	width: 32px;
	line-height: 31px;
}


.listing-carousel.owl-theme .owl-controls .owl-prev:before,
.listing-carousel.owl-theme .owl-controls .owl-next:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #66676b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	border-radius: 50%;
	opacity: 0.9;
	transition: opacity 0.3s;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:after,
.listing-carousel.owl-theme .owl-controls .owl-next:before {
	z-index: 99;
	position: relative;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:before,
.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:after { opacity: 1; }

.listing-carousel.owl-theme .owl-controls .owl-next {
	right: 26px;
	text-indent: 2px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev {
	left: 26px;
	text-indent: -2px;
}

.listing-item .owl-next,
.listing-item .owl-prev {
	opacity: 0;
	transition: all 0.4s;
}

.listing-item .owl-next{
	margin-right: -5px;
}

.listing-item .owl-prev {
	margin-left: -5px;
}


.listing-item:hover .owl-next,
.listing-item:hover .owl-prev {
	opacity: 1;
	transform: translate3d(0,-51%,0);
	margin: 0;
}


.listing-carousel.outer .owl-next,
.listing-carousel.outer .owl-prev {
	opacity: 1;
	transition: all 0.4s;
}

/* Alternative Listing Carousel Navigation Theme */
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons {
	top: -48px;
	height: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div { top: 0; }
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next { right: 0; }

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
	right: 35px;
	left: auto;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div:hover,
.listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
    color: #fff;
    position: absolute;
    z-index: 101;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 20px;
    transition: all 0.3s;
    background-color: transparent;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    padding: 0;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::after {
    background-color: #eee;
    opacity: 1;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::before {
    color: #a0a0a0;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after {
    background-color: #66676b;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::before {
    color: #fff;
}


/* Styling Next and Prev buttons */
.owl-nav span {
	color: #FFF;
	margin:0;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	cursor: pointer;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: none;
}

.dot-navigation.owl-theme .owl-controls .owl-page {
	display: inline-block;
}

.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 10px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background: #aaa;
	transition: all 0.2s;
	transform: 3d(0,0,0);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}



/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;
	z-index: 990;
	font-family: "FontAwesome";

	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	transform: translate(0, -50%);

	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
	opacity: 0;
	transition: 0.3s;
	transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
	transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
	opacity: 1;
	transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #66676b;
	opacity: 0.85;
	transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 20px;


    opacity: 1;
    color: white;
    position: relative;
    z-index: 999;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev { left: 40px; }
.slick-prev:before { content: '\f104'; left: -1px; }

.slick-next { right: 40px; }
.slick-next:before { content: '\f105'; right: -1px; }


.property-slider .slick-prev,
.property-slider .slick-next {
	opacity: 0;
	transition: 0.4s;
	transform: translate;
}

.property-slider .slick-prev {
	transform: translateX(-8px);
}

.property-slider .slick-next {
	transform: translateX(8px);
}


.property-slider:hover .slick-prev,
.property-slider:hover .slick-next { opacity: 1; transform: translateX(0);}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}
.slick-dots li {
	position: relative;

	display: inline-block;

	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 5px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.96;
}

.mfp-wrap {
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2001;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	height: 100%;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
 }

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #aaa;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 504;
}

.mfp-preloader a {
	color: #cccccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

.mfp-s-loading .mfp-arrow {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	right: 0px;
	top: -40px;
}

/* Close Button */
.og-close,
button.mfp-close {
	position: absolute;
	width: 45px;
	height: 45px;
	top: -20px;
	display: block;
	right: -12px;
	cursor: pointer !important;
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-radius: 50%;
	margin: 0px;
	background-color: transparent;
	outline: none;	transform: translate3d(0,0,0);
}


.mfp-iframe-holder .mfp-close {
	top: -50px;
	right: -12px;
	transform: translate3d(0,0,0);
}

.mfp-gallery .mfp-close {
	top: 20px;
	right: 10px;
}

.mfp-gallery  .mfp-content .mfp-close {
	display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
	font-family: "FontAwesome";
	font-size: 29px;
	top: 4px;
	left: 50%;
	position: absolute;
	height: 10px;
	transition: 0.3s;
}


.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
	margin: 17px;
	right: 10px;
	background: transparent;
	color: #222;
}

.mfp-close:hover,
.og-close:hover {
	transform: rotate(90deg);
}

.og-close:after,
.og-close:before,
.mfp-close:after,
.mfp-close:before {
	font-family: "FontAwesome";
	font-size: 29px;
	top: 21px;
	left: 50%;
	position: absolute;
	height: 10px;
	transition: 0.3s;
}

.og-close:after,
.og-close:before { top: 7px; font-size: 29px; }

.og-close:after,
.mfp-close:after {
	content:"\f106";
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:after {
	-webkit-transform: translate(0,0);
	transform: translate(-50%,60%);
}

.og-close:before,
.mfp-close:before {
	content:"\f107";
	-webkit-transform: translate(0,0);
	transform: translate(-50%,0%);
}

#small-dialog .mfp-close,
.mfp-close:hover {
	color: #fff;
}

#small-dialog .mfp-close:hover {
	color: #fff;
}

.small-dialog-content input[type=submit] {
	width: 100%;
	margin-top: 26px;
	margin-bottom: 10px;
}

.small-dialog-content .divider {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 0;
}

.small-dialog-headline h2,
.small-dialog-headline h3,
.small-dialog-headline h4 {
	font-size: 22px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: inline-block;
	margin: 10px 0 35px 0;
	padding-bottom: 30px;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #aaa;
	font-size: 13px;
	line-height: 18px;
}

.mfp-arrow {
	opacity: 1;
	margin: 0 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	display: block;
	z-index: 100;
	overflow: hidden;
	background: rgba(77,77,77,0.4);
	border-radius: 50%;
	outline: none;
}

.mfp-arrow:hover {
	background: #66676b;
	color: #fff;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
	font-family: "FontAwesome";
	font-size: 29px;
}

.mfp-arrow.mfp-arrow-right { right: 15px; }

.mfp-arrow.mfp-arrow-left:before { content: "\f104"; left: -1px; top: 0px; position: relative; }
.mfp-arrow.mfp-arrow-right:before { content: "\f105"; left: 1px; top: 0px; position: relative; }

.mfp-content:hover .mfp-arrow {
	opacity: 1;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1180px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 54%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Popup */
#small-dialog {
	background: #fff;
	padding: 30px 45px 35px 45px;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing:border-box;
}

#small-dialog span.line {padding-top: 7px;}

.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0.001; /* Chrome opacity transition bug */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
	line-height: 0;
}

.mfp-bottom-bar {
	margin-top: -30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.92;
	background-color: #111;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* ---------------------------------- */
/* Dropzone
------------------------------------- */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }


.dropzone, .dropzone * {
box-sizing: border-box; }

.dropzone {
	min-height: 150px;
	border: 2px solid rgba(0, 0, 0, 0.3);
	background: white;
	padding: 20px 20px; }
.dropzone.dz-clickable {
	cursor: pointer; }
.dropzone.dz-clickable * {
	cursor: default; }
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
	cursor: pointer; }
.dropzone.dz-started .dz-message {
	display: none; }
.dropzone.dz-drag-hover {
	border-style: solid; }
.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5; }
.dropzone .dz-preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 16px;
	min-height: 100px; }
.dropzone .dz-preview:hover {
	z-index: 1000; }
.dropzone .dz-preview:hover .dz-details {
	opacity: 1; }
.dropzone .dz-preview.dz-file-preview .dz-image {
	border-radius: 3px;
	background: #999;
	background: linear-gradient(to bottom, #eee, #ddd); }
.dropzone .dz-preview.dz-file-preview .dz-details {
	opacity: 1; }
.dropzone .dz-preview.dz-image-preview {
	background: white; }
.dropzone .dz-preview.dz-image-preview .dz-details {
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear; }
.dropzone .dz-preview .dz-remove {
	font-size: 16px;
	text-align: center;
	display: block;
	cursor: pointer;
	border: none; }
.dropzone .dz-preview .dz-remove:hover {
	text-decoration: underline; }
.dropzone .dz-preview:hover .dz-details {
	opacity: 1; }
.dropzone .dz-preview .dz-details {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	font-size: 13px;
	min-width: 100%;
	max-width: 100%;
	padding: 2em 1em;
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	line-height: 150%; }
.dropzone .dz-preview .dz-details .dz-size {
	margin-bottom: 1em;
	font-size: 16px; }
.dropzone .dz-preview .dz-details .dz-filename {
	white-space: nowrap; }
.dropzone .dz-preview .dz-details .dz-filename:hover span {
	border: 1px solid rgba(200, 200, 200, 0.8);
	background-color: rgba(255, 255, 255, 0.8); }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
	overflow: hidden;
	text-overflow: ellipsis; }
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
	border: 1px solid transparent; }
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 0 0.4em;
	border-radius: 3px; }
.dropzone .dz-preview:hover .dz-image img {
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-filter: blur(8px);
	filter: blur(8px);
 }
.dropzone .dz-preview .dz-image {
	border-radius: 3px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	position: relative;
	transition: all 0.3s;
	display: block;
	z-index: 10; }
.dropzone .dz-preview .dz-image img {
	display: block;	filter: blur(0px);  	transition: all 0.4s; }
.dropzone .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
	pointer-events: none;
	opacity: 0;
	z-index: 500;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px; }
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px; }
.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear; }
.dropzone .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in; }
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
	-webkit-animation: pulse 6s ease infinite;
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite; }
.dropzone .dz-preview .dz-progress {
	opacity: 1;
	z-index: 1000;
	pointer-events: none;
	position: absolute;
	height: 16px;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	width: 80px;
	margin-left: -40px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transform: scale(1);
	border-radius: 8px;
	overflow: hidden; }
.dropzone .dz-preview .dz-progress .dz-upload {
	background: #333;
	background: linear-gradient(to bottom, #666, #444);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: width 300ms ease-in-out;
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	transition: width 300ms ease-in-out; }
.dropzone .dz-preview.dz-error .dz-error-message {
	display: block; }
.dropzone .dz-preview.dz-error:hover .dz-error-message {
	opacity: 1;
	pointer-events: auto; }
.dropzone .dz-preview .dz-error-message {
	pointer-events: none;
	z-index: 1000;
	position: absolute;
	display: block;
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	border-radius: 8px;
	font-size: 13px;
	top: 130px;
	left: -10px;
	width: 140px;
	background: #be2626;
	background: linear-gradient(to bottom, #be2626, #a92222);
	padding: 0.5em 1.2em;
	color: white; }
.dropzone .dz-preview .dz-error-message:after {
	content: '';
	position: absolute;
	top: -6px;
	left: 64px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #be2626; }

.dropzone {
	position:relative;
	border: 2px dashed #d0d0d0;
	border-radius: 3px;
	background: #fcfcfc;
	transition: all 0.3s linear;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
}

.dropzone:hover {
	border: 2px dashed #66676b;
	background: #fff;
	transition: all 0.35s linear;
}

.dropzone:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.9));
	background-color: #66676b;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s linear;
	border-radius: 3px;
}

.dropzone:hover:before { opacity: 0.4; }

.dropzone .dz-message {
	text-align: center;
	margin: 50px 0;
	font-size: 17px;
	color: #888;
	transition: all 0.3s linear;
	position: relative;
	z-index: 11;
}

.dropzone:hover .dz-message {
	color: #66676b;
}

.dz-message i {
	display: block;
	font-size: 32px;
	margin-bottom: 15px;
}

/* ---------------------------------- */
/* Chosen Plugin
------------------------------------- */
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	zoom: 1;
	*display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 990;
	width: 100%;
	/*border: 1px solid #ddd;*/
	background-color: #fcfcfc;
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(255,255,255,1) 100%);
	border-top: 0;
	border-radius: 0 0 3px 3px;
	border: 1px solid #799cd2;
}

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }
.chosen-container a { cursor: pointer; }


/* Single Select box */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 18px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #888;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 400;
	border-radius: 3px;
	transition: .3s;
}

.chosen-container-single .chosen-single:hover {
	border-color: #0b5d8c;
	background: #f8f9f9;
}
.chosen-with-drop .chosen-single{
	background: #ffffff!important;
}
.multiselect-native-select .multiselect:hover{
	border-color: #0b5d8c;
	background: #f8f9f9;
}
.multiselect-native-select .open .multiselect{
	border-color: #0b5d8c;
	background: #ffffff!important;
}
.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
}

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	position: relative;
}

.chosen-container-single .chosen-single div b:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	font-size: 16px;
	margin: 0 14px 0 0;
	top: -1px;
	position: relative;
	width: 11px;
	height: 5px;
	display: inline-block;
	color: #c0c0c0;
	float: right;
	font-weight: normal;
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 8px;
	white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 6px 20px 6px 6px;
	width: 100%;
	height: 40px;
	outline: 0;
	border: 1px solid #ddd;
	background-color: #fff;
	display: block;
	position: relative;
	z-index: 9;
	background-color: #fafafa;
}

.chosen-container-single .chosen-search:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 15px;
	margin: 0 15px 0 0;
	top: 12px;
	position: relative;
	width: 11px;
	height: 5px;
	display: inline-block;
	color: #aaa;
	float: right;
	font-weight: normal;
	z-index: 10;
}

.chosen-container-single .chosen-drop {
	margin-top: -1px;
	background-clip: padding-box;
	padding:10px 0px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

/* Sort by custom */
.sort-by {
	position: relative;
	top: -4px;
	
	height: 40px!important;
    background: #FFF;
    padding: 0 10px;
	border-radius: 3px;
}

.sort-by label,
.sort-by .sort-by-select {
	display: inline-block;
	float: left;
}

.sort-by label {
	line-height: 40px;
	margin-top: 1px;
	padding: 0;
	margin-right: 10px;
}

.sort-by .chosen-container-active .chosen-single,
.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-container-single .chosen-single {
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	background-color: #fff;
	width: 100%;
	display: inline-block;
	padding-left: 10px;
}

.sort-by-select.bg-gray-se{
	line-height: 10px;
}
.sort-by.bg-gray-se{
	border: 1px solid #ddd!important;
}

.sort-by .chosen-container-active .chosen-drop,
.sort-by .chosen-container-single .chosen-drop {
	opacity: 0;
	transition: opacity 0.3s;
}

.sort-by .chosen-container-active.chosen-with-drop .chosen-drop {
	opacity: 1;
}

.sort-by .chosen-container .chosen-drop {
	padding-top: 10px;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 3px;
    width: auto;
    margin-left: 0px;
    background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
	z-index: 999;
}

.sort-by .chosen-container-single .chosen-single div b:after {
	color: #66676b;
}

.sort-by .chosen-container-single .chosen-default { color: #66676b; }

.sort-by .chosen-container-single .chosen-single span {
	margin-right: 0px;
	color: #66676b;	vertical-align: top;
	font-weight: normal;
}
.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    top: -1px;
	margin-left: 15px;
    display: inline-block;
}
.chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
}


/* Results */
.chosen-container .chosen-results {
	color: #666;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 8px 0;
	padding: 0 4px 0 8px;
	max-height: 350px;
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 10px 10px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
	white-space: nowrap;
}

.chosen-container-multi .chosen-results li { padding: 10px 18px; }

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #5850508a;
	cursor: default;
}

.chosen-container .chosen-results li.highlighted {
	background-color: #84a9ee!important;
	border-radius: 3px;
	color: #fff;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
	color: #888;
	display: list-item;
	background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results { background-color: #fff; }

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 18px;
	height: 53px;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	text-decoration: none;
	white-space: nowrap;
	line-height: 33px;
	cursor: pointer;
	margin: 0;
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 0;
	padding: 0;
	height: 53px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	color: #888;
	line-height: normal;
	font-weight: 400;
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 12px 5px 0 -4px;
	padding: 0 25px 0 8px;
	max-width: 100%;
	background-color: #66676b;
	line-height: 29px;
	color: #fff;
	cursor: default;
	font-weight: 400;
}

.chosen-container-multi .chosen-choices li.search-choice span { word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: -2px;
	right: 7px;
	display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 13px;
	top: 1px;
	position: relative;
	width: 11px;
	height: 5px;
	display: inline-block;
	color: #fff;
	float: right;
	font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single { border: 1px solid #ddd; }

.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after { content: "\f0d8" }
.chosen-container-active .chosen-choices li.search-field input[type="text"] { 	color: #888 !important; }

/* Custom Scrollbar for -wekbit */

.chosen-drop ::-webkit-scrollbar { width: 10px; }

.chosen-drop ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.chosen-drop ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

.chosen-drop ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}

/* ---------------------------------- */
/* Input with dropdown
------------------------------------- */
.select-input {
	position: relative;
}

.select-input input { position: relative; z-index: 101; }

.select-input .select {
	position: absolute;
	top: -8px;
}

.select-hidden {
	display: none;
	visibility: hidden;
}

.select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 15px;
	color: #fff;
	width: 100%;
	height: 51px;
}

.select-styled { opacity: 0; }

.select-options {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 990;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #ddd;
	background-color: #fcfcfc;
	padding: 0 4px;
	padding-top: 8px;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
}

.select-list-container {
	padding: 0 4px;
	max-height: 300px;
	overflow: auto;
	display: inline-block;
	width: 100%
}

ul.select-options li {
	margin: 0;
	padding: 0;
	transition: all 0.15s ease-in;
	color: #888;
	margin: 0;
	padding: 10px 10px;
	list-style: none;
	line-height: 15px;
	border-radius: 3px;
}

.select-options li:hover {
	color: #fff;
	background-color: #66676b;
}

.select-options li[rel="hide"] {
  display: none;
}

.select-options ::-webkit-scrollbar { width: 10px; }

.select-options ::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.05);
    border-radius: 10px;
}

.select-options ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
}

 .select-options ::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.3);
}

/* data unit styling */
.data-unit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 19px;
	font-style: normal;
	color: #aaa;
	z-index: 110;
	background-color: transparent;
	outline: 0;
	border: 0;
	padding: 0 0 0 10px;
	margin: 0;
	pointer-events:none;
	background-color: #fcfcfc;
}

.disabled-first-option ul.select-options li:first-child {
	pointer-events:none;
	color: #aaa;
}

/* ------------------------------------------------------------------- */
/*  04. Shortcodes
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Buttons
------------------------------------- */

button.button,
input[type="button"],
input[type="submit"],
a.button.border,
a.button {
	background-color: #66676b;
	top: 0;
	padding: 10px 20px;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	margin-right: 6px;
	overflow: hidden;
	border: none;
	border-radius: 3px;
}

button.button:before,
a.button:before {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s;
}

button.button:hover:before,
a.button:hover:before {
	opacity: 0.1;
}

a.button.white {
	background-color: #fff;
	color: #333;
}

/* Border Button Style */
a.button.border:before { display: none; }

a.button.border {
	background-color: transparent;
	color: #66676b;
	border: 1px solid #66676b;
	padding: 9px 15px;
}

a.button.border:hover {
	background-color: #66676b;
	color: #fff;
	opacity: 1;
}

a.button.border.white {
	border-color: #fff;
	color: #fff;
}

a.button.border.white:hover {
	background-color: #fff;
	color: #66676b;
}

/* Full Width button */
button.button.fullwidth,
a.button.fullwidth {
	width: 100%;
	text-align: center;
}

a.button.white.border:hover { color: #333; }

.button i { padding-right: 4px; }


/* ---------------------------------- */
/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
	padding: 3px 0 0 0;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
	list-style: none;
	margin: 14px 0;
	line-height: 27px;
	margin-left: 22px;
	position: relative;
}

.list-1.alt li { margin: 12px 0; margin-left: 22px; }

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
	margin-top: 0;
}


.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
	font-family: "FontAwesome";
	margin: 0;
	position: relative;
	color: #66676b;
	float: left;
	margin-left: -22px;
	display: block;
}

.list-1.gray li:before {
	color: #777;
}

.list-4 li:before { content: "\f192"; font-size: 16px; top: 1px; }
.list-3 li:before { content: "\f058"; font-size: 15px; top: 1px; }
.list-2 li:before { content: "\f00c"; font-size: 16px; }
.list-1 li:before { content: "\f0c8"; font-size: 8px; }

.list-4 li { margin-left: 27px; }
.list-4 li:before { margin-left: -27px; }

/* Numbered Style */
.numbered ol {
	counter-reset: li;
	list-style: none;
	padding: 0;
	margin-left: 18px;
	display: inline-block;
}

.numbered ol li {
	display: inline-block;
	padding: 6px 0;
	width: 100%;
}

.numbered ol > li::before {
	content: counter(li);
	counter-increment: li;
	font-size: 16px;
	line-height: 34px;
	width: 36px;
	height: 36px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 50%;
	text-align: center;
	margin: 0;
	margin-left: 0;
	font-weight: 400;
	color: #333;
	position: relative;
	float: left;
	left: -18px;
	transform: translateY(-20%);
}

.numbered.color ol > li::before {
	border: 1px solid #66676b;
	color: #66676b;
}

.numbered.color.filled ol > li::before {
	border: 1px solid #66676b;
	color: #fff;
	background-color: #66676b;
}

mark.color {
    background-color: #66676b;
    border-radius: 3px;
}

/* ---------------------------------- */
/* Tooltips
------------------------------------- */
#tiptip_holder {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
	-webkit-transform: translateX(12px)
}

#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }

#tiptip_content {
	color: #f0f0f0;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 10px;
	background-color: #333;
	border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow { border-top-color: #333; }
#tiptip_holder.tip_bottom #tiptip_arrow { border-bottom-color: #333; }
#tiptip_holder.tip_right #tiptip_arrow { border-right-color:#333; }
#tiptip_holder.tip_left #tiptip_arrow { border-left-color: #333; }

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #333;
}

/* ---------------------------------- */
/* Pricing Tables
------------------------------------- */
.pricing-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}

.plan {
	flex: 1;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
	text-align: center;
	position: relative;
	z-index: 9;
}

.plan-price {
	width: 100%;
	background: linear-gradient(to bottom, #fafafa 0%, #f6f6f6);
	padding: 45px 30px;
	padding-top: 48px;
}

.plan:first-child .plan-price { border-radius: 3px 0 0 0; }
.plan:first-child { border-radius: 3px 0 3px 3px; }

.plan:last-child .plan-price { border-radius: 0 3px 0 0; }
.plan:last-child { border-radius: 0 3px 3px 0; }

.plan-price h3 {
	margin: 0;
	color: #888;
	font-size: 22px;
}

.plan-price .value {
	display: block;
	font-size: 37px;
	line-height: 35px;
	padding: 22px 0 0 0;
	color: #66676b;
}

.plan-price .period {
	color: #909090;
	margin-top: 20px;
	padding: 0 10%;
	display: block;
}

.plan-features {
	padding: 35px 30px;
	background: #fff;
}

.plan-features ul {
	list-style: none;
	padding: 0;
}

.plan-features ul li {
	padding: 3px 0;
}

.plan-features a.button {
	margin-top: 20px;
}

/* featured plan*/
.plan.featured {
	margin-left: -1px;
	margin-right: -1px;
	transform: translateY(-23px);
	border-radius: 0 0 3px 3px;
	z-index: 11;
}

.plan.featured .plan-price {
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, transparent);
	background-color: #66676b;
	padding: 50px 30px;
	border-radius: 3px 3px 0 0;
}

.plan.featured .plan-price h3 {
	color: #fff;
}

.plan.featured .plan-price .value {
	color: #fff;
}

.plan.featured .plan-price .period {
	color: rgba(255,255,255,0.8);
	line-height: 23px;
}

.plan.featured .plan-features { padding: 45px 30px; }


.plan.featured .listing-badges .featured {
	background: #fff;
	color: #66676b;
}

/* ---------------------------------- */
/* Accordion / Toggles
------------------------------------- */

.ui-accordion .ui-accordion-header,
.trigger a {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0;
	line-height: 26px;
	outline: none;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: background-color 0.2s, color 0.2s;
	padding: 16px 27px;
	margin: -1px 0 0 0;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
	font-size: 18px;
	top: 1px;
	position: relative;
	padding-right: 3px;
}

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
	padding-right: 6px;
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover { color: #66676b; }

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
	background-color: #66676b;
	border-color: #66676b;
	color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
	margin: 0 4px 0 0;
	position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
	padding: 28px 30px;
	border: 1px solid #ddd;
	border-top: none;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p { margin: 0; }

/* Style 2 of accordions and toggles */
.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
	border: none;
	margin: 0;
	padding: 27px 0;
	text-transform: none;
	font-size: 17px;
	font-weight: 400;
	background-color: transparent;
	color: #333;
	padding-right: 60px;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a { text-transform: none; }

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
	padding: 0px 0 30px 0;
	border: none;
}

.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
	background-color: transparent;
	border-color: transparent;
	color: #66676b;
	transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
	border-bottom: 1px solid #ddd
}

.style-2 .ui-accordion .ui-accordion-header-active { border: none; }

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 26px;
	transform: translate3d(0,-50%,0) rotate(0);
	transition: 0.2s;

}
.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
	margin-top: 2px;
	transform: translate3d(0,-50%,0) rotate(45deg);
}

/* Floorplans Accordion */
.fp-accordion { margin-top: 30px; }
.fp-accordion .accordion h3:first-child { border-radius: 3px 3px 0 0 !important; }

.fp-accordion .ui-accordion .ui-accordion-header,
.fp-accordion .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.fp-accordion .accordion h3 {
    border-radius: 0 0 3px 3px;
    font-size: 15px;
    color: #777;
    background-color: #fbfbfb;
    border-color: #ddd;
}

.fp-accordion .accordion h3:hover { background-color: #fefefe; }

.fp-accordion .accordion h3.ui-accordion-header span {
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 6px;
    margin-left: 3px;
    background-color: rgba(0,0,0,0.05);
}

.fp-accordion .accordion h3.ui-accordion-header.ui-accordion-header-active span {
    background-color: rgba(0,0,0,0.25);
    color: #fff;
}

.fp-accordion .accordion h3.ui-accordion-header-active {
    border-radius: 0;
    color: #fff;
    background: transparent;
    background-color: #66676b;
    border-color: #66676b;
}

.fp-accordion .accordion h3 i.fa-angle-down {
    position: absolute;
    transition: 0.3s;
    top: 19px;
    right: 15px;
    font-size: 20px;
    color: #888;
}

.fp-accordion .accordion h3.ui-accordion-header-active i.fa-angle-down {
    transform: rotate(180deg);
    color: #fff;
}

.fp-accordion .ui-accordion .ui-accordion-content {
    padding-bottom: 0;
}

.fp-accordion .ui-accordion .ui-accordion-content p {
    padding-bottom: 28px;
    line-height: 26px;
}

.fp-accordion a img {
    width: 65%;
    text-align: center;
    display: block;
    cursor: zoom-in;
    margin: 0 auto;
}

.fp-accordion a.floor-pic {
    margin: 5px 0 20px 0;
    width: 100%;
    display: inline-block;
}

.responsive-iframe {
    position: relative;
    padding-bottom: 53%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.tabs-nav li a i {
	padding-right: 5px;
	font-size: 16px;
	top: 1px;
	position: relative;
}

.tabs-nav li {
	float: left;
	line-height: 41px;
	padding: 0px 15px;
	margin-right: 4px;
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
}

.tabs-nav li a,
.tab-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
	border-bottom: 2px solid transparent;
	color: #999;
	display: inline-block;
	outline: none;
	padding: 0;
	text-decoration: none;
	font-size: 24px;
	z-index: 11;
	position: relative;
	margin-bottom: -1px;
}

.tabs-nav li a:hover { border-color: #66676b; }
.tab-reviews { color: #aaa; }
.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li a:hover,
.tabs-nav li.active a {
	border-color: #66676b;
	color: #66676b;
	z-index: 11;
}

.tab-content {
	padding: 20px 15px;
	position: relative;
	z-index: 10;
	display: inline-block;
	width: 100%;
}

.tabs-container {
	/* overflow: hidden; */
	width: 100%;
}

.tab-content p:last-child { margin-bottom: 0; }
.style-2 .tabs-container { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); border-radius: 3px; }

/* Tabs Style 1 */
.style-1 .tabs-container .tab-content {
	border: none;
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
}

/* Taba Style 3 */
.style-3 .tabs-nav {
	text-align: center;
}

.style-3 .tabs-nav li {
	float: none;
	line-height: 32px;
	padding: 0;
	margin-right: 4px;
	position: relative;
	z-index: 12;
	display: inline-block;
	text-align: center;
}

.style-3 .tabs-nav li a {
	border: none;
	color: #333;
	display: inline-block;
	outline: none;
	padding: 7px 24px;
	text-decoration: none;
	font-size: 16px;
	z-index: 11;
	position: relative;
	margin-bottom: -1px;
	background-color: #fff;
	border-radius: 3px;
	font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
	border-color: #66676b;
	background-color: #66676b;
	color: #fff;
	z-index: 11;
}

.style-3 .tabs-container .tab-content {
	border: none;
	padding: 30px 0 0 0;
}

/* Tabs Style 4 */
.style-4 .tabs-nav {
	width: 35%;
	display: table-cell;
}

.style-4 .tabs-container {
	width: 65%;
	padding-left: 20px;
	display: table-cell;
	vertical-align: middle;
}

.style-4 .tabs-container .tab-content {
	border: none;
	padding: 10px 0 0 0;
}

.style-4.tabs { display: table; }

.style-4 .tabs-nav li a {
	float: none;
	width: 90%;
	border: none;
	padding: 0;
	background-color: #fff;
	margin: 0 0 1px 0;
	border: none;
	padding: 9px 24px;
	line-height: 30px;
	border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
	background-color: #66676b;
	color: #fff;
}

.style-4 .tabs-nav li {
	width: 100%;

}

/* Tabs Style 5 */
.style-5 .tabs-nav li {
	width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
	position: relative;
	top: 50px;
	transform: transitionY(-50%);
	display: inline-block;
}

.style-5 .tabs-nav {
	bottom: 5px;
	position: relative;
}

.style-5 .tabs-nav li a {
	border: none;
	background-color: #f2f2f2;
	color: #333;
	border-radius: 4px;
	padding: 0;
}

.style-5 .tabs-nav li.active a {
	background-color: #66676b;
	color: #fff;
}

.style-5 .tabs-container .tab-content {
	box-shadow: none;
	border: none;
	padding: 20px 0 0 0;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */
table.basic-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;

}

table.basic-table th {
	background-color: #66676b;
	text-align: left;
	color: #fff;
	vertical-align: top;
	font-weight: 400;
}

table.basic-table th:first-child { border-radius: 3px 0 0 3px; }
table.basic-table th:last-child { border-radius: 0 3px 3px 0; }

table.basic-table th,
table.basic-table td {
	padding: 15px 28px;
}

table.basic-table tr:nth-child(odd) {
	background-color: #f6f6f6
}

table.basic-table { margin-bottom: 0; }

/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */
#result .success,
.notification {
	line-height: 24px;
	margin-bottom: 15px;
	position: relative;
	padding: 10px 15px;
	padding-right: 50px;
	border-radius: 3px;
}

.notification p { margin: 0; }

#result .success,
.notification.success {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
	background-color: #EBF6E0;
}

#result .success,
.notification.success,
.notification.success a,
.notification.success strong {
	color: #5f9025;
}

.notification.error {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
	background-color: #ffe9e9;
}
.notification.error,
.notification.error a,
.notification.error strong {
	color: #de5959;
}

.notification.warning {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
	background-color: #FBFADD;
}
.notification.warning,
.notification.warning a,
.notification.warning strong {
	color: #8f872e;
}

.notification.notice h4 { font-size: 19px; margin: 3px 0 15px 0; }
.notification.notice h4,
.notification.notice,
.notification.notice a,
.notification.notice strong {
	color: #3184ae
}

.notification.notice {
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
	background-color: #E9F7FE;
}

.notification.notice.large{
	padding: 32px 36px;
}

body .notification strong { border: none; }

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
	padding: 0px 9px;
	position: absolute;
	right: 0;
	top: 22px;
	display: block;
	height: 8px;
	width: 8px;
	cursor: pointer;
}

.notification.notice p span i { font-weight: 400; }
.notification a.button {
	float: right;
	color: #fff;
	margin-top: 3px;
}

.notification.notice a.button { background-color: #388fc5; }
.notification.warning a.button { background-color: #dfbe51; }
.notification.error a.button { background-color: #d34c4c; }
.notification.success a.button { background-color: #79ba38; }

.notification.closeable a.close:before {
	content: "\f00d";
	font-family: "FontAwesome";
	position: absolute;
	right: 25px;
	top: -10px;
	cursor: pointer;
}

/* ---------------------------------- */
/* Social Icons
------------------------------------- */
.social-icons { padding-left: 5px; }

.social-icons li {
	display: inline;
	float: left;
	text-align: left;
	margin-right: 16px;
	margin-top: 11px;
	transform:scale(1.19);
	-webkit-transform:scale(1.19);
	-webkit-filter: blur(radius);
}

.social-icons li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	background-color: #f3f3f3;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
}

.social-icons.fixed li a {
	display: block;
}

/* Common Styles */
.social-icons li a i {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: absolute;
	z-index: 20;
	transform:scale(0.9);
	-webkit-transform:scale(0.9);
	-webkit-filter: blur(radius);
}

.social-icons li a:hover,
.social-icons li a i {
	color: #fff;
}

.social-icons li a i {
	top: -30px;
	opacity:0;
}

.social-icons li a:hover i {
	top: 0;
	opacity: 1;
}


/* Rounded Style */
.social-icons.rounded li a { border-radius: 3px; }


/* Border Style */
.social-icons.border li a {
	background-color: #fff;
	border: 1px solid #ddd;
}

.social-icons.border li a:hover {
	border-color: transparent;
}

/* Color Style */
.social-icons.color li a {
	border-color: transparent;
}
.social-icons.color li a i,
.social-icons.color li a:hover i {
	top: 0;
	opacity: 1;
}

.social-icons.color a:before { opacity: 0; }

/* Fixed Style */
.social-icons.fixed {
	position: fixed;
	left: 0;
	padding-left: 2px;
	top: 100px;
	width: 50px;
}

.social-icons.fixed li {
	transform:scale(1.15);
	-webkit-transform:scale(1.15);
	margin-top: 7px;
}

.social-icons.fixed li a { background-color: rgba(51,51,51,0.35); }
.social-icons.fixed li a:before { color: #fff; }

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
	font-family: "fontello";
	font-size: 16px;
	line-height: 16px;
	color: #a0a0a0;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	position: absolute;
	z-index: 20;
	transform:scale(0.9);
}

/* Icon Styles */
.twitter:before,
.social-icons li a.twitter i {font-size: 14px ;}
.twitter i, .twitter:before { margin: 13px 0 0 12px;  }
.twitter:before { content: "\54"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover { background-color: #3bc1ed !important; }
.twitter:hover,
.social-icons.color  .twitter,
.social-icons.fixed .twitter:hover { background-color: #3bc1ed; border-color: #3bc1ed; }

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ; }

.facebook i, .facebook:before { margin: 13px 0 0 16px; }
.facebook:before { content: "\66"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d !important; }
.social-icons.color .facebook,
.social-icons.fixed .facebook:hover { background-color: #4a6d9d ; border-color: #4a6d9d ;}

.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5 !important; }
.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover { background-color: #0b7bb5 ; border-color: #0b7bb5 ;}

.delicious i, .delicious:before { margin: 13px 0 0 13px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1 !important ; }
.social-icons.color .delicious,
.social-icons.fixed .delicious:hover { background-color: #3274d1 ; border-color: #3274d1 ;}

.paypal i, .paypal:before { margin: 13px 0 0 13px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a !important ; }
.social-icons.color .paypal,
.social-icons.fixed .paypal:hover { background-color: #2e689a ; border-color:#2e689a  ;}

.gplus i, .gplus:before { margin: 13px 0 0 13px; }
.gplus:before { content: "\f0d5"; top: 0; opacity:1; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824 !important ; }
.social-icons.color .gplus,
.social-icons.fixed .gplus:hover { background-color: #d53824 ;border-color: #d53824 ;}

.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924 !important ; }
.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover { background-color: #eb4924 ; border-color:#eb4924  ;}

.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444 !important ; }
.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover { background-color: #444 ; border-color:  #444 ;}

.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25 !important ; }
.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover { background-color: #cb1f25 ; border-color: #cb1f25 ;}

.forrst i, .forrst:before { margin: 13px 0 0 15px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e !important ; }
.social-icons.color .forrst,
.social-icons.fixed .forrst:hover { background-color: #40833e ; border-color:  #40833e ;}

.digg i, .digg:before { margin: 13px 0 0 12px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685 !important ; }
.social-icons.color .digg,
.social-icons.fixed .digg:hover { background-color: #205685 ; border-color: #205685 ;}

.spotify i, .spotify:before { margin: 13px 0 0 13px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405 !important ; }
.social-icons.color .spotify,
.social-icons.fixed .spotify:hover { background-color: #6ca405 ; border-color: #6ca405 ;}

.reddit i, .reddit:before { margin: 13px 0 0 12px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040 !important ; }
.social-icons.color .reddit,
.social-icons.fixed .reddit:hover { background-color: #404040 ; border-color:  #404040 ;}

.appstore i, .appstore:before { margin: 13px 0 0 14px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0 !important ; }
.social-icons.color .appstore,
.social-icons.fixed .appstore:hover { background-color: #c0c0c0 ; border-color: #c0c0c0 ;}

.blogger i, .blogger:before { margin: 13px 0 0 13px; font-size: 14px ; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501 !important ; }
.social-icons.color .blogger,
.social-icons.fixed .blogger:hover { background-color: #ff6501 ; border-color:#ff6501  ;}

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92 !important ; }
.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover { background-color: #ef5a92 ; border-color: #ef5a92 ;}

.evernote i, .evernote:before { margin: 13px 0 0 15px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130  !important; }
.social-icons.color .evernote,
.social-icons.fixed .evernote:hover { background-color: #6bb130 ; border-color: #6bb130 ;}

.flickr i, .flickr:before { margin: 13px 0 0 13px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5  !important; }
.social-icons.color .flickr,
.social-icons.fixed .flickr:hover { background-color: #136dd5 ;border-color: #136dd5 ; }

.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px ; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00  !important; }
.social-icons.color .rss,
.social-icons.fixed .rss:hover { background-color: #fe8f00 ; border-color: #fe8f00 ;}

.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px ; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29  !important; }
.social-icons.color .youtube,
.social-icons.fixed .youtube:hover { background-color: #bf2f29 ;border-color: #bf2f29 ; }

.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px ; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0  !important; }
.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover { background-color: #4c8ab0 ; border-color: #4c8ab0 ;}

.xing i, .xing:before { margin: 13px 0 0 14px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568 !important ; }
.social-icons.color .xing,
.social-icons.fixed .xing:hover { background-color: #036568 ; border-color: #036568 ;}

.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2  !important; }
.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover { background-color: #9251a2 ; border-color: #9251a2 ;}

.amazon i, .amazon:before { margin: 13px 0 0 12px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842  !important; }
.social-icons.color .amazon,
.social-icons.fixed .amazon:hover { background-color: #2f3842 ; border-color: #2f3842  ;}

.steam i, .steam:before { margin: 13px 0 0 11px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838 !important ; }
.social-icons.color .steam,
.social-icons.fixed .steam:hover { background-color: #383838 ; border-color:  #383838 ;}

.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd !important ; }
.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover { background-color: #2c92dd ;border-color:#2c92dd  ; }

.github i, .github:before { margin: 13px 0 0 13px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381  !important; }
.social-icons.color .github,
.social-icons.fixed .github:hover { background-color: #5c7381 ;border-color: #5c7381 ; }

.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309 !important ; }
.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover { background-color: #d21309 ;border-color: #d21309 ; }

.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d !important ; }
.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover { background-color: #3d658d ; border-color: #3d658d ; }

.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838  !important; }
.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover { background-color: #383838 ; border-color: #383838 ;}

.instagram i, .instagram:before { margin: 13px 0 0 13px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94  !important; }
.social-icons.color .instagram,
.social-icons.fixed .instagram:hover { background-color: #3f6f94 ;border-color:#3f6f94  ; }

/* Web Font */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot');
  src: url('../fonts/fontello.eot') format('embedded-opentype'),
	   url('../fonts/fontello.woff') format('woff'),
	   url('../fonts/fontello.ttf') format('truetype'),
	   url('../fonts/fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.social-icons li i {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 16px;
	font-size: 16px;
	width: auto;
}

.icon-delicious:before { content: '\23'; } /* '#' */
.icon-paypal:before { content: '\24'; } /* '$' */
.icon-gplus:before { content: '\f0d5'; } /* '+' */
.icon-stumbleupon:before { content: '\2f'; } /* '/' */
.icon-fivehundredpx:before { content: '\30'; } /* '0' */
.icon-pinterest:before { content: '\31'; } /* '1' */
.icon-forrst:before { content: '\3a'; } /* ':' */
.icon-digg:before { content: '\3b'; } /* ';' */
.icon-spotify:before { content: '\3d'; } /* '=' */
.icon-reddit:before { content: '\3e'; } /* '&gt;' */
.icon-appstore:before { content: '\41'; } /* 'A' */
.icon-blogger:before { content: '\42'; } /* 'B' */
.icon-dribbble:before { content: '\44'; } /* 'D' */
.icon-evernote:before { content: '\45'; } /* 'E' */
.icon-flickr:before { content: '\46'; } /* 'F' */
.icon-linkedin:before { content: '\4c'; } /* 'L' */
.icon-rss:before { content: '\52'; } /* 'R' */
.icon-twitter:before { content: '\54'; } /* 'T' */
.icon-youtube:before { content: '\55'; } /* 'U' */
.icon-vimeo:before { content: '\56'; } /* 'V' */
.icon-xing:before { content: '\58'; } /* 'X' */
.icon-yahoo:before { content: '\59'; } /* 'Y' */
.icon-amazon:before { content: '\61'; } /* 'a' */
.icon-steam:before { content: '\62'; } /* 'b' */
.icon-dropbox:before { content: '\64'; } /* 'd' */
.icon-facebook:before { content: '\66'; } /* 'f' */
.icon-github:before { content: '\67'; } /* 'g' */
.icon-lastfm:before { content: '\6c'; } /* 'l' */
.icon-tumblr:before { content: '\74'; } /* 't' */
.icon-wordpress:before { content: '\77'; } /* 'w' */
.icon-linkedin-rect:before { content: '\f31b'; } /* '?' */
.icon-instagram:before { content: '\f31f'; } /* '?' */

/* Social Icons styles for topbar
------------------------------------- */
.agent ul.social-icons,
#footer ul.social-icons,
#top-bar ul.social-icons {
	margin: 0;
	padding: 0;
}

.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
	width: 45px;
	height: 45px;
	display: inline-block;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	transform:scale(1);
	margin-right: 0;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	border-radius: 0;
	transform:scale(1);
	-webkit-transform:scale(1);
	-webkit-filter: blur(radius);
}

.agent .social-icons li a i,
.agent .social-icons li a:before,
#footer .social-icons li a i,
#footer .social-icons li a:before,
#top-bar .social-icons li a i,
#top-bar .social-icons li a:before {
	transform:scale(1.1) translateY(calc(-50% - 2px));
	-moz-transform:scale(1.1) translateY(calc(-50% - 1px));
	-ms-transform:scale(1.1) translateY(-50%);
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	margin-top: 55%;
}

.agent .social-icons li a.twitter i,
.agent .social-icons li a.twitter:before,
#footer .social-icons li a.twitter i,
#footer .social-icons li a.twitter:before,
#top-bar .social-icons li a.twitter i,
#top-bar .social-icons li a.twitter:before { transform:scale(1.1) translateY(calc(-50% - 1px)); }


/* Header Icon Styles */
#top-bar .social-icons { float: right; }

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i { font-size: 16px; color: #fff; }
#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before { font-size: 12px; }

#top-bar .social-icons li a:hover {
	background: #fff !important;
	border-color: transparent;
}

#top-bar .social-icons li a:hover i {
	color: #66676b;
}

/* Social Icons styles for footer
------------------------------------- */
.agent .social-icons li a,
#footer .social-icons li a {
	width: 38px;
	height: 40px;
	background-color: transparent;
}

.agent .social-icons,
#footer .social-icons {
	position: relative;
	left: -13px;
}

.agent .social-icons li,
#footer .social-icons li {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 0;
}

.agent .social-icons li a:before,
.agent .social-icons li a i,
#footer .social-icons li a:before,
#footer .social-icons li a i { font-size: 15px; color: #a0a0a0; }

.agent .social-icons li .twitter:before,
.agent .social-icons li .twitter i:before,
.agent .social-icons li .vimeo:before,
.agent .social-icons li .vimeo i:before,
#footer .social-icons li .twitter:before,
#footer .social-icons li .twitter i:before,
#footer .social-icons li .vimeo:before,
#footer .social-icons li .vimeo i:before { font-size: 13px; }

.agent .social-icons li a:hover,
#footer .social-icons li a:hover {
	background: transparent !important;
	border-color: transparent;
}

.agent .social-icons li a:hover i,
#footer .social-icons li a:hover i {
	color: #66676b;
}

/* ---------------------------------- */
/* Info Box
------------------------------------- */
.info-box {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
	padding: 15px 20px;
	border-top: 2px solid #66676b;
	background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
	background-color: #66676b;
	color: #66676b;
}

.info-box.no-border {
	border: none;
	background: linear-gradient(to bottom, rgba(255,255,255,0.96), rgba(255,255,255,0.93));
	background-color: #66676b;
}

.info-box h4 {
	margin: 0;
	font-size: 19px;
	color: #66676b;
	margin-bottom: 20px;
	margin-top: 0px;
}

.info-box p {
	margin-bottom: 10px;
	line-height: 18px;
}

.info-box.large {
	padding: 36px;

}

/* ---------------------------------- */
/* Testimonials
------------------------------------- */
.testimonials-subtitle {
	padding: 0 15%;
	text-align: center;
	font-size: 23px;
	line-height: 37px;
	margin-bottom: 8px;
	color: #909090;
}

.testimonial {
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
	background: #fff;
	border-radius: 3px;
	padding: 35px;
	color: #909090;
	position: relative;
	margin-bottom: 20px;
	margin-top: 40px;
}

.testimonial p { margin: 0; }

.testimonial:before {
	position: absolute;
	left: 35px;
	bottom: -10px;
	content: "\f0dd";
	font-family: "FontAwesome";
	font-size: 42px;
	color: #fff;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.1);
	cursor: default;
}

.testimonial:after {
	position: absolute;
	left: 30px;
	bottom: 0px;
	content: "";
	height: 10px;
	width: 32px;
	background: #fff;
}

/* Testimonial author */
.testimonial-author {
	display: table;
	padding-top: 10px;
	padding-left: 20px;
}

.testimonial-author img {
	width: 55px;
	height: auto;
	border-radius: 50%;
	display: table-cell;
}

.testimonial-author h4 {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	padding-left: 20px;
	color: #66676b;
}

.testimonial-author h4 span {
	display: block;
	color: #888;
	padding-top: 6px;
}

/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */

/* Icon Box 1
------------------------------------- */
.icon-box-1 {
	text-align: center;
	padding: 20px 0;
	padding-bottom: 15px;
}

.icon-box-1.alternative {
	padding: 20px;
	padding-bottom: 15px;
}

.icon-box-1 .icon-container {
	font-size: 66px;
	color: #fff;
	background-color: #66676b;
	height: 140px;
	width: 140px;
	line-height: 140px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 13px;
	display: inline-block;
	position: relative;
}

.icon-box-1.alternative .icon-container {
	font-size: 60px;
	height: 130px;
	width: 130px;
	line-height: 130px;
}

.icon-box-1 .icon-container i {
	opacity: 1;
	transform: translate3d(0,0,0)  scale(1);
	transition: all 0.2s ease-in;
	display: inline-block;
}

.icon-box-1:hover .icon-container i {
	opacity: 0;
	transform: translate3d(0,0,0)  scale(1.16);
}

.icon-box-1.alternative:hover .icon-container i {
	opacity: 1;
	transform: translate3d(0,0,0)  scale(1);
}

/* Links inside */
.icon-box-1 .icon-container .icon-links {
	opacity: 0;
	visibility: hidden;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0) scale(1.2);
	transition: all 0.2s ease-in;
	display: block;
}

.icon-box-1 .icon-container .icon-links a {
	display: block;
	color: #fff;
	padding: 5px 20px;
	transition: all 0.2s;
	position: relative;
}

.icon-box-1:hover .icon-container .icon-links {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%) translateX(0) scale(1);
}

/* Content styling */
.icon-box-1 h3 {
	font-size: 26px;
}

.icon-box-1.alternative h3 {
	font-size: 23px;
}

.icon-box-1 p {
	font-size: 16px;
	color: #888;
	margin: 18px 0 0 0;
}

.icon-box-1.alternative p {
	font-size: 16px;
	line-height: 29px;
}

/* Icon Box Shadow Animation*/
.icon-box-1.alternative { overflow: hidden; position: relative; display: block;}

.icon-box-1.alternative:after {
	content: "";
	width: 120%;
	height: 0px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 8;
	transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
	opacity: 0;
	transform: translate3d(30%,-30%,0) scale(1) rotate(45deg);

}

.icon-box-1.alternative:hover:after { height: 62%; opacity: 0.06; }

/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
	display: block;
	width: 100%;
	padding: 90px 0;
	color: #fff;
	margin: 0;
}

.info-banner-content {
	position: relative;
	z-index: 199;
}

.info-banner.centered { text-align: center; }

.info-banner-content a.button {
	margin: 0 20px -15px 20px;
	position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
	color: #fff;
	display: inline-block;
	margin: 0;
	position: relative;
}

/* Styles for info banner with parallax */
.text-content {
	background: transparent;
	padding: 110px 0px;
	font-weight: 400;
	z-index: 999;
	position: relative;
}

.text-content.white-font {
	color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
	color: #fff;
}

.text-content a.button {
	padding: 12px 20px;
	font-size: 16px;
}

.text-content a.button:before {
	display: none;
}

.text-content p {
	font-size: 17px;
	line-height: 32px;
}

.text-content h2 { margin-bottom: 30px; line-height: 46px; font-size: 33px; }

.top-1 { position: relative; top: -1px; }
.top-0 { position: relative; }

/*----------------------------------- */
/* Flip Banner
------------------------------------- */
.flip-banner {
	display: block;
	width: 100%;
	height: 180px;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 999;
}

.flip-banner:after {
	background-color: #000;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	z-index: 100;
	transition: all 0.6s;
}

.flip-banner:hover:after {
	opacity: 0.6;
}

.flip-banner-content {
	position: relative;
	top: 50%;
	z-index: 200;
}

.flip-banner h2 {
	font-size: 32px;
	line-height: 40px;
	position: relative;
	width: 100%;
	display: block;
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0.45s cubic-bezier(.87,-.41,.19,1.44);
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
	opacity: 0;
	visibility: hidden;
	transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
	transform: translateY(-150%);
}

.flip-banner i { padding: 0 10px; }
.flip-banner .sl {
	position: relative;
	top: 1px;
	font-size: 26px;
}

/* ---------------------------------- */
/* Counters
------------------------------------- */
#counters {
	padding: 80px 0;
	position: relative;
	z-index: 999;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#counters:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0) 90%);
}

.counter-box {
	display: block;
	padding: 0;
	text-align: center;
}

.counter-box:after {
	content: "";
	position: absolute;
	right: 0;
	height: 100%;
	width: 1px;
	top: 0;
	background-color: rgba(255,255,255,0.15);
}

.counter-box.last:after { display: none; }

#counters h3 {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 80px;
	margin-top: -15px;
	font-size: 26px;
	line-height: 34px;
}

.counter-box p {
	margin: 12px 0 0 0;
	padding: 0;
	color: #fff;
	font-size: 21px;
	font-weight: 400;
	display: block;
	opacity: 0.8;
}

.counter-box i,
.counter {
	display: inline-block;
	font-size: 58px;
	font-weight: 400;
	color: #fff;
	line-height: 42px;
	font-style: normal;
}

/* Counters
------------------------------------- */
.counter-box-icon {
	display: block;
	background: #f6f6f6;
	padding: 50px 20px;
	text-align: center;
	border-radius: 4px;
}

.counter-box-icon.no-bg { background-color: transparent; padding: 20px;}
.counter-box-icon.no-bg i { color: #333;}

.counter-box-icon p {
	margin: 12px 0 0 0;
	padding: 0;
	color: #909090;
	font-size: 20px;
	font-weight: 400;
}

.counter-box-icon i {
	font-size: 80px;
	margin: 0 0 35px 0;
	color: #c0c0c0;
	display: inline-block;
}

.counter-box-icon .counter {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
}

.counter-box-icon.colored { background: #808080; }
.counter-box-icon.colored p,
.counter-box-icon.colored i,
.counter-box-icon.colored .counter {color: #fff}

/* inside parallax styles */
.counter-boxes-inside-parallax .counter-box-icon {
	background-color: transparent;
	padding: 0px;
	position: relative;
	top: 10px;
	padding-bottom: 10px;
}

.counter-boxes-inside-parallax .counter-box-icon p { color: rgba(255,255,255,0.7) }
.counter-boxes-inside-parallax .counter-box-icon i { margin-bottom: 50px; }
body .counter-boxes-inside-parallax .counter-box-icon i,
.counter-boxes-inside-parallax .counter-box-icon .counter { color: #fff; }

/* ------------------------------------------------------------------- */
/*  05. Others
---------------------------------------------------------------------- */

/* ---------------------------------- */
/* Common Styles
------------------------------------- */
body { color: #707070; font-size: 16px; }
#wrapper { background-color: #fff; min-width: 1170px!important; }
.container{ /*width: 1220px!important; min-width: 1220px!important;*/ }

/* Main Font */
body, h1, h2, h3, h4, h5, h6,  input[type="text"], input[type="password"], input[type="email"],
textarea, select, input[type="button"], input[type="submit"], button, #tiptip_content
{ font-family: "ProximaNovaRegular", sans-serif; text-transform: none; }


/* Headlines */
h3.headline {
	font-size: 28px;
	line-height: 38px;
	margin: 0 0 30px 0;
}

h4.headline {
	font-size: 22px;
	line-height: 32px;
	margin: -5px 0 30px 0;
}	

.headline.centered { text-align: center; }
.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 { line-height: 40px; }

/* Headline Subtitle */
.headline span {
	color: #888;
	font-size: 18px;
	display: block;
}

/* Headline Box */
.headline-box {
	display: inline-block;
	font-size: 28px;
	line-height: 38px;
	background-color: #fff;
	padding: 22px 50px;
	margin: 0;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
	width: auto;
	border-radius: 3px;
}

section.fullwidth .headline-box {
	position: absolute;
	transform: translate3d(-50%,-50%,0);
	top: 0;
	margin: 0 auto;
	text-align: center;
	margin-left: 50%;
}

/* Icons Demo Styles */
.glyph {
	font-size: 16px;
	width: 33%;
	display: inline-block;
	transition: 0.3s;
}

h4 span.headline-detail { font-size: 15px; }

.mls {
	font-size: 16px;
	top: -8px;
	display: inline-block;
	position: relative;
}

.fs1 { font-size: 32px; }
.pbs .im { width: 50px; display: inline-block;}

.unit,
.unitRight,
.fs0 { display: none; }

.pbs {
	padding: 10px 0 5px 15px;
	border-radius: 3px;
	width: 100%;
	display: inline-block;
	transition: 0.2s;
}

.pbs:hover { background-color: #f4f4f4; }
.sl-icons-demo i { width: 25px;
	display: inline-block;
	top: 1px;
	position: relative;
}

.icons .fa.fa-fw { margin-right: 3px; font-size: 16px; }
.icons .text-muted { display: none; }

/* ---------------------------------- */
/* Login Register
------------------------------------- */
.rememberme {
	display: block;
	margin-top: 10px;
	cursor: pointer;
}

.my-account .tabs-container { overflow: visible; }
.lost_password { margin: -10px 0 0 0; }

.rememberme input {
	margin: 0 2px 0 0;
	display: inline-block;
	min-height: auto;
	width: auto;
}

.my-account label {
	position: relative;
}

.my-account label input {
	margin-top: 8px;
	padding-left: 45px;
	height: 53px;
}

.my-account label input[type="checkbox"] {
	height: auto;
}

.my-account input {
	transition: box-shadow 0.2s !important;
}

.my-account input:focus {
	transition: box-shadow 0.2s !important;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
}

.my-account label i {
	font-size: 21px;
	color: #a0a0a0;
	position: absolute;
	left: 15px;
	bottom: 13px;
}

.my-account .button {
	line-height: 28px;
	height: auto;
	width: 100%;
}

/* Social Login */
button.button.social-login {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 13.5px;
	outline: none;
	margin-bottom: 10px;
}

button.button.social-login.via-facebook { background-color: #3b5998; }
button.button.social-login.via-gplus { background-color: #dd4b39; }
button.button.social-login.via-twitter { background-color: #1da1f2; }

/* ---------------------------------- */
/* Offsets
------------------------------------- */

/* Margin Top */
.margin-top-0  { margin-top: 0 !important; }
.margin-top-1  { margin-top: 1px !important; }
.margin-top-2  { margin-top: 2px !important; }
.margin-top-3  { margin-top: 3px !important; }
.margin-top-4  { margin-top: 4px !important; }
.margin-top-5  { margin-top: 5px !important; }
.margin-top-6  { margin-top: 6px !important; }
.margin-top-7  { margin-top: 7px !important; }
.margin-top-8  { margin-top: 8px !important; }
.margin-top-9  { margin-top: 9px !important; }
.margin-top-10 { margin-top: 10px !important; }
.margin-top-15 { margin-top: 15px !important; }
.margin-top-20 { margin-top: 20px !important; }
.margin-top-25 { margin-top: 25px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-35 { margin-top: 35px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-top-45 { margin-top: 45px !important; }
.margin-top-50 { margin-top: 50px !important; }
.margin-top-55 { margin-top: 55px !important; }
.margin-top-60 { margin-top: 60px !important; }
.margin-top-65 { margin-top: 65px !important; }
.margin-top-70 { margin-top: 70px !important; }
.margin-top-75 { margin-top: 75px !important; }
.margin-top-80 { margin-top: 80px !important; }
.margin-top-85 { margin-top: 85px !important; }
.margin-top-90 { margin-top: 90px !important; }
.margin-top-95 { margin-top: 95px !important; }
.margin-top-100 { margin-top: 100px !important; }
.margin-top-105 { margin-top: 105px !important; }
.margin-top-110 { margin-top: 110px !important; }
.margin-top-115 { margin-top: 115px !important; }
.margin-top-120 { margin-top: 120px !important; }
.margin-top--3  { margin-top: -3px !important; }
.margin-top--10  { margin-top: -10px !important; }
.margin-top--50  { margin-top: -50px !important; }
.margin-top--60  { margin-top: -60px !important; }
.margin-top--70  { margin-top: -70px !important; }
.margin-top--80  { margin-top: -80px !important; }

/* Margin Bottom */
.margin-bottom-0  { margin-bottom: 0 !important; }
.margin-bottom-3  { margin-bottom: 3px !important; }
.margin-bottom-5  { margin-bottom: 5px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-15 { margin-bottom: 15px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-25 { margin-bottom: 25px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-35 { margin-bottom: 35px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-45 { margin-bottom: 45px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-55 { margin-bottom: 55px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }
.margin-bottom-65 { margin-bottom: 65px !important; }
.margin-bottom-70 { margin-bottom: 70px !important; }
.margin-bottom-75 { margin-bottom: 75px !important; }
.margin-bottom-80 { margin-bottom: 80px !important; }
.margin-bottom-85 { margin-bottom: 85px !important; }
.margin-bottom-90 { margin-bottom: 90px !important; }
.margin-bottom-95 { margin-bottom: 95px !important; }
.margin-bottom-100 { margin-bottom: 100px !important; }

/* Margin Left */
.margin-left-0  { margin-left: 0 !important; }
.margin-left-1  { margin-left: 1px !important; }
.margin-left-2  { margin-left: 2px !important; }
.margin-left-3  { margin-left: 3px !important; }
.margin-left-4  { margin-left: 4px !important; }
.margin-left-5  { margin-left: 5px !important; }
.margin-left-6  { margin-left: 6px !important; }
.margin-left-7  { margin-left: 7px !important; }
.margin-left-8  { margin-left: 8px !important; }
.margin-left-9  { margin-left: 9px !important; }
.margin-left-10 { margin-left: 10px !important; }
.margin-left-15 { margin-left: 15px !important; }
.margin-left-20 { margin-left: 20px !important; }
.margin-left-25 { margin-left: 25px !important; }
.margin-left-30 { margin-left: 30px !important; }
.margin-left-35 { margin-left: 35px !important; }
.margin-left-40 { margin-left: 40px !important; }
.margin-left-45 { margin-left: 45px !important; }
.margin-left-50 { margin-left: 50px !important; }
.margin-left-55 { margin-left: 55px !important; }
.margin-left-60 { margin-left: 60px !important; }
.margin-left-65 { margin-left: 65px !important; }
.margin-left-70 { margin-left: 70px !important; }
.margin-left-75 { margin-left: 75px !important; }
.margin-left-80 { margin-left: 80px !important; }
.margin-left-85 { margin-left: 85px !important; }
.margin-left-90 { margin-left: 90px !important; }
.margin-left-95 { margin-left: 95px !important; }
.margin-left-100 { margin-left: 100px !important; }

/* Margin Right */
.margin-right-0  { margin-right: 0 !important; }
.margin-right-1  { margin-right: 1px !important; }
.margin-right-2  { margin-right: 2px !important; }
.margin-right-3  { margin-right: 3px !important; }
.margin-right-4  { margin-right: 4px !important; }
.margin-right-5  { margin-right: 5px !important; }
.margin-right-6  { margin-right: 6px !important; }
.margin-right-7  { margin-right: 7px !important; }
.margin-right-8  { margin-right: 8px !important; }
.margin-right-9  { margin-right: 9px !important; }
.margin-right-10 { margin-right: 10px !important; }
.margin-right-15 { margin-right: 15px !important; }
.margin-right-20 { margin-right: 20px !important; }
.margin-right-25 { margin-right: 25px !important; }
.margin-right-30 { margin-right: 30px !important; }
.margin-right-35 { margin-right: 35px !important; }
.margin-right-40 { margin-right: 40px !important; }
.margin-right-45 { margin-right: 45px !important; }
.margin-right-50 { margin-right: 50px !important; }
.margin-right-55 { margin-right: 55px !important; }
.margin-right-60 { margin-right: 60px !important; }
.margin-right-65 { margin-right: 65px !important; }
.margin-right-70 { margin-right: 70px !important; }
.margin-right-75 { margin-right: 75px !important; }
.margin-right-80 { margin-right: 80px !important; }
.margin-right-85 { margin-right: 85px !important; }
.margin-right-90 { margin-right: 90px !important; }
.margin-right-95 { margin-right: 95px !important; }
.margin-right-100 { margin-right: 100px !important; }


/* Padding Top */
.padding-top-0  { padding-top: 0 !important; }
.padding-top-1  { padding-top: 1px !important; }
.padding-top-2  { padding-top: 2px !important; }
.padding-top-3  { padding-top: 3px !important; }
.padding-top-4  { padding-top: 4px !important; }
.padding-top-5  { padding-top: 5px !important; }
.padding-top-6  { padding-top: 6px !important; }
.padding-top-7  { padding-top: 7px !important; }
.padding-top-8  { padding-top: 8px !important; }
.padding-top-9  { padding-top: 9px !important; }
.padding-top-10 { padding-top: 10px !important; }
.padding-top-12 { padding-top: 12px !important; }
.padding-top-15 { padding-top: 15px !important; }
.padding-top-20 { padding-top: 20px !important; }
.padding-top-25 { padding-top: 25px !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-35 { padding-top: 35px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-45 { padding-top: 45px !important; }
.padding-top-50 { padding-top: 50px !important; }
.padding-top-55 { padding-top: 55px !important; }
.padding-top-60 { padding-top: 60px !important; }
.padding-top-65 { padding-top: 65px !important; }
.padding-top-70 { padding-top: 70px !important; }
.padding-top-75 { padding-top: 75px !important; }
.padding-top-80 { padding-top: 80px !important; }
.padding-top-85 { padding-top: 85px !important; }
.padding-top-90 { padding-top: 90px !important; }
.padding-top-95 { padding-top: 95px !important; }
.padding-top-100 { padding-top: 100px !important; }
.padding-top-105 { padding-top: 105px !important; }
.padding-top-110 { padding-top: 110px !important; }
.padding-top-115 { padding-top: 115px !important; }
.padding-top-120 { padding-top: 120px !important; }

/* Padding Bottom */
.padding-bottom-0  { padding-bottom: 0 !important; }
.padding-bottom-5  { padding-bottom: 5px !important; }
.padding-bottom-10 { padding-bottom: 10px !important; }
.padding-bottom-15 { padding-bottom: 15px !important; }
.padding-bottom-20 { padding-bottom: 20px !important; }
.padding-bottom-25 { padding-bottom: 25px !important; }
.padding-bottom-30 { padding-bottom: 30px !important; }
.padding-bottom-35 { padding-bottom: 35px !important; }
.padding-bottom-40 { padding-bottom: 40px !important; }
.padding-bottom-45 { padding-bottom: 45px !important; }
.padding-bottom-50 { padding-bottom: 50px !important; }
.padding-bottom-55 { padding-bottom: 55px !important; }
.padding-bottom-55 { padding-bottom: 55px !important; }
.padding-bottom-55 { padding-bottom: 55px !important; }
.padding-bottom-55 { padding-bottom: 55px !important; }
.padding-bottom-60 { padding-bottom: 60px !important; }
.padding-bottom-65 { padding-bottom: 65px !important; }
.padding-bottom-70 { padding-bottom: 70px !important; }
.padding-bottom-75 { padding-bottom: 75px !important; }
.padding-bottom-80 { padding-bottom: 80px !important; }
.padding-bottom-85 { padding-bottom: 85px !important; }
.padding-bottom-90 { padding-bottom: 90px !important; }
.padding-bottom-95 { padding-bottom: 95px !important; }
.padding-bottom-100 { padding-bottom: 100px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-15 { padding-left: 15px !important; }
.padding-left-35 { padding-left: 35px !important; }
.padding-left-175 { padding-left: 175px !important; }

.padding-right-15{ padding-right: 15px!important; }
/* Padding All */
.padding-10  { padding: 10px !important; }

/* ------------------------------------------------------------------- */
/* 06. Media Queries
---------------------------------------------------------------------- */
@media only screen and (max-width: 1366px) and (min-width: 1240px)  {
	.parallax-content { padding: 74px 0; }
	.search-container { padding: 60px 0; }
	.listing-features li { margin-right: 18px; }
	#header { padding: 22px 0 12px 0; }
	.fullwidth-home-slider .item, .fullwidth-property-slider .item { height: 520px; }
	.parallax #titlebar { padding: 60px 0; }
	#titlebar { padding: 50px 0; }
}

/* Smaller than standard 1180 (devices and browsers) */
@media (max-width: 1239px) {
	#map-container.homepage-map { height: 480px; }
	#header.cloned { display: none; }
	.icon-box-1.alternative:after { display: none; }

	.fullwidth-layout .list-layout .listing-content { flex: 3; }
	.fullwidth-layout .list-layout .listing-img-container { flex: 1.5; }

	.listing-item.compact li { padding: 15px 15px 0 0; font-size: 13px; line-height: 18px; }
	.listing-item.compact li span { font-size: 13px; }
	.listing-img-content span { font-size: 19px; }
	.compact .listing-img-content .listing-compact-title  { padding: 18px 23px;  }
	.compact .listing-img-content .listing-compact-title i { font-size: 15px; margin: 1px 0 0 0; }
	.compact .listing-img-container:before { background: linear-gradient(to bottom, transparent 50%, #2f2f2f); }

	#navigation.style-1 {
		margin: 30px 0 10px -5px;
		width: 100%;
		padding-top: 25px;
		position: relative;
	}

	#navigation.style-1:before {
		position: absolute;
		width: 940px;
		height: 1px;
		display: block;
		top:0;
		left: 5px;
		content: "";
		background: #ddd;
	}

	.fullwidth-home-slider .slick-prev {
		 right: 75px;
		 left: initial;
	}

	.fullwidth-home-slider .slick-next {
		 right: 20px;
		 left: initial;
	}

	.fullwidth-home-slider .slick-prev,
	.fullwidth-home-slider .slick-next {
		 border-radius: 3px;
		 top: 20px;
		 transform: none;
		opacity: 1;
		transform: translate(0, 0);
	}

	.fullwidth-home-slider:hover .slick-prev,
	.fullwidth-home-slider:hover .slick-next {
		transform: translate(0, 0);
	}

	.property-slider.default .item { height: 500px; }

	.listing-features { padding: 24px 30px 24px 30px; }

	.listing-features li {
		color: #888;
		margin-right: 25px;
		padding: 0;
	}

	.listing-features li span {
		display: inline-block;
		color: #444;
		margin-left: 3px;
	}
	.header-widget { height: auto; }
	.parallax #titlebar { padding: 75px 0; }
}

/* Custom */
#header-container{
	position: fixed;
    top: 0;
    z-index: 3;
    width: 100%;
	transform: translate(0,0) scale(1);
    transition: 0.3s;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
body{
	padding-top: 60px;
}
body.no-fixed{
	padding-top: 0px;
}
body.no-fixed #header-container{
	position: relative;
	box-shadow: none;
}
body #header-container.header-style-2{
	box-shadow: none;
}
body #header-container.header-style-2 #header{
	box-shadow: none;
}
/* body #header-container.header-style-2 #header .logo {
	opacity: 0;
    visibility: hidden;
    transform: translate(-100%,0) scale(1);
	transform: translateX(0);
    transition: 0.3s;
	width: 0;
	margin-right: 0;
}
body #header-container.hero-sticky.header-style-2 #header .logo {
	opacity: 1;
    visibility: visible;
    transform: translate(0,0) scale(1);
    transition: 0.3s;
	width: auto;
	margin-right: 20px;
}
body #header-container.hero-sticky.header-style-2 #header .logo span{
	transition: 0s;
	transition: 0.1s;
} */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #707070;
}
.logo{
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
}
header .logo span{
	text-transform: capitalize;
}
.logo span{
	color: #82cdf5;
	font-weight: bold;
	font-family: 'Roboto';
    font-size: 32px;
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 1px 1px 1px #000;
}

.logo span:nth-child(2){
	color: #bfe5fa;
	text-shadow: 0px 0px 0px #000, 0px 0px 0px #000, 1px 1px 1px #000;
}
.logo img{
	max-height: 28px;
	margin-top: -16px;
    margin-left: 5px;
}
.top-link.pull-left{
	margin-top: 20px;
}
.top-link{
	margin-top: 17px;
}
.top-link a{
	color: #daf0fc;
}
.top-link a:hover{
	color: #daf0fc;
	text-decoration: underline;
}
.top-link a:focus{
	color: #daf0fc;
	text-decoration: underline;
}
.top-link a:active{
	color: #daf0fc;
	text-decoration: underline;
}
.top-link strong{
	font-weight: 400;
}
.top-link .share{
	margin-left: 10px;
	margin-right: 10px;
}
.top-link .share span{
	color: #FFF;
	font-weight: 300;
}
.top-link .share span:after{
	display: none!important;
}
.top-link .share span img{
	width: 20px!important;
	margin-top: -3px;
    margin-left: 5px;
}
a.btn-border{
	border: 1px solid #daf0fc;
    border-radius: 3px;
    padding: 2px 6px;
    font-size: 18px;
    min-width: 110px;
    display: block;
    text-align: center;
	transition: 0.4s;
	position: relative;
}
a.btn-border:hover{
	background: #daf0fc;
	color: #333;
	text-decoration: none;
}
a.btn-border.latest{
	border-color: #e6f9d3;
	color: #e6f9d3;
}
a.btn-border.latest:hover{
	background: #e6f9d3;
	color: #333;
	text-decoration: none;
}
.user-account{
	padding-right: 0!important;
	position: relative;
}
.user-account .user-menu{
	float: none!important;
	margin-top: -10px!important;
}
.user-account .user-menu .user-name span{
	top: -14px!important;
}
.user-account .no-login{
	background: #03293e;
    border-radius: 50%;
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    margin-top: -25px;
    margin-bottom: -20px;
	text-align: center;
}
.user-account .no-login img{
	max-width: 28px;
    margin-top: 10px;
    right: 10px;
	position: absolute;
}
.form-seach-top{
	padding: 15px 6px;
	height: 80px;
	border-radius: 4px;
	background: rgba(34, 56, 94, 0.7);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
}
.col-5{
	width: 20%;
    float: left;
	padding-left: 5px;
    padding-right: 5px;
}
.banner-description{
	width: 580px;
	height: 185px;
	margin: 0 auto;
	background: rgba(34, 56, 94, 0.7);
	padding: 5px;
    margin-bottom: 38px;
	border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
}
.banner-description .logo{
	margin-right: 0;
	margin-bottom: 10px;
}
.banner-description .logo span{
	font-size: 52px;
}
.banner-description .logo img{
	max-height: 42px;
    margin-top: -32px;
    margin-left: 10px;
}
.banner-description h2{
	margin: 0 0 10px 0;
    font-weight: 400;
	font-size: 28px;
    text-shadow: 0px 0px 0px #333, 0px 0px 0px #333, 1px 1px 1px #333;
}
.banner-description h2 span{
	font-size: 30px;
}
.banner-description p{
	color: #FFF;
    font-size: 17px;
    margin-bottom: 0;
}
.banner-home{
	position: relative;
    clear: both;
	height: 400px;
}
.banner-home:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    /*background: #2f6da1;*/
    opacity: 0.2;
}
.full-width{
	width: 100%;
}
.form-seach-top .chosen-single span{
	font-weight: 400;
    font-size: 16px;
	width: 100%;
    padding-right: 30px;
}
.form-seach-top .main-search-input input{
	font-weight: 400;
    font-size: 16px;
	transition: .3s;
	height: 50px;
	line-height: 50px;
}
.form-seach-top .main-search-input:hover input{
	border-color: #0b5d8c;
}
.form-seach-top .button.full-width{
	font-size: 22px;
    font-weight: 400;
	min-height: 50px;
	text-align: left;
	background: #84a9ee;
	padding-left: 45px;
}
.form-seach-top .button.full-width>div{
	position: absolute;
    background: #fff;
    width: 60px;
    height: 50px;
    top: 0;
    right: 0;
	padding: 10px 14px;
}
.form-seach-top .button.full-width>div>img{
	max-width: 30px;
}
.bg-blue-bold{
	background: #0b5d8c!important;
}
.bg-blue{
	background: #2f6da1!important;
}
.bg-blue-fi{
	background: #84a9ee!important;
	border-color: #84a9ee!important;
	color: #FFF!important;
}
.bg-blue-fi:hover{
	background: #fff!important;
	color: #84a9ee!important;
}
.button.bg-blue-fi:hover{
	background-color: #7893c6!important;
	color: #fff!important;
}
.bg-blue-fi.no-hover:hover{
	background: #0b5d8c!important;
	border-color: #0b5d8c!important;
	color: #FFF!important;
}
.bg-blue-se{
	background: #d5eefc!important;
	border-color: #d5eefc!important;
	color: #FFF!important;
}
.bg-blue-th{
	background: #7791c4!important;
	border-color: #7791c4!important;
	color: #FFF!important;
}
.bg-green-fi{
	background: #9cca70!important;
	border-color: #9cca70!important;
	color: #FFF!important;
}
.bg-green-fi:hover{
	background: #fff!important;
	color: #9cca70!important;
}
.bg-green-fi.preview:hover{
	background: #9cca70!important;
	color: #FFF!important;
}
.second-div{
    padding-top: 15px;
    padding-bottom: 15px;
	/*background: #336E9F!important;*/
	background: #2F6DA1 !important;
}
.second-div ul.list-inline{
	margin:0 auto;
}
.third-div{
	padding-bottom: 20px;
    padding-top: 10px;
}
.second-div a.btn-border{
	min-width: 150px;
	font-size: 22px;
    font-weight: 400;
	padding: 11px 34px 10px;
}
.bg-gray{
	background: #e1e1e1!important;
	padding-top: 20px;
}
.bg-gray-se{
	background: #f9f9f9!important;
}
div.title {
	color: #84a9ee;
    font-size: 32px;
    font-weight: 400;
    margin: 30px 0 10px;
	position: relative;
}
div.title:after {
    content: "";
    height: 5px;
    width: 100px;
    position: relative;
    display: block;
    background-color: #84a9ee;
    margin: 10px auto;
    border-radius: 2px;
	transition: 0.3s;
}
div.title:hover:after {
	width: 150px;
}
div.title.cgray:after{
	background-color: #999;
}
div.title.cwhite:after{
	background-color: #fff;
}

div.title.cwhite{
	color: #fff;
}

.bg-white{
	background: #fff!important;
}

.bg-blue-dark{
	background: #7791c4;
}

.bg-white-full{
	background: #FFF!important;
	float: left;
    width: 100%;
    clear: both;
    display: block;
}
.bg-transparent{
	background: transparent!important;
}
.featured-top{
	margin: 10px 0 20px;
    clear: both;
}
.featured-top .slick-slide{
	padding: 0 5px!important;
}
.img-box-slide{
	/* height: 160px!important; */
	height: 146px!important;
	overflow: hidden;
	margin: 0!important;
	background: #f7f7f7;
	position: relative;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.img-box-slide img{
	margin: 0 auto;
	-webkit-transform: scale(1);
	transform: scale(1.0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.title-center-sm{
	background: #fff;
    padding: 8px 6px 8px 6px;
    line-height: 20px;
    color: #666;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
	font-size: 18px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.title-center-sm a{
	color: #666;
	font-size: 18px;
}
.title-center-sm.one-line{
	-webkit-line-clamp: 1!important;
	height: 25px!important;
}
.mask-video:before{
	content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../../data/images/play-button-png-transparent.png);
    position: absolute;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.7;
	z-index: 99;
	transition: 0.3s ease-out;
}
.mask-video:after{
	opacity: 0;
	transition: opacity 0.4s;
	height: 75px;
	background: linear-gradient(to bottom,transparent 30%,rgba(3, 47, 91, 0.6));
	position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
	content: "";
    z-index: 119;
	background-repeat: no-repeat;
    background-position: 50%;
	width: 100%;
}
.featured-top .slick-slide:hover .img-box-slide img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.featured-top .slick-slide:hover .title-center-sm{
	color: #032f5b;
}
.featured-top .slick-slide:hover .mask-video:after{
	opacity: 1;
}
.slick-prev, .slick-next{
	width: 35px!important;
    height: 75px!important;
	border-radius: 0!important;
	background-repeat: no-repeat;
}
.slick-next:after, .slick-prev:after {
    background-color: transparent!important;
}
.slick-next:before, .slick-prev:before {
	content: ''!important;
}
.slick-prev {
    left: -30px;
	background-image: url(../../../data/images/arrow-lg-left.png);
}
.slick-next {
    right: -30px;
	background-image: url(../../../data/images/arrow-lg.png);
}
.fourth-div{
	padding-bottom: 15px;
    padding-top: 5px;
}
.fifth-div{
	padding-bottom: 15px;
    padding-top: 5px;
}
.trending-topics{
	margin: 10px 0 20px;
    clear: both;
}
.trending-topics .slick-slide{
	padding: 0 10px!important;
}
.img-box-single{
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
	overflow: hidden;
}
.img-box-single img{
	max-height: 100%;
	max-height: 100%;
}
.cgray{
	color: #999!important;
}
a.cgray:hover{
	color: #84a9ee!important;
}
.cblack{
	color: #333!important;
}
a.cblack:hover{
	color: #84a9ee!important;
}
.cwhite{
	color:#FFF!important;
}
.cblue{
	color:#84a9ee!important;
}

.cred{
	color:#F00!important;
}
.cgreen{
	color:#248946!important;
}
.active-posters{
	margin: 10px 0 20px;
    clear: both;
}
.active-posters .slick-slide{
	padding: 0 10px!important;
}
.box-slide-white{
	background: #fff;
	padding: 5px;
	box-shadow: 0 1px 6px 0 rgba(0,0,0,0.08);
	border-radius: 3px;
}
.box-slide-white .title-center-sm{
	margin-bottom: 10px;
}
.box-slide-white:hover .title-center-sm a{
	color: #032f5b;
}
.circle-img{
	margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
	background: #f7f7f7;
	transition: 0.3s;
}
.circle-img img{
	transition: .3s ease-in-out;
}
.box-slide-white .circle-img img{
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.box-slide-white:hover .circle-img{
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.12);
}
.box-slide-white:hover .circle-img img{
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	
}
.box-action{
	clear: both;
	margin: 0px auto 0;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	color: #666!important;
}
.box-action > div{
	display: inline-block;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.box-action a{
	color: #0b5d8c!important;
}
.box-action a:hover{
	color: #0b5d8c!important;
}
.box-action a:focus{
	color: #0b5d8c!important;
}
.box-action span{
	display: block;
	clear: both;
	font-weight: bold;
}
.box-action .sl, .box-action .fa{
	font-size: 20px;
}
.box-action-profile .sl, .box-action-profile .fa, .box-action-profile .im{
	font-size: 19px!important;
}
.box-action .fa{
	margin-bottom: 3px;
}
.box-action .top-bar-dropdown{
	display: block;
}
.box-action .top-bar-dropdown span:after{
	display: none!important;
}
:focus{
	outline: none!important;
}
.height-90{
	height: 92px!important;
}
.top-head{
	clear: both;
	background: #2f6da1;
}
.logo.logo-style-fi{
	margin-top: 35px;
}
.logo.logo-style-fi span{
	font-size: 32px;
}
.logo.logo-style-fi img{
	margin-top: -20px;
	max-height: 30px;
}
.top-head-right{
	margin-top: 20px;
}
a.btn-border.btn-lg{
	min-width: 219.58px;
    font-size: 22px;
    font-weight: 400;
    padding: 10px 8px;
	line-height: 28px;
	position: relative;
}
a.btn-border.btn-lg.search{
	min-width: 60px;
	padding: 9.5px;
	background: transparent;
    border-color: transparent;
	padding: 0!important;
}
a.btn-border.btn-lg.search img{
	max-width: 28px;
}
.bg-green{
	background: #9cca70!important;
}
.clear-border{
	border: none!important;
}
.clear-both{
	clear: both!important;
}
.clear-background{
	background: transparent!important;
    box-shadow: none!important;
}
a.btn-border.btn-lg.bg-green{
	border-color: #9cca70!important;
	text-align: left;
    padding-left: 58px;
    color: #fff;
}
a.btn-border.btn-lg > div {
	position: absolute;
    background: #fff;
    width: 60px;
    height: 50px;
    top: -1px;
    right: -1px;
    padding: 13px 20px;
	color: #4e6538!important;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
a.btn-border.btn-lg.post > div {
	padding: 10px 16px;
}
.margin-top-9{
	margin-top: 9px!important;
}
.padding-15{
	padding: 0 15px!important;
}
.padding-right-0{
	padding-right: 0!important
}
.padding-right-30{
	padding-right: 30px!important
}
.padding-left-0{
	padding-left: 0!important
}
a.btn-border > div {
    position: absolute;
    background: #fff;
    width: 33px;
    height: 33px;
    top: -1px;
    right: -1px;
    padding: 5px 9px;
    color: #4e6538!important;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
a.btn-border.bg-green{
	border-color: #9cca70!important;
	text-align: left!important;
	padding-left: 21px;
	color: #FFF;
}
.sort-by-select.bg-gray a.chosen-single{
	border-color: #f7f7f7!important;
	background: #f7f7f7!important;
}
div.title-page{
	font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px 0;
	clear: both;
    display: block;
	cursor: pointer;
	position: relative;
	width: fit-content;
}
div.title-page:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #707070;
    margin: 5px 0 0 0;
	/*margin: 5px auto;*/
    border-radius: 2px;
    transition: 0.3s;
}
div.title-page1:after {
    margin: -5px 0 0 0;
}
div.title-page.clear-border:after{
	content: none;
}
div.title-page.cblue:after {
	background-color: #84a9ee;
}
div.title-page:hover:after {
    width: 100%;
	height: 4px;
}
.font-percent-50{
	font-size: 50%!important;
}
.grid-ads-3{
	padding: 0 10px;
}
.grid-ads-3 .col-xs-4{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.grid-ads-3 .title-center-sm{
	height: 50px;
}
.grid-ads-3 .box-action{
	background: #fff;
    margin-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.grid-ads-4{
	padding: 0 10px;
}
.grid-ads-4 .col-xs-3{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
.grid-item{
	margin-bottom: 10px;
	transition: .3s;
	background: #FFF;
	padding-bottom: 15px;
}
.grid-item:hover{
	/*box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);*/
}
.grid-item:hover .img-box-slide img{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.grid-item:hover .title-center-sm a{
	/*color: #84a9ee!important;*/
	color: #666 !important;
}
.grid-item:hover .mask-video:after{
	opacity: 1;
}
.grid-item a:hover{
	/*color: #84a9ee!important;*/
	color: #666 !important;
	text-decoration: underline;
}

.grid-item .box-action a:hover {
	color: #0b5d8c !important; 
	text-decoration: none;
}

.img-ads{
	display: block;
}
.img-ads img{
	max-width: 100%;
	max-height: 100%;
}
.list-layout .listing-desc{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: normal;
	height: 40px;
	padding: 0px 10px;
	margin-bottom: 5px;
	line-height: 20px;
    font-size: 16px;
}
.list-layout .listing-desc .one-line{
	-webkit-line-clamp: 1;
	height: 20px;
}
.two-line{
	-webkit-line-clamp: 2;
	height: 20px!important;
}
.font-s-percent-85{
	font-size:85%;
}
.two-line p{
   margin:0px!important;
}
.list-layout .listing-address{
	padding: 1px 10px;
}
.list-layout .listing-address ul{
	margin-bottom: 0;
}
.list-layout .listing-address ul li{
	position: relative;
	padding: 0 10px;
}
.list-layout .listing-address ul li:first-child{
	padding-left: 5px;
}
.list-layout .listing-address ul li:after{
	content: '';
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #999;
    height: 12px;
    position: absolute;
}
.list-layout .listing-address ul li:last-child:after{
	display: none;
}
.list-layout .listing-address ul li a{
	color: #909090;
}
.list-layout .listing-address ul li a:hover{
	color: #0b5d8c;
}
.list-layout .listing-save{
	position: absolute;
	right: 10px;
    bottom: 10px;
    z-index: 99;
	width: auto;
	text-align: right;
	line-height: 18px;
}
.list-layout .listing-save a{
	color: #0b5d8c;
	padding-left: 10px;
}
.list-layout .listing-save a:hover{
	color: #0b5d8c!important;
}
.list-layout .listing-save .sl {
	font-size: 15px;
}
.listing-item .listing-save span{
	margin-left: 5px;
	font-weight: bold;
}
.grid-layout .listing-save{
	height: 45px;
}
.grid-layout .listing-save span{
	display: block;
    clear: both;
}
.listing-item:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mt-57px{
	margin-top: 52px!important;
}
.display-inline{
	display: inline-block!important;
}
.row.listings-3-colum{
	left: 0!important;
	margin: 0 auto!important;
    width: 100%!important;
}
.row.grid-layout.listings-3-colum{
	margin-left: -15px!important;
    margin-right: -15px!important;
	padding: 0 10px!important;
	width: auto!important;
}
.grid-layout.listings-3-colum .listing-item{
	width: 32%!important;
    margin-left: 5px!important;
    margin-right: 5px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
    float: left;
    position: relative;
    min-height: 1px;
    background: transparent!important;
    box-shadow: none;
    margin-bottom: 10px;
}
.grid-layout.listings-3-colum .listing-item .listing-content{
	background: #fff;
	padding-bottom:15px;
	min-height:60px;
}
.grid-layout.listings-3-colum .listing-item .listing-title{
    padding: 8px 6px 8px 6px;
    line-height: 18px;
	text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
	color: #666;
	height: 50px;
}
.grid-layout.listings-3-colum .listing-item .listing-title h4{
	margin: 0!important;
}
.grid-layout.listings-3-colum .listing-item .listing-title h4 a{
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
.grid-layout.listings-3-colum .listing-item .listing-desc{
	display: none!important;
}
.grid-layout.listings-3-colum .listing-item .listing-address{
	top: 0;
    padding: 0 10px;
    text-align: center;
}
.grid-layout.listings-3-colum .listing-item .listing-address ul{
	margin-bottom: 0;
	line-height: 20px;
}
.grid-layout.listings-3-colum .listing-item .listing-address a{
	font-size: 16px;
	font-weight: normal;
}
.grid-layout.listings-3-colum .listing-item .listing-save{
	text-align: center;
    padding-bottom: 5px;
}
.grid-layout.listings-3-colum .listing-item .listing-save a{
	padding: 0 5px;
	line-height: 6px;
	color: #0b5d8c!important;
}
.grid-layout.listings-3-colum .listing-item .listing-address{
	display: none!important;
}
.search-hidden{
	display: none;
}
.search-hidden.active{

}
h1.title-page{
	font-size: 24px;
}
.overflow{
	overflow: hidden!important;
}
.detail-content{
	border-radius: 3px;
	padding: 0 10px 20px 10px;
}
.detail-content.blog-post{
	margin-top: 0!important;
}
.detail-content h1.title-page{
	margin-top: 0;
    padding-top: 15px;
}
.tags a{border:1px solid #DDD;display:inline-block;color:#707070;background:#FFF;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-ms-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:2px;margin:0 2px 6px 0;padding:0px 5px;font-size: 16px;}
.tags a:hover{border-color: #0b5d8c; color: #0b5d8c;}

.hr-line{
	clear: both;
	background: #ddd;
    width: 80%;
    height: 1px;
    margin: 15px auto 30px;
}

.form-comment {
    margin: 15px 0 10px 0;
    padding: 15px 15px 0px;
    background: #f8f8f8;
    border-radius: 3px;
}
.form-comment h4.headline{
	margin: -5px 0 10px 0;
}
.subscribe-group{
	position: relative;
}
.subscribe-group .search-field{
	padding-right: 80px;
}
.subscribe-group button{
	position: absolute;
	top: 6px;
	right: 0;
	padding: 6px 12px!important;
}
.info-box .notification{
	padding: 10px 20px 5px!important;
}
.info-box .notification.success .close{
	right: -10px;
    top: 20px;
}
.widget-tabs .grid-item{
	margin-bottom: 0;
}
.property-detail{
	clear: both;
	position: relative;
}
.property-detail:after{
	content: '';
    position: absolute;
    bottom: 0;
    background: #E1E1E1;
    width: 80%;
    height: 1px;
    left: 10%;
}
.property-detail ul > li{
	position: relative;
	float: left;
	width: 65px;
}
.property-detail ul.pull-right > li{
	width: 40px;
	/* width: 65px; */
}
.property-detail ul.pull-right > li.margin-top-15{
	text-align: left!important;
}
.property-detail ul > li i{
	display: block;
	clear: both;
	line-height: 20px;
	left: 0;
	opacity: 1;
	font-size: 26px!important;
	width: 30px;
    height: 30px;
    margin: 0 auto;
}
.property-detail ul > li span{
	display: block;
	clear: both;
	font-size: 14px!important;
	color: #333;
}
.property-detail ul > li a.cblue i{
	color: #84a9ee!important;
	margin-top: 10px;
	margin-bottom: -8px;
}
.property-detail ul > li a.cblue span{
    color: #84a9ee!important;
	font-weight: bold;
}
.property-detail ul > li:hover a.cblue i{
	color: #0b5d8c!important;
}
.property-detail ul > li:hover a.cblue span{
    color: #0b5d8c!important;	
}
.property-detail ul > li .top-bar-dropdown span:after{
	margin-left: 2px;
	color: #333;
}
.property-detail ul > li .top-bar-dropdown.active .options{
	min-width: 180px;
	margin-top: 60px;
}
.property-detail ul > li .top-bar-dropdown.active .arrow{
	top: -20px;
}
.property-detail ul > li .top-bar-dropdown.active .options li{
	width: 100%;
	display: block;
}
.property-detail ul > li .hover-popover {
	position: absolute;
    background: #262626!important;
    border: 1px solid #262626;
    color: #ccc;
    z-index: 999;
    width: 200px;
    left: -60px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 10px;
    line-height: 16px;
    font-size: 14px;
	display: none;
}
.property-detail ul > li:hover .hover-popover{
	display: block;
}
.property-detail ul > li .hover-popover:before {
	content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #262626;
    position: absolute;
    top: -7px;
    left: 85px;
}
/* .property-detail ul > li .badge{
	position: absolute;
    background: #84a9ee!important;
    top: 10px;
    right: -5px;
    width: 20px;
    height: 20px;
    color: #84a9ee!important;
    border-radius: 50%;
    line-height: 22px;
    font-size: 16px;
} */
.property-detail ul > li .badge{
	color: #0b5d8c!important;
}
.property-detail ul > li .badge:hover{
	text-decoration: underline;
	color: #0b5d8c!important;
}
.property-detail ul > li .badge:focus{
	text-decoration: underline;
	color: #0b5d8c!important;
}
.property-detail ul > li .badge:active{
	text-decoration: underline;
	color: #0b5d8c!important;
}
.property-detail ul > li .hover-popover p{
	margin-bottom: 5px;
}
.property-detail ul > li .hover-popover p:last-child{
	margin-bottom: 0px;
}
.property-detail ul > li .hover-popover .button{
	padding: 7px 20px!important;
	margin-right: 0px!important;
	color: #fff!important;
}
.property-detail .widget-button.with-tip{
	height: auto!important;
	width: auto!important;
	background-color: transparent!important;
    background: transparent!important;
}
.info-accout .box-image-circle{
	width: 85px;
	height: 85px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #f7f7f7;
}
.property-detail:before {
    content: '';
    position: absolute;
    top: 0;
    background: #E1E1E1;
    width: 80%;
    height: 1px;
    left: 10%;
}
.info-accout .content h4{
	margin-top: 0;
}
.info-accout .content a{
	color: #707070;
}
.info-accout .content a:hover{
	color: #84a9ee;
}
.info-accout .content p{
	margin-bottom: 0;
	font-size: 14px;
}
.list-separator li{
	width: auto!important;
	position: relative;
}
.list-separator li:after {
    content: '';
    right: -1px;
    top: 7px;
    width: 1px;
    background: #999;
    height: 12px;
    position: absolute;
}
.list-separator li:last-child:after {
	display: none!important;
}
.list-separator li a{
	color: #707070;
}
.list-separator li a:hover{
	color: #84a9ee;
}
.list-unstyled.list-block li{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	padding-left: 90px;
    line-height: 20px;
}
.list-unstyled.list-block.pull-left li{
	padding-left: 0px;
}
.list-unstyled.list-block li span{
    float: left;
	padding-right: 5px;
	width:60px;
}
.button.button-sm{
	padding: 3px 19px!important;
}
.underline{
	text-decoration: underline!important;
}
.user-tool{
	clear: both;
	text-align: center;
}
.edit-post-tool a{
	color: #84a9ee;
    padding-right: 0;
}

.edit-post-tool a:hover{
	color: #0b5d8c;
	text-decoration: underline!important;
}
.widget-tabs li .grid-item{
	width: 240px;
	margin: 0 auto;
}
.newlayout > .col-xs-8 {
	width: 71%;
}
.newlayout > .col-xs-4 {
	width: 29%;
}
.newlayout .col-xs-4 .sidebar{
    margin: 0 auto;
}
.title-blue{
	font-size: 26px;
}
.head-follow{
	padding: 10px;
	position: relative;
	max-height: 140px;
}
.head-follow .box-image-circle{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	border: 4px solid #fff;
	text-align: center;
    background: #FFF;
}
.head-follow.margin-top--80 .box-image-circle{
	width: 140px;
	height: 140px;
	margin-top: -15px;
}
.head-follow .box-image-circle img{
	width: 100%;
}
.head-follow .info-user{
	padding-left: 15px;
	display: inline-block;
}
.head-follow .info-user ul > li {
    position: relative;
    float: left;
    width: 65px;
}
.head-follow .info-user .widget-button.with-tip {
    height: auto!important;
    width: 100%!important;
    background-color: transparent!important;
    background: transparent!important;
}
.head-follow .info-user ul > li span {
    display: block;
    clear: both;
    font-size: 14px!important;
    color: #333;	
}
.head-follow .info-user ul > li .top-bar-dropdown.active .options {
    min-width: 240px;
    margin-top: 53px;
}
.head-follow .info-user ul > li .top-bar-dropdown .options {
    min-width: 240px;
    margin-top: 53px;
}
.head-follow .info-user ul > li .top-bar-dropdown.active .options li {
    width: 100%;
    display: block;
}
.head-follow .info-user ul > li .top-bar-dropdown span:after {
    margin-left: 2px;
    color: #333;
}
.head-follow .info-user ul > li .top-bar-dropdown.active .arrow {
    top: -20px;
}
.head-follow .info-user ul > li i {
    display: block;
    clear: both;
    line-height: 20px;
    left: 0;
    opacity: 1;
    font-size: 26px!important;
    width: 30px;
    height: 20px;
    margin: 0 auto;
}
ul.list-social li{
	width: auto!important;
}
ul.list-social li img{
	max-width: 40px;
	max-height: 40px;
}
ul.list-social li img:hover{
	-webkit-filter: brightness(0%);
    filter: brightness(0%);
}
ul.tab-center{
	text-align: center;
}
ul.tab-center li{
	float: none;
	display: inline-block;
}
ul.tab-center li a{
	font-size: 28px;
	padding: 0;
}
ul.tab-center li a.chosen-single span{
	font-size: 15px;
}
.listing-before li{
	position: relative;
}
.listing-before li:after{
	content: '';
    position: absolute;
    top: 4px;
    right: -4px;
    height: 12px;
    width: 1px;
    background: #999;
}
.listing-before li:last-child:after{
	display: none!important;
}
.banner-google {
    padding: 0;
    clear: both;
    text-align: center;
    margin: 0px auto;
}
.listing-item.highlight{
	background: rgb(244, 249, 252)!important;
}
.listing-item.highlight-blue{
	background-color: #d7ebf5!important;
}
.grid-item.highlight{
	 background-color: #f4f3e0!important; 
	/*background-color: #fff!important;*/
}
.grid-item.highlight .title-center-sm{
	 background-color: #f4f3e0!important; 
	/*background-color: #fff!important;*/
}
.grid-item.highlight .box-action{
	 background-color: #f4f3e0!important; 
	/*background-color: #fff!important;*/
}
.listings-container-not-change{
	left: 0!important;
    margin: 0 auto!important;
    width: 100%!important;
}
.listings-container-not-change .listing-item {
    display: flex;
    margin: 0 0 20px 0;
    position: relative;
}
.listings-container-not-change .listing-img-container{
	overflow: hidden;
	height: 180px;
}
.listings-container-not-change .listing-img-container img {
    object-fit: cover;
    height: 100%!important;
    width: 100%;
    border-radius: 3px 0 0 3px;
}
.listings-container-not-change .listing-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 16px;
}
.listings-container-not-change .listing-title {
    padding: 10px 10px 0;
    position: relative;
}
.listings-container-not-change .listing-address {
    padding: 1px 10px;
	top: 0;
}
.listings-container-not-change .listing-save {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 230px;
    text-align: right;
    line-height: 18px;
}
.listings-container-not-change .listing-save a {
    color: #0b5d8c;
    padding-left: 10px;
}
.listings-container-not-change .listing-save a:hover {
    color: #0b5d8c!important;
}
.reply.widget-button.with-tip{
	background-color: transparent!important;
    background: no-repeat!important;
}
.cover-img{
	height:360px;
	position: relative;
}
.cancel_upload{
	background-color: #0b5d8c; color: #FFF!important; border: none; height: 40px; width: 70px; border-radius: 3px; display: inline-block; float: right; margin-top: -0px; margin-right: 30px; padding: 6px 15px;
}

.cover-img img{
	max-width: 100%;
	height: auto;
}
.head-follow-cover h3{
	text-shadow: 0px 0px 0px #333, 0px 0px 0px #333, 1px 1px 1px #333;
    font-size: 42px;
}
.widget .with-forms .chosen-container{
	margin-bottom: 0;
}
.box.fast-links{
	margin: 0 -10px;
}
.box.fast-links ul{
	margin: 0;
	padding: 0;
}
.box.fast-links ul li{
	width: 25%;
	padding: 10px;
	float: left;
	list-style: none;
}
.box.fast-links ul li .agent{
	margin-bottom: 0;
	transition: .3s;
}
.box.fast-links ul li:hover .agent{
	box-shadow: 0px 0px 10px 0px rgba(3, 47, 91, 0.6);
}
.box.fast-links ul li a{
	color: #888;
}
.box.fast-links ul li a:hover{
	color: #0b5d8c;
}
.dashboard-icon{
	text-align: center;
	padding: 10px;
	cursor: pointer;
}
.dashboard-icon .title-sm{
	margin-bottom: 5px;
}
.icon-sm{
	margin: 0 auto;
    width: 60px;
    height: 60px;
	margin-bottom: 5px;
	transition: .3s;
}
.icon-sm img{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.dashboard-icon:hover{
	background: #f8f9f9!important;
}
.dashboard-icon:hover .title-sm{
	color: #000;
}
.dashboard-icon:hover .icon-sm img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.dashboard-icon span.im{
	clear: both;
    display: block;
    font-size: 50px;
	padding: 20px 0px;
}
.dashboard-icon .content {
	font-size: 18px;
    line-height: 22px;
}
.dashboard-icon.fz-16 .content {
	font-size: 16px;
}
.listing-item .checkboxes{
	position: absolute;
    top: 5px;
    right: 5px;
}
.search-blog-input .search-field{
	padding-right: 45px;
	height: 50px;
}
.group-input-center{
	text-align: center;
	position: relative;
}
.group-input-center a.btn-border {
	width: auto;
	display: inline-block;
	padding: 10.5px;
	background: #daf0fc;
	color: #707070;
}
.group-input-center a.btn-border.latest{
	background: #e6f9d3;
}
.group-input-center a.btn-border:hover {
	background: #0b5d8c;
	color: #FFF;
	border-color: #0b5d8c;
}
.box-image-dashboard{
	width: 80px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}
.box-image-dashboard img{
	max-width: 80px;
	max-height: 80px;
}
.clear-form{
	clear: both;
}
.clear-form label{
	font-size: 16px;
	margin-bottom: 0;
}
/* @keyframes click-wave {
  0% {
    height: 25px;
    width: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 100px;
    width: 100px;
    margin-left: -40px;
    margin-top: -40px;
    opacity: 0;
  }
} */
.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 13.33333px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #ddd;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 2;
}
.option-input:hover {
	background: #fff;
	color: #fff;
}
.option-input:checked {
	background: #0b5d8c!important;
	color: #fff;
}
.option-input:checked::before {
	height: 23px;
	width: 23px;
	position: absolute;
	content: '✔';
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #0b5d8c;
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #0b5d8c;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.option-input.radio {
	margin: 0 3px 5px 0;
	padding: 0;
}
.option-input.radio::after {
}
.listing-item-comment{
	border: 1px solid #acd1f1;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	border-radius: 3px;
	position: relative;
}
.listing-item-comment .info-comment{
	width: 100%;
    display: inline-block;
	position: relative;
}
.info-comment .header .info-user{
	/*padding-left: 65px;*/
	padding-left: 60px;
    font-size: 18px;
	padding-top:15px;
}
.info-comment .header .info-user span:first-child{
	margin-right: 20px;
}
.listing-item-comment .info-comment .content{
	clear: both;
    margin-top: 10px;
}
.listing-item-comment .info-comment .content p{
	margin-bottom: 0;
}
.comment-action{
	width: 28%;
    display: inline-block;
	position: relative;
	float: right;
    padding-top: 60px;
    text-align: right;
}
.comment-action a{
	position: relative;
    color: #707070;
    padding: 0 8px;
    font-size: 20px;
}
.comment-action a:hover{
	color: #0b5d8c;
}
.comment-action a:focus{
	color: #0b5d8c;
}
.comment-action a:active{
	color: #0b5d8c;
}
.listing-item-comment .checkboxes{
	position: absolute;
    top: 5px;
    right: 5px;
}
.back-button{
	border: 1px solid #DDD;
    display: inline-block;
    color: #707070;
    background: #FFF;
    -webkit-box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    border-radius: 2px;
    margin: 0 2px 6px 0;
    padding: 0px 10px;
    font-size: 16px;
}
.div-login{
	width: 350px;
	padding:25px;
}
.div-contact{
	width: 450px;
}
.account-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.account-nav li a i {
	padding-right: 5px;
	font-size: 16px;
	top: 1px;
	position: relative;
}

.account-nav li {
	float: left;
	line-height: 45px;
	padding: 0;
	margin-right: 4px;
	position: relative;
	z-index: 0;
	width: 45%;
	text-align: center;
}

.account-nav li a,
.account-reviews {
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.account-nav li a {
	border-bottom: 2px solid transparent;
	color: #333;
	display: inline-block;
	outline: none;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 24px;
	z-index: 11;
	position: relative;
	margin-bottom: -1px;
}

.account-nav li a:hover { border-color: #66676b; }

.account-reviews { color: #aaa; }

.account-nav li.active .account-reviews { color: #fff; }
.account-nav li a:hover,
.account-nav li.active a {
	border-color: #66676b;
	color: #66676b;
	z-index: 11;
}
.form-comment-short{
	clear: both;
	margin-bottom: 40px;
	display: block;
	height: 45px;
}
.form-comment-short ul >li{
	margin: 0;
}
.form-comment-short .form-group{
	padding-left: 70px;
}
.form-comment-short .form-group input[type="text"]{
	border: none;
    background: #FFF;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    height: 35px;
	margin-bottom: 5px;
}
.form-comment-short .form-group .btn{
	float: right;
	padding: 2px 10px;
    color: #333;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-left: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
	background: transparent;
}
.form-comment-short .form-group .btn.btn-comment{
	color: #fff;
	background: #274abb;
}
.form-comment-short .form-group .btn.btn-comment{
	
}
.nowrap {
	white-space: nowrap!important;
}
.add-comment{
	position: relative;
    color: #707070;
    vertical-align: top;
	cursor: pointer;
	text-decoration: none!important;
}
.clear-underline{
	text-decoration: none!important;
}
.add-comment .fa {
	font-size: 20px;
	margin-top: 3px;
}
.title-comment{
	font-size: 22px;
    line-height: 32px;
	margin-top: -4px;
}
.comments-amount{
	color: #888;
}
.sort-comment{
	top: -8px;
}
.sort-comment .chosen-container{
	text-align: left;
}
.pin-comment-conten h4{
	font-weight: bold;
}
.pin-comment-conten hr{
	margin-top: 0px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eee;
}
.pin-comment-conten .group-button{
	text-align: right;
}
.pin-comment-conten .group-button .btn{
	padding: 2px 10px;
    color: #333;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-left: 6px;
    overflow: hidden;
    border: none;
    border-radius: 3px;
    background: transparent;
	width: 75px;
}
.pin-comment-conten .group-button .btn.btn-pin{
	color: #fff;
    background: #274abb;
}
.icon-font-size-18{
	font-size: 18px;
	margin-bottom: 5px;
}
div.tagsinput{
    background:#FFF;
    padding:20px;
    overflow-y:auto;
	transition: box-shadow 0.2s !important;
	outline: 0;
    font-size: 15px;
    color: gray;
    margin: 0 0 16px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 400;
    border: 1px solid #ddd;
    opacity: 1;
    border-radius: 3px;
}
div.tagsinput span.tag{
    border:1px solid #d5eefc;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display:block;
    float:left;
    padding:0 5px;
    text-decoration:none;
    background:#d5eefc;
    color:#000;
    margin-right:5px;
    margin-bottom:5px;
}
div.tagsinput span.tag a{
    font-weight:700;
    color:#0b5d8c;
    text-decoration:none;
}
div.tagsinput input{
    width:auto;
    margin:0 5px 5px 0;
    border:1px solid transparent;
    padding:0 5px;
    background:0 0;
    color:#000;
    outline:0;
	height: 29px;
}
div.tagsinput div{
    display:block;
    float:left
}
.tags_clear{
    clear:both;
    width:100%;
    height:0
}
.not_valid{
    background:#FBD8DB!important;
    color:#90111A!important
}
#tags_addTag input:focus{
	box-shadow: none!important;
}
.fileuploader{
	background:#FFF!important;
	padding:0!important;
}
.padding-left-5{
	padding-left: 5px!important;
}
.padding-right-5{
	padding-right: 5px!important;
}
.font-size-20{
	font-size: 20px!important;
}
.member-followers .grid-item{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.member-followers .grid-item:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.member-followers .col-xs-4 .grid-item{
	margin-bottom: 30px;
}
.member-followers .checkboxes label{
	font-size: 16px;
	color: #84a9ee!important;
	margin: 0;
    padding: 0;
}
.member-followers .checkboxes label:before{
	margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
	top: 0;
	overflow: hidden;
}
.member-messages .checkboxes label:before{
	margin-right: 0;
    position: relative;
    left: 0;
    right: 0;
	top: 0;
	overflow: hidden;
	display: block;
    margin: 0 auto 3px;
}
.check-all-btn .checkboxes{
	height:50px;
	background: #FFF;
	text-align: center;
    padding-top: 15px;
}
.mgs-from{
	clear: both;
	margin-top: 20px;
}
.mgs-from p{
	margin-bottom: 0;
}
.preview-mgs{
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #0b5d8c;
	border-bottom: 1px dotted #0b5d8c;
}
.preview-mgs p{
	margin-bottom: 0;
}
.latest-featured{
	padding: 0 5px;
}
.latest-featured .slick-slide{
	margin: 5px;
}
/* Custom */

.profile-menu li.active a {
	color: #84a9ee!important;
	text-decoration: underline !important;
	font-weight: bold;
}
.bold-text {
	font-weight: bold !important;
}
.signature{
	clear: both;
    display: block;
    font-size: 17px;
    color: #FFF;
   /* text-shadow: 3px 3px 3px #333, 3px 3px 3px #333, 3px 3px 3px #333;*/
}
.dashboard-icon a.btn{
	width: 100%;
    background: #84a9ee;
    display: block;
    margin-top: 10px;
    color: #fff!important;
    padding: 6px 12px;
    border-radius: 3px;
	border: 2px solid #84a9ee;
}
.dashboard-icon a.btn.bg_purple{
	background: #653c96;
	border: 2px solid #653c96;
}
.dashboard-icon a.btn.bg_blue_2{
	background: #134198;
	border: 2px solid #134198;
}
.dashboard-icon a.btn.bg_green{
	background: #248946;
	border: 2px solid #248946;
}
.dashboard-icon:hover a.btn{
    background: #0b5d8c;
    color: #fff!important;
	border: 2px solid #0b5d8c;
}
.font-size-18{
	font-size: 18px!important;
}
.member-followers .checkboxes-bold label{
	font-weight: bold;
	color: #0b5d8c!important;
	font-size: 14px;
	margin-top: 1px;
}
.listing-item-config .info-date{
	padding: 5px 10px 0;
    margin-bottom: 0;
	font-size:14px;
}
.list-layout .listing-item-config .listing-title{
	padding-top: 0;
	margin-bottom: 10px;
}
.list-layout .listing-item-config .listing-title h4{
	margin-top: 5px;
}
.list-layout .listing-item-config .listing-title h4 a{
	width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-layout .listing-item-config .listing-desc{
	-webkit-line-clamp: 1;
	height: 20px;
}
.listing-tool{
	padding: 0 10px;
}
.list-statistics{
	float:left;
	font-size: 85%;
	margin-bottom: 0;
}
.list-statistics li{
	position: relative;
}
.list-statistics li:after {
    content: '';
    right: -3px;
    top: 7px;
    width: 1px;
    background: #999;
    height: 12px;
    position: absolute;
}
.list-statistics li:last-child:after {
	content: none;
}
.list-tool{
	width: 100%;
	float:left;
	text-align: right;
	margin-bottom: 0;
}
.list-tool .checkboxes{
	position: relative!important;
	top: 0;
}
.list-tool .checkboxes label{
	margin: 0!important;
	padding: 0!important;
	font-weight: bold;
	color: #0b5d8c;
	font-size: 14px!important;
}
.list-tool .checkboxes label:before{
	left: 25%;
    top: -15px;
    margin: 0;
}
.list-tool li{
	text-align: center;
	margin-top: -20px;
}
.list-tool li a span{
	clear: both;
    display: block;
	margin-top: -10px;
    font-size: 14px;
    font-weight: bold;
}
.options-member a span{
	margin-top: 0!important;
}
.top-bar-dropdown .options-member{
	margin-left: -15px!important;
}
.listing-item-config .status{
	position: absolute;
	top: 5px;
	right: 10px;
	font-size:14px;
}
.list-layout .listing-item-config .listing-address ul{
	font-size: 85%;
}
.sort-by-lg{
	height: 50px!important;
    top: 0;
    padding-top: 5px;
}
.input-group-search{
	position: relative;
}
.input-group-search button{
	position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 22px;
    background: transparent;
}
.input-group-search .form-control{
	padding-right:55px;
}
.agent.nav-v2{
	padding-bottom: 1px!important;
    padding-top: 10px!important;
}
.nav-v2 .my-account-nav{
	padding: 0;
}
.nav-v2 .my-account-nav li{
	background: #FFF;
    margin: 10px;
	padding: 10px 25px;
	cursor: pointer;
}
.nav-v2 .my-account-nav li:first-child{
	margin-top: 0;
}
.nav-v2 .my-account-nav li:last-child{
	margin-top: 0;
}
.nav-v2 .my-account-nav li.current{
	background: #daf0fc!important;
}
.nav-v2 .my-account-nav li:hover{
	background: #f8f9f9!important;
}
.circle-nicelabel{
	display:none !important;
}
.rect-nicelabel{
	display:none !important;
}
.text-nicelabel{
	display:none !important;
}
.circle-nicelabel + label {
	display:inline-block;
	width:50px;
	height:22px;
	background-color:rgba(0,140,186,1);
	border-radius:22px;
	-webkit-border-radius:22px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	transition:background-color 0.2s;
	-moz-user-select: none;
	-webkit-user-select: none;
	margin-bottom: 0!important;
}
.circle-btn {
	position:absolute;
	width:20px;
	height:20px;
	background-color:#fff;
	border-radius:12px;
	-webkit-border-radius:12px;
	left:29px;
	top:1px;
	transition:left 0.2s;
	-webkit-transition:left 0.2s;
}
.circle-nicelabel:not(:checked) + label .circle-btn{
	left:1px;
}			
.circle-nicelabel:not(:checked) + label{
	background-color:#DDDDDD;
}		
.circle-nicelabel[disabled] + label{
	opacity: 0.5;
}
.rect-nicelabel + label {
	display:block;
	width:64px;
	height:32px;
	background-color:rgba(0,140,186,1);
	cursor:pointer;
	position:relative;
	overflow:hidden;
	transition:background-color 0.2s;
			
	-moz-user-select: none;
	-webkit-user-select: none;
}
.rect-btn {
	position:absolute;
	width:24px;
	height:24px;
	background-color:#fff;
	left:36px;
	top:4px;
	transition:left 0.2s;
	-webkit-transition:left 0.2s;
}
.rect-nicelabel:not(:checked) + label .rect-btn{
	left:4px;
}		

.rect-nicelabel:not(:checked) + label{
	background-color:#DDDDDD;
}
.rect-nicelabel[disabled] + label{
	opacity: 0.5;
}
.text-nicelabel + label {
	font: 13px "Microsoft Yahei";
	display: table;
	font-size: 11px;
	padding: 10px 20px 10px 10px;
	background-color:rgba(0,140,186,1);
	color: #b3b3b3;
	border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	transition:all 0.2s;
			
	-moz-user-select: none;
	-webkit-user-select: none;
}
.text-nicelabel + label > span.nicelabel-unchecked,
.text-nicelabel  + label > span.nicelabel-checked{
	display: inline-block;
	line-height: 16px;
	margin-left:7px;
	vertical-align: bottom;
}
.text-nicelabel + label > span.nicelabel-unchecked-image,
.text-nicelabel  + label > span.nicelabel-checked-image{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: left center;

	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.text-nicelabel:not(:checked) + label {
	background-color: #DDDDDD;
	color: #a7a7a7;
}
.text-nicelabel:not(:checked) + label > span.nicelabel-checked-image{
	display: none;
}
.text-nicelabel:not(:checked) + label > span.nicelabel-checked{
	display: none;
}
.text-nicelabel:checked + label {
	background-color: rgba(0,140,186,1);
	color: #fff;
}
.text-nicelabel:checked + label > span.nicelabel-unchecked-image{
	display: none;
}
.text-nicelabel:checked + label > span.nicelabel-unchecked{
	display: none;
}
.text-nicelabel[disabled] + label {
	opacity:0.5;
}
textarea{
	min-height: 130px;
}
.border.gray-hover:hover, .border.gray-hover:focus, .border.gray-hover:active{
	background: #e1e1e1!important;
	border-color: #e1e1e1!important;
	color: #000!important;
}
.edit-comment-icon {
    display: inline-block;
    font-size: 90%;
    margin-left: 20px;
}
.edit-comment-icon a{
	position: relative;
    color: #707070;
    padding: 0 8px;
    font-size: 16px;
}
.tabs-nav li a.gray-hover:hover{
	border-color: #e1e1e1!important;
}
.tabs-nav li.active a.gray-hover:hover{
	border-color: #0b5d8c!important;
}
.simulation-tab a.button{
	background-color: transparent!important;
    color: #333!important;
	padding: 10px 0px 0px!important;
	font-size: 18px;
	margin: 0 10px;
	border: 2px solid transparent!important;
	border-radius: 0;
}
.simulation-tab a.button:hover{
	border-bottom: 2px solid #a4a4a4!important;
}
.simulation-tab a.button.active{
	border-bottom: 2px solid #0b5d8c!important;
	color: #0b5d8c!important;
}
.simulation-tab a.button.border-red-top{
	border-top: 2px solid #d00336!important;
	border-bottom: none!important;
	padding-top: 5px!important;
}
.font-size-85{
	font-size: 85%;
}
.listing-content .info-user{
	padding: 1px 10px;
	float: left;
}
.listing-content .box-action .checkboxes{
	position: relative!important;
	top: auto!important;
	right: auto!important;
}
.listing-content .box-action .checkboxes label:before {
    display: block;
	margin: 0 auto 3px;
}
.listing-content .box-action .checkboxes-bold label {
    
}
.table-hover>tbody>tr:hover {
    background-color: #f8f9f9!important;
}
.edit-page-art{
	position: absolute;
    top: 15px;
    right: 0;
}
.edit-page-art input{
	line-height: 10px;
    height: 40px;
    padding-top: 7px;
	width: 250px;
	display: inline-block;
    margin-right: 10px;
	float: left;
}
.edit-page-art button{
	background-color: #0b5d8c;
    color: #FFF;
    border: none;
    height: 40px;
    width: 70px;
    border-radius: 3px;
	display: inline-block;
    float: right;
    margin-top: -0px;
}
.display-inline > a{
	display: inline-block;
	margin-left: 10px;
}
.display-inline .checkboxes{
	display: inline-block;
	margin-left: 10px;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal.in .modal-content{
	display: block;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
	margin-top: -2px;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.div-add-video{
	width: 700px;
}
.div-add-video .details.button{
	padding: 2px 16px!important;
	top: 72%!important;
	right: 10px!important;
	position: absolute;
}
.search_result{
	max-height: 400px;
	padding-right: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.search_result.no-scroll{
	overflow-y: hidden;
}
.search_result::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.search_result::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}
.search_result::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 1px solid #555555;
}
.font-size-12{
	font-size: 12px!important;
}
.font-size-12 a{
	font-size: 12px!important;
}
.font-size-12 label{
	font-size: 12px!important;
}
.inline-block{
	display: inline-block;
}
/* .inline-block .fa.fa-eye-slash{
	background-image: url(../images/do-not-disturb-rounded-sign.png);
} */
.title-bg-gray{
	background: #eff4fd!important;
	margin: 0 -15px;
    padding: 12px 0 8px 15px;
	font-weight: bold;
	font-size: 19px;
	color: #606060!important;
	clear: both!important;
}
.title-bg-gray .info{
	width: 33.33333333%;
	float: right;
	padding-left: 35px;
    padding-right: 15px;
	font-weight: normal;
    font-size: 16px!important;
    line-height: 18px!important;
	position: relative;
}
.title-bg-gray .info i.sl{
	position: absolute!important;
    left: 15px!important;
}
.form span.title{
	width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}
.note-posted{
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
    background-color: #E9F7FE;*/
	background: linear-gradient(to bottom, rgba(255,255,255,0.2), transparent);
    background-color: #eff4fd;
	color: #606060;
	line-height: 18px;
    margin-bottom: 15px;
    position: relative;
    padding: 7px 12px;
    padding-left: 50px;
    border-radius: 3px;
	background-image: url(../../../data/images/attention.png);
	background-repeat: no-repeat;
    background-size: 25px;
    background-position: 10px 10px;
	min-height: 50px;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0);
}
.bg-green.btn-sb{
	width: 100%;
	font-size: 26px;
}
.bg-green.btn-sb span{
	font-size: 32px;
    position: absolute;
	width: 30px;
	height: 30px;
	left: 35%;
    top: 8px;
}
.bg-green.btn-sb span img{
	max-width: 30px;
}
.button.bg-gray{
	color: #333;
}
.preview-text button{
	width: 47%;
	margin: 0;
	float: left;
}
.preview-text button:last-child{
	float: right;
}
.clear-margin{
	margin-left: 0!important;
	margin-right: 0!important;
}
.newlayout input:hover, 
.newlayout input[type=text]:hover, 
.newlayout input[type=password]:hover, 
.newlayout input[type=email]:hover, 
.newlayout input[type=number]:hover, 
.newlayout textarea:hover, 
.newlayout select:hover{
	border-color: #0b5d8c!important;
}
.newlayout input:focus, 
.newlayout input[type=text]:focus, 
.newlayout input[type=password]:focus, 
.newlayout input[type=email]:focus, 
.newlayout input[type=number]:focus, 
.newlayout textarea:focus, 
.newlayout select:focus{
	border-color: #0b5d8c!important;
}
.box-map{
    overflow: hidden;
	margin-bottom: 10px;
}
.pac-container {
    box-shadow: none!important;
    border-radius: 0px;
    border: 1px solid #d9d9d9!important;
    border-top: none!important;
}
.pac-item {
    line-height: 35px;
}
.pac-item:first-child {
    border-top: none!important;
}
.pac-icon {
    margin-top: 8px!important;
}
.pac-container:after {
    content: none!important;
}
.more-padding .col-xs-4{
	padding-left: 35px!important;
	padding-right: 35px!important;
}
.more-padding .col-xs-8{
	padding-left: 35px!important;
	padding-right: 35px!important;
}
.more-padding .clear-margin{
	margin-left: 25px!important;
    margin-right: 25px!important;
}
.more-padding .col-xs-4.padding-right-15{
	padding-right: 15px!important;
}
.more-padding .col-xs-4.padding-left-15{
	padding-left: 15px!important;
}
.input-bg-white .chosen-container-single .chosen-single{
	background: #FFF!important;
}
.input-bg-white input, 
.input-bg-white input[type=text], 
.input-bg-white input[type=password], 
.input-bg-white input[type=email], 
.input-bg-white input[type=number], 
.input-bg-white textarea, 
.input-bg-white select{
	background: #FFF!important;
}
.popup .bg-blue{
	background:#84a9ee!important;
	color: #FFF;
}
.btn-input{
	position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 3px;
    transition: .3s;
}
.btn-input:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0 14px 0 0;
    top: -1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #c0c0c0;
    float: right;
    font-weight: normal;
}
.div-add-playlist{
	width: 350px;
	padding:25px;
}
.div-add-playlist h4.title{
	margin: 0 0 10px 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
	color: #333;
}
.div-add-playlist ul.list-unstyled{
	margin: 0 0 20px 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
	max-height: 250px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-right: 10px!important;
}
.div-add-playlist ul.list-unstyled::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
.div-add-playlist ul.list-unstyled::-webkit-scrollbar{
	width: 1px;
	background-color: #F5F5F5;
}
.div-add-playlist ul.list-unstyled::-webkit-scrollbar-thumb{
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}
.div-add-playlist ul.list-unstyled li{
	position: relative;
	line-height: 30px;
}
.div-add-playlist input[type=checkbox]{
	display: block!important;
    width: 70%!important;
    height: 26px!important;
    position: absolute!important;
    z-index: 99!important;
    opacity: 0!important;
    margin: 0!important;
	cursor: pointer;
}
.div-add-playlist ul.list-unstyled li .status-playlist{
	position: absolute;
	top: 3px;
	right: 0;
}
.div-add-playlist a{
	color: #333;
}
.fastplaylist-create-new h5{
	margin-bottom: 0;
}
.fastplaylist-create-new .search-field{
	padding: 6px 0px 4px!important;
    height: auto!important;
    line-height: 20px!important;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    background: #FFF!important;
	border-radius: 0;
}
.fastplaylist-create-new .form-control{
	padding: 6px 0px 0px!important;
    height: auto!important;
    line-height: 20px!important;
    border: none!important;
    border-bottom: 1px solid #ddd!important;
    background: #FFF!important;
	border-radius: 0;
	-webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
}
.button-noboder{
	color: #0b5d8c;
	border: none; 
	background: transparent;
}
.same-button{
	padding: 8px 20px!important;
	min-width: 200px;
}
.box-action > div.padding-left-15{
	padding-left: 15px!important;
}
.box-action .fa.fa-eye-slash{
	margin-bottom: -7px!important;
}
.fa-eye-slash:before{
	color:#ff5252;
}
.box-action .fa.fa-eye-slash:before{
/*	content: ' '!important;
	background-image:  url('../../../data/images/private.png');
	background-size: 25px;
	background-repeat: no-repeat;
	width: 25px;
    height: 25px;
    display: block;*/
}
.box-action .fa.fa-eye-slash {
    margin-bottom: 3px!important;
}
.box-action .sl-icon-user-follow:before{
	content: ' '!important;
	background-image:  url('../../../data/images/add_follow_icon.png');
	background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: -2px;
}
.box-action .sl-icon-user-unfollow:before{
	content: ' '!important;
	background-image:  url('../../../data/images/follow_icon.png');
	background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: -2px;
}
.box-action-profile .sl-icon-user-unfollow:before{
	
	background-image:  url('../../../data/images/follow_icon.png');
	background-size: 25px!important;
    background-repeat: no-repeat;
    width: 25px!important;
    height: 25px!important;
    margin-top: -3px!important;
}
.listing-head{
	padding: 8px 10px 0;
    position: relative;
	font-size:14px;
}
.title-underline{
	margin: 0 15px 10px;
    border-top: 1px solid #ddd;
    font-size: 22px;
	clear: both;
	position: relative;
}
.saved-icon{
	background-image: url(../../../data/images/star-check-icon.png);
    background-size: 25px;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
    margin-top: -2px;
}
.no-message-icon{
	background-image: url(../../../data/images/no-message-ver1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}
.member-followers.message-content.member-messages .no-message-icon{
	background-image: url(../../../data/images/no-message-ver1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
	margin-left:0px;
}
.btn-submit-same-google{
	background-color: #4285f4!important;
    background-image: none!important;
	color: #fff!important;
}
.new-bg{
	background: #eff4fd!important;
    padding: 12px 0 8px 15px!important;
    font-size: 18px!important;
    color: #333!important;
    clear: both!important;
}
.list-total-view{
	position: absolute;
    right: 45px;
    top: 0;
    font-size: 14px;
    line-height: 20px;
}
.head-follow.bg-blue-se{
	color: #707070!important;
}
.head-follow.bg-blue-se a{
	color: #707070!important;
}
.head-follow.bg-white{
	color: #707070!important;
}
.head-follow.bg-white li{
	position: relative;
}
.head-follow.bg-white .profile-menu a{
	color: #707070!important;
}
.head-follow.bg-white a.underline{
	text-decoration: none!important;
}
.head-follow.bg-white .profile-menu a::after{
	content: '';
    position: absolute;
    background: #fff;
    bottom: -10px;
    left: 0;
    height: 4px;
    width: 100%;
}
.head-follow.bg-white li:hover > a::after{
	background: #707070!important;
}
.head-follow.bg-white li a.underline{
	font-weight: bold;
}
.head-follow.bg-white li a.underline::after{
	display: block;
	background: #0b5d8c!important;
}
.listing-item.bg-blue-se .listing-content{
	color: #707070!important;
}
.listing-item.bg-blue-se .listing-content ul li a{
	color: #707070!important;
}
.listing-item.bg-blue-se .listing-content ul li a:hover{
	text-decoration: underline!important;
}
.head-follow .info-user h3{
	font-size: 32px;
	font-weight:bold;
	/*text-shadow: 0px 0px 0px #333, 0px 0px 0px #333, 0.05px 0.05px 1px #333;*/
}
.head-follow .info-user p{
	margin: 0 0 15px;
}
.listing-item.bg-blue-se{
	background: rgba(224, 240, 253)!important;
}
.listings-3-colum.grid-layout .box-action{
	position: relative!important;
    bottom: auto!important;
    right: auto!important;
    left: auto!important;
	width: 100%!important;
	padding: 5px 0 45px 0!important;
	/* overflow: hidden; */
}
.listings-3-colum.grid-layout .box-action .pull-right{
	width: 33.33%;
    text-align: center!important;
    padding: 0!important;
}
/*vinh css 16/11/2018*/
.invalid
{
	border: 1px solid red !important;
}
/* create post*/
.color-white{
	color:white !important;
}
.file-upload {
	position: relative;
	/* display: inline-block; */
}

.file-upload__label {
  display: block;
  color: #fff;
  background: #222;
  border-radius: .4em;
  transition: background .3s;
  
  &:hover {
	 cursor: pointer;
	 background: #000;
  }
}

.file-upload__input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 1;
	width:0;
	height: 0;
	opacity: 0;
	margin:0;
	padding:0;
	display:none;
}
.text_choose
{
	padding: 0px 3px 10px;
	margin: 0px;
	line-height: 16px;
	
}
.text_choose b
{
	color:gray;
}
.image-radio {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid transparent;
	margin-bottom: 0;
	outline: 0;
	position: relative;
	/* min-height: 155px; */
	width: 157px;
    height: 120px;
    overflow: hidden;
}
.image-radio input[type="radio"] {
	display: none;
}
.image-radio-checked {
	border-color: green;
}
.image-radio .glyphicon {
	position: absolute;
	color: green;
	background-color: #fff;
	top: 2px;
	left: 0;
	display: none !important;
}
.custom-fix
{
	position: absolute !important;
    background-color: rgba(0, 0, 255, 0.5) !important;
    height: 15%!important;
    bottom: 0 !important;
    left: 0 !important;
    font-size: 14px !important;
    text-align: center!important;
}
.image-radio-checked .glyphicon {
	display: block !important;
}
.col-md-4.nopad{
	
}
.reorder_link {
	color: #3675B4;
	border: solid 2px #3675B4;
	border-radius: 3px;
	text-transform: uppercase;
	background: #fff;
	font-size: 18px;
	padding: 10px 20px;
	margin: 15px 15px 15px 0px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	white-space: nowrap;
}
.reorder_link:hover {
	color: #fff;
	border: solid 2px #3675B4;
	background: #3675B4;
	box-shadow: none;
}
#reorder-helper{margin: 18px 10px;padding: 10px;}
.light_box {
	background: #efefef;
	padding: 20px;
	margin: 10px 0;
	text-align: center;
	font-size: 1.2em;
}

.gallery ul{ margin:0; padding:0; list-style-type:none;}
.gallery ul li{ padding:0px; border:1px solid #ccc; float:left; margin:2px 2px; background:none; width:auto; height:auto; position: relative;}

/* NOTICE */
.notice, .notice a{ color: #fff !important; }
.notice { z-index: 20; }
.notice a { font-weight: bold; }
.notice_error { background: #E46360; }
.notice_success { background: #657E3F; }
/**/

.gallery{ width:100%; float:left; }
.gallery img{ width:149px;}
.none{ display:none !important;}
.upload_div{ margin-bottom:50px;}
.uploading{ margin-top:15px;}
.time1 {
  position: absolute;
  margin-left: 0px;
  bottom:0px;
  right:0px;
  z-index: 999;
  cursor: pointer;
  background-color: #ce0122;
  color: white;
}
.time2 {
  position: absolute;
  margin-left: 0px;
  bottom:0px;
  right:0px;
  z-index: 999;
  cursor: pointer;
  background-color: #ce0122;
  color: white;
}
.time2_dec_url {
  position: absolute;
  margin-left: 0px;
  bottom:0px;
  right:0px;
  z-index: 999;
  cursor: pointer;
  background-color: #ce0122;
  color: white;
}
.time2_url {
    position: absolute;
    margin-left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    cursor: pointer;
    background-color: #ce0122;
    color: white;
}
.time2_upload {
  position: absolute;
  margin-left: 0px;
  bottom:0px;
  right:0px;
  z-index: 999;
  cursor: pointer;
  background-color: #ce0122;
  color: white;
}
.saved-icon-30 {
    background-image: url(../../../data/images/star-check-icon.png);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 5px!important;
	margin-bottom:-5px!important;
}
.pd-left-30{
	padding-left:30px!important;
}
.pd-left-60{
	padding-left:60px!important;
}
.pd-left-90{
	padding-left:90px!important;
}
.topic-disable{
	color:#888!important;
	font-weight:700!important;
}
/*end creare post*/
.saved-icon-20 {
    background-image: url(../../../data/images/star-check-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
}
.post-saved{
	padding:0px!important;
	line-height:20px!important;;
}
.head-follow.bg-blue-se ul li{
	position: relative;
}
.head-follow.bg-blue-se ul li span i{
	padding-right: 12px;
}
.profile .options a{ 
	color:#eee!important;
}
.fileuploader-input-convert
{
	padding: 16px 0 !important;
}
.fileuploader-input-convert .fileuploader-main-icon
{
	margin-bottom: 0px !important;
}
.fileuploader-input-convert .fileuploader-main-icon{
	font-size: 40px !important;
}
.list-layout .listing-item-config .listing-title{
	max-width: 500px;
}
.pd-left-301{
	padding-top:3px !important;
	padding-bottom:3px !important;
}
.chosen-container .chosen-results li
{
	padding-top:4px ;
	padding-bottom:3px ;
}
.topic-disable{
	padding-top:7px !important;
	padding-bottom:3px !important;
}
.pd-left-302{
	padding-left:44px !important;
}

/*reposive iframe*/
/* Responsive IFRAME Embed Encoding 
   Adapts fixed pixel IFRAME sizes and makes them responsive. */


/* First, define the common wrapper elements 
   Padding-top is for the fixed height header of the embedded content */

.youtubeWrapper, .vimeoWrapper, .instagramWrapper, .soundcloudWrapper {
    position: relative;
    padding-top: 30px; height: 0; overflow: hidden;
}


/* Set the padding-bottom for 16:9 aspect ratio video from YouTube & Vimeo */ 
.youtubeWrapper, .vimeoWrapper, .soundcloudWrapper {
    padding-bottom: 56.25%;    
	background: #bebebe;	
}

/* Set padding-bottom for 5:6 aspect ratio Instagram content */
.instagramWrapper {
  padding-bottom: 100%;
}
    
/* For each content source, set the IFRAME to be top left and occupy 100% of width and height of the containing DIV wrapper */    
.youtubeWrapper iframe,
.youtubeWrapper object,
.youtubeWrapper embed,
.vimeoWrapper iframe,
.vimeoWrapper object,
.vimeoWrapper embed,
.instagramWrapper iframe,
.instagramWrapper object,
.instagramWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*end*/
.soundcloudWrapper iframe,
.soundcloudWrapper object,
.soundcloudWrapper embed{
    position: absolute;
    top: 25%;
	margin: 0 2%;
	left: 0;
    width: 96%;	
}
.loading_v
{
	display: block;
    margin: auto;
}
.item_image
{
	height:119px; background-color: #f4f4f4;
}
.item_image img{
	max-height: 95%!important; max-width: 95%!important;text-align: center;  margin: 0 auto;   position: absolute;  top: 50%;left: 50%; transform: translate(-50%,-50%);
}
.item_image1 img
{
	max-height: 100%!important; max-width: 100%!important;text-align: center;  margin: 0 auto;   position: absolute;  top: 50%;left: 50%; transform: translate(-50%,-50%);
}
.item_image1 .image-radio .glyphicon{
	font-size: 12px;
    height: 10px;
    width: 10px;
}
.item_image1 .time2{
	font-size: 13px;
}
/*chỉnh list hình post*/
.mask_image .listing-content{
	max-width: 530px;
}
.mask_image .mask-video
{
	width: 100%;
    height: 100%;
    position: relative;
}
.mask_image .mask-video img
{
	max-height: 100%!important; max-width: 100%!important;text-align: center;  margin: 0 auto;   position: absolute;  top: 50%;left: 50%; transform: translate(-50%,-50%); width:auto;
}
/*end chỉnh post*/

.img-box-slide.mask-video img{
	 max-height: 100%!important; max-width: 100%!important;text-align: center;  margin: 0 auto; display: list-item; width:auto;
}

.image_bkg .mask-video
{
	background-color: #eee !important;
}
.image_bkg .listing-img-container
{
	height:147px !important;
	min-height:147px !important;
}
.mask-video-index{
	height: 122px!important;
}
.property-slider-custom
{
	margin-left:-10px;
	margin-right:-10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.property-slider-custom .slick-list
{
	padding:0px !important;
	
}
/*modal*/
.modal.custom {
    outline:none;
}
.modal.custom .modal-dialog {
    width:50%;
    margin:0 auto;
}
.modal.custom .modal-dialog{
	margin: 10% auto;
}
.popup-close {
	width:30px;
	height:30px;
	opacity:1 !important;
	display:inline-block;
	position:absolute;
	top:0px;
	right:0px;
	transition:ease 0.25s all;
	-webkit-transform:translate(50%, -50%);
	transform:translate(50%, -50%);
	border-radius:1000px;
	background:#0b5d8c !important;
	font-family:Arial, Sans-Serif;
	line-height:100%;
	color:#FFF !important;
}
.popup-close:hover {
-webkit-transform:translate(50%, -50%) rotate(180deg);
transform:translate(50%, -50%) rotate(180deg);
background:red !important;
text-decoration:none;
}
.modal.custom .success{
	color:#0b5d8c;
	margin-bottom:0px;
	font-size:16px;
	border: none;
    padding: 11px;
    background-color: aliceblue;
}
.modal.custom .error{
	color:#de5959;
	margin-bottom:0px;
	font-size:16px;
	border: none;
    padding: 11px;
    background-color: #ffe9e9;
	
}
.modal.custom .modal-title{
	font-weight: 700;
    color: #0b5d8c;
	font-size:25px;
}
.modal.custom .modal-header {
    padding: 7px 15px;
}
/*emd modal*/
iframe.Header{
	display:none;
}
/*end vinh css 16/11/2018*/
.playlist-detail .title-center-sm{
	font-size: 16px;
	font-weight:600;
}
.playlist-detail .img-box-slide{
	height: 115px!important;
}
.title-playlist{
	font-size: 25px;
    padding: 15px;
    line-height: 20px;
    color: #707070;
}
.playing-detail{
	color:#032f5b;
}
.message-content .msg-unread {
	background: rgb(244, 249, 252)!important;
}
.message-content .msg-blocked {
	background: #f8f9f9!important;
}
.item-spot{
	cursor: pointer;
}
.cblue_2{
	color:#0b5d8c!important;
}
.grid-layout .listing-desc-fix {
    display: none!important;
}
.listing-options{
	display:none;
}
.grid-layout .listing-item:hover .listing-options{
	display:block!important;
}
.grid-layout .listing-item:hover{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.submenu {
	/* visibility: hidden; */
	display: none;
    filter: alpha(opacity=0);
    opacity: 0;
    /* position: absolute; */
    /* left: 100%; */
    z-index: -1;
    width: 100%;
    top: -2px;
    bottom: -2px;
    overflow-y: auto;
    background: #fff;
	color:#666;
    padding: 5px 5px;
	transition: visibility 0s, opacity 0.5s linear;
} 
/* collapse What?*/

/* .select-top > li.have-sub-menu > ul.submenu {
	display: none;
}
.select-top > li.have-sub-menu.active > ul.submenu {
	display: block;
    filter: alpha(opacity=100);
    opacity: 1;
} */

/* .select-top > li.have-sub-menu:not(.active):after {
	transform: rotate(90deg) !important;
}
.select-top > li.have-sub-menu.active:after {
	transform: rotate(-90deg) !important;
}
.select-top > li.have-sub-menu.active > ul.submenu {
	display: block;
} */


.submenu > li a:not(.sub-menu-parent) {
    color: #888 !important;
}
.select-top > li > ul li:hover {
    /* background: rgba(0, 0, 0, 0.05); */
	background: #84a9ee;
	
}
.select-top > li > ul li:hover > a {
	color: #fff !important;
}
.latest-home{
	background: rgba(132, 169, 238, 0.8)!important;
	border: 1px solid #daf0fc!important;
	
}

.bg-green-fi-home{
	background: rgba(156, 202, 112, 0.8)!important;
	border: 1px solid #daf0fc!important;
	padding-right: 45px!important;
	
}
.memu-main-home > button{
	border: none;
    background: none;
    font-size: 16px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    padding: 0 0px 0 15px;
    z-index: 2;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color: #888;
    line-height: 50px;
}
.memu-main-home{
	position: relative;
    border: 1px solid #ddd;
    background: #FFF;
    color: #333;
    height: 50px!important;
	border-radius: 3px;
    transition: .3s;
}
.memu-main-home.active{
	border: 1px solid #0b5d8c!important;
}
.memu-main-home-where:hover{
	border: 1px solid #0b5d8c;
	background: #f8f9f9;
}
.memu-main-home-what:hover{
	border: 1px solid #0b5d8c;
background: #f8f9f9;	
}
.memu-main-home-which:hover{
	border: 1px solid #0b5d8c;	
}
.suggesstion-box1{
	display: none;
	position: absolute;
    top: 100%;
    z-index: 990;
    width: 100%!important;
    background-color: #fcfcfc;
    background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(255,255,255,1) 100%);
    border-top: 0;
    border-radius: 0 0 3px 3px;
    border: 1px solid #799cd2;
}
.memu-main-home.active .suggesstion-box1 {
    display: block;
}
.memu-main-home > button:after{
	content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 16px;
    margin: 0 14px 0 0;
    top: -1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #c0c0c0;
    float: right;
    font-weight: normal;
}
.memu-main-home > button:before{
	background-color: unset!important;
}
.memu-main-home.active > button:after{
	content: "\f0d8";
}
.suggesstion-box-top{
	display: none;
    background: #fff;
    border: 2px solid #799cd2;
    position: absolute;
    top: 40px;
    left: -2px;
    z-index: 21;
    
    -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
}
.showwmenu.active .suggesstion-box-top{
	display:block;
}

.showwmenu{
	position:relative;
}
.suggesstion-box-top .mega-list{
	padding: 10px 0px 10px 0px!important;
}
.disable_li{
	pointer-events: none;
	opacity: 0.6;
}
.list-statistics a:hover{
	text-decoration: underline;
	font-weight:bold;
}
.show-underline a:hover{
	text-decoration: underline!important;
}
.popup_close{
	font-size: 29px;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    -webkit-transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #fff!important;
    font-family: Arial, Sans-Serif;
    color: #0b5d8c !important;
    padding-left: 5px;
    padding-top: 0px;
}
.fw-bold{
	font-weight:bold;
	/*background-color: rgba(233, 247, 254, 0);*/
	background-color: #E9F7FE;
	border:1px solid;
	box-shadow: 0 4px 10px rgba(204, 204, 204, .9)
}
#cke_Upload_98{
	color:#F00;
}
#cke_95_label{
	color:#fff;
	text-shadow: unset;
    font-weight: bold;
}
#cke_96_uiElement{
		background:#0b5d8c;
}

.cke_editable img{
	max-width: 100%!important;
    height: auto!important;
}
.cke_dialog_ui_button_ok_text{
	user-select: none;
    border: unset!important;
    background: unset!important;
    pointer-events: none!important;
    cursor: default!important;
    text-decoration: none!important;
	padding-right:150px!important;
}
.hover_avatar_hover:hover > .hover_avatar{
	visibility: visible!important;
    transition: opacity 1.3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-start;
}
  .cover-img .fix-cover{
		display: block;
		padding: 5px 10px;
		background: rgba(0, 0, 0, 0.6);
		position: absolute;
		top: 10px;
		color: #ffffff;
		text-decoration: none;
		right: 10px;
		z-index: 99;
		visibility: collapse;
  }
	 .cover-img:hover a {
		visibility: visible;
		transition: opacity 1.3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-start;
	}
.cover-img1 ul.cover-image-fix {
	float: left;
    text-align: left;
    position: absolute;
    top: 55px;
    right: 10px;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    display: inline-block;
    width: 135px;
    font-size: 15px;
    transform: translate3d(0,15px,0);
    padding: 5px 5px;
    box-sizing: border-box;
    transition: 0.25s;
    visibility: hidden;
    opacity: 0;
    z-index: 110;
}	
.cover-img1.active ul.cover-image-fix {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0,0,0);
}
.cover-img1 ul.cover-image-fix li a {
    padding: 0px;
    line-height: 25px;
    display: inline-block;
    color: #696969;
    transition: 0.2s;
}
.cover-img .active a {
    visibility: visible;
    transition: opacity 1.3s cubic-bezier(.175, .885, .32, 1.275), width .3s step-start;
}
.cover-img1 ul.cover-image-fix li a:hover {
	text-decoration: underline;
	color:#0b5d8c;
}
.header-wrapper {
position: fixed;
z-index: 500;
top: 0;
right: 0;
left: 0;
height: 44px;
background: #527dbb;
color: white;
font-family: 'Roboto', 'Segoe UI', Tahoma, Segoe UI, Arial, sans-serif;
border-bottom: 1px solid #3a558e;
}
.header-wrapper a {
color: #fff;
}
.header-content {
max-width: 920px;
line-height: 45px;
margin: 0 auto;
padding: 0;
}
.header-site-logo {
height: 44px;
}

.page-wrapper {
max-width: 920px;
color: #4e5665;
margin: 45px auto 0;
}

.timeline-header-wrapper {
background: white;
padding: 0;
}
.cover-container {
position: relative;
}
.cover-wrapper {
position: relative;
width: 100%;
}
.cover-wrapper img {
width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
height:360px!important;
}
.cover-resize-wrapper {
position: relative;
width: 100%;
height: 360px!important;
overflow: hidden;
display: none;
}
.cover-resize-wrapper img {
position: absolute;
width: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
.cover-resize-wrapper .drag-div {
	position: absolute;
    bottom: 50%;
    width: 200px;	
    background-color: rgba(84, 97, 133, .4);
    border-radius: 2px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .12);
    color: #fff;
    display: inline;
    font-size: 18px;
    /*font-weight: bold;*/
    padding: 5px 10px 5px 10px;
	left:40%;
}
.cover-progress {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: none;
background: rgba(0,0,0,0.6);
color: white;
text-align: center;
}
.timeline-header-wrapper .avatar-wrapper {
position: absolute;
left: 15px;
bottom: -27px;
display: inline;
border-radius: 3px;
}
.timeline-header-wrapper .avatar-wrapper img {
width: 155px;
height: auto;
background: white;
padding: 4px;
border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
.timeline-header-wrapper .avatar-change-wrapper {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
visibility: hidden;
opacity: 0;
color: white;
text-align: center;
font-size: 23px;
padding-top: 56px;
transition: all 0.25s;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
-o-transition: all 0.25s;
}
.timeline-header-wrapper .avatar-change-wrapper i {
color: white;
cursor: pointer;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
transition: all 0.25s;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
-o-transition: all 0.25s;
}
.timeline-header-wrapper .avatar-wrapper:hover .avatar-change-wrapper {
visibility: visible;
opacity: 1;
}
.timeline-header-wrapper .avatar-progress-wrapper {
position: absolute;
top: 5px;
right: 5px;
bottom: 3px;
left: 5px;
display: none;
background: rgba(0,0,0,0.45);
color: white;
text-align: center;
padding: 50px 0 0;
}
.timeline-header-wrapper .timeline-name-wrapper {
position: absolute;
left: 190px;
bottom: 7px;
display: inline-block;
color: rgba(255,255,255,0.5);
text-shadow: 0 0 3px rgba(0,0,0,0.9);
font-size: 19px;
font-weight: 500;
}
.group-header-wrapper .timeline-name-wrapper {
left: 12px;
}
.timeline-header-wrapper .timeline-name-wrapper a {
color: white;
}
.timeline-header-wrapper .timeline-name-wrapper .verified-badge {
display: inline-block;
vertical-align: middle;
background: #4f82ca;
color: white;
text-shadow: 0 0 0 #fff;
font-size: 9px;
margin-bottom: 5px;
padding: 3px 2px 2px 3px;
border: 2px solid white;
border-radius: 100%;
box-shadow: 0 0 0 1px rgba(0, 0, 0, .3);
}
.timeline-statistics-wrapper {
padding-left: 182px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #d4d5d6;
}
.group-header-wrapper .timeline-statistics-wrapper {
padding-left: 0;
}
.timeline-statistics-wrapper .statistic {
background: white;
font-weight: 500;
padding: 10px 15px;
border-right: 1px solid #e5e6e7;
}
.timeline-statistics-wrapper .statistic a {
display: block;
color: #4e5665;
}
.timeline-statistics-wrapper .statistic small {
font-weight: normal;
}
.timeline-statistics-wrapper .statistic:hover {
background: #f5f6f7;
}
.timeline-buttons {
margin-bottom: 5px;
}
.timeline-buttons a {
display: block;
width: 96%;
background: #f9fafb;
background: linear-gradient(#f5f6f7 1%, #ffffff 2%, #ffffff 70%, #f5f6f7 100%);
color: #4e5665;
text-align: center;
font-weight: 500;
margin: 0 0 5px 0;
padding: 7px 0;
border: 1px solid #d4d5d6;
border-radius: 3px;
cursor: pointer;
}
.timeline-buttons a i {
margin-right: 3px;
}
.timeline-buttons .active {
background: #527dbb;
background: linear-gradient(#5791d4,#5571ac);
color: white;
border-color: #3a558e;
}
.cover-resize-buttons {
display: none;
}

.empty-wrapper {
background: white;
color: #6b6b6b;
margin: 0 0 10px;
padding: 10px;
border: 1px solid #d4d5d6;
border-radius: 3px;
}
.no-wrapper {
color: #898f9c;
padding: 10px;
}
.hidden {
display: none;
}
.cursor-hand {
cursor: pointer;
}
.content-menu-user{
	display:none;
	top: 30px;
	padding-top: 20px;
	left: -100px;
	background: transparent;
	border: unset;
	box-shadow: unset;
	padding-bottom: 50px;
	position: absolute;
	width: 300px; 
}
.show-maps-v:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #333;
    top: 1px;
    margin-left: 0px;
    position: relative;
}
.show-maps-v.active:after {
    content: "\f0d8";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #333;
    top: 1px;
    margin-left: 0px;
    position: relative;
}
.user-menu.active .content-menu-user{
	display:block;
}
.showmaps_clicked{
	display:none;
}
.showmaps_clicked.active{
	display:block;
}
.edit-comment-icon-post a{
	color: #84a9ee;
}
.memu-main-home.active .select-top{
	margin: 0 0px 1px 0;
    padding: 0 0px 10px 0px;
}
.cover-img2:after {
    bottom: 0px;
    content: "";
    left: 0px;
    position: absolute;
    right: 0px;
    top: 70%;
   /* background-image: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.008) 32.5%, rgba(0, 0, 0, 0.024) 40%, rgba(0, 0, 0, 0.055) 47.5%, rgba(0, 0, 0, 0.094) 55%, rgba(0, 0, 0, 0.15) 62.5%, rgba(0, 0, 0, 0.216) 70%, rgba(0, 0, 0, 0.294) 77.5%, rgba(0, 0, 0, 0.384) 85%, rgba(0, 0, 0, 0.486) 92.5%, rgba(0, 0, 0, 0.6) 100%);*/
   background-image: linear-gradient(transparent 25%, rgba(0, 0, 0, 0.008) 32.5%, rgba(0, 0, 0, 0.024) 40%, rgba(0, 0, 0, 0.04) 47.5%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0.11) 62.5%, rgba(0, 0, 0, 0.16) 70%, rgba(0, 0, 0, 0.19) 77.5%, rgba(0, 0, 0, 0.22) 85%, rgba(0, 0, 0, 0.25) 92.5%, rgba(0, 0, 0, 0.3) 100%);
}
/*.listing-item:hover .img-box-slide.mask-video img{
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}*/
.mega-list > ul > li.have-sub-menu:after {
	content: "\f105";
    font-family: "FontAwesome";
    
    transform: rotate(90deg);
    display: inline-block;
	right:10px;
	color: #666;
    padding: 0 5px;
    position: absolute;
    cursor: pointer;
}

.sub-menu-parent {
	color: #686868;
}
div.status:hover > span{
	color:#84a9ee!important;
}
.blog-post .im-icon-Checked-User:before {
    content: ' '!important;
    background-image: url(../../../data/images/post_follow_icon_b.png);
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    margin: 0 auto;
    margin-top: -4px;
}
.blog-post .im-icon-Checked-User{
    margin-bottom: -5px!important;
}
.blog-post .im-icon-Add-User{
    margin-bottom: -5px!important;
}
.blog-post .im-icon-Add-User:before {
    content: ' '!important;
    background-image: url(../../../data/images/post_follow_b.png);
    background-size: 27px;
    background-repeat: no-repeat;
    width: 27px;
    height: 27px;
    display: block;
    margin: 0 auto;
    margin-top: -4px;
}

.blog-post ul > li:hover a.cblue i.im-icon-Checked-User:before {
     background-image: url(../../../data/images/follow_icon.png);
}
.blog-post ul > li:hover a.cblue i.im-icon-Add-User:before {
     background-image: url(../../../data/images/add_follow_icon.png);
}
.box-action .pull-right #without_link{
	width:100%;
	cursor: grabbing;
	margin-right:0px!important;
}
.box-action .pull-right .sl-icon-user-unfollow{
	padding-left:0px!important;
}
.box-action .pull-right .sl-icon-user-follow{
	padding-left:0px!important;
}
.box-action .pull-right .saved-icon{
	margin-left: 8px;
}
.grid-layout .box-action .pull-right .saved-icon{
	margin-left: 33px;
}

.box-action .pull-right .sl-icon-user-follow:before{
	margin-right: 10px;
}
.grid-layout .box-action .pull-right .sl-icon-user-follow:before{
	margin-right: 30px;
}
.box-action .pull-right .sl-icon-user-unfollow:before {
    margin-right: 17px;
}
.grid-layout .box-action .pull-right .sl-icon-user-unfollow:before {
    margin-right: 33px;
}

.box-action .pull-right i.saved-icon:before{
	content: ' '!important;
	cursor: grabbing;
}
.box-action .pull-right i:before{
	cursor: grabbing;
}
.btn-finish:hover,.btn-Draft:hover,.btn_preview:hover{
	//border: 1px solid;
    box-shadow: 0 4px 10px rgba(204, 204, 204, .9);
}
.breadcrumb{
	margin-bottom: 10px;
	margin-top: 10px;
}
.breadcrumb ul, .breadcrumb ol {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li, .breadcrumb ol li {
    display: inline-block;
}
.breadcrumb ul li + li:before, .breadcrumb ol li + li:before {
    content: "\f101";
    font-family: "FontAwesome";
    width: 24px;
    text-align: center;
    display: inline-block;
}
#suggesstion-box{
	background-color: white;
	position: absolute;
	width: 96%;
	z-index: 100;
	display: block;
	margin-top: 1px;
	background: #FFF;
	border-top: none;
	color: #666;
	display: none;
	border: 1px solid #84a9ee;
}
#suggesstion-box > ul,#suggesstion-box1 > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 10px;
}
#suggesstion-box > ul > li{
	padding: 5px 10px;
	color: #666;
	position: relative;
	font-weight: 400;
	font-size: 14px;
	border-top: 1px solid #ddd;
	display: block;
	list-style: none;
	text-align: left;
	cursor: pointer;
}
#suggesstion-box > ul >li:hover, .autocomplete-jquery-mark {
	cursor: pointer;
	background: #f8f8f8;
}
#suggesstion-box > ul::-webkit-scrollbar-track	{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #fff;
}
 #suggesstion-box > ul::-webkit-scrollbar, #suggesstion-box1 > ul::-webkit-scrollbar {
 width: 6px;
 background-color: #fff;
}
 #suggesstion-box > ul::-webkit-scrollbar-thumb, #suggesstion-box1 > ul::-webkit-scrollbar-thumb {
 background-color: #2F6DA1;
}
.mega-list {
	position: relative;
	clear: both;
	background: #FFF;
	padding: 10px 0px 10px 0px;
}
.mega-list > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mega-list > ul > li {
	width: 100%;
	float: left;
}
.mega-list > ul > li a {
	/* font-size: 14px; */
	color: #666;
	transition: unset!important;
}
.select-top li {
	padding: 5px 9px;
	line-height: 18px;
}
.select-top li:hover, .select-top li.active, .autocomplete-jquery-mark {
	cursor: pointer;
	background: #fff;
    color: #666;
	position: relative;
}

.select-top li:hover > a.sub-menu-parent {
	font-weight: bold;
    color: #3b588f !important;
}
.suggesstion-input{
	padding: 15px 10px 0px;
}
.suggesstion-input input{
	height: 40px!important;
    border: none!important;
    margin: 0!important;
    background: #f4f4f4;
}
.mega-list header{
    color: #888888;
    font-size: 15px;
    line-height: 15px;
}
body.waiting-beforesend:after{
	content:'';
	display:    block;
    position:   fixed;
    z-index:    9999;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;	
}
/*13112019*/

.top-bar-dropdown.active .options-dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate3d(0,0,0);
    min-width: 125px!important;
	margin-top: 0!important;
    border: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 3px;
    width: auto;
    margin-left: 0px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);
    z-index: 999;
}
.top-bar-dropdown ul.options-dropdown li a{
	color:#333!important;
	padding:5px!important;
}
.top-bar-dropdown ul.options-dropdown li:first-child{
	display:none!important;
}
.top-bar-dropdown ul.options-dropdown li:hover{
	background:#e1e1e1!important;
}

.a-click-menu-fix:after {
	content: "\f107";
    font-family: "FontAwesome";
    transition: 0.2s;
    transform: rotate(0deg);
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.show-list-tube.active .a-click-menu-fix:after {
	content: "\f106";
}
.multiselect-native-select .btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}
.multiselect-native-select input[type=checkbox] {
    display: inline;
    opacity: 0;
	width: auto!important;
	height:unset!important;
	line-height:unset!important;
}
.search-widget{
	height:50px;
}
a.multiselect-all.multiselect-item {
    background: none;
}
.default-li.active{
	background:#84a9ee;
}
.default-li.active a{
	color:#686868;
}
.box-action-member{
	position:absolute;
	right:0;
	bottom:0;
}
.grid-ads-4 .box-action > div {
    padding-left: 5px !important;
    padding-right: 5px !important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.listing-item:hover .img-box-slide img {
	display: inline-block !important;
    transform: scale(1.02) !important;
	opacity: 1 !important;
	width: 100%;
	height: 100%;
	transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
}
.listing-item:hover .mask-video {
    background-color: rgb(0, 0, 0, 0.27)!important;
}


@media (min-width: 993px) and (max-width: 1024px) {
	#wrapper{
		min-width: 100%!important;
	}	
	#header .top-link li.share,#header .top-link li.Latest-head, #header .top-link li.Post-New{
		display:none!important;
	}
	
}
@media (min-width: 769px) and (max-width: 992px) {
	#wrapper{
		min-width: 100%!important;
	}	
	#header .top-link li.share{
		display:none!important;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	#wrapper{
		min-width: 100%!important;
	}	
	#header .top-link li.share,#header .top-link li.Latest-head, #header .top-link li.Post-New, #header .top-link li.channel{
		display:none!important;
	}	
}
@media (max-width: 480px) {
	#wrapper{
		min-width: 100%!important;
	}
	.banner-description{
		width: 100%;
	}
	.top-link.pull-left, .top-link.pull-right{
		display:none;
	}
	.search-container-unset.padding-top-120{
		padding-top: 80px !important;
	}
	.banner-description .logo span {
		font-size: 32px;
	}	
	.banner-description h2{
		font-size: 20px;
	}	
	.banner-description h2 span {
		font-size: 20px;
	}	
	.with-forms.form-seach-top{
		margin-right: 0!important;
		margin-left: 0!important;
	}	
	.search-container-unset .col-5{
		width:100%!important;
		padding-bottom:10px;
	}
	.search-container-unset .col-5 select{
		height: 49px;
		line-height:49px;
		background: #fff;
		border: 1px solid #e0e0e0;
		margin-bottom: 0!important;
	}
	.form-seach-top{
		height:270px!important;
	}
	.banner-home ul li.margin-right-35{
		margin-right:0px!important;
	}
	.banner-home ul li a{
		font-size: 18px!important;
		font-weight: 400!important;
		padding: 11px 10px 10px!important;
		width: 130px!important;
		min-width: 135px!important;
	}
	.banner-home ul li a.bg-green-fi-home i{
		top: 14px!important;
		right: 7px!important;
	}
	.banner-home .padding-top-80{
		padding-top:40px!important;
	}
	.full-width.bg-gray.third-div.padding-top-0{
		padding-top:70px!important;
	}
}
.top-link a.btn-border {border: 1px solid #daf0fc;border-radius: 3px;padding: 0px 6px;font-size: 16px;	min-width: 110px;display: block;text-align: center;transition: 0.4s;position: relative;}
.box-search-result {
    background: none repeat scroll 0 0 #fff;
    left: 0;
    min-height: 100px;
    position: absolute;
    top: 50px;
    z-index: 999;
    border-top: 0;
    display: none;
	width: 100%;
}
ul.search_list {
    background: #fff;
    margin: 0;
    padding: 0;
}
ul.search_list li.key {
    background: #f6f6f6!important;
    padding: 5px 10px;
    font-weight: bold;
}
ul.search_list li {
    border-bottom: 1px solid #f6f6f6;
    display: block;
    list-style: none outside none;
    overflow: hidden;
    padding: 5px 10px;
}
ul.search_list li.key a {
    color: #333;
    font-weight: normal;
}
ul.search_list li a {
    color: #333;
    font-weight: normal;
}
.box-search-result .pages {
    background: #fafafa;
    text-align: center;
    padding: 5px;
}
.pagebar-mainbody #page_x {
    border: 1px solid #0074BD;
    color: #0074BD;
    display: inline-block;
    padding: 4px 12px;
}
.pages .pagebar-mainbody a, .pagelink-current {
    display: inline-block;
    margin-left: 4px;
    min-width: 12px;
    overflow: visible;
    padding: 1px 5px 1px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: auto!important;
    color: #333;
}
.pagebar-mainbody .pagelink-current {
    background: #0074BD;
    color: #FFF!important;
    padding: 4px 12px;
    border: 1px solid #0074BD;
}
.pagelink-current {
    color: #0074BD!important;
    font-weight: bold;
}
.worldtube .widget-button .tip-content{
	top: 90px;
}
.worldtube .tip-content:after{
	content:unset;
}
.worldtube .tip-content:before {
	font-family: "FontAwesome";
	content: "\f0d8";
	position: absolute;
	top: -70%;
	left: 50%;
	font-size: 22px;
	color: #333;
	transform: translate(-50%,50%);
}

.live-head{
	position: relative;
}

.live-label{
	color: #daf0fc;
	text-decoration: none;
}

.live-label:hover{
	text-decoration: underline;
}
.live__detail{
	display: none;
	background: #fff;
    border: 2px solid #799cd2;
    z-index: 21;
	width: 150px;
	position: absolute;
	top: 160%;
	left: 0;
    -webkit-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 21px 9px rgba(0, 0, 0, 0.14);
}

.live__detail::after{
	content: "";
	position: absolute;
	top: -13px;
    left: -23px;
    width: 200px;
    height: 100px;
}


.live__detail::before{
	content: "";
	position: absolute;
	top: -50px;
    left: -23px;
    width: 80px;
    height: 100px;
}


.live__detail-text{
	padding: 4px 10px;
	margin-bottom: 0;
}

.live__detail--block{
	display: block;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #84a9ee !important;
	background: #84a9ee !important;
}

.ui-widget.ui-widget-content {
	width: 355px !important; 
}

.ui-menu .ui-menu-item-wrapper {
	line-height: 1.1 !important;
}