@font-face {
    font-family: 'OpenSans Regular';
    src:  url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-family: 'OpenSans Light';
    src:  url('../fonts/OpenSans-Light.ttf') format('truetype');
}
.body{margin:0; padding:0px; display:block;}
.navbar-white{background:#fff !important; padding:8px; font-family: Arial;}
.navbar-white .navbar-nav > li > a{color:#555; font-size: 14px; font-weight:bold; text-transform: uppercase;}
.navbar-white .navbar-nav > li > a:hover{color:#555; border-bottom: 1px solid #555; }
.navbar-white .navbar-nav > li > a.active{color:#555; border-bottom: 2px solid #555; }
.navbar-white .navbar-nav > li ul input{display:block; width:100%;}
.navbar-white .navbar-brand{color: #666;}

.upper-title{
    text-transform: uppercase;
    font-family: "OpenSans Light";
    font-size: 35px;
    text-align: center;
}
.btn-inverse{background: #3d3d3d; border: #4d4d4d; color: #fff !important; margin-right: 8px; }
.btn-inverse:hover {color: #fff;}
.btn-primary-lite{background: #12a04a; border: #12a04a; color: #fff !important; }
.btn-primary-lite:hover{background: green; color: #fff !important; }

.btn-warning-lite{background: #fee203; border: #fff203; color: #3d3d3d !important; box-shadow: 3px 5px 0px rgba(255, 180, 20, 0.5); }
.btn-warning-lite:hover{background: #fff203; color: #3e3e3e !important; }

.small-container{
    margin: 10px auto;
    text-align: center;
}
.small-container img{
    text-align: center;
    margin: 10px auto;
}
.small-container .title{
    font-family: "OpenSans Light";
    font-size: 16px;
    text-transform: uppercase;
    color: #555;
    margin: 20px;
}

.small-title{
    font-family: "OpenSans Light";
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer{
    background: #333;
    display: block;
    padding: 20px 0px;
    position: relative;
    color: #fff;
}

.footer hr{border-color: #555;}

.footer a{
    color: #fff;
}

.footer ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footer ul li{margin: 10px 0px;}


.mycaption{
    position: absolute;
    top: 15%;
    text-align: left;
}
.mycaption h2{
    font-size: 70px;
    font-color: #fff;
    display: block;
}
.mycaption blockquote p{ font-weight: normal !important; font-size: 13px;}
.mycaption blockquote cite{ text-transform: uppercase; text-shadow: 0.5px 0.5px 0.5px #333; font-weight: bold;}

.carousel-control {
    position: absolute;
    top: 45%;
    bottom: 45%;
    left: 2%;
    width: 100px;
    height: 100px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}

.carousel-control.left {
    background: rgba(0, 0, 0, 0.0);
}

.carousel-control.right {
    right: 2%;
    left: auto;
    background: rgba(0, 0, 0, 0.0);
}

.carousel-control:hover,
.carousel-control:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 38%;
    left: 40%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 5px solid #ffffff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 0;
    background-color: #ffffff;
}

.gray{
    display: block;
    background: #e0e0e0;
    padding: 40px 0px; font-family: "OpenSans Light" !important;
    text-align: center;
}
.gray h3{
    font-size: 25px;margin: 10px auto; font-family: "OpenSans Light";
}
.gray p{ font-size: 15px; margin: 10px auto; }
