#editorial #story-content .text-module img {
	height:auto;
	    padding: 10px 15px;
}

p.subtitle {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.3em;
	font-size: 1em;
	text-transform:none;
}


h1>p,h2>p,h3>p,h4>p,h4>p,h5>p,h6>p {
	margin:0px auto;
}

em {
	font-style:italic !important;
}

#latest-news #articles .articles-grid li {
	text-align:left;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

#editorial #story-content .text-module h2 {
	font-size:20px;
}

#editorial #story-content .text-module p {
	font-weight:normal;
}

div.video img.hideme {
	display:none;
}

strong, b {
	font-weight:700 !important;
}

#editorial #story-content .rte-content .text-module {
	font-weight:400;
}

.rte-content ul {
	list-style-type: disc;
	margin:10px 5vw;
}

.rte-content ul li {
	list-style-type: disc;
}

.rte-content .subtitle {
	text-transform: uppercase;
	margin: 10px auto;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: 1.125em;
	line-height: 1.25em;
	/**text-align: center;*/
}

.rte-content i, .rte-content em {
	font-style:italic !important;
}

.rte-content strong, .rte-content b {
	font-weight:700 !important;
}

#latest-news #articles .articles-grid .article .article-summary {
	margin-top:0px;
	/**
  height: 190px;
	margin-top:0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	*/
}

@media screen and (min-width: 701px) {
#film-unskinned #videos {
    padding: 42px 0 0;
}
}

@media screen and (min-width: 701px) {
#videos header {
    padding-bottom: 0px;
}
}

#film-unskinned #videos {
    padding: 30px 0 0;
    text-align: center;
}

#film-unskinned #videos header, #film-unskinned .video-playlist {
	border-bottom-width:0px;
}

#film-unskinned #videos h1 {
	/**margin-bottom: 38px;*/
	text-align:left;
	color:#fff;
}



/** TEMPORARY **/
/*#film-skinned #news-press #in-the-news ul, #film-skinned #news-press #in-the-press ul {
	height:465px;
	overflow-y:scroll;
}
#film-skinned #news-press #in-the-news ul.social {
	height: auto;
}
#film-skinned #news-press #in-the-news .btn {
	display:none;
}
@media screen and( max-width : 500px){
	#news-press {
		
	}
	#film-skinned #news-press #in-the-news ul, #film-skinned #news-press #in-the-press ul {
		height: auto;
	}
}*/

/*admin editor*/
.zeppelin-lb {
	background-color: rgba(0, 0, 0, 0.88);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1000000;
	opacity: 0;
	transition: 0.3px ease opacity;
}
.zeppelin-lb .wrapper {
	position: relative;
}
.zeppelin-lb.show {
	opacity: 1;
}
.zeppelin-lb .zeppelin-lb-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  
}
.zeppelin-lb .zeppelin-lb-close-btn .inner {
  width: 65px;
  height: 65px;
  padding: 10px;
   transition: 0.4s ease all;
  
}
.zeppelin-lb .zeppelin-lb-close-btn .inner:hover {
	transform: rotate(90deg);
}
.page-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	
}
.site-canvas {
	width: 100%;
	height: 100%;
	position: relative;
	
	transform: translate3d(0 0, 0);
	transition: 0.5s ease all;
}
.site-canvas.active {
	transform: translate3d(500px, 0, 0);
}
.edit-container {
	position: absolute;
	width: 1200px;
	left: -1200px;
	top: 0;
	height: 100%;
}
.page-wrap.show-edit .site-canvas {
	
	transform: translate3d(1200px, 0, 0 );
}
.editframe {
	width: 1200px;
	height: 100%;
}
.site-canvas {
	float: left;
}
.editmenu {
	float: left;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background: #444 ;
	background-size: 90px 36px;
	padding-top: 40px;
	width: 0;
	z-index: 101;
	transition: 0.5s ease all;

}
.editmenu span {
	opacity: 0;
	transition: 0.5s ease all;
}
.editmenu.active {
	width: 500px;
}
.editmenu.moving {
	transform: translate3d(1200px, 0, 0 );
}
.editmenu.active span {
	opacity: 1;
}
.editmenu ul {
	position: fixed;
	top: 40px;
	display: none;
}
.editmenu ul li {
	max-height: 40px;
	
	padding: 0 20px;
	overflow: hidden;
	transition: 0.3s ease all;
}
.editmenu ul li.expando {
	height: auto;
	overflow: auto;
	max-height: 440px;
}
.editmenu ul li a { 
	display: block; 
	font-size: 20px;
	text-decoration: none; 
	color: #ddd; 
	transition: 0.4s ease background; 
	padding: 15px 20px; 
	border-radius: 2px; 
	background-color: #444; 
	white-space: nowrap;
}
.editmenu ul li a:hover { 
	background-color: #ccc; 
	color: #000;
}
#nav {
	transition: 0.5s ease all;
}
#nav.hidden {
	opacity:0;
}

.menutoggle {
	position: fixed;
	left: 0;
	top: 50%;
	background: url(/img/global/blimp.png) center 24px no-repeat;
	background-size: 60px 28px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	z-index: 101;
	background-color: #444;
	box-shadow: none;	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: none;
	transition: 0.5s ease all;
	opacity: 1;
}
.menutoggle:focus {
	outline: 1px rgba( 0, 0, 0, 0);
}
.menutoggle.active {
	left: 500px;
}
.menutoggle.overdrive {
	left: 1700px;
}

.framewrap {
	width: 460px;
	padding: 10px;
	background: #fff;
	height: 300px;
	border-radius: 4px;
}
.framewrap iframe {
	width: 400px;
	height: 300px;
}
.seo .framewrap,
.seo .framewrap iframe {
	height: 440px;
}

@media all and (min-width:640px){
	/*
	.editmenu { float: right; padding: 10px 0 0 0; }
	.editmenu ul li a { padding: 5px 10px; }
	*/
}

.editbutton {
	color: #000;
	background: #eee;
	padding: 5px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	right: 40px;
	cursor: pointer;
}

.zeppelin-lb-wrap {
	width: 1200px;
	height: 500px;
	margin: 100px auto;
	padding: 10px;
	background: #fff;
	
	position: relative;
}
.zeppelin-lb-wrap .spinner {
	margin: auto;
	position: absolute;
	left: 575px;
	top: 225px;
	z-index: -1;
}
.zeppelin-lb-wrap iframe {
	width: 1180px;
	height: 480px;
	z-index: 2;
}
#lightbox.zeppelin-lb {
	transition: 0.3s ease opacity;
}
#lightbox.zeppelin-lb.show {
	opacity: 1;
}
/* end admin editor */


/* google search */
.gsc-orderby .gsc-selected-option-container {
	width: auto !important;
}
/* end google search */


.distribution-buttons {
	margin: 0 auto;
	display: inline-block;
}


.synopsis .image img {
	width: 100%;
}