
@font-face {
    font-family: 'HelveticaNeueLTStdLt';
    src: url('/fonts/HelveticaNeueLTStdLt.eot');
    src: url('/fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'),
         url('/fonts/HelveticaNeueLTStdLt.woff2') format('woff2'),
         url('/fonts/HelveticaNeueLTStdLt.woff') format('woff'),
         url('/fonts/HelveticaNeueLTStdLt.ttf') format('truetype'),
         url('/fonts/HelveticaNeueLTStdLt.svg#HelveticaNeueLTStdLt') format('svg');
}


@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('/fonts/HelveticaNeueBold.eot');
    src: url('/fonts/HelveticaNeueBold.eot') format('embeddmed-opentype'),
         url('/fonts/HelveticaNeueBold.woff2') format('woff2'),
         url('/fonts/HelveticaNeueBold.woff') format('woff'),
         url('/fonts/HelveticaNeueBold.ttf') format('truetype'),
         url('/fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('/fonts/LeagueGothicRegular.eot');
    src: url('/fonts/LeagueGothicRegular.eot') format('embedded-opentype'),
         url('/fonts/LeagueGothicRegular.woff2') format('woff2'),
         url('/fonts/LeagueGothicRegular.woff') format('woff'),
         url('/fonts/LeagueGothicRegular.ttf') format('truetype'),
         url('/fonts/LeagueGothicRegular.svg#LeagueGothicRegular') format('svg');
}


.block {
    display:block;
}
.overAuto {
    overflow:auto;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after
{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}




.lh2 {
	max-width: 80%;
	line-height: 20px;
}


.maxW665 {
	max-width: 665px;
	float: left;
}

.maxW610 {
	max-width: 610px;
	max-width: 635px;
}
.inBlock {
	display: inline-block;
}
.bold {
	font-family: 'HelveticaNeueBold';
}

.left {
	float: left;
}
.tb {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	
}
.tbc {
	display: table-cell;
	vertical-align: middle;
}
.centreAlign {
	text-align: center;
}
.ptb140 {
	padding-top: 140px;
	padding-bottom: 140px;
}
.ptb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.ptb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.ptb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt100{
	padding-top: 100px;
}

.pb100{
	padding-bottom: 100px;
}
.pb50{
	padding-bottom: 50px;
}
.ptb22{
	padding-bottom: 22px;
	padding-top: 22px;
}
.pl20{
	padding-left: 20px !important;
}
.mb80 {
	margin-bottom: 80px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb50 {
	margin-bottom: 50px;
}
	.mtb50 {
    margin-bottom: 50px;
	margin-top: 50px;
}

.mb40 {
	margin-bottom: 40px;
}
.mt40 {
	margin-top: 40px;
}
.mb20 {
	margin-bottom: 20px;
}
.fs40 {
	font-size: 40px;
}
.fs30 {
	font-size: 30px;
}
.fs25 {
	font-size: 25px;
}
.fs20 {
	font-size: 20px;
}
.fs18 {
	font-size: 18px;
}
.fs15 {
	font-size: 15px;
}
.fs13 {
	font-size: 13px;
	line-height: 1.4;
}
.coal {
	color: #231f20;
}
.black {
	color: #000000;
}
.white {
	color: #ffffff;
}
.bg_grey {
	background: #f4f4f4;
}

.bg_grey h4{
	font-size:23px;
}

.abs {
	position: absolute;
}
.relate {
	position: relative;
}
.b0 {
	bottom: 0;
}

.fullWidth {
	width: 100%;
}

.bgImage {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.container {
	width: calc(100% - 40px);
	max-width: 1070px;
	margin: 0 auto;
	clear: both;
	display: block;
	position: relative;
}

.details-page .container, #page-about .container {
	max-width: 1170px;
}



*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	    outline: none;
}
*:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

b {
	display: inline;
}
script {
	display: none;
}
.grid_1 {
                width: 6.5%;
}
.grid_2 {
                width: 15%;
}

.grid_4 {
                width: calc(25% - 15px);
				margin-right: 20px;
}
.grid_3 {
                width: calc(33.333% - 15px);
				margin-right: 20px;
}
.grid_5 {
                width: 40.5%;
}
.grid_6 {
               width: 50%;
				margin: 0;

}
.grid_7 {
                width: 57.5%;
}
.grid_8 {
                width: 64%;
}
.grid_9 {
                width: 66.667%;
}
.grid_10 {
                width: 83%;
}
.grid_11 {
                width: 91.5%;
}
.grid_12 {
                width: 100%;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
                
                float: left;
                display: block;
	position: relative;
}
.grid_3 {
   	width:calc(33.333% - 20px);
	margin-right: 30px;
}

#page-productions .grid_3 {
	margin-bottom:50px;
}

.nrm {
	margin-right: 0!important;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
img {
	border: none;
	display: block;
	margin: auto;
	max-width: 100%;
}
a, img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
textarea:focus, input:focus, select:focus {
	outline: none;
}
/* General */
body {
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, 'sans-serif';
	font-size: 16px;
	background: #ffffff;
	color: #010101;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	padding-top: 120px;
}
#page-contact{
	padding: 0
}
#page-contact header{
	background: transparent;
	border-bottom: 0
}

html {

	background: #000;
}
.img {
	width: 100%;
	margin: 0;
	display: block;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 806px;
	float: none;
}
/* Headings */
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	font-family: "HelveticaNeueBold", Helvetica, Arial, "sans-serif";
}
p {
	text-align: left;
	margin: 0;
	line-height: 1.4;
	line-height: 1.5;
	margin-bottom: 20px;

}
.quate
{
    text-align:center;
    	font-family: "HelveticaNeueBold", Helvetica, Arial, "sans-serif";
        font-size:24px;
      line-height:1.2;
      padding:10px;
       
}
.quate
{
    display:block;
      position:relative;
}
.quate:before {

    content: '\201C';
    display: inline-block;
    font-size: 1.5em;
    transform:translate(-5px,-5px)
}
.quate:after {
    content: '\201D';

    display: inline-block;
    font-size: 1.5em;
    transform:translate(5px,-5px)
}
.auther
{
    font-style:italic;
    font-size:14px;
    font-family: "HelveticaNeueBold", Helvetica, Arial, "sans-serif";
    text-align:center;
}
.lis
{
    line-height:1.3;
    list-style:none
}
.lis li

{
    margin-bottom:10px;
    padding-left:15px;
    position:relative
}
.lis li:before
{

display: inline-block;
content: '';
width: 7px;
height: 7px;
background:  #000;
    border-radius: 50%;
      margin-right: 9px;
    transform: translateY(-2px);

}

footer p{
	margin-bottom: 0;
}
h1 {
	font-size: 60px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2.5px;
}
h2 {
	font-family: 'LeagueGothicRegular';
	font-size: 50px;
	letter-spacing: 2px;
}
h3 {
	font-size: 35px;
	font-family: 'LeagueGothicRegular';
	color: #ffffff;
	letter-spacing: 1px;
}
h4 {
	font-size: 24px;
	    line-height: 35px;
}

h5 {
	font-family: 'HelveticaNeueBold';
	font-size: 15px;
	display: block;
	text-transform: uppercase;
}
/* Navigation */ 
 #page-home header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: fixed;
	background: #ffffff;;
	text-align: center;
	padding: 50px 50px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
	 border: 0;
}
header {
	margin: 0 auto;
	width: 100%;
	display: block;
	position: fixed;
	background: #ffffff;;
	text-align: center;
	padding: 50px 50px;
	z-index: 99;
	transition: all 0.3s ease-in-out;
	top: 0;
	left: 0;
	 
    border-bottom: 1px solid #eee;
	/* After deleting the new banner image on the landing page and back to the video please delete all below codes. */
	background-color: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.5)
}


/*
#page-home header {
	background: transparent;
}
.bg_white {
	background: #ffffff!important;
}
*/


#page-home .logo {
opacity: 0
}
#page-home header.bg_white .logo {
opacity: 1
}

.logo {
	display: block;
	position: absolute;
	left: 50px;
	top:50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	width: auto;
	height: 80%;
	left: 30px
 
}

.logo img{
	height: 100%
}
 

nav {
	margin: 0 auto;
	padding: 0;
	float: right;
	display: block;

}
#nav li, #footerNav li {
	list-style: none;
	display: inline-block;
	position: relative;
	padding: 0 10px 0 0;
}
#nav li ol li {
	padding: 0 0 5px 0; 
}
 
#nav li a, #footerNav li a, ol li a {
	color: #707070;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'HelveticaNeueBold';
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
}

/*
#page-home header #nav li a {
	color: #ffffff;
}
*/
/*

#page-home header.bg_white #nav li a {
	color: #707070;
}

#page-home header.bg_white #nav li a.home {
	color: #131316;
}
*/
#page-mindgames #nav li a.mindgames,#page-businesses #nav li a.businesses, #page-schools #nav li a.schools, #page-tvseries #nav li a.tvseries, #nav li a:hover,
#page-about #nav li a.about, #page-elitesport #nav li a.elitesport, #page-productions #nav li a.productions, #page-contact #nav li a.contact {
	color:#131316;
}


/* nav-toggle */
#nav-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	z-index: 10;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}
#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
	cursor: pointer;
	height: 3px;
	width: 30px;
	background: #fff;
	background: #000000;
	position: absolute;
	display: block;
	content: '';
	top: 10px;
	overflow: visible;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
#nav-toggle span:before {
	top: -10px
}
#nav-toggle span:after {
	bottom: -10px
}
#nav-toggle.active span {
	background-color: transparent !important;
}
#nav-toggle.active span:after, #nav-toggle.active span:before {
	top: 0
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: a rotate(45deg)
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: a rotate(-45deg)
}
/* enquiry */
.register {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background: transparent;
}
.input_holder{
	display: block;
	position: relative;
	padding: 0 0;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #000000;
	margin-bottom: 15px;
	border-radius: 3px;
}

input, select {
	font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, 'sans-serif';
	font-size: 16px;
	margin: 0 auto;
	padding: 8px 0;
	width: 100%;
	color: #000;
	border: 0 none;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border-bottom: 0 none;
	text-align: center;

}
select {
	padding: 10px 7px;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
select option {
	padding: 7px 5px;
	background: #fff;
	text-align-last: center; text-align: center;

-ms-text-align-last: center;
-moz-text-align-last: center; text-align-last: center;
}
.privacy {
	font-size: 10px;
}
.chk_holder {
	margin: 10px auto 0 auto;
	color: #000000;
}
#chkInternational {
	border: 0 none;
	clip: rect(0px, 0px, 0px, 0px);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 25px;
	width: 20px;
	text-align: left;
}
#chkInternational + label {
	background: url("/images/buttons/uncheck.png") no-repeat left center;
	color: #000000;
	padding: 2px 0 2px 26px;
}
#chkInternational:checked + label {
	background: url(/images/buttons/check.png) no-repeat left center;
}
input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
color: #000000;
opacity: 1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #000000;
opacity: 1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #000000;
opacity: 1;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color: #000000;
opacity: 1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: $form-field-text;
opacity: 1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.7;
}
 input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
opacity: 0.7;
}
 input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.7;
}
 input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.7;
}
/*footer*/ 
footer {
	width: 100%;
	padding: 25px 50px;
	background: #000000;
}

footer #footerNav {
	margin-bottom: 30px;
	padding: 0;
}

#footerNav li a {
	color: #ffffff;
	font-size: 11px;
}




#page-home #footerNav li a.home, #page-businesses  #footerNav li a.businesses, #page-schools  #footerNav li a.schools, #page-tvseries  #footerNav li a.tvseries, #page-elitesport  #footerNav li a.elitesport, #page-productions  #footerNav li a.productions, #page-about  #footerNav li a.about, #page-contact  #footerNav li a.contact, #footerNav li a:hover  {
	color: #707070;
}

.socialIcons {
	float:right;
}
.socialIcons a {
	display: inline-block;
	width: 13px;
	width: 18px;
}
.socialIcons a:nth-of-type(2) {
	margin:0 20px;
}
.socialIcons a:nth-of-type(3) {
	margin:0 20px 0 0;
}
.socialIcons a svg {
	width: 100%;
}
.socialIcons a svg path {
	fill:#ffffff;
}

.socialIcons a:hover svg path {
	fill:#24c5e9;
}




/* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border-bottom: 1px solid #525252;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}
li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	line-height: 20px;
	font-size: 11px
}
li.token-input-token-project {
	overflow: hidden;
	height: 25px;
	margin: 0;
	padding: 2px 5px;
	background-color: #ccc;
	color: #000;
	cursor: default;
	border: 1px solid #525252;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}
div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}
*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none
}




/************ Home page stylesheet starts here*********/

.videoWrapper {
	width: 100%;
	height:100vh;
	background: url('/images/home/video-placeholder.jpg') center no-repeat;
	background-size: cover!important;
	position: relative;
	overflow:hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	z-index: -1000;
	opacity: 0
}
#page-elitesport .videoWrapper{
	height:50vh;
}
#page-businesses .videoWrapper {
	background: url('/images/background/XVenture_experience-old.JPG') center no-repeat;
		height:50vh;
}
.videoWrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:transparent;
/*    background-image: url(/images/home/1-bg.jpg);
*/    /* background-size: cover; */
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    height: 70vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  
    background-size: cover;
    z-index: 1;
}
#page-elitesport .videoWrapper iframe{
	background-image: url(../images/background/elite.jpg);
}

.videoWrapper .container {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 2;
	top:0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.scrollDown {
	position: absolute;
	bottom: 20px;
	left:0;
	right:0;
	margin: auto;
	width:72px;
	font-family: 'HelveticaNeueLTStdLt';
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	z-index: 2;
}

.scrollDown span {
	width:24px;
	height: 42px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border:2px solid #ffffff;
	position: relative;
	margin: auto;
	
	
}
.scrollDown span:after {
	position: absolute;
	content: '';
	background: #ffffff;
	width: 6px;
	height: 6px;
	top:5px;
	left: 0;
	right: 0;
	border-radius: 100%;
	margin: auto;
	-webkit-animation: scrollBall 1s infinite; /* Safari 4.0 - 8.0 */
    animation: scrollBall 1s infinite;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes scrollBall {
    from {top: 5px;}
    to {top: 25px;}
	
/*
	0%   {top: 5px;}
    25%  {top: 15px;}
    50%  {top: 15px;}
    75%  {top: 25px;}
    100% {top: 25px;}
*/
}

/* Standard syntax */
@keyframes scrollBall {
    from {top: 5px;}
    to {top: 25px;}
/*
	
	0%   {top: 5px;}
	40%   {top: 25px;width: 8px;height: 8px;}
	41%   {width:15px;height: 6px;}
	59%   {width:8px;height: 8px;}
	60%   {top: 18px;}
    100% {top: 25px;}
*/
}

.link, .copy_content a {
    font-size: 13px;
    font-family: 'HelveticaNeueBold';
    padding: 20px 0;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: auto;
}

.videoWrapper .link {
	width: 200px;
}
.videoWrapper .link:after {
	display: none;
}
.cTw, .copy_content a {
    color: #24c5e9;

}
    .cTw:hover, .copy_content a:hover {
        color: #ffffff;
        background: #24c5e9;
        border-color: #24c5e9;
      
    }
.cTw
{
          margin-bottom: 40px;
}


.herobtn {
	color: #000000;
	background-color:#ffffff;
	border-color:#ffffff;
}

.herobtn:hover {
	color: #ffffff;
	background-color:#000000;
	border-color:#000000;
}


.wTb:hover {
	color:#1e1e1e;
	background:#ffffff;
	border-color:#ffffff;
	    outline: none;
}

.wTc:hover {
	color:#24c5e9;
	background:#ffffff;
	border-color:#ffffff;
}
.bTg {
	    color: #000000;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
.bTg:hover {
	color:#f4f4f4;
	background:#000000;
	border-color:#000000;
}

.gTb {
	color:#ffffff;
	background: #000000;
	width: 270px;
	border-color: #000000;
}
.gTb:hover {
	color:#ffffff;
	background:  #292929;
	border-color: #292929;
	color: #000;
    background: #f4f4f4;
    border-color: #000000;
   
}
input.b_submit.link.gTb {
    margin-top: 50px;
}

.bTw, .bTwR:hover {
	background: #000000;
	border-color: #000000;
	color:#ffffff;
}
.bTw:hover, .bTwR {
	background: #ffffff;
	border-color: #ffffff;
	color:#000000;
}


#page-schools .bTwR, #page-schools .bTw{
	position: absolute;
    bottom: 50px;
}


.container_text_1000 p{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}





.hoverDesign1 {
	width: 100%;
	/*height: calc(100vh - 70px);
	min-height: 100vh;*/
	
}

.winH {
	height: calc(100vh - 70px);
}

.half {
	width: 50%;
	float: left;
	min-height: 450px;
	position: relative;
}
.hoverDesign1 .half {
	height: 50%;
	position: relative;
	overflow: hidden;
	height: 50vh;
    width: 50%;
}
.hoverDesign1 .half h2 {
	color:#ffffff;
}

.hoverDesign1>.half>a {
	width: 100%;
	height: 100%;
	background-size: cover!important;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
    display:block;
}

.hoverDesign1>.half>a:after {
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;
	left: 0;
	top:0;
	margin: auto;
	background: rgba(0,0,0,0.3);
	transition: all 0.3s ease-in-out;
	z-index: 1;
}


.hoverDesign1 .half:hover>a:after {
	background: transparent;
	
}
.hoverDesign1>.half>.tb {
	position: absolute;
	top:0;
	left: 0;
	font-size: 	60px;
	font-family: 'LeagueGothicRegular';
	margin: auto;
	letter-spacing: 2px;
	text-align: center;
	color:#ffffff;
	z-index: 2;
	transition: all 0.3s ease-in-out;
}

.hoverDesign1 .half:hover>.tb  {
	color:rgba(0,0,0,0);
	z-index: -1;
}

.hoverDesign1 .hidden {
	position: absolute;
	right:0;
	top:0;
	max-width: 375px;
	width: 100%;
	height: 100%;
	padding: 0 30px;
	background: #2d2d2d;
	text-align: center;
	transition: all 0.5s ease-in-out;
	transform:translateX(375px);
	z-index: 3;
	
}

.hoverDesign1 .half .hidden.show {
	transform: translateX(0)!important;
}


.hoverDesign1 .hidden.bg_crimson {
	background: #24c5e9;
}

.hoverDesign1 .half:nth-of-type(2n) .hidden {
	 right: auto;
	left: 0;
	transform:translateX(-375px);
	
}

.hoverDesign1 .hidden p {
	margin: 50px auto;
	text-align: center;
	color:#ffffff;
	
}


.smallVideo {
	width: 100%;
	height:100%;
	position: relative;
	overflow:hidden;
}
.smallVideo iframe {
	position: absolute;
    min-width: 65vw;
    min-height: 65vh;
    background-position: center;
    background-repeat: no-repeat;
    left:50%;
	top:50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-size: cover;
    z-index: 1;
width: 100vw;
  height: 56.25vw; 
  min-height: 100vh;
  min-width: 177.77vh;

	
}

.increaseWidth {
	min-width: 115vw!important;
}
.shade {
	width: 100%;
	position: relative;
}

.shade:after {
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.5);
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	margin: auto;
	transition: all 0.2s ease-in-out;
	
}

.venobox:hover .shade:after {
	background: transparent;
}

.venobox {
	width: 100%;
	position: relative;
    display:block;
}
.venobox:after {
	content: '';
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	z-index: 1;
	background: url('/images/btns/play.png') center no-repeat;
	background-size: cover;
}

.parallax-mirror {
	z-index: 1!important;
}
.parallax-window {
   	padding: 215px 0;
    width: 100%;
    position: relative;
    background: transparent;
    z-index: 2;
	color: #ffffff;
}

.news_date{
	font-family: 'HelveticaNeueBold';
	font-size: 13px;
	color: #24c5e9;
	display: block;
	padding-bottom:15px;
	text-transform: uppercase;
	
	
}
.backbtn{
	color: #24c5e9;
	display: block;
	padding-bottom:35px;
	text-transform: uppercase;
    font-size: 12px;
    font-family: 'HelveticaNeueBold';
    letter-spacing: 2px;
}

.left_border_black::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #000000;
}

.text_news{
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 300px;
	    padding-left: 10px;
    padding-right: 10px;
}




/***********Home page stylesheet ends her **************/


/***********Experience page stylesheet starts here **************/

h1.pageCaption {
	padding: 35px 0;
	background: #131316;
	margin-top: 0;
	font-family: 'LeagueGothicRegular';
}

.design2, .design3 {
	width: 100%;
	position: relative;
    overflow:auto;
}
.design2 .half.bgImage {
	position: absolute;
	left: 0;
	top:0;
	height:100%;
		
}

.design2 .copydeck {
	background:#2d2d2d;
	color:#ffffff;
	padding: 50px;
}


.design2 .half.bgImage + .copydeck {
	float: right;
}

.design2 .copydeck + .half.bgImage {
	left: auto;
	right: 0;
}

.design3 .half {
	padding: 100px 20px;
	min-height: 677px;
	
}

.design3 .half:first-of-type {
	color: #ffffff;
}


div#map {
	width:100%;
	height: 500px;
}

div#map * {
	overflow: visible;
}
.centeralign{
	text-align: center;
}
*.pb15{
	padding-bottom: 15px;
}
*.mb25{
	margin-bottom: 25px!important;
}
*.mb40{
	margin-bottom: 40px!important;
}
*.mt50{
	margin-top: 50px!important;
}
*.mb240{
	margin-bottom: 40px;
}
/***********Experience page stylesheet ends her **************/


/***********Productions page stylesheet starts her **************/

#page-schools .videoWrapper , #page-tvseries .videoWrapper , #page-productions .videoWrapper {
	height:50vh;
	
}




/***********Productions page stylesheet ends her **************/


textarea#comment {
    border: 0 none !important;
    width: 100%;
	text-align: center;
	    font-family: 'HelveticaNeueLTStdLt', Helvetica, Arial, 'sans-serif';
    font-size: 16px;
	background: transparent;
}
.textarea_holder{
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	text-align: center;
	background: transparent;
}
.video_holder{
	width: 600px;
	max-width: 100%;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.drop_down::before{
	content: '';
	display: block;
	background-image: url(../images/buttons/arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	top: calc(50% - 10px);
}
.vbox-open{
	overflow-y: hidden !important;
	-webkit-overflow-scrolling: hidden !important;
}
/*@media screen and (orientation: portrait) {
	.smallVideo iframe {
		min-width: 115vh;
	}
}*/
.nomargin_right{
	margin-right: 0;
}
.left-float{
	float: left;
}
.right-float{
	float: right;
}
.container.blog .sss .grid_6{
	padding: 15px;
    max-height: 550px;
    min-height: 550px;

}

.mailinglist{
	font-size: 13px;
    font-family: 'HelveticaNeueBold';
    padding: 20px 0;
    text-align: center;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
	color: #24c5e9;
    background: #ffffff;
    width: 270px;
    border-color: #24c5e9;
	text-transform: uppercase;
    display:block;
    margin:auto;
}
.mailinglist:hover{
	color: #ffffff;
    background: #24c5e9;
    width: 270px;
    
}
.boue_arrow_down{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
	width: 15px;
	height: 15px;
	border: 3px solid #24c5e9;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	border-left: 0;
	border-top: 0;
}



.absolute_holder {
	position: absolute;
	top: 0;
	height: 100%;
}
.o-f-i{
	overflow: initial !important;
}
.relative{
	position: relative;
}
.mb40 {
	margin-bottom: 40px;
}
.mt40 {
	margin-top: 40px;
}
.left0{
	left: 0;
}
.right0{
	right: 0;
}
.bg{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	    overflow: hidden;
}
.border15white{
	border: 15px solid #ffffff;
}

.bg_img_holder{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	    background-position: top center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.h300{
	height: 300px;
}
.mt15{
	margin-top: 15px;
}
.mtb40{
	margin: 40px auto;
}
.fs30{
	font-size: 30px;
}
.centeralign{
	text-align: center;
}
.mt50{
	margin-top: 50px;
}
.mb100{
	margin-bottom: 100px;
}
.details_page p{
	text-align: center;
}
.People_image_holder{
	transition: 0.5 all;
}
.People_image_holder{
	display: block;
	position: relative;
}
.People_image_holder::after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	background: transparent;
	transition: all 0.5s;
	top: 0;
	left: 0;
}
.active:hover > .People_image_holder::after{
	background: rgba(0,0,0,0.4);
}
.People_details{
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	text-align: center;
	
}
.People_name{
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0;
	color: #ffffff;
	text-align: center;
	display: block;
}
.People_position{
	font-size: 14px;
	padding: 0 0 5px 0;
	color: #ffffff;
	text-align: center;
	display: block;
}
.one_eight{
	display: inline-block;
	width: 12.5%;
	float: left;
	margin: 0;
	padding: 5px;
}
.people_biography{
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	display: none;
}
.people_biography_details{
	display: block;
	position: absolute;
	margin: 0;
	padding: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	display: none;
	max-width: 100%;
	width:96%;
	
}
.people_biography_details {
    display: block;
    position: absolute;
    margin: 0;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #ffffff;
    display: none;
    max-width: 100%;
    width: 96%;
    max-height: 100vh;
    padding-top: 150px;
    overflow-y: scroll;
}
.people_biography_details p{
	font-size: 14px;
}
.close_btn{
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 30px;
	color: #000000;
	text-shadow: 3px 1px 5px rgba(0,0,0,0.5);
	z-index: 2;
}
.mt100{
	margin-top: 100px;
}
.mw500{
	max-width: 500px;
	margin: 0 auto;
}
.mw850{
	max-width: 850px;
	margin: 0 auto;
}
.pb20{
	padding-bottom: 20px;
}
.mtb100{
	margin-top: 100px;
	margin-bottom: 100px;
}
.latest_news p, .latest_news span{
	color: #000000 !important;
}

strong, b {
    font-weight: bold;
	font-size: 1.2em;
}
.mouse{
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    width: 20px;
    height: 30px;
    margin: 0 auto;
    z-index: 2;
    border: 1px solid #ffffff;
    border-radius: 40%;
}


.mouse span {
    width: 2px;
    height: 9px;
    display: block;
    background: #fff;
    position: absolute;
    top: 2px;
    left: 0;
	right: 0;
	margin: 0 auto;
    border-radius: 2px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -webkit-animation: scroll 7s 0s infinite;
    -moz-animation: scroll 7s 0s infinite;
    -o-animation: scroll 7s 0s infinite;
    animation: scroll 7s 0s infinite;
}
@keyframes scroll {
    0%   {transform: translateY(0px)}
    10%  {transform: translateY(10px)}
	20%  {transform: translateY(0)}
    100%  {transform: translateY(0px)}
}
.pop-up{
    display:none;
	position: absolute;
	width: 90%;
	max-width: 800px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #ffffff;
	z-index: 999;
	margin: 0 auto;
	padding: 40px 3vw;
	background-image: url(../images/home/pop-up.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pop-up .cb{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 20px;
	color: #000000;
	text-shadow: 3px 1px 5px rgba(0,0,0,0.5);
	z-index: 2;
	cursor: pointer;
}
.pop-up p{
	max-width: 500px;
	margin: 0 auto;
}
.video_holder_container{
	display: block;
	width: 640px;
	max-width: 100% !important;
	margin: 0 auto;
	text-align: center;
}
.video_holder_container iframe{
	width: 100% !important;
	max-width: 100% !important;
}
	.key_people .grid_3:nth-child(3){
		margin-right: 0 !important;
	}
	.nodesktop {
		display: none;
	}
		.nomobile {
		display: block;
	}
.privacy_holder, .disclaimer_holder{
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	padding: 100px 50px 50px 50px;
	top: 0;
	left: 0;
	z-index: 100;
	background: #ffffff;
	overflow-y: scroll;
	text-align: left;
	color: #000000;
}
.privacy_holder *, .disclaimer_holder *{
	color: #000000;
	text-align: left;
	list-style: decimal;
	max: 800px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;

}
.privacy_holder li, .disclaimer_holder li{
	margin-bottom: 10px;
	transform: translateX(40px);
}
.privacy_holder li ul, .disclaimer_holder li ul{

	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.privacy_holder li ul li, .disclaimer_holder li ul li{
	list-style: circle;
}
.privacy_holder strong, .disclaimer_holder strong{
	text-decoration: underline;
	margin-bottom: 40px;
	display: block;
}
.privacy_holder h3, .disclaimer_holder h3{
	margin-top: 40px;
	margin-bottom: 40px;
}
.close_btn_footer{
	position: fixed;
	top: 40px;
	right: 40px;
	color: #000000;
	font-size: 32px;
}

.bg_img_holder{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: center;
}
.virtualwirlds .grid_6{
	min-height: 50vh
}
.bg_img_holder::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	transition: 0.5s all;
}
.center_position_Location_name{
	position: absolute;
	display: block;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #ffffff;
	text-transform: uppercase;
	width: 100%;
}
.side_content_right{
	display: block;
	width: 50%;
	position: absolute;
	top: 0;
	right: -100%;
	height: 100%;
	background-color: #00ccff;
	max-width: 450px;
	transition: 0.5s all;
	opacity: 0;
}

 
.side_content_left{
	display: block;
	width: 50%;
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	background-color: #00ccff;
	max-width: 450px;
	transition: 0.8s all;
	opacity: 0;
}
.virtualwirlds .grid_6:hover .bg_img_holder::before{
	background-color: rgba(0,0,0,0.6);
}

.virtualwirlds .grid_6:hover .side_content_right{
	right: 0;
	opacity: 1;
}
.virtualwirlds .grid_6:hover .side_content_left{
	left: 0;
	opacity: 1;
}
.side_content_right p, .side_content_left p{
	padding: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 0;
}
.d-child{
	display: block;
	position: relative;
	transition: 0.2s all;
	opacity: 0;
	letter-spacing: 0 !important;
	font-size: 0.6em !important
	
}
.has_dropbdown:hover .d-child{
	opacity: 1;
}
ol {
    display: block;
    position: absolute;
    top: 100%;
	pointer-events: none;
	text-align: left;
	opacity: 0;
	padding: 14px 4px;
		background-color: #000000;
	transition: 0.2s all;
}
 li:hover ol{
	pointer-events: auto;
	opacity: 1
}
ol li a{
	color: #ffffff !important;
	padding-left: 4px !important
}
 
.fullyvideo {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#mute-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
}
.icon-unmute {
    opacity: 0;
}
#mute-video.unmute .icon-mute {
    opacity: 0;
}
#mute-video.unmute .icon-unmute {
    opacity: 1;
}
#play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	display: none;
}
#mute-video{
	position: absolute;
	top: 150px;;
	right: 100px;
	z-index: 2;
	width: 30px;
}
.top_content p a, .top_content a{
	    font-size: 13px;
    font-family: 'HelveticaNeueBold';
    padding: 20px 0;
    text-align: center;
    width: 300px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    display: block;
    margin: auto;
}
.top_content p a:hover, .top_content a:hover{
	background: #000000;
	color: #FFFFFF
}
.mobilesize-banner{
	display: none;
	width: 100%;
	height: auto;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: wrap;
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9587185215883228) 35%, rgba(0,0,0,0.8662815467984069) 100%);
	padding: 3% 1% 0 1%;
}
.mobilesize-banner div{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
 
}
.mobilesize-banner div >img{
	width: 40%;
}
.mobilesize-banner > img{
	width: 21%;
	margin-bottom: 2%;
	aspect-ratio: 1/1;
    object-fit: cover;
}
.message{
	color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 40px 20px;
    line-height: 20px;
    letter-spacing: 0.2em;
 
}
@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100%;
    }
}
@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100%;
    }
}
@media screen and (max-width : 1450px) {
	#nav li, #footerNav li{
		padding: 0 8px;
	}
}
	
	
	@media screen and (max-width : 1320px) {
	
	header {
		padding-left:20px;
		padding-right:20px;
	}
	#nav li, #footerNav li {
		padding: 0 10px;
		padding: 0 6px;
	}
 
	 
}

@media screen and (max-width : 1200px) {
	.side_content_right , .side_content_left {
		width: 75%;
	}
}

@media screen and (max-width : 1024px) {
	.parallax-window {
		background: url('/images/home/parallax.jpg') center no-repeat;
		background-size: cover!important;
/*		background-attachment: fixed;*/
			
	}
    #page-businesses  #page-experience .parallax-window {
		background: url('/images/experience/3.jpg') center no-repeat;
		background-size: cover!important;
/*		background-attachment: fixed;*/
			
	}
	.ptb100{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.mb50 {
    margin-bottom: 30px;

		}
	.mtb50 {
    margin-bottom: 30px;
	margin-top: 30px;
}

	p{
		padding-left: 20px;
		padding-right: 20px;
	}
	h4{
		max-width: 80%;
		margin: 0 auto;
		position: relative;
		
	}
	.half p{
		padding-left: 0;
		padding-right: 0;
	}
	.hoverDesign1 .half {
    height: 50%;
    position: relative;
    overflow: visible;
    height: 50vh;
    width: 50%;
    display: block;
    float: none;
    margin: 0;
}
	.hoverDesign1 .hidden {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background: #2d2d2d;
    text-align: center;
    transition: all 0.5s ease-in-out;
    transform: translateX(100%);
    z-index: 3;
}
	.mobile_right_float{
		float: right !important;
	}
	.hoverDesign1 .half:nth-of-type(2n) .hidden {
    right: auto;
    left: 0;
    transform: translateX(-100%);
}

	.boue_arrow_down{
		bottom: -15px;
	}
	.fs30{
	font-size: 26px;
}
	.one_eight{
	display: inline-block;
	width: 25%;
	float: left;
	margin: 0;
	padding: 5px;
}
	#page-home header {
    background: #ffffff;
}
	header{
		overflow: initial !important;
	}
	header,.logo,#nav-toggle{
		z-index: 999;
	}
	nav {
		float: none;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 66px);
    top: 65px;
    left: 0;
    z-index: 1000;
    background: #ffffff;
    display: block;
    overflow: initial !important;
	transition: 0.5s all;
		transform: translateY(100%);
}
	.active_nav nav{
		 transform: none;
		-webkit-transform: none;
	-moz-transform: none;
		-o-transform: none;}
ul#nav {
    display: block;
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
	
 
	header.bg_white, header {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #fff;
	}
	#nav-toggle {
		display: block;
	}
	
	ul#nav li {
		display: block;
		margin:4vh 0 !important;
		width: 100%;
		text-align: center;
		padding:0;
	}
	ul#nav li a{
		margin: 0;
		text-align: center;
		width: 100%;
		line-height: normal;
		color: #075fa8;
		padding: 10px 0;
		font-size: 16px;
	}
	#nav li a {
    color: #000 !important;
} 
	
	h1.pageCaption {
		margin-top: 90px;
	}
	
	 
	body{
		overflow-x: hidden !important;
	}
	.pop-up h2{
		font-size: 18px;
	}
	.pop-up p{
		font-size: 12px;
	}
	.pop-up {
		top: 60%;
	}

}





@media screen and (max-width : 768px) {
	body{
		padding-top: 100px
	}
	.mobilesize-banner{display: flex}
	#page-home .logo {
opacity: 1
}
 
	.bg_img_holder{
		display: block;
		position: relative;
		height: 65vw;
		top: auto;
		left: auto;
	}
	.side_content_right, .side_content_left {
    display: block;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    height: auto;
    background-color: #00ccff;
    max-width: 100%;
    transition: 0.5s all;
    opacity: 1;
		padding: 30px;
}
	.side_content_right p, .side_content_left p {
		max-width: 90%;
		width: 400px;
		margin: auto;
	} 
	
	.fs30{
	font-size: 24px;
}
	#page-mindgames .videoWrapper {
		height: 50vw;
	}
	

	
	.ptb120{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.ptb140 {
    padding-top: 70px;
    padding-bottom: 70px;
}
	#footerNav{
		display: none;
	}
	footer p{
		padding: 0;
	}
	.socialIcons {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
	footer *{
		float: none !important;
		text-align: center !important;
	}
	.socialIcons a{
		margin: 0 auto !important;
		margin: 0 10px !important;
	}
	h4 {
    font-size: 23px;
}
	
	.design2 .half.bgImage {
    position: relative;
    left: auto;
    top: auto;
    height: 100%;
    display: block;
}
	.half{
		display: block;
		position: relative;
		width: 100%;
		float: none;
	}
	p{
		line-height: 25px !important;
	}
	.design2 .half.bgImage + .copydeck {
    float: right;
}
/*	.design2 .half.bgImage + .copydeck {
    float: none;
}*/
	.design2 .copydeck{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pt100 {
    padding-top: 50px;
}
	.grid_6 {
    width: 100%;
    margin: 0;
    display: block;
}
		.right-float, .left-float{
		float: left ;
	}
	.absolute_holder.bg, .img_holder.h300.relative{
		position: relative;
		height: 52vw;
		
	}
	.left_border_black::after {
    content: none;

}
	.right0, .left0{
		right: auto;
		left: auto;
	}
	.border15white{
		border: none;
	}
	.grid_12.mtb40{
	margin: 0 auto;
}
	.people_biography{
		overflow-y: scroll;
		padding: 0;
		margin: 0;
	}
	.people_biography_details {
    position: absolute;
    margin: 0;
    padding: 130px 10px 0 10px;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
}
	.people_biography_details .grid_3{
		margin-bottom: 40px;
	}
	.people_biography_details .grid_8{
		margin-bottom: 40px;
	
	}
	.grid_3, .grid_8{
		width: 100%;
		margin-right: 0;
	}
	.close_btn{
		top: -50px;
	}
	h4 {
    max-width: 100%;
   
}

		.pop-up .mt40{
		margin-top: 10px ;
	}
	.pop-up{
		padding-top: 30px;
		padding-bottom: 30px;
	}
		.nodesktop {
		display: block;
	}
		.nomobile {
		display: none;
	}
	.privacy_holder *, .disclaimer_holder *{
		margin: 0;
	}
	.privacy_holder, .disclaimer_holder{
		padding: 40px 15px;
	}
	.privacy_holder li, .disclaimer_holder li{
	
}
	.privacy_holder li ul, .disclaimer_holder li ul{
		padding-left: 5px;
	}
	footer {

		padding: 25px 0;
	}
	#mute-video {
    top: 90px;
    right: 60px;
}
	ol {
    display: none;
    position: relative;
    top: auto;
    pointer-events: initail;
    text-align: center;
    opacity: 1;
    padding: 14px 4px;
    background-color: transparent;
    transition: initial !important;
}
	.d-child{
		opacity: 1;
		    font-size: 0.9em !important;
	}
	ul#nav li ol li{
		margin: 0 auto !important;
	}
	#nav li ol li{
		padding: 0 !important
	}
	ul#nav li ol li a{padding: 4px 0 !important
	}
	
}

@media screen and (max-width : 500px) {
	

		.grid_4 {
    width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
	header.bg_white, header {
		padding-top: 10px;
		padding-bottom: 10px;
		
	}


	.hoverDesign1 .half {
    height: 50%;
    position: relative;
    overflow: visible;
    height: auto;
    width: 100%;
    display: block;
    float: none;
    margin: 0;
}
	.hoverDesign1 .hidden {
    position: relative;
    right: auto;
    top: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    background: #2d2d2d;
    text-align: center;
    transition: all 0.5s ease-in-out;
    transform: none;
    z-index: 3;
		padding: 25px 0;
}
	.half{
		min-height: initial;
	}
.hoverDesign1>.half>.tb {
    font-size: 32px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20%;
    left: auto;
}
	.mobile_right_float{
		float: none !important;
	}
	.hoverDesign1 .half:nth-of-type(2n) .hidden {
    right: auto;
    left: none;
    transform: none;
}
	.hoverDesign1>.half>a{
		width: 100vw;
		height: 75vw;
	}
	.hoverDesign1 .hidden p {
    margin: 15px auto;
padding: 20px 10px;
}
	.link{
		padding: 12px 0;
		font-size: 12px;
	}

	h1{
		font-size: 40px;
	}
	nav {
    position: fixed;
    width: 100vw;
		height: calc(100% - 70px);
		    top: 71px;
	}
		.ptb120{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ptb140 {
    padding-top: 50px;
    padding-bottom: 50px;
}
	*.mb40 {
    margin-bottom: 20px!important;
}
	.grid_3 {
    width: 100%;
    margin-right: 0 !IMPORTANT;
    margin-bottom: 25px;
    float: none;
}
	.venobox:after{
		width: 40px;
		height: 40px;
	}
	h4, .bg_grey h4 {
    font-size: 18px;
}
h4 {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
	

	
	.container{
		    width: calc(100% - 20px);
	}
	body{
		font-size: 14px;
	}
	.half {
    width: 100%;
    float: none;
    min-height: 450px;
    position: relative;
}
	.parallax-window {
		padding: 100px 0;
	}
	div#map {
    height: 250px;
}
		.one_eight{
	display: inline-block;
	width: 50%;
	float: left;
	padding: 5px;
	margin: 0 auto;
}
		.pop-up h2{
		font-size: 16px;
	}
	.pop-up p{
		font-size: 10px;
	}
	.pop-up .cb{
		right: 10px;
	}
	.pop-up .link {
    width: 150px;
}	 

.logo {
 
	left: 10px
 
}	
	
}


