/* ///////////// resetStyle  ////////////// */
@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ///////////// resetStyle end ////////////// */

/* ///////////// FONTS ////////////// */
/* ///////////// FONTS END  ////////////// */

/*///////////// Responsive header ////// */

/*///////////// Responsive header end ////// */

/* ///////////// header  ////////////// */
header.head{
	background-color:#121212;
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	height: 54px;
	text-transform: uppercase;
	/*sticky nav and get responsive nav over body*/
	/*position:fixed;
	z-index: 2;*/
}

#sticky{
	width:100%;
	position:fixed;
	top:0;
	z-index: 4 ; /*1* for video not roll top*/
}

header ul{
	display: block;
    margin: 0px;
    padding: 0px;
	width: 60%;
	margin-left: auto;
    margin-right: auto;
}

header ul li{
	font-family: 'Quicksand', sans-serif;
	float: left;
	position: relative;
}

header ul li a:link{
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	padding: 0px 18px;
	line-height: 54px;
}

header ul li a:visited {
	color: #ffffff;
}

header ul li a:hover    {
	color: #d7d7d7;
	background-color:#e02737;
}

header ul li a:active   {
	color: #ffffff;
	background-color:#e02737;
}

header ul li a:focus {
	color: #ffffff;
	background-color:#e02737;
}
/* ///////////// header end ////////////// */

/* ///////////// footer  ////////////// */
footer#foot{
	background-color:#121212;
	width: 100%;
	height: auto;
	clear:both;
}
footer .worksholder{padding-top: 1%;}
#footerholder{
	width: 68%;
	margin: 3% 16%;
	display: inline-block;
}
#footerthirty{
	width: 35%;
	float: left;
}
#footerseventy{
	width: 62%;
	float: left;
	margin-left:3%;
}
#footerthirty{
	-webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
#footerseventy{	-webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#footerthirty h4{
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 8%;
}
#footerthirty h4:nth-child(2){
	margin-bottom: 0%;
}
#footerthirty h4  a,#footerthirty a:visited,#footerthirty a:active,#footerthirty a:focus{color: #fff;text-decoration: none;}
#footerthirty a:hover{color: #e02737;}
#footerseventy a, #footerseventy a:visited,#footerseventy a:active,#footerseventy a:focus{
	color: #fff;
	text-decoration: none;
	margin: 0% 2% 0% 0%;
}
#footerseventy a:hover{
	color: #e02737;
	}
#footerseventy h4{
	font-size: 1em;
	color: #ffffff;
	margin-top: 4%;
}
/* ///////////// footer end ////////////// */

/* ///////////// home  ////////////// */
body {
	font-family: 'Quicksand', sans-serif;
}

#hometop{
	width: 100%;
	height: 700px;
	background-color: #000000;
	clear: both;
}
#homeforty{
	width: 45%;
	float: left;
}

#homesixty{
	width: 55%;
	float: left;
	height: 700px;
	background-image: url("../assets/homebg2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#slider{
	height: 700px;
}
.nivo-controlNav{display:none;}
.theme-default .nivoSlider {margin-bottom: 0px;}

#name{
	color: #ffffff;
	margin-top:30%;
	margin-left:35%;
	font-size: 3.75em;
	padding: 1%;
	line-height: 130%;
	text-transform: uppercase;
}
#title{
	color: #ffffff;
	width: 60%;
	margin-left:35%;
	margin-top: 5%;
	font-size: 2.375em;
	font-weight: 300;
	line-height: 120%;
	letter-spacing: 2px;
}
#homesixty a, #homesixty a:visited,#homesixty a:active,#homesixty a:focus{
	color:#fff;
	font-weight:700;
	font-size: 1.125em;
	text-decoration: none;
	/*position: absolute;
    bottom: 0px;*/
}
#homesixty a:hover{
	color: #e02737;
	}
#homesixty a:first-child{
	margin-left: 5%;
}
/* ///////////// home end ////////////// */

/* ///////////// banner ////////////// */
.banner{
	width:100%;
	height: 300px;
	background-color: #012a37;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
	position: relative;
	/*padding-top: 54px;*/
}
.banner img{width:100%;}
.banner h1, .banner p{
	color:#000;
	font-size:3.75em;
	text-align:center;
	line-height:120%;
	position: absolute;
}
#bannermakeup{
	background-image: url("../assets/banner/bannerMakeup4.jpg");
	/*background-position: center center;*/
}
#bannerhair{background-image: url("../assets/banner/bannerHair2.jpg");}
#bannerevents{background-image: url("../assets/banner/bannerEvents2.jpg");}
#bannertutorials{background-image: url("../assets/banner/bannerTutorials.jpg");}
#bannercontact{background-image: url("../assets/banner/bannerContact2.jpg");}
#bannervoice{background-image: url("../assets/banner/bannerVoice.jpg");}
#bannervideoshoot{background-image: url("../assets/banner/bannerVideo.jpg");}

/*#bannermakeup h1{width:70%;margin: 0% 15%;top: 25%;}*/
#bannermakeup h1{width:70%;margin: 0% 20% 0% 10%;top: 25%;color:#ffffff;}
#bannerhair h1{text-align: right;width:60%;margin-left:40%;}
#bannerhair p{text-align: right;width:80%;margin-left:20%;}
#bannerevents h1{width:65%;margin-left:7%;top: 15%;color:#ffffff;}
#bannertutorials h1{width:30%;text-align:left; margin-left:5%;top: 5%;}
#bannercontact h1{width:50%;text-align:left; margin-left:5%;top: 10%;color:#fff;}
#bannervoice h1{width:70%;margin: 0% 20% 0% 10%;top: 25%;}
/* ///////////// banner end ////////////// */

/* ///////////// makeup hair ////////////// */
#pagetitle{
	width: 92%;
	font-size: 3em;
	color: #fff;
	background-color: #e02737;
	padding: 1% 4%;
}
#pagespace{
	/*background-color:#000000;*/
	padding-bottom: 2%;
}

.worksholder{
	width: 92%;
	margin: 1% 4%;
	display: inline-block;
}

.worksonethird{
	width: 32%;
	float: left;
	padding: 0px;
}

.worksonethird:first-child {margin-right: 2%;}
.worksonethird:last-child {margin-left: 2%;}

.worksonefourth{
	width: 23.5%;
	float: left;
	padding: 0px;
	margin-right: 2%;
}
.worksonefourth:last-child {margin-right: 0% !important;}

/*.forimage{min-height: 250px;}*/

.forimage img{
	width: 100%;
}

}
.delayOne{
	-webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delayTwo{
	-webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.whitebg{background-color: #fff; padding: 4% 0%; text-align: center;}
.whitebg h3{color:#000 !important; margin-bottom:2%; font-size: 2.4em !important;
	font-family: "Playfair Display";
	font-weight: normal;
}
.playfairitalic{font-family: "Playfair Display";font-style: italic;}
.whitebg p{margin: 0% 7%; font-size: 1.2em;}
.whitebg a{
	background-color: #E02737;
	cursor: pointer;
	text-decoration: none;
	padding: 1%;
	margin-top: 2%;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	}
.whitebg a:hover{
	background-color: #000000;
	color: #ffffff;
}
.greybg{background-color: #f2f2f2; padding: 4% 0%; text-align: center;}
.greybg h3{color:#000 !important; margin-bottom:2%; font-size: 2.4em !important;
	font-family: "Playfair Display";
	font-weight: normal;
}
.greybg p{margin: 0% 7%; font-size: 1.2em;}
.greybg a{
	background-color: #E02737;
	cursor: pointer;
	text-decoration: none;
	padding: 1%;
	margin-top: 2%;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	}
.greybg a:hover{
	background-color: #000000;
	color: #ffffff;
}
/* ///////////// makeup hair end ////////////// */

/* ///////////// tutorials ////////////// */
.worksholder h3{
	color: #fff;
	font-size: 1.7em;
	line-height: 130%;
}
/*.worksholder h4{
	font-size: 1.5em;
	color: #fff;
}*/
.vidhalf{
	width: 45%;
	float: left;
	padding: 0px;
	margin-top: 2%;
	margin-bottom: 2%;/*temporary 4 look*/
}
.vidfull{
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 2%;
	margin-bottom: 2%;/*temporary 4 look*/
}
.vidholder .vidhalf:first-child {margin-right: 5%;}
.vidholder .vidhalf:last-child {margin-left: 5%;}
.vidholder h4{color:#fff; font-size:1.2em; margin-top:2%;}
.vid {min-height: 150px;background: #fff;} /* fix min-height in respon. media query or remove + bgcolor*/

video.fullvideo{
   width:100%;
   height:auto;
  /* position: relative;
   z-index:0;
   top: -33px;*/
}

#tutorialheading{color: #000;}

/* ///////////// tutorials end ////////////// */

/* ///////////// contact ////////////// */
#sixty{
	width: 55%;
	float: left;
	min-height: 50px;
	margin-top:1%;
}
#forty{
	width: 45%; /*42*/
	/*margin-left: 3%;*/
	min-height: 600px;
	float: left;
	background-image: url("../assets/contactprofile.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	/*background-position:center bottom;*/
	border-image-width: 0;
}
#forty img{width: 100%;}

#sixty h3{color:#fff; font-size:1.5em; /*margin-top:2%;*/}

#contactpagespace{
	background-color:#ffffff;
	padding-bottom: 0%;
	border-image-width: 0;
}

.contactholder{
	width: 100%;
	margin: 0%;
	display: inline-block;
	border-image-width: 0;
}
.contactholder h3{color:#000; font-size:1.5em; margin-top:2%; margin-left:4%;}

#socialhold{
	width: 30%;
	margin-left:35%;
	margin-right:35%;
	margin-top:3%;
	margin-bottom:3%;
	display:inline-block;
}
.social{width: 21%; margin-right: 4%; float:left;}
.social:last-child{margin-right: 0%;}
.social img{width: 100%;}

#contactjo{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	width: 60%;
	/*background: pink;*/
}

input[type="text"] {
    padding: 2% 0% 2% 2%;
    margin: 0;
	border: #cccccc 1px solid;
	font-size: 1.2em;
	font-family: inherit;
}
input[type="text"]:nth-child(2),input[type="text"]:nth-child(3) {
    width:47.75%;
	float: left;
}
input[type="text"]:nth-child(3) {
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 0px;
}
input[type="text"]:nth-child(4) {
    width:97.6%;
	border-top: 0px;
	border-right: 1px #cccccc solid;
	border-bottom: 0px;
	border-left: 1px #cccccc solid;
}
textarea {
	border: #cccccc 1px solid;
	font-size: 1.2em;
	padding-top: 2%;
	padding-left: 2%;
	margin: 0;
	width:97.5%;
	font-family: inherit;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    padding: 2% 5%;
    margin: 0 0 1% 0;
	border: #ffffff;
	background-color: #E02737;
	color: #ffffff;
	font-size: 1.1em;
	width:100%;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover{cursor: pointer;background-color: #000000;}
input:focus, textarea:focus {
	color:#E02737;
}
/*
input:focus, textarea:focus {
    -webkit-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.3),
            0 0 16px rgba(0,0,0,0.3);
    -moz-box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.3),
            0 0 16px rgba(0,0,0,0.3);
    box-shadow:
      inset 0 0 8px  rgba(0,0,0,0.3),
            0 0 16px rgba(0,0,0,0.3);
} */
/* ///////////// contact end ////////////// */

/* ///////////// about ////////////// */
#aboutpic{
	width: 35%;
	float: left;
}

#aboutpara{
	width: 65%;
	float: left;
}

#aboutpara p{
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 2%;
	line-height:25px;
}

#aboutimg{
	width: 70%;
	height: auto; /*350px*/
	margin-bottom: 4%;
}

#aboutimg img{width: 100%}

.aboutname{
	color: #fff;
	font-size:1.25em;
	margin-bottom: 2%;
}

#aboutspace{
	background-color:#83b6c6;
}

#mystory{
	/*background-color: red;*/
	width: 60%;
	float: left;
	height: 150px;
}

#service{
	width: 35%;
	float: left;
	margin-left: 5%;
}

.midtitle{
	color: #fff;
	font-size: 1.8em;
	margin-bottom: 2%;
}

#mystory h5 a:link, #mystory h5 a:visited, #mystory h5 a:active{
	color: #C31842;
	font-size: 1.5em;
	text-decoration: none;
}

#mystory h5 a:hover{text-decoration: underline;}

#resinspire, #resinspire a:link, #resinspire a:visited, #resinspire a:active{
	font-size: 0.9em;
	font-style: italic;
	text-decoration: none;
	color: #000;
}

#resinspire a:hover{text-decoration: underline;}

.servicepara{
	color: #000;
	font-size: 1.2em;
	line-height:25px;
	margin-top: 2%;
}

.serviceparain{
	color: #000;
	font-size: 1.2em;
	line-height:25px;
    border-bottom: thin solid #000000;
	margin-top: 3%;
	padding-bottom: 2%;
}

.serviceparain:last-child {border-bottom: none;}
.servicewhite {color: #fff;}

a#hire:link{
	color: #ffffff;
	background-color: #c31842;
	padding: 4% 0%;
	font-size: 2.25em;
	text-decoration: none;
	display: block;
	margin: 2% 15% 0% 15%;
	width: 70%;
	text-align: center;
	border: 1px solid #c31842;
    border-radius: 10px;
}
a#hire:visited{color: #ffffff; border: 1px solid #c31842;}
a#hire:hover{color: #000000; border: 1px solid #c31842;}
a#hire:active{color: #000000; border: 1px solid #c31842;}
a#hire:focus{color: #ffffff; border: 1px solid #c31842;}
/* ///////////// about end ////////////// */

/* ///////////// sitemap ////////////// */
.maplist{
	font-size: 1.5em;
	color: #fff;
	line-height:40px;
	margin: 0.5% 0%;
}
.maplist a:link,.maplist a:visited,.maplist a:active,.maplist a:focus{
	color: #000;
	text-decoration:none;
}
.maplist a:hover{color: #fff;}
/* ///////////// sitemap end ////////////// */

/* ///////////// 404 redirect ////////////// */
#bgover .redirect:first-child{padding-top: 10%;}
.redirect{
	text-align:center;
	font-size: 1.5em;
	color: #000;
}
.redirect a:link,.redirect a:visited,.redirect a:active,.redirect a:focus{
	color: #000;
	text-decoration: none;
}
.redirect a:hover{color:#0489b7;}
/* ///////////// 404 redirect end////////////// */

/* ///////////// Events ////////////// */
.split{width:100%;display:inline-block;/*background-color:#fff;*/}
.splitleft{
	/*background-color: rgba(255, 255, 255, 0.9);*/
	width:39%;float:left;
	min-height:360px;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	transform: skew(-17deg, 0deg);
	position: relative;
	z-index: 5;
	left:6%;
	background-color:#fff;
}
.splitleft p{
	transform: skew(0deg, 0deg) !important;
	margin-top:3%;
	margin-right:3%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.6em;
	}
.splitright{
	width:60%;
	float:left;
	min-height:360px;
	background-image: url("../assets/events/voice1.jpg");
	background-repeat: no-repeat;
	position: relative;
	left:1%;
}
.splitright::before { /*NA*/
    left: calc(-100% + 5px);
    border-right: 1px solid rgba(255, 0, 0, 0.7);
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	transform: skew(-17deg, 0deg);
	transform-origin: 100% 100% 0px;
	transition: transform 0.4s ease 0.15s;
	background-color:#fff;

}
.fullimg{
	width:100%;
	min-height:250px;
	background-image: url("../assets/events/veilSteps.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-position:center bottom;
	padding-top: 1%;
}
.fullimg a{
	border: 1px solid rgba(255, 255, 255, 0.7);
	cursor: pointer;
	text-decoration: none;
	padding: 0.5%;
	position: absolute;
	width: 50%;
	margin: 2% 25%;
	color: #000;
}
.fullimg div{
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6);
	/*width: 50%;
	margin: 2% 25%;*/
	padding: 2% 0%;
}
.fullimg h3{
	font-size: 1.8em;
	text-align: center;
	}
.fullimg p{
	font-size: 1.2em;
	text-align: center;
	margin-top: 2%;
}
.splitleft2{
	width:60%;float:left;
	min-height:360px;
	background-image: url("../assets/events/musicvideo1.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	left:0%;
}
.splitright2{
	width:39%;
	float:left;
	min-height:360px;
	border-right: 1px solid rgba(255, 255, 255, 0.7);
	transform: skew(17deg, 0deg);
	position: relative;
	z-index: 5;
	left:-5%;
	background-color:#fff;
}
.splitleft h3, .splitright2 h3{margin-top:5%;font-size: 1.125rem; margin-left:10%;}
.splitleft p, .splitright2 p{
	margin-top:3%;
	margin-left:10%;
	text-align: left;
	font-size: 1rem;
	line-height: 1.6em;
	}
.splitright2 h3, .splitright2 p, .splitright2 a{transform: skew(-17deg, 0deg);}
.splitright2 a{/*color:#000!important; border-color:#000!important;*/padding: 2% !important;}
.splitright2 h3{padding-left:5%;}
a.viewworks{
	cursor: pointer;
	text-decoration: none;
	padding: 1%;
	margin: 1% 3% 1% 20%;
	/*border: 1px solid rgba(225, 225, 225, 1);*/
	color: #fff;
	background-color: #e02737;
	font-weight: 500;
	position: relative;
	top: -55%;
	left:-5%;
	z-index: 5;
	display:inline-block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	}
a.viewworks:hover{
	background-color: #000;
	color:#fff;
}
.fullsection{width:100%;display:inline-block;}
.fullsectionfloatleft{float: left;}
.quote{/*color: #fff;*/ font-size: 1.4em; margin-top: 2%;}

.color1, .color2{
	height: 361px;
    width: 361px;
	opacity: 1;
    transition: all 0.3s ease-in-out 0.6s;
}
.color1{
	left: auto;
    right: 80%;
	top: 110%;
    transform: rotate(56.5deg) translateX(-180px);
    /*transform-origin: 100% 0%;*/
	background: rgba(224,39,55,0.6);
	position:absolute;
}
.color2{
	background: rgba(199,0,36,0.5);
}
.oneoffour{width:25%;float:left;}
.oneoffour img{width:100%;}
.oneoftwo{width:50%;float:left;}
.oneoftwo img{width:100%;}

#videoquote{
	text-align:center;
	font-size: 2.5em;
	margin: 5% 10%;
	color: #ffffff;
}
.empasizered{font-weight:500;color:red;}

/* ///////////// Events end ////////////// */

/* ///////////// Voice ////////////////// */
#voicepagespace{
	background-color:#ffffff;
	padding-bottom: 0%;
	border-image-width: 0;
}

.threedivideholder{
	display:inline-block;
	margin: 0%;
	padding: 0%;
}
.threedivide{
	width:33.3333%;
	float: left;
	height:100vh;
	margin: 0%;
	padding: 0%;
}
.threedivide img{
	width:100%;
}
.threedividetitle{
	color: #000;
	font-size: 2em;
	font-family: 'Playfair Display';
	font-weight: normal;
	margin: 6% 0% 4% 0%;
	text-align:center;
}
.threedividepara{
	margin-left:10%;
	width:80%;
	margin-right:10%;
	text-align: center;
	line-height:28px;
}
.seperator{
	content: "";
	height: 1px;
	width: 40%;
	margin-left:30%;
	margin-top:6%;
	margin-bottom:6%;
	background: #3f3f3f none repeat scroll 0% 0%;
}
.threedivideshare{
	text-transform: uppercase;
	text-align: center;
	font-size:1.2em;
	font-family:'Playfair Display';
	letter-spacing:2px;
}
.threedividesharelinks a{
	color: #000;
	text-decoration: none;
	/*background: red;*/
	display:inline-block;
	width: 32%;
	margin:12% 0% 2% 0%;
	padding:0%;
	text-align: center;
}

.threedividesharelinks a:first-child:visited{color: #000;}
.threedividesharelinks a:nth-child(2):visited{color: #000;}
.threedividesharelinks a:last-child:visited{color: #000;}

.threedividesharelinks a:first-child:hover{color: #33cbfd;}
.threedividesharelinks a:nth-child(2):hover{color: #3b589d;}
.threedividesharelinks a:last-child:hover{color: #ca2026;}

.threedividesharelinks a:first-child:active{color: #33cbfd;}
.threedividesharelinks a:nth-child(2):active{color: #3b589d;}
.threedividesharelinks a:last-child:active{color: #ca2026;}

.threedividesharelinks a:first-child:focus{color: #33cbfd;}
.threedividesharelinks a:nth-child(2):focus{color: #3b589d;}
.threedividesharelinks a:last-child:focus{color: #ca2026;}

.imagecoverslant{
	/*transform: skewY(-17deg) translateZ(0px);
	border-top: 1px solid rgba(255, 255, 255, 0.8);*/
	/*width: 50.1%;*/
	/*min-height: 400px;*/
	/*left: 49.9%;*/
	display: block;
    top: auto;
    bottom: 0px;
    height: 56%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    transform: skewY(-17deg) translateZ(0px);
    z-index: 3;
	top: -15%;
	position:relative;
}
.slanttop{
	background-repeat: no-repeat;
	top: 0px;
	z-index: 2;
	height: 70%;
	background-color: #FFF;
	background-size: cover;
	background-position: 50% 0px;
}
.slantbottom{
	left: 0px;
	top: 0px;
	width: 100%;
	transform: skewY(17deg) translateZ(0px);
	transform-origin: 100% 0px 0px;
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#v1{
	background-image: url("../assets/events/voicegallery9.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#v2{
	background-image: url("../assets/events/voicegallery2.jpg");
}
#v3{
	background-image: url("../assets/events/voicegallery6.jpg");
}

#v4{
	background-image: url("../assets/events/voicegallery4.jpg");
}
#v5{
	background-image: url("../assets/events/voicegallery5.jpg");
}
#v6{
	background-image: url("../assets/events/voicegallery12.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#v7{
	background-image: url("../assets/events/voicegallery10.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#sticky{
	 position:fixed;
	 width:100%;
	 top:0;
	 z-index: 2; /*1* for game video image not roll top*/
}

/* ///////////// Voice end ////////////// */

/* ///////////// Video shoot ////////////// */
#vidshoot1{
	background-image: url("../assets/events/image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
#vidshoot2{
	background-image: url("../assets/events/musicvideo5.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.sharelink, .sharelink:visited{
	text-decoration:none;
	margin-top: 4%;
	padding-top: 4%;
	color:#000;
	display:block;
}
.sharelink:hover, .sharelink:active, .sharelink:focus{
	color:#E02737;
}
/* ///////////// Video shoot end ////////////// */

/* ///////////// Home Vid ////////////// */
#homebgvid{
	opacity: 0.4;
	position: fixed;
	right: 0px;
	bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transition: opacity 1s ease 0s;
	display: block;
}
#homeenter{
	position:absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#hometitle{
	text-align:center;
	font-size:2.6em;
	color: #fff;
	font-family:'Playfair Display';
	text-transform: uppercase;
	letter-spacing:-1px;
}
#homesubtitle{
	text-align:center;
	font-size:1.4em;
	color: #fff;
	font-family:'Playfair Display';
	text-transform: uppercase;
	letter-spacing:-1px;
	margin-top:3%;
}
#homelink{
	text-align:center;
	font-size:1em;
	color: #fff;
	font-family:'Playfair Display';
	text-transform: uppercase;
	text-decoration: none;
	border: #fff solid 1px;
	padding: 3% 2%;
	display:block;
	margin-top:20%;
}
#homelink:hover{
	color: #fff;
	background:#E02737;
	border: #E02737 solid 1px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

/* ///////////// Home Vid end ////////////// */

/* ///////////// responsiveness ////////////// */
@media only screen and (max-width: 1300px) {
	#meet{width: 25%;}
	.banner{height: 285px;}
}
@media only screen and (max-width: 1100px) {
	#featuredimgholder {margin: 6% 5% 1%;}
	.worksonethird a.bluelink {width: 40%;}
	.worksonethird p.bluelink {width: 40%;}

	#checkL{width:50%;float:left;margin-bottom: 1%;}
	#checkR{width:50%;float:left;margin-bottom: 1%;}

	.banner h1{font-size:3.5em;}
	.banner{height: 230px;}

	.eventL{float: left;width: 40%;}
	.eventR{width: 60%;float: left;}
	.eventL a.viewworks{padding: 4%;margin: 3% 1% 3% 40%;}
	.eventR p{margin-top: 3%;margin-bottom: 2%;}
	#bannerevents h1{width:75%; top: 10%;}

	.threedivide {height: 477px;}

	#bannertutorials h1{width: 40%;}
}
@media only screen and (max-width: 1024px) { /*kindle 600x1024*/
	#featured .featuredtitle h3{font-size: 1.7em;}
	#workwith {width: 16%;margin-left: 42%;}

	input[type="text"] {width:80%;}
	textarea{width:98%;}

	.banner h1{font-size:3.3em;}
	.banner{height: 210px;}
}
@media only screen and (max-width: 990px) {
	#meet{width: 30%;}
	#featured .featuredtitle {margin-top: 2%;width: 40%;height: 40px;}
	#featured .featuredtitle h3 {font-size: 1.4em;}
	#featuredimgholder {margin: 8% 5% 1%;}

	.worksonethird a.bluelink {width: 45%;}
	.worksonethird p.bluelink {width: 45%;}
	.split{background:#fff;}
	.splitleft{
		width:100%;
		border-right: 0px solid;
		transform: skew(0deg, 0deg);
		left:0%;
		background-color: rgba(255, 255, 255, 0.85);
		color:#000;
		position: absolute;
		z-index: 5;
		}
	.splitright{
		width:100%;
		min-height:360px;
		left:0%;
		background-size:cover;
	}

	.banner h1{font-size:3.2em;}
	.banner{height: 200px;}
	#bannerevents h1{top: 0%;}

	input[type="text"]:nth-child(2),input[type="text"]:nth-child(3) {
    width:47.7%;
	}
	input[type="text"]:nth-child(4) {width:97.5%;}
	textarea {width:97.4%;}

	.threedivide {height: 450px;}

	#bannercontact h1 {width: 60%;}

	#name, #title {margin-left: 30%;}
}
@media only screen and (max-width: 800px) {
	#meet{width: 35%;}
	#featuredimgholder {margin: 10% 5% 1%;}
	#workwith {width: 20%;margin-left: 37%;}
	#footermobile{background-color: rgba(34, 34, 34, 0.90);}

	.worksonethird a.bluelink {width: 60%;}
	.worksonethird p.bluelink {width: 60%;}

	#contacttitle{font-size: 1.7em;}

	.banner h1{font-size:2.6em;}
	.banner{height: 155px;}

	input[type="text"]:nth-child(2),input[type="text"]:nth-child(3) {
    width:47.6%;
	}
	input[type="text"]:nth-child(4) {width:97.4%;}
	textarea {width:97.2%;}

	.threedividepara {line-height: initial;font-size: 14px;}
	.threedivide {height: 360px;}
	.threedividetitle {font-size:1.8em;}
	.threedivideshare{font-size:1em;}

	#bannertutorials h1{top: 0%;}

	#hometop, #homesixty, #slider{height: 580px;}
	#name {font-size: 3em;}
	#title {font-size: 1.625em;}
}
@media only screen and (max-width: 770px) {
	#meet{width: 40%;}
	#workwith {width: 18%;margin-left: 39%;}

	footer{background-attachment: initial;}
	.banner{height: 150px;}
	#bannermakeup h1{width: 72%;}

	#hometop, #homesixty, #slider{height: 540px;}
}
@media only screen and (max-width: 650px) {
	#meet{width: 50%;}
	#workwith {width: 25%;margin-left: 37%;}
	#contacttitle{font-size: 1.5em;}
	footer{background-attachment: fixed;}
	.footerfour h4{font-size: 0.9em;}

	#aboutpara p:nth-child(2),#aboutpara p:last-child{display:none;}

	#hometop{background-size:cover;}
	#hiretop{background-size:cover;}

	.banner h1{font-size:2.0em;}
	.banner{height: 115px;}

	.eventL{float: left;width: 100%;}
	.eventR{display:none;}
	.eventL a.viewworks{padding: 3%;}

	.splitleft2{
		width:100%;
	}
	.splitright2{
		width:100%;
		border-right: 0px;
		transform: skew(0deg, 0deg);
		position: absolute;
		z-index: 5;
		left:0%;
		background-color: rgba(255, 255, 255, 0.75);
	}
	.splitright2 h3, .splitright2 p, .splitright2 a {
		transform: skew(0deg, 0deg);
	}
	.splitright2 h3 {
		padding-left: 0%;
	}
	.splitright2  a.viewworks {margin: 4% 3% 1% 15%;}
	.threedivide{height: 100vh;}
	#v1,#v6,#v7 {background-size:cover;}
	.threedividesharelinks a {width: 31%;margin: 6% 0% 4%;}
	.slantbottom {height: 96%;}

	#tutorialheading{font-size: 1.6em;}
	.social {width: 46%;margin-right: 4%;}
	.social:first-child, .social:nth-child(2){margin-bottom:3%;}

	#hometop, #homesixty, #slider{height: 460px;}
	#name, #title {margin-left: 20%;}
	#name {font-size: 2.875em;}
	#title {font-size: 1.5em;}
}
@media only screen and (max-width: 600px) { /*kindle 600x1024*/
	#homeseventy{width: 50%;}
	#homethirty {width: 47%;margin-right: 3%;}
	#meet{width: 70%;padding: 2% 1%;}
	#homecontact {background-attachment: initial;padding:4% 0%;}
	.footerfour p span {display: none;}
	.worksonethird a.bluelink {width: 65%;}
	.worksonethird p.bluelink {width: 65%;}

	#contacttitle{font-size: 1em;	line-height:30px;}

	.banner h1{font-size:1.8em;}
	.banner{height: 105px;}

	input[type="text"]:nth-child(2),input[type="text"]:nth-child(3) {
    width:97.5%;
	border: 1px #cccccc solid;
	}
	input[type="text"]:nth-child(4) {width:97.5%;}
	textarea {width:97.2%;}

	.threedivide{padding-bottom: 2%;height: 370px;}
	.slantbottom {height: 100%;}

	#hometop, #homesixty, #slider{height: 400px;}
	#name, #title {margin-left: 15%;}
	#name {font-size: 2.6em;}
}
@media only screen and (max-width: 480px) { /*iphone4 320x480*/
	.onethird h3 {font-size:1.3em;}
	.onethird p {font-size:1.1em;line-height:initial;}
	#featured .featuredtitle {width: 50%;}
	#featuredimgholder {margin: 12% 5% 1%;}
	#homeclients div {width: 47%;}
	.worksonethird a.bluelink {width: 75%;font-size: 1.1em;}
	.worksonethird p.bluelink {width: 75%;font-size: 1.1em;}
	.banner h1{font-size:1.6em;}
	.banner{background-size:cover;background-position: center center;}

	.fullimg a {width: 60%;margin: 2% 20%;}

	.threedivide{padding-bottom: 0%;}
	.threedividesharelinks a {margin: 8% 0% 4%;}
	.threedividegone{display:none;}
	.threedivide{width:50%;}
	.oneoftwo{width:100%;}
	#vidshoot2{width:100%;}

	#hometop, #homesixty, #slider{height: 330px;}
	#name, #title {margin-left: 10%;}
	#name {font-size: 2.4em;}
	#title {font-size: 1.5em;}
}
@media only screen and (max-width: 384px) { /*blackberry Z 384*/
	#name{margin-left:8%;font-size: 2em;}
	#meet{width: 80%;padding: 2% 1%;font-size: 1em;}
	#featured .featuredtitle {width: 70%;}
	#featuredimgholder {margin: 18% 5% 1%;}
	#homecontact h3 {font-size: 1.9em;}
	#workwith {width: 30%;margin-left: 35%;}
	#homeclients h3 {font-size: 1.5em;}
	footer{background-size: auto;}

	.worksonethird p {display:none;}
	.worksonethird h3 {font-size: 1em;}
	.worksonethird {position: relative; min-height: auto;}
	.worksonethird a.bluelink {width: 75%;font-size: 0.8em;position: absolute;bottom: 0px;}
	.worksonethird p.bluelink {width: 75%;font-size: 0.8em;position: absolute;bottom: 0px;}

	#aboutpic{width: 100%;}
	#aboutpara{width: 100%;margin-top: 4%;}
	#mystory{width: 100%;}
	#service{width: 100%;margin-left: 0%;}
	a#hire:link{margin-bottom: 4%}

	.banner h1{font-size:1.35em;}

	.splitleft p .none{display: none;}
	.fullimg a {width: 75%;margin: 2% 12.5%;}
	.splitleft p, .splitright2 p {line-height: 1.5em;}

	#homeforty, #homesixty{width: 100%;}
	#name {margin-left: 20%;font-size: 3em;}
	#title {margin-left: 20%;font-size: 1.625em;}
	#hometop{height: 100vh;}
	#homesixty{display:none;}
}
@media only screen and (max-width: 370px) {
    /*.twitter-timeline{display:none;}*/
	#socialicons{width: 100%;margin-left:0%;margin-right: 0%;}
	/*#name{margin-top:5%;font-size: 1.4em;}
	#hometop{height:220px;background-position: initial;}*/
	#bgover{height:220px;}
	#meet{width: 80%;padding: 2% 1%;}
	body section#hometop {padding-top:15% !important;}
	.onethird p {font-size:1em;line-height:initial;}
	#homeclients div {width: 47%;}
	.footerfour {width: 50%;min-height:155px;}
	#footermemo{padding-bottom: 4%;}
	footer .worksholder{padding-top: 2%;}

	#pagespace{padding-top: 0%;}
	.forimage img {margin-top: 6%;}

	#hiretop{padding-top: 15%;background-size: auto;background-position: initial;}

	#contacttitle{font-size: 1.5em;line-height:25px;}

	#largerpara {font-size: 1.5em;}

	.banner h1{
		font-size:1.15em;
		text-align: initial !important;
		width:96% !important;
		margin: 0% 2% !important;
		line-height:100%;
	}
	.banner{
		height: 95px;
		background-size:100% auto;
		background-position: initial;
	}

	#contactjo{width: 75%;}

	.whitebg h3{font-size: 2em !important;}
	.whitebg p {margin: 0%;}
	.whitebg a{padding: 3%; margin-top: 6%;}
	.worksonethird {width: 90%;margin: 0% 5%;}
	.worksonefourth{width: 40%;margin: 0% 5%;}

	.eventL a.viewworks{margin-left:35%;}
	.splitleft p, .splitright2 p {font-size: 0.97rem;line-height: 1.5em;}
	.fullimg a {width: 80%;margin: 2% 10%;}
	.splitleft p, .splitright2 p {line-height: 1.6em;}

	.threedivide{height: 400px;}
	#v1,#v6,#v7 {background-size:cover;}
	.threedivide{width:100%;}
	.threedividegone{display:block;}
	.threedivideholder:nth-child(2){border-bottom: 2px solid;}

	#tutorialheading{font-size: 1.5em;}

	#socialhold {width: 40%;margin: 3% 30%;}
}
@media only screen and (max-width: 340px) {
	/*#hometop{background-size: auto;}
	#name{margin-top:5%;font-size: 1.4em;}*/
	#meet{width: 100%;padding:1%;}
	body section#hometop {padding-top:17% !important;}
	.footerfour {min-height:160px;}
	#homecontact h3 {font-size: 1.7em;}
	#homeclients h3 {font-size: 1.4em;}
	.onethird h3 {font-size: 1.2em;}

	.worksonethird a.bluelink {width: 80%;}

	.banner h1{font-size:1.1em;line-height:90%;}
}
@media only screen and (max-width: 320px) {/*iphone4 320x480*/
	#meet{width: 75%;padding:2%;}
	#homeseventy{width: 60%;}
	#homethirty {width: 37%;margin-right: 3%;}
	.onethird h3 {font-size: 1.1em;}
	.onethird p {display:none;}
	.worksonethird a.bluelink {width: 85%;font-size: 0.8em;}
	.worksonethird p.bluelink {width: 85%;font-size: 0.8em;}

	.banner h1{font-size:1em;}
	.banner{height: 85px;}

	.fullimg a {width: 90%;margin: 2% 5%;}
}
/* ///////////// responsiveness end////////////// */
