@charset "UTF-8"; 

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut
	{
	animation-duration: .75s
}

@keyframes pulse {
	from { transform: scale3d(1, 1, 1) }

 50% {
  transform:scale3d(1.05, 1.05 , 1.05)
 }

 100% { transform: scale3d(1, 1, 1) }
 }

.pulse {
	animation-name: pulse
}

.cbtb html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

.cbtb body {
	margin: 0
}

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

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

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

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

.cbtb a {
	background-color: transparent
}

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

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

.cbtb b, .cbtb strong {
	font-weight: 700
}

.cbtb dfn {
	font-style: italic
}

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

.cbtb mark {
	background: #ff0;
	color: #000
}

.cbtb small {
	font-size: 80%
}

.cbtb sub, .cbtb sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.cbtb sup {
	top: -.5em
}

.cbtb sub {
	bottom: -.25em
}

.cbtb img {
	border: 0
}

.cbtb svg:not(:root) {
	overflow: hidden
}

.cbtb figure {
	margin: 1em 40px
}

.cbtb hr {
	box-sizing: content-box;
	height: 0
}

.cbtb pre {
	overflow: auto
}

.cbtb code, .cbtb kbd, .cbtb pre, .cbtb samp {
	font-family: monospace, monospace;
	font-size: 1em
}

.cbtb button, .cbtb input, .cbtb optgroup, .cbtb select, .cbtb textarea
	{
	color: inherit;
	font: inherit;
	margin: 0
}

.cbtb button {
	overflow: visible
}

.cbtb button, .cbtb select {
	text-transform: none
}

.cbtb button, .cbtb html input[type=button], .cbtb input[type=reset],
	.cbtb input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

.cbtb button[disabled], .cbtb html input[disabled] {
	cursor: default
}

.cbtb button::-moz-focus-inner, .cbtb input::-moz-focus-inner {
	border: 0;
	padding: 0
}

.cbtb input {
	line-height: normal
}

.cbtb input[type=checkbox], .cbtb input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

.cbtb input[type=number]::-webkit-inner-spin-button, .cbtb input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

.cbtb input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

.cbtb input[type=search]::-webkit-search-cancel-button, .cbtb input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

.cbtb fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

.cbtb legend {
	border: 0;
	padding: 0
}

.cbtb textarea {
	overflow: auto
}

.cbtb optgroup {
	font-weight: 700
}

.cbtb table {
	border-collapse: collapse;
	border-spacing: 0
}

.cbtb td, .cbtb th {
	padding: 0
}

.cbtb * {
	box-sizing: border-box
}

.cbtb *:before, .cbtb *:after {
	box-sizing: border-box
}

.cbtb html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

.cbtb body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

.cbtb input, .cbtb button, .cbtb select, .cbtb textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.cbtb a {
	color: #337ab7;
	text-decoration: none
}

.cbtb a:hover, .cbtb a:focus {
	color: #23527c;
	text-decoration: underline
}

.cbtb a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.cbtb figure {
	margin: 0
}

.cbtb img {
	vertical-align: middle
}

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

.cbtb .cbtb-img-rounded {
	border-radius: 6px
}

.cbtb .cbtb-img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.cbtb .cbtb-img-circle {
	border-radius: 50%
}

.cbtb hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

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

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

.cbtb [role=button] {
	cursor: pointer
}

.cbtb .cbtb-container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media ( min-width :768px) {
	.cbtb .cbtb-container {
		width: 750px
	}
}

@media ( min-width :992px) {
	.cbtb .cbtb-container {
		width: 970px
	}
}

@media ( min-width :1200px) {
	.cbtb .cbtb-container {
		width: 1170px
	}
}

.cbtb .cbtb-container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.cbtb .cbtb-row {
	margin-left: -15px;
	margin-right: -15px
}

.cbtb .cbtb-col-xs-1, .cbtb .cbtb-col-sm-1, .cbtb .cbtb-col-md-1, .cbtb .cbtb-col-lg-1,
	.cbtb .cbtb-col-xs-2, .cbtb .cbtb-col-sm-2, .cbtb .cbtb-col-md-2, .cbtb .cbtb-col-lg-2,
	.cbtb .cbtb-col-xs-3, .cbtb .cbtb-col-sm-3, .cbtb .cbtb-col-md-3, .cbtb .cbtb-col-lg-3,
	.cbtb .cbtb-col-xs-4, .cbtb .cbtb-col-sm-4, .cbtb .cbtb-col-md-4, .cbtb .cbtb-col-lg-4,
	.cbtb .cbtb-col-xs-5, .cbtb .cbtb-col-sm-5, .cbtb .cbtb-col-md-5, .cbtb .cbtb-col-lg-5,
	.cbtb .cbtb-col-xs-6, .cbtb .cbtb-col-sm-6, .cbtb .cbtb-col-md-6, .cbtb .cbtb-col-lg-6,
	.cbtb .cbtb-col-xs-7, .cbtb .cbtb-col-sm-7, .cbtb .cbtb-col-md-7, .cbtb .cbtb-col-lg-7,
	.cbtb .cbtb-col-xs-8, .cbtb .cbtb-col-sm-8, .cbtb .cbtb-col-md-8, .cbtb .cbtb-col-lg-8,
	.cbtb .cbtb-col-xs-9, .cbtb .cbtb-col-sm-9, .cbtb .cbtb-col-md-9, .cbtb .cbtb-col-lg-9,
	.cbtb .cbtb-col-xs-10, .cbtb .cbtb-col-sm-10, .cbtb .cbtb-col-md-10,
	.cbtb .cbtb-col-lg-10, .cbtb .cbtb-col-xs-11, .cbtb .cbtb-col-sm-11,
	.cbtb .cbtb-col-md-11, .cbtb .cbtb-col-lg-11, .cbtb .cbtb-col-xs-12,
	.cbtb .cbtb-col-sm-12, .cbtb .cbtb-col-md-12, .cbtb .cbtb-col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.cbtb .cbtb-col-xs-1, .cbtb .cbtb-col-xs-2, .cbtb .cbtb-col-xs-3, .cbtb .cbtb-col-xs-4,
	.cbtb .cbtb-col-xs-5, .cbtb .cbtb-col-xs-6, .cbtb .cbtb-col-xs-7, .cbtb .cbtb-col-xs-8,
	.cbtb .cbtb-col-xs-9, .cbtb .cbtb-col-xs-10, .cbtb .cbtb-col-xs-11,
	.cbtb .cbtb-col-xs-12 {
	float: left
}

.cbtb .cbtb-col-xs-12 {
	width: 100%
}

.cbtb .cbtb-col-xs-11 {
	width: 91.66666667%
}

.cbtb .cbtb-col-xs-10 {
	width: 83.33333333%
}

.cbtb .cbtb-col-xs-9 {
	width: 75%
}

.cbtb .cbtb-col-xs-8 {
	width: 66.66666667%
}

.cbtb .cbtb-col-xs-7 {
	width: 58.33333333%
}

.cbtb .cbtb-col-xs-6 {
	width: 50%
}

.cbtb .cbtb-col-xs-5 {
	width: 41.66666667%
}

.cbtb .cbtb-col-xs-4 {
	width: 33.33333333%
}

.cbtb .cbtb-col-xs-3 {
	width: 25%
}

.cbtb .cbtb-col-xs-2 {
	width: 16.66666667%
}

.cbtb .cbtb-col-xs-1 {
	width: 8.33333333%
}

.cbtb .cbtb-col-xs-pull-12 {
	right: 100%
}

.cbtb .cbtb-col-xs-pull-11 {
	right: 91.66666667%
}

.cbtb .cbtb-col-xs-pull-10 {
	right: 83.33333333%
}

.cbtb .cbtb-col-xs-pull-9 {
	right: 75%
}

.cbtb .cbtb-col-xs-pull-8 {
	right: 66.66666667%
}

.cbtb .cbtb-col-xs-pull-7 {
	right: 58.33333333%
}

.cbtb .cbtb-col-xs-pull-6 {
	right: 50%
}

.cbtb .cbtb-col-xs-pull-5 {
	right: 41.66666667%
}

.cbtb .cbtb-col-xs-pull-4 {
	right: 33.33333333%
}

.cbtb .cbtb-col-xs-pull-3 {
	right: 25%
}

.cbtb .cbtb-col-xs-pull-2 {
	right: 16.66666667%
}

.cbtb .cbtb-col-xs-pull-1 {
	right: 8.33333333%
}

.cbtb .cbtb-col-xs-pull-0 {
	right: auto
}

.cbtb .cbtb-col-xs-push-12 {
	left: 100%
}

.cbtb .cbtb-col-xs-push-11 {
	left: 91.66666667%
}

.cbtb .cbtb-col-xs-push-10 {
	left: 83.33333333%
}

.cbtb .cbtb-col-xs-push-9 {
	left: 75%
}

.cbtb .cbtb-col-xs-push-8 {
	left: 66.66666667%
}

.cbtb .cbtb-col-xs-push-7 {
	left: 58.33333333%
}

.cbtb .cbtb-col-xs-push-6 {
	left: 50%
}

.cbtb .cbtb-col-xs-push-5 {
	left: 41.66666667%
}

.cbtb .cbtb-col-xs-push-4 {
	left: 33.33333333%
}

.cbtb .cbtb-col-xs-push-3 {
	left: 25%
}

.cbtb .cbtb-col-xs-push-2 {
	left: 16.66666667%
}

.cbtb .cbtb-col-xs-push-1 {
	left: 8.33333333%
}

.cbtb .cbtb-col-xs-push-0 {
	left: auto
}

.cbtb .cbtb-col-xs-offset-12 {
	margin-left: 100%
}

.cbtb .cbtb-col-xs-offset-11 {
	margin-left: 91.66666667%
}

.cbtb .cbtb-col-xs-offset-10 {
	margin-left: 83.33333333%
}

.cbtb .cbtb-col-xs-offset-9 {
	margin-left: 75%
}

.cbtb .cbtb-col-xs-offset-8 {
	margin-left: 66.66666667%
}

.cbtb .cbtb-col-xs-offset-7 {
	margin-left: 58.33333333%
}

.cbtb .cbtb-col-xs-offset-6 {
	margin-left: 50%
}

.cbtb .cbtb-col-xs-offset-5 {
	margin-left: 41.66666667%
}

.cbtb .cbtb-col-xs-offset-4 {
	margin-left: 33.33333333%
}

.cbtb .cbtb-col-xs-offset-3 {
	margin-left: 25%
}

.cbtb .cbtb-col-xs-offset-2 {
	margin-left: 16.66666667%
}

.cbtb .cbtb-col-xs-offset-1 {
	margin-left: 8.33333333%
}

.cbtb .cbtb-col-xs-offset-0 {
	margin-left: 0
}

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

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

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

.cbtb .cbtb-fade {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity .15s linear
}

.cbtb .cbtb-fade.cbtb-in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.cbtb .cbtb-collapse {
	display: none
}

.cbtb .cbtb-collapse.cbtb-in {
	display: block
}

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

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

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

.cbtb .cbtb-close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity = 20)
}

.cbtb .cbtb-close:hover, .cbtb .cbtb-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50)
}

.cbtb button.cbtb-close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}

.cbtb .cbtb-modal-open {
	overflow: hidden
}

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

.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog {
	transform: translate(0, -25%);
	transition: transform .3s ease-out
}

.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog {
	transform: translate(0, 0)
}

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

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

.cbtb .cbtb-modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	outline: 0
}

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

.cbtb .cbtb-modal-backdrop.cbtb-fade {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0)
}

.cbtb .cbtb-modal-backdrop.cbtb-in {
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50)
}

.cbtb .cbtb-modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

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

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

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

.cbtb .cbtb-modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

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

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

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

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

@media ( min-width :768px) {
	.cbtb .cbtb-modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.cbtb .cbtb-modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.cbtb .cbtb-modal-sm {
		width: 300px
	}
}

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

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

.cbtb .cbtb-clearfix:after, .cbtb .cbtb-container:after, .cbtb .cbtb-container-fluid:after,
	.cbtb .cbtb-row:after, .cbtb .cbtb-modal-footer:after {
	clear: both
}

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

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

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

.cbtb .cbtb-hide {
	display: none !important
}

.cbtb .cbtb-show {
	display: block !important
}

.cbtb .cbtb-invisible {
	visibility: hidden
}

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

.cbtb .cbtb-hidden {
	display: none !important
}

.cbtb .cbtb-affix {
	position: fixed
}

@
-ms-viewport {
	width: device-width
}

.cbtb .cbtb-visible-xs, .cbtb .cbtb-visible-sm, .cbtb .cbtb-visible-md,
	.cbtb .cbtb-visible-lg {
	display: none !important
}

.cbtb .cbtb-visible-xs-block, .cbtb .cbtb-visible-xs-inline, .cbtb .cbtb-visible-xs-inline-block,
	.cbtb .cbtb-visible-sm-block, .cbtb .cbtb-visible-sm-inline, .cbtb .cbtb-visible-sm-inline-block,
	.cbtb .cbtb-visible-md-block, .cbtb .cbtb-visible-md-inline, .cbtb .cbtb-visible-md-inline-block,
	.cbtb .cbtb-visible-lg-block, .cbtb .cbtb-visible-lg-inline, .cbtb .cbtb-visible-lg-inline-block
	{
	display: none !important
}

@media ( max-width :767px) {
	.cbtb .cbtb-visible-xs {
		display: block !important
	}
	.cbtb table.cbtb-visible-xs {
		display: table !important
	}
	.cbtb tr.cbtb-visible-xs {
		display: table-row !important
	}
	.cbtb th.cbtb-visible-xs, .cbtb td.cbtb-visible-xs {
		display: table-cell !important
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cbtb .cbtb-visible-print {
	display: none !important
}

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

.cbtb .cbtb-visible-print-block {
	display: none !important
}

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

.cbtb .cbtb-visible-print-inline {
	display: none !important
}

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

.cbtb .cbtb-visible-print-inline-block {
	display: none !important
}

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

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

.cbtb br {
	display: block
}

.cbtb :before, .cbtb :after {
	display: none
}

.cbtb .header-mode .show-header {
	display: block !important
}

.cbtb .header-mode .show-tab {
	display: none !important
}

.cbtb .tab-mode .show-tab {
	display: block !important
}

.cbtb .tab-mode .show-header {
	display: none !important
}

.cbtb .trust-badge .show-header {
	display: block !important
}

.cbtb .trust-badge .show-tab {
	display: none !important
}

.cbtb .cbtb-modal-dialog .show-tab {
	display: block !important
}

.cbtb .cbtb-modal-dialog .show-header {
	display: none !important
}

@media ( min-width :480px) {
	.cbtb .trust-badge.tab .show-tab {
		display: block !important
	}
	.cbtb .trust-badge.tab .show-header {
		display: none !important
	}
}

@media ( min-width :768px) {
	.cbtb .cbtb-modal-dialog.header .show-header {
		display: block !important
	}
	.cbtb .cbtb-modal-dialog.header .show-tab {
		display: none !important
	}
}

.cbtb .trust-badge {
	background-color: white;
	width: 100%;
	position: relative;
	padding: 0;
	min-height: 26px
}

.cbtb .trust-badge a {
	outline: none
}

.cbtb .trust-badge a img {
	margin-top: 4px;
	max-height: 18px
}

.cbtb .trust-badge a img.accented {
	margin-top: 3px
}

.cbtb .trust-badge.header {
	border: none !important
}

.cbtb .trust-badge.header img:hover {
	animation: pulse 500ms
}

@media ( max-width :480px) {
	.cbtb .trust-badge {
		border: none !important;
		display: none !important
	}
	.cbtb .trust-badge img:hover {
		animation: pulse 500ms
	}
}

@media ( min-width :480px) {
	.cbtb .trust-badge.tab {
		position: absolute;
		z-index: 2147483646;
		padding: 5px 10px;
		border-radius: 0 0 5px 5px;
		width: 190px;
		height: 50px;
		top: 0;
		left: 10px
	}
	.cbtb .trust-badge.tab:hover {
		animation: pulse 500ms
	}
	.cbtb .trust-badge.tab a img {
		max-height: 100%;
		max-width: 100%
	}
	.cbtb .trust-badge.tab.top-left, .cbtb .trust-badge.tab.top-right {
		border-top: none
	}
	.cbtb .trust-badge.tab.top-right, .cbtb .trust-badge.tab.bottom-right {
		left: auto;
		right: 10px
	}
	.cbtb .trust-badge.tab.bottom-left, .cbtb .trust-badge.tab.bottom-right
		{
		position: fixed;
		top: auto;
		bottom: 0;
		border-radius: 5px 5px 0 0;
		border-top: auto;
		border-bottom: none
	}
}

@media ( max-width :480px) {
	.cbtb .cbtb-modal, .cbtb .cbtb-modal-backdrop, .cbtb .cbtb-modal.cbtb-fade.cbtb-in
		{
		display: none !important
	}
}

.cbtb #cbTabBBBReviewLink, .cbtb #cbHeaderBBBReviewLink {
	visibility: hidden
}

.cbtb .cbtb-modal, .cbtb .cbtb-modal.cbtb-fade.cbtb-in {
	position: fixed;
	z-index: 2147483647;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none
}

.cbtb .cbtb-modal .cbtb-modal-dialog, .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog
	{
	padding: 0;
	top: 0;
	width: 400px;
	max-width: 100%;
	margin: 0 auto;
	border: none
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content, .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content
	{
	border-radius: 0 0 6px 6px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-close.ie8
	{
	filter: none
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-row,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-row
	{
	padding: 0
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header
	{
	padding: 5px 15px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a
	{
	outline: none
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img
	{
	margin: 10px 0;
	max-width: 67%
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header a img.accented
	{
	margin: 7px 0 10px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb
	{
	max-width: 27%
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .bbb img
	{
	margin: 0;
	max-width: 100%
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-header .cbtb-close
	{
	position: absolute;
	top: 15px;
	right: 15px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p
	{
	line-height: 1.5em;
	margin-bottom: 5px;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif !important;
	font-size: 12px !important;
	font-weight: 400 !important
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement
	{
	font-size: 14px !important
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body p.trust-statement strong
	{
	word-wrap: break-word
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb
	{
	max-width: 20%;
	position: absolute;
	top: 10px;
	right: 10px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .bbb img
	{
	max-width: 100%
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .cbtb-modal-body .cbtb-close
	{
	position: absolute;
	bottom: 15px;
	right: 15px
}

.cbtb .cbtb-modal .cbtb-modal-dialog .cbtb-modal-content .show-header,
	.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog .cbtb-modal-content .show-header
	{
	display: none
}

.cbtb .cbtb-modal-open {
	overflow: auto !important
}

.cbtb .cbtb-modal-backdrop {
	opacity: 0 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

@media ( min-width :480px) {
	.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left, .cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right
		{
		transform: translate(0, 25%)
	}
	.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right
		{
		transform: translate(0, 0)
	}
	.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab {
		position: absolute;
		margin: 0;
		left: 10px
	}
	.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.top-right, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.top-right,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.top-right,
		.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right
		{
		left: auto;
		right: 10px
	}
	.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left,
		.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right, .cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right
		{
		top: auto;
		bottom: -6px
	}
	.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
		.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-left .cbtb-modal-content,
		.cbtb .cbtb-modal.cbtb-fade .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
		.cbtb .cbtb-modal.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.tab.bottom-right .cbtb-modal-content
		{
		border-radius: 6px 6px 0 0;
		border-bottom: none
	}
}

@media ( min-width :768px) {
	.cbtb .cbtb-modal .cbtb-modal-dialog.header, .cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header
		{
		width: 550px
	}
	.cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .cbtb-modal-header a img
		{
		max-width: 400px
	}
	.cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-tab,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-tab
		{
		display: none
	}
	.cbtb .cbtb-modal .cbtb-modal-dialog.header .cbtb-modal-content .show-header,
		.cbtb .cbtb-modal.cbtb-fade.cbtb-in .cbtb-modal-dialog.header .cbtb-modal-content .show-header
		{
		display: block
	}
}

.cbtb .trust-badge, .cbtb .cbtb-modal-content {
	border: 1px solid #ccc;
	color: #2f485c !important
}

.cbtb .trust-badge .cbtb-modal-header, .cbtb .cbtb-modal-content .cbtb-modal-header
	{
	border-bottom: 1px solid #ccc
}

.cbtb .trust-badge .cbtb-close, .cbtb .cbtb-modal-content .cbtb-close {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	color: #2f485c !important
}

.cbtb .trust-badge.light-grey, .cbtb .cbtb-modal-content.light-grey {
	background-color: #f2f2f2 !important;
	border: 1px solid #ccc;
	color: #2f485c !important
}

.cbtb .trust-badge.light-grey .cbtb-modal-header, .cbtb .cbtb-modal-content.light-grey .cbtb-modal-header
	{
	border-bottom: 1px solid #ccc
}

.cbtb .trust-badge.light-grey .cbtb-close, .cbtb .cbtb-modal-content.light-grey .cbtb-close
	{
	color: #2f485c !important
}

.cbtb .trust-badge.dark-grey, .cbtb .cbtb-modal-content.dark-grey {
	background-color: #333 !important;
	border: 1px solid #8a959e;
	color: #ccc !important
}

.cbtb .trust-badge.dark-grey .cbtb-modal-header, .cbtb .cbtb-modal-content.dark-grey .cbtb-modal-header
	{
	border-bottom: 1px solid #8a959e
}

.cbtb .trust-badge.dark-grey .cbtb-close, .cbtb .cbtb-modal-content.dark-grey .cbtb-close
	{
	color: #ccc !important
}

.cbtb .trust-badge.black, .cbtb .cbtb-modal-content.black {
	background-color: #000 !important;
	border: 1px solid #2f485c;
	color: #fff !important
}

.cbtb .trust-badge.black .cbtb-modal-header, .cbtb .cbtb-modal-content.black .cbtb-modal-header
	{
	border-bottom: 1px solid #2f485c
}

.cbtb .trust-badge.black .cbtb-close, .cbtb .cbtb-modal-content.black .cbtb-close
	{
	color: #fff !important
}

.cbtb .trust-badge.light-blue, .cbtb .cbtb-modal-content.light-blue {
	background-color: #c4dceb !important;
	border: 1px solid #8a959e;
	color: #2f485c !important
}

.cbtb .trust-badge.light-blue .cbtb-modal-header, .cbtb .cbtb-modal-content.light-blue .cbtb-modal-header
	{
	border-bottom: 1px solid #8a959e
}

.cbtb .trust-badge.light-blue .cbtb-close, .cbtb .cbtb-modal-content.light-blue .cbtb-close
	{
	color: #2f485c !important
}

.cbtb .trust-badge.dark-blue, .cbtb .cbtb-modal-content.dark-blue {
	background-color: #2f485c !important;
	border: 1px solid #8a959e;
	color: #ccc !important
}

.cbtb .trust-badge.dark-blue .cbtb-modal-header, .cbtb .cbtb-modal-content.dark-blue .cbtb-modal-header
	{
	border-bottom: 1px solid #8a959e
}

.cbtb .trust-badge.dark-blue .cbtb-close, .cbtb .cbtb-modal-content.dark-blue .cbtb-close
	{
	color: #ccc !important
}

.cbtb .trust-badge.light-yellow, .cbtb .cbtb-modal-content.light-yellow
	{
	background-color: #faebab !important;
	border: 1px solid #8a959e;
	color: #2f485c !important
}

.cbtb .trust-badge.light-yellow .cbtb-modal-header, .cbtb .cbtb-modal-content.light-yellow .cbtb-modal-header
	{
	border-bottom: 1px solid #8a959e
}

.cbtb .trust-badge.light-yellow .cbtb-close, .cbtb .cbtb-modal-content.light-yellow .cbtb-close
	{
	color: #2f485c !important
}

.cbtb .trust-badge.light-green, .cbtb .cbtb-modal-content.light-green {
	background-color: #c8edc8 !important;
	border: 1px solid #ccc;
	color: #2f485c !important
}

.cbtb .trust-badge.light-green .cbtb-modal-header, .cbtb .cbtb-modal-content.light-green .cbtb-modal-header
	{
	border-bottom: 1px solid #ccc
}

.cbtb .trust-badge.light-green .cbtb-close, .cbtb .cbtb-modal-content.light-green .cbtb-close
	{
	color: #2f485c !important
}

.cbtb-modal-open {
	overflow: hidden;
	overflow: auto !important
}

.cbtb-modal-backdrop, .cbtb-modal-backdrop.cbtb-fade.cbtb-in {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}









body p {
	font-size: 24px;
}

.ing-row p {
	font-size: 21px;
}

.red-catalyst h4 {
	font-size: 24px;
}

.gurantee-sec p {
	font-size: 24px;
}

.gurantee-sec .green-tick-list li {
	font-size: 24px;
	background-position: 0px 6px;
}

.faq-sec .accordion-content p {
	font-size: 24px;
}

.faq-sec a {
	font-size: 23px;
}

.mt-bt {
	margin-bottom: 18%;
}

.dis-text {
	margin-bottom: 10px;
}

p.copyright {
	margin-bottom: 10px;
}

.video-box {
	display: none;
}

.block {
	text-transform: uppercase;
}

.banner-section {
	padding: 3% 0 !important;
	margin-bottom: 40px;
}

.banner-section h2 {
	font-size: 42px;
	text-transform: capitalize;
}

.red-text {
	font-weight: bold;
	color: #ff0000;
}

.white-box-heading {
	text-align: center;
	margin-top: 0;
	font-weight: 700;
	line-height: 127%;
	font-family: Arial, sans-serif;
	font-size: 36px;
}

.product-sec {
	margin: 5% 4%;
}

.outr-wrp-pro {
	border-radius: 16px;
	box-shadow: 1px 4px 16px rgb(0 0 0/ 20%);
	-webkit-transition: all 0.5s ease;
}

.bottle-item {
	min-height: 823px;
}

.price-box {
	transition: transform 0.2s;
}

.bottle-item {
	padding: 30px 35px 35px;
	background: linear-gradient(to bottom, #ffffff 0%, #e6e7e8 100%);
	border: 1px solid #c60f15;
	/* border-radius: 11px; */
	text-align: center;
}

.bottle-item h2 {
	font-family: Poppins, sans-serif;
	font-size: 37px;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: rgb(40, 40, 40);
	margin: 0;
}

.bottle-item h3 {
	font-family: Poppins, sans-serif;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 500;
	color: #054120;
	margin-top: 5px;
	margin-bottom: 15px;
}

.bottle-item .price-per-bottle {
	font-family: "Oswald", sans-serif;
	padding-top: 18px;
	color: #282828;
	line-height: 45px;
}

.bottle-item .price-large {
	font-family: "Oswald", sans-serif;
	font-size: 70px;
	font-weight: bold;
	padding-right: 10px;
}

.bottle-item .per-bottle-span {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
	display: inline-block;
}

.bottle-item .money-saving {
	font-family: Poppins, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: rgb(204, 0, 0);
	min-height: 0px;
}

.pack-cards {
	margin-top: 8px;
}

.bottle-item .price-data {
	padding-top: 25px;
	max-width: 460px;
	margin: 0 auto;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(33, 37, 41, 0.8);
}

.pro-Guarantee {
	font-family: Poppins, sans-serif;
	font-weight: 600;
	font-size: 19px;
	margin-top: 4px;
}

.pro-btn {
	background: none;
	padding: 0;
}

.pro-btn.by-btn {
	margin-top: 30%;
	background: none;
}

#middle-item {
	padding-top: 30px;
	border: 2px solid #c60f15;
}

.free-offer {
	margin-bottom: 15px;
}

.cart-wrapper {
	margin: 0;
}

.price-box {
	transition: transform 0.2s;
}

.price-box:hover {
	transform: scale(1.05);
}

.bottle-item:hover {
	cursor: pointer;
	box-shadow: 1px 4px 16px rgb(0 0 0/ 50%);
}

.red-txt {
	color: #e30613;
}

@media only screen and (max-width:480px) {
	.white-box-heading {
		display: none;
	}
	.banner-section {
		padding: 20px 0;
		margin-bottom: 20px;
	}
	.banner-section h2 {
		font-size: 33px;
	}
	.banner-section h2 {
		margin-bottom: 0;
	}
	.bottle-item h2 {
		font-size: 30px;
	}
	.bottle-item h3 {
		font-size: 20px;
	}
	.bottle-item .price-large {
		font-size: 60px;
	}
	.price-box {
		margin-bottom: 20px;
	}
	.bottle-item {
		min-height: initial;
	}
	.what-your {
		font-size: 27px;
		line-height: 1.4;
	}
	.heading {
		font-size: 33px;
	}
	.catalyst-sec h2 {
		font-size: 33px;
	}
	.gurantee-sec h2 {
		font-size: 33px;
	}
	.mt-bt {
		margin-bottom: 20px;
	}
}



// stylelint-disable selector-max-id, selector-no-qualifying-type

// Grid examples
//
// Highlight the grid columns within the docs so folks can see their padding,
// alignment, sizing, etc.

.show-grid {
  margin-bottom: 15px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, .15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, .2);
}

// Examples
//
// Isolated sections of example content for each component or feature. Usually
// followed by a code snippet.

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
}
// Echo out a label for the example
.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}

.bs-example-padded-bottom {
  padding-bottom: 24px;
}

// Tweak display of the code snippets when following an example
.bs-example + .highlight,
.bs-example + .bs-clipboard + .highlight {
  margin: -15px -15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
}

// Make the examples and snippets not full-width
@media (min-width: @screen-sm-min) {
  .bs-example {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }
  .bs-example + .highlight,
  .bs-example + .bs-clipboard + .highlight {
    margin-top: -16px;
    margin-right: 0;
    margin-left: 0;
    border-width: 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .bs-example + .bs-clipboard .btn-clipboard {
    top: -15px; // due to padding .bs-example has
    border-top-right-radius: 0;
  }
  .bs-example-standalone {
    border-radius: 4px;
  }
}

// Undo width of container
.bs-example .container {
  width: auto;
}

// Tweak content of examples for optimum awesome
.bs-example > p:last-child,
.bs-example > ul:last-child,
.bs-example > ol:last-child,
.bs-example > blockquote:last-child,
.bs-example > .form-control:last-child,
.bs-example > .table:last-child,
.bs-example > .navbar:last-child,
.bs-example > .jumbotron:last-child,
.bs-example > .alert:last-child,
.bs-example > .panel:last-child,
.bs-example > .list-group:last-child,
.bs-example > .well:last-child,
.bs-example > .progress:last-child,
.bs-example > .table-responsive:last-child > .table {
  margin-bottom: 0;
}
.bs-example > p > .close {
  float: none;
}

// Typography
.bs-example-type .table .type-info {
  color: #767676;
  vertical-align: middle;
}
.bs-example-type .table td {
  padding: 15px 0;
  border-color: #eee;
}
.bs-example-type .table tr:first-child td {
  border-top: 0;
}
.bs-example-type h1,
.bs-example-type h2,
.bs-example-type h3,
.bs-example-type h4,
.bs-example-type h5,
.bs-example-type h6 {
  margin: 0;
}

// Contextual background colors
.bs-example-bg-classes p {
  padding: 15px;
}

// Images
.bs-example > .img-circle,
.bs-example > .img-rounded,
.bs-example > .img-thumbnail {
  margin: 5px;
}

// Tables
.bs-example > .table-responsive > .table {
  background-color: #fff;
}

// Buttons
.bs-example > .btn,
.bs-example > .btn-group {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px;
}

// Forms
.bs-example-control-sizing {
  select,
  input[type="text"] + input[type="text"] {
    margin-top: 10px;
  }
}
.bs-example-form .input-group {
  margin-bottom: 10px;
}
.bs-example > textarea.form-control {
  resize: vertical;
}

// List groups
.bs-example > .list-group {
  max-width: 400px;
}

// Navbars
.bs-example .navbar:last-child {
  margin-bottom: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  overflow: hidden; // cut the drop shadows off
}
.bs-navbar-top-example .navbar-header,
.bs-navbar-bottom-example .navbar-header {
  margin-left: 0;
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
.bs-navbar-top-example {
  padding-bottom: 45px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: 15px;
}
.bs-navbar-top-example .navbar-fixed-top {
  top: -1px;
}
.bs-navbar-bottom-example {
  padding-top: 45px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bs-navbar-top-example .navbar-fixed-top,
  .bs-navbar-bottom-example .navbar-fixed-bottom {
    position: absolute;
  }
}

// Pagination
.bs-example .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}

// Pager
.bs-example > .pager {
  margin-top: 0;
}

// Example modals
.bs-example-modal {
  background-color: #f5f5f5;
}
.bs-example-modal .modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}
.bs-example-modal .modal-dialog {
  left: auto;
  margin-right: auto;
  margin-left: auto;
}

// Example dropdowns
.bs-example > .dropdown > .dropdown-toggle {
  float: left;
}
.bs-example > .dropdown > .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 5px;
  clear: left;
}

// Example tabbable tabs
.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

// Tooltips
.bs-example-tooltips {
  text-align: center;
}
.bs-example-tooltips > .btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.bs-example-tooltip .tooltip {
  position: relative;
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
}

// Popovers
.bs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}

// Scrollspy demo on fixed height div
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: 10px;
  overflow: auto;
}

.bs-example > .nav-pills-stacked-example {
  max-width: 300px;
}

// Simple collapse example
#collapseExample .well {
  margin-bottom: 0;
}

// Pseudo :focus state for showing how it looks in the docs
#focusedInput {
  border-color: rgb(204, 204, 204); // Restate unfocused value to make CSSLint happy that there's a pre-CSS3 fallback
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  outline: thin dotted \9; // IE6-9
  box-shadow: 0 0 8px rgba(82, 168, 236, .6);
}







