﻿/*CSS project developed by Mediabrasil (http://mediabrasil.com.br) - February 12, 2015.*/

@charset "utf-8";
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/*
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/* ==========================================================================
   Common CSS
   ========================================================================== */
body {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
	color: #b41124;
}
a:hover, a:focus {
	text-decoration: underline;
}
#container {
	min-height: 100%;
	position: relative;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
img {
	display: block;
	max-width: 100%;
	}
li {
	list-style: none;
}
/* ==========================================================================
   Setting up the fonts
   ========================================================================== */


/* ==========================================================================
   Header
   ========================================================================== */

header {
	float: left;
	width: 100%;
	min-height: 97px;
	background: #003366;
	border-bottom: 3px solid #004a95;
	padding: 30px 0 0;
}
.headerContent {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	padding: 0 0 0 18px;
}
.caption {
	float: left;
	color: #fff;
	font: 700 36px/72px 'Roboto Condensed', sans-serif;
	padding: 0 0 0 14px;
}
.caption cite {
	float: left;
	font-style: normal;
}
.caption strong {
	float: left;
	font: 700 28px/52px 'Roboto Condensed', sans-serif;
	color: #3bcbf0;
	border-left: 1px solid #fff;
	margin: 10px 0 0 15px;
	padding: 0 0 0 12px;
}
.caption2 strong {
	font: 700 15px/18px 'Roboto Condensed', sans-serif;
	margin: 18px 0 0 15px;
}
.rightBlock {
	float: right;
	width: 280px;
}
.rightBlock h4 {
	float: right;
	color: #fff;
	padding: 10px 16px 0 0;
	font: 24px/24px 'Roboto Condensed', sans-serif;
}
.rightBlock ul {
	clear: both;
	float: right;
	padding: 8px 14px 0;
}
.rightBlock ul li {
	float: left;
	font: 16px/24px 'Roboto Condensed', sans-serif;
	padding: 0 6px 0 4px;
}
.rightBlock ul li a {
	color: #fff;
}
.rightBlock ul li a:hover {
	color: #39cbf0;
	text-decoration: none;
}
.logo2 {
	float: right;
	background: url(../images/logo-bg.png) no-repeat left top;
	width: 263px;
	height: 94px;
	padding: 7px 0 0;
	margin: -30px 0 0;
}
.logo2 img {
	margin: 0 auto;
}
.block2 {
	clear: both;
	width: 100%;
	padding: 35px 0 0;
}
.block2 h2 {
	font: 700 38px/40px 'Roboto Condensed', sans-serif;
	color: #32a5c3;
	padding: 0 0 0 15px;
}
.block2 p {
	font: 16px/20px 'Roboto Condensed', sans-serif;
	color: #000;
	padding: 12px 0 0 15px;
}
.iconsList {
	float: left;
	margin: 33px 0 0 -25px;
	padding: 0 0 48px;
}
.iconsList li {
	float: left;
	margin: 5px 0 0 23px;
	min-height: 202px;
}
.iconsList li a {
	float: left;
	color: #32a5c3;
}
.iconsList li span {
	display: block;
}
.iconsList li a strong {
	display: block;
	font: 16px/20px 'Roboto Condensed', sans-serif;
	color: #878787;
	text-align: center;
	padding: 4px 0 0;
}
.iconsList li a:hover strong {
	color: #32a5c3;
}
/* ==========================================================================
   Footer
   ========================================================================== */

footer {
	float: left;
	width: 100%;
	background: #eee;
	border-top: 1px solid #bbb;
}
.footerContent {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px;
}
.footerContent ul {
	float: left;
	width: 700px;
	padding: 0 0 0 19px;
}
.footerContent ul li {
	float: left;
	margin: 11px 0 0;
	list-style: none;
	width: 306px;
}
.footerContent ul li strong {
	float: left;
}
.footerContent ul li a {
	float: left;
	color: #868686;
	font: 14px/20px 'Roboto Condensed', sans-serif;
	margin: 0 0 0 10px;
}
.footerContent ul li a:hover {
	color: #32a5c3;
	text-decoration: none;
}
.copy {
	float: right;
	color: #868686;
	font: 700 14px/20px 'Roboto Condensed', sans-serif;
	padding: 10px 23px 0 0;
}
/* ==========================================================================
   Main
   ========================================================================== */
.main {
	clear: both;
	width: 100%;
	position: relative;
}
.sliderBlock {
	clear: both;
	width: 100%;
}
.flexslider {
	margin: 0;
	position: relative;
	float: left;
	width: 100%;
}
.flex-direction-nav a {
	text-decoration: none;
	display: none;
}
.flex-control-nav {
	display: none;
}
.flexslider .slides li img {
	display: block;
	width: 100%;
}
.block1 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 123px 0 0;
}
.leftBlock {
	float: left;
	width: 588px;
	padding: 0 0 0 14px;
}


.leftBlock h2 {
	color: #fff;
	font: 700 27px/29px 'Roboto Condensed', sans-serif;
}
.leftBlock p {
	color: #fff;
	font: 17px/22px 'Roboto Condensed', sans-serif;
	padding: 17px 0 0;
}
.formBlock {
	float: right;
	width: 362px;
	padding: 43px 38px 54px 38px;
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	margin: 7px 0 0;
}
.formBlock h3 {
	color: #fff;
	font: 26px/26px 'Roboto Condensed', sans-serif;
}
.formBlock form {
	clear: both;
	padding: 13px 0 0;
}
.textField {
	float: left;
	left: 0px;
	background: #fdfdfd;
	padding: 10px 16px;
	width: 330px;
	height: 30px;
	color: #878787;
	border: none;
	border-radius: 8px;
	position: relative;
	opacity: 1;
	margin: 17px 0 0;
	outline: none;
	font: 700 18px/30px 'Roboto Condensed', sans-serif;
	behavior: url(_ui/js/pie.htc);
}
.textField:focus {
	outline: none;
}
:-moz-placeholder {
 color: #878787;
 position: relative;
 opacity: 1;
}
::-moz-placeholder {
 color: #878787;
 position: relative;
 opacity: 1;
}
::-webkit-input-placeholder {
 color: #878787;
 position: relative;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #878787;
 position: relative;
 opacity: 1;
}
.submitBtn {
	border: none;
	font: 700 18px/30px 'Roboto Condensed', sans-serif;
	background: #33a5c3;
	border-radius: 5px;
	margin: 19px 0 0;
	padding: 10px 35px;
	color: #fff;
	cursor: pointer;
	behavior: url(_ui/js/pie.htc);
}
.checkbox {
	float: right;
	width: 220px;
}
.formBlock span {
	float: right;
	font: 15px/20px 'Roboto Condensed', sans-serif;
	color: #fff;
	padding: 25px 0 0;
}
.checkbox input {
	margin: -2px 0 0;
}
.formBlock span strong {
	padding: 1px 0 0 6px;
	font-weight: 400;
}
.formBlock a {
	float: right;
	display: block;
	font: 15px/23px 'Roboto Condensed', sans-serif;
	color: #32a5c3;
}
