@font-face {
    font-family: 'bigJohn';
    src: url(fonts/big-john.otf);
}

@font-face {
    font-family: 'slimJoe';
    src: url(fonts/slimJoe.otf);
}

html {
    width:100%;
    height:100%;
    overflow: hidden;
    padding:0;
    margin:0;
}
body {
    font-family: slimJoe;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #EDE6D6;
    background-color: #000E0C;
    cursor: none;
}

canvas {
    width:100%;
    height:100%;
    overflow: hidden;
}

input{
    font-family: Montserrat;
    font-size: 1.1vw;
    border: none;
    background: none;
    outline: none;
    border-bottom: 2px solid red;
    color: #418c8e;
    width: 100%;
}

input:focus {
    border: none;
}

input:active {
    border: none;
}

input:enabled {
    border: none;
}

input:select {
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #EDE6D6 inset;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #418c8e !important;
}

textarea{
    font-family: Montserrat;
    font-size: 1.1vw;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-bottom: 2px solid red;
    color: #418c8e;
    resize: none;
}

textarea:focus {
    border: none;
}

textarea:active {
    border: none;
}

textarea:enabled {
    border: none;
}

textarea:select {
    border: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: slimJoe;
    font-weight: 700;
    color: #418c8e;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: slimJoe;
    color: #418c8e;
    opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: slimJoe;
    color: #418c8e;
    opacity: 1;
}

#noComp{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    background: #000E0C;
    color: white;
    display: none;
    z-index: 1000;
    cursor: no-drop;
}

#msnError{
    position: absolute;
    width: 100%;
    top: 65vh;
    text-align: center;
    color: white;
}

#threeContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url("Ligthen.jpg") no-repeat center center fixed;
    mix-blend-mode: lighten;   */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;     
}

#loader{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #EDE6D6;
    z-index: 100;
    display: none;
}

#loaderLogo{
    width: 100%;
    text-align: center;
    font-family: bigJohn;
    position: absolute;
    font-size: 6vw;
    line-height: 29.5%;
    z-index: -1;
    color: #000E0C;
}

#fgCanvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 0;
    display: none;
    cursor: pointer;
}

#fg1{
    opacity: 1;
    display: block-inline;
}

#fg2{
    opacity: 1;
    display: block-inline;
}

#logo{
    width: 100%;
    text-align: center;
    font-family: bigJohn;
    position: absolute;
    font-size: 6vw;
    line-height: 29.5%;
    z-index: -1;
}

#logo span{
    text-align: center;
    font-family: slimJoe;
    font-size: 1vw;
    color: #51A9AC;
    letter-spacing: 0.5vw;
    margin-top: 100px;
    padding-top: 100px;
    border-top: 100px;
}

#logo2{
    width: 100%;
    text-align: center;
    font-family: bigJohn;
    position: absolute;
    font-size: 6vw;
    line-height: 29.5%;
    z-index: -1;
}

#logo2 span{
    text-align: center;
    font-family: slimJoe;
    font-size: 1vw;
    color: #51A9AC;
    letter-spacing: 0.5vw;
    margin-top: 100px;
    padding-top: 100px;
    border-top: 100px;
}

#mouse{
    width: 22px;
    height: 22px;
    z-index: 10;
}

.initButtonText{
    color: #418A8C;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

#usButtonText{
    opacity: 0;
}

#reelButtonText{
    opacity: 0;
}

#workButtonText{
    opacity: 0;
}

.soundCloud{
    position: absolute;
    bottom: 0;
    right: 0;
}

#main{
    position: absolute;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.0) url("../FGtypo.png") no-repeat center center fixed;  */

    width: 100%;
    height: 100%;
    z-index: 1;
    /*box-shadow: inset 0 0 0 10px white;
    box-sizing: border-box;*/
}

#menuText{
    position: absolute;
    top: 0;
    /*background: #000E0C;*/
    font-size: 16px;
    color: #51A9AC;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    font-weight: 700;
}

#us{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    clip-path: url();
    z-index: 6;
    display: none;
    cursor: default;
}

#usContent{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    background: #EDE6D6;
    color: red;
}

#usContent2{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    background: #418c8e;
    color: red;
    clip-path: url(#usClip);
}

#usHello{
    position: absolute;
    width: 100%;
    bottom: 3vh;
    margin: 0;
    font-family: bigJohn;
    font-size: 23vw;
    color: #418C8E;
    text-align: center;
    letter-spacing: -1vw;
    text-shadow: -1.5vw 0vw #072324;
}

#exc1{
    display: inline-block;
}

#exc2{
    display: inline-block;
}

#usHello2{
    position: absolute;
    width: 100%;
    bottom: 3vh;
    margin: 0;
    font-family: bigJohn;
    font-size: 23vw;
    color: #EDE6D6;
    text-align: center;
    letter-spacing: -1vw;
    text-shadow: -1.5vw 0vw #072324;
    z-index: -1;
}

#usText{
    position: absolute;
    width: 31vw;
    top: 0;
    left: 14vw;
    top: 17vh;
    font-family: slimJoe;
    text-align: left;
    font-size: 1vw;
    letter-spacing: 0.1vw;
    color: #EDE6D6;
}

.usLetter{
    display: inline-block;
}

#usTextBox{
    opacity: 0;
}

#usBoxText{
    position: absolute;
    top: 45.5vh;
    left: 16vw;
    font-family: bigJohn;
    font-size: 1.5vw;
    color: #072324;
    opacity: 0;
    cursor: pointer;
}

#usQuote{
    position: absolute;
    top: 9vh;
    right: 9vw;
    font-family: bigJohn;
    font-size: 7vw;
    text-align: left;
    line-height: 80%;
}

#usQuote2{
    position: absolute;
    top: 9vh;
    right: 10vw;
    font-family: bigJohn;
    font-size: 7vw;
    text-align: left;
    line-height: 80%;
}

#quo1{
    color: #e9e2cf;
    display: inline-block;
}

#quo2{
    font-size: 6.6vw;
    color: #072324;
    display: inline-block;
}

#quo3{
    font-size: 6.2vw;
    color: #418c8e;
    display: inline-block;
}

#quo4{
    position: absolute;
    margin-left: 0.2vw;
    margin-top: -1vw;
    font-size: 2.2vw;
    color: #072324;
}

#quo5{
    color: #072324;
}

#quo6{
    position: absolute;
    font-family: slimJoe;
    font-size: 2vw;
    margin-top: -1vw;
    margin-left: 0.3vw;
    letter-spacing: 0.52vw;
    color: #418c8e;
}

#usForm{
    position: absolute;
    top: 28vh;
    right: 11vw;
}

#submit{
    font-family: bigJohn;
    text-align: right;
    margin-top: -3vw;
}

#reel{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    clip-path: url();
    visibility: hidden;
}

#reelVideo{
    position: absolute;
}

#work{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 7;
    background: #000E0C;
    color: white;
    font-family: bigJohn;
    clip-path: url();
    visibility: hidden;
    cursor: default;
}

#rWork{
    position: absolute;
    top: 45%;
    right: 0;
    transform: rotate(-90deg);
    font-size: 4vh;
    line-height: 98%;
    color: #418c8e;
}

#rW2{
    font-size: 4.6vh;
}

#sWork{
    position: absolute;
    top: 25vh;
    left: 10vw;
    transform: rotate(-90deg);
    font-family: slimJoe;
    font-weight: 800;
    font-size: 2vh;
    line-height: 98%;
    color: #418c8e;
}

#sCanvas{
    position: absolute;
    top: 22vh;
    left: 13.5vw;
}

#imgWork img {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tittleWork1{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    z-index: 11;
}

#tittleWork2{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    opacity: 0;
    z-index: 11;
}

#tittleWork3{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    opacity: 0;
    z-index: 11;
}

#tittleWork4{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    opacity: 0;
    z-index: 11;
}

#tittleWork5{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    opacity: 0;
    z-index: 11;
}

#tittleWork6{
    position: absolute;
    top: 73vh;
    right: 8vw;
    font-size: 6vw;
    line-height: 50%;
    opacity: 0;
    z-index: 11;
}

#subtWork{
    font-size: 2vw;
    font-family: slimJoe;
    color: #418c8e;
}

.modal-content{
    background: rgba(255, 255, 255, 0.92);
}

.sliderInput{
    float:right;
    display: inline-block;
    margin-bottom:15px;
}
.sliderContainer{
    display: block;
    margin-bottom:15px;
}

.indent{
    padding-left:20px;
}

a, a:hover, a:visited, a:focus{
    color:#ec008b;
}

a.btn:visited, a.btn:focus{
    color: white;
}

#controls .radio{
    height: 42px;
    display: inline-block;
    width: 100%;
}

input.form-control {
    width: 80px;
    display: inline-block;
}

.radioSlider{
    display: inline-block;
    float:right;
}

.floatRight{
    float:right;
}

.modal-body li{
    margin-bottom:10px;
}


.slider.slider-horizontal {
    width: 200px;
    margin: 0;
    padding: 20px;
    top: 10px;
}

.slider.slider-vertical {
    height: 300px;
    margin: 0;
    padding: 20px;
}

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}

.flat-slider.ui-slider {
  border: 0;
  background: #ffffff;
  border-radius: 7px;
}

.flat-slider.ui-slider-horizontal {
  height: 6px;
}

.flat-slider.ui-slider-vertical {
  width: 6px;
    height:300px;
}

.flat-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #666;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

.flat-slider.ui-slider-vertical .ui-slider-handle{
    background: #ec008b;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -10px;
    opacity: 0.8;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -10px;
    opacity: 0.8;
}

.flat-slider .ui-slider-handle:hover {
  opacity: 0.7;
}

.flat-slider .ui-slider-handle:focus { outline: none; }


.flat-slider{
    vertical-align: middle;
    display: inline-block;
    width: 130px;
    position: relative;
    margin: 10px 10px 10px 10px;
    /*padding: 4px 0;*/
}

.modal-content{
    border-radius: 0;
}
.modal-body{
    padding: 20px 35px;
    padding-top: 40px;
}

span.modal-close{
    display: none;
}
.titleSpan{
    display: inline-block;
    width:100%;
    margin-top:15px;
}
.form-control:focus{
    border-color: #666;
}

.checkbox input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .radio input.custom-checkbox[type="checkbox"]:checked + .icons .icon-checked, .checkbox input.custom-radio[type="radio"]:checked + .icons .icon-checked, .radio input.custom-radio[type="radio"]:checked + .icons .icon-checked {
    color: #666;
}

.radio .icon-checked{
    transition-duration: 0s;
}

.radio .icon-unchecked{
    transition-duration: 0s;
}

#controls .checkbox input.custom-radio[type="radio"]:checked + .icons, #controls .radio input.custom-radio[type="radio"]:checked + .icons {
    margin-top:9px;
}
#controls .radio .icons {
    margin-top:9px;
}

.sliderInput>.flat-slider{
   width: 132px;
}

.label-slider{
    font-size: 15px;
}

.extraSpace{
    display: inline-block;
    width:100%;
    height:15px;
}

.flipped
{
    direction: rtl;
}
.flipped>div
{
    direction: ltr;
}

.paddingBottom {
    margin-bottom: 20px;
}

#coverImg{
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#noSupportModal{
    text-align: center;
}