﻿@charset "UTF-8";
/*
Theme Name: Leos Template 2.5
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Slava First @LEOS
Version: 2.5
*/

* {
  margin: 0;
  padding: 0;
}
html,
body {
	font-size: 18px;
	font-family: 'Heebo', sans-serif;
	height: 100%;
	color: #fff;
	background-color: #ebebeb;
	font-weight:300;
}
iframe { max-width: 100%; }

.hfs19 { font-size: 16px;font-size: calc(11px + 0.313vw); }
.hfs20 { font-size: 20px;font-size: calc(14px + 0.313vw); }
.hfs21,#FLCF input { font-size: 21px;font-size: calc(14px + 0.365vw); }
.hfs22 { font-size: 22px;font-size: calc(16px + 0.313vw); }
.hfs23 { font-size: 23px;font-size: calc(16px + 0.365vw); }
.hfs24 { font-size: 24px;font-size: calc(18px + 0.313vw); }
.hfs25 { font-size: 25px;font-size: calc(18px + 0.37vw); }
.hfs26 { font-size: 26px;font-size: calc(19px + 0.366vw); }
.hfs27 { font-size: 27px;font-size: calc(19px + 0.415vw); }
.hfs28 { font-size: 28px;font-size: calc(20px + 0.418vw); }
.hfs30 { font-size: 30px;font-size: calc(20px + 0.52vw); }
.hfs35 { font-size: 35px;font-size: calc(20px + 0.81vw); }
.hfs37 { font-size: 37px;font-size: calc(20px + 0.88vw); }
.hfs40 { font-size: 40px;font-size: calc(20px + 1.043vw); }
.hfs45 { font-size: 45px;font-size: calc(25px + 1.05vw); }
.hfs50 { font-size: 50px;font-size: calc(20px + 1.56vw); }
.hfs55 { font-size: 55px;font-size: calc(25px + 1.6vw); }
.hfs60 { font-size: 60px;font-size: calc(20px + 2.085vw); }
.hfs65 { font-size: 65px;font-size: calc(25px + 2.1vw); }
.hfs70 { font-size: 70px;font-size: calc(20px + 2.605vw); }
.hfs75 { font-size: 75px;font-size: calc(25px + 2.61vw); }
.hfs80 { font-size: 80px;font-size: calc(25px + 2.87vw); }
.hfs85 { font-size: 85px;font-size: calc(25px + 3.125vw); }
.hfs90 { font-size: 90px;font-size: calc(25px + 3.39vw); }
.hfs95 { font-size: 95px;font-size: calc(25px + 3.64vw); }
.hfs100 { font-size: 100px;font-size: calc(25px + 3.92vw);line-height: 1; }
.hfs105 { font-size: 105px;font-size: calc(25px + 4.17vw);line-height: 1; }
.hfs110 { font-size: 110px;font-size: calc(20px + 4.69vw);line-height: 1; }
.hfs150 { font-size: 150px;font-size: calc(25px + 6.52vw);line-height: 1; }
.hfs180 { font-size: 180px;font-size: calc(25px + 8.6vw);line-height: 0.85; }

.home:not(.rtl) #MPages .hfs21 {font-size:20px;}

.container { width: 96%;max-width: 1024px;margin: 0 auto;z-index:1; }
.container.c9 { width: calc(100% - 80px);max-width: none; }
.container.c900 { max-width: 900px; }
.container.c12 { max-width: 1200px; }
.container.c14 { max-width: 1400px; }
.container.c15 { max-width: 1500px; }
.container.c16 { max-width: 1600px; }
.container.c17 { max-width: 1730px; }
.container.c18 { max-width: 1800px; }

.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin: 0 auto; }

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.w50 { width: 50%; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.bold { font-weight: bold; }
.thin { font-weight: 200; }
.light { font-weight: 300; }
.medium { font-weight: 500; }
.sbold { font-weight: 600; }
.ebold { font-weight: 800; }
.bgimg { background-repeat: no-repeat;background-size: cover;background-position: center center; }
.overh { overflow: hidden; }
.block { display: block; }
.imgfix { line-height: 0; }
.fixedbg { background-attachment: fixed; }
.notouch { pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.relative { position: relative; }
.circlebox { border-radius: 50%; }
.abscenter { position: absolute;margin: auto;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); }
.cp,.clickbtn { cursor: pointer; }
.anim,.clickbtn { -webkit-transition:all .5s ease;transition: all .5s ease; }
.vbox iframe { width: 100%;height: 100%; }
.tel-link { white-space: nowrap; }

.f1 {
	flex: 1;
}

.fcc, .flex, .inrowf/*, .entry p */{
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}


.fcc, .aic {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.aifs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.aife {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.jcsb, .inrowf {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.jcsa {
	-webkit-box-pack: space-around;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.fcc, .jcc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.jcfs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.jcfe {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.fdc {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.fdcr {
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.fdrr {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.fw, .inrowf {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
a.read-more{
	display:none;
}
div.wpcf7{
	direction:ltr;
}
.rtl div.wpcf7{
	direction:rtl;
}
div.wpcf7 .ajax-loader { display: none !important; }
svg:not(.color) * { fill: inherit !important; }

.entry {
	font-size: 20px;
	font-size: calc(14px + 0.313vw);
    line-height: 1.7;
    color: #353535;
}
.entry img {
    max-width: 100%;
    height: auto;
}
.entry ul {
    margin: 0 20px;
    list-style: inherit;
}
.entry table {
    border: 1px solid #000;
}
.entry table td {
    border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
    text-align: center;
    background: #ccc;
}
.entry ul,
.entry ol,
.entry p {
	margin-bottom: 1em;
}
.entry p:last-of-type {
	margin-bottom: 0;
}
u,ins,
.entry a {
	text-decoration:none;
	color:#000;
	    line-height: 1;
    display: inline-block;
	border-bottom:1px solid rgba(0,0,0,0.8);
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
.entry ul li,
.entry ol li{
	color: #474747;
}
.page-template-page-info-concept  #Section2  a,
.page-template-page-info-theater  #Section2  a,
.page-template-page-info  #Section2  a{
	color:#fff;
	    line-height: 1;
    display: inline-block;
	border-bottom:1px solid rgba(255,255,255,0.5);
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
h1,h2,h3 {
    font-weight: normal;
    margin: 0 0 0 0;
}
h2{
	font-size:1.2em;
}
.page-template-page-info h1,
.page-template-page-info-concept h1,
.page-template-page-info-theater h1{
	font-weight: bold;
    font-size: 1.3em;
}
p { margin: 0 0 0 0; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; }
ul { margin: 0 0 0 0;list-style: none; }

#wrapper {
	min-height: 100%;
	position: relative;
	overflow-x:hidden;
}
#content {
	padding-bottom: 0 !important;
	-webkit-transition:all .5s linear;
	        transition: all .5s linear;
}

.acf-map {
    width: 100%;
    height: 366px;
    pointer-events: none;
}

.logo {
    font-size: 0;
	padding:10px 0;
}
.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 100%;
}
footer {
    position: relative;
   
    height: auto;
    min-height: 50px;
	width: 100%;
	background-color: #8b837d;
	padding:50px 0  !important;
}


#leos {
    position: relative;
   
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
}
#leos img {
    padding-top: 10px;
    height: 25px;
    width: auto;
}
#leos a {
    position: relative;
    display: inline-block;
}
#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    		animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
    -webkit-transition:.3s;
    		transition: .3s;
}
#leos a:hover span {
    right: -170px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

#FloatSocials {
	position: fixed;
	display: block;
	top:30%;
	left:0;
	z-index: 90;
}
#FloatSocials a {
	width: 37px;
	height:37px;
	margin-bottom: 1px;
	-webkit-transition:all .5s ease;
			transition: all .5s ease;
}
#FloatSocials a:not(:hover) {
	background-color: rgba(255, 255, 255, 0.8) !important;
}
#FloatSocials a:hover svg {
	fill:#fff !important;
}
#FloatSocials img,
#FloatSocials svg {
	width: 50%;
	height: 50%;
	fill:#353535;
}
#FloatSocials .flmail a {
	background-color: #fec365 !important;
}
#FloatSocials .flmail a:hover {
	background-color: #96bd9e !important;
}
a.facebook_icon {
	background-color: #3b5998 !important;
}
a.google_icon {
	background-color: #dd4b39 !important;
}
a.twitter_icon {
	background-color: #00aced !important;
}
a.youtube_icon {
	background-color: #bb0000 !important;
}
a.instagram_icon {
	background-color: #e95950 !important;
}
a.pinterest_icon {
	background-color: #cb2027 !important;
}
a.linkedin_icon {
	background-color: #007bb6 !important;
}
a.vimeo_icon {
	background-color: #1ab7ea !important;
}
/* Contact form style Start */
span.wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.wpcf7-form .mb10{
	margin-bottom: 13px;
}
/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 100%;
    background: none;
    border-radius: 5px;
    color: red;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
    left: -1px;
   /* -webkit-animation: formerror 400ms;
    animation: formerror 400ms;*/
    bottom: 5px;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
	-webkit-transition: all 400ms;
	transition: all 400ms;
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	        transform: translate3d(0,100%,0);
}
/*
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top:100%;
	left: 10%;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #f00;
}*/
@-webkit-keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
@keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
/* Input Syles */
.rtl .wpcf7 input[type="url"],
.rtl .wpcf7 input[type="email"],
.rtl .wpcf7 input[type="tel"]{
	direction: rtl;
}
input,
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
	font-family: 'Assistant', sans-serif;
    border:0;
	font-size: 18px;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 select,
div.wpcf7 textarea {
	width: calc(100% - 10px);
	background: #FFFFFF;
	font-weight: 300;
	padding: 6px 5px;
}
div.wpcf7 textarea { height: 150px; }
div.wpcf7 input[type=submit] {
	display: block;
	width: 100%;
	background: #fdc65f;
	color: #fff;
	cursor: pointer;
	padding: 5px;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
::placeholder ,
input::placeholder ,
textarea::placeholder {
  opacity: 0.5;
  color: #000;
}
#FCF div.wpcf7 input[type=submit]{
		    transform: rotate(180deg);
}
.rtl #FCF div.wpcf7 input[type=submit]{
	transform: rotate(0deg);
}
div.wpcf7 input[type=submit]:hover {
	background-color: #96bd9e;
}
#CFPage div.wpcf7 input[type=submit] {
	font-size: 30px;
	font-size: calc(20px + 0.52vw);
	font-weight: bold;
}
#CFPage .cfi input,
#CFPage .cft textarea {
	width: calc(100% - 12px);
	border: 1px solid #96bd9e;
}
#sidebar ul li {
	border-bottom: 1px solid #353535;
}
#sidebar ul li:last-of-type {
	border-bottom: 0;
}
#sidebar ul li a {
	padding: 8px 0;
}
#Footnav ul li a svg,
#sidebar ul li a svg {
	margin-left: 7px;
	width: 8px;
	height: 8px;
	padding-bottom: 1px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover svg,
#sidebar ul li.current-menu-item a,
#sidebar ul li.current-menu-item a svg {
	fill:#fec365 !important;
	color:#fec365;
	padding-right: 5px;
}
#Footnav ul li a:hover,
#Footnav ul li a:hover svg,
#Footnav ul li.current-menu-item a,
#Footnav ul li.current-menu-item a svg {
	fill:#353535;
	color:#353535;
	padding-right: 5px;
}
#FootnavLaw .fs13 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	padding-top:5px;
}
#FootnavLaw li svg{
	display:none;
}
.page-template-page-normal #InfoPage ol > li{
	margin-bottom:10px;
}
.page-template-page-normal #InfoPage ul > li{
	list-style:disc;
}
/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		opacity: 1; } }
@keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
/* Errors Msgs */
div.wpcf7-response-output {
    position: relative;
    margin: 0 !important;
    border: none;
    padding: 10px 15px;
    bottom: -100%;
    z-index: 9999;
    font-size: 14px !important;
    top: 100%;
    left: 0;
    width: 92%;
    border: none;
    line-height: 2px;
    padding: 17px 10px !important;
}
#FLCF div.wpcf7-response-output{
	position:absolute;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	/*-webkit-animation: form_msg_error 500ms;
	        animation: form_msg_error 500ms;*/
    bottom:0;
    color: black;
}
@-webkit-keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
@keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
div.wpcf7-mail-sent-ok {
	background: rgba(150,189,158,1);
	border-color:rgba(150,189,158,1)!important;
}
div.wpcf7-validation-errors {
	background: #fec365 ;
	border-color:#fec365 !important;
}
.form_msg_error_out {
	/*-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: translate3d(100%,0,0);
	        transform: translate3d(100%,0,0);*/
}

#FCF div.wpcf7-response-output{
	    width: 97.5%;
		margin-top:10px !important;
}
#FootCF div.wpcf7-response-output,
#CFPage div.wpcf7-response-output{
	    width: 95.5%;
		margin-top:10px !important;
		color:#000;
}
.checkboxes {
	display:none;
}
@-webkit-keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
@keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
::-webkit-input-placeholder {
	color: black;
	font-family: 'Heebo', sans-serif;
}
:-moz-placeholder {
	color: black;
	font-family: 'Heebo', sans-serif;
}
::-moz-placeholder {
	color: black;
	font-family: 'Heebo', sans-serif;
}
:-ms-input-placeholder {
	color: black;
	font-family: 'Heebo', sans-serif;
}
/*
#FLCF ::-webkit-input-placeholder {
	color: #96bd9e;
}
#FLCF :-moz-placeholder {
	color: #96bd9e;
}
#FLCF ::-moz-placeholder {
	color: #96bd9e;
}
#FLCF :-ms-input-placeholder {
	color: #96bd9e;
}
*/
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
section,
#TopFront{
	position:relative;
}
#acwp-toolbar-btn{
	top:24% !important;
}
/* Contact form style End */
/* Start */
.fs13 { font-size: 13px; }
.fs15 { font-size: 15px; }
.fs18 { font-size: 18px; }
.tcw { color: #fff; }
.tcg { color: #96bd9e;    justify-content: center; }
.tcg *{text-align: center !important;}
.tcy { color: #fec365; }
.tc35 { color: #270707; }
.bgc35 { background-color: #353535; }
.bgceb { background-color: #ebebeb; }
.fillw { fill: #fff; }
.vp10 { padding: 10px 0; }
.vp15 { padding: 15px 0; }
.vp20 { padding: 20px 0; }
.vp25 { padding: 25px 0; }
.vp30 { padding: 30px 0; }
.vp35 { padding: 35px 0; }
.vp40 { padding: 40px 0; }
.vp50 { padding: 50px 0; }
.vp80 { padding: 80px 0; }
.col2s20 { width: calc(50% - 10px); }
.col2s40 { width: calc(50% - 20px); }
.col3s10 { width: calc(100%/3 - 5px); }
.col3s20 { width: calc(100%/3 - 10px); }
.col4s20 { width: calc(25% - 20px); }
.ffix { padding-top: 1px; display: inline-block; }

#wrapper > header {
	padding: 0px 0;
	width: 100%;
	/*top: 0;
	right: 0;
	left: 0;
	position: absolute;*/
	position:relative;
	margin-bottom:-100px;
	z-index: 900;
}
header.stiky .logo img {
	max-height: 60px;
    max-width: none;
    width: auto !important;
}
#wrapper > header.stiky {
    position:fixed;
	top:0;
    -webkit-animation-duration: .7s;
    	    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
  	-webkit-animation-name: nav;
            animation-name: nav;
    -webkit-transform: translateY(0);
    		transform: translateY(0);
}
#wrapper >  header.stiky:not(.bgc35) {
	background-color: #353535;
}
@-webkit-keyframes nav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    		transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    		transform: translateY(0);
  }
}
@keyframes nav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    		transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    		transform: translateY(0);
  }
}
header .tph span {
	display: inline-block;
	margin: 0 5px;
}
header .tph svg {
	width: 17px;
	height: 17px;
	margin-left: 5px;
}
#TopFront {
	height: 38vw;
	min-height: 350px;
	max-height: 716px;
	position:relative;
}
#MPages a {
	width: 100%;
	padding: 15px;
		margin-bottom:-10px;
	position:relative;
	transition: all .7s  ease-in-out ;
		-o-transition: all .7s  ease-in-out ;
		-moz-transition: all .7s  ease-in-out ;
		-ms-transition: all .7s  ease-in-out ;
		-webkit-transition: all .7s  ease-in-out ;
}
.MPages-bg{
	display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
	opacity:0.8;
transition: all .7s  ease-in-out ;
		-o-transition: all .7s  ease-in-out ;
		-moz-transition: all .7s  ease-in-out ;
		-ms-transition: all .7s  ease-in-out ;
		-webkit-transition: all .7s  ease-in-out ;	
}
#MPages a:hover .MPages-bg,
#MPages a:focus  .MPages-bg,
#MPages a:active  .MPages-bg{
	opacity:1;
}
/*
#MPages a:hover h3 {
	padding-bottom: 5px;
}*/
#MPages a .txt {
	height: 0;
	opacity: 0;
	visibility: hidden;
}
#MPages a .txt {
	opacity: 1;
	visibility: visible;
	height:auto !important;

}
#MPages a.active{
	margin-bottom:0;
	opacity:1;
}

#MPages a:hover{
		transition: all  .3s  ease-in-out ;
		-o-transition: all  .3s   ease-in-out ;
		-moz-transition: all  .3s  ease-in-out ;
		-ms-transition: all  .3s  ease-in-out ;
		-webkit-transition: all .3s  ease-in-out ;
			transition-delay: 0;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
}/*
#MPages a.active:nth-child(1) {
	background-color: rgba(141,182,193, 0.8);
	transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;

}
#MPages  a.active:nth-child(2) {
	background-color: rgba(150, 189, 158, 0.8);
	transition-delay: .5s;
    -webkit-transition-delay:  .5s;
    -moz-transition-delay:  .5s;
}
#MPages  a.active:nth-child(3) {
	background-color: rgba(254, 195, 101, 0.8);
	transition-delay: .9s;
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
}
#MPages  a.active:nth-child(4) {
	background-color: rgba(53, 53, 53, 0.8);
	transition-delay: 1.3s;
    -webkit-transition-delay: .1.3s;
    -moz-transition-delay: 1.3s;
}
#MPages a:nth-child(1):hover {
	background-color: rgba(141,182,193,1) !important;
}
#MPages  a:nth-child(2):hover {
	background-color: rgba(254,195,101,1)!important;
}
#MPages  a:nth-child(3):hover {
	background-color: rgba(150,189,158,1)!important;
}
#MPages  a:nth-child(4):hover {
	background-color: rgba(216,128,110, 1)!important;
}
*/
#LBYlinks.row-1{
	margin-top:3vw;
}
#LBYlinks:last-of-type{
	margin-bottom:3vw;
}
#LBYlinks .lobby-item{
	margin:5px;
}
#LBYlinks .bgimg{
	width:100%;
	transition: all 0.3s ease-in-out;
	
}

#LBYlinks .lobby-item:not(.lobby-item-empty) .bgimg:after{
	background:rgba(0,0,0,0.15);
	content:"";
	position:absolute;
	top:0;
	width: 100%;
    height: 100%;
	left:0;
}
#LBYlinks .bgimg .cont{
	position: relative;
    z-index: 9;
    text-align: center;
	
}
#LBYlinks .bgimg .cont h3,
#LBYlinks .bgimg .cont p{
	transition: all 0.5s ease-in-out;
}
#LBYlinks .anim{
	opacity:0;
	visibility:hidden;
	height:0;
	transition: all 0.3s ease-in-out;
}
#LBYlinks .bgimg:hover .anim{
	opacity:1;
	visibility:visible;
	height:auto;
	transform:translateY(10px);
	transition-delay:0.1s;
}
#LBYlinks .bgimg:hover .cont h3,
#LBYlinks .bgimg:hover .cont p{
	transform:translateY(-15px);
}
#LBYlinks .bgimg:hover .cont p{
	transition-delay:0.05s;
}
#LBYlinks  .bgimg:hover:after{
	background:rgba(0,0,0,0.6);
}
#LBYlinks .rm{
	text-align: center;
	font-weight:bold;
	color:#fff;
	justify-content: center;
}
#LBYlinks  .bgimg:hover .rm{
	transform:translateY(15px);
	transition-delay:0.05s;
}
.page-template-page-lobby .txt h2{
	margin-bottom:25px;
}
.MPagestop{
		flex-wrap:nowrap;
}
.MPagestop a{
	    display: flex;
    justify-content: space-between;
}

.MPagestop a .arrow{
	float: left;
    display: block;
    background: rgba(0,0,0,0.5) ;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
	transition: all .3s 0 ease-in-out ;
		-o-transition: all .3s   ease-in-out ;
		-moz-transition: all .3s  ease-in-out ;
		-ms-transition: all .3s  ease-in-out ;
		-webkit-transition: all .3s  ease-in-out ;
}
.MPagestop a:hover .arrow{
	    background: rgba(0,0,0,0.9) ;
}
.rtl .MPagestop a .arrow{
	margin:0 30px 0 0;
}
.MPagesbottom .rm .arrow svg{
    width: 10px;
    height: 10px;
    margin: 0 10px;
	fill:   rgba(0,0,0,0.75) ;
}

.MPagestop a .arrow svg{
	    width: 12px;
    height: 12px;
}
#FCF h3 {
	margin-right: 8%;
}
.rtl #FCF h3 {
	margin-right:0;
	margin-left: 8%;
}
#FCF .cfi,
#FootCF .cfi {
	width: calc(50% - 24px);
}
#FCF .cfb,
#FootCF .cfb {
	width: 40px;
}
#FCF .cfb input,
#FLCF .cfb input,
#FootCF .cfb input {
	/*border: 1px solid #f1ba62;*/
	border: 1px solid #353535;
	background: #353535 url(images/ylhez.svg) center center / auto 40% no-repeat;
}
#FCF .cfb input,
#FootCF .cfb input {
	color: transparent;
}
#FCF .cfb input:hover,
#FLCF .cfb input:hover,
#FootCF .cfb input:hover {
	background-color: #c79c58;
	background-image: url(images/glhez.svg);
}
#FLCF .cfb input {
	padding: 5px 25px 5px 45px;
	background-position: 20px center;
}
.MPagesbottom {
	margin-top: 3vw;
}

#FPosts {
	margin-top: 6vw;
}
.fpostsbox .onepost {
	max-width: 560px;
	margin: 20px 0;
}

.fpostsbox .onepost .thumb {
	width: 33%;
	min-height: 120px;
	max-height: 120px;
}
.home .fpostsbox .onepost {
	margin: 30px 0;
}
.home .fpostsbox .onepost ,
.single .fpostsbox .onepost {
	max-width: 100%;
}
.home .fpostsbox:not(#MPagesbottom) .onepost .thumb,
.single .fpostsbox .onepost .thumb,
.single .fpostsbox .onepost .cont,
.home .fpostsbox:not(#MPagesbottom) .onepost .cont {
	width:100%;
	margin-bottom:10px;
}
.postsbox .onepost .thumb .hov,
.fpostsbox .onepost .thumb .hov {
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
}
.postsbox .thumb:hover .hov,
.fpostsbox a:hover .thumb .hov {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: rgba(0, 0, 0, 0.6);
}
.postsbox .onepost .thumb .hov:after,
.postsbox .onepost .thumb .hov:before,
.fpostsbox .onepost .thumb .hov:after,
.fpostsbox .onepost .thumb .hov:before {
	content: '';
	background-color: #fff;
	position: absolute;
	opacity: 0;
	transition-delay: .3s;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
.postsbox .onepost .thumb:hover .hov:after,
.postsbox .onepost .thumb:hover .hov:before,
.fpostsbox .onepost:hover .thumb .hov:after,
.fpostsbox .onepost:hover .thumb .hov:before {
	opacity: 1;
}
.postsbox .onepost .thumb .hov:after,
.fpostsbox .onepost .thumb .hov:after {
	width: 20px;
	height: 2px;
	top: calc(50% - 1px);
	left: calc(50% - 10px);
}
.postsbox .onepost .thumb .hov:before,
.fpostsbox .onepost .thumb .hov:before {
	height: 20px;
	width: 2px;
	top: calc(50% - 10px);
	left: calc(50% - 1px);
}
.fpostsbox .onepost .cont {
	width: calc(67% - 10px);
}
.fpostsbox .onepost .cont .txt {
	margin-bottom: 7px;
}
.fpostsbox a:hover .rm,
.fpostsbox a:hover .rm svg {
	fill: #fec365;
	color: #fec365;
}
.fpostsbox .onepost .cont .rm span {
	margin-right: 10px;
}
.rtl .fpostsbox .onepost .cont .rm span{
	margin-right: 0px;
	margin-left: 10px;
}
.fpostsbox .onepost .cont .rm svg {
	width: 5px;
	height: 8px;
	transform:rotate(180deg);
}
.rtl .fpostsbox .onepost .cont .rm svg{
	transform:rotate(0deg);
}
footer > div > div {
	max-width: 30%;
}
#FootCF {
	max-width: 45%;
}
#FootCF div.wpcf7 .inrowf{
	gap:10px;
}
#FootCF div.wpcf7 input {
	background-color: #FFF !important;
}
#FootCF .cfi{
	    width: calc(50% - 40px);
}
#FootCF div.wpcf7 .cfi input {
	border-bottom: 1px solid #353535;
	padding: 6px ;
	width: 100%;
}

#FootCF div.wpcf7 .cfb input {
	border-color: #353535;
	background-image: url(images/flhez.svg);
		transform:rotate(180deg);
		background-color: #353535 !important;
}
.rtl #FootCF div.wpcf7 .cfb input{
		transform:rotate(0deg);
}
#FootCF div.wpcf7 .cfb input:hover {
	background-image: url(images/glhez.svg);
	background-color: #fff !important;
}
#FootInfo ul li span:nth-child(1) {
	margin-right: 10px;
}
.rtl #FootInfo ul li span:nth-child(1){
	margin-right: 0px;
	margin-left: 10px;
}
#FootInfo ul li span:nth-child(3) {
	margin: 0 7px;
}
.bst:before {
    content: '';
    pointer-events: none;
    position: absolute;
    border-style: solid;
    left: calc(50% - 30px);
    top: calc(100% - 1px);
    border-width: 30px 30px 0 30px;
	border-color: transparent;
	border-top-color: inherit;
	z-index: 9;
}
#InfoPage #Section1 {
	padding: 40px 0;
	min-height: 33vw;
	max-height: 900px;
}
#InfoPage #Section1 .title {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 20px 15px;
}
#InfoPage #Section3 .overlay {
	padding: 5vw 0;
	min-height: 150px;
}
.btn{
	background-color:#353535;
	color:#fff;
	
}
.btn.btn-gall:hover{
	background-color:#fec365;
}
.btn.btn-yt:hover{
	background-color:#96bd9e;
}
.btn.btn-mus:hover{
	background-color:#96bd9e;
}
.btn svg{
	fill:#fff;
	height: 25px;
	
}

.btn.dcolor {
	padding: 2px 15px;
	height:36px;
}
.btn.dcolor svg.lm {
	margin-right: 10px;
}
.rtl .btn.dcolor svg.lm {
	margin-right: 0px;
	margin-left: 10px;
}
.btn.dcolor svg.rm {
	margin-right: 10px;
}
#PopUp {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.single .entry p a{
	display: inline-block;
	color:#353535;
	border-bottom:1px solid rgba(0,0,0,0.5);
	line-height:1;
}
.single .entry p a img{
	display: block;
	width: 100%;
}
#PopUp.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#PopUp .vbox {
    width: calc(96% - 30px);
    max-width: 860px;
}
#PopUp:not(.active) .vbox {
	height: 0 !important;
}
#PopUp.active .vbox {
    transition-delay: .5s;
}
#PopUp .cls {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    opacity: 0;
	transition-delay: .7s;
	-webkit-transition: all .5s ease;
			transition: all .5s ease;
}
#PopUp .cls:hover {
	background-color: #dd2725;

}
#PopUp.active .cls {
    opacity: 1;
	transition-delay: 0s;
	-webkit-transition: all .1s ease;
			transition: all .1s ease;
}
#PopUp .cls svg {
    width: 50%;
    height: 50%;
    fill: #090909;
}
#PopUp .cls:hover svg {
	fill: #fff;
}
#InfoPage .fpostsbox .onepost .cont .txt {
    margin-bottom: 0;
}
.recsbox {
	/*-webkit-column-count: 3;
    -moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 5.5vw;
    -moz-column-gap: 5.5vw;
	column-gap: 5.5vw;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recsbox .onerec {
	display: block;
  width: 30%;
	margin-bottom: 40px;
}
.recsbox .onerec .thumb > div {
	width: 130px;
	height: 130px;
}
.recsbox .onerec .txt{
	max-height:180px;
	overflow:hidden;
	transition: all .5s;
}
.recsbox  .onerec .cont.active .txt{
	max-height:100%;
}
#InfoPage #Section5 {
	padding: calc(4vw + 20px) 0 4vw 0;
}
#InfoPage #Section6 .overlay {
	padding: 5vw 0;
}
.gallwrap a,
#InfoPage #Section6 .gbox a {
	margin: 10px 0;
}
.gallwrap a,
.element-item,
#InfoPage #Section6 .gbox a {
	height: 12vw;
	min-height: 120px;
}
.tax-cncpt_cat.term-221 .element-item,
#InfoPage #Section6 .gbox a {
	min-height:280px;
}
.element-item.embed{
	height: 20vw;
	min-height: 120px;
}

.gallwrap a .hov,
.element-item a .hov,
#InfoPage #Section6 .gbox a .hov {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}
.element-item a .hov{
	
	visibility: hidden;
}
.element-item a:hover .hov{
	padding:10px;
	margin:5px;
	visibility: inherit;
}
.gallwrap a:hover .hov,
.element-item a:hover .hov,
#InfoPage #Section6 .gbox a:hover .hov {
	background-color: rgba(0, 0, 0, .8);
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}
.gallwrap a .hov svg,
.element-item a .hov svg,
#InfoPage #Section6 .gbox a .hov svg {
	width: 30px;
	height: 30px;
	fill:#fff;
	opacity: 0;
	visibility: hidden;
}
.gallwrap a:hover .hov svg,
.element-item a:hover .hov svg,
#InfoPage #Section6 .gbox a:hover .hov svg {
	transition-delay: .4s;
	opacity: 1;
	visibility: visible;
}
#InfoPage #Section3 .pbtn,
#InfoPage #Section5 .rbtn,
#InfoPage #Section6 .gbtn {
	margin-top: 4vw;
}
.PageTop .thumb {
	width: 70%;
	min-height: 520px;
}
.PageTop .cont {
	width: 30%;
	background-color: #8b837d;
	text-align: left;
}
.PageTop .cont .box {
	width: 95%;
	max-width: 300px;
	padding: 4vw 0;
}
.PageTop .cont .box .txt {
	margin-top: 2vw;
}
#ThePage .wrap {
	margin-top: 2vw;
}
#ThePage .lbtn {
	margin-top: 30px;
	
}
.TopOfPage {
	height: 25vw;
	min-height: 300px;
}
.TopOfPage h1 {
	padding-bottom: 2vw;
}
#sidebar {
	width: 220px;
}
#ArchPage .postsbox {
	width: calc(100% - 240px);
	max-width: 890px;
}
#ArchPage .postsbox .onepost .thumb {
	width: calc(40% - 10px);
	max-width: 300px;
	min-height: 180px;
}
#ArchPage .postsbox .onepost .cont {
	width: calc(60% - 10px);
	max-width: 510px;
}
#ArchPage .postsbox .onepost .cont .rm svg ,
#RecsArchPage .cont svg {
	margin-right: 7px;
}
#ArchPage .postsbox .onepost .cont .rm a:hover span,
#ArchPage .postsbox .onepost .cont .rm a:hover svg ,
#RecsArchPage .cont a:hover svg ,
#RecsArchPage .cont a:hover span{
	color: #fec365;
	fill: #fec365;
}
.entry h1:first-of-type,
.entry .attachment-post-thumbnail {
	margin-bottom: 30px;
}

.entry .attachment-post-thumbnail{
	display: block;
	margin: 0 auto!important;
	width: 100%;
	height: auto;
}

#CFPage h2 svg {
	margin-left: 7px;
}
.map_wrap {
	margin-top: 20px;
}
#CFPage .cfbox {
	max-width: 500px;
}
#CFPage .infobox {
	max-width: 500px;
}
#CFPage .infobox img {
	max-width: 95%;
	width: auto;
	height: auto;
}
.button-group button {
	background-color: #353535;
	border: 0;
	margin-left: 10px;
	text-align: center;
	padding: 8px 20px;
	min-width: 110px;
	font-family: 'Heebo', sans-serif;
}
.button-group button:last-child {
	margin-left: 0;
}
.button-group button:hover,
.button-group button.active {
	background-color: #fec365;
}
#FLCF {
	position: absolute;
	top: 0;
	left: calc(100% + 20px);
	background-color: #fff;
	width: 260px;
	padding: 20px;
	z-index: 2000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	-webkit-transform-origin: 0 100%;
	   -moz-transform-origin: 0 100%;
			transform-origin: 0 100%;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	   -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
			transform: translateZ(100px) translateX(-30%) rotateY(90deg);
}

#FLCF.active  {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	   -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
	    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
			transform: translateZ(0px) translateX(0%) rotateY(0deg);
}
#FLCF .cfi input {
	border-bottom: 1px solid #353535;
}
#RecsArchPage .onerec .thumb  {
	width: 150px;
	height: 150px;
	margin: 0 auto 15px auto;
}
#SingleRecPage .thumb{
	width: 225px;
	height: 225px;
	margin: 0 auto 15px auto;
}
#RecsArchPage .onerec {
	/*display: inline-block;
  width: auto;*/
  width: 33%;
    flex: 0 0 33%;
    max-width: 30%;
}
#FLNav {
	position: fixed;
	top: 25%;
	right: 20px;
}
#FLNav ul li {
	position: relative;
	margin-bottom: 10px;
}
#FLNav ul li div.circlebox {
	width: 48px;
	height: 48px;
	background-color: rgb(254, 195, 101);
	border: 1px solid #fff;
}
#FLNav ul li div.circlebox svg {
	width: 50%;
	height: 50%;
	fill:#fff;
}
#FLNav ul li div.circlebox img {
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 60%;
}
#FLNav ul li:hover div.circlebox,
#FLNav ul li.active div.circlebox {
	background-color: #7b9a81;
}
#FLNav ul li h3 {
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	white-space: nowrap;
	max-width: 0;
	overflow: hidden;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
#FLNav ul li:hover h3 {
	max-width: 500px;
}
#FLNav ul li h3 span {
	display: inline-block;
}
body #acwp-toolbar-btn{
width: 35px;
    height: 35px;	
	border-width: 2px;
	border-radius:0;
}
body #acwp-toolbar-btn svg{
	width: 25px;
}

.video-thumb{
	cursor: pointer;
	position: relative;
}

.video-thumb .video-data{
	position: absolute;
	pointer-events: none;
	right: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(0, 0, 0, .7);
	transition: all .5s;
	opacity: 0;
}

.video-thumb .video-data h6,
.video-thumb .video-data p{
	color: #fff;
	font-weight: 300;
}


.video-thumb .video-data h6{
	font-weight: 300;
}

.video-thumb:hover .video-data {
	opacity: 1;
	height: calc(100% - 30px);
	margin: 5px;
	width: calc(100% - 30px);
	z-index: 22;
}

.fa-youtube-play{
	position: relative;
	z-index: 9;
	margin-top: 10px;
	margin-right: 10px;
}

.video-iframe-dimmer{
	opacity: 0;
	pointer-events: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9999999999;
	transition: all .5s;
	background-color: rgba(0, 0, 0, .7);
}

.video-iframe-dimmer .fa-times{
	position: absolute;
	right: 50px;
	top: 100px;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}

.video-iframe-dimmer.open{
	opacity: 1;
	pointer-events: auto;
}

.video-iframe-dimmer iframe{
	width: 50%;
	height: 50%;
}
 .youtube-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
		width:100%;
        background: #000;
        margin: 5px;
    }
    
    .youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
    .youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .video-thumb:after,
    .youtube-player .play {
		content:"";
        height: 50px;
        width: 50px;
        left: 50%;
        top: 50%;
        margin-left: -25px;
        margin-top: -25px;
        position: absolute;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+PHBhdGggZD0iTTI1NiAwQzExNC44MzMgMCAwIDExNC44NDQgMCAyNTZzMTE0LjgzMyAyNTYgMjU2IDI1NiAyNTYtMTE0Ljg0NCAyNTYtMjU2UzM5Ny4xNjcgMCAyNTYgMHptMTAxLjc3MSAyNjQuOTY5LTE0OS4zMzMgOTZhMTAuNjIgMTAuNjIgMCAwIDEtNS43NzEgMS42OThjLTEuNzUgMC0zLjUyMS0uNDM4LTUuMTA0LTEuMzAyQTEwLjY1MyAxMC42NTMgMCAwIDEgMTkyIDM1MlYxNjBjMC0zLjkwNiAyLjEyNS03LjQ5IDUuNTYzLTkuMzY1IDMuMzc1LTEuODU0IDcuNjA0LTEuNzQgMTAuODc1LjM5NmwxNDkuMzMzIDk2YzMuMDQyIDEuOTU4IDQuODk2IDUuMzQ0IDQuODk2IDguOTY5cy0xLjg1NCA3LjAxLTQuODk2IDguOTY5eiIgZmlsbD0iI2ZmZmZmZiIgb3BhY2l0eT0iMSIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiI+PC9wYXRoPjwvZz48L3N2Zz4=);
        background-repeat:  no-repeat;
        cursor: pointer;
		    background-size: 100% auto;
			opacity: 0.6;
    }
	
	.term-113  .video-thumb:after{
		display:none;
	}
.fancybox-slide--iframe .fancybox-content{
	max-width:80% !important;
	max-height:95%;
}
.fancybox-is-zoomable.fancybox-can-pan .fancybox-slide--image .fancybox-close-small {
	display: inline-block;
}
.fancybox-close-small{
	    top: 0 !important;
    right: 0 !important;
	padding:2px  !important;
}
/* ENGLISH */
html[lang="en-GB"] *{
	direction:ltr;
}
html[lang="en-GB"] #FCF h3{
	margin-left:0;
	margin-right:8%;
}
html[lang="en-GB"] .arrow svg,
html[lang="en-GB"] #FCF .cfb input,

html[lang="en-GB"] #FootCF .cfb input,
html[lang="en-GB"] #Footnav ul li a svg,
html[lang="en-GB"] #sidebar ul li a svg,
html[lang="en-GB"] nav#MainNav .sub-menu li a svg{
	transform: rotatez(180deg);
}
html[lang="en-GB"] header .tph svg,
html[lang="en-GB"] #Footnav ul li a svg,
html[lang="en-GB"] #sidebar ul li a svg{
	margin-left: 0px;
	margin-right: 7px;
}
.prisna-wp-translate-translated-to-en .prisna-translator.prisna-wp-translate-container-fixed {
RIGHT:auto;
left:200px;
}
/* accept cookies */
.d-none{
	display:none;
}
.d-block{
	display:block;
}
.cookie-overlay {
  position: fixed;
  bottom: 0rem;
  right: 0rem;
  background: #fff;
  z-index: 2051;
  line-height: 16px;
  font-size: 12px;
  border-radius: 0;
	width:100%;
  box-shadow: 0px 0px 20px rgb(89 123 142 / 12%);
  color: #000;
    padding: 12px;
  }
  .cookie-overlay > div:first-child {
    max-width: 98%;
	display: flex;
	align-items:center;
  }

  .cookie-overlay a {
    text-decoration: underline;
	    font-size: inherit;
    color: inherit;
    font-weight: inherit;
  }

  .close-cookies {
    cursor: pointer;
  }
 .cookie-overlay img {
	  margin:-40px 0px 0;
  }
 .cookie-overlay .btn-primary {
	      background: #fdc65f;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    border: none;
    font-size: 18px;
    padding: 10px 25px;
	margin-top:0;
  }
  html[dir="rtl"] .cookie-overlay .btn-primary {
	  float:left;
  }
/* background gallery */
.swiper-container {
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
	  height: 100%;
	  top:0;
	  left:0;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-size: cover;
    background-position: center;
}
.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.videoContainer  iframe {
  /* optional */
  width: 100%;
  height: 100%; 
}
#breadcrumbs{
	margin: -30px auto 50px;
    font-size: 0.9em;
}
.greenBtn ,
.orangeBtn ,
.blueBtn ,
.redBtn {
	display:inline-block;
}
.greenBtn a,
.orangeBtn a,
.blueBtn a,
.redBtn a{
	color:#252525;
	display:block;
	padding:20px 50px;
	margin:1em 0 2em;
	border:none;
	position:relative;
}
.redBtn a{
	background:rgba(255,125,96,1);
}
.blueBtn a{
	background:rgba(141,182,193,1);
	color:#fff;
}
.orangeBtn a{
	background:rgba(255,125,96,1);
}
.greenBtn a{
	background:rgba(150,189,158,1);
}
.greenBtn a:hover,
.orangeBtn a:hover,
.blueBtn a:hover,
.redBtn a:hover{
	background:#252525;
	color:#fff;
}

.related #FPosts{
	margin-top:0.5vw;
}
.langs{
	margin:0 25px;
}
/* Responsive */
@media (min-width:800px) {
	#MobBtns,
	#MobNavBtn{
	  display: none;
	}

	nav#MainNav {
		margin: 0 25px;
	}
	nav#MainNav div.main_menu > ul > li {
		margin: 0 15px;
		    position: relative;
	}
	nav#MainNav div.main_menu > ul > li.lang-item {
		display:none;
	}
	nav#MainNav div.main_menu > ul > li > a {
		display: inline-block;
		vertical-align: middle;
		font-family: 'Heebo', sans-serif;
		font-size: 21px;
		font-size: calc(14px + 0.365vw);
		font-weight: 300;
		color: #fff;
		padding:30px 0;
		-webkit-transition: all .5s ease-out;
				transition: all .5s ease-out;
	}
	nav#MainNav div.main_menu > ul > li > a svg {
		display: none;
	}
	nav#MainNav div.main_menu ul li.current-post-ancestor  > a,
	nav#MainNav div.main_menu ul li.current-menu-ancestor  > a,
	nav#MainNav div.main_menu ul li.current-menu-item > a,
	nav#MainNav div.main_menu ul li:hover > a {
		color: #fec365;
	}
	nav#MainNav div.main_menu > ul > li ul.sub-menu {
	    display: none;
	    z-index: 9999999;
	    min-width: 225px;
	    position: absolute;
	    top:100%;
		background-color: rgba(0, 0, 0, 1);
		border: 1px solid #b0a59e;
		padding: 10px  0;
		right: 0;
		left: auto !important;
	    -webkit-transition: opacity .5s ease;
	    		transition: opacity .5s ease;
	}
	
	nav#MainNav div.main_menu > ul  li:hover > ul.sub-menu  {
		display:block;
	}
	nav#MainNav div.main_menu > ul > li ul.sub-menu ul.sub-menu {
		right:100%;
		top:-11px;
		min-width:250px;
	}
	nav#MainNav div.main_menu > ul > li ul.sub-menu li.menu-item-3374 ul.sub-menu{
		min-width:300px;
	}
	html[lang="en-GB"] nav#MainNav div.main_menu > ul > li ul.sub-menu{
		right:auto;
		left:0 !important;
	}
	html[lang="en-GB"]	nav#MainNav div.main_menu > ul > li ul.sub-menu ul.sub-menu{
		right:auto;
		left:225px !important;
		min-width:360px;
	}
	nav#MainNav .sub-menu li {
		display: block;
		border-bottom: 1px solid #555555;
		position:relative;
		padding:0 10px;
	}
	nav#MainNav .sub-menu li:last-child {
		border-bottom: 0;
	}
	nav#MainNav .sub-menu li a {
	    display: block;
	    font-size: 17px;
	    padding: 5px;
		width: calc(100% - 5px);
		padding: 10px 0 10px 5px;
		font-weight: 300;
		line-height: 1.1;
	    -webkit-transition:all .5s ease;
	    		transition: all .5s ease;
	}
	nav#MainNav .sub-menu li:hover > a,
	nav#MainNav .sub-menu li.current-menu-item > a {
		color: #fec365;
		padding-right: 5px;
	}
	nav#MainNav .sub-menu li a:hover svg,
	nav#MainNav .sub-menu li.current-menu-item > a svg {
		fill: #fec365;
	}
	nav#MainNav .sub-menu li a svg {
		margin-right: 8px;
		padding-bottom: 1px;
	}
	.rtl nav#MainNav .sub-menu li a svg{
		margin-right: 0px;
		margin-left: 8px;
	}
	nav#MainNav ul.sub-menu.active {
	    opacity: 1 !important;
	    pointer-events: auto !important;
	}
	#MPages a{
		width:calc(25% - 32px);
	}
	
	#LBYlinks.col-25 .lobby-item{
		width:calc(25% - 10px);
	}
	#LBYlinks.col-33 .lobby-item{
		width:calc(33% - 6px);
	}
	#LBYlinks.col-50 .lobby-item{
		width:calc(50% - 10px);
	}
	#LBYlinks.col-100 .lobby-item{
		width:calc(100% - 10px);
	}
}
@media (max-width:1366px) and (min-width:800px) {

}
@media (max-width:1200px) and (min-width:800px) {

}
@media (max-width:1024px)  {
	.container {
		width: 80%;
	}
/*
	.main_menu ul{
		height:auto !important;
	}
*/
	.prisna-wp-translate-layout-bar.prisna-wp-translate-container.prisna-wp-translate-container-fixed.prisna-wp-translate-sticky, .prisna-wp-translate-layout-dropdown.prisna-wp-translate-container.prisna-wp-translate-container-fixed.prisna-wp-translate-sticky{
		position:absolute !important;
	}
	.prisna-wp-translate-layout-bar.prisna-wp-translate-container.prisna-wp-translate-container-fixed.prisna-wp-translate-sticky{
		right:auto !important;
		left:15px !important;
		width:100px;
		z-index:999;
		top:60px !important;
	}
	.prisna-wp-translate-translated-to-en .prisna-wp-translate-layout-bar.prisna-wp-translate-container.prisna-wp-translate-container-fixed.prisna-wp-translate-sticky{
		
		right:15px !important;
	}
	
	nav#MainNav {
		position: absolute;
		z-index: 9999999;
		margin: 0 250px;
	}
	nav#MainNav .sub-menu li.back-to-menu{
		display:none;
	}
	nav#MainNav div.main_menu > ul > li {
		margin: 0 5px;
	}
	.video-iframe-dimmer .iframe-container{
		width:85% !important;
		height: auto !important;
	}
	
}
@media (max-width:800px) , (max-device-width:800px){

	.nomobile { display:none !important; }
    .mcenter { text-align: center !important; }
    .mrelative { position: relative !important; }
	.minitxt { text-align: initial !important; }
	.mfcc,.mflex { display:-moz-flex;display:-ms-flexbox;display:-webkit-flex;display:flex; }
	.mfcc,.maic { -webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center; }
	.maifs { -webkit-box-align: start;-ms-flex-align: start;-ms-grid-row-align: flex-start;-webkit-align-items: flex-start;align-items: flex-start; }
	.maife { -webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;-webkit-align-items: flex-end;align-items: flex-end; }
	.mjcsb { -webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between; }
	.mjcsa { -webkit-box-pack: space-around;-ms-flex-pack: distribute;-webkit-justify-content: space-around;justify-content: space-around; }
	.mfcc,.mjcc { -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; }
	.mjcfs { -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; }
	.mjcfe { -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; }
	.mfdc { -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; }
	.mfdcr { -webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse; }
    .mfdrr { -webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse; }
	.mfw { -ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap; }
    .mmb5 { margin-bottom: 5px !important; }
    .mmb10 { margin-bottom: 10px !important; }
    .mmb15 { margin-bottom: 15px !important; }
    .mmb20 { margin-bottom: 20px !important; }
    .mmb25 { margin-bottom: 25px !important; }
    .mmb30 { margin-bottom: 30px !important; }
    .mdp { padding: 20px 0 !important; }
    .mw50 { width: 50% !important; }
    .mw50s5 { width: calc(50% - 5px) !important; }
    .mw50s10 { width: calc(50% - 10px) !important; }
	.mw100 { width: 100% !important; }
	.mw50 { width: 50% !important; }
	.mmw100 { max-width: 100% !important; }

	.mcol2s10 { width: calc(50% - 5px); }
	.mcol2s20 { width: calc(50% - 10px); }
	#breadcrumbs{
		margin:-10px auto 20px;
	}
	#InfoPage #Section1 {
		padding: 90px 0 40px 0;
	}
	#RecsArchPage .recsbox {
		/*-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 5.5vw;
		-moz-column-gap: 5.5vw;
		column-gap: 5.5vw;*/
	}

	#content { padding-bottom:0 !important; }
	#leos { position:static; }
	footer { position:static; }

	#MobNavBtn,
	nav#MainNav {
		margin:0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	#MobNavBtn {
		display: block;
		position: absolute;
		top:75px;
		right:100%;
		width:45px;
		height:45px;
		background:inherit;
		z-index: 9999;
	}
	#MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
				transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
				transform: translate(-50%,180%);
	}
	nav.active #MobNavBtn span:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}
	nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
				transform: translate(-50%,-50%) rotate(-45deg);
	}
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
				transform: translate(-50%,-50%) rotate(45deg);
	}
	nav#MainNav .container,
	nav#MainNav div.main_menu {
		width: 100%;
	}
	nav#MainNav {
		display:block;
		position:fixed;
		width:200px;
		z-index:999;
		bottom:0;
		top:0;
		right:-200px;
		height:100vh;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav,
	nav#MainNav ul.sub-menu {
		background-color: #252525 !important;
	}
	nav#MainNav.active {
		right:0;
	}
	nav#MainNav div.main_menu > ul {
		display: block;
		height: calc(100vh - 50px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	nav#MainNav ul li:after {
		display:none;
	}
	nav#MainNav ul li {
		position: relative;
	}
	nav#MainNav ul li a {
		display: block;
		color:#fff;
		font-size: 20px;
		padding:5px 10px;
		width:calc(100% - 20px);
	}
	nav#MainNav div.main_menu > ul > li > a {
		padding:5px 10px 5px 30px;
		width:calc(100% - 40px);
		font-size: 22px;
	}
	nav#MainNav div.main_menu > ul > li > a svg {
		display: none;
	}
	nav#MainNav div.main_menu ul li.active,
	nav#MainNav div.main_menu ul li.current-menu-item {
		background-color: #3b3a3a;
	}
	nav#MainNav div.main_menu ul.active .back-to-menu:after,
	nav#MainNav div.main_menu ul > li.menu-item-has-children:after {
		display: block;
		content: '';
		position: absolute;
		top: 12px;
		left: 6px;
		width: 16px;
		height: 16px;
		background: url(images/svg/wmob-menu-arrow.svg) center center no-repeat;
		background-size:contain;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav div.main_menu ul.active .back-to-menu:after {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	nav#MainNav div.main_menu ul.active li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}
	nav#MainNav div.main_menu ul.active li.menu-item-has-children:after {
		display: none;
	}
	ul.sub-menu {
		display: none;
	}
	nav#MainNav div.main_menu > ul  li > ul.sub-menu {
		display: block;
		position: absolute;
		top:0;
		width: 100%;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		background-color: inherit;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav div.main_menu > ul > li > ul.sub-menu.chekd {
		height:0;
		position: relative;
		visibility: visible;
		pointer-events: auto;
	}
	nav#MainNav ul.sub-menu li:not(.back-to-menu) {
		display: block;
		width: calc(100% - 10px);
		margin: 0 auto 0 0;
		padding: 0;
		position: relative;
	}
	/*nav#MainNav ul.sub-menu li:nth-child(1),
	nav#MainNav	ul.sub-menu li:nth-child(2) {
		margin: 0;
		width: 100%;
	}*/
	nav#MainNav li.active > ul.sub-menu {
		opacity: 1 !important;
		display:block !important;
	}
	nav#MainNav div.main_menu > ul.active > li > a {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
/*
	nav#MainNav div.main_menu > ul li > ul.sub-menu ul{
		display:none !important;
	}
*/
	nav#MainNav .back-to-menu {
		cursor: pointer;
	}
	nav#MainNav ul ul a svg,
	nav#MainNav ul ul li:after{
		display:none !important;
	}
    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }
	#MobBtns a {
		width:40px;
		border-radius: 50%;
		margin:0;
		background: #96bd9e;
		position: relative;
		opacity:0;
		height:40px;
		transition: all .3s  ease-in-out ;
		-o-transition: all .3s  ease-in-out ;
		-moz-transition: all .3s  ease-in-out ;
		-ms-transition: all .3s  ease-in-out ;
		-webkit-transition: all .3s  ease-in-out ;
	}
	#MobBtns a.tel-link{
		transition-delay: .3s;
		-webkit-transition-delay:.3s;
		-moz-transition-delay:.3s;
	}
	#MobBtns a.clickbtn{
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay:0.2s;
	}
	#MobBtns a.addressBtn{
		transition-delay: .1s;
		-webkit-transition-delay: .1s;
		-moz-transition-delay:.1s;
	}
	#MobBtns a.active {
		opacity:1;
		margin: 2.5px 0;
	}
	#MobBtns a.mobBtnsMainBtn {
		background: rgba(254,195,101,1);
		opacity:1;
		width:50px;
		height:50px;
		margin:10px -5px 10px 10px;
		border:1px solid #fff;
	}
	#MobBtns a svg {
		fill: #fff;
		width:60%;
		height:60%;
	}
	.main_menu ul ul ul{
		display:none;
	}
#FPosts{
	    margin-top: 11vw;
}
/*
	nav#MainNav div.main_menu > ul > li > ul.sub-menu.chekd,
	.main_menu ul li.active ul ul{
		display:block;
		opacity:1;
	}
*/
	table {
		width:100%;
	}
	thead {
		display: none;
	}
	tr:nth-of-type(2n) {
		background-color: inherit;
	}
	tr td:first-child {
		background: #;
		font-weight:bold;
		font-size:1.3em;
	}
	tbody td {
		display: block;
		text-align:center;
	}
	tbody td:before {
	    content: attr(data-th);
	    display: block;
	    text-align:center;
	}
	.bst:before {
		left: calc(50% - 20px);
		border-width: 20px 20px 0 20px;
	}
	#RecsArchPage .onerec {
		width: 50%;
		flex: 0 0 50%;
		max-width: 45%;
	}
	.recsbox .onerec .txt {
		max-height: 170px;
	}
	.entry .wp-caption ,
	.entry .wp-caption img{
		width:100% !important;
	}
	#SinglePage{
		padding: 40px 0 !important;
	}
}
@media (max-width:767px) , (max-device-width:767px) {
	.smfw { -ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap; }
	.smfdcr { -webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse; }
	.smw50 { width: 50% !important; }
	.smw100 { width: 100% !important; }
	.smb10 { margin-bottom: 10px !important; }
	.smb15 { margin-bottom: 15px !important; }
	.smcenter { text-align: center !important; }
	.mxw100 { max-width: 100% !important; }
	footer > div > div {
		max-width: 90%;
	}
	.prisna-wp-translate-layout-bar.prisna-wp-translate-container.prisna-wp-translate-container-fixed, .prisna-wp-translate-layout-dropdown.prisna-wp-translate-container.prisna-wp-translate-container-fixed{
		right:50px !important;
	}
	.recsbox {
	/*	-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 1 !important;
		-webkit-column-gap: 0 !important;
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;*/
	}
	#FloatSocials{
		display:none;
	}
	#FLNav {
		position: fixed;
		bottom: 0;
		top:auto;
		right: 0;
		background: rgba(0,0,0,0.9);
		width: 100%;
		padding: 5px;
		text-align: center;
		    z-index: 99;
	}
	#FLNav ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#FLNav ul li {
		position: relative;
		margin-bottom: 10px;
		margin: 2px;
	}
	.page-template-page-info-concept #MobBtns a.mobBtnsMainBtn ,
	.page-template-page-info-theater #MobBtns a.mobBtnsMainBtn ,
	.page-template-page-info #MobBtns a.mobBtnsMainBtn {
		margin: 10px -5px 60px 17px;
	}
	#FLNav ul li div.circlebox {
		width: 35px;
		height: 35px;
	}
	#FLNav ul li h3 {
    top: -13px;
    right: 50%;
    -webkit-transform: translate(50%,-50%);
    transform: translate(50%, -50%);
    background: rgba(0,0,0,0.9);
	}
	#RecsArchPage .onerec {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.recsbox .onerec .txt {
		max-height: 110px;
	}
	#RecsArchPage .onerec .thumb {
		width: 100px;
		height: 100px;
	}
	.button-group button{
		flex: 0 0 50%;
    padding: 8px;
    max-width: 48%;
    font-size: 80%;
    margin: 0;
	min-width:0;
	}
	.MPagestop{
		flex-wrap: nowrap;
    justify-content: center;
	}
	#MPages.MPagestop a{
		padding:10px;
	}
	.rtl .MPagestop a .arrow,
	.MPagestop a .arrow{
		background:none;
		width:10px;
		line-height:10px;
		height:12px;
		margin:0 5px;
	}
	.MPagestop a:not(:last-child) .arrow svg{
		fill:#270707;
	}
	.cookie-overlay > div:first-child {
    flex-direction:column;
	align-items:start;
	gap:7px;
  }
   .cookie-overlay .btn-primary {
		float: none !important;
		width: 97%;
	}
}
@media (max-width:320px) , (max-device-width:320px) {
	#MPages.MPagestop h3{
		font-size:12px;
	}
}
.video-thumb iframe{
	width: 100%!important;
	height: 100%!important;
}

#acp-toggle-toolbar.toolbar-left{
	left: 0!important;
}

#acp-toggle-toolbar{
	width: 40px!important;
	height: 40px!important;
	border-radius: 0!important;
}

.post-thumb{
	height: 400px;
	margin-bottom: 30px;
}

.gal-img-title,
.gal-img-desc{
	opacity: 0;
	transition: all .5s;
}


#InfoPage #Section6 .gbox a:hover .gal-img-title,
#InfoPage #Section6 .gbox a:hover .gal-img-desc{
	opacity: 1;
}

.p-10{
	padding: 10px;
}

.video-data p{
	font-size: 15px;
}

#gtranslate_wrapper{
	right: 10%;
	left: 0;
}
/*added from 30/01/18*/
.tcg > div > a{ display:block;/*max-width:148px;*/white-space: nowrap;}


#InfoPage #Section5 .rbtn{margin-top: 2vw;}

#Section6 .inrowf.gbox .bgimg.mb10{margin-bottom: 20px;height: auto !important}
.entry a:hover {

    border: 0;
}
#Section5 h3.hfs20{color:#fec365;}
#html[lang="en-GB"] .container.c12, #html[lang="en-GB"] .txt.hfs20.light.mb15.mb10 p{
direction:ltr!important;}

#acwp-toolbar-module,
body.home .acwp-togglers h2, .acwp-togglers h2{
	color:#000;
}
.acwp-toggler label{
	width:85% !important;
}