@import url('animate.css');

body {
    color: #777;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 300;
    text-shadow: none;
}

.clear {
    clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 40px;
    line-height: 30px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

.txt-light {
    font-weight: 300;
}

.txt-regular {
    font-weight: 400;
}

.txt-bold {
    font-weight: 700;
}

.txt-uppercase {
    text-transform: uppercase;
}

blockquote {
    font-family: Georgia, serif;
}

blockquote.bigquote {
    border: none;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1em;
}

.text-bold {
    font-weight: 900;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}

small {
    font-size: 70%;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none;
}

.color-white.txt-shadow {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
    text-transform: uppercase;
}

.row {
    z-index: 9999;
}

.big {
    font-size: 20pt;
    font-weight: 300;
}

.blink:hover {
    opacity: 0.9;
}

.half-offset {
    margin-bottom: 75px !important;
}

.no-offset {
    margin: 0 !important;
    padding: 0;
}

.content, .container {
    overflow: hidden;
}

.trans {
    border: 0 !important;
    background: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.nobg {
    background: 0;
    border: 0;
}

.noborder {
    border: 0 !important;
}

.color-white {
    color: #fff;
}

.theme-bg {
    /*background-color: #2babe2 !important;*/
}

.normalize-font-top {
    padding-top: 25px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

a {
    color: #039CDE;
}

a:hover {
    color: #2BABE2;
}

.nav > li > a:hover {
    color: #2BABE2;
}

.navbar .navbar-nav > .active > a {
    color: #2BABE2;
}

.flex-control-paging li a {
    background: #039CDE;
}

.flex-direction-nav a:hover {
    background-color: #039CDE;
}

.testimonial span.author a {
    color: #2BABE2;
}

/* --- icon box hover --- */
.hi-icon-effect-5 .hi-icon {
    color: #039CDE;
    box-shadow: 0 0 0 4px #039CDE;
    opacity: 0.5;
}

.no-touch .hi-icon-effect-5 .hi-icon:hover {
    background: #039CDE;
    box-shadow: 0 0 0 8px #2BABE2;
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    background: #039CDE;
}

.btn-cta, .btn-cta.btn-lg {
    background: #039CDE;
    border-color: #2BABE2;
}

.btn-cta:focus, .btn-cta:active {
    border-color: #039CDE;
}

.validation {
    color: #039CDE;
}

.social-circle li a {
    background: #039CDE;
}

a.scrollup {
    background: #039CDE;
}

#sectionFooter {
    background-color: #1f1f1f;
    border-top: 2px solid #038CC7;
    color: #d8d8d8;
    padding: 25px;
    font-family: 'Lato', sans-serif !important;
}

.section-footer .container {
    font-size: medium;
}

.section-footer a {
    text-decoration: none;
    color: #c3c3c3;
}

.section-footer p {
    color: #038CC7;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 2px solid #038CC7;
    margin-right: 25%;
}

.section-footer a:hover {
    color: #2babe2;
}

