/* CSS DOCUMENT 

name: Responsive BSG Template 1

*/

body {
    background-color: #262237 !important;
}

#header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top:20px;
    padding-bottom:20px;
}
    
.container {
    background-color: #262237;
}

#headersmall {
    padding-bottom: 0px;
    background-color: #262237;
}

@media (min-width:992px) {
#nav-outer {
    padding-top:38px;
}
}
@media (max-width:992px) {
#nav-outer {
    padding-top:15px;
}
}

.navbar-inverse a {
    color: #dfdfb9 !important;
    font-family: 'Anton', sans-serif !important;
    font-size: 16px;
}

.navbar-inverse a:hover {
    color: #08a1ca !important;
    background-color: transparent !important;
}

a.current {
    color:#08a1ca !important;
}

.navbar-inverse {
    border-radius: 0px !important;
    background-color: #262338 !important;
    border: none !important;
    margin-bottom: 15px !important;
}

#panel1 {
    background-color: #077d9c !important;
    
}

#panel2 {
    background-color: #06667f !important;
}

#panel3 {
    background-color: #055165 !important;
}


#panelrow {
    padding-left: 15px;
    padding-right: 15px;
    
}

.panel {
    border-radius: 0px !important;
    padding: 15px;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.panel img {
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    #panel1 {
        margin-left: 20px !important;
    }
    
    .panel {
        margin-right:10px;
        width:31.5% !important;
        z-index: 9999 !important;
    }
    #panelrow {
        margin-top: -50px !important;
}
}

.panel h2 {
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-family: 'Anton', sans-serif !important;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px #000;
}

.panel p {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff !important;
}

#content {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:20px;
}
#content-left ul {
    margin-bottom:15px;
    color: #fff;
}

#content-left h3 {
    font-family: 'Anton', sans-serif !important;
    font-size: 35px !important;
    color: #fff;
    padding-bottom: 5px;
    margin-top:-3px;
}

#content-left {
    color: #fff !important;
}

#owl-wrapper {
    padding-top:10px;
    padding-bottom:10px;
text-align:center;
}

.item img {
    margin-bottom:10px;
}
.item p {
    color:#FFF;
}


#content-right {
    background-color: #DDD;
    padding: 15px;
}

#content-right h1 {
    font-size: 22px !important;
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Anton', sans-serif !important;
}

#footer {
    padding: 20px;
    background-color: #191724;
}
@media (max-width: 768px) {
.fpanel {
    margin-bottom:25px;
}
}

#footer h4 {
    color: #FFF;
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: 'Anton', sans-serif !important;
    font-size: 22px;
}
#footer p {
    color:#FFF;
}

#footer ul {
    list-style: inside square;
    padding-left: 10px !important;
}

#footer li {
    color: #FFF;
    margin-bottom: 10px;
}

#footer iframe {
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#footer a {
    color: #fff;
}
input, textarea {
	width: 100% !important;
}

input[type="submit"] {
background-color: #08a1ca !important;
color: #fff;
border: none !important;
}