/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);*/

.row {
    margin-left: 0;
    margin-right: 0;
}

/* Wrapper for page content to push down footer */

#wrap {
    /* Negative indent footer by its height */
    margin: 0 auto;
    /* Pad bottom by footer height */
    padding: 0 0;
}


/* Custom page CSS
-------------------------------------------------- */

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

/* Since positioning the image, we need to help out the caption */

.carousel-caption { z-index: 10; }

#myCarousel {
    font-size: 10px;
    margin-bottom: 5px;
}

/* Declare heights because of positioning of img element */

#myCarousel .item {
    background-color: #fff;
    min-height: 700px;
}

#myCarousel img {
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 2px;
}

/* Bootstrap Carousel overrides */

.carousel-control {
    bottom: 0;
    color: grey !important;
    /* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
    filter: alpha(opacity=50);
    font-size: 10px;
    left: 0;
    opacity: .5 !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 5% !important;
}

.carousel-indicators .active {
    background-color: grey !important;
    height: 20px;
    margin: 0;
    width: 20px;
}


#myCarousel h2 { color: grey; }

.carousel-indicators li {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: red;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid grey;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 8px;
    height: 20px;
    text-indent: -999px;
    width: 20px;
}

#wrap > .container { padding: 0; }

.container .credit { margin: 10px 0; }


header {
    background: #fff;
    color: #555;
}

header .dropdown-menu {
    background: grey;
    border-width: 0;
    top: 74px;
}

h2 {
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
}

.logo {
    color: grey;
    font-size: 40px;
    position: absolute;
    text-align: center;
    top: 70px;
    width: 100%;
    z-index: 1200;
}

#nav {
    position: static;
    top: -32px;
    width: 100%;
}

/* Footers */

#nav.affix {
    -webkit-transition: all .6s ease-in-out;
    position: fixed;
    top: 0;
    transition: all .6s ease-in-out;
    z-index: 10;
}



@media (min-width: 767px) {
    .navbar-nav.nav-justified > li { float: none; }
}

.navbar-nav { margin: 1px 1px; }

/* customize nav style */

.navbar-custom {
    background-color: grey;
    border-width: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-custom .navbar-nav > li > a { color: grey; }

.navbar-custom .dropdown-menu li > a:hover { color: grey; }

.navbar-custom .navbar-nav li > a:hover, .navbar-nav li .open, .navbar-custom .navbar-nav .active a { background-color: grey; }

.navbar-custom .navbar-nav > .dropdown > a .caret {
    border-bottom-color: grey;
    border-top-color: grey;
}

.navbar-collapse.in { /*3.0.2 bug workaround*/
    overflow-y: visible;
}

.navbar-toggle { outline: 0; }

.divider { height: 50px; }

.panel { border-width: 0; }



.scroll-top {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    background: grey;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    font-size: 8px;
    position: fixed;
    right: 6%;
    z-index: 100;
}

.scroll-top a:link, .scroll-top a:visited { color: #222; }


section { color: grey; }

.panel .img-responsive {
    max-height: 270px;
    min-height: 270px;
}