/* @override 
	http://localhost/mayatoys/wp-content/themes/mayatoys/style.css?ver=1.0
	http://mayatoys.signaturecreative.com/wp-content/themes/mayatoys/style.css?ver=1.0
	http://mayatoys.net/wp-content/themes/mayatoys/style.css?ver=1.0
	http://mayatoys.net/wp-content/themes/mayatoys/style2.css?ver=1.0
	http://mayatoys.net/wp-content/themes/mayatoys/style3.css?ver=1.0
	http://mayatoys.signaturecreative.com/wp-content/themes/mayatoys/style4.css?ver=1.0
	http://mayatoys.signaturecreative.com/wp-content/themes/mayatoys/style5.css?ver=1.0 */

/*
	Theme Name: Maya Toys
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #56c5fe;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#56c5fe;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#56c5fe;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a, a:link{
	color: #de3493;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

body{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	display: flex;
	  min-height: 100vh;
	  flex-direction: column;
}
#wrapper{
	flex: 1;
}
.btn{
	border: none !important;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all .3s;
}
.btn-primary{
	background-color: #3c9ec9;
	padding-right: 40px;
	padding-left: 40px;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#wrapper{
	width: 100%;
	height: 100%;
}
.required{
	color: #ff0000;
}

/* NAVIGATION */

#main-header{
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 100;
	position: relative;
}
#logo{
	max-width: 90px;
	float: left;
	margin-right: 40px;
}
#logo img{
	width: 100%;
}
#main-nav{
	float: right;
}
#main-nav ul{
	margin: 0;
	position: relative;
}
#main-nav ul li{
	position: relative;
}
#main-nav ul.sub-menu{
	position: absolute;
	margin: -10px 0 0;
	list-style: none;
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	width: 220px;
	padding: 0;
	opacity: 0;
	transform: translateY(-10%);
	transition: all .3s;
	visibility: hidden;
	z-index: 1000000;
}
#main-nav li#menu-item-64:hover ul.sub-menu, #main-nav li#menu-item-31:hover ul.sub-menu{
	display: block;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#main-nav li#menu-item-64,#main-nav li#menu-item-31{
	padding-right: 20px;
}
#main-nav li#menu-item-64:after, #main-nav li#menu-item-31:after{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-top: 5px solid #232b65;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 5px;
	right: 0;
}

#main-nav li.current_page_item#menu-item-31:after{
	border-top-color: #cf2e7d;
}

#main-nav ul.sub-menu li{
	margin: 0;
	
	border-bottom: 1px solid #f7f7f7;
}
#main-nav ul.sub-menu li:last-child{
	border-bottom: none;
}
#main-nav ul.sub-menu li a{
	line-height: 40px;
	padding: 10px 15px;
	display: block;
}
#main-nav .small{
	font-size: 12px;
}
#main-nav ul.sub-menu li a:hover{
	background-color: #f7f7f7;
}
#main-nav li{
	margin: 0 15px;
}
#main-nav a{
	color: #232b65;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 70px;
	text-decoration: none;
	transition: all .3s;
}
#main-nav a:hover, #main-nav .current_page_item a{
	color: #cf2e7d;
}

.social{
	font-size: 14px;
/*	line-height: 70px;*/
	float: right;
	margin-top: 20px;
}
.social .text-muted{
	margin-right: 10px;
	margin-top: 10px;
}
.social .text-muted, .social ul{
	float: left;
}
.social ul li{
	padding-right: 0;
	padding-left: 0;
	margin-right: 5px;
}
.social span{
	font-size: 24px;
}
.social a{
	opacity: 1;
	transition: all .3s;
	font-size: 20px;
	border-radius: 7px;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	color: #fff;
	float: left;
}
.social a:hover{
	opacity: .5;
}
.fa-facebook .fa-circle{
	color: #2a5999;
}
.fa-twitter .fa-circle{
	color: #3d9fca;
}
.fa-instagram .fa-circle{
	color: #cf2e7d;
}
.social-facebook{
	background-color: #2a5999;
}
a.social-instagram{
	font-size: 26px;
	background: -webkit-radial-gradient(32% 106%, circle farthest-corner, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 16.3%, rgb(250, 145, 55) 32.9%, rgba(234, 65, 65, 0.68) 53.4%, transparent 100%), -webkit-linear-gradient(-45deg, rgb(35, 75, 215) 0%, rgb(195, 60, 190) 100%);
	background: -moz-radial-gradient(32% 106%, circle farthest-corner, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 16.3%, rgb(250, 145, 55) 32.9%, rgba(234, 65, 65, 0.68) 53.4%, transparent 100%), -moz-linear-gradient(-45deg, rgb(35, 75, 215) 0%, rgb(195, 60, 190) 100%);
	background: -ms-radial-gradient(32% 106%, circle farthest-corner, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 16.3%, rgb(250, 145, 55) 32.9%, rgba(234, 65, 65, 0.68) 53.4%, transparent 100%), -ms-linear-gradient(-45deg, rgb(35, 75, 215) 0%, rgb(195, 60, 190) 100%);
	background: -o-radial-gradient(32% 106%, circle farthest-corner, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 16.3%, rgb(250, 145, 55) 32.9%, rgba(234, 65, 65, 0.68) 53.4%, transparent 100%), -o-linear-gradient(-45deg, rgb(35, 75, 215) 0%, rgb(195, 60, 190) 100%);
	background: radial-gradient(circle farthest-corner at 32% 106%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 16.3%, rgb(250, 145, 55) 32.9%, rgba(234, 65, 65, 0.68) 53.4%, transparent 100%), linear-gradient(135deg, rgb(35, 75, 215) 0%, rgb(195, 60, 190) 100%);
	line-height: 36px;
}
#footer .social a{
	background: inherit;
	background-color: #fff;
	color: #cf2e7d;
	
}
#footer .social a:hover{
	color: #714d9f;
	
}
/* SLIDER */
.home{
	background-color: #e5e5e5;
}
#slider{
	height: 70vh;
	position: relative;
	background-color: #000;
	cursor: pointer;
}
.slide{
	width: calc(100%/3);
	height: 70vh;
/*	position: absolute;
	top: 0;*/
	background-position: center center;
	transition: all .3s;
	transform: translate(0,0);
	float: left;
	background-color: #000;
	opacity: 1;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	   -ms-transform: translateZ(0);
	   -o-transform: translateZ(0);
	   transform: translateZ(0);
	   cursor: pointer;
	   background-size: cover !important;
	   -webkit-filter: sepia(0) hue-rotate(0)  saturate(1);
	      filter: sepia(0) hue-rotate(0)  saturate(1);
}
#slider:hover .slide{
	width: 15%;
/*	opacity: .7;*/
	
}
#slider:hover .slide-content{
	display: none;
}
#slider:hover .slide:hover .slide-content{
	display: inline-block;
}

#slider:hover .slide:nth-child(1){
	background-color: #d93092;
	background-blend-mode: overlay;
	-webkit-filter: sepia(1) hue-rotate(300deg)  saturate(2.9);
	   filter: sepia(1) hue-rotate(300deg)  saturate(2.9);
}
#slider:hover .slide:nth-child(2){
	background-color: #714d9f;
	background-blend-mode: overlay;
	-webkit-filter: sepia(1) hue-rotate(230deg)  saturate(3);
	   filter: sepia(1) hue-rotate(230deg)  saturate(3);
}
#slider:hover .slide:nth-child(3){
	background-color: #3dc1cd;
	background-blend-mode: overlay;
	-webkit-filter: sepia(1) hue-rotate(150deg) saturate(2.5);
	   filter: sepia(1) hue-rotate(150deg) saturate(2.5);
}
#slider:hover .slide:hover{
	width: 70%;
	cursor: pointer;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 10;
	opacity: 1;
	background-blend-mode: normal !important;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.slide:hover{
	z-index: 10;
}
.slide:hover{
	z-index: 10;
}

.slide .logo{
	width: 100%;
}
.slide .logo img{
	max-width: 250px;
}
.slide-content{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.slide-content .btn{
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	min-width: 30%;
	margin-top: 20px;
	display: none;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.slide:hover .btn{
	display: inline-block;
}
.slide-content .btn:hover{
	opacity: .9;
}
.slide:nth-child(1) .btn{
	background-color: #f3763c;
}
.slide:nth-child(2) .btn{
	background-color: #de3493;
}
.slide:nth-child(3) .btn{
	background-color: #2ea6dd;
}
#maya-culture .container-fluid{
	width: 100%;
	max-width: inherit;
	padding: 0;
	margin: 0;
}
#maya-culture .row{
	padding: 0;
	margin: 0;
}

#slider-wrapper{
	height: 80vh;
	position: relative !important;
}
.bg-image{
	height: 100%;
	width: 100%;
	display: inline-block;
	position: relative;
	background-size: cover !important;
	-webkit-filter: none !important;
	   filter: none !important;
	background-position: center center;
}
.slide-item{
	height: 80vh;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.slide-item a{
	width: 100%;
	height: 100%;
	display: inline-block;
}
.item-content{
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.item-content .btn{
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	min-width: 20%;
	max-width: 80%;
	margin-top: 20px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	padding-top: 15px;
	padding-bottom: 15px;
}
.slide-item .logo{
	width: 100%;
	text-align: center;
}
.slide-item .logo img{
	max-width: 250px;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.item-content .btn:hover{
	opacity: .9;
}
.slide-item:nth-child(1) .btn{
	background-color: #f3763c;
}
.slide-item:nth-child(2) .btn{
	background-color: #de3493;
}
.slide-item:nth-child(3) .btn{
	background-color: #2ea6dd;
}
.slick-arrow{
	z-index: 100000000;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	border: none;
	opacity: 1;
	transition:  all .3s;
	transform: translateY(-50%);
}
button:focus {outline:0;}
.slick-arrow:hover{
	opacity: .5;
}
.slick-prev{
	left: 0px;
	background: url(img/arrow-prev.svg) center center no-repeat transparent;
	
}
.slick-next{
	right: 0px;
	background: url(img/arrow-next.svg) center center no-repeat transparent;
	
}
.col-image{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.col-image, .col-text, .col-title{
	min-height: 25vw;
}
/*#maya-culture .row:nth-child(odd) .col-image, #maya-culture .row:nth-child(odd) .col-title {
	float: right;
}
#maya-culture .row:nth-child(even) .col-image, #maya-culture .row:nth-child(even) .col-title {
	float: left;
}*/
/*#maya-culture .row:nth-child(1) .col-image{
	float: right;
}

#maya-culture .row:nth-child(2) .col-title{
	float: right;
}

#maya-culture .row:nth-child(3) .col-image{
	float: right;
}
#maya-culture .row:nth-child(3) .col-title, #maya-culture .row:nth-child(3) .col-text{
	float: left;
}*/

#maya-culture .row:nth-child(2) .col-text:after, #maya-culture .row:nth-child(4) .col-text:after{
	border-width: 20px 20px 18px 0;
	border-color: transparent #f4f4f4 transparent transparent;
	top: 50%;
	left: 0;
	right: auto;
	transform: translate(-100%, -50%);
}



.col-text{
	font: 1.3vmax/2vmax 'Open Sans', sans-serif;
	font-weight: 100;
	position: relative;
}
.col-text:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 18px;
	border-color: transparent transparent transparent #f4f4f4;
	position: absolute;
	z-index: 100;
	top: 50%;
	right: 0;
	transform: translate(100%, -50%);
}

.col-text, .col-title{
	background-color: #f4f4f4;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.col-title h3{
	font-size: 2.8vmax;
	line-height: 3.7vmax;
	font-weight: 700;
	text-transform: none;
	color: #fff;
	letter-spacing: -1px;
	margin: 0 auto;
	padding-right: 20px;
	padding-left: 20px;
}

.col-inner{
	padding: 1.4vmax;
}

.hidden-btn{
	display: none;
}
.page-hero{
	height: 50vh;
	background-size: cover;
	background-color: #333;
	background-position: center center;
}
.page-title{
	width: 300px;
	padding: 30px 20px;
	color: #fff;
/*	transform: translateY(-50%);*/
	margin-top: -90px;
	margin-bottom: 60px;
}
.page-title h1{
	font-weight: 700;
	letter-spacing: -2px;
	margin: 0;
}
/* ABOUT */

.page-template-template-about .page-title{
	background-color: #24aae1;
}
.page-template-template-contact .page-title{
	background-color: #cf2e7d;
}
.page-content h3{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
.page-content h2, h2{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
}
.page-content.container{
	max-width: 900px;
		
		
/*	margin-bottom: 60px;*/
	position: relative;
	z-index: 10;
	padding-top: 20px;
}
.page-content .content{
	margin-bottom: 40px;
}
.page-content h4{
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
.inside-maya-toys .page-content strong{
	color: #981e95;
}
#gallery{
/*	height: 70vh;*/
	background-size: cover;
	background-position: 0 0;
		
/*	animation: panning 40s infinite linear;*/
	position: relative;
	background-repeat: no-repeat;
	margin-top: 20px;
	overflow: hidden;
}
#gallery img{
	transform: translateX(0);
	z-index: 1;
}
.gallery-control{
	width: 15%;
	height: 100%;
/*	background-color: #333;*/
	position: absolute;
	cursor: pointer;
	background-color: transparent;
/*	opacity: 0;*/
	transition: all .3s;
	z-index: 1000;
}
.gallery-prev:before{
	position: absolute;
    top: 50%;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 2em;
    height: 2em;
    border-right: 0.5em solid #fff;
    border-top: 0.5em solid #fff;
    transform: rotate(225deg);
    margin-right: 1em;
	left: 50%;
}
.gallery-next:before{
	position: absolute;
    top: 50%;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 2em;
    height: 2em;
    border-right: 0.5em solid #fff;
    border-top: 0.5em solid #fff;
    transform: rotate(45deg);
    margin-right: 1em;
	left: 50%;
}
.gallery-control:hover{
	opacity: 1;
		background-color: rgba(0, 0, 0, 0.5);
	
}
.gallery-prev{
	top: 0;
	left: 0;
}
.gallery-next{
	top: 0;
	right: 0;
}
@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
   50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0 0;
  }
}


/* CONTACT */

#gmap_canvas{
	width: 100% !important;
	height: 100% !important;
	z-index: 1;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	    filter: grayscale(100%);
}
#map{
	margin-bottom: 40px;
}
#map iframe{
	width: 90%;
	height: 200px;
}
.career{
/*	border-top: 1px solid #ccc;*/
	padding-top: 80px;
	background-color: #f4f4f4;
	padding-bottom: 80px;
}
.career .container{
	max-width: 1000px;
}
.blogger-inquiry{
	border-top: 1px solid #ccc;
	padding-top: 40px;
		background-color: #24aae1;
	padding-bottom: 40px;
}
.blogger-inquiry h2{
	color: #fff;
}

.blogger-inquiry .wpcf7 label{
	color: #095c7f;
}
.blogger-inquiry .wpcf7 .btn{
	background-color: #fff;
	color: #24aae1;
}
.blogger-inquiry .wpcf7 .btn:hover{
	opacity: .5;
}
.contact-form-wrapper{
	margin-bottom: 40px;
}
.blogger-inquiry .wpcf7 .btn{
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	min-width: 40%;
	font-weight: bold;
}
.blogger-inquiry .wpcf7 form div:last-child{
	text-align: center;
}
.blogger-inquiry .container{
	max-width: 700px;
}

/* EVENTS */

#events-wrapper{
	margin-top: 60px;
}
#events-wrapper h2{
	padding-right: 10px;
	padding-left: 10px;
}
#events-wrapper .container{
	padding: 0;
}
.event{
	border-bottom: 1px solid #f4f4f4;
/*	width: calc(100%/3);
	float: left;*/
	margin-bottom: 20px;
	padding: 10px;
}
.event h3{
	margin-top: 0;
}
.event-info{
	margin-top: 15px;
}
.event-thumbnail img{
	width: 100%;
}
.view-article{
	display: block;
	margin-top: 5px;
}
#single-event-wrapper{
	margin-top: 40px;
	max-width: 1000px;
}
.event-title h1{
	margin-top: 0;
	margin-bottom: 0;
}
.event-gallery{
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
#single-event-wrapper .event-date{
	margin-bottom: 20px;
}
.grid-item img{
	width: 100%;
	padding: 7px;
}
.grid-sizer,
.grid-item { 
width: calc(100%/3);
box-sizing: border-box;
 }
/* 2 columns wide */
.grid-item--width2 { width: 40%; }
.grid-item{
/*	padding: 5px;*/
/*	margin-bottom: 10px;*/
}
/* FOOTER */

#footer{
	background-color: #e5e5e5;
	padding-top: 20px;
	padding-bottom: 20px;
	
}
#footer h3{
	color: #232b65;
	font-size: 16px;
	font-weight: 600;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
#footer ul a{
	color: #727272;
}

.copyright{
	margin-top: 0;
	margin-bottom: 20px;
	color: #aaa;
	font-size: 11px;
	float: left;
}
.copyright a{
	color: #aaa;
	font-size: 11px;
	text-decoration: underline;
}
.copyright a:hover{
	text-decoration: none;
}
.copyright ul{
	display: inline;
}
.copyright ul li{
	border-right: 1px solid #ccc;
	line-height: 14px;
}
.copyright ul li:last-child{
	border: none;
}
#footer .social{
	font-size: 14px;
	line-height: inherit;
	float: right;
	margin-top: 0;
}
.social span{
	font-size: 20px;
}
.hidden-mobile{
	display: block;
}
.visible-mobile{
	display: none;
}
#nav-icon2{
  width: 50px;
  height: 45px;
	-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-top: 20px;
}

#nav-icon2 span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #242a63;
  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: 14px;
}

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

#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: 5px;
  top: 7px;
}

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

#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: 5px;
  top: 22px;
}

#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}
#mobile-nav{
	position: fixed;
	top: 60px;
	left: 0;
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	padding-top: 20px;
	padding-bottom: 0;
	z-index: 100;
	width: 100%;
	transition: all .3s;
	transform: translateY(-150%);
}
#mobile-nav.open{
	transform: translateY(0);
}
#mobile-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	clear: both;
	width: 100%;
}
#mobile-nav ul li{
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}
#mobile-nav ul li:last-child{
	border: none;
}
#mobile-nav ul li a{
	float: left;
	clear: both;
	width: 100%;
	padding: 15px 10px;
	font-size: 20px;
	text-align: center;
}
#mobile-nav ul li a:hover{
	text-decoration: none;
	background-color: #f4f4f4;
}



#slider-container{
	position: relative;
}
.slider-logos-wrapper{
	position: absolute;
	text-align: center;
	float: left;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 30px 10px;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
}
.slider-logos
{
	
/*	background-color: rgba(0, 0, 0, 0.4);*/
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
/*.slider-logos .container{
	max-width: 900px;
}
.slider-logo
{
	text-align: center;
}
.slider-logo img{
	opacity: .3;
}
.slider-logo.active img{
	opacity: 1;
}
.slider-logo img
{	
	position: relative;
	top: 50%;
	width: 120px;
	transition: all .3s;
}


.slider-logo:hover img
{
	width:180px;
	opacity: 1;
}*/
.slider-logo{
	text-align: center;
	
}
.slideinside{
	height: 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider-logo img
{	
	max-height: 6vmax;
	max-width: 11vmax;
	position: relative;
	transition: all .3s;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	    filter: grayscale(100%);
}

.slider-logo img{
	opacity: .5;
}
.slider-logo.slick-current img, .slider-logo:hover img{
	opacity: 1;
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	    filter: grayscale(0%);
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:640px) {
	.col-image, .col-text, .col-title{
		min-height: 50vw;
		width: 100%;
		float: none;
	}
	.col-title h3{
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}
	
	.col-inner{
		padding: 0;
	}
	.col-text{
		font: 14px/24px 'Open Sans', sans-serif;
	}
}


/*@media only screen and (max-width:900px) {
	
	
	.slider-logo
	{
		width:100%;
	}
	.slider-logos
	{
		width:100%;
	}
	
	.slider-logo-normal
	{
		width: 100px;
	}

	
	.slider-logo-over
	{
		width:120px;
	}

}*/


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


	body{
		padding-top: 60px;
	}
	#wrapper{
		flex: inherit;
	}
	.hidden-mobile{
		display: none;
	}
	.visible-mobile{
		display: block;
	}
	#logo{
		max-width: 60px;
	}
	#main-header{
		padding: 10px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	#nav-icon2{
		margin-top: 5px;
	}
	#slider-wrapper,.slide-item{
		height: 60vh;
	}
	#slider, .slide{
		height: 50vh;
	}
	
	.slide{
		width: 100%;
		position: relative;
		background-size: cover !important;
		-webkit-filter: none !important;
		   filter: none !important;
	}
	#slider:hover .slide{
		width: 100% !important;
		-webkit-filter: none !important;
		   filter: none !important;
		   opacity: 1 !important;
	/*	opacity: .7;*/
		
	}
	#slider:hover .slide-content{
		display: block !important;
	}
	#slider:hover .slide:nth-child(1),#slider:hover .slide:nth-child(2),#slider:hover .slide:nth-child(3){
		background-color: #d93092;
		background-blend-mode: normal !important;
		-webkit-filter: none !important;
		   filter: none !important;
	}
	#slider:hover .slide:hover{
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.slide-content .btn{
		width: 50% !important;
		margin-right: auto;
		margin-left: auto;
		display: inline-block;
	}
	#gallery{
		height: 40vh;
		overflow: scroll; /* has to be scroll, not auto */
		  -webkit-overflow-scrolling: touch;
	}
	#gallery img{
		height: 40vh;
	}
	.gallery-control{
		display: none !important;
	}
	#footer .social{
		font-size: 14px;
		line-height: inherit;
		float: right;
		width: 100%;
		text-align: center;
	}
	#footer .social ul{
		width: 100%;
	}
	.grid-item img{
		width: 100%;
	}
	.grid-sizer,
	.grid-item { width: 100%; }
	.grid-item{
		margin-bottom: 10px;
	}
	.event{
		border-bottom: 1px solid #ccc;
		width: 100%;
		padding: 20px;
	}
	.event:last-child{
		border-bottom: none;
	}
	#map iframe{
		width: 100%;
	}
	.btn{
		width: 100%;
	}
	.col-image{
		min-height: 60vw;
	}
	#maya-culture .row:nth-child(even) .col-image {
		float: none;
	}
	.copyright{
		width: 100%;
		text-align: center;
	}
	.copyright ul{
		display: block;
		width: 100%;
		text-align: center;
	}
	.slider-logos{
		text-align: center;
		width: 100%;
	}
	
	.slider-logo.active
	{
		display: inline-block;
	}
	.col-image, .col-text, .col-title{
		width: 100%;
		float: none;
	}
	#maya-culture .row .col-image{
		clear: both;
	}
	.col-text:after{
		display: none;
	}
	.slider-logos-wrapper{
		padding-bottom: 20px;
	}
	.slider-logo img
	{	
		max-height: 80px;
		max-width: 80%;
	}

}
@media only screen and (max-width:991px) {
.container{
	width: 100%;
}
#main-header .social{
	display: none;
}
#main-nav ul li{
	margin-right: 5px;
	margin-left: 5px;
}
}



