/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  	padding-bottom: 40px;
  	background: #fff;

	
	font-family: 'Lato', sans-serif;
	color: #000;
	font-weight: 300;	
}



.serif {
	font-family: 'Lato', sans-serif;
}

.san-serif {
	font-family: 'Alice', Times;
}




/* ELEMENT SPECIFIC
-------------------------------------------------- */
		
/*.logo-screen	{
	visibility: hidden;
}

.logo-small-device	{
	visibility: visible;
}



@media only screen and (min-width : 768px) {
.logo-screen 	{
	visibility: visible;
}

.logo-small-device	{
	visibility: hidden;
}

}
*/

.logo {
	padding: 10px;
}


/*Horizontal section*/


.hrr {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 70px 0;
	border-bottom: dashed 1px #000;
	z-index: -10;
	
}

.hrr2 {
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	margin: 70px 0 30px 0;
	border-bottom: dashed 1px #000;
	z-index: -10;
	
}

	
.hra {
	position: absolute;
	top: -100px; 
	left: 50%;
	background-color: #fff;
	z-index: -8;
	
	text-align: center;
}




/*Added styles of the hra class above*/
.bio-header	{
	width: 150px;
	margin-left: -75px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}

.film-header	{
	width: 200px;
	margin-left: -100px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}

.dance-header	{
	width: 300px;
	margin-left: -150px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}


.david-header	{
	width: 350px;
	margin-left: -175px;
	z-index: -5;
	
	font-size: 52px;
	color: #000;
	font-weight: 900;
}


.news-header	{
	width: 250px;
	margin-left: -125px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}


.contact-header	{
	width: 350px;
	margin-left: -175px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}

.director-header	{
	width: 375px;
	margin-left: -200px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}

.performer-header	{
	width: 425px;
	margin-left: -250px;
	z-index: -5;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;
}



@media screen and (max-width: 768px) {
   .bio-header	{
		font-size: 52px;
		
	}
	
	.film-header	{
		font-size: 52px;
	}
	
	.dance-header	{
		font-size: 52px;
	}
	
	
	.david-header	{
		font-size: 52px;
	}
	
	
	.news-header	{
		font-size: 52px;
	}
	
	
	.contact-header	{
		font-size: 52px;
	}
	
	.director-header	{
		font-size: 52px;
	}
	
	.performer-header	{
		font-size: 52px;
	}

}



/* RESET SOME DEFAULTS
-------------------------------------------------- */

a {
	color: #000;
	text-decoration: none;
}


a:hover	{
	color: #abdee7;
	text-decoration: none;
}


.dropdown a:hover {
	text-decoration: none;
}


/* GENERAL
-------------------------------------------------- */

.center-me {
	text-align: center;
}

.pad-b-50 {
	padding: 0 0 50px 0;
}

.pad-b-30 {
	padding: 0 0 30px 0;
}



/* NAVIGATION FILTER 
-------------------------------------------------- */

.filter-nav a.active {
		color: #abdee7;
}


/* NAVIGATION & YAMM3
-------------------------------------------------- */

.yamm {
	margin: 0 0 50px;
	background: none;
}
		
		
.navbar-inner {
	min-height: 10px; /* change value here*/
	margin: 0 0 -1px 0;
	padding: 0 0 0 0;
	
	
	border: 0;
	
	background: #fff;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;

	font-size: 13px;
	color: #000;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;

	text-align: center;
}



@media only screen and (min-width : 992px) {

.navbar .nav,
.navbar .nav > li
{
	float: none;
	display: inline-block;
	
	padding: 0 50px 0 20px;
	*display: inline; /* ie7 fix */
	*zoom: 1; /* hasLayout ie7 trigger */
} 


/*Styling for parent menu
Medium to large breakpoints*/
 
#nav-lg > li.active > a, #nav-lg > li > a {
	margin: 0 1px 0 0;
	padding: 25px 10px 25px 0;
	background: none;
}


#nav-lg > li.active > a	{
	color: #abdee7;
}

#nav-lg > li > a	{
	color: #000;
}

#nav-lg > li > a:hover	{
	color: #abdee7;
}


.dropdown-menu {
	margin: -2px 0 0 0;
	padding: 15px 0 15px 0;
	
	/*Applied with non-ie-shim for non ie browsers */
	
	/*opacity:.3;*/
	/*opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;  
	animation-fill-mode: forwards; 
	-webkit-transform: scale(1, 0);
	display: block;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;*/
	
	/*remove radius*/
	-webkit-border-radius: 0; 
	-moz-border-radius: 0; 
	border-radius: 0;
}


.open > .dropdown-menu {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);  
	opacity: 1;
 }

/*Downdown submenu style*/
.grid-rac [class*="col-"] {
  	margin-top: 5px;
  	margin-bottom: 5px;
  
  	font-size: 12px;
  	text-align: center;
  	line-height: 2;
  	letter-spacing: 5px;
}


/*Changes color to denote active section*/
.grid-rac [class*="col-"] > a.active {
	color: #abdee7;	
}

}


#nav-small-sub > li > a.active, #nav-small .active  {
	color: #abdee7;	
}




/* Gallery Display
-------------------------------------------------- */

.gallery-header {
	text-align: center;
}



.gallery-header > h1  {
	padding: 0;
	margin: 15px 0;
	
	font-size: 72px;
	color: #000;
	font-weight: 900;	
}



@media screen and (max-width: 768px) {
   .gallery-header > h1 {
	   font-size: 52px;

   }
}



/*The close x*/
#gallery-section > h2 {
	margin: 0 0 0 50px;
	
	color: #000;
	font-size: 42px;
	font-weight: 300;
	text-height: text-size;
}



.tile	{
	width: 300px;
	min-height: 400px;
	padding: 10px 10px 10px 10px;
	border: 2px solid #fff;
	
	font-size: 14px;
	color: #000;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
}


.tile:hover {
	border: 2px solid #abdee7;	

}

.tile > h2 {
	padding: 15px 0 5px 0;

}


.img1	{
		
	width: 274px;
	height: 200px;
	
	padding: 0;
	overflow: hidden;
	
}

.img1 .overlay	{
	position: relative;
	top: 0px;
	opacity: 0;
}


.img1:hover .overlay{
	opacity: 0.7;
}



.tile > p {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	letter-spacing: 3px;
}






/* ASSET
-------------------------------------------------- */

#asset-info a	{
	text-decoration: underline;
}

#asset-info	> h1 {
	padding: 0;
	margin: 15px 0;
	
	font-size: 22px;
	color: #000;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	
}



@media screen and (min-width: 768px) {
   #asset-info	> h1 {
	   font-size: 52px;

   }
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-inner {
	overflow: visible;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control.left, .carousel-control.right {
	color: #000;
	background: none;
	border: none;
}




.carousel-text h1	{
}
	

.carousel-text p	{
	font-family: 'Alice', Times;
	font-size: 18px;
}

@media (min-width: 768px) {

/* Carousel base class */
.carousel {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}


.carousel-caption h1  {
	/*overrides element explicit ccs*/
	font-size: 28px;
	font-weight: 300;
	text-height: text-size;
	
	-webkit-transform: scale(1,1.5); /* Safari and Chrome */
    -moz-transform: scale(1,1.5); /* Firefox */
    -ms-transform: scale(1,1.5); /* IE 9 */
    -o-transform: scale(1,1.5); /* Opera */
	transform: scale(1,1.5); /* W3C */
	
	/*text-shadow: 1px 1px #666;*/
	/*background-color: #408ada;*/
}

.carousel-caption p {
	margin: 0 0 0 0;
	
	font-size: 14px;
	color: #000;
	
	
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 300px;
}


.carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}


.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 300px;
	max-width: none;	
}
}



@media (min-width: 992px) {

	/* Carousel base class */
	.carousel {
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
		z-index: 10;
	}
	
	.carousel-caption h1 {
		/*overrides element explicit ccs*/
		font-family: 'Lato', sans-serif;
		font-size: 36px;
		font-weight: 300;
		text-height: text-size;
		
		-webkit-transform:scale(1,2); /* Safari and Chrome */
		-moz-transform:scale(1,2); /* Firefox */
		-ms-transform:scale(1,2); /* IE 9 */
		-o-transform:scale(1,2); /* Opera */
		transform:scale(1,2); /* W3C */
	}
	
	.carousel-caption p {
		margin: 15px 0 0 0;
		
		font-size: 18px;
		color: #000;
		text-height: text-size;
	}
	
	
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
		height: 400px;
	}
	
	.carousel-inner > .item {
		-webkit-transition: 0.6s ease-in-out left;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}
	
	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 400px;
	  max-width: none;	
	}
}


@media (min-width: 1200px) {

	/* Carousel base class */
	.carousel {
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
		z-index: 10;
	}
	
	.carousel-caption h1 {
		/*overrides element explicit ccs*/
		font-family: 'Lato', sans-serif;
		font-size: 40px;
		font-weight: 300;
		text-height: 40px;
		
		-webkit-transform:scale(1,2); /* Safari and Chrome */
		-moz-transform:scale(1,2); /* Firefox */
		-ms-transform:scale(1,2); /* IE 9 */
		-o-transform:scale(1,2); /* Opera */
		transform:scale(1,2); /* W3C */
	}
	
	.carousel-caption p {
		margin: 25px 0 0 0;
		
		font-size: 21px;
		color: #000;
		text-height: text-size;
	}
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
		height: 400px;
		/*background-color: #777;*/
	}
	
	.carousel-inner > .item {
		-webkit-transition: 0.6s ease-in-out left;
		-moz-transition: 0.6s ease-in-out left;
		-o-transition: 0.6s ease-in-out left;
		transition: 0.6s ease-in-out left;
	}
	
	.carousel-inner > .item > img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 500px;
		max-width: none;	
	}
}


@media (min-width: 1400px) {
	.carousel-caption h1 {
		font-size: 50px;
	}
}



.carousel-control .control-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;

	
	color: #000;
	font-size: 72px;
	font-weight: 300;
	text-height: text-size;
	text-shadow: none;
}



/* CONTENT PAGES
-------------------------------------------------- */

#content-area h1 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-height: text-size;
	letter-spacing: 3px;
}




#content-area a  {
	text-decoration: underline;
}


.content {
	padding: 15px 15px 15px 15px;
	
	font-family: 'Alice', Times;
	font-size: 18px;
}


.content2 {
	padding: 15px 15px 15px 15px;
	
	font-family: 'Alice', Times;
	font-size: 18px;
}



@media (min-width: 768px) {
	.content {
		padding: 15px 15px 15px 25%;

	}
	
	.content2 {
		padding: 15px 15px 15px 10%;	
	}
}






/* NEWS
-------------------------------------------------- */

.news-tile	{
	/*height: 200px;*/
	overflow: hidden;
	padding: 0;
	
	height: 250px;
	
	/*border: 2px solid #fff;*/
	/*font-size: 14px;
	color: #000;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;*/
}



/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
.news-tile {
	height: 300px;
}
}



/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.news-tile {
	height: 200px;
}	
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.news-tile {
	height: 250px;
}	
}




/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px)	{
.news-tile {
	height: 300px;
}	
}



.news-tile:hover {
	/*border: 2px solid #abdee7;*/	

}



.image {
  display: inline;
  width: 100%;
  height: auto;
}
 
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #fff;
  
  text-align: center;
		
}

div.overlay h1 {
	margin: auto;
	padding-top: 100px;
	color: #000;
	font-weight: 900;
}

.news-tile:hover .overlay {
  opacity: .9;
}


/*News item page*/



/*The close x*/
#news-item-area > h2 {
	margin: 0 0 0 50px;
	
	color: #000;
	font-size: 42px;
	font-weight: 300;
	text-height: text-size;
}




#news-item-area h1 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-height: text-size;
	letter-spacing: 3px;
}





@media screen and (min-width: 768px) {
#news-item-area h1 {
	font-size: 42px;
}	
}
	
@media screen and (min-width: 992px) {
#news-item-area h1 {
	font-size: 72px;
}
}
	
	
	
.news-item-content a  {
	text-decoration: underline;
}
	

.news-item-content h1 a  {
	text-decoration: none;
}
	
	

/* Contact
-------------------------------------------------- */
ul.social-media {
	list-style-type: none;
}

ul.social-media li {
	display: inline;
}


ul.social-media #criterion {
	margin-top: -10px;
}


.contact-content a  {
	text-decoration: underline;
}


.keep-up-section {
	padding-top: 20px;
	background-color: #abdee7; 	
	/*border: solid 1px #cc0000;*/
}



.form-area {
	padding: 50px 0 0 0;
	
	/*font-family: 'Alice', Times;*/
	font-size: 18px;
}
	


#content-area h1 {
	font-family: 'Lato', sans-serif;
	color: #000;
	font-size: 32px;
	font-weight: 900;
	text-height: text-size;
	letter-spacing: 3px;
}

.contact-lower-section {
	padding-top: 50px;
	
}

.contact-lower-section p {
	font-family: 'Alice', Times;
}


/* Form Styling
-------------------------------------------------- */
.form-control 	{
height: 50px;	
border-color: #000;

/*font-family: 'Alice', Times;*/
color: #000;
font-weight: 700;
}

#tinymce.mce-content-body {
  	font-size: 14px;
	/*color: #cc0000;*/
  	font-weight: 700;
}

.math-part {
	font-size: 32px;
}

.math-text  {
	font-family: 'Alice', Times;
}

.math-text strong {
	font-family: 'Lato', sans-serif;
}
	

.required, .warning {
	color: #abdee7;	
	font-size: 20px;
	font-weight: 700;
}


/* Buttons
-------------------------------------------------- */

.btn {
  	text-transform: uppercase;
  	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-weight: 400;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  	border-radius: 0;
}


.btn-default {
  	border: 1px solid #000;
  	color: #000;
  	background-color: white;
}

.btn-default:hover,
.btn-default:focus {
  	border: 1px solid #000;
  	outline: none;
  	color: 000;
  	/*background-color: #42DCA3;*/
	background-color: #abdee7; 
}




/* Photo Divs
-------------------------------------------------- */

#div_aleft {
float: left;
padding: 0px 15px 5px 5px;
}

#div_aleft .image1	{
padding: 0px 0px 0px 0px;
}


#div_aleft .caption {
padding: 5px 0px 5px 0px;
font-size: 10px;
}


#div_aright {
float: right;
padding: 0px 5px 5px 15px;
}

#div_aright .image1	{
padding: 0px 0px 0px 0px;
}


#div_aright .caption {
padding: 5px 0px 5px 0px;
font-size: 10px;
}


#div_acenter {
float: left;
width: 100%;
padding: 0px 0px 10px 0px;
}

#div_acenter .image1	{
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
}


#div_acenter .caption {
margin: 0px auto 0px auto;
padding: 5px 0px 5px 0px;
font-size: 10px;
}

#div_anowrap {
float: left;
width: 100%;
padding: 0px 0px 10px 0px;
}

#div_anowrap .image1	{
padding: 0px 0px 0px 0px;
}


#div_anowrap .caption {
padding: 5px 0px 5px 0px;
font-size: 10px;
}