@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:black url('../images/splash_bg_21.jpg');
        background-repeat: no-repeat;
        background-position: center top;
    }
    #main {
        width: 1100px;
        height: 1000px;
        margin: 0 auto;

    }
    #main_form {
        width: 450px;
        height: 300px;
        display: inline-block;
        margin-left: 50px;
        margin-top: 470px;
        
    }
    .form_input {
        width: 450px;
        height: 120px;
        font-family: "citrus-gothic";
        font-size: 85px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        margin-top: 30px;
        text-align: center;
        transform: rotate(-2deg);
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: white;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: white;
    }
    #splash_send {
        display: inline-block;
        width: 280px;
        height: 80px;
        background: #D61837;
        margin-left: 90px;
        margin-top: 30px;
        color: white;
        line-height: 85px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:45px;
        cursor: pointer;
        float: left;
        clear: both;
        transform: rotate(-2deg);
        box-shadow: 0px 0px 10px #D61837;
        border: 0px;
        outline: 0;
    }
    #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;
		list-style-type: disc;
    }
    #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: 1080px;
		margin: 0px;
		padding: 0px;
	}

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

	}
    #main_form {
        width: 320px;
        height: 300px;
        display: inline-block;
        
    }
    #splash_bg_inner{
        width: 320px;
        height: 206.5px;
        background: url('../images/splash_bg_inner_21.png');
        background-repeat: no-repeat;
        background-size: contain;
        float: left;
        clear: both;
        margin-left: 0px;
        margin-top: 20px;
    }
    .form_input {
        width: 240px;
        height: 60px;
        font-family: "citrus-gothic";
        font-size: 45px;
        background: none;
        border-width: 0px 0px 5px 0px;
        border-color: white;
        outline: 0;
        color: white;
        float: left;
        clear: both;
        padding: 0px;
        margin-top: -10px;
        margin-left: 40px;
        text-align: center;
        transform: rotate(-2deg);
    }
    input[type=button] {
        outline: 0;
        border: 0px;
    }
    ::-webkit-input-placeholder {
        /* Chrome */
        color: white;
    }
    :-ms-input-placeholder {
        /* IE 10+ */
        color: white;
    }
    ::-moz-placeholder {
        /* Firefox 19+ */
        color: white;
    }
    :-moz-placeholder {
        /* Firefox 4 - 18 */
        color: white;
    }
    #splash_send {
        display: inline-block;
        width: 180px;
        height: 50px;
        background: #D61837;
        margin-left: 70px;
        margin-top: 20px;
        color: white;
        line-height: 52px;
        font-family: 'citrus-gothic';
        text-align: center;
        font-size:30px;
        cursor: pointer;
        float: left;
        clear: both;
        transform: rotate(-2deg);
        box-shadow: 0px 0px 10px #D61837;
        border: 0px;
        outline: 0;
    }
    /* 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;
		list-style-type: disc;
    }
    #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*/

}

