/*
Menus Section
==================================================== */

#top #wrap_all #main #menu-section {
	border-bottom: 14px solid #fff;
	border-top: none;
}

#top #main #menu-section .avia-gallery-thumb a img {
	visibility: hidden;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a {
	background: url(../images/flower-pattern.png);
	background-size: 40px;
	position: relative;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:after {
	border: 8px solid #fff;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2):after {
	border-left: none;
	border-right: none;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(1) {
	/* blue */
	background-color: #87c5e3;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2) {
	/* purple */
	background-color: #5e3389;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(3) {
	/* pink */
	background-color: #ed78a9;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a h2 {
	color: #fff;
	font-family: 'Kumiz FY';
	font-size: 60px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	-webkit-text-shadow: 0 1px 2px #8c4bb1;
	-moz-text-shadow: 0 1px 2px #8c4bb1;
	text-shadow: 0 1px 2px #8c4bb1;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	-webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.41, 0.99);
	-moz-transition: all 300ms cubic-bezier(0.55, 0.085, 0.41, 0.99);
	-o-transition: all 300ms cubic-bezier(0.55, 0.085, 0.41, 0.99);
	transition: all 300ms cubic-bezier(0.55, 0.085, 0.41, 0.99);
	transform-origin: 50% 0;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2) h2 {
	font-size: 90px;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:hover {
	opacity: 1;
}

#top #wrap_all #main #menu-section .avia-gallery-thumb a:hover h2 {
	transform: scale(1.25) rotate(-10deg) translateY(-50%);
}

/* PORTRAIT */
@media only screen and (max-width: 767px) and (min-height: 501px) {
	/* Gallery */
	#top #wrap_all #main #menu-section .avia-gallery-thumb a {
		width: 100%;
	}
	#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2):after {
		border: 8px solid #fff;
		border-top: none;
		border-bottom: none;
	}
	#top #wrap_all #main #menu-section .avia-gallery-thumb a h2 {
		font-size: 46px;
	}
	#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2) h2 {
		font-size: 80px;
	}

}
/* LANDSCAPE */
@media only screen and (max-width: 767px) and (max-height: 500px) {
	/* Gallery */

	#top #wrap_all #main #menu-section .avia-gallery-thumb a {
		width: 33.333333333333333333333%;
	}

	/* #top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2):after {
		border: 8px solid #fff;
		border-top: none;
		border-bottom: none;
	} */

	#top #wrap_all #main #menu-section .avia-gallery-thumb a h2 {
		font-size: 24px;
	}
	#top #wrap_all #main #menu-section .avia-gallery-thumb a:nth-child(2) h2 {
		font-size: 36px;
	}

}
