/* RESETER by WD Digital Marketing http://wddigital.us */
:root{
	--eemred:rgb(208,20,44);
	--eemdarkblue:rgb(10,80,115);
	--eemlightblue:rgb(0,195,255);
	--eemlightgrey:rgb(235,235,235);
	--eemdarkgrey:rgb(110,110,110);
	--eemdarkgreen:rgb(20,190,50);
	--eemlightgreen:rgb(180,250,190);
	--staryellow: rgb(251, 192, 45);    /* #fbc02d */
}
*{
	margin:0px;
	padding:0px;
	box-shadow:0;
	border:0;
	text-decoration:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}






html, body{
	width:100%;
	height:100%;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline: none;
}

::-webkit-input-placeholder { /* Edge */
  color: lightgrey;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgrey;
}

::placeholder {
  color: lightgrey;
}

input:focus::placeholder {
  color: transparent;
}


blockquote {
  width: 90%;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto;
}
p{
	margin-top: 15px;
}
li{
	margin-top: 15px;
	margin-left: 20px;
}
li ul{
	list-style-type: none;
	margin-left: 20px;
}
.fblockquote {
  width: 90%;
  font-style: italic;
  line-height: 1.6;
  margin: 0 auto;
}
.fh1{
	display:block;
	color:var(--eemdarkblue);
	font-size: 30px;
	font-weight:800;
	line-height:1.1;
	margin-right: 10px;
}
.fh2{
	display:block;
	color:white;
	font-size: 30px;
	font-weight:800;
	line-height:1.1;
}
h1,h2,h3,h4{
	color:var(--eemdarkblue);
	font-size: 30px;
	font-weight:800;
	line-height:1.1;
	margin-right: 10px;
}
a{
	color:var(--eemred);
}
a:visited{
	color:var(--eemred);
}
::-webkit-scrollbar{
width:5px;
background-color:var(--eemlightblue);
}
::-moz-scrollbar {
width:5px;
background-color:var(--eemlightblue);
}
::-webkit-scrollbar-track{
background-color:;
}
::-moz-scrollbar-track {
background-color:;
}
::-webkit-scrollbar-thumb {
border-radius: 0;
-webkit-box-shadow: inset 5px 5px 5px var(--eemred);
}
::-moz-scrollbar-thumb {
border-radius: 0px;
-webkit-box-shadow: inset 5px 5px 5px var(--eemred);
}
.video-wrapper {
	position: relative;
	display:flex;
	align-items: center;
	with:100%;
	padding-bottom: 56.25%;
	padding-top: 25px;
	background:red;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ------------------------------------------------------------------------------------------------------------------ */
/* STYLES estudiaenmalta.com  desktop */
body {
  background-color: white;
  color: var(--eemdarkgray);
  font-family: open sans;
 }
.container{
	display:grid;
	/*defines column behavior*/
	grid-template-columns: 10% auto auto 300px 10%;
	/*defines row behavior*/
	grid-template-rows: auto;
	/*grid-gap:3px;*/
	/*definnes a name for grid areas*/
	grid-template-areas:
	"h h h h h"
	"lb lb lb lb lb"
	"rs rs rs rs rs"
	". sm sm sf ."
	". m m s ."
	"a a a a a"
	"rsii rsii rsii rsii rsii"
	"f f f f f"
}
/*--HEADER & MENU ---*/
header{
	position:relative;
	grid-area:h;
	display:flex;
	align-items:center;
	justify-content: right;
	background:var(--eemdarkblue);
	height:110px;
}
.stickymenu{
position:fixed;
right:5px;
top:40px;
font-size: 50px;
font-weight: 700px;
cursor:pointer;
}
.stickymenu a{
color:var(--eemdarkblue);
}
.headerelem{
	width:100%;
	position:relative;
	display:grid;
	grid-template-columns:  100px auto auto;
	grid-template-rows: auto;
	grid-template-areas:
	"log na na ";
	margin-left:10%;
	margin-right:10%;
	background:;
}
.logo{
	grid-area:log;
	background:;
}
.imgsmm{
	position:absolute;
	bottom:-5px;
	right:0px;
	z-index: 50;
	font-size: 14px;
	color:white;
	font-weight: 400;
	/*width:300px;*/
	background:transparent;
	text-shadow: 2px 2px 4px black;
	padding:-10px;
	margin-top: 10px;
}
.imgsmm img{
	margin-left: 20px;
	height:15px;
}
.mmenu{
	display:flex;
	justify-content: right;
	align-items:center;
	grid-area:na;
	color:white;
	background:transparent;
}
.mmenu a{
	margin-right: 20px;
	color:white;
}
.mmenu a:hover{
	color:var(--eemlightblue);
}
.lightbluestripe{
	grid-area:lb;
	background:var(--eemlightblue);
	height:10px;
}
.redstripe{
	display:flex;
	position:relative;
	grid-area:rs;
	background:var(--eemred);
	height:25px;
	align-items:center;
	justify-content: left;
	box-shadow: 0px 1px 4px  gray;
}
.redstripe a{
	color:white;
	}
.breadcrumbs{
	font-size: 12px;
	color:white;
	margin-left:10%;
	margin-right:10%;
}
.breadcrumbs a{
	color:white;
}
.breadcrumbs a:hover{
	color:var(--eemlightgrey);
}
.breadcrumbs a:active{
	color:var(--eemlightgrey);
}
.language{
display:inline-flex;
position:absolute;
right:10%;
color:white;
font-size: 12px;
}
.language img{
	height:12px;
	margin-left:10px;
	box-shadow: 1px 1px 4px  black;
}
.chatus {
  position: fixed;
  bottom: 50px;
  right: 5px;
  width: 80px;
  height: 80px;
  background: transparent;
  z-index: 200;
  color: green;
  font-size: 10px;
  font-weight: 600;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  overflow: hidden;
  text-align: center;
}
.chatus img {
  margin: 0 auto;
  width: 80%;
  margin-top: 5px;
}
/*--HIDDEN MENU--*/
.burgerm{
	font-size:25px;
	cursor:pointer;
	margin-left:20px;
	width:120px;
	background:transparent;
	text-align: right;
	color:white;
}
.sidenav {
  /*hidden menu set to 0 activates with javascript*/
  margin-left: -300px;
  width: 300px;
  position: absolute;
  z-index: 100;
  top: 145px;
  left: 0;
  background-color: rgba(208,20,44,0.95);
  overflow-x: hidden;
  transition: 0.5s;
  color:white;
  border-radius: 0px 0px 50px  0px;
}
.sidenav a{
      color:white;
  }
  .sidenav a:hover{
      color:var(--eemlightgrey);
  }
.sidenav .closebtn {
  /* X button to close menu */
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 12px;
  margin-left: 50px;
  color:white;
  border:0px
}
.linkontainer{
	line-height: 2;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	animation-name: links;
}
.linkontainer li{
	margin-top: 0px;
	margin-left: 10px;
}
/*SLIDERMAIN PROM AREA*/
.sliderprom{
	display:none;
}
.slidermain{
	position:relative;
	grid-area:sm;
	display:grid;
	/*defines column behavior*/
	grid-template-columns:  auto auto 250px;
	/*defines row behavior*/
	grid-template-rows: auto;
	/*grid-gap:3px;*/
	/*definnes a name for grid areas*/
	grid-template-areas:
	"im im prom ";
	font-size: 18px;
	text-align: left;
	background:transparent;
	margin-right: 20px;
	margin-top: 20px;
	/*overflow:hidden;*/
	height:400px;
	/*background-image: url("img/cursos-ingles-st-julians-malta.jpg");*/
}
.fslidermain{
	position:absolute;
	padding:10px;
	padding-left: 0px;
	top:0px;
	width:100%;
	z-index: -5;
	background:transparent;
	height:400px;
	overflow: hidden;
}
.fslidermain2{
	position:absolute;
	top:0px;
	width:100%;
	z-index: -10;
	background:transparent;
	height:400px;
	overflow: hidden;
}
.slidermainim{
	background:transparent;
	overflow:hidden;
	position:relative;
}
.slidermainim img{
	with:100%;
	margin-left: 0px;
	animation-name: students;
	animation-duration: 2s;
	background:transparent;
}
@keyframes students {
	from{margin-left: -1000px;}
	to{margin-left: 0px;}
}
.imgheadline{
	grid-area:im;
	position:absolute;
	bottom: 20px;
	left:0px;
	z-index: 50;
	line-height: 1.2;
	font-size: 25px;
	color:white;
	font-weight: 700;
	/*width:300px;*/
	background:var(--eemdarkblue);
	padding:10px;
	border-bottom: 5px solid var(--eemlightblue);
}
.slidermainprom{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content:right;
	grid-area:prom;
	background:transparent;
}
.circlepromouter{
	display:flex;
	margin-top: 10px;
	margin-right: -100px;
	align-items:center;
	justify-content: center;
	width:220px;
	height:220px;
	background:var(--eemred);
	border-radius: 50%;
	border:3px solid white;
	box-shadow: 0px 1px 2px gray;
}
.circleprominner{
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	width:200px;
	height:200px;
	background:var(--eemred);
	border-radius: 50%;
	border:3px solid white;
	color:white;
}
.circleprominner .promprice{
	display:block;
	font-size: 40px;
	animation-name: bigfont;
	animation-duration: 0.2s;
}
@keyframes bigfont {
	from{font-size: 40px;}
	to{font-size: 50px;}
}
.discountbutton{
	margin-top: 40px;
	padding:25px;
	background:var(--eemred);
	width:220px;
	font-size:20px;
	text-align: center;
	cursor: pointer;
	border-radius:35px 0px 35px 0px;
	color:white;
	border: 3px solid white;
	overflow: hidden;
	transition: all 100ms linear;
}
.discountbutton a{
	color:white;
}
.discountbutton:hover {
  transform: scale(1.05);
}
.discountbutton:hover::after {
  content: '';
  display: block;
  width: 75px;
  height: 175%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,
  rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shine 200ms linear;
  transform: translateX(250px) rotate(-25deg);
}
@keyframes shine {
  0% {
    transform: translateX(-30px) rotate(-25deg);
  }
  100% {
    transform: translateX(250px) rotate(-25deg);
  }
}
/*--SUBMIT FORM SLIDERMAIN*/
.submitform{
	grid-area:sf;
	margin-top: 20px;
	background:transparent;
}
.sfheader{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
	text-align: center;
	font-size:14px;
	background:var(--eemred);
	color:white;
	padding:15px;
	border-radius:35px 0px 0px 0px;
	box-shadow: 0px 1px 2px gray;
	height:100px;
}
.texthighlight{
	display:inline-block;
	font-size:25px;
	text-shadow: 0px 1px 2px gray;
}
.sfform{
	display:flex;
	justify-content: center;
	text-align: center;
	background:var(--eemdarkblue);
	padding:15px;
	border-radius:0px 0px 35px 0px;
	box-shadow: 0px 1px 2px gray;
	height:300px;
	color:white;
	font-size: 12px;
}

.sfformparagraph{
	display:block;
	width:100%;
	background:transparent;
	text-align: left;
	padding:10%;
}

.sfformparagraph img{
	width:20%;
	margin-left:40%;
}

.sfform a{
	color:white;
	}
.sfform form input {
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 3px;
  height: 25px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
}
.sfform form button {
  border-radius: 3px;
  margin-top:5px;
  margin-bottom:10px;
  overflow: hidden;
  transition: all 100ms linear;
  height: 35px;
  width: 60%;
  font-weight:600;
  background: var(--eemlightblue);
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.sfform form button:hover {
  transform: scale(1.05);
}
/*--MAIN BODY--*/
main{
	grid-area:m;
	font-size: 18px;
	text-align: left;
	background:transparent;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
main  h3{
	font-size: 20px;
	color:var(--eemdarkblue);
}
main a:hover{
  color:var(--eemlightblue);
}
main img{
	width:100%;
}
.pseparator{
	display:block;
	height:30px;
}
.hseparator{
	display:block;
	height:15px;
}
.splitr{
	background:transparent;
	height:auto;
	width:100%;
}
.splitr img{
	float:right;
	width:50%;
	padding-left:5px;
	padding-bottom:5px;
	z-index: 0;
}
.splitl{
	text-align: left;
	background:transparent;
	height:auto;
	width:100%;
}
.splitl img{
	float:left;
	width:50%;
	margin-right: 15px;
	z-index: 0;
}
/*--SIDEBAR--*/
.sidebar{
	grid-area:s;
	background:var(--eemlightgrey);
	margin-top: 20px;
	margin-bottom: 20px;
	padding:15px;
	font-size: 11px;
	box-shadow: 0px 1px 2px  gray;
}
.sidebar h2, h3{
	font-size: 20px;
	color:var(--eemred);
}
.sidebar img{
	width:100%;
}
/*--ALLIES--*/
.allies{
	grid-area:a;
	background:var(--eemdarkgrey);
	padding:20px 10% 20px 10%;
	box-shadow: 0px -1px 4px  gray;
}
.allies img{
	height:70px;
	margin-right: 40px;
	margin-top: 40px;
}
/*--FOOTER AND SITEMAP--*/
.redstripe2{
	display:flex;
	position:relative;
	grid-area:rsii;
	background:var(--eemlightblue);
	padding:10px;
	align-items:center;
	justify-content: left;
}
.social{
	margin-left:10%;
}
.social img{
	height:30px;
	margin-right: 10px;
	margin-bottom: -5px;
}
footer{
	display:flex;
	align-items:center;
	grid-area:f;
	background:var(--eemdarkblue);
	height:110px;
}
.footerelem{
	display:grid;
	position:relative;
	margin-left:10%;
	margin-right:10%;
	color:white;
}
.copyright{
	text-align: right;
	color:white;
	position:absolute;
	left:10%;
}
/* BLOG ESPECIAL */
.blogcuadro {
  display: grid;
  background-color: white;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  color: var(--eemdarkgrey);
}
.entry {
  background: var(--eemdarkblue);
  position: relative;
  overflow: hidden;
}
.entry img {
  width: 100%;
  filter: brightness(40%);
  transition: all ease-out 0.2s;
}
.entry img:hover {
  width: 100%;
  filter: brightness(90%);
}
.entryheader {
  background-color: ;
  text-align: justify;
  padding: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
  color: white;
}
.entryheader h2 {
  line-height: 1.1;
  color: white;
  text-align: left;
  margin-top: 0px;
  text-shadow: 1px 1px black;
}
.entrydesc {
  background-color: transparent;
}
.entryfoot {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  padding: 15px;
  font-size: 12px;
  background: rgba(0,0,0, 0.8);
  margin-bottom: 5px;
  color: white;
  text-align: left;
}
.entryfoot a {
  font-size: 16px;
  color:var(--eemlightblue);
  text-align: right;
}
/* SCHOOLS ESPECIAL */
.euralio{
	color:var(--eemdarkgreen);
	font-weight:800;
	font-size: 20px;
}
.euraliolight{
	color:var(--eemlightgreen);
	font-weight:800;
	font-size: 20px;
}
.schoolcontainerr{
	width:100%;
	display: block;
	position: relative;
	height:auto;
	background:transparent;
	overflow:hidden;
}
.imagecontainer {
	float:right;
	width:400px;
	height:550px;
	height:auto;
	margin-left:5px;
	overflow:hidden;
}
.imagecontainer2 {
	float:left;
	width:400px;
	height:550px;
	height:auto;
	margin-right:20px;
	overflow:hidden;
}
.logocontainer img{
	width:143px;
}
.discountbutton2{
	padding:20px;
	margin-left: 10px;
	width:300px;
	background:var(--eemdarkblue);
	font-size:20px;
	text-align: center;
	cursor: pointer;
	border-radius:35px 0px 35px 0px;
	color:white;
	border: 3px solid var(--eemlightblue);
	overflow: hidden !important;
	transition: all 100ms linear;
}
.discountbutton2:hover {
  transform: scale(1.05);
}
.discountbutton2 a{
	color:white;
}
.discountbutton2:hover::after {
  content: '';
  display: block;
  width: 75px;
  height: 175%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,
  rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shiner 200ms linear;
  transform: translateX(350px) rotate(-25deg);
}
@keyframes shiner {
  0% {
    transform: translateX(-30px) rotate(-25deg);
  }
  100% {
    transform: translateX(350px) rotate(-25deg);
  }
}
/* ---- CONTACT SPECIAL ----- */
.cform{
	display:flex;
	justify-content: center;
	text-align: center;
	background:var(--eemdarkblue);
	padding:30px;
	padding-top: 40px;
	border-radius:35px 0px 35px 0px;
	box-shadow: 0px 1px 2px gray;
	color:white;
	font-size: 12px;
}
.cform a{
	color:white;
	}
.cform form input {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  height: 25px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
}
.cform form button {
  border-radius: 3px;
  margin-top:20px;
  margin-bottom:5px;
  overflow: hidden;
  transition: all 100ms linear;
  height: 35px;
  width: 60%;
  font-weight:600;
  background: var(--eemlightblue);
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.cform form button:hover {
  transform: scale(1.05);
}
.cform textarea {
  width: 90%;
  resize: none;
  height: 135px;
  margin-top: 15px;
  color: gray;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  border-radius: 2px;
  padding: 5px;
  padding-bottom: 40px;
  border: 1px solid var(--darktext);
}


/* ---- ENROLLMENT SPECIAL ----- */

.cformecontainer{
	position: relative;
	width:100%;
}



.cformeheader{
	width:100%;
	border-radius:35px 0px 0px 0px;
	background:var(--eemdarkblue);
	padding:30px;
	color:white;

}

.cformeheader h2{

	color:white !important;

}

.cformeheader h3{

	color:white !important;

}

.counsil img{
	width:100px;
	margin-top: -20px;
	margin-bottom: 10px;

}

.cforme{
	display:flex;
	justify-content: left;
	text-align: left;
	background:var(--eemlightgrey);
	padding:30px;
	padding-top: 40px;
	box-shadow: 0px 1px 2px gray;
	color:black;
	font-size: 12px;

}

.cforme2{
	display:block;
	background:var(--eemlightgrey);
	padding:30px;
	box-shadow: 0px 1px 2px gray;
	color:black;
	font-size: 16px;

}

.greentext{

	color:var(--eemdarkgreen);

}

.cforme2 ul li{

	font-size: 12px;
}


.cforme2 img{

	width:40%;
	margin:0 auto;
	padding:0px;
	margin-left:25%;
}

.cforme2 img:hover{

	width:40%;
	margin:0 auto;
	padding:0px;
	margin-left:25%;
}

.cforme2 form button {
  border-radius: 3px;
  margin-top:20px;
  margin-bottom:5px;
  overflow: hidden;
  transition: all 100ms linear;
  height: 35px;
  width: 60%;
  font-weight:600;
  background: var(--eemlightblue);
  color: white;
  font-size: 16px;
  cursor: pointer;

}

.banksquare{
	padding:40px;
	border: 1px dashed black;
	margin:20px;
}

.cforme form input {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  height: 25px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  color:var(--eemdarkgrey) !important;
}


.cforme form select {
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 3px;
  height: 30px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  color:var(--eemdarkgrey) !important;
}

.cforme form button {
  border-radius: 3px;
  margin-top:20px;
  margin-bottom:5px;
  overflow: hidden;
  transition: all 100ms linear;
  height: 35px;
  width: 60%;
  font-weight:600;
  background: var(--eemlightblue);
  color: white;
  font-size: 16px;
  cursor: pointer;
}
.cforme form button:hover {
  transform: scale(1.05);
}
.cforme textarea {
  width: 90%;
  resize: none;
  height: 135px;
  margin-top: 15px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  border-radius: 2px;
  padding: 5px;
  padding-bottom: 40px;
  border: 1px solid var(--darktext);
}

.cformefooter{
	width:100%;
	border-radius:0px 0px 35px 0px;
	background:var(--eemdarkblue);
	padding:30px;
	color:white;

}

.redtext{
	color:red;

}

/* PRINT ENROLL */
.enrollcontainer{
	position: relative;
	width:100%;
	font-family: open sans;
  	font-size: 18px;
}

.enrollmentheader{
	width:100%;
	border-radius:35px 0px 0px 0px;
	background:var(--eemdarkblue);
	padding:30px;
	color:white;

}

.enrollmentfooter{
	width:100%;
	border-radius:35px 0px 0px 0px;
	background:var(--eemdarkblue);
	padding:30px;
	color:white;

}

.steps {
	display:flex;
	justify-content: center;
	margin-bottom:-50px;
}
.steps img{
	width:40%;
}

/* PROMO ESPECIAL */
.promocuadro {
  display: grid;
  background-color: white;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  color: var(--eemdarkgrey);
}
.ghostprom{
	display:none;
}
.entryprom {
  background: var(--eemlightblue);
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  box-shadow: 1px 1px 2px gray;
}
.entryprom img {
  width: 100%;
  filter: brightness(90%);
  transition: all ease-out 0.2s;
}
.entryprom img:hover {
  filter: brightness(100%);
}
.entryfootprom {
  position:relative;
  width: 100%;
  height: 170px;
  border-bottom-right-radius: 30px;
  padding: 15px;
  font-size: 12px;
  background: var(--eemdarkblue);
  margin-bottom: 0px;
  color: white;
  text-align: left;
}
.entryfootprom a {
  font-size: 16px;
  color:white;
  text-align: right;
}
.discountbutton3{
	position:absolute;
	bottom:15px;
	left:15px;
	padding:10px;
	margin-top: 20px;
	background:var(--eemred);
	font-size:20px;
	text-align: center;
	cursor: pointer;
	border-radius:10px;
	color:white;
	border: 3px solid white;
	overflow: hidden !important;
	transition: all 100ms linear;
}
.discountbutton3:hover {
  transform: scale(1.05);
}
.discountbutton3 a{
	color:white;
}
.discountbutton3 a:hover{
	color:white;
}
.discountbutton3:hover::after {
  content: '';
  display: block;
  width: 75px;
  height: 175%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,
  rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shinerdisc 200ms linear;
  transform: translateX(350px) rotate(-25deg);
}
@keyframes shinerdisc {
  0% {
    transform: translateX(-30px) rotate(-25deg);
  }
  100% {
    transform: translateX(350px) rotate(-25deg);
  }
}
/*------ ACCOMMODATION SPECIAL ------*/
.paypal{
	display:flex;
	align-content: center;
	align-items: center;
	background:var(--eemlightgrey);
	box-shadow: 0px 1px 2px  gray;
	border-bottom-right-radius: 50px;
}
.paypalinner{
	width:300px;
	padding:30px;
}
.paypalinner2{
	padding:30px;
	font-size:12px;
	background:transparent;
}
.specs{
	background:var(--eemlightgrey);
	box-shadow: 0px 1px 2px  gray;
	padding:30px;
	padding-left: 50px;
	font-size: 12px;
	border-top-left-radius: 50px;
}
.specs li{
	margin-left: 30px;
	margin-top:5px;
}

.specs2{
	background:var(--eemlightgrey);
	box-shadow: 0px 1px 2px  gray;
	padding:30px;
	padding-left: 50px;
	font-size: 12px;
	border-bottom-right-radius: 50px;
	margin-top:-20px;
}
.specs2 li{
	margin-left: 30px;
	margin-bottom:5px;
}



.gallery{
	padding-top: 30px;
	padding-bottom: 30px;
	align-content: center;
	align-items: center;
	background:var(--eemdarkblue);
	box-shadow: 0px 1px 2px  gray;
}
.gallery img{
	margin:15px;
	border:1px solid var(--eemlightblue);
	border-bottom:5px solid var(--eemlightblue);
	height:200px;
	width:auto;
}



.discountbutton4{
	margin-top: 0px;
	margin:0 auto;
	padding:25px;
	background:var(--eemred);
	width:300px;
	font-size:20px;
	text-align: center;
	cursor: pointer;
	border-radius:35px 0px 35px 0px;
	color:white;
	border: 3px solid white;
	overflow: hidden;
	transition: all 100ms linear;
}
.discountbutton4 a{
	color:white;
}
.discountbutton4:hover {
	color:white !important;
  	transform: scale(1.05);
}
.discountbutton4:hover::after {
  content: '';
  display: block;
  width: 75px;
  height: 175%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%,
  rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
  opacity: 0.5;
  position: absolute;
  top: -20px;
  left: 0;
  animation: shine 200ms linear;
  transform: translateX(250px) rotate(-25deg);
}
@keyframes shine {
  0% {
    transform: translateX(-30px) rotate(-25deg);
  }
  100% {
    transform: translateX(250px) rotate(-25deg);
  }
}








/*---- AGENT SPECIAL -----*/
.cform2 {
  background: transparent;
}
.cform2 input {
  width: 70%;
  border-radius: 3px;
  padding: 10px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  margin-top: 15px;
  border: 1px solid var(--eemdarkblue);
}
.cform2 button {
  border-radius: 3px;
  padding: 10px;
  width: 70%;
  font-family: open sans;
  font-weight: 600;
  background: var(--eemred);
  color: white;
  font-size: 16px;
  margin-top: 15px;
  box-shadow: 1px 1px 2px gray;
  cursor: pointer;
}
.cform2 textarea {
  width: 70%;
  resize: none;
  height: 100px;
  margin-top: 15px;
  color: gray;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  border-radius: 2px;
  padding: 7px;
  border: 1px solid var(--eemdarkblue);
}
.cform2 select{
  width: 70%;
  padding: 0px;
  border-radius: 2px;
  height: 25px;
  font-family: open sans;
  font-size: 16px;
  box-shadow: 1px 1px 2px gray;
  margin-top: 15px;
  border: 1px solid var(--eemdarkblue);
}


/*--- testimonial SECTION --*/


.testimonial-section {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px;
  background: white; /* #f9f9f9 */
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
}

.testimonial-section h2 {
  margin-bottom: 40px;
  font-size: 28px;
  color: var(--eemdarkblue);
}

.testimonial-row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.testimonial {
  width: 30%;
  min-width: 290px;
  background: rgb(255, 255, 255); /* #ffffff */
  padding: 10px;
  border-left: 5px solid var(--eemred);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.image-placeholder {
  text-align: center;
  margin-bottom: 15px;
}

.image-placeholder img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--eemred);
}

.quote {
  font-style: italic;
  font-size: 16px;
  color: rgb(51, 51, 51); /* #333333 */
}

.author {
  margin-top: 12px;
  font-weight: bold;
  color: rgb(68, 68, 68); /* #444444 */
}

.stars {
  color: var(--staryellow);
}

.cta-button {
  display: inline-block;
  margin-top: 40px;
	margin-bottom: 40px;
  padding: 12px 24px;
  background: var(--eemred);
  color: rgb(255, 255, 255);
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background: rgb(200, 16, 46); /* slightly darker red */
	color: rgb(255, 255, 255);
}

.cta-button:visited {
  color: rgb(255, 255, 255);
}




@media (max-width: 1024px) {
  .testimonial-row {
    flex-direction: column;
    align-items: center;
  }

  .testimonial {
    width: 90%;
    margin-bottom: 20px;
  }
}









/*----------------------- PHONES TABLETS MOBILE VERSION ------------------------------------------*/
@media only screen and (max-width: 900px) {
  .container{
	display:grid;
	/*defines column behavior*/
	grid-template-columns: 10% auto 10%;
	/*defines row behavior*/
	grid-template-rows: auto;
	/*grid-gap:3px;*/
	/*definnes a name for grid areas*/
	grid-template-areas:
	"h h  h"
	"lb  lb lb"
	"rs rs rs"
	". sp  ."
	". m   ."
	". sf  ."
	"a a  a"
	"rsii  rsii rsii"
	"f f f"
}
.sidebar{
	display:none;
}
.imgsmm  {
    display:none;
}
.submitform{
	width:100%;
	margin-bottom: 20px;
	grid-area:sf;
}
.allies img {
    height: 40px;
    margin-right: 40px;
}
.navlinks{
	display:none;
}
footer{
	margin-bottom: 0px;
}
.chatus {
    position: fixed;
    bottom: 52px;
    right: 0px;
    width: 70px;
    height: 100px;
    background: green;
    z-index: 200;
    color: white;
    font-size: 10px;
    text-shadow: 0px 0 transparent, 0 0px transparent, 0px 0 transparent, 0 -0px transparent;
    overflow: hidden;
    text-align: center;
    padding: 5px;
  }
  .chatus img {
    margin: 0 auto;
    width: 80%;
    margin-top: 5px;
  }
.slidermain{
	display:none;
}
.sliderprom{
	display:flex;
	grid-area: sp;
	width:400px;
	margin:0 auto;
}
.entryprom {
  margin-top:10px;
}
.paypal{
	display:block;
}
.paypalinner{
	width:100%;
	padding:30px;
	padding-bottom: 0px;
	background:;
	margin-bottom: -20px;
}
}
/*----------------------- PHONES ONLY ------------------------------------------*/
@media only screen and (max-width: 580px) {
.sliderprom{
	width:100%;
}
.promocuadro {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.blogcuadro {
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
.splitr img{
	width:100%;
}
.splitl img{
	width:100%;
}
.breadcrumbs{
	display:none;
}
.social img{
	height:25px;
	margin-right: 7px;
	margin-bottom: -5px;
}
.mmenu a {
    margin-right: 10px;
    color: white;
    font-size: 16px;
}
}




/*--------------------YOUTUBE LIGHT-----------------*/
.youtube-lite-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    background: #000;
    overflow: hidden;
  }

  .youtube-lite-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .youtube-lite-wrapper .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/img/sm/ytplay.svg') no-repeat center;
    background-size: 60px 60px;
    width: 80px;
    height: 80px;
    border: none;
    outline: none;
    opacity: 0.85;
  }

  .youtube-lite-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
  }
