/* Base */

@font-face {
	font-family: 'trajan';
	src: url(../fonts/trajan.ttf);
	src: url(../fonts/trajan.eot) format('embedded-opentype'),
		url(../fonts/trajan.woff) format('woff2'),
		url(../fonts/trajan.woff) format('woff'),
		url(../fonts/trajan.ttf) format('truetype'),
		url(../fonts/trajan.svg) format('svg');
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden !important;
}
body.menuopen{
	background:#2b3343;
}
html {
	overflow-x: hidden !important;
}

a, img, area {
	outline: none;
	border: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

#pageWrapper {
	width: 1240px; 
	text-align: left;
	margin: 0 auto;
}

img {
  display: block;
}

/* AZA - Navigation (Desktop) */

.menu-main-navigation-container li a {
	font-family: 'trajan' !important;
}

/* AZA - Title */

#page_caption {
background: -moz-linear-gradient(90deg, rgba(26,31,43,1) 0%, rgba(142,156,187,1) 100%) !important; /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(142,156,187,1)), color-stop(100%, rgba(26,31,43,1))) !important; /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(26,31,43,1) 0%, rgba(142,156,187,1) 100%) !important; /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(26,31,43,1) 0%, rgba(142,156,187,1) 100%) !important; /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(26,31,43,1) 0%, rgba(142,156,187,1) 100%) !important; /* ie10+ */
background: linear-gradient(0deg, rgba(26,31,43,1) 0%, rgba(142,156,187,1) 100%) !important; /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e9cbb', endColorstr='#1a1f2b',GradientType=0 ) !important; /* ie6-9 */
}

.page_title_content h1 {
	font-family: 'trajan';
	text-transform: uppercase !important;
	background: -webkit-linear-gradient(#fef0c8, #855a3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* AZA - Header (Show/Hide) */

@media (max-width:1024px) {
#aza-header-desktop {
	display: none;
	visibility: hidden;
}
}

@media (min-width:1025px) {
#aza-header-mobile {
	display: none;
	visibility: hidden;
}
}

/* AZA - Footer (Desktop) */

#aza-footer-desktop {
	background-image: url(../images/footer/aza-footer-desktop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 822px;
}

/* AZA - Footer (Show/Hide) */

@media (max-width:1024px) {
#aza-footer-desktop {
	display: none;
	visibility: hidden;
}
}

@media (min-width:1025px) {
#aza-footer-mobile {
	display: none;
	visibility: hidden;
}
}

/* AZA - Page Title */

#page_caption {
	margin-top: -70px;
}

/*----- Brand Tabs ------*/

.aza-brand-tabs-desktop {
	background-color: #000000;
	height: 98px;
}

.aza-aza-tab {
	background-color: #e9c291;
	width: 216px;
	height: 98px;
	margin-left: 105px;
	float: left;
    clear: none; 
}

.aza-hype-tab {
	background-color: #000000;
	width: 216px;
	height: 98px;
	float: left;
    clear: none;
}

.aza-silk-tab {
	background-color: #000000;
	width: 216px;
	height: 98px;
	float: left;
    clear: none;
}

@media (max-width:1024px) {
.aza-brand-tabs-desktop {
	display: none;
	visibility: hidden;
}
}

@media (min-width:1025px) {
.aza-brand-tabs-mobile {
	display: none;
	visibility: hidden;
}
}

/*----- Top ------*/

.aza-top-desktop {
	background-color: #e9c291;
	height: 68px;
}

@media (max-width:1024px) {
.aza-top-desktop {
	display: none;
	visibility: hidden;
}
}

/* AZA - About Me (Show/Hide) */

@media (max-width:1024px) {
#aza-about-me-desktop {
	display: none;
	visibility: hidden;
}
}

@media (min-width:1025px) {
#aza-about-me-mobile {
	display: none;
	visibility: hidden;
}
}