.red { border: 1px solid red;}
.yellow { border: 1px solid yellow;}
.green { border: 1px solid green;}

.btn-primary {
	background-color: #69269A;
	border: 0;
	font-size: 16px;
}

.btn-primary:hover {
	background-color: #69269A;
}

.btn-primary:active {
	background-color: #69269A;
}

.btn-primary:visited {
	background-color: #69269A;
}

#myVideo {
	/* position: fixed; */
	top: 0;
	left: 100%;
	/* transform: translateX(-50%); */
	/* right: 0; */
	/* bottom: 0; */
	min-width: 100%; 
	min-height: 100%;
	/* height: 1000px; */
}

.video-holder	{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vertical-center2 {
  /* min-height: 100%; */  /* Fallback for browsers do NOT support vh unit */
  /* min-height: 100vh; */       /* These two lines are counted as one :-)       */
  /* display: flex; */
	/* height: 300px; */
	align-items: center;
	overflow: hidden;
	z-index: -1;
}

.img-responsive{
	width: 100%;
	/* height: 100%; */
}

.menu-close{
	display:none;
}

.desktop-iframe{
	visibility: hidden;
}

.mobile-iframe{
	visibility: hidden;
}
	
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
	font-weight: 500;
    line-height: 33px;
    color: #232323;
}

a{
    transition: all ease-in-out 300ms;
    color: #333;
    border: 1px solid transparent;
}
a:hover{
    color: #2e6da4;
    text-decoration: none;
}
a:focus{
    color: inherit;
    outline: none;
    /*border: 1px dashed #F23D4F;*/
    text-decoration: none;
}

::selection {
    background: #78B7EC;
}
::-moz-selection {
    background: #78B7EC;
}
.margin-bottom-15{
    margin-bottom: 15px;
}
.margin-bottom-30{
    margin-bottom: 30px;
}

.vertical-center {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.vertical-center-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}


/*Typography*/
h1, h2, h3, h4, h5, h6{
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    margin-top: 0;
}
p{
    margin-bottom: 50px;
}

/*Navigation*/
header{
    position: fixed;
    z-index: 998;
    width: 100%;
    left: 100%;
    top: 0;
    overflow: hidden;
    transition: all ease-in-out 300ms;
    background: #1a091d;
}
header.stick{
    left: 0;
}
.nav-brand{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.nav-brand img{
    max-width: 193px;
    height: auto;
    display: block;
}
.menu-toggle{
    position: fixed;
    right: 30px;
    top: 25px;
    z-index: 19;
    display: none; /* HIDING MENU 3 LINE ICON  */
    cursor: pointer;
}
.menu-toggle.stick{
    display: block;
}
.menu-toggle.inner-page{
    display: block;
}
.menu-close{
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 25px;
    z-index: 9;
    outline: none !important;
	/* display: none; /* HIDING MENU CLOSE ICON  */ */
}

#header-nav li a{
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    padding: 0 15px;
    display: block;
    border-right: 1px solid #836688;
    line-height: 1;
}
#header-nav li:last-child a{
    border-right: none;
}
#header-nav li a.active{
    color: #b672c0 !important;
}

.dropdown-menu{
    border: none;
    border-radius: 0 !important;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    background: #f1f1f1;
}


/*Button*/
.button{
    padding: 10px 20px;
    background: #bdc3c7;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    transition: all ease-in-out 300ms;
    border: 1px solid transparent;
}
.button:hover{
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.button:focus{
    outline: none;
    border: 1px dashed #F23D4F;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-group .button{
    margin-bottom: 0;
}
.button-rounded{
    border-radius: 4px;
}

.button-primary{
    background: #48c9b0;
}
.button-primary:hover{
    color: #fff;
}
.button-primary:focus{
    color: #fff;
}
.button-secondary{
    background: #5dade2;
}
.button-secondary:hover{
    color: #fff;
}
.button-secondary:focus{
    color: #fff;
}


/*Carousel*/

.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 500%;
    color: #333 !important;
}
.owl-theme .owl-nav .fa{
    position: relative;
    top: 2px;
}
.owl-theme .owl-dots .owl-dot span{
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-dots .owl-dot.active span{
    background: #333;
    opacity: 1;
    transition: all ease-in-out 300ms;
}
.owl-theme .owl-nav .disabled{
    opacity: .4 !important;
}
.owl-theme.owl-single .owl-nav [class*=owl-]{
    position: absolute;
    top: 44%;
    background: transparent !important;
    opacity: 1;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 500%;
    color: #fff !important;
}
.owl-theme.owl-single .owl-prev{
    left: 10px;
}
.owl-theme.owl-single .owl-next{
    right: 10px;
}
.owl-theme.owl-single .owl-dots .owl-dot span{
    opacity: 1;
    background: #fff;
    transition: all ease-in-out 300ms;
    position: relative;
}
.owl-theme.owl-single .owl-dots .owl-dot.active span{
    background: #444;
}

.owl-theme.owl-single .owl-dots{
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: 9;
}


/* Video */

.videoWrapper {
	position: relative;
	padding-bottom: 55.55%;  	/* 56.25%;   16:9 */
	padding-top: 10px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 700px;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoWrapper img {
	position: absolute;
	top: 700px;
	left: 0;
	width: 100%;
	height: 100%;
}



.videoWrapper2 {
	position: relative;
	padding-bottom: 55.55%;  	/* 56.25%;   16:9 */
	padding-top: 10px;
	height: 0;
}

.videoWrapper2 iframe {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Forms*/
.form-control{
    height: auto;
    line-height: 1.2;
    padding: 15px 15px;
    border-radius: 0;
    box-shadow: none;
    color: #959595;
    background: rgba(0, 0, 0, 0.9);
    border-color: #474747;
    margin-bottom: 20px;
}
.form-control:focus{
    box-shadow: none;
    /*border: 1px dashed #ccc;*/
    border: 1px solid #5dade2;
}
textarea.form-control{
    resize:vertical ;
}
.form-control::-webkit-input-placeholder {
    color: #959595;
}
.form-control:-moz-placeholder {
    color: #959595;
}
.form-control::-moz-placeholder {
    color: #959595;
}
.form-control:-ms-input-placeholder {
    color: #959595;
}
label{
    font-weight: 400;
    margin-bottom: 5px;
}
.submit-button{
    width: 100%;
    display: block;
    background: #0f0f0f;
    border: 1px solid #422347;
    text-transform: uppercase;
    padding: 12px 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 15px;
}


/*Popup*/
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.open-popup, .scroll-to, .window-popup{
    outline: inherit;
}



#home .owl-nav{
    display: none;
}
#home .owl-carousel{
    z-index: auto;
}
.cover{
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

.home-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.home-overlay h1{
    color: #fff;
    font-size: 43px; /* 48 */
    padding-left: 30px;
    border-left: 2px solid #6c2377;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#home .slider-caption{
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    color: #fff;
    z-index: 9;
}
#home .slider-caption h2{
    margin-top: 0;
    font-size: 22px;
    color: #a775b3;
    margin-bottom: 10px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
#home .slider-caption h3{
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-top: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

#home .owl-carousel .full-screen{
    position: relative;
}
#home .owl-theme.owl-single .owl-dots .owl-dot span{
    background: #999999;
}
#home .owl-theme.owl-single .owl-dots .owl-dot.active span{
    background: #6c2377;
}
.header-logo{
    position: absolute;
    /* top: 80px; */
    width: 100%;
	/* height: 20px; */
    z-index: 10;
}


.slogan {
	position: absolute;
	top: 50%;
	/* transform: translateY(50%);	 */
	/* margin-top: 250px; */
}

.slogan img {
	/* width: 150%; */
}


.logo-size img	{
	/*height: 50px;*/
	height: 125px;
}
	

.about_bg	{
	/* margin-top: 295px; */
	/*background: url("../img/about-bg2.jpg") no-repeat top center;
    background-size: cover;*/
	background: #000;
	color: #ededed;
}

#about{
    /* background: url("../img/about-bg.jpg") no-repeat top center; */
    /* background-size: cover; */
    /* padding-bottom: 300px; */
	/* border: 1px solid red; */
	margin-top: -10px;
	z-index: 10;
	position: relative;
}
.content{
    padding-top: 100px;
    padding-bottom: 60px;
}



.page-current{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 17px;
	color: #fff;
}

.about_bg .page-current{
	color: #fff;
}

.page-title{
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 80px;
	color: #ededed;
}

.services_bg	{
	background: url("../img/services-bg.jpg") no-repeat top center scroll;
    background-size: cover;
	
}

#services{
    padding-top: 100px;
	padding-bottom: 250px;
    color: #fff;
	background: #000;
}
.tab-inner-content{
    padding-top: 50px;
}
.service-quote{
    margin-bottom: 50px;
}
.service-quote P{
    margin-bottom: 30px;
    font-size: 37px;
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
    text-align: center;
    line-height: 1.2;
}
.service-quote p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/open-quot.png");
    width: 59px;
    height: 47px;
}
.service-quote p:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url("../img/close-quot.png");
    width: 59px;
    height: 47px;
}
.service-quote h2{
    font-size: 24px;
    font-style: italic;
    text-align: right;
}

.underline-list{
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}
.underline-list li{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #515151;
}
.underline-list li:last-child{
    border-bottom: none;
}

.service-tab-nav{
    list-style: none;
    padding: 0;
}
.service-tab-nav li{
    display: block;
    width: 25%;
    float: left;
	text-align: center;
	border-bottom: 1px solid #69269A;
}
.service-tab-nav li a{
    display: block;
	line-height: 30px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
	font-weight: 600;
    padding: 10px 0px;
    /*padding: 10px 20px;*/
    /*background: url("../img/btn-normal.png") no-repeat;*/
    background-size: 100% 100%;
    color: #555;
}
.service-tab-nav li.active a{
    /*background: url("../img/btn-active.png") no-repeat;*/
    color: #fff;
    background-size: 100% 100%;
}

/* Event section */

.event_bg{
    /*background: url("../img/event-bg2.jpg") no-repeat top center;
    background-size: cover;*/
	background: #000;
    /* padding-bottom: 165px; */
}

.event-content{
    padding-top: 100px;
    padding-bottom: 100px;
	font-size: 14px;
	line-height: 22px;
}

.event-content h2{
	color: #dedede;
}

.event-content h3{
	margin-bottom: 30px;
	color: #dedede;
}

.event-content h4{
	font-size: 14px;
	color: #fff;
}

.event-content p{
	margin-bottom: 10px;
	color: #dedede;
}

.event-content a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}

.event-content .spacer	{
	margin-top: 20px;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
    border: 4px solid #fff;
}
.mfp-bottom-bar {
    margin-top: 0;
    padding: 10px;
    background: #000;
    text-align: center;
}
img.mfp-img{
    padding: 0;
}
.mfp-title {
    text-align: center;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
.mfp-counter{
    display: none;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -7px;
    top: -37px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    opacity: 1;
}
.gallery-box{
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-box-vid{
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-box-img{
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}
.events-gallery .gallery{
    position: relative;
}
.events-gallery .gallery a{
    display: block;
    position: relative;
    z-index: 8;
}
.events-gallery .gallery a.hidden{
    display: none;
}
.events-gallery .gallery img{
    width: 100%;
    height: auto;
    display: block;
}

/* [href='#tab1'] */

.events-gallery .gallery-box a:after{
    background: url("../img/events/glow.png") no-repeat;
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in-out 300ms;
    z-index: 8;
}
.events-gallery .gallery-box:hover a:after{
    opacity: 1;
}


/* nz bit -- start */

.events-gallery .gallery-box-vid a:after{
    background: url("../img/events/glow-vid.png") no-repeat;
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 202px; /* 100% */
    height: 273px; /* 100% */
    opacity: 0;
    transition: all ease-in-out 300ms;
    z-index: 8;
}
.events-gallery .gallery-box-vid:hover a:after{
    opacity: 1;
}

.events-gallery .gallery-box-img a:after{
    background: url("../img/events/glow-img.png") no-repeat;
    content: '';
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 202px; /* 100% */
    height: 273px; /* 100% */
    opacity: 0;
    transition: all ease-in-out 300ms;
    z-index: 8;
}
.events-gallery .gallery-box-img:hover a:after{
    opacity: 1;
}


/* nz bit -- end */


.events-gallery .gallery .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: #595959;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    z-index: 9;
    line-height: 1.3;
}

#clients{
    background: url("../img/clients/event-bg.png") no-repeat top center;
    background-size: cover;
}
.client-box{
    padding: 30px;
    border: 1px solid #acadb8;
    /* height: 185px; */ /* 185 */
    text-align: center;
    margin-bottom: 30px;
}
.client-box img{
    max-width: 100%;
    height: auto;
}
.client-content{
    padding-top: 100px;
    padding-bottom: 70px;
}
.client-content .page-current{
    color: #fff;
    margin-bottom: 80px;
}

#testimonial{
    padding-top: 170px;
    padding-bottom: 170px;
    background: url('../img/testimonial/video-bg.png') no-repeat top center;
    background-size: cover;
    color: #fff;
    position: relative;
}
#testimonial .bring-front{
    position: relative;
    z-index: 3;
}
.video-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-bg>div{
    z-index: 1 !important;
}
#testimonial .page-current{
    color: #fff;
}
.testimonial-lead p{
    text-align: center;
    font-size: 37px;
    line-height: 1.3;
}

#testimonial-slider img{
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
}
#testimonial-slider .item{
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
}

#testimonial-slider .item .brand{
    height: 140px;
    display: inline-block;
    border-bottom: 6px solid #6c2377;
    margin-bottom: 30px;
}
.testimonial-caption .col-sm-2 img{
    border-radius: 500%;
    border: 6px solid #6c2377;
    max-width: 121px !important;
    height: auto;
    width: auto;
}
.testimonial-caption .col-sm-10 h2{
    font-size: 22px;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
}
.testimonial-caption .col-sm-10 h3{
    font-size: 19px;
    font-style: italic;
    color: #94699a;
}
.owl-theme .owl-nav [class*=owl-]{
    border-radius: 0;
    border: none;
}

#media{
    padding-bottom: 130px;
    background: #1b1b1b;
}
.media-content{
    padding-top: 100px;
}
.media-content .page-current{
    color: #fff;
}
.img-full{
    width: 100%;
}
.media-box a{
    display: block;
    margin-bottom: 70px;
}
.media-box a div{
    text-transform: uppercase;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding-top: 30px;
    text-align: center;
}
.archive-links{
    padding-top: 130px;
    text-align: center;
}
.archive-links a{
    text-align: center;
    font-size: 22px;
    color: #b672c0 !important;
    border-bottom: 1px solid #b672c0;
}

.contact_bg	{
	background: url("../img/contact-bg2.jpg") no-repeat top center fixed;
    background-size: cover;
}

#contact{
    padding-top: 100px;
    padding-bottom: 160px;
    color: #fff;
}
#map iframe{
    pointer-events: none;
    border: none !important;
}
.contact-content{
    padding-top: 60px;
}
.contact-content p{
    /*margin-bottom: 30px;*/
}
.contact-content h2{
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 45px;
    text-transform: uppercase;
    line-height: 1;
}
.contact-content p a{
    color: #dedede;
    border-bottom: 1px solid #dedede;
}


/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #000;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Jquery appear */
.hiding {
	opacity: 0;
}

.visible {
	opacity: 1;
}

/* Preloader */
#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F6F6F6;
	z-index: 10000;
	height: 100%;
}

#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("../img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

.services-header{
	background: url('../img/header011.jpg') no-repeat top center fixed;
	background-size: cover;
	height: 550px; 
}

.events-header{
	background: url('../img/header04-2.jpg') no-repeat top center fixed;
	background-size: cover;
	height: 550px; 
}

.clients-header{
	background: url('../img/header03.jpg') no-repeat top center fixed;
	background-size: cover;
	height: 550px; 
}
.media-header{
	background: url('../img/media-header2.jpg') #000 no-repeat top center fixed;
	height: 350px; 
}





/* Mobile device */
@media (max-width: 768px){
	#home	{
		margin-bottom: 450px;
	}
	
	
	
	.mobile-iframe{
		visibility: visible;
	}
	.videoWrapper iframe {
		top: 800px;
	}
	.videoWrapper img {
		top: 800px;
	}
    .service-tab-nav li a{
        font-size: 20px;
    }
    #testimonial-slider .item{
        padding-left: 0;
        padding-right: 0;
    }
	.services-header	{
		background: url('../img/header01.jpg') no-repeat top center scroll;
		height: 550px
	}
	.events-header	{
		background: url('../img/header02.jpg') no-repeat top center scroll;
		height: 550px
	}
	.clients-header{
		background: url('../img/header03.jpg') no-repeat top center scroll;
		height: 550px; 
	}
	.media-header{
		background: url('../img/media-header2.jpg') no-repeat top center scroll;
		height: 550px; 
	}
}
@media (max-width: 767px) {
	
	.slogan{
		padding-top: 20px;
	}
	.slogan img {
		width: 100%;
	}
	.about_bg{
		/* margin-top: -275px; */
	}
	.videoWrapper{
		/* margin-top: 400px; */
		/* margin-bottom: 500px; */
	}
	.mobile-iframe{
		visibility: visible;
	}
	.videoWrapper iframe {
		top: 1000px;
	}
	.videoWrapper img {
		top: 1000px;
	}
    .home-overlay h1{
        font-size: 22px;
    }
    .page-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 40px;
    }
    body {
        font-size: 17px;
        line-height: 1.4;
        color: #232323;
    }
    p{
        margin-bottom: 40px;
    }

    .service-tab-nav li{
        display: block;
        width: 50%;
        float: left;
    }
    .service-tab-nav li a{
        font-size: 14px;
    }
    .service-quote p:before {
        content: '';
        position: relative;
        display: block;
        top: -23px;
    }
    .service-quote p:after {
        display: none;
    }
    .service-quote P {
        padding-top: 30px;
        margin-bottom: 30px;
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }
    .service-quote h2 {
        padding-top: 30px;
        font-size: 20px;
    }
    .gallery-box{
        width: 50%;
        float: left;
    }
	.gallery-vid{
        width: 50%;
        float: left;
    }
	.gallery-img{
        width: 50%;
        float: left;
    }
	.gallery-box-img{ /* nz */
        width: 50%;
        float: left;
    }
	.gallery-box-vid{ /* nz */
        width: 50%;
        float: left;
    }
	.events-gallery .gallery-box-img:hover a:after{
		opacity: 0; /* kkk */
	}
	.events-gallery .gallery-box-vid:hover a:after{
		opacity: 0;
	}
	.services-header	{
		background: url('../img/header01.jpg') no-repeat top center scroll;
		height: 550px
	}
	.events-header	{
		background: url('../img/header02.jpg') no-repeat top center scroll;
		height: 550px
	}
	.clients-header{
		background: url('../img/header03.jpg') no-repeat top center scroll;
		height: 550px; 
	}
	.media-header{
		background: url('../img/media-header2.jpg') no-repeat top center scroll;
		height: 550px; 
	}
}

@media (max-width: 630px) {
	.videoWrapper {
		margin-top: -150px;
	}
}


@media (max-width: 330px) {
	.mobile-iframe{
		visibility: visible;
	}
	.videoWrapper {
		margin-top: -250px;
	}
}


	
	
/* Mobile 480  479*/ /* crapo */
@media (max-width: 479px) {
	
	#home	{
		margin-bottom: -100px;
	}
	
	.desktop-iframe{
		/* visibility: hidden; */
	}
	.header-logo{
		top: 20px;
		/* width: 80%; */
	}
	.logo-size img	{
		height: 50px;
	}
	#about{margin-top:300px;}
	
	.videoWrapper iframe {
		margin-top: -200px;
	}
	.videoWrapper img {
		margin-top: -200px;
	}

    .gallery-box{
        width: 100%;
        float: left;
    }
	.gallery-vid{
        width: 100%;
        float: left;
    }
	.gallery-img{
        width: 100%;
        float: left;
    }
	.gallery-box-img{ /* nz */
        width: 100%;
        float: left;
    }
	.gallery-box-vid{ /* nz */
        width: 100%;
        float: left;
    }
	.events-gallery .gallery-box-img:hover a:after{
		opacity: 0; /* kkk */
	}
	.events-gallery .gallery-box-vid:hover a:after{
		opacity: 0;
	}
	.services-header	{
		background: url('../img/header01.jpg') no-repeat top center scroll;
		height: 550px
	}
	.events-header	{
		background: url('../img/header02.jpg') no-repeat top center scroll;
		height: 550px
	}
	.clients-header{
		background: url('../img/header03.jpg') no-repeat top center scroll;
		height: 550px; 
	}
	.media-header{
		background: url('../img/media-header2.jpg') no-repeat top center scroll;
		height: 550px; 
	}
}

/* iPad */
@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.videoWrapper  {
		/* top: -300px; */
	}
    .gallery-box{
        width: 25%;
        float: left;
    }
	.gallery-box-vid{
        width: 25%;
        float: left;
    }
	.gallery-box-img{
        width: 25%;
        float: left;
    }
	.gallery-box-img{ /* nz */
        width: 25%;
        float: left;
    }
	.gallery-box-vid{ /* nz */
        width: 25%;
        float: left;
    }
	.events-gallery .gallery-box-img:hover a:after{
		opacity: 0; /* kkk */
	}
	.events-gallery .gallery-box-vid:hover a:after{
		opacity: 0;
	}
}

@media(max-width: 991px){
	#home	{
		height: 600px;
	}
	
	.about_bg{
		/* margin-top: 150px; */
		margin-top: -275px;
	}
	.desktop-iframe{
		visibility: hidden;
	}
	.mobile-iframe{
		visibility: visible;
	}
		

	header{
		border: 1px solid 5px yellow;
		position: fixed;
		z-index: 998;
		width: 100%;
		left: 100%;
		top: 0;
		overflow: hidden;
		transition: all ease-in-out 300ms;
		background: #1a091d;
	}
	
	/*
	.menu-toggle{
		display: block;
	}
	*/
	.menu-close{
		display: block;
	}
	
	
	.videoWrapper {
		top: -230px;
	}
    #header-nav li a{
        padding: 10px 15px;
    }
    #header-nav li a{
        border-right: none;
    }
    #header-nav ul{
        margin-bottom: 20px;
    }
}

/* Desktop small screen */
@media (min-width: 992px) {
	
	.desktop-iframe{
		visibility: visible;
	}
    .page-title{
        border-left: 2px solid #69269A;
        padding-left: 35px;
        margin-left: -35px;
    }
    #testimonial-slider.owl-theme .owl-nav [class*=owl-]{
        position: absolute;
        top: 20px;
    }
    #testimonial-slider .owl-prev{
        left: 0;
    }
    #testimonial-slider .owl-next{
        right: 0;
    }
    #header-nav li{
        display: inline-block;
    }
    #header-nav ul{
        margin-bottom: 0;
        position: relative;
        top: 25px;
		float: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
	#home	{
		height: 950px;
	}
	.about_bg{
		margin-top: 0px;
	}
	.videoWrapper  {
		top: -130px;
	}
    #header-nav li a{
        padding: 0 10px;
    }
}
/* Desktop large screen */
@media (min-width: 1200px) {
	#home	{
		height: 1200px;
	}
	.videoWrapper {
		top: 0px;
	}
    #header-nav li a{
        padding: 0 20px;
    }
	.about_bg{
		/* margin-top: 160px; */
	}
}

/* Desktop large screen */
@media (min-width: 1400px) {
	.videoWrapper img {
		top: 765px;
	}
}