@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.76);
}

@media screen and (max-width: 992px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}


a {
  color: #da1212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #da1212;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  
}


p span {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  float: left;
  width: 100%;
}

::-webkit-selection {
  color: #fff;
  background: #da1212;
}

::-moz-selection {
  color: #fff;
  background: #da1212;
}

::selection {
  color: #fff;
  background: #da1212;
}

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#fh5co-aside {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 15%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-aside.border {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
#fh5co-aside #fh5co-logo {
  text-align: center;
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
}
ul span {
	font-weight: bold;
}
#fh5co-aside #fh5co-main-menu ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
#fh5co-aside #fh5co-main-menu ul li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px;
  letter-spacing: .2em;
  font-family: "Montserrat", Arial, sans-serif;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #da1212;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-aside .fh5co-footer p {
	 text-align: center;
}

@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
}
#fh5co-aside .fh5co-footer span {
  display: block;
}
#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #da1212;
}

#fh5co-main {
  width: 85%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 2.5em 0;  /*it was 4em*/
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 3.5em 1em;
  }
  
  #fh5co-main .fh5co-narrow-content p {
    font-size:14px;
  }
}

#fh5co-main .fh5co-narrow-content1 {
	 
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 1.5em 0;  /*it was 4em*/
}
.fh5co-narrow-content1 p {
	font-size:18px;
}
.fh5co-narrow-content1 ol {
	background: #0a3fe5;
    padding: 15px;
	 margin: 0 auto;
	font-size:16px;
	
}


.fh5co-narrow-content1 ol li {
    background: white;
    padding: 3px;
    margin-left: 35px;
	
}

@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content1 {
    width: 100%;
    padding: 3.5em 1em;
  }
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
}

.work-item {
  margin-bottom: 30px;
}
.work-item a {
  border: none;
  text-align: center;
}
.work-item a img {
  margin-bottom: 10px;
  float: left;
  border: 10px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.work-item h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  
}

.work-item a h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.work-item  p {
	
  font-size: 14px;
  color: #43962e;
  margin-bottom: 0;
  text-align: center;
}

.work-item a p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0;
}

.work-item  i{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}

.work-item a:hover, .work-item a:active, .work-item a:focus {
  text-decoration: none;
}
.work-item a:hover img, .work-item a:active img, .work-item a:focus img {
  border: 10px solid #000;
}



.align p {
	text-align: justify;
}

.column .content {
	font-size: 14px;
	position: absolute;
	bottom: 0;
	background: rgba(72, 237, 21, 0.41);
	color: #f8f8f8;
	width: 80%;
	padding: 10px;
}
.content p {
	margin-bottom:0.5em;
}


.column  {
	padding: 5px;
	border: 1px solid #ddd; /* Gray border */
    border-radius: 1px;  
    opacity: 0.8; 
    cursor: pointer; 
}

.column1  {
	padding: 5px;
	border: 1px solid #ddd; /* Gray border */
    border-radius: 1px;  
    opacity: 0.8; 
     
}

.column img:hover {
    opacity: 1;
	 box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.desc {
    padding: 5px;
    text-align: center;
	
}
.desc p {
	font-size:14px;
	margin-bottom:0.5em;
}

/* The expanding image container (positioning is needed to position the close button and the text) */
.container {
    position: relative;
    display: none;
}

/* Expanding image text */
#imgtext {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: white;
    font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}


.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-pagination {
  padding: 3em 0;
}
.work-pagination a {
  color: #fcf7f7;
}
.work-pagination a:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .work-pagination span {
    display: none;
  }
}

.fh5co-border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.fh5co-testimonial {
  padding: 1em 0;
  background: #da1212;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    padding: 3em 0;
  }
}
.fh5co-testimonial .item {
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.fh5co-testimonial .item figure {
  text-align: center;
}
.fh5co-testimonial .item figure img {
  max-width: inherit;
  width: 90px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial .item p {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-testimonial .item p {
    font-size: 20px;
  }
}
.fh5co-testimonial .item .author {
  font-size: 16px;
  display: block;
}

.fh5co-counters {
  padding: 1em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
}

.fh5co-maintitle {
  width: 100%;
  height: 600px;
background-image: url(../images/biomagnetismo_portada.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size:100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}


.fh5co-maintitle h1 {
    color: white;
    text-shadow: 2px 2px 8px #292C29;
}

.fh5co-maintitle h2 {
    color: #f6c909e6;
    text-shadow: 2px 2px 8px #050505;
}

.fh5co-maintitle h3 {
    color: #dd9d06;
    text-shadow: 2px 2px 8px #fff;
}


@media screen and (max-width: 900px) {
	.fh5co-maintitle {
		height: 500px;
	}
  .fh5co-maintitle h1 {
    font-size: 18px;
  }	

  .fh5co-maintitle h2 {
    font-size: 16px;
  }
  .fh5co-maintitle h3 {
    font-size: 16px;
  }
  .fh5co-maintitle a {
    font-size: 16px;
  }  
}

@media screen and (max-width: 480px) {
	.fh5co-maintitle {
		height: 450px;
	}
  .fh5co-maintitle h1 {
    font-size: 12px;
  }	

  .fh5co-maintitle h2 {
    font-size: 12px;
  }
  .fh5co-maintitle h3 {
    font-size: 12px;
  }
  .fh5co-maintitle a {
    font-size: 12px;
  }  
  .fh5co-maintitle {
  width: 100%;
  height: 250px;
background-image: url(../images/biomagnetismo_portada.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size:100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}
  
}

.fh5co-sauna {
  width: 100%;
  height: 600px;
background-image: url(../images/footer_imanes1.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}
.fh5co-sauna .centered {
	position: absolute;
    top: 100px;
    left: 300px;
	font-size: 16px;
	
}
 .fh5co-sauna .centered-left {
	position: absolute;
    top: 310px;
    left: 8px;
	font-size: 16px;
}

.fh5co-sauna .fh5co-heading  {
	color: #000;
	text-shadow: 2px 2px 8px white;
	
}

.fh5co-sauna1 .fh5co-heading  {
	color: #005ce6;;
	text-shadow: 2px 2px 8px white;
	
}
@media screen and (max-width: 900px) {
	.fh5co-sauna {
		height: 500px;
	}
  .fh5co-sauna h1 {
    font-size: 18px;
  }	

  .fh5co-sauna h2 {
    font-size: 16px;
  }
  .fh5co-sauna h3 {
    font-size: 16px;
  }
  .fh5co-sauna a {
    font-size: 16px;
  }  
}

@media screen and (max-width: 480px) {
	.fh5co-sauna {
		height: 450px;
	}
  .fh5co-sauna h1 {
    font-size: 12px;
  }	

  .fh5co-sauna h2 {
    font-size: 12px;
  }
  .fh5co-sauna h3 {
    font-size: 12px;
  }
  .fh5co-sauna a {
    font-size: 12px;
  }  
  
.fh5co-sauna {
  width: 100%;
  height: 300px;
background-image: url(../images/footer_imanes1.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}
.fh5co-sauna .centered {
	position: absolute;
    top: 100px;
    left: 100px;
	font-size: 16px;
	
}
.fh5co-sauna .top-left {
	position: absolute;
    top: 20px;
    left: 8px;
	font-size: 16px;
}
.fh5co-sauna .top-right {
	position: absolute;
    top: 50px;
    right: 8px;
}
  .fh5co-sauna img {
    width: 100px;
  }
  .fh5co-sauna .centered-left {
	position: absolute;
    top: 210px;
    right: 100px;
	font-size: 16px;
}

}

.fh5co-sauna1 {
  width: 100%;
  height: 800px;
background-image: url(../images/woman_relax1.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}

.fh5co-sauna1 .fh5co-heading  {
	color: white;
	text-shadow: 2px 2px 8px black;
	
}

.fh5co-sauna1 .centered-left {
	position: absolute;
    top: 150px;
    left: 8px;
	font-size: 16px;
	
}

@media screen and (max-width: 900px) {
	.fh5co-sauna1 {
		height: 500px;
	}
  .fh5co-sauna1 h1 {
    font-size: 18px;
  }	

  .fh5co-sauna1 h2 {
    font-size: 16px;
  }
  .fh5co-sauna1 h3 {
    font-size: 16px;
  }
  .fh5co-sauna1 a {
    font-size: 16px;
  }  
}

@media screen and (max-width: 480px) {
	.fh5co-sauna1 {
		height: 450px;
	}
  .fh5co-sauna1 h1 {
    font-size: 12px;
  }	

  .fh5co-sauna1 h2 {
    font-size: 12px;
  }
  .fh5co-sauna1 h3 {
    font-size: 12px;
  }
  .fh5co-sauna1 a {
    font-size: 12px;
  }  
  .fh5co-sauna1 img {
    width: 100px;
  }
  .fh5co-sauna1 {
  width: 100%;
  height: 260px;
background-image: url(../images/woman_relax1.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
 /* background-size: 1150px 600px;*/
 background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
 /* background-attachment: fixed;*/
}
.fh5co-sauna1 .top-left {
	position: absolute;
    top: 20px;
    left: 8px;
	font-size: 16px;
	
}
.fh5co-sauna1 .top-right {
	position: absolute;
    top: 20px;
    right: 8px;
	
	
}
}

.fh5co-saunamain {
  width: 100%;
  height: 600px;
  background-image: url(../images/girl_banner_webpage_sauna.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}

.fh5co-saunamain h1 {
    color: #0d6cbf;
    /*text-shadow: 1px 1px 1px #292C29;*/
}
.fh5co-saunamain h3 {
    color: white;
    text-shadow: 1px 1px 4px #292C29;
}

@media screen and (max-width: 900px) {
	.fh5co-saunamain {
		height: 500px;
				}
}

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

	.fh5co-saunamain h1 {
    font-size: 16px;
  }
  	.fh5co-saunamain h3 {
    font-size: 14px;
	color: black;
	text-shadow: 0px 0px 0px #292C29;
  }
	
	.fh5co-saunamain {
  width: 100%;
  height: 550px;
  background-image: url(../images/sauna_portada_vertical.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}

}

.fh5co-posterorientacion {
  width: 100%;
  height: 600px;
  background-image: url(../images/poster_curso_orient_1.jpg);
  padding: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
}


@media screen and (max-width: 900px) {
	.fh5co-posterorientacion {
		height: 400px;
				}
}

@media screen and (max-width: 480px) {
	.fh5co-posterorientacion {
		height: 250px;
	}
}
.bottom-left {
    position: absolute;
    bottom: 10px;
    left: 26px;
}

.top-left {
    position: absolute;
    top: 58px;
    left: 10px;
}

.top-right {
    position: absolute;
    top: 100px;
    right: 8px;
}

.centered-left {
	position: absolute;
    top: 300px;
    left: 8px;
	
}

.fh5co-verybottom {
background-image: url(../images/5.jpg);
  padding: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
}

.fh5co-verybottom img {
	display: block;
  margin-left: auto;
  margin-right: auto;
	width: 500px; 
}



.fh5co-maintitle a:hover {
	color: #fff;
}

.fh5co-counters .fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  margin-bottom: .5em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.fh5co-lead {
  font-size: 24px;
  line-height: 1.5;
}

.fh5co-lead span {
    font-weight: bold;
}

.fh5co-heading-colored {
  color: #da1212;
}

.fh5co-servhead p {
	padding-left: 15px;
	
}

.fh5co-servhead h1 {
	padding-left: 15px;
	
}


.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}

.fh5co-cards ul {
	color: rgba(0, 0, 0, 0.63);
}

.h5co-carousel-bg {
	background: #f2553b;
	
}

@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #7ff03bb3; /*it was ebebeb*/
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(8, 7, 7, 0.71);
  max-width: 350px;
  margin: auto;
  padding-left:20px;
  text-align: left;
  font-family: arial;
}
.card1 {
  box-shadow: 0 4px 8px 0 rgba(8, 7, 7, 0.71);
  width: 450px;
  margin:auto;
  padding-left:20px;
  text-align: left;
  font-family: arial;
}

@media screen and (max-width: 768px) {
  .fh5co-card1 {
    margin: auto;
  }


.card h1 {
	text-align: center;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #da1212;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
}

@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #da1212;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #da1212;
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
	 width: 80%; 
    height: 100px;
  }
}

.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-messageplus {
	 background: #fafafa;
	
}

.fh5co-messageplus p {
	line-height: 1.6;
	font-size: 20px;
	margin-bottom:0.5em;
}



.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
 padding: 20px;
  line-height: 1.3;
}

.fh5co-text p {
    font-size: 18px;
    color: #12121299;
    margin-bottom: 1.2em;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #da1212;
  font-size: 50px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #da1212;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.fh5co-heading {
  font-size: 32px;  /*it was 45px*/
  margin-bottom: 1em;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
	
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-heading {
    font-size: 20px;
    margin-bottom: 1em;
  }
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 3px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 3px solid #da1212;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  height: 10px;
  border: 2px solid #fff;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #da1212;
  color: #fff;
  border: 2px solid #da1212;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #ec1919 !important;
  border-color: #ec1919 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #da1212;
  border: 2px solid #da1212;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #da1212;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #da1212;
}

#message {
  height: 130px;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.js .animate-box {
  opacity: 0;
}

.fa {
    text-align: center;
    text-decoration: none;
	 margin: 5px 5px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
	padding: 5px;
    background: #3B5998;
    color: white;
	border-radius: 50%;
	font-size: 30px;
	width: 40px;
	margin-right: 10px;
}
.fa-instagram {
	padding: 3px;
    background:  radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: white;
	border-radius: 30%;
	width:30px;
	height:30px;
	font-size: 25px;
}

.fa-whatsapp {
 
	padding: 5px;
	width:50px;
	height:50px;
	bottom:0px;
	right:0px;
	background-color:#25d366;
	color:#FFF;
	border-radius:60px;
	text-align:center;
  font-size:40px;
	box-shadow: 2px 2px 3px #999;
  /*z-index:100;*/	
}


.fa-phone {
	padding: 5px;
	color: #c50f0f;
	width: 30px;
	font-size: 30px;
	margin-right: 10px;
}

.fa-envelope {
	padding: 5px;
	color: #c50f0f;
	font-size: 30px;
	margin-right: 10px;
}

.fa-home {
	padding: 5px;
	color: #c50f0f;
	font-size: 30px;
	margin-right: 10px;
}


.fa-li.fa.fa-check-square {
    color: #1076b7cc;
}

.fa.fa-check {
    color: #1076b7cc;
}
.button {
    background-color: #E4B51499;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonstyle a:hover{
	color:#808080;
	
}

.button1 {
    background-color: #F5FB06E6;
    border: none;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
	
    /*display: inline-block;*/
    font-size: 22px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 50%;
	
}

.polaroid{
	background-color: #ece8f580;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}


.flip1 {
	border:10px solid white;
}

.flip1:hover{
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.flip:hover{
	-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.shake:hover {
	animation: shake 0.5s;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #fce9fc;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
	font-weight: bold;
	color: #e335e3;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f6bcf6;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #e335e3;
	color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
	font-size:16px;
}

.tabcontent p::first-letter {
    font-size: 200%;
    color:  #1076b7cc;
	line-height:1.6px;
}

.tabcontent h3 {
    
   font-size:14px;
}

.tabcontent img {
	border-radius: 15%;
}

.mySlides {
	display: none;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/* The Modal (background) */
.modal {
    display: none;  /*Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(3, 3, 3, 0.78); /* Black w/ opacity */
    margin-left: auto;
    margin-right: auto;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(249, 246, 246, 0.8),0 6px 20px 0 rgba(249, 243, 243, 0.78);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-header {
    padding: 12px 16px;
    background-color: #5cb85c;
    color: white;
	text-align: left;
}

.modal-body {padding: 12px 20px;}
.modal-body p {
	
	font-size:17px;
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
	text-align: left;
}
@media screen and (max-width: 480px) {
	.modal-content {
		width: 100%;
		font-size: 8px;
	}
	.modal-body p {
	
	font-size:12px;
}
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


#navbar {
  overflow: hidden;
  background-color: #333;
  /*z-index:100;*/
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 8px 14px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #a6d8a8;
  color: black;
}

#navbar a.active {
  background-color: #4CAF50;
  color: white;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /*z-index:999;*/
}

.sticky + .content {
  padding-top: 60px;
}

/* Popover Header */
  .popover-title {
      /*background-color: #73AD21; */
      color: black; 
      font-size: 18px;
      text-align:center;
  }
  /* Popover Body */
  .popover-content {
      /*background-color: coral;*/
      color: black;
      padding: 16px;
	  font-size: 16px;
  }

.mySlides {display:none}

.w3-modal {
	padding-top: 50px;
}
.w3-modal-content {
    width: 600px;
}
.checked {
	color: orange;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}


