@charset "utf-8";
a:visited, a:link, a:active{ color: black; text-decoration: none;} 
@media screen and (max-width: 4500px) and (min-width: 1101px) {

    html,
    body {
        width: 100%;
        height: 1080px;
        margin: 0px;
        padding: 0px;
    }

    body {
        background:#00B1FF url('../images/splash_bg.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 1000px;
        margin: 0 auto;

    }
    #main_form {
        width: 370px;
        height: 300px;
        margin-top: 550px;
        margin-left: 72px;
        display: inline-block;
    }
    .form_input {
        width: 370px;
        height: 55px;
        font-family: "CabinCondensed-Bold";
        font-size: 53px;
        background: none;
        border-style: solid;
        border-width: 0px 0px 4px 0px;
        border-color: #FFBE5D;
        outline: 0;
        color: #FFBE5D;
        float: left;
        padding: 0px;
        margin-top: 0px;
        text-align: center;
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: #FFBE5D;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: #FFBE5D;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFBE5D;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #FFBE5D;
    }
    #splash_send {
        width: 300px;
        height: 70px;
        background:#FFBE5D;
        display: block;
        float: left;
        clear: both;
        color: #0F62AF;
        font-family: "CabinCondensed-Bold";
        text-transform: uppercase;
        text-align: center;
        font-size: 42px;
        margin-left: 35px;
        margin-top: 40px;
        border: 0px;
        outline: 0;
		cursor: pointer;
        border-radius: 5px;
    }
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }
    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;
    }

    #errors {
        width: 700px;
        background: white;
        border: 5px solid #cf0000;
        border-radius: 25px;
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: calc(50% - 225px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        color: #cf0000;
    }
    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: #cf0000;
    }
    #errors ul li {
        margin-top: 15px;
    }
    #errors_ok {
        background: #cf0000;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: white;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 525px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 1100px) and (min-width: 200px) {
    html, body {
		width: 100%;
		height: 1237px;
		margin: 0px;
		padding: 0px;
	}

	body {
		background:#00B1FF url('../images/splash_bg_mobile.jpg');
		background-repeat:no-repeat;
		background-position:center top;
	}
    #main{
		width:320px;
		height:700px;
		margin:0 auto;

	}
    #main_form {
        width: 300px;
        height: 300px;
        margin-top: 350px;
        margin-left: 10px;
        display: inline-block;
    }
    .form_input {
        width: 300px;
        height: 55px;
        font-family: "CabinCondensed-Bold";
        font-size: 40px;
        background: none;
        border-style: solid;
        border-width: 0px 0px 4px 0px;
        border-color: #FFBE5D;
        outline: 0;
        color: #FFBE5D;
        float: left;
        padding: 0px;
        margin-top: 30px;
        font-weight: bold;
        text-align: center;
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: #FFBE5D;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: #FFBE5D;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFBE5D;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: #FFBE5D;
    }
    #splash_send {
        width: 200px;
        height: 50px;
        background: #FFBE5D;
        display: block;
        float: left;
        clear: both;
        color: #0F62AF;
        font-family: "CabinCondensed-Bold";
        text-transform: uppercase;
        text-align: center;
        font-size: 27px;
        margin-left: 50px;
        margin-top: 340px;
        border: 0px;
        outline: 0;
		cursor: pointer;
        border-radius: 5px;
    }
    /* Errors wrapper */
    #error_wrapper {
        position: absolute;
        z-index: 55000;
        cursor: pointer;
    }
    #error_wrapper {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        background: rgba(44, 44, 44, 0.7);
        display: none;

    }

    #errors {
        width: 310px;
        background: white;
        border: 5px solid #cf0000;
        border-radius: 25px;
        height: auto;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        position: fixed;
        top: calc(35% - 125px);
        z-index: 10000000;
        display: block;
        cursor: pointer;
    }

    #errors h1 {
        padding-left: 30px;
        font-family: "Myriad Pro Bold";
        font-size: 18px;
        color: #cf0000;
    }
    #errors ul {
        font-family: "Myriad Pro Bold";
        font-size: 15px;
        color: #cf0000;
    }
    #errors ul li {
        margin-top: 15px;
    }
    #errors_ok {
        background: #cf0000;
        border-radius: 25px;
        width: 150px;
        height: 50px;
        color: white;
        font-family: "Myriad Pro Bold";
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 50px;
        margin-left: 135px;
        margin-bottom: 15px;
    }
    /* Errors END*/

}

