body{
	color: white;
}

.topstrip {
  background-image: -moz-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  width: 100%;
  min-height: 50px;
  padding: 8px;
}
@media screen and (max-width: 991px) {
	.topstrip {
		display: none;
	}
}

.search_btn {
  background-color: rgb(230,54,17);
  border-color: rgb(230,54,17);
  color: white;
  width: 25%;
}
.search_btn:hover {
	background-color: #fff;
	color: rgb(230,54,17);
}
.search {
  background-color: white;
  color: rgb(230,54,17);
  border: 1px solid rgb(230,54,17);
  border-radius: 4px;
  width: 70%;
  padding: 6px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
}

.mob-header {
	display: table;
	width: 100%;
	min-height: 100%;
}
.mob-header .row {
	width: 100%;
    height: 100%;
    display: table-row;
    margin: 0;
}
.mob-header .col-left {
	width: 40%;
	padding: 0 10px;
}
.mob-header .col-right {
	width: 60%;
	padding:0 10px;
} 
.col-left, .col-right {
	display: table-cell;
	vertical-align: middle;
}

.Rectangle {
  background-image: -moz-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);  
  width: 100%;
  min-height: 100px;
}
.Rectangle p a {
	color: #fff;
}

.item img {
  width: 100%;
}

.carousel-indicators .active{
	background-color: rgb(230,54,17);
}
.carousel-indicators li{
	border: 1px solid rgb(230,54,17);
}

@media screen and (max-width: 991px) {
	.Rectangle .container {
		padding-top: 0 !important;
		width: 100% !important;
	}
	.carousel-indicators {
	    bottom: -35px;
	}
}

@media screen and (min-width: 1200px) {
	.Rectangle .container {
		padding-top: 0 !important;
		width: 100% !important;
	}
}

.topnav-centered{
  background-color: transparent;
  border:none;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: white;
  float: none;
  padding: 0;
}

.topnav>a{
	color: white !important;
	padding: 15px 10px !important;
}

.topnav>a:hover{
	background-color: #e63611 !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #234;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #e63611;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e63611;
}
@media screen and (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	    color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		background-color: #e63611;
		color: #fff;
	}
}

.news-strip {
	background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	margin-top: 25px; 
}

@media screen and (max-width: 400px) {
	.news-strip .marquee {
		margin-top: 12px;
	} 
}

.second_nav {
	background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.75);
	border-radius: 5px;
	height: 41px;
	width: 100%;
}

.second_nav > .navbar-nav > li > a {
	color: #fff;
	letter-spacing: 0.75px;
	padding: 10px 20px;
}

.second_nav > .navbar-nav > li > a:hover,
.second_nav > .navbar-nav > li > a:focus {
	color: #111;
}

#currentdate {
	font-weight: bold;
}

.noticebtn1 {
	background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	border-color: #e63611;
	margin: 40px 0;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

.noticebtn2 {
	background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	border-color: #e63611;
	margin: 5px 0 30px;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

.noticebtn1:hover,
.noticebtn1:focus,
.noticebtn2:hover,
.noticebtn2:focus {
	color: #fff;
	border-color: #e63611;
}

/* slider-carousel */
.media-carousel {
	margin-bottom: 0;
	padding: 10px 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
	left: -12px;
}
/* Next button  */
.media-carousel .carousel-control.right {
	right: -12px !important;
}
.media-carousel .carousel-control.left,
.media-carousel .carousel-control.right {
	top:50%;
	margin-bottom: -50%;
	transform: translateY(-50%);
	background-image: none;
	background: none repeat scroll 0 0 #006cfe;
	border: 4px solid #fff;
	border-radius: 23px;
	height: 40px;
	width : 40px;
}
.media-carousel .thumbnail {
  	margin-bottom: 0;
}
.media-carousel img {
	width: 250px;
	height: 150px;
	border: 1px solid #bbb;
}
@media screen and (max-width: 576px) {
	.media-carousel img {
	    width: 100%;
	    height: 150px;
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.swipeslider {
		border:none !important;
		margin-bottom: 30px;
		padding: 0;
	}
}
/* End slider-carousel */

@media screen and (max-width: 991px) {
	.about-cont {
		margin-top: 0 !important;
	}
}

.user-links h4 {
	color: #006cfe;
	border-bottom: 1px solid #1e90ff;
}

.user-links ul {
	list-style: none;
	padding-inline-start: 0;
	font-size: 15px;
	color: #222;
}

.user-links ul li {
	padding: 5px 10px 5px 0;
}

.user-links ul li a {
	color: #234;
}
.user-links ul li a:hover,
.user-links ul li a:focus {
	text-decoration: none;
	color: #ff3f17;
}

section#quick-links {
    background-color: #fff;
}
.testi {
    z-index: 100;
}
.parallaxo {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallaxo::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.spacer {
    padding: 30px 0;
}
.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video-bg video {
    background-size: cover;
    min-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sec-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: -5px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #e4353a;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.sec-title::before {
    background-color: #ff6633;
}
.sec-title.centered::before {
    left: 50%;
    margin-left: -40px;
}
.sec-title.centered::before {
    margin-left: -50px;
}
.qlinks ul {
	list-style: none;
	padding-inline-start: 5px;
	color: #fff;
}
.qlinks ul > li {
	padding: 8px 0;
}
.qlinks ul > li > a {
	color: #fff;
	padding: 8px 5px;
	font-size: 17px;
}
.qlinks ul > li > a:hover,
.qlinks ul > li > a:focus {
	color: #ff3f17;
	background-color: #fff;
	text-decoration: none;
}

.contact_us {
	background-image: -moz-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
  	min-height: 70px;
  	text-align: center;
}

.contact_us h3 {
	margin:10px 0;
	padding: 10px;
	letter-spacing: 2px;
}

.contactbtn {
	background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
  	border-top-color: rgb(255,63,23);
  	border-right-color: rgb(255,63,23);
  	border-left-color: rgb(255,63,23);
  	border-bottom-color: rgb(176,41,12);
  	border-radius: 12px;
	margin: 5px 0 5px 5px;
	color: #fff;
	height: 40px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 20px;
}

.contactbtn .glyphicon {
	top: 2px;
}

.contactbtn:hover,
.contactbtn:focus {
	background-image: none;
	background-color: #fff;
	color: rgb(255,63,23);
}

footer {
	background-color: #000012;
	color: #fff;
}

.footer-lower ul {
	list-style: none;
	padding-inline-start: 0;
	color: #fff;
}

.footer-lower ul > li {
	padding: 10px 0;
}

.footer-lower ul > li > a {
	color: #fff;
	padding: 5px 0;
	font-size: 13px;
}

.footer-lower ul > li > a:hover {
	color: rgb(255,63,23);
}

.footer-lower .boilogo {
	width: 159px;
	height: 79px;
	margin-right: 15px;
}

.footer-lower .slbclogo {
	width: 74px;
  	height: 74px;
}

@media screen and (max-width: 991px ) {
	.footer-lower .slbclogo {
		width: 69px;
	  	height: 69px;
	}
}

.footer-lower .tollfreebtn {
    background-image: -moz-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(176,41,12) 0%, rgb(255,63,23) 100%);
    border-top-color: rgb(255,63,23);
  	border-right-color: rgb(255,63,23);
  	border-left-color: rgb(255,63,23);
  	border-bottom-color: rgb(176,41,12);
  	border-radius: 50px;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #fff;
}

.footer-lower .tollfreebtn:hover {
	background-image: none;
	background-color: rgb(255,63,23);
	color: #fff;
}

.footer-lower .social-bar ul li {
	padding: 10px;
}

footer .copyright {
	border-top: 2px solid #002b6b;
	min-height: 50px;
	padding: 0;
}

footer .copyright p {
	margin: 14px 0;
	font-size: 13px;
}

@media screen and (max-width: 991px) {
	.footer-lower .tollfreebtn {
		font-size: 18px;
	}
	.footer-lower ul li {
		padding: 7px;
	}
	footer .copyright p {
		margin: 7px 0;
		text-align: center;
	}
}

#scrolltopbtn {
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #c60;
	border-radius: 10%;
	position: fixed;
	bottom: 40px;
	right: 20px;
	transition: background-color .3s, opacity .5s, visibility .5s, transform .5s ease-in-out;
  	opacity: 0;
  	visibility: hidden;
  	z-index: 1000;
}
#scrolltopbtn i {
	position: relative;
	top: -4px;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 40px;
	color: #c60;
}
#scrolltopbtn:hover,
#scrolltopbtn:focus {
  	cursor: pointer;
  	background-color: #c60;
  	border: 2px solid #c60;
  	transform: translateY(-10px);
}
#scrolltopbtn:hover i,
#scrolltopbtn:focus i {
	color: #fff;
}
#scrolltopbtn.show {
  	opacity: 1;
  	visibility: visible;
}

/* Background Page */
.wpb_wrapper {margin-top: 30px;}
.wpb_wrapper ul li::before {
    content: "\f046";
    margin-right: 10px;
    color: #ff6633;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wpb_wrapper ul li {
	font-size: 15px;
	line-height: 30px;
}

/* Gallery Page */
.gallery-wrapper {
	margin: 0 auto 20px;
	padding: 20px 50px;
}
.gallery-inner {
	/*border: 2px solid #fff;*/
	padding: 20px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
	background-image: linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,65,125) 0%, rgb(0,108,254) 100%);
}
.gallery-inner img {
	border: 1px solid #fff;
	width: 100%;
	height: 150px;
}
#gallery-modal {
	display: none;
	position: fixed;
	z-index: 1001;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.95);
}
#gallery-modal .modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	border: none;
	box-shadow: none;
	text-align: center;
}
#gallery-modal .close {
	padding: 5px 10px;
	color: rgb(255,63,23);
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: normal;
	opacity: 1;
}
#gallery-modal .close:hover,
#gallery-modal .close:focus {
	background-color: rgb(255,63,23);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	border-radius: 4px;
	opacity: 1;
}
.mySlides {
  	display: none;
}
.mySlides img {
	height: 90vh;
	margin-left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	padding: 1px;
}
.cursor {
  	cursor: pointer;
}
#gallery-modal .prev,
#gallery-modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-bottom: 50%;
	transform: translateY(-50%);
	width: auto;
	padding: 16px;
	color: rgb(255,63,23);
	font-weight: bold;
	font-size: 20px;
	/*transition: 0.1s ease;*/
	user-select: none;
	-webkit-user-select: none;
}
#gallery-modal .prev {
  	left:0;
}
#gallery-modal .next {
  	right: 0;
}
#gallery-modal .prev:hover,
#gallery-modal .prev:focus {
	background-color: rgba(255, 63, 23, 1);
  	color: #fff;
  	text-decoration: none;
  	border-radius: 50% 0 0 50%;
}
#gallery-modal .next:hover,
#gallery-modal .next:focus {
  	background-color: rgba(255, 63, 23, 1);
  	color: #fff;
  	text-decoration: none;
  	border-radius: 0 50% 50% 0;
}
@media screen and (max-width: 991px) {
	.gallery-wrapper {
		padding: 20px;
	}
	.gallery-inner .row {
		margin-top: 0 !important;
	}
	.gallery-inner img {
		width: 100%;
		height: 200px;
		margin-bottom: 15px;
	}
	.mySlides img {
		height: 50vh;
	}
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #3071a9;
	border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/
/*** PANEL SUCCESS ***/
.with-nav-tabs.panel-success .nav-tabs > li > a,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
}
.with-nav-tabs.panel-success .nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
	color: #3c763d;
	background-color: #d6e9c6;
	border-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
	color: #3c763d;
	background-color: #fff;
	border-color: #d6e9c6;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #3c763d;   
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #d6e9c6;
}
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #3c763d;
}
/********************************************************************/
/*** PANEL INFO ***/
.with-nav-tabs.panel-info .nav-tabs > li > a,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
}
.with-nav-tabs.panel-info .nav-tabs > .open > a,
.with-nav-tabs.panel-info .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-info .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-info .nav-tabs > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li > a:focus {
	color: #31708f;
	background-color: #bce8f1;
	border-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.active > a,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
	color: #31708f;
	background-color: #fff;
	border-color: #bce8f1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #31708f;   
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #bce8f1;
}
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-info .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #31708f;
}
/********************************************************************/
/*** PANEL WARNING ***/
.with-nav-tabs.panel-warning .nav-tabs > li > a,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
}
.with-nav-tabs.panel-warning .nav-tabs > .open > a,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-warning .nav-tabs > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
	color: #8a6d3b;
	background-color: #faebcc;
	border-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
	color: #8a6d3b;
	background-color: #fff;
	border-color: #faebcc;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #8a6d3b; 
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #faebcc;
}
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-warning .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #8a6d3b;
}
/********************************************************************/
/*** PANEL DANGER ***/
.with-nav-tabs.panel-danger .nav-tabs > li > a,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
}
.with-nav-tabs.panel-danger .nav-tabs > .open > a,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-danger .nav-tabs > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
	color: #a94442;
	background-color: #ebccd1;
	border-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
	color: #a94442;
	background-color: #fff;
	border-color: #ebccd1;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f2dede; /* bg color */
    border-color: #ebccd1; /* border color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #a94442; /* normal text color */  
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ebccd1; /* hover bg color */
}
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-danger .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff; /* active text color */
    background-color: #a94442; /* active bg color */
}