@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,500,500i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/*
font-family: 'Alegreya', serif;
regular 400
regular 400 Italic
medium 500
medium 500 Italic
bold 700
bold 700 Italic
extra-bold 800
extra-bold 800 Italic
black 900
black 900 Italic

font-family: 'Poppins', sans-serif;
thin 100
thin 100 Italic
extra-light 200
extra-light 200 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
medium 500
medium 500 Italic
semi-bold 600
semi-bold 600 Italic
bold 700
bold 700 Italic
extra-bold 800
extra-bold 800 Italic
black 900
black 900 Italic 
*/

:root {
    --white: #fff;
    --black: #000;
}

*, *:before, *:after {
	margin:0;
	padding:0;
  	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		  	box-sizing: border-box;
}
*:focus, a:focus {
	outline:0;
	outline-offset:0;
}
html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased!important;
    text-rendering: optimizeLegibility!important;
    background-color: var(--black);

}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
ol, ul {list-style: none;}
caption,th { text-align:left; }
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after { clear: both; }

h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--white);
    position: relative;
    display: inline-block;
    border-bottom: 2px solid var(--white);
    text-transform: uppercase;
}

@media (min-width:1025px) {
    h2{
        font-size: 22px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    h2{
        font-size: 17px;
    }
}
@media (max-width:599px) {
    h2{
        font-size: 14pt;
    }
}

.top-bgBlack,
.blackmaledProductio,
.malcomFilm,
.blockFilmThumbnails,
.team,
.followUs,
.footer,
.film {  
    background-color: var(--black);
    text-align: center;
}
.blackmaledProductio,
.malcomFilm,
.blockFilmThumbnails,
.team,
.coming-soon,
.featuredNews,
.assetsNews,
.followUs,
.footer,
.news,
.teamPage {
    width: 100%;
    float: left;
}

/* video start
------------------------------------------------- */
.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
 }
 .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

 @media (min-width: 1025px) {
     body.home .for-mobiel-logo,
     body.home .film,
     body.home .film-wrapper {
        display: none;
    }
 }
 @media (max-width: 1024px) {
    body.home .logoCenter,
    body.home .video{
        display: none!important;
    }
    body.home .top {
        background-color: var(--black);
    }
    body.home .for-mobiel-logo {
        cursor: default;
    }
 }
 @media (min-width: 600px) and (max-width: 1024px) {
    body.home .top {
        height: 76px;
    }
    body.home .film {
        padding: 76px 42px 0 42px;
    }
}
@media (max-width:599px){
    body.home .top {
        height: 62px;
    }
    body.home .film {
        padding: 80px 10px 0 10px;
    }
}

.sound {
    position: absolute;
}
.sound a{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    -o-background-size:100% auto;
    background-size:100% auto;
    cursor: pointer;
}
.sound a,
.sound a.mute:hover {
    background-image: url(../images/volume-up-solid.svg);
}
.sound a:hover,
.sound a.mute {
    background-image: url(../images/volume-mute-solid.svg);
}
@media (min-width:1025px) {
    .sound {
        bottom: 42px;
        right: 42px;
    }
    .sound,
    .sound a{
        width: 30px;
        height: 30px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
	.sound{
		display: none;
	}
    .sound {
        bottom: 23px;
        right: 23px;
    }
    .sound,
    .sound a {
        width: 24px;
        height: 24px;
    }
}
@media (max-width:599px) {
    .sound {
        display: none;
        bottom: 12px;
        right: 12px;
    }
    .sound,
    .sound a {
        width: 10px;
        height: 10px;
    }
}
/* video stop
------------------------------------------------- */

/* Top start
------------------------------------------------- */
.top {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 5;
    display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	-webkit-align-items: center;
	-webkit-align-content: center;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
    align-content: center;
}
body:not(.home) .top {
    background-color: #000;
}
.top a.top-bar {
    display: block;
    position: relative;
}
.top a.top-bar:hover {
    opacity: .7;
}
.top a.top-bar span{
    display: block;
}
.logoTop {
    position: absolute;
    left: 50%;
    top: 50%;    
    -moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%); 
}
@media (min-width:1025px) {
    .top {
        height: 129px;
    }
    .logoTop {
        width: 196px;
    }
    .top a {
        left: -55px;
    }
    .top a.top-bar span{
        width: 40px;
        border-top: solid 3px var(--white);
    }
    .top a.top-bar span:nth-child(2) {
        margin-bottom: 10px;
        margin-top: 10px
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .top {
        height: 76px;
    }
    .logoTop {
        width: 140px;
    }
    .top a.top-bar {
        left: -30px;
    }
    .top a.top-bar span{
        width: 22px;
        border-top: solid 2px var(--white);
    }
    .top a.top-bar span:nth-child(2) {
        margin-bottom: 5px;
        margin-top: 5px
    }
}
@media (max-width:599px) {
    .top {
        height: 62px;
    }
    .logoTop {
        width: 114px;
    }
    .top a.top-bar {
        left: -25px;
    }
    .top a.top-bar span{
        width: 17px;
        border-top: solid 2px var(--white);
    }
    .top a.top-bar span:nth-child(2) {
        margin-bottom: 4px;
        margin-top: 4px
    }
}
/* Top stop
------------------------------------------------- */

/* navigation start
------------------------------------------------- */
.navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    float: left;
    min-height: 100vh;
    text-align: center;
    background-color: rgba(0,0,0,1);
    background-repeat:no-repeat;
	background-position:top center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
    background-size:cover;
}
.bg-overlay{
    background-color: rgba(0,0,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: 100vh; 
}

.navigation-container{
    background-color: rgba(0,0,0,.39);
    width: 100%;
    float: left;
    min-height: 100vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    -webkit-align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    color: var(--white);
    position: relative;
    z-index: 11;
}
.navigationLogo {
    margin: 0 auto 30px;
}
.navigationLogo a{
    display: block;
}
.navigationLogo a:hover{
    opacity: .7;
}
body.home .navigationLogo a,
body.home .navigationLogo a:hover{
    cursor: default;
    opacity: 1;
}
.navigationContent {
    width: auto;
    margin: 0 auto;
}
.navigationMenu a {
    display: block;
    font-family: 'Alegreya', serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    text-decoration: none;
}
.navigationMenu a:hover,
.navigationMenu a.active {
    text-decoration: underline;
}
.navigationMenu a.active {
    cursor: default;
}
.navigationSocial a{
    margin: 0 5px;
}
.navigationClose {
    margin: 0 auto;
    margin-top: 35px;
}
.navigationClose:hover,
.navigationSocial a:hover img{
    cursor: pointer;
    opacity: .7;
}
@media (min-width:1025px) {
    .navigation-container{
        padding: 40px 0 64px 0;
    }
    .navigationLogo {
        width: 196px;
    }
    .navigationMenu a {
        font-size: 56px;
        line-height: 85px;
    }
    .navigationSocial {
        margin-top: 25px;
    }
    .navigationClose {
        width: 38px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .navigation-container {
        padding: 20px 0 52px 0;
    }
    .navigationLogo {
        width: 140px;
    }
    .navigationMenu a {
        font-size: 46px;
        line-height: 65px;
    }
    .navigationSocial{
        margin-top: 20px;
    }
    .navigationSocial img {
        width: 30px;
    }
    .navigationClose {
        width: 27px;
    }
}
@media (max-width:599px) {
    .navigation-container{
        padding: 20px 0 41px 0;
    }
    .navigationLogo {
        width: 114px;
    }
    .navigationMenu a {
        font-size: 31px;
        line-height: 50px;
    }
    .navigationSocial {
        margin-top: 15px;
    }
    .navigationSocial img {
        width: 22px;
    }
    .navigationClose {
        width: 22px;
    }
}
/* navigation stop
------------------------------------------------- */

/* logoCenter start
------------------------------------------------- */
.logoCenter{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    -moz-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    display: inline-block;
}
/* logoCenter stop
------------------------------------------------- */

/* Blackmaled Productions start
------------------------------------------------- */
.blackmaledProductio {
    color: var(--white);
    padding-left: 38px;
    padding-right: 38px;
}
.blackmaledProductio p, .blackmaledProductio h1{
    margin: 0 auto;
    max-width: 874px;
    font-family: 'Alegreya', serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
@media (min-width:1025px){
    .video + .blackmaledProductio{
        margin-top: 100vh;
    }
    .blackmaledProductio{
        padding-top: 200px;
        padding-bottom: 190px;
    }
    .blackmaledProductio p, .blackmaledProductio h1{
        font-size: 36px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .blackmaledProductio{
        padding-top: 200px;
        padding-bottom: 190px;
    }
    .blackmaledProductio p, .blackmaledProductio h1{
        font-size: 30px;
    }
}
@media (max-width:599px){
    .blackmaledProductio{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .blackmaledProductio p, .blackmaledProductio h1{
        font-size: 22px;
    }
}
/* Blackmaled Productions stop
------------------------------------------------- */

/* MALCOLM D. LEE FILM start
------------------------------------------------- */
.malcomFilm{
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width:1025px){
    .malcomFilm{
        padding-top: 60px;
        padding-bottom: 70px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .malcomFilm{
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
@media (max-width:599px){
    .malcomFilm{
        padding-top: 22px;
        padding-bottom: 30px;
    }
}
/* MALCOLM D. LEE FILM stop
------------------------------------------------- */

/* Film Thumbnails start
------------------------------------------------- */
.blockFilmThumbnails-item{
    display: block;
    overflow: hidden;
    position: relative;
}
.blockFilmThumbnails-item h3{
    background-repeat:no-repeat;
	background-position:top center;	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
    background-size:cover;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    width: 100%;
    height: 100%;
}
.blockFilmThumbnails-item:hover h3{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}
.blockFilmThumbnails-item a {
    display: table;
    width: 100%;
    height: 100%;
    color: var(--white);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(0,0,0,.35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.blockFilmThumbnails-item a span {
    display: table-cell;    
    text-align: center;
    vertical-align: middle;
    padding: 0 30px;
}
.blockFilmThumbnails-item a:hover {
    background-color: transparent;
}
@media (min-width:600px){
    .blockFilmThumbnails-item{
        width: 50%;
        float: left;
    }
}
@media (min-width:1025px){
    .blockFilmThumbnails-item a{
        font-size: 24px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .blockFilmThumbnails-item a{
        font-size: 17px;
    }
}
@media (max-width:599px){
    .blockFilmThumbnails-item{
        width: 100%;
    }
    .blockFilmThumbnails-item a{
        font-size: 14pt;
    }
}
/* Film Thumbnails stop
------------------------------------------------- */

/* THE TEAM start
------------------------------------------------- */
.team {
    color: var(--white);
    padding-left: 50px;
    padding-right: 50px;
}
.team-content {
    text-align: left;
}
.team h3{
    font-family: 'Alegreya', serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--white);
}
.team h3 a{
    color: var(--white);
}
.team h3 a:hover{
    color: var(--white);
}
.team h3 + em {
    display: block;
    font-family: 'Alegreya', serif;
    font-weight: 500;
}
.team .separatop {
    width: 100%;
    float: left;
}
.team .separatop .line {
    border-top: 1px solid #fff;
    position: relative;
}

.team-contentText p {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.team-contentText button {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: var(--white);
}
.team-contentText button:hover {
    text-decoration: underline;
}
.team-contentText-open {
    display: none;
}
.team-contentText-open button:hover img {
    opacity: .7;
}
.team-contentText p a {
    color: #fff;
    text-decoration: none;
}
.team-contentText p a.team-openContent {
    position: relative;
    top: 2px;
}
.team-contentText p a:hover {
    color: #fff;
    text-decoration: underline;
}
a.team-photo {
    display: block;  
}
@media (min-width:768px){
    .team-mobile{
        display: none;
    }
}
@media (max-width:767px){
    .team-desctop-tablet{
        display: none;
    }
}
@media (min-width:1025px){
    .team {
        padding-top: 60px;
        padding-bottom: 89px;
    }
    .team h2 {
        margin-bottom: 68px;
    }
    .team-row {
        margin: 0 auto;
        max-width: 753px;
    }
    a.team-photo {
        margin-bottom: 43px;
    }
    .team h3,
    .team h3 a,
    .team h3 + em{
        font-size: 22px;
    }
    .team-colLeft .team-content {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .team-colLeft .team-content .team-h3em,
    .team-colLeft .team-content .team-contentText {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }
    .team-colLeft .team-content .team-h3em {
        padding-right: 55px;
    }
    .team-contentText p {
        font-size: 18px;
        line-height: 24px;
        max-width: 530px;
    }
    .team-contentText p.read-more {
        width: 100%;
        float: left;
        margin-top: 15px;
    }
    .team-contentText button {
        font-size: 16px;
    }
    .team-contentText button {
        font-size: 16px;
    }
    .team-photo{        
        width: 100%;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .team {
        padding-top: 37px;
        padding-bottom: 48px;
    }
    .team h2 {
        margin-bottom: 84px;
    }
    .team-row {
        margin: 0 auto;
        max-width: 527px;
    }
    a.team-photo {
        margin-bottom: 33px;
    }
    .team h3,
    .team h3 a,
    .team h3 + em{
        font-size: 18px;
    }
    .team-colLeft .team-content {
        display: table;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .team-colLeft .team-content .team-h3em,
    .team-colLeft .team-content .team-contentText {
        display: table-cell;
        text-align: left;
        vertical-align: top;
    }
    .team-colLeft .team-content .team-h3em {
        padding-right: 40px;
    }
    .team-contentText p {
        font-size: 16px;
        line-height: 22px;
        max-width: 370px;
    }
    .team-contentText p.read-more {
        width: 100%;
        float: left;
        margin-top: 5px;
    }
    .team-contentText button {
        font-size: 15px;
    }
}
@media (max-width:767px){
    .team {
        padding-top: 31px;
    }
    .team h2 {
        margin-bottom: 30px;
    }
    .team-row {
        margin-bottom: 30px
    }
    .team-h3em {
        margin-bottom: 18px;
    }
    .team-content {
        text-align: left;
    }
    .team h3,
    .team h3 a,
    .team h3 + em{
        font-size: 18pt;
    } 
    .team h3,
    .team h3 a {
        line-height: 22pt;
    }
    .team h3 + em{
        line-height: 22pt;
    }   
    .team-contentText p {
        font-size: 14pt;
        line-height: 19pt;
    }
    .team-contentText button {
        font-size: 14pt;
    }       
    .team-photo{
        margin-bottom: 31px;
    }
}
/* THE TEAM stop
------------------------------------------------- */

/* COMING SOON start 
------------------------------------------------- */
.coming-soon {
    text-align: center;
    background-color: var(--white);
}
.coming-soon h2 {
    color: var(--black);
    border-bottom: 2px solid var(--black);
}

.comingSoon-block{
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: stretch;
	-webkit-align-content: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
    align-content: stretch;
    max-width: 797px;
    margin: 0 auto;
}
.comingSoon-Link a{
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    overflow: hidden;
    background-color: var(--black)!important;
}
.comingSoon-Link a em{
    display: block;
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;   
    background-position: center center;
    background-repeat: no-repeat;	
    -webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
    background-size:cover;
    z-index: 1;   
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    overflow: hidden;
}
.comingSoon-Link a:hover em{
    opacity: 1;
}
@media (min-width:1025px){
    .coming-soon {
        padding-top: 60px;
        padding-bottom: 12px;
    }
    .coming-soon h2 {
        margin-bottom: 69px;
    }
    .comingSoon-Link a{
        width: 185px;
        height: 185px;
        font-size: 20px;
        line-height: 25px;
        margin: 0 40px 57px 40px;
        padding: 0 15px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .coming-soon {
        padding-top: 37px;
        padding-bottom: 13px;
    }
    .coming-soon h2 {
        margin-bottom: 57px;
    }
    .comingSoon-Link a{
        width: 144px;
        height: 144px;
        font-size: 16px;
        margin: 0 28px 44px 28px;
        padding: 0 10px;
    }
}
@media (max-width:599px){    
    .coming-soon {
        padding-top: 30px;
        padding-bottom: 23px;
    }
    .coming-soon h2 {
        margin-bottom: 30px;
    }
    .comingSoon-block {
        max-width: 280px;
    }
    .comingSoon-Link a{
        width: 118px;
        height: 118px;
        font-size: 12px;
        line-height: 15px;
        margin: 0 10px 15px 10px;
    }
}
/* COMING SOON stop 
------------------------------------------------- */

/* FEATURED NEWS start 
------------------------------------------------- */
.featuredNews {
    background-color: var(--black);
    color: var(--white);
}
.featuredNews-slider .carousel {
    position: relative;
}
.featuredNews-slider .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.featuredNews-slider .carousel-indicators {
    display: block;
    position: absolute;
    left: auto;
    right: -37px;
    bottom: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    z-index: 4;
    text-align: center;
    list-style: none;
}
.featuredNews-slider .carousel-indicators li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 10px 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.featuredNews-slider .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 10px 0;
    background-color: #fff;
}
.fn-content h3,
.fn-content h3 a {
    color: var(--white);
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
}
.fn-content h3 a:hover {
    text-decoration: underline;
}
.fn-content h3 + hr {
    color: #fff;
}
.fn-content h4{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.fn-content h4 + em{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: normal;
}
.fn-content p{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.fn-content p a {
    color:#fff;
    text-decoration: none;	
}
.fn-content p a:hover {
    text-decoration: underline;
}
p.read-more {
	font-weight: 600;
}
@media (max-width:767px){
	p.read-more{
		margin-bottom:54px;
	}
}

.fn-photoBlock {
    background-position: center center;
    background-repeat: no-repeat;	
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

@media (min-width:1025px){
    .featuredNews {
        padding: 60px 76px 0 76px;
    }
    .featuredNews-ctnter {
        margin: 0 auto;
        max-width: 1288px;
    }
    .featuredNews h2 {
        margin-bottom: 43px;
    }
    .featuredNews-slider {
        margin-bottom: 69px;
    }
    .featuredNews-slider .carousel-indicators {
        top: 50%;
        -moz-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
        -webkit-transform:translate(0, -50%);
        -o-transform:translate(0, -50%);
        transform:translate(0, -50%); 
    }
    .fn-container {
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: stretch;
        -webkit-align-content: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .fn-content,
    .fn-photo {
        width: 50%;
    }
    .fn-content {
        padding-right: 89px;
        padding-top: 44px;
    }
    .fn-content h3,
    .fn-content h3 a {
        font-size: 32px;
        line-height: 38px;
    }
    .fn-content h3 {
        margin-bottom: 30px;
    }
    .fn-content h3 + hr {
        background: var(--white);
        margin-bottom: 32px;
        width: 162px;
    }
    .fn-content h4,
    .fn-content h4 + em,
    .fn-content p{
        font-size: 18px;
        line-height: 24px;
    }
    .fn-content p{
        margin-top: 27px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .featuredNews {
        padding: 37px 54px 0 54px;
    }
    .featuredNews h2 {
        margin-bottom: 43px;
    }
    .featuredNews-slider {
        margin-bottom: 72px;
    }    
    .featuredNews-slider .carousel-indicators {
        top: 50%;
        -moz-transform:translate(0, -50%);
        -ms-transform:translate(0, -50%);
        -webkit-transform:translate(0, -50%);
        -o-transform:translate(0, -50%);
        transform:translate(0, -50%); 
    }
    .fn-container {
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -webkit-align-items: stretch;
        -webkit-align-content: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .fn-content,
    .fn-photo {
        width: 50%;
    }
    .fn-content {
        padding-right: 67px;
    }
    .fn-content h3,
    .fn-content h3 a {
        font-size: 27px;
        line-height: normal;
    }
    .fn-content h3 {
        margin-bottom: 30px;
    }
    .fn-content h3 + hr {
        background: var(--white);
        margin-bottom: 28.5px;
        width: 115px;
    }
    .fn-content h4,
    .fn-content h4 + em,
    .fn-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .fn-content p{
        margin-top: 22px;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .featuredNews {
        padding: 37px 0 0 54px;
    }
    .featuredNews h2 {
        margin-bottom: 43px;
    } 
    .featuredNews-slider .carousel-indicators {
        display: none;
    }
    .fn-content {
        padding-right: 54px;
    }
    .fn-content h3,
    .fn-content h3 a {
        font-size: 27px;
        line-height: normal;
    }
    .fn-content h3 {
        margin-bottom: 30px;
    }
    .fn-content h3 + hr {
        background: var(--white);
        margin-bottom: 28.5px;
        width: 115px;
    }
    .fn-content h4,
    .fn-content h4 + em,
    .fn-content p{
        font-size: 16px;
        line-height: 22px;
    }
    .fn-content p{
        margin-top: 22px;
        margin-bottom: 40px;
    }
}
@media (max-width:599px) {
    .featuredNews {
        padding-top: 30px;
    }
    .featuredNews h2 {
        margin-bottom: 27px;
        margin-left: 50px;
    }
    .featuredNews-slider {
        margin-bottom: 65px;
        margin-left: 50px;
    }


    .featuredNews-slider .carousel-indicators {
        top: auto!important;
        right: 50%;
        bottom: -45px;
    }
    .featuredNews-slider .carousel-indicators li {
        display: inline-block;
    }


    .fn-photo {
        margin-top: 24px;
    }
    .fn-content {
        padding-right: 50px;
    }
    .fn-content h3,
    .fn-content h3 a {
        font-size: 18pt;
        line-height: 24pt;
    }
    .fn-content h3 {
        margin-bottom: 30px;
    }
    .fn-content h3 + hr {
        background: var(--white);
        margin-bottom: 28.5px;
        width: 115px;
    }
    .fn-content h4,
    .fn-content h4 + em,
    .fn-content p{
        font-size: 14pt;
        line-height: 19pt;
    }
    .fn-content p{
        margin-top: 22px;
    }  
}
/* FEATURED NEWS stop 
------------------------------------------------- */

/* Assets News start
------------------------------------------------- */
.assetsNews {
    background-color: var(--black);
    color: var(--white);
}
.scrollTo-demo .demo-x{
	width: 100%;
}
.assetsNews .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}
.assetsNews-Block{
	float: left;
}
.assetsNews-photo,
.assetsNews-text {
    display: block;
}
.assetsNews-photo {
    text-decoration: none;
    border: 1px solid var(--white);
    position: relative;
    overflow: hidden;
}
.assetsNews-photo span{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 2px solid var(--white);
    opacity: 0;
    cursor: pointer;
}
.assetsNews-photo:hover span {
    opacity: 1;
}
.assetsNews-text {
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.assetsNews-text:hover {
    color: #fff;
}
.assetsNews .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    -webkit-filter: "alpha(opacity=100)";
}
.assetsNews .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.assetsNews .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.assetsNews .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(255,255,255,1);
}
.assetsNews .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 18px;
    width: 18px;
    position:relative;
	top:-2px;
}
.mCSB_draggerContainer {
    left: 4px!important;
}
.mCSB_dragger {
    margin-left: -4px;
}
@media (min-width:1025px){
    .assetsNews {
        padding: 0 0 69px 0;
    }
    .assetsNews-Block{
        width: 238px;
        margin-right: 24px;
    }
    .assetsNews-Block:last-child{
        margin-right: 0;
    }
    .assetsNews-photo {
        width: 238px;
        height: 154px;
        margin-bottom: 48px;
    }
    .assetsNews-text {
        font-size: 18px;
        line-height: 24px;
    }
    .assetsNews .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        width: auto;
        height: 16px;
        top: 157px;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .assetsNews {
        padding: 0 0 45px 0;
    }
    .assetsNews-Block{
        width: 169px;
        margin-right: 18px;
    }
    .assetsNews-Block:last-child{
        margin-right: 0;
    }
    .assetsNews-photo {
        width: 169px;
        height: 109px;
        margin-bottom: 38px;
    }
    .assetsNews-text {
        font-size: 16px;
        line-height: 22px
    }
    .assetsNews .mCSB_scrollTools.mCSB_scrollTools_horizontal {
        width: auto;
        height: 16px;
        top: 111px;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .assetsNews {
        padding: 50px 54px 45px 0;
    }
}
@media (max-width:599px){
    .assetsNews {
        padding: 0 24px 0 24px;
    }
    .demo-x{
        display: -webkit-flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -webkit-align-items: stretch;
        -webkit-align-content: stretch;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        align-content: stretch;
    }
    .assetsNews-Block {
        width: 50%;
        padding-bottom: 40px;
    }
    .assetsNews-Block:nth-child(odd) {
        padding-right: 8px;
    }
    .assetsNews-Block:nth-child(even) {
        padding-left: 8px;
    }
    .assetsNews-photo {
        margin-bottom: 10px;
    }
    .assetsNews-text {
        font-size: 14pt;
        line-height: 19pt;
    }
}
 /* Assets News stop
------------------------------------------------- */

/* FOLLOW US start
------------------------------------------------- */
.followUs-container{
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-align-content: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
}
.followUs-content {
    background-color: #464646;
    margin-right: 1px;
}
@media (min-width:1025px) {
    .followUs {
        padding: 0 0 0 0;
    }
    .followUs h2 {
        margin-bottom: 69px;
    }
    .followUs-content{
        width: calc(20% - 1px);
        height: 144px;
    }
    .followUs-content:last-child(){
        width: 20%;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .followUs {
        padding: 46px 0 0 0;
    }
    .followUs h2 {
        margin-bottom: 47px;
    }
    .followUs-content{
        width: calc(20% - 1px);
        height: 144px;
    }
    .followUs-content:last-child() {
        width: 20%;
    }
}
@media (max-width:599px){
    .followUs {
        padding: 30px 0 0 0;
    }
    .followUs h2 {
        margin-bottom: 32px;
    }    
    .followUs-content{
        width: calc(50% - 1px);
        height: 144px;
    }
    .followUs-content:last-child() {
        width: 50%;
    }
}
/* FEATURED NEWS stop
------------------------------------------------- */

/* FOOTER star
------------------------------------------------- */
.footer,
.footer a{
    color:#fff;
    text-decoration: none;
}
.social-footer {
    margin-bottom: 15px;
}
.social-footer a {
    margin: 0 5px;
}
.social-footer a:hover img {
    opacity: .7;
}
.termPrivacy-footer a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.termPrivacy-footer a:hover {
    text-decoration: underline
}
.want-footer{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 2px;
}

.singUp-footer {
    border: solid 1px var(--white);
    margin: 0 auto;
    overflow: hidden;
}
.singUp-footer input {
    border: none;
    width: 100%;
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
input[type="email"] {
    background-color: transparent;
}
input[type="submit"] {
    background-color: #fff;
    cursor: pointer;
    color: var(--black);
}
input[type="submit"]:hover {
    opacity: .7;
}

@media (min-width:1025px) {
    .footer {
        padding: 66px 0 68px 0;
    }
    .social-footer a img {
        width: 34px;
    }
    .social-footer a[href="https://twitter.com/blackmaledprod"] img {
        width: 28px;
    }
    .social-footer a[href="https://www.instagram.com/blackmaledproductions"] img {
        width: 28px;
    }
    .termPrivacy-footer{
        margin-bottom: 13px;
    }
    .termPrivacy-footer,
    .termPrivacy-footer a{
        font-size: 10px;
    }
    .want-footer{
        font-size: 16.5px;
    }
    .singUp-footer {
        max-width: 281px;
    }
    .singUp-footer input {
        font-size: 14px;
    }
    input[type="email"] {
        color: #fff;
        padding: 5px 10px 7px 10px;
    }
    input[type="submit"] {
        padding: 5px 0 3px 0;
    }  
}
@media (min-width: 600px) and (max-width: 1024px) {
    .footer {
        padding: 45px 0 49px 0;
    }
    .social-footer {
        margin-bottom: 10px;
    }
    .social-footer a img {
        width: 30px;
    }
    .social-footer a[href="https://twitter.com/blackmaledprod"] img {
        width: 24px;
    }
    .social-footer a[href="https://www.instagram.com/blackmaledproductions"] img {
        width: 25px;
    }
    .termPrivacy-footer{
        margin-bottom: 10px;
    }
    .termPrivacy-footer,
    .termPrivacy-footer a{
        font-size: 8px;
    }
    .want-footer{
        font-size: 12px;
    }
    .singUp-footer {
        max-width: 200px;
    }
    input[type="email"] {
        color: #fff;
        font-size: 12px;
        padding: 5px 10px 7px 10px;
    }
    input[type="submit"] {
        padding: 5px 0 3px 0;
        font-size: 14px;
    }  
}
@media (max-width:599px){
    .footer {
        padding: 38px 0 38px 0;
    }
    .social-footer {
        margin-bottom: 10px;
    }
    .social-footer a img {
        width: 24px;
    }
    .social-footer a[href="https://twitter.com/blackmaledprod"] img {
        width: 20px;
    }
    .social-footer a[href="https://www.instagram.com/blackmaledproductions"] img {
        width: 20px;
    }
    .termPrivacy-footer{
        margin-bottom: 10px;
    }
    .termPrivacy-footer,
    .termPrivacy-footer a{
        font-size: 8px;
    }
    .want-footer{
        font-size: 12px;
    }
    .singUp-footer {
        max-width: 200px;
    }
    input[type="email"] {
        color: #fff;
        padding: 5px 10px 7px 10px;
        font-size: 12px;
    }
    input[type="submit"] {
        padding: 5px 0 3px 0;
        font-size: 11px;
    }  
}
/* FOOTER stop
------------------------------------------------- */

/* Film start
------------------------------------------------- */
.film {
    color: var(--white);
    text-align: left;
}
.film-slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.film-slider .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
}
.film-slider .carousel-control {
    opacity: 0;
    width: auto;
    text-shadow: none;
    background-color: transparent;
}
.film-slider .carousel-control img{
    margin-top: -30px;
}
.film-slider .carousel-control:hover img{
    opacity: .7;
}
.film-slider .carousel-item img {
    width: 100%;
}
.film-slider .carousel-indicators {
    z-index: 4;
    bottom: -30px;
    top: inherit !important;
}
.film-slider .num {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--white);
    padding: 0 8px;
    min-width: 64px;
}
.ci-pn a {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
    color: var(--white);
    position: relative;
    top: 1px;
}
.ci-pn a:hover {
    opacity: .7;
}


@media (min-width:1025px){
    .film-slider .num,
    .ci-pn a {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .film-slider .num,
    .ci-pn a {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 599px) {
    .film-slider .carousel-indicators {
        display: flex!important;
    }
    .film-slider .carousel-indicators li {
        display: none;
    }
    .film-slider .num,
    .ci-pn a {
        font-size: 12px;
        line-height: 20px;
    }
}

.film-slider .carousel-item {
    overflow: hidden;
}

.film-description h1 {
    font-family: 'Alegreya', serif;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}
.film-description p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    margin-bottom: 21px;
}
.film-description h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
@media (min-width:1025px){
    .film {
        padding: 129px 75px 80px 75px;
        max-width: 1437px;
        margin: 0 auto;
    }
    .film-slider .carousel-control {
        padding: 0 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .film-slider {
        margin-bottom: 110px;
    }
    .film-content{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .film-poster {
        margin-right: 35px;
    }
    .film-poster img{
        margin-top: 10px;
        max-width: 170px;
    }
    .film-description {
        max-width: 330px;
    }
    .film-description h1 {
        font-size: 27px;
    }
    .film-description p {
        font-size: 18px;
        line-height: 24px;
    }
    .film-description h4 {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .film {
        padding: 76px 42px 80px 42px;
    }
    .film-slider .carousel-control {
        padding: 0 20px;
    }
    .film-slider .carousel-control {
        padding: 0 22px;
    }
    .film-slider {
        margin-bottom: 100px;
    }
    .film-content{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }
    .film-poster {
        margin-right: 26px;
    }
    .film-poster img{
        margin-top: 10px;
        max-width: 170px;
    }
    .film-description {
        max-width: 286px;
    }
    .film-description h1 {
        font-size: 24px;
    }
    .film-description p {
        font-size: 16px;
        line-height: 22px;
    }
    .film-description h4 {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width:599px){
    .film {
        padding: 80px 10px 0 10px;
    }
    .film-slider {
        margin-bottom: 90px;
    }
    .film-slider .carousel-control {
        padding: 0 10px;
    }
    .film-slider .carousel-control img {
        height: 10px;
    }
    .film-description {
        padding: 0 40px;
    }
    .film-poster {
        text-align: center;
    }
    .film-poster img{
        margin-bottom: 30px;
        max-width: 170px;
    }
    .film-description h1 {
        font-size: 18pt;
    }
    .film-description p {
        font-size: 14pt;
        line-height: 19pt;
    }
    .film-description h4 {
        font-size: 14pt;
        line-height: 19pt;
    }
}


.film-wrapper iframe {
    width: 100%;
}


.film-slider .carousel-indicators {
    margin-right: 0;
    margin-left: 0;
}
.film-slider .carousel-caption {
    background-color: transparent!important;
    padding: 0;
    margin: 0!important;
    display: block!important;
}
@media (min-width:600px) {
    .film-slider .carousel-indicators {
        right: auto;
        left: 0;
    }
    .film-slider .carousel-inner {
    position: initial;
    }
    .film-slider .carousel-item {
        position: inherit;
    }
    .film-slider .carousel-caption {
        left: 12%;
        right: auto;
        bottom: -30px;
        width: 88%;
    }
}
@media (max-width:599px) {
    .film-slider .carousel-inner {
        position: initial;
    }
    .film-slider .carousel-item {
        position: inherit;
    }
    .film-slider .carousel-caption {
        bottom: -55px;
    }
}
.film-slider .carousel-caption p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-stretch: normal;
    color: var(--white);
}
@media (min-width:1025px) {
    .film-slider .carousel-caption p {
        font-size: 16px;
        text-align: right;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .film-slider .carousel-caption p {
        font-size: 14px;
        text-align: right;
    }
}
@media (max-width:599px) {
    .film-slider .carousel-caption p {
        font-size: 12px;
        text-align: center;
        line-height: 16px;
    }
}
/* Film stop
------------------------------------------------- */

.logoCenter{
	width:80%;
	text-align:center;
	height: 129px;
}
.logoCenter .logo-home{
	position: absolute;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 438px;
}
.image-sore{
	position: absolute;
	left: -9000px;
	height: 0px;
	width: 0px;
	overflow:hidden;
}

div.wpcf7 .ajax-loader{
	width:0;
    margin:0;
    display: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border:none;
}


/* News page start
------------------------------------------------- */
.news {
    background-color: var(--black);
    color: var(--white);
}
.news-container {
    margin: 0 auto;
}
.news-photo {
    text-align: center;
}
.news-container h1 {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.news-container h1 + hr {
    background: var(--white);
    margin: 0;
}
.news-deadline h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.news-deadline em {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: normal;
}
.news-content p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
	color:#fff!important;
}
.news-content p a {
    color: #fff!important;
    text-decoration: none!important;
	border: none!important;
}
.news-content p a:hover{
	text-decoration: underline!important;
}
.news a:hover,
.news a:focus {
    color: #fff;
    text-decoration: none;
}
a.read-full-article {
    color: var(--white);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none;
    display: inline-block;
}
a.read-full-article:hover,
a.read-full-article:focus {
    color: var(--white);
    text-decoration: underline;
}
.addtoany_share {
    background-color: var(--white);
    color: var(--black);
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    display: inline-block;
    padding: 2px 26px 2px 7px!important;
    background-image: url("../images/share-1.svg");
    background-repeat: no-repeat;
    background-position: 90% 44%;
}
.addtoany_share:hover {
    background-color: var(--white)!important;
    color: var(--black)!important;
    opacity: .7!important;
}
@media (min-width:1025px){
    .news {
        padding: 197px 0 10px 0;
    }
    .news-container {
        max-width: 673px;
    }
    .news-photo {
        margin-bottom: 69px;
    }
    .news-photo img {
        width: 100%;
    }
    .news-container h1 {
        font-size: 32px;
        line-height: 38px;
        max-width: 653px;
        margin-bottom: 30px;
    }
    .news-container h1 + hr {
        margin-bottom: 32px;
        width: 162px;
    }
    .news-deadline {
        margin-bottom: 28px;
    }
    .news-deadline h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .news-deadline em {
        font-size: 18px;
        line-height: 24px;
    }
    .news-content p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 27px;
        max-width: 665px;
    }
    .read-full-article {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .addtoany_share {
        font-size: 14.5px!important;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .news {
        padding: 130px 0 80px 0;
    }
    .news-container {
        max-width: 568px;
    }
    .news-photo {
        margin-bottom: 57px;
    }
    .news-container h1 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .news-container h1 + hr {
        margin-bottom: 22px;
        width: 162px;
    }
    .news-deadline {
        margin-bottom: 23px;
    }
    .news-deadline h4 {
        font-size: 16px;
        line-height: 22px;
    }
    .news-deadline em {
        font-size: 16px;
        line-height: 22px;
    }
    .news-content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .read-full-article {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .addtoany_share {
        font-size: 12.5px!important;
        background-size: 14px auto;
    }
}
@media (max-width:599px){
    .news {
        padding: 80px 0 15px 0;
    }
    .news-photo {
        margin: 0 auto 35px;
        max-width: 86%;
    }
    .news-photo img{
        width: 100%;
    }
    .news-content-block {
        margin: 0 auto;
        max-width: 218px;
    }
    .news-container h1 {
        font-size: 18pt;
        line-height: 22pt;
        margin-bottom: 18pt;
    }
    .news-container h1 + hr {
        margin-bottom: 18pt;
        width: 162px;
    }
    .news-deadline {
        margin-bottom: 22px;
    }
    .news-deadline h4 {
        font-size: 14pt;
        line-height: 19pt;
    }
    .news-deadline em {
        font-size: 14pt;
        line-height: 19pt;
    }
    .news-content p {
        font-size: 14pt;
        line-height: 19pt;
        margin-bottom: 20px;
    }
    .read-full-article {
        font-size: 14pt;
        line-height: 19pt;
        margin-bottom: 10px;
    }
    .addtoany_share {
        font-size: 12pt!important;
        background-size: 14px auto;
    }
}

/* News page stop
------------------------------------------------- */

/* Team page start
------------------------------------------------- */
.teamPage {
    background-color: var(--black);
    color: var(--white);
}    
.teamPage-photo {
    text-align: center;
}
.teamPage-container {
    margin: 0 auto;
}
.teamPage h1 {
    font-family: 'Alegreya', serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.teamPage h2 {
    font-family: 'Alegreya', serif;
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
    text-transform: none;
    border-bottom: none; 
  }
.teamPage hr {
    background: var(--white);
    margin: 0;
}
.teamPage p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
}
.teamPage a {
    color: #fff;
    text-decoration: underline;
}
.teamPage a:hover,
.teamPage a:focus {
    color: #fff;
    text-decoration: none;
}
@media (min-width:1025px){
    .teamPage {
        padding: 178px 0 0 0;
    }
    .teamPage-container {
        max-width: 673px;
    }
    .teamPage-photo {
        margin-bottom: 60px;
    }
    .teamPage h1 {
        font-size: 32px;
        line-height: 38px;
    }
    .teamPage h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .teamPage hr {
        margin-bottom: 32px;
        width: 125px;
    }
    .teamPage p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 27px;
        max-width: 665px;
    }
}
@media (min-width: 600px) and (max-width: 1024px) {
    .teamPage {
        padding: 130px 0 20px 0;
    }
    .teamPage-container {
        max-width: 568px;
    }
    .teamPage-photo {
        margin-bottom: 68px;
        text-align: center;
    }
    .teamPage h1 {
        font-size: 27px;
        line-height: 32px;
    }
    .teamPage h2 {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    .teamPage hr {
        margin-bottom: 25px;
        width: 125px;
    }
    .teamPage p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
}
@media (max-width:599px){
    .teamPage {
        padding: 80px 0 0 0;
    }
    .teamPage-container,
    .news-content-block {
        max-width: 75%;
    }
    .teamPage-photo {
        margin-bottom: 38px;
        text-align: center;
    }
    .teamPage img{
        width: 100%;
    }
    .teamPage-content-block {
        margin: 0 auto;
        max-width: 218px;
    }
    .teamPage h1 {
        font-size: 18pt;
        line-height: 24pt;
    }
    .teamPage h2 {
        font-size: 18pt;
        line-height: 24pt;
        margin-bottom: 18pt;
    }
    .teamPage hr {
        margin-bottom: 18pt;
        width: 58px;
    }
    .teamPage p {
        font-size: 14pt;
        line-height: 19pt;
        margin-bottom: 20px;
    }
}

/* Team page stop
------------------------------------------------- */


.a2a_mini {
    width: auto!important;
    max-width: 450px!important;
}
.a2a_mini_services .a2a_i {
    color: #999!important;
    border: none!important;
    line-height: 39px!important;
}
@media (min-width:482px) {
    .a2a_mini {
        width: auto!important;
        max-width: 450px!important;
        padding: 15px 15px 10px 15px!important;
    }
    .a2a_mini_services .a2a_i {
        width: 208px!important;
    }
    .a2a_wide a {
        margin-top: 16px!important;
        padding: 13px 0 10px 0!important;
    }
}
.a2a_mini_services .a2a_i:hover {
    background: none!important;
    border: none!important;
    color: #000!important;
}
.a2a_mini_services a.a2a_i .a2a_svg{
    border-radius:50%!important;
    -webkit-border-radius:50%!important;
    -moz-border-radius:50%!important;
    -ms-border-radius:50%!important;
    -o-border-radius:50%!important;

    margin: 0 17px 0 0!important;
    width: 40px!important;
    height: 40px!important;
}
.a2a_mini_services .a2a_svg svg {
    top: 6px!important;;
    width: auto!important;;
    height: 28px!important;;
}

/*popup start*/
.modal30 {
  display: none;
  opacity:0;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.56);
  transition: all 0.2s;
}

.modal30.visible{
	opacity:1;
	z-index: 10000000;
}

.modal30-content {
  margin: 60px auto 0;
  padding: 0;
  width: 80%;
  max-width: 1024px;
  text-align: center;
  position: relative;
  background: transparent;
}

.closeBox{
    position: absolute;
    top: 11%;
    left: 7%;
    width: 46px;
    height: 46px;
	cursor: pointer;
    transition: all 0.2s;
}
.closeBox svg{
		width: 46px;
        height:46px;
	}
.closeBox:hover{
	opacity: 0.5;	
}

@media (max-width:600px) {
	.modal30-content {
	  margin: 90px auto 0;
	  width: 99%;
	  max-width: 100%;
	}
	.closeBox{
		width: 32px;
        height:32px;
	}
	.closeBox svg{
		width: 32px;
        height:32px;
	}
}
/*popup stop*/

