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

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0; 
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
/* FireFox Page-Shift Fix */*{
	margin: 0; padding: 0;
}
html, .ui-mobile, .ui-mobile body {
    height: 100%;
  box-sizing: border-box;
  }
  .ui-mobile, .ui-mobile .ui-page {
    min-height: 105px;
  }
.robotic {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
	color: inherit;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#container {
   min-height:100%;
   position:relative;
}

#wrap {
  min-height: 100%;
}

.hp	{
	background-image: url(images/BG_Animation_updated.gif);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

.lights	{
	background-image: url(images/lights_bg.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

.about	{
	background-image: url(images/about.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

.about-pg p { padding-bottom: 25px; }

.work	{
	background-image: url(images/my_work.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

.testimonials	{
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

.contact	{
	background-image: url(images/contact.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	
	/* Full height */
    height: 100%;
	position: relative;
}

img.label {
	display: block;
	width: 50%;
	height: auto;
	padding: 1%;
	float: right;
	margin: 0px;
	font-family:"proxima-soft";
	font-size: 2.8vw;
	font-weight: 500;
	color: black;
	background-color: white;
}

header {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,100), rgba(0,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,100), rgba(0,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,100), rgba(0,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,100), rgba(0,0,0,0)); /* Standard syntax (must be last) */
	float: left;
	display: block
}

header img{
	width: 40%;
}

header content-r {
	float: right;
	text-align: right;
	width: 30%;
	height: auto;
	position:  relative;
	padding-top: 2%;
	padding-left: 0%;
	padding-bottom: 2%;
	padding-right: 2%;
}

header content-c {
	text-align: center;
	width: 64%;
	margin: 0px;
	position: absolute;
	padding-top: 3%;
	padding-bottom: 0%;
	padding-left: 18%;
	padding-right: 18%;
	float: left;
	display: block;
}

header content-c p{
	text-align: center;
	font-family:"proxima-soft";
	font-size: 1.6vw;
	font-weight: 300;
	color: white;
	line-height: 2vh;
}

header content-c h{
	text-align: center;
	font-family:"proxima-soft";
	font-size: 2.8vw;
	font-weight: 500;
	color: white;
}

header content-l {
	float: left;
	text-align: left;
	width: 30%;
	height: auto;
	position: absolute;
	padding-top: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
}

#ContactForm	{
	width: 100%;
	float: left;
	position: relative;
}

input {
	width: 57%;
	height: 20px;
	background-color: rgba(25,25,25,1);
	border: 0px;
	font-family:"proxima-soft";
	font-weight: 100;
	letter-spacing: 0px;
	padding: 2% 2% 2% 2%;
	margin: 0px;
	font-size: 1vw;
	float: right;
	color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.thx {
	font-family:"proxima-soft";
	color: white;
	font-size: 35px;
	font-weight: 500;
}

form label {
	color: white;
	font-family:"proxima-soft";
	font-size: 1.2vw;
}

form {
	width: 75%;
}

#submit {
	width: auto;
	height: auto;
	background-color: rgba(0,0,0,0.00);
	border: 2px solid;
	border-color: white;
	border-radius: 5px;
	font-family:"proxima-soft";
	color: white;
	letter-spacing: 0px;
	padding: 1% 2% 1% 2%;
	margin: 1% 0% 0 0;
	font-size: 1.2vw;
	float: right;
	text-align: right;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

back {
	width: auto;
	height: auto;
	background-color: rgba(0,0,0,0.00);
	border: 2px solid;
	border-color: white;
	border-radius: 5px;
	font-family:"proxima-soft";
	color: white;
	letter-spacing: 0px;
	padding: 1% 2% 1% 2%;
	margin: 1% -15% 0 0;
	font-size: 1.2vw;
	float: left;
	text-align: left;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

textarea {
	width: 77%;
	height: 200px;
	resize: vertical;
	background-color: rgba(25,25,25,1);
	border: 0px;
	color: white;
	float: right;
	font-family:"proxima-soft";
	font-weight: 100;
	letter-spacing: 0px;
	padding: 2% 2% 2% 2%;
	margin: 0px;
	font-size: 1vw;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.desktop {
	display: none;
}

.mobile {
	display: block;
}

.topnav {
    overflow: hidden;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.topnav a {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  text-decoration: none;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
	display: block;
	width: 100%;
	height: auto;

}

.topnav a:hover {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
  text-decoration: underline;
	display: block;
	}

.topnav .icon {
    display: none;
}

.topnav2 {
    overflow: hidden;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.topnav2 a {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  text-decoration: none;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
	display: block;
	width: 100%;
	height: auto;

}

.topnav2 a:hover {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
  text-decoration: underline;
	display: block;
	}

.topnav2 .icon {
    display: none;
}

.rightnav {
    overflow: hidden;
	width: 30%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: none;
}

.rightnav a {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  text-decoration: none;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
	display: none;
	width: 100%;
	height: auto;

}

.rightnav a:hover {
    color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
  text-decoration: underline;
	display: block;
	}

.rightnav .icon2 {
    display: none;
}

a.active {
  color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
  text-decoration: underline;
	display: block;
}

.leftbar {
	float: left;
	text-align: left;
	width: 30%;
	height: auto;
	position: absolute;
	padding-top: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	padding-right: 2%;
	}

a.active:hover {
  color: white;
  text-align: left;
  padding: 0px 0px 5% 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.3vw;
  font-weight: 300;
  float: left;
  text-decoration: underline;
	display: block;
}

#contentMid {
	width: 68%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 7%;
}


#contentCVMid {
	width: 40%;
	height: 130%;
	display: block;
	padding: 0 2% 0 0;
	position: relative;
	float: left;
	margin: 0 0 0 -10%;
	overflow: auto;
}

#contentCVMid h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentCVMid p {
	font-family:"proxima-soft";
  	font-size: 0.9vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

div.scroll {
	position: relative;
	overflow: auto;
	padding: 0 5% 0 0;
	width: 100%;
	height: 100%;
}

.numbertextCV {
	margin: 0 0 0 13%;
	color: #f2f2f2;
  padding: 0px 1%;
  position: relative;
  top: 0;
  font-family:"proxima-soft";
	font-size: 0.9vw;
  	font-weight: 300;
}

/* Next & previous buttons */
.prevCV, .nextCV {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin: 3% -20% 0 9%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.nextCV {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevCV:hover, .nextCV:hover {
  background-color: rgba(0,0,0,0.8);
}

gallery-content {
	width: 100%;
	height: auto;
	position: absolute;
	float: left;
	display: block;
	padding: 0% 0% 0% 0%;
	margin: 0 0 0 0%;
}

gallery-content img{
	margin: 0 18% 0 19%;
	padding: 0px;
	display: block;
}

gallery-content iframe{
	margin: 1% 18% 0 19%;
	padding: 0px;
	display: block;
}

#contentCV {
	width: 85%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 16%;
}

#contentCV h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentCV p {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentCV2 {
	width: 85%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 16%;
}

#contentCV2 h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentCV2 p {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentCV3 {
	width: 85%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 16%;
}

#contentCV3 h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentCV3 p {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentMid h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentMid p {
	font-family:"proxima-soft";
  	font-size: 0.9vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentMid2 {
	width: 68%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 7%;
}

#contentMid2 h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentMid2 p {
	font-family:"proxima-soft";
  	font-size: 0.9vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentMid3 {
	width: 71%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 7%;
}

#contentMid3 h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentMid3 p {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

#contentMid4 {
	width: 71%;
	height: 85%;
	display: block;
	padding: 0;
	position: absolute;
	float: left;
	margin: 0 0 0 7%;
}

#contentMid4 h {
	font-family:"proxima-soft";
  	font-size: 1.2vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 1.5% 0;
}

#contentMid4 p {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 1.3% 0;
}

content-test {
	width: 300px;
	height: 100%;
	float: left;
	display: block;
}

testimonial {
	width: 35%;
	height: 50%;
	display: block;
	position: relative;
	float: left;
	padding: 0 2% 0 0;
	margin: 0 5% 2% 1%;
}

testimonial h {
	font-family:"proxima-soft";
  	font-size: 1vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 2% 0;
}

testimonial p {
	font-family:"proxima-soft";
  	font-size: 0.8vw;
  	font-weight: 300;
	color: white;
	margin: 0 0 1.6% 0;
}

main-content {
	width: 100%;
	height: 42.5%;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
	display: block;
}

main-content left {
	width: 23%;
	height: auto;
	padding-left: 2%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
	float: left;
	text-align: left;
	z-index: 1;
}

main-content img{
	margin-bottom: 8%;
}

main-content middle {
	width: 43%;
	height: 100%;
	padding-left: 8%;
	padding-right: 4%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 -14%;
	position: absolute;
	float: left;
	text-align: left;
}

main-content middle h{
	font-family:"proxima-soft";
  	font-size: 2.3vw;
  	font-weight: 500;
	color: white;
	margin: 0 0 2% 0;
}

main-content middle p{
	font-family:"proxima-soft";
  	font-size: 1.8vw;
  	font-weight: 300;
	color: white;
	margin: 0.5% 0 0% 0;
}

main-content middle-gallery {
	width: 43%;
	height: 100%;
	padding-left: 8%;
	padding-right: 4%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
	position: absolute;
	float: left;
	text-align: left;
}

main-content middle2 {
	width: 50%;
	height: 100%;
	padding-left: 8%;
	padding-right: 4%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 -14%;
	position: relative;
	float: left;
	text-align: left;
}

main-content container {
	overflow: auto;
	height: 100%;
	display: block;
	width: 50%;
	float: left;
	margin: 0 0 0 -15%;
}

image-bg {
	background-image: url(images/testimonials.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

image-bg2 {
	background-image: url(images/testimonials2.png);
	background-size: 100%;
	background-position: top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 2% 0 0 0;
	display: block;
	background-repeat: no-repeat;
}

main-content middle-test {
	width: 72%;
	height: 130%;
	padding-left: 4%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 10%;
	position: absolute;
	float: left;
	text-align: left;
	display: block;
	overflow: auto;
}

main-content right {
	float: right;
	text-align: right;
	width: 12%;
	height: auto;
	position:  relative;
	padding-top: 0%;
	padding-left: 0%;
	padding-bottom: 0%;
	padding-right: 2%;
}

.video-img{
	width: 40%;
}

.youtube-img {
	width: 80%;
}

.gallery-img {
	width: 60%;
	margin: 12% 0 0 0;
}

.gallery {
	padding: 0 0 0 0;
	width: 70%;
	height: auto;
	margin-left: 42%;
}

.gallery img{
	margin: 1%;
	width: 47.5%;
	height:auto;
	float: left;
}

.gallery3 {
	padding: 0 0 0 0;
	width: 90%;
	height: 30%;
	margin-left: 30%;
}

.gallery3 img{
	margin: 1%;
	width: 30%;
	height:auto;
}

.gallery2 {
	padding: 0 8% 0 0;
	width: 95%;
	height: 150%;
	margin-left: 10%;
	margin-top: -3%;
	overflow: auto;
}

.gallery2 img{
	margin: 0 1% 0 0;
	cursor: pointer;
	display: inline-block;
}

.videoImg {
	width: 60%;
}

iframe {
	margin: 27% 10% 27% 10%;
}

#footer {
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.80);
	float: left;
	position: relative;
	margin: 11% 0px 0% 0px;
	padding: 2% 0px 2% 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	display: block;
}

#footer a {
	color: white;
  text-align: left;
  padding: 0px 0px 0px 0px;
	margin: 0px;
  font-family:"proxima-soft";
  font-size: 1.1vw;
  font-weight: 300;
}

#footer img {
	vertical-align: middle;
	width: 3%;
}

#footer a {
	color: white;
	text-decoration: none;
	font-family:"proxima-soft";
  font-size: 1.2vw;
  font-weight: 300;
}

#footer a:hover {
	color: white;
	text-decoration: none;
	font-family:"proxima-soft";
  font-size: 1.2vw;
  font-weight: 300;
}


/************************************************************************************
MOBILE
*************************************************************************************/
@media screen and (max-width: 600px) {
main-content middle-test {
	width: 72%;
	height: 80%;
	padding-left: 4%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 10%;
	position: absolute;
	float: left;
	text-align: left;
	display: block;
	overflow: auto;
}
}

@media screen and (max-width: 400px) {
	#footer {
	margin: 65% 0 0 0;
	}
	
	.work	{
	background-image: url(images/my_work_600.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	}

	
	.lights	{
	background-image: url(images/lights_bg_600.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
	background-color: black;
	}
	
	.contact	{
	background-image: url(images/contact_600.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	background-color: black;
	}
	
	.about	{
	background-image: url(images/about_600.png);
	background-position: top;
    background-repeat: no-repeat;
    background-size: 100;
	background-color: black;
	}
	
image-bg {
	background-image: url(images/testimonials.png);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	width: 100%;
	height: 55%;
	margin: 0;
	padding: 0;
	display: block;
}

image-bg2 {
	background-image: url(images/testimonials2.png);
	background-size: 100%;
	background-position: top;
	width: 100%;
	height: 40%;
	margin: 0;
	padding: 2% 0 0 0;
	display: block;
	background-repeat: no-repeat;
	}
	
	main-content middle-test {
	width: 72%;
	height: 100%;
	padding-left: 4%;
	padding-right: 0%;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 0 0 10%;
	position: absolute;
	float: left;
	text-align: left;
	display: block;
	overflow: auto;
}
}