/* CUSTOM STYLE for EXT:t3sbootstrap */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
#page {
	overflow: hidden;
}

.textmedia .media-position-below {
	margin-bottom: 20px;
}

.textmedia .media-position-above {
	margin-top: 20px;
}

.textmedia .textmedia-header {
	margin-bottom: 20px !important;
}

.textmedia .noWrap .ce-gallery {
	margin-top: 20px;
}
.textmedia .noWrap .ce-gallery:first-child {
    margin-top: 0;
}

.textmedia.alert p:last-child {
	margin: 0;
}

/* navbar - main navigation
***********************
*/
.nav a,
.navbar-header a {
  outline: 0;
}
.navbar li a span.glyphicon {
  margin: 0 7px 3px;
  top: 3px;
}
.navbar li a span.glyphicon-print {
  margin-right: 0;
}
.navbar-collapse .navbar-form {
  border: none;
  box-shadow: none;
  margin: 8px -15px 8px -5px;
}
/* logo in navbar */
.navbar-header .navbar-brand > img {
  display: block;
  height: 50px;
  width: auto;
  margin-top: -15px;
}
/* fontawesome */
.navbar-nav a .fa {
	float: right;
	margin-top:3px;
}
.external-link-new-window:before {
	content:  "\f08e";
}
.external-link:before {
	content:  "\f08e";
}
.internal-link:before {
	content:  "\f14c";
}
.internal-link-new-window:before {
	content:  "\f14c";
}
.download:before {
	content:  "\f019";
}
.mail:before {
	content:  "\f003";
}
.external-link-new-window:before,
.external-link:before,
.internal-link:before,
.internal-link-new-window:before,
.download:before,
.mail:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	text-decoration: inherit;
	padding-right: 0.3em;
}

/* languageMenu */
#languageMenu img {
  vertical-align: baseline;
}
#languageMenu a img {
  margin-right: 5px;
}

/* textmedia */
.textmedia .carousel {
	margin-bottom: 1.5rem;
}

.textmedia .intext.pull-right {
	max-width: 50%;
	margin-left: 15px;
}
.textmedia .intext.pull-left {
	max-width: 50%;
	margin-right: 15px;
}
.textmedia figure {
	margin-bottom: 10px;
}

.wrapper-parent {
	padding: 13px;
}

.wrapper-parent .row div {
	padding: 2px;
}


.dropdown-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
}

.carousel-caption {
	margin-bottom: 30px;
}
.slider-text,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption h6 {
    animation-delay: 1s;
}

.carousel-caption .btn {
    animation-delay: 2s;
}

img.border,
iframe.border {
	border-color: black;
	border-style: solid;
}

figcaption {
    display: block !important;
    caption-side: bottom;
    text-align: left;
    color: #5e5e5e;
    font-size: 85%;
    font-weight: normal;
    line-height: 1;
    padding-top: 5px;
}

/* Accordion */
.panel-title a {
	display:block; padding: 10px 15px;
}
.panel-group .panel-heading {
	padding: 0px 0px;
}
.nav.nav-tabs {
    margin-bottom: 15px;
}

/* bs-callout */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #e6e6e6;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-danger {
  border-left-color: #ff0039;
}
.bs-callout-danger h4 {
  color: #ff0039;
}
.bs-callout-warning {
  border-left-color: #ff7518;
}
.bs-callout-warning h4 {
  color: #ff7518;
}
.bs-callout-info {
  border-left-color: #9954bb;
}
.bs-callout-info h4 {
  color: #9954bb;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #337ab7;
}
.bs-callout-primary h4 {
  color: #337ab7;
}
.bs-callout-success {
  border-left-color: #3c763d;
}
.bs-callout-success h4 {
  color: #3c763d;
}

/* Link to top */
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 1.5em;
  text-decoration: none;
  color: #2780e3;
  background-color: #81b5ef;
  opacity: 0.7;
  padding: 1em;
  z-index: 999;
}
.back-to-top:hover {
  background-color: #bed9f7;
}

/* Indexed Search */
.tx-indexedsearch-redMarkup {
  color: red;
}

/* diverse
***********************
*/
.jumbotron {
  margin-bottom: 20px;
  min-height: 200px;
}
.alert {
  overflow: auto;
}
.well p:last-child {
  margin: 0;
}
h1 small {
  white-space: normal;
  display: inline;
}

.ge_collapsible_accordion {
	margin-bottom: 0 !important;
}
.rulerBefore {
    border-top: 1px solid #e6e6e6;
}
.rulerAfter {
    border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}


.navbar-default a#rml i {
    color: #777777;
}
.navbar-inverse a#rml i {
    color: #FFFFFF;
}


/* RTE
***********************
*/
p span.indent-1,
pre span.indent-1 {
  padding-left: 15px;
}
p span.indent-2,
pre span.indent-2 {
  padding-left: 30px;
}
p span.indent-3,
pre span.indent-3 {
  padding-left: 45px;
}
p span.indent-4,
pre span.indent-4 {
  padding-left: 60px;
}
p span.indent-5,
pre span.indent-5 {
  padding-left: 75px;
}

/* footer */
#page-footer.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
#page-footer.navbar-default,
#page-footer.navbar-default a {
	color:#777;
}
#page-footer.navbar-inverse,
#page-footer.navbar-inverse a {
	color:#9d9d9d;
}

.parallax {
    background-attachment: fixed;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.vcenter {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.news-single .social {
	margin-top: 2rem;
}
.news-single .like {
	margin-bottom: 1rem;
}
.news-single .share {
	margin-bottom: 1rem;
}

.intext .media-type-4 {
	min-width: 320px;
}

.pull-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.t3sbs_gallery .embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.t3sbs_gallery .embed-responsive-4by3 {
    padding-bottom: 75% !important;
}

.box {
  padding: 15px;
}


@media screen and (max-width: 767px){
	.navbar-nav .open .dropdown-menu {
		background-color: #f3f3f3;
	}
	.x-navbar-fixed-top {
		position: relative !important;
	}
	.jumbotron {
	    min-height: 100px;
	}

	.textmedia .intext {
		max-width: 100% !important;
		margin-left: 0 !important;
	}
	.textmedia .intext {
		max-width: 100% !important;
		margin-right: 0 !important;
	}
	
body.modal-open .mm-slideout{
    z-index:inherit;
}
	
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.box {
  height: 100%;
}


.nav > li > a:hover,
.nav > li > a:focus {
	background-color: transparent;
	color: #337ab7;
}


	.background-fixed {
	 	background-attachment: fixed;
	}
	.navbar-nav .open .dropdown-menu {
		background-image: none;
		background-repeat: no-repeat;
		box-shadow: 0px 0px 0px black;
	}

	/* navbar main navigation */
	.navbar-nav a .fa {
		float: none;
	}

	/* sidebar sub navigation */
	nav.sidebar a .fa {
		margin-top:3px;
	}
	.sidebar-sub-item {
		text-indent: 10px;
	}
	.sidebar-sub-item.active {
		font-weight: bold;
	}
	/* multi level dropdown */
	.dropdown-submenu {
		position: relative;
	}
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu {
		display: block;
	}


	.indent {
	    padding-left: 100px;
	}

  /* end min-width: 768px */
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* affix */
	.affix {
		top: 80px;
		width: 22rem;
	}
	.affix-bottom {
		position: absolute;
		width: 262.5px;
	}
	#t3sb-scrollspy .nav > li.active > a {
		background-color: transparent;
		color: red;
	}

	/* textmedia */
	.media-first-row .embed-responsive,
	.media-first-row .img-responsive {
		margin-top: 0;
	}

	/* end min-width: 992px */
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* affix */
	.affix {
		width: 26rem;
	}

	.intext .media-type-4 {
		min-width: 555px;
	}

  /* end min-width: 1200px */
}



