/* 
    Created on : Sep 2, 2015, 2:45:54 PM
    Author     : John Arvizu
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){
    .page-header {
        margin-top: 25px;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px #9FC54E ridge;
    }
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #9FC54E;
}
body{
    background-color: transparent;
    font-size: 16px;
    color: #ddd;
}
body > .container {
    padding: 80px 15px 0;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    background-color:#9FC54E;
}
.footer {
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
.footerText {
    color: #9FC54E;
    font-size: .85em;
    background-color: rgba(0, 0, 0, 0.6);
}
.footerText a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.form-control:focus {
    border-color: #9FC54E;
}
.google-maps {
    position: relative;
    padding-bottom: 85.5%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
html {
    background: url(/im/bg-03.jpg) no-repeat center fixed;
    background-size: cover;
}
.logo {
    /* width: 150px; */
    margin: 0px;
}
.logo-txt {
    padding-top: 20px;
}
.navbar-default {
	background-color: rgba(0, 0, 0, 1);
    border: 0px;
	height: 85px !important;
	padding-top:20px;
}
.navbar-default .navbar-brand {
    color: #9FC54E;
    font-size: 24px;
}
.navbar-default .navbar-nav  li  a {
    color: #fff;
}
.navbar-default .navbar-nav  li  a:hover {
    color: #9FC54E;
}
.navbar-brand {
	padding: 0px;
}
.navbar-brand a {
    color: #9FC54E;
	text-decoration: none;
}
.navbar-brand a:hover {
    color: #fff;
	text-decoration: none;
}
#nav {
    margin-bottom: 50px;
    background-color: rgba(0, 0, 255, 0.3);
}
.page-header {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px #9FC54E ridge;
}
.page-header .title {
    font-size: 24pt;
}
.page-header .subtitle {
    font-size: 21pt;
}
#section {
    height: 100%;
    padding: 0 25px 20px 25px;
    margin-bottom: 25px;
/*    background-color: rgba(255, 255, 255, 0.3);*/
/*    padding-top: 100px;*/
}
#sectionFooter {
    height: 100%;
    padding: 0 25px 20px 25px;
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.3);
/*    padding-top: 100px;*/
}
.spl-bg-01 {
/*    background-color: rgba(0, 0, 0, 0.1);*/
}
.spl-ft-01 {
    color: #ddd;
}
.tagline {
    font-size: 1.75em;
    text-shadow: 3px 3px 3px #000;
}
.thumbnail {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px;
}
.thumbnail a:hover {
    color: #9FC54E;
}
.toppad {
    height: 70px;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 90%;
	width: 90%;
}

