
@import "animate.css";
@import "pro_hover.css";
@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Montserrat:wght@200;600&family=Qwitcher+Grypen&display=swap');
@font-face{font-family:Blackstone;src:url('https://beautybyayleen.com/fonts/blackstoneregular.woff');}


/*@import "touchTouch.css";
@import "owl.carousel.css";*/
/*========================================================
                    Main layout styles
=========================================================*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lang-switcher {position: fixed;top: 16px;right: 0px;padding: 5px 10px;border-radius: 5px;cursor: pointer;z-index: 9999999;user-select: none;font-family: Arial, sans-serif;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.menu-mobile{}
.lang-switcher.fixed{top: 4px;}
.current-lang {
  background: white;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.current-lang img {
  width: 20px;
  height: 14px;
}

.lang-menu {
  display: none;
  margin-top: 5px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.lang-menu div {
  padding: 5px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lang-menu div:hover {
  background-color: #f0f0f0;
}

.lang-menu img {
  width: 20px;
  height: 14px;
}
#photos{
	padding: 60px 0px;
	text-align: center;
}
#staff{text-align:center;padding: 60px 0px;background: #f8f9f9;}
.home-container{
    margin: 0 30px;
    display: none;
}
.nota{
	background: #e1f7db;
	padding: 20px 30px;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 20px;
}
.comment{
    padding: 30px;
    position: relative;
    background: #f8f9f9;
    border-left: 3px solid #079e34;
    font-style: italic;
    margin-bottom: 40px;
    font-size: 13px;
}
.whats-box{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999999;
    cursor: pointer;
}
.whats-img{
    background: url(../images/whats.png);
    width: 65px;
    height: 65px;
    background-size: 100%;
    float: right;
}
.whats-img.line{
    background: url(../images/line.png);
 
}
.whats-img-p{}
.whats-img-bg{
    background: #36be49;
    width: 65px;
    height: 65px;
    border-radius: 40px;
    position: absolute;
    z-index: -1;
    opacity:.5;
    animation: zoom-in-zoom-out 1.5s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
.whats-text{
    background: #f2f2f2;
    padding: 0px 10px;
    border-radius: 20px;
    font-size: 10px;
    padding-right: 20px;
    position: absolute;
    width: 146px;
    right: 49px;
    font-weight: bold;
    top: 20px;
    color: #b7b7b7;
    border: 1px solid #ccc;
    Z-INDEX: -2;
    box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.51);
    -webkit-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 14px -7px rgba(0,0,0,0.51);
}

.testimonios-section {
      width: 100%;
      padding: 60px 0px;
      background-color: #f8f8f8;
      text-align: center;
      position: relative;
    }
  
    .testimonios-slider {
      max-width: 600px;
      margin: 0 auto;
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      position: relative;
    }
    .testimonio {
      display: none;
      transition: opacity 0.5s;
    }
    .testimonio.active {
      display: block;
    }
    .foto-testimonio {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      margin-bottom: 10px;
    }
    .nombre-testimonio {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .texto-testimonio {
      font-style: italic;
      margin-bottom: 10px;
    }
    .estrellas {
      color: #f5b301;
      font-size: 20px;
    }
    .flecha {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 24px;
      cursor: pointer;
      user-select: none;
      background: rgba(255,255,255,0.8);
      padding: 10px;
      border-radius: 50%;
    }
    .flecha.izq {
      left: 10px;
    }
    .flecha.der {
      right: 10px;
    }
.spinner i{font-size:30px;width: 30px;height: 30px;left: 50%;top: 50%;margin-left: -15px;margin-top: -15px;}
.spinner{background: #54502c;color:#fff;width: 100%;height: 100%;position: fixed;z-index: 999999999;}
.bg-menu{
}
.menu-mobile2{
}

.nav-icon2{
}
.menu{
}
.subMenu{
}
.inner{
}
.about.html{
}
.subNavBtn{
}
.portfolio.php{
}
.rates.html{
}
.enroll.php{
}
.contact.html{
}
.clearfloat{
}
.home{
}
.home-title{font-size: 7vw;line-height: 6vw;font-weight: bold;text-transform: uppercase;}
.home-txt{font-size: 20px;max-width: 550px;margin: 0 auto;margin-bottom: 40px;margin-top: 40px;}
.button-1{-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;background: #079e34;padding: 15px 20px;display: inline-block;margin: 5px;font-weight: bold;color: #fff;}
.button-1:hover{background:#54502c}
.main{
}
.box-5 li{ margin-bottom:5px}
.box-5 li a b{color:#fff;font-weight: normal;}
.box-5 b{ color:#fff}
.box-5{width: 21%;margin: 2%;float:left;color: #dddddd;font-weight: normal;line-height: 20px;}
.box-1{float: left;width: 33.3%;text-align: center;}
.box-1-container{}
.box-1-img{width: 120px;height: 120px;background: #ccc;border-radius: 60px;margin: 0 auto;}
.button-2{
}
.box-5 span{color:#fff;font-style: italic;}
.bgImg{-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;background-size: cover;background-repeat: no-repeat;background-position: center;}
.bgImg:hover{ opacity:0.8}
.box-2{float: left;width: 30.3%;border: 1px solid #ccc;margin: 1.5%;text-align: center;padding-bottom: 20px;}
.box-2-img{margin-bottom: 20px;height: 200px;/* background: #cccccc; */}
.box-2-subtitle{
}
.box-2-title{font-weight: bold;font-size: 17px;color: black;margin-bottom: 20px;margin-top: 20px;}
.button-3{
}
.logo-body{
}
.firma{
}
.certificte-box{margin-bottom: 40px;}
.certificate{
}
.box-3{float: left;width: 46%;margin: 2%;text-align: left;}
.box-3-img{height: 300px;/* background: #cccccc; */margin-bottom: 20px;}
.box-3-title{text-align: left;font-size: 18px;font-weight: bold;}
.h1-upper{text-align: center;display: block;color: #8e8e8e;}
.box-4{width: 100%;padding: 3%;margin-bottom: 2px;/* background: #cccccc; */color: #fff;height: 360px;}
.box-4-title{font-size: 18px;font-weight: bold;}
.box-4-subtitle{margin-bottom: 20px;}
.button-4:hover{ background:#fff; color:#54502c; mix-blend-mode: difference }
.button-4{	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;font-size: 13px;font-family: sans-serif;text-transform: uppercase;background: transparent;color: #fff;padding: 7px 20px;cursor: pointer;display: inline-block;border: 1px solid #fff;}
.photo-copyright{margin-bottom: 40px;}
.img-box-1{background: #cccccc;height: 300px;float: left;width: 33.13%;margin: 0.1%;}
.img-box-2{
}
section{ background:#fff
	   }

#page-top{
	background:#f8f9f9;
	margin-top: 80px;
	padding: 40px 0px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
#home{
    text-align: center;
    height: 700px;
    background: transparent;
    color: #fff;
}
#about{}
#learn{
    text-align: center;
}
#start{
    padding: 60px 0px;
}
.splide{ margin-bottom:40px}
#plan{
    padding: 60px 0px;
}
#oshirase{
    padding: 60px 0px;
    text-align: center;
}
hr{margin-top: 40px;margin-bottom: 40px;border: none;height: 1px;background: #e4e4e4;}





.bg{background:url(../images/home-japan.jpg);width:100%;height: 700px;background-size: cover;background-position: right;position: absolute;top: 0;z-index: -1;opacity: 0.27;background-repeat:no-repeat;}
.bg-black{background:#000;width:100%;height: 1000px;position: absolute;top: 0;z-index: -2;}
html {
	-ms-touch-action: none;
}
.c-file-top{
    background: #bfa18e;
    color: #fff;
    padding: 5px 10px;
}
.c-file-title{
    float: left;
    font-weight: bold;
    letter-spacing: 0px;
}
.c-file-open{
    float: right;
    cursor: pointer;
}
.c-file{}
.c-file-btns .button{background-color: #bfa18e;display: inline-block;padding: 10px 15px;border-radius: 50px;color: #fff;font-weight: bold;letter-spacing: 0px;cursor: pointer;}
.c-col-left{float:left;width: 28%;margin: 1%;}
.pdf-v{background:#525252;padding:10px;}
.c-col-right{
    float: left;
    width: 69%;
    margin: 1%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.39);
    overflow: hidden;
    margin-left: 0px;
}
.c-col-right.full{
    float: none;
    width: 100%;
    position: fixed;
    background: #fff;
    margin: 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
    -webkit-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
    -moz-box-shadow: 1px 1px 8px -1px rgba(0, 0, 0, 0.39);
    overflow: scroll;
    margin-left: 0px;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}
body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #5f5f5f;
  margin:0;
  padding:0;
}
.box-img-center img{ width:100% }
.box-img-center{ width:100%; max-width:550px }
p{font-size: 15px;margin-top: 0px;}
body,
html {
  height: 100%;
}
.header-course{
    background: #bfa18d;
    height: 70px;
}
.c-back i { 
	margin-right:5px
}

#c-progress{width: 100%;float:left}
#c-index{float:left;width: 100%;overflow: hidden;overflow: scroll;}
.c-box-style{
	background:#fff;
	box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
	-webkit-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
	-moz-box-shadow: 1px 1px 8px -1px rgba(0,0,0,0.39);
	padding: 20px;
	letter-spacing: 0px;
	border-radius: 5px;
	margin-bottom: 4%;
}

.c-back{float:left;font-weight: bold;letter-spacing: 0px;color: #fff;line-height: 70px;margin-left: 20px;}
.hr{width:100%;height:1px;background:#ccc;margin-top: 20px;margin-bottom:  20px;}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.c-file-btns{
    margin: 10px;
    text-align: center;
}
.c-title{
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
video::-webkit-media-controls-play-button {}
video::-webkit-media-controls-timeline {}
video::-webkit-media-controls-current-time-display{}
video::-webkit-media-controls-time-remaining-display {}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-toggle-closed-captions-button {}
video::-webkit-media-controls-volume-slider {}
.c-bar{
    height: 4px;
    background: #ccc;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.c-percentage{
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
}
.footer-2{background: #464327;text-align: center;padding: 80px 0px;color: #fff;}
.copyright{background: #33322d;text-align: center;padding: 40px 20px;color: #a0a0a0;}
a {
  color: inherit;
  text-decoration: none;
	color:#079e34;
}


a:hover{}
.c-sub-title{
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
}
.c-sub-icon{
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    color: #acacac;
}
.certificate-2 img{width:100%;max-width: 250px;}
.certificate-2:nth-child(4) img{width:100px;}
.home-bg{background: rgba(0,0,0,0.3);width: 100%;height: 100%;position: absolute;}
#my-books{background-color: #f2f2f2;    font-family: 'Bacasime Antique', serif;
    letter-spacing: 0px;
    padding-top: 60px;
    padding-bottom: 60px;}
#all{padding-top: 60px;text-align: center;padding-bottom: 60px;background: white;}
* {
  position: relative;
  -webkit-text-size-adjust: none;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
	cursor:pointer;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover { opacity:0.8; }

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.box-img-100{ width:100%-webkit-fill-available }
.box-img-100 img{ width:100%}
.section{margin-bottom: 40px;}
.page-title{
    font-size: 20px;
    font-weight: bold;
}
h3 span{ color:#079e34}
.sns-ul{margin:0 auto;width: 64px;}
.sns-ul li{
    float: left;
    font-size: 22px;
    margin: 5px;
    text-align: center;
    width: 22px;
}
.sns-ul li a{ color:#fff}
.sns-ul li a:hover{ opacity:0.8; color:#fff}
.splide__slide{ overflow:hidden}
.splide__arrows{ position:absolute; width:100%; height:100%}
.splide__slide img{
	cursor: pointer;
	width:100%;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	}
.splide__slide img:hover{transform: scale(1.5); }
.bgstretcher-area {text-align: left;width: 100%;position: relative;z-index:-1;}
.bgstretcher,
.bgstretcher UL,
.bgstretcher UL LI { position: absolute; top: 0; left: 0; }
.bgstretcher UL,
.bgstretcher UL LI { margin: 0; padding: 0; list-style: none; }
.bgstretcher {background: #000;nowhitespace: afterproperty;nowhitespace: afterproperty;nowhitespace: afterproperty;overflow: hidden;width: 100%;position: fixed;z-index: 1;_position: absolute; /*IE6 doesn't support fixed positioning*/top: 0;left: 0;}
.prevBtn { width: 100px; height: 100px; display: inline-block; position: absolute; left: 0; background: url(../images/bg5.png); top: 35%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); cursor: pointer; overflow: hidden; z-index: 10; text-align: center; }
.nextBtn { width: 100px; height: 100px; display: inline-block; position: absolute; right: 0; background: url(../images/bg5.png); top: 35%; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); cursor: pointer; overflow: hidden; z-index: 10; text-align: center; }
.bgstretcher-page { width: 100%; height: 100%; }
.tmp-disabled{
    margin-top: 80px;
    font-size: 25px;
    text-align: center;
    color: red;
}
.main-box-vodeo{ padding-top:200px}
.course-box-3{ margin-bottom:20px}
.course-box-3 .course-col-1{ font-size:16px}
.prev{background:#fff;float:left;letter-spacing:0px;padding: 5px 10px;font-size: 13px;font-weight: bold;line-height: 13px;cursor: pointer;border-radius: 2px;margin-right: 5px;display: inline-block;margin-bottom: 10px;}
.next{background: #fff;float: left;letter-spacing: 0px;padding: 5px 10px;font-size: 13px;font-weight: bold;line-height: 13px;cursor: pointer;border-radius: 2px;margin-right: 5px;}
.nextprev{
    color: #fff;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: bold;
    float: left;
}
.book-box{
    width: 100%;
    -webkit-box-shadow: 5px 5px 24px -9px rgba(66, 68, 90, 1);
    -moz-box-shadow: 5px 5px 24px -9px rgba(66, 68, 90, 1);
    box-shadow: 5px 5px 24px -9px rgba(66, 68, 90, 1);
}
.book-box img{
    width: 100%;
}
.button-book:hover{scale:1.1}
.button-book{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	right: -50px;
	top: 100px;
	background: #bfa18d;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
	font-size: 33px;
	text-transform: uppercase;
	cursor: pointer;
}
.c-bar-p{background: #67ae67;height: 4px;}
.c-check{
    float: left;
}
.c-check.OK I{color:#67ae67}
.c-sub .c-check.OK I{color:#67ae67}
.c-check i{
    color: #acacac;
    margin-right: 10px;
}
.c-scroll{
    min-width: 200px;
}
.c-c{
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	height: 40px;
}
.c-sub{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 50px;
    padding-left: 20px;
}
.c-sub .c-check i{
    color: #acacac;
    margin-right: 10px;
    line-height: 32px;
}
.message_error{
    color: #d65151;
    background: #ffcaca;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #d65151;
    display: none;
}
.message_error a{text-decoration: underline;font-weight: bold;}
.message_ok{
    color: #3db473;
    background: #cbded3;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid #3db473;
    display: none;
}
#sign-up{
    background: #bfa18e;
    color: #fff;
    padding: 80px;
    width: 600px;
    position: fixed;
    top: 8%;
    bottom: 8%;
    overflow: scroll;
    display: none;
    left: 50%;
    margin-left: -300px;
    z-index: 999999;
}
.books-main{margin-top: 80px;}
.buttons-box{ margin-top:20px}
.col-4b{
	   width:100%;
	   max-width:300px;
	   border: 1px solid #bfa18d;
	   display: inline-block;
	   border-radius: 5px;
	   margin-top: 20px;
	   font-family: 'Montserrat';
	   overflow: hidden;
	   }
.about-1 img,.about-2 img,.about-3 img{width: 100%;}
.about-1{
	
}
.user-img-box{
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 40px;
}
.top-port-2{
		   margin-top: -120px;
		   z-index: 9;
		   position: relative;
		   display: inline-block;
		   /* border: 7px solid #000; */
		   /* background: #000; */
		   float: right;
		   }
.col-2b{
    float: left;
    width: 60%;
    letter-spacing: 0px;
}
.col-3b{
    float: left;
    width: 40%;
}
.c-title-down{
    border-bottom: 1px solid #bfa18d;
    position: relative;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}
.c-title-box{
    padding: 10px;
    font-size: 13px;
}
.col-box{ padding-right:40px}
.user-img{
    width: 150px;
    height: 150px;
    border: 2px solid #d5ad6d;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.new_img{cursor:pointer;margin-bottom: 20px;font-size: 13px;font-style: italic;}
.close-btn{
    position: absolute;
    right: 20px;
    top: 0;
}
.course-box{
    background: #fff;
    display: inline-block;
    float: left;
    width: 223px;
    border-radius: 5px;
    text-align: center;
    letter-spacing: 0px;
    overflow: hidden;
    margin: 5px;
    box-shadow: 2px 0px 23px -12px rgba(0,0,0,0.36);
    -webkit-box-shadow: 2px 0px 23px -12px rgba(0,0,0,0.36);
    -moz-box-shadow: 2px 0px 23px -12px rgba(0,0,0,0.36);
}
.btn-sign-up{ cursor:pointer}
.course-img{
    display: block;
    height: 170px;
    background-size: cover;
    background-position: center top;
}
.btn-sign-up i{ margin-right:5px}
.course-title{font-size: 16px;font-weight: bold;padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #eaeaea;line-height: 21px;height: 73px;max-height: 73px;}
.course-col-2{
    width: 50%;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 11px;
}
.course-col-1{
    width: 100%;
    padding-top: inherit;
    font-size: 11px;
    text-align: left;
    padding: 0px 20px;
}
.course-box-2{ padding:10px}
.course-col-1 svg, .course-col-1 i{ margin-right:5px}
.course-col-2 svg{ margin-right:5px}
.about-1-img{
	float: right;
	width: 50%;
}
#about-all{
    background: url(../images/vintage-bg.png);
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-1-text{
	float: left;
	width: 40%;
	text-align: right;
	font-family: 'Blackstone', cursive;
	letter-spacing: 0px;
	font-size: 26px;
	line-height: 29px;
	margin-left: 5%;
	margin-top: 10%;
	transform: rotate(-3deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
	-webkit-transform: rotate(-3deg);

  /* Firefox */
	-moz-transform: rotate(-3deg);

  /* IE */
	-ms-transform: rotate(-3deg);

  /* Opera */
	-o-transform: rotate(-3deg);

  /* Internet Explorer */
}
.about-2{}
.about-2-img{
	width: 43%;
	float: left;
	margin-top: -10%;
}
.about-2-text{
		float: right;
		text-align: left;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		width: 40%;
		margin-top: 10%;
		margin-right: 10%;
		transform: rotate(-3deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
		-webkit-transform: rotate(-3deg);

  /* Firefox */
		-moz-transform: rotate(-3deg);

  /* IE */
		-ms-transform: rotate(-3deg);

  /* Opera */
		-o-transform: rotate(-3deg);';;
}
.about-3{
	
}
.about-3-img{
	float: right;
	width: 40%;
	margin-top: -5%;
}
.about-3-text{
		float: left;
		width: 40%;
		text-align: right;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		margin-left: 13%;
		margin-top: 10%;
		transform: rotate(-3deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
		-webkit-transform: rotate(-3deg);

  /* Firefox */
		-moz-transform: rotate(-3deg);

  /* IE */
		-ms-transform: rotate(-3deg);

  /* Opera */
		-o-transform: rotate(-3deg);';;
}
	.scroll-down{width: 200px;margin:0 auto;opacity: 0.3;margin-top: 40px;}
.scroll-down img{width: 100%;}
.btns-cycle{
    position: absolute;
    z-index: 99999;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    left: 0;
    top: 30px;
    left: 30px;
}
.btns-cycle div{float:left;cursor: pointer;}
#as-seen h1{
    margin: 0;
    margin-bottom: 20px;
}
.as-title{
    margin-bottom: 20px;
    letter-spacing: 0px;
    font-family: 'Bacasime Antique', sans-serif;
    text-transform: none;
    font-size: 20px;
}
#as-seen{
    padding-top: 60px;
    /* padding-bottom: 60px; */
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
#rates-bottom{padding: 160px 0px;text-align: center;background:url(../images/rates-bottom.jpg);background-repeat: no-repeat;position: relative;background-size: cover;background-position: center;}
.r-subtitle-2{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    color: #fff;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;
}
#rates-bottom h1{color:#fff;margin-left:0;letter-spacing: 0px;margin-bottom: 20px;}
.rates-bg{
    height: 100%;
    border: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #3d3d3d;
    opacity: 0.3;
}
#view-port{ padding:80px 0px; text-align: center;background:url(../images/reviews.jpg);background-size: cover;background-position: center}
#view-port h1{margin: 0}
#reviews{background: #f6eeea;background-size: cover;background-position: center bottom;padding-top: 100px;padding-bottom: 240px;margin-top: 100px;}
.about-main{ width:80%; margin:0 auto; max-width:800px
		   }
#reviews h1{color: #bfa18d;font-family: 'Blackstone', cursive;letter-spacing: 0px;font-size: 67px;text-transform: none;}
.r-img{
    float: left;
    width: 43%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.r-title{font-size: 30px;line-height: 30px;}
.r-name{font-size: 17px;text-transform: uppercase;letter-spacing: 5px;font-family: 'Montserrat', sans-serif;font-weight: bold;}
.r-text-box{
    padding: 15% 10%;
    padding-left: 20%;
    letter-spacing: 0px;
    font-family: 'Bacasime Antique', sans-serif;
}

.r-text{
    float: left;
    width: 63%;
    background: #fff;
    position: relative;
    margin-left: -6%;
    margin-top: -80px;
    z-index: -1;
}
#sign-up h1{ color:#ffffff}
.about-title{font-size: 45px;font-family: 'Blackstone', cursive;margin-bottom: 30px;}
.top-menu li{float:left;margin-right: 20px;margin-top: 10px;}
#about-me{text-align: center;padding: 230px 0px;padding-top: 600px;color: #fff;margin: 0 auto;background: url(../images/about-me-home.jpg);font-weight: bold;background-position: center center;background-size: cover;}
h1{font-size: 40px;font-weight: bold;line-height: 60px;font-family: 'Bacasime Antique', serif;color: #54502c;position: relative;letter-spacing: 5px;text-align: center;margin-top: 0px;margin-bottom: 40px;}
.gry{color:#333;}
.white{color:white}
h2{font-weight: bold;margin-bottom: 0;font-size: 20px;color: #079e34;line-height: 28px;text-align: center;margin-bottom: 40px;margin-top: 20px;}
#toTop{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;position: fixed;
right: 0;
bottom: 0;
font-size: 40px;
margin: 20px;
color: #fff;}
#toTop:hover{ color:#ccc}
.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }
/*========================================================
                    COLS
=========================================================*/
.col-1{float: right;}
.col-2{
    width: 55%;
    float: left;
    margin-top: 5%;
    z-index: 999;
    position: relative;
    margin-right: 5%;
}
.col-3{
    width: 55%;
    float: left;
    padding-top: 80px;
    /* max-width: 400px; */
    position: relative;
    margin-left: 40px;
    font-family: 'Bacasime Antique', serif;
    letter-spacing: 0px;
}
.col-4{
    margin-right: 5%;
    width: 45%;
    float: left;
}
.col-5{ width:48%; margin-top:4%; margin-right:2%; float:left}
.col-6{ width:48%; margin-left:2%; float:left}
.col-7{
    width: 22%;
    float: left;
    margin: 2%;
    text-align: center;
    text-transform: lowercase;
    font-size: 27px;
    line-height: 30px;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 5px;
    }
.col-8 h1{margin-left: 80px;color:#bfa18d;}
.col-8{
    width: 60%;
    margin-left: 5%;
    float: left;
    margin-top: 8%;
    }
	.col-8 a{
	    margin-left: 80px;
	    margin-top:0;
	}
.main-900{ width:900px;margin:0 auto;}
.col-me{float:left;width: 45%;margin-top: -30px;z-index: 99;position: relative;}
.col-me img{width: 95%;}
.me-title{
    text-align: left;
    margin-left: -40px;
    margin-bottom: 40px;
    font-family: 'Blackstone', cursive;
    font-size: 45px;
    letter-spacing: 0;
    color: #bfa18d;
}
	.col-9{
		float:right;
		width: 45%;
		padding-top: 80px;
		margin: 0 auto;
		text-align: center;
		}
.col-9 p{font-size: 16px;letter-spacing: 0px;line-height: 21px;text-align: left;font-family: 'Bacasime Antique', serif;}
	.col-10{width: 100%;text-align: center;margin-bottom: 40px;letter-spacing: 0px;font-family: 'Bacasime Antique', sans-serif;}
	.col-11{width: 100%;margin: 0 auto;}
	.col-10 .mail{color: #bfa18d;}
.col-10 a{
    display: block;
    line-height: 17px;
}
	.alpha{ margin-left:0;}
	.omega{ margin-right:0}
.dash-box{margin-top: 60px;}
/*========================================================
                    CONTENT styles
=========================================================*/
#world{   position: fixed;
    top: -15%;
    left: 25%;
    z-index: -3;}
.box-img-l img, .box-img-r img{ width:100%}
.box-img-l{
    float: left;
    width: 40%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.box-img-r{
    float: right;
    width: 40%;
    margin-left: 3%;
    margin-bottom: 3%;
}
.box-text-r, .box-text-l{
    overflow: hidden;
    text-align: justify;
    margin-bottom: 80px;
}

.main{
  width: 85%;
  max-width: 1100px;
  margin:0 auto;
}
.free-bool{
    margin-left: 20px;
}
.free-bool li{float:left;margin-right: 30px;}
#teacher, #parents, #about-us, #how-works, #contact{ padding-top:120px; padding-bottom:120px; overflow:hidden; position:relative; background:#000}
ul{margin:0;padding:0;list-style: none;}
/*========================================================
                    HEADER
=========================================================*/
header{height: 50px;top: 0;position: absolute;width:100%;z-index:9999;color: #fff;z-index: 9999999;display: block;}
header.fixed{position:fixed;top:0;display: block;color: #939393;}
header.fixed .subMenu{ margin-top:0px}
header.page{color: #939393;}
header.fixed:after{
	height:1px;
	width:100%;
	color: #D5AD6D; /*if no support for background-clip*/
	}
	.top-menu{
    list-style: none;
    font-size: 15px;
}
.top-menu a{
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  color: #fff;
  font-size: 10px;
  }
.top-menu a:hover{color:#bfa18d}
	.top-menu span{
    font-weight: bold;
    text-transform: uppercase;
}
.menu-mobile.page{ top:0px}
.menu-mobile.fixed{top:0px}
	.menu-mobile{
    display: none;
    position: fixed;
    right: 0px;
    top: 12px;
    z-index: 9999999;
    margin-right: 56px;
}
.menu-mobile2{
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}
.menu-mobile2.fixed{
 background: #fff;
 /* border-bottom: 4px solid #bfa18d; */
 height: 55px;
 border-bottom: 1px solid #e9e9e9;
}
.subMenu svg{
	display:none;
	}
.page #nav-icon2{ margin-top:30px}
.fixed #nav-icon2{margin-top:17px}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 20.5px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: right;
  margin-right: 45px;
  margin-top: 17px;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #d3531a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 2 */

.menu-mobile.fixed #nav-icon2.open span {
	background:#fff
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon2 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 9px;
}

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 18px;
}

#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon2.open span:nth-child(1) {
  left: 3px;
  top: 4px;
}

#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 3px);
  top: 4px;
}

#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon2.open span:nth-child(5) {
  left: 3px;
  top: 13px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 3px);
  top: 13px;
}

.subMenu {
  font-size: 13px;
  top: 0;
  display: block;
  margin: 0;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  z-index: 999;
  float: right;
  margin-right: 80px;
  margin-top: 11px;
}
.subMenu .inner{
	margin-right: 0px;
	width: 100%;
	}
.fixed .subMenu a {color: #5f5f5f;}
.page .subMenu a {color: #5f5f5f;}
.subMenu a {
  font-weight: bold;
  padding: 18px 15px 12px 15px;
  float: left;
  display:block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  }
	.subMenu a:hover{
		
  text-decoration:underline
	
 
}
header.fixed .subMenu a.active {
		color: #079e34; /*if no support for background-clip*/
		font-weight: bold;
}
	.menu-boton, .close-boton{ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; cursor:pointer;}
	.menu-boton {
  font-size: 40px;
  margin: 10px;
  /* float: left; */
  width: 116px;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -58px;
  cursor:pointer;
}
	.close-boton {
  width: 40px;
  top: -100px;
  position: absolute;
  font-size: 40px;
  left: 50%;
  display: block;
  margin-left: -20px;
  margin-top:10px;
  text-align: center;
  cursor:pointer;
  background-color:transparent;
}
#contact-box{
    background: #f6eeea;
    padding-top: 40px;
    padding-bottom: 40px;
}
.dropzpne-box{ display:none}
.home-text-2 span{font-size:15px;display:block;line-height: 15px;margin-top: 30px;max-width: 320px;}
.home-text-2{color: #fff;font-family: 'Bacasime Antique', serif;text-transform: uppercase;font-size: 4.5vw;line-height: 4.5vw;position: absolute;z-index: 9;bottom: 85px;left: 10%;max-height: 520px;}
.menu-mobile.page #nav-icon2 span {
	background: #54502c;
}
.home-text{position:absolute;top: 600px;left: 7%;z-index: 9999;color: #fff;font-family: 'Bacasime Antique', serif;text-transform: uppercase;font-size: 4vw;line-height: 4vw;}
.blur{ overflow:hidden}
	.menu-boton:hover, .close-boton:hover{ color:#ccc; }
	.menu2{height: 100%;top: 0;padding-top: 40px;position: fixed;width: auto;z-index: 9999;padding-right: 0;display: none;width: 100%;right: 0;display: none;background: #ffffff;z-index: 99999;background: #54502c;color: #fff;}
.logo-small.page{background-image: url(../images/logo_dark.png);}
.logo-small{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	float: left;
	padding: 10px;
	display:block;
	font-family: 'Blackstone', cursive;
	position: absolute;
	top: 11px;
	z-index: 999999;
	font-size: 32px;
	left: 40px;
	color: #fff;
	letter-spacing: 0px;
	background: url(../images/logo_blanco.png);
	background-size: 100% auto;
	width: 250px;
	height: 50px;
	background-repeat: no-repeat;
	z-index: 9999999;
}
.logo-small span{
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    position: absolute;
    bottom: -20px;
    font-weight: lighter;
    width: 100%;
    left: 0;
}
.logo-small.fixed span{
	color:#bfa18d;
	bottom: -9px;
	font-size: 6px;
	font-weight: bold;
	left: 0px;
}
.logo-small-2 span{
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 3px;
    position: absolute;
    bottom: -20px;
    font-weight: lighter;
    width: 100%;
    left: 0;
}
.logo-small-2.fixed span{
	color:#bfa18d;
	bottom: -9px;
	font-size: 6px;
	font-weight: bold;
	left: 0px;
}
.logo-small-2{
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	float: left;
	margin-left: 5%;
	padding: 10px;
	display:block;
	font-family: 'Blackstone', cursive;
	position: absolute;
	top: 5px;
	z-index: 999999;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0px;
	left: 50%;
	margin-left: -127.5px;
}
.main-small{
	width:700px;
	margin:0 auto;
}
.logo-small.fixed{
	position:fixed;
	top: 2px;
	color: #bfa18d;
	font-size: 24px;
	background-image: url(../images/logo_dark.png);
}
.logo-small-2.fixed{
	background: none;
	position:fixed;
	top: -4px;
	color: #bfa18d;
	font-size: 24px;
}
.subMenu a.login{background: #bfa18d;color: #fff;padding:5px 10px;margin:10px;font-weight:normal;display: inline-block;min-width: 108px;}

.logo{
    text-align: center;
    width: 53%;
    float: left;
    position: absolute;
    top: 200px;
    left: 5%;
    background: url(../images/logo-home.png) no-repeat;
    background-size: 100%;
    height: 65%;
    }
.logo img{}
.logo-txt{    font-size: 27px;
    letter-spacing: 4px;}
	.slogan{
    font-size: 12px;
    letter-spacing: 2px;
    color: #D5AD6D;
    }
#menul {
  font-size: 38px;
  padding-left: 3px;
}
.txt-gold{color: #D5AD6D;}
.txt-language{ text-decoration: underline; cursor:pointer}
.try-it{
    width: 100%;
    background: #000;
    position: fixed;
    border-top: 1px solid #D5AD6D;
    bottom: 0;
    list-style:none;
    margin: 0;
    z-index: 99999999;}
.try-it li{
	padding: 14px 20px;
	float: left;
	position: relative;
	overflow: hidden;
	height: 80px;
	/* border-right: 1px solid #8e8e8e; */
}
.try-it-btn{ display:none}
.try-it-num{float: left;font-size: 50px;color: #D5AD6D;line-height: 50px;margin-right: 10px;}
.bg-menu{width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-image: url(../images/bg-menu.png);
    z-index: 99999999;}

/*========================================================
                    INICIO
=========================================================*/
.home{
	  background-image: url(../images/home-1.jpg);
	  height: 1000px;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center center;
	}
.top-text{
    font-family: 'Blackstone', cursive;
    letter-spacing: 0px;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}
.top-port{
    text-align: center;
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
.top-port img{width: 30%;max-width: 350px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.top-port img:hover{
-webkit-transform: scale(1.03);
	        transform: scale(1.03);
}
.muted, .muted2{
	    position:absolute;
	    top: 100px;
	    right: -40px;
	    width: 80px;
	    height: 80px;
	    background: #bfa18d;
	    border-radius: 40px;
	    text-align: center;
	    line-height: 85px;
	    color: #fff;
	    cursor: pointer;
	    font-size: 22px;
	    animation: zoom-in-zoom-out 1s linear infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.r-titles{font-family: 'Blackstone', cursive;font-size: 25px;line-height: 25px;}
.r-subtitle{ text-transform: uppercase; font-size: 13px; font-family: 'Montserrat', sans-serif; font-weight: bold; letter-spacing: 5px}
.col-r{float: right;width: 50%;padding: 0px 4%;}
.col-r-img{float: left;width: 46%;margin-top: 0px;margin-left: 4%;}
.col-r-img img{width: 100%;}
#rates{
    font-family: 'Bacasime Antique', serif;
    letter-spacing: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    }
.port-top .top-title{top: 360px;}
.port-top .top-title2{top: 320px;}
#my-books h1{display: block;text-align: center;font-size: 21px;font-family: 'Montserrat', sans-serif;line-height: 30px;text-transform: uppercase;font-weight: bold;margin: 0;margin-bottom: 60px;margin-top: 20px;padding-left: 40px;padding-right: 40px;}

#rates h1{display: block;text-align: center;font-size: 21px;font-family: 'Montserrat', sans-serif;line-height: 30px;text-transform: uppercase;font-weight: bold;margin: 0;margin-bottom: 60px;margin-top: 20px;padding-left: 40px;padding-right: 40px;}
#top.port-top{height: 600px;}
#top.rates-top{height: 760px;}
#top{padding-bottom:40px;position:relative;height: 600px;}
.top-bg{width: 100%;height: 100%;position: absolute;background: #23232359;z-index: 9;}
#ayleen{
	background: #bfa18d;
	padding-top: 90px;
	background-position: 100px 5px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom:80px;
	position: relative;
	color: #fff;
}
#questions{ padding-top:80px; padding-bottom:80px}
#about{
	padding: 60px 0px;
	position: relative;
}
#portfolio{
	background: #fff;
	padding-top: 0px;
	padding-bottom:80px;
	position: relative;
	margin-bottom:80px;
}
.portfolio-cols{
	margin: 1rem 0;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 0px;
	-webkit-column-width: 33.33333333333333%;
	-moz-column-width: 33.33333333333333%;
	column-width: 33.33333333333333%;
	}
#portfolio img{
    width:100%;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-bottom: -7px;
    }
#portfolio img:hover{ opacity:0.7 }

#services{
	background: #fdf0ef;
	padding-top: 90px;
	padding-bottom:80px;
	position: relative;

}
.top-img{
    height: 100%;
    width: 100%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    }
.top-title{
    z-index: 9;
    position: absolute;
    top: 387px;
    font-size: 67px;
    letter-spacing: 20px;
    text-transform: lowercase;
    color: #fff;
    font-weight: normal;
    line-height: 85px;
    font-family: 'Blackstone', cursive;
    display: inline-block;
    word-break: break-all;
    width: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 auto;
    }
.button-3:hover{ background:#54502c
			   }
.button-3{
		  font-size: 13px;
		  font-family: sans-serif;
		  text-transform: uppercase;
		  background: #079e34;
		  color: #fff;
		  padding: 7px 20px;
		  cursor: pointer;
		  display: inline-block;
		  font-weight: bold;
		  -webkit-transition: .25s ease-in-out;
		  -moz-transition: .25s ease-in-out;
		  -o-transition: .25s ease-in-out;
		  transition: .25s ease-in-out;
		  text-decoration: none;
		  }
.top-title2.contact{top: 340px;margin-left: 0px;line-height: 25px;}
.top-title2{
    z-index: 9;
    position: absolute;
    top: 353px;
    font-size: 12px;
    font-weight: normal;
    line-height: 85px;
    display: inline-block;
    word-break: break-all;
    width: 100%;
    letter-spacing: 4px;
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
    font-weight: bold;
    margin-left: -80px;
    }
#rates p { font-size: 16px; line-height: 21px}
#rates ul {
    margin-left: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#rates ul li{line-height: 21px;margin-right: 28px;}
#rates-img{background-image: url(../images/rates.jpg);background-size: cover;background-repeat: no-repeat;background-position: center -100px;}

	#white{ background:#fff; position:relative; display:block; padding-top:80px; padding-bottom:80px}
	#brown{background: #fff1e4;position:relative;display:block;padding-top:80px;padding-bottom:80px;}
#portfolio-img{background-image: url(../images/portfolio.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
#contact-img{background-image: url(../images/contact-img.jpg);background-repeat: no-repeat;background-size: cover;background-position: center center;}
 
#about-img{background-image: url(../images/top-back.jpeg);background-size: cover;background-repeat: no-repeat;background-position: center center;}
#services-img{background-image: url(../images/services.jpg);background-size: cover;background-repeat: no-repeat; width:40%}

.service-img-2 img{width: 100px;margin-right: 20px;}
.service-type-img{
    float: left;
    width: 40%;
    margin-right: 5%;
    }
	.service-type-img img{ width:100%}
.service-img-2 { float:left}
.service-txt-2{
    font-size: 30px;
    color: #bfa18d;
    font-family: 'Cormorant Garamond', serif;
}
.service-desc{
    font-size: 18px;
    margin-top: 15px;
}
.service-item{
    overflow: hidden;
}
.service-item.notes p{font-size:13px;font-style: italic;}
.service-items{ overflow:hidden}
#home-1{background-image: url(../images/home-1.JPG);background-size: cover;background-repeat: no-repeat; background-position: center;}
#home-2{background-image: url(../images/home-2.JPG);background-size: cover;background-repeat: no-repeat;background-position: center;}
#home-3{background-image: url(../images/home-3.JPG);background-size: cover;background-repeat: no-repeat;background-position: center;}
#home-4{background-image: url(../images/home-4.JPG);background-size: cover;background-repeat: no-repeat; background-position: center;}
#home-5{background-image: url(../images/home-5.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}

#home-portafolio{
    padding-top: 120px;
    padding-bottom: 80px;
    background: #bfa18d;
    text-align: right;
}

#home-portafolio h1{ color:#fff}

.cycle {/* overflow: hidden; */position: relative;z-index: 1;width: 85%;max-width: 1000px;margin: 0 auto;margin-top: 20px;}
#slider{width:100%;height: 500px;}
.item{width:100%;height:100%;padding-top: 80px;}
.firma{width: 100%;font-family: 'Bacasime Antique', serif;text-align: center;font-size: 17px;margin-top: 30px;}
.firma img{
    width: 240px;
    margin-right: -19px;
}
.flower{
    bottom: -100px;
    position: absolute;
}
.flower img{
    width: 50%;
    margin-left: 80px;
    margin-bottom: 4%;
}
.me-img{
    width: 50%;
    position: absolute;
    top: 40px;
    right: 7%;
    max-width: 460px;
    opacity: 0.9;
}
.me-img img{
    width: 100%;
}.col-8 .line-title{ background:#bfa18d}
.line-title{height: 2px;width: 50px;background: #fff;position: absolute;left: -80px;margin-top: 25px;}
.comas{ opacity:0.5}
.portafolio-img img { width:100%; -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}
.portafolio-img img:hover{ cursor:pointer; opacity:.7}
.portafolio-img { margin-bottom:4%}
#education-img{background-image: url(../images/education.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
#home-services{background-repeat: no-repeat;background-size: 99% 100%;padding-top: 40px;padding-bottom: 40px;text-align: center;}
.home-services-box{padding-top: 100px;padding-bottom: 100px;}
.service-img{font-size: 100px;width: 50%;margin-left: 25%;color: #bfa18d;line-height: 100px;display: none;}
.service-img img{ width:100%;  -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;}
.service-img img:hover{ cursor:pointer;transform: scale(1.1); }

.service-txt{color: #bfa18d;margin-top: 20px;}

#services-txt h1{color:#bfa18d}

#services-txt{
	background: url(../images/services.png);
	background-repeat: no-repeat;
	background-position: 5px -100px;
	background-size: 60%;
	
	}
	#letsdothis{padding-top: 120px;padding-bottom: 120px;background: #f6eeea;}
	#letsdothis img{
    float: right;
    width: 30%;
}
.footer-rose{margin: 0 auto;width: 350px;text-align: center;height: 140px;margin-bottom: 40px;padding-top: 80px;}
.rose-line{
    height: 2px;
    width: 50px;
    background: #ccc;
    float: left;
    margin: 40px;
    margin-top: 60px;
}
.rose-img{
    float: left;
}
.rose-img img{
	width:170px;
}
.alpha{ margin-left:0;}
	.omega{ margin-right:0}
.footer-list-1{
    float: left;
    margin: 20px;
    list-style: none;
}
.footer-list-2{
    float: right;
    margin: 20px;
    list-style: none;
}
footer{font-weight: bolder;background: #54502c;font-size: 13px;padding-top: 60px;}
footer a{-webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;}
footer a:hover{color:#bfa18d}
footer a.mail{color: #bfa18d;}
/*========================================================
                    NOSOTROS
=========================================================*/


#boton-1, .boton-1{
    padding: 5px 10px;
    color: #fff;
    background: #D5AD6D;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
    }
#boton-1:hover, .boton-1:hover{ background:#fff; color:#000;}
.button-2 {
	display: inline-block;
	padding: 15px 40px;
	text-transform: lowercase;
	font-size: 15px;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: none;
	-webkit-transition-duration: 0.1s;
	font-weight: bold;
	transition-duration: 0.1s;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
	border-radius: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button-2:before {
  /* content: ""; */
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.button-2:hover:before, .button-2:focus:before, .button-2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.button-2.white {color:#fff;border: 2px solid #fff;}
.button-2.pink {
	border: 2px solid #bfa18d;
	color: #bfa18d;
	font-family: 'Bacasime Antique', sans-serif;
	line-height: 25px;
}
.button-2.white:hover {color:#bfa18d;
	background: #fff;
  	border: 2px solid #fff;}
.button-2.pink:before{
	color:#fff;
	background: #bfa18d;
  	border: 2px solid #bfa18d;
	}
.button-2.pink:hover, .button.pink:focus, .button.pink:active {
  color: #fff;    border: 2px solid #bfa18d;background: #bfa18d;
}

.button-2.pink2 {
	border: 2px solid #bfa18d;
	color: #bfa18d;
	background: #f6eeea;
}
.button-2.pink2:before{
	color:#fff;
	background: #fff;
  	border: 2px solid #bfa18d;
	}
.button-2.pink2:hover, .button.pink:focus, .button.pink:active {
  color: #fff; background:#bfa18d;    border: 2px solid #bfa18d;
}

.button-2.brown {
	color:#bfa18d;
	background: #fff;
  	border: 2px solid #bfa18d;
}
.button-2.brown:hover{
	color:#fff;
	background: #bfa18d;
  	border: 2px solid #bfa18d;
	}
.button-2.brown2 {
	color:#fff;
	background: #bfa18d;
  	border: 2px solid #bfa18d;
}
.button-2.brown2.signup-disabled{background: #a8a8a8;border: 2px solid #a8a8a8;cursor: no-drop;}
.button-2.brown2:hover{
	opacity:0.5
	}
.mr20{ margin-right:10px}
.button-2.brown3 {
	color:#bfa18d;
	background: #fff;
  	border: 2px solid #bfa18d;
}
.button-2.brown3:hover{
	opacity:0.5
	}


/* ============================= TRY IT FORM =============================== */
.try-it label {display: inline-block;position: relative;}
.try-it label select { cursor: pointer;  }
.try-it label input,
.try-it label textarea,
.try-it label select {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;position: relative;float: left;outline: none;border-radius: 0;outline: none;box-shadow: none;width: 100%;color: #fff;font-size: 13px;text-transform: uppercase;background: none;border: none;border: 1px solid #8e8e8e;-webkit-appearance: none;}
.try-it label input {box-shadow: none !important;padding: 5px;outline: none;background: none;font-family: 'Bacasime Antique', sans-serif;}
.try-it label select {font-family: 'Bacasime Antique', sans-serif;box-shadow: none !important;padding: 5px;padding-right: 29px;outline: none;border:none;color: #fff;}

	.try-it-checkbox{
    font-size: 13px;
    text-transform: uppercase;
    color: fff;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.try-it-checkbox label {
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: 4px;
  left: 0;
  background: none;
  border-radius: 8px;
  border: 2px solid #8e8e8e;
}
.try-it-checkbox label:after {
	content:'';
	width: 15px;
	height: 15px;
	position: absolute;
	opacity: 0;
	background: #8e8e8e;
	border-radius: 8px;
	left: -2px;
	top: -2px;
}
.try-it-checkbox label:hover::after {
  opacity: 0.3;
}
.try-it-checkbox input[type="checkbox"] {
  visibility: hidden;
}
.try-it-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}


/* end .squaredThree */
#try-it-select:after {
    position: absolute;
    display: none;
    font-family: "Font Awesome 5 Solid";
    font-size: 24px;
    content: "\f107";
    top: 1px;
    right: 5px;
    color: #666;
    pointer-events: none;
}
#try-it-select svg {
    position: absolute;
    right: 5px;
    top: 3px;
}
#try-it-search svg {
    position: absolute;
    top: 4px;
    right: 0px;
	 font-size: 16px;
	 pointer-events: none;
}
#try-it-search:after {
    display: none;
    font-family: "Font Awesome 5 Solid";
    content: "\f002";
}
.try-it label textarea {height: 120px;overflow: auto;width: 100%;padding: 13px 7px 12px 16px;margin: 0px;resize: none;background: none;font-family: 'Bacasime Antique', sans-serif;color:#848484;font-weight:300;}
.try-it span { display: block }
.try-it ._placeholder {position: absolute; /*!*/left: 0;right: 0;top: 0;bottom: 0;cursor: text;padding: 12px 7px 11px 17px;opacity: .99;min-width: 200px;color:#848484;font-size: 20px;font-family: 'Bacasime Antique', sans-serif;font-weight:300;}
.try-it ._placeholder.focused { opacity: .4; /*filter: alpha(opacity=40); */ /*.box-shadow(0px 0px 7px 0px rgba(0, 0, 255, 0.5));*/  }
.try-it ._placeholder.hidden { display: none }
.try-it .message { width: 100%; margin-left: 0px; float: none; }
.try-it .error-message,
.try-it .empty-message { height: 0; overflow: hidden; font: 10px/20px Arial; -webkit-transition: 0.3s ease-in height; -moz-transition: 0.3s ease-in height; -o-transition: 0.3s ease-in height; transition: 0.3s ease-in height; position: absolute; right: 3px; top: 0; }
.try-it .invalid .error-message,
.try-it .empty .empty-message { height: 20px }
.try-it .success-message { position: absolute; nowhitespace: afterproperty; overflow: hidden; height: 0; left: 0; top: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; /*.box-shadow(inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2));_NO__DOTCOMMA__AFTER__*/ -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; z-index: 10; width: 100%; text-align: center; -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear; padding: 0px 0; color:#fff; font: 16px/18px Arial, sans-serif; font-family: 'Bacasime Antique', sans-serif;   background: #7D0E11; }
.try-it.success .success-message { padding: 137px 0; height: 100%; border: 1px solid #d4d4d4; -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear; }
.try-it label input#file { cursor: pointer }
.try-it label#title-label { line-height: 47px; width: 12%; }


/* ============================= FORM =============================== */
.close-s{color:#fff;float: right;font-size: 20px;cursor: pointer;}
#form {padding-top: 60px;padding-bottom: 60px;background: #f8f9f9;}
#contact-form ,#contact-form2{position: relative;margin-top: -1px;text-align: left;margin-bottom: 40px;font-family: 'Bacasime Antique', sans-serif;font-size: 15px;letter-spacing: 0px;color: #939393;}
#contact-form label ,#contact-form2 label{display: inline-block;position: relative;min-height: 70px;width: 100%;float: left;}
#contact-form label select ,#contact-form2 label select{ cursor: pointer }
#contact-form label.date ,#contact-form2 label.date{ margin-bottom:20px}
#contact-form label:nth-child(odd) ,#contact-form2 label:nth-child(odd){margin-left: 0px;}
#sign-up #contact-form span {display: block;color: #fff;}

#contact-form2 label input,
#contact-form2 label textarea,
#contact-form2 label select,
#contact-form label input,
#contact-form label textarea,
#contact-form label select, #contact-form2 label select {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;position: relative;float: left;outline: none;border-radius: 0;outline: none;box-shadow: none;width: 100%;color: #939393;font-size: 13px;background: none;border: none;border-bottom: 2px solid #bfa18d;-webkit-appearance: none;font-weight: normal;}
#contact-form label input, #contact-form2 label input {height: 47px;box-shadow: none !important;padding: 13px 7px 11px 15px;outline: none;background: #f6eeea;font-family: 'Bacasime Antique', sans-serif;font-size: 15px;}
#contact-form label select, #contact-form2 label select {height: 47px;box-shadow: none !important;padding: 13px 7px 12px 18px;outline: none;background: #f6eeea;font-family: 'Bacasime Antique', sans-serif;font-size: 15px;letter-spacing: 0px;color: #939393;}
#contact-form label textarea,#contact-form2 label textarea {height: 120px;overflow: auto;width: 100%;padding: 15px 7px 12px 16px;margin: 0px;resize: none;background: #f6eeea;font-family: 'Bacasime Antique', sans-serif;color: #939393;font-weight:300;font-size: 15px;}
#contact-form span, #contact-form2 span {display: block;color: #bfa18d;}
#contact-form ._placeholder {position: absolute; /*!*/right: 0;bottom: 0;cursor: text;padding: 12px 7px 11px 17px;opacity: .99;min-width: 260px;color: #939393;font-size: 13px;font-family: 'Bacasime Antique', sans-serif;font-weight: normal;letter-spacing: 0px;font-size: 15px;}
#contact-form ._placeholder.focused { opacity: .4; /*filter: alpha(opacity=40); */ /*.box-shadow(0px 0px 7px 0px rgba(0, 0, 255, 0.5));*/  }
#contact-form ._placeholder.hidden { display: none }
#contact-form .message { width: 100%; margin-left: 0px; float: none; }
#contact-form .error-message,
#contact-form .empty-message {height: 0;overflow: hidden;font-size: 13px;-webkit-transition: 0.3s ease-in height;-moz-transition: 0.3s ease-in height;-o-transition: 0.3s ease-in height;transition: 0.3s ease-in height;position: absolute;right: 3px;top: 0;color: #eb5f5f;}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message { height: 20px }
#contact-form .success-message {nowhitespace: afterproperty;overflow: hidden;height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; /*.box-shadow(inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2));_NO__DOTCOMMA__AFTER__*/-webkit-box-shadow: none;-moz-box-shadow: none;box-shadow: none;z-index: 10;width: 100%;-webkit-transition: all 0.7s linear;-moz-transition: all 0.7s linear;-o-transition: all 0.7s linear;transition: all 0.7s linear;padding: 0px 0;color: #939393;margin-top: 20px;font: 16px/18px Arial, sans-serif;font-family: 'Bacasime Antique', sans-serif;}
#contact-form.success .success-message {padding: 0;height: 100%;-webkit-transition: all 0.7s linear;-moz-transition: all 0.7s linear;-o-transition: all 0.7s linear;transition: all 0.7s linear;}
#contact-form label input#file { cursor: pointer }
#contact-form label#title-label { line-height: 47px; width: 12%; }
#contacto{padding-top: 20px;padding-bottom:80px;}
.direccion{ text-align:center; font-weight:300; }
.emailc{ text-align:center; font-weight:300;}
#envelope{ margin-right:10px; color: #939393;}
.tel {font-size: 60px;text-align: center;font-weight: bold;line-height: 60px;color: #939393;}
#map_canvas { position: relative; width: 100%; /* border: 3px solid #CCC; */ height: 400px; }
.enviado {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  top: 50%;
  margin-top: -58px;
  /* height: 300px; */
  font-weight: 300;
}
.enviado .fa {
  font-size: 80px;
  display: block;
}

footer a{color: #a0a0a0;}
footer a:hover{color: #dddddd;}


@media (min-width: 1220px) { 


}
@media only screen and (max-width: 1200px) { 
	.box-4{
		height:300px
	}
	

}
@media only screen and (max-width: 1024px) { 
	.box-4{
		height:260px
	}
	
#rates-img {
    background-image: url(../images/rates.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
	.col-3 {
    width: 50%;
 }
	#about-me{text-align: center;padding: 230px 0px;padding-top: 600px;color: #fff;margin: 0 auto;background: url(../images/about-me-home.jpg);font-weight: bold;background-position: center bottom;background-size: cover;}

	.home-text{position:absolute;top: 660px;left: 7%;z-index: 9999;color: #fff;font-family: 'Bacasime Antique', serif;text-transform: uppercase;font-size: 6vw;line-height: 6vw;}

.menu-mobile.fixed #nav-icon2 span{
	background: #54502c;
}	
.menu-mobile{ 
    display: block;
}
.logo-small {
}
	.subMenu {
    float: none;
    margin: 0px;
}
	.page .subMenu a{ color:#fff}
.subMenu a {
    padding: 30px 0px;
    text-align: right;
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 25px;
    display: block;
    width: 100%;
    font-weight: bold;
}
	.menu-mobile.page #nav-icon2.open span{ background:#fff}
	.fixed .subMenu a{ color:#fff}
.subMenu .inner {
    padding: 80px 0px;
}
.home-txt {
    /* text-align: left; */
    /* font-weight: 100; */
    /* font-size: 36px; */
    /* line-height: 60px; */
    /* margin-left: 5%; */
    /* padding-left: 250px; */
    /* margin-right: 10%; */
}
h1 {
    font-size: 40px;
    line-height: 60px;
}
h2 {
    /* font-size: 35px; */
    /* line-height: 35px; */
}
#inicio, .bg {
    height: 900px;
   
}
header {
    height: 100%;
    top: 0;
    padding-top: 40px;
    position: fixed;
    width: auto;
    z-index: 9999;
    padding-right: 0;
    display: none;
    width: 100%;
    right: 0;
    display:none;
    background: #ffffff;
    z-index: 99999;
    background: #54502cd9;
    color: #fff;
}
header.fixed{}
.subMenu svg{
	display:block;
	position: absolute;
	right: 12px;
	top: 15px;
	z-index: 12;
	}


.try-it label select { cursor: pointer; margin-top:-2px }
#password{ margin-top:-2px}
	.main-900{ width:750px;}
.menu-box {
    width: 100%;
    height: 50px;
    color: #939393;
    text-align: center;
    font-size: 27px;
    line-height: 45px;
    position: fixed;
    top: 0;
    z-index: 999999;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    text-align: right;
}
.menu-box.fixed{display: block;background: #fff;border-bottom: 4px solid #bfa18d;}
header.fixed{position:fixed;display: none;top: 0;bottom:0;position:fixed;overflow-y:scroll;overflow-x:hidden;}

}
@media only screen and (max-width: 767px) { 
	.box-img-l,.box-img-r{
    width: 100%;
    margin-right: 0px;
	margin-left:0px;
    float: none;
}
	.box-5{
		width:100%;
		margin:0;
		margin-bottom: 25px;
	}
	.box-4{
		height:200px
	}
	.box-2{width: 46%;margin: 2%;}
	.course-img{height: 250px;}
	.col-2b{
    float: left;
    width: 100%;
    letter-spacing: 0px;
		margin-bottom:20px
}
	.c-back span{ display:none}
	.col-box{ padding:0px}
	.col-3b {
    float: left;
    width: 100%;
}
	.course-box{width:100%;margin: 0;margin-bottom: 20px;}
	#sign-up {
    background: #bfa18e;
    color: #fff;
    padding: 5%;
    width: 90%;
    position: fixed;
    top: 8%;
    bottom: 8%;
    margin: 5%;
    overflow: scroll;
    display: none;
    left: auto;
}
	#rates-bottom {
    padding: 160px 0px;
    text-align: center;
    background: url(../images/rates-bottom.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 120%;
    background-position: center;
}
	#rates-img{}
	.about-1 img,.about-2 img,.about-3 img{width: 100%;}
.about-1{
	
}
.about-1-img{
	float: right;
	width: 50%;
}
.about-1-text{
	float: left;
	width: 40%;
	text-align: right;
	font-family: 'Blackstone', cursive;
	letter-spacing: 0px;
	font-size: 26px;
	line-height: 29px;
	margin-left: 5%;
	margin-top: 10%;
}
.about-2{}
.about-2-img{
	width: 43%;
	float: left;
	margin-top: -10%;
	position: absolute;
	margin-left: 5%;
}
.about-2-text{
		float: right;
		text-align: left;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		width: 31%;
		margin-top: 6%;
		margin-right: 0%;
}
.about-3{
	
}
.about-3-img{
	float: right;
	width: 58%;
	margin-top: 5%;
	margin-right: 10%;
}
.about-3-text{
		float: left;
		width: 40%;
		text-align: right;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		margin-left: 13%;
		margin-top: 10%;
}
	.home-text-2{ top:440px}
	#portfolio-img{background-position: center right;}
	.col-r-img{
    width: 80%;
    float: none;
    margin: 0 auto;
}
	.col-r{
    width: 80%;
    float: none;
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
}
	.item{margin-top:0px;padding-top: 0px;}
	.cycle{margin-top: 0px;}
	#reviews{ padding-bottom:120px}
	#slider{height: 1060px;}
	.r-text-box{padding: 15% 10%;}
	.r-text{width: 100%;float: left;margin: 0 auto;}
	.r-img{
    width: 100%;
    height: 400px;
}
	.top-port img{ width:80%;}
	.main-900{ width:80%;}
	.top-title2{/* top:120px; */}
	.home-text {top: 640px;/* bottom: 100px; */}
	.me-img{
    width: 70%;
    position: absolute;
    top: 7%;
    right: 0;
    max-width: 560px;
}

.top-title{/* top: 390px; */}
.try-it-form{ display:none;}
.try-it-btn{
    width: 100%;
    text-align: center;
    height: 45px;
    background: #D5AD6D;
    text-transform: uppercase;
    line-height: 45px;
	display:block;
    }
	.try-it-btn svg{ 
	margin-left: 10px;
	}
	.home-txt {
    /* text-align: left; */
    /* font-weight: 100; */
    /* font-size: 30px; */
    /* line-height: 45px; */
    /* width: 80%; */
    /* padding: 0; */
    /* margin: 10%; */
    /* padding-top: 120px; */
}
h1 {
    font-size: 39px;
    line-height: 60px;
}
h2 {
    /* font-size: 18px; */
    /* line-height: 25px; */
}

.col-1 {
	width: 100%;
	margin-right: 0%;

}
.col-2, .col-5, .col-6, .col-10, .col-11 {
    width: 100%;
    margin-right: 0%;
	margin-left:0%;
}
.col-10, .col-11{}
.main-small{ width:80%; margin:0 auto}
.col-3 {
    width: 81%;
    margin-left: 60px;
    margin-top: 200px;
}
.flower img {
    width: 50%;
    margin-left: 20px;
    margin-bottom: 4%;
}
#ayleen {
   padding-bottom: 120px;
   margin-top: -80px;
   background-size:300%;
}
#services-txt {
    
    background-size: 300%;
}
.col-7 {
    width: 50%;
    float: left;
    margin: 0;
    margin-bottom: 40px;
}
.rose-img img{
	width:140px;
}
.footer-rose {
    width: 320px;
}
#letsdothis img {
    float: right;
    width: 60%;
    margin-top: 40px;
}
.top-img {
}
	.col-me{
    width: 60%;
}
	.col-9{
    width: 85%;
    padding-top: 60px;
}
#top {
    
    overflow: hidden;
}
.top-title {
    left: 0;
}
.portfolio-cols {
    margin: 1rem 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 10px;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
}
#services-img, #contact-img{ width:100%}
.service-type-img {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
.col-11{ overflow:hidden}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
 margin-right: 40px;
}


.c-col-left{ width:96%; margin:2%}
.c-col-right{
    width: 96%;
    margin: 2%;
}
	
}


@media only screen and (max-width: 480px) { 
.menu-mobile{/* margin-right:20px; */}
	.lang-switcher{/* top: 60px; */}
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
 margin-right: 0;
}
	.current-lang{ padding:5px}
	.home-txt{font-size: 13px;font-weight: bold;letter-spacing: -1px;}
	.home-title{font-size: 8vw;line-height: 8vw;}
	.box-1{width:100%;margin-bottom: 60px;}
		.box-2{width:100%;margin-bottom: 20px;}
		.box-3{width:100%;margin-bottom: 20px;}
#currentAbbr{ display:none;}
	.button-book{
    right: -30px;
    top: 40px;
}
		.buttons-box {
    text-align: center;
}
	.mr20{ margin-right:0px}
	.buttons-box .button-2{
    margin-top: 20px;
}
	.top-port-2{width: 100%;float: none;}
	.top-port-2 video{width: 100%;float: none;height: auto;}

	.about-1 img,.about-2 img,.about-3 img{width: 100%;}
.about-1{
	
}
	#rates h1{ padding:0px}
.about-1-img{
	float: right;
	width: 71%;
}
	.col-4b{ width:100%}
.about-1-text{
	float: left;
	width: 73%;
	text-align: right;
	font-family: 'Blackstone', cursive;
	letter-spacing: 0px;
	font-size: 26px;
	line-height: 29px;
	margin-left: 5%;
	margin-top: 10%;
	margin-bottom: 5%;
}
.about-2{}
.about-2-img{
	width: 61%;
	float: left;
	margin-top: 7%;
	margin-left: -25%;
}
.about-2-text{
		float: right;
		text-align: left;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		width: 44%;
		margin-top: 14%;
		margin-right: 0px;
}
.about-3{
	
}
.about-3-img{
	float: right;
	width: 100%;
	margin: 0;
}
.about-3-text{
		float: left;
		width: 100%;
		font-family: 'Blackstone', cursive;
		letter-spacing: 0px;
		font-size: 26px;
		line-height: 29px;
		margin-left: 0;
		margin-top: 10%;
		text-align: center;
		margin-bottom: 5%;
}
.home-text {
    top: 540px;
    bottom: 100px;
}	
	.home{height: 780px;}
	
	#rates-bottom{ background-size:auto 120%}
	#portfolio-img{/* background-position:-250px 0px; */}
	.home-text-2{font-size: 9vw;line-height: 9vw;top: 300px;}
	.logo-small{
    top: 14px;
    left: 20px;
}

	
	#rates-img{
		background-size: cover;
		background-position: right;
	}
	.col-9 p{
    font-size: 19px;
    line-height: 23px;
}
	.col-me{float:left;width: 80%;padding-top: 90px;}

	.col-8{
		 width:80%;
	}
	.col-8 a{
		 width:80%;
		 margin-left: 80px;
	}
#slider{}
#contact-form label {
margin-left:0px;width: 100%;min-height: 60px;}
	#contact-form label:nth-child(odd){margin-left:0px;}
	#ayleen {
   padding-bottom: 120px;
   margin-top: -80px;
   background-size:80%;
   background-position: center 60px;
}
.comas{/* display:none; */}
	
.col-3{ padding-top:0px}
.home-services-box{ padding-top:0px}
#services-txt {
    background: url(../images/services.png);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 80%;
    padding-top: 60px;
}
	#reviews h1{ margin-left:5%}
h1 {
    font-size: 30px;
    line-height: 30px;
    margin-left: 0px;
} 
.top-title{}
}
@media only screen and (max-width: 320px) { 
     


}

