@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@import url('https://fonts.googleapis.com/css?family=Audiowide');

img, object, embed, video {
	max-width: 100%;
	width: 100%;
	border: 0;
}
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.facebook {
	max-width: 50px;	
}

/* MAIN BODY  AND HEADERS */

body { font-size: 9pt; 
	font-family: sans-serif; 
	text-align: left; 	
	background-color: #E1E2DD;
	background-image: url(images/backgrey.jpg);
	background-color: #E1E2DD;
	margin: 0px;
}

h1 {
	font-family: Audiowide;
	font-size: 12pt;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	color: #24403F;
}

h2 {
	font-family: Audiowide;
	font-size: 10pt;
	background-color: #24403F;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px 2px 8px 8px;
	color: #FFFFFF;
}

h3 {
	font-family: Audiowide;
	font-size: 14pt;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 2px;
	padding-top:0px;
	margin:0px;
	color: #24403F;
}
h4 {
	font-family: Audiowide;
	font-size: 10pt;
	font-weight: normal;
	color: #24403F;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h5 {
	font-family: Audiowide;
	font-size: 12pt;
	font-weight: bold;
	color: #202020;
	padding: 0px;
	margin: 0px;
}
	
	@media (min-width: 750px) {
  h1 { font-size: 20pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 18pt;}
  h4 { font-size: 14pt; }
  h5 { font-size: 14pt; }
  
  body { 
	font-size: 12pt; 
	}
}



/* LINKS */	
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #D9853B;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

a.darklink:link { 
	color: #24403F;
	text-decoration: underline; }
a.darklink:visited { 
	color: #24403F;
	text-decoration: underline; }
a.darklink:hover { 
	color: #D9853B;
	text-decoration: underline; }
	
a.livelink:link { 
	color: #D9853B; }
a.livelink:visited { 
	color: #D9853B; }



/* MAIN PAGE SETUP */
 
.gridContainer {
	width: 100%;
	max-width:1000px;
	
}
#head {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color: #6E9ADB;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headlogo {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 8px;
	padding-bottom: 0px;
	text-align: center;
	max-width:1000px;
}

#main {
	clear: both;
	width: 100%;
	display: block;
	float:left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/back.jpg);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#main p {
	padding: 0px 8px 1px 8px;	
}

#maintitle {
	width: 100%;
	padding: 4px 4px 8px 4px;
	box-sizing: border-box;
	float: left;
}

#maindetail {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
	padding: 0;
	float: left;
}
#maindetail img {
	width: auto;
	max-height: 300px;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-top: 10px;
	font-size: 14px;
	color: #FFF;
	background-color: #24403F;
	text-align: center;
	padding-bottom: 10px;
	margin-top: 0px;
}
.foot{
	vertical-align:middle;
}

.third {
	width: 40%; }

@media (min-width: 750px) {	
#maindetail {
	width: 94%;
	padding: 3%;
}

.gridContainer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#head {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	ms-border-radius: 10px 10px 0px 0px;
	webkit-border-radius: 10px 10px 0px 0px;
	moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	khtml-border-radius: 10px 10px 0px 0px;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	ms-border-radius:  0px 0px 10px 10px;
	webkit-border-radius: 0px 0px 10px 10px;
	moz-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	khtml-border-radius: 0px 0px 10px 10px;
}
.third {
	width: 33.33%; }
	
}

/* TOP NAVIGATION BARS */
.menu {
	position: absolute;
	margin: 2% 0 0 2%;
	width: 52px;	
}
#mainnav {
	display: none;
	font-family: Audiowide;
	font-size: 12pt;
	margin: 0px;
	color: #FFF;
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
}
ul.navigation {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 2px;
	text-align:center;
	background-color: #24403F;
}
ul.navigation li a {
	padding: 0px 25%;
	text-decoration: none;
}
ul.navigation li a:hover{
	color:#D9853B;
	background-color: #fff;
	
}
ul.navigation ul
{
	display:none;
	position: relative;
	margin: auto;
	width: 100%;
	border: 2px #fff solid;
	box-sizing:border-box;
	padding:0px;
	background:#24403F;
}
ul.navigation ul li
{
	width:100%;
	padding:6px 6px;
	display: block;
	border: 1px #fff solid;
	box-sizing:border-box;
}
ul.navigation ul li a {
	padding: 0px 10px;
	color: #fff;
}
ul.navigation li:hover  ul
{
	display:block;
}
@media (min-width:600px) {
	.menu {
	display: none;	
}
#mainnav {
	display: block !important;
	text-align: center;
	font-family: Audiowide;
	font-size: 10pt;
	background-color: #24403F;
	margin: 0px;
	color: #FFF;
	width: 100%;
}
ul.navigation li {
	display: inline-block;
	padding: 8px 4px;
}
ul.navigation li a {
	padding: 8px 4px;
}
ul.navigation ul
{
	display:none;
	position: absolute;
	width: 250px;
	background:#24403F;
	padding-left: 0px;
	margin: 8px 0 0 -12px;
}

ul.navigation ul li
{
	text-align: center;
}
}
@media (min-width:850px) {
	
#mainnav {
	font-size: 16pt;
	
}	
}
/* END  CITY NAV BAR */

/* HOME PAGE */
#citypics {
	clear: both;
	display: block;
	text-align: center;
	width:90%;
	max-width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	background-color: #24403F;
	padding:10px;
	ms-border-radius: 10px;
	webkit-border-radius: 10px;
	moz-border-radius: 10px;
	border-radius: 10px;
	khtml-border-radius: 10px;
	transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
}
/* QUOTE TEXT ROTATER */
.cust-quotes {
  width: 100%;
  height: 450px;
  position:relative;
}
.cust-quotes blockquote p{
  font-size:12pt;
  font-weight:normal;
  font-style:italic;
  text-align: left;
  color: #CB2458;
  padding-bottom: 2px;
  margin: 0px;
  vertical-align:middle;
}
.cust-quotes blockquote cite {
    font-size: 8pt;
	font-style:normal;
	font-weight: bold;
}
@media (min-width: 450px) {
.cust-quotes {
  height:320px;
}
.cust-quotes blockquote p{
  font-size:14pt;
}
.cust-quotes blockquote cite {
    font-size: 10pt;
}
}
@media (min-width: 600px) {
.cust-quotes {
  height:250px;
}
}


@media (min-width: 800px) {
.cust-quotes {
  height:300px;
}
.cust-quotes blockquote p{
  font-size:18pt;
}
.cust-quotes blockquote cite {
    font-size: 12pt;
}
}

.cust-quotes blockquote {
  position: absolute;
  text-align: right;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: auto;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
}
.cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
}





/* END HOME PAGE */

/* DIRECTOR PAGE */


#directorpic {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: block;
	text-align: center;
	max-width:250px;
}
#directorinfo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
@media (min-width: 750px) {
#directorpic {
	clear: both;
	margin-left: 2%;
	float:left;
	width: 33%;
	display: block;
	margin-bottom: 10px;
}
#directorinfo {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 63%;
	display: block;
}
}
/* TESTIMONIAL PAGE */

#test1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#test2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
@media (min-width: 750px) {
#test1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 32.2033%;
	display: block;
}
#test2 {
	clear: none;
	float: left;
	margin-left: 1.6949%;
	width: 66.1016%;
	display: block;
}	
}

/* FESTIVAL CITY PAGES */

.citymain{
	background-color: #FFF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 1px;
	padding-bottom: 0px;
	margin: 0px;
}

#adPIC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
}
#adPIC img {
	max-width: 200px;	
}
#adINFO {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;	
}
#adName {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}


/* NAV BAR */
.citynav{
	background-color: #24403F;
	padding: 6px 1px 4px 1px;
	margin: 0px;
	ms-border-radius: 10px 10px 0px 0px;
	webkit-border-radius: 10px 10px 0px 0px;
	moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	khtml-border-radius: 10px 10px 0px 0px;
	word-break: break-all;
	font-size:8pt;
}
.citynav2{
	background-color: #FFF;
	padding: 6px 1px 4px 1px;
	margin: 0px;
	ms-border-radius: 10px 10px 0px 0px;
	webkit-border-radius: 10px 10px 0px 0px;
	moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	khtml-border-radius: 10px 10px 0px 0px;
	word-break: break-all;
	font-size:8pt;
	}
	
@media (min-width: 750px) {	

.citymain{
	padding-left: 20px;
	padding-right: 20px;
	ms-border-radius: 0px 10px 10px 10px;
	webkit-border-radius: 0px 10px 10px 10px;
	moz-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
	khtml-border-radius: 0px 0px 10px 10px 10px;
}
#adPIC {
	clear: both;
	float: left;
	margin-left: 0;
	width: 25%;
	display: block;
	padding: 0px;
}
#adINFO {
	clear: none;
	float: left;
	margin-left: 2%;
	width: 70%;
	display: block;
}
#adName {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* NAV BAR */
.citynav{
	font-size:14pt;
	padding: 6px;
}
.citynav2{
	padding: 6px;
	font-size:14pt;
	}
}
/* END FESTIVAL CITY PAGES */

.correction {
	color: #F00;
}

.none {
	display:none
}

.groups th {
	background-color: rgb(204,204,204);
	font-weight:bold;
}
.groups tr:nth-child(odd) {background: rgba(204,204,204,0.4)}
