/*
@font-face {
	font-family:"QUARTZO Bold";
	src:url("/library/fonts/QUARTZO_Bold/QUARTZO-demo.eot?") format("eot"),url("/library/fonts/QUARTZO_Bold/QUARTZO-demo.woff") format("woff"),url("/library/fonts/QUARTZO_Bold/QUARTZO-demo.ttf") format("truetype"),url("/library/fonts/QUARTZO_Bold/QUARTZO-demo.svg#QUARTZO-Bold") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face{
	font-family: "Montserrat-Bold";
	src: url(/library/fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face{
	font-family: CODE_Bold;
	src: url(/library/fonts/CODE_Bold/CODE_Bold.otf);
}
@font-face{
	font-family: Lovelo_Black;
	src: url(/library/fonts/Lovelo/Lovelo_Black.otf);
}
@font-face{
	font-family: Intro;
	src: url(/library/fonts/Intro/Intro.otf);
}
*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.clear {
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: 'Open Sans', 'Montserrat', sans-serif;
  font-weight: 100;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  width: 100%;
  overflow-x: hidden;
}
#bgVideo {
  position: fixed;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
#video2 {
  position: fixed;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
}
#bgScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  transition: background-color 600ms linear;
}
/*
#colorBlock{
	position: fixed;
	width: 23%;
	height: 100%;
	top:0;
	left:0;
	background-color: rgba(74, 91, 18, 0.65);
	opacity: .8;
	transform: translateX(0);
	transition: transform 300ms ease-in-out, background-color 1500ms linear;;
	&.moved{
		transform: translateX(-100%);
		transition: transform 500ms ease-in-out;
	}
}
*/
header {
  position: fixed;
  z-index: 3000;
  padding-bottom: 60px;
  bottom: 0px;
  width: 23vw;
  text-align: right;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: cover;
  user-select: none;
  transition: transform 500ms ease-out;
  /*
	#logo{

	}
*/
  /*
	.links{

		margin-top: 30px;
		a{
			color: #4f3a0c;
			display: block;
			display: none;
			//font-family: 'Montserrat', sans-serif;
			img{
				width: 70%;
			}
			&:nth-child(1){
				transform: rotate(5deg)
			}
			&:nth-child(2){
				margin-right: -5px;
			}
			&:nth-child(3){
				transform: rotate(-2deg)
			}
		}
		#theWork{
			text-align: center;
			padding: 30px 0px 30px 20px;
		}

	}
*/
}
header.moved {
  transform: translateX(-230%);
  border-color-right: rgba(74, 91, 18, 0.75);
}
header #logoBox {
  padding: 10px 30px;
  text-align: right;
}
header #logo,
header #biline {
  width: 100%;
}
header #logoMobile {
  display: none;
}
header #biline {
  border-top: 3px dotted rgba(194, 239, 154, 0.29);
  transition: border-top-color 1000ms linear;
}
header .links2 {
  padding-right: 40px;
  font-size: 170%;
  transition: background-color 500ms linear;
}
header .links2 a {
  display: block;
  color: white;
  text-decoration: none;
  color: rgba(90, 8, 8, 0.55);
  font-weight: 700;
  line-height: 1.2;
  transition: color 600ms linear;
  padding: 12px 0 4px 0;
  font-size: 20px;
  text-transform: lowercase;
  font-size: 18px;
  font-family: 'Open Sans';
  font-weight: 100;
}
header .links2 a.subLink {
  font-size: 70%;
  padding-right: 10px;
  padding: 0px 0px 3px 10px;
}
header #appMenuButton {
  display: none;
}
#copyright2 {
  float: right;
  margin-bottom: 30px;
  /*
	position: fixed;
	bottom: 50px;
	right:-50px;
	padding: 5px 10px;
	opacity: .4;
	z-index: 5000;
	transform: rotate(-90deg);
*/
}
/*
#seal{
	position: fixed;
	bottom: -200px;
	left:-175px;
	opacity: .10;
	//display: none;
}
*/
main {
  position: relative;
  padding: 0px 5% 0px 34%;
  width: 100%;
  transform: translateX(0);
  transition: transform 500ms ease-in-out;
}
main.moved {
  transition: transform 500ms ease-in-out;
  transform: translateX(100%);
}
main .sectionDivider {
  height: 50vh;
}
main .page {
  padding: 0px 5% 0px 5%;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid transparent;
  transition-prperty: background-color, border-color;
  transition-duration: 300ms ;
  transition-timing-function: linear;
}
main .page .cols {
  padding: 20px 0;
}
main p {
  margin: 0 0 10px 0px;
}
main h1 {
  margin: 1% -5vw 1% -10%;
  font-size: 240%;
  font-size: 500%;
  font-size: 650%;
  font-weight: normal;
  opacity: .8;
  color: white;
  line-height: 1.2;
  transition: color 600ms linear;
  font-weight: 100;
}
main h2 {
  font-weight: 100;
  padding-left: 20px;
  margin-bottom: 5px;
}
main .thumbGroup {
  margin-bottom: 50px;
}
main .thumbGroup .thumbs {
  display: flex;
  flex-wrap: wrap;
}
main .thumbGroup .thumbs .thumb {
  float: left;
  border: 1px solid rgba(119, 174, 116, 0.81);
  border-radius: 8px;
  width: 30.33%;
  margin: 1.5%;
  height: 130px;
  background-color: transparent;
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  transition: border-color 1000ms linear;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.66);
}
main .thumbGroup .thumbs .thumb .title {
  position: absolute;
  display: inline-block;
  bottom: 15px;
  line-height: 1.2;
}
main .thumbGroup .thumbs .thumb .title span {
  background-color: rgba(0, 0, 0, 0.71);
  background-color: rgba(194, 99, 21, 0.85);
  padding: 2px 5px;
  font-size: 84%;
  line-height: 2;
  -webkit-box-decoration-break: clone;
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  left: -6px;
}
main .thumbGroup .thumbs .thumb.wide2Thumb {
  width: 63.66%;
}
main .thumbGroup .thumbs .thumb.wide3Thumb {
  width: 100%;
  height: 220px;
}
main .thumbGroup .thumbs .thumb.tallThumb {
  height: 237px;
}
main .pad {
  padding: 0 2%;
}
main .pad h1 {
  margin-left: 0;
  margin-right: 0;
}
#bigVideo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 3000;
}
#bigVideo video {
  width: 90%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.54);
  background-color: black;
}
#bigVideo .videoInfo {
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 180%;
  line-height: 1.2;
}
#bigVideo #closeButton {
  height: 35px;
  width: 35px;
  background-image: url(/images/icons_07.png);
  background-size: contain;
  margin: 15px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.titlePic {
  height: 300px;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  position: relative;
  border: 1px solid #65abd1;
  /*
	.titleCaption{
		position: absolute;
		bottom: 5%;
		left: 5%;
		h2{
			font-size: 260%;
			color: white;
			padding: 7px 15px;
			background-color: rgba(10, 37, 66, 0.88);
			background-color: rgba(46, 136, 237, 0.88);
			background-color: rgba(43, 140, 34, 0.88);
		}
		span{
			background-color: rgba(82, 116, 153, 0.78);
			padding: 5px;
			color: white;
		}
	}
*/
}
.idNumber {
  background-color: #092035;
  background-color: red;
  padding: 2px 4px;
  border-radius: 0 0 3px 0;
  position: absolute;
  display: none;
}
.showIdNumber .idNumber {
  display: inline-block;
}
.contactInfo {
  position: relative;
}
.contactInfo #contactLogo {
  display: block;
  margin: 0 auto;
  width: 50%;
}
.contactInfo #companyInfo {
  color: white;
}
.contactInfo .col {
  width: 50%;
  float: left;
  padding: 10px;
}
.contactInfo input,
.contactInfo textarea,
.contactInfo button {
  font-size: 100%;
  width: 100%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.21);
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 5px 0;
  border: 1px solid rgba(255, 255, 255, 0.36);
}
.contactInfo textarea {
  height: 100px;
}
.contactInfo button {
  background-color: blue;
  color: white;
  border-radius: 5px;
  width: auto;
  background-color: rgba(43, 140, 34, 0.88);
  cursor: pointer;
}
.contactInfo #messageBox {
  padding-top: 20px;
}
.homeBox {
  height: 100vh;
  position: relative;
  text-align: right;
}
.homeBox .homeText {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
  font-size: 700%;
  line-height: 1;
  text-align: right;
  text-shadow: .05em .05em 0px black;
}
.homeBox .homeText .homeTextClip {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.homeBiline {
  font-size: 300%;
  line-height: 1;
  text-shadow: .05em .05em 0px black;
  transition-property: color, text-shadow;
  transition-duration: 300ms ;
  transition-timing-function: linear;
}
.biline2 {
  font-size: 250%;
  padding: 20px 30vw 0 0;
  color: rgba(98, 23, 4, 0.48);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  color: #a7ca6e;
  opacity: .5;
  transition-prperty: color, text-shadow;
  transition-duration: 300ms ;
  transition-timing-function: linear;
}
/*
.biline3{
	font-size: 900%;
	//font-family: Intro;
	line-height: .9;
}
*/
/*
#flyingMan{
	text-align: center;
	opacity: .58;
	background-image: url(/images/flying-man.png);
	height: 110px;
	background-size: contain;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}
*/
/*
main h1, header .links2 a, body{
	//font-family: avenir;
	//font-family: lato;
	font-family: "Open Sans";
}
*/
/*
header .links2 a{
	//text-transform: uppercase;
	//text-transform: lowercase;
}
main h1{
	//text-transform: uppercase;
	//text-transform: lowercase;
}
*/
/*
.homeBiline, .biline2, .homeBox .homeText{
	font-family: "Open Sans";
}
*/
main .thumbGroup .thumbs .thumb:hover .title {
  display: inline-block;
}
main h1 {
  color: #7fbf54;
}
/*
canvas{
	display: none;
	background-color: rgba(127, 191, 84, 1);
	background-color: rgba(82, 96, 40, 1);
}
*/
body[data-color="color1"] #bgScreen {
  background-color: transparent;
}
body[data-color="color1"] .links2 a {
  color: transparent;
  color: white;
}
body[data-color="color1"] .homeBiline,
body[data-color="color1"] .biline2 {
  color: transparent;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
body[data-color="color2"] #bgScreen {
  background-color: rgba(174, 50, 11, 0.85);
  background-color: rgba(174, 50, 11, 0.87);
  background-color: rgba(174, 50, 11, 0.92);
}
body[data-color="color2"] main .thumbGroup .thumbs .thumb {
  border-color: #d58113;
  box-shadow: 2px 2px 5px rgba(92, 36, 6, 0.66);
  background-color: white;
}
body[data-color="color2"] main .thumbGroup .thumbs .thumb .title span {
  background-color: #d58113;
  color: white;
}
body[data-color="color2"] h1,
body[data-color="color2"] h2 {
  color: #ffca60;
}
body[data-color="color2"] h2 {
  opacity: .55;
}
body[data-color="color2"] .links2 a {
  color: rgba(90, 8, 8, 0.75);
  color: rgba(255, 202, 97, 0.53);
}
@media (max-width: 800px) {
  body[data-color="color2"] #appMenuButton,
  body[data-color="color2"] .links2 {
    background-color: rgba(222, 143, 14, 0.95);
  }
  body[data-color="color2"] .links2 a {
    color: white;
  }
}
body[data-color="color3"] #bgScreen {
  background-color: rgba(2, 34, 11, 0.85);
  background-color: rgba(39, 64, 8, 0.88);
  background-color: rgba(24, 64, 8, 0.88);
  background-color: rgba(24, 64, 8, 0.92);
}
body[data-color="color3"] main .thumbGroup .thumbs .thumb {
  border-color: rgba(194, 99, 21, 0.85);
  box-shadow: 2px 2px 5px rgba(20, 49, 3, 0.66);
  background-color: white;
}
body[data-color="color3"] main .thumbGroup .thumbs .thumb .title span {
  background-color: #8aa51e;
  background-color: #a6a01f;
  color: white;
  box-shadow: 0px 2px 3px rgba(23, 59, 5, 0.82);
}
body[data-color="color3"] h1,
body[data-color="color3"] h2 {
  color: #faef1c;
  color: #a7ca6e;
}
body[data-color="color3"] h2 {
  opacity: .55;
}
body[data-color="color3"] .links2 a {
  color: rgba(91, 201, 95, 0.75);
  color: rgba(200, 215, 138, 0.55);
}
@media (max-width: 800px) {
  body[data-color="color3"] #appMenuButton,
  body[data-color="color3"] .links2 {
    background-color: rgba(72, 115, 24, 0.95);
  }
  body[data-color="color3"] .links2 a {
    color: white;
  }
}
body[data-color="color4"] #bgScreen {
  background-color: rgba(13, 49, 94, 0.8);
  background-color: rgba(7, 55, 101, 0.9);
  background-color: rgba(15, 65, 89, 0.9);
  background-color: rgba(15, 65, 89, 0.94);
}
body[data-color="color4"] main .thumbGroup .thumbs .thumb {
  border-color: rgba(194, 99, 21, 0.85);
  box-shadow: 2px 2px 5px rgba(16, 44, 69, 0.66);
  background-color: white;
}
body[data-color="color4"] main .thumbGroup .thumbs .thumb .title span {
  background-color: #8aa51e;
  background-color: #579b9f;
  background-color: #c9742d;
  color: white;
  box-shadow: 0px 2px 3px rgba(23, 59, 5, 0.82);
}
body[data-color="color4"] h1,
body[data-color="color4"] h2 {
  color: #8ff3f0;
}
body[data-color="color4"] h2 {
  opacity: .55;
}
body[data-color="color4"] .links2 a {
  color: rgba(91, 201, 95, 0.75);
  color: rgba(200, 215, 138, 0.55);
  color: rgba(144, 243, 240, 0.55);
}
@media (max-width: 800px) {
  body[data-color="color4"] #appMenuButton,
  body[data-color="color4"] .links2 {
    background-color: rgba(26, 138, 160, 0.95);
  }
  body[data-color="color4"] .links2 a {
    color: white;
  }
}
body[data-color="color5"] #bgScreen {
  background-color: rgba(75, 3, 4, 0.8);
  background-color: rgba(75, 3, 4, 0.86);
}
body[data-color="color5"] main .thumbGroup .thumbs .thumb {
  border-color: rgba(149, 104, 75, 0.85);
}
body[data-color="color5"] main .thumbGroup .thumbs .thumb .title span {
  background-color: rgba(182, 189, 77, 0.75);
}
body[data-color="color5"] h1,
body[data-color="color5"] h2 {
  color: rgba(250, 176, 27, 0.98);
  color: #e86ba2;
  color: rgba(233, 120, 120, 0.93);
}
body[data-color="color5"] h2 {
  opacity: .55;
}
body[data-color="color5"] .links2 a {
  color: rgba(245, 103, 103, 0.59);
}
body[data-color="color5"] #contactSubmitButton {
  background-color: rgba(83, 163, 175, 0.93);
}
@media (max-width: 800px) {
  body[data-color="color5"] #appMenuButton,
  body[data-color="color5"] .links2 {
    background-color: rgba(215, 40, 40, 0.95);
  }
  body[data-color="color5"] .links2 a {
    color: white;
  }
}
/*
body[data-color="black"] {
	#bgScreen{
		background-color: rgba(34, 34, 34, 1);
	}
	main .thumbGroup .thumbs .thumb{
		border: 1px solid  rgba(135, 135, 135, 0.85);
		.title span{
			background-color: rgba(118, 107, 122, 1);
			background-color: rgba(77, 110, 120, 1);
		}
	}

	h1,h2{
		color: rgba(250, 176, 27, 0.98);
		color: #e86ba2;
		color: rgba(233, 120, 120, 0.93);
		color: rgba(77, 110, 120, 1);

	}
	.links2 a, .biline2 {
		color: rgba(77, 110, 120, 1);
	}
}

body[data-color="white"] {
	color: black ;
	#bgScreen{
		background-color: rgba(255, 255, 255, 1);
	}
	main .thumbGroup .thumbs .thumb{
		border: none;
		box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.53);
		.title span{
			background-color: rgba(118, 107, 122, 1);
			background-color: rgba(77, 110, 120, 1);
		}
	}

	h1,h2{
		color: rgba(250, 176, 27, 0.98);
		color: #e86ba2;
		color: rgba(233, 120, 120, 0.93);
		color: rgba(77, 110, 120, 1);

	}
	.links2 a, .biline2 {
		color: rgba(77, 110, 120, 1);
	}
}
*/
@media (max-width: 800px) {
  body {
    position: relative;
  }
  /*
.bgImage{
	display: block;
	height: 120vh;
	width: 100vw;
	position: fixed;
	top:0;
	left:0;
	background-size: cover;
	background-position-x: center ;
	background-position-y: center ;
	//background-color: green;
	z-index: -2;
	opacity: 0;
	//transform: translateX(0);
	transition: opacity 3000ms ease-in, transform 300ms ease-in, background-position-x 30000ms ease-in;
}
*/
  /*
#bgImgContainer{
	display: block;
	height: 100vh;
	width: 100vw;
	position: fixed;
	bottom:0;
	left:0;
	z-index: -2;
	img{
		position: absolute;
		bottom: -10%;
		opacity:0;
		transform: translate3d(0,0,0);
		transition: opacity 2000ms ease-in, transform 7000ms ease-in;
	}
}
*/
  header {
    position: static;
    width: 100%;
    margin-top: 10px;
    padding: 0px 0 0 0;
    text-align: center;
    transition: background-color 500ms linear;
    /*
	&:before{
		content:"";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0%;
		left: 0%;
		z-index: -1;
		background-image: url(/images/big-storm-assets-3_02.png);
		background-size: 110%;
		background-position-x: center;
		transform: rotate(180deg);
	}
*/
  }
  header #logoBox {
    padding-bottom: 0;
  }
  header #logo {
    display: none;
  }
  header #logoMobile {
    display: inline-block;
    width: 70vw;
  }
  header.moved {
    visibility: hidden;
  }
  header .links2 {
    display: none;
    position: fixed;
    z-index: 5000;
    padding: 5px 5px 5px 5px;
    margin: 10px 0 0 10px;
    border-radius: 10px;
    background-color: #000000;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    /*
		&:before{
			content: "";
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0%;
			left: 0%;
			background-size: 110%;
			background-image: url(/images/big-storm-assets-3_02.png);
			background-position-x: center;
			z-index: -1;
			transform: rotate(180deg);
		}
*/
  }
  header .links2 a {
    width: 50vw;
    text-align: left;
    padding: 15px 0 15px 20px;
  }
  header .links2 a img {
    width: 80%;
  }
  header #logo,
  header #biline {
    width: 80%;
    right: 0;
  }
  header #logo {
    margin-top: 10px;
  }
  header #appMenuButton {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 4999;
    background-color: rgba(255, 255, 255, 0.27);
    padding: 2px 10px;
    border-radius: 5px;
    transition: background-color 500ms linear;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
  }
  #copyright2 {
    padding-right: 20px;
  }
  /*
#colorBlock{
	width: 100%;
	height: 200px;
	position: absolute;
}
#seal{
	display: none;
}
*/
  main {
    padding: 200px 0px;
  }
  main .page {
    padding: 0 2%;
  }
  main.moved {
    visibility: hidden;
    transform: translateX(0);
  }
  main .sectionDivider {
    height: 200px;
  }
  main h1 {
    padding-right: 30px;
    font-size: 300%;
    margin-left: 0;
  }
  main .thumbGroup .thumbs .thumb,
  main .thumbGroup .thumbs .thumb.wide2Thumb,
  main .thumbGroup .thumbs .thumb.wide3Thumb {
    width: 47%;
    height: 110px;
  }
  .homeBox {
    height: 10px;
  }
  .homeBiline {
    font-size: 250%;
    line-height: 1.2;
    text-shadow: .05em .05em 0px black;
  }
  .biline2 {
    font-size: 200%;
    padding: 10px 20vw 0 0;
    line-height: 1.2;
    color: #a7ca6e;
    opacity: .5;
  }
}
