/* Mark CSS START*/

	.flowplayer .endscreen {
	width: 90%;
	height: 85%;
	left: 5%;
	top: 5%;
	background-color: #006891 !important;
	position: absolute;
	padding: 15px;	
	font-size: 14px;
	text-align: center;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

	.flowplayer.is-finished .endscreen {
    z-index: 2;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    

}

	.flowplayer .endscreen-white {
	width: 90%;
	height: 85%;
	left: 5%;
	top: 5%;
	background-color: #FFFFFF !important;
	position: absolute;
	padding: 15px;	
	font-size: 14px;
	text-align: center;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

	.flowplayer.is-finished .endscreen-white {
    z-index: 2;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    

}

	.flowplayer .endscreen-playlist {
	width: 100%;
	height: 100%;
	background: url(../../../../../../crmfileserver/UK/Root/123-reg/Video/WSB7/Images/WSB7-endcreen.png);
	background-size: 100% 100%;
    background-repeat: no-repeat;
	position: absolute;	
	font-size: 14px;
	text-align: center;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

	.flowplayer.is-finished .endscreen-playlist {
    z-index: 2;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    

}

	.flowplayer .endscreen-playlist2 {
		width: 100%;
		height: 100%;
		background: url(../../../../../../crmfileserver/UK/Root/123-reg/Video/ContactDriver/Batch-5/End-title/Email-Troubleshooting-interactive-end-card.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: absolute;	
		font-size: 14px;
		text-align: center;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
		transition: opacity .5s;
	}

		.flowplayer.is-finished .endscreen-playlist2 {
		z-index: 2;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);    

	}

    .flowplayer .fp-ratio {
    padding-top: 56.25%;
    }
	
	.flowplayer .fp-speed { 
	display: none; 
	}
	
	.flowplayer .img {
    position: absolute;
    top: 50px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	}
	
	.flowplayer .fp-timeline {
  margin-right: 180px; /* originally: 165px */
	}
	.no-mute.no-volume.flowplayer .fp-timeline {
	  margin-right: 75px; /* originally: 55px */
	}
	.flowplayer .fp-remaining, .flowplayer .fp-duration {
	  right: 132px; /* orginally: 120px */
	}
	.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
	  right: 34px; /* originally: 10px */
	}
	.flowplayer .fp-volume {
	  right: 32px;
	}
	 
	/* shorten volume slider */
	.flowplayer .fp-volumeslider {
	  width: 78px;
	}
	 
	/* re-position fullscreen button */
	.flowplayer .fp-fullscreen {
	  top: auto; /* allow fullscreen button to move down */
	  right: 8px;
	  bottom: 0px;
	  width: 16px;
	  background-position: 0 -197px;
	  z-index: 1;
	}
	.flowplayer.is-fullscreen .fp-fullscreen {
	  background-position: 0 -217px;
	  bottom: 2px;
	}
	
	.play-icon {
	position: relative;
	top: 30px;
	left: -34px;
	font-size: 28px;
	display: block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
	
	.end-option {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 25px;
	}
	.end-option img {
    width:100%;
    vertical-align:text-bottom;
	}
	.end-option:after, .end-option:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.end-option:after {
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 44, 44, 0.6);
	}
	
	.end-option:hover:after, .end-option:hover:before {
    opacity:1;
	}
	
	.title {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	.option-2 {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 20px;
	}
	
	.option-2 img {
    width:100%;
    vertical-align:text-bottom;
	}
	.option-2:after, .option-2:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.option-2:after {
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 44, 44, 0.6);
	}
	
	.option-2:before {
	content: attr(data-content);
	width: 100%;
	color: #fff;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 1% 1%;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: vagrounded-light,Helvetica,Arial;
	font-size: 14px;
	}
	
	.option-2:hover:after, .option-2:hover:before {
    opacity:1;
	}
	
	.option-3 {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	margin-top: 30px;
	}
	.option-3 img {
    width:100%;
    vertical-align:text-bottom;
	}
	.option-3:after, .option-3:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.option-3:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
	}
	.option-3:before {
	content: attr(data-content);
	width: 100%;
	color: #fff;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 1% 1%;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: vagrounded-light,Helvetica,Arial;
	font-size: 14px;
	}
	
	.option-3:hover:after, .option-3:hover:before {
    opacity:1;
	}
	
	.option-1 {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	margin-top: 15px;
	}
	
	.option-1 img {
    width:100%;
    vertical-align:text-bottom;
	}
	.option-1:after, .option-1:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.option-1:after {
	content: '\A';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(43, 44, 44, 0.6);
	}
	
	.option-1:before {
	content: attr(data-content);
	width: 100%;
	color: #fff;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 1% 1%;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: vagrounded-light,Helvetica,Arial;
	font-size: 14px;
	}
	
	.option-1:hover:after, .option-1:hover:before {
    opacity:1;
	}
	
	.option-end {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	}
	.option-end img {
    width:100%;
    vertical-align:text-bottom;
	}
	.option-end:after, .option-end:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.option-end:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
	}
	.option-end:before {
	content: attr(data-content);
	width: 100%;
	color: #fff;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 1% 1%;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: vagrounded-light,Helvetica,Arial;
	font-size: 14px;
	}
	
	.option-end:hover:after, .option-end:hover:before {
    opacity:1;
	}
	
   #css-poster {
   background: #000 url(../../../../../../crmfileserver/UK/Root/Interactive/img/poster.png) 0 0 no-repeat;
   background-size: 490%;
   -webkit-transition: background 1s .5s;
   -moz-transition: background 1s .5s;
}

   #css-poster.is-poster {
   background-size: 100%;
	}
	
	.white a {
	color: #333333!important;
	}
	
	.white a:hover {
	color: #0084B4!important;
	text-decoration: underline;
	}
	
	.white .links a {
	color: black!important;
	}
	
	.white .links a:hover {
	color: #2a6496!important;
	text-decoration: underline;
	display: block;
	background: rgba(141, 209, 236, 0.7);
	}
	
	.image-left {
	margin-left: -15px
	}
	
	.image-right {
	margin-left: 13px
	}
	
	.blue-link a {
	color: #2791D4!important;
	text-decoration: underline!important;
	}
	.blue-link a:hover {
	color: #0D3BF5!important;
	text-decoration: underline;
	}
	
	/*Playlist CSS*/
	#basic-playlist{/* player (and playlist) background */background:#333 url("../../../../../../crmfileserver/UK/Root/Interactive/img/endscreen/poster.png");-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;}
	#basic-playlist.is-loading{/* override background image when clip changes */background:#333}
	#basic-playlist .fp-prev,#basic-playlist .fp-next{/* next and prev buttons */position:absolute;top:44%;cursor:pointer;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;transition:opacity .5s;background:url("../../../../../../media/img/demos/playlist/buttons.png");opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);height:20px;width:12px;}
	.is-mouseover#basic-playlist .fp-prev,.is-mouseover#basic-playlist .fp-next{opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)}
	#basic-playlist .fp-prev{left:-15px;background-position:0 -200px; z-index:6;}
	#basic-playlist .fp-prev:hover{background-position:0 -300px; z-index:6;}
	#basic-playlist .fp-next{right:-15px;background-position:0 -400px; z-index:6;}
	#basic-playlist .fp-next:hover{background-position:0 -500px; z-index:6;}
	#basic-playlist .fp-playlist{/* the playlist root element */position:absolute;bottom:-135px;left:0;width:100%;text-align:center;}
	#basic-playlist .fp-playlist a{/* playlist entry */display:inline-block;width:178px;height:100px;margin:0 10px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;border:4px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
	#basic-playlist .fp-playlist a:hover{border-color:#ccc}
	#basic-playlist .fp-playlist a.is-active{border-color:#52b9e4;}
	.is-paused#basic-playlist .fp-playlist a.is-active{border-color:#1c87b4}
	@media (max-width: 570px){#basic-playlist .fp-playlist{bottom:-90px;}
	#basic-playlist .fp-playlist a{width:55px;height:55px}
	}
	
	.play-link {
    position:relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
	}
	.play-link  img {
    width:100%;
    vertical-align:text-bottom;
	border: 1px solid black!important;
	}
	.play-link:after, .play-link:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	}
	.play-link:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
	}
	.play-link:before {
	content: attr(data-content);
	width: 100%;
	color: #fff;
	z-index: 1;
	bottom: 0;
	left: 0;
	padding: 1% 1%;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: vagrounded-light,Helvetica,Arial;
	font-size: 14px;
	}
	
	.play-link:hover:after, .play-link:hover:before {
    opacity:1;
	}
	
	.black {
	font-size: 17px!important;
	font-family: vagrounded-bold,Helvetica,Arial!important;
	display: block;
	font-weight: 500!important;
	line-height: 1.1!important;
	color: #333333!important;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
/*////////////////////////////////////// FAQ Styles ////////////////////////////////////////////*/
/*Main box*/
 .main-box {
	border-radius: 3px!important;
	padding: 8px 0px 8px 15px!important;
	text-align: left!important;
	display: block!important;
	margin: 0px 0 5px 0!important;
	background-color: #fff!important; 
	min-height: 117px;
	border: 1px solid #EBEDF0;
}
    .main-box-icon {
	background-color: #0084B4;
	border-radius: 50%!important;
	display: table!important;
	height: 70px!important;
	margin-left: -4px!important;
	width: 70px!important;
	margin-top: 8px!important;
    
}
    .main-box-icon span {
    color: #fff!important;
    display: table-cell!important;
    text-align: center!important;
    vertical-align: middle!important;
    }
    .main-box-info h4 {
	font-size: 25px!important;
	letter-spacing: -0.5px!important;
	margin: -85px 0px 0px 76px!important;
	color: #565656!important;    
}
    .main-box-info p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 10px 10px 0px 76px!important;
	text-align: left!important;
    }
	
    .main-box-info a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
    }
	
    .main-box-info a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
    }
	
/*Thank You Page IRFC*/

	.main-box-irfc {
	border-radius: 2px!important;
	padding: 8px 0px 8px 15px!important;
	text-align: left!important;
	display: block!important;
	margin-top: 0px!important;
	background-color: #fff!important;
	min-height: 104px;
	border: 1px solid #EBEDF0;
}
    .main-box-icon-irfc {
	background-color: #0084B4;
	border-radius: 50%!important;
	display: table!important;
	height: 70px!important;
	margin-left: -4px!important;
	width: 70px!important;
	margin-top: 8px!important;
    
}
    .main-box-icon-irfc span {
    color: #fff!important;
    display: table-cell!important;
    text-align: center!important;
    vertical-align: middle!important;
    }
    .main-box-info-irfc h4 {
	font-size: 24px!important;
	letter-spacing: -0.5px!important;
	margin: -71px 0px 0px 76px!important;
	color: #565656!important;   
}
    .main-box-info-irfc p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 10px 10px 0px 76px!important;
	text-align: left!important;
    }
	
    .main-box-info-irfc a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
    }
	
    .main-box-info-irfc a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
    }
	
/*Thank You Page 404*/

	.main-box-404 {
	border-radius: 2px!important;
	border: 1px solid #EBEDF0;
	padding: 8px 0px 8px 15px!important;
	text-align: left!important;
	display: block!important;
	margin-top: 0px!important;
	background-color: #fff!important;
	min-height: 104px;
}
    .main-box-icon-404 {
	background-color: #C50E0E;
	border-radius: 50%!important;
	display: table!important;
	height: 70px!important;
	margin-left: -4px!important;
	width: 70px!important;
	margin-top: 8px!important;
    
}
    .main-box-icon-404 span {
	color: #FFF300!important;
	display: table-cell!important;
	text-align: center!important;
	vertical-align: middle!important;
    }
    .main-box-info-404 h4 {
	font-size: 34px!important;
	letter-spacing: -0.5px!important;
	margin: -66px 0px 0px 76px!important;
	color: #565656!important; 
}
    .main-box-info-404 p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 4px 10px 0px 76px!important;
	text-align: left!important;
    }
	
    .main-box-info-404 a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
    }
	
    .main-box-info-404 a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
    }
	
/*Product Main box*/
 .main-box-product {
	border-radius: 2px!important;
	border: 1px solid #EBEDF0;
	padding: 0px 0px 8px 15px!important;
	text-align: left!important;
	display: block!important;
	margin-top: 0px!important;
	background-color: #fff!important; 
	min-height: 100px;
	}
.main-box-product-icon {
	border-radius: 50%!important;
	display: table!important;
	height: 100px!important;
	margin: 0px 0 0 -19px!important;
	width: 100px!important;
    }
    .main-box-product-icon span {
    color: #fff!important;
    display: table-cell!important;
    text-align: center!important;
    vertical-align: middle!important;
    }
    .main-box-product-info h4 {
	font-size: 20.75px!important;
	letter-spacing: -0.5px!important;
	margin: -82px 0px 0px 76px!important;
	color: #565656!important;
    }
    .main-box-product-info p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 10px 0 0px 76px!important;
	text-align: left!important;
    }
	
    .main-box-product-info a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
    }
	
   .main-box-product-info a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
    }
	
/*Small box*/	

	.small-box {
	border-radius: 2px!important;
	border: 1px solid #EBEDF0;
	padding: 10px 10px 0px 25px!important;
	text-align: left!important;
	display: block!important;
	margin-top: 0px!important;
	background-color: #fff!important;
	min-height: 79px;
	position: relative;
}

	.small-box-icon {
	background-color: #0084B4;
	border-radius: 50%!important;
	display: table!important;
	height: 60px!important;
	margin-left: -15px!important;
	width: 60px!important;
	margin-top: 0px!important;
	position: absolute;
}
	
	.small-box-icon span {
	color: #fff!important;
	display: table-cell!important;
	text-align: center!important;
	vertical-align: middle!important;
	}
	
	.small-box-info p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 5px 0px 0px 54px!important;
	text-align: left!important;
	padding-bottom: 10px;
}
	
	.small-box-info a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	}
	
	.small-box-info a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
	}
	
	.small-box-info img {
    margin: 20px 0 0 54px!important;

	}
	
	.small-box-noicon-info p {
	color: #717171!important;
	font-size: 16px!important;
	margin: 2px 0px 0px -12px!important;
	text-align: left!important;
	}
	.small-box-noicon-info a {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	}
	.small-box-noicon-info a:hover {
	color: #0084B4!important;
	font-size: 16px!important;
	font-weight: bold;
	text-decoration: underline!important;
	}
	.red {
	background-color:#CD0745!important;
	}
	.green {
	background-color:#77AD24!important;
	}
	.section-line {
	padding: 18px 0 0 3px;
	margin: 18px 0;
	border-top: 1px solid #e1f2f9;
	}
	
/*Breadcrumbs*/

	.breadcrumb a {
	color: #666!important;
	text-decoration: none;
	}
	.breadcrumb a:hover {
	color: #666!important;
	text-decoration: underline;
	}
	
/*////////////////////////////////////// FAQ Styles ////////////////////////////////////////////*/
/*Pod*/

	.pod {
	border-radius: 2px!important;
	padding: 10px 5px 15px 5px!important;
	text-align: left!important;
	display: block!important;
	margin: 10px 0 5px 15px!important;
	background-color: #fff!important; 
	border: 1px solid #EBEDF0;
}
	
	.pod h3 {
    margin: 5px 0px 5px 10px;
	text-transform: Uppercase;
	
    min-height: 46px;
}
	
	.pod p {
    margin: 10px 18px 0 9px!important;
	}

	.pod a {
    color: #333333!important;
	}
	
	.pod a:hover {
	}
	
	.pod span {
    margin: 7px 12px 0 0px!important;
    color: #333333;
}
	
	.bs .btn-viewall {
	position: absolute;
	color: #fff;
	bottom: 15px;
	background-color: #83BE00!important;
	border-color: #83BE00!important;
	margin: 0 0 0 223px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0)!important;
}
	
	.bs .btn-viewall-back {
	color: #fff;
	background-color: #83BE00!important;
	border-color: #83BE00!important;
	margin: 0 0 0 580px;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
	
	.pod-viewall {
	margin: 0px 0 -3px 0;
	padding: 10px;
	border: 1px solid #EBEDF0;
}
	
	.pod-viewall h3 {
	}
	
	.pod-viewall p {
    margin: 10px 84px 0 0!important;
	}
	
	.pod-viewall span {
    margin: 0 15px 0 0;
}

	.pod-viewall a {
    color: #333333!important;
	}
	
	.pod-viewall a:hover {
	
	}
	
/*Pod height fix*/
	
	.pcontainer {
	overflow: hidden;
	padding-bottom: 20px;
}
	
	.pod-height {
	padding-bottom: 100%!important;    
	margin-bottom: -100%!important;
}

    .option {
	border-radius: 2px!important;
	border: 1px solid #EBEDF0;
	padding: 0px 5px 15px 5px!important;
	text-align: left!important;
	display: block!important;
	margin: 10px 0 0 15px!important;
	background-color: #fff!important; 
}

.option:hover {
    background-color: rgba(0, 104, 145, 0.1)!important;
}

	.heading-option {
	border-radius: 2px!important;
	border: 1px solid #EBEDF0;
	padding: 0px 5px 15px 5px!important;
	text-align: left!important;
	display: block!important;
	margin: 10px 0 0 15px!important;
	background-color: #fff!important;
	}
	
	.option h3 {
    margin: -45px 0px 0px 52px;
	
	
    color: #333!important;
    font-size: 19px!important;
}
	
	.option p {
    margin: 0px 18px 0 52px!important;
	
	}

	.option a {
    color: #333333!important;
	
	}
	
	.option a:hover {
	
	}
	
	.option img {
    margin: 0px 0px -6px -8px!important;
	
}
	
	.option span {
	margin: -22px 0px 0px 298px!important;
	}
	
	#heading h1 {
	margin: 14px 0 0px 5px!important;
	color: rgb(0,145,214)!important;
	}

	#heading p {
		margin: 4px 0 0 6px!important;
	}
	
	#body {
	margin: -8.5px 0 0 0!important;
	}
	
/* Mark CSS END*/
		  
/* Bootstrap CSS */
.bs html{
font-family:sans-serif;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%
}

.bs body{
margin:0
}

.bs article,
.bs aside,
.bs details,
.bs figcaption,
.bs figure,
.bs footer,
.bs header,
.bs hgroup,
.bs main,
.bs nav,
.bs section,
.bs summary{
display:block
}

.bs audio,
.bs canvas,
.bs progress,
.bs video{
display:inline-block;
vertical-align:baseline
}

.bs audio:not([controls]){
display:none;
height:0
}

.bs [hidden],
.bs template{
display:none
}

.bs a{
background: transparent;
}

.bs a:active,
.bs a:hover{
outline:0
}

.bs abbr[title]{
border-bottom:1px dotted
}

.bs b,
.bs strong{
font-weight:bold
}

.bs dfn{
font-style:italic
}

.bs h1{
margin:.67em 0;
font-size:2em
}

.bs mark{
color:#000;
background:#ff0
}
.bs small{
font-size:80%
}
.bs sub,.bs sup{
position:relative;
font-size:75%;
line-height:0;
vertical-align:baseline
}
.bs sup{
top:-0.5em
}
.bs sub{
bottom:-0.25em
}
.bs img{
border:0
}
.bs svg:not(:root){
overflow:hidden
}
.bs figure{
margin:1em 40px
}
.bs hr{
height:0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box
}
.bs pre{
overflow:auto
}
.bs code,.bs kbd,.bs pre,.bs samp{
font-family:monospace, monospace;
font-size:1em
}
.bs button,.bs input,.bs optgroup,.bs select,.bs textarea{
margin:0;
font:inherit;
color:inherit
}
.bs button{
overflow:visible
}
.bs button,.bs select{
text-transform:none
}
.bs button,.bs html input[type="button"],.bs input[type="reset"],.bs input[type="submit"]{
-webkit-appearance:button;
cursor:pointer
}
.bs button[disabled],.bs html input[disabled]{
cursor:default
}
.bs button::-moz-focus-inner,.bs input::-moz-focus-inner{
padding:0;
border:0
}
.bs input{
line-height:normal
}
.bs input[type="checkbox"],.bs input[type="radio"]{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
.bs input[type="number"]::-webkit-inner-spin-button,.bs input[type="number"]::-webkit-outer-spin-button{
height:auto
}
.bs input[type="search"]{
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-appearance:textfield
}
.bs input[type="search"]::-webkit-search-cancel-button,.bs input[type="search"]::-webkit-search-decoration{
-webkit-appearance:none
}
.bs fieldset{
padding:.35em .625em .75em;
margin:0 2px;
border:1px solid #c0c0c0
}
.bs legend{
padding:0;
border:0
}
.bs textarea{
overflow:auto
}
.bs optgroup{
font-weight:bold
}
.bs table{
border-spacing:0;
border-collapse:collapse
}
.bs td,.bs th{
padding:0
;
}
@media print{
.bs *{
color:#000 !important;
text-shadow:none !important;
background:transparent !important;
-webkit-box-shadow:none !important;
box-shadow:none !important
}
.bs a,.bs a:visited{
text-decoration:underline
}
.bs a[href]:after{
content:" (" attr(href) ")"
}
.bs abbr[title]:after{
content:" (" attr(title) ")"
}
.bs a[href^="javascript:"]:after,.bs a[href^="#"]:after{
content:""
}
.bs pre,.bs blockquote{
border:1px solid #999;
page-break-inside:avoid
}
.bs thead{
display:table-header-group
}
.bs tr,.bs img{
page-break-inside:avoid
}
.bs img{
max-width:100% !important
}
.bs p,.bs h2,.bs h3{
orphans:3;
widows:3
}
.bs h2,.bs h3{
page-break-after:avoid
}
.bs select{
background:#fff !important
}
.bs .navbar{
display:none
}
.bs .table td,.bs .table th{
background-color:#fff !important
}
.bs .btn>.caret,.bs .dropup>.btn>.caret{
border-top-color:#000 !important
}
.bs .label{
border:1px solid #000
}
.bs .table{
border-collapse:collapse !important
}
.bs .table-bordered th,.bs .table-bordered td{
border:1px solid #ddd !important
}

}
@font-face{
font-family:'Glyphicons Halflings';
src:url('../fonts/glyphicons-halflings-regular.eot');
src:url('../fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg') format('svg')
}
.bs .glyphicon{
position:relative;
top:1px;
display:inline-block;
font-family:'Glyphicons Halflings';
font-style:normal;
font-weight:normal;
line-height:1;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}
.bs .glyphicon-asterisk:before{
content:"\2a"
}
.bs .glyphicon-plus:before{
content:"\2b"
}
.bs .glyphicon-euro:before{
content:"\20ac"
}
.bs .glyphicon-minus:before{
content:"\2212"
}
.bs .glyphicon-cloud:before{
content:"\2601"
}
.bs .glyphicon-envelope:before{
content:"\2709"
}
.bs .glyphicon-pencil:before{
content:"\270f"
}
.bs .glyphicon-glass:before{
content:"\e001"
}
.bs .glyphicon-music:before{
content:"\e002"
}
.bs .glyphicon-search:before{
content:"\e003"
}
.bs .glyphicon-heart:before{
content:"\e005"
}
.bs .glyphicon-star:before{
content:"\e006"
}
.bs .glyphicon-star-empty:before{
content:"\e007"
}
.bs .glyphicon-user:before{
content:"\e008"
}
.bs .glyphicon-film:before{
content:"\e009"
}
.bs .glyphicon-th-large:before{
content:"\e010"
}
.bs .glyphicon-th:before{
content:"\e011"
}
.bs .glyphicon-th-list:before{
content:"\e012"
}
.bs .glyphicon-ok:before{
content:"\e013"
}
.bs .glyphicon-remove:before{
content:"\e014"
}
.bs .glyphicon-zoom-in:before{
content:"\e015"
}
.bs .glyphicon-zoom-out:before{
content:"\e016"
}
.bs .glyphicon-off:before{
content:"\e017"
}
.bs .glyphicon-signal:before{
content:"\e018"
}
.bs .glyphicon-cog:before{
content:"\e019"
}
.bs .glyphicon-trash:before{
content:"\e020"
}
.bs .glyphicon-home:before{
content:"\e021"
}
.bs .glyphicon-file:before{
content:"\e022"
}
.bs .glyphicon-time:before{
content:"\e023"
}
.bs .glyphicon-road:before{
content:"\e024"
}
.bs .glyphicon-download-alt:before{
content:"\e025"
}
.bs .glyphicon-download:before{
content:"\e026"
}
.bs .glyphicon-upload:before{
content:"\e027"
}
.bs .glyphicon-inbox:before{
content:"\e028"
}
.bs .glyphicon-play-circle:before{
content:"\e029"
}
.bs .glyphicon-repeat:before{
content:"\e030"
}
.bs .glyphicon-refresh:before{
content:"\e031"
}
.bs .glyphicon-list-alt:before{
content:"\e032"
}
.bs .glyphicon-lock:before{
content:"\e033"
}
.bs .glyphicon-flag:before{
content:"\e034"
}
.bs .glyphicon-headphones:before{
content:"\e035"
}
.bs .glyphicon-volume-off:before{
content:"\e036"
}
.bs .glyphicon-volume-down:before{
content:"\e037"
}
.bs .glyphicon-volume-up:before{
content:"\e038"
}
.bs .glyphicon-qrcode:before{
content:"\e039"
}
.bs .glyphicon-barcode:before{
content:"\e040"
}
.bs .glyphicon-tag:before{
content:"\e041"
}
.bs .glyphicon-tags:before{
content:"\e042"
}
.bs .glyphicon-book:before{
content:"\e043"
}
.bs .glyphicon-bookmark:before{
content:"\e044"
}
.bs .glyphicon-print:before{
content:"\e045"
}
.bs .glyphicon-camera:before{
content:"\e046"
}
.bs .glyphicon-font:before{
content:"\e047"
}
.bs .glyphicon-bold:before{
content:"\e048"
}
.bs .glyphicon-italic:before{
content:"\e049"
}
.bs .glyphicon-text-height:before{
content:"\e050"
}
.bs .glyphicon-text-width:before{
content:"\e051"
}
.bs .glyphicon-align-left:before{
content:"\e052"
}
.bs .glyphicon-align-center:before{
content:"\e053"
}
.bs .glyphicon-align-right:before{
content:"\e054"
}
.bs .glyphicon-align-justify:before{
content:"\e055"
}
.bs .glyphicon-list:before{
content:"\e056"
}
.bs .glyphicon-indent-left:before{
content:"\e057"
}
.bs .glyphicon-indent-right:before{
content:"\e058"
}
.bs .glyphicon-facetime-video:before{
content:"\e059"
}
.bs .glyphicon-picture:before{
content:"\e060"
}
.bs .glyphicon-map-marker:before{
content:"\e062"
}
.bs .glyphicon-adjust:before{
content:"\e063"
}
.bs .glyphicon-tint:before{
content:"\e064"
}
.bs .glyphicon-edit:before{
content:"\e065"
}
.bs .glyphicon-share:before{
content:"\e066"
}
.bs .glyphicon-check:before{
content:"\e067"
}
.bs .glyphicon-move:before{
content:"\e068"
}
.bs .glyphicon-step-backward:before{
content:"\e069"
}
.bs .glyphicon-fast-backward:before{
content:"\e070"
}
.bs .glyphicon-backward:before{
content:"\e071"
}
.bs .glyphicon-play:before{
content:"\e072"
}
.bs .glyphicon-pause:before{
content:"\e073"
}
.bs .glyphicon-stop:before{
content:"\e074"
}
.bs .glyphicon-forward:before{
content:"\e075"
}
.bs .glyphicon-fast-forward:before{
content:"\e076"
}
.bs .glyphicon-step-forward:before{
content:"\e077"
}
.bs .glyphicon-eject:before{
content:"\e078"
}
.bs .glyphicon-chevron-left:before{
content:"\e079"
}
.bs .glyphicon-chevron-right:before{
content:"\e080"
}
.bs .glyphicon-plus-sign:before{
content:"\e081"
}
.bs .glyphicon-minus-sign:before{
content:"\e082"
}
.bs .glyphicon-remove-sign:before{
content:"\e083"
}
.bs .glyphicon-ok-sign:before{
content:"\e084"
}
.bs .glyphicon-question-sign:before{
content:"\e085"
}
.bs .glyphicon-info-sign:before{
content:"\e086"
}
.bs .glyphicon-screenshot:before{
content:"\e087"
}
.bs .glyphicon-remove-circle:before{
content:"\e088"
}
.bs .glyphicon-ok-circle:before{
content:"\e089"
}
.bs .glyphicon-ban-circle:before{
content:"\e090"
}
.bs .glyphicon-arrow-left:before{
content:"\e091"
}
.bs .glyphicon-arrow-right:before{
content:"\e092"
}
.bs .glyphicon-arrow-up:before{
content:"\e093"
}
.bs .glyphicon-arrow-down:before{
content:"\e094"
}
.bs .glyphicon-share-alt:before{
content:"\e095"
}
.bs .glyphicon-resize-full:before{
content:"\e096"
}
.bs .glyphicon-resize-small:before{
content:"\e097"
}
.bs .glyphicon-exclamation-sign:before{
content:"\e101"
}
.bs .glyphicon-gift:before{
content:"\e102"
}
.bs .glyphicon-leaf:before{
content:"\e103"
}
.bs .glyphicon-fire:before{
content:"\e104"
}
.bs .glyphicon-eye-open:before{
content:"\e105"
}
.bs .glyphicon-eye-close:before{
content:"\e106"
}
.bs .glyphicon-warning-sign:before{
content:"\e107"
}
.bs .glyphicon-plane:before{
content:"\e108"
}
.bs .glyphicon-calendar:before{
content:"\e109"
}
.bs .glyphicon-random:before{
content:"\e110"
}
.bs .glyphicon-comment:before{
content:"\e111"
}
.bs .glyphicon-magnet:before{
content:"\e112"
}
.bs .glyphicon-chevron-up:before{
content:"\e113"
}
.bs .glyphicon-chevron-down:before{
content:"\e114"
}
.bs .glyphicon-retweet:before{
content:"\e115"
}
.bs .glyphicon-shopping-cart:before{
content:"\e116"
}
.bs .glyphicon-folder-close:before{
content:"\e117"
}
.bs .glyphicon-folder-open:before{
content:"\e118"
}
.bs .glyphicon-resize-vertical:before{
content:"\e119"
}
.bs .glyphicon-resize-horizontal:before{
content:"\e120"
}
.bs .glyphicon-hdd:before{
content:"\e121"
}
.bs .glyphicon-bullhorn:before{
content:"\e122"
}
.bs .glyphicon-bell:before{
content:"\e123"
}
.bs .glyphicon-certificate:before{
content:"\e124"
}
.bs .glyphicon-thumbs-up:before{
content:"\e125"
}
.bs .glyphicon-thumbs-down:before{
content:"\e126"
}
.bs .glyphicon-hand-right:before{
content:"\e127"
}
.bs .glyphicon-hand-left:before{
content:"\e128"
}
.bs .glyphicon-hand-up:before{
content:"\e129"
}
.bs .glyphicon-hand-down:before{
content:"\e130"
}
.bs .glyphicon-circle-arrow-right:before{
content:"\e131"
}
.bs .glyphicon-circle-arrow-left:before{
content:"\e132"
}
.bs .glyphicon-circle-arrow-up:before{
content:"\e133"
}
.bs .glyphicon-circle-arrow-down:before{
content:"\e134"
}
.bs .glyphicon-globe:before{
content:"\e135"
}
.bs .glyphicon-wrench:before{
content:"\e136"
}
.bs .glyphicon-tasks:before{
content:"\e137"
}
.bs .glyphicon-filter:before{
content:"\e138"
}
.bs .glyphicon-briefcase:before{
content:"\e139"
}
.bs .glyphicon-fullscreen:before{
content:"\e140"
}
.bs .glyphicon-dashboard:before{
content:"\e141"
}
.bs .glyphicon-paperclip:before{
content:"\e142"
}
.bs .glyphicon-heart-empty:before{
content:"\e143"
}
.bs .glyphicon-link:before{
content:"\e144"
}
.bs .glyphicon-phone:before{
content:"\e145"
}
.bs .glyphicon-pushpin:before{
content:"\e146"
}
.bs .glyphicon-usd:before{
content:"\e148"
}
.bs .glyphicon-gbp:before{
content:"\e149"
}
.bs .glyphicon-sort:before{
content:"\e150"
}
.bs .glyphicon-sort-by-alphabet:before{
content:"\e151"
}
.bs .glyphicon-sort-by-alphabet-alt:before{
content:"\e152"
}
.bs .glyphicon-sort-by-order:before{
content:"\e153"
}
.bs .glyphicon-sort-by-order-alt:before{
content:"\e154"
}
.bs .glyphicon-sort-by-attributes:before{
content:"\e155"
}
.bs .glyphicon-sort-by-attributes-alt:before{
content:"\e156"
}
.bs .glyphicon-unchecked:before{
content:"\e157"
}
.bs .glyphicon-expand:before{
content:"\e158"
}
.bs .glyphicon-collapse-down:before{
content:"\e159"
}
.bs .glyphicon-collapse-up:before{
content:"\e160"
}
.bs .glyphicon-log-in:before{
content:"\e161"
}
.bs .glyphicon-flash:before{
content:"\e162"
}
.bs .glyphicon-log-out:before{
content:"\e163"
}
.bs .glyphicon-new-window:before{
content:"\e164"
}
.bs .glyphicon-record:before{
content:"\e165"
}
.bs .glyphicon-save:before{
content:"\e166"
}
.bs .glyphicon-open:before{
content:"\e167"
}
.bs .glyphicon-saved:before{
content:"\e168"
}
.bs .glyphicon-import:before{
content:"\e169"
}
.bs .glyphicon-export:before{
content:"\e170"
}
.bs .glyphicon-send:before{
content:"\e171"
}
.bs .glyphicon-floppy-disk:before{
content:"\e172"
}
.bs .glyphicon-floppy-saved:before{
content:"\e173"
}
.bs .glyphicon-floppy-remove:before{
content:"\e174"
}
.bs .glyphicon-floppy-save:before{
content:"\e175"
}
.bs .glyphicon-floppy-open:before{
content:"\e176"
}
.bs .glyphicon-credit-card:before{
content:"\e177"
}
.bs .glyphicon-transfer:before{
content:"\e178"
}
.bs .glyphicon-cutlery:before{
content:"\e179"
}
.bs .glyphicon-header:before{
content:"\e180"
}
.bs .glyphicon-compressed:before{
content:"\e181"
}
.bs .glyphicon-earphone:before{
content:"\e182"
}
.bs .glyphicon-phone-alt:before{
content:"\e183"
}
.bs .glyphicon-tower:before{
content:"\e184"
}
.bs .glyphicon-stats:before{
content:"\e185"
}
.bs .glyphicon-sd-video:before{
content:"\e186"
}
.bs .glyphicon-hd-video:before{
content:"\e187"
}
.bs .glyphicon-subtitles:before{
content:"\e188"
}
.bs .glyphicon-sound-stereo:before{
content:"\e189"
}
.bs .glyphicon-sound-dolby:before{
content:"\e190"
}
.bs .glyphicon-sound-5-1:before{
content:"\e191"
}
.bs .glyphicon-sound-6-1:before{
content:"\e192"
}
.bs .glyphicon-sound-7-1:before{
content:"\e193"
}
.bs .glyphicon-copyright-mark:before{
content:"\e194"
}
.bs .glyphicon-registration-mark:before{
content:"\e195"
}
.bs .glyphicon-cloud-download:before{
content:"\e197"
}
.bs .glyphicon-cloud-upload:before{
content:"\e198"
}
.bs .glyphicon-tree-conifer:before{
content:"\e199"
}
.bs .glyphicon-tree-deciduous:before{
content:"\e200"
}
.bs *{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box}
.bs *:before,.bs *:after{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.bs html{
font-size:62.5%;
-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.bs body{
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
line-height:1.42857143;
color:#333;
background-color:#fff
}
.bs input,.bs button,.bs select,.bs textarea{
font-family:inherit;
font-size:inherit;
line-height:inherit
}
.bs a{
color: #333;
text-decoration:none
}
.bs a:hover,.bs a:focus{
color: #333;
text-decoration:underline
;
}
.bs a:focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.bs figure{
margin:0
}
.bs img{
vertical-align:middle
}
.bs .img-responsive,.bs .thumbnail>img,.bs .thumbnail a>img,.bs .carousel-inner>.item>img,.bs .carousel-inner>.item>a>img{
display:block;
max-width:100%;
height:60%;
}

.bs .img-responsive1,.bs .thumbnail>img,.bs .thumbnail a>img,.bs .carousel-inner>.item>img,.bs .carousel-inner>.item>a>img{
display:block;
max-width:100%;
}

.bs .img-rounded{
border-radius:6px
}
.bs .img-thumbnail{
display:inline-block;
max-width:100%;
height:auto;
padding:4px;
line-height:1.42857143;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.bs .img-circle{
border-radius:50%
}
.bs hr{
margin-top:20px;
margin-bottom:20px;
border:0;
border-top:1px solid #eee
}
.bs .sr-only{
position:absolute;
width:1px;
height:1px;
padding:0;
margin:-1px;
overflow:hidden;
clip:rect(0, 0, 0, 0);
border:0
}
.bs .sr-only-focusable:active,.bs .sr-only-focusable:focus{
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}
.bs h1,.bs h2,.bs h3,.bs h4,.bs h5,.bs h6,.bs .h1,.bs .h2,.bs .h3,.bs .h4,.bs .h5,.bs .h6{
font-family: vagrounded-bold,Helvetica,Arial;
font-weight:500;
line-height:1.1;
color: #2791D4;
}
.bs h1 small,.bs h2 small,.bs h3 small,.bs h4 small,.bs h5 small,.bs h6 small,.bs .h1 small,.bs .h2 small,.bs .h3 small,.bs .h4 small,.bs .h5 small,.bs .h6 small,.bs h1 .small,.bs h2 .small,.bs h3 .small,.bs h4 .small,.bs h5 .small,.bs h6 .small,.bs .h1 .small,.bs .h2 .small,.bs .h3 .small,.bs .h4 .small,.bs .h5 .small,.bs .h6 .small{
font-weight:normal;
line-height:1;
color:#999
}
.bs h1,.bs .h1,.bs h2,.bs .h2,.bs h3,.bs .h3{
/* margin-top:10px; */
/* margin-bottom:10px
 */}
.bs h1 small,.bs .h1 small,.bs h2 small,.bs .h2 small,.bs h3 small,.bs .h3 small,.bs h1 .small,.bs .h1 .small,.bs h2 .small,.bs .h2 .small,.bs h3 .small,.bs .h3 .small{
font-size:65%
}
.bs h4,.bs .h4,.bs h5,.bs .h5,.bs h6,.bs .h6{
margin-top:10px;
margin-bottom:10px
}
.bs h4 small,.bs .h4 small,.bs h5 small,.bs .h5 small,.bs h6 small,.bs .h6 small,.bs h4 .small,.bs .h4 .small,.bs h5 .small,.bs .h5 .small,.bs h6 .small,.bs .h6 .small{
font-size:75%
}
.bs h1,.bs .h1{
font-size:36px
}
.bs h2,.bs .h2{
font-size:30px
}
.bs h3,.bs .h3{
font-size: 21px;}
.bs h4,.bs .h4{
font-size:18px
}
.bs h5,.bs .h5{
font-size:14px
}
.bs h6,.bs .h6{
font-size:12px
}
.bs p{
margin: -25px 0px 0px 38px;
font-family: vagrounded-light,Helvetica,Arial;
text-align: left;
}
.bs .panel-group p{
margin: 0px 0px 0px 0px;
font-family: vagrounded-light,Helvetica,Arial;
text-align: left;
}
.bs .lead{
margin-bottom:20px;
font-size:16px;
font-weight:200;
line-height:1.4
}
@media (min-width:768px){
.bs .lead{
font-size:21px
}

}
.bs small,.bs .small{
font-size:85%
}
.bs cite{
font-style:normal
}
.bs mark,.bs .mark{
padding:.2em;
background-color:#fcf8e3
}
.bs .text-left{
text-align:left
}
.bs .text-right{
text-align:right
}
.bs .text-center{
text-align:center
}
.bs .text-justify{
text-align:justify
}
.bs .text-muted{
color:#999
}
.bs .text-primary{
color:#428bca
}
.bs a.text-primary:hover{
color:#3071a9
}
.bs .text-success{
color:#3c763d
}
.bs a.text-success:hover{
color:#2b542c
}
.bs .text-info{
color:#31708f
}
.bs a.text-info:hover{
color:#245269
}
.bs .text-warning{
color:#8a6d3b
}
.bs a.text-warning:hover{
color:#66512c
}
.bs .text-danger{
color:#a94442
}
.bs a.text-danger:hover{
color:#843534
}
.bs .bg-primary{
color:#fff;
background-color:#428bca
}
.bs a.bg-primary:hover{
background-color:#3071a9
}
.bs .bg-success{
background-color:#dff0d8
}
.bs a.bg-success:hover{
background-color:#c1e2b3
}
.bs .bg-info{
background-color:#d9edf7
}
.bs a.bg-info:hover{
background-color:#afd9ee
}
.bs .bg-warning{
background-color:#fcf8e3
}
.bs a.bg-warning:hover{
background-color:#f7ecb5
}
.bs .bg-danger{
background-color:#f2dede
}
.bs a.bg-danger:hover{
background-color:#e4b9b9
}
.bs .page-header{
padding-bottom:9px;
margin:40px 0 20px;
border-bottom:1px solid #eee
}
.bs ul,.bs ol{
margin-top:0;
margin-bottom:10px
}
.bs ul ul,.bs ol ul,.bs ul ol,.bs ol ol{
margin-bottom:0
}
.bs .list-unstyled{
padding-left:0;
list-style:none
}
.bs .list-inline{
padding-left:0;
margin-left:-5px;
list-style:none
}
.bs .list-inline>li{
display:inline-block;
padding-right:5px;
padding-left:5px
}
.bs dl{
margin-top:0;
margin-bottom:20px
}
.bs dt,.bs dd{
line-height:1.42857143
}
.bs dt{
font-weight:bold
}
.bs dd{
margin-left:0
}
@media (min-width:768px){
.bs .dl-horizontal dt{
float:left;
width:160px;
overflow:hidden;
clear:left;
text-align:right;
text-overflow:ellipsis;
white-space:nowrap
}
.bs .dl-horizontal dd{
margin-left:180px
}

}
.bs abbr[title],.bs abbr[data-original-title]{
cursor:help;
border-bottom:1px dotted #999
}
.bs .initialism{
font-size:90%;
text-transform:uppercase
}
.bs blockquote{
padding:10px 20px;
margin:0 0 20px;
font-size:17.5px;
border-left:5px solid #eee
}
.bs blockquote p:last-child,.bs blockquote ul:last-child,.bs blockquote ol:last-child{
margin-bottom:0
}
.bs blockquote footer,.bs blockquote small,.bs blockquote .small{
display:block;
font-size:80%;
line-height:1.42857143;
color:#999
}
.bs blockquote footer:before,.bs blockquote small:before,.bs blockquote .small:before{
content:'\2014 \00A0'
}
.bs .blockquote-reverse,.bs blockquote.pull-right{
padding-right:15px;
padding-left:0;
text-align:right;
border-right:5px solid #eee;
border-left:0
}
.bs .blockquote-reverse footer:before,.bs blockquote.pull-right footer:before,.bs .blockquote-reverse small:before,.bs blockquote.pull-right small:before,.bs .blockquote-reverse .small:before,.bs blockquote.pull-right .small:before{
content:''
}
.bs .blockquote-reverse footer:after,.bs blockquote.pull-right footer:after,.bs .blockquote-reverse small:after,.bs blockquote.pull-right small:after,.bs .blockquote-reverse .small:after,.bs blockquote.pull-right .small:after{
content:'\00A0 \2014'
}
.bs blockquote:before,.bs blockquote:after{
content:""
}
.bs address{
margin-bottom:20px;
font-style:normal;
line-height:1.42857143
}
.bs code,.bs kbd,.bs pre,.bs samp{
font-family:Menlo,Monaco,Consolas,"Courier New",monospace
}
.bs code{
padding:2px 4px;
font-size:90%;
color:#c7254e;
background-color:#f9f2f4;
border-radius:4px
}
.bs kbd{
padding:2px 4px;
font-size:90%;
color:#fff;
background-color:#333;
border-radius:3px;
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)
}
.bs pre{
display: block;
margin: -57px -2px 5px 53px;
font-size: 13px;
padding: 24px 0 24px 5px;
line-height: 1.42857143;
color: #333;
word-break: break-word;
word-wrap: break-word;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
.bs pre code{
padding:0;
font-size:inherit;
color:inherit;
white-space: pre-line;
background-color:transparent;
border-radius:0
}
.bs .pre-scrollable{
max-height:340px;
overflow-y:scroll
}
.bs .container{
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
@media (min-width:992px){
.bs .container{
width:auto
}

}
@media (min-width:992px){
.bs .container{
width:auto
}

}
@media (min-width:1200px){
.bs .container{
width:auto
}

}
.bs .container-fluid{
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
.bs .row{
margin-right:-15px;
margin-left:-15px
;
}
.bs .col-xs-1,.bs .col-sm-1,.bs .col-md-1,.bs .col-lg-1,.bs .col-xs-2,.bs .col-sm-2,.bs .col-md-2,.bs .col-lg-2,.bs .col-xs-3,.bs .col-sm-3,.bs .col-md-3,.bs .col-lg-3,.bs .col-xs-4,.bs .col-sm-4,.bs .col-md-4,.bs .col-lg-4,.bs .col-xs-5,.bs .col-sm-5,.bs .col-md-5,.bs .col-lg-5,.bs .col-xs-6,.bs .col-sm-6,.bs .col-md-6,.bs .col-lg-6,.bs .col-xs-7,.bs .col-sm-7,.bs .col-md-7,.bs .col-lg-7,.bs .col-xs-8,.bs .col-sm-8,.bs .col-md-8,.bs .col-lg-8,.bs .col-xs-9,.bs .col-sm-9,.bs .col-md-9,.bs .col-lg-9,.bs .col-xs-10,.bs .col-sm-10,.bs .col-md-10,.bs .col-lg-10,.bs .col-xs-11,.bs .col-sm-11,.bs .col-md-11,.bs .col-lg-11,.bs .col-xs-12,.bs .col-sm-12,.bs .col-md-12,.bs .col-lg-12{
position: relative;
min-height:1px;
padding-right:15px;
padding-left:15px
}
.bs .col-xs-1,.bs .col-xs-2,.bs .col-xs-3,.bs .col-xs-4,.bs .col-xs-5,.bs .col-xs-6,.bs .col-xs-7,.bs .col-xs-8,.bs .col-xs-9,.bs .col-xs-10,.bs .col-xs-11,.bs .col-xs-12{
float:left}
.bs .col-xs-12{
width: 100%;}
.bs .col-xs-11{
width: 95.7%;}
.bs .col-xs-10{
width:83.33333333%
}
.bs .col-xs-9{
width:75%
}
.bs .col-xs-8{
width:66.66666667%
}
.bs .col-xs-7{
width:58.33333333%
}
.bs .col-xs-6{
width: 46.8%;
}
.bs .col-xs-5{
width:41.66666667%
}
.bs .col-xs-4{
width:33.33333333%
}
.bs .col-xs-3{
width:25%
}
.bs .col-xs-2{
width:16.66666667%
}
.bs .col-xs-1{
width:8.33333333%
}
.bs .col-xs-pull-12{
right:100%
}
.bs .col-xs-pull-11{
right:91.66666667%
}
.bs .col-xs-pull-10{
right:83.33333333%
}
.bs .col-xs-pull-9{
right:75%
}
.bs .col-xs-pull-8{
right:66.66666667%
}
.bs .col-xs-pull-7{
right:58.33333333%
}
.bs .col-xs-pull-6{
right:50%
}
.bs .col-xs-pull-5{
right:41.66666667%
}
.bs .col-xs-pull-4{
right:33.33333333%
}
.bs .col-xs-pull-3{
right:25%
}
.bs .col-xs-pull-2{
right:16.66666667%
}
.bs .col-xs-pull-1{
right:8.33333333%
}
.bs .col-xs-pull-0{
right:auto
}
.bs .col-xs-push-12{
left:100%
}
.bs .col-xs-push-11{
left:91.66666667%
}
.bs .col-xs-push-10{
left:83.33333333%
}
.bs .col-xs-push-9{
left:75%
}
.bs .col-xs-push-8{
left:66.66666667%
}
.bs .col-xs-push-7{
left:58.33333333%
}
.bs .col-xs-push-6{
left:50%
}
.bs .col-xs-push-5{
left:41.66666667%
}
.bs .col-xs-push-4{
left:33.33333333%
}
.bs .col-xs-push-3{
left:25%
}
.bs .col-xs-push-2{
left:16.66666667%
}
.bs .col-xs-push-1{
left:8.33333333%
}
.bs .col-xs-push-0{
left:auto
}
.bs .col-xs-offset-12{
margin-left:100%
}
.bs .col-xs-offset-11{
margin-left:91.66666667%
}
.bs .col-xs-offset-10{
margin-left:83.33333333%
}
.bs .col-xs-offset-9{
margin-left:75%
}
.bs .col-xs-offset-8{
margin-left:66.66666667%
}
.bs .col-xs-offset-7{
margin-left:58.33333333%
}
.bs .col-xs-offset-6{
margin-left:50%
}
.bs .col-xs-offset-5{
margin-left:41.66666667%
}
.bs .col-xs-offset-4{
margin-left:33.33333333%
}
.bs .col-xs-offset-3{
margin-left:25%
}
.bs .col-xs-offset-2{
margin-left:16.66666667%
}
.bs .col-xs-offset-1{
margin-left:8.33333333%
}
.bs .col-xs-offset-0{
margin-left:0
}
@media (min-width:768px){
.bs .col-sm-1,.bs .col-sm-2,.bs .col-sm-3,.bs .col-sm-4,.bs .col-sm-5,.bs .col-sm-6,.bs .col-sm-7,.bs .col-sm-8,.bs .col-sm-9,.bs .col-sm-10,.bs .col-sm-11,.bs .col-sm-12{
float:left
}
.bs .col-sm-12{
width:100%
}
.bs .col-sm-11{
width:91.66666667%
}
.bs .col-sm-10{
width:83.33333333%
}
.bs .col-sm-9{
width:75%
}
.bs .col-sm-8{
width:66.66666667%
}
.bs .col-sm-7{
width:58.33333333%
}
.bs .col-sm-6{
width:50%
}
.bs .col-sm-5{
width:41.66666667%
}
.bs .col-sm-4{
width:33.33333333%
}
.bs .col-sm-3{
width:25%
}
.bs .col-sm-2{
width:16.66666667%
}
.bs .col-sm-1{
width:8.33333333%
}
.bs .col-sm-pull-12{
right:100%
}
.bs .col-sm-pull-11{
right:91.66666667%
}
.bs .col-sm-pull-10{
right:83.33333333%
}
.bs .col-sm-pull-9{
right:75%
}
.bs .col-sm-pull-8{
right:66.66666667%
}
.bs .col-sm-pull-7{
right:58.33333333%
}
.bs .col-sm-pull-6{
right:50%
}
.bs .col-sm-pull-5{
right:41.66666667%
}
.bs .col-sm-pull-4{
right:33.33333333%
}
.bs .col-sm-pull-3{
right:25%
}
.bs .col-sm-pull-2{
right:16.66666667%
}
.bs .col-sm-pull-1{
right:8.33333333%
}
.bs .col-sm-pull-0{
right:auto
}
.bs .col-sm-push-12{
left:100%
}
.bs .col-sm-push-11{
left:91.66666667%
}
.bs .col-sm-push-10{
left:83.33333333%
}
.bs .col-sm-push-9{
left:75%
}
.bs .col-sm-push-8{
left:66.66666667%
}
.bs .col-sm-push-7{
left:58.33333333%
}
.bs .col-sm-push-6{
left:50%
}
.bs .col-sm-push-5{
left:41.66666667%
}
.bs .col-sm-push-4{
left:33.33333333%
}
.bs .col-sm-push-3{
left:25%
}
.bs .col-sm-push-2{
left:16.66666667%
}
.bs .col-sm-push-1{
left:8.33333333%
}
.bs .col-sm-push-0{
left:auto
}
.bs .col-sm-offset-12{
margin-left:100%
}
.bs .col-sm-offset-11{
margin-left:91.66666667%
}
.bs .col-sm-offset-10{
margin-left:83.33333333%
}
.bs .col-sm-offset-9{
margin-left:75%
}
.bs .col-sm-offset-8{
margin-left:66.66666667%
}
.bs .col-sm-offset-7{
margin-left:58.33333333%
}
.bs .col-sm-offset-6{
margin-left:50%
}
.bs .col-sm-offset-5{
margin-left:41.66666667%
}
.bs .col-sm-offset-4{
margin-left:33.33333333%
}
.bs .col-sm-offset-3{
margin-left:25%
}
.bs .col-sm-offset-2{
margin-left:16.66666667%
}
.bs .col-sm-offset-1{
margin-left:8.33333333%
}
.bs .col-sm-offset-0{
margin-left:0
}

}
@media (min-width:992px){
.bs .col-md-1,.bs .col-md-2,.bs .col-md-3,.bs .col-md-4,.bs .col-md-5,.bs .col-md-6,.bs .col-md-7,.bs .col-md-8,.bs .col-md-9,.bs .col-md-10,.bs .col-md-11,.bs .col-md-12{
float:left
}
.bs .col-md-12{
width:100%
}
.bs .col-md-11{
width:91.66666667%
}
.bs .col-md-10{
width:83.33333333%
}
.bs .col-md-9{
width:75%
}
.bs .col-md-8{
width:66.66666667%
}
.bs .col-md-7{
width:58.33333333%
}
.bs .col-md-6{
width:50%
}
.bs .col-md-5{
width:41.66666667%
}
.bs .col-md-4{
width:33.33333333%
}
.bs .col-md-3{
width:25%
}
.bs .col-md-2{
width:16.66666667%
}
.bs .col-md-1{
width:8.33333333%
}
.bs .col-md-pull-12{
right:100%
}
.bs .col-md-pull-11{
right:91.66666667%
}
.bs .col-md-pull-10{
right:83.33333333%
}
.bs .col-md-pull-9{
right:75%
}
.bs .col-md-pull-8{
right:66.66666667%
}
.bs .col-md-pull-7{
right:58.33333333%
}
.bs .col-md-pull-6{
right:50%
}
.bs .col-md-pull-5{
right:41.66666667%
}
.bs .col-md-pull-4{
right:33.33333333%
}
.bs .col-md-pull-3{
right:25%
}
.bs .col-md-pull-2{
right:16.66666667%
}
.bs .col-md-pull-1{
right:8.33333333%
}
.bs .col-md-pull-0{
right:auto
}
.bs .col-md-push-12{
left:100%
}
.bs .col-md-push-11{
left:91.66666667%
}
.bs .col-md-push-10{
left:83.33333333%
}
.bs .col-md-push-9{
left:75%
}
.bs .col-md-push-8{
left:66.66666667%
}
.bs .col-md-push-7{
left:58.33333333%
}
.bs .col-md-push-6{
left:50%
}
.bs .col-md-push-5{
left:41.66666667%
}
.bs .col-md-push-4{
left:33.33333333%
}
.bs .col-md-push-3{
left:25%
}
.bs .col-md-push-2{
left:16.66666667%
}
.bs .col-md-push-1{
left:8.33333333%
}
.bs .col-md-push-0{
left:auto
}
.bs .col-md-offset-12{
margin-left:100%
}
.bs .col-md-offset-11{
margin-left:91.66666667%
}
.bs .col-md-offset-10{
margin-left:83.33333333%
}
.bs .col-md-offset-9{
margin-left:75%
}
.bs .col-md-offset-8{
margin-left:66.66666667%
}
.bs .col-md-offset-7{
margin-left:58.33333333%
}
.bs .col-md-offset-6{
margin-left:50%
}
.bs .col-md-offset-5{
margin-left:41.66666667%
}
.bs .col-md-offset-4{
margin-left:33.33333333%
}
.bs .col-md-offset-3{
margin-left:25%
}
.bs .col-md-offset-2{
margin-left:16.66666667%
}
.bs .col-md-offset-1{
margin-left:8.33333333%
}
.bs .col-md-offset-0{
margin-left:0
}

}
@media (min-width:1200px){
.bs .col-lg-1,.bs .col-lg-2,.bs .col-lg-3,.bs .col-lg-4,.bs .col-lg-5,.bs .col-lg-6,.bs .col-lg-7,.bs .col-lg-8,.bs .col-lg-9,.bs .col-lg-10,.bs .col-lg-11,.bs .col-lg-12{
float:left
}
.bs .col-lg-12{
width:100%
}
.bs .col-lg-11{
width:91.66666667%
}
.bs .col-lg-10{
width:83.33333333%
}
.bs .col-lg-9{
width:75%
}
.bs .col-lg-8{
width:66.66666667%
}
.bs .col-lg-7{
width:58.33333333%
}
.bs .col-lg-6{
width:50%
}
.bs .col-lg-5{
width:41.66666667%
}
.bs .col-lg-4{
width:33.33333333%
}
.bs .col-lg-3{
width:25%
}
.bs .col-lg-2{
width:16.66666667%
}
.bs .col-lg-1{
width:8.33333333%
}
.bs .col-lg-pull-12{
right:100%
}
.bs .col-lg-pull-11{
right:91.66666667%
}
.bs .col-lg-pull-10{
right:83.33333333%
}
.bs .col-lg-pull-9{
right:75%
}
.bs .col-lg-pull-8{
right:66.66666667%
}
.bs .col-lg-pull-7{
right:58.33333333%
}
.bs .col-lg-pull-6{
right:50%
}
.bs .col-lg-pull-5{
right:41.66666667%
}
.bs .col-lg-pull-4{
right:33.33333333%
}
.bs .col-lg-pull-3{
right:25%
}
.bs .col-lg-pull-2{
right:16.66666667%
}
.bs .col-lg-pull-1{
right:8.33333333%
}
.bs .col-lg-pull-0{
right:auto
}
.bs .col-lg-push-12{
left:100%
}
.bs .col-lg-push-11{
left:91.66666667%
}
.bs .col-lg-push-10{
left:83.33333333%
}
.bs .col-lg-push-9{
left:75%
}
.bs .col-lg-push-8{
left:66.66666667%
}
.bs .col-lg-push-7{
left:58.33333333%
}
.bs .col-lg-push-6{
left:50%
}
.bs .col-lg-push-5{
left:41.66666667%
}
.bs .col-lg-push-4{
left:33.33333333%
}
.bs .col-lg-push-3{
left:25%
}
.bs .col-lg-push-2{
left:16.66666667%
}
.bs .col-lg-push-1{
left:8.33333333%
}
.bs .col-lg-push-0{
left:auto
}
.bs .col-lg-offset-12{
margin-left:100%
}
.bs .col-lg-offset-11{
margin-left:91.66666667%
}
.bs .col-lg-offset-10{
margin-left:83.33333333%
}
.bs .col-lg-offset-9{
margin-left:75%
}
.bs .col-lg-offset-8{
margin-left:66.66666667%
}
.bs .col-lg-offset-7{
margin-left:58.33333333%
}
.bs .col-lg-offset-6{
margin-left:50%
}
.bs .col-lg-offset-5{
margin-left:41.66666667%
}
.bs .col-lg-offset-4{
margin-left:33.33333333%
}
.bs .col-lg-offset-3{
margin-left:25%
}
.bs .col-lg-offset-2{
margin-left:16.66666667%
}
.bs .col-lg-offset-1{
margin-left:8.33333333%
}
.bs .col-lg-offset-0{
margin-left:0
}

}
.bs table{
max-width:100%;
background-color:transparent
}
.bs th{
text-align:left
}
.bs .table{
width:100%;
margin-bottom:20px
}
.bs .table>thead>tr>th,.bs .table>tbody>tr>th,.bs .table>tfoot>tr>th,.bs .table>thead>tr>td,.bs .table>tbody>tr>td,.bs .table>tfoot>tr>td{
padding:8px;
line-height:1.42857143;
vertical-align:top;
border-top:1px solid #ddd
}
.bs .table>thead>tr>th{
vertical-align:bottom;
border-bottom:2px solid #ddd
}
.bs .table>caption+thead>tr:first-child>th,.bs .table>colgroup+thead>tr:first-child>th,.bs .table>thead:first-child>tr:first-child>th,.bs .table>caption+thead>tr:first-child>td,.bs .table>colgroup+thead>tr:first-child>td,.bs .table>thead:first-child>tr:first-child>td{
border-top:0
}
.bs .table>tbody+tbody{
border-top:2px solid #ddd
}
.bs .table .table{
background-color:#fff
}
.bs .table-condensed>thead>tr>th,.bs .table-condensed>tbody>tr>th,.bs .table-condensed>tfoot>tr>th,.bs .table-condensed>thead>tr>td,.bs .table-condensed>tbody>tr>td,.bs .table-condensed>tfoot>tr>td{
padding:5px
}
.bs .table-bordered{
border:1px solid #ddd
}
.bs .table-bordered>thead>tr>th,.bs .table-bordered>tbody>tr>th,.bs .table-bordered>tfoot>tr>th,.bs .table-bordered>thead>tr>td,.bs .table-bordered>tbody>tr>td,.bs .table-bordered>tfoot>tr>td{
border:1px solid #ddd
}
.bs .table-bordered>thead>tr>th,.bs .table-bordered>thead>tr>td{
border-bottom-width:2px
}
.bs .table-striped>tbody>tr:nth-child(odd)>td,.bs .table-striped>tbody>tr:nth-child(odd)>th{
background-color:#f9f9f9
}
.bs .table-hover>tbody>tr:hover>td,.bs .table-hover>tbody>tr:hover>th{
background-color:#f5f5f5
}
.bs table col[class*="col-"]{
position:static;
display:table-column;
float:none
}
.bs table td[class*="col-"],.bs table th[class*="col-"]{
position:static;
display:table-cell;
float:none
}
.bs .table>thead>tr>td.active,.bs .table>tbody>tr>td.active,.bs .table>tfoot>tr>td.active,.bs .table>thead>tr>th.active,.bs .table>tbody>tr>th.active,.bs .table>tfoot>tr>th.active,.bs .table>thead>tr.active>td,.bs .table>tbody>tr.active>td,.bs .table>tfoot>tr.active>td,.bs .table>thead>tr.active>th,.bs .table>tbody>tr.active>th,.bs .table>tfoot>tr.active>th{
background-color:#f5f5f5
}
.bs .table-hover>tbody>tr>td.active:hover,.bs .table-hover>tbody>tr>th.active:hover,.bs .table-hover>tbody>tr.active:hover>td,.bs .table-hover>tbody>tr:hover>.active,.bs .table-hover>tbody>tr.active:hover>th{
background-color:#e8e8e8
}
.bs .table>thead>tr>td.success,.bs .table>tbody>tr>td.success,.bs .table>tfoot>tr>td.success,.bs .table>thead>tr>th.success,.bs .table>tbody>tr>th.success,.bs .table>tfoot>tr>th.success,.bs .table>thead>tr.success>td,.bs .table>tbody>tr.success>td,.bs .table>tfoot>tr.success>td,.bs .table>thead>tr.success>th,.bs .table>tbody>tr.success>th,.bs .table>tfoot>tr.success>th{
background-color:#dff0d8
}
.bs .table-hover>tbody>tr>td.success:hover,.bs .table-hover>tbody>tr>th.success:hover,.bs .table-hover>tbody>tr.success:hover>td,.bs .table-hover>tbody>tr:hover>.success,.bs .table-hover>tbody>tr.success:hover>th{
background-color:#d0e9c6
}
.bs .table>thead>tr>td.info,.bs .table>tbody>tr>td.info,.bs .table>tfoot>tr>td.info,.bs .table>thead>tr>th.info,.bs .table>tbody>tr>th.info,.bs .table>tfoot>tr>th.info,.bs .table>thead>tr.info>td,.bs .table>tbody>tr.info>td,.bs .table>tfoot>tr.info>td,.bs .table>thead>tr.info>th,.bs .table>tbody>tr.info>th,.bs .table>tfoot>tr.info>th{
background-color:#d9edf7
}
.bs .table-hover>tbody>tr>td.info:hover,.bs .table-hover>tbody>tr>th.info:hover,.bs .table-hover>tbody>tr.info:hover>td,.bs .table-hover>tbody>tr:hover>.info,.bs .table-hover>tbody>tr.info:hover>th{
background-color:#c4e3f3
}
.bs .table>thead>tr>td.warning,.bs .table>tbody>tr>td.warning,.bs .table>tfoot>tr>td.warning,.bs .table>thead>tr>th.warning,.bs .table>tbody>tr>th.warning,.bs .table>tfoot>tr>th.warning,.bs .table>thead>tr.warning>td,.bs .table>tbody>tr.warning>td,.bs .table>tfoot>tr.warning>td,.bs .table>thead>tr.warning>th,.bs .table>tbody>tr.warning>th,.bs .table>tfoot>tr.warning>th{
background-color:#fcf8e3
}
.bs .table-hover>tbody>tr>td.warning:hover,.bs .table-hover>tbody>tr>th.warning:hover,.bs .table-hover>tbody>tr.warning:hover>td,.bs .table-hover>tbody>tr:hover>.warning,.bs .table-hover>tbody>tr.warning:hover>th{
background-color:#faf2cc
}
.bs .table>thead>tr>td.danger,.bs .table>tbody>tr>td.danger,.bs .table>tfoot>tr>td.danger,.bs .table>thead>tr>th.danger,.bs .table>tbody>tr>th.danger,.bs .table>tfoot>tr>th.danger,.bs .table>thead>tr.danger>td,.bs .table>tbody>tr.danger>td,.bs .table>tfoot>tr.danger>td,.bs .table>thead>tr.danger>th,.bs .table>tbody>tr.danger>th,.bs .table>tfoot>tr.danger>th{
background-color:#f2dede
}
.bs .table-hover>tbody>tr>td.danger:hover,.bs .table-hover>tbody>tr>th.danger:hover,.bs .table-hover>tbody>tr.danger:hover>td,.bs .table-hover>tbody>tr:hover>.danger,.bs .table-hover>tbody>tr.danger:hover>th{
background-color:#ebcccc
}
@media screen and (max-width:767px){
.bs .table-responsive{
width:100%;
margin-bottom:15px;
overflow-x:scroll;
overflow-y:hidden;
-webkit-overflow-scrolling:touch;
-ms-overflow-style:-ms-autohiding-scrollbar;
border:1px solid #ddd
}
.bs .table-responsive>.table{
margin-bottom:0
}
.bs .table-responsive>.table>thead>tr>th,.bs .table-responsive>.table>tbody>tr>th,.bs .table-responsive>.table>tfoot>tr>th,.bs .table-responsive>.table>thead>tr>td,.bs .table-responsive>.table>tbody>tr>td,.bs .table-responsive>.table>tfoot>tr>td{
white-space:nowrap
}
.bs .table-responsive>.table-bordered{
border:0
}
.bs .table-responsive>.table-bordered>thead>tr>th:first-child,.bs .table-responsive>.table-bordered>tbody>tr>th:first-child,.bs .table-responsive>.table-bordered>tfoot>tr>th:first-child,.bs .table-responsive>.table-bordered>thead>tr>td:first-child,.bs .table-responsive>.table-bordered>tbody>tr>td:first-child,.bs .table-responsive>.table-bordered>tfoot>tr>td:first-child{
border-left:0
}
.bs .table-responsive>.table-bordered>thead>tr>th:last-child,.bs .table-responsive>.table-bordered>tbody>tr>th:last-child,.bs .table-responsive>.table-bordered>tfoot>tr>th:last-child,.bs .table-responsive>.table-bordered>thead>tr>td:last-child,.bs .table-responsive>.table-bordered>tbody>tr>td:last-child,.bs .table-responsive>.table-bordered>tfoot>tr>td:last-child{
border-right:0
}
.bs .table-responsive>.table-bordered>tbody>tr:last-child>th,.bs .table-responsive>.table-bordered>tfoot>tr:last-child>th,.bs .table-responsive>.table-bordered>tbody>tr:last-child>td,.bs .table-responsive>.table-bordered>tfoot>tr:last-child>td{
border-bottom:0
}

}
.bs fieldset{
min-width:0;
padding:0;
margin:0;
border:0
}
.bs legend{
display:block;
width:100%;
padding:0;
margin-bottom:20px;
font-size:21px;
line-height:inherit;
color:#333;
border:0;
border-bottom:1px solid #e5e5e5
}
.bs label{
display:inline-block;
max-width:100%;
margin-bottom:5px;
font-weight:bold
}
.bs input[type="search"]{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}
.bs input[type="radio"],.bs input[type="checkbox"]{
margin:4px 0 0;
margin-top:1px \9;
line-height:normal
}
.bs input[type="file"]{
display:block
}
.bs input[type="range"]{
display:block;
width:100%
}
.bs select[multiple],.bs select[size]{
height:auto
}
.bs input[type="file"]:focus,.bs input[type="radio"]:focus,.bs input[type="checkbox"]:focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.bs output{
display:block;
padding-top:7px;
font-size:14px;
line-height:1.42857143;
color:#555
}
.bs .form-control{
display:block;
width:100%;
height:34px;
padding:6px 12px;
font-size:14px;
line-height:1.42857143;
color:#555;
background-color:#fff;
background-image:none;
border:1px solid #ccc;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
-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
}
.bs .form-control:focus{
border-color:#66afe9;
outline:0;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
}
.bs .form-control::-moz-placeholder{
color:#999;
opacity:1
}
.bs .form-control:-ms-input-placeholder{
color:#999
}
.bs .form-control::-webkit-input-placeholder{
color:#999
}
.bs .form-control[disabled],.bs .form-control[readonly],.bs fieldset[disabled] .form-control{
cursor:not-allowed;
background-color:#eee;
opacity:1
}
.bs textarea.form-control{
height:auto
}
.bs input[type="search"]{
-webkit-appearance:none
}
.bs input[type="date"],.bs input[type="time"],.bs input[type="datetime-local"],.bs input[type="month"]{
line-height:34px;
line-height:1.42857143 \0
}
.bs input[type="date"].input-sm,.bs input[type="time"].input-sm,.bs input[type="datetime-local"].input-sm,.bs input[type="month"].input-sm{
line-height:30px
}
.bs input[type="date"].input-lg,.bs input[type="time"].input-lg,.bs input[type="datetime-local"].input-lg,.bs input[type="month"].input-lg{
line-height:46px
}
.bs .form-group{
margin-bottom:15px
}
.bs .radio,.bs .checkbox{
display:block;
min-height:20px;
margin-top:10px;
margin-bottom:10px
}
.bs .radio label,.bs .checkbox label{
padding-left:20px;
margin-bottom:0;
font-weight:normal;
cursor:pointer
}
.bs .radio input[type="radio"],.bs .radio-inline input[type="radio"],.bs .checkbox input[type="checkbox"],.bs .checkbox-inline input[type="checkbox"]{
float:left;
margin-left:-20px
}
.bs .radio+.radio,.bs .checkbox+.checkbox{
margin-top:-5px
}
.bs .radio-inline,.bs .checkbox-inline{
display:inline-block;
padding-left:20px;
margin-bottom:0;
font-weight:normal;
vertical-align:middle;
cursor:pointer
}
.bs .radio-inline+.radio-inline,.bs .checkbox-inline+.checkbox-inline{
margin-top:0;
margin-left:10px
}
.bs input[type="radio"][disabled],.bs input[type="checkbox"][disabled],.bs .radio[disabled],.bs .radio-inline[disabled],.bs .checkbox[disabled],.bs .checkbox-inline[disabled],.bs fieldset[disabled] input[type="radio"],.bs fieldset[disabled] input[type="checkbox"],.bs fieldset[disabled] .radio,.bs fieldset[disabled] .radio-inline,.bs fieldset[disabled] .checkbox,.bs fieldset[disabled] .checkbox-inline{
cursor:not-allowed
}
.bs .input-sm{
height:30px;
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
.bs select.input-sm{
height:30px;
line-height:30px
}
.bs textarea.input-sm,.bs select[multiple].input-sm{
height:auto
}
.bs .input-lg{
height:46px;
padding:10px 16px;
font-size:18px;
line-height:1.33;
border-radius:6px
}
.bs select.input-lg{
height:46px;
line-height:46px
}
.bs textarea.input-lg,.bs select[multiple].input-lg{
height:auto
}
.bs .has-feedback{
position:relative
}
.bs .has-feedback .form-control{
padding-right:42.5px
}
.bs .form-control-feedback{
position:absolute;
top:25px;
right:0;
z-index:2;
display:block;
width:34px;
height:34px;
line-height:34px;
text-align:center
}
.bs .input-lg+.form-control-feedback{
width:46px;
height:46px;
line-height:46px
}
.bs .input-sm+.form-control-feedback{
width:30px;
height:30px;
line-height:30px
}
.bs .has-success .help-block,.bs .has-success .control-label,.bs .has-success .radio,.bs .has-success .checkbox,.bs .has-success .radio-inline,.bs .has-success .checkbox-inline{
color:#3c763d
}
.bs .has-success .form-control{
border-color:#3c763d;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.bs .has-success .form-control:focus{
border-color:#2b542c;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
}
.bs .has-success .input-group-addon{
color:#3c763d;
background-color:#dff0d8;
border-color:#3c763d
}
.bs .has-success .form-control-feedback{
color:#3c763d
}
.bs .has-warning .help-block,.bs .has-warning .control-label,.bs .has-warning .radio,.bs .has-warning .checkbox,.bs .has-warning .radio-inline,.bs .has-warning .checkbox-inline{
color:#8a6d3b
}
.bs .has-warning .form-control{
border-color:#8a6d3b;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.bs .has-warning .form-control:focus{
border-color:#66512c;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
}
.bs .has-warning .input-group-addon{
color:#8a6d3b;
background-color:#fcf8e3;
border-color:#8a6d3b
}
.bs .has-warning .form-control-feedback{
color:#8a6d3b
}
.bs .has-error .help-block,.bs .has-error .control-label,.bs .has-error .radio,.bs .has-error .checkbox,.bs .has-error .radio-inline,.bs .has-error .checkbox-inline{
color:#a94442
}
.bs .has-error .form-control{
border-color:#a94442;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)
}
.bs .has-error .form-control:focus{
border-color:#843534;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
}
.bs .has-error .input-group-addon{
color:#a94442;
background-color:#f2dede;
border-color:#a94442
}
.bs .has-error .form-control-feedback{
color:#a94442
}
.bs .form-control-static{
margin-bottom:0
}
.bs .help-block{
display:block;
margin-top:5px;
margin-bottom:10px;
color:#737373
}
@media (min-width:768px){
.bs .form-inline .form-group{
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.bs .form-inline .form-control{
display:inline-block;
width:auto;
vertical-align:middle
}
.bs .form-inline .input-group{
display:inline-table;
vertical-align:middle
}
.bs .form-inline .input-group .input-group-addon,.bs .form-inline .input-group .input-group-btn,.bs .form-inline .input-group .form-control{
width:auto
}
.bs .form-inline .input-group>.form-control{
width:100%
}
.bs .form-inline .control-label{
margin-bottom:0;
vertical-align:middle
}
.bs .form-inline .radio,.bs .form-inline .checkbox{
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0;
vertical-align:middle
}
.bs .form-inline .radio input[type="radio"],.bs .form-inline .checkbox input[type="checkbox"]{
float:none;
margin-left:0
}
.bs .form-inline .has-feedback .form-control-feedback{
top:0
}

}
.bs .form-horizontal .radio,.bs .form-horizontal .checkbox,.bs .form-horizontal .radio-inline,.bs .form-horizontal .checkbox-inline{
padding-top:7px;
margin-top:0;
margin-bottom:0
}
.bs .form-horizontal .radio,.bs .form-horizontal .checkbox{
min-height:27px
}
.bs .form-horizontal .form-group{
margin-right:-15px;
margin-left:-15px
}
.bs .form-horizontal .form-control-static{
padding-top:7px;
padding-bottom:7px
}
@media (min-width:768px){
.bs .form-horizontal .control-label{
padding-top:7px;
margin-bottom:0;
text-align:right
}

}
.bs .form-horizontal .has-feedback .form-control-feedback{
top:0;
right:15px
}
.bs .btn{
display:inline-block;
padding:6px 12px;
margin-top: 15px;
font-family: vagrounded-bold,Helvetica,Arial;
font-weight:normal;
text-align:center;
white-space:nowrap;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background: #86B821;
border:1px solid transparent;
border-radius:4px
}
.bs .btn:focus,.bs .btn:active:focus,.bs .btn.active:focus{
outline:thin dotted;
outline:5px auto -webkit-focus-ring-color;
outline-offset:-2px
}
.bs .btn:hover,.bs .btn:focus{
color:#333;
text-decoration:none
}
.bs .btn:active,.bs .btn.active{
background-image:none;
outline:0;
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.bs .btn.disabled,.bs .btn[disabled],.bs fieldset[disabled] .btn{
pointer-events:none;
cursor:not-allowed;
filter:alpha(opacity=65);
-webkit-box-shadow:none;
box-shadow:none;
opacity:.65
}
.bs .btn-default{
color:#333;
background-color:#fff;
border-color:#ccc
}
.bs .btn-default:hover,.bs .btn-default:focus,.bs .btn-default:active,.bs .btn-default.active,.bs .open>.dropdown-toggle.btn-default{
color:#333;
background-color:#e6e6e6;
border-color:#adadad
}
.bs .btn-default:active,.bs .btn-default.active,.bs .open>.dropdown-toggle.btn-default{
background-image:none
}
.bs .btn-default.disabled,.bs .btn-default[disabled],.bs fieldset[disabled] .btn-default,.bs .btn-default.disabled:hover,.bs .btn-default[disabled]:hover,.bs fieldset[disabled] .btn-default:hover,.bs .btn-default.disabled:focus,.bs .btn-default[disabled]:focus,.bs fieldset[disabled] .btn-default:focus,.bs .btn-default.disabled:active,.bs .btn-default[disabled]:active,.bs fieldset[disabled] .btn-default:active,.bs .btn-default.disabled.active,.bs .btn-default[disabled].active,.bs fieldset[disabled] .btn-default.active{
background-color:#fff;
border-color:#ccc
}
.bs .btn-default .badge{
color:#fff;
background-color:#333
}
.bs .btn-primary{
color:#fff;
background-color:#428bca;
border-color:#357ebd
}
.bs .btn-primary:hover,.bs .btn-primary:focus,.bs .btn-primary:active,.bs .btn-primary.active,.bs .open>.dropdown-toggle.btn-primary{
color:#fff;
background-color:#3071a9;
border-color:#285e8e
}
.bs .btn-primary:active,.bs .btn-primary.active,.bs .open>.dropdown-toggle.btn-primary{
background-image:none
}
.bs .btn-primary.disabled,.bs .btn-primary[disabled],.bs fieldset[disabled] .btn-primary,.bs .btn-primary.disabled:hover,.bs .btn-primary[disabled]:hover,.bs fieldset[disabled] .btn-primary:hover,.bs .btn-primary.disabled:focus,.bs .btn-primary[disabled]:focus,.bs fieldset[disabled] .btn-primary:focus,.bs .btn-primary.disabled:active,.bs .btn-primary[disabled]:active,.bs fieldset[disabled] .btn-primary:active,.bs .btn-primary.disabled.active,.bs .btn-primary[disabled].active,.bs fieldset[disabled] .btn-primary.active{
background-color:#428bca;
border-color:#357ebd
}
.bs .btn-primary .badge{
color:#428bca;
background-color:#fff
}
.bs .btn-success{
color:#fff;
background-color:#5cb85c;
border-color:#4cae4c
}
.bs .btn-success:hover,.bs .btn-success:focus,.bs .btn-success:active,.bs .btn-success.active,.bs .open>.dropdown-toggle.btn-success{
color:#fff;
background-color:#449d44;
border-color:#398439
}
.bs .btn-success:active,.bs .btn-success.active,.bs .open>.dropdown-toggle.btn-success{
background-image:none
}
.bs .btn-success.disabled,.bs .btn-success[disabled],.bs fieldset[disabled] .btn-success,.bs .btn-success.disabled:hover,.bs .btn-success[disabled]:hover,.bs fieldset[disabled] .btn-success:hover,.bs .btn-success.disabled:focus,.bs .btn-success[disabled]:focus,.bs fieldset[disabled] .btn-success:focus,.bs .btn-success.disabled:active,.bs .btn-success[disabled]:active,.bs fieldset[disabled] .btn-success:active,.bs .btn-success.disabled.active,.bs .btn-success[disabled].active,.bs fieldset[disabled] .btn-success.active{
background-color:#5cb85c;
border-color:#4cae4c
}
.bs .btn-success .badge{
color:#5cb85c;
background-color:#fff
}
.bs .btn-info{
color:#fff;
background-color:#5bc0de;
border-color:#46b8da
}
.bs .btn-info:hover,.bs .btn-info:focus,.bs .btn-info:active,.bs .btn-info.active,.bs .open>.dropdown-toggle.btn-info{
color:#fff;
background-color:#31b0d5;
border-color:#269abc
}
.bs .btn-info:active,.bs .btn-info.active,.bs .open>.dropdown-toggle.btn-info{
background-image:none
}
.bs .btn-info.disabled,.bs .btn-info[disabled],.bs fieldset[disabled] .btn-info,.bs .btn-info.disabled:hover,.bs .btn-info[disabled]:hover,.bs fieldset[disabled] .btn-info:hover,.bs .btn-info.disabled:focus,.bs .btn-info[disabled]:focus,.bs fieldset[disabled] .btn-info:focus,.bs .btn-info.disabled:active,.bs .btn-info[disabled]:active,.bs fieldset[disabled] .btn-info:active,.bs .btn-info.disabled.active,.bs .btn-info[disabled].active,.bs fieldset[disabled] .btn-info.active{
background-color:#5bc0de;
border-color:#46b8da
}
.bs .btn-info .badge{
color:#5bc0de;
background-color:#fff
}
.bs .btn-warning{
color:#fff;
background-color:#f0ad4e;
border-color:#eea236
}
.bs .btn-warning:hover,.bs .btn-warning:focus,.bs .btn-warning:active,.bs .btn-warning.active,.bs .open>.dropdown-toggle.btn-warning{
color:#fff;
background-color:#ec971f;
border-color:#d58512
}
.bs .btn-warning:active,.bs .btn-warning.active,.bs .open>.dropdown-toggle.btn-warning{
background-image:none
}
.bs .btn-warning.disabled,.bs .btn-warning[disabled],.bs fieldset[disabled] .btn-warning,.bs .btn-warning.disabled:hover,.bs .btn-warning[disabled]:hover,.bs fieldset[disabled] .btn-warning:hover,.bs .btn-warning.disabled:focus,.bs .btn-warning[disabled]:focus,.bs fieldset[disabled] .btn-warning:focus,.bs .btn-warning.disabled:active,.bs .btn-warning[disabled]:active,.bs fieldset[disabled] .btn-warning:active,.bs .btn-warning.disabled.active,.bs .btn-warning[disabled].active,.bs fieldset[disabled] .btn-warning.active{
background-color:#f0ad4e;
border-color:#eea236
}
.bs .btn-warning .badge{
color:#f0ad4e;
background-color:#fff
}
.bs .btn-danger{
color:#fff;
background-color:#d9534f;
border-color:#d43f3a
}
.bs .btn-danger:hover,.bs .btn-danger:focus,.bs .btn-danger:active,.bs .btn-danger.active,.bs .open>.dropdown-toggle.btn-danger{
color:#fff;
background-color:#c9302c;
border-color:#ac2925
}
.bs .btn-danger:active,.bs .btn-danger.active,.bs .open>.dropdown-toggle.btn-danger{
background-image:none
}
.bs .btn-danger.disabled,.bs .btn-danger[disabled],.bs fieldset[disabled] .btn-danger,.bs .btn-danger.disabled:hover,.bs .btn-danger[disabled]:hover,.bs fieldset[disabled] .btn-danger:hover,.bs .btn-danger.disabled:focus,.bs .btn-danger[disabled]:focus,.bs fieldset[disabled] .btn-danger:focus,.bs .btn-danger.disabled:active,.bs .btn-danger[disabled]:active,.bs fieldset[disabled] .btn-danger:active,.bs .btn-danger.disabled.active,.bs .btn-danger[disabled].active,.bs fieldset[disabled] .btn-danger.active{
background-color:#d9534f;
border-color:#d43f3a
}
.bs .btn-danger .badge{
color:#d9534f;
background-color:#fff
}
.bs .btn-link{
font-weight:normal;
color:#428bca;
cursor:pointer;
border-radius:0
}
.bs .btn-link,.bs .btn-link:active,.bs .btn-link[disabled],.bs fieldset[disabled] .btn-link{
background-color:transparent;
-webkit-box-shadow:none;
box-shadow:none
}
.bs .btn-link,.bs .btn-link:hover,.bs .btn-link:focus,.bs .btn-link:active{
border-color:transparent
}
.bs .btn-link:hover,.bs .btn-link:focus{
color:#2a6496;
text-decoration:underline;
background-color:transparent
}
.bs .btn-link[disabled]:hover,.bs fieldset[disabled] .btn-link:hover,.bs .btn-link[disabled]:focus,.bs fieldset[disabled] .btn-link:focus{
color:#999;
text-decoration:none
}
.bs .btn-lg,.bs .btn-group-lg>.btn{
padding: 7px 10px;
font-size:18px;
line-height:1.33;
border-radius:6px
}
.bs .btn-sm,.bs .btn-group-sm>.btn{
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
.bs .btn-xs,.bs .btn-group-xs>.btn{
padding:1px 5px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
.bs .btn-block{
display:block;
width:100%;
padding-right:0;
padding-left:0
}
.bs .btn-block+.btn-block{
margin-top:5px
}
.bs input[type="submit"].btn-block,.bs input[type="reset"].btn-block,.bs input[type="button"].btn-block{
width:100%
}
.bs .fade{
opacity:0;
-webkit-transition:opacity .15s linear;
-o-transition:opacity .15s linear;
transition:opacity .15s linear
}
.bs .fade.in{
opacity:1
}
.bs .collapse{
display:none
}
.bs .collapse.in{
display:block
}
.bs tr.collapse.in{
display:table-row
}
.bs tbody.collapse.in{
display:table-row-group
}
.bs .collapsing{
position:relative;
height:0;
overflow:hidden;
-webkit-transition:height .35s ease;
-o-transition:height .35s ease;
transition:height .35s ease
}
.bs .caret{
display:inline-block;
width:0;
height:0;
margin-left:2px;
vertical-align:middle;
border-top:4px solid;
border-right:4px solid transparent;
border-left:4px solid transparent
}
.bs .dropdown{
position:relative
}
.bs .dropdown-toggle:focus{
outline:0
}
.bs .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:#fff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.15);
border-radius:4px;
-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
box-shadow:0 6px 12px rgba(0,0,0,0.175)
}
.bs .dropdown-menu.pull-right{
right:0;
left:auto
}
.bs .dropdown-menu .divider{
height:1px;
margin:9px 0;
overflow:hidden;
background-color:#e5e5e5
}
.bs .dropdown-menu>li>a{
display:block;
padding:3px 20px;
clear:both;
font-weight:normal;
line-height:1.42857143;
color:#333;
white-space:nowrap
}
.bs .dropdown-menu>li>a:hover,.bs .dropdown-menu>li>a:focus{
color:#262626;
text-decoration:none;
background-color:#f5f5f5
}
.bs .dropdown-menu>.active>a,.bs .dropdown-menu>.active>a:hover,.bs .dropdown-menu>.active>a:focus{
color:#fff;
text-decoration:none;
background-color:#428bca;
outline:0
}
.bs .dropdown-menu>.disabled>a,.bs .dropdown-menu>.disabled>a:hover,.bs .dropdown-menu>.disabled>a:focus{
color:#999
}
.bs .dropdown-menu>.disabled>a:hover,.bs .dropdown-menu>.disabled>a:focus{
text-decoration:none;
cursor:not-allowed;
background-color:transparent;
background-image:none;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.bs .open>.dropdown-menu{
display:block
}
.bs .open>a{
outline:0
}
.bs .dropdown-menu-right{
right:0;
left:auto
}
.bs .dropdown-menu-left{
right:auto;
left:0
}
.bs .dropdown-header{
display:block;
padding:3px 20px;
font-size:12px;
line-height:1.42857143;
color:#999
}
.bs .dropdown-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:990
}
.bs .pull-right>.dropdown-menu{
right:0;
left:auto
}
.bs .dropup .caret,.bs .navbar-fixed-bottom .dropdown .caret{
content:"";
border-top:0;
border-bottom:4px solid
}
.bs .dropup .dropdown-menu,.bs .navbar-fixed-bottom .dropdown .dropdown-menu{
top:auto;
bottom:100%;
margin-bottom:1px
}
@media (min-width:768px){
.bs .navbar-right .dropdown-menu{
right:0;
left:auto
}
.bs .navbar-right .dropdown-menu-left{
right:auto;
left:0
}

}
.bs .btn-group,.bs .btn-group-vertical{
position:relative;
display:inline-block;
vertical-align:middle
}
.bs .btn-group>.btn,.bs .btn-group-vertical>.btn{
position:relative;
float:left
}
.bs .btn-group>.btn:hover,.bs .btn-group-vertical>.btn:hover,.bs .btn-group>.btn:focus,.bs .btn-group-vertical>.btn:focus,.bs .btn-group>.btn:active,.bs .btn-group-vertical>.btn:active,.bs .btn-group>.btn.active,.bs .btn-group-vertical>.btn.active{
z-index:2
}
.bs .btn-group>.btn:focus,.bs .btn-group-vertical>.btn:focus{
outline:0
}
.bs .btn-group .btn+.btn,.bs .btn-group .btn+.btn-group,.bs .btn-group .btn-group+.btn,.bs .btn-group .btn-group+.btn-group{
margin-left:-1px
}
.bs .btn-toolbar{
margin-left:-5px
}
.bs .btn-toolbar .btn-group,.bs .btn-toolbar .input-group{
float:left
}
.bs .btn-toolbar>.btn,.bs .btn-toolbar>.btn-group,.bs .btn-toolbar>.input-group{
margin-left:5px
}
.bs .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){
border-radius:0
}
.bs .btn-group>.btn:first-child{
margin-left:0
}
.bs .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
border-top-right-radius:0;
border-bottom-right-radius:0
}
.bs .btn-group>.btn:last-child:not(:first-child),.bs .btn-group>.dropdown-toggle:not(:first-child){
border-top-left-radius:0;
border-bottom-left-radius:0
}
.bs .btn-group>.btn-group{
float:left
}
.bs .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{
border-radius:0
}
.bs .btn-group>.btn-group:first-child>.btn:last-child,.bs .btn-group>.btn-group:first-child>.dropdown-toggle{
border-top-right-radius:0;
border-bottom-right-radius:0
}
.bs .btn-group>.btn-group:last-child>.btn:first-child{
border-top-left-radius:0;
border-bottom-left-radius:0
}
.bs .btn-group .dropdown-toggle:active,.bs .btn-group.open .dropdown-toggle{
outline:0
}
.bs .btn-group>.btn+.dropdown-toggle{
padding-right:8px;
padding-left:8px
}
.bs .btn-group>.btn-lg+.dropdown-toggle{
padding-right:12px;
padding-left:12px
}
.bs .btn-group.open .dropdown-toggle{
-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.bs .btn-group.open .dropdown-toggle.btn-link{
-webkit-box-shadow:none;
box-shadow:none
}
.bs .btn .caret{
margin-left:0
}
.bs .btn-lg .caret{
border-width:5px 5px 0;
border-bottom-width:0
}
.bs .dropup .btn-lg .caret{
border-width:0 5px 5px
}
.bs .btn-group-vertical>.btn,.bs .btn-group-vertical>.btn-group,.bs .btn-group-vertical>.btn-group>.btn{
display:block;
float:none;
width:100%;
max-width:100%
}
.bs .btn-group-vertical>.btn-group>.btn{
float:none
}
.bs .btn-group-vertical>.btn+.btn,.bs .btn-group-vertical>.btn+.btn-group,.bs .btn-group-vertical>.btn-group+.btn,.bs .btn-group-vertical>.btn-group+.btn-group{
margin-top:-1px;
margin-left:0
}
.bs .btn-group-vertical>.btn:not(:first-child):not(:last-child){
border-radius:0
}
.bs .btn-group-vertical>.btn:first-child:not(:last-child){
border-top-right-radius:4px;
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.bs .btn-group-vertical>.btn:last-child:not(:first-child){
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-left-radius:4px
}
.bs .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{
border-radius:0
}
.bs .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.bs .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.bs .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{
border-top-left-radius:0;
border-top-right-radius:0
}
.bs .btn-group-justified{
display:table;
width:100%;
table-layout:fixed;
border-collapse:separate
}
.bs .btn-group-justified>.btn,.bs .btn-group-justified>.btn-group{
display:table-cell;
float:none;
width:1%
}
.bs .btn-group-justified>.btn-group .btn{
width:100%
}
.bs [data-toggle="buttons"]>.btn>input[type="radio"],.bs [data-toggle="buttons"]>.btn>input[type="checkbox"]{
position:absolute;
z-index:-1;
opacity:0
}
.bs .input-group{
position:relative;
display:table;
border-collapse:separate
}
.bs .input-group[class*="col-"]{
float:none;
padding-right:0;
padding-left:0
}
.bs .input-group .form-control{
position:relative;
z-index:2;
float:left;
width:100%;
margin-bottom:0
}
.bs .input-group-lg>.form-control,.bs .input-group-lg>.input-group-addon,.bs .input-group-lg>.input-group-btn>.btn{
height:46px;
padding:10px 16px;
font-size:18px;
line-height:1.33;
border-radius:6px
}
.bs select.input-group-lg>.form-control,.bs select.input-group-lg>.input-group-addon,.bs select.input-group-lg>.input-group-btn>.btn{
height:46px;
line-height:46px
}
.bs textarea.input-group-lg>.form-control,.bs textarea.input-group-lg>.input-group-addon,.bs textarea.input-group-lg>.input-group-btn>.btn,.bs select[multiple].input-group-lg>.form-control,.bs select[multiple].input-group-lg>.input-group-addon,.bs select[multiple].input-group-lg>.input-group-btn>.btn{
height:auto
}
.bs .input-group-sm>.form-control,.bs .input-group-sm>.input-group-addon,.bs .input-group-sm>.input-group-btn>.btn{
height:30px;
padding:5px 10px;
font-size:12px;
line-height:1.5;
border-radius:3px
}
.bs select.input-group-sm>.form-control,.bs select.input-group-sm>.input-group-addon,.bs select.input-group-sm>.input-group-btn>.btn{
height:30px;
line-height:30px
}
.bs textarea.input-group-sm>.form-control,.bs textarea.input-group-sm>.input-group-addon,.bs textarea.input-group-sm>.input-group-btn>.btn,.bs select[multiple].input-group-sm>.form-control,.bs select[multiple].input-group-sm>.input-group-addon,.bs select[multiple].input-group-sm>.input-group-btn>.btn{
height:auto
}
.bs .input-group-addon,.bs .input-group-btn,.bs .input-group .form-control{
display:table-cell
}
.bs .input-group-addon:not(:first-child):not(:last-child),.bs .input-group-btn:not(:first-child):not(:last-child),.bs .input-group .form-control:not(:first-child):not(:last-child){
border-radius:0
}
.bs .input-group-addon,.bs .input-group-btn{
width:1%;
white-space:nowrap;
vertical-align:middle
}
.bs .input-group-addon{
padding:6px 12px;
font-size:14px;
font-weight:normal;
line-height:1;
color:#555;
text-align:center;
background-color:#eee;
border:1px solid #ccc;
border-radius:4px
}
.bs .input-group-addon.input-sm{
padding:5px 10px;
font-size:12px;
border-radius:3px
}
.bs .input-group-addon.input-lg{
padding:10px 16px;
font-size:18px;
border-radius:6px
}
.bs .input-group-addon input[type="radio"],.bs .input-group-addon input[type="checkbox"]{
margin-top:0
}
.bs .input-group .form-control:first-child,.bs .input-group-addon:first-child,.bs .input-group-btn:first-child>.btn,.bs .input-group-btn:first-child>.btn-group>.btn,.bs .input-group-btn:first-child>.dropdown-toggle,.bs .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bs .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
border-top-right-radius:0;
border-bottom-right-radius:0
}
.bs .input-group-addon:first-child{
border-right:0
}
.bs .input-group .form-control:last-child,.bs .input-group-addon:last-child,.bs .input-group-btn:last-child>.btn,.bs .input-group-btn:last-child>.btn-group>.btn,.bs .input-group-btn:last-child>.dropdown-toggle,.bs .input-group-btn:first-child>.btn:not(:first-child),.bs .input-group-btn:first-child>.btn-group:not(:first-child)>.btn{
border-top-left-radius:0;
border-bottom-left-radius:0
}
.bs .input-group-addon:last-child{
border-left:0
}
.bs .input-group-btn{
position:relative;
font-size:0;
white-space:nowrap
}
.bs .input-group-btn>.btn{
position:relative
}
.bs .input-group-btn>.btn+.btn{
margin-left:-1px
}
.bs .input-group-btn>.btn:hover,.bs .input-group-btn>.btn:focus,.bs .input-group-btn>.btn:active{
z-index:2
}
.bs .input-group-btn:first-child>.btn,.bs .input-group-btn:first-child>.btn-group{
margin-right:-1px
}
.bs .input-group-btn:last-child>.btn,.bs .input-group-btn:last-child>.btn-group{
margin-left:-1px
}
.bs .nav{
padding-left:0;
margin-bottom:0;
list-style:none
}
.bs .nav>li{
position:relative;
display:block
}
.bs .nav>li>a{
position:relative;
display:block;
padding:10px 15px
}
.bs .nav>li>a:hover,.bs .nav>li>a:focus{
text-decoration:none;
background-color:#eee
}
.bs .nav>li.disabled>a{
color:#999
}
.bs .nav>li.disabled>a:hover,.bs .nav>li.disabled>a:focus{
color:#999;
text-decoration:none;
cursor:not-allowed;
background-color:transparent
}
.bs .nav .open>a,.bs .nav .open>a:hover,.bs .nav .open>a:focus{
background-color:#eee;
border-color:#428bca
}
.bs .nav .nav-divider{
height:1px;
margin:9px 0;
overflow:hidden;
background-color:#e5e5e5
}
.bs .nav>li>a>img{
max-width:none
}
.bs .nav-tabs{
border-bottom:1px solid #ddd
}
.bs .nav-tabs>li{
float:left;
margin-bottom:-1px
}
.bs .nav-tabs>li>a{
margin-right:2px;
line-height:1.42857143;
border:1px solid transparent;
border-radius:4px 4px 0 0
}
.bs .nav-tabs>li>a:hover{
border-color:#eee #eee #ddd
}
.bs .nav-tabs>li.active>a,.bs .nav-tabs>li.active>a:hover,.bs .nav-tabs>li.active>a:focus{
color:#555;
cursor:default;
background-color:#fff;
border:1px solid #ddd;
border-bottom-color:transparent
}
.bs .nav-tabs.nav-justified{
width:100%;
border-bottom:0
}
.bs .nav-tabs.nav-justified>li{
float:none
}
.bs .nav-tabs.nav-justified>li>a{
margin-bottom:5px;
text-align:center
}
.bs .nav-tabs.nav-justified>.dropdown .dropdown-menu{
top:auto;
left:auto
}
@media (min-width:768px){
.bs .nav-tabs.nav-justified>li{
display:table-cell;
width:1%
}
.bs .nav-tabs.nav-justified>li>a{
margin-bottom:0
}

}
.bs .nav-tabs.nav-justified>li>a{
margin-right:0;
border-radius:4px
}
.bs .nav-tabs.nav-justified>.active>a,.bs .nav-tabs.nav-justified>.active>a:hover,.bs .nav-tabs.nav-justified>.active>a:focus{
border:1px solid #ddd
}
@media (min-width:768px){
.bs .nav-tabs.nav-justified>li>a{
border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.bs .nav-tabs.nav-justified>.active>a,.bs .nav-tabs.nav-justified>.active>a:hover,.bs .nav-tabs.nav-justified>.active>a:focus{
border-bottom-color:#fff
}

}
.bs .nav-pills>li{
float:left
}
.bs .nav-pills>li>a{
border-radius:4px
}
.bs .nav-pills>li+li{
margin-left:2px
}
.bs .nav-pills>li.active>a,.bs .nav-pills>li.active>a:hover,.bs .nav-pills>li.active>a:focus{
color:#fff;
background-color:#428bca
}
.bs .nav-stacked>li{
float:none
}
.bs .nav-stacked>li+li{
margin-top:2px;
margin-left:0
}
.bs .nav-justified{
width:100%
}
.bs .nav-justified>li{
float:none
}
.bs .nav-justified>li>a{
margin-bottom:5px;
text-align:center
}
.bs .nav-justified>.dropdown .dropdown-menu{
top:auto;
left:auto
}
@media (min-width:768px){
.bs .nav-justified>li{
display:table-cell;
width:1%
}
.bs .nav-justified>li>a{
margin-bottom:0
}

}
.bs .nav-tabs-justified{
border-bottom:0
}
.bs .nav-tabs-justified>li>a{
margin-right:0;
border-radius:4px
}
.bs .nav-tabs-justified>.active>a,.bs .nav-tabs-justified>.active>a:hover,.bs .nav-tabs-justified>.active>a:focus{
border:1px solid #ddd
}
@media (min-width:768px){
.bs .nav-tabs-justified>li>a{
border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.bs .nav-tabs-justified>.active>a,.bs .nav-tabs-justified>.active>a:hover,.bs .nav-tabs-justified>.active>a:focus{
border-bottom-color:#fff
}

}
.bs .tab-content>.tab-pane{
display:none
}
.bs .tab-content>.active{
display:block
}
.bs .nav-tabs .dropdown-menu{
margin-top:-1px;
border-top-left-radius:0;
border-top-right-radius:0
}
.bs .navbar{
position:relative;
min-height:50px;
margin-bottom:20px;
border:1px solid transparent
}
@media (min-width:768px){
.bs .navbar{
border-radius:4px
}

}
@media (min-width:768px){
.bs .navbar-header{
float:left
}

}
.bs .navbar-collapse{
padding-right:15px;
padding-left:15px;
overflow-x:visible;
-webkit-overflow-scrolling:touch;
border-top:1px solid transparent;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1)
}
.bs .navbar-collapse.in{
overflow-y:auto
}
@media (min-width:768px){
.bs .navbar-collapse{
width:auto;
border-top:0;
-webkit-box-shadow:none;
box-shadow:none
}
.bs .navbar-collapse.collapse{
display:block !important;
height:auto !important;
padding-bottom:0;
overflow:visible !important
}
.bs .navbar-collapse.in{
overflow-y:visible
}
.bs .navbar-fixed-top .navbar-collapse,.bs .navbar-static-top .navbar-collapse,.bs .navbar-fixed-bottom .navbar-collapse{
padding-right:0;
padding-left:0
}

}
.bs .navbar-fixed-top .navbar-collapse,.bs .navbar-fixed-bottom .navbar-collapse{
max-height:340px
}
@media (max-width:480px) and (orientation:landscape){
.bs .navbar-fixed-top .navbar-collapse,.bs .navbar-fixed-bottom .navbar-collapse{
max-height:200px
}

}
.bs .container>.navbar-header,.bs .container-fluid>.navbar-header,.bs .container>.navbar-collapse,.bs .container-fluid>.navbar-collapse{
margin-right:-15px;
margin-left:-15px
}
@media (min-width:768px){
.bs .container>.navbar-header,.bs .container-fluid>.navbar-header,.bs .container>.navbar-collapse,.bs .container-fluid>.navbar-collapse{
margin-right:0;
margin-left:0
}

}
.bs .navbar-static-top{
z-index:1000;
border-width:0 0 1px
}
@media (min-width:768px){
.bs .navbar-static-top{
border-radius:0
}

}
.bs .navbar-fixed-top,.bs .navbar-fixed-bottom{
position:fixed;
right:0;
left:0;
z-index:1030
}
@media (min-width:768px){
.bs .navbar-fixed-top,.bs .navbar-fixed-bottom{
border-radius:0
}

}
.bs .navbar-fixed-top{
top:0;
border-width:0 0 1px
}
.bs .navbar-fixed-bottom{
bottom:0;
margin-bottom:0;
border-width:1px 0 0
}
.bs .navbar-brand{
float:left;
height:50px;
padding:15px 15px;
font-size:18px;
line-height:20px
}
.bs .navbar-brand:hover,.bs .navbar-brand:focus{
text-decoration:none
}
@media (min-width:768px){
.bs .navbar>.container .navbar-brand,.bs .navbar>.container-fluid .navbar-brand{
margin-left:-15px
}

}
.bs .navbar-toggle{
position:relative;
float:right;
padding:9px 10px;
margin-top:8px;
margin-right:15px;
margin-bottom:8px;
background-color:transparent;
background-image:none;
border:1px solid transparent;
border-radius:4px
}
.bs .navbar-toggle:focus{
outline:0
}
.bs .navbar-toggle .icon-bar{
display:block;
width:22px;
height:2px;
border-radius:1px
}
.bs .navbar-toggle .icon-bar+.icon-bar{
margin-top:4px
}
@media (min-width:768px){
.bs .navbar-toggle{
display:none
}

}
.bs .navbar-nav{
margin:7.5px -15px
}
.bs .navbar-nav>li>a{
padding-top:10px;
padding-bottom:10px;
line-height:20px
}
@media (max-width:767px){
.bs .navbar-nav .open .dropdown-menu{
position:static;
float:none;
width:auto;
margin-top:0;
background-color:transparent;
border:0;
-webkit-box-shadow:none;
box-shadow:none
}
.bs .navbar-nav .open .dropdown-menu>li>a,.bs .navbar-nav .open .dropdown-menu .dropdown-header{
padding:5px 15px 5px 25px
}
.bs .navbar-nav .open .dropdown-menu>li>a{
line-height:20px
}
.bs .navbar-nav .open .dropdown-menu>li>a:hover,.bs .navbar-nav .open .dropdown-menu>li>a:focus{
background-image:none
}

}
@media (min-width:768px){
.bs .navbar-nav{
float:left;
margin:0
}
.bs .navbar-nav>li{
float:left
}
.bs .navbar-nav>li>a{
padding-top:15px;
padding-bottom:15px
}
.bs .navbar-nav.navbar-right:last-child{
margin-right:-15px
}

}
@media (min-width:768px){
.bs .navbar-left{
float:left !important
}
.bs .navbar-right{
float:right !important
}

}
.bs .navbar-form{
padding:10px 15px;
margin-top:8px;
margin-right:-15px;
margin-bottom:8px;
margin-left:-15px;
border-top:1px solid transparent;
border-bottom:1px solid transparent;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)
}
@media (min-width:768px){
.bs .navbar-form .form-group{
display:inline-block;
margin-bottom:0;
vertical-align:middle
}
.bs .navbar-form .form-control{
display:inline-block;
width:auto;
vertical-align:middle
}
.bs .navbar-form .input-group{
display:inline-table;
vertical-align:middle
}
.bs .navbar-form .input-group .input-group-addon,.bs .navbar-form .input-group .input-group-btn,.bs .navbar-form .input-group .form-control{
width:auto
}
.bs .navbar-form .input-group>.form-control{
width:100%
}
.bs .navbar-form .control-label{
margin-bottom:0;
vertical-align:middle
}
.bs .navbar-form .radio,.bs .navbar-form .checkbox{
display:inline-block;
padding-left:0;
margin-top:0;
margin-bottom:0;
vertical-align:middle
}
.bs .navbar-form .radio input[type="radio"],.bs .navbar-form .checkbox input[type="checkbox"]{
float:none;
margin-left:0
}
.bs .navbar-form .has-feedback .form-control-feedback{
top:0
}

}
@media (max-width:767px){
.bs .navbar-form .form-group{
margin-bottom:5px
}

}
@media (min-width:768px){
.bs .navbar-form{
width:auto;
padding-top:0;
padding-bottom:0;
margin-right:0;
margin-left:0;
border:0;
-webkit-box-shadow:none;
box-shadow:none
}
.bs .navbar-form.navbar-right:last-child{
margin-right:-15px
}

}
.bs .navbar-nav>li>.dropdown-menu{
margin-top:0;
border-top-left-radius:0;
border-top-right-radius:0
}
.bs .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{
border-bottom-right-radius:0;
border-bottom-left-radius:0
}
.bs .navbar-btn{
margin-top:8px;
margin-bottom:8px
}
.bs .navbar-btn.btn-sm{
margin-top:10px;
margin-bottom:10px
}
.bs .navbar-btn.btn-xs{
margin-top:14px;
margin-bottom:14px
}
.bs .navbar-text{
margin-top:15px;
margin-bottom:15px
}
@media (min-width:768px){
.bs .navbar-text{
float:left;
margin-right:15px;
margin-left:15px
}
.bs .navbar-text.navbar-right:last-child{
margin-right:0
}

}
.bs .navbar-default{
background-color:#f8f8f8;
border-color:#e7e7e7
}
.bs .navbar-default .navbar-brand{
color:#777
}
.bs .navbar-default .navbar-brand:hover,.bs .navbar-default .navbar-brand:focus{
color:#5e5e5e;
background-color:transparent
}
.bs .navbar-default .navbar-text{
color:#777
}
.bs .navbar-default .navbar-nav>li>a{
color:#777
}
.bs .navbar-default .navbar-nav>li>a:hover,.bs .navbar-default .navbar-nav>li>a:focus{
color:#333;
background-color:transparent
}
.bs .navbar-default .navbar-nav>.active>a,.bs .navbar-default .navbar-nav>.active>a:hover,.bs .navbar-default .navbar-nav>.active>a:focus{
color:#555;
background-color:#e7e7e7
}
.bs .navbar-default .navbar-nav>.disabled>a,.bs .navbar-default .navbar-nav>.disabled>a:hover,.bs .navbar-default .navbar-nav>.disabled>a:focus{
color:#ccc;
background-color:transparent
}
.bs .navbar-default .navbar-toggle{
border-color:#ddd
}
.bs .navbar-default .navbar-toggle:hover,.bs .navbar-default .navbar-toggle:focus{
background-color:#ddd
}
.bs .navbar-default .navbar-toggle .icon-bar{
background-color:#888
}
.bs .navbar-default .navbar-collapse,.bs .navbar-default .navbar-form{
border-color:#e7e7e7
}
.bs .navbar-default .navbar-nav>.open>a,.bs .navbar-default .navbar-nav>.open>a:hover,.bs .navbar-default .navbar-nav>.open>a:focus{
color:#555;
background-color:#e7e7e7
}
@media (max-width:767px){
.bs .navbar-default .navbar-nav .open .dropdown-menu>li>a{
color:#777
}
.bs .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.bs .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{
color:#333;
background-color:transparent
}
.bs .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.bs .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.bs .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
color:#555;
background-color:#e7e7e7
}
.bs .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.bs .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bs .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{
color:#ccc;
background-color:transparent
}

}
.bs .navbar-default .navbar-link{
color:#777
}
.bs .navbar-default .navbar-link:hover{
color:#333
}
.bs .navbar-default .btn-link{
color:#777
}
.bs .navbar-default .btn-link:hover,.bs .navbar-default .btn-link:focus{
color:#333
}
.bs .navbar-default .btn-link[disabled]:hover,.bs fieldset[disabled] .navbar-default .btn-link:hover,.bs .navbar-default .btn-link[disabled]:focus,.bs fieldset[disabled] .navbar-default .btn-link:focus{
color:#ccc
}
.bs .navbar-inverse{
background-color:#222;
border-color:#080808
}
.bs .navbar-inverse .navbar-brand{
color:#999
}
.bs .navbar-inverse .navbar-brand:hover,.bs .navbar-inverse .navbar-brand:focus{
color:#fff;
background-color:transparent
}
.bs .navbar-inverse .navbar-text{
color:#999
}
.bs .navbar-inverse .navbar-nav>li>a{
color:#999
}
.bs .navbar-inverse .navbar-nav>li>a:hover,.bs .navbar-inverse .navbar-nav>li>a:focus{
color:#fff;
background-color:transparent
}
.bs .navbar-inverse .navbar-nav>.active>a,.bs .navbar-inverse .navbar-nav>.active>a:hover,.bs .navbar-inverse .navbar-nav>.active>a:focus{
color:#fff;
background-color:#080808
}
.bs .navbar-inverse .navbar-nav>.disabled>a,.bs .navbar-inverse .navbar-nav>.disabled>a:hover,.bs .navbar-inverse .navbar-nav>.disabled>a:focus{
color:#444;
background-color:transparent
}
.bs .navbar-inverse .navbar-toggle{
border-color:#333
}
.bs .navbar-inverse .navbar-toggle:hover,.bs .navbar-inverse .navbar-toggle:focus{
background-color:#333
}
.bs .navbar-inverse .navbar-toggle .icon-bar{
background-color:#fff
}
.bs .navbar-inverse .navbar-collapse,.bs .navbar-inverse .navbar-form{
border-color:#101010
}
.bs .navbar-inverse .navbar-nav>.open>a,.bs .navbar-inverse .navbar-nav>.open>a:hover,.bs .navbar-inverse .navbar-nav>.open>a:focus{
color:#fff;
background-color:#080808
}
@media (max-width:767px){
.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{
border-color:#080808
}
.bs .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
background-color:#080808
}
.bs .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
color:#999
}
.bs .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.bs .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{
color:#fff;
background-color:transparent
}
.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{
color:#fff;
background-color:#080808
}
.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.bs .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{
color:#444;
background-color:transparent
}

}
.bs .navbar-inverse .navbar-link{
color:#999
}
.bs .navbar-inverse .navbar-link:hover{
color:#fff
}
.bs .navbar-inverse .btn-link{
color:#999
}
.bs .navbar-inverse .btn-link:hover,.bs .navbar-inverse .btn-link:focus{
color:#fff
}
.bs .navbar-inverse .btn-link[disabled]:hover,.bs fieldset[disabled] .navbar-inverse .btn-link:hover,.bs .navbar-inverse .btn-link[disabled]:focus,.bs fieldset[disabled] .navbar-inverse .btn-link:focus{
color:#444
}
.bs .breadcrumb{
padding: 10px 0 0 0px;
margin-bottom:20px;
list-style:none;
border-radius:4px
}
.bs .breadcrumb>li{
display:inline-block
}
.bs .breadcrumb>li+li:before{
padding:0 5px;
color:#ccc;
content:"/\00a0"
}
.bs .breadcrumb>.active{
color:#999
}
.bs .pagination{
display:inline-block;
padding-left:0;
margin:20px 0;
border-radius:4px
}
.bs .pagination>li{
display:inline
}
.bs .pagination>li>a,.bs .pagination>li>span{
position:relative;
float:left;
padding:6px 12px;
margin-left:-1px;
line-height:1.42857143;
color:#428bca;
text-decoration:none;
background-color:#fff;
border:1px solid #ddd
}
.bs .pagination>li:first-child>a,.bs .pagination>li:first-child>span{
margin-left:0;
border-top-left-radius:4px;
border-bottom-left-radius:4px
}
.bs .pagination>li:last-child>a,.bs .pagination>li:last-child>span{
border-top-right-radius:4px;
border-bottom-right-radius:4px
}
.bs .pagination>li>a:hover,.bs .pagination>li>span:hover,.bs .pagination>li>a:focus,.bs .pagination>li>span:focus{
color:#2a6496;
background-color:#eee;
border-color:#ddd
}
.bs .pagination>.active>a,.bs .pagination>.active>span,.bs .pagination>.active>a:hover,.bs .pagination>.active>span:hover,.bs .pagination>.active>a:focus,.bs .pagination>.active>span:focus{
z-index:2;
color:#fff;
cursor:default;
background-color:#428bca;
border-color:#428bca
}
.bs .pagination>.disabled>span,.bs .pagination>.disabled>span:hover,.bs .pagination>.disabled>span:focus,.bs .pagination>.disabled>a,.bs .pagination>.disabled>a:hover,.bs .pagination>.disabled>a:focus{
color:#999;
cursor:not-allowed;
background-color:#fff;
border-color:#ddd
}
.bs .pagination-lg>li>a,.bs .pagination-lg>li>span{
padding:10px 16px;
font-size:18px
}
.bs .pagination-lg>li:first-child>a,.bs .pagination-lg>li:first-child>span{
border-top-left-radius:6px;
border-bottom-left-radius:6px
}
.bs .pagination-lg>li:last-child>a,.bs .pagination-lg>li:last-child>span{
border-top-right-radius:6px;
border-bottom-right-radius:6px
}
.bs .pagination-sm>li>a,.bs .pagination-sm>li>span{
padding:5px 10px;
font-size:12px
}
.bs .pagination-sm>li:first-child>a,.bs .pagination-sm>li:first-child>span{
border-top-left-radius:3px;
border-bottom-left-radius:3px
}
.bs .pagination-sm>li:last-child>a,.bs .pagination-sm>li:last-child>span{
border-top-right-radius:3px;
border-bottom-right-radius:3px
}
.bs .pager{
padding-left:0;
margin:20px 0;
text-align:center;
list-style:none
}
.bs .pager li{
display:inline
}
.bs .pager li>a,.bs .pager li>span{
display:inline-block;
padding:5px 14px;
background-color:#fff;
border:1px solid #ddd;
border-radius:15px
}
.bs .pager li>a:hover,.bs .pager li>a:focus{
text-decoration:none;
background-color:#eee
}
.bs .pager .next>a,.bs .pager .next>span{
float:right
}
.bs .pager .previous>a,.bs .pager .previous>span{
float:left
}
.bs .pager .disabled>a,.bs .pager .disabled>a:hover,.bs .pager .disabled>a:focus,.bs .pager .disabled>span{
color:#999;
cursor:not-allowed;
background-color:#fff
}
.bs .label{
display:inline;
padding:.2em .6em .3em;
font-size:75%;
font-weight:bold;
line-height:1;
color:#fff;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
border-radius:.25em
}
.bs a.label:hover,.bs a.label:focus{
color:#fff;
text-decoration:none;
cursor:pointer
}
.bs .label:empty{
display:none
}
.bs .btn .label{
position:relative;
top:-1px
}
.bs .label-default{
background-color:#999
}
.bs .label-default[href]:hover,.bs .label-default[href]:focus{
background-color:#808080
}
.bs .label-primary{
background-color:#428bca
}
.bs .label-primary[href]:hover,.bs .label-primary[href]:focus{
background-color:#3071a9
}
.bs .label-success{
background-color:#5cb85c
}
.bs .label-success[href]:hover,.bs .label-success[href]:focus{
background-color:#449d44
}
.bs .label-info{
background-color:#5bc0de
}
.bs .label-info[href]:hover,.bs .label-info[href]:focus{
background-color:#31b0d5
}
.bs .label-warning{
background-color:#f0ad4e
}
.bs .label-warning[href]:hover,.bs .label-warning[href]:focus{
background-color:#ec971f
}
.bs .label-danger{
background-color:#d9534f
}
.bs .label-danger[href]:hover,.bs .label-danger[href]:focus{
background-color:#c9302c
}
.bs .badge{
display:inline-block;
min-width:10px;
padding:3px 7px;
font-size:12px;
font-weight:bold;
line-height:1;
color:#fff;
text-align:center;
white-space:nowrap;
vertical-align:baseline;
background-color:#999;
border-radius:10px
}
.bs .badge:empty{
display:none
}
.bs .btn .badge{
position:relative;
top:-1px
}
.bs .btn-xs .badge{
top:0;
padding:1px 5px
}
.bs a.badge:hover,.bs a.badge:focus{
color:#fff;
text-decoration:none;
cursor:pointer
}
.bs a.list-group-item.active>.badge,.bs .nav-pills>.active>a>.badge{
color:#428bca;
background-color:#fff
}
.bs .nav-pills>li>a>.badge{
margin-left:3px
}
.bs .jumbotron{
padding:30px;
margin-bottom:30px;
color:inherit;
background-color:#eee
}
.bs .jumbotron h1,.bs .jumbotron .h1{
color:inherit
}
.bs .jumbotron p{
margin-bottom:15px;
font-size:21px;
font-weight:200
}
.bs .jumbotron>hr{
border-top-color:#d5d5d5
}
.bs .container .jumbotron{
border-radius:6px
}
.bs .jumbotron .container{
max-width:100%
}
@media screen and (min-width:768px){
.bs .jumbotron{
padding-top:48px;
padding-bottom:48px
}
.bs .container .jumbotron{
padding-right:60px;
padding-left:60px
}
.bs .jumbotron h1,.bs .jumbotron .h1{
font-size:63px
}

}
.bs .thumbnail{
display:block;
padding:0px;
margin-bottom:-10px;
line-height:1.42857143;
background-color:#fff;
border-radius:4px;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.bs .thumbnail>img,.bs .thumbnail a>img{
margin-right:auto;
margin-left:auto
}
.bs a.thumbnail:hover,.bs a.thumbnail:focus,.bs a.thumbnail.active{
border-color:#428bca
}
.bs .thumbnail .caption{
padding:0px;
color:#333
}
.bs .alert{
padding:15px;
margin-bottom:20px;
border:1px solid transparent;
border-radius:4px
}
.bs .alert h4{
margin-top:0;
color:inherit
}
.bs .alert .alert-link{
font-weight:bold
}
.bs .alert>p,.bs .alert>ul{
margin-bottom:0
}
.bs .alert>p+p{
margin-top:5px
}
.bs .alert-dismissable{
padding-right:35px
}
.bs .alert-dismissable .close{
position:relative;
top:-2px;
right:-21px;
color:inherit
}
.bs .alert-success{
color:#3c763d;
background-color:#dff0d8;
border-color:#d6e9c6
}
.bs .alert-success hr{
border-top-color:#c9e2b3
}
.bs .alert-success .alert-link{
color:#2b542c
}
.bs .alert-info{
color:#31708f;
background-color:#d9edf7;
border-color:#bce8f1
}
.bs .alert-info hr{
border-top-color:#a6e1ec
}
.bs .alert-info .alert-link{
color:#245269
}
.bs .alert-warning{
color:#8a6d3b;
background-color:#fcf8e3;
border-color:#faebcc
}
.bs .alert-warning hr{
border-top-color:#f7e1b5
}
.bs .alert-warning .alert-link{
color:#66512c
}
.bs .alert-danger{
color:#a94442;
background-color:#f2dede;
border-color:#ebccd1
}
.bs .alert-danger hr{
border-top-color:#e4b9c0
}
.bs .alert-danger .alert-link{
color:#843534
}
@-webkit-keyframes progress-bar-stripes{
from{
background-position:40px 0
}
to{
background-position:0 0
}

}
@-o-keyframes progress-bar-stripes{
from{
background-position:40px 0
}
to{
background-position:0 0
}

}
@keyframes progress-bar-stripes{
from{
background-position:40px 0
}
to{
background-position:0 0
}

}
.bs .progress{
height:20px;
margin-bottom:20px;
overflow:hidden;
background-color:#f5f5f5;
border-radius:4px;
-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)
}
.bs .progress-bar{
float:left;
width:0;
height:100%;
font-size:12px;
line-height:20px;
color:#fff;
text-align:center;
background-color:#428bca;
-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
-webkit-transition:width .6s ease;
-o-transition:width .6s ease;
transition:width .6s ease
}
.bs .progress-striped .progress-bar{
background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
-webkit-background-size:40px 40px;
background-size:40px 40px
}
.bs .progress.active .progress-bar{
-webkit-animation:progress-bar-stripes 2s linear infinite;
-o-animation:progress-bar-stripes 2s linear infinite;
animation:progress-bar-stripes 2s linear infinite
}
.bs .progress-bar[aria-valuenow="1"],.bs .progress-bar[aria-valuenow="2"]{
min-width:30px
}
.bs .progress-bar[aria-valuenow="0"]{
min-width:30px;
color:#999;
background-color:transparent;
background-image:none;
-webkit-box-shadow:none;
box-shadow:none
}
.bs .progress-bar-success{
background-color:#5cb85c
}
.bs .progress-striped .progress-bar-success{
background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.bs .progress-bar-info{
background-color:#5bc0de
}
.bs .progress-striped .progress-bar-info{
background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.bs .progress-bar-warning{
background-color:#f0ad4e
}
.bs .progress-striped .progress-bar-warning{
background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.bs .progress-bar-danger{
background-color:#d9534f
}
.bs .progress-striped .progress-bar-danger{
background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.bs .media,.bs .media-body{
overflow:hidden;
zoom:1
}
.bs .media,.bs .media .media{
margin-top:15px
}
.bs .media:first-child{
margin-top:0
}
.bs .media-object{
display:block
}
.bs .media-heading{
margin:0 0 5px
}
.bs .media>.pull-left{
margin-right:10px
}
.bs .media>.pull-right{
margin-left:10px
}
.bs .media-list{
padding-left:0;
list-style:none
}
.bs .list-group{
padding-left:0;
margin-bottom:20px
}
.bs .list-group-item{
position:relative;
display:block;
padding:10px 15px;
margin-bottom:-1px;
background-color:#fff;
border:1px solid #ddd
}
.bs .list-group-item:first-child{
border-top-left-radius:4px;
border-top-right-radius:4px
}
.bs .list-group-item:last-child{
margin-bottom:0;
border-bottom-right-radius:4px;
border-bottom-left-radius:4px
}
.bs .list-group-item>.badge{
float:right
}
.bs .list-group-item>.badge+.badge{
margin-right:5px
}
.bs a.list-group-item{
color:#555
}
.bs a.list-group-item .list-group-item-heading{
color:#333
}
.bs a.list-group-item:hover,.bs a.list-group-item:focus{
color:#555;
text-decoration:none;
background-color:#f5f5f5
}
.bs .list-group-item.disabled,.bs .list-group-item.disabled:hover,.bs .list-group-item.disabled:focus{
color:#999;
background-color:#eee
}
.bs .list-group-item.disabled .list-group-item-heading,.bs .list-group-item.disabled:hover .list-group-item-heading,.bs .list-group-item.disabled:focus .list-group-item-heading{
color:inherit
}
.bs .list-group-item.disabled .list-group-item-text,.bs .list-group-item.disabled:hover .list-group-item-text,.bs .list-group-item.disabled:focus .list-group-item-text{
color:#999
}
.bs .list-group-item.active,.bs .list-group-item.active:hover,.bs .list-group-item.active:focus{
z-index:2;
color:#fff;
background-color:#428bca;
border-color:#428bca
}
.bs .list-group-item.active .list-group-item-heading,.bs .list-group-item.active:hover .list-group-item-heading,.bs .list-group-item.active:focus .list-group-item-heading{
color:inherit
}
.bs .list-group-item.active .list-group-item-text,.bs .list-group-item.active:hover .list-group-item-text,.bs .list-group-item.active:focus .list-group-item-text{
color:#e1edf7
}
.bs .list-group-item-success{
color:#3c763d;
background-color:#dff0d8
}
.bs a.list-group-item-success{
color:#3c763d
}
.bs a.list-group-item-success .list-group-item-heading{
color:inherit
}
.bs a.list-group-item-success:hover,.bs a.list-group-item-success:focus{
color:#3c763d;
background-color:#d0e9c6
}
.bs a.list-group-item-success.active,.bs a.list-group-item-success.active:hover,.bs a.list-group-item-success.active:focus{
color:#fff;
background-color:#3c763d;
border-color:#3c763d
}
.bs .list-group-item-info{
color:#31708f;
background-color:#d9edf7
}
.bs a.list-group-item-info{
color:#31708f
}
.bs a.list-group-item-info .list-group-item-heading{
color:inherit
}
.bs a.list-group-item-info:hover,.bs a.list-group-item-info:focus{
color:#31708f;
background-color:#c4e3f3
}
.bs a.list-group-item-info.active,.bs a.list-group-item-info.active:hover,.bs a.list-group-item-info.active:focus{
color:#fff;
background-color:#31708f;
border-color:#31708f
}
.bs .list-group-item-warning{
color:#8a6d3b;
background-color:#fcf8e3
}
.bs a.list-group-item-warning{
color:#8a6d3b
}
.bs a.list-group-item-warning .list-group-item-heading{
color:inherit
}
.bs a.list-group-item-warning:hover,.bs a.list-group-item-warning:focus{
color:#8a6d3b;
background-color:#faf2cc
}
.bs a.list-group-item-warning.active,.bs a.list-group-item-warning.active:hover,.bs a.list-group-item-warning.active:focus{
color:#fff;
background-color:#8a6d3b;
border-color:#8a6d3b
}
.bs .list-group-item-danger{
color:#a94442;
background-color:#f2dede
}
.bs a.list-group-item-danger{
color:#a94442
}
.bs a.list-group-item-danger .list-group-item-heading{
color:inherit
}
.bs a.list-group-item-danger:hover,.bs a.list-group-item-danger:focus{
color:#a94442;
background-color:#ebcccc
}
.bs a.list-group-item-danger.active,.bs a.list-group-item-danger.active:hover,.bs a.list-group-item-danger.active:focus{
color:#fff;
background-color:#a94442;
border-color:#a94442
}
.bs .list-group-item-heading{
margin-top:0;
margin-bottom:5px
}
.bs .list-group-item-text{
margin-bottom:0;
line-height:1.3
}
.bs .panel{
margin-bottom:20px;
background-color:#fff;
border-radius:4px;
}
.bs .panel-body{
padding:15px
}
.bs .panel-heading{
padding:10px 15px;
border-bottom:1px solid transparent;
border-top-left-radius: 0px;
border-top-right-radius: 0px;}
.bs .panel-heading>.dropdown .dropdown-toggle{
color:inherit
}
.bs .panel-title{
margin-top:0;
margin-bottom:0;
font-size:15px;
color:inherit
}
.bs .panel-title>a{
color:inherit
}
.bs .panel-footer{
padding:10px 15px;
background-color:#f5f5f5;
border-top:1px solid #ddd;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}
.bs .panel>.list-group{
margin-bottom:0
}
.bs .panel>.list-group .list-group-item{
border-width:1px 0;
border-radius:0
}
.bs .panel>.list-group:first-child .list-group-item:first-child{
border-top:0;
border-top-left-radius:3px;
border-top-right-radius:3px
}
.bs .panel>.list-group:last-child .list-group-item:last-child{
border-bottom:0;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}
.bs .panel-heading+.list-group .list-group-item:first-child{
border-top-width:0
}
.bs .panel>.table,.bs .panel>.table-responsive>.table{
margin-bottom:0
}
.bs .panel>.table:first-child,.bs .panel>.table-responsive:first-child>.table:first-child{
border-top-left-radius:3px;
border-top-right-radius:3px
}
.bs .panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.bs .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.bs .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bs .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.bs .panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.bs .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.bs .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.bs .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{
border-top-left-radius:3px
}
.bs .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.bs .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.bs .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bs .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.bs .panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.bs .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.bs .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.bs .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{
border-top-right-radius:3px
}
.bs .panel>.table:last-child,.bs .panel>.table-responsive:last-child>.table:last-child{
border-bottom-right-radius:3px;
border-bottom-left-radius:3px
}
.bs .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bs .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.bs .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bs .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.bs .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bs .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.bs .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.bs .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
border-bottom-left-radius:3px
}
.bs .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bs .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.bs .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bs .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.bs .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bs .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.bs .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.bs .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
border-bottom-right-radius:3px
}
.bs .panel>.panel-body+.table,.bs .panel>.panel-body+.table-responsive{
border-top:1px solid #ddd
}
.bs .panel>.table>tbody:first-child>tr:first-child th,.bs .panel>.table>tbody:first-child>tr:first-child td{
border-top:0
}
.bs .panel>.table-bordered,.bs .panel>.table-responsive>.table-bordered{
border:0
}
.bs .panel>.table-bordered>thead>tr>th:first-child,.bs .panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.bs .panel>.table-bordered>tbody>tr>th:first-child,.bs .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.bs .panel>.table-bordered>tfoot>tr>th:first-child,.bs .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.bs .panel>.table-bordered>thead>tr>td:first-child,.bs .panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.bs .panel>.table-bordered>tbody>tr>td:first-child,.bs .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.bs .panel>.table-bordered>tfoot>tr>td:first-child,.bs .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{
border-left:0
}
.bs .panel>.table-bordered>thead>tr>th:last-child,.bs .panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.bs .panel>.table-bordered>tbody>tr>th:last-child,.bs .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.bs .panel>.table-bordered>tfoot>tr>th:last-child,.bs .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.bs .panel>.table-bordered>thead>tr>td:last-child,.bs .panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.bs .panel>.table-bordered>tbody>tr>td:last-child,.bs .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.bs .panel>.table-bordered>tfoot>tr>td:last-child,.bs .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{
border-right:0
}
.bs .panel>.table-bordered>thead>tr:first-child>td,.bs .panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.bs .panel>.table-bordered>tbody>tr:first-child>td,.bs .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.bs .panel>.table-bordered>thead>tr:first-child>th,.bs .panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.bs .panel>.table-bordered>tbody>tr:first-child>th,.bs .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{
border-bottom:0
}
.bs .panel>.table-bordered>tbody>tr:last-child>td,.bs .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.bs .panel>.table-bordered>tfoot>tr:last-child>td,.bs .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.bs .panel>.table-bordered>tbody>tr:last-child>th,.bs .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.bs .panel>.table-bordered>tfoot>tr:last-child>th,.bs .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
border-bottom:0
}
.bs .panel>.table-responsive{
margin-bottom:0;
border:0
}
.bs .panel-group{
margin-bottom: 0px;}
.bs .panel-group .panel{
margin-bottom:0;
border-radius: 0px;}
.bs .panel-group .panel+.panel{
margin-top:5px
}
.bs .panel-group .panel-heading{
border-bottom:0
}
.bs .panel-group .panel-heading+.panel-collapse .panel-body{
border-top:1px solid #ddd
}
.bs .panel-group .panel-footer{
border-top:0
}
.bs .panel-group .panel-footer+.panel-collapse .panel-body{
border-bottom:1px solid #ddd
}
.bs .panel-default{}
.bs .panel-default>.panel-heading{
color:#333;
background-color: rgba(0, 0, 0, 0.2);
border-color:#ddd
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    -webkit-transform: rotate(90deg);   
    -moz-transform: rotate(0deg);   
    -ms-transform: rotate(0deg);   
    -o-transform: rotate(0deg);   
    transform: rotate(0deg);
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';   content: "\e072";   float: right;   
    color: #333;   
    font-size: 15px;        
    margin-top: -15px;
    -webkit-transform: rotate(90deg);   
    -moz-transform: rotate(90deg);   
    -ms-transform: rotate(90deg);   
    -o-transform: rotate(90deg);   
    transform: rotate(90deg);
}
.bs .panel-default>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#ddd
}
.bs .panel-default>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#ddd
}
.bs .panel-primary{
border-color:#428bca
}
.bs .panel-primary>.panel-heading{
color:#fff;
background-color:#428bca;
border-color:#428bca
}
.bs .panel-primary>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#428bca
}
.bs .panel-primary>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#428bca
}
.bs .panel-success{
border-color:#d6e9c6
}
.bs .panel-success>.panel-heading{
color:#3c763d;
background-color:#dff0d8;
border-color:#d6e9c6
}
.bs .panel-success>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#d6e9c6
}
.bs .panel-success>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#d6e9c6
}
.bs .panel-info{
border-color:#bce8f1
}
.bs .panel-info>.panel-heading{
color:#31708f;
background-color:#d9edf7;
border-color:#bce8f1
}
.bs .panel-info>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#bce8f1
}
.bs .panel-info>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#bce8f1
}
.bs .panel-warning{
border-color:#faebcc
}
.bs .panel-warning>.panel-heading{
color:#8a6d3b;
background-color:#fcf8e3;
border-color:#faebcc
}
.bs .panel-warning>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#faebcc
}
.bs .panel-warning>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#faebcc
}
.bs .panel-danger{
border-color:#ebccd1
}
.bs .panel-danger>.panel-heading{
color:#a94442;
background-color:#f2dede;
border-color:#ebccd1
}
.bs .panel-danger>.panel-heading+.panel-collapse>.panel-body{
border-top-color:#ebccd1
}
.bs .panel-danger>.panel-footer+.panel-collapse>.panel-body{
border-bottom-color:#ebccd1
}
.bs .embed-responsive{
position:relative;
display:block;
height:0;
padding:0;
overflow:hidden
}
.bs .embed-responsive .embed-responsive-item,.bs .embed-responsive iframe,.bs .embed-responsive embed,.bs .embed-responsive object{
position:absolute;
top:0;
bottom:0;
left:0;
width:100%;
height:100%;
border:0
}
.bs .embed-responsive.embed-responsive-16by9{
padding-bottom:56.25%
}
.bs .embed-responsive.embed-responsive-4by3{
padding-bottom:75%
}
.bs .well{
min-height:20px;
padding:19px;
margin-bottom:20px;
background-color:#f5f5f5;
border:1px solid #e3e3e3;
border-radius:4px;
-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);
box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)
}
.bs .well blockquote{
border-color:#ddd;
border-color:rgba(0,0,0,0.15)
}
.bs .well-lg{
padding:24px;
border-radius:6px
}
.bs .well-sm{
padding:9px;
border-radius:3px
}
.bs .close{
float:right;
font-size:21px;
font-weight:bold;
line-height:1;
color:#000;
text-shadow:0 1px 0 #fff;
filter:alpha(opacity=20);
opacity:.2
}
.bs .close:hover,.bs .close:focus{
color:#000;
text-decoration:none;
cursor:pointer;
filter:alpha(opacity=50);
opacity:.5
}
.bs button.close{
-webkit-appearance:none;
padding:0;
cursor:pointer;
background:transparent;
border:0
}
.bs .modal-open{
overflow:hidden
}
.bs .modal{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1050;
display:none;
overflow:auto;
overflow-y:scroll;
-webkit-overflow-scrolling:touch;
outline:0
}
.bs .modal.fade .modal-dialog{
-webkit-transition:-webkit-transform .3s ease-out;
-o-transition:-o-transform .3s ease-out;
transition:transform .3s ease-out;
-webkit-transform:translate(0, -25%);
-ms-transform:translate(0, -25%);
-o-transform:translate(0, -25%);
transform:translate(0, -25%)
}
.bs .modal.in .modal-dialog{
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0)
}
.bs .modal-dialog{
position:relative;
width:auto;
margin:10px
}
.bs .modal-content{
position:relative;
background-color:#fff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #999;
border:1px solid rgba(0,0,0,0.2);
border-radius:6px;
outline:0;
-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);
box-shadow:0 3px 9px rgba(0,0,0,0.5)
}
.bs .modal-backdrop{
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:1040;
background-color:#000
}
.bs .modal-backdrop.fade{
filter:alpha(opacity=0);
opacity:0
}
.bs .modal-backdrop.in{
filter:alpha(opacity=50);
opacity:.5
}
.bs .modal-header{
min-height:16.42857143px;
padding:15px;
border-bottom:1px solid #e5e5e5
}
.bs .modal-header .close{
margin-top:-2px
}
.bs .modal-title{
margin:0;
line-height:1.42857143
}
.bs .modal-body{
position:relative;
padding:15px
}
.bs .modal-footer{
padding:15px;
text-align:right;
border-top:1px solid #e5e5e5
}
.bs .modal-footer .btn+.btn{
margin-bottom:0;
margin-left:5px
}
.bs .modal-footer .btn-group .btn+.btn{
margin-left:-1px
}
.bs .modal-footer .btn-block+.btn-block{
margin-left:0
}
.bs .modal-scrollbar-measure{
position:absolute;
top:-9999px;
width:50px;
height:50px;
overflow:scroll
}
@media (min-width:768px){
.bs .modal-dialog{
width:600px;
margin:30px auto
}
.bs .modal-content{
-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);
box-shadow:0 5px 15px rgba(0,0,0,0.5)
}
.bs .modal-sm{
width:300px
}

}
@media (min-width:992px){
.bs .modal-lg{
width:900px
}

}
.bs .tooltip{
position:absolute;
z-index:1070;
display:block;
font-size:12px;
line-height:1.4;
visibility:visible;
filter:alpha(opacity=0);
opacity:0
}
.bs .tooltip.in{
filter:alpha(opacity=90);
opacity:.9
}
.bs .tooltip.top{
padding:5px 0;
margin-top:-3px
}
.bs .tooltip.right{
padding:0 5px;
margin-left:3px
}
.bs .tooltip.bottom{
padding:5px 0;
margin-top:3px
}
.bs .tooltip.left{
padding:0 5px;
margin-left:-3px
}
.bs .tooltip-inner{
max-width:200px;
padding:3px 8px;
color:#fff;
text-align:center;
text-decoration:none;
background-color:#000;
border-radius:4px
}
.bs .tooltip-arrow{
position:absolute;
width:0;
height:0;
border-color:transparent;
border-style:solid
}
.bs .tooltip.top .tooltip-arrow{
bottom:0;
left:50%;
margin-left:-5px;
border-width:5px 5px 0;
border-top-color:#000
}
.bs .tooltip.top-left .tooltip-arrow{
bottom:0;
left:5px;
border-width:5px 5px 0;
border-top-color:#000
}
.bs .tooltip.top-right .tooltip-arrow{
right:5px;
bottom:0;
border-width:5px 5px 0;
border-top-color:#000
}
.bs .tooltip.right .tooltip-arrow{
top:50%;
left:0;
margin-top:-5px;
border-width:5px 5px 5px 0;
border-right-color:#000
}
.bs .tooltip.left .tooltip-arrow{
top:50%;
right:0;
margin-top:-5px;
border-width:5px 0 5px 5px;
border-left-color:#000
}
.bs .tooltip.bottom .tooltip-arrow{
top:0;
left:50%;
margin-left:-5px;
border-width:0 5px 5px;
border-bottom-color:#000
}
.bs .tooltip.bottom-left .tooltip-arrow{
top:0;
left:5px;
border-width:0 5px 5px;
border-bottom-color:#000
}
.bs .tooltip.bottom-right .tooltip-arrow{
top:0;
right:5px;
border-width:0 5px 5px;
border-bottom-color:#000
}
.bs .popover{
position:absolute;
top:0;
left:0;
z-index:1060;
display:none;
max-width:276px;
padding:1px;
text-align:left;
white-space:normal;
background-color:#fff;
-webkit-background-clip:padding-box;
background-clip:padding-box;
border:1px solid #ccc;
border:1px solid rgba(0,0,0,0.2);
border-radius:6px;
-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
box-shadow:0 5px 10px rgba(0,0,0,0.2)
}
.bs .popover.top{
margin-top:-10px
}
.bs .popover.right{
margin-left:10px
}
.bs .popover.bottom{
margin-top:10px
}
.bs .popover.left{
margin-left:-10px
}
.bs .popover-title{
padding:8px 14px;
margin:0;
font-size:14px;
font-weight:normal;
line-height:18px;
background-color:#f7f7f7;
border-bottom:1px solid #ebebeb;
border-radius:5px 5px 0 0
}
.bs .popover-content{
padding:9px 14px
}
.bs .popover>.arrow,.bs .popover>.arrow:after{
position:absolute;
display:block;
width:0;
height:0;
border-color:transparent;
border-style:solid
}
.bs .popover>.arrow{
border-width:11px
}
.bs .popover>.arrow:after{
content:"";
border-width:10px
}
.bs .popover.top>.arrow{
bottom:-11px;
left:50%;
margin-left:-11px;
border-top-color:#999;
border-top-color:rgba(0,0,0,0.25);
border-bottom-width:0
}
.bs .popover.top>.arrow:after{
bottom:1px;
margin-left:-10px;
content:" ";
border-top-color:#fff;
border-bottom-width:0
}
.bs .popover.right>.arrow{
top:50%;
left:-11px;
margin-top:-11px;
border-right-color:#999;
border-right-color:rgba(0,0,0,0.25);
border-left-width:0
}
.bs .popover.right>.arrow:after{
bottom:-10px;
left:1px;
content:" ";
border-right-color:#fff;
border-left-width:0
}
.bs .popover.bottom>.arrow{
top:-11px;
left:50%;
margin-left:-11px;
border-top-width:0;
border-bottom-color:#999;
border-bottom-color:rgba(0,0,0,0.25)
}
.bs .popover.bottom>.arrow:after{
top:1px;
margin-left:-10px;
content:" ";
border-top-width:0;
border-bottom-color:#fff
}
.bs .popover.left>.arrow{
top:50%;
right:-11px;
margin-top:-11px;
border-right-width:0;
border-left-color:#999;
border-left-color:rgba(0,0,0,0.25)
}
.bs .popover.left>.arrow:after{
right:1px;
bottom:-10px;
content:" ";
border-right-width:0;
border-left-color:#fff
}
.bs .carousel{
position:relative
}
.bs .carousel-inner{
position:relative;
width:100%;
overflow:hidden
}
.bs .carousel-inner>.item{
position:relative;
display:none;
-webkit-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.bs .carousel-inner>.item>img,.bs .carousel-inner>.item>a>img{
line-height:1
}
.bs .carousel-inner>.active,.bs .carousel-inner>.next,.bs .carousel-inner>.prev{
display:block
}
.bs .carousel-inner>.active{
left:0
}
.bs .carousel-inner>.next,.bs .carousel-inner>.prev{
position:absolute;
top:0;
width:100%
}
.bs .carousel-inner>.next{
left:100%
}
.bs .carousel-inner>.prev{
left:-100%
}
.bs .carousel-inner>.next.left,.bs .carousel-inner>.prev.right{
left:0
}
.bs .carousel-inner>.active.left{
left:-100%
}
.bs .carousel-inner>.active.right{
left:100%
}
.bs .carousel-control{
position: absolute;
top: 0;
bottom: 0;
left: 30px;
width: 0%;
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,0.6);
filter: alpha(opacity=50);
}
.bs .carousel-control.left{
background: none;
}
.bs .carousel-control.right{
right:0;
left:auto;
background: none;
}
.bs .carousel-control:hover,.bs .carousel-control:focus{
color:#fff;
text-decoration:none;
filter:alpha(opacity=90);
outline:0;
opacity:.9
}
.bs .carousel-control .icon-prev,.bs .carousel-control .icon-next,.bs .carousel-control .glyphicon-chevron-left,.bs .carousel-control .glyphicon-chevron-right{
position:absolute;
top:50%;
z-index:5;
display:inline-block
}
.bs .carousel-control .icon-prev,.bs .carousel-control .glyphicon-chevron-left{
left:50%;
margin-left:10%;
}
.bs .carousel-control .icon-next,.bs .carousel-control .glyphicon-chevron-right{
right:50%;
margin-right: -22px;
}
.bs .carousel-control .icon-prev,.bs .carousel-control .icon-next{
width:20px;
height:20px;
margin-top:-10px;
font-family:serif
}
.bs .carousel-control .icon-prev:before{
content:'\2039'
}
.bs .carousel-control .icon-next:before{
content:'\203a'
}
.bs .carousel-indicators{
position:absolute;
bottom:10px;
left:50%;
z-index:15;
width:60%;
padding-left:0;
margin-left:-30%;
text-align:center;
list-style:none
}
.bs .carousel-indicators li{
display:inline-block;
width:10px;
height:10px;
margin:1px;
text-indent:-999px;
cursor:pointer;
background-color:#000 \9;
background-color:rgba(0,0,0,0);
border:1px solid #fff;
border-radius:10px
}
.bs .carousel-indicators .active{
width:12px;
height:12px;
margin:0;
background-color:#fff
}
.bs .carousel-caption{
position:absolute;
right:15%;
bottom:20px;
left:15%;
z-index:10;
padding-top:20px;
padding-bottom:20px;
color:#fff;
text-align:center;
text-shadow:0 1px 2px rgba(0,0,0,0.6)
}
.bs .carousel-caption .btn{
text-shadow:none
}
@media screen and (min-width:768px){
.bs .carousel-control .glyphicon-chevron-left,.bs .carousel-control .glyphicon-chevron-right,.bs .carousel-control .icon-prev,.bs .carousel-control .icon-next{
width:30px;
height:30px;
margin-top: 20px;
font-size: 30px;
}
.bs .carousel-control .glyphicon-chevron-left,.bs .carousel-control .icon-prev{
margin-left:-62px
}
.bs .carousel-control .glyphicon-chevron-right,.bs .carousel-control .icon-next{
margin-right: -30px;
}
.bs .carousel-caption{
right:20%;
left:20%;
padding-bottom:30px
}
.bs .carousel-indicators{
bottom:20px
}

}
.bs .clearfix:before,.bs .clearfix:after,.bs .dl-horizontal dd:before,.bs .dl-horizontal dd:after,.bs .container:before,.bs .container:after,.bs .container-fluid:before,.bs .container-fluid:after,.bs .row:before,.bs .row:after,.bs .form-horizontal .form-group:before,.bs .form-horizontal .form-group:after,.bs .btn-toolbar:before,.bs .btn-toolbar:after,.bs .btn-group-vertical>.btn-group:before,.bs .btn-group-vertical>.btn-group:after,.bs .nav:before,.bs .nav:after,.bs .navbar:before,.bs .navbar:after,.bs .navbar-header:before,.bs .navbar-header:after,.bs .navbar-collapse:before,.bs .navbar-collapse:after,.bs .pager:before,.bs .pager:after,.bs .panel-body:before,.bs .panel-body:after,.bs .modal-footer:before,.bs .modal-footer:after{
display:table;
content:" "
}
.bs .clearfix:after,.bs .dl-horizontal dd:after,.bs .container:after,.bs .container-fluid:after,.bs .row:after,.bs .form-horizontal .form-group:after,.bs .btn-toolbar:after,.bs .btn-group-vertical>.btn-group:after,.bs .nav:after,.bs .navbar:after,.bs .navbar-header:after,.bs .navbar-collapse:after,.bs .pager:after,.bs .panel-body:after,.bs .modal-footer:after{
clear:both
}
.bs .center-block{
display:block;
margin-right:auto;
margin-left:auto
}
.bs .pull-right{
float:right !important
}
.bs .pull-left{
float:left !important
}
.bs .hide{
display:none !important
}
.bs .show{
display:block !important
}
.bs .invisible{
visibility:hidden
}
.bs .text-hide{
font:0/0 a;
color:transparent;
text-shadow:none;
background-color:transparent;
border:0
}
.bs .hidden{
display:none !important;
visibility:hidden !important
}
.bs .affix{
position:fixed
}
@-ms-viewport{
width:device-width
}
.bs .visible-xs,.bs .visible-sm,.bs .visible-md,.bs .visible-lg{
display:none !important
}
.bs .visible-xs-block,.bs .visible-xs-inline,.bs .visible-xs-inline-block,.bs .visible-sm-block,.bs .visible-sm-inline,.bs .visible-sm-inline-block,.bs .visible-md-block,.bs .visible-md-inline,.bs .visible-md-inline-block,.bs .visible-lg-block,.bs .visible-lg-inline,.bs .visible-lg-inline-block{
display:none !important
}
@media (max-width:767px){
.bs .visible-xs{
display:block !important
}
.bs table.visible-xs{
display:table
}
.bs tr.visible-xs{
display:table-row !important
}
.bs th.visible-xs,.bs td.visible-xs{
display:table-cell !important
}

}
@media (max-width:767px){
.bs .visible-xs-block{
display:block !important
}

}
@media (max-width:767px){
.bs .visible-xs-inline{
display:inline !important
}

}
@media (max-width:767px){
.bs .visible-xs-inline-block{
display:inline-block !important
}

}
@media (min-width:768px) and (max-width:991px){
.bs .visible-sm{
display:block !important
}
.bs table.visible-sm{
display:table
}
.bs tr.visible-sm{
display:table-row !important
}
.bs th.visible-sm,.bs td.visible-sm{
display:table-cell !important
}

}
@media (min-width:768px) and (max-width:991px){
.bs .visible-sm-block{
display:block !important
}

}
@media (min-width:768px) and (max-width:991px){
.bs .visible-sm-inline{
display:inline !important
}

}
@media (min-width:768px) and (max-width:991px){
.bs .visible-sm-inline-block{
display:inline-block !important
}

}
@media (min-width:992px) and (max-width:1199px){
.bs .visible-md{
display:block !important
}
.bs table.visible-md{
display:table
}
.bs tr.visible-md{
display:table-row !important
}
.bs th.visible-md,.bs td.visible-md{
display:table-cell !important
}

}
@media (min-width:992px) and (max-width:1199px){
.bs .visible-md-block{
display:block !important
}

}
@media (min-width:992px) and (max-width:1199px){
.bs .visible-md-inline{
display:inline !important
}

}
@media (min-width:992px) and (max-width:1199px){
.bs .visible-md-inline-block{
display:inline-block !important
}

}
@media (min-width:1200px){
.bs .visible-lg{
display:block !important
}
.bs table.visible-lg{
display:table
}
.bs tr.visible-lg{
display:table-row !important
}
.bs th.visible-lg,.bs td.visible-lg{
display:table-cell !important
}

}
@media (min-width:1200px){
.bs .visible-lg-block{
display:block !important
}

}
@media (min-width:1200px){
.bs .visible-lg-inline{
display:inline !important
}

}
@media (min-width:1200px){
.bs .visible-lg-inline-block{
display:inline-block !important
}

}
@media (max-width:767px){
.bs .hidden-xs{
display:none !important
}

}
@media (min-width:768px) and (max-width:991px){
.bs .hidden-sm{
display:none !important
}

}
@media (min-width:992px) and (max-width:1199px){
.bs .hidden-md{
display:none !important
}

}
@media (min-width:1200px){
.bs .hidden-lg{
display:none !important
}

}
.bs .visible-print{
display:none !important
}
@media print{
.bs .visible-print{
display:block !important
}
.bs table.visible-print{
display:table
}
.bs tr.visible-print{
display:table-row !important
}
.bs th.visible-print,.bs td.visible-print{
display:table-cell !important
}

}
.bs .visible-print-block{
display:none !important
}
@media print{
.bs .visible-print-block{
display:block !important
}

}
.bs .visible-print-inline{
display:none !important
}
@media print{
.bs .visible-print-inline{
display:inline !important
}

}
.bs .visible-print-inline-block{
display:none !important
}
@media print{
.bs .visible-print-inline-block{
display:inline-block !important
}

}
@media print{
.bs .hidden-print{
display:none !important
}

}