@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700|Comfortaa:400,700,300);

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
    url('../fonts/codropsicons/codropsicons.woff') format('woff'),
    url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
    url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

html, body, .container {
    height: 100%;
}

body {
    background: #3b3f45;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    overflow: hidden;
    overflow-y: scroll;
    min-height: 590px;
}

a {
    color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    outline: none;
}

a:hover, a:focus {
    color: #fff;
}

/* Top Navigation Style */
.codrops-top {
    margin-top: 1em;
}

.codrops-top a {
    font-size: 0.69em;
    padding: 0 0.25em;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2em;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

.codrops-icon-info:before {
    content: "\e003";
}

.codrops-icon span {
    display: none;
    position: absolute;
    font-size: 0.85em;
    padding: 0.5em 0 0 0.25em;
    font-weight: 700;
}

.codrops-icon:hover span {
    display: block;
    color: #6a7b7e;
}

/* Related demos */
.related {
    font-weight: 700;
    text-align: center;
    padding: 5em 0;
    display: none;
    background: #fff;
    color: rgba(0, 0, 0, 0.3);
}

.overview .related {
    display: block;
}

.related > a {
    border: 3px solid black;
    border-color: initial;
    display: inline-block;
    text-align: center;
    margin: 20px 10px;
    padding: 25px;
}

.related > a:hover,
.related > a:focus {
    color: rgba(0, 0, 0, 0.5);
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

body {
    background: #5D8F08;
    font-family: "Roboto";
}
body.noForm{
    background-image: url("../img/bg.png?v=1.2");
    background-size: cover;
    background-attachment: fixed;
}

.fs-title {
    padding: 48px;
    padding-top: 38px;
}

.fs-title h1 {
    font-family: Comfortaa;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 2px;
    color: #FFFFFF;
    line-height: 28px;
    display: inline-block;
    cursor: pointer;
}

.fs-title img {
    height: 28px;
    float: left;
    cursor: pointer;
    margin: 0 12px;
}

.fs-fields input:focus {
    background: transparent;
}

.cs-select .cs-placeholder {
    background: transparent;
    color: #ffffff;
    font-weight: 100;
}

.cs-select .cs-options {
    font-size: 0.5em;
}

.cs-select .cs-options .cs-optgroup {
    text-align: left;
    font-weight: 300;
}

form .fs-fields input {
    font-weight: 100;
}

.cs-select.cs-skin-overlay, form .fs-fields input {
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

form .fs-fields textarea {
    font-weight: 100;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

form .fs-fields > li label.fs-field-label {
    font-size: 0.6em;
    font-weight: 300;
}

.fs-form-full .fs-fields > li label[data-info]::before {
    font-size: 0.6em !important;
}

.fs-form-full .fs-fields > li label[data-info]::after {
    opacity: 0.2;
}

.fs-message-error {
    color: #FDFF97 !important;
    font-weight: 300 !important;
}

.fs-show.fs-form .cs-select {
    border: 0;
}

.fs-show.fs-form .cs-placeholder {
    color: rgba(0, 0, 0, 0.5);
    padding: 0;
}

.noForm form#myform {
    display: none;
}

.noForm .fs-controls {
    opacity: 0;
    visibility: hidden;
}

#startPage {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: auto;
    z-index: 9999999;
    background: #ffffff;
    padding: 50px;
}

#startPage > div {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    font-weight: 300;
}

#startPage h2 {
    font-size: 34px;
    line-height: 38px;
    color: #42403E;
    font-weight: 100;
}

#startPage > div.bordered {
    border-top: 1px dotted #42403E;
}

#startPage > div a.btn, #startPage > div button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    background: #42403E;
    font-weight: 700;
    padding: 12px 18px;
}
#startPage > div .inputWrapper{
    box-shadow : 0px 0px 3px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-bottom: 48px;
}
#startPage > div .inputWrapper input{
    width: 220px;
    height: 48px;
    float: left;
    border: none;
    font-size : 16px;
    line-height : 24px;
    letter-spacing : 1.6px;
    font-weight: 300;
    padding: 0 16px;
    border-radius: 0;
}
.fs-fields input[type=file]{
    /*height: 60px;*/
    padding: 30px 0;
}

@media screen and (max-width: 1023px) {
    body.noForm {
        background-image: url('../img/alt_logo.png');
        background-size: 50%;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    #startPage{
        width: 50%;
    }
    #startPage > div .inputWrapper{
        box-shadow : none;
    }
}


@media screen and (max-width: 700px) {
    body{
        background-image: none !important;
    }
    .noForm .fs-title{
        text-align: center;
    }
    .noForm .fs-title h1{
        display: block;
    }
    .noForm .fs-title img{
        float: none;
        height: 125px;
    }
    #startPage{
        position: absolute;
        width: 100%;
        top: 125px;
        height: auto;
        background: transparent;
    }
    #startPage >div p, #startPage h2{
        color: #ffffff;
    }
    #startPage > div .inputWrapper{
        box-shadow : none;
    }
    #startPage > div.bordered{
        border-color: #ffffff;
    }
    form .fs-fields > li label.fs-field-label{
        font-size: 18px;
    }
    form .fs-fields > li input,form .fs-fields > li textarea{
        font-size: 24px;
    }
    form .fs-fields .cs-skin-overlay .cs-options .cs-optgroup > span{
        display: none;
    }
    form .fs-fields .cs-skin-overlay .cs-options .cs-optgroup{
        font-size: 20px;
        padding: 0 20px;
    }
}

