@import url(https://fonts.googleapis.com/css?family=Raleway|Open+Sans:300,400,800);

*, *:before, *:after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
height: 100%;
}

body {
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size: 14px;
color: #111;
padding-top: 80px;
}

img {
max-width: 100%;
height: auto;
}

p {
line-height: 1.6;
font-family: 'Raleway', sans-serif;
font-size: 16px;
}

hr {
border-top: 1px solid rgba(90,90,90,0.2);
border-bottom: 1px solid rgba(255,255,255,0.9);
}


/***HELPERS ***/
.clearfix:before, .clearfix:after { content: ""; display: table}
.clearfix:after {clear: both}
.clearfix {zoom: 1}
.clear {clear: both;}

.opacity-low {opacity: 0.7; filter: alpha(opacity=70);}
.font-small {font-size: 90%;}

/*****************/


.btn-primary {
background-color: #8299ce;
border-color: #8299ce;
box-shadow: none;
color: #fff;
}
.btn-primary:hover {
color: #fff;
background-color: #4E69A5;
border-color: #4E69A5;
box-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
color: #fff;
background-color: #4E69A5;
border-color: #4E69A5;
}
.btn-primary:active, .btn-primary.active {
color: #fff;
background-color: #4E69A5;
border-color: #4E69A5;
background-image: none;
box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
color: #fff !important;
background-color: #4E69A5 !important;
border-color: #4E69A5 !important;
opacity: 0.85;
}

.navbar-default {
background: #fff;
box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
padding: 15px 0;
min-height: 90px;
}

.navbar-brand {
padding-top: 0;
}

.navbar-nav > li > a {
text-transform: uppercase;
color: #111 !important;
font-weight: bold;
}

.navbar-nav > li > .btn-primary {
margin-left: 20px;
color: #fff !important;
}

.navbar-nav > li > .btn-primary:hover {
color: #fff !important;
background-color: #4E69A5 !important;
}

.dropdown-menu {
min-width: 180px;
padding: 0;
}
.dropdown-menu > li > a {
padding: 9px 25px;
border-bottom: dotted 1px #ccc;
}
.dropdown-menu > li:last-child > a {
border-bottom: none;
}

#main-content {
margin-top: 40px;
}

.title-main {
font-size: 2.6em;
font-weight: 800;
text-align: center;
color: #92AFBF;
margin-bottom: 50px;
}

.subtitle {
font-family: 'Open Sans', Arial, sans-serif;
font-weight: bold;
font-size: 24px;
color: #8299ce;
}

.jumbotron-home {
text-align: center;
text-transform: uppercase;
background: transparent;
padding-bottom: 0;
}

.jumbotron-home h1, .jumbotron-home p {
font-weight: 800;
}

.jumbotron-home h1{
font-size: 3.5em;
margin-bottom: 25px;
}

.jumbotron-home p {
font-family: 'Open Sans', Arial, sans-serif;
color: #8299CE;
font-size: 2em;
letter-spacing: 3px;
}

#footer {
background: rgba(255,255,255,0.6);
border-top: solid 1px #ddd;
padding: 20px 0;
margin-top: 40px;
}

#footer .social-icons {
margin-top: 27px;
text-align: right;
}
#footer .social-icons a {
color: #92AFBF;
}
#footer .social-icons a:hover {
text-decoration: none;
}
#footer .social-icons a:hover {
color: #4E69A5;
}

#footer h3 {
color: #4E69A5;
font-weight: 800;
font-size: 2em;
}

.form-control {
border-radius: 3px;
box-shadow: none;
font-size: 1em;
}

.carousel-control {
border-radius: 4px;
}

#email_form .error {
border: solid 1px #FF5151;
}
#email_form .form-control {
color: #333 !important;
}
#email_send {
display: none;
text-align: center;
}

@media screen and (max-width: 768px) {
    .navbar-collapse {margin-top: 25px;}
    .navbar-toggle {border: none; top: 5px;}
    .navbar-nav > li > .btn-primary {margin: 15px;}
    #footer .social-icons {text-align: left;}
    .jumbotron-home h1{font-size: 2.5em;}
    .jumbotron-home p {font-size: 1em;}
}