﻿body {
    padding: 0px;
    margin: 0px;

}

.clear {
    clear: both;
}

h1 {
    font-size: 16px;
    color: #747474;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}

p {
	font-size:14px;
	color:#747474;
	font-family: Arial, Helvetica, sans-serif;
}


a {
    color: #FFF;
}

a:hover {
    color: #fba919;
}

    a:active {
        color: #fba919;
    }

    a:visited {
        color: #FFF;
    }

.wrapper {

}

.button {
    background: #00aeef;
    border: 0;
    width: 90%;
    box-sizing:border-box;
    height: 52px;
    cursor: pointer;
	margin:0;
    padding: 0;
	line-height:52px;
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
    font-family:'crimson', "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    clear:both;
}

.textbox {
    margin: 0;
    padding: 0 2px;
    height: 21px;
    margin-bottom: 12px;
    font-family: Verdana;
    font-size: 11px;
    line-height: 13px;
    color: #949494;
    text-transform: uppercase;
    clear:both;
    width:90%;
}

.txt5 {
    height: 87px;
    margin-bottom: 0px;
}

.bottomText {
    font-family: 'Trebuchet MS';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 232px;
    left: 47px;
}

input, textarea {
    width:200px;
    box-sizing:border-box;
    border:none;

}

.no-loading {
    display: none;
}

.no-loading img {
    width: 256px;
}

.loading {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.2;
    position: fixed;
    z-index: 100;
}

.loading img {
    width: 100%;
    opacity: 1;
}

.text-label {
    color: #888888;
}


.boks1 {
    width: 175px;
    display: inline-block;
    vertical-align:top;
    margin-right:5px;
}

.boks2 {
    width:175px;
    display:inline-block;
    vertical-align:top;
}

.content {
    margin:0 auto;
    text-align:center;
}

@media screen and (min-width:460px) {
    h1 { 
        font-size:18px;
        line-height:16px;
    }

    .button {
        margin-top: 5px;
    }


}

@media screen and (max-width: 459px) {


    .wrapper {
        text-align:center;
        width: 1px;
        min-width: 100%;
        *width: 100%;
    }

    .boks1 {
        margin-right:0;
    }

    h1 {
        text-align:center;
    }

    .button {
        margin-top: 0;
    }

    .textbox {
        margin-bottom: 8px;
    }

        .textbox.txt5 {
            margin-bottom: 4px;
        }

    @media screen and (min-width: 460px) and (max-width: 759px) {

        .txt2 {
            display:block;
            clear:both;
            width:100%;
        }

        .txt3 {
            display:block;
            clear:both;
            width:100%;
        }

        .txt4 {
            display:block;
            clear:both;
            width:100%;
        }

        .txt5 {
            display:block;
            clear:both;
            height: 87px;
            margin-bottom: 0px;
            width:100%;
        }