/* Global properties ======================================================== */
body a { text-decoration: none; }
html, body { padding: 0px; height:100%; font-family: 'Montserrat', Helvetica, sans-serif; }
a { color:#943100; }
a:hover { color:#e05206; text-decoration: underline; }

/* Miscellaneous Begin======================================================== */
	i  { font-style: italic; }
	strong { font-weight: bold; }
	.clear { clear:both; }
	#buttonTop {
		display: none;
		width: 50px; height: 50px;
		background: #ccc;
		position: fixed; bottom: 20px; right: 20px;
		text-align: center;
		border: 1px solid #fff;
		border-radius: 8px;
		z-index: 2000;
		filter: alpha(opacity=85);
		-moz-opacity:0.85;
		-khtml-opacity: 0.85;
		opacity: 0.85;
	}
	#buttonTop:hover {
		background:  #5e6f58;
	}
	#buttonTop a {
		display: block;
		width: 50px; height:40px;
		padding-top: 9px;
		font-size: 1.8em;
	}
	#buttonTop a, #buttonTop a:hover {
		text-decoration: none;
		color: #fff;
	}
	
/* Miscellaneous End======================================================== */

/* Bootstrap overrides====================================================== */
.btn-warning {
	color: #ffd0ae;
	background-color: #5e6f58 !important;
	background-image:-webkit-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-o-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#9dcb8d),to(#5e6f58));
	background-image:linear-gradient(to bottom,#9dcb8d 0,#5e6f58 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dcb8d', endColorstr='#5e6f58', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #468131;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.focus {
	color: #f19552;
	background-color: #33442d !important;
	background-image: none;
	border-color: #468131;
}
.btn:focus, .btn.focus {
  background-color: #2b6e13 !important;
  border-color: #468131 !important;
  color: #f19552 !important;
}
/* Bootstrap overrides====================================================== */

/* Header Begin======================================================== */
body {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
#banner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 150px;
	text-align: center;
	position: relative;
}
#site-title {
	height: 150px; width: 50%; margin: auto;
	background: url("/images/misc/banner-title.png") no-repeat;
	background-size: contain;
	background-position: center center;
}
#credits {
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	width: auto;
	position: absolute;
	padding: 5px;
	bottom: 8px; right: 20px;

	font-kerning: none;
}

	
/* Header End======================================================== */

/* Navigation Begin======================================================== */
#nav {
	height: 90px; width: 100%;
	position: relative;
	z-index: 2000;
	}
#nav-BG {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 100%;	
	background: rgb(48, 48, 48);
	background: rgba(48, 48, 48, 1.0);
}
#nav .container {
	text-align: center;
	position: relative;
	z-index: 3000;
}
#navlinks {
	margin: auto; position: relative;
	height: 90px;
	display: inline-block; overflow: hidden;
	z-index: 3000;
}
#navlinks a {
	display: block; float: left; position: relative;
	height: 90px;
	text-transform: uppercase; color: #f19552;
	font-size: 1.1em;
	padding: 30px 13px 5px 13px;
	overflow: hidden;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
#navlinks a:hover {
	background-color: #5e6f58;
	/*padding-top: 25px;*/
	color: #ffd0ae; text-decoration: none;
}
#navlinks .active-link {
	/*padding-top: 40px;*/
	color: #ffd0ae;
}
#navlinks a span {
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	line-height: 1.5em;
}
#navlinks a hr {
	display: none;
}
#page-title {
	display: none;
	color: #ffd0ae;
	font-size: 1.4em;
	float: left;
}
#menu-icon {
	width: 39px; height: 38px;
	background: url("/images/misc/icon-menu.png") no-repeat;
	float: right; display: none;
	z-index: 3000;
}
#menu-icon:hover, #menu-close:hover {
	cursor: pointer;
}
#menu-close {
	width: 39px; height: 38px;
	color: #ffd0ae;
	font-size: 2.9em;
	float: right; display: none;
}
/* Navigation End======================================================== */

/* Content general Begin======================================================== */
#maincontent {
	z-index: 1000;
	font-size: 1.0em;
	color: #707070;
}
#maincontent .container {
	background: #fff;
	min-height: 800px;
	padding-top: 30px; padding-bottom: 30px;
	padding-left: 30px; padding-right: 30px;
	overflow: hidden;
}
#screening-banner {
	position: relative;
	height: 100px;
	margin-bottom: 30px;
	margin-left: -15px; margin-right: -15px;
	overflow: hidden;
}
#screening-banner-overlay {
	position: absolute;
	width: 100%; height: 100%;
	background-color: #5e6f58 !important;
	background-image:-webkit-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-o-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#9dcb8d),to(#5e6f58));
	background-image:linear-gradient(to bottom,#9dcb8d 0,#5e6f58 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dcb8d', endColorstr='#5e6f58', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#screening-banner-text {
	position: absolute; top: 0px; left: 50%;
	/*float: left;*/
	/*background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.70);*/
	/*text-align: right;*/
}
#screening-banner-button {
	position: absolute; top: 0px; left: 0px; padding-left: 10px;
}
#screening-banner-text, #screening-banner-button {
	font-size: 0.8em; line-height: 1.2em; color: #fff;
	overflow: hidden; padding-top: 20px;
	width: 50%; height: 100%;
}
#screening-banner .message {
	display: block; margin-bottom: -5px;
}
#screening-banner a {
	display: block;
}
	#screening-banner-button a {
		display: inline-block;
		text-align: center;
	}
	#screening-banner-button a img {
		width: 100%;
	}
.banner-text-left, .banner-text-right {
	position: absolute; top: 0px;
	width: 50%; height: 100%;
	padding-top: 20px;
}
.banner-text-right {
	right: 0px;
	text-align: left; padding-left: 10px;
}

.banner-text-left {
	text-align: right;
}



#order-banner {
	position: relative;
	height: 200px; width: 120%;
	margin-top: -30px; margin-bottom: 30px;
	margin-left: -15px;
	overflow: hidden;
	border-bottom: 1px solid #5e6f58;
	border-top: 1px solid #5e6f58;
}
#order-banner #order-message {
	position: absolute;
	top: 50%; right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	text-align: center;
}
#order-banner #order-message #span1 {
	font-size: 1.5em; font-weight: bold;
	color: #5e6f58;
	margin-bottom: 10px;
}
#order-banner #order-message #span2 {
	font-size: 0.7em;
	margin-bottom: 10px;
}
#order-banner #order-message #span3 {
	font-size: 1.2em; font-weight: bold;
	width: 50%; margin: auto;
}
#order-banner #order-message #span3 a {
	color: #f19552; display: block;
	height: 40px;
	padding-top: 10px;
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}
#order-banner #order-message #span3 a:hover {
	background-color: #5e6f58;
	color: #ffd0ae; text-decoration: none;
}
#prod-1 {
	position: absolute; top: 5px; left: 40px;
	width: 50%;
}
#prod-2 {
	position: absolute; top: 5px; left: 120px;
	width: 50%;
}
#prod-1 img, #prod-2 img {
	width: 50%;
}
/*.btn-warning {
	color: #ffd0ae;
	background-color: #5e6f58 !important;
	background-image:-webkit-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-o-linear-gradient(top,#9dcb8d 0,#5e6f58 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#9dcb8d),to(#5e6f58));
	background-image:linear-gradient(to bottom,#9dcb8d 0,#5e6f58 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dcb8d', endColorstr='#5e6f58', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #468131;
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.focus {
	color: #f19552;
	background-color: #33442d !important;
	background-image: none;
	border-color: #468131;
}
.btn:focus, .btn.focus {
  background-color: #2b6e13 !important;
  border-color: #468131 !important;
  color: #f19552 !important;
}*/

#home-quote {
	font-size: 1.3em;
	margin-bottom: 25px !important;
	text-align: center;
}
#home-quote span {
	display: block; margin: auto;
}
.quote {
	font-style: italic;
	width: 80%;
	text-align: left;
}
.quote-source {
	width: 30%;	float: right; display: block;
	text-align: left;
	font-size: 0.6em;
	margin-top: 10px !important;
	margin-bottom: 15px; !important
}
#home-video {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	/*padding-left: 50px; padding-right: 50px;*/
}
.embed-responsive {
	width: 95%;
	margin: auto;
}
.home-awards {
	text-align: center;
	padding-top: 30px;
}
.home-awards img {
	display: block; margin: auto;
	width: 50%; height: 50%;
}
.home-awards span {
	display: block; margin-auto;
	font-size: 0.7em;
}
.award {
	margin-bottom: 40px;
}

.maincontent-content, #allcontent {
	/*background: pink;*/
	font-family: 'Montserrat', Helvetica, sans-serif !important;
}
.maincontent-content h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}
.maincontent-content h3 {
	color: #f19552;
	font-size: 1.5em;
	margin-bottom: 20px; margin-top: 20px;
}
.maincontent-content  p, #allcontent p {
	margin-bottom: 15px;
	line-height: 1.5em;
}
.poster {
	text-align: center;
	padding-bottom: 0px;
}
img.shrunk {
	width: 80%;
}
img.shrunk:hover, img.enlarged:hover {
	cursor: pointer;
}
img.enlarged {
	width: 100%;
}
.bio-name {
	margin-top: 20px; margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
}
.bio-image {
	float: right;
}
.carousel-embed {
	text-align: center;
}
#carousel-1 {
	width: 60%;
	margin: auto;
}
.vidlogo {
	max-width: 150px; height: auto;
}
#gallery-content {
	display:none;
}

.contact-content {
	text-align: center;
}
#email-form {
	width: 60%;
	margin: auto;
}
#email-form label {
	float: left;
}
#email-form button {
	width: 80%;
}
#form-messages {
	margin-top: 15px;
}

	/********** Press Kit Page Begin ************/
	
	#film-description {
		margin-top: 20px;
	}

	#press-right {
		text-align: center;
	}
	#press-right h3 {
		color: #f19552;
		font-size: 1.0em;
		float: left; margin-bottom: 20px; margin-top: 20px;
	}
	
	#press-left h3 {
		color: #f19552;
		font-size: 1.5em;
		float: left; margin-bottom: 20px; margin-top: 20px;
	}
	#press-right .caption {
		font-size: 0.7em;
	}
	#press-right .thumb {
		margin-bottom: 20px;
	}
	.pr {
		margin-bottom: 25px;
		text-indent: 20px;
	}
	.pr a {
		color: #b0b0b0;
	}
	.pr a:hover {
		text-decoration: none;
		color: #f19552;
	}
	.pr .date {
		font-size: 0.6em;
		margin-top: 5px;
	}
	#press-awards {
		text-align: center;
	}
	#press-awards .award {
	
	}
	#press-awards span {
		display: block; margin-auto;
		font-size: 0.7em;
	}
	/********** Press Kit Page End ************/
	
	/********** Broadcasts Page Begin ************/
	.airings {
		font-size: 1.0em;
	}
	
	/********** Broadcasts Page End ************/

	/********** Order video Page Begin ************/
	
	.prodimage {
		text-align: center;
	}
	.prodimage img {
		margin-bottom: 1px;
	}
	.product .description {
		font-style: italic;
		margin-bottom: 5px;
	}
	.product .medium {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.product .price {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.product .price span {
		font-size: 0.7em;
		font-weight: normal;
	}
	.order-video p {
		font-size: 0.8em;
	}
	
	/********** Order video Page End ************/

/* Content general End ======================================================== */

/* Footer Begin ============================================================ */
#footer { 
	position: relative;
	z-index: 1001;
	/*background: #303030;*/
}
#footer-BG {
	position: absolute; top: 0px; left: 0px;
	width: 100%; height: 100%;	
	background: rgb(48, 48, 48);
	background: rgba(48, 48, 48, 0.90);
}
#footer-content {
	overflow: hidden;
	position: relative;
	/*background: #303030;*/
	color: #fff;
	padding-top: 20px; padding-bottom: 10px;
	font-family: 'Montserrat', Helvetica, sans-serif;
}
.footer-logo {
	text-align: center;
	font-size: 0.8em;
	padding: 0px 10px 0px 10px;
}
.footer-logo a {
	display: block; margin: auto;
	text-indent: -9999px;
	margin-top: 10px;
}
#footer-logo1 a {
	width: 194px; height: 65px;
	background: url("/images/misc/logo-smp.png") no-repeat;
}
#footer-logo2 a {
	width: 269px; height: 41px;
	background: url("/images/misc/logo-cfnj.png") no-repeat;
}
#copyright {
	color: #fff;
	margin: auto; margin-top: 30px; margin-bottom: 10px;
	text-align: center;
	display: block;
	font-size: 0.7em;
}
#design {
	margin: auto; margin-top: 10px; margin-bottom: 20px;
	color: #fff; font-size: 0.7em;
	text-align: center;
}
#design a {
	color: #f19552;
}

#design a:hover {
	text-decoration: none;
	color: #ffd0ae;
}
/* Footer End ============================================================ */	



/* Media Queries and overrides Begin======================================================== */
@media screen and (min-width:992px) and (max-width:1200px) {
	#navlinks a {
		font-size: 0.9em;
	}
}

@media screen and (max-width: 991px) {
	/*Begin navigation*/
	#nav {
		padding-left: 0px;
		padding-right: 0px;
	}
	#nav .container {
		padding-top: 20px;
		width: 100%;
	}
	
	#page-title {
		display: block;
	}
	#navlinks {
		position: absolute; top: 90px; left: 0px; display: block;
		height: 0px;  width: 100%;
		background: rgb(48, 48, 48);
		background: rgba(48, 48, 48, 0.90);
		/*overflow: visible;*/
	}
	#navlinks a {
		display: block; float: none;
		height: 60px; width: 100%;
		padding-top: 20px;
		border-bottom: 1px solid #ffd0ae;

	}
	#navlinks a:first-child {
		border-top: 1px solid #ffd0ae;

	}
	#navlinks .active-link {
		display: none;
	}
	#menu-icon {
		display: block;
	}
	/*End navigation*/
	/*Begin content*/
	.quote {
		width: 100%;
	}
	#screening-banner-button a {
		width: 30%; vertical-align: top;
	}
	#screening-banner-button a img {
		height: 100%; width: 100%;
	}
	#amazon img { height: 60% !important; width: 60% !important; }
	
	.bio-image {
		float: none;
		margin-top: 30px;
	}
	/*End content*/
	
	#footer-logo2 {
		margin-top: 15px;
	}
	#carousel-1 {
		width: 100%; margin: 0;
	}
	#email-form {
		width: 100%;
	}
}
@media screen and (max-width:782px) {
	#site-title {
		width: 80%;
	}
	#credits {
		font-size: 0.8em;
	}
	.home-awards img {
	display: block; margin: auto;
	width: 25%; height: 25%;
	}
	#screening-banner {
		/*height: auto;*/
		/*width: 80% !important;*/
	}
	#screening-banner-text {
		font-size: 0.7em;
	}

	#s1 { font-size: 0.8em; }
	#order-banner #order-message #span3 {
		font-size: 0.9em;
	}
}
@media screen and (max-width:605px) {
	#home-quote {
		font-size: 1.0em;
	}
}
@media screen and (max-width:572px) {
	#nav {
		height: 50px;
	}
	#navlinks {
		top: 50px;
	}
	#menu-icon {
		margin-top: -10px;
		width: 25px; height: 24px;
		background-size: cover;
	}
	#menu-close {
		margin-top: -10px;
		width: 25px; height: 24px;
		font-size: 1.5em;
	}
	#gallery-content {
		display: block;
	}
	.carousel-embed {
	 	display: none;
	}
	.carousel-caption {
		display: none;
	}
	#screening-banner-text img {
		height: 50%;
	}
	#order-banner #order-message #span1 {
		font-size: 1.1em;
	}
}
@media screen and (max-width:460px) {
	#page-title {
		font-size: 1.0em;
	}
	#maincontent {
		font-size: 0.8em !important;
	}
	.award img {
		width: 60%;
	}
	#home-awards span {
		font-size: 0.7em;
	}
	.quote-source {
		font-size: 0.7em;
	}
	#screening-banner-text img {
		height: 40%;
	}
	
	.order-video { text-align: center; }
	.order-video span {
		float: none !important;
	}
	.order-video img {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.prodimage img {
		height: 70%; width: 70%;
	}
	#prod-1 {
		top: 30px; left: 30px;
	}
	#prod-2 {
		top: 70px; left: 30px;
	}
}
@media screen and (max-width:410px) {
	#screening-banner {
		height: 80px;
	}
	#screening-banner img {
		margin-top: 5px;
		margin-left: 5px;
	}

}
@media screen and (max-width:384px) {
	#site-title {
		width: 100%;
	}
	#credits {
		font-size: 0.5em;
	}
	.award {
		width: 70%;
		float: none; margin-left: auto; margin-right: auto;
	}
	.quote-source {
		width: 50%;
	}
}
@media screen and (max-width: 378px) {
	#content-banner {
		max-height: 150px;
	}
	#content-banner  h1 {
		font-size: 0.7em;
	}
}
/* Media Queries and overrides End======================================================== */