/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html,body{
	margin: 0;
	padding: 0;
	height: 100% !important;
}

body {
	background: #297FC4 url('images/bg_burgas.jpg') no-repeat fixed center center;
	background-size: cover;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}
/* rtl:end:ignore */



/* Main Layout
------------------------ */
#container-main {
	/*background-color: rgba(255,255,255,0.75);*/
	background-color: #fff;
	border: 1px solid #000000;
}

.row#header {
	background: #B8CAEF;
	height: 78px;
	vertical-align: middle;
	border-bottom: 1px solid #6e6e6e;
}

.row#header #logo-head {
	margin-left: 4px;
}

.row#header a {
	color: black;
}

.row#header > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.row#header #languages {
	padding-left: 30px;
	background: url('images/language_background.png') center center no-repeat;
}

.row#header .menu-btn {
  display: inline-block !important;
  margin: 0 0 0 20px;
  font-size: 26px;
}

.row#header input {
  background-color: transparent;
  border-color: #2e6da4;
  color: #000;
}

.row#main > [class*="col-md-3"] {
	width: 20%;
	border-right: 1px solid #6e6e6e;
}

.row#footer {
  background: #4875DB;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #6e6e6e;
}

.row#footer a {
	color: #C6D2EA;
}

.row#footer a, a:active, a:visited, a:hover {
	text-decoration: underline;
}

.nav-footer li {
	display: inline;
}

.nav-footer li:after {
	margin: 0 10px;
	content: "::";
}

.nav-footer li:last-child:after {
	content: none;
}

@media (max-width: 991px) {
	.row#header {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		z-index: 1001;
	}
	
	.row#main {
		padding-top: 77px;
	}
}


/* Sidebar
------------------------- */
.sidebar {
	color: white;
	height: 100%;
	background: #B8CAEF;
}

.sidebar #menu ul {
	margin: 0;
	padding: 0;
}

.sidebar #buttons ul {
	background-color: #60A7E5;
}

.sidebar #menu li a {
	padding: 6px 0 7px 18px;
	text-decoration: none;
	font-weight: bold;
	color: White;
	font-size: 13px;
	display: block;
}

.sidebar #menu li a:hover, .sidebar #menu li a.selected {
	text-decoration: none;
	color: #00CCCC;
	background-color: #B8CAEF;
}

.sidebar #menu li {
	list-style: none;
	background: transparent;
	padding: 0;
	border: none;
	border-radius: 0;
}

.sidebar #menu li.media {
	margin-top: 0px;
}

.sidebar .search-form {
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	/*background: -moz-linear-gradient(top, #60A7E5 0%, #60A7E5 75%, #0F51E6 100%);
	background: -webkit-linear-gradient(top, #60A7E5 0%, #60A7E5 75%, #0F51E6 100%);
	background: linear-gradient(to bottom, #60A7E5 0%, #60A7E5 75%, #0F51E6 100%);*/
	background: #60A7E5 url('images/advancedsearch_bg_v4.png') no-repeat bottom left;

}

.sidebar .search-form .form-control,
.sidebar .search-form .checkbox {
	height: 24px;
	line-height: 24px;
	min-height: 24px;
}

.sidebar .search-form .separator_consequent {
	margin-bottom: 15px;
}
.sidebar .search-form .form-group {
	margin: 0;
	padding: 3px 0;
}

.sidebar .search-form .control-label {
	text-align: left;
}

.sidebar .section li a, .sidebar .search-form * {
	font-size: 11px !important;
	padding: 4px;
}

.sidebar .search-form .input-group {
	padding: 0px;
}

.sidebar .search-form .input-group-addon {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	border: transparent;
	border-radius: 4px;
}

.sidebar .separator_consequent {
	color: #000;
	font-weight: bold;
	margin: 0;
	margin-bottom: 0px;
	text-align: center;
	border-width: 1px 0;
	border-color: #000;
	border-style: solid;
	background: #4B99E8;
	background: -moz-linear-gradient(top, #89BCF2 0%, #4B99E8 100%);
	background: -webkit-linear-gradient(top, #89BCF2 0%, #4B99E8 100%);
	background: linear-gradient(to bottom, #89BCF2 0%, #4B99E8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61A0E2', endColorstr='#1E7BD8', GradientType=0);
	padding: 3px;
}

.sidebar .separator_consequent.first {
	background: #b0b0b0;
	background: -moz-linear-gradient(top, #b0b0b0 0%, #dadada 100%);
	background: -webkit-linear-gradient(top, #b0b0b0 0%, #dadada 100%);
	background: linear-gradient(to bottom, #b0b0b0 0%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0', endColorstr='#dadada', GradientType=0);
	margin: 0;
	border-top: 0;
}

.sidebar .section {
	background: #B8CAEF;
	color: #000;
}

.sidebar .section h2 {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.sidebar #menu .section a {
	color: black;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}

.sidebar #menu li a:hover, .sidebar #menu li a.selected {
	text-decoration: none;
	color: #121212;
	background-color: #B8CAEF;
}


.sidebar #menu .section a::before {
	content: "›";
	width: 10px;
	display: inline-block;
}

.sidebar #menu .section.menu a::before {
	content: none;
	width: 10px;
	display: inline-block;
}

.sidebar #menu .section.menu .content{
  padding-top: 4px;
  padding-bottom: 4px;
}

body.sidebarLeft .sidebar {
	position: fixed;
	left: 0;
	top: 78px;
	height: calc(100% - 79px);
	width: 300px;
	overflow: scroll;
	overflow-x: scroll;
	overflow-x: hidden;
	z-index: 1001;
}

.sidebar .news-menu-latest .media-left {
	  padding-right: 0px;
}

.sidebar .news-menu-latest .media-body a {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.sidebar .news-menu-latest .news-date {
	top: 100%;
	position: sticky;
	line-height: 30px;
}


/* CONTENT
------------------------- */
.content {
	padding-top: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}

.content ul.breadcrumb {
	background-color: #B8CAEF;
	border-radius: 0px;
	margin: 0 -15px 20px -15px;
}

.content ul.breadcrumb a,
.content ul.breadcrumb a:visited,
.content ul.breadcrumb a:hover,
.content ul.breadcrumb a:active {
	color: #000;
}

.content ul.breadcrumb > li + li::before {
	color: #000;
}

.content h2.subtitle {
  background-color: #60A7E5;
  margin: 0 0 5px 0;
  padding: 3px 5px;
  color: White;
  font-size: 14px;
}

.caption {
	font-size: 24px;
	font-weight: bold;
	background-color: #f5f5f5;
	border-radius: 4px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	margin: 15px 0;
}

.content #pagehead-above {
	max-height: 270px;
	min-height: 270px;
	background-image: url('images/pagehead01.jpg');
	background-size: cover;
	background-position: center;
	background-blend-mode: lighten;
	background-color: rgba(1, 1, 1, .75);
	padding: 60px 15px 0 15px;
	margin: 0 -15px;
}

.content #pagehead-above .caption {
	vertical-align: bottom;
	padding: 10px 30px;
	background-color: rgba(0,0,0,0.2);
	backdrop-filter: blur(2px);
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.65);
	margin: 0 -15px;
	border-radius: 0;
	/*border-top: 2px outset rgba(0,0,0,0.65);*/
	/*border-bottom: 2px outset rgba(0,0,0,0.65);*/
}

@media (max-width: 991px) {
	.content #pagehead-above {
		max-height: 180px;
		min-height: 180px;
		padding-top: 30px;
	}
}

/* PROPERTY*/
.property-section {
	padding-bottom: 15px;
	padding-top: 15px;
}

.property-section {
	text-align: center;
}

.property-section#property-pics .property-picture-anchor img {
	display: inline;
	min-height: 64px;
	max-height: 64px;
	line-height: 64px;
	margin: 5px 5px;
}

.property-section#property-details {
	white-space: nowrap;
}

a.property-list-item {
	display: block;
	height: 350px;
	max-height: 350px;
	min-height: 350px;
	padding-top: 25px;
	text-align: center;
}

a.property-list-item:hover {
	background-color: #B8CAEF;
}

.card-price {
	display: inline-block;
  
  width: auto;
	height: 38px;
	
	background-color: #6ab070;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	border-left: 1px solid #6ab070;

	/* This makes room for the triangle */
	margin-left: 19px;
	
	position: absolute;
	top: 20px;
	left: 40%;
	
	color: white;
	font-weight: 300;
	font-size: 22px;
	line-height: 38px;

	padding: 0 10px 0 10px;
}

/* Makes the triangle */
.card-price:before {
	content: "";
	position: absolute;
	display: block;
	left: -19px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-right: 19px solid #6ab070;
}

/* Makes the circle */
.card-price:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}




/* PAGE MENU
------------------------- */
.pagelist-item {
}

.pagelist-item-grid {
}

.pagelist-item-grid .caption {
	font-size: 12px;
}

.pagelist-item-panel {
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/*
Overlay
---------------------------------------------------*/

div#overlay.enabled {
	display: block;
	position: fixed;
	position: 0 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(10px);
	z-index: 500;
}


/*
Login
---------------------------------------------------*/

#login-template {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.1);
	backdrop-filter: blur(10px);
	border-color: rgba(0,0,0,0.2);
	border-width: 2px;
	border-style: solid;
}

#login-template .caption {
	display: none;
}

#login-template img {
	width: 100%;
	height: auto;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}



/* UTIL
------------------------- */

.no-p {
	padding: 0 !important;
}


/*
 Dimmskii overrides for ekko lightbox
*/

.ekko-lightbox a {
  opacity: 1;
}