

a {
    color: #000;
    text-decoration: none;
}
a:hover { text-decoration: none; }
img.img-responsive{width:100%;}
img.img-left{float:left;margin-right:20px;margin-bottom:20px;margin-top:10px;}
img.img-right{float:right;margin-left:20px;margin-bottom:20px;margin-top:10px;}
body {
	font-family: 'Geologica', sans-serif;
	background: #f9f9f9;
}

.no_scroll {
  overflow: hidden;
}

.padd {
	padding-top: 100px;
	padding-bottom: 100px;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-margin {
  margin-top: 0!important;
}

p {
	font-size: 18px;
    font-weight: 200;
    line-height: 28px;
}

.center {
  text-align: center;
}

.flex-center {
	display: flex;
	align-items: center;
}

a.overlay_link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -999999px;
	z-index: 10;
}

.clear {
	clear: both;
}

.overflow {
	overflow: hidden;
}


/******************Pagination*******************/

.pagination {
  margin-top: 3rem;
  width: 100%;
  text-align: center;
}

.pagination .next-prev a {
  color: #1f5f9f;
  font-size: 21px;
  font-weight: 600;
  padding: 7px 15px;
  border: 1px solid #1f5f9f;
  margin: 0 5px;
}

.pagination .next-prev .next a, .pagination .next-prev .prev a {
  border: none;
  padding: 0;
  margin: 0;
}

.pagination .current {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  padding: 6px 17px;
  border: 1px solid #1f5f9f;
  background: #1f5f9f;
  position: relative;
  top: 1px;
  margin: 0 10px;
}

.pagination img {
  width: 42px;
  position: relative;
  top: -1px;
  margin-right: 30px;
  margin-left: 30px;
}

.pagination .disabled {
  display: none;
}

/***********************************************************/

/*********************jquery-ui-slider**********************/
.ui-slider {
	position: relative;
	text-align: left;
	background-color:rgb(208, 208, 208);
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 10px;
	background-color:#c0a375;

}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
	background-color:#fff;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	width:97%;
	margin:10px auto 0px auto;
	height: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*********************************jquery ui slider**********************/
/*********************************search switch ***********************/
.onoffswitch-inner:before {
content: "Προς ενοικίαση";
font-size: 13px !important;
font-weight: 500;
}
.onoffswitch-inner:after {
content: "Προς Πώληση";
font-size: 13px !important;
font-weight: 500;
}
.onoffswitch {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 0px;
  width: 100%;
  top: -111px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer; border-radius: 10px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 24px; padding: 0; line-height: 24px;
    font-size: 12px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    text-align: center;
    background-color: #6EB4CD; 
	color: #FFFFFF;
	background-image:url(../img/layout/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: 3px 3px;
	background-size: 18px;
}
.onoffswitch-inner:after {
  background-color: rgb(40, 50, 78);
	color: #FFFFFF;
	text-align: center;
	background-image:url(../img/layout/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 3px 3px;
	background-size: 18px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;

}
.onoffswitch-checkbox:checked + .onoffswitch-label  {
    right: 0px;
}

.hello-bar {
  position: absolute;
  background: #E8EEF5;
  z-index: 9999;
  width: 100%;
  text-align: center;
  padding: 15px;
  height: auto;
  font-size: 17px;
}
.hello-bar .close {
  background-image: url(../img/layout/close.svg);
  background-size: 32px;
  text-indent: -99999px!important;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}

/*********************************search switch ***********************/

/*********************************menu ***********************/
#menu {
	position: relative;
    overflow: hidden;
    display: block;
}
#menu .hide-buttons .nav-btn {
  display: none !important;
}
#menu .navbar-caption {
  color: #ffffff;
}
#menu .navbar-toggler {
  color: #ffffff;
}
#menu .link,
#menu .dropdown-item {
	color: #1f5f9f;
}
#menu .link {
	font-size: 18px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    position: relative;
}

#menu .link:after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  bottom: 7px;
  content: "";
  background-color: #1f5f9f;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
}

#menu .link:hover:after {
  left: 0px;
  right: 0px;
}

#menu .dropdown-item,
#menu .nav-dropdown-sm .link {
  font-size: 0.812rem;
}
#menu .link:hover,
#menu .dropdown-item:hover,
#menu .link:focus,
#menu .dropdown-item:focus {
  color: #1f5f9f;
  border: none;
}
#menu .link[aria-expanded="true"],
#menu .dropdown-menu {
  background: #0e0e0e;
}
#menu .nav-dropdown-sm .link:focus,
#menu .nav-dropdown-sm .link:hover,
#menu .nav-dropdown-sm .dropdown-item:focus,
#menu .nav-dropdown-sm .dropdown-item:hover {
  background: #202020!important;
}
#menu .navbar,
#menu .nav-dropdown-sm,
#menu .nav-dropdown-sm .link[aria-expanded="true"],
#menu .nav-dropdown-sm .dropdown-menu {
	background: #fff;
}
#menu .bg-color.transparent .link {
	color: #1f5f9f;
  	transition: none;
}
#menu .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu .bg-color.transparent.opened .link:hover,
#menu .bg-color.transparent.opened .link:focus {
  color: #c0a375;
}
#menu .link[aria-expanded="true"],
#menu .dropdown-item[aria-expanded="true"] {
  color: #c0a375!important;
}
#menu.mb-navbar--stuck .mb-navbar__section {
  background: #2c2c2c;
}
#menu .mb-navbar__hamburger {
  color: #ffffff;
}
#menu .close-icon::before,
#menu .close-icon::after {
  background-color: #ffffff;
}

.mb-table-cell.right {
	float: right;
	display: flex;
    align-items: center;
}

.mb-table-cell.left {
  display: none;
}

.toggle-nav {
  left: unset;
  width: 40px;
  height: 40px;
  float: right;
  top: 8px;
  background: url(../img/layout/menu.svg);
  background-repeat: no-repeat;
  position: relative!important;
  right: 0px;
  text-indent: -99999px!important;
}

.search_mob {
  display: none;
}

#search_mob {
  display: none;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #E8EEF5;
  position: fixed;
  top: 0;
}

#search_mob .icon-search {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: -999999px!important;
  background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

#search_mob form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  margin: 0 auto;
}

#search_mob form input {
  width: 85%;
  height: auto;
  position: relative;
  font-size: 18px;
  color: #1f5f9f;
  padding: 6px 15px 6px 0px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  background: none;
  display: inline-block;
  border-bottom: 1px solid #999;
  margin-right: 10px;
}

#search_mob form input::placeholder {
  color: #1f5f9f;
  font-weight: 300;
}

#mobile-nav {
  display: none;
}

.close_search {
  background: url(../img/layout/close.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  margin-top: 40px;
}

.navbar-dropdown .mb-table-cell {
  height: auto;
}

.nav {
	display: inline-block;
    position: relative;
}
/********************************************************/

/*********************topbar**********************/
.topbar {
	width: 100%;
    position: relative;
    background: #1F5F9F;
    display: flex;
    z-index: 1;
	padding: 15px 0;
}

.topbar_left p, .topbar_left a,
.topbar_right p, .topbar_right a, .topbar_center p {
	color: #fff;
    font-weight: 100;
    font-size: 15px;
	margin-bottom: 0;
}

.topbar_right {
	float: right;
}

.topbar_center {
  text-align: center;
}

.topbar_left img {
  width: 18px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.topbar_right img {
	width: 25px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.topbar_center img {
  width: 16px;
  margin-right: 8px;
  position: relative;
  top: -2px;
}


/*****************************************************/

/**********************search************************/
#search {
	position: relative;
	display: inline-block;
	margin-left: 30px;
}

#search form {
    margin: 0px;
    padding: 0px 0 0px 0;
    position: relative;
    width: 100%;
}

#search form input {
	width: 200px;
    height: auto;
    position: relative;
    font-size: 16px;
    color: #000;
    padding: 6px 15px 6px 0px;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 100;
    background: none;
    display: inline-block;
    border-bottom: 1px solid #ACAEB1;
    margin-right: 10px;
}

#search form input:focus, #search form input:focus-visible {
  border: none;
  border-bottom: 1px solid #1f5f9f;
}

#search form .icon-search {
    position: relative;
    display: inline-block;
	width: 28px;
    height: 28px;
    text-indent: -999999px!important;
    background: url(../img/layout/search.svg) no-repeat scroll center center transparent;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

#user img {
	width: 30px;
    height: 30px;
    margin-left: 25px;
}

/**************************************************/


/*********************hero background****************/

.header_title {
	color: #fff;
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Inter', sans-serif;
	  z-index: 1;
    margin-top: -115px;
    position: relative;
    margin-left: 20px;
}

.header_subtitle {
	text-align: center;
	color: #fff;
	font-size: 23px;
}

.home_header_shadow {
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 100%, rgba(0,0,0,0.1) 100%, rgba(0,0,0,0.1) 100%);
    z-index: 1;
}

.scrollButtonContainer {
    position: absolute;
    bottom: 25%;
    z-index: 2;
    margin: 0 auto;
    right: 10%;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.scrollButtonContainer:hover {
  bottom: 23%;
}

.scroll-suggestion img {
	width: 80px;
    height: 80px;
}

/********************************************************/
/************************Services***********************/

.text_wrapper {
	padding: 45px 170px 45px 45px;
}

.text_wrapper ul {
  padding-left: 20px;
}

.text_wrapper ul li {
  font-size: 18px;
  font-weight: 200;
  line-height: 32px;
}

.text_wrapper h1 {
	font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #303030;
    font-size: 52px;
    line-height: 65px;
    margin-bottom: 30px;
}

p.subtitle {
	margin-bottom: 0;
    color: #1F5F9F;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.services_section {
	position: relative;
    display: block;
    margin-top: -65px;
}

.service_box {
  background: #E8EEF5;
  padding: 30px;
  text-align: center;
  margin: 0 8px;
}

.service_box h2 {
	color: #303030;
    padding-bottom: 25px;
    font-family: 'Inter', sans-serif;
    font-size: 27px;
    font-weight: 500;
}

.service_box span {
	color: #1F5F9F;
    font-weight: 600;
    font-family: 'Geologica';
    font-size: 26px;
    border-bottom: 2px solid #1f5f9f;
    padding: 5px 3px;
    display: block;
    width: fit-content;
    margin: 0 auto 20px auto;
}

/************************************************************/

/***********************Akinito Banner **********************/

.akinito_banner {
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
    background-position: bottom;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 50px;
}

.txt_akinito {
	width: 50%;
}

.txt_akinito h1 {
	font-size: 62px;
    color: #fff;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    margin-bottom: 45px;
}

.txt_akinito p {
	color: #fff;
    margin-bottom: 50px;
	font-weight: 100;
}

.button {
	color: #1f5f9f;
    padding: 14px 70px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #1f5f9f;
    margin-top: 40px;
    display: block;
    width: fit-content;
    position: relative;
    transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button.show_mob {
  display: none;
}

.button:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 4px;
  background-image: url(../img/layout/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 19px;
  top: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 19px;
  height: 19px;
  transform: rotate(-90deg);
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.button:hover {
  border: 1px solid transparent;
  padding: 14px 70px;
  color: #1f5f9f;
}

.button:hover:after {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

.button.center {
	margin-left: auto;
    margin-right: auto;
    padding: 20px 55px;
}

.button.center:hover {
  padding: 20px 55px;
}

.button.center:after {
  top: 25px;
}

.button.white {
	background: #fff;
    display: inline-block;
    margin-right: 40px;
    padding: 15px 35px;
    border: 1px solid #fff;
    margin-top: 0;
}

.button.white:hover {
  background: #1f5f9f;
  border: 1px solid #1f5f9f;
  color: #fff;
}

.button.white:after, .button.blue:after {
  display: none;
}

.button.blue {
    background: #1f5f9f;
    color: #fff;
    font-weight: 200;
    padding: 16px 35px;
    display: inline-block;
    margin-top: 0;
}

.button.blue:hover {
  background: #fff;
  color: #1f5f9f;
}

/************************************************************/

/***************************Profile**************************/
.profile img {
	padding-right: 60px;
}

.profile_right {
    background-color: #1f5f9f;
    position: relative;
    display: flex;
	align-items: center;
}

.profile_right .text_wrapper {
    background: #fff;
    width: 85%;
    margin-left: -25%;
    display: inline-block;
    padding: 50px 140px 50px 65px;
}

.profile_graphic {
    background-image: url(../img/layout/window_graphic.svg);
    background-repeat: round;
    width: 40%;
    height: 290px;
    overflow: hidden;
    background-position: -130px 0px;
}

/************************************************************/

/************************Activity Grey***********************/
.activity_grey{
	background-color: rgb(242, 242, 242);
	padding:120px 0 130px 0;
}

.activity_grey h3 {
	font-weight: 600;
	font-size: 42px;
}

.activity_grey p {
	font-size: 16px;
	text-align: justify;
}
/***************************estates***********************/

.estates h1 {
	color: #1F5F9F;
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px;
}

.estates p {
	text-align: center;
    padding: 0 200px;
}

.estate_wrapper {
	display: block;
	position: relative;
	margin-top: 40px;
}

.estate_wrapper .col-xl-4:nth-child(3n+4) {
  clear: both;
}

.estates .estate_details p {
	padding: 0;
	text-align: left;
}

.estate_box {
	margin: 20px 0px;
	position: relative;
  transition: all 0.3s ease-in-out;
}

.estate_box .estate-img {
  position: relative;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.estate_box .estate-img img {
  transition: all 0.3s ease-in-out;
}

.estate_box:hover .estate-img img {
  transform: scale(1.1);
}

.rent {
	position: absolute;
    padding: 12px 30px!important;
    background: #fff;
    bottom: -16px;
    right: 0;
    font-weight: 500;
    color: #1f5f9f;
    font-family: 'Inter', sans-serif;
}

.rent.sale {
	color: #FF4954;
}

.estate_details {
    background: #E8EEF5;
    padding: 25px;
    color: #1f5f9f;
}

.estate_details.latest {
	background: transparent;
	padding: 25px 0;
	color: #fff;
}

.estate_details.latest .estate-info-wrap {
	border-bottom: 1px solid #fff;
}

.estates .estate_details .price {
    color: #333;
    font-weight: 700;
    font-size: 35px;
    border-bottom: 1px solid #83A6C9;
    padding-bottom: 20px;
}

.estates .estate_details.latest .price {
    border-bottom: 1px solid #fff;
	color: #fff;
}

.estates .estate_details .price span {
	color: #333;
    font-weight: 200;
    font-size: 28px;
}

.estates .estate_details.latest .price span {
	color: #fff;
    font-weight: 100;
}

.estate-info-wrap {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.estate-info {
	font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
	margin-right: 20px;
}

.estates .estate_details.latest .estate-info {
	font-weight: 200;
    font-size: 18px;
}

.estate_details .estate-info img {
    width: 33px;
}

.estate-info img {
	width: 25px;
    margin-right: 12px;
}

.estate-title {
	font-size: 26px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-bottom: 35px;
    line-height: normal;
}

.estate-address {
	display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
}

.estate-address img {
	width: 16px;
	margin-right: 10px;
}

.latest_estates {
	background: #1F5F9F;
	padding-bottom: 50px;
}

.gallery_estates h3 {
	font-weight: 600;
	font-size: 54px;
	text-align: center;
}

.gallery_estates small {
	text-align: center;
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #8c8c8c;
	margin-bottom: 30px;
}

.latest-title h1 {
	color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 45px;
    font-weight: 800;
    margin-left: 15px;
    display: inline-block;
}

.latest-title .button {
	display: inline-block;
    float: right;
    color: #fff;
    margin-top: 0;
    border: 1px solid #fff;
    margin-right: 8.33%;
    padding: 18px 40px;
    font-weight: 200;
}

.latest-title .button:after {
  background-image: url(../img/layout/arrow_down_white.svg);
  background-size: 19px;
  top: 23px;
}

.latest-title .button:hover {
  border: 1px solid #1f5f9f;
}

.box_gallery .code {
	position: absolute;
	bottom: 0px;
	left: 16px;
	color: #fff;
	padding: 15px 0;
 }

.box_gallery .price {
	bottom: 0px;
	position: absolute;
	right: 19px;
	color: #fff;
	padding: 15px 0;
}

.gallery_all {
	display: inline-block;
	margin-left: -4px;
}

.gallery_all a {
	border-radius: 0;
	margin-top: -2px;
	font-size: 16px;
	padding: 9px;
	letter-spacing: 1px;
}

/********************* Dynamic Pages *******************/

.page_header h1 {
	color: #fff;
    font-weight: 600;
    font-size: 70px;
    line-height: 90px;
    font-family: 'Inter', sans-serif;
    z-index: 1;
    position: relative;
    padding-top: 190px;
}

.header_img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -250px;
}

.page_header.center h1 {
  padding-top: 0;
}

.page_header.center .scrollButtonContainer {
  bottom: 70px;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.page_header.center .mb-table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}


.text_wrapper.about {
  padding: 45px 0px 45px 65px;
}

.dynamic_intro {
	padding-top: 40px;
	position: relative;
    overflow: hidden;
}

.dynamic_graphic {
	background-image: url(../img/layout/house_graphic_2.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 105%;
    height: 85px;
    position: relative;
    bottom: 0px;
    left: -15px;
    margin-top: 60px;
}

.dynamic_graphic_top {
    background-image: url(../img/layout/house_graphic_1.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: 100px;
    width: 380px;
    height: 60px;
    position: absolute;
}

/*********************Properties************************/

.property_header {
	text-align: center;
    margin-bottom: 85px;
}

.property_header p {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #1f5f9f;
    font-size: 19px;
    font-weight: 400;
}

.property_header p img {
	width: 18px;
    margin-right: 12px;
}

.property_header h1 {
	color: #1f5f9f;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.swiper-gallery .swiper-slide {
	height: 62vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.swiper-container.swiper-gallery {
	overflow: visible;
	margin-left: 40px;
}

.property_info ul li {
	display: inline-flex;
	align-items: center;
	font-size: 23px;
    color: #1f5f9f;
    font-weight: 400;
}

.property_info ul {
	display: flex;
    justify-content: space-between;
    margin-top: 70px;
    border-top: 1px solid #1f5f9f;
    border-bottom: 1px solid #1f5f9f;
    padding: 25px 0;
}

.property_info img {
	width: 45px;
    margin-right: 20px;
}

.property_info {
	margin-left: 40px;
}

.property_price {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  margin-left: 14%;
}

.property_price p {
	color: #1f5f9f;
    font-size: 26px;
    font-weight: 300;
	margin-bottom: 0;
	margin-left: 65px;
}

.property_price p.price {
	display: block;
    padding-top: 15px;
    color: #333;
    font-weight: 700;
    font-size: 50px;
    line-height: normal;
	margin-bottom: 0;
}

.property_price p span {
    color: #333;
    font-size: 32px;
    font-weight: 300;
    position: relative;
    top: -5px;
}


/*********************buttons styling*******************/
.btn {
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.75rem 2.1875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.btn-primary {
  background-color: #c0a375;
  border-color: #c0a375;
  box-shadow: none;
  color: #fff;
}


.btn-primary:hover {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #a07e49;
  border-color: #a07e49;
}

  .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #a07e49;
    border-color: #a07e49;
    background-image: none;
    box-shadow: none;
	}

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #a07e49 !important;
    border-color: #a07e49 !important;
    opacity: 0.85;
	}

.btn-primary-outline {
  background: none;
  border-color: #8e7041;
  color: #8e7041;
}

  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
	}

  .btn-primary-outline:hover {
    color: #fff;
    background-color: #c0a375;
    border-color: #c0a375;
	}

  .btn-primary-outline.disabled, .btn-primary-outline:disabled {
    color: #fff !important;
    background-color: #c0a375 !important;
    border-color: #c0a375 !important;
    opacity: 0.85;
	 }

.btn-social {
    padding: 0;
    margin: 0 8px;
    position: relative;
}


	/************************************************/

	/***********************form control********************/

.form-control {
	background-color: #f9f9f9;
    border-radius: 0px;
    box-shadow: none;
    color: #1f5f9f;
    font-size: 0.875rem;
    line-height: 1.43;
    min-height: auto;
    padding: 15px 15px;
    border: 1px solid #1f5f9f;
	font-weight: 200;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control:focus {
  border-color: #333;
}

.form-group select {
  background-image: url(../img/layout/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 95% center;
}

.contact_details .contact_form textarea::placeholder {
  color: #1f5f9f;
}

.contact_details .contact_form label.error {
	color: red;
    font-size: 13px;
    font-weight: 200;
}

.search_item {
  margin: 15px 0;
  border-bottom: 1px solid #eee;
}

.search_item h3 a {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #1f5f9f;
  font-size: 25px;
}

.search_item h3 {
  margin-bottom: 15px;
}

.search_item p {
  margin-top: 10px;
}

 /*********************************************************/

.mb-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mb-section-full {
    display: table;
    height: calc(75vh - 100px);
    padding-bottom: 0;
    padding-top: 0;
    table-layout: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	  position: relative;
}

.mb-section-full.page_header {
	height: calc(85vh - 100px);
	display: flex;
    justify-content: center;
    text-align: center;
}

.mb-section-full > .mb-table-cell {
  width: 100%;
}


.mb-section-full .mb-overlay {
  min-height: 100vh;
}

.mb-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.mb-overlay ~ * {
  z-index: 2;
}

.mb-section-full .mb-background-video,
.mb-section-full .mb-background-video-preview {
  min-height: 100vh;
}

.mb-background-video,
.mb-background-video-preview {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.mb-background-video-preview {
  z-index: 0 !important;
}

.mb-table {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.mb-table-full {
  height: 100%;
  position: relative;
  width: 100%;
}

.mb-table-cell {
  display: table-cell;
  float: none;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  vertical-align: middle;
}

.mb-figure {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
 }

 .info-window-content .balloon-first {
	font-family: 'Inter', sans-serif;
    color: #1f5f9f;
    font-weight: 500;
    margin-bottom: 7px;
    border-bottom: 1px solid #1f5f9f;
    font-size: 19px;
 }

 .info-window-content .balloon-second {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Geologica', sans-serif;
 }

  .mb-figure img, .mb-figure iframe {
    display: block;
    width: 100%;
	}

  .mb-figure .mb-figure-caption {
    background: #2e2e2e;
    color: #fff;
    font-family: Montserrat;
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
	}

  .mb-figure .mb-figure-caption-over {
    background: -moz-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: -webkit-linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    background: linear-gradient(left, rgba(67, 76, 99, 0.85), rgba(188, 155, 114, 0.85)) !important;
    bottom: 0;
    position: absolute;
	}

.mb-map, #map {
    height: 450px;
    position: relative;
}

.estate-location .mb-map {
	height: 550px;
    position: relative;
}

.mb-map #map_view {
  height: 100%;
  width: 100%;
}
.mb-map iframe {
  height: 100%;
  width: 100%;
}

  .mb-map [data-state-details] {
    color: #6b6763;
    font-family: Montserrat;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

  .mb-map[data-state] {
    background: #e9e5dc;
	}

  .mb-map[data-state="loading"] [data-state-details] {
    display: none;
	}

  .mb-map[data-state="loading"]::after {
    content: "";
    -webkit-animation: btnCircleLoading .6s infinite linear;
    animation: btnCircleLoading .6s infinite linear;
    border-radius: 50%;
    border: 6px rgba(255, 255, 255, 0.35) solid;
    border-top-color: #fff;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
	}
	
	
/*-------Gallery-------*/
.mbr-gallery .mbr-gallery-item {
  position: relative;
  display: inline-block;
  width: 25%;
  float:left;
  border:1px solid #fff;
}



.mbr-gallery .mbr-gallery-item img {
  width: 100%;
  opacity: 1;  
  -webkit-transition: .2s opacity ease-in-out;
  transition: .2s opacity ease-in-out;
 }

.mbr-gallery .mbr-gallery-item > a:hover img {
  opacity: 1;

}

.mbr-gallery .mbr-gallery-item > a {
  background: #fff;
  display: block;
  outline: none;
  position: relative;
}

  .mbr-gallery .mbr-gallery-item > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, #554346, #45505b) !important;
    background: -moz-linear-gradient(left, #554346, #45505b) !important;
    background: -o-linear-gradient(left, #554346, #45505b) !important;
    background: -ms-linear-gradient(left, #554346, #45505b) !important;
    background: linear-gradient(left, #554346, #45505b) !important;
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
	}

.mbr-gallery .mbr-gallery-item .icon {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .2s opacity ease-in-out;
  color: #000;
  font-size: 30px;
  height: 69px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: .2s opacity ease-in-out;
  width: 69px;
}

  .mbr-gallery .mbr-gallery-item .icon::before, .mbr-gallery .mbr-gallery-item .icon::after {
    content: "";
    display: block;
    position: absolute;
    height: 69px;
    width: 1px;
    margin-left: 34.5px;
    background-color: #fff;
	}

  .mbr-gallery .mbr-gallery-item .icon::after {
    width: 69px;
    height: 1px;
    margin-left: 0;
    margin-top: 34.5px;
	}


.mbr-gallery .mbr-gallery-item > a:hover .icon {
  opacity: 1;
}

.mbr-gallery .mbr-gallery-item > a:hover::before {
  opacity: 0.9;
}

.mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
	height: 105px;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: -webkit-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -moz-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -o-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: -ms-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
  background: linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85))!important;
  -webkit-transition: .2s background ease-in-out;
  transition: .2s background ease-in-out;
}

.box_gallery .read_more .mbr-gallery-title {
		transition: .4s background ease-out;
		background: -webkit-linear-gradient(left, rgba(58, 73, 114, 0.85), rgba(40, 50, 78, 0.85)) !important;
}

.box_gallery .read_more .mbr-gallery-title:hover {
	transition: .4s background ease-out;
	background: -webkit-linear-gradient(left, rgba(188, 155, 114, 0.85), rgba(188, 155, 114, 0.85)) !important;
}

.mbr-gallery .mbr-gallery-item > a:hover .mbr-gallery-title {
  background: transparent !important;
}

/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
  margin: 0;
}

.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
  padding: 0;
}

/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
  padding: 93px 0;
}

/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default,
.mbr-gallery .mbr-gallery-layout-article {
  overflow: hidden;
}

/* lightbox */
.mbr-gallery .modal {
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}

.mbr-gallery .modal-content {
  border-radius: 0;
}

.mbr-gallery .modal-body {
  padding: 0;
}

.mbr-gallery .modal-body img {
  width: 100%;
}

.mbr-gallery .modal .close {
  position: fixed;
  background: #1b1b1b;
  opacity: 0.5;
  font-size: 55px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 68px;
  border: 0;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mbr-gallery .modal .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

.mbr-gallery .modal.in .modal-dialog {
  margin: 0 auto;
}

/* modal back color opacity */
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}



/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}

.mbr-gallery .modal.in .modal-dialog,
.mbr-gallery .modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

/*-------Slider-------*/

.mbr-slider .carousel-inner > .active,
.mbr-slider .carousel-inner > .next,
.mbr-slider .carousel-inner > .prev {
  display: table;
}

.mbr-slider .carousel-control {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  color: inherit;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -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;
}

.mbr-gallery .mbr-slider .carousel-control {
  position: fixed;
}



.mbr-gallery .mbr-slider .carousel-inner > .active {
  display: block;
}

.mbr-slider .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}

.mbr-slider .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}

.mbr-slider .carousel-control .icon-next,
.mbr-slider .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}

.mbr-slider .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}

.mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
 }


.mbr-gallery .mbr-slider .carousel-indicators {
  position: fixed;
  margin-bottom: 2.5rem !important;
}


.mbr-slider .carousel-indicators li,
.mbr-slider .carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin: 3px;
  background: #1b1b1b;
  border: 0;
  opacity: 0.5;
}

.mbr-slider .carousel-indicators .active {
  border: 4px solid #1b1b1b;
  background: #fff;
}


/* boxed slider */
.mbr-slider > .boxed-slider {
  position: relative;
  padding: 93px 0;
}

.mbr-slider > .boxed-slider > div {
  position: relative;
 }

.mbr-slider > .container img {
  width: 100%;
}

.mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}

.mbr-slider .mb-table-cell {
  padding: 0;
}

.mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}






/*-------Arrow-------*/
@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
	}

  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
}

@keyframes floating-arrow {
  from {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
	 }

  65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  to {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		 }
}

@-webkit-keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}

  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
}

@keyframes floating-arrow-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	}

  25% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
	}

  75% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
		}
	}

.mb-arrow {
  bottom: 48px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.mb-arrow a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 46px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  width: 57px;
 }

.mb-arrow a:hover {
  background: #2d2d2d;
 }

  .mb-arrow-icon {
    display: block;
	 }

    .mb-arrow-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      left: 4px;
      position: relative;
      top: 6px;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
		}

  .mb-arrow-floating .mb-arrow-icon {
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
	}

.mb-arrow-up {
  bottom: 25px;
  right: 40px;
  position: fixed;
  text-align: right;
  z-index: 5000;
}


  .mb-arrow-up a {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    height: 46px;
    outline-style: none !important;
    position: relative;
    text-decoration: none;
    transition: all .3s ease-in-out;
    width: 46px;
    cursor: pointer;
	 }

    .mb-arrow-up a:hover {
      background: #333;
		 }

  .mb-arrow-up-icon {
    display: block;
	 }

    .mb-arrow-up-icon::before {
      content: "\203a";
      display: inline-block;
      font-family: serif;
      font-size: 32px;
      line-height: 1;
      font-style: normal;
      position: relative;
      top: 6px;
      left: -4px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
		}

  .mb-arrow-up:hover .mb-arrow-up-icon {
    -webkit-animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
    animation: floating-arrow-up 1.6s ease-in-out infinite 0s;
	 }


.mb-valign-top {
  vertical-align: top;
 }


.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hamburger-om:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
 }

.hamburger-om:before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: -8px;
  left: 0;
}


.navbar-toggler.collapsed .hum-top, .hum-middle, .hum-bottom {
  position: absolute;
  content: "";
  right: 0;
  width: 20px;
  height: 3px;
}

.navbar-toggler.collapsed .hum-top {
  top: -1px;
}

.navbar-toggler.collapsed .hum-middle {
  top: 6px;
}

.navbar-toggler.collapsed .hum-bottom {
  bottom: 0;
}

.navbar-close .close-icon {
  display: block;
	z-index: 999999;
}

.navbar-close.collapsed .close-icon {
  display: none;
}

.navbar-toggler {
  position: relative;
}

.languages_menu{position:absolute;top:10px; right:10px;}
.languages_menu .el{ background: url('../img/layout/gr.png') no-repeat scroll 0 6px transparent;height:25px;float:left;padding-left:20px;}
.languages_menu .en{ background: url('../img/layout/en.png') no-repeat scroll 0 6px transparent;height:25px;float:left;padding-left:20px;}
.languages_menu a { color: #fff; display:inline-block;  margin: 0px 0 0px 15px; padding: 2px; font-size: 15px;font-weight:600;border-bottom:1px solid transparent;}
.languages a:hover { border-bottom:1px solid #fff;}



.no-results{text-align:center;padding:45px 0 25px 0;}
.no-results h2{text-align:center;color: #555;font-size: 28px;font-weight: 600;padding-bottom: 10px;}
.no-results h3{text-align:center;color: #555;font-size: 20px;font-weight: 600;padding-bottom: 10px;}

.content-size {
  width: auto;
}

.image-size {
  vertical-align: middle;
  margin: auto;
  text-align: center;
}

  .image-size .mb-figure {
    padding-top: 1px;
    padding-left: -13px;
    margin-left: -30px;
	}

.txtparga {
	background: rgba(40, 50, 78, 0.7);
	padding: 13px 20px;
}

@-moz-document url-prefix() {
	.txtparga {
		padding: 11px 20px;
	}
}
.aboutparga {
	padding-top: 20px;
	padding-bottom: 20px;
}
.aboutparga h3 {
	color: #fff;
	font-size: 54px;
	font-weight: 600;
}

.aboutparga p {
	color: #fff;
  font-size: 17px;
	font-weight: 600;
}

.pargabtn a {
	letter-spacing: 0;
	font-size: 14px;
}

.newsletter {
	background-color: #F9F9F9;
    padding-top: 130px;
    padding-bottom: 90px;
    position: relative;
	overflow: hidden;
}

.newsletter input {
	border: none;
	background-color: transparent !important;
	color: #fff;
	top: 2px;
	position: relative;
	padding: 0;
}

.newsletter button {
	border-radius: 3px !important;
}

.newsletter_left {
	background-image: url(../img/layout/newsletter_graphic.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    position: absolute;
    left: -185px;
    width: 40%;
    height: 120%;
    top: 40px;
}

.newsletter_right {
	background-image: url(../img/layout/newsletter_graphic.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    position: absolute;
    right: -185px;
    width: 40%;
    height: 120%;
    top: 40px;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}


.mbr-subscribe-dark {
    background: none;
    border-color: rgba(255, 255, 255, 0.2);
}

.mbr-subscribe {
    background: transparent;
    border-radius: 0px;
    padding: 7px 10px;
    position: relative;
    z-index: 1;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.input-group .form-control {
    z-index: 9999 !important;
    border-bottom: 1px solid #333;
    display: block;
    width: 100%;
    font-size: 18px;
    min-height: 2.2em;
	font-weight: 300;
    text-align: center;
    color: #333;
}

.input-group .form-control::placeholder {
	color: #333;
	font-weight: 300;
}

.newsletter h3 {
	color: #1F5F9F;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.input-group-btn {
	width: 100%;
    display: block;
	margin: 35px auto 0 auto;
}

.input-group-btn .btn.btn-primary {
	display: block;
    margin: 70px auto 0 auto;
    position: relative;
    background: #f9f9f9;
    border: 1px solid #333;
    border-radius: 0!important;
    color: #1f5f9f;
    padding: 15px 75px;
    font-size: 18px;
    font-weight: 500;
	letter-spacing: 0;
    font-family: 'Inter', sans-serif;
}

.input-group-btn .btn.btn-primary:hover {
  background: #1f5f9f;
  color: #fff;
}

.newsletter small {
	display: block;
	font-style: italic;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #8c8c8c;
	margin-bottom: 30px;
}

.newsletter form input {
	font-size: 15px;
	margin-top: -2px;
}

.newsletter form span button {
	font-size: 14px;
}
.social_footer {
	float: right;
}

.social_footer.mob {
  display: none;
}


footer {
	background-color: #E8EEF5;
    color: #333;
    padding: 35px 0;
}

footer .copyrights {
	font-size: 16px;
}

footer .quickinfo {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
}

footer .wapp {
	text-align: center;
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
	width: 120px;
}

.social_footer img.facebook {
	width: 15px;
}

.social_footer img.instagram {
	width: 28px;
}

.social_footer img.twitter {
	width: 30px;
}

.footer_box.last {
	float: right;
}

.footer_box.prelast {
	margin-left: 50px;
}

.footer_box h6 {
	font-family: 'Inter', sans-serif;
    color: #1F5F9F;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 22px;
}

.footer_box_wrapper {
	border-top: 1px solid #333;
    padding: 75px 0 30px 0;
    margin: 35px 15px 0 15px;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer_box ul {
	list-style: none;
    padding: 0;
}

.footer_box ul li {
	display: block;
    font-size: 18px;
    font-weight: 200;
    padding: 5px 0;
}

.footer_box ul li a {
	font-size: 18px;
    font-weight: 200;
    padding: 5px 0;
    position: relative;
}

.footer_box ul li a:hover {
  color: #1f5f9f;
}

.footer_box ul li a:after {
  position: absolute;
  left: 50%;
  right: 50%;
  height: 1px;
  bottom: 7px;
  content: "";
  background-color: #1f5f9f;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translate3d(0, 0, 0);
}

.footer_box ul li a:hover:after {
  left: 0px;
  right: 0px;
}

.copyright {
	background: #1F5F9F;
    padding: 20px 0;
    position: relative;
    display: block;
    overflow: hidden;
}

.copyright p {
	color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 0;
}

.wapp {
	float: right;
}

.fullprofile {
	background-color: rgb(41, 105, 176);
	color: #fff;
	padding-top: 130px;
	padding-bottom: 120px;
}

.fullprofile h3 {
	font-weight: 600;
	font-size: 46px;
}

.fullprofile .profileimg {
	display: block;
	margin-top: 17vh;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fullparga h3 {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	text-align: center;
}

.fullparga p {
	color: #fff;
	text-align: left;
}

.full-icon-focus {
    top: calc(50% - 24px) !important;
}
.fullparga .fulltxtparga {
	background: rgba(40, 50, 78, 0.7) none repeat scroll 0 0;
	padding: 45px 20px;
}
.fullparga .pargavideo {
	padding-top: 0px;
    margin-left: 0px;
}

.contact {
    background-color: #F9F9F9;
    padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
}

.contact.newsletter_page {
  padding-bottom: 60px;
}

.contact_bg {
	background-image: url('../img/layout/map.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 450px;
	display: flex;
    flex-direction: column;
    justify-content: center;
	padding-left: 120px;
}

.contact_bg p.title {
	margin-bottom: 0;
    font-size: 27px;
	line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: #fff;
	z-index: 1;
}

.blue_filter {
	background: #1f5f9f;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.9;
}

.contact_bg p.subtitle {
	color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
	z-index: 1;
}

.contact_bg .pin {
	margin-top: 35px;
	z-index: 1;
}

.contact_bg .pin span {
	color: #fff;
    font-weight: 200;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.pin img {
	width: 30px;
    margin-right: 15px;
}

.contact_form p {
	display: inline-block;
    color: #1f5f9f;
    font-size: 16px;
}

.query_form {
  padding: 80px 0;
}

hr {
  border-top: 1px solid #eee;
  width: 100%;
}

.contact_header h3 {
	text-align: center;
    color: #1f5f9f;
    font-size: 47px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    margin: 0 0 25px 0;
}

.contact_header p {
	text-align: center;
    padding: 0 190px;
}

.contact_details {
	margin-top: 70px;
}

.contact_details h4 {
	font-family: 'Inter', sans-serif;
    color: #1f5f9e;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 35px;
}

.contact_details .contact_info h6 {
	color: #1f5f9f;
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
}
.extra_social a i {
	color: #fff;
	transition: all .4s ease-out;
}

.extra_social a i:hover {
	color: #000;
	transition: all .4s ease-out;
}
.contact_details .contact_form {
	color: #fff;
}

.contact_details .contact_form label {
	font-size: 16px;
    font-weight: 600;
    display: none;
}

.form-group {
    margin-bottom: 30px;
}

.contact_details .contact_form input::placeholder, .contact_details .contact_form select::placeholder {
	color: #1F5F9F;
}

.contact_details .contact_form input, .contact_details .contact_form select {
	font-size: 17px;
}

.contact_details .contact_form textarea {
	font-size: 16px;
}
.contact_details .contact_form button {
	float: right;
    background: #303030;
    font-size: 17px;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 15px 80px;
    transition: all 0.3s ease-in-out;
}

.contact_details .contact_form button:hover {
  background: #1f5f9f;
}

.contact_details .contact_info p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    margin: 5px 0px 7px 0px;
    padding-bottom: 5px;
}

.contact_details .contact_info p a {
  transition: all 0.3s ease-in-out;
}

.contact_details .contact_info p a:hover {
  color: #1f5f9f;
}

.extra_social img {
	margin: 20px 15px 0 0px;
}

.extra_social .btn-social {
	margin: 0 8px 0 0;
}

.extra_social img.facebook {
	width: 15px;
}

.extra_social img.instagram {
	width: 25px;
    position: relative;
    top: 2px;
}

.extra_social img.twitter {
	width: 30px;
}

.search-estate {
	margin-top: -20vh;
}

.search-estate.home {
    margin-top: -12vh;
}

.search-estate .search-title {
	color: #fff;
	text-align: center;
	font-size: 34px;
	padding-bottom: 10px;
}

/* Search Form
*************************************************/

.tabWrap {
  float: left;
  display: inline-block;
}

/* Hide Input Radio */
input[type="radio"] {
  display: none;
}

/* Tabs */
.tab {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 14px 40px;
  font-size: 19px;
  background: #C3D2DF;
  border: none;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  color: #1f5f9f;
  opacity: 0.7;
}
.tab::before {
  display: none;
}
.tab::after {
  content: "";
  display: none;
}

/* Display Checked Input */
.tabWrap [id^="tab"]:checked ~ .tabContent {
  display: block;
}
/* Bring Forward Checked Input */
.tabWrap [id^="tab"]:checked + label {
  background: #F9F9F9;
  z-index: 4;
  opacity: 1;
}

.tabWrap [class^="tab label"]:not(.label-01) {
  margin-left: 0;
}

/* Unchecked Input Hover */
.tabWrap [id^="tab"]:not(:checked) + label:hover {
  background: #1f5f9f;
  border: none;
  color: #fff;
  opacity: 1;
}

/* Unchecked Input */
.tabWrap [id^="tab"]:not(:checked) + label::before {
  background: #f0eee9;
}

/* Checked Input No Shadow*/
.tabWrap [id^="tab"]:checked + label::after {
  display: none;
}

/* tabContent */
.tabContent {
  width: 90%;
  height: auto;
  min-height: 300px;
  margin: 0 auto;
  padding: 5%;
  background: #fff;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.015);
  position: absolute;
  /* Multiple .tab Height By Number Of .tab(s) To Get Position Absolute Top */
  top: 195px;
  left: 0;
  display: none;
  z-index: 1;
}

.tabContent h1 {
  margin: 0;
  color: #4893d2;
  font-size: 1.5em;
  text-transform: uppercase;
}
.tabContent p {
  margin: 0.5em 0;
  color: #222;
}




.search-form {
  padding: 55px 0px 30px 30px;
  background-color: #f9f9f9;
  position: relative;
  display: flex;
  z-index: 9;
}

.search-form form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.search-form ul {
	list-style: none;
	width: 100%;
	padding-left: 0;
}

.search-form ul li {
  display: inline-block;
  width: 18.4%;
  margin: 0 8px 20px 8px;
}

.search-form input, .search-form select {
	padding: 30px 15px;
    font-size: 18px;
    color: #1f5f9f;
    width: 100%;
    font-weight: 300;
    border: 1px solid #A6A8AB;
	cursor: pointer;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background-color: #f9f9f9;
}

.search-form select {
    background-image: url(../img/layout/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95% center;
}

.search-form input::placeholder, .search-form select::placeholder {
	color: #1f5f9f;
}

.search-form #price {width:auto; font-weight: normal; float:right; font-size: 16px; margin-top:13px; background-color:transparent; padding:0; border:none; color:#6c6f70; text-align:center;}
.search-form .filter-button {
	padding: 30px 15px;
    background-color: #333;
    color: #fff;
    border-radius: 0;
    border: none;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top: -3px;
}

.search-form .filter-button:hover {
  background-color: #1f5f9f;
}

.filter-button-hide-smlg {
	display: none;
}
.search-form #price {
	text-align: right;
}

.preview-estate {
	background-color: rgb(242, 242, 242);
	padding-top: 50px;
	padding-bottom: 50px;
}

.preview-estate .preview-estate-box {
	background: #fff;
	box-shadow: 0 0 5px #ddd;
	border-radius: 4px;
}

.preview-estate .preview-estate-box .estate-preview-box-img {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.preview-estate .preview-estate-box .estate-preview-box-details {
	padding: 10px 0px 0px 0px;
	border-bottom: 2px dotted #ddd;
	margin-right: 20px;
	margin-left: 20px;
}
.preview-estate .preview-estate-box .estate-preview-box-details h2 {
	font-size: 18px;
	color: #444;
	font-weight: 600;
}
.preview-estate .preview-estate-box .estate-preview-box-details p {
	color: #444;
	margin-bottom: 0;
}
.preview-estate .preview-estate-box .estate-preview-box-description {
	margin-right: 20px;
	margin-left: 20px;
}
.preview-estate .preview-estate-box .estate-preview-box-description p {
	color: #444;
	margin-bottom: 0;
	padding-top: 0;
	top: 10px;
	font-size: 13px;
	position: relative;
}

.preview-estate .preview-estate-box .estate-preview-box-line-details {
	background-color: rgb(40, 50, 78);
	width: 100%;
	height: 38px;
	top: 22px;
	position: relative;
}

@supports (-ms-ime-align:auto) {
	.preview-estate .preview-estate-box .estate-preview-box-line-details {
		top: 19px;
	}
}
@-moz-document url-prefix() {
	.preview-estate .preview-estate-box .estate-preview-box-line-details {
		background-color: rgb(40, 50, 78);
		top: 19px;
	}
}

.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail {
	float: left;
	color: #fff;
	font-weight: 600;
	padding: 11px 7px 0px;
	font-size: 11px;
}

.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail p {
	border-right: 1px dotted;
	padding-right: 12px;
}

.preview-estate .preview-estate-box .item-detail-right {
	float: right;
	color: #fff;
	font-weight: 600;
	padding: 3px 15px 0px;
	background: #c0a375;
	position: relative;
	right: 0px;
	margin-top: -16px;
}

.preview-estate .preview-estate-box .item-detail-right p {
		font-size: 13px;
		position: relative;
		top: 8px;
	}

@-moz-document url-prefix() {
	.preview-estate .preview-estate-box .item-detail-right {
		margin-top: -20px;
	}

	.preview-estate .preview-estate-box .item-detail-right p {
			font-size: 13px;
			position: relative;
			top: 8px;
		}
}

@supports (-ms-ime-align:auto) {
	.preview-estate .preview-estate-box .item-detail-right {
		margin-top: -25px;
	}

	.preview-estate .preview-estate-box .item-detail-right p {
			font-size: 13px;
			position: relative;
			top: 8px;
		}
}
.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail.last-detail p  {
	border-right: 0px;
}

.preview-estate a {
	float: left;
	transition: all .4s ease-out;
  border: 2px solid transparent;
	box-shadow: 0 0 3px #c0a375;
	border-radius: 4px;
}
.preview-estate a:hover {
	transition: all .4s ease-out;
	border: 2px solid #c0a375;
}

@supports (-ms-ime-align:auto) {
	.preview-estate a {
		color: #000;
	}
	.preview-estate a:hover {
		color: #000;
	}
}


.code-left-padding {
	    padding-left: 14px;
}
.no-padding-left { padding-left: 0;padding-right: 14px; }
.no-padding-right { padding-right: 0; }
.preview-estate-box .estate-preview-box-line-details .it-1 .enable-it {
	display: none;
}

.preview-estate .preview-estate-box a {
    margin-bottom: 20px;
}


.search-estate.se-front {
	    padding: 80px 0 100px 0;
}
.search-estate.se-front h3 {
	font-size: 54px;
}

.se-front .search-title {
    padding-bottom: 30px;
}

.view-estate-header {
	    background-color: #3a4972;
			padding: 150px 0 50px;
}
.view-estate-header .view-estate-title h4,small,span {
	color: #fff;
}
.view-estate-header .view-estate-title span {
    padding: 10px;
		float: right;
}
.filter-button.filter-view {
    margin-top: 20px;
}

.quick-estate-select {
	background-color: #eee;
	padding: 20px 0 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 5px #bbb;
	margin-bottom: 30px;
}
.quick-search-estate {
	background-color: #1F5F9F;
    padding: 50px 60px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: 60px;
}
.quick-search-estate h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 300;
    line-height: 40px;
    font-family: 'Inter', sans-serif;
}

.quick-search-estate p {
    text-align: center;
    color: #eee;
    font-weight: 100;
    margin-bottom: 45px;
}

.quick-search-estate .quick-search-form.quick-search-form #sref, .search-form.quick-search-form select {
    padding: 10px;
    font-size: 15px;
    color: #6c6f70;
    width: 100%;
    background-color: #fff;
    border: 0;
}

.quick-estate-select h3 {
	color: #555;
	font-size: 28px;
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}

.quick-select ul {
	padding: 0;
}

.quick-select ul li {
	list-style: none;
	width: 100%;
}
.quick-select ul li a  {
	width: 100%;
	text-decoration: none;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	transition: all .4s ease-out;
}

.quick-select ul li a:hover, .quick-select ul li.selected a  {
	border: none;
	box-shadow: none;
	background: rgba(192, 163, 117, 1);
	transition: all .4s ease-out;
}
.quick-select {
	background-color: rgb(40, 50, 78);
	border-radius: 5px;
	box-shadow: 0 0 5px #bbb;
	padding: 15px 20px;
}

.quick-form input {
	padding: 13px;
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 30px;
}

.quick-form input::placeholder {
	color: #DAE4EF;
}

.quick-form label {
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	display: none;
	margin-top: 13px;
}

.quick-form p.note {
	font-size: 15px;
    text-align: left;
    padding-left: 15px;
	color: #DAE4EF;
}

.quick-form .quick-button {
	margin-top: 10px;
    padding: 20px;
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 0;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.quick-form textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #fff;
    margin-bottom: 25px;
    color: #fff;
    padding: 13px;
	font-weight: 100;
	font-size: 17px;
}

.quick-form textarea::placeholder {
	color: #DAE4EF;
}

.quick-info {
	float: left;
}

.qi-extra  {
	margin-top: 15px;
}

.estate-details .estate-details-row {
	border-bottom: 1px solid #1f5f9f;
    padding: 5px 0;
    font-weight: 600;
    color: #1f5f9f;
	margin-right: 15px;
}

.estate-details .estate-details-row p {
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.estate-details .estate-details-row p span {
	float: right;
    color: #333;
    font-weight: 300;
}

.estate-details ul {
	padding: 0;
    list-style: disc inside;
}

.quick-phones {
	display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: center;
    margin-left: 60px;
}

.quick-phones p {
	font-size: 22px;
    color: #1f5f9f;
    font-weight: 500;
    margin-right: 25px
}

.quick-phones p.phone {
	display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 300;
    color: #333;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.quick-phones p.phone:hover {
  color: #1f5f9f;
}

.quick-phones p.phone a {
  transition: all 0.3s ease-in-out;
}

.quick-phones p.phone a:hover {
  color: #1f5f9f;
}

.quick-phones img {
	width: 28px;
    margin-right: 15px;
}

.estate-details ul li {
	font-weight: 300;
}

.estate-view-region {
  display: flex;
}

.view-details .estate-view-region .estate-description h3 {
  margin-right: 80px;
  color: #1f5f9f;
  font-size: 19px;
  margin-bottom: 10px;
}

.estate-description {
	padding-bottom: 40px;
}
.estate-details {
	padding-bottom: 40px;
}

.estate-location {
	text-align: center;
}

.estate-location h1 {
	color: #1f5f9f;
    font-size: 50px;
    font-weight: 700;
}

.estate-location p {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 19px;
    font-weight: 400;
    color: #1f5f9f;
}

.estate-location img {
	width: 18px;
	margin-right: 12px;
}

.view-details {
	background-color: #E8EEF5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.view-details h1 {
	color: #1f5f9f;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 55px;
}

.view-details .estate-description h3 {
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
}

.view-details .estate-details h3 {
    font-size: 21px;
    font-weight: 400;
    color: #333;
    margin-bottom: 15px;
	text-transform: uppercase;
}

.related-estates .related-estates-box .related-estates-image img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.related-estates h3 {
	font-size: 34px;
	font-weight: 600;
	color: #444;
	padding-bottom: 10px;
}
.related-estates a {
	text-decoration: none;
	transition: all .4s ease-out;
	border: 2px solid #fff;
	float: left;
	box-shadow: 0 0 0px #c0a375;
	border-radius: 4px;

}
.related-estates a:hover {
	text-decoration: none;
	transition: all .4s ease-out;
	border: 2px solid #c0a375;
	box-shadow: 0 0 3px #c0a375;
}
.related-estates-box {
  box-shadow: 0 0 2px #ccc;
  text-align: center;
}
.related-estates-info {
	background-color: rgb(40, 50, 78);
	color: #fff;
	font-weight: 600;
	padding: 10px 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.related-estates-info .rei-code {
	font-weight: 500;
}

.related-estates-info .rei-price {
	font-weight: 600;
}

.navbar {
    padding: 0 1rem;
}

.view-estate-title h4 {
	font-size: 34px;
}
.view-estate-title span {
	font-size: 18px;
}
.view-estate-header .view-estate-title span {
    padding: 14px;
    float: right;
}
@media (max-width: 1800px) {
	.mbr-gallery-title {
    font-size: 0.7em;
    width: 100%;
    height: 90px;
   }
	.box_gallery .code {
    font-size: 13px;
		padding: 15px 0;
	}
	.box_gallery .price {
	  font-size: 13px;
		padding: 15px 0;
	  }
}


@media (max-width: 1499px) {
	.mbr-gallery-title {
    font-size: 0em;
    width: 100%;
    height: 50px;
	} 

  .estate-location h1 {
    font-size: 45px;
  }

  .view-details {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .quick-phones img {
    width: 25px;
  }

  .view-details .estate-details h3 {
    font-size: 20px;
  }

  .estate-details .estate-details-row {
    margin-right: 0px;
  }

  .view-details h1 {
    font-size: 45px;
    margin-bottom: 50px;
  }

  .quick-search-estate h3 {
    font-size: 27px;
    line-height: 35px;
  }

  .quick-phones {
    margin-left: 20px;
  }

  .quick-search-estate {
    padding: 30px 25px;
    margin-left: 20px;
  }

  .property_price {
    margin-left: 7%;
  }  

  .property_header h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .property_info img {
    width: 40px;
    margin-right: 12px;
  }

  .property_info ul {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 0;
  }

  .property_price p.price {
    font-size: 45px;
  }

  .property_info ul li {
    padding: 10px 0;
    font-size: 20px;
  }

  .property_header {
    margin-bottom: 65px;
  }

  .contact_details {
    margin-top: 40px;
  }

  .contact_header p {
    padding: 0 50px;
  }

  .page_header h1 {
    font-size: 65px;
    line-height: 65px;
  }
  
  .dynamic_graphic_top {
    width: 300px;
  }

  .text_wrapper.about {
    padding: 35px 0px 20px 30px;
  }

  .search-form ul li {
    width: 18.7%;
    margin: 0 5px 15px 5px;
  }

  .service_box h2 {
    padding-bottom: 10px;
    font-size: 27px;
  }

  .text_wrapper {
    padding: 20px 100px 45px 30px;
  }

  .services_section {
    margin-top: -40px;
  }

  .service_box {
    padding: 20px 30px;
    margin: 0 0px;
  }

  .estate_details .estate-info img {
    width: 28px;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 17px;
  }

  .latest-title h1 {
    margin-left: 0;
  }

  .estate-info {
    margin-right: 15px;
  }

  .estates p {
    padding: 0 100px;
  }

  .estate_wrapper {
    margin-top: 20px;
  }

  .rent {
    padding: 10px 25px!important;
    font-size: 17px;
  }

  .estate-address {
    font-size: 16px;
  }

  .estates .estate_details .price {
    font-size: 30px;
  }

  .estate-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .estates.padd {
    padding-bottom: 60px;
  }

  .profile.padd {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .button {
    margin-top: 30px;
  }

  .profile_graphic {
    width: 35%;
    height: 230px;
  }

  .profile_right .text_wrapper {
    margin-left: -15%;
    padding: 40px 15px 40px 40px;
  }

  .text_wrapper h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 25px;
  }

  .profile img {
    padding-right: 0px;
  }

  .txt_akinito {
    width: 55%;
  }

  .txt_akinito h1 {
    font-size: 55px;
  }

  .newsletter_left, .newsletter_right {
    width: 45%;
    height: 114%;
  }

  .footer_box.prelast {
    margin-left: 0px;
  }

  #search form input {
    width: 180px;
  }

  #search form .icon-search {
    width: 26px;
    height: 26px;
    top: 2px;
  }

  #search {
    margin-left: 25px;
  }

  .navbar-nav .nav-item+.nav-item {
    margin-left: 0.5rem;
  }

  #menu .link {
    font-size: 17px;
  }
}

@media(max-width: 1349px) {
  #search {
    margin-left: 15px;
  }

  .navbar-nav .nav-item+.nav-item {
    margin-left: 0.2rem;
  }

  .quick-search-estate {
    padding: 20px;
    margin-left: 0px;
  }

  .quick-phones {
    flex-direction: column;
  }

  .quick-search-estate p {
    margin-bottom: 25px;
  }

  .view-details h1 {
    font-size: 40px;
    margin-bottom: 45px;
  }

  .estate-description {
    padding-bottom: 25px;
  }

  .view-details .estate-details h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .property_price {
    margin-left: 0;
    margin-top: 40px;
  }

  .property_header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .swiper-container.swiper-gallery {
    margin-left: 0px;
  }

  .property_price p span {
    font-size: 28px;
  }

  .swiper-gallery .swiper-slide {
    height: 55vh;
  }

  .property_price p.price {
    margin-left: 0px;
  }

  .property_price p {
    margin-left: 0px;
  }

  .flex-center.flex-1349 {
    flex-direction: column;
    align-items: flex-start;
  }

  .property_info {
    margin-left: 0px;
  }

  .contact_bg {
    padding-left: 70px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 20px;
  }

  .contact_bg .pin {
    margin-top: 25px;
  }

  .info-window-content .balloon-second {
    font-size: 15px;
    line-height: 22px;
  }

  .pin img {
    width: 25px;
    margin-right: 12px;
  }

  .contact_bg p.title {
    font-size: 24px;
  }

  .contact_details h4 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .contact_details .contact_info h6 {
    color: #1f5f9f;
    font-size: 22px;
  }

  .query_form {
    padding: 50px 0 60px 0;
  }

  .contact_header h3 {
    font-size: 42px;
  }

  .contact_header p {
    padding: 0px;
  }

  .page_header h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .dynamic_graphic_top {
    width: 270px;
  }

  .text_wrapper h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .text_wrapper.about {
    padding: 25px 0px 0px 20px;
  }

  .search-form input, .search-form select {
    padding: 25px 15px;
    font-size: 17px;
  }

  .search-form ul li {
    width: 18.6%;
  }

  .search-form select {
    background-size: 17px;
    background-position: 94% center;
  }

  .search-form .filter-button {
    padding: 27px 15px;
    font-size: 15px;
    top: -1px;
  }

  .service_box h2 {
    padding-bottom: 8px;
    font-size: 25px;
  }

  .text_wrapper {
    padding: 0px 0px 45px 20px;
  }

  .header_title {
    font-size: 45px;
    line-height: 65px;
  }

  .estate_details {
    padding: 20px;
  }

  .estate-address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .estates .estate_details .price {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .estate_details .estate-info img {
    width: 25px;
  }

  .estates p {
    padding: 0 0px;
  }

  .estates h1 {
    font-size: 40px;
  }

  .estate-info {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .estates .estate_details .price span {
    font-size: 23px;
  }

  .button.center {
    padding: 15px 50px;
  }

  .rent {
    padding: 8px 20px!important;
    font-size: 15px;
  } 

  .estate-title {
    font-size: 23px;
    margin-bottom: 25px;
  }

  .estate-address img {
    width: 15px;
    margin-right: 8px;
  }

  .txt_akinito {
    width: 65%;
  }

  .txt_akinito h1 {
    font-size: 50px;
    margin-bottom: 35px;
  }

  .txt_akinito p {
    margin-bottom: 35px;
  }

  .button.white {
    margin-right: 25px;
  }

  .newsletter {
    padding-top: 100px;
  }

  .footer_box h6 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .footer_box_wrapper {
    padding: 60px 0 5px 0;
  }

  #menu .bg-color.transparent .link {
    margin: 0 2px;
  }

  #menu .link {
    font-size: 16px;
  }

  #search form input {
    width: 170px;
    margin-right: 8px;
  }
}


@media (max-width: 1199px) {
	@-moz-document url-prefix() {
		.preview-estate .preview-estate-box .item-detail-right {
			padding: 2px 15px 0px;
			margin-top: -31px;
		}
		.preview-estate .preview-estate-box .estate-preview-box-line-details {
    top: 7px;
	}
	}
	.preview-estate .preview-estate-box .item-detail-right {
		padding: 3px 15px 0px;
		margin-top: -32px;
	}

  .estate-location p {
    margin-bottom: 50px;
    font-size: 18px;
  }

  .estate-location h1 {
    font-size: 40px;
  }

  .quick-phones p.phone {
    font-size: 21px;
  }

  .quick-phones img {
    width: 22px;
    margin-right: 12px;
  }

  .quick-phones p {
    font-size: 20px;
  }

  .view-details h1 {
    font-size: 35px;
    margin-bottom: 40px;
  }

  .quick-search-estate h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .view-details .estate-view-region .estate-description h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .estate-description {
    padding-bottom: 20px;
  }

  .property_price p {
    margin-left: 0px;
  }

  .property_price p.price {
    margin-left: 0px;
  }

  .property_info {
    margin-left: 0px;
  }

  .contact_bg {
    padding-left: 50px;
  }

  .contact {
    padding-bottom: 0px;
  }

  .header_img {
    margin-top: -115px;
  }

  .dynamic_graphic_top {
    width: 240px;
    top: 40px;
  }

  .page_header .scrollButtonContainer {
    bottom: 27%;
    right: 0;
    left: 0;
  }

  .page_header h1 {
    font-size: 55px;
    line-height: 55px;
  }

  .scroll-suggestion img {
    width: 75px;
    height: 75px;
  }

  .search-form ul li {
    width: 18.5%;
  }

  .onoffswitch {
    top: -93px;
    width: fit-content;
  }

  .tab {
    font-size: 17px;
  }

  .search-form {
    padding: 40px 0px 55px 20px;
  }

  .search-estate.projects_home .search-form {
    padding: 40px 0px 15px 20px;
  }

  .latest-title .button {
    padding: 14px 40px;
  }

  .estates h1 {
    font-size: 32px;
  }

  .service_box {
    padding: 15px 15px;
  }

  .latest_estates {
    margin-top: 50px;
  }

  .service_box span {
    font-size: 23px;
    padding: 2px 3px;
    margin: 0 auto 15px auto;
  }

  .service_box h2 {
    padding-bottom: 5px;
    font-size: 23px;
  }

  .latest-title h1 {
    margin-left: 20px;
  }

  .estate_wrapper {
    margin-left: 20px;
  }

  .estates h1 {
    font-size: 35px;
  }

  .estates.padd {
    padding-top: 70px;
  }

  .estates .estate_details .price span {
    font-size: 20px;
  }

  .estate_box {
    margin: 15px 0px;
  }

  .estate-info {
    font-size: 15px;
  }

  .estate-info img {
    margin-right: 8px;
  }

  .estates .estate_details .price {
    font-size: 23px;
    padding-bottom: 12px;
  }

  .estate-info {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .estate-address {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .estate-title {
    font-size: 22px;
    margin-bottom: 22px;
  }

  .button {
    padding: 12px 50px;
  }

  .profile.padd {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .profile_right .text_wrapper {
    width: 100%;
    padding: 30px 15px 30px 30px;
  }

  .text_wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .txt_akinito {
    width: 75%;
    padding-left: 20px;
  }

  .newsletter_left, .newsletter_right {
    width: 50%;
    height: 111%;
  }

	.preview-estate .preview-estate-box .estate-preview-box-line-details {
    top: 6px;
    position: relative;
	}
	.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail {
    padding: 10px 7px 0px;
    font-size: 12px;
	}
	.med-dev{
		width: 100%;
		padding: 0px 15px;
	}
	.view-estate-title h4 {
		font-size: 28px;
	}
	.view-estate-title span {
		font-size: 16px;
	}
	.languages_menu{top:7px;}
	.languages_menu a{font-size:13px;}
	.languages_menu .el{ background: url('../img/layout/gr.png') no-repeat scroll 0 4px transparent;}
	.languages_menu .en{ background: url('../img/layout/en.png') no-repeat scroll 0 4px transparent;}

  .copyright {
    padding: 20px 15px;
  }

  .footer_box h6 {
    font-size: 23px;
  }
	.estate-location h3 {
		font-size: 28px;
		text-align: center;
		margin: 0px 0 20px 0;
  }
	.related-estates-info .rei-price {
    font-weight: 600;
    font-size: 14px;
	}
	.related-estates-info .rei-code {
    font-weight: 500;
    font-size: 11px;
	}
	.size-med-7 { width: 55.33333%; }
	.size-med-5 { width: 44.33333%; }
	.preview-estate .preview-estate-box .estate-preview-box-details h2 {
    font-size: 18px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-description p {
    top: 7px;
    font-size: 13px;
	}

	.preview-estate .preview-estate-box .estate-preview-box-line-details {
	    margin-top: 48px;
	}
	.onoffswitch-inner:after {
    background-position: 2px 3px !important;
	}
	.onoffswitch-inner:before {
	    background-position: 2px 3px !important;
		}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
		font-size: 10px !important;
		font-weight: 500;
		}

	.fullprofile .profileimg {
		margin-top: 22vh !important;
	}

  .newsletter h3 {
    font-size: 45px;
  }

	.newsletter small {
    font-size: 16px;
	}

	.txtparga {
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 20px !important;
	}
	.pargabtn a {
	    font-size: 14px !important;
	    padding: 8px 24px !important;
	    position: relative;
	    top: -10px !important;
	}
	.aboutparga h3 {
	    font-size: 44px;
	}
	.aboutparga p {
	    font-size: 14px;
	}
		.gallery_estates h3 {
			font-size: 48px;
		}
  .header_title {
    padding-left: 15px;
  }
	.header_subtitle {
		font-size: 20px;
	}
	.navbar-dropdown .navbar-logo img {
    height: 60px;
		transition: all 0.3s ease-in-out;
	}
}
@media (max-width: 991px) {
	@-moz-document url-prefix() {
		.preview-estate .preview-estate-box .item-detail-right {
			padding: 2px 15px 0px;
			margin-top: -31px;
		}
		.preview-estate .preview-estate-box .estate-preview-box-line-details {
		top: 7px;
	}
	}

  .navbar-fixed-top.navbar-short #mobile-nav.active {
    margin-top: 62px;
  }

  .topbar_left p, .topbar_left a, .topbar_right p, .topbar_right a, .topbar_center p {
    font-size: 14px;
    line-height: 14px;
  }

  .estate-location h1 {
    font-size: 35px;
  }

  .estate-location p {
    margin-bottom: 40px;
  }

  .quick-phones {
    margin-left: 0px;
  }
	.quick-select ul li a {
    text-align: center;
	}
	.view-estate-title h4 {
		font-size: 22px;
	}
	.view-estate-title span {
		font-size: 14px;
	}
	@-moz-document url-prefix() {
	.nav-dropdown .nav-item {
    float: none !important;
		}
	}
		.nav-dropdown .link {
	    /*margin: 1.167em;*/
	    padding: 0;
	    transition: color .2s ease-in-out;
	}
	.view-estate-header {
    padding: 115px 0 50px;
	}
	.related-estates-info .rei-price {
    font-size: 16px;
	}
	.related-estates-info .rei-code {
    font-size: 14px;
	}
	.quick-info {
    width: 100%;
	}
	.related-estates a {
	    margin: 0px 0 30px 0;
	}
	.size-sml-12 {
		width: 100%;
	}

  .quick-form .quick-button {
    padding: 20px 50px;
    width: fit-content;
    margin: 0px auto 20px auto;
    display: block;
  }

  .quick-search-estate h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .property_header p {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .property_header h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .property_header h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .property_info img {
    width: 35px;
    margin-right: 10px;
  }

  .property_info ul li {
    padding: 10px 0;
    font-size: 19px;
    margin: 0 10px;
  }

  .property_price {
    margin-top: 30px;
    justify-content: center;
    width: 100%;
    align-items: center;
  }

  .property_price p.price {
    font-size: 40px;
  }

  .property_info {
    margin: 0 auto;
  }

  .property_header {
    margin-bottom: 40px;
  }

  .property_header p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .estate_wrapper .col-xl-4:nth-child(3n+4) {
    clear: unset;
  }

  .contact_bg {
    height: auto;
    padding: 70px 50px;
  }

  .padd {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact_header h3 {
    font-size: 35px;
  }

  .contact_form p {
    float: left;
  }

  .latest-title h1 {
    margin-left: 0px;
  }

  .dynamic_intro .flex-center {
    flex-direction: column-reverse;
  }

  .page_header h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .text_wrapper.about {
    padding: 0px 0px 20px 0px;
  }

  .dynamic_graphic {
    height: 50px;
    margin-top: 50px;
  }

  .header_title {
    font-size: 40px;
    padding-left: 10px;
    line-height: 55px;
    margin-top: -110px;
  }

  .service_box h2 {
    font-size: 21px;
  }

  .service_box {
    padding: 10px;
  }

  .reverse-991 {
    display: flex;
    flex-direction: column-reverse;
  }

  .text_wrapper {
    padding: 0px 0px 20px 0px;
  }

  .button.show_mob {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 40px;
    font-weight: 200;
    margin: 20px auto 0 auto;
  }

  .latest-title h1 {
    text-align: center;
    width: 100%;
  }

  .button.hide_mob {
    display: none;
  }

  .estate_wrapper .col-md-6:nth-child(2n+1) {
    clear: both;
  }

  .estates h1 {
    font-size: 35px;
  }

  .txt_akinito h1 {
    font-size: 45px;
  }

  .profile .flex-center {
    flex-direction: column;
  }

  .profile.padd {
    padding: 20px 30px;
    overflow: hidden;
  }

  .profile_right .text_wrapper {
    margin-left: 0;
  }

  .profile_right {
    margin-right: -20px;
    margin-left: 40px;
    margin-top: -60px;
  }

  .txt_akinito {
    width: 100%;
    padding: 0 15px;
    text-align: center;
  }

  .footer_box_wrapper .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_box ul li {
    padding: 4px 0;
  }

  .footer_box_wrapper {
    padding: 60px 0 0px 0;
  }

  .footer_box {
    padding: 20px 0;
    text-align: center;
  }

  .footer_box.last {
    float: none;
  }

  .footer_box h6 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav {
    top: 18px;
  }

  .toggle-nav.active {
    background-image: url(../img/layout/close.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 40px;
    height: 60px;
  }

  .navbar-dropdown.navbar-fixed-top.navbar-short .toggle-nav.active {
    top: 7px;
  }

  .mb-table-cell.left {
    display: block;
  }

  .mb-table-cell.right {
    display: none;
  }

  .navbar-dropdown .navbar-logo {
    margin-right: 0;
  }

  .search_mob {
    display: block;
  }

  .search_mob img {
    width: 40px;
    height: 32px;
  }
  
	#mobile-nav {
    background: #E8EEF5;
    display: none;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    box-shadow: none !important;
    z-index: 999999;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-top: 90px;
    margin-top: 92px;
    overflow-y: scroll;
    overflow-x: hidden;
	}

  #mobile-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  #mobile-nav ul {
    padding: 0
  }

  .menu_social img {
    width: 20px;
    margin-right: 15px;
  }

  .menu_social img.email {
    width: 25px;
  }

	#mobile-nav ul li {
		display: block;
	}
	#mobile-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 23px;
    letter-spacing: 0;
    font-weight: 200;
    color: #1f5f9f;
    border: none;
    margin: 5px 0;
	}

  #mobile-nav .dynamic_graphic {
    filter: brightness(0.9);
  }

  .menu_social {
    display: block;
    margin: 35px auto 0 auto;
    text-align: center;
  }

  .search-form ul li {
    width: 31.5%;
    margin-bottom: 15px;
  }

  .search-form ul {
    margin: 0;
  }

	.search-estate.se-front h3 {
    font-size: 44px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-img {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
	}
	.no-padding-right {
		padding-right: 15px;
	}
	.no-padding-left {
		padding-left: 15px;
		padding-right: 15px;
		top: 0px;
		position: relative;
	}
	.small-dev {
		width: 100%;
	}
  .search-form .filter-button {
    padding: 26px 15px;
    top: -2px;
  }
	.onoffswitch-inner:after {
    background-position: 5px 7px !important;
	}
	.onoffswitch-inner:before {
	    background-position: 99% 7px !important;
		}
	.onoffswitch-inner:before, .onoffswitch-inner:after {
		font-size: 12px !important;
		font-weight: 500;
		padding: 4px !important;
		height: auto !important;
		}
	.filter-button-hide {
		display: none;
	}
	.filter-button-hide-smlg {
		display: block;
	}
	.contact_details .contact_form div {
		text-align: center;
		}
		.contact .contact_info {
      margin-bottom: 50px;
      text-align: center;
    }
    .contact {
      padding-top: 60px;
      padding-bottom: 40px;
    }
    .contact_details {
      margin-top: 30px;
    }
		.fullprofile {
	    padding: 100px 0;
		}
		.fullprofile h3 {
		    text-align: center;
		}
		.hideimg {
			display: none !important;
		}
    .newsletter h3 {
      font-size: 40px;
    }

    .newsletter {
      padding-top: 80px;
      padding-bottom: 120px;
    }

    .newsletter_left, .newsletter_right {
      width: 57%;
      height: 109%;
    }

    .input-group-btn .btn.btn-primary {
      margin: 60px auto 0 auto;
    }
	.txtparga {
    	padding: 25px 20px !important;
		}
		.aboutparga h3 {
    font-size: 44px;
    text-align: center;
	}
	.aboutparga p {
    font-size: 14px;
    text-align: center;
    padding-bottom: 20px;
	}
		.pargabtn {
			text-align: center;
	}
	.image-size .mb-figure {
    padding-top: 0px;
    margin-left: 0;
	}
		.profile h3 {
			font-size: 44px !important;
		}

		.box_gallery .code {
				font-size: 11px;
			}

			.box_gallery .price {
				font-size: 11px;
			}

      .navbar-dropdown .navbar-brand {
        margin: 0;
      }


		#menu .link {
			font-size: 12px !important;
		}
		.languages_menu a{font-size:12px!important;}
		.languages_menu .el{ background: url('../img/layout/gr.png') no-repeat scroll 0 3px transparent!important;}
		.languages_menu .en{ background: url('../img/layout/en.png') no-repeat scroll 0 3px transparent!important;}
		.mbr-gallery .mbr-slider .carousel-control {
			bottom: 2.5rem;
			margin-top: 0;
			top: auto;
			z-index: 17;
		}

		.mbr-gallery .mbr-slider .carousel-indicators {
	 	    margin-bottom: 3.625rem !important;
	 	    padding-left: 2.5rem;
	 	    padding-right: 2.5rem;
	 	}
		.mb-cards .card {
      padding-left: 0;
      padding-right: 0;
		}

		.header_subtitle {
			font-size: 15px;
		}

		.mb-arrow {
			bottom: 31px;
			}

			.mb-arrow-up {
			 bottom: 31px;
			 }
			 
	img.img-left, img.img-right{width:100%;}
	.activity_grey {padding:40px 0 40px 0;}
	.activity_grey h3{font-size:30px;}
	}
@media (max-width: 768px) {
		.breadcrumb>li, .navbar-brand, .navbar-nav .nav-item, .page-link {
	    float: none !important;
	}
	.view-estate-header .view-estate-title h4, small {
    color: #fff;
    font-size: 18px;
	}

	.mbr-gallery-filter li {
    font-size: 13px !important;
	}
	.image-size {
		width: 100% !important;
		 }
  .mbr-gallery .carousel-indicators,
  .mbr-gallery .carousel-control,
  .mbr-gallery .modal .close {
    position: fixed;
		}
	.gallery_all {
		 display: inline-block;
		 margin-left: 0px;
		 width: 100%;
	 }

	 .gallery_all a {
			width: 100%;
	 }
	 .mbr-gallery .mbr-gallery-item {
		 width: 50%;
	}

	.mb-right-padding-md-up {
			padding-right: 60px;
	}
	.mb-left-padding-md-up {
		padding-left: 60px;
	 }

	 .gallery_estates h3 {
		 font-size: 38px;
	}
	.gallery_all a {
		 margin-top: 0px;
		 font-size: 13px;
		 padding: 8px;
		 letter-spacing: 1px;
 }

}
@media (max-width: 767px) {
	.estate-preview-box-line-details .item-detail p {
    top: 1px;
    position: relative;
}
	.preview-estate .preview-estate-box .item-detail-right {
		padding: 3px 15px 0px;
	}
	.quick-select ul li a {
    font-size: 16px;
	}
	.quick-estate-select h3 {
    font-size: 24px;
	}

  #mobile-nav {
    margin-top: 0;
  }

  .navbar-fixed-top.navbar-short #mobile-nav.active {
    margin-top: 0px;
  }

  .topbar_right img {
    width: 21px;
    margin-right: 6px;
  }

  .topbar_center img {
    width: 14px;
    margin-right: 6px;
  }

  .topbar_left img {
    width: 15px;
    margin-right: 8px;
  }

  .topbar_right {
    float: none;
    text-align: center;
  }

  .topbar_center {
    padding: 7px 0;
  }

  .topbar_left {
    text-align: center;
  }

  #search_mob form {
    width: 65%;
  }

  .view-details {
    padding-top: 60px;
  }

  #mobile-nav ul li a {
    font-size: 21px;;
    margin: 2px 0;
  }

  .m-t-767 {
    margin-top: 40px;
  }

  .view-details h1 {
    font-size: 30px;
    margin-bottom: 35px;
  }

  .property_header h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .property_info ul {
    padding: 20px 0;
    margin: 60px 25px 0 25px;
  }

  .pin img {
    width: 22px;
  }

  .contact_bg .pin {
    margin-top: 20px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 15px;
  }  

  .contact_details .contact_info h6 {
    font-size: 20px;
  }

  .contact_bg p.title {
    font-size: 22px;
  }

  .contact .contact_info {
    margin-bottom: 30px;
  }

  .contact_details h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .contact {
    padding-top: 50px;
  }

  .contact.newsletter_page {
    padding-bottom: 30px;
    padding-top: 50px;
  }

  .contact_header h3 {
    font-size: 30px;
  }

  .dynamic_graphic_top {
    width: 200px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-group select {
    background-size: 17px;
  }

  .contact_details .contact_form button {
    font-size: 16px;
    padding: 12px 55px;
  }

  .contact_details .contact_form input, .contact_details .contact_form select {
    font-size: 16px;
  }

  .form-control {
    padding: 12px 12px;
  }

  .dynamic_graphic {
    height: 50px;
    margin-top: 25px;
    background-size: 165%;
    background-position: bottom;
    width: 125%;
  }

  .page_header h1 {
    font-size: 45px;
    line-height: 45px;
  }

  .onoffswitch {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: fit-content;
  }

  .services_section {
    margin: -40px 20px 0px 20px;
  }

  .latest_estates {
    margin-top: 20px;
  }

  .service_box {
    padding: 15px;
    margin-bottom: 25px;
  }

  .scrollButtonContainer {
    bottom: 20%;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .header_title {
    font-size: 35px;
    line-height: 45px;
    padding-left: 0px;
    text-align: center;
    margin-left: 0;
  }

  .estates h1 {
    font-size: 28px;
  }

  .estate-title {
    font-size: 23px;
  }

  .estate_wrapper {
    margin-top: 0px;
  }

  .estates .estate_details .price {
    font-size: 24px;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 15px;
  }

  .rent {
    padding: 10px 22px!important;
    font-size: 16px;
  }

  .newsletter {
    padding-top: 70px;
    padding-bottom: 160px;
  }

  .estate_details .estate-info img {
    width: 28px;
  }

  .estate-info {
    font-size: 16px;
  }

  .estate-address {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .estate-title {
    font-size: 26px;
  }

  .estates .estate_details .price {
    font-size: 27px;
  }

  .button.center {
    margin-top: 50px;
  }

  .estate_box {
    margin: 30px 0px;
  }

  .txt_akinito h1 {
    font-size: 40px;
  }

  .button.white {
    display: block;
    margin: 0 auto 20px auto;
  }

  .mbr-subscribe {
    width: 70%;
  }

  .newsletter_left, .newsletter_right {
    width: 65%;
    height: 108%;
  }

  .newsletter_left {
    left: -130px;
  }

  .newsletter_right {
    right: -130px;
  }

  .footer_logo {
    text-align: center;
  }

  footer .flex-center {
    flex-direction: column;
  }

  .copyright p {
    text-align: center;
  }

  .wapp {
    float: none;
    text-align: center;
    margin-top: 7px;
  }

  .btn-social {
    margin: 0 20px;
  }

  .social_footer {
    display: none;
  }

  .social_footer.mob {
    display: block;
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .footer_logo img {
    width: 110px;
  }

  .footer_box_wrapper {
    padding: 40px 0 0px 0;
  }

  .footer_box_wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }

  .mb-section-full {
    background-position: center;
  }

	.search-estate .search-title {
    font-size: 28px;
	}
	.mbr-gallery-filter ul {
    width: 100%;
	}
	.mbr-gallery-filter li {
	  width: 100%
	}

	.quick-search-estate h3 {
    font-size: 24px;
	}

	.preview-estate .preview-estate-box a {
		text-decoration: none;
	}
			.search-estate {
		    padding-top: 80px !important;
		}
  .mb-section {
    padding-top: 60px;
    padding-bottom: 60px;
	}

  .search-form ul li {
    width: 47.6%;
  }

  .search-form .clearfix {
    display: none;
  }

  .profile_graphic {
    width: 38px;
    height: 230px;
    background-image: none;
  }

  .text_wrapper h1 {
    font-size: 35px;
    line-height: 35px;
  }

  p.subtitle {
    font-size: 17px;
  }

  .mb-section-full {
    padding-bottom: 0;
    padding-top: 0;
	}
		.btn {
      white-space: normal;
		 }
      .btn + .btn {
        margin-left: 0;
				}
				.mbr-slider .carousel-control {
					top: auto;
					bottom: 20px;
			 }
				 .mbr-slider > .container .carousel-control {
					 margin-bottom: 0px;
				 }

	}
@media (max-width: 549px) {
	.search-estate .search-title {
    font-size: 24px;
	}
		.view-estate-header {
	    padding: 115px 0 15px;
	}
	.estate-description p {
		text-align: justify;
	}
	.mobile-xxs {
		width: 100%;
		text-align: center;
	}

  .toggle-nav.active {
    background-size: 47px;
    width: 40px;
    height: 55px;
  }

  .estate-location h1 {
    font-size: 30px;
  }

  .estate-location p {
    font-size: 17px;
  }

  .property_info ul {
    margin: 50px 25px 0 25px;
  }

  .property_price p.price {
    font-size: 37px;
  }

  .property_price p {
    font-size: 24px;
  }

  .property_price p span {
    font-size: 24px;
  }

  .swiper-gallery .swiper-slide {
    height: 40vh;
  }

  .property_info ul li {
    font-size: 18px;
  }

  .contact_bg p.title {
    font-size: 20px;
  }

  .search_item h3 a {
    font-size: 21px;
  }

  .contact_header h3 {
    font-size: 27px;
    margin-bottom: 15px;
  }

  .contact_details {
    margin-top: 15px;
  }

  .dynamic_graphic {
    margin-top: 0px;
  }

  .text_wrapper h1 {
    font-size: 33px;
    line-height: 33px;
  }

  .page_header h1 {
    font-size: 43px;
    line-height: 43px;
  }

  .search-form ul li {
    width: 47.2%;
  }

  .search-form {
    padding: 40px 0px 45px 0px;
  }

  .reverse-991 .col-lg-6 {
    padding: 0;
  }

  .akinito_banner {
    height: 80vh;
  }

  .estate-title {
    font-size: 23px;
  }

  .estates .estate_details .price {
    font-size: 22px;
  }

  .estate_wrapper {
    margin-left: 0px;
  }

  .input-group-btn .btn.btn-primary {
    margin: 50px auto 0 auto;
    padding: 12px 55px;
  }

  .newsletter h3 {
    font-size: 35px;
  }

  .mbr-subscribe {
    width: 85%;
  }

  .footer_box h6 {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .footer_box_wrapper {
    padding: 20px 0 0px 0;
    margin: 30px 0 0 0;
  }

  .btn-social {
    margin: 0 15px;
  }

  .social_footer.mob {
    margin-top: 25px;
  }

  .footer_box ul li {
    padding: 1px 0;
    font-size: 17px;
  }

  .footer_box {
    padding: 15px 0;
  }

  .footer_box ul {
    margin-bottom: 0;
  }

	.view-estate-header .view-estate-title span {
    padding: 10px;
    float: none; }

	.search-estate.se-front {
    padding: 70px 0 100px 0 !important;
	}
	.search-estate.se-front h3 {
    font-size: 33px;
	}
	.preview-estate-box .estate-preview-box-line-details .it-3 {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .item-detail.it-2 p {
		border-right: none;
	}
	.search-form #price {
    font-size: 13px;
    text-align: right;
	}
	.contact {
    padding-bottom: 50px;
  }
	.contact_details .contact_info {
    border-radius: 0px;
	}
	.fullprofile h3 {
    font-size: 38px;
	}
	.fullprofile p {
		font-size: 13px;
	}
	.mb-arrow-up {
		right: -5px !important;
		left: auto;
	}
		.newsletter form input {
			font-size: 13px;
	    position: relative;
	    top: 2px !important;
		}

		.newsletter form span button {
			font-size: 13px;
		}

    .newsletter_left, .newsletter_right {
      width: 63%;
      height: 103%;
    }

    .newsletter_left {
      left: -80px;
    }

    .newsletter_right {
      right: -80px;
    }

	.pargabtn a {
    font-size: 13px !important;
		}
		.aboutparga p {
    	font-size: 13px;
		}
		.aboutparga h3 {
  	  font-size: 36px;
		}

		.profile h3 {
		    font-size: 33px !important;
		}

    .scroll-suggestion img {
      width: 70px;
      height: 70px;
    }

		.header_subtitle {
				font-size: 14px;
			}
			.mb-gallery-filter ul {
  		  width: 100%;
			}
			.mb-gallery-filter li {
    			width: 100%;
					font-size: 14px !important;
			}
			.gallery_all {
				width: 100%;
				margin-left: 0;
			}
			.gallery_all a {
				width: 100%;
			}
			.gallery_estates h3 {
		    font-size: 30px !important;
			}

	}
@media (min-width: 544px) {
	  .footer4 > .container > .row > div, .footer4 > .container > .row > div > .row > div {
	    clear: none !important;
	    padding-bottom: 0 !important;
			}
			.mbr-slider .carousel-indicators {
				display: none;
			}

}
@media (max-width: 479px) {
		.view-estate-header .view-estate-title h4, small {
	    font-size: 14px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-details p {
    font-size: 14px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-details h2 {
    font-size: 16px;
	}
	.preview-estate .preview-estate-box .estate-preview-box-description p {
    text-align: justify;
	}
	.preview-estate-box .estate-preview-box-line-details .it-1 .hide-it {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .it-1 .enable-it {
		display: block;
	}

  .header_title {
    font-size: 30px;
    line-height: 40px;
  }

  .scrollButtonContainer {
    bottom: 25%;
  }

  #mobile-nav {
    padding-top: 70px;
  }

  .estate-location p {
    font-size: 16px;
  }

  .estate-location .mb-map {
    height: 450px;
  }

  .quick-search-estate p {
    margin-bottom: 25px;
    line-height: 23px;
    font-size: 17px;
  }

  .quick-phones p.phone {
    font-size: 20px;
  }

  .quick-phones img {
    width: 20px;
  }

  .quick-phones p {
    font-size: 19px;
  }

  .quick-form .quick-button {
    padding: 15px 35px;
    font-size: 16px;
  }

  .estate-view-region {
    flex-direction: column;
  }

  .quick-search-estate h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .estate-details {
    padding-bottom: 30px;
  }

  .view-details h1 {
    font-size: 27px;
  }

  .view-details .estate-description h3 {
    font-size: 20px;
  }

  .property_header {
    margin-bottom: 35px;
  }

  .property_header h1 {
    font-size: 27px;
    line-height: 37px;  
  }

  .property_header p img {
    width: 17px;
    margin-right: 10px;
  }

  .property_header p {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .padd {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .property_price p {
    font-size: 23px;
  }

  .property_price p.price {
    font-size: 35px;
    padding-top: 6px;
  }

  .property_info ul {
    margin: 40px 15px 0 15px;
    padding: 15px 0;
  }

  .property_info img {
    width: 30px;
    margin-right: 8px;
  }

  .property_info ul li {
    font-size: 17px;
  }

  .search-estate.projects_home .search-form {
    padding: 40px 0px 15px 0px;
  }

  .contact_bg {
    padding: 60px 40px;
  }

  .contact_details .contact_info h6 {
    font-size: 19px;
  }

  .contact_details h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .contact.newsletter_page {
    padding-bottom: 30px;
    padding-top: 40px;
  }

  .contact_header h3 {
    font-size: 25px;
  }

  .contact_form p {
    float: none;
    text-align: left;
    display: block;
  }

  .contact_details .contact_form button {
    font-size: 16px;
    padding: 12px 50px;
    float: none;
    margin-top: 20px;
  }

  .text_wrapper.about {
    padding: 0px 0px 15px 0px;
    margin-left: -15px;
  }

  .page_header h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .search-form .filter-button {
    padding: 20px 40px;
    top: 0;
    width: fit-content;
    font-size: 17px;
    margin: 20px auto 0 auto;
    display: block;
    text-align: center;
  }

  .search-form ul li {
    width: 100%;
  }

  .estates .estate_details.latest .estate-info {
    font-size: 14px;
    margin-right: 6px;
  }

  .button.show_mob {
    margin: 10px auto 0 auto;
  }

  .estates h1 {
    font-size: 25px;
  }

  .estate_details .estate-info img {
    width: 23px;
  }

  .profile_right {
    margin-left: 35px;
    margin-top: -40px;
  }

  .text_wrapper h1 {
    font-size: 32px;
    line-height: 32px;
  }

  .profile.padd {
    padding: 20px 15px;
  }

  .profile_graphic {
    width: 39px;
  }

  .txt_akinito {
    padding: 0px;
  }

  .button {
    padding: 12px 50px;
    font-size: 17px;
  }

  .button.blue {
    padding: 12px 30px;
  }

  .button.white {
    padding: 12px 30px;
  }

  .txt_akinito h1 {
    font-size: 35px;
    margin-bottom: 25px;
  }

  .newsletter {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .newsletter h3 {
    font-size: 30px;
  }

  .input-group-btn .btn.btn-primary {
    font-size: 17px;
  }

	.preview-estate-box .estate-preview-box-line-details .it-2 {
		display: none;
	}
	.preview-estate-box .estate-preview-box-line-details .item-detail.it-1 p {
		border-right: none;
	}

  .footer_box ul li a {
    font-size: 17px;
  }

  .footer_box h6 {
    font-size: 20px;
  }

  .copyright {
    padding: 15px 0px;
  }

  .copyright p {
    font-size: 15px;
    line-height: 22px;
  }

  .topbar_left p, .topbar_left a, .topbar_right p, .topbar_right a {
    font-size: 14px;
  }

  .topbar_left {
    margin-left: -15px;
  }

  .topbar_right {
    margin-right: -15px;
  }
  
  .search_mob img {
    width: 37px;
    height: 29px;
    top: -2px;
    position: relative;
  }

  .toggle-nav {
    width: 37px;
    height: 37px;
  }

  .navbar-dropdown .navbar-logo img {
    height: 55px;
  }

  .mb-table-cell.left {
    margin-left: -15px;
  }

}
@media (max-width: 420px) {
	footer .quickinfo {
    text-align: center;
    font-size: 13px;
	}

  .header_title {
    font-size: 25px;
    line-height: 35px;
  }

  .mb-section-full {
    height: calc(70vh - 100px);
  }

  .scrollButtonContainer {
    bottom: 28%;
  }

  #search_mob form {
    width: 80%;
  }

  #search_mob form input {
    font-size: 17px;
  }

  #search_mob .icon-search {
    width: 26px;
    height: 26px;
  }

  .text_wrapper ul li {
    font-size: 17px;
    line-height: 23px;
  }

  .toggle-nav.active {
    background-size: 43px;
    width: 33px;
    height: 55px;
  }

  .menu_social p {
    margin-bottom: 10px;
  }

  #mobile-nav ul li a {
    font-size: 19px;
    margin: 0px 0;
  }

  .estate-location img {
    width: 16px;
    margin-right: 10px;
  }

  .menu_social img {
    width: 18px;
    margin-right: 10px;
  }

  .estate-location p {
    font-size: 15px;
  }

  .estate-location p {
    margin-bottom: 30px;
  }

  .estate-location h1 {
    font-size: 27px;
  }

  .quick-phones {
    margin-top: 30px;
  }

  .view-details {
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .property_header p {
    font-size: 15px;
  }

  .property_header h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .estate-details .estate-details-row p {
    font-size: 15px;  
  }

  .view-details .estate-details h3 {
    font-size: 17px;
  }

  .quick-search-estate {
    padding: 10px;
  }

  .quick-form input {
    padding: 10px;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .quick-phones p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .quick-phones img {
    width: 18px;
  }

  .quick-phones p.phone {
    font-size: 19px;
  }

  .quick-form .quick-button {
    padding: 12px 25px;
    font-size: 16px;
  }

  .quick-search-estate p {
    margin-bottom: 20px;
    line-height: 19px;
    font-size: 16px;
  }

  .view-details .estate-view-region .estate-description h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .view-details .estate-description h3 {
    font-size: 19px;
  }

  .estate-description {
    padding-bottom: 12px;
  }

  .view-details h1 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
  }

  .swiper-gallery .swiper-slide {
    height: 30vh;
  }

  .property_price p span {
    font-size: 21px;
  }

  .property_price p.price {
    font-size: 30px;
  }

  .property_price p {
    font-size: 22px;
  }

  .property_price {
    margin-top: 25px;
  }

  .property_info img {
    width: 25px;
  }

  .padd {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .property_header {
    margin-bottom: 30px;
  }

  .contact_details h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }

  .mb-map, #map {
    height: 410px;
  }

  .contact_bg {
    padding: 50px 30px;
  }

  .contact_bg .pin {
    margin-top: 15px;
  }

  .contact_bg p.subtitle {
    margin-bottom: 12px;
  }

  .contact_bg p.title {
    font-size: 18px;
    line-height: 27px;
  }

  .pin img {
    width: 19px;
    margin-right: 10px;
  }

  .contact {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .contact_details .contact_info h6 {
    font-size: 17px;
  }

  .contact_details .contact_info p {
    font-size: 17px;
    margin: 3px 0px 5px 0px;
    padding-bottom: 5px;
  }

  .query_form {
    padding: 40px 0 30px 0;
  }

  .contact_header h3 {
    font-size: 20px;
  }

  p {
    font-size: 17px;
    line-height: 23px;
  }

  .page_header h1 {
    font-size: 35px;
    line-height: 35px;
    padding: 190px 15px 0 15px;
  }

  .page_header .scrollButtonContainer {
    bottom: 17%;
  }

  .akinito_banner {
    margin-top: 40px;
  }

  .text_wrapper.about {
    padding: 0px 0px 0px 0px;
  }

  .dynamic_graphic_top {
    width: 130px;
    top: 25px;
  }

  .header_img {
    margin-top: -70px;
  }

  .tab {
    padding: 12px 30px;
    font-size: 15px;
  }

  .search-form {
    padding: 35px 0px 45px 0px;
  }

  .search-form input, .search-form select {
    padding: 18px 15px;
    font-size: 16px;
  }

  .search-form .filter-button {
    padding: 18px 40px;
    font-size: 16px;
    margin: 15px auto 0 auto;
  }

  .onoffswitch {
    top: -81px;
  }

  .services_section {
    margin: -35px 5px 0px 5px;
  }

  .estate_details.latest {
    padding: 20px 15px;
  }

  .service_box h2 {
    font-size: 20px;
    padding-bottom: 2px;
  }

  .service_box span {
    font-size: 21px;
    padding: 0px 3px;
    margin: 0 auto 12px auto;
  }

  .service_box {
    padding: 12px;
    margin-bottom: 20px;
  }

  .estates h1 {
    font-size: 27px;
  }

  .estate_box {
    margin: 20px 0px 30px 0;
  }

  .estate-address {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .estate-info-wrap {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }

  .estate-info {
    font-size: 15px;
  }

  .estate_details .estate-info img {
    width: 25px;
  }

  .button.center {
    margin-top: 35px;
    padding: 12px 40px;
  }

  .estate-info {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .estates .estate_details .price span {
    font-size: 18px;
  }

  .estates .estate_details .price {
    font-size: 22px;
  }

  .estate-title {
    font-size: 22px;
  }

  .estate-address img {
    width: 14px;
    margin-right: 7px;
  }

  .rent {
    padding: 8px 20px!important;
    font-size: 14px;
  }

  .estate_details {
    padding: 15px;
  }

  p.subtitle {
    font-size: 15px;
  }

  .profile.padd {
    padding: 0px 15px;
  }

  .text_wrapper h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .button {
    margin: 25px 0 0 0;
  }

  .profile_graphic {
    width: 17px;
  }

  .profile_right {
    margin-right: 0;
  }

  .profile_right .text_wrapper {
    padding: 20px 15px 20px 20px;
  }

  .txt_akinito h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .txt_akinito p {
    margin-bottom: 25px;
  }

  .button {
    font-size: 16px;
  }

  .newsletter_left, .newsletter_right {
    width: 72%;
    height: 100%;
  }

  .newsletter {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .newsletter h3 {
    font-size: 28px;
  }
  
  .input-group-btn .btn.btn-primary {
    padding: 12px 50px;
  }

  .mbr-subscribe {
    width: 100%;
  }

  .contact_details {
    margin-top: 15px;
  }

  .contact_details .contact_form input, .contact_details .contact_form select {
    font-size: 15px;
  }

  .form-group select {
    background-size: 15px;
  }

  .footer_logo img {
    width: 100px;
  }

  .social_footer img.facebook {
    width: 13px;
  }

  .social_footer img.instagram {
    width: 25px;
  }

  .social_footer img.twitter {
    width: 28px;
  }

  .toggle-nav {
    width: 33px;
    height: 33px;
  }

  .navbar-dropdown .navbar-logo img {
    height: 50px;
  }

  .search_mob img {
    width: 33px;
    height: 27px;
    top: -1px;
  }

  .topbar {
    flex-direction: column;
    text-align: center;
    padding: 12px 0;
  }

  .topbar_right {
    float: none;
  }

  .topbar .col-xs-6 {
    width: 100%;
    padding: 1px 0;
  }

	footer .copyrights {
	  font-size: 13px;
	}

	.mb-arrow-up {
	  left: auto !important;
	}
	.pargabtn a {
    font-size: 12px !important;
	}

	.aboutparga p {
    font-size: 11px;
	}

	.aboutparga h3 {
    font-size: 26px;
	}

	 .gallery_all {
			width: 100% !important;
	 }

	 .gallery_estates h3 {
	     font-size: 22px !important;
	 }
	 .gallery_estates small {
    font-size: 13px;
	}

	 .mb-arrow-up {
		 right: 0;
		 left: 50%;
		 -webkit-transform: translateX(-50%);
		 transform: translateX(-50%);
		 text-align: center;
		 bottom: 15px;
		}
		.mbr-gallery .mbr-gallery-item {
			width: 100%;
		}
}
@media (max-width: 320px){
	@-moz-document url-prefix() {
		.preview-estate .preview-estate-box .estate-preview-box-line-details .item-detail p {
		    padding-right: 10px;
			}
		}
	.newsletter form input {
		font-size: 12px;
		margin-top: 1px;
		}

		.newsletter form span button {
		font-size: 12px;
			}

    .scroll-suggestion img {
        width: 65px;
        height: 65px;
    }

		.header_subtitle {
    	font-size: 14px;
		}

    .mb-arrow {
      bottom: 21px;
		}
		.mb-arrow-up {
			bottom: 21px;
		 }
	}
