html {
    overflow-y: scroll;
}

body {
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
    font-size: 15px;
    color: #333333;
    background-color: #d7d6d6;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
}

::-moz-selection {
    background: #fff2a8; /* Gecko Browsers */
}

::selection {
    background: #fff2a8; /* WebKit/Blink Browsers */
}

header {
    border-bottom: 1px solid #000;
    background: url(../images/hbg.jpg);
    background-repeat: repeat-x;
    background-color: #ffe7a9;
}

.topright {
    position: absolute;
    top: 8px;
    right: 180px;
    font-size: 18px;
}

.Nocssnav .nav > li > a:hover {
    color: #000000 !important;
}


nav {
    min-height: inherit !important;
}

    nav .container {
        padding-left: 0;
    }

    nav .navbar {
        margin-bottom: 0;
    }

.navbar-default {
    background-color: #008d3c;
    border-color: #000;
}

.nav > li > a {
    padding: 0 14px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF !important;
    overflow: hidden;
    position: relative;
}

.nav > li {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .nav > li > a:hover {
        color: #fefb07 !important;
    }

    .navf > li > a {
    padding: 0 15px;
    font-weight: 500;
    font-size: 15px;
    color: #000000 !important;
    overflow: hidden;
    position: relative;
}

.navf > li {
    padding-top: 0px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

    .navf > li > a:hover {
        color: #fefb07 !important;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #fefb07 !important;
}
/* Hover Effect  */
nav .navbar-nav > li > a span[data-hover] {
    position: relative;
    display: inline-block;
    transition: transform .4s;
}

    nav .navbar-nav > li > a span[data-hover]:before {
        top: 100%;
        position: absolute;
        content: attr(data-hover);
        transition: color .4s;
        transform: translate3d(0, 0, 0);
    }

nav .navbar-nav > li > a:hover span[data-hover] {
    transform: translate3d(0, -100%, 0);
    font-weight: 500;
}

nav .navbar-nav > .active > a span[data-hover], nav .navbar-nav > .active > a:hover span[data-hover], nav .navbar-nav > .active > a:focus span[data-hover] {
    transform: translate3d(0, 0, 0);
}
/* Navbar Active  */
nav .navbar-nav > .active > a, nav .navbar-nav > .active > a:hover, nav .navbar-nav > .active > a:focus {
    z-index: 1;
    background: none;
}

header .container {
    padding: 0 !important;
}

.navbar-brand {
    height: auto;
    padding: 10px 20px;
}

main .container {
    background: #FFFFFF;
    padding: 20px;
}

h1 {
    color: #f58634;
    padding: 30px 0;
    font-size: 50px;
    font-weight: 400;
}

    h1 span, h2 {
        color: #00ac5a;
    }

.parallax-bg {
    position: relative;
    background: url(../images/bghome02.jpg) 50% no-repeat fixed;
}

    .parallax-bg:before {
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,0.85);
    }

.parallax-about .info-blocks-v2 {
    margin-bottom: 5px;
}

.parallax-about .title-box-v2 p,
.parallax-about .title-box-v2 h2, .parallax-about .title-box-v2 h4 {
    color: #585f69;
    position: relative;
    text-align: center;
}

.color-orange {
    color: orangered;
}

.color-green {
    color: green;
}

.banner-info.dark i {
    background: #555;
}

.banner-info i {
    float: left;
    color: #fff;
    padding: 11px;
    min-width: 40px;
    font-size: 22px;
    text-align: center;
    margin: 30px 20px 0 0;
}

.rounded-x {
    border-radius: 50% !important;
}

.overflow-h {
    overflow: hidden;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel.panel-help {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    padding-bottom: 0;
    border-radius: 2px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 16px;
}

    .panel.panel-help a[href^="#"],
    .panel.panel-help a[href^="#"]:hover,
    .panel.panel-help a[href^="#"]:focus {
        outline: none;
        cursor: pointer;
        text-decoration: none;
    }

    .panel.panel-help .panel-heading {
        background-color: #f6f6f6;
        padding: 0 16px;
        line-height: 48px;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        color: rgba(0, 0, 0, 0.87);
    }

    .panel.panel-help h3.panel-heading {
        margin: 0;
        padding: 14px;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0;
        text-transform: none;
        color: #00ac5a;
    }

    .panel.panel-help .panel-body {
        background-color: #fff;
        border-top: 1px solid #ddd;
        border-radius: 2px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        margin-top: 0;
    }

        .panel.panel-help .panel-body p {
            margin: 0 0 16px;
        }

            .panel.panel-help .panel-body p:last-of-type {
                margin: 0;
            }


footer {
    border-top: 1px solid #DDDBDB;
}

    footer .nav > li > a {
        position: relative;
        display: block;
        padding-left: 10px;
        padding-right: 9px;
    }

    footer p {
        margin-top: 11px;
        margin-bottom: 0;
    }

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

/* Responsive Navbar  */
@media (max-width: 991px) {
    nav .navbar-nav > li > a span[data-hover]:before {
        content: "";
        display: none;
        top: 0;
    }

    nav .navbar-nav > li > a:hover span[data-hover] {
        transform: translate3d(0, 0, 0);
        transition: color .3s;
    }

    nav .navbar-header {
        float: right;
    }

    nav #navbar {
        margin: 65px 0 0 7px;
        width: 100%;
    }

    nav .navbar-toggle {
        display: block;
        margin: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid #FFF;
    }

    nav .navbar-collapse.collapse {
        display: none !important;
    }

        nav .navbar-collapse.collapse.in {
            display: block !important;
        }

    nav .navbar-nav > li {
        float: none;
    }

        nav .navbar-nav > li > a::before {
            content: '';
        }
}
