@import url( '_normalize.css' );
@import url( '_defaults.css' );



html {height:100%; overflow-y:auto; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust: 100%; background: url("../img/mainbg.jpg") fixed no-repeat;	background-size: cover;	}

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, img, ins, kbd, q, s, samp, 
small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, input, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, 
footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video, textarea {border:0; font-family:inherit; font-size:100%; font-weight:normal; margin:0; padding:0; outline:0; vertical-align:baseline;}

body {color:#ffffff; font-family:'roboto_slabregular', arial; font-size:12px; height:100%; line-height:18px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust: 100%;} 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {display:block; position:relative}


/* headers
-----------------------------------------------*/
h1, h2, h3, h4, h5, h6 {display:block; font-weight:normal; font-style:normal; line-height:normal}


/* links
-----------------------------------------------*/
a {color:#ffffff; cursor:pointer; margin:0; padding:0; font-size:100%; outline:0; text-decoration:none}
	a:hover {text-decoration:underline}
	
	.fade {opacity: 1;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
	.fade:hover {opacity: 0.5;}

/* paragraphs
-----------------------------------------------*/
p, address {display:block; font-style:normal}

strong, b {font-family:'roboto_slabbold'; font-weight:normal}


/* general
-----------------------------------------------*/

#holder {clear:both; display:block; width:100%}

.fixer {clear:both; display:block; margin:0 auto; position:relative; width:940px}

	.col-lhs640 {float:left; position:relative; width:640px}
	.col-rhs220 {float:right; position:relative; width:220px}
	.col-lhs340 {float:left; position:relative; width:340px}
	.col-158 {margin:0 auto; background:url("../img/i-love-monkey-icon.png") no-repeat 0 0; width:158px; height:158px; position:relative; z-index:777; margin-bottom:-30px;}
	.col-lhs220 {float:left; width:220px; position:relative;}
	.col-full {float:left; width:940px; position:relative;}


/* header
-----------------------------------------------*/

#header {background:url("../img/headerbg.jpg") repeat 0 0; clear:both; min-height:170px; overflow:hidden; padding:0; position:relative; z-index:99}

	#header .fixer {min-height:170px;}

	#header .logo {background:url("../img/treacle-logo.png") no-repeat 0 0; display:block; font-size:1px; height:126px; left:0; line-height:1px; overflow:hidden; padding:0; position:absolute; text-indent:-9999em; top:18px; width:247px; z-index:9999}

	#header .contacts {display:block; overflow:hidden; padding:3px 0 0 0; position:absolute; right:0; top:24px; width:500px; z-index:99}
	#header .contacts ul {float:right; margin:0; overflow:hidden; padding:0}
	#header .contacts li {float:right; font-family:'roboto_slabregular'; font-size:23px; line-height:28px; list-style:none; margin:0; padding:0 0 0 40px}
	.aquabold {font-weight: bold;color: #1aa09f}
	
	
	#header .social {display:block; padding:0 0 0 0; position:absolute; right:-5px; top:50px; width:160px; height:46px; z-index:99}
	#header .social ul {float:right; margin:0; overflow:hidden; padding:0}
	#header .social li {float:left; list-style:none; margin:0; padding:0 5px 0 0}
	#header .social a {display:block; font-size:1px; height:46px; line-height:1px; overflow:hidden; text-indent:-9999em; width:47px}
	#header .social .twitter {background:url("../img/icons/twitter47x46.png") no-repeat 0 0}
	#header .social .facebook {background:url("../img/icons/facebook47x46.png") no-repeat 0 0}
	#header .social .instagram {background:url("../img/icons/instagram47x46.png") no-repeat 0 0}


/* nav
-----------------------------------------------*/

#nav-holder {background-color:#FFFFFF; clear:both; display:block; padding:0; position:relative; width:100%; z-index:10000000 }

#nav
		{

			position: relative;
			font-family: 'roboto_slabbold';
			font-size: 15px;
			line-height: 20px;
			text-transform: uppercase;
			z-index:3000000;
			width:940px;
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
			}
				#nav li a
				{
					color: #fff;
					display: block;
				}
				#nav li a:active
				{
	background-color: #014753 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul
			{
				height: 3.75em; /* 60 */
				
			}
				#nav > ul > li
				{
					
					height: 100%;
					float: left;
					loat:left; font-size:24px; line-height:20px; list-style:none; margin:0; padding:0 35px 0 0;
					
				}
					#nav > ul > li > a
					{
						height: 100%;
						line-height: 2.5em; /* 60 (24) */
						text-align: center;
						color:#014753;
					}
						#nav > ul > li:not( :last-child ) > a
						{
						
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #fff;
							color: #07819d; 
							text-decoration:none
						}


				/* second level */

				#nav li ul
				{
					background-color: fff;
					display: none;
					position: absolute;
					top: 100%;
					width:270px;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px;
						}
						#nav li ul a
						{
							font-size: 1em; /* 20 */
							border-top: 1px solid #07819d;
							padding: 0.75em; /* 15 (20) */
							background-color:#FFFFFF;
							color:#014753;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #fff;
								color:#07819d; text-decoration:none
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}

			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #07819d;
					position: relative;
				}
					#nav > a:before,
					#nav > a:after
					{
						position: absolute;
						border: 2px solid #fff;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto;
				display: none;
				position: relativee;
				left: 0;
				right: 0;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #07819d;
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
				}
		}





/* main
-----------------------------------------------*/

#main {clear:both; display:block; overflow:hidden; padding:15px 0 30px 0; position:relative}


	
	.drinks {background:#75818e url("../img/drinks-icon.jpg") no-repeat; display:block; margin:0 0 12px 0; overflow:hidden; height:301px; width:220px; margin-right:20px; float:left;}
	.food {background:#75818e url("../img/food-icon.jpg") no-repeat; display:block; margin:0 0 12px 0; overflow:hidden; height:301px; width:220px; margin-right:20px; float:left;}
	.gallery {background:#75818e url("../img/gallery-icon.jpg") no-repeat; display:block; margin:0 0 12px 0; overflow:hidden; height:301px; width:220px; margin-right:20px; float:left;}
	.twitterfeed {background: url("../img/twitter-overlay.png") no-repeat; display:block; margin:0 0 12px 0; overflow:hidden; height:301px; width:194px; float:left; padding-left:8px; padding-right:8px;}
	.nomargin {margin:0 0 0 0}
	.marginleft20 {margin:0 0 0 20px}

	/* general -----------------------------------------------*/
	
	#main p {font-family:'roboto_slabregular', arial; font-size:17px; line-height:25px; padding:0 0 30px 0}

	#main blockquote { background: url("../img/quote-top.png") no-repeat 10px 20px; display:block; font-family:'roboto_slabregular'; text-align:center; font-size:24px; line-height:34px; margin:0 0 30px 0; padding:15px 20px 5px 30px}
	#main blockquote .end-apos {background:url("../img/quote-bottom.png") no-repeat bottom right; display:inline-block; font-size:1px; height:18px; line-height:1px; position:relative; text-indent:-9999em; top:-18px; width:19px}

	#main .bullets-list {display:block; margin:10px 0 0 0; padding:0 0 30px 0}
	#main .bullets-list li {
	clear:both;
	display:block;
	font-size:16px;
	line-height:22px;
	list-style:none;
	padding:0 0 0 15px;
	background: url("../img/icons/bullet12x12.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
}

	.col-158 h1 {display:none;}

	.col-full h1 {font-size:24px; margin:20px 0 40px 0;}



/* footer
-----------------------------------------------*/

#footer { background:#fff; clear:both; display:block; overflow:hidden; padding:20px 0 40px 0; position:relative; z-index:777}

	#footer .contacts {clear:both; display:block; overflow:hidden}
	#footer .contacts ul {float:right;clear:both; display:block; margin:0; overflow:hidden; padding:0}
	#footer .contacts li {font-family:'roboto_slabregular'; color:#2e7c8a; font-size:14px; line-height:28px; list-style:none; margin:0; padding:0 0 0 0; text-align:right}
	#footer .contacts li a {color:#333333}

	#footer .logos {clear:both; display:block; margin:0; overflow:hidden; padding:0 0 0 0}
	#footer .logos li {float:left; list-style:none; margin:0; padding:0 0 0 0}
	#footer .logos a {display:block; font-size:1px; height:91px; line-height:1px; overflow:hidden; text-indent:-9999em}
	#footer .logos .the-blackbird {background:url("../img/icons/the-blackbird.png") no-repeat 0 0; width:136px;}
	#footer .logos .hamiltons {background:url("../img/icons/hamiltons.png") no-repeat 0 0; width:105px;}
	#footer .logos .big-red-events {background:url("../img/icons/big-red-events.png") no-repeat 0 0; width:156px;}
	
	#footer .logo {background:url("../img/free-wifi.jpg") no-repeat 0 0; display:block; font-size:1px; height:51px; line-height:1px; overflow:hidden; padding:0; position:absolute; right:0; text-indent:-9999em; top:0; width:190px; z-index:9999}
	

	
	

@media only screen and (min-width:768px) and (max-width:959px) {

}


@media only screen and (max-width:767px) {

#holder {width:auto; padding:5px}

.fixer {clear:both; margin:0; overflow:hidden; width:auto}

.col-lhs340, .col-lhs640, .col-full, .col-lhs220, col-lhs620, .col-rhs220 {clear:both; display:block; float:none; overflow:hidden; width:auto;}

#header {}

	#header .logo {left:23px; top:23px; z-index:9999}
	#header .contacts {display:none}
	#header .social {display:none}





#intro {background:none; height:auto; min-height:1px;}

	#intro .tabs {padding:17px 20px 11px 20px}
	#intro .tabs ul {margin:0}
	#intro .tabs li {clear:both; display:block; float:none; overflow:hidden; padding:0 0 6px 0; width:auto}

#main {padding:0 0 20px 0}

	#main .col-lhs220 {margin:0 auto; width:220px; margin-bottom:20px;}
	
	#main .col-rhs220 {margin:0 auto}
	
	#main .col-lhs640, #main .col-lhs300 {margin:10px;}

	#main .bx-wrapper {background:none; padding:0}

	#bx-pager {display:none}

	#main .two-cols-panel, #main .content {padding:0 20px}
	
	.twitterfeed {background: url("../img/twitter-overlay.png") no-repeat; display:block; margin:0 0 12px 0; overflow:hidden; height:301px; width:194px; padding-left:0px; padding-right:0px;}
	
	img {width:100%; height:auto}



#footer {padding:20px 0;}

	#footer .contacts {padding:0 0 10px 0}
	#footer .contacts li {clear:both; display:block; float:left; padding:0 0 15px 0; text-align:center; width:304px;}

	#footer .subnav {display:none}

	#footer .logo {margin:0 auto; position:relative; right:auto; top:auto}

	#footer .logos li {margin:0 auto;text-align:center; padding:3px}
	
	
	#footer .logos .the-blackbird {background:url("../img/icons/the-blackbird.png") no-repeat 0 0; background-size: 80%; width:90px}
	#footer .logos .hamiltons {background:url("../img/icons/hamiltons.png") no-repeat 0 0; background-size: 80%; width:90px;}
	#footer .logos .big-red-events {background:url("../img/icons/big-red-events.png") no-repeat 0 0; background-size: 80%; width:90px;}
	
	

	

}
