


/*************************
 TYPOGRAHPIE
**************************/

body {
  background: #ffffff;
  font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
  color: #706c6a;
  line-height: 1.625em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; 
  font-family: Roboto, sans-serif;
  color: #706c6a;
	width: auto;
}

h1, .title-h1-large { font-size: 3.875em; color: #ffffff; text-transform: uppercase; font-weight: 300; margin-top: 0; }
h2, .title-h2-large { font-size: 2.625em; color: #ffffff; text-transform: uppercase; font-weight: 500; margin-top: 0; }
h3 { font-size: 1.563em; color: #003056; font-weight: 500; line-height: 1.4em; }
h5 { font-size: 1em; color: #ffffff; font-weight: 500; line-height: 1.4em; margin:0; }


.title-wrapper { margin: auto 15px; }

.title-h1-large .line,
.title-h2-large .line {
	display: inline;
	background: #003056;
	color: #fff;
	line-height: 1.325em;
	padding: 0;
	box-shadow: 5px 0 0 #003056, -5px 0 0 #003056;
}
/*.title-h1-large.has-padding .line, .title-h2-large.has-padding .line { padding: 0 0.15em; }*/
.title-h1-large .line { position: relative; left: -10px; background: #a81b18; }

.title-h2-large .line { position: relative; left: -10px; }
.title-h2-large span:nth-child(2) { font-weight: 300; }
h3.title-h2-large .line { line-height: normal; font-weight: 300; margin-bottom: 20px; }

.title-wrapper h2:first-child { margin-top: 0; }
h3.title-h2-large.has-margin { margin-bottom: 20px; }

.title-wrapper p.lead { margin-left: -15px; margin-bottom: 0; }

.has-margin { margin: auto 20px; }


a {
  color: #a81b18;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  color: #a81b18;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn {
	padding: 8px 20px;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
	float: left;
}

.btn-primary {
  background: #a81b18;
  color: #fff;
	text-transform: uppercase;
}
.btn-primary:hover, 
.btn-primary:focus {
  background: rgba(168,27,24,0.5);
  outline: none;
  box-shadow: none;
} 


.btn-push {
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
	text-transform: uppercase;
  background-color: #a81b18;
  border: none;
  box-shadow: 0 6px rgba(168,27,24,0.5);
	/*float:none;*/
}

.btn-push:hover,
.btn-push:focus {
  background-color: #003056;
  box-shadow: 0 6px rgba(0,48,86,0.25);
	color: #fff;
}

.btn-push:active,
.btn-push.active {
  background-color: #003056;
  box-shadow: 0 4px rgba(0,48,86,0.25);
  transform: translateY(2px);
	color: #fff;
}


.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2 {
  font-size: 2.625em;
  margin-top: 0;
  margin-bottom: 20px;
}

.media > .pull-left { margin-right: 20px; }
.media > .pull-right { margin-left: 20px; }

video {
	display: inline-block;
	width: 100%;
	height: auto;
}

body > section,
body section {
  padding: 70px 0;
}

.bg-grey { background-color: #eeeeee; }
.bg-grey-light { background-color: #f8f8f8; }

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead {
  font-size: 1.563em;
	font-family: Roboto, sans-serif;
  line-height: 1.4em;
  font-weight: 500;
  padding-top: 10px;
}
.content-area p.lead {
	color: #003056;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.no-margin { margin: 0; }
.no-padding { padding: 0; }

span.hidden-xs {
	display: inline-block!important;
}

/*************************
 HEADER
**************************/

.navbar > .container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  /*padding: 15px 0;*/
  padding: 5px 0;
  margin: 0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #ffffff;
  padding: 0;
  padding-bottom: 0;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li {
  margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 35px 15px 30px;
  margin: 0;
  color: #706c6a;
  line-height: 25px;
	font-size: 16px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a.current {
	background-color: #a81b18;
  color: #ffffff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  /*font-size: 36px;
  line-height: 50px;
  color: #ffffff;
	max-width: 180px;*/
}
.navbar-inverse .navbar-brand img {
	width: 100%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #a81b18;
  color: #ffffff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: #a81b18;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #003056;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/*************************
 SLIDER
**************************/

#main-slider {
  position: relative;
}

#main-slider.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
	background-color: #003056;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
  height: auto;
	min-height: 180px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .carousel .item .container { position: relative;} 

#main-slider .carousel .carousel-content { width: 50%; }

#main-slider .carousel .slide-margin {
    padding: 12% 0;
    position: relative;
}

/*#main-slider .title-h1-large {
	background: none;
}*/
#main-slider .title-h1-large .line {
	background-color: #a81b18;
	box-shadow: 5px 0 0 #a81b18, -5px 0 0 #a81b18;
}
#main-slider .title-h1-large span:last-child {
	font-weight: 500;
}

#main-slider .carousel p {
  color: #ffffff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #a81b18;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

#main-slider .carousel .carousel-inner .carousel-image {
	position: absolute;
	height: auto;
	width: calc(66.66667%);
	float: right;
	bottom: 50%;
	margin-bottom: -154px;
	right: 0;
	overflow: visible;
	z-index: -1;
}
#main-slider .carousel .carousel-inner .carousel-image .img-responsive { float: right;}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  /*background-color: #a81b18;*/
  color: #ffffff;
	opacity: 0.35;
  display: inline-block;
  margin-top: -45px;
  height: auto;
  line-height: auto;
  width: auto;
  text-align: center;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
	opacity: 1;
}

#main-slider .prev { left: 15px; }
#main-slider .next { right: 15px; }

#main-slider i.fa {
	font-size: 5em;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #FFF;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active{
  width: 20px;
  height: 20px;
  background-color: #a81b18;
   margin: 0 15px 0 0;
   border: 1px solid #a81b18;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #a81b18;
  border: 1px solid #a81b18;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.no-slider {
	background: #003056;
	height: 10px;
	position: relative;
}


/*************************
 SECTIONS
**************************/

.content-area.content_area_side_left,
.content-area.content_area_side_right {
	margin-right: 0;
	margin-left: 0;
	position: relative;
}
.content-area.content_area_side_left .container,
.content-area.content_area_side_right .container {
	position: relative;
	z-index: 50;
}

.content-area.content_area_side_left::before,
.content-area.content_area_side_left::after,
.content-area.content_area_side_right::before,
.content-area.content_area_side_right::after {
	content: " ";
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
}

.content-area.content_area_side_left.bg-grey-light-white::before { left: 0; width: calc(50% + -195px); }
.content-area.content_area_side_left.bg-grey-light-white::after {	right: 0;	width: calc(50% + 195px); }

.content-area.content_area_side_right.bg-white-grey-light::before {	left: 0; width: calc(50% + 195px); }
.content-area.content_area_side_right.bg-white-grey-light::after { right: 0; width: calc(50% + -195px); }

.content-area.content_area_side_left.bg-grey-light-grey::before {	left: 0; width: calc(50% + -195px); }
.content-area.content_area_side_left.bg-grey-light-grey::after { right: 0; width: calc(50% + 195px); }

.content-area.content_area_side_right.bg-grey-grey-light::before { left: 0; width: calc(50% + 195px); }
.content-area.content_area_side_right.bg-grey-grey-light::after { right: 0; width: calc(50% + -195px); }

.bg-grey-light-white::before { background-color: #f8f8f8; }
.bg-grey-light-white::after { background-color: #ffffff; }

.bg-white-grey-light::before { background-color: #ffffff; }
.bg-white-grey-light::after { background-color: #f8f8f8; }

.bg-grey-grey-light::before { background-color: #eeeeee; }
.bg-grey-grey-light::after { background-color: #f8f8f8; }

.bg-grey-light-grey::before { background-color: #f8f8f8; }
.bg-grey-light-grey::after { background-color: #eeeeee; }


@media (max-width: 1025px) {
	.content-area.content_area_side_left.bg-grey-light-white::before { left: 0; width: calc(33.33333333333333%); }
	.content-area.content_area_side_left.bg-grey-light-white::after {	right: 0;	width: calc(66.66666666666666%); }
	
	.content-area.content_area_side_right.bg-white-grey-light::before {	left: 0; width: calc(66.66666666666666%); }
	.content-area.content_area_side_right.bg-white-grey-light::after { right: 0; width: calc(33.33333333333333%); }
	
	.content-area.content_area_side_left.bg-grey-light-grey::before {	left: 0; width: calc(33.33333333333333%); }
	.content-area.content_area_side_left.bg-grey-light-grey::after { right: 0; width: calc(66.66666666666666%); }
	
	.content-area.content_area_side_right.bg-grey-grey-light::before { left: 0; width: calc(66.66666666666666%); }
	.content-area.content_area_side_right.bg-grey-grey-light::after { right: 0; width: calc(33.33333333333333%); }
}

@media (max-width: 769px) {
	.content-area.content_area_side_left.bg-grey-light-white::before,
	.content-area.content_area_side_right.bg-white-grey-light::before,
	.content-area.content_area_side_left.bg-grey-light-grey::before,
	.content-area.content_area_side_right.bg-grey-grey-light::before { left: 0; width: 100%; }
	
	.content-area.content_area_side_left.bg-grey-light-white::after,
	.content-area.content_area_side_right.bg-white-grey-light::after,
	.content-area.content_area_side_left.bg-grey-light-grey::after,
	.content-area.content_area_side_right.bg-grey-grey-light::after { right: 0; width: 0; }

	
	#faq.content-area.content_area_side_left.bg-grey-light-white::before,
	#faq.content-area.content_area_side_right.bg-white-grey-light::before,
	#faq.content-area.content_area_side_left.bg-grey-light-grey::before,
	#faq.content-area.content_area_side_right.bg-grey-grey-light::before { left: 0; width: 100%; }
	#faq.content-area.content_area_side_left.bg-grey-light-white::after,
	#faq.content-area.content_area_side_right.bg-white-grey-light::after,
	#faq.content-area.content_area_side_left.bg-grey-light-grey::after,
	#faq.content-area.content_area_side_right.bg-grey-grey-light::after { right: 0; width: 0; }
}

@media (max-width: 426px) {
	.content-area.content_area_side_left.bg-grey-light-white::before,
	.content-area.content_area_side_right.bg-white-grey-light::before,
	.content-area.content_area_side_left.bg-grey-light-grey::before,
	.content-area.content_area_side_right.bg-grey-grey-light::before { left: 0; width: 100%; }
	
	.content-area.content_area_side_left.bg-grey-light-white::after,
	.content-area.content_area_side_right.bg-white-grey-light::after,
	.content-area.content_area_side_left.bg-grey-light-grey::after,
	.content-area.content_area_side_right.bg-grey-grey-light::after { right: 0; width: 0; }
}


/** PAGE CONTENT **/

.content-lead {
	font-size: 1.563em;
	/*margin-bottom: 24px;*/
}

.content-text  {
	margin-top: 15px;
}
.content-text p {
	margin: 0 0 15px;
}
.content-text p:last-child {
	margin-bottom: 0;
}

.content-image {
	margin-bottom: 70px;
}

/** FEATURES TEXTBOX **/

.features .feature-wrap .header {
	border-bottom: 4px solid rgba(0,48,86,0.25);
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.glossar .feature-wrap .header {
	border-bottom: 4px solid rgba(0,48,86,0.25);
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.teaser-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /*height: 100px;*/
}

dfn {
  border-bottom: 2px dotted #adadad;
  cursor: help;
  font-style: normal;
}

.tooltipster-content {
  font-size: 14px;
}

/*.page-home .teaser-text { height: 100px; }*/


/** COLUMN ELEMENT SIDE (50-50) **/

.side-col > .inner {
	height: 100%;
	overflow: visible;
}

.side-col .inner .graphic {
	position: relative;

}

.side-col .inner .graphic svg {
	width: 100%;
	height: 100%;
}

svg:not(:root) {
	overflow: visible;
	width: 100%;
}

/** CONTENT COL WIDGET FAQ **/

.widget-faq ul.single_faq {
	margin-left:0;
	padding-left:0;
}

.widget-faq ul.single_faq li {
  padding: .5em 0 .8em;
  position: relative;
  display: inline-block;
	font-weight: 500;
	font-size: 1.250em;
}
.widget-faq ul.single_faq li:before {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid rgba(0,48,86,0.25);
	border-radius: 2em;
  width: 30%;
}
.widget-faq ul.single_faq li:last-child:before {
  border-bottom: 0;
}


/** TAB FILTER **/

#tab_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.tab-items, 
.tab-filter {
  list-style: none outside none;
  margin: 0 0 30px 0;
  padding: 0;
}

.tab-filter > li {
  display: inline-block;
}
.tab-filter > li a {
  margin-right: 15px;
	margin-bottom: 10px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.tab-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-item {
  margin: 0;
  min-height: 400px;
	height: auto;
	padding-bottom: 30px;
}

.tab-item.glossar {
  margin: 0;
  min-height: auto;
	height: auto;
	padding-bottom: 0;
}

.tab-inner {}

.tab-inner a.btn { display: inline-block; }

.tab-inner-img-text p, .tab-inner-img-text .teaser-text { height: auto; }
.tab-inner-img-text img {	margin: 0 auto 20px; }

.preview-video-item {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.preview-video-item:last-child {	margin-bottom: 0; }

.preview-video-item img {
	float: left;
	display: inline-block;
	position: relative;
	height: auto;
	padding-right: 30px;
}

.filters-select {
	border-color: #ccc;
	background: #ffffff;
	color: #706c6a;
	border-radius: 3px;
	padding: 0.725rem 1rem;
	height: 36px;
	width: 100%;
	font-weight: 300;
	margin-bottom: 10px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* fluid 4 columns */
/*.tab-item { width: 30%; }*/
.gutter-sizer { margin-bottom: 20px; }
/*.feaure-item--width2 { width: 33%; }*/


/** CONTACT FORM **/

.contact-wrap {
  margin-top: 20px;
}

.form-group .form-control {
	padding: 7px 12px;
	border-color: #ccc;
	font-weight: 300;
}
.form-group .form-control:focus {	border-color: #003056; }

.form-group label { display: none; }
.form-group .btn { float: none; }

textarea#message{
  resize: none;
  padding: 10px;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent!important; }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { color: transparent!important; }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color:transparent!important; }


/*************************
 FOOTER
**************************/

.footer {
  background: none repeat scroll 0 0 #a81b18;
  border-top: 5px solid #a81b18;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}


#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #003056;
}

#footer a {
  color: #fff;
}

#footer a:hover,
#footer a:focus,
#footer a.current {
  /*color: #a81b18;*/
	text-decoration:none;
	font-weight: 500;
}

#footer .nav-footer {
	text-transform: uppercase;
	/*font-weight: 500;*/
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

#footer .copyright-info {
    font-size: 10px;
    line-height: 14px;
}


/******************
 404 PAGE
 ******************/

#error .btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}


/******************
 SEARCH
 ******************/
 
.form-search {
	margin-top: 50px;
}

.search {
  display: inline-block;
}

.search i {
  color: #fff;
}

input.search-form {
  background: #fff;
  border: 1px solid #ccc;
  width: 70%;
	height: 40px;
  padding: 0 10px;
	margin-right: 15px;
	font-size: 16px;
  color: #706c6a;
	font-weight: 300;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
	float: left;
}
input.search-form::-webkit-input-placeholder { color: transparent; }
input.search-form:hover::-webkit-input-placeholder { color: #fff; }
input.search-form:hover {  }


/******************
 MEDIA PLAYER
 ******************/

#media-player video { width: 100%; }

/* HIDE HTML VIDEO CONTROLS */
/*::-webkit-media-controls {
 display:none !important;
}*/

.media-controls {
  margin-top: -9px;
  padding-top: 2px;
  height: 32px;
  background: #C9C9C9;
}

#progressContainer {
  float: left;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 13px;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#progress-bar {
  background-color: #706c6a;
  height: 5px;
  border-radius: 5px !important;
  /*-webkit-box-shadow: 2px 0px 10px 2px rgba(112, 108, 106, .5);
  -moz-box-shadow: 2px 0px 10px 2px rgba(112, 108, 106, .5);
  box-shadow: 2px 0px 10px 2px rgba(112, 108, 106, .5);*/
}

.media-controls .btn {
  width: 40px;
  font-size: 12px;
  padding: 2px 12px 3px;
  margin-right: 3px;
  margin-top: 4px;
  background: -webkit-linear-gradient(top, #666666, #706c6a);
  background: -moz-linear-gradient(top, #666666, #706c6a);
  background: -ms-linear-gradient(top, #666666, #706c6a);
  background: -o-linear-gradient(top, #666666, #706c6a);
  background: linear-gradient(to bottom, #666666, #706c6a);
  color: #eee;  /* COLOR OF THE GLYPHICONS */
  border: 2px solid #666;
  float: left;
}

.btn:hover {
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: normal;
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  /*text-shadow: 0 0 10px rgba(52, 221, 221, 1), 0 0 20px rgba(52, 221, 221, 1), 0 0 30px rgba(52, 221, 221, 1), 0 0 40px #706c6a, 0 0 70px #706c6a, 0 0 80px #706c6a, 0 0 100px #706c6a;*/
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#playControls {
  height: 28px;
  float: left;
  margin-left: 7px;
}

#timeContainer {
	float: left;
	margin-top: 2px;
}
#currentTime { color: #706c6a; }

#volumeControls {
  float: right;
  height: 28px;
  margin-right: 7px;
}

/*slider*/

#sliderVideoContainer {
  padding: 6px 10px 10px 10px;
  position: absolute;
  margin-top: -117px !important;
  margin-left: 6px !important;
  display: none;
  /*  background opacity*/
  background: rgb(0,0,0);
  background: transparent\9;
  background: rgba(0,0,0,0.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
  zoom: 1;
}

/*  Removes opacity from children */

#sliderVideoContainer:nth-child(n) { filter: none; }
#sliderVideo {
  border-width: 1px;
  border-style: solid;
  border-color: #333 #333 #777 #333;
  border-radius: 10px !important;
  width: 10px;
  height: 100px;
  box-shadow: inset 0 1px 5px 0px rgba(0, 0, 0, .5),  0 1px 0 0px rgba(250, 250, 250, .5);
}
.volume {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
.ui-slider-handle {
  height: 10px !important;
  cursor: pointer !important;
  left: -0.35em !important;
  margin-bottom: -9px !important;
}
.ui-slider-range {
  background: linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  position: absolute;
  border: 0;
  top: 0;
  height: 100%;
  border-radius: 25px;
}
.ui-slider {
  margin: 0px !important;
  float: left;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/*************************
 QUICK NAV / SIDEBAR
**************************/

.wrapper {
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-right: 0;
	transition: all 0.5s ease;
}

#sidebar-wrapper.nav-sidebar {
	left: auto;
	top: 50%;
	margin-top: -112px;
	right: 0;
	position: fixed;
	z-index: 1000;
	background: #fff;
	border-radius: 3px 0 0 3px;
}

#sidebar-wrapper .sidebar-wrap {
	background: #fff;
	border-radius: 3px 0 0 3px;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	width: 0;
	z-index: 999;
	display: none;
	color: #fff;
  border: 2px solid rgba(168,27,24,0.5);
}
#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}
#sidebar-phone.toggled,
#sidebar-smallsearch.toggled {
	width: auto;
	display: block;
}


.sidebar-inner {
	position: relative;
	background: #a81b18;
	padding: 10px 60px 10px 10px;
	min-height: 70px;
}
#sidebar-smallsearch .sidebar-inner { padding-top: 12px; }
.sidebar-inner p {
	margin: 0;
}

#sidebar-smallsearch.toggled {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: 37px;
	border: 2px solid rgba(168,27,24,0.5);
}

#sidebar-smallsearch form.form {
	float: left;
	padding: 0;
	margin-top:4px;
}
#sidebar-smallsearch .form fieldset .f-row:last-child { margin-right: 0; }

#sidebar-smallsearch .form fieldset .nomr {
	margin: 0;
	border: 1px solid #fff;
}
#sidebar-smallsearch .form fieldset .noml {
	margin: 0;
	border-left: 0;
}

#sidebar-smallsearch form.form input {
	border-color: #ffffff;
	border-width: 1px 0 1px 1px;
	background: #ffffff;
	color: #706c6a;
	float: left;
	border-radius: 3px 0px 0px 3px;
	padding: 0.725rem 1rem;
	height: 36px;
	width: auto;
	font-weight: 300;
}
#sidebar-smallsearch form.form button {
	border: 1px solid #ffffff;
	border-radius: 0px 3px 3px 0px;
	background: #a81b18;
	color: #ffffff;
	margin: 0;
	padding: .72rem 1rem;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#sidebar-smallsearch form.form button:hover {
	background: #003056;
}

#sidebar-wrapper .close {
	float: right;
	height: 40px;
	margin: 4px 0 0 1rem;
	background: #003056;
	color:#fff;
	cursor: pointer;
	padding: 1rem;
	vertical-align: middle;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 10px;
}
#sidebar-wrapper .close:hover,
#sidebar-wrapper .close:focus,
#sidebar-wrapper .close:active {
	background: rgba(0,48,86,0.25);
}

/* Sidebar */

#sidebar {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999;
}
#sidebar ul {
	background: #ffffff;
	width: 8rem;
	border-radius: 3px;
	border: 2px solid rgba(168,27,24,0.5);
	border-width: 2px 0 2px 2px;
  position: relative; 
	right: 0;
	padding: 0;
	margin: -112px 0 0 0;
}  
#sidebar li {
	color: #ffffff;
	background: rgba(168,27,24,0.5);
	text-align: center;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid  #a81b18;
	border-color: rgba(168,27,24,0.5) !important;
	z-index: 999;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
#sidebar li a { border-bottom: 0; color: #ffffff; }

#sidebar li.is-closed {
	color: #ffffff;
	background: #a81b18;
}
#sidebar li:hover,
#sidebar li:focus {
	color: #ffffff;
	background: rgba(168,27,24,0.5);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none;
}
#sidebar li a:hover,
#sidebar li a:focus {
	text-decoration: none;
}
#sidebar li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}


#sidebar li i,
.fa-close {
	display: block;
	padding-bottom: 0.5rem;
	font-size: 2.5em;
}


.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 300px;
	right: 0;
}

.sidebar-nav li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
}

.sidebar-nav li a {
	color: #dddddd;
	display: block;
	padding: 10px 15px 10px 30px;
	text-decoration: none;
}

.sidebar-nav .dropdown-menu {
	background-color: grey;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a:active,
.sidebar-nav li.active a:focus {
	background-color: transparent;
	color: red;
	text-decoration: none;
}

.phonetrigger.open-nav:before,
.smallsearchtrigger.open-nav:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	color: #ffffff;
	content: '';
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}

.phonetrigger.open-nav:hover before,
.smallsearchtrigger.open-nav:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all 0.35s ease-in-out;
	display: block;
	opacity: 1;
}

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
 text-decoration: none;
 color: #fff;
}