.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
.topyenoh{opacity:0;position:absolute;top:0;left:0;height:0;width:0;padding:0;margin:0;z-index:-1}




.form-submit-success,.form-submit-error{opacity:0;transition:none;overflow:hidden}form:not(.success) .form-submit-success,form:not(.error) .form-submit-error{max-height:0;padding:0;margin:0;border-width:0px}form.success .form-submit-success,form.error .form-submit-error{opacity:1;transition:opacity 500ms ease}.form-submit-processing{opacity:0;pointer-events:none;transition:opacity 500ms ease}form:not(.processing) .form-submit-processing{max-height:0}form.processing *{pointer-events:none}form.processing .form-submit-processing{opacity:1;pointer-events:auto}.processing-modal.absolute,.processing-modal.fixed{background-color:var(--overlay-color);border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0}.processing-modal.absolute .processing-circle,.processing-modal.fixed .processing-circle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.processing-modal.fixed{position:fixed}
.processing-circle{margin:0 auto;width:40px;height:40px;border:4px solid var(--white-color);border-top:4px solid var(--primary);border-radius:50%;filter:drop-shadow(0 0 20px rgba(0,0,0,0.6))}.processing-circle.dark{border-color:var(--black-color);border-top-color:var(--primary)}.processing-circle.primary{border-top-color:var(--primary)}.processing-circle.secondary{border-top-color:var(--secondary)}.processing-circle.warning{border-top-color:var(--warning)}.processing-circle.success{border-top-color:var(--success)}.processing-circle.alert{border-top-color:var(--alert)}





:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(128, 0, 2, 1.00);--secondary:rgba(255, 204, 0, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);--primary-dark:rgba(98, 0, 0, 1.00);--secondary-dark:rgba(225, 174, 0, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(128, 0, 2, 1.00);--link-color-hover:rgba(7, 64, 128, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1000rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(230, 230, 230, 1.00);--subheader-color:rgba(128, 0, 2, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(102, 255, 255, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{background-image:url('https://busybeesestateagents-cyprus.net/graphics/graphic-background.jpg');background-repeat:   repeat;background-size:auto  ;}
.text-white{--header-color:rgba(204, 204, 204, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(230, 230, 230, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
  h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .font-header{font-family:Georgia, Serif }
     h4,.h4, h5,.h5, h6,.h6,     .bold-font{font-size:calc(16rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em) {     h4,.h4, h5,.h5, h6,.h6,     .bold-font{font-size:calc(18rem/16) }}@media only screen and (min-width:64em) {     h4,.h4, h5,.h5, h6,.h6,     .bold-font{font-size:calc(22rem/16) }}
.header-text-color{--header-color:rgba(128, 0, 2, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}

.red{background-color:var(--primary) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.red{background-attachment:scroll!important}}
.black{background-color:var(--black-color) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.black{background-attachment:scroll!important}}

.margin-top{margin-top:1.5rem ;}  
.page-padding{padding:1rem ;}  
.margin-bottom{margin-bottom:2.5rem ;}  
.margin-left{margin-left:2rem ;}  
.page{margin-top:2rem ;margin-right:0 ;margin-bottom:1.5rem ;margin-left:0 ;}  
.bottom{position: absolute  ;z-index:1 ;top:unset ;bottom:0px ;left:unset ;right:3px ;}
.align-right{position:fixed    ;z-index:1 ;top:unset ;bottom:unset ;left:unset ;right:0px ;}

.header{background-image:url('https://busybeesestateagents-cyprus.net/graphics/header-video-sarcon.mp4') ;background-repeat:no-repeat    ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-size:  cover ; }@media (hover:none) and (pointer:coarse){.header{background-attachment:scroll!important}}
.header{height:400.00px ;min-height:0px ;max-height:400px ;}@media only screen and (min-width:40em){.header{height:400.00px }}@media only screen and (min-width:64em){.header{height:400.00px }}

.container-trim{border-color:rgba(128, 0, 2, 1.00) ;border-width:2px ;border-style:solid ;}
.container-trim{border-radius:10px ;}
.page {
  position: relative;
  background-color: rgba(254, 204, 102, 0.27);
  box-shadow: inset 0 0 3vw rgba(204, 153, 51, 1.00);
  background-attachment: scroll; }

.page.everlasting_sky, .page {
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%); }

.page {
  z-index: 1; }

.page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-attachment: scroll;
  z-index: -1; }

.page:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3e%3cg fill-rule='evenodd'%3e%3cg id='hexagons' fill='rgba(253, 128, 8, 0.30)' fill-opacity='0.15' fill-rule='nonzero'%3e%3cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }
.wallpaper-form {
  position: relative;
  background-color: #dfdbe5;
  box-shadow: inset 0 0 0vw rgba(0, 0, 0, 1.00);
  background-attachment: scroll; }

.wallpaper-form.saint_petersburg, .wallpaper-form {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); }
.quote {
  position: relative;
  background-color: #dfdbe5;
  box-shadow: inset 0 0 0vw rgba(0, 0, 0, 1.00);
  background-attachment: scroll; }
.agent-hide{display:none !important}

.agent-hide{display:none !important}


.wallpaper_stacks_in_577 {
  position: relative;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  border-color: #800002;
  border-style: solid;
  border-width: 2px;
  border-radius: 9px;
  background-color: #dfdbe5;
  box-shadow: inset 0 0 0vw rgba(0, 0, 0, 1.00);
  background-attachment: scroll; }
  .wallpaper_stacks_in_577:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-attachment: scroll;
    overflow: hidden; }
  .wallpaper_stacks_in_577.full-height, .wallpaper_stacks_in_577.variable-height {
    height: 100%;
    display: grid;
    align-content: center; }
  .wallpaper_stacks_in_577.variable-height {
    height: 40vh;
    min-height: 200px;
    max-height: 500px; }

.wallpaper_stacks_in_577 > .content {
  position: relative; }

.wallpaper_stacks_in_577.coup_de_grace {
  background-color: #DCD9D4;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light,screen; }
.tabs-content{border-style:none ;}
.tabs{border-style:none ;}
.tabs{background-color:var(--light-gray) ;}
.canvas-content{background-color:rgba(204, 204, 255, 0.13) ;}
.tabs-title > a[aria-selected='true']{background:none ;background-color:var(--white-color) ;}
.canvas-wrapper{border-color:rgba(51, 51, 102, 0.51) ;border-width:1px ;border-style:solid ;}
.off-canvas, .off-canvas-absolute{background-color:var(--overlay-color) ;}
.tabs-content{background-color:transparent ;}
.stacks_in_525_16{--offcanvas-size-small:250px;--offcanvas-size-medium:250px;--offcanvas-size-large:250px;}
.agent-hide{display:none !important}
.agent-hide{display:none !important}






#cookiejar_stacks_in_503_23{padding:20px;background-color:rgba(204, 204, 204, 1.00)}



	#stacks_in_503_32 .button_icon,#stacks_in_503_32 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_503_32 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_503_32 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_503_32 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_503_32 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_503_32 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_503_32 .button_icon,#stacks_in_503_32 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_503_32 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_503_32 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(17, 128, 64, 1.00);
}
#stacks_in_503_32 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_503_32 .sweet_button:hover {
	border-color:rgba(33, 255, 6, 1.00);
}








#stacks_in_503_32 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(37, 148, 84, 1.00);
}
#stacks_in_503_32 .sweet_button:active{
	background: rgba(0, 108, 44, 1.00);
}
#stacks_in_503_32 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_503_32 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_503_32 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_503_32 .sweet_button.candy {
	background: rgba(17, 128, 64, 1.00);
	background: linear-gradient(top, rgba(30, 230, 115, 1.00) 0%, rgba(37, 148, 84, 1.00) 50%, rgba(17, 128, 64, 1.00) 50%, rgba(47, 158, 94, 1.00) 75%, rgba(25, 192, 96, 1.00) 100%);
}
#stacks_in_503_32 .sweet_button.candy:hover {
	background: rgba(37, 148, 84, 1.00);
	background: linear-gradient(top, rgba(32, 243, 121, 1.00) 0%, rgba(57, 168, 104, 1.00) 50%, rgba(37, 148, 84, 1.00) 50%, rgba(27, 204, 102, 1.00) 100%);
}
#stacks_in_503_32 .sweet_button.candy:active{
	background: rgba(0, 108, 44, 1.00);
	background: linear-gradient(top, rgba(27, 204, 102, 1.00) 0%, rgba(37, 148, 84, 1.00) 50%, rgba(17, 128, 64, 1.00) 50%,  rgba(22, 166, 83, 1.00) 100%);
}
#stacks_in_503_32 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
}
#stacks_in_503_32 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
}
#stacks_in_503_32 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
}




	#stacks_in_503_35 .button_icon,#stacks_in_503_35 .button_icon i {
		margin:0;
		padding:0;
		display:inline-block;
		font-weight:normal;
		height:32px;
		line-height:32px;
		font-size:19px;
	}
	


#stacks_in_503_35 .button_label {
	font: 500 16px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}


	#stacks_in_503_35 .button_icon {
		border-right: 1px solid rgba(0,0,0,0.2);
		float:left;
		padding-right:14px;
	}
	#stacks_in_503_35 .button_label {
		border-left: 1px solid rgba(255,255,255, 0.2);
		float:left;
		padding: 0px 7px 0px 14px;
	}




#stacks_in_503_35 .sweet_button_wrapper {
	text-align:center;

	
		height:32px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_503_35 .sweet_button_wrapper {
		
			height:28px;
		
	}

	
		#stacks_in_503_35 .button_icon,#stacks_in_503_35 .button_icon i {
			height:28px;
			line-height:2em;
			font-size:17px;
		}
		
	

	#stacks_in_503_35 .button_label {
		font: 500 14px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_503_35 .sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 14px;
	text-decoration:none;
	text-align:center;
	color:rgba(255, 255, 255, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(0, 0, 0, 1.00);
	border-radius:5px;
	background:rgba(128, 0, 2, 1.00);
}
#stacks_in_503_35 .sweet_button:visited {
	color:rgba(255, 255, 255, 1.00);
}

#stacks_in_503_35 .sweet_button:hover {
	border-color:rgba(252, 102, 102, 1.00);
}








#stacks_in_503_35 .sweet_button:hover {
	color:rgba(255, 255, 255, 1.00);
	background: rgba(148, 20, 22, 1.00);
}
#stacks_in_503_35 .sweet_button:active{
	background: rgba(108, 0, 0, 1.00);
}
#stacks_in_503_35 .sweet_button.clicked {
	background: rgba(38, 113, 45, 1.00);
	border-color:rgba(0, 0, 0, 1.00);
}
#stacks_in_503_35 .sweet_button.clicked:hover {
	background: rgba(58, 133, 65, 1.00);
	border-color:rgba(153, 153, 153, 1.00);
}
#stacks_in_503_35 .sweet_button.clicked:active{
	background: rgba(18, 93, 25, 1.00);
}







#stacks_in_503_35 .sweet_button.candy {
	background: rgba(128, 0, 2, 1.00);
	background: linear-gradient(top, rgba(230, 0, 3, 1.00) 0%, rgba(148, 20, 22, 1.00) 50%, rgba(128, 0, 2, 1.00) 50%, rgba(158, 30, 32, 1.00) 75%, rgba(192, 0, 3, 1.00) 100%);
}
#stacks_in_503_35 .sweet_button.candy:hover {
	background: rgba(148, 20, 22, 1.00);
	background: linear-gradient(top, rgba(243, 0, 3, 1.00) 0%, rgba(168, 40, 42, 1.00) 50%, rgba(148, 20, 22, 1.00) 50%, rgba(204, 0, 3, 1.00) 100%);
}
#stacks_in_503_35 .sweet_button.candy:active{
	background: rgba(108, 0, 0, 1.00);
	background: linear-gradient(top, rgba(204, 0, 3, 1.00) 0%, rgba(148, 20, 22, 1.00) 50%, rgba(128, 0, 2, 1.00) 50%,  rgba(166, 0, 2, 1.00) 100%);
}
#stacks_in_503_35 .sweet_button.candy.clicked {
	background: rgba(38, 113, 45, 1.00);
	background: linear-gradient(top, rgba(68, 203, 81, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%, rgba(68, 143, 75, 1.00) 75%, rgba(57, 169, 67, 1.00) 100%);
}
#stacks_in_503_35 .sweet_button.candy.clicked:hover {
	background: rgba(68, 143, 75, 1.00);
	background: linear-gradient(top, rgba(72, 214, 85, 1.00) 0%, rgba(78, 153, 85, 1.00) 50%, rgba(58, 133, 65, 1.00) 50%, rgba(60, 180, 72, 1.00) 100%);
}
#stacks_in_503_35 .sweet_button.candy.clicked:active{
	background: rgba(18, 93, 25, 1.00);
	background: linear-gradient(top, rgba(60, 180, 72, 1.00) 0%, rgba(58, 133, 65, 1.00) 50%, rgba(38, 113, 45, 1.00) 50%,  rgba(49, 146, 58, 1.00) 100%);
}


#stacks_in_503_35 {
	margin: 20px 0px 0px 0px;
}
