/* HEADER/NAVIGATION */

body {font-family:'Open Sans', sans-serif; overflow-y: scroll;}
a {color: #049DD3;}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #049DD3;
}

.btn-primary {
	background-color:#049DD3;
}

.btn-primary:hover {
	background-color:#231F20;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display', serif;}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
	z-index: 100;
}

p.introduction::first-letter {
	font-family: 'Playfair Display', serif;
    color: #F6921E;
    float: left;
    font-size: 75px;
    font-weight: 700;
    line-height: 60px;
	margin:0;
    padding-left: 0px;
    padding-right: 8px;
    padding-top: 4px;
}

#top-wrapper {
	border-bottom: 2px solid #049dd3;
	background-color: #18252E !important;
	margin:0;
	padding:2em 0 1em;
}

#top-wrapper .logo-header {
	height:100px;
	padding-top:10px;
}

#top-wrapper .location p, #top-wrapper .social p {
	color:#ffffff;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size:1.25em;
	text-align:center;
	margin-top:1.35em;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}

#top-wrapper .location a, #top-wrapper .social a {
	color:#F6921E;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}

#top-wrapper .location a:hover, #top-wrapper .social a:hover {
	color:#d7801b;
}

#top-wrapper .fa-2x {
    font-size: 1.3em;
}

#top-wrapper .navbar-inverse {
    background-color: #231f20;
	border-top: 2px solid #049dd3;
	margin-top:1em;
}

#top-wrapper .navbar-inverse .navbar-nav > li > a:hover,
#top-wrapper .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #333333;
}

#top-wrapper .navbar-nav > li > a {
	font-size:16px;
	font-family: 'Playfair Display', serif;
}

#top-wrapper .jumbotron {
	background-color:transparent;
	min-height:600px;
}

@media (min-width: 992px) {
    #top-wrapper .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    #top-wrapper .navbar .navbar-collapse {
        text-align: center;
    }
}

@media (min-width: 1200px) {
#top-wrapper .fa-2x {
    font-size: 1.75em;
}

#top-wrapper .location p, #top-wrapper .social p {
	font-size:1.5em;
}
}

@media (max-width: 992px) {
}

/* FEATURE SECTION */
.feature-block-main {
	padding: 0 0px;
}

.feature-block-main .main-feature-wrap {
    position: relative;
}

.feature-block-main .caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 30px;
    color: #fff;
    left: 15px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.feature-block-main .caption .title {
	font-size: 3.5em;
	font-family: 'Open Sans', sans-serif; 
	font-weight:700;
	margin:-.1em .25em;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
	 z-index:10;
}

.gradient-overlay {
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0) 25%, rgba(10, 10, 10, 0.1) 50%, rgba(10, 10, 10, 0.2) 75%, black 100%) repeat scroll 0 0%, linear-gradient(to bottom, rgba(10, 10, 10, 0.1) 0%, rgba(10, 10, 10, 0) 20%) repeat scroll 0 0 rgba(10, 10, 10, 0);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
	height:100%;
}

.feature-block-main .caption .feature-type, .feature-block-main .caption .date {
	font-style: italic;
	font-size: 1.5em;
	font-family: 'Playfair Display', serif;
	margin:0 .75em 0;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
			 0px 8px 13px rgba(0,0,0,0.1),
			 0px 18px 23px rgba(0,0,0,0.1);
}

.feature-block-main .caption .feature-type {margin-bottom:0;}

.feature-block-side {
	padding: 0 0px;
}

.feature-block-side img:first-child{
	padding-bottom: 0px;
}

.feature-block-main .side-feature-wrap-top, .feature-block-main .side-feature-wrap-bottom {
    position: relative;
}

.feature-block-side .side-feature-wrap-top .caption {
    background-color:#049dd3;
    bottom: 50%;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
	border-right:1px solid #0186b4;
}

.feature-block-side .side-feature-wrap-bottom .caption {
	background-color:#049dd3;
    bottom: 0px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
	border-right:1px solid #0186b4;
}

.feature-block-side .caption .title {
	font-size: 1.4em;
	margin-top:.25em;
	margin-bottom:.1em;
	margin-left:.3em;
}

.feature-block-side .caption .date {
	font-size: 1em;
	font-family: 'Playfair Display', serif;
	margin-top:0;
	margin-bottom:.2em;
	margin-left:.4em;
}

.top-block {
	display: inline-block;
}


/* EVENT-LISTING SECTION */
#home-events {
	background-image:url('/images/dp-texture2.png');
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding: 3em 0 6em;
	width:100%;
}

#home-events .search {margin-top:1.4em; float:right;}

.mb20 { margin-bottom: 20px; } 

hgroup { margin:2em 0; border-bottom: 1px solid #ccc; }
hgroup h1 {color: #231f20; font-family: 'Playfair Display', serif; font-size:2em; line-height: 1.15; }

@media (max-width: 992px) {
	#home-events .search {float:none; margin-bottom:1em;}
}

/* Tabs panel */
.tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

/* Default mode */
.upcoming-tabs {
  border: none;
  margin: 0px;
  font-family: 'Playfair Display',serif;
}

.upcoming-tabs > li {
  padding:0 2px;
}

.upcoming-tabs > li:first-child {
  margin-right:10px;
}

.upcoming-tabs > li > a {
  border: 0;
  font-size:1.25em;
  color:#7b7879;
  text-decoration:none;
}

.upcoming-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 2px solid #049DD3;
}

.upcoming-tabs > li.open > a, .upcoming-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #231F20;
}

.upcoming-tabs > li.open .dropdown-menu, .upcoming-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.upcoming-tabs > li.active {
  border-bottom: 2px solid #049DD3;
  position: relative;
}

.upcoming-tabs > li.active > a {
  border: 0;
  color: #4e4b4c;
}

.event-listing .thumbnail { border-radius: 0 !important; }
.event-listing:first-child { margin-top: 0 !important; }
.event-listing { margin-top: 20px; }
.event-listing .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.event-listing ul { padding-left: 0 !important; list-style: none;  }
.event-listing ul li {line-height: 30px; }
.event-listing ul li i { padding-right: 5px; }
.event-listing .col-md-7 { position: relative; }
.event-listing h3 {margin-top: 0 !important; margin-bottom: 10px !important; }
.event-listing h3 > a {color: #231f20 !important; font-family: 'Playfair Display',serif; font-size:1.1em; font-style: italic; text-decoration:none;}
.event-listing h4 {color:#7b7879; margin:5px 0;}
.event-listing hr {background-color: #F6921E; border: 0 none; color: #F6921E; height: 1px; margin: 5px 0 15px;}
.event-listing p {} 
.event-listing span.plus {float:right; margin:3em 0; height:30px; background-color: #049DD3; cursor: pointer;} 
.event-listing span.plus a {color:#ffffff; text-align:center; display:block; padding:4px 10px; font-family: 'Playfair Display',serif;}
.event-listing span.plus:hover { background-color: #231F20;}
.event-listing span.plus a:hover { text-decoration:none;}
.event-listing span.plus a i { color: #fff !important; margin-left:5px; }

@media (max-width: 992px) {
	.event-listing {margin:3em 0;}
}

@media (max-width: 768px) {
	hgroup { border-bottom: none; }
}

/* HOME EXTRAS SECTION */
#home-extras {
	padding:0;
}

#home-extras .box-office, #home-extras .history, #home-extras .private-events {
	min-height:400px;
	background-size:cover;
}

#home-extras .caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .25);
    bottom: 0;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
	margin:0;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
	min-height:7em;
}
#home-extras .caption h3{ font-family: 'Playfair Display',serif; margin:.5em .9em 0;}
#home-extras .caption p{ margin:0 1.5em 1em;}

#home-extras .box-office {
	background-image:url('/images/dp-extras-boxoffice.jpg');
	background-position:center center;
	background-size:cover;
	cursor: pointer;
}
#home-extras .history {
	background-image:url('/images/dp-extras-history.jpg');
	background-position:center center;
	background-size:cover;
	cursor: pointer;
}
#home-extras .private-events {
	background-image:url('/images/dp-extras-privateevents.jpg');
	background-position:center center;
	background-size:cover;
	cursor: pointer;
}

/* INTERNAL PAGES */
#paramountInnerIntro {
	min-height:250px !important;
	margin-top:1em;
}

#paramountInnerIntro h1 {
	font-family: 'Playfair Display',serif;
	color:#ffffff;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
	font-size:4em;
}

#paramountInnerIntro h4 {
	font-family: 'Playfair Display',serif;
	color:#ffffff;
	line-height:1.5;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);
}

#paramountInnerIntro hr {
	color: #f6921e !important;
	background-color: #F6921E;
	border: 0 none;
	height: 1px;
}

#inner-wrap {
	background-image:url('/images/dp-texture2.png');
	background-position: center top, center bottom;
	background-repeat: repeat-x;
	padding: 6.5em 0;
}

/* GALLERY */
.gallery-wrap {
	background-color:#049DD3;
	padding:1em 0 2.5em;
}

.gallery-wrap a {color:#fafafa;}

.dp-thumb{margin-top:1em;}
.dp-thumb li{margin-top:1.5em;}

.gallery-wrap .caption {
    height: 3em;
    overflow: hidden;
    text-align: center;
}

/* RESPONSIVE IFRAMES */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* SPONSOR LOGOS */
#sponsor-logos {background-color:#333333; padding: 1.5em 0; }
#sponsor-logos ul li img {display:block; margin:0 auto;}

#sponsor-logos img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

#sponsor-logos img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* FOOTER SECTION */
#footer {background-color:#231F20; color:#fff; text-align:center; font-size:1.15em; font-family: 'Playfair Display', serif;}
#footer .top{padding:1em 0 2em;}

/*VALIDATION*/
.field-validation-error {
    color: #e80c4d;
    font-weight: bold
}

.field-validation-valid {
    display: none
}

input.input-validation-error,input:focus.input-validation-error {
    border: 1px solid #e80c4d
}

input[type="checkbox"].input-validation-error {
    border: 0 none
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em
}

.validation-summary-valid {
    display: none
}

#loading {
    background: url('/images/ajax-loading.gif') no-repeat center;
    height:300px;
}