
figure {
	margin:0;
}

img {
	vertical-align:middle;
}

.img-responsive {
	display:block;
	max-width:100%;
	height:auto;
}



.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,  0,  0,  0);
	border:0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto;
}

[role="button"] {
	cursor:pointer;
}

.fade {
	opacity:0;
	-webkit-transition:opacity .15s linear;
	-o-transition:opacity .15s linear;
	transition:opacity .15s linear;
}

.fade.in {
	opacity:1;
}

.collapse {
	display:none;
}

.collapse.in {
	display:block;
}

tr.collapse.in {
	display:table-row;
}

tbody.collapse.in {
	display:table-row-group;
}

.collapsing {
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition-property:height,  visibility;
	-o-transition-property:height,  visibility;
	transition-property:height,  visibility;
	-webkit-transition-duration:.35s;
	-o-transition-duration:.35s;
	transition-duration:.35s;
	-webkit-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
}

.embed-responsive {
	position:relative;
	display:block;
	height:0;
	padding:0;
	overflow:hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	height:100%;
	width:100%;
	border:0;
}

.embed-responsive-16by9 {
	padding-bottom:56.25%;
}

.embed-responsive-4by3 {
	padding-bottom:75%;
}

.modal-open {
	overflow:hidden;
}

.modal {
	display:none;
	overflow:hidden;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	-webkit-overflow-scrolling:touch;
	outline:0;
}

.modal.fade .modal-dialog {
	-webkit-transform:translate(0,  -25%);
	-ms-transform:translate(0,  -25%);
	-o-transform:translate(0,  -25%);
	transform:translate(0,  -25%);
	-webkit-transition:-webkit-transform 0.3s ease-out;
	-o-transition:-o-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform:translate(0,  0);
	-ms-transform:translate(0,  0);
	-o-transform:translate(0,  0);
	transform:translate(0,  0);
}

.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto;
}

.modal-dialog {
	position:relative;
	width:auto;
	margin:10px;
}

.modal-content {
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow:0 3px 9px rgba(0, 0, 0, 0.5);
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	outline:0;
}

.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#000;
}

.modal-backdrop.fade {
	opacity:0;
	filter:alpha(opacity=0);
}

.modal-backdrop.in {
	opacity:.5;
	filter:alpha(opacity=50);
}

.modal-header {
	padding:15px;
	min-height:16.42857143px;
}

.modal-header .close {
	margin-top:-2px;
}

.modal-title {
	margin:0;
	line-height:1.42857143;
}

.modal-body {
	position:relative;
	padding:15px;
}

.modal-footer {
	padding:15px;
	text-align:right;
}

.modal-footer .btn+.btn {
	margin-left:5px;
	margin-bottom:0;
}

.modal-footer .btn-group .btn+.btn {
	margin-left:-1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left:0;
}

.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll;
}

@media (min-width:768px) {
	.modal-dialog {
	width:600px;
	margin:30px auto;
}


.modal-sm {
	width:300px;
}

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

}

.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:none;
	max-width:276px;
	padding:1px;
	font-family: inherit;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.42857143;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
	word-wrap:normal;
	font-size:14px;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}

.popover.top {
	margin-top:-10px;
}

.popover.right {
	margin-left:10px;
}

.popover.bottom {
	margin-top:10px;
}

.popover.left {
	margin-left:-10px;
}

.popover-title {
	margin:0;
	padding:8px 14px;
	font-size:14px;
}

.popover-content {
	padding:9px 14px;
}

.popover>.arrow, .popover>.arrow:after {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
}

.popover>.arrow {
	border-width:11px;
}

.popover>.arrow:after {
	border-width:10px;
	content:"";
}

.popover.top>.arrow {
	left:50%;
	margin-left:-11px;
	border-bottom-width:0;
	bottom:-11px;
}

.popover.top>.arrow:after {
	content:" ";
	bottom:1px;
	margin-left:-10px;
}

.popover.right>.arrow {
	top:50%;
	left:-11px;
	margin-top:-11px;
}

.popover.right>.arrow:after {
	content:" ";
	left:1px;
	bottom:-10px;
	border-left-width:0;
	border-right-color:#fff;
}

.popover.bottom>.arrow {
	left:50%;
	margin-left:-11px;
	border-top-width:0;
	top:-11px;
}

.popover.bottom>.arrow:after {
	content:" ";
	top:1px;
	margin-left:-10px;
	border-top-width:0;
	border-bottom-color:#fff;
}

.popover.left>.arrow {
	top:50%;
	right:-11px;
	margin-top:-11px;
	border-right-width:0;
}

.popover.left>.arrow:after {
	content:" ";
	right:1px;
	border-right-width:0;
	border-left-color:#fff;
	bottom:-10px;
}

.clearfix:before, .clearfix:after, .modal-footer:before, .modal-footer:after {
	content:" ";
	display:table;
}

.clearfix:after, .modal-footer:after {
	clear:both;
}

.center-block {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.pull-right {
	float:right !important;
}

.pull-left {
	float:left !important;
}

.hide {
	display:none !important;
}

.show {
	display:block !important;
}

.invisible {
	visibility:hidden;
}

.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}

.hidden {
	display:none !important;
}

.affix {
	position:fixed;
}


 .nav  {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li  {
  position: relative;
  display: block;
}

.nav > li > a  {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, 
.nav > li > a:focus  {
  text-decoration: none;
}


.nav > li.disabled > a:hover, 
.nav > li.disabled > a:focus  {
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .nav-divider  {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.nav > li > a > img  {
  max-width: none;
}

.nav-tabs > li  {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a  {
  margin-right: 2px;
  line-height: 1.42857143;
}


.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus  {
  border-bottom-color: transparent;
  cursor: pointer;
}

.nav-tabs.nav-justified  {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li  {
  float: none;
}

.nav-tabs.nav-justified > li > a  {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu  {
  top: auto;
  left: auto;
}

@media (min-width: 768px)  {
  .nav-tabs.nav-justified > li  {
    display: table-cell;
    width: 1%;
}

  .nav-tabs.nav-justified > li > a  {
    margin-bottom: 0;
 
}

}

.nav-tabs.nav-justified > li > a  {
  margin-right: 0;
}

.nav-pills > li  {
  float: left;
}


.nav-pills > li + li  {
  margin-left: 2px;
}


.nav-stacked > li  {
  float: none;
}

.nav-stacked > li + li  {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified  {
  width: 100%;
}

.nav-justified > li  {
  float: none;
}

.nav-justified > li > a  {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu  {
  top: auto;
  left: auto;
}

@media (min-width: 768px)  {
  .nav-justified > li  {
    display: table-cell;
    width: 1%;
}


  .nav-justified > li > a  {
    margin-bottom: 0;
}


}

.nav-tabs-justified  {
  border-bottom: 0;
}


.tab-content > .tab-pane  {
  display: none;
}

.tab-content > .active  {
  display: block;
}

.nav-tabs .dropdown-menu  {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}




