@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf')  format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
  background: #074f8f url(../img/bg_head.png) 0 0 repeat-x;
  height: 100%;
  min-height: 1064px;
	color: #ccc;
	font-family: "HelveticaNeue", Arial, Tahoma, sans-serif;
}

/* HEADER */
header {
	height: 36px;
  width: 1251px;
	position: relative;
	line-height: 36px;
	font-size: 14px;
  margin: 0 auto;
}

/* MENU */
.menu, .ofertas, .entrar {
	color: #feffff;
	float: right;
	text-align: center;
}

.entrar {
	width: 191px;
	height: 34px;
	margin-right: 20px;
	background: linear-gradient(to top, #2e7ac4, #51b1dc);
	border: 1px solid #4299d2;
}
.entrar a {
	color: white;
}

.ofertas {
	width: 160px;
	float: right;
	text-align: center;
}
.ofertas img {
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.menu ul, .menu li, .menu a {
	list-style: none;
	display: block;
	float: left;
	height: 36px;
	text-decoration: none;
	color: #60b5ed;
	line-height: 36px;
}
.menu a {
	padding: 0 10px 0 10px;
}
.menu li:hover, .menu a:hover {
	background: #4eabda;
	color: white;
}
.separator {
	height: 32px;
	border-right: 1px solid #60b5ed;
	width: 1px;
	float: right;
	margin: 2px 0 2px 0;
}


/* CONTENT */
.main {
  height: 100%;
  min-height: 1064px;
  background: #074f8f url(../img/bg.jpg) 0 36px no-repeat;
  background-size: 100%;
	text-align: center;
	width: 100%;
}

/* Blackbox with opacity */
.wrapper {
	height: 613px;
	width: 560px;
	/*position: relative;*/
	/*z-index: 1;*/
	/*right: -50%;*/
	margin: 0 auto;
  padding: 207px 0;
}
.wrapper_head {
	background-color: rgba(0, 0, 0, 0.63);
	height: 61px;
	margin-bottom: 2px;
	font-size: 24px;
	color: #fff;
	line-height: 61px;
}
.wrapper_form {
	background: rgba(0, 0, 0, 0.63);
	height: 550px;
}

.form_input {
	height: 550px;
	font-size: 11px;
	color: #ccc;
	line-height: 1.5;
}

form {
	height: 90%;
	width: 278px;
	margin: auto;
}
form>span {
	background: url(../img/ou-line.png) 0 16px no-repeat;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	color: #999;
	display: block;
}
form img {
	margin: 35px 0 15px 0;
}
form img:hover {
	-webkit-box-shadow: 0px 0px 15px 4px #4885ab;
	-moz-box-shadow: 0px 0px 15px 4px #4885ab;
	box-shadow: 0px 0px 15px 4px #4885ab;
}
input {
	display: block;
	font-size: 14px;
	margin: auto;
	color: #ccc;
}
input[type=text], input[type=email], input[type=password] {
	width: 261px;
	height: 34px;
	background-color: #000;
	border: none;
	border-bottom: 1px solid #484948;
	outline: none;
	margin: 15px 0 15px 0;
	padding: 0 0 0 15px;
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover,
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
	background-color: #1b5288;
	-webkit-box-shadow: 0px 0px 15px 4px #4885ab;
	-moz-box-shadow: 0px 0px 15px 4px #4885ab;
	box-shadow: 0px 0px 15px 4px #4885ab;
	color: #fffbfb;
	border-bottom: 1px solid #699bcd;
}

/* Checkbox and label aligning */
.check {
	position: relative;
	margin: 20px 0 5px 0;
	text-align: center;
	width: 95%;
	font-size: 14px;
}

.option {
	display: inline-block;
	position: absolute;
	width: 15px;
	height: 15px;
	margin: 3px 10px 0 -20px;

	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);

}
.option input {
	/*position: absolute;
	left: 0;
	top: 0.3em;*/
	visibility: hidden;
}
.option label {
	/*margin-left: 20px;
	font-size: 14px;
	line-height: 1.5;*/

	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 1px;
	top: 1px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(left top, right bottom, #fff 25%, grey 100%);
	background: -moz-linear-gradient(45deg, #fff 25%, grey 100%);
	background: -o-linear-gradient(45deg, #fff 25%, grey 100%);
	background: -ms-linear-gradient(45deg, #fff 25%, grey 100%);
	background: linear-gradient(-45deg, #fff 25%, grey 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=1 );
}
.option label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
content: '';
position: absolute;
width: 11px;
height: 11px;

background: -webkit-linear-gradient(top, #2e7ac4 0%, #50aedb 100%);
background: -moz-linear-gradient(top, #2e7ac4 0%, #50aedb 100%);
background: -o-linear-gradient(top, #2e7ac4 0%, #50aedb 100%);
background: -ms-linear-gradient(top, #2e7ac4 0%, #50aedb 100%);
background: linear-gradient(to top, #2e7ac4 0%, #50aedb 100%);

top: 1px;
left: 1px;

-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.option label:hover::after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: 0.3;
}

.option input[type=checkbox]:checked + label:after {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
opacity: 1;
}

button {
	width: 151px;
	height: 37px;
	background: linear-gradient(to top, #2e7ac4, #50aedb);
	border: 1px solid #1b5288;
	border-radius: 5px;
	color: #fff;
	margin: 15px 0 15px 0;
}
button:hover {
	-webkit-box-shadow: 0px 0px 15px 4px #4885ab;
	-moz-box-shadow: 0px 0px 15px 4px #4885ab;
	box-shadow: 0px 0px 15px 4px #4885ab;
}

/* Log In with Facebook*/
.button-fb {
    display: inline-block;
    white-space: nowrap;
    background-color: #5B74A8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3e5695', EndColorStr='#304272');
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3e5695), to(#304272));
    background-image: -webkit-linear-gradient(top, #3e5696, #304272);
    background-image: -moz-linear-gradient(top, #3e5696, #304272);
    background-image: -ms-linear-gradient(top, #3e5696, #304272);
    background-image: -o-linear-gradient(top, #3e5696, #304272);
    background-image: linear-gradient(top, #3e5696, #304272);
    border-top: 1px solid #7789b7;
    padding: 0 1.5em;
    margin: 30px 0 15px 0;
    font: bold 14px Arial, Verdana, sans-serif;
    text-decoration: none;
    color: #fff;
    width: 234px;
    height: 34px;
    line-height: 32px;
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
}

.button-fb:before {
    float: left;
    width: 1em;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: 0 1em 0 -.7em;
    padding: 0 .1em;
    box-shadow: 1px 0 0 #223c77, 2px 0 0 #4d68ab;
    -moz-border-radius: .15em 0 0 .15em;
    -webkit-border-radius: .15em 0 0 .15em;
    border-radius: .15em 0 0 .15em;
}

.button-fb>span {
    font-weight: normal;
}

.button-fb:hover {
    -webkit-box-shadow: 0px 0px 15px 4px #4d68ab;
    -moz-box-shadow: 0px 0px 15px 4px #4d68ab;
    box-shadow: 0px 0px 15px 4px #4d68ab;
}

.fb:before {
    content: "f";
}
.fb:after {
    content: url('../img/quote.png');
}
