﻿
/*Header*/
.slow-fast {
    animation-timing-function: ease-in;
    transition-delay: 0s;
    transition-duration: 0.6s;
}

#Geekboots {
    display: inline-block;
    margin: 5px 20px;
    vertical-align: top;
}

#dashMenu {
    cursor: pointer;
    height: 30px;
    margin-right: 5px;
    margin-top: -2px;
    position: relative;
    vertical-align: top;
    width: 30px;
}

.navbar-nav li .fa:hover {
    color: #01bf86;
}

/*Slider*/
.about-us {
    background-color: #f3f6fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.fa-jpg {
    background-color: #575757;
    border-style: solid;
    border-width: 2px;
    padding: 0 5px;
    position: fixed;
    left: 0px;
    top: 80px;
    z-index: 33700;
}

    .fa-jpg a {
        color: #fff;
    }
/*about Us*/
.about-us .section-title {
    margin-top: 15px;
    position: relative;
}

h1.section-title::after {
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto 20px;
    position: relative;
    width: 120px;
}

h1.section-title::after {
    border: 4px solid #01bf86;
    border-radius: 10px;
    bottom: 7px;
    content: "";
    display: inline-block;
    margin-left: 3px;
    position: absolute;
    width: 5px;
}

h1.section-title {
    display: inline-block;
    font-family: "Raleway",sans-serif;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 16px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    word-spacing: 5px;
}
/*google map*/
#googleMap {
    width: 100%; /* Span the entire width of the screen */
    height: 440px; /* Set the height to 400 pixels */
    -webkit-filter: grayscale(100%);
    /*filter: grayscale(90%);*/ /* Change the color of the map to black and white */
}
/*critics*/
#critics {
    background-image: url(../Image/1995.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position: 70% 0;
}

.darker-overlay {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0,0,0, 0.6);
}
/*Subscribe*/
.our-sponsors {
    padding-bottom: 80px;
    padding-top: 80px;
    background-color: white;
}

.social-links {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 15px;
}

    .social-links .fa {
        border: 1px solid #01bf86;
        border-radius: 4px;
        color: #01bf86;
        cursor: pointer;
        height: 40px;
        padding-top: 13px;
        text-align: center;
        width: 40px;
    }

        .social-links .fa:hover {
            color: #ffffff;
            background-color: #007cb5;
            border-color: transparent;
        }
/*Button*/
.btn-default {
    background-color: #01bf86;
    color: #fff;
}

    .btn-default:hover {
        background-color: #007cb5;
        border-color: transparent;
        color: #ffffff;
    }
/*footer*/
.footer {
    background-color: #BBBBBB;
    direction: ltr;
    padding: 10px;
}

    .footer ul li {
        padding: 10px;
    }


/*Bootstrap*/
.form-control {
    background-color: white !important;
}

.navbar-inner {
    background-color: transparent !important;
    border-bottom: transparent;
}

.navbar-scroll {
    background-color: rgb(248,248, 248) !important;
    border-bottom: #e7e7e7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 32px !important;
    min-height: 44px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-nav {
    margin-right: 5px;
}

    .navbar-nav > li > a {
        font-size: 18px;
        padding: 10px;
    }

.navbar-right {
    margin-right: 15px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 2px;
}

.navbar-toggle .icon-bar {
    width: 12px;
}

.navbar-toggle {
    padding: 5px;
    margin-top: 12PX;
}
