a.white-btn {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 0.85em;
    margin-top: 1.25em;
    padding: 0.625em 1.25em;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
}

a.white-btn:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}

a.color-btn,
form.customform button.color-btn {
    background: none;
    border: 1px solid #001925;
    border-radius: 3px;
    color: #001925;
    display: block;
    font-size: 0.85em;
    padding: 0.625em 1.25em;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
}

a.color-btn:hover,
form.customform button.color-btn:hover {
    border: 1px solid #2e8f8f;
    color: #2e8f8f;
}

#topbar {
    background: none repeat scroll 0 0 #012232;
    border-bottom: 1px solid #001925;
    padding: 0.3125em 0;
    display: block !important;
}

#topbar p {
    color: #fff;
    font-size: 0.75em;
    opacity: 0.5;
    position: relative;
    top: 2px;
}

#topbar p strong {
    font-weight: 600;
}

#topbar i {
    color: #ffffff;
    font-size: 1.1em;
    opacity: 0.5;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
}

#topbar i:hover {
    color: #2e8f8f;
    cursor: pointer;
    opacity: 1;
}

nav {
    background: none repeat scroll 0 0 #00283a;
}

header {
    border-bottom: 4px solid rgba(0, 40, 58, 0.53);
    position: fixed;
    width: 100%;
    z-index: 10;
}

.logo {
    padding: 20px;
}

.logo strong {
    font-weight: 700;
}

.top-nav li a {
    border-top: 2px solid #00283a;
    color: #fff;
    font-size: 0.95em;
    font-weight: 600;
    padding: 2.1em 1.5em 2.5em;
    text-transform: uppercase;
    transition: all 0.20s linear 0s;
    -o-transition: all 0.20s linear 0s;
    -ms-transition: all 0.20s linear 0s;
    -moz-transition: all 0.20s linear 0s;
    -webkit-transition: all 0.20s linear 0s;
}

.top-nav li a:hover,
.top-nav li.active-item a {
    background: none repeat scroll 0 0 #00283a;
    border-top: 2px solid #2e8f8f;
    color: #2e8f8f;
    position: relative;
}

.page {
    padding-top: 115px;
}

#carousel .text {
    position: absolute;
    top: 40%;
    z-index: 10;
}

.item {
    overflow: hidden;
    width: 100%;
}

.prev-arrow,
.next-arrow {
    background: none repeat scroll 0 0 #00283a;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 1px;
    text-align: center;
    width: 30px;
}

#carousel .text h2,
#carousel .text h1 {
    background: none repeat scroll 0 0 rgba(0, 126, 126, 0.8);
    color: #fff;
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    margin: 1px 0;
    max-width: 600px;
    padding: 10px 20px;
    width: 100%;
}

#carousel .text p {
    background: none repeat scroll 0 0 #00283a;
    color: #fff;
    max-width: 600px;
    padding: 10px 20px;
    width: 100%;
}

#carousel .owl-dots {
    background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);
    bottom: 0;
    margin: 0;
    padding: 0.625em 0;
    position: absolute;
    width: 100%;
}

.owl-carousel.owl-theme .owl-dot span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 3px solid rgba(0, 40, 58, 0.57);
    height: 18px;
    margin: 0 0.3125em;
    opacity: 1;
    width: 18px;
}

.owl-carousel.owl-theme .owl-dot.active span,
.owl-carousel.owl-theme .owl-dot:hover span {
    background: none repeat scroll 0 0 #2e8f8f;
}

#first-block {
    background: none repeat scroll 0 0 #00283a;
    padding: 3em 2em;
    text-align: center;
}

#first-block h1,
#first-block .line h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0;
}

#first-block p {
    color: #6c7c84;
    font-size: 0.85em;
}

#features {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 6em 2em;
    position: relative;
    text-align: center;
    z-index: 2;
}

#features i {
    background: none repeat scroll 0 0 #2e8f8f;
    border-radius: 100px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
}

#features h2 {
    font-size: 1em;
    font-weight: 600;
    margin: 1.25em 0;
    text-transform: uppercase;
}

#features h2.section-title_bg {
    font-size: 2em;
}

#features p {
    color: #777;
    font-size: 0.85em;
    line-height: 1.5em;
}

#about-us {
    background: none repeat scroll 0 0 #00283a;
    clear: both;
}

#about-us:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#about-us article {
    padding: 2em 4em;
}

#contact-sf {
    color: #00283a;
    background: none repeat scroll 0 0 transparent;
    clear: both;
    height: 400px;
}

#contact-sf article{
    padding: 2em 4em;
}

#contact-sf h3,
#contact-sf h2,
#contact-sf p {
    color: #00283a;
}

#contact-sf .media-container img{
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

article h2 {
    font-size: 4em;
    font-weight: 900;
    letter-spacing: -2px;
    line-height: 0.9;
    margin: 0 0 0.625em 0;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    color: #fff;
}

.media-container {
    overflow: hidden;
    height: 100%;
}

article p,
article li {
    color: #fff;
    font-size: 0.85em;
    opacity: 0.7;
}

article ul {
    padding: 1.25em 0;
}

article ul li {
    list-style-type: none;
    margin: 0.625em 0;
    padding: 0 0 0 1em;
}

article ul li:before {
    background: #00283a none repeat scroll 0 0;
    color: #fff;
    content: "\f006";
    display: inline-block;
    font-family: "mfg";
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    margin-left: -1em;
    margin-right: 0.625em;
    text-align: center;
    width: 20px;
}

h2.section-title {
    color: #dedede;
    font-size: 3.8em;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 0 0 1.25em;
    text-align: center;
    text-transform: uppercase;
}


footer {
    background: none repeat scroll 0 0 #00283a;
    padding: 3.5em 0;
}

footer p,
footer a:visited,
footer a,
footer a:hover {
    color: #6c7c84;
    font-size: 0.8em;
}

footer .nav-footer {
    list-style: none;
    padding-top: 20px;
}

footer .nav-footer li {
    display: inline;
}

@media screen and (max-width: 768px) {
section{
    padding-bottom: 300px;
}

    header {
        position: relative;
    }

    #carousel .text {
        font-size: 0.8em;
        top: 20%;
        position: relative;
        margin-top: -70px;
        margin-bottom: 150px;
    }

    .owl-dots{
        visibility: hidden;
    }

    .owl-controls.clickable {
        display: none !important;
    }

    .right {
        float: none;
    }


    #about-us article {
        padding: 4em 2.5em;
    }

    .page {
        padding-top: 0;
    }
}

@media screen and (max-width: 480px) {
    #topbar {
        line-height: 1.625em;
        text-align: center;
    }

    p.logo,
    p.nav-text {
        text-align: center;
    }

    h2.section-title {
        font-size: 3em;
        line-height: 1.1;
    }

    p.logo {
        top: 0;
        height: 51px;
    }
}

@media screen and (max-width: 768px) {
    .background-image {
        background-position: center;
    }
}