html,
body {
  width: 100%;
  height: 100%;
}


body {
  font-family: 'Open Sans', 'sans-serif', 'Arial';
  background: #4D4D4D;
  color:#fff;
  max-width:1900px;
  margin:0 auto;
  overflow-x:hidden;
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

#zoneMapper convas{
	cursor:pointer;	
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 60px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.7);
  background-color: rgba(34, 34, 34, 0.9);
  transition: all .35s;
  font-weight: 300;
  letter-spacing: 1px;
}



#mainNav .navbar-toggler:hover{
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.7); 	
}

#mainNav .navbar-toggler {
  
  font-size: 16px;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.3); 
}

#mainNav .navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  display:inline-block;
  line-height: 110%;
  letter-spacing: 0;  
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #fefefe;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #fdcc52;
}

div.collapsing  ul,
div.show ul{
	border-top: 1px solid rgba(255,255,255,0.4);
	margin: 10px 0 0 0;
	padding-top: 10px;	
}

.top-logo{
	height:40px;
}

.go2block{
	cursor:pointer;
	opacity:0.8;	
}

.go2block:hover{
	opacity:1;	
}
.doski-bg{
	display:none;	
}
@media (min-width: 1640px) {
	.doski-bg{
		background:url(../img/doski.png) 0 0 repeat-y;
		position:absolute;
		bottom: 0;
		width: 235px;
		height: 100%;
		right: 0;
		display:block;
	}
}

.mos_g{
	margin-right: -5px !important;
	margin-left: -5px !important;	
	overflow:hidden;		
}
.mos_g > div{
	padding: 5px !important;	
	max-height: 185px;	
}

.mos_g > div > a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position: relative;
}

.mos_g > div img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	transform: scale(1);
	transition: transform 0.1s ease-in-out,-webkit-transform 1s ease-in-out;	
}

.mos_g > div:hover img{
	transform: scale(1.1);
}

.video-icon{
position: absolute;
left: 50%;
top: 50%;
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
background-color:rgba(0, 0, 0, 0.5);
padding: 20px 28px;
border-radius: 50%;
font-size: 30px;
color: #fff;	
}

.mos_g > div:hover .video-icon,
.video-icon:hover{
background-color:rgba(0, 0, 0, 0.6);
color:#fdcc52;

}


.map-btn{
    position: absolute;
    z-index: 2;
    background: #4D4D4D;
	left: -5px;
	top: -20px;
    margin-top: 28px;
    margin-left: 14px;
    padding: 4px 16px;
}

.map div {
	position: relative;
	padding-bottom: 101%;
	height: 0;
	overflow: hidden;
	position: relative;
	margin-top: 13px;
}


.map div > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	border:0;	
}


@media (min-width: 768px) {
.map div{padding-bottom: 134%;}
}
@media (min-width: 992px) {
.map div{padding-bottom: 121%;}	
}
@media (min-width: 1200px) {
.map div{padding-bottom: 101%;}	
}

.modal-full {
    min-width: 95%;
    margin: 2% auto;
}

.modal-full .modal-content {
    min-height: 90vh;
	border-radius:0;
}

.map-modal .map-btn{
	margin-top: 27px;
	margin-left: 12px;
	padding: 4px 16px;
	min-width: 130px;
}

.modal-full .map-modal iframe{
	z-index:1;
	width:100%;
	min-height: 90vh;
	border:0;	
}

.gm-style .default-card{
	display:none !important;	
}

@media (min-width: 992px) {
  
  
  .top-logo{
	  height:50px;
  }

  #mainNav {
	border-color: rgba(34, 34, 34, 0.7);
    background-color: rgba(34, 34, 34, 0.7);
    /* border-color: transparent;
    background-color: transparent; */
  }
	#mainNav .navbar-nav > li > a > span{
		display:block;	
	}
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
	margin-left:15px;
	font-weight:400;
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color:#fdcc52;
  }
  #mainNav.navbar-shrink {
    /* border-color: rgba(34, 34, 34, 0.5);
    background-color: rgba(34, 34, 34, 0.6); */
  }

  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
  }
}

.top-slider-row{
	position: relative;
	padding:0;
}

.top-slider-row .carousel-item,
section.top-slider {
  position: relative;
  background-image: url("/img/top-sl-1.jpg");
  background-position: center;
  background-size: cover;
  min-height:420px;  
}

.top-slider-title{
  font-size: 30px;
  max-width: 570px;
  color: white;
  text-shadow:1px 1px 1px rgba(0, 0, 0, .7);
  /* position:absolute; */
  /* bottom: 15%; */
  /* z-index:2; */
}

@media (min-width: 768px) {
	.top-slider-row .carousel-item,
	section.top-slider {
	  min-height:520px;
	}
	.top-slider-title{
		font-size:40px;		
	}	
}

@media (min-width: 992px) {
	.top-slider-row .carousel-item,
	section.top-slider {
	  min-height:660px !important;
	}
	.top-slider-title{
		font-size:46px;		
	}
}



.top-slider-content{
  position: relative;
  z-index: 1;
}

.top-slider-content h2 {
  font-size: 40px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  text-shadow:1px 1px 1px rgba(0, 0, 0, .7);
}

#zoneMapper{
	position:relative;	
}

map > area{
	cursor:pointer;	
}
#zoneMapper,
#map-houses{
	position: relative;
}

@media (min-width: 1881px) {
	#map-houses,
	#zoneMapper{
		margin:52px 5% !important;
		width: 90% !important;
		transform: scale(1.111) !important;
		position: relative !important;		
	}
}




#top-home-title,
#home-title,
#zone-title{
position: absolute;
right: 0;
bottom: 0;
color: #fff;
padding: 7px 10px;
z-index: 1000;
background: rgba(0, 0, 0, 0.4);
text-transform:uppercase;
font-size:18px;
line-height:30px;
display:none;
}
.planTypeSelector{
	float:right;
	font-size:16px;	
}

.planTypeSelector >span{
	margin:0 10px;
	cursor:pointer;
}
.planTypeSelector >span>i{
	margin-right:5px;
}
.planTypeSelector >span.act{
	color: #fdcc52;
}

#zone-title > div{
	font-size:70%;	
}

.mapster_tooltip{
	background: rgba(0, 0, 0, 0.4) !important;
	border:0 !important;
	border-radius: 0 !important;
	color: #fff !important;
	width:auto !important;
	padding: 7px 10px !important;
	box-shadow:none !important;
	text-transform:uppercase;
	font-size:18px;
	line-height:30px;
	z-index:1 !important;
	display:none !important;
}

.mapster_tooltip dl,
#home-title dl{
	margin: 0;
}
.mapster_tooltip dt,
#home-title dt{
	margin-bottom:5px;
}
.mapster_tooltip dd,
#home-title dd{
	font-size: 0.7rem;
	font-weight: 100;
	padding: 0;
	line-height: 190%;
	margin:0;	
}
.mapster_tooltip dd > span,
#home-title dd > span{
	padding-left:5px;
	font-weight:600;
	text-transform:lowercase;	
}

dd.h-free,
dd.h-sold,
dd.h-reserved{
	text-align:center;	
}

div.h-free,
div.h-sold,
div.h-reserved{
	margin-top:-30px;
	margin-bottom:30px;
}

div.h-free > span,
div.h-sold > span,
div.h-reserved > span{
	background-color:#fdcc52;
	padding:1px 5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	color:#4D4D4D;
}

dd.h-free > span,
dd.h-sold > span,
dd.h-reserved > span{
	background-color:#fcbd20;
	padding:1px 5px;
	text-transform:uppercase;
	font-weight:normal;
}

dd.h-free > span,
dd.h-sold > span,
dd.h-reserved > span{
	background-color:#fcbd20;
	padding:1px 5px;
	text-transform:uppercase;
	font-weight:normal;
	color:#4D4D4D;
}

div.h-sold > span,
dd.h-sold > span{
	background-color:#dc3545;
	color:#fff;
}

div.h-free > span,
dd.h-free > span{
	background-color:#28a745;
	color:#fff;
}


.mapster_tooltip i,
#home-title i{
	padding-right:5px;	
}

.mapster_tooltip dd > i,
#home-title dd > i{
	font-size:0.5rem;
	line-height:0.7rem;	
}


#top-home-title{
	display: inline-block;
	right: auto;
	bottom: auto;
	text-align: right;	
	padding: 40px 10px 10px 70px;
	font-size: 24px;
	line-height: 160%;
}

.top-zones-title,
#top-zones-title{
	font-size: 26px;
	line-height: 160%;	
	padding: 40px 0 20px 70px;	
	font-weight: 100;
}

@media (min-width: 992px) {
	
	.mapster_tooltip{
		display:block !important;	
	}
	#home-title{
		display:none !important;
	}

	#zone-title{
	  left: 50%;
	  margin-left: -100px;
	  right:auto;
	  bottom:auto;
	}	
}

@media (max-width: 768px) {
	.top-zones-title,
	#top-zones-title,
	#top-home-title{
		padding: 10px 10px 10px 30px;
		line-height: 140%;
		font-weight:100;
		font-size: 20px;	
	}
	.top-zones-title,
	#top-zones-title{
		padding-right:0;
	}		
		
	#home-title,
	#zone-title{
		font-size: 20px !important;		
	}
		
}
@media (max-width: 576px) {
	.top-zones-title,
	#top-zones-title,
	#top-home-title{
		padding: 10px 10px 10px 10px;
		font-weight:100;
		font-size: 16px !important;
	}
	.top-zones-title,
	#top-zones-title{
		padding-right:0;
	}
	#home-title,
	#zone-title{
		font-size: 16px !important;		
	}
	#planTypeSelector{
		font-size: 14px !important;
	}		
}

@media (max-width: 440px) {
	.top-zones-title,
	#top-zones-title,
	#top-home-title{
		padding: 5px;
		font-weight:100;
		font-size: 12px !important;
	}
	.top-zones-title,
	#top-zones-title{
		padding-right:0;
	}	
	#planTypeSelector{
		font-size: 12px !important;
	}
	#home-title dt,
	#zone-title{
		font-size: 12px !important;
		margin:0;	
	}		
}

#detais{
	display:none;	
}
.dHgallery {
	padding: 0;
	margin-top:-2.5px;
	margin-left:-2.5px;
	margin-right:-2.5px;
	margin-bottom:30px;
}
.dHgallery li{
	list-style:none;
	float:left;
	padding:5px;
}

.pnan-box a, 
.dHgallery li > a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}


.pnan-box img,
.dHgallery li img{
	max-width:137px;
	width:100%;
    height: 100%;
    object-fit: cover;
	transform: scale(1);
	transition: transform 0.1s ease-in-out,-webkit-transform 1s ease-in-out;		
}
.pnan-box img:hover,
.dHgallery li img:hover{
	transform: scale(1.1);
}
.pnan-box{
/*
	background-color: #fff;
	padding:2%;
*/
	margin-top: 2px;
}

.pnan-box img{
	max-width:100% !important;
}

.ttx{
	line-height:150%;
}
.ttx > span{
	font-weight:600;	
}

#detais h3{
	text-transform:uppercase;
	font-weight:400;	
}

.rooms-info{
	margin-top:30px;	
}
.rooms-info dt{
    float: left;
    font-size: 3.5rem;
    line-height: 4.7rem;
    margin-right: 6px;
    opacity: 0.3;
    font-weight: 100;
}

.rooms-info dl>dd.room-title{
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-bottom: -5px;
    padding-top: 17px;
    margin-bottom: 4px;
}

.rooms-info dl>dd:last-child{
	font-weight: 600;
}
	
.h-line	{
	margin:0 20% 30px 20%;
	border-bottom:1px solid #CCC;	
}
	
.pluses {
	 text-transform: uppercase;
	 margin-top:60px;
}

.pluses > div > div{
	border-bottom:2px solid #fff;
	position:relative;
	margin-bottom:30px;
	color: rgba(255, 255, 255,0.7);
}
.pluses > div > div a{
	color: rgba(255, 255, 255,0.7);
}

.pluses a > div{
		overflow:hidden;

}
	
.pluses > div > div:hover a,
.pluses > div > div:focus a{
	color:#fff;
}
.pluses > div > div span{
	position:absolute;
	bottom: 8px;	
	font-size:1.2rem;
}


.pluses > div > div:hover img{
	transform: scale(1.1);
}
.pluses > div > div img{
	max-width:40%;
    object-fit: cover;
	transform: scale(1);
	transition: transform 0.1s ease-in-out,-webkit-transform 1s ease-in-out;		
}


.pluses-item-l a>span{
	right:0;
	text-align:right;
}
.pluses-item-r a>span{
	left:0;
	text-align: left;
}
.pluses-item-r{
	text-align:right;
}

@media (min-width:769px) and (max-width:992px){
	.pluses > div > div span{
		font-size:0.9rem !important;	
	}	
}
@media (max-width:400px){
	.pluses > div > div span{
		font-size:0.9rem !important;	
	}	
}

@media (max-width: 768px) {
	.pluses > div > div span{
		font-size:1rem;	
	}	
}
@media (min-width: 768px) {
	.pluses-item-r{
		margin-left:20%;
	}
	.pluses-item-l{
		margin-right:20%;	
	}
}

section.top-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
  font-size: 0.9rem;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer dt{
  font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom:20px;
}
footer dt i{
	position: absolute;
	margin: 4px 0 0 -25px;
}
footer dd{
}
footer a {
	
  color: rgba(255, 255, 255, 0.3);
}

footer a:hover,footer a:focus,footer a:active {
  text-decoration: none;
}

.bg-primary {
  background-color:#4D4D4D !important;
  color:#fff;
  border-top:2px solid #fff;
  position:relative;
}

.bg-primary hr{
	border-color: rgba(255, 255, 255, 0.5);
}

.bg-primary p{
	font-weight:100;	
}

.logoStyle{
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 0;	
}

.text-primary {
  color:#fff;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}


.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active,
.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
  text-shadow:none;
}

.btn-yellow,
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
  text-shadow: 0px 0px 3px rgb(255, 143, 0);
}

.btn-yellow{
	text-shadow:none;
	color:#4D4D4D;
}
.btn {
  border-radius: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor:pointer;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}


.timeline h1{
	font-size: 1.7rem;		
}

.hide-me{display:none}
.tab-plan{background: #535353;cursor:pointer;color:#fff;}
.tab-plan:hover,.tab-plan.active-plan{background:transparent;cursor:default;color:#f76f34;}
.tab-plan:hover:not(.active-plan){cursor:pointer}

.form-input,.button-input{width:100%;max-width:380px;height:40px;line-height: 40px;border-radius:1px;outline:0;border:1px solid #baa;padding:0 10px}
.error-data{border-color:#f76f34;color:#f76f34}
.button-input{margin:20px auto 0;}
.button-input:hover{cursor:pointer;border:1px solid #f76f34;color: #f76f34;background: #535353;}
.success-btn,.success-btn:hover{color:#98b997;background:#494f49;border-color:#589752;cursor:default;}

@media (max-width: 768px) {
.tab-plan{width:33.33334%;}
}

@media (max-width: 480px) {
.tab-plan{font-size:13px}
}

@media (min-width: 768px) {
	.timeline h1{
		font-size: 2.5rem;		
	}	
}

.monthLine{
	margin:50px 0 30px 0;
	padding-right:60px;
}
.monthLine_item{
	list-style:none;
	display:inline-block;
	margin:0 40px 0 0;
	padding:0 0 0 0;
}

.monthLine_item > a:hover{
	text-decoration:none;	
	color:#fff;
	opacity:1;
}

.monthLine_item >a{
display: block;
text-transform: uppercase;
opacity: .7;
padding: 5px 0 15px;
border-bottom: 3px solid transparent;
color: #fafafa;
font-size: 18px;
font-weight: 200;
line-height: 100%;
cursor: pointer;
}


.monthLine_item >a.act{
border-bottom: 3px solid #fdcc52;
color: #fdcc52;
opacity: 1;
}
.monthLine_item >a.act:hover{
text-decoration:none;	
color: #fdcc52 !important;
}

.photoLst{
	margin-bottom:90px;	
}
.photoLst > div{
	margin-bottom:30px;	
}
.photoLst > div:hover img {
    transform: scale(1.05);
}

.photoLst > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.slick-next:hover, .slick-prev:hover{
	opacity: .5;	
}

.slick-disabled{
	opacity: .1 !important; 		
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
	right: 30px;
	color: transparent;
	outline: none;
	background: transparent;
	opacity: .3;
}

.slick-prev {
    transform: rotate(180deg);
    left: auto;
    right: -5px;
    top: 13%;
}

.slick-next::before, .slick-prev::before {
	content: " ";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
	color: #fff;
	width: 20px;
	display: block;
	height: 20px;
}




#spin-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
	z-index:20000;
}



.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top:30%;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}


@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

@keyframes clickEffect{
	0%{
		opacity:0;
	}
	15%{
		opacity:1;
		width:4%; height:4%;
		margin:-2%;
		border-width:5px;
	}
	100%{
		opacity:0.1;
		width:100%; height:100%;
		margin:-50%;
		border-width:2px;
	}
}

@keyframes handClik {
    0% {top:10%;
		opacity:0.2;
	}
    10%{ top:-0.5em; opacity:1;}
    100%{ top:10%; opacity:0.2;}	
}

#clickHelperH,
#clickHelper{
    position: absolute;
    right:0;
    top:0;
	margin-top: 4%;
	margin-right: 27%;	
	width:9em;
	height:9em;	
    display: block;
	z-index:101;
	cursor:pointer;
}
#clickHelperH{
	margin-top:12%;
	margin-right:33%;	
}

@media (max-width: 1290px) {
	#clickHelperH{
		margin-top:14%;
		margin-right:29%;
	}		
}

@media (max-width: 992px) {
	#clickHelper{
		margin-top:0;
		margin-right: 22%;
	}

	#clickHelperH{
		margin-top:12%;
		margin-right:28%;
	}	
}


@media (max-width: 768px) {
	#clickHelper{
		margin-top: 4%;
		margin-right: 27%;
		width: 5em;
		height: 5em;
	}
	#clickHelperH{
		margin-top:11%;
		margin-right:26%;
	}	
	.pnan-box img,
	.dHgallery li img{
		max-width:106px;
	}	
}

@media (max-width: 576px) {
	#clickHelper{
		margin-top:1%;
		margin-right:23%;
		width: 5em;
		height: 5em;
	}
	#clickHelperH{
		margin-top:13%;
		margin-right:28%;
		width: 5em;
		height: 5em;
	}	
}

@media (max-width: 480px) {
	#clickHelper{
		margin-top: 0;
		margin-right:22%;
		width: 5em;
		height: 5em;
	}
	#clickHelperH{
		margin-top:11%;
		margin-right:27%;
		width: 5em;
		height: 5em;
	}	
}

@media (max-width: 380px) {
	#clickHelperH{
		margin-top:10%;
		margin-right:25%;
		width: 5em;
		height: 5em;
	}	

}

/*
    .col- (extra small devices - screen width less than 576px)
    .col-sm- (small devices - screen width equal to or greater than 576px)
    .col-md- (medium devices - screen width equal to or greater than 768px)
    .col-lg- (large devices - screen width equal to or greater than 992px)
    .col-xl- (xlarge devices - screen width equal to or greater than 1200px)
*/


#clickHelperH > div,
#clickHelper > div{
    position: absolute;
    box-sizing: border-box;
    border-style: solid;
    border-color: #fdcc52;
    border-radius: 50%;
    animation: clickEffect 1.0s ease-out infinite;
    z-index: 99;
	left: 50%;
	top: 50%;	
}
#clickHelperH > img,
#clickHelper > img{
	z-index: 100;
	position: absolute;
	left: -16px;
    animation: handClik 1.0s ease-out infinite;
	margin-left: 50%;
	margin-top: 50%;	
}

.printed_data{
	display:none;	
}


.svg_viber i,
.svg_tg i{
	width:16px;
	height:16px;
	background-size:100%;
	position:absolute;
	margin-left: -23px;
	margin-top: 3px;
	opacity:0.4;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -39 12 12'%3E%3Cpath fill='%23ffffff' d='M11.81-37.75a.78.78 0 00-.61-.27c-.14 0-.29.02-.44.08L.61-34.06c-.54.2-.61.51-.61.68 0 .16.1.47.64.64h.01l2.11.6 1.14 3.27c.16.44.5.72.91.72.26 0 .5-.11.73-.31l1.3-1.2 1.9 1.52.01.01c.22.17.45.26.67.26.44 0 .79-.33.89-.83l1.66-8.22c.07-.33.01-.62-.16-.83zm-8.34 5.5l4.06-2.07L5-31.63a.35.35 0 00-.08.15l-.5 1.98zm1.6 3.27a.66.66 0 01-.06.04l.46-1.83.82.66zm6.21-8.08l-1.66 8.22c-.02.08-.07.26-.2.26a.41.41 0 01-.23-.1L7.05-30.4l-1.28-1.03 3.66-3.89a.35.35 0 00-.41-.55L3-32.79l-2.14-.62 10.16-3.87a.52.52 0 01.18-.04c.02 0 .06 0 .07.02.02.02.04.1.01.24zm0 0'/%3E%3C/svg%3E");
}

.svg_viber i{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.2' d='M8.8 0h-3A5.8 5.8 0 000 5.8v2.7A5.8 5.8 0 003.7 14v1.8a.3.3 0 00.4.2L6 14.3h3a5.8 5.8 0 005.7-5.8V5.8A5.8 5.8 0 008.8 0zM14 8.5a5.2 5.2 0 01-5.2 5.2h-3a.3.3 0 00-.2.1L4.3 15v-1.3a.3.3 0 00-.2-.3A5.2 5.2 0 01.6 8.5V5.8A5.2 5.2 0 015.8.6h3A5.2 5.2 0 0114 5.8z'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.2' d='M11.3 9.3L9.4 8.1a1 1 0 00-1.2.3h0a3 3 0 01-2.3-2L6 6a1 1 0 000-1.3L4.8 3.1a.3.3 0 00-.4 0l-1 .8C2.7 4.6 3 5.7 3 6v0c.1.1.9 1.5 2 2.7a16.8 16.8 0 003.7 2.5 1.5 1.5 0 002-.5l.7-1c.1-.1 0-.3 0-.4zm-1 1a1 1 0 01-1.3.3S6.7 9.4 5.5 8.3a12.2 12.2 0 01-1.9-2.6c-.2-.6-.2-1 .1-1.3l.7-.7 1.3 1.5c.1.1.1.3 0 .4l-.4.3a.3.3 0 000 .4C5.8 8.3 7 8.7 8 9h.1l.4-.1.2-.3a.3.3 0 01.4-.1l1.6 1zM8 5a.3.3 0 10-.2.6c.5.2.9.5 1 1a.3.3 0 00.6-.2A2 2 0 008 5z'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.2' d='M10.3 6.8h0c.3-.1.4-.2.3-.4A3.9 3.9 0 008 3.7a.3.3 0 10-.2.6c1 .3 2 1.2 2.2 2.3l.3.2z'/%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='.2' d='M7.8 2.3a.3.3 0 10-.1.6c1.7.5 3.2 2 3.7 3.7a.3.3 0 00.6-.1c-.6-2-2.2-3.7-4.2-4.2z'/%3E%3C/svg%3E");
}

.svg_viber:hover i,
.svg_tg:hover i{
	opacity:0.7;
	transition: opacity .35s;
}
	