/*
Theme Name: gft003
Theme URI: https://gastro-flexx.de
Author: Bastian Ranft, flexx-hosting.de
Author URI: https://flexx-hosting.de
Description: Full Responsive WordPress-Theme made with love
Version: 1.25
Tags: flexx-hosting.de // webseiten mit stil.
*/
@charset "UTF-8";
/* CSS Document */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
body {
	margin:0;
	padding:0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:28px;
	color:rgba(74,74,74,1);
	}
ul.dropdown-menu ul.dropdown-menu {
    right: auto !important;
    left: 201px !important;
    }
.container-fluid-outer {
    width:100%;
    min-height:auto;
    }
header .container-fluid-inner,
content .container-fluid-inner,
footer .container-fluid-inner {
    max-width:1400px;
    height:auto;
    display:block;
    margin:0 auto;
    padding-right:20px;
    padding-left:20px;
    }
header .nav_logo_bar .container-fluid-inner,
header .sub_nav_bar .container-fluid-inner {
    padding-right:0px;
    padding-left:0px;
    }
header .top_bar {
    height:auto;
    border-bottom: 5px solid rgba(255,255,255,1);
    }
header .nav_logo_bar {
    min-height:350px;
    background:url(_images/header/header_bg_overlay_left.png) left top repeat-y,url(_images/header/header_bg_overlay_right.png) right top repeat-y,url(_images/header/sample_001.jpg) center center/cover no-repeat rgba(255,255,255,1);
    border-bottom:5px solid rgba(255,255,255,1);
    }
header .sub_nav_bar {
    text-transform: uppercase;
    }
content.content div.content-spacer {
    padding:100px 0;
    margin:0 0;
    }
/* KW77 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    }
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    }
[role="button"] {
    cursor: pointer;
    }
.collapse {
	display: none;
	}
.collapse.in {
	display: block;
	}
tr.collapse.in {
	display: table-row;
	}
tbody.collapse.in {
	display: table-row-group;
	}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	}
.carousel {
	position: relative;
    border:none;
    border-bottom:2px solid #fff;
	}
.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
	}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: 0.6s ease-in-out left;
	-o-transition: 0.6s ease-in-out left;
	transition: 0.6s ease-in-out left;
	}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	line-height: 1;
	}
@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-inner > .item {
		-webkit-transition: -webkit-transform 0.6s ease-in-out;
		-o-transition: -o-transform 0.6s ease-in-out;
		transition: transform 0.6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
		}
	.carousel-inner > .item.next,
	.carousel-inner > .item.active.right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0;
		}
	.carousel-inner > .item.prev,
	.carousel-inner > .item.active.left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0;
		}
	.carousel-inner > .item.next.left,
	.carousel-inner > .item.prev.right,
	.carousel-inner > .item.active {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0;
		}
	}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
	}
.carousel-inner > .active {
	left: 0;
	}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
	}
.carousel-inner > .next {
	left: 100%;
	}
.carousel-inner > .prev {
	left: -100%;
	}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
	}
.carousel-inner > .active.left {
	left: -100%;
	}
.carousel-inner > .active.right {
	left: 100%;
	}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	}
.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	}
.carousel-control:hover,
.carousel-control:focus {
	outline: 0;
	color: #ffffff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
	}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -10px;
	}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -10px;
	}
.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
	}
.carousel-control .icon-prev:before {
	content: '\2039';
	}
.carousel-control .icon-next:before {
	content: '\203a';
	}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
	}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	}
.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	}
.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	}
.carousel-caption .btn {
	text-shadow: none;
	}
@media screen and (min-width: 850px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
		}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px;
		}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px;
		}
	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
		}
	.carousel-indicators {
		bottom: 20px;
		}
	}
	.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
	}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
	}
.clear {
    clear: both;
    }
    /* END KW77 */
/* =============================================
   FONTAWESOME FLEXX-HOSTING
================================================ */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    }
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em;
    }
.fa-xs {
    font-size: .75em;
    }
.fa-sm {
    font-size: .875em;
    }
.fa-1x {
    font-size: 1em;
    }
.fa-2x {
    font-size: 2em;
    }
.fa-3x {
    font-size: 3em;
    }
.fa-4x {
    font-size: 4em;
    }
.fa-5x {
    font-size: 5em;
    }
.fa-6x {
    font-size: 6em;
    }
.fa-7x {
    font-size: 7em;
    }
.fa-8x {
    font-size: 8em;
    }
.fa-9x {
    font-size: 9em;
    }
.fa-10x {
    font-size: 10em;
    }
.fa-fw {
    text-align: center;
    width: 1.25em;
    }
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
    }
.fa-ul > li {
    position: relative;
    }
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    }
.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
    }
.fa-pull-left {
    float: left;
    }
.fa-pull-right {
    float: right;
    }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em;
    }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em;
    }
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    }
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    }
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        }
    }
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    }
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    }
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    }
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none;
    }
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
    }
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    }
.fa-stack-1x {
    line-height: inherit;
    }
.fa-stack-2x {
    font-size: 2em;
    }
.fa-inverse {
    color: #fff;
    }
/*symbols*/
.fa-home:before {
    content: "\f015";
    }
.fa-facebook:before {
    content: "\f09a";
    }
.fa-facebook-f:before {
    content: "\f39e";
    }
.fa-facebook-messenger:before {
    content: "\f39f";
    }
.fa-facebook-square:before {
    content: "\f082";
    }
.fa-twitter:before {
    content: "\f099";
    }
.fa-twitter-square:before {
    content: "\f081";
    }
.fa-instagram:before {
    content: "\f16d";
    }
.fa-instagram-square:before {
    content: "\f955";
    }
.fa-pinterest:before {
    content: "\f0d2";
    }
.fa-pinterest-p:before {
    content: "\f231";
    }
.fa-pinterest-square:before {
    content: "\f0d3";
    }
.fa-xing:before {
    content: "\f168";
    }
.fa-xing-square:before {
    content: "\f169";
    }
.fa-youtube:before {
    content: "\f167";
    }
.fa-youtube-square:before {
    content: "\f431";
    }
.fa-whatsapp:before {
    content: "\f232";
    }
.fa-whatsapp-square:before {
    content: "\f40c";
    }
.fa-angle-double-down:before {
    content: "\f103";
    }
.fa-angle-double-left:before {
    content: "\f100";
    }
.fa-angle-double-right:before {
    content: "\f101";
    }
.fa-angle-double-up:before {
    content: "\f102";
    }
.fa-angle-down:before {
    content: "\f107";
    }
.fa-angle-left:before {
    content: "\f104";
    }
.fa-angle-right:before {
    content: "\f105";
    }
.fa-angle-up:before {
    content: "\f106";
    }
.fa-arrow-alt-circle-down:before {
    content: "\f358";
    }
.fa-arrow-alt-circle-left:before {
    content: "\f359";
    }
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
    }
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
    }
.fa-arrow-circle-down:before {
    content: "\f0ab";
    }
.fa-arrow-circle-left:before {
    content: "\f0a8";
    }
.fa-arrow-circle-right:before {
    content: "\f0a9";
    }
.fa-arrow-circle-up:before {
    content: "\f0aa";
    }
.fa-arrow-down:before {
    content: "\f063";
    }
.fa-arrow-left:before {
    content: "\f060";
    }
.fa-arrow-right:before {
    content: "\f061";
    }
.fa-arrow-up:before {
    content: "\f062";
    }
/*fonts*/
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    }
.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
    @font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fontawesome/fa-brands-400.eot");
    src: url("fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-brands-400.woff2") format("woff2"), url("fontawesome/fa-brands-400.woff") format("woff"), url("fontawesome/fa-brands-400.ttf") format("truetype"), url("fontawesome/fa-brands-400.svg#fontawesome") format("svg");
    }
.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400; }
    @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("fontawesome/fa-regular-400.eot");
    src: url("fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-regular-400.woff2") format("woff2"), url("fontawesome/fa-regular-400.woff") format("woff"), url("fontawesome/fa-regular-400.ttf") format("truetype"), url("fontawesome/fa-regular-400.svg#fontawesome") format("svg");
    }
.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
    @font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("fontawesome/fa-solid-900.eot");
    src: url("fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fontawesome/fa-solid-900.woff2") format("woff2"), url("fontawesome/fa-solid-900.woff") format("woff"), url("fontawesome/fa-solid-900.ttf") format("truetype"), url("fontawesome/fa-solid-900.svg#fontawesome") format("svg");
    }
.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    }
/* =============================================
   BASIC SETTINGS
================================================ */
/* POSITION */
.fl {
	float:left;
	}
.fr {
	float:right;
	}
.pr {
	position:relative;
	}
.pa {
	position:absolute;
	}
/* DEFINITION */
.clear,
.clearfix {
    clear:both;
    }
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.pull-right {
	float: right !important;
	}
.pull-left {
	float: left !important;
	}
.hidden {
	display: none !important;
	}


/* =============================================
   BOOTSTRAP
================================================ */
/* GRID / GRID GUTTER */
.row {
    margin-left: 0px;
    margin-right: 0px;
    }
.row:after {
    content:"";
    display:table;
    clear:both;
    }
content .row > [class^="col-"],
content .row > [class^=" col-"]{
    padding-right: 0px;
    padding-left: 0px;
    }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    /*
    padding-left: 15px;
    padding-right: 15px;
    */
    padding:0;
    }
.row-gutter {
    margin-left: -15px;
    margin-right: -15px;
    }
.row-gutter:after {
    content:"";
    display:table;
    clear:both;
    }
content .row-gutter > [class^="col-"],
content .row-gutter > [class^=" col-"]{
    padding-right: 15px;
    padding-left: 15px;
    }

.row-gutter .col-xs-1, .row-gutter .col-sm-1, .row-gutter .col-md-1, .row-gutter .col-lg-1, .row-gutter .col-xs-2,
.row-gutter .col-sm-2, .row-gutter .col-md-2, .row-gutter .col-lg-2, .row-gutter .col-xs-3, .row-gutter .col-sm-3, .row-gutter .col-md-3, .row-gutter .col-lg-3, .row-gutter .col-xs-4, .row-gutter .col-sm-4, .row-gutter .col-md-4, .row-gutter .col-lg-4, .row-gutter .col-xs-5, .row-gutter .col-sm-5, .row-gutter .col-md-5, .row-gutter .col-lg-5, .row-gutter .col-xs-6, .row-gutter .col-sm-6, .row-gutter .col-md-6, .row-gutter .col-lg-6, .row-gutter .col-xs-7, .row-gutter .col-sm-7, .row-gutter .col-md-7, .row-gutter .col-lg-7, .row-gutter .col-xs-8, .row-gutter .col-sm-8, .row-gutter .col-md-8, .row-gutter .col-lg-8, .row-gutter .col-xs-9, .row-gutter .col-sm-9, .row-gutter .col-md-9, .row-gutter .col-lg-9, .row-gutter .col-xs-10, .row-gutter .col-sm-10, .row-gutter .col-md-10, .row-gutter .col-lg-10, .row-gutter .col-xs-11, .row-gutter .col-sm-11, .row-gutter .col-md-11, .row-gutter .col-lg-11, .row-gutter .col-xs-12, .row-gutter .col-sm-12, .row-gutter .col-md-12, .row-gutter .col-lg-12 {
    position:relative;
    min-height:1px;
    padding:0;
    padding-top:15px;
    padding-bottom:15px;
    }


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    }
.col-xs-12 {
    width: 100%;
    }
.col-xs-11 {
    width: 91.66666667%;
    }
.col-xs-10 {
    width: 83.33333333%;
    }
.col-xs-9 {
    width: 75%;
    }
.col-xs-8 {
    width: 66.66666667%;
    }
.col-xs-7 {
    width: 58.33333333%;
    }
.col-xs-6 {
    width: 50%;
    }
.col-xs-5 {
    width: 41.66666667%;
    }
.col-xs-4 {
    width: 33.33333333%;
    }
.col-xs-3 {
    width: 25%;
    }
.col-xs-2 {
    width: 16.66666667%;
    }
.col-xs-1 {
    width: 8.33333333%;
    }
.col-xs-pull-12 {
    right: 100%;
    }
.col-xs-pull-11 {
    right: 91.66666667%;
    }
.col-xs-pull-10 {
    right: 83.33333333%;
    }
.col-xs-pull-9 {
    right: 75%;
    }
.col-xs-pull-8 {
    right: 66.66666667%;
    }
.col-xs-pull-7 {
    right: 58.33333333%;
    }
.col-xs-pull-6 {
    right: 50%;
    }
.col-xs-pull-5 {
    right: 41.66666667%;
    }
.col-xs-pull-4 {
    right: 33.33333333%;
    }
.col-xs-pull-3 {
    right: 25%;
    }
.col-xs-pull-2 {
    right: 16.66666667%;
    }
.col-xs-pull-1 {
    right: 8.33333333%;
    }
.col-xs-pull-0 {
    right: auto;
    }
.col-xs-push-12 {
    left: 100%;
    }
.col-xs-push-11 {
    left: 91.66666667%;
    }
.col-xs-push-10 {
    left: 83.33333333%;
    }
.col-xs-push-9 {
    left: 75%;
    }
.col-xs-push-8 {
    left: 66.66666667%;
    }
.col-xs-push-7 {
    left: 58.33333333%;
    }
.col-xs-push-6 {
    left: 50%;
    }
.col-xs-push-5 {
    left: 41.66666667%;
    }
.col-xs-push-4 {
    left: 33.33333333%;
    }
.col-xs-push-3 {
    left: 25%;
    }
.col-xs-push-2 {
    left: 16.66666667%;
    }
.col-xs-push-1 {
    left: 8.33333333%;
    }
.col-xs-push-0 {
    left: auto;
    }
.col-xs-offset-12 {
    margin-left: 100%;
    }
.col-xs-offset-11 {
    margin-left: 91.66666667%;
    }
.col-xs-offset-10 {
    margin-left: 83.33333333%;
    }
.col-xs-offset-9 {
    margin-left: 75%;
    }
.col-xs-offset-8 {
    margin-left: 66.66666667%;
    }
.col-xs-offset-7 {
    margin-left: 58.33333333%;
    }
.col-xs-offset-6 {
    margin-left: 50%;
    }
.col-xs-offset-5 {
    margin-left: 41.66666667%;
    }
.col-xs-offset-4 {
    margin-left: 33.33333333%;
    }
.col-xs-offset-3 {
    margin-left: 25%;
    }
.col-xs-offset-2 {
    margin-left: 16.66666667%;
    }
.col-xs-offset-1 {
    margin-left: 8.33333333%;
    }
.col-xs-offset-0 {
    margin-left: 0%;
    }
@media (min-width: 850px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
		}
	.col-sm-12 {
		width: 100%;
		}
	.col-sm-11 {
		width: 91.66666667%;
		}
	.col-sm-10 {
		width: 83.33333333%;
		}
	.col-sm-9 {
		width: 75%;
		}
	.col-sm-8 {
		width: 66.66666667%;
		}
	.col-sm-7 {
		width: 58.33333333%;
		}
	.col-sm-6 {
		width: 50%;
		}
	.col-sm-5 {
		width: 41.66666667%;
		}
	.col-sm-4 {
		width: 33.33333333%;
		}
	.col-sm-3 {
		width: 25%;
		}
	.col-sm-2 {
		width: 16.66666667%;
		}
	.col-sm-1 {
		width: 8.33333333%;
		}
	.col-sm-pull-12 {
		right: 100%;
		}
	.col-sm-pull-11 {
		right: 91.66666667%;
		}
	.col-sm-pull-10 {
		right: 83.33333333%;
		}
	.col-sm-pull-9 {
		right: 75%;
		}
	.col-sm-pull-8 {
		right: 66.66666667%;
		}
	.col-sm-pull-7 {
		right: 58.33333333%;
		}
	.col-sm-pull-6 {
		right: 50%;
		}
	.col-sm-pull-5 {
		right: 41.66666667%;
		}
	.col-sm-pull-4 {
		right: 33.33333333%;
		}
	.col-sm-pull-3 {
		right: 25%;
		}
	.col-sm-pull-2 {
		right: 16.66666667%;
		}
	.col-sm-pull-1 {
		right: 8.33333333%;
		}
	.col-sm-pull-0 {
		right: auto;
		}
	.col-sm-push-12 {
		left: 100%;
		}
	.col-sm-push-11 {
		left: 91.66666667%;
		}
	.col-sm-push-10 {
		left: 83.33333333%;
		}
	.col-sm-push-9 {
		left: 75%;
		}
	.col-sm-push-8 {
		left: 66.66666667%;
		}
	.col-sm-push-7 {
		left: 58.33333333%;
		}
	.col-sm-push-6 {
		left: 50%;
		}
	.col-sm-push-5 {
		left: 41.66666667%;
		}
	.col-sm-push-4 {
		left: 33.33333333%;
		}
	.col-sm-push-3 {
		left: 25%;
		}
	.col-sm-push-2 {
		left: 16.66666667%;
		}
	.col-sm-push-1 {
		left: 8.33333333%;
		}
	.col-sm-push-0 {
		left: auto;
		}
	.col-sm-offset-12 {
		margin-left: 100%;
		}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
		}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
		}
	.col-sm-offset-9 {
		margin-left: 75%;
		}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
		}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
		}
	.col-sm-offset-6 {
		margin-left: 50%;
		}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
		}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
		}
	.col-sm-offset-3 {
		margin-left: 25%;
		}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
		}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
		}
	.col-sm-offset-0 {
		margin-left: 0%;
		}
	}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
		}
	.col-md-12 {
		width: 100%;
		}
	.col-md-11 {
		width: 91.66666667%;
		}
	.col-md-10 {
		width: 83.33333333%;
		}
	.col-md-9 {
		width: 75%;
		}
	.col-md-8 {
		width: 66.66666667%;
		}
	.col-md-7 {
		width: 58.33333333%;
		}
	.col-md-6 {
		width: 50%;
		}
	.col-md-5 {
		width: 41.66666667%;
		}
	.col-md-4 {
		width: 33.33333333%;
		}
	.col-md-3 {
		width: 25%;
		}
	.col-md-2 {
		width: 16.66666667%;
		}
	.col-md-1 {
		width: 8.33333333%;
		}
	.col-md-pull-12 {
		right: 100%;
		}
	.col-md-pull-11 {
		right: 91.66666667%;
		}
	.col-md-pull-10 {
		right: 83.33333333%;
		}
	.col-md-pull-9 {
		right: 75%;
		}
	.col-md-pull-8 {
		right: 66.66666667%;
		}
	.col-md-pull-7 {
		right: 58.33333333%;
		}
	.col-md-pull-6 {
		right: 50%;
		}
	.col-md-pull-5 {
		right: 41.66666667%;
		}
	.col-md-pull-4 {
		right: 33.33333333%;
		}
	.col-md-pull-3 {
		right: 25%;
		}
	.col-md-pull-2 {
		right: 16.66666667%;
		}
	.col-md-pull-1 {
		right: 8.33333333%;
		}
	.col-md-pull-0 {
		right: auto;
		}
	.col-md-push-12 {
		left: 100%;
		}
	.col-md-push-11 {
		left: 91.66666667%;
		}
	.col-md-push-10 {
		left: 83.33333333%;
		}
	.col-md-push-9 {
		left: 75%;
		}
	.col-md-push-8 {
		left: 66.66666667%;
		}
	.col-md-push-7 {
		left: 58.33333333%;
		}
	.col-md-push-6 {
		left: 50%;
		}
	.col-md-push-5 {
		left: 41.66666667%;
		}
	.col-md-push-4 {
		left: 33.33333333%;
		}
	.col-md-push-3 {
		left: 25%;
		}
	.col-md-push-2 {
		left: 16.66666667%;
		}
	.col-md-push-1 {
		left: 8.33333333%;
		}
	.col-md-push-0 {
		left: auto;
		}
	.col-md-offset-12 {
		margin-left: 100%;
		}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
		}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
		}
	.col-md-offset-9 {
		margin-left: 75%;
		}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
		}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
		}
	.col-md-offset-6 {
		margin-left: 50%;
		}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
		}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
		}
	.col-md-offset-3 {
		margin-left: 25%;
		}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
		}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
		}
	.col-md-offset-0 {
		margin-left: 0%;
		}
	}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
		}
	.col-lg-12 {
		width: 100%;
		}
	.col-lg-11 {
		width: 91.66666667%;
		}
	.col-lg-10 {
		width: 83.33333333%;
		}
	.col-lg-9 {
		width: 75%;
		}
	.col-lg-8 {
		width: 66.66666667%;
		}
	.col-lg-7 {
		width: 58.33333333%;
		}
	.col-lg-6 {
		width: 50%;
		}
	.col-lg-5 {
		width: 41.66666667%;
		}
	.col-lg-4 {
		width: 33.33333333%;
		}
	.col-lg-3 {
		width: 25%;
		}
	.col-lg-2 {
		width: 16.66666667%;
		}
	.col-lg-1 {
		width: 8.33333333%;
		}
	.col-lg-pull-12 {
		right: 100%;
		}
	.col-lg-pull-11 {
		right: 91.66666667%;
		}
	.col-lg-pull-10 {
		right: 83.33333333%;
		}
	.col-lg-pull-9 {
		right: 75%;
		}
	.col-lg-pull-8 {
		right: 66.66666667%;
		}
	.col-lg-pull-7 {
		right: 58.33333333%;
		}
	.col-lg-pull-6 {
		right: 50%;
		}
	.col-lg-pull-5 {
		right: 41.66666667%;
		}
	.col-lg-pull-4 {
		right: 33.33333333%;
		}
	.col-lg-pull-3 {
		right: 25%;
		}
	.col-lg-pull-2 {
		right: 16.66666667%;
		}
	.col-lg-pull-1 {
		right: 8.33333333%;
		}
	.col-lg-pull-0 {
		right: auto;
		}
	.col-lg-push-12 {
		left: 100%;
		}
	.col-lg-push-11 {
		left: 91.66666667%;
		}
	.col-lg-push-10 {
		left: 83.33333333%;
		}
	.col-lg-push-9 {
		left: 75%;
		}
	.col-lg-push-8 {
		left: 66.66666667%;
		}
	.col-lg-push-7 {
		left: 58.33333333%;
		}
	.col-lg-push-6 {
		left: 50%;
		}
	.col-lg-push-5 {
		left: 41.66666667%;
		}
	.col-lg-push-4 {
		left: 33.33333333%;
		}
	.col-lg-push-3 {
		left: 25%;
		}
	.col-lg-push-2 {
		left: 16.66666667%;
		}
	.col-lg-push-1 {
		left: 8.33333333%;
		}
	.col-lg-push-0 {
		left: auto;
		}
	.col-lg-offset-12 {
		margin-left: 100%;
		}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
		}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
		}
	.col-lg-offset-9 {
		margin-left: 75%;
		}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
		}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
		}
	.col-lg-offset-6 {
		margin-left: 50%;
		}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
		}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
		}
	.col-lg-offset-3 {
		margin-left: 25%;
		}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
		}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
		}
	.col-lg-offset-0 {
		margin-left: 0%;
		}
	}
/* NAVIGATION */
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	}
.dropup,
.dropdown {
	position: relative;
	}
.dropdown-toggle:focus {
	outline: 0;
	}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding:0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	border:none;
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
	}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	}
.dropdown-menu > li > a {
    text-decoration: none;
	display: block;
	clear: both;
    font-size:15px;
	font-weight: normal;
	line-height: 25px;
	white-space: nowrap;
	}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	text-decoration: none;
	outline: 0;
	}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
	}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
	}
.open > .dropdown-menu {
	display: block;
	}
.open > a {
	outline: 0;
	}
.dropdown-menu-right {
	left: auto;
	right: 0;
	}
.dropdown-menu-left {
	left: 0;
	right: auto;
	}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777777;
	white-space: nowrap;
	}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
	}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
	}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
	}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
	}
@media (min-width: 850px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
		}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
		}
	}
#navbar,
#navbar-child {
    z-index:90;
    position: absolute;
    width:100%;
    text-align:left;
    background:none;
    font-size:17px;
    text-transform: uppercase;
    }
.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	}
.nav > li {
	position: relative;
	display: block;
	}
.nav > li > a {
	position: relative;
	display: block;
	}
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
	text-decoration: none;
	color: rgba(255,255,255,1);
    background-color: rgba(175,20,48,1);
	}
.nav > li.disabled > a {
	color: #777777;
	}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
	}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: rgba(255,255,255,0.9);
	border-color: none;
    color:rgba(74,74,74,1.0);
	}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
	}
.nav > li > a > img {
	max-width: none;
	}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
	}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
	}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
	}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
	}
.nav-tabs.nav-justified > li {
	float: none;
	}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
	}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
	}
@media (min-width: 850px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
		}
	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
		}
	}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
	}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
	}
@media (min-width: 850px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
		}
	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #ffffff;
		}
	}
.nav-pills > li {
	float: left;
	}
.nav-pills > li > a {
	border-radius: 4px;
	}
.nav-pills > li + li {
	margin-left: 2px;
	}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #337ab7;
	}
.nav-stacked > li {
	float: none;
	}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
	}
.nav-justified {
	width: 100%;
	}
.nav-justified > li {
	float: none;
	}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
	}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
	}
@media (min-width: 850px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
		}
	.nav-justified > li > a {
		margin-bottom: 0;
		}
	}
	.nav-tabs-justified {
		border-bottom: 0;
		}
	.nav-tabs-justified > li > a {
		margin-right: 0;
		border-radius: 4px;
		}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border: 1px solid #dddddd;
		}
@media (min-width: 850px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #dddddd;
		border-radius: 4px 4px 0 0;
		}
	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #ffffff;
		}
	}
	.tab-content > .tab-pane {
		display: none;
		}
	.tab-content > .active {
		display: block;
		}
	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}
	.navbar {
		position: relative;
		height: auto;
		border: none;
	}
@media (min-width: 850px) {
	.navbar {
		border-radius: 0px;
		}
	}
@media (min-width: 850px) {
	.navbar-header {
		float: left;
		}
	}
	.navbar-collapse {
		overflow-x: visible;
		/*
        padding-right: 15px;
		padding-left: 15px;
        */
		border-top: 1px solid transparent;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		-webkit-overflow-scrolling: touch;
		}
	.navbar-collapse.in {
		overflow-y: auto;
		}
@media (min-width: 850px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
		}
	.navbar-collapse.in {
		overflow-y: visible;
		}
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
		}
	}
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 340px;
		}
@media (max-device-width: 480px) and (orientation: landscape) {
	.navbar-fixed-top .navbar-collapse,
	.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
		}
	}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
	}
@media (min-width: 850px) {
	.container > .navbar-header,
	.container-fluid > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
		}
	}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
	}
@media (min-width: 850px) {
	.navbar-static-top {
		border-radius: 0;
		}
	}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	}
@media (min-width: 850px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
		}
	}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
	}
.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
	}
.navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	height: 50px;
	}
.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
	}
.navbar-brand > img {
	display: block;
	}
@media (min-width: 850px) {
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand {
		margin-left: -15px;
		}
	}
.navbar-toggle {
	position: relative;
	float: left;
	margin-left: 20px;
	padding: 10px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: none;
	}
.navbar-toggle:focus {
	outline: 0;
	}
.navbar-toggle .icon-bar {
	display: block;
	width: 26px;
	height: 3px;
	border-radius: none;
	}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
	}
@media (min-width: 850px) {
	.navbar-toggle {
		display: none;
		}
	}
.navbar-nav {
	margin: 7.5px -15px;
	}
.navbar-nav > li#menu-item-6  > a {
	padding: 5px 7px 4px 3px;
	line-height: 20px;
    text-decoration: none;
	}
.navbar-nav > li#menu-item-50 > a {
	padding: 12px 10px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    margin-right:2px;
    background-color: rgba(255,255,255,1);
    color: rgba(175,20,48,1);
	}
.navbar-nav > li > a {
	padding: 12px 10px;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    margin-right:2px;
    background-color: rgba(255,255,255,1);
    color: rgba(175,20,48,1);
	}
@media (max-width: 849px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
        text-align: center;
		-webkit-box-shadow: none;
				box-shadow: none;
		}
	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
		}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 20px;
		}
	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
		}

	}
@media (min-width: 850px) {
	.navbar-nav {
        display: inline-block;
		margin: 0;
        vertical-align: top;
		}
	.navbar-nav > li {
		float: left;
		}
	}
.navbar-form {
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 8px;
	margin-bottom: 8px;
	}
@media (min-width: 850px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
		}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		}
	.navbar-form .form-control-static {
		display: inline-block;
		}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
		}
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn,
	.navbar-form .input-group .form-control {
		width: auto;
		}
	.navbar-form .input-group > .form-control {
		width: 100%;
		}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
		}
	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
		}
	.navbar-form .radio label,
	.navbar-form .checkbox label {
		padding-left: 0;
		}
	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
		}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
		}
	}
@media (max-width: 849px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
		}
	.navbar-form .form-group:last-child {
		margin-bottom: 0;
		}
	}
@media (min-width: 850px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		}
	}
.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	}
.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
	}
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
	}
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
	}
.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
	}
@media (min-width: 850px) {
	.navbar-text {
		float: left;
		margin-left: 15px;
		margin-right: 15px;
		}
	}
@media (min-width: 850px) {
	.navbar-left {
		float: left !important;
		}
	.navbar-right {
		float: right !important;
		margin-right: -15px;
		}
	.navbar-right ~ .navbar-right {
		margin-right: 0;
		}
	}
@media (max-width: 849px) {
	.navbar-default,
    .navbar-default.second-nav {
        border:none;
        margin-top:0px;
		}
	}
    .navbar-default {
        border-color: none;
        margin-top:50px;
        }
    .navbar-default.second-nav {
        border-color: none;
        margin-top:0px;
        }
    .navbar-default .navbar-brand {
        color: #777777;
        }
    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #5e5e5e;
        background-color: transparent;
        }
    .navbar-default .navbar-text {
        color: #777777;
        }
    .navbar-default .navbar-nav > li > a {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
        }
    .navbar-default .navbar-toggle {
        border-color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: rgba(255,255,255,.2);
        }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        }
@media (max-width: 849px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555555;
		background-color: #e7e7e7;
		}
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #cccccc;
		background-color: transparent;
		}
	}
.navbar-default .navbar-link {
	color: #777777;
	}
.navbar-default .navbar-link:hover {
	color: #333333;
	}
.navbar-default .btn-link {
	color: #777777;
	}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
	color: #333333;
	}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
	color: #cccccc;
	}
.navbar-inverse {
	background-color: #222222;
	border-color: #080808;
	}
.navbar-inverse .navbar-brand {
	color: #9d9d9d;
	}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #ffffff;
	background-color: transparent;
	}
.navbar-inverse .navbar-text {
	color: #9d9d9d;
	}
.navbar-inverse .navbar-nav > li > a {
	color: #9d9d9d;
	}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
	}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #080808;
	}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444444;
	background-color: transparent;
	}
.navbar-inverse .navbar-toggle {
	border-color: #333333;
	}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333333;
	}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ffffff;
	}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010;
	}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #080808;
	color: #ffffff;
	}
@media (max-width: 849px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #080808;
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #9d9d9d;
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: transparent;
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffffff;
		background-color: #080808;
		}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
		}
	}
.navbar-inverse .navbar-link {
	color: #9d9d9d;
	}
.navbar-inverse .navbar-link:hover {
	color: #ffffff;
	}
.navbar-inverse .btn-link {
	color: #9d9d9d;
	}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
	color: #ffffff;
	}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
	color: #444444;
	}

/* =============================================
   IMAGES
================================================ */
.img-responsvie,
.img-responsive-100,
.img-responsive-90,
.img-responsive-80,
.img-responsive-70,
.img-responsive-60,
.img-responsive-50,
.img-responsive-40,
.img-responsive-30,
.img-responsive-20,
.img-responsive-10,
.img-responsive-100px,
.img-responsive-90px,
.img-responsive-80px,
.img-responsive-70px,
.img-responsive-60px,
.img-responsive-50px,
.img-responsive-40px,
.img-responsive-30px,
.img-responsive-20px,
.img-responsive-10px,
img.thumbs,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: auto !important;
    height: auto;
    margin:0 auto;
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
    border:none;
    }
.img-responsive {
    width: 100% !important;
    }
.img-responsive-100 {
    max-width: 100% !important;
    }
.img-responsive-90 {
    max-width: 90% !important;
    }
.img-responsive-80 {
    max-width: 80% !important;
    }
.img-responsive-70 {
    max-width: 70% !important;
    }
.img-responsive-60 {
    max-width: 60% !important;
    }
.img-responsive-50 {
    max-width: 50% !important;
    }
.img-responsive-40 {
    max-width: 40% !important;
    }
.img-responsive-30 {
    max-width: 30% !important;
    }
.img-responsive-20 {
    max-width: 20% !important;
    }
.img-responsive-10 {
    max-width: 10% !important;
    }
.img-responsive-100px {
    max-width: 100px !important;
    }
.img-responsive-90px {
    max-width: 90px !important;
    }
.img-responsive-80px {
    max-width: 80px !important;
    }
.img-responsive-70px {
    max-width: 70px !important;
    }
.img-responsive-60px {
    max-width: 60px !important;
    }
.img-responsive-50px {
    max-width: 50px !important;
    }
.img-responsive-40px {
    max-width: 40px !important;
    }
.img-responsive-30px {
    max-width: 30px !important;
    }
.img-responsive-20px {
    max-width: 20px !important;
    }
.img-responsive-10px {
    max-width: 10px !important;
    }
img.thumbs {
    margin-bottom:30px;
    }
img.no_block{
    display:inline !important;
    }
img.no_margin {
    margin:0px !important;
    }
.slide img {
    width:100%;
    max-width:100%;
    border:none !important;
    }
.img-rounded {
    border-radius: 6px;
    }
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    }
.img-circle {
    border-radius: 50%;
    }
.img-border {
    -ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
    border:2px solid rgba(243,243,243,1.0) !important;
    }
img.media-arrow {
    max-width:100%;
    height:auto;
    float: right;
    margin: 20px 0px 20px 50px;
    
    }
/* IMAGE GALLERY */
img.alignleft,
img.alignright,
img.aligncenter {
    /*
    border:5px solid #fff !important;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    */
    }
img.alignleft {
    margin:0 20px 20px 0;
    float:left;
    }
img.alignright {
    margin:0 0 20px 20px;
    float:right;
    }
img.aligncenter {
    margin:0 auto 20px;
    display:block;
    }
.gallery {
	width:100%;
	height:auto;
	background:none;
	}
.gallery-columns-2 dl.gallery-item,
.gallery-columns-3 dl.gallery-item,
.gallery-columns-4 dl.gallery-item,
.gallery-columns-5 dl.gallery-item,
.gallery-columns-6 dl.gallery-item,
.gallery-columns-7 dl.gallery-item,
.gallery-columns-8 dl.gallery-item,
.gallery-columns-9 dl.gallery-item {
	float: left !important;
	margin: 0px !important;
	text-align: center !important;
	}
.gallery-columns-2 dl.gallery-item {
	width: 50% !important;
	}
.gallery-columns-3 dl.gallery-item {
	width: 33.33% !important;
	}
.gallery-columns-4 dl.gallery-item {
	width: 25% !important;
	}
.gallery-columns-5 dl.gallery-item {
	width: 20% !important;
	}
.gallery-columns-6 dl.gallery-item {
	width: 16.66% !important;
	}
.gallery-columns-7 dl.gallery-item {
	width: 14.27% !important;
	}
.gallery-columns-8 dl.gallery-item {
	width: 12.5% !important;
	}
.gallery-columns-9 dl.gallery-item {
	width: 11.10% !important;
	}
dl.gallery-item img {
	width:100% !important;
	height:auto !important;
	padding:none !important;
    /*
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    */
	}
[id*="gallery-"] img {
    border:none !important;
    }
[id*="gallery-"] .gallery-item {
    padding:10px;
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box; 
    }
.gallery dl {
    }
.gallery dl img,
img.alignleft,
img.alignright,
img.aligncenter {
    position: relative;
    z-index: 5;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
.gallery dl img:hover,
.gallery dl img:active,
img.alignleft:hover,
img.alignleft:active,
img.alignright:hover,
img.alignright:active,
img.aligncenter:hover,
img.aligncenter:active {
    position: relative;
    z-index: 5;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
.gallery a,
.gallery a:visited,
.gallery a:hover,
.gallery a:active,
.gallery a:focus {
    margin:0;
    padding:0;
    text-decoration: none;
    background:none;
    }
/* =============================================
   STYLES
================================================ */
/* MARGIN & PADDING */
.bbox {
	box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box; 
	}
.no-m,
.no-margin {
    margin:0 !important
    }
.m5 {
	margin:5px;
	}
.m10 {
	margin:10px;
	}
.m15 {
	margin:15px;
	}
.m20 {
	margin:20px;
	}
.m30 {
	margin:30px;
	}
.m40 {
	margin:40px;
	}
.m50 {
	margin:50px;
	}
.m60 {
	margin:60px;
	}
.m70 {
	margin:70px;
	}
.m80 {
	margin:80px;
	}
.m90 {
	margin:90px;
	}
.m100 {
	margin:100px;
	}
.mt5 {
	margin-top:5px;
	}
.mr5 {
	margin-right:5px;
	}
.mb5 {
	margin-bottom:5px;
	}
.ml5 {
	margin-left:5px;
	}
.mt10 {
	margin-top:10px;
	}
.mr10 {
	margin-right:10px;
	}
.mb10 {
	margin-bottom:10px;
	}
.ml10 {
	margin-left:10px;
	}
.mt15 {
	margin-top:15px;
	}
.mr15 {
	margin-right:15px;
	}
.mb15 {
	margin-bottom:15px;
	}
.ml15 {
	margin-left:15px;
	}
.mt20 {
	margin-top:20px;
	}
.mr20 {
	margin-right:20px;
	}
.mb20 {
	margin-bottom:20px;
	}
.ml20 {
	margin-left:20px;
	}
.mt30 {
	margin-top:30px;
	}
.mr30 {
	margin-right:30px;
	}
.mb30 {
	margin-bottom:30px;
	}
.ml30 {
	margin-left:30px;
	}
.mt40 {
	margin-top:40px;
	}
.mr40 {
	margin-right:40px;
	}
.mb40 {
	margin-bottom:40px;
	}
.ml40 {
	margin-left:40px;
	}
.mt50 {
	margin-top:50px;
	}
.mr50 {
	margin-right:50px;
	}
.mb50 {
	margin-bottom:50px;
	}
.ml50 {
	margin-left:50px;
	}
.mt60 {
	margin-top:60px;
	}
.mr60 {
	margin-right:60px;
	}
.mb60 {
	margin-bottom:60px;
	}
.ml60 {
	margin-left:60px;
	}
.mt65 {
	margin-top:65px;
	}
.mr65 {
	margin-right:65px;
	}
.mb65 {
	margin-bottom:65px;
	}
.ml65 {
	margin-left:65px;
	}
.mt70 {
	margin-top:70px;
	}
.mr70 {
	margin-right:70px;
	}
.mb70 {
	margin-bottom:70px;
	}
.ml70 {
	margin-left:70px;
	}
.mt80 {
	margin-top:80px;
	}
.mr80 {
	margin-right:80px;
	}
.mb80 {
	margin-bottom:80px;
	}
.ml80 {
	margin-left:80px;
	}
.mt90 {
	margin-top:90px;
	}
.mr90 {
	margin-right:90px;
	}
.mb90 {
	margin-bottom:90px;
	}
.ml90 {
	margin-left:90px;
	}
.mt100 {
	margin-top:100px;
	}
.mr100 {
	margin-right:100px;
	}
.mb100 {
	margin-bottom:100px;
	}
.ml100 {
	margin-left:100px;
	}
.mt150 {
	margin-top:150px;
	}
.mr150 {
	margin-right:150px;
	}
.mb150 {
	margin-bottom:150px;
	}
.ml150 {
	margin-left:150px;
	}
.no-b,
.no-border {
	border:none;
	}
.b1 {
    border:1px solid #fff;
    }
.b2 {
    border:2px solid #fff;
    }
.b5 {
    border:5px solid #fff;
    }
.b10 {
    border:10px solid #fff;
    }
.bt10 {
    border-top:10px solid rgba(255,255,255,1);
    }
.br10 {
    border-right:10px solid rgba(255,255,255,1);
    }
.bb10 {
    border-bottom:10px solid rgba(255,255,255,1);
    }
.bl10 {
    border-left:10px solid rgba(255,255,255,1);
    }
.b20 {
    border:20px solid rgba(255,255,255,1.0);
    }
.bt20 {
    border-top:20px solid rgba(255,255,255,1);
    }
.br20 {
    border-right:20px solid rgba(255,255,255,1);
    }
.bb20 {
    border-bottom:20px solid rgba(255,255,255,1);
    }
.bl20 {
    border-left:20px solid rgba(255,255,255,1);
    }
.b30 {
    border:30px solid rgba(255,255,255,1.0);
    }
.bt30 {
    border-top:30px solid rgba(255,255,255,1);
    }
.br30 {
    border-right:30px solid rgba(255,255,255,1);
    }
.bb30 {
    border-bottom:30px solid rgba(255,255,255,1);
    }
.bl30 {
    border-left:20px solid rgba(255,255,255,1);
    }
.bt1 {
    border-top:1px solid #fff;
    }
.br1 {
    border-right:1px solid #fff;
    }
.bb1 {
    border-bottom:1px solid #fff;
    }
.bl1 {
    border-left:1px solid #fff;
    }
.no-p,
.no-padding {
	padding:0 !important;
	}
.p10 {
	padding:10px !important;
	}
.p15 {
	padding:15px !important;
	}
.p20 {
	padding:20px !important;
	}
.p30 {
	padding:30px;
	}
.p40 {
	padding:40px;
	}
.p50 {
	padding:50px;
	}
.p60 {
	padding:60px;
	}
.p70 {
	padding:70px;
	}
.p80 {
	padding:80px;
	}
.p90 {
	padding:90px;
	}
.p100 {
	padding:100px;
	}
.pt0 {
	padding-top:0px;
	}
.pr0 {
	padding-right:0px;
	}
.pb0 {
	padding-bottom:0px;
	}
.pl0 {
	padding-left:0px;
	}
.pt10 {
	padding-top:10px;
	}
.pr10 {
	padding-right:10px;
	}
.pb10 {
	padding-bottom:10px;
	}
.pl10 {
	padding-left:10px;
	}
.pt15 {
	padding-top:15px;
	}
.pr15 {
	padding-right:15px;
	}
.pb15 {
	padding-bottom:15px;
	}
.pl15 {
	padding-left:15px;
	}
.pt20 {
	padding-top:20px;
	}
.pr20 {
	padding-right:20px;
	}
.pb20 {
	padding-bottom:20px;
	}
.pl20 {
	padding-left:20px;
	}
.pt30 {
	padding-top:30px;
	}
.pr30 {
	padding-right:30px;
	}
.pb30 {
	padding-bottom:30px;
	}
.pl30 {
	padding-left:30px;
	}
.pt40 {
	padding-top:40px;
	}
.pr40 {
	padding-right:40px;
	}
.pb40 {
	padding-bottom:40px;
	}
.pl40 {
	padding-left:40px;
	}
.pt50 {
	padding-top:50px;
	}
.pr50 {
	padding-right:50px;
	}
.pb50 {
	padding-bottom:50px;
	}
.pl50 {
	padding-left:50px;
	}
.pt60 {
	padding-top:60px;
	}
.pr60 {
	padding-right:60px;
	}
.pb60 {
	padding-bottom:60px;
	}
.pl60 {
	padding-left:60px;
	}
.pt65 {
	padding-top:65px;
	}
.pr65 {
	padding-right:65px;
	}
.pb65 {
	padding-bottom:65px;
	}
.pl65 {
	padding-left:65px;
	}
.pt70 {
	padding-top:70px;
	}
.pr70 {
	padding-right:70px;
	}
.pb70 {
	padding-bottom:70px;
	}
.pl70 {
	padding-left:70px;
	}
.pt80 {
	padding-top:80px;
	}
.pr80 {
	padding-right:80px;
	}
.pb80 {
	padding-bottom:80px;
	}
.pl80 {
	padding-left:80px;
	}
/* TEXT */
h1,
.img-background h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
.caption span.headline {
    font-size:28px;
    line-height:38px;
	font-weight:normal;
	text-transform:uppercase;
    font-style:normal;
	margin:0;
	padding:0;
	line-height: normal;
	letter-spacing:normal;
	}
h5,
h6,
h7,
h8 {
    font-size:20px;
    line-height:30px;
	}
h1 {
    color:rgba(74,74,74,1);
    }
h2 {
    color:rgba(255,255,255,1);
    }
h3 {
    color:rgba(74,74,74,1);
    }
h4 {
    color:rgba(0,87,132,1);
    }
.font-size-small {
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    }
footer .font-size-small {
    color:rgba(74,74,74,.2);
    }
footer .font-size-small a,
footer .font-size-small a:visited {
    color:rgba(74,74,74,.2);
    text-decoration: none;
    background: none;
    padding:0;
    -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
    }
footer .font-size-small a:hover,
footer .font-size-small a:focus,
footer .font-size-small a:active {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background:rgba(74,74,74,.2);
    padding:0 10px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
.textuppercase {
	text-transform:uppercase;
	}
.textlowercase {
	text-transform:lowercase;
	}
.font_weight_bold {
    font-weight: bold;
    }
/* POSITION */
.al {
	text-align:left;
	}
.ar {
	text-align:right;
	}
.ac {
	text-align:center;
	}
.aj {
	text-align:justify;
	}
/* SONSTIGES */
span.spacer {
	margin:0 15px;
	}
span.spacer_small {
	margin:0 7px;
	}
p {
	margin:0px;
	}
/* LINES */
hr,
hr.large
hr.top_bar_border {
	width:100%;
	height:0px;
	border:none;
	margin:30px 0;
	padding:0;
	}
hr.large {
    margin:60px 0 0;
    }
hr.top_bar_border {
    border-top:5px solid rgba(85,111,35,1);
	border-bottom:5px solid rgba(255,255,255,1);
	margin:0;
	}
/* HYPERLINKS */
.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
    z-index:2;
    }
.scrollTop a {
    font-size: 18px;
    line-height: 18px !important;
    }
.scrollTop a:hover {
    color:rgba(255,255,255,1);
    }
.transition {
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
    }
a#light_a,
a#light_a:hover,
a#light_a:visited,
a#light_a:active,
a.light_a,
a.light_a:hover,
a.light_a:visited,
a.light_a:active,
header a.phone_link,
header a.phone_link:hover,
header a.phone_link:visited,
header a.phone_link:active {
	margin:0px !important;
	padding:0px !important;
	background:none !important;
    text-decoration: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
	}
.socials a,
.socials a:visited,
.socials a:hover,
.socials a:active,
.socials a:focus {
    text-decoration: none;
    background: none !important;
    }
content a,
content a:visited,
footer a,
footer a:visited {
    color:rgba(74,74,74,1);
    text-decoration: none;
    background: none;
    padding:0;
    -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
    }
content a:hover,
content a:focus,
content a:active,
footer a:hover,
footer a:focus,
footer a:active {
    color: rgba(255,255,255,1);
    text-decoration: none;
    background:rgba(136,136,136,1);
    padding:0 10px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
.page_left a,
.page_left a:visited,
.page_right a,
.page_right a:visited {
    background: none;
    text-decoration: none;
    padding:0;
    -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
    }
.page_left a:hover,
.page_left a:focus,
.page_left a:active,
.page_right a:hover,
.page_right a:focus,
.page_right a:active {
    text-decoration: none;
    padding:0 10px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
/* BUTTON */
content .button{
    font-size:16px;
    line-height:26px;
    text-transform: none;
    }
content a.btn-001,
content a.btn-001:visited {
    margin:15px 0;
    padding:3px 5px;
    text-align: center;
    background-color: rgba(194,194,194,.2);
    color:rgba(74,74,74,1);
    }
content a.btn-001:hover,
content a.btn-001:focus,
content a.btn-001:active {
    background-color:rgba(0,72,158,.8);
    color:rgba(255,255,255,1.0)
    }
/* BACKGROUNDS */
.page_left,
.page_right,
.bg_001,
.bg_002,
.bg_003,
.bg_004,
.bg_005,
.bg_006,
footer .footer_bar {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	}
.bg_001 {
    background-color:rgba(255,255,255,1);
    }
.bg_002 {
    background-color:rgba(125,23,35,1);
    }
.bg_003 {
    background-color:rgba(175,30,48,1);
    }
.bg_004 {
    background-color:rgba(85,111,35,1);
    }
.bg_005 {
    background-color:rgba(85,111,35,.3);
    }
.bg_006 {
    background-color:rgba(85,111,35,.1);
    }
footer .footer_bar {
    text-align: center;
    font-size:13px;
    line-height:20px;
    padding:10px 0;
    background-color:rgba(125,23,35,1);
    color:rgba(255,255,255,1);
    }
footer .footer_bar a,
footer .footer_bar a:visited {
    text-decoration: none;
    padding:0;
    }
footer .footer_bar a:hover,
footer .footer_bar a:focus,
footer .footer_bar a:active {
    padding:0 10px;
    }
/* KONTAKTORMULAR CONTACT-FORM 7 ===== */
.wpcf7 #input_field,
.wpcf7 #input_area,
.wpcf7 #input_button {
	width:100%;
	height:auto;
	margin:20px auto 0;
	padding:10px 20px;
    display:block;
	border:none;
	background:rgba(221,221,221,1);
	color:rgba(74,74,74,1);
    font-family: 'PT Sans Narrow', sans-serif;
	text-transform:none;
	font-style:normal;
    font-weight: normal;
	font-size:16px;
    text-align: left;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box; 
	}
.wpcf7 #input_field:focus,
.wpcf7 #input_area:focus {
	width:100%;
	background:rgba(171,171,171,1);
	color:rgba(255,255,255,1);
    outline-width: 0 !important;
	}
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
    color: rgba(255,255,255,1);
    }
.wpcf7 #input_area {
	height:140px;
    font-size:16px;
    line-height:26px;
	}
span.wpcf7-list-item {
    display:block !important;
    margin:0 auto !important;
    }
.wpcf7 input[type=checkbox] {
    vertical-align: text-bottom;
    /**/
    text-align: left;
    margin-right: 10px;
    left: 0px;
    top: 5px;
    }
.wpcf7 #input_button {
	width:50%;
	display:block;
	color:rgba(255,255,255,1);
    text-align: left;
	background:rgba(170,170,170,1);
	}
.wpcf7 #input_button:hover,
.wpcf7 #input_button:focus {
	width:80%;
	color: rgba(255,255,255,1);
	background:rgba(74,74,74,1);
    outline-width: 0 !important;
	}
#g-recaptcha {
    width: 304px;
    margin: 20px auto;
    }
@media (min-width: 1200px) {
    #g-recaptcha {
        margin: 20px 0px;
        float:left;
        }
    .wpcf7 #input_button {
        width:100%;
        }
    .wpcf7 #input_button:hover,
    .wpcf7 #input_button:focus {
        width:80%;
        }
    }
.wpcf7 img.ajax-loader {
    width:auto;
    max-width:100%;
    height:auto;
    border:none;
    }
a.datenschutz,
a.datenschutz:visited {
    color:rgba(74,74,74,1.0);
    text-decoration: none;
    background:none;
    padding:0 10px;
    -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
    }
a.datenschutz:hover,
a.datenschutz:focus,
a.datenschutz:active {
    color:rgba(255,255,255,1.0);
    text-decoration: none;
    background:rgba(74,74,74,1.0);
    padding:0 10px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }
.grecaptcha-badge {
    bottom: 100px !important;
    }
/* checkbox mit zusatz script.js unten */
#checkbox_datenschutz .wpcf7-list-item-label {
    display:inline-block;
    max-width:86%;
    vertical-align:top;
    font-weight:normal;
    }
#checkbox_datenschutz {
    display:block;
    margin-top: 20px;
    }
/* TABLE / TABLEPRESS */
table.tablepress {
    width:100%;
    border:1px solid #E6E6E6;
    background:rgba(255,255,255,1);
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
    }
table.tablepress tr th {
	background:#AAA;
    font-weight:normal;
    padding: 5px 10px;
    word-break: break-all;
    }
table.tablepress tr {
    border:1px solid rgba(255,255,255,1.0);
    word-break: break-all;
    }
table.tablepress tr:nth-child(1n+2) {
    background:rgba(0,0,0,0.06);
    }
table.tablepress tr:first-child,
table.tablepress tr:nth-child(2n+3) {
    background:rgba(0,0,0,0.1);
    }
table.tablepress tr:hover {
    background:rgba(0,0,0,0.15);
    }
table.tablepress tr td {
    padding: 5px 10px;
    vertical-align: top;
    color:rgba(74,74,74,1.0);
    word-break: break-all;
    }
/* MAPS STARTSEITE */
#mapholder {
    max-width:100%;
    height:100%;
    position: relative;
    }
#gmap-holder {
    width:100%;
    height:500px;
    }
.maps_container {
    width:100%;
    height:auto;
    position:relative;
    /*z-index:50; */
    }
/* CONTENT-SLIDER */
.slider {
    border:none;
    }
.carousel-inner .item img {
	width:100% !important;
	height:auto;
    }
.item .thumbnail {
	margin-bottom:0;
    }
.carousel-control.right,
.carousel-control.left {
	background-image:none !important;
    color:rgba(255,255,255,0.6);
    }
.carousel-control.right:hover,
.carousel-control.left:hover {
	background-image:none !important;
    color:rgba(255,255,255,1.0);
    }
.carousel-control {
	padding: 0;
	width:13px; 
	/* top:auto;*/	
	left:auto;
	bottom:0;
	opacity:1.0;
	text-shadow:none;
    }
.carousel-control.right {
	right:10px;
    }
.carousel-control.left {
	left: 10px;
    }
/* SLIDER CAPTION */
.caption {
    position: absolute;
    left: 0px;
    bottom: 70px;
    width: 33%;
    text-align: left;
    padding:30px;
    box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
	-o-box-sizing:border-box;
    }
.caption span.subheadline span.discription {
    padding:0px 0px;
    }
.caption a,
.caption a:visited {
    text-decoration: none;
    padding: 3px 3px;
    margin:0px;
    }
.caption a:hover,
.caption a:active,
.caption a:focus {
    text-decoration: none;
    }
/* VIDEO EMBED */
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    -webkit-box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.35);
    }
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.embed-container {
    position: relative; 
    padding-bottom: 56.25%; /* ratio 16x9 */
    height: 0; 
    overflow: hidden; 
    width: 100%;
    height: auto;
    }
.embed-container iframe {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    }
/* OWL-SLIDER-BUSINESS */
.business-symbols .owl-dots {
    display:none;
    }
/* img-filter */
header .socials img,
.owl-carousel .owl-item img {
    filter: grayscale(100%) opacity(45%);
    }
/* =============================================
   MEDIA QUERY MAX-WIDTH: 849px
================================================ */
@media (max-width: 849px) {
    body {
        font-size:15px;
        line-height:25px;
        }
    #navbar,
    #navbar-child {
        text-align:center;
        font-size:20px;
        }
    .navbar-default {
        margin-top:0;
        }
    .navbar-nav {
        margin: 0px -15px;
        }
    #menu-gastro-flexx-subnav.navbar-nav {
        margin: 0px 0px;
        }
    .navbar-nav > li > a {
        line-height: 30px;
        }
    .navbar-nav > li > a {
        padding: 8px 8px;
        font-size: 15px;
        line-height: 25px;
        }
    .hidden-xs {
		display: none !important;
		}
    header .nav_logo_bar {
        min-height:180px;
        background:url(_images/header/sample_001.jpg) center center/cover no-repeat rgba(255,255,255,1);
        border-bottom:5px solid rgba(255,255,255,1);
        }
    table {
        font-size:12px;
        }
    footer .row .col-xs-12 {
        text-align: center;
        }

    .element-4 .inner {
        min-height:200px !important;
        }
    h1,
    .img-background h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    h7,
    h8,
    .caption span.headline {
        font-size:21px;
        line-height:31px;
        }
    h5,
    h6,
    h7,
    h8 {
        font-size:17px;
        line-height:27px;
        }
    .p20,
    .p50 {
        padding:10px;
        }
    .p20,
    .pt50 {
        padding-top:10px;
        }
    .p20,
    .pr50 {
        padding-right:10px;
        }
    .p20,
    .pb50 {
        padding-bottom:10px;
        }
    .p20,
    .pl50 {
        padding-left:10px;
        }
    content.content div.content-spacer {
        padding:50px 0;
        margin:0 0;
        background: none rgba(255,255,255,1);
        }
    #gmap-holder {
        width:100%;
        height:250px;
        }
    }
/* =============================================
   MEDIA QUERY MIN-WIDTH: 850px
================================================ */
@media (min-width: 850px) {
    .hidden-sm {
		display: none !important;
		}
    }
/* =============================================
   MEDIA QUERY MIN-WIDTH: 992px
================================================ */
@media (min-width: 992px) {
    .hidden-md {
		display: none !important;
		}
    }
/* =============================================
   MEDIA QUERY MIN-WIDTH: 1200px
================================================ */
@media (min-width: 1200px) {
    .hidden-lg {
		display: none !important;
		}
    }
/* =============================================
   COOKIE NOTE
================================================ */
#cookie_notice a {
    color:rgba(255,255,255,1.0);
    text-decoration:none;
    }
#cookie_notice a:hover {
    text-decoration:underline;
    }
#cookie_notice div {
    padding:8px;
    }
#cookie_notice { 
    outline: 0; 
    text-align:center; 
    border-top:5px solid #fff;
    background: rgba(74,74,74,1.0);  
    position:fixed;
    bottom:0px; 
    z-index:200; 
    width:100%; 
    font-size:16px; 
    line-height:22px;
    font-weight: normal;
    color:rgba(255,255,255,1.0);
    }
#cookie_notice div.insert {
    width:90%;
    height:auto;
    padding:0 10px 18px !important;
    float:left;
    }
#cookie_notice div.closer {
    width:10%;
    height:auto;
    float:right;
    }
#cookie_noticeCloser {
    color: rgba(255,255,255,1.0);
    font: 14px/100% arial, sans-serif;
    position: absolute;
    right: 12px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,1.0);
    top: 12px;
    cursor:pointer;
    border:1px solid rgba(255,255,255,1.0); 
    padding:8px;
    background: rgba(0,0,0,1.0);
    }
#cookie_noticeCloser:hover {
    border-bottom:1px solid white;
    border-right:1px solid white;
    }
@media (max-width: 849px) {
    #cookie_notice { 
        font-size:10px; 
        line-height:16px;
        }
    }