@charset "utf-8";

/**
 Table of Contents:

1. DEFAULT CLASSES
2. ELEMENTS
  2.1.  HEADER
  2.2.  MENUS
  2.3.  SECTIONS
  2.4.  POPUP
  2.5.  LOGIN/REGISTER FORM
  2.6.  PROPERTY BOX
  2.7.  SEARCH FORM
  2.8.  PROPERTIES
  2.9.  SERVICES
  2.10. FEATURED ITEM
  2.11. AGENT
  2.12. TESTIMONIAL
  2.13. BLOG
  2.14. PARTNER
  2.15. SUBSCRIPTION
  2.16. FOOTER
  2.17. FAQ
  2.18. SHORTCODES
  2.19. PROGRESS BARS
  2.20. ABOUT PROPERTY
  2.21. FLOOR PLAN
  2.22. GALLERY
  2.23. SIDEBAR
  2.24. PRICING
  2.25. CONTACT
3. COMMERCE
4. RESPONSIVE

*
* -----------------------------------------------------------------------------
*/

/* --------------------------------------------------------------------- */

@font-face {
  font-family: 'star';
  src: url('../fonts/star.eot');
  src: url('../fonts/star.eot?#iefix') format('embedded-opentype'), url('../fonts/star.woff') format('woff'), url('../fonts/star.ttf') format('truetype'), url('../fonts/star.svg#star') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
html {
	font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #515666;
    background-color: #f3f3f9;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
a {
    -moz-transition-property: color;
    -o-transition-property: color;
    -webkit-transition-property: color;
    transition-property: color;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
	color: #3a3f4c;
}
a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}
a:hover, a:active {
	color: #114a82;
}
ul, ol {
	list-style: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
input[type="url"], input[type="number"], input[type="password"], input[type="text"], input[type="email"], input[type="file"] {
    border: 1px solid #e5e5f8;
    padding: 8px 15px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="file"]:focus {
    border-color: #114a82;
	outline:0px;
    -webkit-appearance:none;
}
textarea {
    border: 1px solid #e5e5f8;
    padding: 10px 15px;
    width: 100%;
	min-height: 150px;
}
textarea:focus {
    border-color: #114a82;
	outline:0px;
    -webkit-appearance:none;
}
iframe {
	width: 100%;
	border: none;
}
select {
    border: 1px solid #e5e5f8;
    padding: 9px 10px;
    width: 100%;
	cursor: pointer;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
	margin: 4px 0 0;
    line-height: normal;
}
.item-wrap {
    margin-bottom: 16px;
}
.item-wrap > label {
    color: #3a3f4c;
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 35px 0 12px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}
.button {
    background: #114a82;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    border: none;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #02a5f0;
    -webkit-transform: skewX(45deg) scaleX(1);
    -ms-transform: skewX(45deg) scaleX(1);
    transform: skewX(45deg) scaleX(1);
    -webkit-transform-origin: 0%;
    -ms-transform-origin: 0%;
    transform-origin: 0%;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.button > i {
    position: absolute;
    top: 12px;
    right: 0;
    left: auto;
    width: 35px;
}
.button:hover {
    color: #fff;
}
.button:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.button-2 {
    display: inline-block;
	border: none;
    background: #114a82;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding: 15px 30px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.button-2:hover {
    color: #FFF;
}
.button-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #db8706;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
    -o-transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.2, 0, 1, 1);
}
.button-2:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
	background-color: #db8706;
}
.button-2 > span {
    position: relative;
    backface-visibility: hidden;
    z-index: 10;
}
.fullwidth {
	width: 100%;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(51, 51, 51, 0.1);
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}
table td, table th {
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.4em;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.widget {
    margin-top: 30px;
	clear: both;
}
.widget:first-child {
    margin-top: 0;
}
.widget ul li {
    padding-bottom: 10px;
}
/*.widget ul li a:before {
    width: 5px;
    height: 5px;
    background-color: #e5e5f8;
    position: absolute;
    top: 9px;
    left: -14px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
}*/
.title {
    font-size: 30px;
    line-height: 26px;
    color: #114a82;
    font-weight: 600;
    text-transform: uppercase;
}
.ads-service {
    position: relative;
    min-height: 180px;
    padding: 35px 0;
}
.ads-service .title {
    font-size: 34px;
}
.ads-service .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
}
.ads-service .ads-phone {
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 250px;
}
.ads-service .ads-phone .fa-phone {
    font-size: 50px;
    line-height: 75px;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
}
.ads-service .ads-phone .fa-whatsapp {
    font-size: 50px;
    line-height: 75px;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    
}
.ads-service .ads-phone .ads-desc {
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
}
.ads-service .ads-phone .ads-desc a {
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.ads-service .ads-phone .ads-desc a:hover {
    color: #114a82;
}
.ads-service img {
    position: absolute;
    bottom: 0;
    left: -222px;
}
.readmore {
    display: inline-block;
    clear: both;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 5px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.readmore:after {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-left: 5px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.readmore:hover:after {
    margin-left: 10px;
}
.agent-carousel .owl-controls,
.partner-carousel .owl-controls,
.properties-carousel .owl-controls,
.blog-carousel .owl-controls {
	position: absolute;
    top: -100px;
    right: 10px;
}
.agent-carousel .owl-controls .owl-buttons div,
.partner-carousel .owl-controls .owl-buttons div,
.properties-carousel .owl-controls .owl-buttons div,
.blog-carousel .owl-controls .owl-buttons div,
.shop-slider .owl-controls .owl-buttons div {
    background: #02a5f0;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
	filter: Alpha(Opacity=100);
    opacity: 1;
	border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-carousel .owl-controls .owl-buttons div i,
.partner-carousel .owl-controls .owl-buttons div i,
.properties-carousel .owl-controls .owl-buttons div i,
.blog-carousel .owl-controls .owl-buttons div i,
.shop-slider .owl-controls .owl-buttons div i {
    color: #fff;
    font-size: 24px;
    line-height: 41px;
}
.agent-carousel .owl-controls .owl-buttons div:after,
.partner-carousel .owl-controls .owl-buttons div:after,
.properties-carousel .owl-controls .owl-buttons div:after,
.blog-carousel .owl-controls .owl-buttons div:after,
.shop-slider .owl-controls .owl-buttons div:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #02a5f0;
    -webkit-transform: skewX(45deg) scaleX(1);
    transform: skewX(45deg) scaleX(1);
    -webkit-transform-origin: 0%;
    transform-origin: 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.agent-carousel .owl-controls .owl-buttons div:hover,
.partner-carousel .owl-controls .owl-buttons div:hover,
.properties-carousel .owl-controls .owl-buttons div:hover,
.blog-carousel .owl-controls .owl-buttons div:hover,
.shop-slider .owl-controls .owl-buttons div:hover {
    background: #114a82;
}
.agent-carousel .owl-controls .owl-buttons div:hover:after,
.partner-carousel .owl-controls .owl-buttons div:hover:after,
.properties-carousel .owl-controls .owl-buttons div:hover:after,
.blog-carousel .owl-controls .owl-buttons div:hover:after,
.shop-slider .owl-controls .owl-buttons div:hover:after {
    -webkit-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.owl-pagination {
    width: 100%;
    top: inherit;
    margin-top: 14px;
    text-align: center;
    left: 0;
}
.owl-controls .owl-page {
    float: none;
}
.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 4px;
    padding: 0;
    background: #e5e5f8;
    margin: 0 5px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
	background: #114a82;
}
.go-to-top {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    bottom: 72px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: -60px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    color: #fff;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    text-align: center;
    width: 50px;
    z-index: 100;
    visibility: hidden;
	cursor: pointer;
}
.go-to-top:hover {
	color: #114a82;
}
.go-to-top.on {
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
    right: 20px;
}
.position-static {
	position: static;
}
.popup-video {
    float: left;
    width: 100%;
    position: relative;
}
.popup-video > a {
    display: block;
    overflow: hidden;
    height: 550px;
    background-repeat: none;
    background-size: cover;
    background-position: center;
}
.popup-video > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 74, 130, 0.8);
}
.popup-video > a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 48px;
    background: #114a82;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 5px #fab54d;
    box-shadow: 0 0 0 5px #fab54d;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-video > a > span {
    -webkit-box-shadow: 0 0 0 5px #fab54d;
    box-shadow: 0 0 0 5px #fab54d;
}
.popup-video > a > span > span {
    position: relative;
    overflow: hidden;
}
.popup-video > a > span > span:before {
    content: "\f488";
    display: inline-block;
    font-family: "Ionicons";
    position: absolute;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video:hover > a > span > span:before {
    -webkit-transform: translate(150%, 0);
    -ms-transform: translate(150%, 0);
    -o-transform: translate(150%, 0);
    transform: translate(150%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video > a > span > span:after {
    content: "\f488";
    display: inline-block;
    font-family: "Ionicons";
    -webkit-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    -o-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.popup-video:hover > a > span > span:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.section-about-group .popup-video {
    margin-top: 57px;
}
.section-about-group .popup-video a {
    max-height: 260px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
	background-image: url(../images/background/bg_487x275.jpg);
}
.section-about-group .popup-video a > span {
    width: 68px;
    height: 68px;
    line-height: 68px;
    font-size: 36px;
}
.pagination-loop {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0 50px;
}
.pagination-loop a, .pagination-loop span {
    color: #515666;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    margin: 0 2px;
    vertical-align: middle;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.pagination-loop a i, .pagination-loop span i {
    font-size: 16px;
    font-weight: 600;
}
.pagination-loop a:hover, 
.pagination-loop span:hover, 
.pagination-loop a.current, 
.pagination-loop span.current {
    background: #114a82;
    color: #fff;
}
.tabs {
    margin: 0 0 25px;
	border: none;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav > li > a {
    padding: 0;
	border: none;
	margin: 0;
	background: none;
	display: inline-block;
    color: #3a3f4c;
    font-size: 16px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 28px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nav > li > a:after {
    content: '';
    background: #114a82;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li:hover > a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.nav-tabs > li:hover > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: none;
    border: none;
	color: #114a82;
}
.tab-content {
    padding-top: 15px;
}
#googleMap, #googleMap2 {
	min-height: 550px;
}
.ads-service {
    position: relative;
    min-height: 180px;
    padding: 35px 0;
}
.ads-service .title {
    font-size: 28px;
	line-height: 26px;
    color: #114a82;
    font-weight: 600;
    text-transform: uppercase;
}
.ads-service .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 15px;
    color: #ffffff;
}
.ads-service .ads-phone {
    position: absolute;
    top: 60px;
    right: 0;
    min-width: 250px;
}
.ads-service .ads-phone .fa-phone {
    font-size: 50px;
    line-height: 75px;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    -webkit-transform: rotate(16deg);
    -ms-transform: rotate(16deg);
    -o-transform: rotate(16deg);
    transform: rotate(16deg);
}
.ads-service .ads-phone .fa-whatsapp {
    font-size: 50px;
    line-height: 75px;
    float: left;
    padding-right: 10px;
    color: #ffffff;
    
}
.ads-service .ads-phone .ads-desc a {
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.stars-rating {
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -o-transform: translate(0,-10px);
    transform: translate(0,-10px);
}
.stars-rating:before {
    background-color: #114a82;
    content: '';
    width: 90px;
    height: 16px;
    display: inline-block;
    -webkit-mask: url(../images/svg/star-outline.svg) no-repeat 50% 50%;
    mask: url(../images/svg/star-outline.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
}
.stars-rating span {
    display: inline-block;
    position: absolute;
    left: 0;
    overflow: hidden;
}
.stars-rating span:before {
    width: 90px;
    content: '';
    z-index: 9;
    background-color: #114a82;
    height: 16px;
    display: inline-block;
    -webkit-mask: url(../images/svg/star.svg) no-repeat 50% 50%;
    mask: url(../images/svg/star.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.wrap-page-title {
    background-color: #02a5f0;
    display: inline-block;
    padding: 20px 40px;
    position: relative;
}
.wrap-page-title .page-title {
    padding: 0;
    color: #114a82;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 32px;
}
.wrap-page-title .page-breadcrumb {
    margin-top: 6px;
    color: #fff;
    font-weight: 500;
}
.wrap-page-title .page-breadcrumb a {
    color: #fff;
}
.wrap-page-title .page-breadcrumb i {
    padding: 0 12px;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1.75;
    margin-left: 0;
    vertical-align: baseline;
}
.header-control {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    padding: 0 30px;
    z-index: 10;
}
.header-control li {
    position: relative;
    z-index: 10;
    margin-left: 2px;
    margin-top: 40px;
    padding: 5px 10px;
    display: inline-block;
    background: #02a5f0;
    color: #fff;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header-control li.active,
.header-control li:hover {
    background: #114a82;
}
.header-control li a {
    color: #FFFFFF;
}
#error-404 {
    padding: 100px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
#error-404 h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.required {
    color: red;
    font-weight: 700;
    border: 0;
}
#off-canvas-nav {
    display: none;
}

/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. HEADER === */
.headroom--pinned {
    transform: translateY(0);
}
.headroom--unpinned {
	transform: translateY(-100%);
}
.header,
.header.headroom--pinned.headroom--top {
    position: relative;
    z-index: 1000;
	transition: transform .25s ease-in-out;
    will-change: transform;
}
.header.headroom--pinned {
	position: fixed;
    top: 0px;
    z-index: 999;
	width: 100%;
}
.header .navbar-wrapper {
    background: #ffffff;
}
.topbar {
    background-color: #02a5f0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.15);
    border-left: none;
    border-right: none;
    min-height: 45px;
    color: #ffffff;
    overflow-y: hidden;
	height: 45px;
}
.topbar .topmeta {
    font-weight: 500;
    line-height: 0;
}
.topbar .topmeta .fa-mobile {
    float: left;
    font-size: 24px;
    line-height: 45px;
    margin-right: 10px;
}
.header .topbar .fa-mobile,
.header .topbar a, 
.header .topbar p{
    line-height: 45px;
}
.topbar .topmeta a {
    font-size: 14px;
    padding-right: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.topbar .topmeta a:hover {
	color: #114a82;
}
.topbar .topmeta.topmeta-right > a.popup-login {
    display: inline-block;
    float: left;
    padding-right: 30px;
	position: relative;
    padding-left: 20px;
}
.topbar .topmeta.topmeta-right > a.popup-login:before {
    content: "\f200";
    font-family: "Ionicons", Sans-serif;
    position: absolute;
    left: 0;
    font-size: 14px;
}
.topbar .topmeta.topmeta-right .widget-social {
    display: inline-block;
    margin-top: 0;
}
.topbar .social .social-all a {
    display: block;
    padding: 0;
    float: left;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.topbar .social .social-all a:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.topbar .social .social-all a i {
    min-width: 45px;
}
header .navbar {
    min-height: 100px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #bfbcbc;
	background: #fff;
}
.header .navbar-default .container .navbar-content {
    position: relative;
}
.icon-menu {
    display: none;
}
header .navbar-brand {
    display: block;
    line-height: 100px;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    color: #000;
    font-style: normal;
    font-weight: 700;
}
header .navbar-brand .logo-img {
    height: 70px;
    margin-top: 0px;
    margin-left: 0px;
}
.navbar-meta {
    float: right;
    height: 100px;
}
.navbar-meta.meta-property {
    margin-left: 30px;
}
.navbar-meta.meta-property .meta-content a {
    position: relative;
    padding: 0 0 0 50px;
    line-height: 50px;
    width: 196px;
    height: 50px;
    display: inline-block;
    text-align: center;
    margin-top: 39px;
    background: #02a5f0;
    font-size: 16px;
    color: #ffffff;
}
header .navbar-meta.meta-property .meta-content .meta-property {
    margin-top: 24px;
}
.navbar-meta.meta-property .meta-content .meta-property::before {
    background-color: #114a82;
}
.navbar-meta.meta-property .meta-content a span {
    position: absolute;
    left: 17px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-left: -17px;
    margin-right: 15px;
	background-color: #02a5f0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.08);
}
.navbar-meta.meta-phone {
    min-height: 5em;
    min-width: 220px;
    margin-left: 50px;
    display: table;
}
.navbar-meta.meta-phone .meta-content {
    display: table-cell;
    vertical-align: middle;
}
.navbar-meta.meta-phone .meta-content .fa-mobile {
    font-size: 60px;
    line-height: 50px;
    float: left;
    padding-right: 10px;
    color: #fbb040;
}
.navbar-meta.meta-phone .meta-content .meta-desc {
    line-height: 25px;
    color: #3a3f4c;
    font-weight: 500;
}
.navbar-meta.meta-phone .meta-content .meta-desc a {
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.navbar-meta.meta-social {
    margin-left: 30px;
    line-height: 128px;
}
.navbar-meta.meta-social a {
    width: 32px;
    height: 32px;
    line-height: 33px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    background: #02a5f0;
    border-radius: 50%;
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%;
    margin-left: 5px;
    position: relative;
}
.navbar-meta.meta-social a::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 34px;
    height: 34px;
    background: #114a82;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-meta.meta-social a i {
    position: relative;
    font-size: 15px;
}
.navbar-meta.meta-social a:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.header-minicart .widget-shopping-cart-content {
    float: right;
    position: relative;
    width: 55px;
    padding-left: 20px;
}
.header-minicart .widget-shopping-cart-content .minicart-link-hover {
    font-size: 24px;
    position: relative;
    line-height: 128px;
    top: 3px;
}
.header-minicart .widget-shopping-cart-content .minicart-link-hover span {
    position: absolute;
    background: #114a82;
    border-radius: 50%;
    line-height: 21px;
    top: -1px;
    right: -12px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    width: 20px;
    height: 20px;
    text-align: center;
}
.header-minicart .widget-shopping-cart-content .wrap-minicart {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    line-height: 24px;
    position: absolute;
    top: 100%;
    right: 10px;
    width: 390px;
    background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.header-minicart .widget-shopping-cart-content .wrap-minicart .cart_list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrap-minicart .cart_list .mini-cart-item {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 25px;
	float: left;
	width: 100%;
}
.wrap-minicart .cart_list .mini-cart-item a.remove {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 16px;
	color: red;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    border: 0;
    text-decoration: none;
}
.wrap-minicart .cart_list .mini-cart-item img {
    float: left;
    margin: 0;
    border: 1px solid #e5e5f8;
    margin-right: 22px;
	width: 70px;
}
.wrap-minicart .cart_list .mini-cart-item .quantity .txt-quantity {
    margin-left: 15px;
}
.wrap-minicart .total {
    border-top: 1px solid #e5e5f8;
    padding-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	float: left;
	width: 100%;
}
.wrap-minicart .total strong {
    float: left;
    font-weight: 500;
}
.wrap-minicart .total .amount {
    float: right;
}
.wrap-minicart .buttons {
    margin-top: 20px;
	float: left;
	width: 100%;
}
.header-fullwidth .container-fluid {
	padding-left: 40px;
	padding-right: 40px;
}
.header-2 {
	display: table;
    width: 100%;
}
.header-2 .navbar-header {
    background: #02a5f0;
    height: 110px;
    text-align: center;
    width: 295px;
}
.header-2 .navbar-brand {
    line-height: normal;
    width: 100%;
}
.header-2 .navbar-header .logo-img {
    width: auto;
	display: inline;
}
.header-2 .main-menu,
.header-2 .property-search {
    width: calc(100% - 295px);
}
.header-2 .navbar-nav {
    min-height: 50px;
    list-style: none;
	width: 100%;
	position: relative;
}
.header-2 .main-menu .navbar-nav li > a {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    color: #3a3f4c;
    font-weight: 500;
    line-height: 0;
    line-height: 50px;
}
.header-2 .main-menu .navbar-nav li:hover .sub-menu {
    top: 100%;
}
.header-2 .form-halfmap {
	float: left;
    background: #fbfbfe;
    padding: 0 30px;
    width: 100%;
    -webkit-box-shadow: inset 0 5px 10px 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 5px 10px 1px rgba(0, 0, 0, 0.08);
}
.header-2 .form-halfmap > div {
    float: left;
    border-right: 1px solid #e5e5f8;
    display: inline-block;
    padding: 0;
	margin-bottom: 0;
}
.header-2 .form-halfmap .item-wrap > input[type="text"] {
    padding: 5px 15px;
    width: auto;
    margin: 12px 30px 12px 0;
}
.header-2 .form-halfmap .selection {
    border: none;
    color: #515666;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 30px 16px 15px;
    text-transform: uppercase;
    margin: 0 5px 0;
	background: none;
	width: auto;
	outline: none;
}
.header-2 .form-halfmap .button {
    float: right;
    padding: 7px 30px;
    font-weight: 500;
    margin-top: 10px;
}
.header-toggle .menu-nav-control {
    float: right;
    margin-left: 25px;
    line-height: 128px;
}
.header-toggle .menu-header3 {
    display: inline-block;
    width: 26px;
    height: 15px;
    cursor: pointer;
    position: relative;
}
.header-toggle .menu-header3 span {
    display: block;
    width: 100%;
    height: 2px;
    background: #02a5f0;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header-toggle .menu-header3 span:first-child {
    top: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header-toggle .menu-header3 span:last-child {
    top: 12px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header-toggle .menu-header3.open {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.header-toggle .menu-header3.open span {
    transform-origin: center center;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
}
.header-toggle .menu-header3.open span:first-child {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    top: 7px;
}
.header-toggle .menu-header3.open span:last-child {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

/* === 2.2. MENUS === */
.main-menu.center {
	-webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    position: absolute;
}
.main-menu .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-menu .navbar-nav > li {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.main-menu .navbar-nav > li .fa-angle-down {
    display: none;
}
.main-menu .navbar-nav li > a {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Exo', sans-serif;
    color: #333333;
    line-height: 100px;
}
.main-menu .navbar-nav > li > a {
    margin-left: 18px;
    margin-right: 18px;
}
.main-menu .navbar-nav li > .sub-menu {
    position: absolute;
    z-index: 2;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e5e5f8;
    min-width: 220px;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.main-menu .navbar-nav li:hover .sub-menu {
    top: 128px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.main-menu .navbar-nav li > .sub-menu li {
    float: none;
    position: relative;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5f8;
}
.main-menu .navbar-nav li > .sub-menu li a {
    background: none;
    color: #8b92a6;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    display: block;
    position: relative;
    padding: 7px 0;
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}
.main-menu .navbar-nav li > .sub-menu li .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 1;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #ffffff;
}
.main-menu li.megamenu {
    position: static;
}
.main-menu li.megamenu:hover {
    cursor: pointer;
}
.main-menu li.megamenu > .sub-menu {
    min-width: 1170px;
    padding: 0 40px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.header-fullwidth .main-menu li.megamenu > .sub-menu {
	left: 50%;
  	transform: translateX(-50%);
}
.header-toggle .main-menu li.megamenu > .sub-menu {
    right: 0;
	left: 60%;
    transform: translateX(-82%);
}
.main-menu li.megamenu > .sub-menu > li {
    padding: 45px 20px;
    float: left;
	border-bottom: none;
}
.main-menu li.megamenu.mega-col-2 > .sub-menu > li {
    width: 50%;
}
.main-menu li.megamenu.mega-col-4 > .sub-menu > li {
    width: 25%;
}
.main-menu li.megamenu.mega-col-3 > .sub-menu > li {
    width: 33.33%;
}
.main-menu li.megamenu.mega-col-5 > .sub-menu > li {
    width: 20%;
}
.main-menu li.megamenu.mega-col-6 > .sub-menu > li {
    width: 16.66%;
}
.main-menu li.megamenu > .sub-menu > li > a, 
.main-menu li.megamenu > .sub-menu h4,
.main-menu li.megamenu > .sub-menu > li .widget-title {
    color: #666f86;
    margin: 0 0 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 10px 0;
    line-height: 24px;
    border-bottom: 1px solid rgba(17, 74, 130, 0.09);
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu {
    padding: 0;
    position: relative;
    display: block;
    left: 0;
    transition: none;
    box-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    background: none;
	border: none;
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu li {
    width: 100%;
    padding: 0;
    border: none;
    background: none;
}
.main-menu .navbar-nav li > .sub-menu li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.main-menu li.megamenu:hover > .sub-menu > li > .sub-menu {
    visibility: visible;
}
.main-menu li.megamenu > .sub-menu > li:hover .sub-menu {
    transition: none;
    left: 0;
}
.main-menu li.megamenu > .sub-menu > li > .sub-menu li a {
	color: #8b92a6;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li {
    padding: 20px 0;
	border-bottom: none;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:first-child {
    padding-top: 0;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a {
    color: #3a3f4c;
    padding: 0;
    text-transform: none;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a img {
    width: 65px;
	height: auto;
    box-shadow: none;
    margin-left: 0;
    float: left;
    margin-right: 15px;
    border: 1px solid rgba(17, 74, 130, 0.09);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li a:after {
    content: '\f0c1';
    font-family: "FontAwesome";
    position: absolute;
    top: 32px;
    left: 32px;
    color: #02a5f0;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li span.amount {
    font-size: 14px;
}
.main-menu .navbar-nav li.current > a,
.main-menu .navbar-nav li:hover > a,
.main-menu .navbar-nav li > .sub-menu li:hover a,
.main-menu li.megamenu > .sub-menu > li > .sub-menu li:hover a,
.main-menu li.megamenu > .sub-menu > li .megamenu-widget-area li:hover a{
	color: #02a5f0;
}
.header-toggle .navbar .nav-collapse > li {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transform: translate(0,30px);
}
.header-toggle .navbar.open .nav-collapse > li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 1) {
    -webkit-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 2) {
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 3) {
    -webkit-transition: all .4s ease .30000000000000004s;
    -o-transition: all .4s ease .30000000000000004s;
    transition: all .4s ease .30000000000000004s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 4) {
    -webkit-transition: all .4s ease .4s;
    -o-transition: all .4s ease .4s;
    transition: all .4s ease .4s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 5) {
    -webkit-transition: all .4s ease .5s;
    -o-transition: all .4s ease .5s;
    transition: all .4s ease .5s;
}
.header-toggle .navbar.open .nav-collapse > li:nth-child( 6) {
    -webkit-transition: all .4s ease .6000000000000001s;
    -o-transition: all .4s ease .6000000000000001s;
    transition: all .4s ease .6000000000000001s;
}

/* === 2.3. SECTIONS === */
.section-title {
	margin-bottom: 25px;
}
.section-title .wrap-title {
    display: inline-block;
    position: relative;
}
.section-title .wrap-title .title {
    color: #02a5f0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    margin-bottom: 0;
}
.section-title .wrap-title .title .first-word {
    color: #114a82;
}
.section-title .wrap-title .sub-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.section-title .wrap-title .sub-title .icon-decotitle {
    font-size: 40px;
    line-height: 32px;
    color: #114a82;
    float: left;
    margin-right: 13px;
}
.section {
    position: relative;
	-moz-transition-property: margin;
    -o-transition-property: margin;
    -webkit-transition-property: margin;
    transition-property: margin;
    -moz-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    -o-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    -webkit-transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    transition: cubic-bezier(0.645, 0.045, 0.355, 1) .7s;
    width: 100%;
    z-index: 1;
	clear: both;
}
.section-static {
	position: static;
	overflow: visible;
}
.section-overflow-hidden {
	overflow: hidden;
}
.section-fixed {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-cover {
	background-repeat: no-repeat;
	background-size: cover;
}
.section-fullscreen {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-overlay:before {
	content: " ";
	clear: both;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,165,240);
    display: block;
	
}
.section-overlay-2:before {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 51%;
    height: 100%;
    background: #f3f3f9;
}
.section-overlay-2:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 50%;
    height: 58%;
    border-top: 166px solid transparent;
    border-right: 950px solid rgba(17, 74, 130, 0.85);
}
.section-overlay-2 span.skew:before {
    display: block;
    position: absolute;
    top: 0;
    width: 49%;
    height: 82%;
    right: 0;
    content: '';
    border-bottom: 166px solid transparent;
    border-left: 940px solid #f3f3f9;
}
.section-overlay-3:before {
    display: block;
    position: absolute;
    top: 0;
    left: calc(22.5% + 130px);
    width: calc(77.5% - 130px);
    height: 100%;
    background-color: #ffffff;
	content: " ";
}
.section-overlay-3:after {
    display: block;
    position: absolute;
    top: 0;
    width: 22.5%;
    height: 100%;
    background-color: rgba(17, 74, 130, 0.85);
	content: " ";
}
.section-overlay-3 span.skew:before,
.section-overlay-3 span.skew:after {
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    left: 22.5%;
    content: '';
}
.section-overlay-3 span.skew:before {
	border-top: 462px solid transparent;
    border-right: 130px solid #fff;
}
.section-overlay-3 span.skew:after {
    border-bottom: 488px solid transparent;
    border-left: 130px solid rgba(17, 74, 130, 0.85);
}
.section-overlay-4:before {
	content: " ";
	clear: both;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
}
.section-about-group {
	padding: 60px 0 90px;
    min-height: 460px;
    background: #ffffff;
	overflow: hidden;
}

.section-bg-3 {
	background-image: url(../images/background/bg-3.png);
	
	
}
.pac-container {
	z-index: 9999999;	
	
}

/* === 2.4. POPUP === */
.mfp-bottom-bar {
    margin-top: -15px;
}
.popup-content {
    text-align: center;
    max-width: 780px;
    margin: 0 15px;
    padding: 30px 20px;
    background-color: #f7f7f7;
}
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
            transform: scale(.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
            transform: scale(.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    transition: all .5s;
    -webkit-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0) rotate(500deg);
            transform: scale(0) rotate(500deg);
    opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-move-from-top .mfp-content {
    vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/* === 2.5. LOGIN/REGISTER FORM === */
.box-login .title {
    border-bottom: 1px solid #e5e5f8;
    background: #e4e2e2;
    font-size: 24px;
    line-height: 24px;
    padding: 20px;
}
.box-login form {
    border: none;
    display: table;
    padding: 0px 20px 15px;
    width: 100%;
}
.popup-content.box-login {
  max-width: 600px;
}	
.box-login form .social-login-widget {
    text-align: center;
}
.social-login-provider-list {
    padding: 10px;
}
.social-login-provider-list a img {
    max-width: 100%;
    height: auto;
}
.register-member-left .item-wrap {
    margin-bottom: 20px;
}
.register-member-left .item-wrap > label {
    display: inline-block;
    width: 30%;
    margin: 0;
    text-align: right;
    padding-right: 45px;
}
.register-member-left .item-wrap > input[type="url"], 
.register-member-left .item-wrap > input[type="number"], 
.register-member-left .item-wrap > input[type="password"], 
.register-member-left .item-wrap > input[type="text"],
.register-member-left .item-wrap > input[type="email"] {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    width: 80%;
}
.box-login form .login-member-action {
    text-align: center;
    width: 100%;
}
.box-login form .login-member-action .button {
    padding: 10px 50px;
}
.box-login form .login-member-action .button > i {
    top: 14px;
    right: 10px;
}
.box-login form .login-member-action > p {
    padding: 15px 0;
}

/* === 2.6. PROPERTY BOX === */
.property-box-meta-content {
    color: #fff;
    position: relative;
    padding: 30px;
    background: rgba(17, 74, 130, 0.95);
    max-width: 400px;
}
.property-box-meta-content:before {
    content: '';
    background: #114a82;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -18px;
    left: 0;
    display: block;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    z-index: 1;
}
.property-box-meta-content:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 31px solid rgba(17, 74, 130, 0.95);
    border-right: 392px solid transparent;
    position: absolute;
    bottom: -31px;
    left: 0;
}
.property-box-meta-content .property-status {
    position: absolute;
    top: -17px;
    background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px 2px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-box-meta-content .item-head {
    border-bottom: 1px solid #196ec1;
}
.property-box-meta-content .item-head .item-title {
    margin: 0 0 10px 0;
}
.property-box-meta-content .item-head .item-title a {
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-box-meta-content .item-head .item-title a:hover {
    color: #114a82;
}
.property-box-meta-content .item-head .location {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 15px 0;
}
.property-box-meta-content .item-head .location:before {
    font-family: "FontAwesome";
    content: '\f041';
    color: #fff;
    margin-right: 8px;
}
.property-box-meta-content .info {
    padding: 35px 10px 5px;
    border-bottom: 1px solid #196ec1;
	width: 100%;
	float: left;
}
.property-box-meta-content .info > span {
    width: 50%;
    float: left;
    font-size: 16px;
    padding-bottom: 35px;
    font-weight: 400;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-box-meta-content .info > span i {
    font-size: 22px;
    margin-right: 15px;
}
.property-box-meta-content .price {
    padding: 30px 0 12px;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 500;
	clear: both;
}
.property-box-meta.absolute {
	position: absolute;
    top: 30%;
    z-index: 9;
}
.property-box-meta.style-2 .property-box-meta-content:before {
	-webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
	bottom: -4px;
}
.property-box-meta.style-2 .property-box-meta-content:after {
	display: none;
}

/* === 2.7. SEARCH FORM === */

.box-action .box-button .button {
	width: 100%;
}
.advanced-search-property .show-features {
    background: #fff;
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #e5e5f8;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	width: 100%;
}
.advanced-search-property .show-features:after {
    content: "\f3d0";
    font-family: "Ionicons";
    margin-left: 6px;
}
.advanced-search-property .show-features:hover {
    color: #114a82;
}
.advanced-search-property .box-features {
    display: none;
    position: absolute;
    z-index: 2;
}
.advanced-search-property .box-features .item-wrap {
    background: #fff;
    display: table;
    padding: 15px 5px;
    -webkit-box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 1px rgba(0, 0, 0, 0.1);
}
.item-wrap .item-checkbox {
    line-height: 24px;
    vertical-align: middle;
}
.item-wrap .item-checkbox .checked {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    margin-left: -3px;
}
.item-wrap .item-checkbox input[type="checkbox"] {
    position: relative;
    z-index: 10;
    margin: 5px 0 0 4px;
    background: none;
    border: none;
    opacity: 0;
	cursor: pointer;
}
.item-wrap .item-checkbox .checked label {
    cursor: pointer;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 4px;
    top: 5px;
    border: 1px solid #a9a9ba;
	margin: 0;
}
.item-wrap .item-checkbox .checked label:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 2px;
    left: 1px;
    border: 2px solid #114a82;
    border-top: none;
    border-right: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.item-wrap .item-checkbox > label {
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
    line-height: 28px;
    cursor: pointer;
}
.item-wrap .item-checkbox .checked input[type=checkbox]:checked + label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.search-property-top-wrap {
    background: #02a5f0;
}
.search-property-top {
    margin: auto;
    padding: 10px 0;
	float: left;
    width: 100%;
}
.search-property-top .item-wrap {
    margin-bottom: 0;
	display: inline-block;
    width: calc( 100% - 115px);
    float: left;
}
.search-property-top .address-map input[type="text"] {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #e5e5f8;
    border-left: none;
    padding: 6px 15px;
    width: 100%;
}
.search-property-top button {
    background: #114a82;
    float: left;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    width: 115px;
    border: none;
    padding: 7px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.search-property-top button:hover {
    background: #c27705;
}
.quick-search-form label,
.sidebar .contact-form label {
    color: #515666;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.quick-search-form .form-control,
.sidebar .contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    vertical-align: middle;
    background-color: #fff;
	border: 1px solid #e5e5f8;
    color: #515666;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sidebar .contact-form textarea.form-control {
    height: 120px;
}
.quick-search-form .button,
.sidebar .contact-form .button {
    width: 100%;
}

/* === 2.8. PROPERTIES === */
.property-item {
	width: 100%;
    display: inline-block;
}
.property-item .property-item-wrap {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
	padding: 0 15px;
    position: relative;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item .property-item-wrap:after {
    content: '';
    background: #114a82;
    height: 4px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .item-head {
    padding: 23px 10px;
}
.property-item .property-item-wrap .item-title {
    margin: 0 0 5px 0;
    padding: 0;
    color: #3a3f4c;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .item-title .ion-bookmark {
    color: #114a82;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item .property-item-wrap .item-title .ion-bookmark:before {
    margin-right: 5px;
}
.property-item .property-item-wrap .item-title a {
    line-height: 32px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .item-title a:hover {
    color: #02a5f0;
}
.property-item .property-item-wrap .location {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .location:before {
    font-family: "FontAwesome";
    content: '\f041';
    color: #abb2cc;
    margin-right: 5px;
}
.property-item .property-item-wrap .item-featured {
    margin: 0 -15px;
    position: relative;
}
.property-item .property-item-wrap .item-featured img {
    width: 100%;
	display: block;
}
.property-item .property-item-wrap .item-featured .property-status {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 6px 12px 3px;
    position: absolute;
    top: -17px;
    right: 25px;
    background: #1cbaff;
    color: #fff;
    font-weight: 600;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-item .property-item-wrap .info {
    margin: 27px 12px;
    padding: 0;
}
.property-item .property-item-wrap .info > span {
    display: inline-block;
    color: #515666;
    font-size: 14px;
    width: 50%;
    float: left;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-item .property-item-wrap .info > span > i {
    color: #114a82;
    margin-right: 8px;
    display: inline-block;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
}
.property-item .property-item-wrap .action {
    background: #fbfbfe;
    border-top: 1px solid #e5e5f8;
    border-bottom: 4px solid #e5e5f8;
    overflow: hidden;
	clear: both;
	margin: 0 -15px;
}
.property-item .property-item-wrap .action .price {
    color: #abb2cc;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    width: 80%;
    float: left;
	padding: 10px 0 10px 25px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post {
    width: 20%;
    float: right;
}
.property-item .property-item-wrap .action-post a {
    display: inline-block;
    width: 45px;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item .property-item-wrap .action-post i {
    display: inline-block;
    width: 45px;
    line-height: 49px;
    text-align: center;
    border: 1px solid #e5e5f8;
    border-left: none;
    border-top: none;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item .property-item-wrap .action-post i:first-child {
    border-left: none;
    border-right: none;
}
.property-item .property-item-wrap .action-post .property-sharing {
    display: inline-block;
    width: 45px;
    float: right;
    position: relative;
    border-left: 1px solid #e5e5f8;
    border-right: 1px solid #e5e5f8;
}
.property-item .property-item-wrap .action-post .property-sharing > i {
    border-left: none;
}
.property-item .property-item-wrap .action-post .property-sharing .social-property {
    background: #fbfbfe;
    bottom: -35px;
    position: absolute;
    width: 900px;
    display: table;
    right: 45px;
    text-align: right;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post .property-sharing .social-property > a {
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post .property-sharing:hover .social-property > a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .action-post .property-sharing:hover .social-property {
    visibility: visible;
    bottom: 0px;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-item .property-item-wrap .action-post i:before {
    color: #abb2cc;
    font-size: 18px;
    line-height: 57px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item .property-item-wrap .action-post i.favorite:before, .detail-header .action-post i.favorite:before { 
  color: #114a82;
}
 
.properties-carousel .property-item,
.properties-carousel-2 .property-item {
	margin-left: 15px;
	margin-right: 15px;
	width: auto;
	display: block;
}
.property-item.style-2 .property-item-wrap {
    float: left;
    width: 100%;
	padding: 0;
	border-bottom: 4px solid #e5e5f8;
}
.property-item.style-2 .item-featured {
    float: left;
    position: relative;
    max-width: 240px;
    max-height: 240px;
    overflow: hidden;
	margin: 0;
}
.property-item.style-2 .item-featured .property-status {
    position: absolute;
    top: 0;
    left: 0;
	right: initial;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 600;
    text-transform: uppercase;
    background: #1cbaff;
    padding: 5px 15px 0;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}
.property-item.style-2 .item-featured img + span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -moz-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    width: 2px;
    height: 46px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.property-item.style-2:hover .item-featured img + span {
    -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
}
.property-item.style-2 .item-featured img + span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 23px;
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    transform: translate(-50%, 0%) scaleY(1) rotate(0);
    background-color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.property-item.style-2:hover .item-featured img + span:before {
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.property-item.style-2 .item-featured img + span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 23px;
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    background-color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.property-item.style-2:hover .item-featured img + span:after {
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.property-item.style-2 .item-featured > a:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #02a5f0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-2:hover .item-featured > a:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.property-item.style-2 .item-content {
    float: left;
    padding: 17px 15px 0;
    width: calc(100% - 240px);
}
.property-item.style-2 .property-item-wrap .item-head {
    padding: 2px 10px;
}
.property-item.style-2 .property-item-wrap .item-title {
    font-size: 17px;
}
.property-item.style-2 .property-item-wrap .action {
    border-bottom: none;
}
.property-item.style-2 .property-item-wrap .action .price {
    font-size: 17px;
    line-height: 34px;
    width: 60%;
}
.properties-carousel .property-item.style-2 .property-item-wrap .action .price {
    width: 53%;
}
.property-item.style-2 .property-item-wrap .action-post {
    width: 40%;
    float: right;
}
.properties-carousel .property-item.style-2 .property-item-wrap .action-post {
    width: 45%;
}
.property-item.style-2 .property-item-wrap .action-post a {
    float: right;
    font-size: 20px;
    line-height: 43px;
    width: 43px;
    border-bottom: none;
}
.property-item.style-2 .property-item-wrap:after {
    bottom: -4px;
}
.property-item.style-3 .property-item-wrap {
	background: #fff;
    border: 1px solid #e5e5f8;
    position: relative;
    border-bottom: 4px solid #e5e5f8;
    padding: 0;
	margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item.style-3 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-3 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: .5px;
}
.property-item.style-3 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #114a82;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
}
.property-item.style-3 .property-item-wrap .item-head {
    padding: 15px 25px 5px;
}
.property-item.style-3 .property-item-wrap .item-title .ion-bookmark {
    color: #114a82;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-3 .property-item-wrap .location {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.property-item.style-3 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-3 .property-item-wrap .info > span {
    width: 24%;
    text-align: center;
    border-left: 1px solid #e5e5f8;
    padding: 0;
	float: none;
}
.property-item.style-3 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-3 .property-item-wrap:after {
	bottom: -4px;
}
.property-item.style-4 .property-item-wrap {
	background: #fff;
    border: 1px solid #e5e5f8;
    position: relative;
    border-bottom: 4px solid #e5e5f8;
    padding: 0 0 10px 0;
	margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
	float: left;
	width: 100%;
}
.property-item.style-4 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-4 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: .5px;
}
.property-item.style-4 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #114a82;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
}
.property-item.style-4 .property-item-wrap .item-head {
    padding: 15px 25px 5px;
}
.property-item.style-4 .property-item-wrap .item-title .ion-bookmark {
    color: #114a82;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-4 .property-item-wrap .location {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.property-item.style-4 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-4 .property-item-wrap .info > span {
    padding: 0;
	width: 50%;
    padding: 5px 5px 5px 10px;
}
.property-item.style-4 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-4 .property-item-wrap:after {
	bottom: -4px;
}
.property-item.style-5 .property-item-wrap {
	background: #fff;
    border: none;
    position: relative;
    border-bottom: none;
    padding: 0;
	margin: 15px 0 3px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
.property-item.style-5 .property-item-wrap .item-featured {
    margin: 0;
}
.property-item.style-5 .property-item-wrap .item-featured .property-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px 0;
    font-weight: 600;
    letter-spacing: .5px;
}
.property-item.style-5 .property-item-wrap .item-featured .price {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #114a82;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 5px 20px 0;
    font-weight: 500;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.property-item.style-5 .property-item-wrap:hover .item-featured .price {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.property-item.style-5 .property-item-wrap .item-featured a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(17, 74, 130, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
}
.property-item.style-5 .property-item-wrap:hover .item-featured a:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.property-item.style-5 .property-item-wrap .item-featured a:after {
    content: '\f064';
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    -o-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    -webkit-transition: all 0.4s ease 0.3s;
    -o-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
}
.property-item.style-5 .property-item-wrap:hover .item-featured a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.property-item.style-5 .property-item-wrap .item-head {
    padding: 15px 0px 5px;
}
.property-item.style-5 .property-item-wrap .item-title {
    font-size: 16px;
    line-height: 26px;
}
.property-item.style-5 .property-item-wrap .item-title .ion-bookmark {
    color: #114a82;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #e5e5f8;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}
.property-item.style-5 .property-item-wrap .location {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}
.property-item.style-5 .property-item-wrap .info {
    border-top: 1px solid #e5e5f8;
    border-bottom: none;
    padding: 8px 5px;
    margin: 15px 0 0;
}
.property-item.style-5 .property-item-wrap .info > span {
    width: 24%;
    text-align: center;
    border-left: 1px solid #e5e5f8;
    padding: 0;
	float: none;
}
.property-item.style-5 .property-item-wrap .info > span:first-child {
    border-left: none;
}
.property-item.style-5 .property-item-wrap:after {
	display: none;
}
.property-item.style-6 {
	min-height: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e5e5f8;
	border-bottom: 4px solid #e5e5f8;
    padding: 20px;
	position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6 .action {
	margin: -20px -20px 0px;
    text-align: center;
	color: #000;
    padding: 15px;
    text-shadow: none;
    background-color: #02a5f0;
    border: 1px solid #e5e5f8;
	color: #fff;
}
.property-item.style-6 .action .price a {
	color: #fff;
	display: block;
    width: 100%;
    height: 100%;
	font-size: 14px;
    line-height: 20px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6 .item-head .item-title {
    font-family: "Exo", sans-serif;
    display: inline-block;
    padding: 5px 0 10px;
    font-weight: 500;
	white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
	text-transform: uppercase;
	font-size: 14px;
    line-height: 20px;
}
.property-item.style-6 .item-featured img {
    width: 100%;
}
.property-item.style-6 .action .price a:hover {
    color: #114a82;
}
.property-item.style-6 .info-items {
    font-size: 14px;
    color: #555;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.property-item.style-6 .info-items .info-item-1 {
    padding-right: 6px;
    border-right: 1px solid #ccc;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info-items .info-item-2 {
    padding: 0 6px;
    border-right: 1px solid #ccc;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info-items .info-item-3 {
    padding-left: 6px;
    text-align: center;
    display: inline-block;
}
.property-item.style-6 .info .photocount {
    text-align: right;
    color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
.property-item.style-6 .code {
    clear: both;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
}
.property-item.style-6:after {
    content: '';
    background: #114a82;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 40%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-item.style-6:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item {
    margin-bottom: 20px;
	clear: both;
}
.recent-property-item .thumbnail {
    float: left;
	border: none;
	padding: 0;
}
.recent-property-item .thumbnail a {
    display: table;
    position: relative;
}
.recent-property-item .thumbnail img {
    width: 70px;
}
.recent-property-item .thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.recent-property-item:hover .thumbnail a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item:hover .thumbnail a:after {
    content: '\f0c1';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #02a5f0;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.recent-property-item:hover .thumbnail a:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.recent-property-item .content {
    padding: 3px 0 3px 15px;
    float: left;
    width: calc(100% - 70px);
}
.recent-property-item .content .item-title {
    color: #515666;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.recent-property-item .content .item-title a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.recent-property-item .content .price {
    color: #515666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.property-detail {
    background: #fff;
	float: left;
	width: 100%;
}
.property-detail .thumbnail {
    float: left;
    width: 50%;
    position: relative;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.property-detail .thumbnail .popup-video a {
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    background-image: url(../images/background/bg_950x550.jpg);
}
.property-detail .content {
    float: left;
    width: 50%;
    padding: 50px 60px;
}
.property-detail .content .title {
    margin: 20px 0 30px;
    color: #02a5f0;
}
.property-detail .property-box .title-box {
    color: #3a3f4c;
    font-size: 20px;
    line-height: 26px;
    margin: 10px 0 30px;
}
.property-detail .content-box-item {
	float: left;
	width: 100%;
}
.property-detail .content-box-item > label, 
.property-detail .content-box-item > span {
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    width: 50%;
    float: left;
}
.property-detail .content-box-item > label {
    font-weight: 500;
}
.property-detail .content-box-item > span {
    font-weight: 400;
}
.property-detail .content-box.feature .content-box-item > i {
    color: #114a82;
    line-height: 24px;
}
.property-detail .content-box.feature .content-box-item > label {
    font-size: 14px;
    font-weight: 400;
    float: none;
    margin: 0;
    width: auto;
}
.property-detail-carousel .owl-controls {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
	width: 100%;
    z-index: 9;
    height: 100px;
    text-align: center;
    overflow: hidden;
	bottom: 0;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-detail-carousel .owl-controls:hover {
	z-index: 10;
}
.property-detail-carousel .owl-controls .owl-pagination {
    position: relative;
    height: 100%;
	padding-left: 15px;
    padding-right: 15px;
	margin-right: auto;
    margin-left: auto;
}
.property-detail-carousel .owl-controls .owl-page {
    width: 128px;
	height: 70px;
	background: none;
	margin-left: 15px;
    margin-right: 15px;
	position: relative;
}
.property-detail-carousel .owl-controls .owl-page span {
	display: none;
}
.property-detail-carousel .owl-controls .owl-page:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.property-detail-carousel .owl-controls .owl-page.active:before,
.property-detail-carousel .owl-controls .owl-page:hover:before {
    background: rgba(255, 255, 255, 0);
}
.single-property-detail {
	background: #fff;
    border: 1px solid #e5e5f8;
    padding: 40px;
	float: left;
    width: 100%;
}
.detail-header {
    border-bottom: 1px solid #e5e5f8;
    padding: 5px 0 20px 0;
	float: left;
    width: 100%;
}
.detail-header .detail-title {
    color: #3a3f4c;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    float: left;
    max-width: 80%;
}
.detail-header .action-post {
    float: right;
	width: 50%;
}
.detail-header .action-post a {
    display: inline-block;
    width: 45px;
    text-align: center;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.detail-header .action-post i {
    display: inline-block;
    width: 45px;
    text-align: center;
    cursor: pointer;
    float: right;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.detail-header .action-post i:before {
    color: #abb2cc;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing {
    display: inline-block;
    width: 45px;
    float: right;
    position: relative;
}
.detail-header .action-post .property-sharing .social-property {
    background: #fbfbfe;
    bottom: -35px;
    position: absolute;
    width: 400px;
    display: table;
    right: 45px;
    text-align: right;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing .social-property > a {
    display: inline-block;
    -webkit-transform: translate(0, 1px);
    -ms-transform: translate(0, 1px);
    -o-transform: translate(0, 1px);
    transform: translate(0, 1px);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.detail-header .action-post .property-sharing:hover .social-property {
    visibility: visible;
    bottom: 0px;
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.detail-header .action-post .property-sharing:hover .social-property > a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.detail-content {
    line-height: 24px;
    padding: 25px 0;
	display: block;
	clear: both;
	overflow: hidden;
}
.single-property-detail.tab .detail-header.style-2 {
    border-bottom: none;
}
.single-property-detail.tab .detail-header.style-2 .detail-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transfor: uppercase;
}
.single-property-detail.tab .detail-header .property-status {
    margin-left: 20px;
    background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px 2px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
    box-shadow: 0 0 5px 1px rgba(0,0,0,.15);
}
.single-property-detail.tab .info {
	clear: both;
	display: block;
	width: 100%;
}
.single-property-detail.tab .info .location {
    display: block;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 25px;
}
.single-property-detail.tab .info .price {
    font-size: 28px;
    font-weight: 500;
}
.single-property-detail.tab .detail-tabs {
    margin: 20px 0 0;
    padding: 25px 0;
    border-top: 1px solid #e5e5f8;
    border-bottom: 1px solid #e5e5f8;
}
.single-property-detail.tab .detail-tabs > li {
    font-size: 20px;
    font-family: 'Exo',sans-serif;
    font-weight: 500;
    margin-right: 45px;
	display: inline;
}
.single-property-detail.tab .detail-tabs > li.active a {
    color: #114a82;
}
.single-property-detail .content-box-item > label,
.single-property-detail .content-box-item > span {
    display: inline-block;
    width: 50%;
    float: left;
    color: #515666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px;
}
.single-property-detail .content-box-item > label {
    font-weight: 500;
}
.single-property-detail .content-box {
	padding: 15px 0;
	clear: both;
    display: block;
}
.single-property-detail .content-box .content-box-item > i {
    color: #114a82;
    line-height: 24px;
	margin-right: 5px;
}
.floor-plan-carousel {
	overflow: hidden;
}
.floor-plan-carousel .owl-controls .owl-buttons > div {
	color: #fff;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 35px;
    height: 35px;
    line-height: 30px;
    display: inline-block;
    background: #02a5f0;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	opacity: 1;
	border-radius: 0;
}
.floor-plan-carousel .owl-controls .owl-buttons > div:hover {
	background: #114a82;
}
.floor-plan-carousel .owl-controls .owl-buttons > .owl-prev {
	left: -40px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.floor-plan-carousel .owl-controls .owl-buttons > .owl-next {
    right: -40px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.floor-plan-carousel:hover .owl-controls .owl-buttons > .owl-prev {
    left: 15px;
}
.floor-plan-carousel:hover .owl-controls .owl-buttons > .owl-next {
    right: 15px;
}
.property-agent-contact {
	background: #fff;
    border: 1px solid #e5e5f8;
    padding: 25px 25px 55px;
    margin: 30px 0 0;
	float: left;
	width: 100%;
}
.property-agent-contact .box-title {
    color: #3a3f4c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0 25px;
    margin: 0 15px 30px;
}
.property-agent-contact .agent-name {
    font-size: 20px;
    margin-top: 0;
}
.property-agent-contact .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.property-agent-contact .box-content .item-info .position {
    display: table;
    padding-right: 0;
    padding-bottom: 5px;
    margin-right: 15px;
    position: relative;
}
.property-agent-contact .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.property-agent-contact .box-content ul.item-info li {
    color: #515666;
    margin-bottom: 6px;
}
.property-agent-contact .box-content ul.item-info li:before {
    font-family: fontawesome;
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.property-agent-contact .box-content ul.item-info li.agent-email:before {
    content: '\f0e0';
    font-size: 14px;
}
.property-agent-contact .box-content ul.item-info li.agent-phone:before {
    content: '\f095';
    font-size: 17px;
}
.property-agent-contact .box-content ul.item-info li.agent-address:before {
    content: '\f041';
    font-size: 17px;
}
.property-agent-contact .box-content .agent-about {
    border-top: 1px solid #ededfa;
    padding: 25px 0 16px;
    margin-top: 20px;
    color: #515666;
    line-height: 24px;
}
.property-comment {
    background: #fff;
    border: 1px solid #e5e5f8;
    padding: 25px 25px 55px;
    margin: 30px 0 0;
	clear: both;
	float: left;
	width: 100%;
}
.property-comment .box-title {
    color: #3a3f4c;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #e5e5f8;
    padding: 20px 0 25px;
    margin: 0 0 30px;
}
.property-comment .property-list-comment {
    list-style: none;
    margin: -10px 0 -28px;
    padding: 0;
}
.property-comment .item-comment-header-left {
    width: 75%;
    float: left;
}
.property-comment .item-comment-header-left .name-user-comment {
    color: #515666;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 5px;
}
.property-comment .item-comment-header-left .datetime {
    color: #abb2cc;
    font-size: 14px;
    line-height: 24px;
}
.property-comment .item-comment-header-right {
    float: right;
    width: 25%;
}
.property-comment .item-comment-content {
    padding: 10px 0 25px;
	clear: both;
	display: block;
	width: 100%;
}
.property-comment .form-item {
    position: relative;
	margin-bottom: 40px;
}
.property-comment .form-item input[type="text"] {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.property-comment .form-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.property-comment .form-item:focus:after,
.property-comment .form-item:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.property-comment .form-item textarea {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    height: 120px;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.property-comment .form-item.form-textarea:after {
    bottom: 7px;
}

/* === 2.9. SERVICES === */
.service-item {
    display: block;
    position: relative;
}
.service-item .service-icon {
    position: relative;
    font-size: 97px;
    color: #114a82;
    display: inline-block;
    z-index: 2;
}
.service-item .service-icon .icon {
    color: #ffffff;
    font-size: 30px;
	line-height: 63px;
    text-align: center;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 63px;
    height: 63px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.04);
    background: -moz-radial-gradient(center, ellipse cover, #114a82 0%, #f6a03a 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #114a82), color-stop(100%, #f6a03a));
    background: -webkit-radial-gradient(center, ellipse cover, #114a82 0%, #f6a03a 100%);
    background: -o-radial-gradient(center, ellipse cover, #114a82 0%, #f6a03a 100%);
    background: -ms-radial-gradient(center, ellipse cover, #114a82 0%, #f6a03a 100%);
    background: radial-gradient(ellipse at center, #114a82 0%, #f6a03a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb040', endColorstr='#f6a03a', GradientType=1);
	background: -moz-radial-gradient(center,ellipse cover,#114a82 0%,#f49606 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,#114a82),color-stop(100%,#f49606));
    background: -webkit-radial-gradient(center,ellipse cover,#114a82 0%,#f49606 100%);
    background: -o-radial-gradient(center,ellipse cover,#114a82 0%,#f49606 100%);
    background: -ms-radial-gradient(center,ellipse cover,#114a82 0%,#f49606 100%);
    background: radial-gradient(ellipse at center,#114a82 0%,#f49606 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb040',endColorstr='#f49606',GradientType=1);
}
.service-item .service-title {
    margin: 30px 0 16px;
    font-size: 20px;
}
.service-item.style-2 .service-icon {
    display: inline;
}
.service-item.style-2 .service-icon .icon {
    position: relative;
    font-size: 42px;
    width: 92px;
    height: 92px;
    display: inline-block;
    line-height: 75px;
    text-align: center;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 7px solid #fbba57;
    color: #ffffff;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.service-item.style-2 .service-icon:hover .icon {
    color: #114a82;
    font-size: 36px;
}
.service-item.style-2 .service-icon .icon:before {
    position: relative;
    z-index: 2;
}
.service-item.style-2 .service-icon .icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #114a82;
    z-index: 1;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.service-item.style-2 .service-icon:hover .icon:after {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
    filter: alpha(opacity=0);
}

/* === 2.10. FEATURED ITEM === */
.featured-item .featured-main {
    position: relative;
    min-height: 420px;
}
.featured-item .featured-main .meta {
    color: #ffffff;
    width: 50%;
    float: left;
    padding: 74px 0;
}
.featured-item .featured-main .meta .title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
}
.featured-item .featured-main .meta .location {
    font-size: 16px;
    margin: 12px 0px;
    display: block;
}
.featured-item .featured-main .meta .price {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    display: block;
}
.featured-item .featured-main .info {
    color: #fff;
    max-width: 470px;
    height: 180px;
    position: relative;
    width: 50%;
    float: right;
    margin-top: 120px;
}
.featured-item .featured-main .info:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.featured-item .featured-main .info:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
}
.featured-item .featured-main .info > span {
    width: 50%;
    padding: 25px 0 20px 30px;
    float: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.featured-item .featured-main .info > span i {
    font-size: 35px;
    margin-right: 10px;
    display: block;
    float: left;
    line-height: 50px;
}
.featured-item .featured-main .box-image {
    width: 550px;
    height: 323px;
    position: relative;
    overflow: hidden;
    float: left;
    bottom: -148px;
}
.featured-item .featured-main .box-image .box-image-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
	background-image: url(../images/featured_item/featured_item_1024x746.jpg);
}
.featured-item .featured-main .view {
    max-width: 470px;
    position: absolute;
    right: 0;
    bottom: -160px;
}
.featured-item .featured-main .view p {
    padding-left: 15px;
    border-left: 5px solid #114a82;
}

/* === 2.11. AGENT === */
.agent-item {
    border: 1px solid #e5e5f8;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	margin-left: 15px;
    margin-right: 15px;
    height: 100%;
}
.agent-item .thumbnail {
    position: relative;
    overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}
.agent-item .thumbnail img {
    display: block;
}
.agent-item .thumbnail .line:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -50%;
    bottom: -10px;
    width: 0;
    height: 32px;
    width: 100%;
    background: #ffffff;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .thumbnail .line:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -50%;
    bottom: -10px;
    width: 0;
    height: 32px;
    width: 100%;
    background: #ffffff;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .thumbnail .line > span:before {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 51%;
    height: 5px;
    background: #114a82;
    z-index: 1;
    -webkit-transform: rotate(-8.5deg) scale(0.6);
    -moz-transform: rotate(-8.5deg) scale(0.6);
    -ms-transform: rotate(-8.5deg) scale(0.6);
    transform: rotate(-8.5deg) scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.agent-item .thumbnail .line > span:after {
    content: '';
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 51%;
    height: 5px;
    background: #114a82;
    z-index: 1;
    -webkit-transform: rotate(8.5deg) scale(0.6);
    -moz-transform: rotate(8.5deg) scale(0.6);
    -ms-transform: rotate(8.5deg) scale(0.6);
    transform: rotate(8.5deg) scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.agent-item:hover .thumbnail .line:before {
    right: -47%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.agent-item:hover .thumbnail .line:after {
    right: -47%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.agent-item:hover .thumbnail .line > span:before {
    -webkit-transform: rotate(-8.5deg) scale(1);
    -moz-transform: rotate(-8.5deg) scale(1);
    -ms-transform: rotate(-8.5deg) scale(1);
    transform: rotate(-8.5deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.agent-item:hover .thumbnail .line > span:after {
    -webkit-transform: rotate(8.5deg) scale(1);
    -moz-transform: rotate(8.5deg) scale(1);
    -ms-transform: rotate(8.5deg) scale(1);
    transform: rotate(8.5deg) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
}
.agent-item .content {
    background: #fff;
    text-align: center;
    padding: 25px 25px 0;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .content .name-agent {
    color: #3a3f4c;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px;
}
.agent-item .content .name-agent a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .content .position {
    display: block;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
}
.agent-item .content .agent-social {
    visibility: hidden;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-item .content .agent-social a {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
	display: inline-block;
    margin-bottom: 8px;
    background: #02a5f0;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agent-item .content .agent-social a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
}
.agent-item:hover .content {
    padding: 25px;
    margin-top: -20px;
}
.agent-item:hover .content .agent-social {
    margin-top: 20px;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.agent-detail {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin: 0;
}
.agent-detail .thumbnail {
    padding: 0;
	border: none;
	margin: 0;
}
.agent-detail .thumbnail img {
    width: 100%;
}
.agent-detail .info-agent {
    padding: 0 40px 0 25px;
}
.agent-detail .box-content .title {
    color: #505464;
    font-size: 30px;
    margin: 45px 0 25px;
    font-weight: 500;
	line-height: 26px;
	text-transform: uppercase;
}
.agent-detail .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.agent-detail .box-content .item-info .position {
    padding-right: 10px;
    margin-right: 15px;
    position: relative;
}
.agent-detail .box-content .item-info .position:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #ededfa;
    position: absolute;
    right: 0;
    top: 3px;
}
.agent-detail .box-content ul.item-info {
    list-style: none;
    margin: 0;
    padding: 0;
	color: #515666;
    font-size: 14px;
    font-weight: 500;
}
.agent-detail .box-content ul.item-info li {
    color: #515666;
    margin-bottom: 6px;
}
.agent-detail .box-content ul.item-info li:before {
    font-family: 'FontAwesome';
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-detail .box-content ul.item-info li a {
    color: #515666;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-detail .box-content ul.item-info li:hover a,
.agent-detail .box-content ul.item-info li:hover:before {
    color: #114a82;
}
.agent-detail .box-content ul.item-info li.agent-email:before {
    content: '\f0e0';
    font-size: 14px;
}
.agent-detail .box-content ul.item-info li.agent-mobile:before {
    content: '\f10b';
}
.agent-detail .box-content ul.item-info li.agent-address:before {
    content: '\f041';
    font-size: 17px;
}
.agent-detail .box-content .agent-about {
    border-top: 1px solid #ededfa;
    padding: 25px 0 16px;
    margin-top: 20px;
    color: #515666;
    line-height: 24px;
}
.about-agent .agent-action {
    border-top: 1px solid #e5e5f8;
    padding: 25px 0;
    display: table;
    width: 100%;
}
.about-agent .agent-action > div:first-child {
    padding-left: 0;
}
.about-agent .agent-action > div:last-child {
    padding-right: 0;
}
.agent-detail .box-content .agent-social {
    margin-bottom: 30px;
}
.agent-detail.style-2 {
    margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.agent-detail.style-2:hover {
    -webkit-box-shadow: 0 0 30px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 30px 3px rgba(0,0,0,.1);
}
.agent-detail.style-2 .box-content .title {
	margin-top: 20px;
}
.agent-detail.style-2 .info-agent {
    padding: 0 30px;
}
.agent-detail.style-2 .thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17,74,130,.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.agent-detail.style-2:hover .thumbnail:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.agent-detail.style-2 .thumbnail .agent-social {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%,-50%) scale(.5);
    -ms-transform: translate(-50%,-50%) scale(.5);
    -o-transform: translate(-50%,-50%) scale(.5);
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.agent-detail.style-2:hover .thumbnail .agent-social {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .3s ease .18s;
    -o-transition: all .3s ease .18s;
    transition: all .3s ease .18s;
}
.agent-detail.style-2 .thumbnail .agent-social a {
    background: #fff;
    color: #02a5f0;
}
.agent-detail.style-2 .thumbnail .agent-social a:hover {
    background: #114a82;
    color: #fff;
}
.agent-social a {
    display: inline-block;
    background: #d5d5e6;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.agent-social a:hover {
    color: #fff;
    background: #114a82;
}
.agent-contact .item-wrap {
    position: relative;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
	width: 30%;
}
.agent-contact .item-wrap.form-textarea,
.agent-contact .item-wrap.form-action {
	width: 95%;
}
.agent-contact .item-wrap input[type="text"] {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.agent-contact .item-wrap input[type="text"]:focus, 
.agent-contact .item-wrap input[type="text"]:hover {
    outline: none;
}
.agent-contact .item-wrap:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.agent-contact .item-wrap.form-textarea:after {
    bottom: 7px;
}
.agent-contact .item-wrap.form-action:after {
    display: none;
}
.agent-contact .item-wrap:focus:after, 
.agent-contact .item-wrap:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.agent-contact .item-wrap textarea {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    height: 120px;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: none;
}
.featured-agent .agent-item {
    margin-bottom: 20px;
	border: none;
	margin-left: 0;
	margin-right: 0;
	clear: both;
	float: left;
	width: 100%;
}
.featured-agent .agent-item:last-child {
    margin-bottom: 0px;
}
.featured-agent .agent-item .thumbnail {
    float: left;
	border: none;
	padding: 0;
}
.featured-agent .agent-item .thumbnail a {
    display: table;
    position: relative;
}
.featured-agent .agent-item .thumbnail img {
    width: 70px;
}
.featured-agent .agent-item .thumbnail a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-agent .agent-item .thumbnail a:after {
    content: '\f0c1';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    color: #02a5f0;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    -o-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
    opacity: 0;
    filter: alpha(opacity=0);
}
.featured-agent .agent-item:hover .thumbnail a:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-agent .agent-item:hover .thumbnail a:after {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-agent .content {
    padding: 3px 0 3px 15px;
    float: left;
    width: calc(100% - 70px);
	text-align: left;
}
.featured-agent .agent-item:hover .content {
    padding: 3px 0 3px 15px;
    margin-top: 0;
}
.featured-agent .content .item-title {
    color: #3a3f4c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
	text-align: left;
}

/* === 2.12. TESTIMONIAL === */
.testimonial-item .box-user {
    clear: both;
    margin-bottom: 35px;
}
.testimonial-item .box-user img {
    max-width: 215px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    background: #ffffff;
    display: inline-block;
}
.testimonial-item .testimonial-name {
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-item .testimonial-content {
    max-width: 970px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}
.testimonial-item .testimonial-content:before {
    content: '\f10d';
    font-size: 26px;
    color: #114a82;
    position: absolute;
    left: -54px;
    top: 0;
    font-family: FontAwesome;
}
.testimonial-item .testimonial-content:after {
    content: '\f10e';
    font-size: 26px;
    color: #114a82;
    position: absolute;
    right: -54px;
    bottom: 0;
    font-family: FontAwesome;
}
.testimonial-carousel .owl-controls .owl-page span {
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 20px;
    height: 4px;
    margin: 0 7px;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #ffffff;
}
.testimonial-carousel .owl-controls .owl-page.active span {
    background-color: #114a82;
}
.testimonial-carousel .testimonial-item.style-2 {
	margin-left: 15px;
	margin-right: 15px;
}
.testimonial-item.style-2 {
	padding-top: 55px;
}
.testimonial-item.style-2 .testimonial-wrap {
    padding: 48px 40px 35px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e5f8;
}
.testimonial-item.style-2 .box-user {
    display: block;
	padding-left: 0;
	text-align: center;
	margin-bottom: 40px;
}
.testimonial-item.style-2 .box-user img {
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.testimonial-item.style-2 .testimonial-name {
    color: #3a3f4c;
    margin-bottom: 7px;
}
.testimonial-item.style-2 .testimonial-position {
    color: #abb2cc;
    display: block;
    margin-bottom: 20px;
}
.testimonial-item.style-2 .testimonial-content {
    margin-top: 35px;
	font-size: 14px;
	line-height: 24px;
}
.testimonial-item.style-2 .testimonial-content:before,
.testimonial-item.style-2 .testimonial-content:after {
	display: none;
}

/* === 2.13. BLOG === */
.blog-index {
	padding: 30px 30px 0 30px;
	background-color: #f3f3f9;
}
.blog-item {
    position: relative;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-carousel .blog-item {
    margin-left: 15px;
	margin-right: 15px;
}
.blog-item .content-featured {
    overflow: hidden;
    width: 100%;
}
.blog-item .content-featured .content-thumb {
    position: relative;
    display: block;
}
.blog-item .content-featured .content-thumb:after {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #02a5f0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-item:hover .content-featured .content-thumb:after {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.blog-item .content-thumb img {
    width: 100%;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.blog-item:hover .content-thumb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-item .content-thumb span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -moz-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    -ms-transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    transform: translate(-50%, -50%) scaleY(0) rotate(360deg);
    width: 2px;
    height: 46px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.blog-item:hover .content-thumb span {
    -webkit-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    -moz-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    -ms-transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
    transform: translate(-50%, -50%) scaleY(1) rotate(0deg);
}
.blog-item .content-thumb span:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 23px;
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(0);
    transform: translate(-50%, 0%) scaleY(1) rotate(0);
    background-color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.blog-item .content-thumb span:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 23px;
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(-180deg);
    background-color: #ffffff;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    -o-transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    transition: all 0.4s cubic-bezier(0.64, -1.18, 0.68, 1.81) 0s;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.blog-item:hover .content-thumb span:before {
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(90deg);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.blog-item:hover .content-thumb span:after {
    -webkit-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -moz-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -ms-transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    transform: translate(-50%, 0%) scaleY(1) rotate(-90deg);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.blog-item .wrap-entry {
    margin: 0 50px -88px;
    -webkit-transform: translate(0, -88px);
    -ms-transform: translate(0, -88px);
    -o-transform: translate(0, -88px);
    transform: translate(0, -88px);
    background: #ffffff;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #e5e5f8;
	float: left;
}
.blog-item .entry-header {
    padding: 34px 30px;
    position: relative;
	float: left;
}
.blog-item .entry-header h2, .blog-item .entry-header h3 {
    margin: 0;
    text-transform: uppercase;
    line-height: 26px;
	font-size: 20px;
}
.blog-item .entry-header .tag-date {
    position: absolute;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: 0;
    left: 0;
    background-color: #114a82;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 10px 20px;
}
.blog-item .entry-header .tag-date:before {
    border-bottom: 10px solid #114a82;
    border-left: 39px solid transparent;
    border-right: 38px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: -10px;
    width: 0;
}
.blog-item .entry-header .tag-date span {
    display: block;
}
.blog-item .entry-header .item-info {
    margin-top: 16px;
    font-weight: 500;
}
.blog-item .entry-header .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-item .entry-header .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-item .entry-header .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-item .entry-header .item-info span:last-child:before {
    display: none;
}
.blog-item .entry-header .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-item .content-featured .tag-date {
    position: absolute;
    background-color: #114a82;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
	transform: translate(0, 0);
    left: 30px;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 17px 5px;
    top: -1px;
    display: block;
}
.blog-item .content-featured .tag-date:before {
    border-top: 10px solid #114a82;
    border-left: 32px solid transparent;
    border-right: 31px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
	top: auto;
    bottom: -10px;
}
.blog-item .content-featured .tag-date span {
    display: block;
}
.blog-item .entry-content {
    padding: 10px 30px 6px;
	clear: left;
}
.blog-item .entry-footer {
    padding: 2px 30px 32px;
    border-top: 1px solid #ffffff;
}
.blog-item .entry-footer .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-item .entry-footer .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.blog-item .entry-footer .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-item .entry-footer .item-info span:last-child:before {
    display: none;
}
.blog-item .entry-footer .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-item.style-2 {
    position: relative;
	margin-bottom: 30px;
	background: #ffffff;
    border: 1px solid #e5e5f8;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	overflow: hidden;
}
.blog-item.style-2 .content-featured {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	min-height: auto;
    overflow: initial;
}
.blog-item.style-2 .wrap-entry {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
	border: none;
}
.blog-item.style-2 .entry-header {
    padding-top: 20px;
	padding-bottom: 0;
}
.blog-item.style-2 .entry-header h2 {
    font-size: 18px;
}
.blog-item.style-2 .entry-footer .read-more {
    background: transparent;
    color: #515666;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 0;
    overflow: initial;
	display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
	position: relative;
}
.blog-item.style-2 .entry-footer .read-more:after {
    font-family: "Ionicons";
    line-height: 18px;
    content: "\f3d1";
    position: absolute;
    top: 2px;
    right: -14px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.blog-item.style-2 .entry-footer .read-more:hover:after {
    right: -24px;
}
.blog-item.style-2 .entry-footer .read-more:hover {
    color: #114a82;
}
.blog-item.style-2 .entry-footer .item-info {
    display: block;
    float: right;
    margin-top: 0;
}
.blog-item.style-3 {
    position: relative;
    background: #fff;
    border: 1px solid #e5e5f8;
	-webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	margin-bottom: 30px;
}
.blog-item.style-3:hover {
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.12);
}
.blog-item.style-3 .blog-featured {
    overflow: hidden;
    width: 100%;
    display: block;
    min-height: 250px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.blog-item.style-3 .wrap-entry {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin: 0;
	border: none;
}
.blog-item.style-3 .entry-header {
    padding-bottom: 5px;
}
.blog-item.style-3 .entry-footer .item-info {
    display: block;
    float: right;
    margin-top: 11px;
}
.blog-item.style-3 .content-featured {
	height: 100%;
}
.blog-item.style-3 .content-featured .content-thumb {
    position: relative;
    display: block;
	min-height: 100%;
}
.blog-detail {
	position: relative;
    background: #fff;
    border: 1px solid #e5e5f8;
	float: left;
	width: 100%;
}
.blog-detail .content-featured img {
	width: 100%;
}
.blog-detail .entry-header {
    padding: 34px 40px 0;
    position: relative;
}
.blog-detail .entry-header h1 {
    margin: 0;
    text-transform: uppercase;
    line-height: 26px;
	font-size: 24px;
}
.blog-detail .item-info {
    margin-top: 16px;
    font-weight: 500;
}
.blog-detail .item-info span {
    position: relative;
    line-height: 24px;
    padding-right: 16px;
    margin-right: 14px;
    float: left;
}
.blog-detail .item-info span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-detail .item-info span:before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 15px;
    background: #d4d8e8;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.blog-detail .item-info span:last-child:before {
    display: none;
}
.blog-detail .item-info span i {
    color: #d4d8e8;
    padding-right: 5px;
}
.blog-detail .entry-content {
    padding: 20px 40px 30px;
	clear: both;
	display: block;
}
.blog-detail .entry-content .in-blog-wrap {
    margin: 30px 0 20px;
	float: left;
	width: 100%;
}
.blog-detail .entry-content blockquote {
    font-family: 'Exo',sans-serif;
    font-size: 18px;
    color: #02a5f0;
    font-weight: 600;
    font-style: italic;
    line-height: 30px;
    position: relative;
    padding: 8px 0 8px 30px;
    margin: 20px 0;
	border-left: none;
}
.blog-detail .entry-content blockquote:after, 
.blog-detail .entry-content blockquote:before {
    font-family: ionicons;
    content: "\f347";
    color: #114a82;
    position: absolute;
    font-style: normal;
    font-size: 24px;
}
.blog-detail .entry-content blockquote:before {
    top: 0;
	left: 0;
}
.blog-detail .entry-content blockquote:after {
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.blog-detail .entry-footer {
    padding: 8px 40px 15px;
    border-top: 1px solid #fff;
	clear: both;
	display: block;
}
.blog-detail .entry-footer .single-tag span {
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 16px;
}
.blog-detail .entry-footer .single-tag a {
    border: 1px solid #e5e5f8;
    margin: 0 5px;
    padding: 4px 20px;
    font-size: 12px;
	-webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.blog-detail .entry-footer .single-tag a:hover {
    border-color: #114a82;
}
.post-navigation {
    padding: 12px 40px 20px;
    background: #fff;
    font-weight: 500;
    border-bottom: 0;
}
.post-navigation .next-post, 
.post-navigation .prev-post {
    width: 50%;
    float: left;
    position: relative;
    height: 126px;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 30px;
    overflow: hidden;
}
.post-navigation:after {
    content: '';
    display: table;
    clear: both;
}
.post-navigation .next-post:after, 
.post-navigation .prev-post:after, 
.post-navigation .next-post:before, 
.post-navigation .prev-post:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.post-navigation .next-post:before, 
.post-navigation .prev-post:before {
    background: #000;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}
.post-navigation .next-post:after, 
.post-navigation .prev-post:after {
    background: #114a82;
    top: 0;
    opacity: .8;
    filter: alpha(opacity=80);
}
.post-navigation .prev-post:before {
    right: 0;
}
.post-navigation .prev-post:after {
    right: -100%;
}
.post-navigation .next-post:before {
    left: 0;
}
.post-navigation .next-post:after {
    left: -100%;
}
.post-navigation .next-post:hover:before, 
.post-navigation .prev-post:hover:before {
    -webkit-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}
.post-navigation .next-post:hover:after, 
.post-navigation .prev-post:hover:after {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.post-navigation .prev-post:hover:before {
    right: 100%;
}
.post-navigation .prev-post:hover:after {
    right: 0;
}
.post-navigation .next-post:hover:before {
    left: 100%;
}
.post-navigation .next-post:hover:after {
    left: 0;
}
.post-navigation .next-post .bg-next-post, 
.post-navigation .prev-post .bg-next-post, 
.post-navigation .next-post .bg-prev-post, 
.post-navigation .prev-post .bg-prev-post {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.post-navigation .next-post span, 
.post-navigation .prev-post span {
    position: relative;
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
    z-index: 3;
    margin-bottom: 7px;
}
.post-navigation .prev-post span {
    margin-left: 10px;
}
.post-navigation .next-post span:before, 
.post-navigation .prev-post span:before {
    font-family: ionicons;
    position: absolute;
    line-height: 18px;
    top: 0;
}
.post-navigation .prev-post span:before {
    content: "\f3cf";
    left: -10px;
}
.post-navigation .next-post span:before {
    content: "\f3d1";
    right: -10px;
}
.post-navigation .next-post a, 
.post-navigation .prev-post a {
    color: #fff;
    position: relative;
    font-size: 18px;
    z-index: 3;
    display: block;
}
.blog-detail .comment {
    padding: 24px 40px 40px;
	margin: 0;
	border: none;
}
.blog-detail .comment .comment-title {
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}
.blog-detail .comment .item-comment-header-right {
    width: 9%;
}

/* === 2.14. PARTNER === */
.partner-carousel .item {
    margin-left: 3px;
	margin-right: 3px;
}
.partner-carousel .item > a {
    display: block;
    overflow: hidden;
	margin-bottom: 6px;
}
.partner-carousel .item > a img {
    max-width: 190px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.partner-carousel .item > a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/* === 2.15. SUBSCRIPTION === */
.mailchimp {
    position: relative;
    padding: 40px 0 60px;
}
.mailchimp .title {
    font-size: 34px;
    line-height: 26px;
    color: #114a82;
    font-weight: 600;
    text-transform: uppercase;
}
.mailchimp .sub-title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
}
.mailchimp .mailchimp-main {
    position: relative;
    max-width: 420px;
    margin-top: 26px;
}
.mailchimp .mailchimp-main input {
    background: transparent;
    border: none;
    outline: none;
}
.mailchimp .mailchimp-main input[type="email"] {
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.mailchimp .mailchimp-main input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-indent: -200px;
    z-index: 9;
    width: 36px;
    height: 100%;
    line-height: 36px;
}
.mailchimp .mailchimp-main i {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    font-size: 16px;
    color: #ffffff;
}
.mailchimp .mailchimp-main:hover i {
    color: #114a82;
}
.mailchimp .mailchimp-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.mailchimp .mailchimp-main:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mailchimp img {
    position: absolute;
    right: 0;
    top: -48px;
}

/* === 2.16. FOOTER === */
.footer {
    display: block;
	background-image: url(../images/background/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
	position: relative;
}
.main-footer {
    background: rgba(255, 255, 255, 0.8);
    color: #ffffff;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.main-footer .wigetized {
    padding: 35px 0 0 0;
}
.footer .widget {
    color: #515666;
}
.footer .widget-title {
    color: #114a82;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 60px;
}
.footer .widget-title::after {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #114a82;
}
.main-footer ul {
    padding: 0;
}
.main-footer ul.contact-info {
    margin-top: 23px;
}
.main-footer ul.contact-info li {
    margin-bottom: 10px;
}
.main-footer ul.contact-info li i {
    width: 32px;
    height: 32px;
    background: #fab852;
    text-align: center;
    line-height: 32px;
    margin-right: 15px;
    color: #fff;
    font-size: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.main-footer ul.open-info {
    max-width: 220px;
}
.main-footer ul.open-info li {
    line-height: 40px;
    border-bottom: 1px solid #e5e5f8;
    padding: 0;
}
.copyright {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    padding: 28px 0;
}
.copyright .footer-social a {
    margin-left: 13px;
	font-weight: 500;
}
.copyright .footer-social a i {
    font-size: 18px;
    color: #d4d8e8;
}
.copyright .footer-social a:hover i {
    color: #114a82;
}

/* === 2.17. FAQ === */
.faq {
	position: relative;
	z-index: 999;
}
.faq .title {
    font-size: 30px;
    text-transform: inherit;
    margin-bottom: 35px;
    text-align: left;
	line-height: 26px;
	font-weight: 600;
	color: #114a82;
}
.faq .title .sub-title {
    font-size: 26px;
    width: 62px;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
}
.faq .title .first-word {
    color: #02a5f0;
}
.faq-img-wrap {
	position: absolute;
    bottom: 0;
    right: -34px;
}
.faq-img {
    position: relative;
    z-index: 2;
}

/* === 2.18. SHORTCODES === */

/* Accordion */
.panel-group {
    border: 1px solid #e5e5f8;
    background: #ffffff;
	margin-bottom: 0;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.12);
	position: relative;
    z-index: 999;
}
.panel-group > .panel {
	display: block;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group .panel-heading {
	margin-bottom: 2px;
    display: block;
	position: relative;
	padding: 0;
	background: 0;
	border: none;
	border-radius: 0;
}
.panel-group .panel:last-child .panel-heading {
	margin-bottom: 0;
}
.panel-group .panel-heading a {
	color: #02a5f0;
	font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 14px 30px 14px 20px;
    cursor: pointer;
    position: relative;
    background: #ededf7;
	display: block;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.panel-group .panel-heading:hover a,
.panel-group .panel-heading.active a {
    color: #02a5f0;
}
.panel-group .panel-heading .toggle-icon {
    color: #02a5f0;
	width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    font-size: 18px;
	position: absolute;
    top: 50%;
    right: 17px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.panel-group .panel-heading:hover .toggle-icon,
.panel-group .panel-heading.active .toggle-icon {
    border-color: #114a82;
	color: #114a82;
}
.panel-group .panel-heading.active .toggle-icon:before {
	content: "\f209";
}
.panel-group .panel-body {
    padding: 30px 20px;
	border: none !important;
	background: none;
}

/* === 2.19. PROGRESS BARS === */
.progress-wraper .progress-title {
	display: block;
    font-size: 1.0rem;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
	margin-bottom: 10px;
	color: #515666;
}
.progress-wraper .progress-value {
    color: #515666;
    padding-right: 15px;
}
.progress-wraper .block-progressbar {
    position: relative;
	width: 100%;
	margin-bottom: 35px;
}
.progress-wraper .block-progressbar:last-child {
	margin-bottom: 0px;
}
.block-progressbar .progressbar-back-text {
    position: absolute;
	font-size: 0;
	text-indent: -9999px;
	background-color: #fff;
    border: 1px solid #e5e5f8;
    -webkit-box-shadow: inset 1px 2px 8px -2px rgba(0, 0, 0, 0.12);
    box-shadow: inset 1px 2px 8px -2px rgba(0, 0, 0, 0.12);
    height: 8px;
    width: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.block-progressbar .progresswrap {
	height: 8px;
}
.block-progressbar .progressbar {
	position: absolute;
	width: 0;
	display: block;
    position: absolute;
    height: 8px;
    background-color: #114a82;
    -webkit-transition: width 1s linear;
    -o-transition: width 1s linear;
    transition: width 1s linear;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.block-progressbar .progressbar-front-text {
    position: absolute;
	right: 0px;
	top: -30px;
	width: 35px !important;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #515666;
    margin-bottom: 6px;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
    line-height: 24px;
}
.progress-header {
    margin-bottom: 45px;
}
.progress-header .title {
    font-size: 32px;
    margin-bottom: 22px;
    color: #02a5f0;
}
.skills.has-image img {
    max-width: 310px;
    height: auto;
    position: absolute;
    bottom: -91px;
    left: -50px;
	z-index: 2;
}

/* === 2.20. ABOUT PROPERTY === */
.about-property .about-property-header {
    text-align: center;
    max-width: 980px;
    margin: 0 auto 75px;
}
.about-property .title-header {
	position: relative;
    color: #02a5f0;
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0;
    text-transform: uppercase;
}
.about-property .about-property-item {
    margin-bottom: 45px;
}
.about-property .about-property-item .icon {
    text-align: center;
    float: left;
}
.about-property .about-property-item .icon i {
    color: #114a82;
    font-size: 42px;
    line-height: 42px;
    display: inline-block;
    width: 42px;
}
.about-property .about-property-item .content {
    float: left;
    padding: 5px 0 5px 15px;
    width: calc(100% - 50px);
}
.about-property .about-property-item .content .content-title {
    color: #3a3f4c;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
}

/* === 2.21. FLOOR PLAN === */
.floor-plan {
    margin: 30px 0;
}
.floor-plan .floor-plan-header {
    text-align: center;
    max-width: 950px;
    margin: 0 auto 60px;
}
.floor-plan .floor-plan-header .title {
    color: #02a5f0;
    font-size: 32px;
    margin: 0 0 35px;
}
.floor-plan .thumbnail {
    float: left;
    width: 50%;
	padding: 0;
	border: none;
}
.floor-plan .content {
    float: left;
    width: 50%;
    padding: 0 70px;
}
.floor-plan .box-features {
    border-top: 1px solid #e5e5f8;
    padding: 20px 0;
    margin: 35px 0 10px;
}
.floor-plan .box-features > label {
    color: #3a3f4c;
    font-family: 'Exo', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.floor-plan .box-features > ul {
    list-style: none;
    margin: 0;
    padding: 15px 0 0 23px;
}
.floor-plan .box-features > ul li {
    color: #3a3f4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.floor-plan .box-features > ul li:before {
    position: absolute;
    margin-left: -22px;
    display: inline-block;
    content: '\f178';
    font-family: 'FontAwesome';
}

/* === 2.22. GALLERY === */
.galleries .gallery-item {
    overflow: hidden;
    position: relative;
	width: 100%;
    height: 100%;
    float: left;
}
.galleries .gallery-item .gallery-content {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galleries .gallery-item i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1;
}
.galleries .gallery-item:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 74, 130, 0.6);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galleries .gallery-item:hover:after,
.galleries .gallery-item:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.galleries .gallery-item img {
    width: 100%;
	-webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.galleries .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery .gallery-item {
    display: inline-block;
    margin-right: 3px;
    overflow: hidden;
    position: relative;
}
.gallery .gallery-item img {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	max-width: 64px;
}
.gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery .gallery-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17,74,130,.6);
    opacity: 0;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.gallery .gallery-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

/* === 2.23. SIDEBAR === */
.sidebar .widget {
    border: 1px solid #e5e5f8;
    background: #ffffff;
    padding: 30px 25px 25px;
    margin-bottom: 30px;
	margin-top: 0;
	clear: both;
	float: left;
    width: 100%;
}
.sidebar .widget:first-child {
    margin-top: 0;
}
.sidebar .widget-title {
    color: #114a82;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 40px;
    line-height: 25px;
    margin-top: 0;
}
.sidebar .widget-title:before {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #114a82;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.widget-agent-detail {
    background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
}
.widget-agent-detail .box-content {
    padding: 10px 25px 25px;
}
.widget-agent-detail .title-box {
    color: #3a3f4c;
    font-weight: 500;
    margin: 10px 0 4px;
}
.widget-agent-detail .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.widget-agent-detail .item-info .position, 
.widget-agent-detail .item-info .total-property {
    display: table;
    font-size: 12px;
    font-weight: 500;
}
.widget-agent-detail .item-info .position {
    padding-right: 10px;
    margin-right: 15px;
    position: relative;
}
.widget-agent-detail .box-content .item-info {
    color: #515666;
    font-size: 14px;
    font-weight: 500;
}
.widget-agent-detail ul.item-info li {
    display: table;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
	color: #515666;
}
.widget-agent-detail .box-content ul.item-info li:before {
    font-family: fontawesome;
    display: inline-block;
    width: 20px;
    color: #abb2cc;
    font-size: 18px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.widget-agent-detail .box-content ul.item-info li.agent-email:before {
    content: '\f0e0';
    font-size: 14px;
}
.widget-agent-detail .box-content ul.item-info li.agent-phone:before {
    content: '\f095';
    font-size: 17px;
}
.widget-agent-detail .box-content ul.item-info li.agent-address:before {
    content: '\f041';
    font-size: 17px;
}
.sidebar .form-search {
	position: relative;
}
.sidebar .form-search input[type=search] {
	width: 100%;
    height: 40px;
    border: 1px solid #e5e5f8;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
    padding-right: 30px;
    -webkit-transition: all .15s ease-in-out 0s;
    -o-transition: all .15s ease-in-out 0s;
    transition: all .15s ease-in-out 0s;
}
.sidebar .form-search input[type=search]:focus {
	border-color: #114a82;
}
.sidebar .form-search:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 12px;
    font-family: ionicons;
    content: "\f21f";
    color: #515666;
    font-size: 18px;
    line-height: 14px;
    margin-top: 2px;
}
.sidebar-list {
	padding-left: 14px;
}
.sidebar-list li {
    padding-bottom: 10px;
}
.sidebar-list li a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.sidebar-list li a:before {
    width: 5px;
    height: 5px;
    background-color: #e5e5f8;
    position: absolute;
    top: 9px;
    left: -14px;
    content: '';
    -webkit-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all .25s ease-in-out 0s;
    -o-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s;
}
.sidebar-list li:hover a:before {
    background-color: #114a82;
}
.recent-news li {
    padding-bottom: 10px;
	width: 100%;
	display: block;
	float: left;
	list-style: none;
}
.recent-news img {
    float: left;
    margin-right: 12px;
	max-width: 70px;
}
.recent-news h5 {
    margin-bottom: 0;
	margin-top: 0;
}
.recent-news h5 a {
    font-size: 14px;
    line-height: 24px;
    position: relative;
	font-weight: 600;
}
.recent-news .post-date {
    font-size: 12px;
    position: relative;
    padding-left: 16px;
}
.recent-news .post-date:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f26e';
    font-family: ionicons;
    line-height: 18px;
}
.tagcloud a {
	font-size: 12px;
    border: 1px solid #e5e5f8;
    margin: 0 10px 10px 0;
    padding: 2px 20px;
    float: left;
}
.tagcloud a:hover {
	border-color: #114a82;
}

/* === 2.24. PRICING === */
.pricing-table-item {
    border: 1px solid #e5e5f8;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.pricing-table-item:hover {
    -webkit-box-shadow: 0 0 30px 3px rgba(0,0,0,.12);
    box-shadow: 0 0 30px 3px rgba(0,0,0,.12);
    -webkit-transform: translate(0,-15px);
    -ms-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
    transform: translate(0,-15px);
}
.pricing-table-item .pricing-header {
    background: #02a5f0;
    color: #fff;
    padding: 25px 25px 0;
    text-transform: uppercase;
    position: relative;
}
.pricing-table-item .pricing-header:before {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    height: 25px;
    width: 51%;
    background: #02a5f0;
    -webkit-transform: skew(0,12deg);
    -moz-transform: skew(0,12deg);
    -ms-transform: skew(0,12deg);
    transform: skew(0,12deg);
}
.pricing-table-item .pricing-header:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 25px;
    width: 50%;
    background: #02a5f0;
    -webkit-transform: skew(0,-12deg);
    -moz-transform: skew(0,-12deg);
    -ms-transform: skew(0,-12deg);
    transform: skew(0,-12deg);
}
.pricing-table-item .pricing-header .pricing-title {
    color: #114a82;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.pricing-table-item .pricing-header .price {
    font-size: 50px;
    line-height: 26px;
    font-weight: 600;
    position: relative;
}
.pricing-table-item .pricing-header .after-price {
    margin: 10px 0 0;
    font-weight: 100;
}
.pricing-table-item .pricing-header .pricing-line:before {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    height: 10px;
    width: 51%;
    background: #114a82;
    -webkit-transform: skew(0,12deg);
    -moz-transform: skew(0,12deg);
    -ms-transform: skew(0,12deg);
    transform: skew(0,12deg);
}
.pricing-table-item .pricing-header .pricing-line:after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: 0;
    height: 10px;
    width: 50%;
    background: #114a82;
    -webkit-transform: skew(0,-12deg);
    -moz-transform: skew(0,-12deg);
    -ms-transform: skew(0,-12deg);
    transform: skew(0,-12deg);
}
.pricing-table-item ul.pricing-body {
    background: #fff;
    list-style: none;
    padding: 45px 35px 20px;
    margin: 0;
}
.pricing-table-item ul.pricing-body li {
    border-bottom: 1px solid #e5e5f8;
    color: #515666;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}
.pricing-table-item ul.pricing-body li:last-child {
    border-bottom: 0;
}
.pricing-table-item ul.pricing-body li span {
    color: #114a82;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
}
.pricing-table-item .pricing-action {
    background: #fff;
    padding: 0 0 40px;
}
.pricing-table-item.featured {
    -webkit-transform: translate(0,-30px);
    -ms-transform: translate(0,-30px);
    -o-transform: translate(0,-30px);
    transform: translate(0,-30px);
}
.pricing-table-item.featured .pricing-header {
    background: #ef9306;
}
.pricing-table-item.featured .pricing-header:before, 
.pricing-table-item.featured .pricing-header:after {
	background-color: #ef9306;
}
.pricing-table-item.featured .pricing-header .pricing-title {
    color: #fff;
}
.pricing-table-item.featured ul.pricing-body {
    padding: 58px 35px 20px;
}
.pricing-table-item.featured ul.pricing-body li {
    line-height: 50px;
}
.pricing-table-item.featured .pricing-action {
    padding: 5px 0 40px;
}

/* === 2.25. CONTACT === */
.contact-information {
    background-color: #fff;
    padding: 40px;
}
.contact-information .title {
    margin: 5px 0 0;
    padding-bottom: 30px;
    font-size: 26px;
    color: #515666;
    font-weight: 500;
}
.contact-information .wrap-info {
    margin-top: 30px;
}
.contact-information .wrap-info .info-item {
    margin-bottom: 20px;
	float: left;
	width: 100%;
}
.contact-information .wrap-info .info-item .info-icon {
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #114a82;
    margin-right: 20px;
    float: left;
    text-align: center;
}
.contact-information .wrap-info .info-item .info-icon i {
    font-size: 18px;
    line-height: 40px;
}
.contact-information .wrap-info .info-item .info-text {
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
    max-width: 70%;
}
.contact-information .form-item {
    position: relative;
    margin-bottom: 30px;
}
.contact-information .form-item input[type="text"],
.contact-information .form-item input[type="email"] {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
	outline: none;
}
.contact-information .form-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fbb040;
    height: 1px;
    width: 30%;
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.contact-information .form-item textarea {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #e5e5f8;
    height: 120px;
    padding: 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.contact-information .form-item.form-textarea:after {
    bottom: 7px;
}
.contact-information .form-item:focus:after,
.contact-information .form-item:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 3. COMMERCE
/* --------------------------------------------------------------------- */

.widget_price_filter {
	padding: 8px 6px;
}
.widget_price_filter .price_slider {
    margin-bottom: 5px;
}
.widget_price_filter .price_slider_amount {
    line-height: 2.4;
    font-size: 1em;
}
.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    background-color: #114a82;
    width: 12px;
    height: 12px;
    top: -4px;
	cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 0;
    background-color: #a46497;
	outline: none;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 0;
    background-color: #602053;
    border: 0;
	outline: none;
}
.widget_price_filter .ui-slider-horizontal {
	height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.widget_price_filter .price_slider_wrapper {
    margin-top: 40px;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #e0e0e0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range {
    background: #114a82;
}
.widget_price_filter .price_slider_amount .button {
    outline: 0;
    background: #f1eeea;
    color: #5e5a54;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    padding: 10px 20px;
	border: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.widget_price_filter .price_slider_amount .button:hover {
    background: #114a82;
    color: #fff;
}
.widget_price_filter .price_slider_amount .price_label {
	color: #5e5a54;
    font-weight: 500;
}
.recent-products {
	list-style: none;
    padding: 0;
    margin: 0;
}
.recent-products li {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.recent-products li:last-child {
	margin-bottom: 0px;
}
.recent-products li img {
	float: left;
    width: 70px;
    margin-left: 0;
    margin-right: 14px;
}
.recent-products li h5 {
    font-weight: 600;
	font-size: 14px;
    line-height: 24px;
}
.toolbar-products {
    background-color: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
    padding: 12px 30px;
	float: left;
	width: 100%;
}
.toolbar-products label {
    margin-bottom: 0;
    font-weight: 400;
    margin-right: 10px;
	display: inline-block;
    max-width: 100%;
}
.toolbar-products .product-style-control {
    float: left;
}
.toolbar-products .product-style-control span {
    cursor: pointer;
    margin-left: 14px;
}
.toolbar-products .product-style-control span.active {
    color: #114a82;
}
.commerce-ordering {
    float: right;
	margin-bottom: 0;
    margin-left: 60px;
}
.toolbar-products select:not([multiple]) {
    border: 0;
    cursor: pointer;
    background: 0 0;
    color: #114a82;
    background: url(../images/arrow.png) no-repeat right center;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	padding: 0;
    padding-right: 20px;
	outline: none;
	width: auto;
}
.commerce-product_per {
    float: right;
}
.product-item {
    background-color: #fff;
    border: 1px solid #e5e5f8;
    padding: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.product-item:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
}
.product-item .featured-item {
    position: relative;
}
.product-item .featured-item > a {
    display: block;
}
.product-item .featured-item > a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
	margin-bottom: 0;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    box-shadow: none;
}
.product-item .featured-item > a:after {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    display: block;
}
.product-item:hover .featured-item > a:after {
    opacity: .7;
    filter: alpha(opacity=70);
}
.product-item .featured-item .action {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 104px;
    height: 104px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.product-item:hover .featured-item .action {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .add-cart,
.product-item .featured-item .action .compare,
.product-item .featured-item .action .wishlist,
.product-item .featured-item .action .quick-view {
    background: #114a82;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    border: 0;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 0;
    line-height: 42px;
    display: block;
	float: left;
	margin: 5px;
}
.product-item .featured-item .action .add-cart:before,
.product-item .featured-item .action .compare:before,
.product-item .featured-item .action .wishlist:before,
.product-item .featured-item .action .quick-view:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #02a5f0;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
	-webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.product-item .featured-item .action .add-cart:hover:before,
.product-item .featured-item .action .compare:hover:before,
.product-item .featured-item .action .wishlist:hover:before,
.product-item .featured-item .action .quick-view:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.product-item .featured-item .action .add-cart {
    -webkit-transform: translate(-30%,-30%);
    -ms-transform: translate(-30%,-30%);
    -o-transform: translate(-30%,-30%);
    transform: translate(-30%,-30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
	font-size: 18px;
}
.product-item:hover .featured-item .action .add-cart {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .compare {
    -webkit-transform: translate(30%,-30%);
    -ms-transform: translate(30%,-30%);
    -o-transform: translate(30%,-30%);
    transform: translate(30%,-30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.product-item:hover .featured-item .action .compare {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .wishlist {
    -webkit-transform: translate(-30%,30%);
    -ms-transform: translate(-30%,30%);
    -o-transform: translate(-30%,30%);
    transform: translate(-30%,30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.product-item:hover .featured-item .action .wishlist {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .featured-item .action .quick-view {
    -webkit-transform: translate(30%,30%);
    -ms-transform: translate(30%,30%);
    -o-transform: translate(30%,30%);
    transform: translate(30%,30%);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.product-item:hover .featured-item .action .quick-view {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .info-item {
    padding: 10px 24px 24px;
	display: block;
	float: left;
	width: 100%;
}
.product-item .info-item .product-title {
	font-size: 26px;
	font-weight: 600;
}
.product-item .info-item .price {
    float: left;
    width: 59%;
	display: block;
	color: #515666;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
}
.product-item .info-item .stars-rating {
    float: right;
    margin: 0;
    margin-top: 5px;
	font-size: .857em;
	width: 41%;
	margin-top: 12px;
}
.product-item .info-item .price del {
    color: inherit;
    opacity: .5;
	margin-right: 5px;
}
.product-item .info-item .price ins {
    text-decoration: none;
}
.product-item-list {
	width: 100%;
	min-height: 322px;
	background-color: #fff;
    border: 1px solid #e5e5f8;
    padding: 0;
	margin-bottom: 30px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.product-item-list:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.12);
}
.product-item-list .featured-item {
    position: relative;
}
.product-item-list .featured-item img {
    height: 100%;
}
.product-item-list .info-item {
    padding: 24px 30px 30px;
}
.product-item-list .info-item .product-title {
    margin-bottom: 0;
}
.product-item-list .info-item .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
	margin-top: 10px;
    font-size: 20px;
	display: block;
}
.product-item-list .info-item .price del {
    color: inherit;
    opacity: .5;
    display: inline-block;
	margin-right: 14px;
}
.product-item-list .info-item .price ins {
    font-weight: 500;
    text-decoration: none;
}
.product-item-list .info-item hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
}
.product-item-list .info-item .action {
    margin-top: 30px;
}
.product-item-list .info-item .action .add-cart {
	display: inline-block;
	margin-right: 5px;
}
.product-item-list .info-item .action .compare, 
.product-item-list .info-item .action .wishlist, 
.product-item-list .info-item .action .quick-view {
    background: #114a82;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    border: 0;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 44px;
    text-align: center;
    padding: 0;
    line-height: 44px;
    display: inline-block;
    margin-right: 5px;
}
.product-item-list .info-item .action .compare:before,
.product-item-list .info-item .action .wishlist:before,
.product-item-list .info-item .action .quick-view:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #02a5f0;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
	-webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.product-item-list .info-item .action .compare:hover:before,
.product-item-list .info-item .action .wishlist:hover:before,
.product-item-list .info-item .action .quick-view:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.quick-content {
	max-width: 800px;
    width: 100%;
    min-height: 450px;
    background-color: #fff;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    transform-origin: 0 0;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quick-content .quickview-close {
    background-image: url(../images/quickview_close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0 0;
    height: 40px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
}
.quick-content .quickview-close:hover {
    border: 1px solid #000;
}
.quick-content .quick-left {
    width: 45%;
    float: left;
}
.quick-content .quick-left img {
    height: auto;
    max-width: 100%;
}
.quick-content .quick-right {
    width: 55%;
    float: left;
    padding-left: 30px;
}
.quick-content .quick-right .product-title {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
.quick-content .quick-right .product-rating {
    font-size: 12px;
    margin-bottom: 5px;
	line-height: 2;
    display: block;
}
.quick-content .quick-right .product-rating .stars-rating {
    margin: 12px 20px 0 0;
    font-size: 1em;
	float: left;
	width: 100px;
}
.quick-content .quick-right .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
    font-size: 20px;
}
.quick-content .quick-right hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
}
.quick-content .quick-right form.mini-cart {
    margin-bottom: 2em;
    margin-top: 30px;
}
.quick-content .quick-right div.quantity {
    float: left;
    margin: 0 10px 0 0;
}
.quantity-attr {
    border: 1px solid #e5e5f8;
    height: 44px;
    position: relative;
}
.quantity-attr input {
    border: 0;
    height: 40px;
    width: 64px;
	text-align: center;
}
.quantity-attr button {
    position: absolute;
    right: 5px;
    border: 0;
    line-height: 14px;
    background: #fff;
    z-index: 1;
	outline: none;
}
.quantity-attr button.qty-decrease {
    bottom: 0;
}
.quantity-attr button.qty-increase {
    top: 0;
}
.quick-content .quick-right .product-meta {
    margin-top: 0;
    margin-bottom: 25px;
}
.quick-content .quick-right .product-meta .posted_in, 
.quick-content .quick-right .product-meta .tagged_as {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.quick-content .quick-right .product-meta .posted_in a, 
.quick-content .quick-right .product-meta .tagged_as a {
    font-weight: 400;
}
.quick-content .quick-right .product-meta .posted_in a:first-child, 
.quick-content .quick-right .product-meta .tagged_as a:first-child {
    margin-left: 5px;
}
.single-product {
	background: #fff;
    border: 1px solid #e5e5f8;
    margin-bottom: 30px;
    padding: 46px 50px;
	float: left;
	width: 100%;
}
.single-product .summary .product-title {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
}
.single-product .summary .price-stock {
    float: left;
	width: 100%;
	margin-bottom: 20px;
}
.single-product .summary .price {
    color: #515666;
    font-weight: 500;
    padding-top: 5px;
    margin-bottom: 0;
	font-size: 20px;
}
.single-product .summary .status-stock {
    float: right;
    margin-top: 5px;
    font-size: 12px;
}
.single-product .summary .status-stock span {
    color: #02a5f0;
    font-weight: 600;
	font-size: 12px;
}
.single-product .summary hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e5e5f8;
	clear: both;
	display: block;
}
.single-product .summary .mini-cart {
    float: left;
    margin-right: 10px;
}
.single-product .summary .mini-cart .quantity {
    max-width: 66px;
	float: left;
    margin-right: 10px;
}
.single-product .summary .action .compare, 
.single-product .summary .action .wishlist {
    background: #114a82;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    border: 0;
    padding: 10px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    width: 42px;
    height: 44px;
    text-align: center;
    padding: 0;
    line-height: 44px;
    display: inline-block;
    margin-right: 5px;
}
.single-product .summary .action .compare:before,
.single-product .summary .action .wishlist:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -30px;
    right: -8px;
    background: #02a5f0;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
	-webkit-transform: skewX(15deg) scaleX(1);
    -moz-transform: skewX(15deg) scaleX(1);
    -ms-transform: skewX(15deg) scaleX(1);
    transform: skewX(15deg) scaleX(1);
}
.single-product .summary .action .compare:hover:before,
.single-product .summary .action .wishlist:hover:before {
    -webkit-transform: skewX(0) scaleX(0);
    -ms-transform: skewX(0) scaleX(0);
    transform: skewX(0) scaleX(0);
}
.single-product .summary .product-meta {
    margin-top: 25px;
    margin-bottom: 25px;
}
.single-product .summary .product-meta .posted_in, 
.single-product .summary .product-meta .tagged_as {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.single-product .summary .product-meta .posted_in a, 
.single-product .summary .product-meta .tagged_as a {
    font-weight: 400;
}
.single-product .summary .product-meta .posted_in a:first-child, 
.single-product .summary .product-meta .tagged_as a:first-child {
    margin-left: 5px;
}
.single-product .property-comment {
    border: none;
	padding: 0;
	margin: 0;
}
.my-account-wrap {
	background-color: #fff;
    border: 1px solid #e5e5f8;
    padding: 30px;
	margin: 2em 0;
}
.my-account-wrap .form-submit .button-2,
.my-account-wrap .form-submit .checkbox,
.my-account-wrap .form-submit span{
	display: inline-block;
}
.commerce-cart {
	border: 1px solid #e5e5f8;
    margin: 0 0 50px 0;
    text-align: left;
    width: 100%;
	background-color: #fff;
	padding: 30px;
}
.shop-table {
	border: none;
	border-collapse: unset;
}
.shop-table th {
    background-color: #02a5f0;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 0;
    font-family: 'Exo',sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.shop-table td {
    border: none;
	border-top: 1px solid #e5e5f8;
    padding: 25px 0;
	vertical-align: middle;
}
.shop-table tbody:first-child tr:first-child td, 
.shop-table tbody:first-child tr:first-child th {
    border-top: 0;
}
.shop-table a.remove {
    display: block;
    font-size: 16px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shop-table .product-thumbnail img {
    width: 100px;
}
.shop-table .product-name a {
    text-transform: uppercase;
    font-weight: 500;
}
.shop-table .product-subtotal,
.shop-table .product-price {
    font-size: 16px;
    font-weight: 500;
}
.shop-table .quantity .quantity-attr {
    width: 84px;
}
.shop-table td.actions {
    text-align: right;
	padding-left: 0;
    padding-right: 0;
}
.shop-table td.actions .coupon {
    float: left;
}
.shop-table td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
	width: 260px;
    border-color: #e5e5f8;
    padding: 4px 16px 5px;
    margin-right: 20px;
}
.shop-table td.actions .coupon input.apply-coupon {
    background: #114a82;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Exo',sans-serif;
    font-weight: 600;
    border: 0;
    padding: 4px 30px;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}
.cart-collaterals .cart-totals {
    float: right;
    width: 48%;
}
.cart-collaterals .shop-table {
    padding: 0 30px;
	background-color: #fff;
    border: 1px solid #e5e5f8;
}
.customer-detail, .checkout-review-order, .checkout-payment {
	background-color: #fff;
    padding: 30px;
    border: 1px solid #e5e5f8;
	width: 100%;
}
.customer-detail label {
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
	margin-top: 10px;
    font-weight: 700;
	font-size: 14px;
	text-transform: none;
	font-family: poppins,sans-serif;
}
.customer-detail .item-wrap {
    margin-bottom: 0px;
}
.customer-detail .item-wrap #order_comments {
    height: 350px;
}
.payment-methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0 0 30px 0;
    list-style: none;
}
.payment-box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em 1em 0.5em 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.payment-box::before {
    content: '';
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

/* 4. RESPONSIVE
/* --------------------------------------------------------------------- */

@media (min-width: 1200px) {
	.property-detail-carousel .owl-controls .owl-pagination {
		max-width: 1200px;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.header-minicart .widget-shopping-cart-content:hover .wrap-minicart {
		-webkit-transition: all 0.6s ease 0s;
		-o-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		opacity: 1;
		filter: alpha(opacity=100);
		visibility: visible;
		top: 100%;
	}
	.featured-item .featured-main .box-image {
		position: absolute;
	}
	.featured-item .featured-main .box-image .box-image-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-transform: skewX(0) skewY(1.7deg);
		-ms-transform: skewX(0) skewY(1.7deg);
		-o-transform: skewX(0) skewY(1.7deg);
		transform: skewX(0) skewY(1.7deg);
		transform-origin: left top;
		-webkit-transform-origin: left top;
		overflow: hidden;
	}
	.featured-item .featured-main .box-image .box-image-content {
		-webkit-transform: skewX(0) skewY(-3deg);
		-ms-transform: skewX(0) skewY(-3deg);
		-o-transform: skewX(0) skewY(-3deg);
		transform: skewX(0) skewY(-3deg);
		transform-origin: left top;
		-webkit-transform-origin: left top;
	}
	.in-blog-wrap .in-blog-left {
		width: 50%;
		float: left;
	}
	.in-blog-wrap .in-blog-right {
		width: 47.5%;
		float: right;
	}
}
@media (min-width: 769px) {
	.shop-table .product-remove {
		width: 5%;
		padding-left: 10px;
	}
	.shop-table .product-thumbnail {
		width: 20%;
    	text-align: center;
	}
	.shop-table .product-name {
		width: 30%;
	}
	.shop-table .product-price {
		width: 19%;
	}
	.shop-table .product-quantity {
		width: 16%;
	}
	.shop-table .product-subtotal {
		width: 10%;
	}
}
@media (min-width: 768px) {
	.popup-content {
		padding: 0;
		margin: 0 auto;
	}
	.blog-item.style-3 {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		min-height: 250px;
	}
	.blog-item.style-3 .blog-featured {
		-webkit-flex: 48%;
		flex: 48%;
	}
	.blog-item.style-3 .wrap-entry {
		-webkit-flex: 52%;
		flex: 52%;
	}
}
@media (min-width: 700px) {
	.product-item-list {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.product-item-list .featured-item {
		-webkit-flex: 40%;
    	-ms-flex: 40%;
    	flex: 40%;
	}
	.product-item-list .info-item {
		-webkit-flex: 60%;
		-ms-flex: 60%;
		flex: 60%;
	}
}
@media (min-width: 480px) {
	.testimonial-item .box-user {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
		position: relative;
		padding-left: 125px;
		padding-top: 3px;
		margin-bottom: 60px;
	}
	.testimonial-item .box-user img {
		position: absolute;
		top: 0;
		left: 0;
	}
}
@media (max-width: 1299px) {
	.section-overlay-3:after {
		width: 16%;
	}
	.section-overlay-3 span.skew:before, 
	.section-overlay-3 span.skew:after {
		left: 16%;
	}
	.section-overlay-3:before {
		left: calc(16% + 130px);
		width: calc(84% - 130px);
	}
}
@media (max-width: 991px) {
	.icon-menu {
		display: block;
		position: absolute;
		right: 0;
		top: 47px;
		background: #fff;
		color: #666f86;
		font-size: 20px;
		border: 0;
		padding: 5px 10px;
	}
	.navbar-meta.meta-property {
		height: 75px;
		line-height: 75px;
		margin-right: 47px;
	}
	.navbar-meta.meta-phone,
	.navbar-meta.meta-social {
		margin-right: 47px;
	}
	.main-menu .navbar-nav {
		height: 0;
		overflow: hidden;
	}
	.featured-item .featured-main {
		padding: 30px 0;
	}
	.featured-item .featured-main .meta {
		width: 100%;
		float: none;
		padding: 0;
	}
	.featured-item .featured-main .info {
		max-width: 100%;
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.featured-item .featured-main .box-image {
		position: relative;
		bottom: 0;
		float: none;
	}
	.featured-item .featured-main .view {
		position: relative;
		bottom: 0;
		margin-top: 30px;
		color: #fff;
	}
	.featured-item .featured-main .view a {
		color: #fff;
	}
	.footer .footer-column-item:nth-child(2n+1) {
		clear: both;
		margin-bottom: 30px;
	}
	.off-canvas {
        width: 100%;
        overflow-x: hidden;
        position: relative;
    }
    .off-canvas body {
        width: 100%;
        overflow-x: hidden;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .off-canvas body > * {
        -webkit-transition: -webkit-transform 500ms ease;
        -moz-transition: -moz-transform 500ms ease;
        -o-transition: -o-transform 500ms ease;
        transition: transform 500ms ease;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .off-canvas #off-canvas-nav {
        display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		z-index: 1;
		background: 0 0;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas {
        margin: 0;
		position: absolute;
		left: 0;
		top: 0 !important;
		width: 250px;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse {
        background: none;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse:first-child {
        padding-top: 50px;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li {
        float: none;
		position: relative;
    }
	.off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse > li {
        margin-bottom: 5px;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children {
        position: relative;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i {
        width: 30px;
        text-align: center;
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        line-height: 30px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        border: 1px solid #ffffff;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children i:hover {
        color: #000000;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.menu-item-has-children.active > i:before {
        content: "\f106";
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li #noo-search,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .has-cart,
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li .noo_megamenu_widget_area {
        display: none;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a {
        color: #000;
		display: block;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		margin: 0;
		padding: 5px 20px;
		position: relative;
		text-decoration: none;
		text-transform: none;
		letter-spacing: 0;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover,
	.off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.current > a {
        color: #02a5f0;
    }
    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a:hover:after {
        color: #02a5f0;
    }
    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
    	-moz-transform: translateX(250px);
    	-o-transform: translateX(250px);
    	transform: translateX(250px);
    }
	.off-canvas-enabled #noo-main-canvas {
        display: block;
    }
	.off-canvas-enabled .site {
		opacity: .5;
		filter: alpha(opacity=50);
	}
    body .noo-main-canvas {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        color: #000;
        display: block;
        padding: 0;
    }
    .noo-main-canvas i {
        color: #000;
        font-size: 14px;
        line-height: 50px;
    }
    .exit-cavas {
        position: fixed;
		top: 10px;
		left: -40px;
		width: 30px;
		height: 30px;
		display: block;
		background-image: url(../images/remove.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		z-index: 9;
		opacity: .6;
		filter: alpha(opacity=60);
		-webkit-transition: all .4s ease 0s;
		-o-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
    }
	.noo-main-canvas .navbar-nav > li .fa-angle-down {
		width: 30px;
		text-align: center;
		position: absolute;
		top: 0;
		right: 10px;
		display: block;
		line-height: 30px;
		cursor: pointer;
		-webkit-transition: all .4s ease 0s;
		-o-transition: all .4s ease 0s;
		transition: all .4s ease 0s;
		opacity: .6;
		filter: alpha(opacity=60);
	}
	.noo-main-canvas .navbar-nav > li .fa-angle-down.active:before {
		content: "\f106";
	}
	.off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li ul.sub-menu {
		padding-left: 30px;
		display: none;
	}
	.megamenu-widget-area {
		display: none;
	}
	.faq .title {
		font-size: 47px;
	}
	.faq-img-wrap {
		position: relative;
		right: 0;
		width: 100%;
	}
	.section-overlay-3:before {
		width: 100%;
		left: 0;
	}
	.section-overlay-3:after {
		width: 0;
	}
	.section-overlay-3 span.skew {
		display: none;
	}
	.skills.has-image img {
		max-width: 230px;
		left: 0;
		bottom: 0;
	}
	.section-about-group .popup-video {
		margin-top: 10px;
	}
	.header-2 .navbar-header {
		float: none;
		width: 100%;
		height: 75px;
		padding: 0 15px;
		text-align: left;
	}
	.header-2 .navbar-header .logo-img {
		margin-top: 0;
	}
	.header-2 .navbar-header .icon-menu {
		right: 15px;
		top: 22px;
		background: transparent;
		color: #fff;
	}
	.header-2 .main-menu, .header-2 .property-search {
		width: 100%;
	}
	.header-2 .main-menu {
		display: none;
	}
	.header-2 .form-halfmap {
		padding: 15px 30px 0;
	}
	.header-2 .form-halfmap > div {
		float: none;
		width: 100%;
		border: 0;
	}
	.header-2 .form-halfmap .item-wrap > input[type="text"],
	.header-2 .form-halfmap .selection {
		width: 100%;
	}
	.header-2 .form-halfmap .button {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.service-item {
		margin-bottom: 40px;
	}
	.main-footer .wigetized {
		padding: 30px 0 30px;
	}
	.property-detail .thumbnail,
	.property-detail .content,
	.floor-plan .thumbnail,
	.floor-plan .content {
		width: 100%;
	}
	.property-detail .content .property-box {
		width: 100%;
		float: left;
	}
	.agent-contact .item-wrap {
		width: 95%;
	}
	.sidebar {
		clear: both;
		float: left;
    	width: 100%;
    	margin-top: 50px;
	}
	.property-box-meta.absolute {
		position: relative;
		width: 100%;
		display: block;
		margin-top: 50px;
	}
	.property-box-meta-content {
		width: 100%;
		max-width: none;
	}
	.property-detail-carousel .owl-controls {
		height: auto;
	}
	.property-detail-carousel .owl-controls .owl-page {
		background: none !important;
		width: auto;
		height: auto;
		margin: auto;
	}
	.property-detail-carousel .owl-controls .owl-page:before {
		position: relative;
	}
	.property-detail-carousel .owl-controls .owl-page span {
		display: inline-block; 
	}
	.header-toggle .menu-nav-control {
		display: none;
	}
	.pricing-table-item .pricing-header {
		padding-bottom: 20px;
	}
	.pricing-table-item .pricing-header:before,
	.pricing-table-item .pricing-header:after {
		display: none;
	}
	.pricing-table-item .pricing-header .pricing-line:before,
	.pricing-table-item .pricing-header .pricing-line:after {
		bottom: -10px;
		-webkit-transform: skew(0,0); 
		-moz-transform: skew(0,0);
		-ms-transform: skew(0,0);
		transform: skew(0,0); 
	}
	.pricing-table-item {
		margin-bottom: 30px;
	}
	.pricing-table-item.featured {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.about-property .about-property-item {
		float: left;
		width: 100%;
	}
}
@media (max-width: 414px) {
	.header-fullwidth .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-meta, .header-minicart, .navbar-meta.meta-phone {
		display: none;
	}
	.footer .widget {
		margin-bottom: 30px;
	}
	.agent-carousel .owl-controls, .partner-carousel .owl-controls, 
	.properties-carousel .owl-controls, .blog-carousel .owl-controls {
		position: static;
	}
	.ads-service .title {
		font-size: 24px;
	}
	.ads-service .sub-title {
		font-size: 14px;
		margin-top: 10px;
	}
	.ads-service .ads-phone {
		min-width: 250px;
		position: relative;
		top: 10px;
	}
	.ads-service .ads-phone .ads-desc a {
		font-size: 20px;
	}
	.section-title .wrap-title .title {
		font-size: 24px;
	}
	.section-title .wrap-title .sub-title {
		font-size: 14px;
	}
	.section-title .wrap-title .sub-title .icon-decotitle {
		display: block;
		float: none;
		font-size: 28px;
	}
	.service-item {
		text-align: center;
	}
	.featured-item .featured-main .meta .title {
		font-size: 24px;
		font-weight: 500;
	}
	.featured-item .featured-main .meta .location {
		font-size: 14px;
	}
	.featured-item .featured-main .meta .price {
		font-size: 18px;
	}
	.featured-item .featured-main .info > span {
		padding: 25px 0 20px 15px;
		font-size: 14px;
		font-weight: 400;
		padding-bottom: 15px;
		line-height: 25px;
	}
	.featured-item .featured-main .box-image {
		width: 100%;
	}
	.testimonial-item .testimonial-content {
		font-size: 14px;
		padding-left: 20px;
    	padding-right: 20px;
	}
	.testimonial-item .testimonial-content:before {
		left: 0;
	}
	.testimonial-item .testimonial-content:after {
		right: 0;
	}
	.blog-item {
		margin-bottom: 30px;
		float: left;
		width: 100%;
	}
	.blog-carousel .blog-item {
		margin-left: 0px;
		margin-right: 0px;
	}
	.blog-item .wrap-entry {
		margin-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	.blog-item .entry-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-item .entry-header h2, .blog-item .entry-header h3 {
		font-size: 19px;
	}
	.blog-item .entry-content {
		padding: 10px 15px 6px;
	}
	.blog-item .entry-footer {
		padding: 2px 15px 32px;
	}
	.mailchimp img {
		display: none;
	}
	.mailchimp .title {
		font-size: 24px;
	}
	.mailchimp .sub-title {
		font-size: 14px;
	}
	.copyright {
		text-align: center;
	}
	.copyright .footer-social {
		margin-top: 12px;
	}
	.properties-carousel.row,
	.properties-carousel-2.row,
	.blog-carousel.row,
	.testimonial-carousel.row {
		margin: 0;
	}
	.property-item.style-2 .item-featured {
		max-width: none;
		width: 100%;
	}
	.property-item.style-2 .item-content {
		width: 100%;
	}
	.skills.has-image img {
		display: none;
	}
	.properties-carousel-2 .property-item {
		margin-left: 0px;
		margin-right: 0px;
	}
	.nav-tabs > li, .single-property-detail.tab .detail-tabs > li {
		margin-bottom: 15px;
		display: block;
		float: none;
	}
	.testimonial-carousel .testimonial-item.style-2 {
		margin-left: 0;
		margin-right: 0;
	}
	.testimonial-item.style-2 .box-user img {
		top: -50px;
	}
	.about-agent .agent-action .contact-now {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		padding-right: 0;
	}
	.agent-contact .item-wrap {
		width: 92%;
	}
	.post-navigation .next-post,
	.post-navigation .prev-post {
		width: 100%;
	}
	.post-navigation .next-post a, 
	.post-navigation .prev-post a {
		font-size: 16px;
	}
	.blog-detail .comment .item-comment-header-right {
		width: 25%;
	}
	.toolbar-products .product-style-control, 
	.commerce-ordering, .commerce-product_per {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.product-item .info-item .price,
	.product-item .info-item .stars-rating {
		float: none;
		width: 100%;
		display: block;
	}
	.product-item .info-item .stars-rating {
		margin-bottom: 30px;
	}
	.product-item .info-item .product-title {
		margin-bottom: 15px;
	}
	.product-list {
		clear: both;
	}
	.single-product {
		padding-left: 15px;
		padding-right: 15px;
	}
	.shop-table thead {
		display: none;
	}
	.shop-table tr td {
		display: block;
		text-align: right;
		float: left;
		width: 100%;
	}
	.shop-table tr td:first-child {
		border-top: 0;
	}
	.shop-table tr td::before {
		content: attr(data-title) " ";
		font-weight: 500;
		float: left;
	}
	.shop-table tr td.product-thumbnail {
		text-align: center;
	}
	.shop-table tr td.product-thumbnail::before,
	.shop-table tr td.product-remove::before {
		content: "";
	}
	.shop-table .quantity .quantity-attr {
		float: right;
	}
	.shop-table td.actions .coupon .input-text,
	.shop-table td.actions .coupon input.apply-coupon,
	.shop-table td.actions .button {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.shop-table td.actions .button {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.cart-collaterals .cart-totals {
		width: 100%;
	}
	.cart-collaterals .cart-totals .cart-subtotal > td:first-child,
	.cart-collaterals .cart-totals .order-total > td:first-child,
	.checkout-review-order .cart-totals .cart-subtotal > td:first-child,
	.checkout-review-order .shop-table tfoot > tr > td:first-child {
		display: none;
	}
	.cart-collaterals .cart-totals .proceed-to-checkout .button {
		width: 100%;
		text-align: center;
	}
	.floor-plan .content {
		padding-left: 0;
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
1. Padding, Margin, Font-size
--------------------------------------------------------------*/

/* Font Family */

/* Font style */
.fsi {
  font-style: italic !important;
}

.fsn {
  font-style: normal !important;
}

/* Font weight */
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-bolder {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fz-5 {
  font-size: 5px;
}

.fz-11 {
  font-size: 11px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-53 {
  font-size: 53px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-57 {
  font-size: 57px !important;
}

.fz-60 {
  font-size: 60px !important;
  line-height: 80px !important;
}

.fz-64 {
  font-size: 64px !important;
}

.fz-70 {
  font-size: 70px !important;
}

.fz-75 {
  font-size: 75px !important;
}

.fz-80 {
  font-size: 80px !important;
}

.fz-110 {
  font-size: 110px !important;
}

.lh-45 {
  line-height: 45px;
}

.lh-100 {
  line-height: 100px;
}

.ls-1 {
  letter-spacing: 1px;
}

/* Padding */
.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.p-6 {
  padding: 60px !important;
}

.p-7 {
  padding: 70px !important;
}

.p-8 {
  padding: 80px !important;
}

.p-9 {
  padding: 90px !important;
}

.p-10 {
  padding: 100px !important;
}

.p-11 {
  padding: 110px !important;
}

.p-12 {
  padding: 120px !important;
}

.p-13 {
  padding: 130px !important;
}

.p-14 {
  padding: 140px !important;
}

.p-15 {
  padding: 150px !important;
}

.p-16 {
  padding: 160px !important;
}

.p-17 {
  padding: 170px !important;
}

.p-18 {
  padding: 180px !important;
}

.p-19 {
  padding: 190px !important;
}

.p-20 {
  padding: 200px !important;
}

/* Padding top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pt-11 {
  padding-top: 110px !important;
}

.pt-12 {
  padding-top: 120px !important;
}

.pt-13 {
  padding-top: 130px !important;
}

.pt-14 {
  padding-top: 140px !important;
}

.pt-15 {
  padding-top: 150px !important;
}

.pt-16 {
  padding-top: 160px !important;
}

.pt-17 {
  padding-top: 170px !important;
}

.pt-18 {
  padding-top: 180px !important;
}

.pt-19 {
  padding-top: 190px !important;
}

.pt-20 {
  padding-top: 200px !important;
}

.pt-21 {
  padding-top: 210px !important;
}

.pt-25 {
  padding-top: 250px !important;
}

.pt-26 {
  padding-top: 260px !important;
}

.pt-33 {
  padding-top: 330px !important;
}

.pt-39 {
  padding-top: 390px !important;
}

.pt-45 {
  padding-top: 450px !important;
}

.pt-55 {
  padding-top: 550px !important;
}

.pt-65 {
  padding-top: 650px !important;
}

/* Padding right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pr-11 {
  padding-right: 110px !important;
}

.pr-12 {
  padding-right: 120px !important;
}

.pr-13 {
  padding-right: 130px !important;
}

.pr-14 {
  padding-right: 140px !important;
}

.pr-15 {
  padding-right: 150px !important;
}

.pr-16 {
  padding-right: 160px !important;
}

.pr-17 {
  padding-right: 170px !important;
}

.pr-18 {
  padding-right: 180px !important;
}

.pr-19 {
  padding-right: 190px !important;
}

.pr-20 {
  padding-right: 200px !important;
}

.pr-25 {
  padding-right: 250px !important;
}

/* Padding bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {

  padding-bottom: 80px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.pb-11 {
  padding-bottom: 110px !important;
}

.pb-12 {
  padding-bottom: 120px !important;
}

.pb-13 {
  padding-bottom: 130px !important;
}

.pb-14 {
  padding-bottom: 140px !important;
}

.pb-15 {
  padding-bottom: 150px !important;
}

.pb-16 {
  padding-bottom: 160px !important;
}

.pb-17 {
  padding-bottom: 170px !important;
}

.pb-18 {
  padding-bottom: 180px !important;
}

.pb-19 {
  padding-bottom: 190px !important;
}

.pb-20 {
  padding-bottom: 200px !important;
}

.pb-25 {
  padding-bottom: 250px !important;
}

.pb-26 {
  padding-bottom: 260px !important;
}

.pb-33 {
  padding-bottom: 330px !important;
}

.pb-39 {
  padding-bottom: 390px !important;
}

.pb-45 {
  padding-bottom: 450px !important;
}

/* Padding left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pl-11 {
  padding-left: 110px !important;
}

.pl-12 {
  padding-left: 120px !important;
}

.pl-13 {
  padding-left: 130px !important;
}

.pl-14 {
  padding-left: 140px !important;
}

.pl-15 {
  padding-left: 150px !important;
}

.pl-16 {
  padding-left: 160px !important;
}

.pl-17 {
  padding-left: 170px !important;
}

.pl-18 {
  padding-left: 180px !important;
}

.pl-19 {
  padding-left: 190px !important;
}

.pl-20 {
  padding-left: 200px !important;
}

.pl-25 {
  padding-left: 250px !important;
}

.pl-30 {
  padding-left: 300px !important;
}

/* Margin */
.mlr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.m-11 {
  margin: 110px !important;
}

.m-12 {
  margin: 120px !important;
}

.m-13 {
  margin: 130px !important;
}

.m-14 {
  margin: 140px !important;
}

.m-15 {
  margin: 150px !important;
}

.m-16 {
  margin: 160px !important;
}

.m-17 {
  margin: 170px !important;
}

.m-18 {
  margin: 180px !important;
}

.m-19 {
  margin: 190px !important;
}

.m-20 {
  margin: 200px !important;
}

/* Margin top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mt-11 {
  margin-top: 110px !important;
}

.mt-12 {
  margin-top: 120px !important;
}

.mt-13 {
  margin-top: 130px !important;
}

.mt-14 {
  margin-top: 140px !important;
}

.mt-15 {
  margin-top: 150px !important;
}

.mt-16 {
  margin-top: 160px !important;
}

.mt-17 {
  margin-top: 170px !important;
}

.mt-18 {
  margin-top: 180px !important;
}

.mt-19 {
  margin-top: 190px !important;
}

.mt-20 {
  margin-top: 200px !important;
}

/* Margin right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mr-11 {
  margin-right: 110px !important;
}

.mr-12 {
  margin-right: 120px !important;
}

.mr-13 {
  margin-right: 130px !important;
}

.mr-14 {
  margin-right: 140px !important;
}

.mr-15 {
  margin-right: 150px !important;
}

.mr-16 {
  margin-right: 160px !important;
}

.mr-17 {
  margin-right: 170px !important;
}

.mr-18 {
  margin-right: 180px !important;
}

.mr-19 {
  margin-right: 190px !important;
}

.mr-20 {
  margin-right: 200px !important;
}

/* Margin bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.mb-11 {
  margin-bottom: 110px !important;
}

.mb-12 {
  margin-bottom: 120px !important;
}

.mb-13 {
  margin-bottom: 130px !important;
}

.mb-14 {
  margin-bottom: 140px !important;
}

.mb-15 {
  margin-bottom: 150px !important;
}

.mb-16 {
  margin-bottom: 160px !important;
}

.mb-17 {
  margin-bottom: 170px !important;
}

.mb-18 {
  margin-bottom: 180px !important;
}

.mb-19 {
  margin-bottom: 190px !important;
}

.mb-20 {
  margin-bottom: 200px !important;
}

.mb-27 {
  margin-bottom: 270px !important;
}

/* Margin left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.ml-11 {
  margin-left: 110px !important;
}

.ml-12 {
  margin-left: 120px !important;
}

.ml-13 {
  margin-left: 130px !important;
}

.ml-14 {
  margin-left: 140px !important;
}

.ml-15 {
  margin-left: 150px !important;
}

.ml-16 {
  margin-left: 160px !important;
}

.ml-17 {
  margin-left: 170px !important;
}

.ml-18 {
  margin-left: 180px !important;
}

.ml-19 {
  margin-left: 190px !important;
}

.ml-20 {
  margin-left: 200px !important;
}

/* Margin top negative */
.mtn-0 {
  margin-top: 0px !important;
}

.mtn-1 {
  margin-top: -10px !important;
}

.mtn-2 {
  margin-top: -20px !important;
}

.mtn-3 {
  margin-top: -30px !important;
}

.mtn-4 {
  margin-top: -40px !important;
}

.mtn-5 {
  margin-top: -50px !important;
}

.mtn-6 {
  margin-top: -60px !important;
}

.mtn-7 {
  margin-top: -70px !important;
}

.mtn-8 {
  margin-top: -80px !important;
}

.mtn-9 {
  margin-top: -90px !important;
}

.mtn-10 {
  margin-top: -100px !important;
}

.mtn-11 {
  margin-top: -110px !important;
}

.mtn-12 {
  margin-top: -120px !important;
}

.mtn-13 {
  margin-top: -130px !important;
}

.mtn-14 {
  margin-top: -140px !important;
}

.mtn-15 {
  margin-top: -150px !important;
}

.mtn-16 {
  margin-top: -160px !important;
}

.mtn-17 {
  margin-top: -170px !important;
}

.mtn-18 {
  margin-top: -180px !important;
}

.mtn-19 {
  margin-top: -190px !important;
}

.mtn-20 {
  margin-top: -200px !important;
}

.mtn-35 {
  margin-top: -350px !important;
}

/* Margin right negative */
.mrn-0 {
  margin-right: 0px !important;
}

.mrn-1 {
  margin-right: -10px !important;
}

.mrn-2 {
  margin-right: -20px !important;
}

.mrn-3 {
  margin-right: -30px !important;
}

.mrn-4 {
  margin-right: -40px !important;
}

.mrn-5 {
  margin-right: -50px !important;
}

.mrn-6 {
  margin-right: -60px !important;
}

.mrn-7 {
  margin-right: -70px !important;
}

.mrn-8 {
  margin-right: -80px !important;
}

.mrn-9 {
  margin-right: -90px !important;
}

.mrn-10 {
  margin-right: -100px !important;
}



.mrn-11 {
  margin-right: -110px !important;
}

.mrn-12 {
  margin-right: -120px !important;
}

.mrn-13 {
  margin-right: -130px !important;
}

.mrn-14 {
  margin-right: -140px !important;
}

.mrn-15 {
  margin-right: -150px !important;
}

.mrn-16 {
  margin-right: -160px !important;
}

.mrn-17 {
  margin-right: -170px !important;
}

.mrn-18 {
  margin-right: -180px !important;
}

.mrn-19 {
  margin-right: -190px !important;
}

.mrn-20 {
  margin-right: -200px !important;
}

/* Margin bottom negative */
.mbn-0 {
  margin-bottom: 0px !important;
}

.mbn-1 {
  margin-bottom: -10px !important;
}

.mbn-2 {
  margin-bottom: -20px !important;
}

.mbn-3 {
  margin-bottom: -30px !important;
}

.mbn-4 {
  margin-bottom: -40px !important;
}

.mbn-5 {
  margin-bottom: -50px !important;
}

.mbn-6 {
  margin-bottom: -60px !important;
}

.mbn-7 {
  margin-bottom: -70px !important;
}

.mbn-8 {
  margin-bottom: -80px !important;
}

.mbn-9 {
  margin-bottom: -90px !important;
}

.mbn-10 {
  margin-bottom: -100px !important;
}

.mbn-11 {
  margin-bottom: -110px !important;
}

.mbn-12 {
  margin-bottom: -120px !important;
}

.mbn-13 {
  margin-bottom: -130px !important;
}

.mbn-14 {
  margin-bottom: -140px !important;
}

.mbn-15 {
  margin-bottom: -150px !important;
}

.mbn-16 {
  margin-bottom: -160px !important;
}

.mbn-17 {
  margin-bottom: -170px !important;
}

.mbn-18 {
  margin-bottom: -180px !important;
}

.mbn-19 {
  margin-bottom: -190px !important;
}

.mbn-20 {
  margin-bottom: -200px !important;
}

/* Margin left negative */
.mln-0 {
  margin-left: 0px !important;
}

.mln-1 {
  margin-left: -10px !important;
}

.mln-2 {
  margin-left: -20px !important;
}

.mln-3 {
  margin-left: -30px !important;
}

.mln-4 {
  margin-left: -40px !important;
}

.mln-5 {
  margin-left: -50px !important;
}

.mln-6 {
  margin-left: -60px !important;
}

.mln-7 {
  margin-left: -70px !important;
}

.mln-8 {
  margin-left: -80px !important;
}

.mln-9 {
  margin-left: -90px !important;
}

.mln-10 {
  margin-left: -100px !important;
}

.mln-11 {
  margin-left: -110px !important;
}

.mln-12 {
  margin-left: -120px !important;
}

.mln-13 {
  margin-left: -130px !important;
}

.mln-14 {
  margin-left: -140px !important;
}

.mln-15 {
  margin-left: -150px !important;
}

.mln-16 {
  margin-left: -160px !important;
}

.mln-17 {
  margin-left: -170px !important;
}

.mln-18 {
  margin-left: -180px !important;
}

.mln-19 {
  margin-left: -190px !important;
}

.mln-20 {
  margin-left: -200px !important;
}

.pull-left {
    float: left!important;
}

.pull-right {
    float: right!important;
}

.white {
  color: #fff !important;
}

.color {
  color: #114a82 !important;
}

.color-2 {
  color: #02a5f0 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-color {
  background-color: #02a5f0 !important;
}

@media (max-width: 768px) {
	.mb-27 {
	  margin-bottom: 70px !important;
	}
	.text-right-sm {
		text-align: right !important;
	}
	.text-left-sm {
		text-align: left !important;
	}
	.text-center-sm {
		text-align: center !important;
	}
}
@media (max-width: 414px) {
	.text-right-xs {
		text-align: right !important;
	}
	.text-left-xs {
		text-align: left !important;
	}
	.text-center-xs {
		text-align: center !important;
	}
	.mtn-16 {
		margin-top: 0px !important;
	}
	.pl-30 {
		padding-left: 15px !important;
	}
}

.coustom_copyright {
	padding-right: 0;
	
	
}
.custom_content {
	color: #3a3f4c;
	text-align: justify;
	font-size: 12px;
}
.service-item p {
	
	text-align: justify;
}
.android_app_btn {
	position: absolute;
    bottom: 286px;
    right: 19px;
    transform: rotate(270deg);
    transform-origin: right;
}

.custom_about_section {
	background : #fff;
}
.justify-text {
	text-align: justify;
}
.custom_about {
	text-align: justify;
}

.custom_about h3 {
	margin-top: 9px;
}

.custom_about a {
	    color: #114a82;
}
.city_title {
	
	text-align: center;
}
.city_image_section {
	background-attachment: fixed !important;
    background-position: bottom !important;
    background-size: cover !important;
}

.city_image_section .city_title {
	padding: 40px 0 40px 0;
}

.city_image_section .city_title .title {
	   color: #fff;
}

.city_image_section .city_title .sub-title {
	    color: #e4e4e4;
		font-size: 14px;
		margin: 10px 0 0 0;
}

.city_image_section .price_label {
	    color: #e4e4e4 !important;
}

.custom_or {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 0 0;
}
.custom_select_location {
	    padding-right: 0;
}
.custom_street_name {
	    padding-left: 0;
		padding-right: 0;
}
.custom_search_button {
	padding-left: 0;
}


.page_content h3 {
	font-size: 20px;
}


.page_content ul {
	list-style: unset;
    padding: 0 0 0 25px;
	
}
.custom_search_box {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.42),rgba(0, 0, 0, 0.75)), url(../images/background/map.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
.custom_city_box {
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.42),rgba(0, 0, 0, 0.75)), url(../images/background/map.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.city_image_section.custom_city_box .city_title {
	padding: 35px 0 20px 0;
	
}

.search_box_title {
	margin: 0 0 20px -50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.search_box_add {
	margin: 30px 0 10px -75px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.search_box_add a {
    color: #03A9F4;
}
.search_box_add a i {
	font-size: 22px;
}

.search_box_add a span {
	 color: #fff;
}
.search_box_content {
	color: #fff;
    text-align: center;
    margin: 0 0 20px -46px;
}
.page-breadcrumb i {
    padding: 0 12px;
    display: inline;
    width: auto;
    height: auto;
    line-height: 1.75;
    margin-left: 0;
    vertical-align: baseline;
}
.single-property-status {
	position: absolute;
    top: 2px;
    left: 25px;
    z-index: 999999;
	background: #1cbaff;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 15px 2px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 21px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}


.share_on a {
	margin: 0px 10px 0 0;
    border: 1px solid;
    padding: 8px 8px 4px 8px;
    border-radius: 5px;
}

.share_on a i {
	font-size: 20px;
}
.widget.last-widget {
	margin-bottom: 0;
}

.form-item .custom_input {
    display: inline-block;
    background: transparent;
    border: none;
    width: 100%;
    color: #333;
    border-bottom: 1px solid #e5e5f8;
    padding: 10px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.custom_about_section .form-item {
	margin-bottom: 20px;
}

.custom_about_section .about_section_form {
	border: 1px solid #ddd;
    padding: 10px 12px 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom_about_section .about_section_form_title {
	border: 1px solid #ddd;
    padding: 8px 12px;
    margin: 12px 0 0 0;
    border-bottom: none;
    color: #515666;
    font-size: 18px;
    background: #f5f5f5;
    text-transform: unset;
    
}
.custom_about_section .about_section_form_title small {
	color: #114a82;
    float: right;
    font-weight: bold;
    font-size: 14px;
	margin-top: 6px;
}
.become_partner_title {
	margin: 0px 0 20px 12px;
    font-size: 22px;
}

.form_panel {
    background-color: #fff;
    padding: 30px 0;
}
.site_color {
	color: #114a82;
}

.easy_steps_3 {
	padding-left: 0;
}
.easy_steps_3 h3 {
	margin: 3px 0 10px 0;
    font-size: 23px;
}
.easy_steps_3 p {
	background-color: #f5f5f5;
    color: #000;
    font-size: 13px;
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.easy_steps_3 p i {
	background: #5bc0de;
    color: #fff;
    font-size: 24px;
    padding: 0px 10px;
    line-height: 40px;
    margin: 0px 6px 0 0px;
	float: left;
}
.easy_steps_3 p label {
	font-weight: normal;
    float: left;
    margin: 9px 0 0 0;
}

.easy_steps_3 p.easy_steps_first i {
	background: #337ab7;
    padding-left: 8px;
    padding-right: 8px;
}
.easy_steps_3 p.easy_steps_last i {
	background: #5cb85c;
    padding-left: 15px;
    padding-right: 15px;
}
.for_any_help {
	padding-left: 0;
	
}
.for_any_help .for_any_help_box {
	background: #f0f0f0;
    padding: 12px 12px;
    border: 1px solid #dcdcdc;
    margin: 20px 0 0 0;
}

.for_any_help h3 {
	margin: 0px 0 8px 0;
    font-size: 22px;
}

.for_any_help p i {
	margin: 0 8px 0 0;
    font-size: 18px;
}

.for_any_help p.for_any_help_whatsapp {
	margin: 0;
}

.for_any_help p.for_any_help_email i {
	color: #337ab7;
}



.for_any_help p.for_any_help_whatsapp  i {
	color: #29a628;
}

.item-wrap-radio {
	 margin: 0 0px 12px 0;
}
.item-wrap-radio input {
    width: 15px;
    height: 15px;
    margin: 0px 4px 0 0;
}
.item-wrap-radio label {
	margin: 0 30px 0 0;
    font-size: 14px;
    font-weight: 500;
}
.full-advanced-search .item-wrap {
  padding-left: 0;
}
.full-advanced-search .item-wrap.item-wrap-custom {
  padding-left: 15px;
}
.full-advanced-search .box-show-features {
  padding-left: 0;
  width: 12.7%;
}
.full-advanced-search .box-button {
	width: 12.3%;
    padding-left: 0;
}

.full-advanced-search-city .item-wrap, .full-advanced-search-city .box-show-features {
  padding-right: 0;
}
.full-advanced-search-city .item-wrap.item-wrap-custom {
  padding-left: 15px;
}
.form_panel:after {
    clear: both;
    display: table;
    content: " ";
}

.advanced-search-property .box-button .button {
  width: 100%;
}	

@media (min-width: 1900px) {
.container {
    width: 1600px;
}
.gmap-controls-wrap {
    max-width: 1600px;
}
#search_map_horizontal .noo-map .gsearch {
    
   max-width: 1570px;
}
}

.social-login-connect-with {
	margin: 5px 0 5px 0;
    font-size: 30px;
}

.facebook_register {
	background: #3b5998;
	color:#fff !important;
	padding: 5px 7px;
    margin: 0 15px 0 0;
}

.google_register {
	background: #dd4b39;
	color:#fff !important;
	padding: 5px 12px;
    margin: 0 ;
}
.facebook_register i , .google_register i {
	margin: 0 4px 0 0;
    font-size: 16px;
}
.register_info {
	margin: 0 0 5px 0;
}
.register_or {
	font-weight: bold;
    font-size: 20px;
    margin: 6px 0 12px 0;
}
.regester_footer {
	margin: 12px 0 0 0;
}
.regester_footer p {
	padding: 0;
    margin: 0 ;
}

.gllpLatlonPicker_box {
	position: relative;
	margin: 5px 0 16px 0;
}

.gllpLatlonPicker_box .gllpMap {     
	width: 100%;
    min-height: 300px;
    max-height: 450px;
	border: 1px solid #bfbfbf;
	margin: 0 0 13px 0;
}

.gllpLatlonPicker_box .map_picker_search_box {
	position: absolute;
    top: 42px;
    right: 60px;
    z-index: 99;
}
.gllpLatlonPicker_box .map_picker_search_box input {
	float: left;
    width: 250px;
    border: 1px solid;
    padding: 3px 8px;
}
.gllpLatlonPicker_box .map_picker_search_box a {
	float: left;
    padding: 3px 10px;
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

.gllpLatlonPicker_box .map_value_box {
	font-size: 13px;
    bottom: 10px;
    left: 0;
    background: #333333c7;
    color: #fff;
    padding: 1px 8px;
    width: 94.6%;
    position: absolute;
    font-family: sans-serif;
    margin: 0 0 0 15px;
}

.gllpLatlonPicker_box .map_value_box input {
	border: none;
    width: auto;
    font-size: 12px;
    padding: 0 0 0 5px;
    background: transparent;
}
.gllpLatlonPicker_box .use_info {
	color: #3a3f4c;
    display: block;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}
.field_required {
	color:red;
}
.add_property_form .item-wrap label {
	margin : 10px 0 10px 0;
}

.custom_radio_field label {
	font-weight: normal;
    margin: 5px 0 0 0 !important;
}
#resendotp {
    float: right;
    margin: 0px 0 0 0;
    color: green;
    width: 36%;
}
#resendotp:after {
	clear: both;
}
.alert {
    padding: 10px;
    margin-bottom: 12px;
	margin-top: 15px
}
.topbar .topmeta.topmeta-right > a.popup-login-profile {
    display: inline-block;
    float: left;
    padding-right: 30px;
    position: relative;
    padding-left: 20px;
}

.item-wrap .bootstrap-select {
	width: 100% !important;
}
.item-wrap .bootstrap-select .dropdown-toggle {
    border: 1px solid #e5e5f8;
	padding-top: 9px;
	padding-bottom: 9px;
	background: #fff !important;
	box-shadow: none;
	border-radius: unset;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
	    border-color: #114a82;
}
.footer-featured-city {
    margin-bottom: 6px;
}
.footer-featured-city a {
	text-transform: uppercase;
}

.custom_select_location .bootstrap-select {
	width: 100% !important;
}
.custom_select_location .bootstrap-select .dropdown-toggle {
    border: 1px solid #e5e5f8;
	padding-top: 9px;
	padding-bottom: 9px;
	background: #fff !important;
	box-shadow: none;
	border-radius: unset;
}
.property_list_page .property-item .property-item-wrap .item-title {
	font-size: 19px;
}
.property_list_page .property-item .property-item-wrap .location {
	font-size: 13px;
}
.property_list_page .property-item .property-item-wrap .item-featured .property-status {
	font-size: 13px;
	padding: 5px 10px 2px;
}
.property_list_page .property-item .property-item-wrap .action .price {
	font-size: 18px;
	padding: 8px 0 8px 16px;
}
.property_list_page .property-item .property-item-wrap .action-post a {
	height: 49px;
}
.no_found {
	text-transform: uppercase;
    font-weight: 600;
    font-size: 23px;
    text-align: center;
}

 .agent-item .item-title {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 .agent-item .tooltip .tooltip-inner {
	 
	min-width: 150px; 
 }
 .single-property-detail .content-box-item > label {
	 width: 35%;
 }

 .single-property-detail .content-box-item  span.custom_comman {
	 width: 14%;
 }
 .single-property-detail .detail-header .action-post {
	width: 12%;
 }
 .property-detail-carousel .item img {
	 max-height: 500px;
 }
 .property-detail-carousel .owl-wrapper-outer {
	 background : #fff;
	 max-height: 500px;
	 
 }
 #tab-map #googleMap2 {
	 max-height: 500px;
 }
 .property-detail-carousel .item {
	  text-align: center;
 }
 .widget_price_filter .ui-slider-horizontal {
	background: #f1eded;
 }
 
.full-advanced-search .item-wrap.custom-col-cf {
	  max-width: 14.666667%;
  }
.ImageGallery .inputLabel {
	
	border: 1px solid #e2e2e2;
    padding: 10px 0 10px 0;
    height: auto;
	border-bottom: none;
}
.inputLabel {
   cursor: pointer;
}
.ImageGallery #gallerypreviews {
	padding: 0;
    background: #eeeef1;
    border: 1px solid #e2e2e2;
    border-top: none;
}
.ImageGallery #gallerypreviews .removegallery {
	cursor: pointer;
    position: absolute;
    top: 1px;
    right: 17px;
    background: #d80f0f;
    padding: 2px 4px;
    color: #fff;
}

.ImageGallery #gallerypreviews .col-md-4 {
	padding-bottom: 12px;
    position: relative;
}.user_dashboard {	}.user_dashboard .widget {	padding: 0;    border-top: none;}.user_dashboard .widget ul.sidebar-list {	padding: 0;    margin: 0;}.user_dashboard .widget ul.sidebar-list li {	padding: 6px 6px 6px 15px;    border-top: 1px solid #e9e9ea;    width: 100%;    position: relative;    overflow: hidden;    float: none;    display: block;	text-transform: unset;	font-weight: normal;    }.user_dashboard .widget ul.sidebar-list li a {	font-size: 15px;    color: #fff;	width: 100%;    display: block;}.user_dashboard .widget ul.sidebar-list li a i {	margin: 0 5px 0 0;}.user_dashboard .widget ul.sidebar-list li a:before {	    display: none;	}.user_dashboard .widget ul.sidebar-list li.active:before {	transform: skewX(0) scaleX(0);		}


.property-table {
	border: none;
	border-collapse: unset;
}
.property-table th {
    background-color: #02a5f0;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 500;
}
.property-table td {
    vertical-align: middle;
	border: none;
    border-top: 1px solid #e5e5f8;
    padding: 6px 10px;
    font-size: 13px;
}
.property-table tbody:first-child tr:first-child td, 
.property-table tbody:first-child tr:first-child th {
    border-top: 0;
}

.property-table tr td img {
    width: 100px;
}

header .navbar-brand {
	height : auto;
	
}

@media (max-width: 768px) {


 .search_box_title {
	 
	 margin-left : 0px;
	 font-size: 27px;
 }
 .search_box_content {
	 
	 margin-left : 0px;
 }
 .custom_select_location, .gsearch .custom_select_location {
	 
	padding-right: 15px; 
 }
 .custom_or, .gsearch .custom_or {
	margin-bottom: 12px;
 }
 .custom_street_name, .gsearch  .custom_street_name {
	padding-left: 15px;
    padding-right: 15px;
 }
 
 .custom_search_button, .gsearch  .custom_search_button {
	padding-left: 15px;
    margin-top: 3px; 
	 
 }
 .search_box_add {
	 
	margin-left : 0px;
	font-size: 20px;
 }
 .copyright {
	padding-bottom: 60px;
 }
 .android_app_btn {
	bottom: 5px;
    transform: unset;
    right: 0;
    left: 0;
    text-align: center; 
 }
 .footer-social {
	 text-align: center;
 }
 .copyright .footer-social a {
	
	display: inline-block;
	 
 }
 
 .gmap-zoom, .gmap-control {
	 display:none;
 }
 .noo-map #gmap_search_input {
	margin-left: 20px; 
 }
 .service-item-last {
	margin-bottom: 0px; 
	 
 }
 .custom_about {
	margin-top: 36px; 
 }
 .full-advanced-search-city .item-wrap, .full-advanced-search-city .box-show-features {
	
	padding-right: 15px;
	
 }
 .full-advanced-search .item-wrap {
	padding-left: 15px; 
 }
 .full-advanced-search .item-wrap.custom-col-cf {
	max-width: 100%;
 }
 .full-advanced-search .box-button {
	width: 100%;
    padding-left: 15px;
 }
 .for_any_help {
	clear: both; 
 }
 .easy_steps_3 {
	margin-top: 36px; 
 }
 .easy_steps_3 p {
	font-size: 12px; 
 }
 .item-wrap .item-checkbox > label {
	 display: inline;
 }
 .topbar .topmeta a.head_email {
	font-size: 12px;
 }
 
 .topbar .topmeta {
	float: left; 
 }
 .topbar .social .social-all a {
	font-size: 15px; 
 }
 .topbar .topmeta-container {
	padding-right: 0; 
 }
 .topbar .social .social-all a i {
	min-width: 32px; 
 }
 .topbar .topmeta.topmeta-right > a.popup-login {
	position: absolute;
    line-height: normal;
    top: 55px;
    z-index: 9;
    min-width: 160px;
    color: #333; 
	right: 0;
 }
 .topbar {
	height: auto;
	overflow: unset;
 }
 .topbar .topmeta.topmeta-right > a.popup-login:before, .topbar .topmeta.topmeta-right > a.popup-login-profile:before {
	top: 3px; 
 }
 .topbar .topmeta.topmeta-right > a.popup-login-profile {
	 
	position: absolute;
    line-height: normal;
    top: 55px;
    z-index: 9;
    min-width: 210px;
    color: #333;
	right: 78px;
 }
 
 .topbar .topmeta.topmeta-right > a.popup-login.popup-login-logout {
	 
	 min-width: 105px;
 }
 
 header .navbar-brand .logo-img {
	 
    margin-top: -10px;
	height: 50px;
     
 }
 
 .gllpLatlonPicker_box .map_picker_search_box input {
   width: 160px;
	
 }
 
 .gllpLatlonPicker_box .map_picker_search_box {
    top: 70px;
    right: 80px;
 }
 
 .gllpLatlonPicker_box .map_value_box {
	display: none;
 }
 
 .AdditionalDetails .col-md-3 {
    padding-right: 0;
    margin-bottom: 8px;
} 
.inputLabel {
	height: auto !important;
}
#cropWrapper #bgCanvas {
	max-width: 100%;
}
#cropWrapper #getCropped {
	max-width: 95%;
}

#cropWrapper #inputImage {
	max-width: unset;
}
.cropHolder .cropInputs {
	width: 90%;
    top: 15px;
}
.cropHolder .cropInputs .inputtools {
   float: left;
	
}
.cropHolder .cropInputs .inputtools input {
    width: 75%;
	
}
.cropHolder .cropButtons {
	margin-top: 35px;
}
#cropWrapper #blacksheet {
	background-color: rgb(62, 62, 62);
} 

.mobile_add_pt {
	padding: 0;
    margin: 16px 0 0 16px;
	
}

.mobile_add_pt a {
	color: #fff !important;
    font-size: 16px !important;
}
.mobile_add_pt a i {
	color: #fff !important;
    line-height: 35px !important;
}
 
  header .navbar-brand {
	padding: 0;
    margin-top: 50px;  
  }
  
  .sidebar.user_dashboard {
	  
	margin-top:0px;
  }
  
  .user_content_panel {
	  
	clear:both;  
  }

}



.flexdatalist-results li span.highlight {
	
	text-decoration: unset !important;
}
  
 .social a.custom_blog_link {
	padding: 0 24px 0 0 !important;
	border: none !important;
	font-size: 15px !important; 
 }
 
 .social a.custom_blog_link i {
	min-width: 25px !important;
 }
  
  .custom_Google_signIn {
	  margin: 0 auto !important;
	  max-width: 180px !important;
  }
  
  .page_content h2 {
    font-size: 20px;
}

h1.main_h1_title {
	font-size: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #f3f3f9 !important;
    opacity: 0.1 !important;
}

.custom_about h6 {
    margin-top: 9px;
	font-size: 24px;
}

.blog-detail .entry-header h2 {
	margin: 0;
    text-transform: uppercase;
    line-height: 26px;
    font-size: 20px;
}

.select_box_hidden_option {
	display: none !important;
}

.search_select_box_option {
	color: #9c9c9c !important;
	font-weight: bold !important;
}
.custom_clear_both {
	clear:both !important;
	
}