/*
Theme Name: thecoop
Theme URI: http://www.heliumla.com/
Author: Helium Digital Media
Author URI: http://www.heliumla.com
Description: Built By Helium Digital Media for the COOP kids playspace franchise
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thecoop
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 thecoop is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/*--------------------------------------------------------------
0.0 Fonts
--------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Parisienne|Allura|Grand+Hotel|Satisfy);
/*
	font-family: 'Grand Hotel', cursive; 
	font-weight: 400; 
*/
 
@font-face {
	font-family: 'NeutraText-Book';
	src: url('fonts/neutratextbook/neutratext-book.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/neutratextbook/neutratext-book.woff') format('woff'), 
	     url('fonts/neutratextbook/neutratext-book.ttf')  format('truetype'),
	     url('fonts/neutratextbook/neutratext-book.svg#NeutraTextBook') format('svg');
	}

@font-face {
	font-family: 'NeutraText-Bold';
	src: url('fonts/neutratextbold/neutratextbold.eot?#iefix') format('embedded-opentype'), 
	     url('fonts/neutratextbold/neutratextbold.woff') format('woff'), 
	     url('fonts/neutratextbold/neutratextbold.ttf')  format('truetype'),
	     url('fonts/neutratextbold/neutratextbold.svg#NeutraTextBold') format('svg');
	}


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:after,
q:before, q:after {
	content: "";
}
blockquote:before {
	blockquote:before, 
	}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.6rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}
.wpcf7-form p {
	font-family: 'NeutraText-Book';
	}
.disclaimer{
	font-size: .7em;
	}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: orange;
}
a:visited {
	color: orange;
}
a:hover,
a:focus,
a:active {
	color: orange;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	color: #434343;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	padding: 20px 0 25px;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
	text-decoration: none;
	color: #FF7700;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul {
	left: 100%;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color: #FF7700;
}
/* Small menu */
.menu-toggle {
	display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.ui-widget-header {
	background-color: rgb(255, 119, 0);
	}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	font-family: 'NeutraText-Book';
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-title {
	font-family: 'NeutraText-Book';
	font-size: 26pt;
	line-height: 28pt;
	color: rgb(34,34,34);
}
.entry-meta .posted-on, .byline, .entry-footer {
	font-family: 'NeutraText-Book';
	color: rgb(34,34,34);
	margin-top:5px;
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comments-area {
	font-family: 'NeutraText-Book', Arial, sans-serif;
}

/*--------------------------------------------------------------
10.4 Header
--------------------------------------------------------------*/

header.site-header {
	background-color: #FF7700;
}
.site-branding {
	padding: 45px 0;
	text-align: center;
}
.main-navigation-wrap {
	background-color: #ffffff;
}

/*--------------------------------------------------------------
10.5 Footer
--------------------------------------------------------------*/

footer.site-footer {
	background-color: #434343;
	padding: 40px 0 50px 0;
	margin-bottom: 0px;
}
.footer-box-wrap ul{
	margin-left: 0;
}
.footer-box-wrap ul li{
	list-style: none;
}
.footer-box-wrap ul li a{
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
}
.footer-box-wrap ul li a span{
	color: #FF7700;
}
.recent-photos-wrap a{
	margin: 0 15px 25px 0;
	float: left;
	width: 75px;
	max-width: 100%;
}
.footer-title{
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 15px;
}
.footer-cities{
	padding-right: 95px;
	min-height: 77px;
	background: url(images/coop-bird.png) center right no-repeat;
	float: right;
	padding-top: 5px;
	clear:right;
	margin-bottom: 20px;
}
.footer-cities p{
	color: #FFF;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	margin-bottom: 0;
}
.footer-hours{
	clear: both;
	color: #FFF;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	margin-bottom: 0;
}
.footer-social-wrap {
	float: right;
	clear: left;
	margin-top: 20px;
}
.footer-social{
	float: left;
	height: 30px;
	width: 30px;
	background: url(images/social-icons-footer.png);
	background-position: center center;
}
.footer-social.social-flikr{
	background-position: 0 0;
}
.footer-social.social-twitter{
	background-position: -29px 0;
}
.footer-social.social-facebook{
	background-position: -59px 0;
}
.footer-social.social-star{
	background-position: -90px 0;
}
.star img{
	height:24px;
}
/*--------------------------------------------------------------
10.6 Homepage
--------------------------------------------------------------*/

.carousel-inner>.item,
.carousel-inner,
.carousel-slide {
	height: 360px;
}
.carousel-slide {
	margin-bottom: 30px;
}
.img-responsive, 
.thumbnail>img, 
.thumbnail a>img, 
.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
	min-width: 100%;
	min-height: 100%;
/*	height: 100%;*/
	width: auto;
	max-width: 100% !important;
}
.carousel-indicators li {
	width: 8px !important;
	height: 8px !important;
	margin-left: 4px;
	margin-right: 4px;
}
.carousel-indicators .active {
	width: 10px !important;
	height: 10px !important;
	margin-left: 4px;
	margin-right: 4px;
}
.carousel-indicators {
	bottom: 0 !important;
}
.home-buttons-wrap-all{
	width: 100%;
	float: left;
}
.home-buttons-wrap img{
	width: 100%;
}
.home-buttons{
	position: relative;
	display: block;
	margin-bottom: 75px;
}
.home-buttons-caption {
	background-color: #FF7700;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: 0;
}
.home-buttons-caption {
	text-align: center;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 28px;
	color: #FFF;
	font-weight: 100;
	line-height: 28px;
	padding: 14px 0 10px;
	margin-bottom: 0;
	margin-bottom: -1px;
}
.home-buttons-caption span{
	font-size: 30px;
	font-family: 'Grand Hotel', cursive;
	font-weight: 400; 
	color: #FFF;
}
.home-buttons-caption:hover {
	color: #FFF;
}
.horizontal-break {
	width: 100%;
	height: 3px;
	background-color: #FF7700;
	margin-bottom: 50px;
	position: relative;
}
.horizontal-break:after {
	content: "";
	height: 40px;
	position: absolute;
	top: -18px;
	margin: 0 auto;
	background-image: url(images/bird-break.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
}
.quickinfo {
	margin-bottom: 60px;
	float: left;
}
.quickinfo-big-title {
	color: #888888;
	font-size: 36px;
	line-height: 36px;
	font-family: 'NeutraText-Bold', Arial, sans-serif;
	text-align: center;
	letter-spacing: -2px;
	margin-bottom: 10px;
}
.quickinfo-small-title {
	color: #000000;
	font-size: 20px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	letter-spacing: -.75px;
	margin-bottom: 0;
}
.quickinfo-wrap .quickinfo:first-child .quickinfo-small-title,
.quickinfo-wrap .quickinfo:last-child .quickinfo-small-title {
}
.quickinfo-wrap,
.horizontal-break-wrap{
	float: left;
	width: 100%;
}


/*--------------------------------------------------------------
10.6 Party page
--------------------------------------------------------------*/
.party-wrap-all{margin-bottom:60px;}
.party-wrap{
	position: relative;
	margin-bottom: 50px;
	min-height: 350px;
	overflow: hidden;
}
.party-box{
	position: relative;
	display: block;
	overflow: hidden;
}
.party-box img{
	width: 100%;
}
.party-caption {
	background-color: #FF7700;
	position: absolute;
	width: 100%;
	bottom: 0;
	margin-bottom: 0;
}
.party-caption {
	text-align: center;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 24px;
	padding: 10px 0 10px;
	margin-bottom: 0;
}
.party-caption span{
	font-size: 30px;
	font-family: 'Grand Hotel', cursive;
	font-weight: 400; 
	color: #FFF;
}
.party-caption:hover {
	color: #FFF;
}
.party-about,
.party-about strong{
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #888;
}
.party-about,
.party-about p{
	font-size: 16px;
	line-height: 18px;
}
.party-about strong,
.party-about p strong{
	font-size: 16px;
	line-height: 20px;
}
.party-about p{
	margin-top: 5px;
	margin-bottom: 0;
}
.tagline-title, .page-title{
	color: #888888;
	font-size: 48px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}
.tagline-title span{
	color: #888888;
	font-size: 34px;
	font-family: 'Grand Hotel', cursive;
}
.tagline-content{
	color: #222222;
	font-size: 16px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	max-width: 975px;
	margin: 0 auto;
	margin-bottom: 30px;
	column-count: 2;
	-moz-column-count: 3;
	-webkit-column-count: 2;
}
.tagline-orange-wrap{
	width: 100%;
	text-align: center;
}
.tagline-orange{
	text-align: center;
	float: none;
	display: inline-block;
	min-width: 322px;
	height: 45px;
	font-size: 35px;
	line-height: 43px;
	color: #FFF;
	background-color: #FF7700;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	border-radius: 12px;
	padding: 0 30px;
	margin-bottom: 25px;
}
.tagline-orange span{
	font-family: 'Grand Hotel', cursive;
}
.party-tagline{
	margin-bottom: 40px;
}
.tagline-orange a{
	color: #FFF;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 22px;
}
.party-packages-wrap{
	float: left;
	width: 100%;
}
.package-text-wrap{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.package-text-wrap ul{
	margin-left: 20px;
}
.package-left,
.package-right{
	padding-bottom: 50px;
}
.twosep,
.threesep{
	width: 100%;
	height: 1px !important;
	float: left;
	display: none;
}
.threesep{
	display: block;
}

/*--------------------------------------------------------------
10.7 Crate page
--------------------------------------------------------------*/
.main-title{
	color: #888888;
	font-size: 58px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 50px;
}
.main-title span{
	font-family: ;
	color: #888888;
	font-size: 42px;
	font-family: 'Grand Hotel', cursive;
}
.crate-segment{
	padding: 35px 0;
	position: relative;
}
.dark-bg{
	background-color: #434343;
}
.white-bg{
	background-color: #FFF;	
}
.crate-title{
	font-size: 30px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: 20px;
}
.crate-title span{
	font-family: 'Grand Hotel', cursive;
}
.dark-bg .crate-title{
	color: #FFF;
}
.crate-img-wrap{
	text-align: center;
	margin-bottom: 25px;
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	position: absolute;
	top: 0;
	right: 50%;
}
.dark-bg .arrow-down{
	border-top: 10px solid #fff;
}
.white-bg .arrow-down{
	border-top: 10px solid #434343;
}
.crate-segment-wrap .segment-color:nth-child(odd) {
	background-color: #434343;
}
.crate-segment-wrap .segment-color:nth-child(odd) .arrow-down{
	border-top: 10px solid #fff;
}
.crate-segment-wrap .segment-color:nth-child(odd) .crate-title,
.crate-segment-wrap .segment-color:nth-child(odd) .crate-title span{
	color: #FFF;
}

.crate-segment-wrap .segment-color:nth-child(even) {
	background-color: #FFF;
}
.crate-segment-wrap .segment-color:nth-child(even) .arrow-down{
	border-top: 10px solid #434343;
}
.crate-segment-wrap .segment-color:nth-child(even) .crate-title,
.crate-segment-wrap .segment-color:nth-child(even) .crate-title span{
	color: #888888;
}
.title-form{
	color: #FF7700;
	font-size: 22px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	margin-bottom: 15px;
}
.crate-segment input{
	width: 100%;
	height: 35px;
	background-color: #e9e9e9;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #222222;
	border: none !important;
	padding: 0 10px;
}
.crate-segment select{
	width: 100%;
	height: 35px;
	background-color: #e9e9e9;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #222222;
	border: none !important;
}
.crate-segment input:focus{
	box-shadow: 0px 0px 3px #ff9000;
	border: none !important;
}
.crate-segment input[type="submit"],
.submit-form-btn{
	height: 52px;
	width: 220px;
	background-color: #FF7700;
	font-size: 30px;
	line-height: 52px;
	max-width: 100%;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	border-radius: 15px;
	color: #FFF;
	margin: 25px auto;
	cursor: pointer;
}
.submit-form-btn span{
	font-family: 'Grand Hotel', cursive;
}
.mbzip{
	margin-bottom: 35px !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #222222 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #222222 !important;
    opacity:  1;
}
:-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #222222 !important;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #222222 !important;
}
.payment-total{
	color: #FF7700;
	font-size: 30px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-bottom: 30px;
}
.payment-total-wrap{
	float: left;
	width: 100%;
}
.order-info-wrap,
.order-info-wrap p.txt-info{
	font-size: 22px;
	line-height: 26px;
	color: #222222;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-bottom: 0;
	text-align: left;
}
.order-info-wrap{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}
.crate-select-wrap{
	position: relative;
	max-width: 100%;
	width: 215px;
	height: 36px;
	margin: 0 auto;
}
.crate-item-wrap {
	margin-bottom: 25px;
}
.crate-item-wrap .crate-title{
	margin: 0 auto;
	display: table;
	color: #FF7700 !important;
	line-height: 36px;
	font-size: 24px;
	text-transform: uppercase;
}
.crate-item-wrap .crate-select-wrap{
	position: relative;
	width: 50px;
	height: 36px;
	margin: 0;
	margin-right: 10px;
	display: block;
	float: left;
}
.crate-select-wrap div.fancy-select div.trigger {
	width: 100%;
	height: 36px;
	background: #e9e9e9;
	border-radius: 0;
	border: 0;
	margin: 25px auto;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 20px;
	line-height: 18px;
	color: #FF7700;
	text-align: center;
	box-shadow: none;
}
.crate-item-wrap .crate-select-wrap div.fancy-select div.trigger{
	margin: 0;
}
.crate-select-wrap div.fancy-select ul.options{
	width: 215px;
	border-radius: 0;
	background: #e9e9e9;
	border-top: 1px solid #e9e9e9;
}
/* +- */
.crate-select-wrap div.fancy-select ul.options {
	width: auto;
	min-width: 215px;
	overflow-x: hidden;
/*	padding-right: 12px; */
}
/* ^_ */
.crate-select-wrap div.fancy-select ul.options.open {
	top: 36px;
}
.crate-select-wrap div.fancy-select ul.options li.selected,
.crate-select-wrap div.fancy-select ul.options li{
	color: #434343;
}
.crate-select-wrap div.fancy-select ul.options li.hover{
	color: #FF7700;
}
.crate-select-wrap div.fancy-select ul.options li.selected{
	background: #434343;
	color: #FFF;
}
.crate-select-wrap div.fancy-select select:focus + div.trigger{
	box-shadow: none;
}
.packages-wrap{
	float: none;
	margin: 0 auto;
}
.packages-big-title{
	color: #888888;
	font-size: 50px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-bottom: 25px;
}
.party-package-box{
	margin-bottom: 50px;
}
.party-packages-wrap .party-package-box:nth-child(3n+3){
	clear: left;
}
.party-package-title{
	color: #222222;
	font-size: 30px;
	line-height: 30px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.party-package-price{
	color: #888888;
	font-size: 45px;
	line-height: 45px;
	font-family: 'NeutraText-Bold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.party-package-details{
	text-align: center;
	margin-bottom: 0;
}
.party-package-details a{
	font-size: 18px;
	line-height: 36px;
	font-family: 'NeutraText-Bold', Arial, sans-serif;
	color: #FF7700;
}
.mb30{
	margin-bottom: 30px;
}
.mbzip{
	margin-bottom: 50px;
}
.fancyselectform-wrap div.fancy-select div.trigger{
	width: 100%;
	height: 35px;
	background-color: #e9e9e9;
	border-radius: 0;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #222222;
	border: none !important;
	text-transform: none;
	font-weight: normal;
}
.fancyselectform-wrap div.fancy-select ul.options{
	width: 100%;
	top: 35px;
	border-radius: 0;
	background: #e9e9e9;
	border-top: 1px solid #434343;
}
.fancyselectform-wrap div.fancy-select ul.options li.selected,
.fancyselectform-wrap div.fancy-select ul.options li.selected.hover {
	background: #434343;
	color: #FFF;
}
.fancyselectform-wrap div.fancy-select ul.options li {
	color: #434343;
}
.fancyselectform-wrap div.fancy-select ul.options li.hover{
	color: #FF7700;
}
.crate-order-title{
	font-size: 32px;
	line-height: 34px;
	color: #FF7700;
	font-family: 'NeutraText-Bold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.crate-order-price{
	font-size: 46px;
	line-height: 50px;
	color: #e9e9e9;
	font-family: 'NeutraText-Bold', Arial, sans-serif;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.crate-order-about{
	font-size: 16px;
	line-height: 22px;
	color: #e9e9e9;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-bottom: 0;
}
.add-button{
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	height: 35px;
	line-height: 35px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #FF7700;
	background: #e9e9e9;
	display: block;
	margin-top: 20px;
	text-decoration: none;
	max-width: 100%;
}
.add-button:hover,
.added-button,
.added-button:hover{
	color: #434343;
	background: #FF7700;
	text-decoration: none;
	cursor:pointer;
}
div.fancy-select div.trigger:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #4B5468;
	top: 17px;
	right: 9px;
}

/*--------------------------------------------------------------
10.8 Package page
--------------------------------------------------------------*/

.package-main-title{
	color: #888888;
	font-size: 70px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}
.package-main-title span{
	font-size: 70px;
	color: #FF7700;
	font-family: 'Grand Hotel', cursive;
}
.package-text-wrap{
	font-family: 'NeutraText-Book', Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
}
.package-title{
	color: #FF7700;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 22px;
}
.package-all-wrap{
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.tagline-content ul{
	margin-left: 20px;
}
/*--------------------------------------------------------------
10.9 Press Page
--------------------------------------------------------------*/
.press-wrap{
	position: relative;
	margin-bottom: 50px;
	min-height: 350px;
	overflow: hidden;
}
.press-about,
.press-about strong{
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #222;
}
.press-about,
.press-about p{
	font-size: 16px;
	line-height: 20px;
}
.press-about h1,
.press-about p h1{
	font-size: 2em;
	font-weight: 800;
	line-height: 28px;
}
.press-about p{
	margin-top: 5px;
	margin-bottom: 10px;
}
.press-about img{
/*	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
*/}
.press-box{
	position: relative;
	display: block;
	overflow: hidden;
}
.press-box img{
	width: 100%;
}
.press-tagline{
	margin-bottom: 40px;
}
.press-about h2{
	font-size: 1.5em;
}
/*--------------------------------------------------------------
10.9 Contact Pages
--------------------------------------------------------------*/

h1 strong{
	font-size: 24px;
	padding-top: 10px;
	}

/*--------------------------------------------------------------
10.10 iOS style menu
--------------------------------------------------------------*/
body{
	overflow: hidden;
	background: #222222;
}

.menu-trigger{
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: white;
	left: 10px;
	top: 10px;
	position: absolute;
	background: url(images/trigger-bg.png) no-repeat;
	background-position: center;
}

.mobile-menu {
	position: absolute;
	width: 250px;
	left: 0;
}

.wrapper{
	background-color: #fff;
	position: relative;
	z-index: 1000;
	-webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
	-moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
	-o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
	-ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
	transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
	left: 0;
}

.menu-active .wrapper{
	left: 0;
}

.mobile-menu ul{
	margin-left: 0;
}
.mobile-menu ul li{
	list-style: none;
}
.mobile-menu ul li a{
	color: #FFF;
	font-size: 20px;
	line-height: 20px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	float: left;
	width: 100%;
	padding: 15px 15%;
	border-bottom: 1px solid #888888;
}
.mobile-menu ul li:first-child a{
	border-top: 1px solid #888888;	
}
.mobile-menu ul li a:hover{
	color: #FF7700;
	text-decoration: none;
}
.mobile-menu ul li a span{
	color: #FF7700;
}
.logo-menu{
	padding: 20px;
	text-align: center;
	width: 	100%;
	float: left;
}
.copyright-menu{
	font-size: 16px;
	line-height: 16px;
	font-family: 'NeutraText-Book', Arial, sans-serif;
	color: #bababa;
	text-align: center;
	margin-top: 30px;
	display: block;
	float: left;
	width: 100%;
}

.menu-trigger{
	display: none;
}


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}



/*--------------------------------------------------------------
14.0 Responsive
--------------------------------------------------------------*/

.party-about{
	display: block;
}

/* desktop */
@media all and (min-width: 992px){

	.container{
		width: 960px;
	}
}

/* tablet */
@media all and (max-width: 991px){

	.home-buttons-wrap-all .col-sm-4{
		width: 50%;
		float: left;
	}
	.home-buttons {
		margin-bottom: 25px;
	}
	.party-wrap-all .party-wrap{
		width: 50%;
		float: left;
	}
	.press-wrap-all .press-wrap{
		width: 50%;
		float: left;
	}
	.party-packages-wrap .packages-wrap {
		width: 100%;
	}
	.party-package-box {
		margin-bottom: 35px;
	}

	/* package page */
	.package-all-wrap,
	.package-text-wrap{
		width: 100%;
	}

	/* party page */
	.threesep{
		display: none;
	}
	.twosep{
		display: block;
	}

}

@media all and (min-width: 768px){

	.party-wrap{
		height: auto !important;
	}

}

/* tablet */
@media all and (max-width: 767px){

	/* header */
	.main-navigation ul {
		display: none;
	}
	.menu-trigger {
		display: block;
	}
	body.menu-active nav#slide-menu{
		display: block;
	}
	body.menu-active div#content {
		left: 284px;
	}
	.menu-active .wrapper{
		left: 250px;
	}


	/* content */
	.container{
		padding-right: 5px;
		padding-left: 5px;
	}

	/* header */
	.home-buttons {
		margin-bottom: 25px;
	}
	.quickinfo-wrap .quickinfo{
		width: 100%;
		margin-bottom: 25px;
	}
	.quickinfo-wrap{
		margin-bottom: 30px;
	}
	.img-responsive, 
	.thumbnail>img, 
	.thumbnail a>img, 
	.carousel-inner>.item>img, 
	.carousel-inner>.item>a>img {
		height: 100%;
	}
	.site-branding {
		padding: 25px 0;
	}

	/* party page */
	.party-caption {
		font-size: 18px;
		line-height: 10px;
	}
	.tagline-content {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
	}
	.tagline-title span {
		font-size: 22px;
	}
	.tagline-title {
		font-size: 28px;
		margin-bottom: 0;
	}
	.tagline-orange-wrap{
		display: none;
	}
	.horizontal-break-wrap{
		display: none;
	}
	.packages-big-title {
		font-size: 34px;
	}
	.party-package-title {
		font-size: 28px;
	}
	.party-package-price {
		font-size: 38px;
	}
	.party-wrap{
		position: initial;
	}
	.party-about{
	/*	width: 400px; */
		position: absolute;
		left: 20px;
		right: 20px;
	}
	.party-wrap {
		min-height: 1px;
	}
	.party-about-x{
		position: relative;
	}

	/* footer */
	.footer-box-wrap-all .footer-box-wrap:nth-child(2){
		display: none;
	}
	.footer-box-wrap-all .footer-box-wrap:nth-child(1),
	.footer-box-wrap-all .footer-box-wrap:nth-child(3){
		display: block;
	}
	.footer-box-wrap-all .col-sm-4{
		width: 50%;
		float: left;
	}
	.footer-box-wrap-all{
		background-position: top right;
		padding-right: 0;
	}
	.carousel-inner>.item, .carousel-inner, .carousel-slide {
		height: 250px;
	}
	.footer-social-wrap{
		display: none;
	}

	/* crate page */
	.main-title {
		font-size: 30px;
	}
	.main-title span{
		font-size: 30px;
	}
	.crate-order-about{
		height: auto !important;
	}
	.crate-roder-package{
		margin-bottom: 50px;
	}

}

/* mobile */
@media all and (max-width: 600px) and (min-width: 480px) {

	.home-buttons-caption {
		font-size: 22px;
	}
	.home-buttons-caption span {
		font-size: 22px;
	}

}

/* mobile */
@media all and (max-width: 479px){

	/* footer */
	.footer-cities{
		padding-right: 0;
		padding-top: 76px;
		background-position: top right;
	}

	.home-buttons-wrap img{
		display: none;
	}
	.home-buttons-caption{
		position: relative;
		border-radius: 10px;
	}
	.home-buttons {
		margin-bottom: 25px;
	}
	.home-buttons:hover {
		text-decoration: none;
	}
	.home-buttons-wrap-all .col-sm-4{
		width: 100%;
		float: left;
	}

	/* crate page */
	.crate-img-wrap{
		display: none;
	}
	.carousel-slide{
		display: none;
	}
	.home .carousel-slide{
		display: block;	
	}
	.main-title,
	.party-tagline{
		margin-top: 40px;
	}
	.press-tagline{
		margin-top: 40px;
	}
	.party-wrap {
		margin-bottom: 30px;
	}

}

.ui-corner-all{
    border-radius:0px;
}


