/*
@font-face {
   font-family: PF Reminder Pro Medium.ttf;
   src: url(fonts/PFReminderProMedium.ttf);
}
*/

.side_menu_slide_from_right.right_side_menu_opened .wrapper .cover{
	cursor: default;
	z-index: 1;
	opacity: 1;
	filter: initial;
}

.side_menu_slide_from_right .side_menu {
	right: -20%;
	width: 20%;
	height: 99%;

}

.side_menu .close_side_menu_holder{
	display: none;
}

/* INFOSCOPE New Rules START */

body {
	overflow: hidden !important;
}

.side_menu, .side_menu_slide_from_right .side_menu {
	background-color: #FFE700;
  border-left: 1px solid #fff;
}

.side_menu {
	padding: 0 !important;
}

.page_header {
	border-bottom: 1px solid #272126;
}

.container_inner {
	width: 1430px !important;
}

.section_inner {
	width: 1200px !important;
}

#m1_miniweather_widget-2 {
	margin-left: 15em;
}

.m1mw_temp {
	color: white !important;
	font-family: Lato,sans-serif !important;
}

#what_time_is_it-2 {
/*
	float: left;
	margin-left: 30px;
	margin-top: -65px;
*/
}

.wtii-clock-digital ul li {
	font-size: 2em !important;
	font-style: normal !important;
	text-shadow: none !important;
}

.arrow_carrot-up {
	font-size: 90px !important;
}

.arrow_carrot-down {
	font-size: 90px !important;
}


/* INFOSCOPE New Rules END */

/*poly lang css*/

#polylang-2{
	background: white;
	height: 105px;
	border-bottom: 1px solid black;
}
#polylang-2 ul li{
	display: inline;
	padding: 10px;
}
#polylang-2 > ul{
	margin-left: -4%;
	padding-top: 40px;
}

#modal-content-lang{
	height: 1020px ;
	width: 1800px ;
	margin-left: -600px !important;
	background: #e1e1e1;
	top: 0%;
	z-index: 10000;
}

#lang-modal{
	z-index: 99999;
	position: absolute;
}

/*css for the text in the arrows*/

.arrow-poss{
	position: absolute;
	display: inline;
}

.arrow-poss p{
	font-weight: bold;
}

/*css so the header will be in full page*/
.full-header {
    position: absolute;
    width: 140% !important;
    top: -80px !important;
}

/*css so the text 2-1 home will be displayed in tow rows*/
.beekeeper-text{
	position: absolute;
	width: 130%;

}

/*css for the navigation menu in the sidebar*/
.error-notice {
	margin: 5px 5px; /* Making sure to keep some distance from all side */
	width:  auto; /* Configure it fit in your design  */
	margin: 0 auto; /* Centering Stuff */
	background-color: #faf710; /* Default background */
	padding: 25px;
	border: 4px solid #eee;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-size: 14px !important;
}

.oaerror{
   color: #272146;
   cursor: pointer;
   font-size: 1.2em;
   letter-spacing: 1px;
   margin-bottom: 5px;
   text-decoration: underline;
}

#backHistory {
	color: unset;
	font-weight: bold;
}

/* questionform */

/*.freebirdFormviewerViewFooterImageContainer.freebirdFormviewerViewFooterPageBreak{
	display: none;
}

.freebirdFormviewerViewFooterDisclaimer.freebirdFormviewerViewFooterNoTextDecoration.freebirdDisclaimerColor{
	display: none;
}

.freebirdFormviewerViewCenteredContent > div{
	display: none;
}
.freebirdFormviewerViewFooterDisclaimer{
	display: none !important;
}


.freebirdFormviewerViewFooterDisclaimer.freebirdFormviewerViewFooterNoTextDecoration.freebirdDisclaimerColor{
	position: absolute !important;
	color: transparent !important;
	opacity: 0 !important;
}
*/
#formPoss{
	margin-bottom: 150px !important;
	margin-left : 100px !important;
	z-index: 999999 !important;
	opacity: 1 !important;
}

.welcomeMsg {
	background: #faf710;
	color: #272146 !important;
	padding: 14px 41px;
	border: 4px solid #eee;
	font-size: 15px;
}
/*
#welcomeMsgEn{
	background: #faf710;
	color: black;
	padding: 12px 100px;
	border: 4px solid #eee;
	font-size: 15px;
}
#welcomeMsgRu{
	background: #faf710;
	color: black;
	padding: 12px 66px;
	border: 4px solid #eee;
	font-size: 15px;
}
*/

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -vendor-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  50% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  to {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}


.full_screen_navigation_holder{
	bottom: -10px;
}

.iteration-wobble{

    -webkit-animation: wobble 3s;  /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: 3;  /* Chrome, Safari, Opera */
    animation: wobble 3s;
    animation-iteration-count: 3;
}




/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

.widget.widget_text.posts_holder h4{
  display: none;
}

#change-contrast{
  color: #000;
  text-decoration: underline;
  margin-bottom: 30px;
}

#low-vision{
  margin-bottom: 25px;
}

.fa.fa-low-vision{
  color: #000;
}

.side_menu_button {
	display:none;
}

/* CSS for index page START */

#homepage-title {
	position: relative;
	top: 160px !important;
	width: 100%;
}

/*
#eshop-qr{
  width: 135px;
  float: left;
  margin-left: 15px;
}

#facebook-qr{
  width: 135px;
  float: right;
  margin-right: 15px;
}

#eshop-msg{
  float: left;
  margin-left: 2px;
  font-size: 16px;
  margin-bottom: 3px;
}

#eshop-msg p {
  color: #272126;
}

#fb-msg{
  float: right;
  margin-right: 2px;
  font-size: 16px;
  margin-bottom: 3px;
}

#fb-msg p{
  color: #272126;
}
*/

#website-msg {
	bottom: 150px;
	float: left;
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 2%;
	position: absolute;
}
.website-msg-not-GR {
	bottom: 150px;
	float: left;
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 29%;
	position: absolute;
	width: 46%;
}
#website-msg p {
	font-size: 13px;
	text-align: center !important;
	color: #000;
}
#visit-website-msg {
	font-size: 13px !important;
	text-align: center !important;
	color: #000;
	margin-left: -5px;
	margin-bottom: -10px;
}
#website-qr {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
	width: 135px;
}

#fb-msg {
	bottom: 150px;
	float: right;
	font-size: 16px;
	margin-bottom: 3px;
	margin-left: 48%;
	padding-left: 26px;
	position: absolute;
}
#fb-msg p {
	font-size: 13px;
	text-align: center !important;
	color: #000;
}
#facebook-qr {
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	width: 135px;
}

/*
#infoscope{
	float: left;
	width: 35px;
}
#infoscope-msg{
	margin-top: 40px;
}
#infoscope-msg > span{
	color: #272126;
	font-size: 12px;
}
*/

#infoscope-msg {
	bottom: 40px;
	position: fixed;
	width: 14%;
}
#infoscope-logo {
	margin-left: 52%;
	margin-top: 36px;
	position: absolute;
	width: 22px;
}
#credits {
	margin-left: 38%;
}
#pre-brand {
	color: #666;
	font-size: 12px;
	margin-left: 17px;
	text-decoration: underline;
}
#brand {
	color: #333;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}

/* CSS for index page END */

.side_menu * {
	font-style: normal !important;
}


#polylang-2 .no-translation {
	display: none;
}


/* CSS PHASE 2: Translations --------------------------------- */

.wpb_column.vc_column_container.vc_col-sm-6 {
	margin-top: -100px;
}

/* Hide Turkish flag in HOME PAGE */
#polylang-2 li:last-child {
	display: none;
}

.modal-language {
	font-family: Open Sans;
}

.modal-title {
	text-decoration: underline;
}

/* Move arrows 20% left (same as the sidebar width, so that they show up in the middle of the available space in the page) */
.full_screen_navigation_inner {
	margin-left: -20%;
}

#modal-overlay {
	background-color: rgba(10, 10, 10, 0.6);
	height: 1080px;
	width: 1920px;
	z-index: 10;
}

iframe {
	margin-bottom: 50px !important;
}
.btn.btn-default.animate-form-btn{
    display: none;
}

