/* ============================== DEFAULT HTML ============================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400,300);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600);
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font-size: 14.5px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding-top: 70px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
::selection {
	color:#fff;
	background: #33B0E8;
}
::-moz-selection {
	color:#fff;
	background: #33B0E8;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #3A87AD;
}
a:hover {
	color: #d54e21;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
	border: none;
	max-width: 100%;
}
img.image-border {
    border: 1px solid #D2D2D2;
    padding: 3px;
}
img.image-left {
	float: left;
	margin-right: 5px;
}
img.img-full-width {
	width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.left {
	float: left;
}
.right {
	float: right;
}
.margin-left {
	margin-left: 1em;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em;
}
.content-left {
	text-align: left;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;	
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	width: 1170px;
}
.heading {
	margin-bottom: 60px;
}
.smallTitle {
	font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/* ============================== LAYOUT CONTENT AREA ============================== */
header {
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
    left: 0;
    opacity: 0.95;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.primarySection {
	padding: 80px 0;
	border-bottom: 1px dotted #ccc;
}
#homepageMenu {
	float: right;
}
#homepageMenu > li {
	float: left;
	margin: 0 10px;
}
#homepageMenu > li > a {
	font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
#homepageMenu .btn-group {
	position: relative;
	top: -3px;
}
#homepageMenu .btn-group .caret {
	margin: 11px 0 0 5px;
}
#banner {
	background: #03729D url(../images/bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 60px 0;
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 22px;
	border-bottom: 3px solid #1997AE;
}
#banner h1 {
	font-size: 50px;
	text-transform: uppercase;
	color: #FFBB2B;
}
#banner h2 {
	font-size: 30px;
	text-transform: uppercase;
}
#banner a {	
	background: #F99A13;
	border-radius: 25px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    margin-top: 30px;
    padding: 8px 30px;
}
#banner hr {
	margin: 40px 0;
}
.slogan {
	text-align: center;
	font-size: 18px;
	margin-bottom: 60px;
}
.benefit .benefitElement {
	margin-bottom: 50px;
}
.benefit .benefitElement:last-child {
	margin-bottom: 0;
}
.symbol {
	text-align: center;
	font-size: 300px;
}
#whatsNews [class*="icon-"] {
	font-size: 28px;
	margin-right: 5px;
	vertical-align: -10%;
	color: #3A87AD;
}
#whatsNews .row-fluid {
	margin-bottom: 25px;
}
#supportInfo .supportInfoElement {
	border: 1px solid #D2D2D2;
	text-align: center;
	padding: 40px 30px;
	margin-top: 50px;
}
#supportInfo .supportInfoElement a [class*="icon-"] {
	color: #686868;
}
#supportInfo .supportInfoElement > a {
	background-color: #D2D2D2;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
	position: relative;	
	font-size: 30px;
	width: 88px;
	height: 88px;
	display: inline-block;
	top: -84px;
}
#supportInfo .supportInfoElement > a span {
	position: relative;
	top: 30px;
	line-height: 100%;
}
#supportInfo .supportInfoElement h4 {
	margin: -40px 0 15px;
}
.subscribe {
	padding: 30px 0;
	font-size: 24.5px;
	line-height: 2;
}
.subscribe form input,
.subscribe form .add-on {
	height: 30px;
	font-size: 16px;
	padding: 10px 16px;
}
.subscribe form .add-on span {
	font-size: 30px;
}
.subscribe form button {
	padding: 15px 10px;
	font-size: 18px;
}
footer {
	background: #1F1D23;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}