* {
	padding: 0px;
	margin: 0px;
	outline: none;
	background: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: sans-serif;
	font-size: 13px;
	color: #2e2e2e;
    line-height: 1.5;
    background-image: linear-gradient(to bottom, #004d4d, #00b3b3);
}

p, h1, h2, h3 {
	margin: 0px 0px 25px 0px;
}
a {
	color: #ff6f61;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

.center-text {
    text-align: center;
}

.v-margin {
    height: 25px;
}

.wrapper {
    max-width: 480px;
    margin: auto;
}

.header {
    padding: 50px 0px 0px 0px;
}

.logo {
}

.logo img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.banner img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.content {
    margin: 0px 0px 50px 0px;
    border-radius: 4px;
}

.banner {
    background-image: linear-gradient(to bottom right, #00b3b3, #009999);
    padding: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
    text-align: center;
}

.form {
    background: #ffffff;
    padding: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.title {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.message {
    background: url("../images/tick.png") no-repeat center 25px;
    background-color: #e6fffa;
    padding: 100px 15px 15px 15px;
    border-radius: 2px;
    border: solid 1px #b2f0e6;
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 12px;
    text-align: center;
    color: #2e2e2e;
}

.instructions {
    margin-bottom: 25px;
    font-weight: 700;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"] {
    display: block;
    border: none;
    border-bottom: solid 1px #ccc;
    padding: 8px 0px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 13px;
    font-family: sans-serif;
    width: 100%;
    border-radius: 2px;
}

input[type="checkbox"] {
    border: solid 1px #ccc;
    float: left;
    width: 15px;
    display: block;
}

.legal {
    float: left;
    margin: -20px 0px 0px 30px;
    font-size: 12px;
}

input[type="submit"] {
    background: #ff6f61;
    display: block;
    margin-top: 25px;
    border-radius: 19px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    padding: 12px 35px;
    cursor: pointer;
    font-size: 12px;
}

input[type="submit"]:hover {
    transition-duration: 0.5s;
    background: #ff998b;
}

.half {
    width: 49% !important;
}

.privacy {
    max-width: 720px;
    margin: auto;
    padding: 35px;
    background: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    font-size: 12px;
    border: solid 1px #cccccc;
}

.privacy img {
    max-width: 100%;
    display: block;
    background: #2e2e2e;
    padding: 10px 20px;
    border-radius: 4px;
}

.footer {
    font-size: 11px;
    margin: 20px auto 50px auto;
    text-align: center;
    color: #ffffff;
}

.footer a {
    color: #ffffff;
}

@media only screen and (max-width: 930px) {
    body {
        background-position: center -50px;
        font-size: 14px;
    }

    .wrapper {
        width: 100%;
        padding: 0px;
    }

    .banner {
        min-height: 250px;
    }

    .content, .header, .footer, .form, .banner {
        padding: 25px;
        margin: 0px;
        width: 100%;
        border-radius: 0px;
        display: block;
    }

    .privacy {
        margin: 25px;
        padding: 25px;
    }
}

::-webkit-scrollbar {
    width: 10px;
    height: 0px;
}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    height: 0px;
    background-color: transparent;
}
::-webkit-scrollbar-track-piece {
    background-color: #cccccc;
}
::-webkit-scrollbar-thumb:vertical {
    height: 0px;
    background-color: #888888;
}
