body {
	width:100%;
	min-width:960px;
}
#confirm input {line-height:30px;}

.block-2, .block-3, .block-4, .block-5, .block-6, .t-cover, .button-2 span {
	behavior: url(http://www.tellerlinks.com/goldtheatre4/uploads/js/PIE.htc);
	position:relative;
}
.flex-control-nav {
	behavior: url(http://www.tellerlinks.com/goldtheatre4/uploads/js/PIE.htc);
	border-radius: 20px 20px 0 0;
}
.button-1 {
	letter-spacing: -0.4pt;
}
/* Stylesheet: GoldHill:IEcss Modified On 2014-02-14 22:08:18 */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top}ul{list-style:none}blockquote,q{quotes:none}table,table td{padding:0;border:none;border-collapse:collapse}img{vertical-align:top}embed{vertical-align:top}article,aside,audio,canvas,command,datalist,details,embed,figcaption,figure,footer,header,hgroup,keygen,meter,nav,output,progress,section,source,video{display:block}mark,rp,rt,ruby,summary,time{display:inline}
/* Stylesheet: GoldHill:Reset Modified On 2014-01-23 23:10:07 */
/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/


/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    .container_12{ position: relative; width: 960px; margin: 0 auto; padding: 0; }
	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12
	{ float: left; display: inline; margin-left: 10px; margin-right: 10px; }

    /* Nested Column Classes */
     .container_12 .alpha               { margin-left: 0; }
     .container_12 .omega               { margin-right: 0; }

    /* Base Grid */
    .container_12 .grid_1			{ width: 60px;  }
    .container_12 .grid_2			{ width: 140px; }
    .container_12 .grid_3			{ width: 220px; }
    .container_12 .grid_4			{ width: 300px; }
    .container_12 .grid_5			{ width: 380px; }
    .container_12 .grid_6			{ width: 460px; }
    .container_12 .grid_7			{ width: 540px; }
    .container_12 .grid_8			{ width: 620px; }
    .container_12 .grid_9			{ width: 700px; }
    .container_12 .grid_10			{ width: 780px; }
    .container_12 .grid_11			{ width: 860px; }
    .container_12 .grid_12			{ width: 940px; }
	/* Prefix Extra Space >> 12 Columns */
	.container_12 .prefix_1 		{padding-left:80px;}
	.container_12 .prefix_2 		{padding-left:160px;}
	.container_12 .prefix_3 		{padding-left:240px;}
	.container_12 .prefix_4 		{padding-left:320px;}
	.container_12 .prefix_5 		{padding-left:400px;}
	.container_12 .prefix_6 		{padding-left:480px;}
	.container_12 .prefix_7 		{padding-left:560px;}
	.container_12 .prefix_8 		{padding-left:640px;}
	.container_12 .prefix_9 		{padding-left:720px;}
	.container_12 .prefix_10 		{padding-left:800px;}
	.container_12 .prefix_11 		{padding-left:880px;}
	/* Suffix Extra Space >> 12 Columns */
	.container_12 .suffix_1 		{padding-right:80px;}
	.container_12 .suffix_2 		{padding-right:160px;}
	.container_12 .suffix_3 		{padding-right:240px;}
	.container_12 .suffix_4 		{padding-right:320px;}
	.container_12 .suffix_5 		{padding-right:400px;}
	.container_12 .suffix_6 		{padding-right:480px;}
	.container_12 .suffix_7 		{padding-right:560px;}
	.container_12 .suffix_8 		{padding-right:640px;}
	.container_12 .suffix_9 		{padding-right:720px;}
	.container_12 .suffix_10 		{padding-right:800px;}
	.container_12 .suffix_11 		{padding-right:880px;}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container_12                                  { width: 768px; }
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12
		{ margin-left: 10px; margin-right: 10px;  }
         .container_12 .alpha               { margin-left: 0; margin-right: 10px; }
         .container_12 .omega               { margin-right: 0; margin-left: 10px; }

        .container_12 .grid_1 			{ width: 44px; }
        .container_12 .grid_2  			{ width: 108px; }
        .container_12 .grid_3    		{ width: 172px; }
        .container_12 .grid_4 			{ width: 236px; }
        .container_12 .grid_5    		{ width: 300px; }
        .container_12 .grid_6   		{ width: 364px; }
        .container_12 .grid_7 			{ width: 428px; }
        .container_12 .grid_8  			{ width: 492px; }
        .container_12 .grid_9 			{ width: 556px; }
        .container_12 .grid_10			{ width: 620px; }
        .container_12 .grid_11			{ width: 684px; }
        .container_12 .grid_12			{ width: 748px; }
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1 		{padding-left:64px;}
		.container_12 .prefix_2 		{padding-left:128px;}
		.container_12 .prefix_3 		{padding-left:192px;}
		.container_12 .prefix_4 		{padding-left:256px;}
		.container_12 .prefix_5 		{padding-left:320px;}
		.container_12 .prefix_6 		{padding-left:384px;}
		.container_12 .prefix_7 		{padding-left:448px;}
		.container_12 .prefix_8 		{padding-left:512px;}
		.container_12 .prefix_9 		{padding-left:576px;}
		.container_12 .prefix_10 		{padding-left:640px;}
		.container_12 .prefix_11 		{padding-left:768px;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1 		{padding-right:64px;}
		.container_12 .suffix_2 		{padding-right:128px;}
		.container_12 .suffix_3 		{padding-right:192px;}
		.container_12 .suffix_4 		{padding-right:256px;}
		.container_12 .suffix_5 		{padding-right:320px;}
		.container_12 .suffix_6 		{padding-right:384px;}
		.container_12 .suffix_7 		{padding-right:448px;}
		.container_12 .suffix_8 		{padding-right:512px;}
		.container_12 .suffix_9 		{padding-right:576px;}
		.container_12 .suffix_10 		{padding-right:640px;}
		.container_12 .suffix_11 		{padding-right:768px;}
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container_12{width:300px;}
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12{margin: 0;}

        .container_12 .grid_1,
        .container_12 .grid_2,
        .container_12 .grid_3,
        .container_12 .grid_4,
        .container_12 .grid_5,
        .container_12 .grid_6,
        .container_12 .grid_7,
        .container_12 .grid_8,
        .container_12 .grid_9,
        .container_12 .grid_10,
        .container_12 .grid_11,
        .container_12 .grid_12{width:300px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1,
		.container_12 .prefix_2,
		.container_12 .prefix_3,
		.container_12 .prefix_4,
		.container_12 .prefix_5,
		.container_12 .prefix_6,
		.container_12 .prefix_7,
		.container_12 .prefix_8,
		.container_12 .prefix_9,
		.container_12 .prefix_10,
		.container_12 .prefix_11{padding-left:0;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1,
		.container_12 .suffix_2,
		.container_12 .suffix_3,
		.container_12 .suffix_4,
		.container_12 .suffix_5,
		.container_12 .suffix_6,
		.container_12 .suffix_7,
		.container_12 .suffix_8,
		.container_12 .suffix_9,
		.container_12 .suffix_10,
		.container_12 .suffix_11{padding-right:0;}
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container_12 { width: 420px; }
        .grid_1,
		.grid_2,
		.grid_3,
		.grid_4,
		.grid_5,
		.grid_6,
		.grid_7,
		.grid_8,
		.grid_9,
		.grid_10,
		.grid_11,
		.grid_12{margin: 0;}

        .container_12 .grid_1,
        .container_12 .grid_2,
        .container_12 .grid_3,
        .container_12 .grid_4,
        .container_12 .grid_5,
        .container_12 .grid_6,
        .container_12 .grid_7,
        .container_12 .grid_8,
        .container_12 .grid_9,
        .container_12 .grid_10,
        .container_12 .grid_11,
        .container_12 .grid_12{width: 420px;}
		/* Prefix Extra Space >> 12 Columns */
		.container_12 .prefix_1,
		.container_12 .prefix_2,
		.container_12 .prefix_3,
		.container_12 .prefix_4,
		.container_12 .prefix_5,
		.container_12 .prefix_6,
		.container_12 .prefix_7,
		.container_12 .prefix_8,
		.container_12 .prefix_9,
		.container_12 .prefix_10,
		.container_12 .prefix_11{padding-left:0;}
		/* Suffix Extra Space >> 12 Columns */
		.container_12 .suffix_1,
		.container_12 .suffix_2,
		.container_12 .suffix_3,
		.container_12 .suffix_4,
		.container_12 .suffix_5,
		.container_12 .suffix_6,
		.container_12 .suffix_7,
		.container_12 .suffix_8,
		.container_12 .suffix_9,
		.container_12 .suffix_10,
		.container_12 .suffix_11{padding-right:0;}
    }


/* #Clearing
================================================== */

    /* Self Clearing Goodness */
    .container_12: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;
    }
/* Stylesheet: GoldHill:Skeleton Modified On 2014-01-23 23:10:57 */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu ul li {
	width: 236px;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: -22px;
	top: 39px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}

/*** STYLIZATION ***/
.sf-menu > li {
	margin: 0 13px 0 14px;
	margin-top:18px;
	margin-bottom:19px;
}
	.sf-menu > li:first-child {
		margin-left:3px;
	}
.sf-menu > li > a {
	font: 700 16px/20px 'Open Sans', sans-serif;
	color: #757474;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.sf-menu > li > a:hover, .sf-menu > li.active > a, .sf-menu > li.sfHover > a {
	color: #242424;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 238px;
	padding: 0;
}
.sf-menu li li a {
	font: 11px/27px Arial, sans-serif;
	color: #2e2e2e;
	padding: 0 12px;
	text-transform: uppercase;
	background: #efefef !important;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover > a {
	color: #e5e5e5;
	background: #2c2c2c !important;
	border-bottom: 1px solid #2c2c2c;
	border-left: 1px solid #2c2c2c;
	border-right: 1px solid #2c2c2c;
}

.sf-sub-indicator {
		display:none;
	}

/* MEDIA
========================================================================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (max-width: 767px) {
	.sf-menu{float:none;}
	.sf-menu ul,.sf-menu ul ul {min-width:100%;position: relative; left: 0 !important; top:0px !important; padding:0;background:none;}
	.sf-menu li {float:none; margin:0;}
	.sf-menu li:first-child {
		margin-left:0;
	}
	
	.sf-menu li a {
		line-height:54px;
		padding:0 22px;
	}
	.sf-menu > li {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-1.png) repeat-x;
	}
	.sf-menu > li+li {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-2.png) repeat-x;
	}
	.sf-menu > li+li+li {
		background: #fafafa url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-3.png) repeat-x;
	}
	.sf-menu > li+li+li+li {
		background: #ebebeb url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-4.png) repeat-x;
	}
	.sf-menu > li+li+li+li+li {
		background: #cccccc url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-5.png) repeat-x;
	}
	.sf-menu > li+li+li+li+li+li {
		background: #bebebe url(https://goldhilltheatres.com/uploads/GoldHill/images/480-bg-6.png) repeat-x;
	}
	.sf-menu li li {
		width:100%;
	}
	.sf-menu  li li a:hover, .sf-menu > li li.active a, .sf-menu > li li.sfHover a {
		border-left:none;
		border-right:none;
	}
	.sf-menu li li a {
		font-size:12px;
		line-height:30px;
		padding-left:40px;
		border-left:none;
		border-right:none;
	}
	div.row-2 {
		background:none;
	}
	.sf-sub-indicator {
		text-indent: -999em;
		width: 3px;
		height: 6px;
		display:inline-block;
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/sf-sub-indicator.png) no-repeat;
		position:relative;
		left:6px;
		top:24px;
	}
	.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.active > a .sf-sub-indicator, .sf-menu > li.sfHover > a .sf-sub-indicator {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/sf-sub-indicator.png) no-repeat 0 -6px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
}
/* Stylesheet: GoldHill:Superfish Modified On 2014-02-14 22:02:09 */
#confirm {
	position: relative;
	height: auto;
	padding-bottom: 30px;
}
#confirm  label {
	display: block;
	position: relative;
	min-height: 41px;
	width: 400px;
}
#confirm  label.message {
	min-height: 183px;
}
#confirm input {
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 0 13px;
	width: 372px;
	height: 30px;
	font: 12px/18px Arial, sans-serif;
	color: #474747;
	background: #ffffff;
	border: 1px solid #b3b3b3;
}
#confirm textarea {
	resize: none;
	overflow: auto;
	display: block;
	margin: 0;
	outline: none;
	box-shadow: none !important;
	padding: 5px 13px;
	width: 542px;
	height: 152px;
	font: 12px/18px Arial, sans-serif;
	color: #474747;
	background: #ffffff;
	border: 1px solid #b3b3b3;
}
#confirm label > span {
	color: #000;
	position:relative;
	left: 10px;
}
#confirm .success {
	color:#000;
	display:none;
	margin-bottom:10px;
}
#confirm  .empty, #confirm  .error {
	font: 12px/18px Arial, sans-serif;
	display:none;
	color:#cb3030;
}
#confirm .btns {
	position: absolute;
	left: 0;
}
#confirm .btns .button-shadow {
	padding-right:40px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	#confirm input {
		width: 280px;
	}
	#confirm textarea {
		width: 400px;
	}
	#confirm  label {
		width:320px;
	}
}
@media only screen and (max-width: 767px) {
	#confirm .btns .button-shadow {
		padding-right:10px;
	}
	
	#confirm .btns .button-shadow {
		padding-right:10px;
	}
	#confirm input {
		width: 180px;
	}
	#confirm textarea {
		width: 220px;
	}
	#confirm  label {
		width:210px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#confirm .btns .button-shadow {
		padding-right:40px;
	}
	#confirm input {
		width: 200px;
	}
	#confirm textarea {
		width: 320px;
	}
	#confirm  label {
		width:220px;
	}
}
/* Stylesheet: GoldHill:Forms Modified On 2014-01-23 23:04:35 */
#container {margin: 0 auto;width: 940px; position:relative;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.flexslider {
	width: 100%;
	margin: 0;
	position: relative;
}
.flexslider .slides img {
	max-width: 100%;
	display: block;
}

.flex-caption {
	position: absolute;
	right:0;
	top:0;
	z-index:1;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/text-caption-bg.png);
	width: 319px;
	height:430px;
	border-left: 1px solid #ffffff;
	text-transform: uppercase;
	font:11px/17px Arial, sans-serif;
	color:#474747;
}
.flex-inner-ident {
	padding: 78px 40px 0 31px;
}
	.slide-text-1 {
		font:600 34px/41px 'Open Sans', sans-serif;
		color:#292929;
		letter-spacing: -0.8pt;
	}
	.slide-text-2 {
		font:600 24px/29px 'Open Sans', sans-serif;
		color:#292929;
		margin-top:-4px;
	}
.flex-caption p {
	padding-left:3px;
	margin-bottom:42px;
}
	
/* Control Nav */
.flex-direction-nav .prev, .flex-direction-nav .next{
	display:block;
	width:11px;
	height:15px;
	text-indent:-999em;
	overflow:hidden;
	float:left;
	position:absolute;
	bottom:5px;
	z-index:2;
}
	.flex-direction-nav .prev {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/prev.png) no-repeat;
		right:376px;
	}
		.flex-direction-nav .prev:hover {background: url(https://goldhilltheatres.com/uploads/GoldHill/images/prev.png) no-repeat 0 -15px;}
	.flex-direction-nav .next {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/next.png) no-repeat;
		right:251px;
	}
		.flex-direction-nav .next:hover {background: url(https://goldhilltheatres.com/uploads/GoldHill/images/next.png) no-repeat 0 -15px;}

		
.flex-control-nav {
	position:absolute;
	right:240px;
	bottom:0;
	list-style:none;
	z-index:2;
	padding: 9px 50px 8px 55px;
	border-top-right-radius: 36px 90px;
	border-top-left-radius: 36px 90px;
	background: #fafafa; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2NmY2ZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZmJmYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fafafa 0%, #ededed 29%, #cfcfcf 71%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(29%,#ededed), color-stop(71%,#cfcfcf), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ededed 29%,#cfcfcf 71%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#ededed 29%,#cfcfcf 71%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#ededed 29%,#cfcfcf 71%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 0%,#ededed 29%,#cfcfcf 71%,#bfbfbf 100%); /* W3C */
	-pie-background: linear-gradient(#fafafa 0%, #ededed 29%, #cfcfcf 71%, #bfbfbf 100%);
}

.flex-control-nav li {
	float:left;
	margin-right:5px;
}
.flex-control-nav li a {
	display:block;
	text-indent:-999em;
	width:12px;
	height:12px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/pagin.png) no-repeat;
}
	.flex-control-nav li a:hover, .flex-control-nav li a.active {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/pagin.png) no-repeat 0 -12px;
	}
	
	
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	.flex-caption {
		width: 319px;
		height:337px;
	}
	.flex-inner-ident {
		padding: 38px 40px 0 31px;
	}
	.flex-caption p {
		margin-bottom:52px;
	}
}
@media only screen and (max-width: 767px) {
	.flex-caption {display:none;}
	.flex-control-nav {
		right:80px;
	}
	.flex-direction-nav .prev {
		right:210px;
	}
	.flex-direction-nav .next {
		right:94px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.flex-control-nav {
		right:140px;
	}
	.flex-direction-nav .prev {
		right:272px;
	}
	.flex-direction-nav .next {
		right:152px;
	}
}
/* Stylesheet: GoldHill:Flexslider Modified On 2014-03-15 08:34:41 */
@import"uploads/css/reset.css";	@import"uploads/css/skeleton.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

body {
	/* background: #0f0f0f url(https://goldhilltheatres.com/uploads/GoldHill/images/body-bg.jpg) no-repeat 50% 0;*/
        background: #000000;
	font:14px/18px Arial, sans-serif;
	color:#4d4d4d;
	position:relative;
	min-width:320px;
}
html,body {
	height:100%;
}
a {
	color:#4d4d4d;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}
img {
	max-width:100%;
	height:auto;
}

/*  Header styles */
h1 {
	margin-left:21px;
	display:inline-block;
}
h1 a {
	display: block;
	color:#e7e7e7;
	font: 700 56px/68px 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1.4pt;
	padding-top:14px;
	padding-bottom:19px;
}
h1 a span {
	font: 400 36px/44px 'Open Sans', sans-serif;
	margin-left:-14px;
	padding-top:20px;
	display:inline-block;
	letter-spacing: -1.2pt;
}
h2 {
	font: 700 27px/33px 'Open Sans', sans-serif;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing: -0.8pt;
}
	h2 span.color-1 {
		color:#1f1f1f;
	}
	.h2-color-1 {
		color:#292929;
	}
	.h2-color-1 span {
		font:400 23px/28px 'Open Sans', sans-serif;
		color:#444444;
		letter-spacing: -0.8pt;
		display:block;
	}
	.h2-color-2 span {
		font:400 23px/28px 'Open Sans', sans-serif;
		color:#9f9f9f;
		letter-spacing: -0.8pt;
		display:block;
	}
	.h2-color-3 {
		color:#333;
		letter-spacing: 0;
	}
h3 {
	font: 700 28px/34px 'Open Sans', sans-serif;
	color:#292929;
	text-transform:uppercase;
	letter-spacing: -0.6pt;
}
	h3 span {
		display:block;
		font: 400 23px/28px 'Open Sans', sans-serif;
		color:#444444;
		margin-top:-4px;
		letter-spacing: -0.2pt;
	}
strong {
	font: normal 20px/23px Arial, sans-serif;
	color:#848484;
	letter-spacing: 0.2pt;
}
.strong-1 {
	font: normal 17px/20px Arial, sans-serif;
	color:#383838;
	letter-spacing: 0.2pt;
}

/* GLOBAL STRUCTURE
========================================================================= */
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	overflow:hidden;
	height:0;
	width:100%;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.extra-wrap {
	overflow:hidden;
	display:block;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.alignmiddle *{
	vertical-align:middle;
}

.main {
	width:980px;
	margin:0 auto;
	padding: 48px 0;
}
.main-2 {
	width:940px;
	margin:0 auto;
}
.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;

	/* important:  dimensions or positioning here! */
}

.scroll-wrapper iframe {
	/* nada! */
}
/* IDENTS
========================================================================= */
.ident-bot-1 {margin-bottom: 18px;}
.ident-bot-2 {margin-bottom: 11px;}
.ident-bot-3 {margin-bottom: 6px;}
.ident-bot-4 {margin-bottom: 17px;}
.ident-bot-5 {margin-bottom: 15px;}
.ident-bot-6 {margin-bottom: 4px;}
.ident-bot-7 {margin-bottom: 13px;}
.ident-bot-8 {margin-bottom: 23px;}
.ident-bot-9 {margin-bottom: 20px;}
.ident-bot-10 {margin-bottom: 10px;}
.ident-bot-11 {margin-bottom: 5px;}
.ident-bot-12 {margin-bottom: 4px;}
.ident-bot-13 {margin-bottom: 12px;}
.ident-bot-14 {margin-bottom: 16px;}
.ident-bot-15 {margin-bottom: 7px;}
.ident-bot-16 {margin-bottom: 22px;}
.ident-bot-17 {margin-bottom: 14px;}
.ident-bot-18 {margin-bottom: 3px;}
.ident-bot-19 {margin-bottom: 27px;}
.ident-bot-20 {margin-bottom: 21px;}

.ident-left-1 {margin-left: 20px;}

.ident-top-1 {padding-top: 5px;}

/* HEADER
========================================================================= */
.row-1 {
	background: url(https://goldhilltheatres.com/uploads/images/row-1.png) no-repeat;
}
.row-2 {
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/nav-bg.png) repeat-x;
	border-top: 1px solid #d4d4d4;
}
.row-3 {
	background: #1e1e1e url(https://goldhilltheatres.com/uploads/GoldHill/images/) repeat-x;
	height:23px;
}
footer {
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/row-4.png) no-repeat 100% 0;
	height:69px;
}
.block-1 {
	background: #adadad url(https://goldhilltheatres.com/uploads/GoldHill/images/block-1-bg.jpg) no-repeat;
	padding:21px 0 22px 0;
	color:#4e4e4e;
}

.head-address {
	float:right;
	text-align:right;
	padding-top:36px;
}
.head-address .line-1 {
	font:11px/23px Arial, sans-serif;
	color:#868585;
	text-transform: uppercase;
	letter-spacing: 0.2pt;
}
.head-address .line-2 {
	font:21px/26px Arial, sans-serif;
	color:#fdfcf7;
	text-transform: uppercase;
	margin-top:-2px;
}

	
/* CONTENT
========================================================================= */
#content {
	background: #1e1e1e;
	padding:19px 0 24px 0;
}
#page1 #content {
	padding:22px 0 18px 0;
	background: #242424 url(https://goldhilltheatres.com/uploads/GoldHill/images/content-bg.png) no-repeat 50% 0;
}

.block-2, .block-3 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	.block-2-1 {
		padding: 15px 18px 23px 18px;
	}
	.block-2-2 {
		padding: 18px 18px 20px 18px;
		color:#232323;
	}
	.block-2-2 p {
		margin-bottom:2px;
		letter-spacing: -0.2pt;
	}
.block-3 {
	background: #191919;
}
	.block-3-1 {
		padding: 15px 18px 19px 18px;
	}
	.block-3-2 {
		padding: 13px 24px 25px 18px;
	}
.block-4 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #151515;
}
	.block-4-1 {
		padding: 13px 20px 16px 20px;
	}
		.block-4-1-map {
			padding: 13px 20px 16px 20px;
		}
	.block-4-2 {
		padding: 27px 20px 38px 20px;
	}
	.block-4-3 {
		padding: 32px 27px 28px 21px;
	}
	.block-4-4 {
		padding: 15px 20px 13px 20px;
	}
	.block-4-5 {
		padding: 27px 20px 22px 20px;
	}
	.block-4-6 {
		padding: 25px 10px 43px 20px;
	}
	.block-4-7 {
		padding: 31px 20px 19px 20px;
	}
	.block-4-8 {
		padding: 13px 20px 16px 20px;
	}
	.block-4-9 {
		padding: 27px 20px 25px 20px;
	}
	.block-4-10 {
		padding: 27px 20px 20px 20px;
	}
.block-5, .block-6 {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

}
	.block-5-1 {
		padding: 16px 20px 13px 20px;
	}
		.block-5-1 h2 {
			color:#333333;
		}
	.block-5-2 {
		padding: 30px 32px 19px 18px;
	}
	.block-5-3 {
		padding: 16px 16px 38px 20px;
		line-height:20px;
	}
	.block-5-4 {
		padding: 14px 20px 14px 20px;
	}
	.block-5-5 {
		padding: 16px 20px 17px 20px;
	}
	.block-5-6 {
		padding: 25px 15px 20px 20px;
		line-height:18px;
	}
	.block-5-7 {
		padding: 16px 20px 14px 20px;
	}
	.block-5-8 {
		padding: 25px 15px 27px 20px;
		line-height:18px;
	}
	.block-5-9 {
		padding: 16px 16px 22px 20px;
		line-height:20px;
	}
	.block-5-10 {
		padding: 12px 20px 11px 20px;
	}
	.block-5-11 {
		padding: 30px 17px 27px 20px;
		line-height:18px;
	}
	.block-5-12 {
		padding: 16px 20px 14px 20px;
	}
	.block-5-13 {
		padding: 18px 20px 21px 20px;
	}
	.block-5-14 {
		padding: 14px 20px 11px 20px;
	}

.block-6 {
	padding: 16px 20px 55px 20px;
}

.shad-1 {
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/shad-1.png) repeat-x;
}
.shad-2 {
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/shad-2.png) repeat-x;
}
.grad-1 {
	background: #bebebe; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYmViZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYzFjMWMxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjY2FjYWNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjZjJmMmYyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZmFmYWZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTclIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjQlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODklIiBzdG9wLWNvbG9yPSIjYmJiYmJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FkYWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #bebebe 0%, #c1c1c1 4%, #cacaca 11%, #f2f2f2 36%, #f9f9f9 43%, #fafafa 51%, #f6f6f6 57%, #ededed 64%, #bbbbbb 89%, #adadad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(4%,#c1c1c1), color-stop(11%,#cacaca), color-stop(36%,#f2f2f2), color-stop(43%,#f9f9f9), color-stop(51%,#fafafa), color-stop(57%,#f6f6f6), color-stop(64%,#ededed), color-stop(89%,#bbbbbb), color-stop(100%,#adadad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bebebe 0%,#c1c1c1 4%,#cacaca 11%,#f2f2f2 36%,#f9f9f9 43%,#fafafa 51%,#f6f6f6 57%,#ededed 64%,#bbbbbb 89%,#adadad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bebebe 0%,#c1c1c1 4%,#cacaca 11%,#f2f2f2 36%,#f9f9f9 43%,#fafafa 51%,#f6f6f6 57%,#ededed 64%,#bbbbbb 89%,#adadad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bebebe 0%,#c1c1c1 4%,#cacaca 11%,#f2f2f2 36%,#f9f9f9 43%,#fafafa 51%,#f6f6f6 57%,#ededed 64%,#bbbbbb 89%,#adadad 100%); /* IE10+ */
	background: linear-gradient(top,  #bebebe 0%,#c1c1c1 4%,#cacaca 11%,#f2f2f2 36%,#f9f9f9 43%,#fafafa 51%,#f6f6f6 57%,#ededed 64%,#bbbbbb 89%,#adadad 100%); /* W3C */
	-pie-background: linear-gradient(#bebebe 0%, #c1c1c1 4%, #cacaca 11%, #f2f2f2 36%, #f9f9f9 43%, #fafafa 51%, #f6f6f6 57%, #ededed 64%, #bbbbbb 89%, #adadad 100%);
}
.text-1 {
	font:400 12px/20px Arial, sans-serif;
	color:#232323;
	text-transform: uppercase;
	letter-spacing: -0.1pt;
}
.text-2 {
	font: 17px/20px Arial, sans-serif;
	color:#9f9f9f;
	text-transform: uppercase;
	margin-left:31px;
}
.text-3 {
	font-weight:bold;
	color:#fff;
}

.text-color-1 {
        color:#848484;
	/*color:#3a3a3a;*/
}
.text-color-2 {
	color:#5f5f5f;
}
.banner {display:block;}
.line-h-1 {
	line-height:20px;
}

.col-1 {
	width:206px;
	float:left;
	margin-left:20px;
}
.col-1.first-col, .col-2.first-col {
	margin-left:0;
}
.col-2 {
	width:185px;
	float:left;
	margin-left:17px;
}

.list-1 li {
	padding-left: 15px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/marker-1.png) no-repeat 1px 10px;
	border-top: 1px solid #2d2d2d;
}
	.list-1 li:first-child {
		border-top:none;
	}
	.list-1 li a {
		color: #545353;
		font: bold 12px/25px Arial, sans-serif;
	}
		.list-1 li a:hover {
			color:#f4f4f4;
		}

.list-3 li {
	padding-left: 16px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/marker-2.png) no-repeat 0 6px;
}
	.list-3 li a {
		color: #4e4e4e;
		line-height:21px;
	}
		.list-3 li a:hover {
			text-decoration:underline;
		}
.list-4 li {
	padding-left: 18px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/marker-3.png) no-repeat 0 6px;
}
	.list-4 li a {
		color: #5f5f5f;
		line-height:21px;
	}
		.list-4 li a:hover {
			text-decoration:underline;
		}
		
.rt-block-ident-1 {
	padding-right: 180px;
}
.rt-hidden-1 {
	display:none;
}
.rt-img-2 {
	float:left;
	margin-right:21px;
	margin-top:4px;
}
.rt-img-3 {
	float:left;
	margin-right:24px;
}

/* TABLE
========================================================================= */
.t-cover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	display:inline-block;
}
.price td {
	height:30px;
	vertical-align:middle;
	border-left: 1px solid #e8e9ea;
	border-top: 1px solid #e8e9ea;
	font:12px/30px Arial, sans-serif;
	color:#7f7f7f;
	text-align:center;
}
.price .th-1, .price .th-2 {
	font:17px/20px Arial, sans-serif;
	color:#333333;
}
	.price .th-1 {
		padding-left:16px;
		width:115px;
		border-top: 1px solid #e8e9ea;
		border-left: none;
		text-align:left;
	}
	.price .th-2 {
		border-top: none;
		height:48px;
		text-align:center;
	}
		.w-1 {
			width:148px;
		}
		.w-2 {
			width:162px;
		}
		.w-3 {
			width:127px;
		}
.price .th-0 {
	border-left: none;
	border-top: none;
}
.price .td-last {
	padding-bottom:5px;
	height:35px;
}

/* BUTTONS, LINKS
========================================================================= */
.button-1 {
	display:inline-block;
	padding-right:31px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/button-1-bg-1.png) no-repeat 100% 0;
}
	.button-1:hover {
		background: url(https://goldhilltheatres.com/uploads/GoldHill/images/button-1-bg-1-hover.png) no-repeat 100% 0;
	}
	.button-1:hover span {
		background: #2f2f2f url(https://goldhilltheatres.com/uploads/GoldHill/images/button-1-bg-hover.png) repeat-x;
	}
	.button-1 span {
		display:inline-block;
		color:#ffffff;
		font:600 12px/18px 'Open Sans', sans-serif;
		text-transform: uppercase;
		background: #505050 url(https://goldhilltheatres.com/uploads/GoldHill/images/button-1-bg.png) repeat-x;
		padding: 6px 5px 7px 12px;
		-webkit-border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
		border-radius: 0 0 0 4px;
	}
.button-shadow, .button-shadow-1 {
	display:inline-block;
	padding-right:84px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/button-shadow.png) no-repeat 100% 0;
}
.button-shadow-1 {
	padding-right:60px;
}
.button-2 {
	display:inline-block;
	padding-right:31px;
	background: url(https://goldhilltheatres.com/uploads/GoldHill/images/button-2-bg-1.png) no-repeat 100% 0;
}
	.button-2 span {
		display:inline-block;
		color:#000000;
		font:600 12px/18px 'Open Sans', sans-serif;
		text-transform: uppercase;
		background: #c0c0c0 url(https://goldhilltheatres.com/uploads/GoldHill/images/button-2-bg.png) repeat-x;
		padding: 6px 5px 7px 12px;
		-webkit-border-radius: 0 0 0 4px;
		-moz-border-radius: 0 0 0 4px;
		border-radius: 0 0 0 4px;
	}
.button-2:hover span {
	color:#737373;
}
.link-1 {
	color:#8a8a8a;
}
	.link-1:hover {
		text-decoration:underline;
	}
.link-2 {
	color:#ffffff;
	font-size:15px;
}
	.link-2:hover {
		text-decoration:underline;
	}
.link-3 {
	color:#3a3a3a;
}
	.link-3:hover {
		color:#4d4d4d;
	}
.link-3 span {
	display:block;
}
.link-table {
	color:#7f7f7f;
}
.link-table:hover {
	color:#4d4d4d;
	text-decoration:underline;
}

/* FOOTER
========================================================================= */
.list-2 {
	padding-top:14px;
}
.list-2 li {
	float:left;
	margin-right:21px;
}
	.list-2 li a {
		color: #545353;
		font: 700 14px/20px 'Open Sans', sans-serif;
		text-transform: uppercase;
	}
		.list-2 li a:hover, .list-2 li a.active-2 {
			color:#fafafa;
		}
.policy {
	float:right;
	line-height:20px;
	color: #8f8f8f;
	margin-right:4px;
	padding-top:9px;
}
.policy a {
	color: #8f8f8f;
	margin-left:16px;
}
	.policy a:hover {
		text-decoration:underline;
	}

/* MAP
========================================================================= */
.adress dl {
	display: block;
}
.adress dd {
	width: px;
}
.adress dd span {
	float: right;
}
.adress iframe {
	width: 100%;
	height: 327px;
	margin:0;
}

.adress-1 dl {
	display: block;
}
.adress-1 dt {
	line-height:20px;
	color:#f1f1f1;
	letter-spacing: -0.2pt;
}
.adress-1 dd {
	line-height:20px;
	color:#f1f1f1;
	letter-spacing: -0.2pt;
}
.adress-1 dd span {
	color:#545353;
}

/* MEDIA
========================================================================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.logo {
display:none;
}
	.main {
		width:768px;
	}
	.main-2 {
		width:748px;
	}
	.rt-block-ident-1 {
		padding-right: 90px;
	}
		.rt-ident-bottom-1-1 {
			margin-bottom: 16px;
		}
	.button-shadow {
		padding-right:40px;
	}
	.button-shadow-1 {
		padding-right:30px;
	}
	.block-2-1, .block-2-2 {
		padding-left:10px;
		padding-right:6px;
	}
	.block-2-1 {
		padding-bottom:15px;
	}
	.block-2-1 h2 {
		font-size:22px;
		line-height:26px;
	}
	.block-2-1 .text-1 {
		font-size:11px;
	}
	.col-1 {
		width:160px;
		margin-left:10px;
	}
	.col-2 {
		width:146px;
		float:left;
		margin-left:10px;
	}
	.list-2 li {
		float:left;
		margin-right:10px;
	}
		.list-2 li a {
			color: #545353;
			font: 700 13px/20px 'Open Sans', sans-serif;
			text-transform: uppercase;
		}
	.block-4-1-map {
		padding: 13px 10px 16px 10px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		-moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.6);
	}
	.block-4-3 {
		padding: 32px 10px 28px 10px;
	}
}
@media only screen and (max-width: 767px) {
.logo {
width:180px;
}

.rt-hidden-1 {
		display:block;
	}
	.rt-image-1, .rt-img-2, .rt-img-3 {
		width:100%;
		float:none;
	}
	.rt-br-1 {
		display:none;
	}
	.rt-ident-bottom-1 {
		margin-bottom: 20px;
	}
		.rt-ident-bottom-1-1 {
			margin-bottom: 16px;
		}
	.rt-ident-bottom-2 {
		margin-bottom: 30px;
	}
		.rt-ident-bottom-2-1 {
			margin-bottom: 30px;
		}
	.rt-block-ident-1 {
		padding: 0;
	}
	.rt-img-1 {
		width:100%;
		float:none;
	}
	.main {
		width:320px;
	}
	.main-2 {
		width:320px;
	}
	.list-2 {
		display:none;
	}
	.policy {
		padding-top:26px;
	}
	.col-1 {
		width:206px;
		float:none;
		margin-left:0px;
	}
	.col-2 {
		width:190px;
		float:none;
margin-left:0px;
}
.row-1 {
background: url(https://goldhilltheatres.com/uploads/GoldHill/images/row-1-480.png) no-repeat;
	}
	h1 a {
		font: 700 36px/68px 'Open Sans', sans-serif;
		letter-spacing: -1.4pt;
		padding-top:14px;
		padding-bottom:19px;
	}
	h1 a span {
		font: 400 18px/44px 'Open Sans', sans-serif;
		margin-left:-5px;
		padding-top:20px;
		letter-spacing: -1.2pt;
	}
	.head-address {
		display:none;
	}
	.head-address .line-1 {
		font:10px/14px Arial, sans-serif;
	}
	.head-address .line-2 {
		font:14px/23px Arial, sans-serif;
	}
	.price .th-1, .price .th-2 {
		font: bold 12px/20px Arial, sans-serif;
		color:#333333;
	}
    iframe {
        width: 1px;
        min-width: 100%;
        *width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.main {
		width:440px;
	}
	.main-2 {
		width:440px;
	}
	.col-1 {
		width:180px;
		float:left;
		margin-left:10px;
	}
	.col-2 {
		width:180px;
		float:left;
		margin-left:10px;
	}
	.rt-block-ident-1 {
		padding-right: 0px;
	}
	.rt-ident-bottom-2-1 {
			margin-bottom: 0px;
		}
	.rt-block-1 {
		width:200px !important;
		float:left;
	}
	.rt-ident-left-1 {
		margin-left:20px;
	}
	.button-shadow {
		padding-right:60px;
	}
	.rt-ident-left-0 {
		margin-left:0;
	}
	.head-address {
		display:block;
	}
	.rt-img-3 {
		width:180px;
		float:left;
		margin-right:16px;
	}
	.rt-ident-bottom-1-1 {
		margin-bottom: 0px;
	}
}
/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */
.ticketing iframe {
	width: 100%;
	height: 2400px;
	margin:0;
}

/* Stylesheet: GoldHill:Style Modified On 2024-11-17 07:58:49 */
