/*

Theme Name: The Drynk
URI: thedrynksoho.com

Description: Theme for The Drynk
Version: 1.0

Author: Harshil Topiwala
Author URI: https://https://rampantmediallc.com
*/





/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 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 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #fff;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 2px; margin-right: 2px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 50px;  }
    .container .two.columns                     { width: 110px; }
    .container .three.columns                   { width: 170px; }
    .container .four.columns                    { width: 230px; }

    .container .four.columns.lastvideo,
    .container .four.columns.lastphoto          { width: 232px; height:150px; }

    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 350px; }
    .container .seven.columns                   { width: 410px; }
    .container .eight.columns                   { width: 472px; }
    .container .nine.columns                    { width: 530px; }
    .container .ten.columns                     { width: 590px; }
    .container .eleven.columns                  { width: 650px; }
    .container .twelve.columns                  { width: 710px; }
    .container .thirteen.columns                { width: 770px; }
    .container .fourteen.columns                { width: 830px; }
    .container .fifteen.columns                 { width: 890px; }
    .container .sixteen.columns                 { width: 948px; }

    .container .one-third.column                { width: 310px; }
    .container .two-thirds.column               { width: 630px; }

    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }



/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 778px; }
        .container .column,
        .container .columns                         { margin-left: 2px; margin-right: 2px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 2px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 2px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }

        .container .one.column,
        .container .one.columns                     { width: 28px; }
        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 184px; }

        .container .four.columns.lastvideo,
        .container .four.columns.lastphoto          { width: 185px; height:111px; }


        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 380px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 764px; }

        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }

        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }

        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }

        .container .four.columns{width:297px;background-size:100% auto !important; }
	.container .eight.columns{width:300px;background-size:100% auto !important;  }
	

        .container .four.columns.lastvideo,
        .container .four.columns.lastphoto          { width: 297px; margin-top:2px;margin-bottom:2px; height:150px; background-size:100% auto !important; }


    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }

        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }


        .container .four.columns{width:417px;margin-top:2px; background-size:100% auto !important; }
	.container .eight.columns{width:420px;margin-bottom:2px; background-size:100% auto !important; }

        .container .four.columns.lastvideo,
        .container .four.columns.lastphoto          { width: 417px; margin-top:2px;margin-bottom:2px; height:200px; background-size:100% auto !important; }


    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
BODY{
	background:url(../../../images/bg-blackhead.jpg) center top no-repeat #050505;	
}

.qtip{
	border-radius:10px !important;
}

BODY.secondaries{
	background:#050505;	
}

.container{
	margin-bottom:10px;
}

.container .column, .container .columns{
	border:0px solid #050505;
}

.noborder{
	border:none !important;
}

.lightborder {
	border:1px solid #373737 !important;
	background-color:#000000;
}

.footer{
	overflow:hidden;
	position:relative;
	text-align:center;
	padding:10px;
	color:#939393;
	text-transform:uppercase;
	font-size:10px;
}

.footer a{
	color:#939393;	
}

.footer a:hover{
	color:#efefef;
}

.sitehead{
	height:115px;
	overflow:hidden;
	position:relative;
}

.sitehead .logo{
	float:left;
	margin-top:19px;
	margin-left:10px;
}

.sitehead .nav{
	position:absolute;
	right:0px;
	bottom:5px;
}

.secondaries .sitehead .nav {
	bottom:25px;
	right:125px;
}


.sitehead .nav ul li{
	display:inline;
	text-transform:uppercase;
	font-size:14px;
	margin-left:40px;
}

.sitehead .nav ul li a{
	color:#ffffff;
	text-decoration:none;
}

.sitehead .nav ul li a:hover, .sitehead .nav ul li.selected, .sitehead .nav ul li.selected a{
	color:#aa8339;
}


.sitehead .navdropdown{
	display:none;
}

.sitehead .insiderzone{
	overflow:hidden;
	position:absolute;
	right:0px;
	top:20px;
}

.secondaries .sitehead .insiderzone{
	top:45px;
}

.sitehead .insiderzone form{
	float:left;
	width:350px;
	height:29px;
	margin:1px 0px 0px 0px;
	background:url(../../../images/bg-insider-form.png) no-repeat;
}

.sitehead .insiderzone form span{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	float:left;
	color:#000000;
	margin:4px 0px 0px 10px;
}

.sitehead .insiderzone form input[type=text]{
	float:right;
	border:1px solid #373737;
	background:#000000;
	color:#999999;
	width:140px;
	font-size:12px;
	margin:4px 0px 0px 0px;
	padding:0px;
	height:19px;
}

.sitehead .insiderzone form input[type=image]{
	float:right;
	margin:5px 5px 0px 5px;
}

.sitehead .insiderzone ul.socials{
	float:left;
	margin-left:5px;
}

.sitehead .insiderzone ul.socials li{
	display:inline;
}

.sitehead .insiderzone ul.socials li.big{
	display:inline;
}

.sitehead .insiderzone ul.socials li.small{
	display:inline;
}

.secondaries .sitehead .insiderzone ul.socials li.small{
	display:inline;
}


.homebigbanner {
	margin-bottom:0px;
}


.homebigbanner{width: 948px !important;}
#carousel-single-image-topbanner{width: 948px !important;height: 380px !important;}
#carousel-single-image-topbanner .touchcarousel-item{width:948px !important;height: 380px !important;}
#carousel-single-image-topbanner .touchcarousel-item img{width:948px !important;}


.eight{
	margin-top:4px;
}

.lastvideo a, .lastphoto a{
	display:table-cell;
	width:232px;
	height:150px;
	position:relative;
	color:#ffffff;
	text-decoration:none;
}

.lastvideo a .info, .lastphoto a .info{
	background:#000000;
	padding:2px;	
	padding-left:25px;
	color:#ffffff;
	font-size:12px;
	margin-top:40%;
	display:none;
}

.lastphoto.gridelement, .lastphoto.gridelement a {      
	height:232px !important;
}

.lastphoto.gridelement a .info{
	margin-top:70%;
	display:block;
}

.lastphoto.gridelement a:hover .info{
	opacity:0.5;
}

.lastphoto a .info{
	background:url(../../../images/bg-icon-lastphoto.png) center left no-repeat #000000;
	background-position:4px 4px;
}

.lastvideo a .info{
	background:url(../../../images/bg-icon-lastvideo.png) center left no-repeat #000000;
	background-position:4px 4px;
}


.lastvideo a:hover .info, .lastphoto a:hover .info{
	display:block;
}

.gift a{
	text-decoration:none;
}

.gift a .info{
	background:rgba(0,0,0,0.8);
	padding:10px 10px;	
	color:#ffffff;
	font-size:12px;
	margin-top:60%;
	display:none;
	text-decoration:none;
	text-transform:uppercase;
}

.gift a:hover .info{
	display:block;
}


.homepagesquare, .homepagesquare a{
	background-size:100% !important;
	display:block;
	width:230px;
	height:240px;
}

.homepagewide, .homepagewide a{
	background-size:100% !important;
	display:block;
	width:470px;
	height:161px;
}

.homepagewide.event{
	width:466px;	
	height:240px;
}

.homepagewide.event a{
	height:240px;
}


.homepagewide.upce{
	height:240px;
	width:466px;
}

.homepagesquare.calendararea iframe, .homepagesquare .calendararea{
	width:228px !important;
	height:230px  !important;
}

.homepagesquare.calendararea iframe{
}

.eventsarea{
	width:466px !important;
}


.eventsarea h1{
	color:#a07b36;
	font-size:20px;
	text-align:center;
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:300 !important;
	text-transform:uppercase;
}

.eventsarea ul{
	margin-left:30px;
	margin-right:10px;
}

.eventsarea ul li{
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	margin-bottom:10px;
}

.eventsarea ul li a{
	color:#ffffff;
	height:auto;
	width:auto;
	text-decoration:none;
}

.eventsarea ul li a:hover{
	color:#a07b36;
}

.eventsarea ul li span{
	display:block;
	color:#8a8a8a;
}

.eventsdropdown{
	display:none;
}

.eventsdropdown select{
	font-size:18px;
	width:100%;
}

.homepagewide.aboutslidebig{
	height:385px;
	overflow:hidden;
	background-size:cover !important;
}

.aboutslidesmall{
	height:343px;
	width:232px !important;
	overflow:hidden;
	background-size:cover !important;
}

.abouttext{
	height:auto;
	min-height:568px;
}

.credits{
	height:auto;
	min-height:230px;
}

.credits a{
	height:auto;
	color:#b7b7b7;
}

.credits a:hover{
	color:#ffffff;
}

.abouttext .switchers, .singleventdescription .switchers{
	margin:0px;
	padding:0px;
	overflow:hidden;
	margin-left:15px;
}

.abouttext .switchers li, .singleventdescription .switchers li {
	float:left;
	background:#000000;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	padding:2px 15px;
	margin-left:5px;
	margin-right:5px;
}

.abouttext .switchers li.selected, .abouttext .switchers li:hover, .singleventdescription .switchers li.selected, .singleventdescription .switchers li:hover{
	background:#aa8339;
	color:#000000;
	cursor:pointer;
}

.abouttext .switchers li.selected, .singleventdescription .switchers li.selected{
	cursor:auto;
}


.abouttext h1, .addthumbs h1{
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	color:#ffffff !important;
	font-weight:300 !important;
	margin:30px 10px 10px 20px;
}

.contactform h1{
	font-family: 'Open Sans', sans-serif;
	font-size:50px;
	color:#ffffff !important;
	font-weight:300 !important;
	margin:20px 10px 20px 20px;
}

.contactform form{
	margin:20px 20px 20px 20px;
}

.contactform form label{
	display:block;
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:2px;
	clear:both;
}


.contactform form input[type=text]{
	width:98%;
	border:1px solid #aa8339;
	background:transparent;
	margin-bottom:10px;
	color:#ffffff;
}

.contactform form input[type=text].third{
	width:20%;	
	float:left;
	margin-right:6px;
}


.contactform form span.specspan{
	color:#8f8f8f;
	text-transform:uppercase;
	font-size:9px;
	line-height:16px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
}

.contactform form span.specspan input{
	border:1px solid #aa8339;
	margin-right:5px;
	background:transparent;
	float:left;
}

.contactform form .oglogo{
	background:url(../../../images/image-og-logo.png) left center no-repeat;
	color:#8f8f8f;
	padding-left:80px;
	padding-top:10px;
	font-size:12px;
	line-height:13px;
	height:40px;
	width:80%;
	clear:both;
}

.contactform form .oglogo a{
	display:inline;
	color:#8f8f8f;
	text-transform:uppercase;
	font-size:11px;
}

.contactform form .oglogo a:hover{
	color:#ffffff;	
}

.contactform form textarea{
	width:98%;
	min-width:98%;
	max-width:98%;
	color:#ffffff;

	border:1px solid #aa8339;
	background:transparent;
	height:90px;
	max-height:90px;
	min-height:90px;
	overflow:auto;
	margin-bottom:10px;
}

.contactform form input[type=submit]{
	background:url(../../../images/bg-button-send.png) no-repeat;
	width:133px;
	height:50px;	
	border:none;
	color:#ffffff;
	float:right;
}

.mapzone{
	height:412px;
	overflow:hidden;
}

.contactform{
	height:auto;
}


.mapzone iframe{
	height:412px;
	width:100%;
}

.abouttext p, .contactform p, .singleventdescription p{
	color:#b7b7b7;
	line-height:18px;
	padding:0px;
	margin-left:20px;
	margin-right:30px;
}

.abouttext div.tabdata, .singleventdescription div.tabdata{
	display:none;
}


.singlevent, .singlevent a, .singleventdescription{
	height:400px !important;
}

.singleventdescription{
	position:relative;
	overflow:hidden;
}

.singleventdescription .buytickets, .reservetable .buytickets{
	position:absolute;
	top:0px;
	right:0px;
	background:url(../../../images/bg-button-send.png) no-repeat;
	width:123px;
	height:40px !important;	
	overflow:hidden;
	padding-top:12px;
	padding-left:10px;
	color:#ffffff;
	text-align:center;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.singleventdescription .buytickets:hover{
	color:#000000;
}

.singleventdescription .socials{
	position:absolute;
	top:15px;
	left:15px;
}


.offerform .socials .insocs{
	display:block;
	float:left;
}

.offerform .socials .mobilview, .singleventdescription .socials .mobilview{
	display:none;
	float:left;
}

.singleventdescription .edate{
	color:#ffffff;
	font-size:17px;
	text-transform:uppercase;
	margin:60px 10px 0px 15px;
}

.singleventdescription .ename{
	color:#aa8339;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 10px 15px 15px;
}

.singleventdescription .switchers{
}

.reservetable{
	height:479px;
	position:relative;
}

.choosedate{
	width:230px;
	height:230px;
	margin:0 auto;
}

.reservetable .choosedate.prod{
	margin-left:20px;
	margin-top:20px;
}

h1.colored{
	color:#aa8339 !important;
}

.productpg.proddesc{
	height:auto !important;
	padding-bottom:20px !important;
}


.productpg .buytickets{
	top:340px;
	width:113px;
	height:40px;	
	padding-top:15px;
	padding-right:10px;
	color:#ffffff;
	text-align:right;
}

.productpg .facebook{
	position:absolute;
	top:220px;
	right:0px;
	width:123px;
	height:40px;	
	padding-top:15px;
	padding-right:10px;
	color:#ffffff;
	text-align:right;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../../../images/bg-button-facebook.png) no-repeat !important;
}

.productpg .tweet{
	position:absolute;
	top:280px;
	right:0px;
	width:123px;
	height:40px;	
	padding-top:15px;
	padding-right:10px;
	color:#ffffff;
	text-align:right;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../../../images/bg-button-twitter.png) no-repeat !important;
}

.giftone{
	text-align:center;
	padding-top:10px;
}

.giftone img{
       	width:420px;
}


.quicksearch{
	margin-top:10px !important;
	overflow:hidden;
}

.quicksearch select {
	float:right;
	background:#aa8339;
	color:#000000;
	margin-top:3px;
	width:200px;
}

.quicksearch .pagenator{
	float:right;
	margin-left:12px;
	margin-bottom:5px;
	color:#ffffff;
}

.quicksearch .pagenator a{
	color:#aa8339;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}

.quicksearch .pagenator a:hover{
	color:#ffffff;
}

.videoframe, .videoframe *{
	overflow:hidden;
	width:948px;
	height:474px;
}

.photoframe{
	width:948px;
	height:474px;
}

.videoname{
	color:#ffffff;
	font-size:14px;
}

.videoname .inz{
	padding:10px;
}

.videoname span{
	font-weight:bold;
	color:#aa8339;
	text-transform:uppercase;
}

.videoname .insocs, .videoname .mobilview{
	float:right;
}

.videoname .insocs span, .videoname .mobilview span{
	font-size:11px !Important;
	font-weight:normal !important;
	text-transform:none !important;
	color:#000000 !important;
}

.videoname .mobilview{
	display:none;
}


.addthumbs{
	padding-bottom:20px;
}


.addthumbs h1{
	font-size:50px;
	margin-top:10px;
	margin-bottom:15px;
	width:96%;
}

.addthumbs h1 select{
	float:right;
	margin-top:10px;
	background:#aa8339;
	color:#000000;
	width:200px;
}

.addthumbs .touchcarousel-item span{
	display:block;
	color:#ffffff;
	font-size:14px;
}

.addthumbs .touchcarousel-item span.ename{
	font-weight:bold;
	color:#aa8339;
}

#viewport{
	position:relative;
}

#viewport a{
	width:34px !important;
	height:89px !important;
}


#viewport img.rght{
	width:34px !important;
	height:89px !important;
	position:absolute;
	right:0px;
	top:170px;
}

#viewport img.lft{
	width:34px !important;
	height:89px !important;
	position:absolute;
	left:0px;
	top:170px;
}

#viewport .stripbgg{
	position:absolute;
	bottom:0px;
	left:0px;
	border-top:1px solid #000000;
	background-color:rgba(0,0,0,0.5);
	height:90px;
	padding-top:13px;
	width:100%;
}

#fixcals{
	margin-top:10px;
	margin-left:10px;
}

.smalleventvideo{
	width:430px;
	height:200px;
	margin-top:5px;
}


.smallrow{
	overflow:hidden;
	margin-left:20px;
	margin-bottom:5px;
}

.smallrow .half{
	float:left;
	width:48%;
}

.smallrow label{
	font-size:12px;
	color:#ffffff;
	font-weight:normal;
	display:block;
}

.smallrow input[type=text]{
	border:1px solid #aa8339;
	background:#000000;
	color:#999999;
	width:90%;
	font-size:12px;
	margin:4px 0px 0px 0px;
	padding:4px;
}

.smallrow input[type=text].phone{
	width:26%;
	float:left;
	margin-right:3px;
}

.smallrow input[type=text].phone:last-child{
	margin-right:0px !important;
}

.smallrow textarea{
	width:410px !important;
	min-width:410px !important;
	max-width:410px !important;
	color:#ffffff;

	border:1px solid #aa8339;
	background:transparent;
	height:40px;
	max-height:40px;
	min-height:40px;
	overflow:auto;
	margin-bottom:5px;
}

.smallrow input[type=submit]{
	clear:both;
	background:#aa8339;
	border:1px solid #aa8339;
	color:#000000;
	font-size:12px;
	text-transform:uppercase;
	padding:4px 10px;
	text-shadow:none;	
	margin:none !important;
	margin-left:350px !important;
	margin-top:3px !important;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

		.sitehead .nav ul li{
		 	margin-left:15px;
		}

		.secondaries .sitehead .nav {
			right:110px;
		}

		.sitehead .insiderzone ul.socials li.big{
			display:none;
		}

		.sitehead .insiderzone ul.socials li.small{
			display:inline;
		}
		
		
		.lastvideo a .info, .lastphoto a .info{
			background:#000000;
			padding:2px;	
			padding-left:5px;
			color:#ffffff;
			font-size:12px;
			margin-top:35%;
			display:block;
		}


		.gift{ overflow:hidden !important;}
	
		.gift a .info{
			padding:10px 10px;	
			margin-top:45%;
			display:block;
			background:rgba(0,0,0,1);
		}


		.lastphoto.gridelement, .lastphoto.gridelement a {      
			height:188px !important;
		}

		.lastphoto.gridelement{
			margin-bottom:2px;
		}

		.lastphoto.gridelement a .info{
			margin-top:70%;
			display:block;
		}
		
		.homepagesquare, .homepagesquare a{
			background-size:100% !important;
			display:block;
			height:188px;
		}

		.homebigbanner{width: 764px !important;}
		#carousel-single-image-topbanner{width: 764px !important;height: 300px !important;}
		#carousel-single-image-topbanner .touchcarousel-item{width:764px !important;height: 300px !important;}
		#carousel-single-image-topbanner .touchcarousel-item img{width:764px !important;}

		.homepagewide, .homepagewide a{
			background-size:100% !important;
			display:block;
			width:378px;
			height:130px;
		}

		.homepagewide.event{
			width:375px;	
			height:190px;
		}

		.singlevent, .singlevent a, .singleventdescription{
			height:330px !important;
		}

		.singleventdescription p{
			font-size:12px;
		}


		.upce{
		 	width:375px !important;
			height:270px !important;
		}

		.upce .calendararea{
		 	display:none;
		}	

		.upce .eventsdropdown{
			display:block;
			margin:10px 0px 20px 30px;
			width:310px;
		}

		.upce .eventsdropdown select{
			font-size:18px;
			width:100%;
		}


		.giftone img{
	        	width:340px;
		}



		.abouttext{
			height:auto;
			min-height:598px;
		}

		.aboutslidesmall{
			width:185px !important;
			height:343px;
			overflow:hidden;
		}

		.abouttext .switchers li{
			padding:2px 5px;
		}

		.contactform h1{
		 	font-size:45px;
		}
	
		.contactform{
			height:auto;
		}

		.mapzone{
			height:315px;
			overflow:hidden;
		}
		
		.mapzone iframe{
			height:315px;
			width:100%;
		}

		.reservetable{
			height:490px;
		}

		.choosedate{
			width:230px;
			margin:0 auto;
		}

		 .choosedate.prod{
			margin-left:10px;
		}

		.productpg{
			min-height:510px;
		 	height:auto;
		}

		.videoframe, .videoframe *{
			overflow:hidden;
			width:764px;
			height:382px;
		}

		.photoframe{
			width:764px;
			height:382px;
		}

		#viewport img.rght{
			top:140px;
/*			width:34px !important;
			height:89px !important;
*/

		}

		#viewport img.lft{
/*			width:34px !important;
			height:89px !important;
*/
			position:absolute;
			top:140px;
		}

		.singleventdescription .socials .insocs{
			display:none;
		}

		.singleventdescription .socials .mobilview{
			display:block;
		}

		.offerform .socials .insocs{
			display:none;
		}

		.offerform .socials .mobilview{
			display:block;
		}

	
		.smalleventvideo{
			width:340px;
			height:155px;
		}

		.smallrow{
		 	position:relative;
		}	

		.smallrow textarea{
			width:240px !important;
			min-width:240px !important;
			max-width:240px !important;
			color:#ffffff;
			height:20px;
			max-height:20px;
			min-height:20px;
			overflow:auto;
			margin-bottom:5px;
		}

		.smallrow input[type=submit]{
			position:absolute;
			right:15px;
			top:20px;
			background:#aa8339;
			border:1px solid #aa8339;
			color:#000000;
			font-size:12px;
			text-transform:uppercase;
			padding:4px 10px;
			text-shadow:none;	
			margin:none !important;
			margin-top:3px !important;
		}



	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.sitehead .nav ul{
			display:none;
		}

		.sitehead{
			height:240px;
		}

		.sitehead .insiderzone {
			top:150px;
			height:80px;
			width:100%;
		}

		.sitehead .insiderzone form{
			position:absolute;
			top:0px;
			left:2px;
			float:none;
		}

		.sitehead .insiderzone ul.socials{
			margin:none;
			float:none;
		 	position:absolute;
			top:40px;
			left:-15px;
		}

		.sitehead .insiderzone ul.socials li{
			margin-left:12px;
		}

		.sitehead .navdropdown{
			position:absolute;
			top:110px;
			left:2px;			
			display:block;
		}

		.sitehead .navdropdown select{
		 	width:415px;
			font-size:18px;
		}

		.sitehead .navdropdown select option{
			padding-bottom:5px;
		}

		.secondaries .sitehead{
			height:200px;
		}


		.secondaries .sitehead{
			height:170px;
		}

		.secondaries .sitehead .insiderzone ul.socials{
		 	position:absolute;
			top:20px;
			left:290px;
		}


		.homebigbanner{width: 419px !important;}
		#carousel-single-image-topbanner{width: 419px !important;height: 200px !important;}
		#carousel-single-image-topbanner .touchcarousel-item{width:419px !important;height: 200px !important;}
		#carousel-single-image-topbanner .touchcarousel-item img{width:419px !important;}



		.lastvideo a, .lastphoto a{
		 	width:417px;
		}

		.lastphoto a .info, .lastvideo a .info{
			background:url(../../../images/bg-icon-lastphoto.png) center left no-repeat #000000;
			background-position:8px 4px;
			padding:2px;	
			padding-left:30px;
			color:#ffffff;
			font-size:12px;
			margin-top:35%;
			display:block;
		}

		.lastvideo a .info{
			background:url(../../../images/bg-icon-lastvideo.png) center left no-repeat #000000;
			background-position:8px 4px;
			padding:2px;	
			padding-left:30px;
			color:#ffffff;
			font-size:12px;
			margin-top:35%;
			display:block;
		}

		.gift{ overflow:hidden !important;}
		.gift a .info{
			padding:10px 10px;	
			overflow:hidden;
			margin-top:75%;
			display:block;
			background:rgba(0,0,0,1);
		}


		.lastphoto.gridelement, .lastphoto.gridelement a {      
			height:417px !important;
		}

		.lastvideo.gridelement, .lastvideo.gridelement a {      
			height:417px !important;
		}


		.lastphoto.gridelement, .lastvideo.gridelement{
			margin-bottom:2px;
		}

		.lastphoto.gridelement a .info, .lastvideo.gridelement a .info{
			margin-top:80%;
			display:block !important;
		}
		


		.homepagewide, .homepagewide a{
			background-size:100% !important;
			display:block;
			width:419px;
			height:145px;
		}

		.homepagewide.event{
			background-size:100% !important;
			display:block;
			width:419px;
			height:218px;
		}

		.homepagesquare, .homepagesquare a{
			height:419px;
			width:419px;
		} 

		.elist{
            		margin-top:4px !important;
		}

		.singlevent, .singlevent a, .singleventdescription{
/*			height:330px !important; */
		}

		.singleventdescription p{
		}
		.singleventdescription{
			margin-bottom:4px !important;
		}

		.singleventdescription .socials .insocs{
			display:none;
		}

		.singleventdescription .socials .mobilview{
			display:block;
		}


		.upce{
		 	width:419px !important;
		}

		.upce .calendararea{
			width:235px !important;
			overflow:hidden;
		}

		.upce .eventsarea{
			width:175px !important;
			overflow:hidden;
		}

		.upce .eventsarea h1{font-size:18px;}

		.upce .eventsarea ul{
		 	margin-left:10px;
		}

		.giftone img{
	        	width:370px;
		}


		.abouttext{
			height:auto;
			margin-bottom:4px !important;
		}

		.aboutslidesmall{
			width:185px !important;
			height:343px;
			overflow:hidden;
			display:none !important;
		}

		.abouttext .switchers{
			margin-bottom:15px;
		}

		.abouttext .switchers li{
			padding:2px 10px;
		}

		.contactform h1{
		 	font-size:45px;
		}
	
		.contactform{
			height:auto;
		}

		.credits{
			height:240px;
		}

		.mapzone{
			height:315px;
			overflow:hidden;
			margin-top:4px !important;
		}
		
		.mapzone iframe{
			height:315px;
			width:100%;
		}


		.reservetable{
			height:490px;
		}

		.choosedate{
			width:230px;
			margin:0 auto;
		}

		.productpg{
			min-height:510px;
		 	height:auto;
		}

		.videoframe, .videoframe *{
			overflow:hidden;
			width:420px;
			height:210px;
		}
		.photoframe{
			width:420px;
			height:210px;
		}


		.addthumbs h1{
			font-size:30px;
			margin-top:10px;
			margin-bottom:15px;
			width:90%;
		}

		.videoname .insocs{
			float:none;;
			margin-top:10px;
			margin-bottom:10px;
		}

		.addthumbs h1 select{
			float:right;
			margin-top:17px;
			background:#aa8339;
			color:#000000;
			width:180px;
		}

		.addthumbs.gals h1 select{
			width:160px;
		}


		#viewport img.rght{
			top:70px;
			width:25px !important;
			height:65px !important;


		}

		#viewport img.lft{
			width:25px !important;
			height:65px !important;

			position:absolute;
			top:70px;
		}

		.stripbgg{
		 	display:none;
		}

		.smalleventvideo{
			width:380px;
			height:205px;
		}

		.smallrow textarea{
			width:367px !important;
			min-width:367px !important;
			max-width:367px !important;
		}

		.smallrow input[type=submit]{
			margin-left:307px !important;
		}


		.offerform .socials .insocs{
			display:none;
		}

		.offerform .socials .mobilview{
			display:block;
		}


	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

		.sitehead .insiderzone form{
			width:290px;
			background-position:center top;
			border-radius:4px;
		}

		.sitehead .insiderzone form span{
			font-size:10px;			
		}

		.sitehead .insiderzone form input[type=text]{
			width:100px;
		}

		.sitehead .insiderzone ul.socials li.big{
			display:none;
		}

		.sitehead .insiderzone ul.socials{
			left:-4px;
		}

		.sitehead .insiderzone ul.socials li.small{
			display:inline;
			margin-left:0px;
		}

		.secondaries .sitehead .insiderzone ul.socials{
			left:-2px;
		}

		.secondaries .sitehead .insiderzone ul.socials{
		 	position:absolute;
			top:20px;
			left:200px;
		}


		.sitehead .navdropdown{
			position:absolute;
			top:110px;
			left:2px;			
			display:block;
		}

		.sitehead .navdropdown select{
		 	width:290px;
			font-size:18px;
		}


		.homebigbanner{width: 299px !important;}
		#carousel-single-image-topbanner{width: 299px !important;height: 150px !important;}
		#carousel-single-image-topbanner .touchcarousel-item{width:299px !important;height: 150px !important;}
		#carousel-single-image-topbanner .touchcarousel-item img{width:299px !important;}


		.lastvideo a, .lastphoto a{
		 	width:300px;
		}

		.lastvideo a .info, .lastphoto a .info{
			background:url(../../../images/bg-icon-lastphoto.png) center left no-repeat #000000;
			background-position:8px 4px;
			padding:2px;	
			padding-left:30px;
			color:#ffffff;
			font-size:12px;
			margin-top:35%;
			display:block;
		}

		.gift{ overflow:hidden !important;}
		.gift a .info{
			padding:10px 10px;	
			overflow:hidden;
			margin-top:70%;
			display:block;
			background:rgba(0,0,0,1);
		}


		.lastphoto.gridelement, .lastphoto.gridelement a {      
			height:300px !important;
		}

		.lastphoto.gridelement{
			margin-bottom:2px;
		}

		.lastvideo.gridelement{
			margin-bottom:2px;
		}

		.lastphoto.gridelement a .info{
			margin-top:80%;
			display:block;
		}

		.lastvideo.gridelement a .info{
			margin-top:80%;
			display:block;
		}


		.singlevent, .singlevent a{
			height:260px !important; 
		}

		.singleventdescription p{
		}
		.singleventdescription{
			margin-bottom:4px !important;
			height:auto !important;
		}

		.singleventdescription .socials .insocs{
			display:none;
		}

		.singleventdescription .socials .mobilview{
			display:block;
		}


		.homepagewide, .homepagewide a{
			background-size:100% !important;
			display:block;
			width:298px;
			height:105px;
		}

		.homepagewide.event{
			background-size:100% !important;
			display:block;
			width:298px;
			height:155px;
		}

		.homepagesquare, .homepagesquare a{
			height:298px;
			width:298px;
		} 

		.elist{
            		margin-top:4px !important;
		}

		.upce{
		 	width:298px !important;
			height:auto !important;
		}

		.upce .calendararea{
			width:230px;
			margin-left:30px;
			height:240px !important;
		}

		.upce .eventsarea{
			width:290px !important;
			overflow:hidden;
			margin-top:20px;
			margin-bottom:-50px;
		}

		.upce .eventsarea ul{
			margin-left:30px;
		}

		.upce .eventsarea h1{
			font-size:25px;
			text-align:center;
		}


		.giftone img{
	        	width:250px;
		}

		.abouttext{
			height:auto;
			margin-bottom:4px !important;
			padding-bottom:5px;
			overflow:hidden;
		}

		.aboutslidesmall{
			width:185px !important;
			height:343px;
			overflow:hidden;
			display:none !important;
		}

		.abouttext .switchers{
			margin-bottom:15px;
		}

		.abouttext .switchers li{
			padding:2px 2px;
			font-size:11px;
			margin-right:0px;
		}

		.contactform h1{
		 	font-size:35px;
		}
	
		.contactform{
			height:auto;
		}

		.credits{
			height:240px;
		}

		.mapzone{
			height:315px;
			overflow:hidden;
			margin-top:4px !important;
		}
		
		.mapzone iframe{
			height:315px;
			width:100%;
		}

		.contactform form .oglogo{
		 	width:75%;
		}

		.contactform form span.specspan input{
			margin-bottom:15px;
		}

		.reservetable{
			height:540px;
		}

		 .choosedate{
			width:230px;
			margin:0 auto;
		}

		.productpg{
			min-height:510px;
		 	height:auto;
		}


		.productpg.last{
			height:700px;
		}

		.productpg.last h1{
			margin-top:190px;
		}

		.productpg.last .facebook{top:10px;}
		.productpg.last .tweet{top:70px;}
		.productpg.last .buytickets{top:130px;}


		.videoframe, .videoframe *{
			overflow:hidden;
			width:300px;
			height:150px;
		}

		.photoframe{
			width:300px;
			height:150px;
		}


		.addthumbs h1{
			font-size:40px;
			margin-top:10px;
			margin-bottom:15px;
			width:90%;
		}

		.videoname .insocs{
			float:none;;
			margin-top:-5px;
			margin-bottom:10px;
		}

		.addthumbs h1 select{
			float:none;
			margin-top:7px;
			background:#aa8339;
			color:#000000;
			width:265px;
		}

		#viewport img.rght{
			top:50px;
			width:17px !important;
			height:45px !important;


		}

		#viewport img.lft{
			width:17px !important;
			height:45px !important;

			position:absolute;
			top:50px;
		}

		.videoname .insocs, .videoname .mobilview{
			clear:both;
			float:none;
			margin-top:20px;
		}

		.insocs span, .mobilview span{
			margin-bottom:5px !important;
		}


		.videoname .mobilview{ display:block; }
		.videoname .insocs{ display:none; }

		.scroll-pane{ max-height:420px !important; }

		.smalleventvideo{
			width:265px;
			height:155px;
		}


		.smallrow input[type=text].phone{
			width:23%;
			float:left;
			margin-right:3px;
		}

		.smallrow textarea{
			width:249px !important;
			min-width:249px !important;
			max-width:249px !important;
			height:70px;
			max-height:70px;
			min-height:70px;
		}

		.smallrow input[type=submit]{
			margin-left:189px !important;
		}


	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('https://thedrynksoho.com/wp-content/themes/fonts/FontName.eot');
	    src: url('https://thedrynksoho.com/wp-content/themes/fonts/FontName.eot?iefix') format('eot'),
	         url('https://thedrynksoho.com/wp-content/themes/fonts/FontName.woff') format('woff'),
	         url('https://thedrynksoho.com/wp-content/themes/fonts/FontName.ttf') format('truetype'),
	         url('https://thedrynksoho.com/wp-content/themes/fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

table.cld_month {
width:230px !important;
color:#696969;
}

th.cld_yeartitle {
text-align:left;
color:white;
background-color:transparent;
padding-bottom:0.5em;
}
th.cld_yeartitle big {
font-size:100%;
font-family:Georgia,serif;
font-weight:normal;
}
th.cld_montitle, td.cld_montitle {
font-size:16px;
font-family:tahoma,serif;
text-transform:uppercase;
text-align:center;
color:white !important;
padding-bottom:12px;
padding-right:2px;
font-weight:normal;
}

th.cld_light, th.cld_dark{
font-weight:normal !important;
font-size:14px;
font-family:verdana;
font-weight:normal;
color:#666666;
/* background-color:#222222; */
width:12% !important;
height:30px;
}


td.cld_light, td.cld_dark{
font-size:14px;
border:0px solid #21215D;
font-family:arial,serif;
font-weight:normal;
text-align:center !important;
color:#808080;
/* background-color:black; */
padding:3px;
padding-left:4px;
}

.cld_dark A, .cld_light A{
text-decoration:none;
color:#ffffff !important;
font-size:14px;
}

.cld_dark A:hover, .cld_light A:hover, .cld_event A:hover{
color:#c0984e !important;
}


th.cld_darkmarked, th.cld_lightmarked, td.cld_darkmarked, td.cld_lightmarked {
color:#990000;
}

td.cld_today {
border:0px solid #21215D;
font-family:arial,serif;
font-weight:normal;
text-align:center !important;
padding-top:2px;
padding-right:0px;
padding-bottom:0px;
color:#EA6401 !important;
}

a.cld_datelink {
text-decoration:none;
color:#ea0092;
}

a.cld_titleddatelink {
color:#ffffff !important;
background-color:inherit;
}
em.cld_titleddate {
font-style:normal;
color:#0172f6;
background-color:transparent;
}

td.cld_today A{color:#fd7bc8 !important;}
td.cld_event {
	padding:3px;
	padding-left:4px;
	text-align:center;
}

td.cld_event A{color:#ffffff;text-decoration:none;}

.selectedAjaxDate{
	background:url(../../../images/image-date-selected.png) center center no-repeat;
	border-radius:2px;
	color:#c0984e;
}
.selectedAjaxDate a, .selectedAjaxDate a:hover{
	color:#c0984e !important;
}

.cld_month a{
width:auto !important;
height:auto  !important;
}

.cld_montitle a{
	width:auto !important;
	display:inline;
}