* {
	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: 14px;
	color: #333;
    line-height: 1.5;
    background: url("../images/hero.jpg") no-repeat top left;
    background-size: cover;
    background-color: #101010;
}

p, h1, h2, h3 {
	margin: 0px 0px 25px 0px;
}
a {
	color: #a4c2f7;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

.center-text
{
    text-align: center;
}

.v-margin
{
    height: 25px;
}

.wrapper {
    width: 840px;
    margin: auto;
}

.header
{
    padding: 25px 0px 25px 0px;
}

.logo
{
    text-align: center;
    margin-bottom: 35px;
}

.logo img
{
    display: inline-block;
    max-width: 100%;
    border-radius: 4px;
}

.content
{
    background: #fff;
    padding: 35px;
    position: relative;
    margin: auto;
    margin-bottom: 35px;
    max-width: 360px;
    border-radius: 10px;
    float: left;
}
.arrow
{
    background: #4fbbff;
    height:24px;
    width: 24px;
    position: absolute;
    top: -12px;
    left: 48px;
    transform: rotate(45deg);
}

.title
{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.intro
{
    margin-bottom: 25px;
    text-align: center;
}

.message
{
    background: url("../images/tick.png") no-repeat center 25px;
    background-color: #fff;
    padding: 100px 15px 15px 15px;
    border-radius: 2px;
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 12px;
    color: #333;
    text-align: center;
    opacity: 0.8;
}

.instructions
{
    margin-bottom: 25px;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"]
{
    display: block;
    border: none;
    border: solid 1px #ccc;
    padding: 12px 18px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 12px;
    font-family: sans-serif;
    background: #fff;
    width: 100%;
    border-radius: 2px;
}

input[type="checkbox"]
{
    border: solid 1px #e6e3e3;
    float: left;
    width: 15px;
    display: block;
}

.legal
{
    float: left;
    margin: -20px 0px 0px 30px;
    font-size: 12px;
}

.legal a
{
    color: #333;
}

input[type="submit"]
{
    background: #b36460;
    display: block;
    margin-top: 25px;
    border-radius: 10px;
    color:#fff;
    font-weight: 700;
    border: none;
    padding: 12px 35px;
    cursor: pointer;
    font-size: 12px;
}

input[type="submit"]:hover
{
    transition-duration: 0.5s;
    opacity: 0.9;
}

.half
{
    width: 49% !important;
}

.privacy
{
    max-width: 960px;
    margin: auto;
    padding: 35px;
    background: #ffffff;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    font-size: 12px;
}

.privacy img
{
    max-width: 100%;
    display: block;
    border-radius: 4px;
}

.footer
{
    font-size: 12px;
    margin: 25px 0px;
    color: #fff;
}

.footer a
{
    color: #fff;
}

@media only screen and (max-width: 900px)
{
    body
    {
        font-size: 14px;
    }

    .wrapper
    {
        width: 100%;
        padding: 25px;
    }

    .header
    {
        padding: 0px;
    }

    .content
    {
        padding: 25px;
    }

    .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: #ccc;
}
::-webkit-scrollbar-thumb:vertical
{
    height: 0px;
    background-color: #999;
}