/*
=====================================================================
*   Zoon v1.0 Layout Stylesheet
*   url: styleshout.com
*   06-07-2014
=====================================================================

   TOC:
   a. General Styles
   b. Intro Section
   c. About Section
   d. Location Section
   e. Footer

===================================================================== */

/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { 
	background: #fff;
	overflow-x:hidden;
	text-align:center;
	color: #000;
}


/* ------------------------------------------------------------------ */
/* MENU
/* ------------------------------------------------------------------ */
#menu-bar {
	position:fixed;
	top:0;
	left:0;
	height:50px;
	width:100%;
	background:#000;
	z-index:999;
}

#menu-bar .inner {
	position:relative;
	height:50px;
	width:100%;
	max-width:980px;
	margin:0 auto;
}

#menu-bar .inner ul.main-menu {
	position:relative;
	text-align:center;
	margin:0;
}

#menu-bar .inner ul.main-menu li {
	display:inline;
	margin:0 20px;
	line-height:50px;
}

#menu-bar .inner ul.main-menu li a {
	color:#fff;
	font-family: 'the_handblack', sans-serif;
}

#menu-bar .inner ul.main-menu li a:hover {
	color:#bbb;
}

#menu-logo {
	background: transparent url('../images/logos/max-logo-small.jpg') scroll center center no-repeat;
	background-size: 50px 50px;
	width:50px;
	height:50px;
	position:absolute;
	top:0;
	left:0;
}


/* ------------------------------------------------------------------ */
/* b. Intro Styles
/* ------------------------------------------------------------------ */

#intro {
	overflow-x:hidden;
   	margin:0 auto;
	height: 100%;
	width: 100%;
	max-width: 100%;
	background: #fff; 
	position: relative;   
	padding:90px 0 0 0;
}

/* ------------------------------------------------------------------ */
/* Logos
/* ------------------------------------------------------------------ */

#logo {	
	background: transparent url('../images/logos/max-logo.png') scroll center center no-repeat;
	background-size: 260px 260px;
	width:260px;
	height:260px;
	display:block;
	text-align:center;
	margin:0 auto;
}

#birthdays-logo {	
	background: transparent url('../images/logos/birthdays-logo.png') scroll center center no-repeat;
	background-size: 300px 50px;
	width:300px;
	height:50px;
	display:block;
	text-align:center;
	margin: 0 auto 30px auto;
}

/* Content 
/* ------------------------------------------------------------------ */

.section {
	padding: 50px 40px 30px 40px;
	display: block;
	width:   100%;
}

.section-white {
	background-color: #fff;
	color: #000;
}

.section-black {
	background-color: #000;
	color: #fff;
}

.section-black h2 {
	color: #fff;
}

.section-black h3 {
	color: #fff;
}

.section-black ul li {
	color: #fff;
}

.section-black .location p, .section-black .contact p {
	color: #fff;
}

p a {
	color:#000;
}

p a:hover {
	color:#bbb;
}


.social {
	text-align:center;
	padding-bottom:16px;
}

.social-link, .map-link {
	display:inline;
	margin:0 4px;
	color:#fff;
	font-size:16px;
}

.email-mobile {
	display:none;
}

.social-link i.fa-stack-1x, .map-link i.fa-stack-1x {
	color:#fff;
}

.social-link i.fa-circle, .map-link i.fa-circle {
	color:#000;
}

.social-link:hover i.fa-circle, .map-link:hover i.fa-circle {
	color:#bbb;
}

.title-box {
	text-align:center;
	padding: 0 40px 0 40px;
	display:block;
	width:100%;
}

h1 {
	font-family: 'the_handbold', sans-serif;
	font-size: 60px;
	letter-spacing: 3px;	
	font-weight:normal;
	margin: 20px 0;	
	padding: 0;
	color: #000;
}

h2 {
	font-family: 'the_handbold', sans-serif;
	font-size: 48px;
	letter-spacing: 3px;	
	font-weight:normal;
	margin-bottom: 30px;	
	padding: 0;
	color: #000;
}

h3 {
	font-family: 'the_handbold', sans-serif;
	font-size: 36px;
	letter-spacing: 3px;	
	font-weight:normal;
	margin-bottom: 30px;	
	padding: 0;
	color: #000;
}

ul li {
	font-family: 'the_handbold', sans-serif;
	font-size: 24px;
	letter-spacing: 3px;	
	font-weight:normal;
	line-height:19px;
	color: #000;
}

.title-box p {	
	font-family: 'the_handblack', sans-serif;
	font-size: 18px;
	letter-spacing: 3px;
	margin:0;
}

.hours, .location, .contact {
	display:block;
	width:100%;
	height:auto;
}

.hours .left-side, .hours .right-side {
	display:inline-block;
}

.hours .left-side {
	width:190px;
	padding-right:10px;
	text-align:right;
}

.hours .right-side {
	width:160px;
	text-align:left;
}

.location p, .contact p {
	font-family: 'the_handbold', sans-serif;
	font-size: 24px;
	letter-spacing: 3px;	
	font-weight:normal;
	color: #000;
}

#logo, .title-box, .contact, .location, .social {
	z-index:1;
}

#buy-book a img {
	width: 	50%;
	height: auto;
}