
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&family=Playfair:wght@300;400&display=swap');

font-family: 'Playfair Display';
font-family: 'Playfair Display', serif;

body{
	font-size:100%;
	font-family: 'Playfair Display';
	color:#ffffff;
	background:#ffffff url(../images/body_bg.jpg) repeat top center;
	width:100%;
	height:100%;
	min-height:200px;
	margin:auto;
	line-height:18px;
}
#wrapper{
	max-width:1280px;	
	width:100%;
	margin:auto;
	height:100%;
	position:relative;
	overflow:hidden;
}
.body-wrapper, #header, #footer {
	width:100%;
	margin:0;
	padding:0;
	float:left;
	z-index:9999;
	position:relative;
}

.body-wrapper{
	background:transparent;
}
div.responsive {
    position: relative;
}
.slideshow {
    margin: auto;
}
div.slideshow a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: static;
    width: auto;
    height: auto;
}
div.responsive img {
    height: 100%;
    display: block;
}
.center #superprev {
    position: absolute;
    left: -2%;
    top: 0%;
}
.center {
    position: absolute;
    top: 50%;
    width: 100%;
}
.center #supernext {
    position: absolute;
    right: 2%;
    top: 0%;
}
#start {
	background:#FFF;
}

#loading-mask {
    background-color: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:0.9;
}
#loading-mask p {
	color:#FFF;
	margin:400px 0 0 0;
	background:#000;
	text-align:center;
	font-size:20px;
}

/* Navigation */
/*------------------------------------------------------------------*/ 
/*  Nav
/*------------------------------------------------------------------*/

.mainLogo{
	padding:20px 30px 10px 30px;
	margin:0px;
	display:inline-block;
	float:left;
}
.toggleMenu{
	padding:120px 120px 0 0;
	margin:0px;
	display:inline-block;
	float:right;
}
.menuWrapper{
	
}

#contentArea{
	display:inline-block;
	margin:15px 0 0 0;
}
#introSection, #movieInfo{
	display:block;
}
.sectioncontainerHome{
	width:100%;
	display:inline;
}
.sectioncontainerHome img {
    width: 100%;
	height:auto;
}
.sectioncontainerHome .lineProdSec img {
    width: 50%;
	height:auto;
	margin-bottom:-55px;
}
.sectioncontainerHome .lineProdSec img.last {
    width: 50%;
	height:auto;
	margin-bottom:-25px;
}
.sectioncontainerCta{
	width:50%;
	display:inline;
}
.ourTeamCon img, .ourTeamConSml img{
	width:50%;
}
.sectioncontainerHome p{
	padding:30px 20px 0 20px;
	text-align:left;
	font-family: 'Playfair Display';
	font-size:15px;
	line-height:17px;
	color:#000001;
}
.sectioncontainerHome p.nextPara{
	padding:10px 20px 30px 20px;
	text-align:left;
	font-family: 'Playfair Display';
	font-size:15px;
	line-height:17px;
}
.homeImg{
	padding:0px 30px 0 30px;
}
.btnCls{
	display:inline-block;
	width:100%;
	text-align:center;
}
.btnBg{
	background:#013279;
	color:#ffffff;
	width:30%;
	display:inline-block;
	padding:1% 0.5%;
	text-align:center;
	font-family: 'Playfair Display';
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
	margin:0 10px;display:inline-block;
	border-radius:3px;
}
.btnClsArea{
	display:inline;
}
a.btnBg{
	color:#ffffff;
}
a.btnBg:hover, a.btnBg.active{
	background:#001a3b;
	color:#ffffff;
}


.btnBg img{
	width:100%;
}
.btnSelBg{
	width:100%;
	display:inline;
}
.btnSingleTxt a{
	background:#001a3b;
	color:#ffffff;
	padding:12px 0;
	text-align:center;
	font-family: 'Playfair Display';
	font-size:32px;
	line-height:40px;
	text-transform:uppercase;
	margin:0 10px;
}
.btnDoubleTxt a{
	background:#001a3b;
	color:#ffffff;
	padding:7px 0;
	text-align:center;
	font-family: 'Playfair Display';
	font-size:30px;
	line-height:26px;
	text-transform:uppercase;
	position:relative;
	top:13px;
	margin:0 11px;
}
.deskShow{
	display:block;
}
.mobShow{
	display:none;
}
.blkClr{
	color:#000001
}
.witClr{
	color:#ffffff
}
ul li{
	list-style:none;
}

.cmnFloatLeft{
	float:left;
}
.cmnFloatRight{
	float:right;
}
.movieDetails{
	width:84%;
	margin:auto;
}
.fullConArea{
	width:100%;
	margin:40px 0 0 0;
}
.movieImgAreaCon{
	width:100%;	
}

.movieImgArea{
	display:inherit;
	width:40%;
}
.movieDescArea {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    padding: 50px 0 0 0;
}
h1{
	font-family: 'Playfair Display';
	font-size:34px;
	line-height:40px;
	text-align:left;
	color:#000001;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	padding:40px 0 0px 0;
	margin:0px;
}
h2{
	font-family: 'Playfair Display';
	font-size:18px;
	line-height:20px;
	text-align:left;
	color:#000001;
	font-weight:bold;
	letter-spacing:2px;
}
h4{
	font-family: 'Playfair Display';
	font-size:15px;
	line-height:20px;
	text-align:left;
	color:#000001;
}
h3{
	font-family: 'Playfair Display';
	font-size:16px;
	line-height:22px;
	text-transform:uppercase;
	text-align:left;
	color:#000001;
	font-weight:bold;
}
.movieImgArea img{
	width:100%;
}
.imgcls{
	width:100%;
	display:inline-block;
}

.ourPeoplecontainer {
    width: 100%;
    min-height: 160px;
    height: auto !important;
    height: 160px;
}
.ourPeoplecontainerData{
	width:70%;
	margin:auto;
	margin:20px auto 0 auto;
}
.ourPeoplecontainerData.last{
	padding:10px 0 0 0;
}
.ourTeamCon, .ourTeamConSml{
	width:32%;
	display:inline-block;
}
.peoplePhotos, .peoplePhotosSml{
	width:100%;
	text-align:center;
}
.photoHeader, .photoHeaderSml{
	text-align:center;
	font-family: 'Playfair Display';
	font-size:20px;
	font-weight:bold;
	padding:20px 0 12px 0;
	text-transform:uppercase;
	line-height:20px;
	color:#000001;
}
.peoplePhotoSec p, .peoplePhotoSecSml p{
	font-family: 'Playfair Display';
	font-size: 16px;
    line-height: 20px;
	padding:10px 20px 0 50px;
	color:#000001;
}
.photoSubHeader, .photoSubHeaderSml{
	text-align:center;
	font-family: 'Playfair Display';
	font-size:15px;
	font-weight:300;
	line-height:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#000001;
}

.newsPartCont {
    margin: -2% 1% 1% 1%;
}

.newsPartCont address p {
    font-family: 'Playfair Display';
    width: 28%;
    float: left;
    font-size:18px;
    line-height:22px;
    font-style: normal;
    padding-bottom: 5%;
    text-transform: none;
	padding:10px 0 0 40px;
	text-align:center;
}
.newsPartCont address p.last {
    font-family: 'Playfair Display';
    width: 100%;
    float: left;
    font-size:16px;
    line-height:20px;
    font-style: normal;
    padding-bottom: 5%;
    text-transform: none;
	text-align:center;
}
.newsPartCont address p span{
	font-weight:bold;
	padding:0 0 10px 0;
	line-height:26px
}
.colsplit {
	width: 100%!important;
	float: left!important;
	display: block!important;
}
.colsplit-top {
	width: 100%!important;
	display: table-row-group!important;
}
.colsplit-bottom {
	width: 100%!important;
	display: table-footer-group!important;
}
.colsplitborder {
	width: 100%!important;
	float: left!important;
	display: block!important;
	border-bottom: 1px solid #eae9e5;
}
/*Digital Content CSS*/

#menu {
  z-index: 2;
}

#menu-bar {
  width: 27px;
  height: 12px;
  margin: 30px 0 20px 310px;
  cursor: pointer;
}

.bar {
  height: 3px;
  width: 100%;
  background-color: #676767;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
}

#bar1 {
  transform: translateY(-4px);
}

#bar3 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}
ul li{
	padding:0 90px 0 0;
}
.nav li {
  list-style: none;
  padding: 8px 0;
  text-align:right;
}

.nav li a {
  color: white;
  font-size: 18px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu {
  top: 50px;
  right: 30px;
  position: absolute;
}

.menu-bg {
  z-index: 1;
  width: 0;
  height: 0;
  margin: 20px 0 20px 20px;
  background:rgba(1,50,121, 0.8);
  border-radius: 0%;
  transition: 0.2s ease;
}

.change {
  display: block;
}

.change .bar {
  background-color: #fff;
}

.change #bar1 {
  transform: translateY(3px) rotateZ(-45deg);
}

.change #bar2 {
  opacity: 0;
}

.change #bar3 {
  transform: translateY(-3px) rotateZ(45deg);
}

.change-bg {
  width: 340px;
  height: 340px;
  
}
#superprev.disabled, #sagaprev.disabled{
	display:none;
}
#supernext.disabled, #saganext.disabled{
	display:none;
}
.ovalDisp{
	width: 170px;
	height: 60px;
	background: #013279;
	border-radius: 50%;
	text-align:center;
	color:#ffffff;
	vertical-align:middle;
	margin:0px 15px 0px 0;
	display:table-cell;
}
.empCls{
	display:table-cell;
}
