﻿@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);

* {
    font-family: 'Oxygen', sans-serif;
}

body {
    font-size: 13pt;
    background-color:#000;
}

.header {
    background-color: #efefef;
    padding: 20px 0px;
    position: relative;
}

.contact {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
}

.telephone {
    font-weight: bold;
    font-size: 30pt;
}

.address {
    font-weight: bold;
    font-size: 10pt;
}

.content{
    background-color:#fff;
}

.panel{
    position:relative;
    max-width:500px;
}

.panel_footer{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:rgba(255,255,255,.8);
    text-align:center;
    font-weight:bold;
    padding:10px;
    display:block;
}


.vendor{
    padding:15px;
    border-radius:5px;
    background-color:#CFCFCF;
    color:#000;
    margin-bottom:15px;
}

.pad-left-15{
    padding-left:15px;
}

.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0px;
}

    .footer a {
        color: #fff;
    }

	
/***************
Adjust Header image for extra-wide screens
***************/	
.banner-image-holder {
    width:100%;
    height: 400px;
    min-height: 250px;
    position: relative;
}

.banner-image {
    height: 100%;
    position: relative;
    background: url("../Images/site.jpg") no-repeat;
    background-size:cover;
    background-position-x: center;
}

/*********************************************************************
MENU CLASSES
*********************************************************************/

.menu {
    background: #808080;
    font-size: 14px;
}

    .menu .inner {
        float: right;
        position: relative;
        left: -50%;
        text-align: left;
    }

    .menu ul {
        list-style-type: none;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        left: 50%;
    }

    .menu li {
        float: left;
        position: relative;
    }

    .menu a {
        display: block;
        margin-top: 2px;
        padding: 18px 20px 18px 20px;
        color: #fff;
        font-weight: bold;
        border-bottom: solid 2px #1A5189;
    }

        .menu a:hover, .menu .this_page {
            text-decoration: none;
            cursor: pointer;
            border-bottom: solid 2px #ff0000;
            background-color: #000;
        }



@media (max-width: 988px) {

    .logo {
        text-align: center;
    }

        .logo img {
            display: inline-block;
        }

    .contact {
        position: relative;
        display: block;
        text-align: center;
    }
}
