
/*---Full Height Rows ---*/
@import url("detail.php?template=rowequal");
html, body {
	background-color: grey;
	height: 100%;
}
/*---Font Futura PT Loaded Via Typekit ---*/
h1, h2, h3, h4, h5, h6, a, p, li, td, span, input {
	font-family: "futura-pt";
	text-decoration: none;
}
h2, h3, h5 {
	font-weight: 900;
	color: #2a3677;
}
h4 {
	font-weight: 100;
	color: #2a3677;
}
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
td {
	//color: #89aa44;
	color: #236623;
}
th {
	color: #2a3677;
}

h1, h2, h3, h4, h5, h6, a, p, li, td, span, input, select, option {
  font-family: "futura-pt", sans-serif;
  text-decoration: none; 
}

a:focus img { 
  border: 2px solid #236623 !important;
}

.row-eq-height-2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display:flex; }

input::-webkit-input-placeholder {
 color: white !important;
}
 input:-moz-placeholder { /* Firefox 18- */
color: white !important;
}
 input::-moz-placeholder {  /* Firefox 19+ */
color: white !important;
}
 input:-ms-input-placeholder {
color: white !important;
}
.CopyBlue {
	color: #2a3677;
}
.container {
	background-color: white;
}
.container-fluid.custom {
	padding-left: 0px;
}
.HeaderPadding {
	padding-bottom: 15px;
	padding-top: 15px;
}
.HeaderBg {
	background-color: #fafafa;
}

/*---Logo Size ---*/
/* xs */
@media (min-width: 375px) {
    .LogoSizeHeight {
	    width: auto;
    height: 40px;
    }
}

/* sm */
@media (min-width: 768px) {
    .LogoSizeHeight {
	    width: auto;
    height: 60px;
    }
}
/* md */
@media (min-width: 992px) {
    .LogoSizeHeight {
	    width: auto;
    height: 72px;
    }
}
/* lg */
@media (min-width: 1200px) {
    .LogoSizeHeight {
    width: auto;
    height: 72px;
    }
}

@media only screen and (max-width: 768px) {
   .HeadlineBottom{position: relative;}
}



.FooterBg {
	background-color: #fafafa;
	padding-bottom: 30px;
}
.FooterLine {
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 4px solid #4477ba;
}
.FooterPaddingLeft {
	padding-left: 10px;
}
.FooterIcon {
	padding-right: 10px;
}
.ContentPadding {
	padding-top: 15px;
}

/*---Navigation Large Devices---*/
.navbar-default {
	background-color: #2a3677;
	border-radius: 0;
	border: 0px;
	border-bottom: 4px solid #5ca4dd;
}
.navbar-default .navbar-nav > li > a {
	color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #89aa44;
	background-color: transparent;
	border-top: 0px solid white;
	border-bottom: 4px solid #88aa44;
	margin-bottom: -4px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #89aa44;
	background-color: #2a3677 !important;
	border-bottom: 4px solid #88aa44;
	margin-bottom: -4px;
}
/*---Navigation Sm Md Xs Selcted Line Off---*/
@media (max-width: 1024px) {
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #89aa44;
	background-color: transparent;
	border-top: 0px solid white;
	border-bottom: 0px solid #88aa44;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #89aa44;
	background-color: #2a3677 !important;
	border-bottom: 0px solid #88aa44;
}
	}

/*---Navigation Search Large Devices---*/
#SearchLdWrap {
	margin: 15px 0px;
	display: inline-block;
	position: relative;
	height: 20px;
	float: right;
	padding: 0;
}
.SearchLd input[type="text"] {
	height: 25px;
	font-size: 14px;
	display: inline-block;
	border: none;
	outline: none;
	color: white !important;
	padding: 5px;
	padding-right: 20px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
.SearchLd input[type="text"]:focus:hover {
	border-bottom: 1px solid white;
}
.SearchLd input[type="text"]:focus {
	width: 180px;
	z-index: 1;
	border-bottom: 1px solid white;
	cursor: text;
}
.SearchLd input[type="submit"] {
	height: 20px;
	width: 20px;
	display: inline-block;
	color: white;
	float: right;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity .4s ease;
	outline: none;
	background-color: rgba(0,0,0,0.00);
}
.SearchLd input[type="submit"]:hover {
	opacity: 0.0;
}
.SearchColor {
	color: white!important;
}
/* ---Image 100 % Width--- */
img {
	width: 100%;
	height: auto;
}
/*---Text Box---*/
.well {
	padding: 15px;
	background-color: white;
	border-radius: 0px;
	border-color: white;
}
@media (max-width: 767px) {
.well {
	background-color: white;
}
.carousel-caption {
	padding-top: 0px !important;

}

}

.HeadlineBottom {
	bottom:0;
	position: absolute;
}


/* ---Accordion Navigation Large Devices--- */
.panel-title .panel .panel-body .panel-collapse .panel-heading {
	margin: 0px !important;
}
.panel {
	margin-bottom: 0px !important;
	background-color: rgba(239,239,239,0.80);
	border-bottom: none !important;
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.panel-body {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.PanelTriangle {
	font-size: 12px;
}
/* ---Accordion Navigation Md Sm Xs Devices--- */

.PaddingMd {
	padding-left: 0px;
	padding-right: 0px;
}
/* unvisited link */
.panel-body a {
	color: #88aa44 !important;
	text-decoration: none;
}

.panel-body a:link {
	color: #2a3677;
}
/* visited link */
.panel-body a:visited {
	color: #89aa44 !important;
}
/* mouse over link */
.panel-body a:hover {
	color: #2a3677 !important;
}

.panel-body-green {
  color: #89AA44 !important;
}

/* selected link */
.panel-body a:active {
	color: #c0ce3b !important;
}
.panel-heading {
	padding: 10px 10px 10px 15px;
	border-bottom: 0px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	cursor: pointer;
}
.panel, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none !important;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-default > .panel-heading {
	color: #2a3677;
	background-color: rgba(248,248,248,0.80);
	border-color: none;
}
.BgAccordion {
	background-color: rgba(248,248,248,0.80);
}
a.panel-heading {
	display: block;
}
/* ---Accordion Navigation Toggle Selected Change Color--- */
.panel-default .panel-heading[aria-expanded="true"], .panel-default .panel-heading a:hover, .panel-default .panel-heading a:focus, .panel-default a.panel-heading:hover, .panel-default a.panel-heading:focus {
	color: #89aa44;
	text-decoration: none;
}
.panel-group .panel-heading .icon-indicator:before {
	content: "\e114";
}
.panel-group .panel-heading.collapsed .icon-indicator:before {
	content: "\e080";
}
/* ---Filter Dropdown Selection Navigation--- */
.FilterScrollable {
	height: auto;
	max-height: 160px;
	overflow-x: hidden;
}
.GlyphIcon {
	font-size: 12px;
	color: #2a3677;
}
.custom.btn {
	border: 0px solid transparent;
	border-radius: 0px;
	background-color: white;
	border-top: 2px solid #89aa44 !important;
	padding-left: 15px;
}
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0) !important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0) !important;
}
.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fafafa !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, .0);
	border-radius: 0px;
	-webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.dropdown-menu > li > a {
	padding: 3px 15px;
	color: #2a3677;
}
.btn-default {
	color: #2a3677;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:focus, .btn-default.focus {
	color: #2a3677;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:hover {
	color: #89aa44;
	background-color: transparent;
	border-color: transparent;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #2a3677;
	background-color: #fafafa;
	border-color: transparent;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #89aa44;
	background-color: #fafafa;
	border-color: transparent;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #89aa44;
	text-decoration: none;
	background-color: transparent;
}
/* ---Pagination-- */
.pagination.custom {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination.custom > li {
	display: inline;
}
.pagination.custom > li > a, .pagination.custom > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #2a3677;
	text-decoration: none;
	background-color: transparent;
	border: 1px solid transparent;
}
.pagination.custom > li:first-child > a, .pagination.custom > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagination.custom > li:last-child > a, .pagination.custom > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.pagination.custom > li > a:hover, .pagination.custom > li > span:hover, .pagination.custom > li > a:focus, .pagination.custom > li > span:focus {
	z-index: 2;
	color: #89aa44;
	background-color: transparent;
	border-color: none;
}
.pagination.custom > .active > a, .pagination.custom > .active > span, .pagination.custom > .active > a:hover, .pagination.custom > .active > span:hover, .pagination.custom > .active > a:focus, .pagination.custom > .active > span:focus {
	z-index: 3;
	color: #89aa44;
	cursor: default;
	background-color: transparent;
	border-color: transparent;
}
.pagination.custom-lg > li > a, .pagination.custom-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination.custom-lg > li:first-child > a, .pagination.custom-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination.custom-lg > li:last-child > a, .pagination.custom-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination.custom-sm > li > a, .pagination.custom-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination.custom-sm > li:first-child > a, .pagination.custom-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination.custom-sm > li:last-child > a, .pagination.custom-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.Border {
	border-top: #2a3677 solid 1px;
	border-bottom: #2a3677 solid 1px;
}
.pagination.custom {
	margin-top: 5px;
	margin-bottom: 2px;
}
/* ---Filter Result-- */
.BorderLess td, .BorderLess th {
	border: none !important;
}
.ResultBorderBottom {
	border-bottom: 2px solid #2a3677 !important;
}
/* Unvisited Link */
.Details a {
	text-decoration: none;
	font-weight: 900;
}
.Details a:link {
	color: #2a3677;
}
/* Visited Link */
.Details a:visited {
	color: #89aa44 !important;
}
/* Mouse Over Link */
.Details a:hover {
	color: #89aa44 !important;
}
/* Selected Link */
.Details a:active {
	color: #89aa44 !important;
}
.Details a:visited {
	color: #2a3677 !important;
} 

/* Border Profil Categories Results */
.ProfilBorder {
	border-top: 1px solid #2a3677;
	border-bottom: 1px solid #2a3677;
}
.ProfilPadding {
	padding-left: 20px;
	margin: 0px;
}
.DetailsBorderTopBottom {
	border-top: 1px solid #1e337a;
	border-bottom: 1px solid #1e337a;
	padding: 10px;
	
}
.DetailsPadding {
	padding: 10px;
}
.DetailsAdress {
	padding-left: 30px;
	padding-right: 30px;
}
/* Border Top Of Details Blue Line*/
.DetailsMainBorder {
	height: 20px;
	border-bottom: 4px solid #4477ba;
	margin-bottom: 15px;
}
/*-- Navigation Small and Extra Small Devices ---*/
.nav > li > a {
	position: relative;
	display: block;
	padding-left: 11px;
	padding-right: 12px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: rgba(0,0,0,0.00) !important;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: white;
}
/*---Search Icon as Btn no Bg---*/
.NoActiveBg {
	background-color: transparent !important;
}

/*---Breakpoint Toggle Medium Down To Small Devices---*/
@media (max-width: 1024px) {
.navbar-header {
	float: none;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.collapse.in {
	display: block !important;
}
}
.SearchFormMd.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 0px;
	font-size: 14px;
	line-height: 1.42857143;
	color: white !important;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .0);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.Bg-Img {
	/*background: url(../images/WelleBuzzWordsV02.svg) no-repeat center center fixed white;*/
	margin-top: -60px;
	margin-bottom: -200px;
	z-index: 1!important;
}
.col-lg-12-NoPadding {
	padding-left: 0px;
	padding-right: 0px;
}
.BringOnTop {
	z-index: 2 !important;
}
/*Slider Carousel */
.carousel-caption {
	position: absolute;
	right: 0%;
	bottom: 0px;
	left: 0%;
	z-index: 10;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	//color: #fff;
	text-align: left;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
	background-color: rgba(255, 255, 255, .6);
}


.carousel-indicators {
	position: absolute;
	bottom: 5px;
	left: 60%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -25%;
	text-align: right;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: white;
	background-color: rgba(137, 170, 68, 100);
	border: 1px solid #2a3677;
	border-radius: 0px;
}
.carousel-control {
	font-size: 30px;
	color: white;
	text-align: center;
	text-shadow: 0 0px 0px rgba(0, 0, 0, .0);
}
.carousel-control:hover, .carousel-control:focus {
	color: #2a3677;
}
.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0)), to(rgba(0, 0, 0, .0000)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .0000) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
.glyphicon-triangle-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}
.glyphicon-triangle-right {
	right: 50%;
	margin-right: -10px;
}
.glyphicon-triangle-right {
	right: 10%;
	margin-right: -10px;
}
.glyphicon-triangle-right {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 20px;
}
.glyphicon-triangle-left {
	width: 30px;
	height: 30px;
	margin-top: -10px;
	font-size: 20px;
}
.glyphicon-triangle-left {
	left: 10%;
	margin-left: -10px;
}
.glyphicon-triangle-left {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.panel-body p {
  color: black;
  margin: 0 0 0 0px;
}

.text-white {
  color: white;
}