/*!
Theme Name: mandarin
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mandarin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mandarin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.wpml-ls-legacy-list-horizontal a{padding:8px}
.bottom-mapsearch-section.abus{
	margin-top: -150px;
}
.languages{
	position:absolute;
	right:65px;
	display:inline-block;
}.ninja-forms-field {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ed8a47;
}
.wpml-ls-legacy-list-horizontal{
		margin-top:23px;
		border:0px;
	}
.mpt-violbord{padding:20px!important;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* this will target only Mac Safari and Chrome browsers */
.languages{
	position:absolute;
	right:11px;
	display:inline-block;
}
	.round-cornes{font-size:0.9em}
	.wpml-ls-legacy-list-horizontal a{padding:5px 10px}
}
@media (max-width:1440px){
	.wpml-ls-legacy-list-horizontal{
		padding:0px;
		margin-top:0px;
	}
	.languages{	
	right:50px;
	top: 15px;
}
}
@media (max-width:1290px){
	.wpml-ls-legacy-list-horizontal{
		padding:0px;
		margin-top:0px;
	}
	.languages{	
	right:0px;
	top: 15px;
}
}

.header_menu li .header-social a{
	color: #fa8631;
	font-size: 20px;
}
@media (max-width: 1024px){
	.wpml-ls-legacy-list-horizontal{
		margin-top:0px;
	}
	.burger-icon{
		/*right: 75px;*/
	}
	.header-social{
		text-align: center;
	}
	.wpml-ls-legacy-list-horizontal .wpml-ls-item{
		float: left;
    width: 100%;
	}
	.languages{
		top: 15px;
    right: 10px;
	}
}
@media (max-width: 540px){
	.hidden-xs{
		display:none
	}
}
@media (max-width: 420px){
	.wpml-ls-legacy-list-horizontal{
		margin-top:0px;
		padding:0px;
	}
 
	.wpml-ls-legacy-list-horizontal .wpml-ls-item{
		float: left;
    width: 100%;
	}
	.round-cornes{font-size:0.9em}
	.wpml-ls-legacy-list-horizontal a{padding:5px 10px}
}


.special-bottom-search{
	margin-bottom: 20px!important;
	background-color: transparent!important;
	padding: 0!important;
}

@media(min-width: 1440px) and (max-width: 1595px){
	.languages{
		top: 15px;
	}
}

.special-share{
	position: absolute;
	top: -37px;
	display: block;
	background: #FA8631;
	width: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 50%;
	text-align: center;
	right: -10px;
}
.kindergarten-price .circle-viol {
	position: relative;
}

.pulse a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.pulse {
	position: fixed;
	bottom: 0px;
	right: 0px;
	transform: translate(-50%, -50%);
	background: #fa8631;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 60px;

	background-image: url(/img/phone_icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index:99;
}

.pulse:before{
	background: #fa8631;
	z-index:-1;
	position:relative;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #18984a;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.pulse:after{
	animation-delay: .5s;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}

.submenu-top{
	position: absolute;
	background-color: #F0F0F0;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	border: 3px solid #fa8631;
	top: 40px;
	width:100%;
	z-index: 999999;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
.submenu-top a{
	display: block;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid #C4C4C4;
}
.submenu-top a:last-child{
	border-bottom: 0!important;
}

div.orange-fig{
	line-height: 35px;
}
.show-search-head{
	z-index: 99999;
}
.submenu-top{
	z-index: 9999!important;
}
.orange_btn{
	z-index: 1!important;
}

.price-box{
	display: flex;
	align-content: space-between;
	justify-content: center;
	flex-wrap:wrap;
}

@media (max-width: 1024px){
	.price-box{
		flex-wrap: wrap;
	}
}