svg {
	cursor: pointer;
	height: 44px;
	width: 44px;
}
svg path {
	fill: #000;
}
/*
ol {
  list-style-type: none;
}
a[href] {
  color: #fff;
  position: relative;
  text-decoration: none;
}
a[href]:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
a[href]:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  right: 0;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
*/


/*
.header-none-fixed-bg {
	  background: rgba(0, 0, 0, 0);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
*/
.header-none-fixed-bg-scroll {
	background: rgba(0, 0, 0, 0.8196078431372549);
	position: fixed;
	width: 100%;
	max-width: 1920px;
	top: 0;
	z-index: 2;
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
header {
	max-width: 1920px;
	margin: 0 auto;
	z-index: 3;
	height: 95px;
	position:fixed;
	top: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-o-transition: all .30s ease-in-out;
	-ms-transition: all .30s ease-in-out;
	transition: all .30s ease-in-out;
}
.menu-L {
	margin: 40px 0;
	left: 0;
	position: absolute;
}
.menu-R {
	right: 0;
	position: absolute;
	margin: 60px 0;
}
.menu-R a.language {
	color: #fff;
}

.menu-R a.language:hover {
	color: #fff;
	background: #ec1c24;
}
.menu-R a.language.active {
	color: #fff;
	background: #ec1c24;
}
.menu-R a {
	padding: 5px 15px;
	float: left;
	margin: 0 1px;

}
.menu-R a.lang {
padding: 5px 10px;
}
.menu-R a.selectMNBG {
	 color: #fff;
    background: #ec1c24;
}


.toggle {
    color: #fff;
    cursor: pointer;
}

.toggle.active{
    background: #ec1c24;
}


.menu-R a:hover {
    color: #fff;
    background: #ec1c24;
}
.logo {
	    width: 140px;
    margin-top: 15px;
}
.line-right {
	border-right: 1px solid #fff;
	height: 50px;
}
.menu {
	width: 80%;
	margin: -33px auto 0 auto;
	position: relative;
}
/*
.menu__content {
	color: #fff;
	margin: 0;
	padding: 0 0 25px 0;
	position: absolute;
	right: 100%;
	top: 0;
	width: 250px;
	z-index: 2;
}
.menu__toggle-label {
	height: 44px;
	position: absolute;
	width: 44px;
}
.menu__toggle-label svg {
	left: 0;
	position: absolute;
	top: 0;
	transition: -webkit-transform 0.15s;
	transition: transform 0.15s;
	transition: transform 0.15s, -webkit-transform 0.15s;
	z-index: 2;
}
.menu__toggle-label svg:nth-of-type(2) {
	left: 250px;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.menu__toggle {
	opacity: 0;
	position: fixed;
}
.menu__toggle:checked ~ .menu__toggle-label {
	background: rgba(0,0,0,0.65);
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: background 0.15s;
	width: 100%;
	z-index: 1;
}
.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(1) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.menu__toggle:checked ~ .menu__toggle-label svg:nth-of-type(2) {
	left: 250px;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform 0.15s;
	transition: transform 0.15s;
	transition: transform 0.15s, -webkit-transform 0.15s;
	transition-delay: 0.925s;
}
.menu__toggle:checked ~ .menu__content {
	-webkit-transform: translate(100%, 0);
	transform: translate(100%, 0);
}
.menu__toggle:checked ~ .menu__content .menu-item {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	transition: border-color 0.15s, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s;
	transition: transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.15s, -webkit-transform 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
	border-color: #9b59b6;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) a[href]:after {
	background: #9b59b6;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
	border-color: #86e2d5;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) a[href]:after {
	background: #86e2d5;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
	border-color: #f5ab35;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) a[href]:after {
	background: #f5ab35;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) {
	border-color: #1e8bc3;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) a[href]:after {
	background: #1e8bc3;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) {
	border-color: #e26a6a;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) a[href]:after {
	background: #e26a6a;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(1) {
	transition-delay: 0.225s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(2) {
	transition-delay: 0.275s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) {
	transition-delay: 0.325s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(1) {
	transition-delay: 0.375s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(2) {
	transition-delay: 0.425s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(3) .menu-item:nth-of-type(3) {
	transition-delay: 0.475s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) {
	transition-delay: 0.525s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(1) {
	transition-delay: 0.575s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(2) {
	transition-delay: 0.625s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(4) .menu-item:nth-of-type(3) {
	transition-delay: 0.675s, 0.875s;
}
.menu__toggle:checked ~ .menu__content .menu-item:nth-of-type(5) {
	transition-delay: 0.725s, 0.875s;
}
.menu__content > .menu-item {
	border-left: 8px solid transparent;
}
.menu__content > .menu-item > a {
	line-height: 44px;
	min-width: 60px;
}
.sub-menu {
	padding: 0 0 0 44px;
}
.menu-item {
	line-height: 44px;
	min-height: 44px;
	padding: 0 12px;
	-webkit-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.menu-item .menu-item {
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}
*/
.bg-transparent-black {
    background: rgba(0, 0, 0, 0.85);
    z-index: 2;
    Transform: translate(10%, 30%);
    width: 80%;
    padding: 30px;
   
}
input[type=text].search {
    width: 100%;
    padding: 5px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #b3b3b3;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'Anuyart-UltraLight';
	color: #000;
}
input {
    outline: none;
}
.search{
	width: 20px;
	background: none;
	position: relative;
	    left: -5px;
    top: -2px;
}


.toggle-search-slide{
	    background: #fff;
	padding: 20px;
    display:none;
    position: absolute;
      top: 143%;
    right: -71%;
    width: 18%;
}


.speech-bubble {
	position: relative;
	background: #ec1c24;
	border-radius: 5px;
	
}

.speech-bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #ec1c24;
	border-top: 0;
	margin-left: -20px;
	margin-top: -20px;
}


.size-arrow{
	width: 15px;
}



.fancybox-slide--iframe .fancybox-content {
    width  : 800px;
    height : 600px;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}



#button-top {
  display: inline-block;
  background-color: #ec1c24;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
/*
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
*/
#button-top:hover {
  cursor: pointer;
  background-color: #333;
	color: #fff;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */







/*burger menu*/
.screen-reader-text {
	height: 0.0625rem;
  width: 0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.menu-screen {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}

.is-open .menu-screen {
	background-color: #75757C;
	opacity: 0.6;
}

.site-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header-inner {
	font-family: 'Playfair Display', cursive;
}

.button-burger {
	background-color: transparent;
	border: none;
	display: inline-block;
	height: 23px;
	position: relative;
	width: 30px;
	z-index: 4;
}

.bar {
	background-color: #fff;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	width: 30px;
}

.bar-1 {
	top: 0;
	
}

.bar-2 {
	margin-top: -1px;
    width: 18px;
    right: -10px;
}

.bar-3 {
	bottom: 0;
}

.is-open .bar-1 {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.is-open .bar-2 {
	display: none;
}

.is-open .bar-3 {
	top: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.main-navigation {
	background-color: #434142;
	overflow: hidden;
	position: fixed;
	top: 0; right: 0; bottom: 0;
	transition: width 0.35s ease-in-out;
	width: 0;
}


.main-navigation h6{
	font-size: 20px;
    color: #fff;
}

.is-open .main-navigation {
	padding: 20px;
	width: 300px;
	overflow: auto;
}

/*
.menu,
.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
*/

/*
.menu {
	margin-top: 0px;
}

.menu a {
	padding: 0;
}
*/

.menu-item-has-children {
	position: relative;
}

a {
	text-decoration: none;
}

.sub-menu-toggle {
	background-color: transparent;
	border: none;
	position: absolute;
	height: 25px; width: 25px;
	top: 5px; right: 0;
	text-indent: -9999px;
}

.sub-menu-toggle::after,
.sub-menu-toggle::before {
	background-color: #DA9158;
	content: '';
	display: block;
	height: 2px; width: 15px;
	margin: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.sub-menu-toggle::after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.is-toggled .sub-menu-toggle::after {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}

.sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.75s ease-in-out;
}

.menu-item-has-children.is-toggled .sub-menu {
	max-height: 100vh;
}
/*end burger menu*/




.accordion {
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
	    font-size: 20px;
    color: #fff;
    padding-bottom: 5px;
}



.panel {
  padding: 0px;
  display: none;
     overflow: scroll;
	list-style: none;
}

.panel ul{
	padding: 0;
	margin: 0;
}

.panel ul li{
	list-style: none;
	padding: 0;
	margin: 0;
	    font-family: 'Anuyart-UltraLight';
	    font-size: 18px;
}

@media only screen and (max-width: 1600px) {

.menu {
	width: 92% !important;
}
.bg-transparent-black {
	width: 88%;
	Transform: translate(4%, 155px);
}

}



.font-anuyart-light{
	    font-family: 'Anuyart-Light';
}
