/* =============================================
Common styles
============================================= */
@import url(https://fonts.googleapis.com/css?family=Poiret+One|Droid+Sans:400,700);
html,
body
{
    height: 100%;
}
#page-container
{
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
body
{
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
}
figure
{
    line-height: .5em;

    z-index: 10;

    background-color: #fff;
    -webkit-box-shadow: 0 0 3px 0 #d5d6d6;
            box-shadow: 0 0 3px 0 #d5d6d6;
}
figure img
{
    width: 92%;
    margin: 4%;
}
figure.overflowHidden img
{
    display: block;

    max-width: auto;
}
figcaption
{
    font-size: .75em;
    line-height: 1.333333333333333em;

    margin: 4%;

    text-align: center;
}
address
{
    font-size: 1.2em;

    display: inline-block;

    margin: 0 auto;
}
h1
{
    font-family: 'Poiret One', cursive;
}
h1.caption
{
    font-size: 60px;
}
h2
{
    text-transform: uppercase;

    color: #b2001e;
}
h2.small
{
    font-size: 14px;
    font-variant: small-caps;

    text-transform: lowercase;
}
#main-header h2
{
    font-variant: small-caps;

    text-transform: lowercase;
}
p
{
	margin: 0 0 10px;
}
p.small
{
    font-size: 13px;
}
a
{
	color: white;
}

a.email
{
	color: black;
}

a.info
{
	color: black;
}
	
a:hover
{
    text-decoration: none;
}
label,
thead th,
#npp-text
{
    font-weight: 500;
}
/* Buttons */

.btn
{
    border-radius: 3px;
}

button::first-letter
{
    text-transform: uppercase;
}
/* Modals */
.modal
{
    text-align: center;
}
.modal-dialog
{
    display: inline-block;

    width: auto;
}
/* Tables */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td
{
    vertical-align: middle;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td,
.table th.header
{
    color: #fff;
    background-color: #555;
}
.table > caption + thead > tr:first-child > th.header,
.table > colgroup + thead > tr:first-child > th.header,
.table > thead:first-child > tr:first-child > th.header,
.table > caption + thead > tr:first-child > td.header,
.table > colgroup + thead > tr:first-child > td.header,
.table > thead:first-child > tr:first-child > td.header,
.table th.header.header
{
    font-weight: 400;
}
/* Tooltips */
.tooltip-inner
{
    font-size: 14px;

    padding: 6px 12px;
}
/* Classes */
.append,
.btn .caret.append
{
    margin-left: 7px;
}
.flex-wrapper
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.flex-item
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.img-left
{
    float: left;

    margin: 5px 15px 7px 0;
}
.img-right
{
    float: right;

    margin: 0 0 7px 15px;
}
.margin-auto
{
    margin: auto;
}
.margin-bottom-null
{
    margin-bottom: 0;
}
.margin-bottom-xs
{
    margin-bottom: 5px;
}
.margin-bottom-sm
{
    margin-bottom: 10px;
}
.margin-bottom-md
{
    margin-bottom: 20px;
}
.margin-bottom-lg
{
    margin-bottom: 40px;
}
.nowrap
{
    white-space: nowrap;
}
.padding-xs
{
    padding: 5px;
}
.padding-sm
{
    padding: 10px;
}
.padding-md
{
    padding: 20px;
}
.padding-lg
{
    padding: 40px;
}
.prepend
{
    margin-right: 10px;
}
.valign
{
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
            align-items: center;
}
/* Smartphones only ----------- */
@media only screen and (max-width: 767px)
{
    .margin-bottom-md.sm-only
    {
        margin-bottom: 0;
    }
}
/* Tablets, Desktops and laptops ----------- */
@media only screen and (min-width: 992px)
{
    h2.small
    {
        font-size: 18px;
    }
}
/* =============================================
Specific content
============================================= */
/* Main container */
#home-container
{
    background: url('../images/header-background.jpg') center top no-repeat #fff;
    background-size: contain;
}
#page-container
{
    background: url('../images/header-page-background.jpg') center top no-repeat #fff;
    background-size: contain;
}
#main-header > div
{
    padding: 20px 20px 0;
}
/* Footer */
#page-container
{
    margin-bottom: -164px;
    padding-bottom: 164px;
}
#main-footer
{
    height: 164px;
    padding-top: 18px;
    padding-bottom: 18px;

    background: #b2001e;
}
#main-footer p
{
    margin-bottom: 10px;

    text-align: center;

    color: #fff;
}
#main-footer div:first-child p
{
    font-family: 'Poiret One', sans-serif;
    font-size: 32px;
    line-height: 32px;
}
#main-footer div:nth-child(2) p
{
    line-height: 22px;
}
#main-footer div:nth-child(3) p
{
    line-height: 22px;
}
/* Specific content */
#home-container a
{
    display: block;
}
#home-container a .img-wrapper
{
    position: relative;

    overflow: hidden;

    width: 170px;
    height: 115px;
    margin: auto;
}
#home-container a .img-wrapper img
{
    width: 170px;

    -webkit-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}
#home-container a:hover .img-wrapper img
{
    width: 204px;
    margin-top: -11.5px;
    margin-left: -16px;
}
#home-container a:hover h2.small
{
    color: #e50027;
}
#home-container a p
{
    color: #333;
}
#home-container a h2.small
{
    margin-top: 10px;

    -webkit-transition: all 200ms ease-in-out;
         -o-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;

    color: #b2001e;
}
.card
{
    padding: 4% 5%;

    background: #f5f5f5;
}
.card > h3
{
    margin-top: 0;

    color: #aaa;
}
.card > h3:before
{
    float: left;

    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 10px;

    content: ' ';

    color: #fff;
    background: #e1e1e1;
}
.page-header
{
    width: 100%;
    margin: 20px 0;

    border: none;
}
.page-header p.lead
{
    margin-bottom: 0;
}
p.tel
{
    text-decoration: none;
}
address strong
{
    display: inline-block;

    min-width: 100px;
}
/* Media Queries ----------- */

@media only screen and (min-width: 576px) {
	.container, .container-sm
	{
	max-width: none;
	}
}

@media only screen and (max-width: 767px)
{
    #main-header
    {
        height: 260px;
    }
    #main-header #header-left
    {
        position: absolute;

        width: 25%;
    }
    #main-header #header-left p
    {
        margin-top: 5px;

        text-align: center;
		
		font-size:0.8rem;

        color: #fff;
    }
    #main-header #header-center
    {
        position: relative;
        left: 20px;

        width: 100%;
        margin-top: 27%;
        margin-right: -20px;
        margin-left: -20px;
        padding: 5px 20px;

        background: rgba(255, 255, 255, .6);
    }
    #main-header #header-center h2
    {
        line-height: 40px;

        float: left;

        margin: 0 20px 0 0;
    }
    #main-header #header-center div
    {
        float: right;

        margin: 0;
    }
    #main-header #header-center div p
    {
        margin-bottom: 0;

        text-align: right;
    }
    #main-header #header-right
    {
        position: absolute;
        top: 20px;
        right: 0;

        width: 50%;
    }
    #main-header #header-right p
    {
        color: #fff;
		margin-bottom: 0.5rem;
    }
    .flex-item
    {
        width: 100%;
    }
    .flex-item .card
    {
        width: 100%;
    }
	    .page-header p.lead
    {
        font-family: 'Poiret One', cursive;
        font-size: 35px;

        margin: 0 auto;

        text-align: center;

        text-shadow: 0 0 5px rgba(0, 0, 0, .6);
	}
}
@media only screen and (max-width: 580px)
{
    #main-header
    {
        height: 200px;
    }
    #main-header #header-center
    {
        padding: 0 10px;
    }
    #main-header #header-center h2
    {
        font-size: 18px;
    }
    #main-header #header-center p
    {
        font-size: 13px;
    }
    #main-header #header-right p
    {
        font-size: 13px;
    }
    #main-header #header-right p:nth-child(2)
    {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 520px)
{
    #main-header #header-center p
    {
        line-height: 40px;
    }
    #main-header #header-center p:nth-child(1)
    {
        display: none;
    }
}
@media only screen and (max-width: 480px)
{
    #main-header #header-center h2
    {
        margin-right: 10px;
    }
    #main-header #header-center div
    {
        float: none;
        overflow: hidden;

        white-space: nowrap;
    }
    #main-header #header-center p
    {
        font-size: 12px;
    }
    #main-header #header-right
    {
        right: 5%;
    }
    #main-header #header-right p
    {
        font-size: 12px;
        line-height: 1.15em;
    }
}
@media only screen and (max-width: 420px)
{
    #main-header #header-center h2
    {
        width: 100%;
        margin-right: 0;

        text-align: center;
    }
    #main-header #header-center div
    {
        display: none;
    }
}
@media only screen and (min-width: 768px)
{
    #home-container
    {
        background: url('../images/header-background750.jpg') center -60px no-repeat #fff;
    }
	
	.container, .container-md, .container-sm {
    max-width: 750px;
	}
	
    /* Page Header */
	#main-header
    {
        position: relative;

        height: 170px;
        margin-right: -15px;
        margin-left: -15px;
    }
    #main-header:before,
    #main-header:after
    {
        position: absolute;
        top: 0;

        display: block;

        box-sizing: content-box;

        content: ' ';
    }
    #main-header:before
    {
        z-index: 1;
        left: 0;

        width: 11.96581196581197%;

        border-right: 170px solid transparent;
        border-bottom: 170px solid #fff;
        border-left: 0 solid transparent;
    }
    #main-header:after
    {
        right: 0;

        width: 28.20512820512821%;

        border-bottom: 170px solid #fff;
        border-left: 0 solid transparent;
        border-left: 170px solid transparent;
    }
    #main-header img
    {
        position: relative;
    }
    #main-header #header-left
    {
        position: relative;
        z-index: 1;

        float: left;

        width: 32%;
        padding-top: 3%;
        padding-right: 12%;
    }
    #main-header #header-left p
    {
        font-size: 13px;

        position: relative;

        margin-top: 20px;
        margin-right: -20%;
        margin-bottom: 20px;

        color: #b2001e;
        border-top: 1px solid #b2001e;
    }
    #main-header #header-left p span
    {
        position: absolute;
        top: -12px;
        left: 25px;

        display: inline-block;

        padding: 2px 12px;

        background: #fff;
    }
    #main-header #header-center
    {
        position: absolute;
        z-index: 1;
        top: 7%;
        left: 11.96581196581197%;

        width: 59.82905982905983%;
    }
    #main-header #header-center h2,
    #main-header #header-center p
    {
        font-family: 'Poiret One', sans-serif;

        text-align: center;

        color: #fff;
        text-shadow: 1.5px 1.5px 0 rgba(44, 39, 35, .75);
    }
    #main-header #header-center h2
    {
        font-size: 36px;
        font-weight: normal;

        margin: 0 0 3%;
    }
    #main-header #header-center p
    {
        font-size: 16px;
    }
    #main-header #header-right
    {
        position: relative;
        z-index: 1;

        float: right;

        width: 44.44444444444444%;
    }
    #main-header #header-right p
    {
        text-align: right;
    }
    #main-header #header-right p:first-child
    {
        font-size: 13px;
        line-height: 2em;

        margin-left: 25%;
        padding-bottom: .75em;

        color: #ff852a;
        border-bottom: 1px solid #ff852a;
    }
    #main-header #header-right p:nth-child(2)
    {
        font-size: 13px;
        line-height: 1.2em;

        color: #b2001e;
    }
    #main-header #header-right p:nth-child(3)
    {
        font-size: 13px;
        line-height: 1em;

        color: #b2001e;
    }
    #main-header #header-overlay
    {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;

        width: 100%;
        height: 170px;

        background: url('../images/header-overlay.png') repeat;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
                box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .5);
    }
    #home-container #main-nav
    {
        margin-bottom: 192px;
    }
    .container:not(#home-container) #main-nav
    {
        margin-bottom: 0;
    }
    #main-nav
    {
        height: 52px;
    }
    .page-header
    {
        height: 58px;
        margin: 0 -15px 20px;
        padding: 0;
    }
    .page-header p.lead
    {
        font-family: 'Poiret One', cursive;
        font-size: 35px;

        margin: 0 auto;

        text-align: center;

        text-shadow: 0 0 5px rgba(0, 0, 0, .6);
    }
    #page-container
    {
        margin-bottom: -100px;
        padding-bottom: 100px;
    }
    #main-footer
    {
        height: 120px;
    }
    #main-footer div:first-child p
    {
        text-align: left;
    }
    #main-footer div:nth-child(2) p
    {
        text-align: center;
    }
    #main-footer div:nth-child(3) p
    {
        text-align: right;
    }
}
@media only screen and (min-width: 992px)
{
    #home-container
    {
		background: url('../images/header-background970.jpg') center -40px no-repeat #fff;
    }
	
	.container, .container-md, .container-sm {
    max-width: 970px;
	}
	
    #home-container #main-nav
    {
        margin-bottom: 214px;
    }
    #main-header #header-left
    {
        width: 28.20512820512821%;
        padding-top: 0;
        padding-right: 10%;
    }
    #main-header #header-center h2
    {
        font-size: 42px;
    }
    #main-header #header-center p
    {
        font-size: 20px;
    }
    #main-header #header-right p:nth-child(3)
    {
        font-size: 20px;
    }
    .page-header
    {
        height: 136px;
        margin: 0 -15px 20px;
    }
    .page-header p.lead
    {
        font-size: 40px;
    }
}
@media only screen and (min-width: 1200px)
{
    #home-container
    {
        background: url('../images/header-background1170.jpg') center top no-repeat #fff;
    }
	
	.container, .container-md, .container-sm {
    max-width: 1170px;
	}
	
    #home-container #main-nav
    {
        margin-bottom: 234px;
    }
    #main-footer div:first-child p
    {
        font-size: 40px;
        line-height: 40px;
    }
    /* Page Header */
    #main-header
    {
        height: 190px;
    }
    #main-header:before
    {
        border-right: 190px solid transparent;
        border-bottom: 190px solid #fff;
    }
    #main-header:after
    {
        border-bottom: 190px solid #fff;
        border-left: 190px solid transparent;
    }
    #main-header #header-left
    {
        padding-right: 0;
    }
    #main-header #header-left p
    {
        margin-right: 20%;
    }
    #main-header #header-center h2
    {
        font-size: 54px;
    }
    #main-header #header-center p
    {
        font-size: 24px;
    }
    #main-header #header-right p:first-child
    {
        font-size: 14px;
    }
    #main-header #header-right p:nth-child(2)
    {
        font-size: 16px;
    }
    #main-header #header-right p:nth-child(3)
    {
        font-size: 24px;
    }
    #main-header #header-overlay
    {
        height: 190px;
    }
    .page-header
    {
        height: 195px;
        margin: 0 -15px 20px;
    }
    .page-header p.lead
    {
        font-size: 48px;
    }
}
/* =============================================
Forms
============================================= */
fieldset.custom
{
    position: relative;

    margin-top: 15px;
    margin-bottom: 20px;
    padding: 30px 16px 10px;

    border: 1px solid #eee;
    border-radius: 3px;
    background: #f3f3f3;
}
fieldset.custom legend
{
    font-size: 16px;
    line-height: 16px;

    position: absolute;
    top: -18px;
    left: 15px;

    display: inline-block;

    width: auto;
    height: 36px;
    padding: 10px 12px;

    color: #555;
    border-bottom: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
}
.form-inline .form-group
{
    padding-right: 16px;
}
label
{
    padding-right: 12px;
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline
{
    padding-top: 3px;
}
.form-control
{
    height: 34px;
    padding: 1px 5px;

    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.input-group-addon
{
    font-size: 14px;

    padding: 1px 5px;

    color: #555;
    border-radius: 4px;
}
.form-control.input-lg,
.input-group-addon.input-group-addon-lg
{
    font-size: 18px;

    height: 44px;
    padding: 6px 12px;
}
/* Nice File Input */
.nice
{
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .75);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .75);
}
.nice .NFI-button
{
    line-height: 30px;

    width: 100px;
    height: 30px;

    color: #fff;
    border: solid #0172bd 1px;
    border-bottom: solid #00428d 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
            border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
            border-bottom-left-radius: 4px;
    background-color: #0192dd;
    background-image: -webkit-linear-gradient(top, #6aa3d5 0%, #428bca 56%);
    background-image:      -o-linear-gradient(top, #6aa3d5 0%, #428bca 56%);
    background-image:         linear-gradient(to bottom, #6aa3d5 0%, #428bca 56%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
    text-shadow: 0 -1px 0 #0172bd;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6aa3d5', endColorstr='#ff428bca', GradientType=0);
}
.nice .NFI-button:hover
{
    border: solid #333 1px;
    background-image: -webkit-linear-gradient(top, #7dbdf5 0%, #1e8eee 56%);
    background-image:      -o-linear-gradient(top, #7dbdf5 0%, #1e8eee 56%);
    background-image:         linear-gradient(to bottom, #7dbdf5 0%, #1e8eee 56%);
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 #111;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7dbdf5', endColorstr='#ff1e8eee', GradientType=0);
}
.nice .NFI-filename
{
    line-height: 30px;

    width: 200px;
    height: 30px;

    color: #777;
    border: solid #ccc 1px;
    border-left: none;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
            border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
            border-bottom-right-radius: 3px;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .05);
       -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .05);
            box-shadow: inset 0 2px 0 rgba(0, 0, 0, .05);
    text-shadow: 0 1px 0 #fff;
}
.nav-tabs
{
    margin-bottom: 20px;

    border-bottom: 1px solid transparent;
}
.nav-tabs > li > a
{
    margin-right: 0;
	
	color: #555;
    border: none;
    -webkit-box-shadow: inset 0 -1px 0 #eee;
            box-shadow: inset 0 -1px 0 #eee;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
{
    color: #428bca;
    background: none;
    -webkit-box-shadow: inset 0 -2px 0 #428bca;
            box-shadow: inset 0 -2px 0 #428bca;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
{
    color: #428bca;
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #428bca;
            box-shadow: inset 0 -2px 0 #428bca;
}
.navbar-default
{
    border: none;
}
.navbar-default .navbar-collapse
{
    padding: 0;
}
.navbar-default:before,
.navbar-default:after
{
    display: table;

    content: ' ';
}
.navbar-default:after
{
    clear: both;
}
.navbar-default .navbar-left a
{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;

    width: 30px;
    height: 30px;
    margin: 12px 0 0 0;
    padding: 7px;

    color: #fff;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-shadow: 0 0 0 1px #fff;
            box-shadow: 0 0 0 1px #fff;
}
.navbar-default .navbar-left span
{
    color: #fff;
}
.navbar-default .navbar-left a:hover,
.navbar-default .navbar-left a:focus,
.navbar-default .navbar-left li.active a
{
    color: #f3ce01;
    -webkit-box-shadow: 0 0 0 1px #f3ce01;
            box-shadow: 0 0 0 1px #f3ce01;
}
.navbar-default .navbar-left a:hover span,
.navbar-default .navbar-left a:focus span,
.navbar-default .navbar-left li.active a span
{
    color: #f3ce01;
}
.navbar-default .navbar-nav > li
{
    font-size: 16px;
    font-weight: 400;

    color: #ccc;
}
.navbar-default .navbar-nav > li span
{
    color: #fff;
}
.navbar-default .navbar-nav > li:hover,
.navbar-default .navbar-nav > li:focus
{
    color: #f3ce01;
}
.navbar-nav > li > a,
.navbar-brand
{
    line-height: 20px;

    display: inline-block;

    min-height: 20px;
}
.navbar-brand
{
    vertical-align: top;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-nav > li.dropdown.open > a,
.navbar-nav > li.active a
{
    color: #f3ce01;
    background: rgba(0, 0, 0, .3);
}
.navbar-default .navbar-nav > li > a:hover span,
.navbar-default .navbar-nav > li > a:focus span,
.navbar-nav > li.dropdown.open > a span,
.navbar-nav > li.active a span
{
    color: #f3ce01;
}
/* Dropdowns */
.dropdown-menu
{
    padding-top: 0;
    padding-bottom: 0;
	
	background-color: gray;
	
    -webkit-border-radius: 0;
            border-radius: 0;
}
@media only screen and (max-width: 767px)
{
    #main-nav
    {
        position: absolute;
        top: 0;
		right: -15px;

    }
    #main-nav .navbar-header
    {
        position: relative;
        z-index: 3;
    }
    #main-nav .navbar-toggle
    {
    /*    -webkit-border-radius: 0;
                border-radius: 0;
        background: #181818;
	*/	
	background-color: black;
	border: none; 
	color: white; 
	padding: 12px 16px; 
	font-size: 16px; 
	cursor: pointer; 
	
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 9px;
	padding: 9px 10px;


}
		
    }
    #main-nav .navbar-toggle:hover
    {
        background: #383838;
    }
    #main-nav .navbar-toggle .icon-bar
    {
        background-color: #ddd;
    }
    #main-nav .navbar-collapse
    {
        position: relative;
        z-index: 2;
        top: -9px;

        background: black;
        -webkit-box-shadow: 0 3px 3px 0 #999;
                box-shadow: 0 3px 3px 0 #999;
    }
    #main-nav .navbar-left a
    {
        margin: 5px 0 0 15px;
    }
    #main-nav .navbar-nav
    {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    #main-nav .navbar-nav > li > a
    {
        display: block;

        -webkit-transition: all 150ms ease-in-out;
             -o-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;

        border-bottom: 1px solid #282828;
    }
    #main-nav .navbar-nav > li > a:hover
    {
        background: rgba(50, 50, 50, .5);
    }
    #main-nav .navbar-nav .open .dropdown-menu
    {
        background: rgba(75, 75, 75, .5) !important;
    }
    #main-nav .navbar-nav .open .dropdown-menu > li > a
    {
        -webkit-transition: all 150ms ease-in-out;
             -o-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;

        border-bottom: 1px solid #282828;
    }
    #main-nav .navbar-nav .open .dropdown-menu > li > a:hover
    {
        background: rgba(100, 100, 100, .5);
    }
}
@media only screen and (min-width: 768px)
{
    .navbar-default
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}




@media only screen and (min-width: 768px)
{
    #main-nav
    {
        position: relative;
        top: 0;
        right: 0;

        width: 100%;
    }
    #main-nav .navbar-header
    {
        position: relative;
        z-index: 3;
    }
    #main-nav .navbar-toggle
    {
    /*    -webkit-border-radius: 0;
                border-radius: 0;
        background: #181818;
	*/	
	background-color: black;
	border: none; 
	color: white; 
	padding: 12px 16px; 
	font-size: 16px; 
	cursor: pointer; 
	
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 9px;
	padding: 9px 10px;


}
		
    }
    #main-nav .navbar-toggle:hover
    {
        background: #383838;
    }
    #main-nav .navbar-toggle .icon-bar
    {
        background-color: #ddd;
    }
    #main-nav .navbar-collapse
    {
        position: relative;
        z-index: 2;
        top: -9px;

        background: black;
        -webkit-box-shadow: 0 3px 3px 0 #999;
                box-shadow: 0 3px 3px 0 #999;
    }
    #main-nav .navbar-left a
    {
        margin: 5px 0 0 15px;
    }
    #main-nav .navbar-nav
    {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    #main-nav .navbar-nav > li > a
    {
        display: block;

        -webkit-transition: all 150ms ease-in-out;
             -o-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;

        border-bottom: 1px solid #282828;
    }
    #main-nav .navbar-nav > li > a:hover
    {
        background: rgba(50, 50, 50, .5);
    }
    #main-nav .navbar-nav .open .dropdown-menu
    {
        background: rgba(75, 75, 75, .5) !important;
    }
    #main-nav .navbar-nav .open .dropdown-menu > li > a
    {
        -webkit-transition: all 150ms ease-in-out;
             -o-transition: all 150ms ease-in-out;
                transition: all 150ms ease-in-out;

        border-bottom: 1px solid #282828;
    }
    #main-nav .navbar-nav .open .dropdown-menu > li > a:hover
    {
        background: rgba(100, 100, 100, .5);
    }
}
@media only screen and (min-width: 768px)
{
    .navbar-default
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}






/*# sourceMappingURL=main.css.map */
