/*============================================================
 GLOBAL SJISSEL
============================================================*/


/* ===================== MOBILE XS =========================*/

body {
	margin-top: 78px !important;  /* De hoogte van de fixed navbar */
	font-family: calibri, sans-serif !important;
	font-size: 10pt !important;
}

.witteLaag {
	background-color: #FFFFFF;
	padding:15px 0px 15px 0px;
}

.grijzeLaag {
	background-color: #f2f2f2;
	padding:15px 0px 30px 0px;
}

.zwarteLaag {
	background-color: #000;
	color:#FFFFFF;
	padding:15px 0px 30px 0px;
}

h1 {
	position:relative;
    font-size: 1.2em;    
    font-weight: bold;
    padding:0px 0px 20px 0px;
}


.vinkjes ul li{
	list-style-type:none;
}

.vinkjes ul li:before{ 
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	position: absolute;
	left: 0px;
	color:#ba5162;
}

.vinkjes li {
	margin-bottom:10px;	
	padding-left:15px;
}


.alert-warning {
    text-decoration: none !important;
  	background-color: transparent !important;
  	background-image: none !important;    
/*     color: #FFF !important; */
    border: 0 !important;
}

.subfooter {
	font-size: 0.8em;  
	
}

.contentTable td{
	padding:5px !important;
}

.stealth {
	color: inherit !important;
	cursor: text;
	text-decoration: none;
}

/********************************/
/*       Headings       */
/********************************/

.box {
  background:#fff;
  transition:all 0.2s ease;
  border:2px dashed #dadada;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:0 20px 20px 20px;
  min-height:360px;
}

.box:hover {
  border:2px solid #525C7A;
}

.box span.box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  color:#515c66;
  text-transform:none;
}


.navbar-loggedin a {
	color: #fff;
}



/*
Reference: http://avexdesigns.com/responsive-youtube-embed/
*/

.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ===================== MOBILE SM =========================*/

@media (min-width: 544px)  { 
	html, body { 
		font-size: 11pt !important; 
	} 
	h1 {
		font-size: 1.2em;
	}
	.hero h2 {
		font-size: 1em;
	}
	
.vinkjes li {
	margin-bottom:10px;
	width:700px !important;
	padding-left:15px;
}
	
	
	
	
}


/* ===================== TABLE MD =========================*/

@media (min-width: 768px)  { 
	html, body { 
		font-size: 12pt !important; 
	} 
	h1 {
		font-size: 1.5em;
	}
	.hero h2 {
		font-size: 1.2em;
	}
}

/* ===================== DESKTOP LG =========================*/

@media (min-width: 922px)  {
	html, body { 
		font-size: 13pt !important; 
	} 
	h1 {
		font-size: 1.8em;
	}
	.hero h2 {
		font-size: 1.4em;
	}
}


/* ===================== DESKTOP XL =========================*/

@media (min-width: 1200px) { 
	html, body { 
		font-size: 14pt !important; 
	}
	h1 {
		font-size: 2em;
	} 
	.hero h2 {
		font-size: 1.5em;
	}
	
} 


/* ===================== ONZE KLANTEN =========================*/

/* entire container, keeps perspective */


.imgbox {
	text-align:center;
	border:0px solid #000;
	
	display:block;
	margin:auto;
	position:relative;
}

.imgbox img {
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.75);
    margin-bottom:20px;
    width:150px;
    height:150px;
}

.imgbox img:hover {
	filter: none; /* IE6-9 */
	-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.75);
}


.flip-container {			
	width:150px;
	height:180px;
	display:inline-block;
	position:relative;
	transform: perspective(400px);
	cursor:pointer;	          
}

.front {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	  
	transform: perspective(400px) rotateY(0deg);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;		
	backface-visibility: hidden;
	transition: 1.0s;
    opacity:1;
}

.back {	
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;  
	transform: perspective(400px) rotateY(-180deg);		
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;	
	backface-visibility: hidden;
	transition: 1.0s;
    opacity:0;
}

.flip-front{
  	opacity:0;
  	-ms-transform: perspective(400px) rotateY(180deg);
	transform: perspective(400px) rotateY(180deg);	
}
.flip-back{
    opacity:1;  
    -ms-transform: perspective(400px) rotateY(0deg);
	transform: perspective(400px) rotateY(0deg);
}	


/* begin TIMO Toevoeging */

.usp_row {
	margin: 50px 0 90px 0;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

.usp_row h1, h2 {
	/*color: #253147;*/
	font-weight: 600;
}

.usp_row_box {
	margin-top: 30px;
}

.usp_content {
	background: #F6F6F9;
	padding: 40px 32px;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
	height: 100%;
}

.usp_content h4 {
	display: inline-block;
	padding-left: 10px;
	font-size: 24px;
	font-weight: 600;
}

.usp_content p {
	margin-top: 10px;
	color: #7D7D7E;
	font-size: 16px;
}

.companies {
	background: #F6F6F9;
	padding: 50px 0;
}

.companies h4 {
	font-size: 21px;
	color: #636C7C;
	font-weight: 600;
}

#logo-carousel {
	margin-top: 20px;
}

.products {
/*	margin: 0 150px 0 0;*/
	margin: 0 0 0 0;
}

.products h1 {
	margin-top: 10px;
	padding: 0;
}

.products p {
	font-size: 16px;
	color: #858585;
}

img.product-img {
	width: 100%;
}

a.read-more {
	font-weight: 600;
	font-size: 16px;
	color: #253147;
	margin-top: 10px;
}

.fa-angle-right {
	margin-left: 8px;
}

.product-push {
	margin-top: 150px;
}

.trial {
	background: #222136;
	padding: 25px 0;
	text-align: center;
}

.trial h1 {
	color: #fff;
}

.trial p {
	padding: 18px 0;
	color: #A6A6AE;
	font-size: 16px;
}

a.button-main {
	background: #E0405F;
	display: inline-block;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	padding: 16px 14px;
	transition: ease-in-out 300ms;
	font-weight: 600;
}

a.button-main:hover {
	background: #C33752;
	text-decoration: none;
}

.row.center {
    display: flex;
    align-items: center;
}

@media (max-width: 750px) { 
	.row.center {
    	display: block;
		align-items: none;
	}
 }

@media (max-width: 991px) {
	.usp_content {
		margin-bottom: 30px;
	}
	img.product-img {
		margin-bottom: 40px;
	}

}

@media (max-width: 1200px) {
	.push {
		margin: 20px 0;
	}

}

.usp_highlight h2, .demos h2 {
	font-weight: 600;
	color: #253147;
	font-size: 32px;
	margin-bottom: 12px;
	margin-top: 0;
}

.demos h2 {
	margin-bottom: 0;
}

img.check {
    width: 32px;
    float: left;
    margin-right: 24px;
    margin-top: 10px;
}

.demos {
	margin-top: 57px;
	background-color: #F6F6F9;
	padding: 48px 0;
}


.demo-box {
	background: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.20);
	border-radius: 4px;
	padding: 16px 0;
	margin-top: 32px;
}

.demo-box img {
	display: block;
	margin: 0 auto;
	height: 53px;
}

.demo-content {
	padding: 0 16px;
}

.demo-content h3 {
	color: #253147;
}

.usp_demo, .demo-content p {
	color: #858585;	
}

.demo-content a {
	color: #253147;
}

.fa-angle-right {
	margin-left: 6px;
}

img.datasec {
	height: 31px;
}

hr.demo-line {
	border-top: 1px solid #D8D8D8;
	margin: 48px 0;
}

.videos_highlight {
	background: #253147;
	padding: 50px 0;
}

.video-content h2 {
	font-weight: 600;
	color: #fff;
	font-size: 32px;
	margin-bottom: 12px;
	margin-top: 0;
}

.video-content p {
	color: #A7ACB5;
}

.video-img img, .video-box img {
	width: 100%;
	height: auto;
}

.video-content a {
	color: #E0405F;
}

.fa-angle-right {
	margin-left: 6px;
}

.videos {
	background-color: #F6F6F9;
	padding: 48px 0;
}

hr.video-line {
	border-top: 1px solid #151D2A;
	margin: 50px 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}

.video-box {
	margin-top: 20px;
}

.video-box p {
	color: #858585;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 770px;
	}
}

@media (max-width: 1199px) {
	.vcenter {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.vcenter {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 370px;
	}

}

.ps_highlight {
	padding: 50px 0;
}

.content-block h2 {
	font-weight: 600;
	color: #253147;
	font-size: 32px;
	margin-bottom: 12px;
	margin-top: 0;
}

.content-block p {
	color: #858585;
}

.ps-img img, .presentatie-box img {
	width: 100%;
	height: auto;
}

.fa-angle-right {
	margin-left: 6px;
}

.presentaties {
	background-color: #F6F6F9;
	padding: 48px 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {

}

.presentatie-box {
	margin-top: 20px;
}

.presentatie-box p {
	color: #858585;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 770px;
	}
}

@media (max-width: 1199px) {
	.vcenter {
		margin-top: 20px;
	}
}

@media (min-width: 1200px) {
	.vcenter {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 370px;
	}

}

.lichtgrijzeLaag {
	background-color: #F6F6F9;
	padding:15px 0px 30px 0px;
}

.donkerblauweLaag {
	background-color: #253147;
	padding:15px 0px 30px 0px;
}

.paarseLaag {
	background-color: #222136;
	padding:15px 0px 30px 0px;
}

/* einde TIMO toevoeging */

/*============================================================
 NAVBAR MENU met DROPDOWN
============================================================*/

/* ===================== MOBILE XS =========================*/

.navbar {
	margin-bottom:0;
	min-height:80px;
}

.navbar-left {
	display:block;
	padding-top:0px;
	border:0px solid yellow;
}

.navbar-right {
	display:block;	
}

.navbar-header {
	height: 80px;
}

.navbar-loggedin {
	position:absolute;
	display:block;
	top:0px;
	left:228px;
	height:20px;
	font-size: 15px;
}

.dropdown-large {	 
	position: static !important;
	/* width:100%; */
}

.dropdown:hover > div {
	color: #fff !important;
}

.open > div {
	color: #fff !important;
}

.navbar-nav > li > div {
    padding-bottom: 15px;
    padding-top: 15px;
}

.nav > li > div {
    position: relative;  
    color: #9d9d9d;
    padding: 10px 15px; 
}

#prodmenu {
	width:100%;
}

#demomenu {
	width:100%;
}
 
.dropdown-menu, .dropdown-menu-large{
	width:100%;	
}

.dropdown-menu-large {
	margin-left: 0 ;
	margin-right: 0 ;
	padding: 20px 0px;
}

.dropdown-menu-large > li {
  	margin-bottom: 30px;
}

.dropdown-menu-large > li > ul {
	padding: 0;
	margin: 0;
}
.dropdown-menu-large > li > ul > li {
	list-style: none;
}

.dropdown-menu-large > li:last-child {
	margin-bottom: 0;
}

.dropdown-menu-large .dropdown-header {
	padding: 3px 15px !important;
}

.dropdown-menu-large > li > ul > li,
.dropdown-menu-large > li > ul > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #333333;
	white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
	text-decoration: none;
	color: #FFFFFF;
	background:#ba5162;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header,
.dropdown-menu-large .dropdown-header > a {
	color: #428bca;
	font-size: 18px;
}

.dropdown-menu-large > li > ul > li,
.dropdown-menu-large > li > ul > li > a { 
	color: #FFFFFF;
}


.telnr {
	position:absolute;
	display:block;
	border:0px solid yellow;
	top:10px;
	right:20px;
	height:20px;
}

.redbutton {
	position:absolute;
	display:block;
	border:0px solid yellow;
	top:50px;
	right:20px;
	height:30px;
}

.btn-hot {
	color: #fff;
	background-color: #ba5162;
	border:0;
	border-bottom:0px solid #af4451;
	text-transform: none;
}

.btn-hot:hover, .btn-sky.active:focus, .btn-hot:focus, .open>.dropdown-toggle.btn-hot {
	color: #fff;
	background-color: #df6a78;
	border-bottom:2px solid #b25560;
	outline: none;
}


.btn-hot:active, .btn-hot.active {
	color: #fff;
	background-color: #c04b59;
	border-top:2px solid #9a3c47;
	margin-top: 2px;
}

.btn-hot a{
	color: #fff;
}


/****** LOGIN MODAL ******/

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


/* ===================== MOBILE SM =========================*/

@media (min-width: 544px)  { 
	


}


/* ===================== TABLET MD =========================*/

@media (min-width: 768px)  { 
	.navbar-left {
		padding-top: 55px;
		/* width:500px !important; */
		border:0px solid yellow;
	}
	
	.dropdown-large {			
	 	
	 	position: relative !important;
	}
	
	.dropdown-menu-large {
		margin-left: -8px;
		margin-right: 16px;
		padding: 20px 0px;
	}
	.dropdown-menu-large > li {
  		margin-bottom: 0;
	}
	.nav > li > div {    
		padding: 15px 15px;
	}
	
.dropdown-menu-large > li > ul > li,
.dropdown-menu-large > li > ul > li > a { 
	color: #000;
}
	
	
}

/* ===================== DESKTOP LG =========================*/

@media (min-width: 922px)  {
	
	#prodmenu {
		width:120px;
	}

	#demomenu {
		width:110px;
	}
	
	.navbar-left {
		padding-top: 55px;
		/* width:440px !important; */
		border:0px solid blue;
	}
	.navbar-right {	
		padding-top: 55px;
		margin-right: 0;
		display: block;
	}
	.dropdown-large {
		position: relative !important;
	}
	
	.dropdown-toggle {
		
		border:0px solid red;
	}
	
	.dropdown-menu-large {
		margin-left: -8px;
		margin-right: 16px;
		padding: 20px 0px;
		width:500px;
	}
	.dropdown-menu-large > li {
  		margin-bottom: 0;
	}
	.nav > li > div {    
		padding: 15px 15px;	   	
	}
	
.dropdown-menu-large > li > ul > li,
.dropdown-menu-large > li > ul > li > a { 
	color: #000;
}
	
	
}


/* ===================== DESKTOP XL =========================*/

@media (min-width: 1200px) { 
	.navbar-left {
		padding-top: 55px;
		/* width:700px !important;*/
		border:0px solid yellow;
	}
	.navbar-right {	
		display:block;
		padding-top: 55px;
		margin-right: 0;
	}
	
	.dropdown-large {
		width:110px;
		position: relative !important;
	}
	
	.dropdown-toggle {
		width:150px !important;
		border:0px solid red;
	}
	
	.dropdown-menu-large {
		margin-left: -8px;
		margin-right: 16px;
		padding: 20px 0px;
		width:800px;
	}
	.dropdown-menu-large > li {
  		margin-bottom: 0;
	}
	.nav > li > div {    
		padding: 15px 15px;	   	
	}
	
	.dropdown-menu-large > li > ul > li,
	.dropdown-menu-large > li > ul > li > a { 
		color: #000;
	}
		
}

/* Bootstrap NavBar breakpoint veranderen naar 970px */

@media (max-width: 970px) {
    .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;
    }
}





/* ===================== MOBILE XS =========================*/

.xspCarousel {
	margin-bottom: 0;
}

.table > tbody > tr > td {		
	border: 0;
	text-align: left;
}

.footerVragen {
	margin:auto;
}
	
.footer-inner {	
	padding-bottom:30px;	
}
	
.subfooter {
	border-top: 2px solid #ba5162;
	background-color: #2e2e2e;
	color: #FFFFFF;
	padding: 10px 0;
}

.phone {
    position: relative;
    max-width: 263px;
    margin: 0 auto;
    padding: 65px 15px 55px;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #222;
    box-shadow: 20px 20px 40px #887;
}

.gratisproef {
		background:#000;
		font-size:1em;
		padding-top:5px;
		padding-bottom:5px;
	}

/********************************/
/*       Fade Bs-carousel       */
/********************************/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.fade-carousel {
    position: relative;
    height: 300px;
}
.fade-carousel .carousel-inner .item {
    height: 300px;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.fade-carousel {
	    position: relative;
	    height: 500px;
	}
	.fade-carousel .carousel-inner .item {
	    height: 500px;
	}
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.fade-carousel {
	    position: relative;
	    height: 700px;
	}
	.fade-carousel .carousel-inner .item {
	    height: 700px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.fade-carousel {
	    position: relative;
	    height: 65vh;
	}
	.fade-carousel .carousel-inner .item {
	    height: 65vh;
	}
}

.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #ba5162;
    border-color: #ba5162;
    opacity: .7;
}

.fade-carousel .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/

.askEmail {
	position: absolute;
    display:block;
    height:300px;
    /*box-shadow: 5px 5px 2px #888888;*/
    background: transparent;
	border: 0;
	margin: auto;
	width: 400px;
    padding: 250px 0px 40px 0px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
    top: 45%;
    left: 50%;
    z-index: 8;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}

.hero {
    position: absolute;
    display:block;
    height:220px;
    /*box-shadow: 5px 5px 2px #888888;*/
    padding: 10px 0px 40px 10px;
    background-color:rgba(0,0,0,.60);
    border:1px dotted #ba5162;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0,0,0,1);
    top: 65%;
    left: 50%;
    z-index: 3;
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}


.hero h1 {
	position:relative;       
    font-size: 4em; 
    font-weight: bold;
    margin: 0;
    padding:0px 0px 20px 0px;
    text-transform: uppercase;
}

.hero h2 {
	position:relative; 
	font-size: 0.7em;
    font-weight: bold;
    margin: 0;
    padding:0px 0px 20px 0px;
    text-transform: uppercase;
}

.glyphicon-menu-down{
	color:#FFFFFF;
	font-size:40px;
	height:40px;
	width:40px;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-indicators a{
	background:transparent !important;
}

.carousel-indicators {
    bottom: 120px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .3;
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ===================== MOBILE SM =========================*/

@media (min-width: 544px)  { 	
	.hero h2 {
		font-size: 1em;
	}
	.gratisproef {
		background:#000;
		font-size:1em;
		padding-top:5px;
		padding-bottom:5px;
	}
}


/* ===================== TABLE MD =========================*/

@media (min-width: 768px)  {
	.hero h1 {       
 		font-size: 2em; 
	}
	
	.hero h2 {
		font-size: 1.2em;
	}
	
	.gratisproef {
		background:#000;
		font-size:0.7em;
		padding-top:10px;
	}	
	
	.askEmail {
		top: 40%;
	}
}

/* ===================== DESKTOP LG =========================*/

@media (min-width: 992px)  {	
	.hero h1 {       
 		font-size: 2em; 
	}
	
	.hero h2 {
		font-size: 1.2em;
	}
	
	.hero { 
	 	width: 650px; 
	}  
	
	.gratisproef {
		background:transparent;
		font-size:0.6em;
		padding-top:10px;
	}
	
		
	.askEmail {
		top: 51%;
	}
}


/* ===================== DESKTOP XL =========================*/

@media (min-width: 1200px) { 
	.hero h1 {       
 		font-size: 2em; 
	}	
	
	.hero h2 {
		font-size: 1.2em;
	}
	
	.gratisproef {
		background:transparent;
		font-size:0.6em;
		padding-top:10px;
	}
	
	
	.hero {
    	top: 70%;
	}
	
	.askEmail {
		top: 54%;
	}
	
}

/* ===================== DESKTOP XXL =========================*/

@media (min-width: 2000px) { 
	.hero h1 {       
 		font-size: 2em; 
	}	
	
	.hero h2 {
		font-size: 1.2em;
	}
	
	.gratisproef {
		background:transparent;
		font-size:0.6em;
		padding-top:10px;
	}
	
	
	.hero {
    	top: 75%;
	}
	
	.askEmail {
		top: 62%;
	}
	
}



/* ===================== BOUNCING DOWN ARROW  =========================*/

.fa {
 width: 60px;
 display: block;
 text-align: center;
 color:#990000;
 font:normal 45px 'FontAwesome';
 line-height:60px;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
}
.fa-angle-double-down:before {content: "\f103";}
 
.bounce {
	position: absolute;
	bottom: 30px;
 	left: 50% ;
	width: 60px;
	height: 30px ;
	margin-left:-30px;
	
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

.bounce a span {
	color:#449d44;	
}
 
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}


/*============================================================
BACKGROUND COLORS price table (1tm4 proware 5tm8 improware 9tm12 infoware)
============================================================*/

.db-bk-color-one {
    background-color: #f04e23;
}

.db-bk-color-two {
    background-color: #f15a22;
}

.db-bk-color-three {
    background-color: #f26522;
}

.db-bk-color-four {
    background-color: #f36f21;
}



.db-bk-color-five {
    background-color: #80c342;
}

.db-bk-color-six {
    background-color: #8cc63f;
}

.db-bk-color-seven {
    background-color: #99ca3c;
}

.db-bk-color-eight {
    background-color: #a6ce39;
}


.db-bk-color-nine {
    background-color: #409dd7;
}

.db-bk-color-ten {
    background-color: #7aafde;
}

.db-bk-color-eleven {
    background-color: #94bee5;
}

.db-bk-color-twelve {
    background-color: #a2c4e5;
}




/*============================================================
PRICING STYLES
==========================================================*/

.db-padding-btm {
    padding-bottom: 10px;
}

.db-button-color-square {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.50);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.db-button-color-square:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.50);
	border: none;
}

.db-pricing-eleven {
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 30px;
}

.db-pricing-eleven ul {
	list-style: none;
 	margin: 0;
	text-align: center;
	padding-left: 0px;
}

.db-pricing-eleven ul li {
	padding-top: 25px;
	padding-bottom: 10px;
	cursor: pointer;
}

.db-pricing-eleven ul li i {
	margin-right: 5px;
 }

.db-pricing-eleven .price {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px 20px 20px 20px;
	font-size: 45px;
	font-weight: 900;
	color: #FFFFFF;
}

.db-pricing-eleven .pricevariant {
	background-color: rgba(0, 0, 0, 0.1);
	padding: 30px 20px 72px 20px;
	font-size: 35px;
	font-weight: 900;
	color: #FFFFFF;
}

.db-pricing-eleven .price small {
    color: #ffffff;
    display: block;
    font-size: 12px;
	margin-top: 22px;
}

.db-pricing-eleven .type {
	background-color: #000;
	padding: 5px 5px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

.db-pricing-eleven .pricing-footer {
	padding: 20px;
}

.db-attached > .col-lg-4,
.db-attached > .col-lg-3,
.db-attached > .col-md-4,
.db-attached > .col-md-3,
.db-attached > .col-sm-4,
.db-attached > .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.db-pricing-eleven.popular {
    margin-top: 10px;
}

.db-pricing-eleven.popular .price {
	padding-top: 70px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: 0px;
    right: -10px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make it look like the ribbon wraps round it's container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/*
product tiles homepage
*/

.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader1 {
    background: rgba(246, 147, 57, 0.1);
    background-size: cover;
    height: 100px;
}

.card.hovercard .cardheader2 {
    background: rgba(138, 198, 56, 0.1);
    background-size: cover;
    height: 100px;
}

.card.hovercard .cardheader3 {
   	background: rgba(69, 156, 214, 0.1);
    background-size: cover;
    height: 100px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    width: 160px;
    height: 160px;
    max-width: 160px;
    max-height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}


.btn-proware {
	color: #fff;
	background-color: #eb4425;
	border-bottom:2px solid #f36d3a;
	text-transform: none;
}

.btn-proware:hover{
	color: #fff !important;
	background-color: #f36d3a;
	border-bottom:2px solid #eb4425;
}

.btn-proware a{
	color: #fff;
}


.btn-improware {
	color: #fff;
	background-color: #577b39;
	border-bottom:2px solid #8bc640;
	text-transform: none;
}

.btn-improware:hover{
	color: #fff !important;
	background-color: #8bc640;
	border-bottom:2px solid #577b39;
}

.btn-improware a{
	color: #fff;
}



.btn-infoware {
	color: #fff;
	background-color: #0a5688;
	border-bottom:2px solid #3f9cd7;
	text-transform: none;
}

.btn-infoware:hover{
	color: #fff !important;
	background-color: #3f9cd7;
	border-bottom:2px solid #0a5688;
}

.btn-infoware a{
	color: #fff;
}


/********************************/
/*         Footer test       */
/********************************/

.footerMenu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.footerMenu > li { 
	list-style: none;
}

.footerMenu > li > ul {
  padding: 0;
  margin: 0;  
}
.footerMenu > li > ul > li {
  list-style: none;
}
.footerMenu > li > ul > li > a {
	font-size: 11pt !important;
  display: block;
  color: #222;
  padding: 3px 5px;
}
.footerMenu > li ul > li > a:hover,
.footerMenu > li ul > li > a:focus {
  text-decoration: none;
}

.footerMenu-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
    width:100%;
}
.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 */
}


