body,
html {
    margin: 0px;
    padding: 0px;
	height:100%;
    overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	font-family: "Century Gothic";
}
input, select ,textarea {
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 8px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 12px 20px;
	box-sizing: border-box;
	font-family: "Century Gothic";
    }
.header_image {
	padding-top: 0;
	float: left;
	margin-left: 20px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.header_image img {
    border: 0;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.container {
	padding-top: 140px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: center;
	margin:0 auto;
}
.contactdetailscontainer {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	text-decoration: none;
}
.contactdetailscontainer a{
	color: #AC387F;
	text-decoration: none;
}
.contactdetailscontainer a:hover{
	color: #6D2350;
	text-decoration: none;
}
.contactcontainer {
	padding-top: 140px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.abouttxt{
	max-width: 550px;
	color: #000000;
	font-size: 17px;
	line-height: auto;
	text-align: left;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0
}
.abouttxt2{
	max-width: 1400px;
	color: #000000;
	font-size: 17px;
	line-height: auto;
	text-align: left;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0
}
.filmtxt{
	max-width: 1040px;
	color: #000000;
	font-size: 17px;
	line-height: auto;
	text-align: left;
	margin: 0 auto
}
.filmtxt a{
	color: #000000;
	text-decoration: none;
}
.filmtxt a:hover{
	color: #6D2350;
	text-decoration: none;
}

.clientlogosbox{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
.clientlogosimage { 
  width: 200px; 
  margin: auto; 
  padding: 10px 10px 10px 10px;
}
.clientlogosimage img { 
  width: 150px; 
  height: auto; 
  
}


.abouttxt a{
	color: #000000;
	text-decoration: none;
}
.abouttxt a:hover{
	color: #6D2350;
	text-decoration: none;
}
.contact2col{
	max-width: 1100px;
	text-align: center;
	align-content: center;
}
.video2col{
	max-width: 1080px;
	text-align: center;
	align-content: center;
}
.videocontainer {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.contacttxt{
	max-width: 500px;
	color: #000000;
	font-size: 17px;
	line-height: auto;
	text-align: left;
	margin: 0 auto;
	float: left;
}
.map{
	overflow: hidden;
	padding-top: 100px;
	padding-left: 20px;
}
.videothumbframe{
	max-width: 500px;
	color: #000000;
	font-size: 17px;
	line-height: auto;
	text-align: left;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0;
	float: left;
	cursor: pointer;
}
@media screen and (max-width: 1100px) {
   .contacttxt { 
    float: none;
    padding-right: 10px;
    width:auto;
    border:0;
  }
	.filmtxt { 
    padding-right: 10px;
  }
	.abouttxt { 
    padding-right: 10px;
  }
	.map{
	padding-top: 0px;
}
}

.contacttxt a{
	color: white;
	text-decoration: none;
}
.contacttxt a:hover{
	color: #AC387F;
	text-decoration: none;
}

.contactbg{
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -2;
}

.site_header {
	color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 14px;
	height: 70px;
	font-size: 16px;
	line-height: 40px;
	text-rendering: optimizeLegibility;
	text-align: left;
	white-space: nowrap;
	z-index: 0;
	text-transform: lowercase;
}
.site_header_white {
	background-color: white;
}

.grad {
	display: none;
  	position: static;
  	height: 200px;
  	width: 100%;
	background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
	
}

.slogan{
	position: fixed;
	bottom: 220px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 42px;
	font-family: "Century Gothic";
	/* [disabled]font-weight: bold; */
	z-index: 600000;
	text-transform: lowercase;
	color: white;
}

.slogan p{
	margin: 0 auto;
	text-align: center;
	font-size: 20px!important;
	font-family: "Century Gothic";
	/* [disabled]font-weight: bold; */
	max-width: 40%;
}
#holder{
	z-index: -100;
	width: 100%;
	height: 100% !important;
	position: absolute;
	overflow: hidden;
}

#holder video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}




#wrapper {
	min-height:100%;
	position:relative;
}

#mobile_navigation a {
    color: #FFFFFF;
    font-size: 30px;
    text-decoration:none;
    letter-spacing: 1px;
}


#mobile_navigation {
	display:none;
    text-align:right;
    position:fixed;
    width:100%;
    z-index:20;
    top:10px;
    right:0px;
    margin:0px auto;
    z-index:50;
	overflow-y: hidden; // hide vertical
    overflow-x: hidden; // hide horizontal
}

.sidenav {
    height: 0px;
	top: -10px;
    width: 100%;
    position: fixed;
    z-index: 1;
    right: 0px;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
	overflow-y: hidden; // hide vertical
overflow-x: hidden; // hide horizontal
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 40px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
	text-align:center;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #AC387F;
}

.sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    margin-left: 50px;
}



.navigation {
	z-index: 999999;
	display: inline-block;
	vertical-align: baseline;
	float: right;
	text-transform: lowercase;
	padding-top: 14px;
}

.navigation .following {
    color: #999999;
}
.navigation_light {
	z-index: 999999;
	display: inline-block;
	vertical-align: baseline;
	float: right;
	text-transform: lowercase;
	padding-top: 14px;
}

.navigation_light .following {
    color: #999999;
}


.set_link.first {
    margin-top: 2em;
}

.set_link.last {
    margin-bottom: 2em;
}

.navigation a {
	color: rgba(250,250,250,1);
	text-decoration: none;
	text-transform: lowercase;
	font-size: 21px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.navigation a:hover {
	color: #250518;
}

.navigation a:active {
	color: #250518;
	text-transform: lowercase;
}

.navigation li.active a {
   color: #AC387F;
}

.navigation li.active a:hover {
    color: rgba(255,255,255,1);
}

.navigation li.active a:active {
    color: rgba(255,255,255,0.9);
}
.navigation_light a {
	color: rgba(43,43,43,1.00);
	text-decoration: none;
	text-transform: lowercase;
	font-size: 21px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.navigation_light a:hover {
	color: #961B61;
}

.navigation_light a:active {
	color: #961B61;
	text-transform: lowercase;
}

.navigation_light li.active a {
   color: #961B61;
}

.navigation_light li.active a:hover {
    color: rgba(255,255,255,1);
}

.navigation_light li.active a:active {
    color: rgba(255,255,255,0.9);
}
.mobilemenubutton{
	font-size:50px;
	cursor:pointer;
	color:#FFFFFF;
	padding-right: 10px;
	text-shadow: 2px 2px 1px #000000;
	-o-transition:.5s;
  	-ms-transition:.5s;
  	-moz-transition:.5s;
  	-webkit-transition:.5s;
 	transition:.5s;
}

.mobilemenubutton a:hover {
    color: #AC387F;
}


.navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

.navigation li {
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 30px;
	text-transform: lowercase;
}

.navigation li.set_link {
    display: none;
}

.navigation_light ul {
	list-style: none;
	padding: 0px;
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
}

.navigation_light li {
	white-space: nowrap;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 30px;
	text-transform: lowercase;
}

.navigation_light li.set_link {
    display: none;
}


#site_footer {
	clear: both;
	color: #fff;
	padding-top: 15px;
	width: 100%;
	height: 50px;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
}

#site_footer p{
	max-width:1000px;
    margin:0 auto;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:0px;
}


#site_footer p img{
	
    margin-left:10px;
    border:1px solid #222;
    border-radius:50%;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#site_footer p img:hover{
	
  border:1px solid #222;
    border-radius:0%;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    
}
#background-image-phone{
	display: none;
    opacity:1;
    z-index:-2;
    width:100%;
    height:100% !important;
    position:fixed !important;
    left:0px;top:0px;
    bottom:0px;right:0px;
    bottom:0px;right:0px;
    margin:auto;
    background-size: cover;
    background-image:url(../images/mobile-bg.jpg); 
    background-position:left ;
    background-repeat:no-repeat; 
    min-height: 500px;}

@media all and (max-width: 1024px) {
#holder{
		display: none;
}
#background-image-phone{
	display: block;
}
#mobile_navigation {
display: block;
}
.navigation {
display: none;
}
	
.navigation_light {
display: none;
}	
}


@media all and (max-width: 800px) {

.abouttxt{
	font-size: 14px;
}
.contacttxt{
	font-size: 14px;
}
.slogan{
    font-size:30px;
}

.slogan p{
    font-size:12px!important;
}
}
input[type=submit] {
    background-color:#FFFFFF;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: "Century Gothic";
}
