﻿@font-face {font-family:handwriting; src:url("/fonts/vectra.otf");}

html {background-color:#000;}
body, html {
	margin:0; padding:0;
}
#body, html, div, p, blockquote, td, th, li {
	font-family: "Raleway", sans-serif;
	font-size:14pt;
	color:#ccc;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Cormorant SC", serif;
	font-weight:normal;
	color:#ffdea0;
	text-shadow:1px 2px 5px #000;
}
h1, .h1 {font-size:36pt;}
h2, .h2 {font-size:32pt;}
h3, .h3 {font-size:28pt;}
h4, .h4 {font-size:24pt;}
h5, .h5 {font-size:18pt;}
h6, .h6 {font-size:16pt;}

#headline, .headline, .handwriting, .map-header {font-family:'handwriting', cursive;}
#headline, .headline, .map-header {
	font-size:48pt;
	color:#ffdea0;
	text-align:left;
	text-shadow:-10px 10px 7px black;
}
#headline {position:absolute;top:-75px;}
a {
	color:#ffbf50;
	transition:0.2s ease-in-out;
}
a:hover {
	color:#ffd34f;
	text-shadow:0 0 5px #fff;
}

.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.fullscreen-bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video-overlay {
	position:fixed;
	width:100%; height:100%;
	background-color:rgba(0,0,0,0.2);
}
#paramonovs {
	position:fixed;
	left:-30px; top:-50px;
	width:360px; height:110%;
	background-image:url("/images/website/paramonovs.png");
	background-size:auto 100%;
	background-repeat:no-repeat;
	z-index:10;
}
#top, #main, #footer {
	position:relative;
	display:block;
	margin-right:60px;
}
#top {
	height:360px;
	color:#fff;
	padding-left:330px;
}
#logo {
	position:absolute;
	display:block;
	width:500px; height:300px;
	top:25px; right:0;
	background-image:url("/images/website/logo-shadow.png");
	background-size:500px auto;
	background-repeat:no-repeat;
	z-index:3;
}
#date-place {
	position:absolute;
	display:block;
	width:450px; height:100px;
	top:205px; right:50px;
	text-align:center;
	color:#ddd;
	color:#ffedca;
	font-size:20pt;
	z-index:4;
	line-height:34px;
	font-family: 'Cormorant SC', serif;
	text-shadow:-2px 2px 2px #000;
}
.black-gradient,
#navbar
{
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #0e0e0e 100%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 );
}
#navbar {
	display:block;
	position:fixed;
	top:0;
	width:100%; height:60px;
	margin:0 auto;
	z-index:9;
	white-space:nowrap;
	
	box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-moz-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-o-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	
}
#navbar-buffer {
	display:block;
	position:relative;
	top:0;
	height:60px;
}
#main {
	min-height:600px;
	background-color:rgba(0,0,0,0.5);
	border:2px solid rgba(255,255,255,0.2);
	z-index:6;
	box-shadow: inset 0px 0px 200px black, inset 0px 0px 100px;
	-webkit-box-shadow: inset 0px 0px 200px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 200px rgba(0,0,0,1);
	-o-box-shadow: inset 0px 0px 200px rgba(0,0,0,1);
}

#content {
	text-align:left;
	margin:60px 30px 30px 330px;
}

#footer {
	text-align:right;
	z-index:11;
	padding-left:330px;
	padding-bottom:30px;
}
#footer img {
	height:65px;
	margin:30px 15px 15px 15px;
	vertical-align:middle;
	opacity: 0.8;
	filter: opacity(80%) grayscale(100%);
	-webkit-filter: opacity(80%) grayscale(100%);
	transition:0.2s ease-in-out;
}
#footer img:hover {
	filter: opacity(100%) grayscale(100%);
	-webkit-filter: opacity(100%) grayscale(100%);

}
#footer img#facebook, #footer img#fordney {height:50px;}
#footer img#dss {height:65px;}
#footer img#tour {
	filter:none;
	background-color:#000;
	padding:2.5px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:3px;
}

#beapartofit {
	display:block;
	display:none;
	position:absolute;
	width:100%; height:50px; line-height:50px;
	text-align:center;
	left:0; top:50vh;
	margin-top:-25px;
	font-size:48pt;
	font-family:'handwriting', cursive;
	color:#ffbf50;
}



#navbar ul {
	margin:0 auto; padding-left:320px;
	list-style-type:none;
	z-index:98;
}

#navbar li.single, #navbar li.parent {
	display:inline-block;
	overflow:visible;
	position:relative;
	font-family:"Cormorant SC", serif;
	font-size:15pt;
	text-transform:uppercase;
	font-size:16pt;
	height:60px; line-height:60px;
	border-left:1px solid rgba(255,255,255,0);
	border-right:1px solid rgba(255,255,255,0);
}
#navbar ul li a {
	display:inline-block;
	padding:0 18px;
	height:60px;
	color:#ffbf50;
	text-shadow:1px 2px #000;
	text-decoration:none;
}
#navbar ul li a:hover {
	color:#ffdea0;
}
#navbar li.expanded {
	background-color: #000;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
}
#navbar li.expanded a {
	color:#ffdea0;
}
#navbar ul.children {
	position:absolute;
	left:-1px;top:60px;
	width:370px;
	padding:20px 0;
	background-color:rgba(0,0,0,0.9);
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
	display:none;
	box-shadow:0 0 50px rgba(255,255,255,0.2);
	-webkit-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-moz-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-o-box-shadow:0 0 50px rgba(255,255,255,0.2);
	z-index:99;
}
#navbar li.child {
	text-align:left;
	text-indent:15px;
	height:40px;line-height:40px;
	background:url("/images/website/bullet.png") 20px 50% no-repeat;
	background-size:15px;
	font-family:"Cormorant SC", serif;
	text-transform:none;
	font-size:16pt;
}
#navbar li.child a {
	width:260px;height:40px;
	color:#fff;
	text-shadow:0 0 #000;
	color:#ffdea0;
}
#navbar li.child a:hover {
	color:#fff;
}

#navbutton {
	display:none;
	position:relative;
	float:right;
	right:20px;top:5px;
	width:40px; height:40px;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	-o-border-radius:8px;
}
#navbutton div {
	font-size:72px;
	line-height:16px;
	position:absolute;
	width:100%;
	text-align:center;
	top:-2px;
}

#mySlideshow_Container-0 {
	width:auto;
	height:35vw;
	overflow-y:hidden;
	margin:-30px 0 45px 0;
	padding:0;
}
#mySlideshow-0 {
	margin:0; padding:0;
}
#mySlideshow-0 li img {
	width:50% !important;
	float:right;
}
#mySlideshow-0 li .bx-caption {
	position:absolute !important;
	left:0; top:0;
	display:inline-block !important;
	z-index:2;
	width:45% !important;
	vertical-align:bottom;
	text-align:right;
}
#mySlideshow-0 li .bx-caption span {
	font-family:'Raleway', sans-serif;
	font-size:14pt !important;
	line-height:20pt;
	text-shadow:2px 2px #000;
}
#mySlideshow-0 li .bx-caption span i {
	font-family:'handwriting', cursive;
	font-size:28pt;
	color:#ffdea0;
}
#mySlideshow-0 li .bx-caption span i.d {
	font-size:48pt;
	color:#ccc;
	line-height:0;
	position:relative;top:10px;
	margin-right:10px;
}
#mySlideshow-0 li .bx-caption span ul {
	margin:30px 0 0 0; padding:0;
}
#mySlideshow-0 li .bx-caption span li {
	text-align:left;
	font-size:10pt;
	font-style:italic;
	color:#999;
	text-indent:-30px;
	margin-left:30px;
}

#weather_countdown_container {
	text-align:center;
	margin:0;
}
#weather, #countdown_container {
	margin:0 30px 45px 30px;
}

#weather {
	display:inline-block;
	width:270px; height:100px;
	vertical-align:top;
}
#weather img {
	margin:0 auto;
	position:relative;
	top:-5px;
	width:120px;
	vertical-align:top;
	float:left;
	/* filter: grayscale(100%); */
}
#weather div {
	display:block;
	color:#fff;
	text-align:center;
	font-size:10pt;
}
#weather #weather_temp {
	color:#fcb71a;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.8);
	font-size:24pt;
	margin:5px 0;
}

#countdown_container {
	display:inline-block;
}
#countdown {
	margin:0 30px;
}
#countdown td, #countdown th {
	text-align:center;
	padding:0 10px;
	text-shadow:2px 2px #000;
	position:relative; top:5px;
}
#countdown td {
	font-size:12pt;
}
#countdown th {
	border:none;
	font-size:24pt;
	font-family:handwriting;
}


.info-panel {
	background: -moz-linear-gradient(top, #000 0%, #666666 100%);
	background: -webkit-linear-gradient(top, #000 0%,#666666 100%);
	background: linear-gradient(to bottom, #000 0%,#666666 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#666666',GradientType=0 );
}
.info-panel-button-container button {
	background-color:#ffbf50;
	padding:5px 15px;
	font-size:14pt;
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;	
}
.info-panel-button-container button:hover {
	background-color:#ffdea0;
}
.info-panel-content {min-height:90px;}


/* 480, 768 (tablet portrait), 992, 1200 */


@media (max-width:1050px) {
	#paramonovs {
		z-index:4;
		top:30px;
	}
	#main {
		margin-right:0;
		background-color:rgba(0,0,0,0.5);
	}
	#content {margin:30px;}
	#logo {
		width:500px; height:200px;
	}
	#date-place {
		right:45px;
	}
	#navbar ul {
		padding-left:0;
		text-align:center;
	}
	#headline {position:relative;top:0;text-align:center;}
	
	#mySlideshow_Container-0 {margin:0 0 45px 0;height:50vw;}
	#weather_countdown_container {display:none;}
}
	
@media (max-width:767px) {
	
	#navbar {height:auto;white-space:normal;padding:10px 0 20px 0;}
	#navbar ul {display:block;width:100%;margin:0;padding:0;}
	#navbar ul li {display:block;width:100%;margin:0;padding:0;}
	#navbar ul li a {padding:0 0!important;}
	#navbar ul.children {top:auto;left:0;padding:10px 0;width:100%;}
	#navbar ul li.child {width:100%;margin:0;padding:0;text-align:center;background-image:url("");text-indent:0;}
	#navbar ul.children li a {margin:0;}
	#navbar li.expanded {border:none;}
	
	#navbar ul {display:none;}
	#navbutton {display:block;}
	
	#paramonovs {display:none;}
	#top {margin:0;}
	#logo {
		width:100%; height:200px;
		background-size:75% auto;
		background-position:center top;
		top:30px; left:0;
	}
	#date-place {
		width:100%;
		top:240px; left:0;
	}
	#footer {
		padding-left:0;
		text-align:center;
	}
  .fullscreen-bg {
    background: url('/images/website/black-satin.jpg') center center / cover no-repeat;
  }
  .fullscreen-bg-video {
    display: none;
  }
}

@media (max-height:800px) {
	#paramonovs {
		width:300px; height:110%;
		background-size:300px auto;
	}
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    width: 300%;
    left: -100%;
  }
}


.button {
	background-color:#ffbf50;
	color:#000;
	border:none;
	padding:5px 15px;
	font-weight:bold;
	margin:5px 0;
	text-decoration:none;
	text-shadow:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;	
}
.button:hover {background-color:#ffdea0;}

/* COMPORGANIZER STANDARD CSS */

	.error, #error {
		color:red;
		text-shadow:#000 1px 1px;
	}

	#pagemenus li {
		list-style-type: none;
		background-image: url("");
		background-repeat: no-repeat;
		background-size: 25px;
		font-size: 14pt;
		padding-left:40px;
		margin:0 0 20px 0;
	}
	
	#pagemenus li a {
		text-decoration:none;
	}
	
	#schedule {padding-bottom:30px;}
	#schedule table {
		margin-top:150px;
		margin-bottom:60px;
	}

	#schedule .schedule_row {
		padding-top:3px;
		padding-bottom:3px;
		padding-left:30px;
		text-indent:-25px;
	}
	
	#schedule .categorized {
		padding-left:60px;
	}

	#schedule .space_above{
		height:30px;
	}
	#schedule .space_below {
		height:120px;
	}
	
	#schedule .session_header_cell {
		border-bottom:1px solid #ffdea0;
		position:relative;
	}
	
	#schedule .session_title {
		display:inline;
		width:500px; height:151px;
		position:absolute;
		top:-10px;
		background-image:url("/images/website/corner.png");
		background-size:100px;
		background-repeat:no-repeat;
	}
	
	#schedule .session_number {
		font-size:15pt;
		/*border-left:1px solid rgba(255,255,255,0.7);border-right:1px solid rgba(255,255,255,0.7);border-top:1px solid rgba(255,255,255,0.7);*/
		padding:0 10px;
		position:relative;top:-30px;left:-10px;
	}
	
	#schedule .session_name {
		font-family:'handwriting',cursive;
		color:#fff;
		font-size:28pt;
		font-weight:normal;
		position:relative;
		top:-35px;left:0;
	}
	
	#schedule .doors_open {
		position:absolute;
		text-align:right;
		top:10px;right:0;
	}
	/* #schedule table tr:first-child .doors_open {display:none;} */
	
	#schedule .session_date {
		position:absolute;
		text-align:right;
		top:-25px;right:0;
	}
	
	#schedule .schedule_cat {
		padding:30px 0 10px 0;
		font-weight:bold;
		color:#ffdea0;
	}
	#schedule .schedule_time {
		padding-left:130px;
	}
	#schedule ul {
		padding:10px 0 10px 0;
		margin:0;
	}
	#schedule li {
		text-indent:0;
	}

	#hotel {
		position:relative;
		width:560px; height:380px;
		background-size: 560px;
		float:left;
		margin:0 0 20px 10px;
		background-image: url("/images/hotel1.jpg");
	}
	
	#hotel_info {
		float:right;
		display:block;
		width: 350px;
		font-size:13pt;
		position:relative;
	}
	
	#hotel_info img {
		border:5px solid #fff;
		width:140px;
		margin-bottom:20px;
	}
	#hotel_info .hotel_header {
		font-size:20pt;
		color:#fff;
	}

	.new_event {
		color:#ffffff;
		font-style:italic;
	}
	
	p.error {
		color: red;
	}
	
	input.error {
		background-color:#FFCCCC;
	}
	
	textarea.error {
		background-color:#FFCCCC;
	}
	
	#prize_money h3 {
		font-size:24pt;
		font-family:'handwriting', cursive;
		border-bottom: 1px solid #ffdea0;
		text-align:left;
		color:#ccc;
	}
	#prize_money table {
		margin:0 auto;
		border-spacing:2px;
		min-width:500px;
	}
	@media (max-width:560px) {#prize_money table {min-width:auto;}}
	#prize_money .notes_below {
		margin-top: 30px;
	}
	#prize_money .spacer {height:30px;}
	#prize_money td, #prize_money th {
		padding:10px 15px;
		vertical-align:top;
	}	
	#prize_money tr:first-child td:first-child {
		background:none;
	}
	
	#news table {
		width:100%;
		border-bottom: 1px dotted #666;
		margin:10px 0;
	}
	
	#news td {
		vertical-align:top;
		padding-top:10px;
		width:115px;
	}
	#news td:last-child {
		width:800px;
		padding-bottom:10px;
	}
	#news .article p:first-child {
		margin-top:0;
	}
	#news .photoContainer {
		width:100px;height:100px;
		overflow:hidden;
		margin-right:15px;
	}
	#news .photoContainer img {
		width:100%;
	}
	#news .subject {
		font-size:14pt;
		font-weight:bold;
		color:#ae290a;
	}
	#news .date, #news .time, #news .author {
		font-style:italic;
	}
	#news .date, #news .time {
		font-size:12pt;
		font-style:italic;
		display:inline;
		margin-right:10px;
	}
	#news .author {
		margin:5px 0 0 0;
	}

	#news-0 table {
		width:100%;
		border: none;
		margin:0;
	}
	#news-0 table td {
		padding:0;
	}
	#news-0 td.tdPhoto {
		width:40px;
		height:auto;
		padding:0;
	}
	#news-0 .photoContainer {
		width:40px;
		height:auto;
	}

	.entryforms ul {
		list-style-type:none;
		/*
		column-count:3;
		-webkit-column-count:3;
		-moz-column-count:3;
		column-gap:30px;
		-webkit-column-gap:30px;
		-moz-column-gap:30px;
		*/
	}
	.entryforms ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/pdf.png") 0px 0px no-repeat;
		background-size:25px;
	}
	.entryforms ul li a {
		text-decoration:none;
	}
	.docPW ul {
		column-count:1;
		-webkit-column-count:1;
		-moz-column-count:1;
	}
	.docPW ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/lock.png") 0px 0px no-repeat;
		background-size:25px;
	}

		
	#price_list {
		display:block;
		width:100%;
		position:relative;
	}
	#price_list table {
		width:100%;
		margin-bottom:10px;
		border-collapse:collapse;
	}
	#price_list td.title {
		width:350px;
		height:0;line-height:0;
	}
	#price_list td.header {
		line-height:15px;
	}
	#price_list td.title, #price_list td.header {
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding:0 0 5px 0;
		vertical-align:bottom;
	}
	#price_list table tr:nth-child(2) td {
		padding-top:20px;
		vertical-align:bottom;
	}
	#price_list div.title {
		position:relative;
		top:-12px;
		color:#fff;
		font-weight:bold;
	}
	#price_list .header {
		font-size:10pt;
		font-weight:bold;
		margin-bottom:3px;
		width:120px;
	}
	
	#contact_form table {
		width:100%;
		margin:0 auto;
	}
	#contact_form td {width:100%;}
	
	#contact_form input.field {
		width:100%;height:30px;
		width: calc(100% - 16px); -webkit-width: calc(100% - 16px);
		padding:3px 8px;
		font-size:11pt;
		color:#fff;
		border:none;
		background-color:rgba(255,255,255,0.2);
		margin-bottom:5px;
	}
	#contact_form input.inputbutton {
		position:relative;
		right:30px; top:-30px;
		background-color:#690000;
		color:#fff;
		font-family:"Cormorant SC", serif;
		font-weight:normal;
		border:none;
		padding:5px 15px;
		font-size:15pt;
		float:right;
		margin:5px 0;
		box-shadow:0px 0px 10px rgba(0,0,0,0.8);
		-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.8);
		-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.8);
		-o-box-shadow:0px 0px 10px rgba(0,0,0,0.8);
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		-o-border-radius:5px;
	}
	
	#contact_form textarea {
		width:100%;height:200px;
		width: calc(100% - 16px); -webkit-width: calc(100% - 16px);
		padding:6px 8px;
		border:none;
		background-color:rgba(255,255,255,0.2);
		font-size:11pt;
		color:#fff;
	}
	
	#contact_form input.captcha {
		width:290px;
		position:relative;
		float:right;
		top:-1px;
	}
	
	table.dancecamp {
		width:100%;
		border-left: 1px dashed #gray;
		border-top: 1px dashed gray;
	}
	table.dancecamp td {
		border-top: none;
		border-right: 1px dashed #gray;
		border-bottom: 1px dashed gray;
		border-left: none;
		width: 40%;
		text-align:left;
		vertical-align:top;
	}
	table.dancecamp td.time {
		width: 20%;
	}
	
	.session_title {font-weight:bold;}
	.doors_open {}
	
	.officials {
		margin:60px auto 0 30px;
		width:100%;
	}
	.cat-chairman-of-judges, .cat-chairmen-of-judges, .cat-master-of-ceremonies, .cat-masters-of-ceremonies {
		display:inline-block;
		width:49%;
	}
	.officials_grid .subheader {
		font-size:18pt;
		color:#fff;
	}
	.officials_grid ul {
		list-style-type:none;
		margin:10px 0 40px 0;padding:0;
	}
	.officials_grid ul li {
		display:inline-block;
		margin:0 30px 30px 0;
		position:relative;
		height:270px;
		width:150px;
	}
	.officials_grid .photo_container {
		width:150px;height:150px;
		overflow:hidden;
		display:block;
		position:relative;
		background-size:100% auto;
		border:1px solid #ffdea0;
		position:absolute;
		top:0;

		background: #910000;
		background: -moz-linear-gradient(top,  #910000 0%, #0e0e0e 100%);
		background: -webkit-linear-gradient(top,  #910000 0%,#0e0e0e 100%);
		background: linear-gradient(to bottom,  #910000 0%,#0e0e0e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#0e0e0e',GradientType=0 );

		-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
		-webkit-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
		-moz-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
	}
	.officials_grid img {
		position:absolute;
		left:0; top:0;
		width:100%; height:100%;
		object-fit:cover;
	}
	.official_info {
		position:absolute;
		margin-top:7px;
		width:125px;height:150px;
		overflow:hidden;
		top:150px;
	}

	.vendor_category {
		font-size:15pt;
		font-weight:bold;
		text-align:left;
		margin:60px 0 20px 0;
		border-bottom:1px solid rgba(255,255,255,0.2);
	}
	#vendors ul {
		list-style-type:none;
		margin:0;padding:0;
	}
	#vendors li {
		margin:0 0 50px 0;
	}
	#vendors img {
		width:150px;
		margin:0 20px 20px 0;
		display:inline-block;
		-moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
		vertical-align:top;
	}
	.vendor {
		display:inline-block;
		position:relative;
		font-size:12pt;
		vertical-align:top;
		width:600px;
	}
	.vendor_name {
		font-size:14pt;
	}
	#vendors_spacer {
		height:40px;
	}

	.cityguide {
		padding:15px 0;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-top: 1px solid rgba(255,255,255,0.6);
	}
	
	.cityguide:nth-of-type(1), .cityguide:nth-of-type(2) {
		border-top:none;
	}
	.cityguide:last-of-type {
		border-bottom:none;
	}
	
	.cityguidephoto, .cityguideinfo {
		display:table-cell;
		vertical-align:top;
	}
			
	.cityguidephoto img, .cityguidecaption {
		width: 260px;
		margin-right: 20px;
	}
	
	.cityguidephoto img {border:1px solid #999;}
	
	.cityguidecaption {
		margin-top:5px;
		font-size:11pt;
		text-align:center;
		white-space:nowrap;
		text-overflow:hidden;
	}
	
	.cityguidecaption a {
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		background-color:#fff;
		border:1px solid #666;
		padding:2px 4px;
		position:relative;
		top:-1px;
		margin-left:5px;

		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-o-border-radius:10px;
	}
	
	.cityguideinfo h3 {
		margin:0 0 5px 0;padding:0;
	}
	
	.cityguideinfo a {
		display:inline-block;
		max-width:425px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
	}
	
	.cityguideinfo p {
		font-size:11pt;
		font-style:italic;
	}
	
	.cgTitle {
		text-transform:uppercase;
	}


	#myGallery {
		margin:0 auto;
	}
/*
	#myGallery a {
		border:5px solid #fff;
		box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		background-color:#fff;
	}
*/

	#entryforms ul {
		list-style-type:none;
	}
	#entryforms ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/pdf.png") 0px 0px no-repeat;
		background-size:25px;
	}
	#entryforms ul li a {
		text-decoration:none;
	}
	.docPW ul li {
		padding:3px 0 12px 40px;
		background:url("/co/images/lock.png") 0px 4px no-repeat;
		background-size:30px;
	}

	#results_competitor_list {
		column-count:4;
		-webkit-column-count:4;
		-moz-column-count:4;
	}
	.heatlist_header {
		text-align:center;
		position:relative;
		top:-30px;
	}

	
	premier-heatlists {position:relative;}
	#heatlists-main #keyword-container input[type=text], #premier-results #competitor-filter {
		background-color:rgba(255,255,255,0.2);
		color:#fff;
		border-radius:2px;
		-webkit-border-radius:2px;
		-o-border-radius:2px;
	}
	#heatlists-main #keyword-container ::placeholder, #premier-results #competitor-filter ::placeholder {
		color:#888;
	}
	#heatlists-main .list-group a {text-decoration:none;}
	#heatlists-main .list-group a:hover {text-decoration:underline;}
	
	#premierHeatlists .breadcrumb li a {color:#ffbf50;}
	#heatlists-table td {
		vertical-align:top;
	}
	#heatlists-main input:focus {
		outline: none;
		box-shadow:inset 0 0 25px rgba(255,255,255,0.2);
		-webkit-box-shadow:inset 0 0 25px rgba(255,255,255,0.2);
		-o-box-shadow:inset 0 0 25px rgba(255,255,255,0.2);
		border-radius:2px;
		-webkit-border-radius:2px;
		-o-border-radius:2px;
	}
	#premier-heatlists #heatlist-filter, #premier-results #competitor-filter {
		width:calc(100% - 30px);
	}
	#premier-heatlists #heatlist-list li, #premier-results #competitor-list li {
		width:calc(100% - 30px);
	}
	#premier-heatlists #heatlist-list li:hover, #premier-results #competitor-list li:hover {
		background-color:rgba(255,255,255,0.25);
	}
	#premier-heatlists #heatlist-details table th {
		background-color:rgba(255,255,255,0.25);
		border-bottom:1px solid #ccc;
		border-right:1px solid #ccc;
	}
	#premier-heatlists-publish-date, #premier-results-publish-date {
		margin-top:-45px;
		margin-bottom:45px;
	}
	#premier-heatlists-publish-date > div, #premier-results-publish-date > div {
		color:#999;
		font-size:12pt;
		display:inline-block;
	}
	#premier-heatlists h3.text-center {display:none;}
	@media(max-width:1050px) {#premier-heatlists-publish-date, #premier-results-publish-date {
		text-align:center;
		width:100%;
		margin-top:-15px;
	}}
	#premier-results #return-link {
		margin-top:0;
	}

	#venue {
	}
	#venue-poster, #venue-slideshow {
		width:100%;
	}
	#venue-slidehow {height:400px;}
	#venue-container1 {
		position:relative;
		margin-top:-75px;
	}
	#venue-logo {
		width:170px;
		display:block;
		position:relative;
		margin:0 25px;
		float:left;
		box-shadow:0 0 10px 5px #000;
	}
	#venue-info {
		display:inline;
		line-height:30px;
	}
	#venue-container2 {
		position:relative;
	}
	.venue-address, venue-telephone {
		font-size:16pt;
	}
	.venue-title {
		font-size:44pt; line-height:72px;
		margin-bottom:10px;
		font-weight:bold;
		color:#fff;
		text-shadow: 0px 0px 10px white;
		background-color:rgba(0,0,0,0.5);
	}
	.venue-button {
		display:block;
		text-align:center;
		margin:30px 0 15px 0;
		line-height:30px;
		height:40px;
		border-radius:25px;
	}
	.venue-button:hover {color:#000;}
	.starting-at, .venue-price, .venue-price-desc {
		display:block;
	}
	.venue-price-container {font-size:24pt;color:#fff;text-align:center;margin:45px auto;}
	#venue-container3 h3 {
		font-size:xx-large;
		font-weight:normal;
	}
	#venue-container3 iframe {
		width:100%; height:450px;
	}
	.map-header {
		margin:15px 0;
		font-size:32pt;
	}
	
	.photoGallery .thumb {background-color:#000;}
	
	.popup-password {

	}
	.popup-password #password {
		display:inline-block;
		width:230px;
		font-size:14pt;
		text-align:left;
		margin:0 auto;
	}
	.popup-password .button {
		font-size:12pt;
		border:none;
		border-radius:5px;
		-webkit-border-radius:5px;
	}
	.popup-password .cancel-button {
		background-color:#aaa;
	}
	.popup-password .error {
		text-shadow:none;
	}

	.popup-password input[type=text], .popup-password input[type=password] {
		width:100%;
	}
	.popup-password .custom-select {
		width:100%;
	}
	.custom-select:after {
		background-color:#fff !important;
	}


/* FANCYBOX */

.fancybox-skin {
	background-color:#333;
}

/* BOOTSTRAP MODAL */

.modal-content {
	background-color:#222;
	border:1px solid #444;
	box-shadow:inset 0 0 25px #444;
}
.modal-body {
	padding:1.5rem;
}

/* END COMPROGANIZER STANDARD CSS */