body {
    background: url(../images/back.jpg) repeat-x rgb(0, 0, 0);
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #18090E;
    font-size: 12px;
	margin: 0;

}
.container{
    background: #fff;
}

a {
    color: #165E84;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover { color: #888; text-decoration: none; }

strong { font-weight: bold; }

.header {
	background: url("../images/grilledmeat.jpg") no-repeat scroll 265px 0 rgb(255, 255, 255);
}

.header .navbar {
    margin-bottom: 0;
}
.header .navbar-inner {
    background: #fff;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    text-align: left;
}

.logo {
    float: left;
    margin: 5px;
    text-align: left;
	
}

.napoleon{
	float:right;
	margin-right:20px;
	text-align:right;
}
.napoleon a{
	font-size:0px;
}

.clear {
	clear:both;
}

.violet{
	color:#165E84;
}

.left_padding {
	padding-left:70px;
}
/* -- Slider --- */
.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}

/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'Lobster', cursive;
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}

.page-title-image {
	float:right;	
    vertical-align: middle;
	padding-right:20px;
    opacity: 0.5;
}

/* ----- Presentation ----- */

.presentation {
    margin-top: 2px;
}

.presentation h2 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #5d5d5d;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
}


/* ----- Footer ----- */

footer {
    margin: 2px auto 0px auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../images/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}


footer .footer-border {
    border-top: 1px dashed #ddd;
    margin-top: 30px;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}


footer .social {
    margin-top: 10px;
    text-align: right;
}

footer .social a.facebook {
    background: url("../images/social-icons/facebook.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}

footer .social a {
   /* display: inline-block; */
    height: 24px;
    margin: 0 0 0 8px;
    vertical-align: middle;
    width: 24px;
}

footer .social a:hover {
    background-position: left top;
}