.vertical-align {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@-webkit-keyframes bounceInUp {

	0%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.23, .77, .34, .99);
		transition-timing-function: cubic-bezier(.23, .77, .34, .99)
	}

	0% {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.23, .77, .34, .99);
		transition-timing-function: cubic-bezier(.23, .77, .34, .99)
	}

	0% {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceOutDown {

	0%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.23, .77, .34, .99);
		transition-timing-function: cubic-bezier(.23, .77, .34, .99)
	}

	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}
}

@keyframes bounceOutDown {

	0%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(.23, .77, .34, .99);
		transition-timing-function: cubic-bezier(.23, .77, .34, .99)
	}

	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 150%, 0);
		transform: translate3d(0, 150%, 0)
	}
}

.animated {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.background-dark {
	background: #293a46
}

.text-dark {
	color: #293a46
}

.hidden-off-screen {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden
}

p:empty,
#shopify-theme-controls,
.jumbo-list-products .themeByline,
.jumbo-list-products .themeFullInfo {
	display: none !important
}

.m-a-0 {
	margin: 0 !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-r-0 {
	margin-right: 0 !important
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-l-0 {
	margin-left: 0 !important
}

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-a {
	margin: 15px !important
}

.m-t {
	margin-top: 15px !important
}

.m-r {
	margin-right: 15px !important
}

.m-b {
	margin-bottom: 15px !important
}

.m-l {
	margin-left: 15px !important
}

.m-x {
	margin-right: 15px !important;
	margin-left: 15px !important
}

.m-y {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}

.m-x-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.m-a-md {
	margin: 22.5px !important
}

.m-t-md {
	margin-top: 22.5px !important
}

.m-r-md {
	margin-right: 22.5px !important
}

.m-b-md {
	margin-bottom: 22.5px !important
}

.m-l-md {
	margin-left: 22.5px !important
}

.m-x-md {
	margin-right: 22.5px !important;
	margin-left: 22.5px !important
}

.m-y-md {
	margin-top: 22.5px !important;
	margin-bottom: 22.5px !important
}

.m-a-lg {
	margin: 45px !important
}

.m-t-lg {
	margin-top: 45px !important
}

.m-r-lg {
	margin-right: 45px !important
}

.m-b-lg {
	margin-bottom: 45px !important
}

.m-l-lg {
	margin-left: 45px !important
}

.m-x-lg {
	margin-right: 45px !important;
	margin-left: 45px !important
}

.m-y-lg {
	margin-top: 45px !important;
	margin-bottom: 45px !important
}

.p-a-0 {
	padding: 0 !important
}

.p-t-0 {
	padding-top: 0 !important
}

.p-r-0 {
	padding-right: 0 !important
}

.p-b-0 {
	padding-bottom: 0 !important
}

.p-l-0 {
	padding-left: 0 !important
}

.p-x-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-a {
	padding: 15px !important
}

.p-t {
	padding-top: 15px !important
}

.p-r {
	padding-right: 15px !important
}

.p-b {
	padding-bottom: 15px !important
}

.p-l {
	padding-left: 15px !important
}

.p-x {
	padding-right: 15px !important;
	padding-left: 15px !important
}

.p-y {
	padding-top: 15px !important;
	padding-bottom: 15px !important
}

.p-a-md {
	padding: 22.5px !important
}

.p-t-md {
	padding-top: 22.5px !important
}

.p-r-md {
	padding-right: 22.5px !important
}

.p-b-md {
	padding-bottom: 22.5px !important
}

.p-l-md {
	padding-left: 22.5px !important
}

.p-x-md {
	padding-right: 22.5px !important;
	padding-left: 22.5px !important
}

.p-y-md {
	padding-top: 22.5px !important;
	padding-bottom: 22.5px !important
}

.p-a-lg {
	padding: 45px !important
}

.p-t-lg {
	padding-top: 45px !important
}

.p-r-lg {
	padding-right: 45px !important
}

.p-b-lg {
	padding-bottom: 45px !important
}

.p-l-lg {
	padding-left: 45px !important
}

.p-x-lg {
	padding-right: 45px !important;
	padding-left: 45px !important
}

.p-y-lg {
	padding-top: 45px !important;
	padding-bottom: 45px !important
}

.alert {
	border-radius: 6px;
	margin: 10px auto;
	padding: 10px;
	font-size: 12px
}

.alert-error {
	background-color: #fff7f7;
	border: 1px solid #ffc4c3;
	color: #e05050
}

.alert-success {
	background-color: #f2fff3;
	border: 1px solid #b3f4b6;
	color: #2ebd67
}

.errors ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.btn-lg.focus,
.btn-lg:focus,
.btn-lg {
	display: inline-block;
	font-size: 14px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #ff0068;
	background: #f20a51;
	font-weight: 400
}

.btn.btn-lg:hover {
	color: #fff;
	background: #c10841;
	border: 1px solid #ff0068
}

input.btn:focus {
	outline: 0
}

.btn-sm {
	font-size: 12px;
	padding: 5px 15px
}

.btn-icon {
	background: 0 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 12px 0;
	opacity: .2;
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

.btn-icon:hover,
.btn-icon:focus {
	outline: none !important;
	opacity: .4
}

.btn-icon.btn-active {
	opacity: 1;
	pointer-events: none
}

.btn-icon:first-child {
	margin-left: 25px;
	margin-right: 5px
}

.link {
	font-size: inherit;
	background: 0 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: underline
}

.footer {
	position: relative;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #dcdfe4
}

.footer p {
	margin-bottom: 5px
}

.footer a {
	text-decoration: none
}

.footer a:hover,
.footer a:focus {
	text-decoration: underline
}

.footer-list,
.footer-social-buttons {
	list-style: none;
	padding: 0;
	margin: 0 0 10px
}

.footer p:last-of-type,
.footer-social-buttons {
	margin-bottom: 20px
}

.footer-list-item,
.footer-social-buttons li {
	display: inline-block
}

.footer-list-item:not(:last-child):after {
	content: "\b7";
	padding: 10px
}

.btn-follow {
	margin-right: 20px
}

.btn-follow .twitter-follow-button {
	width: 225px !important
}

.btn-tweet .twitter-share-button {
	width: 98px !important
}

@media(min-width:768px) {
	.footer {
		padding: 60px 0
	}
}

label,
legend {
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
	font-weight: 400
}

.form-control {
	border: 1px solid #dcdfe4;
	height: 36px;
	padding: 0 10px;
	border-radius: 4px;
	box-shadow: none
}

.form-control:focus {
	border: 1px solid #6b15a1;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(107, 21, 161, .3)
}

.input-lg {
	height: 40px;
	padding: 0 14px;
	font-size: 16px
}

.form-wrapper {
	width: 350px;
	margin: 25px auto
}

.form-wrapper input:not(.input-as-link) {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px
}

.form-wrapper .btn {
	margin-top: 20px
}

.form-description {
	font-size: 14px;
	margin-bottom: 40px
}

.form-fineprint {
	color: #697176;
	font-size: 12px;
	margin-top: -5px
}

.form-fineprint a,
.form-fineprint .input-as-link {
	text-decoration: none
}

.form-fineprint a:hover,
.form-fineprint .input-as-link:hover,
.form-fineprint a:focus,
.form-fineprint .input-as-link:focus {
	color: #6b15a1;
	text-decoration: underline
}

.form-recover-password,
.form-wrapper.is-inRecoveryMode .form-login {
	display: none
}

.form-wrapper.is-inRecoveryMode .form-recover-password {
	display: block
}

#search-form {
	margin: 36px auto;
	max-width: 600px;
	position: relative
}

#search-form #txt-url {
	padding-right: 60px;
	width: 100%;
	height: 60px;
	border: 5px solid #ff0068;
	border-radius: 4px
}

#search-form #btn-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	width: 60px;
	border-radius: 0 4px 4px 0
}

.btn-lg {
	padding: 10px
}

.input-as-link {
	background: 0 0;
	padding: 0;
	display: inline;
	border-width: 0
}

@media(min-width:768px) {
	#search-form #txt-url {
		padding-right: 130px
	}

	.btn-lg {
		padding: 10px 24px
	}

	#search-form #btn-submit {
		position: absolute;
		right: 0;
		top: 0;
		height: 60px;
		width: 120px;
		border-radius: 0 4px 4px 0
	}

	.form-wrapper {
		margin: 50px auto
	}
}

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

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

.container {
	padding: 0
}

.row-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.row-spaced {
	margin-bottom: 80px !important
}

.row-spaced:last-child {
	margin-bottom: 0 !important
}

.row-padded {
	padding-top: 30px;
	padding-bottom: 30px
}

.row-bordered,
.row-backbordered {
	position: relative
}

.row-bordered::before {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.2) 0px, rgba(255, 255, 255, 0) 75%) repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	margin-left: -40%;
	position: absolute;
	width: 80%
}

.row-backbordered:before {
	content: '';
	position: absolute;
	display: block;
	top: 45%;
	left: -1000px;
	right: -1000px;
	height: 1px;
	background-color: #dcdfe4
}

.row .screenshot {
	margin-bottom: 40px
}

.container-fill-height {
	min-height: 100vh
}

.container-overflow-wrap {
	background: #f9f9f9;
	overflow: hidden
}

.hero {
	position: relative;
	text-align: center;
	padding: 80px 0;
	border-bottom: 1px solid #dcdfe4
}

.hero>.hero-header:first-child {
	font-size: 34px;
	margin-top: 0
}

.hero-subheader {
	color: #697176;
	margin: 0 auto;
	max-width: 60%
}

.hero-homepage.hero {
	padding: 30px 0;
	overflow: hidden;
	border-bottom: 0
}

.hero-homepage>.btn {
	margin-top: 20px
}

hr {
	border-width: 0;
	border-top: 1px solid #dcdfe4;
	margin: 20px 0 30px
}

.swag-line-bottom:before {
	top: auto;
	bottom: 0
}

.list-group-item {
	padding: 25px 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	background: 0 0
}

.list-group-item:first-child {
	padding-top: 10px;
	border-top: 0;
	border-radius: 0
}

.list-group-item:last-child {
	border-radius: 0
}

.list-group-item-heading {
	font-size: 12px;
	font-weight: 400;
	text-align: left
}

.list-group-email-lockup {
	margin-right: 60px
}

@media(min-width:768px) {
	.list-group-item {
		border-top: 0;
		padding-top: 10px
	}

	.list-group-item:first-child {
		float: left
	}

	.list-group-item-heading {
		font-size: 12px;
		font-weight: 400;
		text-align: left
	}
}

.navbar {
	border: 0;
	border-radius: 0;
	margin-bottom: 0
}

.navbar-header {
	text-align: center
}

.navbar-brand {
	height: auto;
	padding: 0;
	font-size: 16px;
	display: inline-block;
	float: left;
	text-align: center;
	margin: 9px 0 0 20px
}

.navbar-nav {
	margin-right: -15px
}

.navbar-nav>li>a {
	font-size: 14px
}

.navbar-brand #logo-name {
	display: inline-block;
	font-size: 23px;
	font-weight: 700;
	line-height: 50px;
	padding-left: 5px
}

.navbar-brand img {
	display: inline-block;
	vertical-align: top
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	background: 0 0;
	font-weight: 300
}

.navbar-toggle {
	position: absolute;
	right: 10px;
	top: 0;
	border-color: #c10841;
	color: #293a46;
	margin-right: 0
}

.navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #f9f9f9;
	border-color: #c10841
}

.navbar-toggle .icon-bar {
	background: #c10841
}

.navbar-minimal .navbar-header {
	text-align: center !important;
	float: none !important
}

.navbar-default .navbar-form {
	border: 0;
	padding: 0 15px
}

.navbar-default .navbar-form a.btn {
	margin-left: 10px
}

.navbar.navbar-fixed-bottom {
	border-top: 1px solid #ddd
}

.navbar-fixed-bottom .navbar-nav,
.navbar-fixed-bottom .navbar-header {
	display: none
}

.navbar-fixed-bottom .navbar-right {
	margin-right: 0
}

.navbar-fixed-bottom .navbar-right .close {
	margin-top: 8px
}

.navbar-fixed-bottom .dropdown .caret {
	position: absolute;
	right: 20px;
	top: 27px
}

.navbar-fixed-bottom .dropdown {
	border-left: 1px solid #dcdfe4;
	border-right: 1px solid #dcdfe4
}

.navbar-fixed-bottom .dropdown+.dropdown {
	margin-left: -1px
}

.navbar-fixed-bottom .dropdown-toggle {
	line-height: 1.2;
	padding: 7px 25px 13px;
	min-width: 130px;
	margin-left: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	width: auto;
	right: -1px;
	left: -1px;
	min-width: 130px;
	margin-bottom: 1px;
	border: 1px solid #dcdfe4;
	border-bottom-width: 0;
	box-shadow: none
}

.navbar-fixed-bottom .navbar-nav>.open>a,
.navbar-fixed-bottom .navbar-nav>.open>a:focus,
.navbar-fixed-bottom .navbar-nav>.open>a:hover {
	color: inherit;
	background-color: inherit
}

.navbar-fixed-bottom .dropdown-menu>li>a {
	font-weight: 300;
	padding: 8px 24px
}

.navbar-fixed-bottom small {
	font-size: 70%
}

.navbar-fixed-bottom .navbar-form {
	margin-top: 8px
}

.navbar-fixed-bottom .navbar-brand {
	padding: 16px 25px
}

@media(min-width:768px) {
	.navbar {
		margin-bottom: 0
	}

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0
	}

	.navbar-tall {
		/* height:66px; */
	}

	.navbar-tall .navbar-header,
	.navbar-tall .navbar-nav {
		line-height: 66px;
		text-align: left
	}

	.navbar-brand {
		float: none;
		display: inline-block;
		text-align: left
	}

	.navbar-nav>li>a {
		display: inline-block
	}

	.navbar-nav>li:first-child>a {
		margin-left: 0
	}

	.navbar-fixed-bottom .navbar-nav,
	.navbar-fixed-bottom .navbar-header {
		display: block
	}

	.navbar-fixed-bottom .navbar-right .close {
		display: none
	}
}

.page-header {
	margin-top: 50px;
	border-bottom: 0
}

.table {
	width: 100%
}

.table>thead>tr>th {
	font-size: 12px;
	font-weight: 400;
	text-align: left
}

.table>thead>tr>th,
.table>tbody>tr>td {
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #dcdfe4;
	border-top: 0
}

.table-responsive {
	border: 0;
	overflow-x: visible
}

.table-responsive .btn-sm {
	margin: -5px 0
}

body {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	line-height: 1.6
}

h1 {
	font-size: 21px;
	font-weight: 300
}

h2 {
	font-size: 18px;
	font-weight: 300
}

h3 {
	font-size: 26px;
	font-weight: 300
}

h4 {
	font-size: 16px;
	font-weight: 300
}

h5 {
	font-size: 16px;
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.4
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus {
	text-decoration: none;
	color: inherit
}

h1,
h2 {
	margin: 10px 0
}

h5 {
	margin: 6px 0
}

@media(min-width:768px) {
	body {
		font-size: 16px;
		font-family: Roboto, sans-serif;
		font-weight: 300;
		line-height: 1.6
	}

	h1 {
		font-size: 38px;
		font-weight: 300
	}

	h2 {
		font-size: 26px;
		font-weight: 400;
		line-height: 1.4
	}

	h3 {
		font-size: 26px;
		font-weight: 400
	}

	h4 {
		font-size: 18px;
		font-weight: 300
	}

	h5 {
		font-size: 16px;
		font-weight: 400
	}
}

body {
	color: #293a46
}

a {
	text-decoration: none;
	color: inherit
}

a:hover,
a:focus,
p a {
	text-decoration: none;
	color: #c10841
}

.text-muted {
	color: #697176
}

.text-uppercase {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 400
}

.shopify-preview-bar {
	display: none
}

.panel-floating {
	overflow: hidden;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.panel-profile .panel-title {
	margin-bottom: 5px
}

.panel-profile .panel-heading {
	height: 150px;
	background-size: cover
}

.panel-profile-img {
	max-width: 100px;
	margin-top: -70px;
	margin-bottom: 5px;
	border: 3px solid #fff;
	border-radius: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.popup {
	font-size: 12px;
	display: inline-block;
	position: relative
}

.caret.up {
	border-top: 0;
	border-bottom: 4px solid
}

.popup .caret {
	margin-left: 5px
}

.popup-items {
	font-size: inherit;
	position: absolute;
	background-color: #fff;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	bottom: 30px;
	top: auto;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, .25);
	padding: 0;
	box-shadow: none;
	font-weight: inherit;
	z-index: 1050
}

.popup-item {
	position: relative;
	border: 0;
	width: 100%;
	background: 0 0;
	text-align: left;
	border-bottom: 1px solid #dcdfe4;
	padding: 20px;
	border-radius: 6px 6px 0 0
}

.popup-item:last-child {
	border-radius: 0 0 6px 6px;
	border-bottom: none
}

.popup-item:hover,
.popup-item:focus {
	background-color: #f9f9f9
}

.popup-item-price {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #6b15a1;
	font-weight: 400
}

.popup-item a {
	color: #6b15a1
}

.popup-item p:last-child {
	margin-bottom: 5px
}

.popup-screen {
	display: block;
	position: fixed;
	z-index: 1040;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

body h3 {
	font-size: 21px;
	margin-bottom: 12px
}

#search-form p {
	color: #666;
	font-size: 13px;
	padding: 6px
}

body h4 a,
body p a {
	text-decoration: none;
	color: #6b15a1
}

body h5 {
	font-size: 17px;
	margin-bottom: 8px
}

.homepage-grid h3 {
	font-size: 22px
}

.homepage-terminal-example {
	font-family: monospace;
	background: #272b38;
	color: #48d8a0;
	border-radius: 8px;
	padding: 30px
}

.homepage-terminal-example .text-muted {
	color: #6a7490
}

.homepage-grid-icon {
	margin-bottom: 8px
}

@media(min-width:768px) {
	.homepage-terminal-example {
		padding: 50px
	}
}

.homepage-xs-grid {
	margin: 50px auto 0
}

.homepage-xs-grid>div {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 50px
}

.homepage-xs-grid h3 {
	font-size: 22px
}

.sky-pilot-access-denied {
	text-align: center;
	padding: 50px 0 150px
}

.sky-pilot-access-denied>h2 {
	font-size: 26px
}

.sky-pilot-access-denied>h2+p {
	display: none
}

.sky-pilot-access-denied>p+p {
	max-width: 500px;
	margin: 0 auto;
	color: #697176
}

.sky-pilot-access-denied>p+p:after {
	content: "We'll get you sorted out: themes@getbootstrap.com"
}

.product-details .themeByline,
.product-details .themeFullInfo {
	display: none
}

.product-details {
	position: absolute;
	background: #fff;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	bottom: 0;
	z-index: 10000;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.product-details .container {
	max-width: 960px
}

.product-details h2 {
	margin: 50px 0 30px
}

.product-details .product-details-spacer {
	margin-bottom: 50px
}

.product-detail-trifecta {
	max-width: 80%;
	margin: 0 auto 40px
}

.product-detail-trifecta p {
	font-size: 14px
}

.product-details .close {
	margin-top: 15px;
	margin-right: 15px
}

.iframe-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding-bottom: 56px
}

.iframe-phone {
	width: 375px;
	left: 50%;
	margin-left: -187px
}

@media(min-width:768px) {
	.product-details {
		overflow: visible
	}

	.product-detail-trifecta {
		margin-bottom: 80px
	}
}

.rte {
	line-height: 1.8;
	margin-bottom: 80px
}

.rte-heading {
	margin-top: 40px;
	margin-bottom: 0
}

.rte a {
	color: #6b15a1
}

.rte h4 {
	color: #697176;
	text-align: center;
	margin-bottom: 30px
}

.rte .postList,
.rte p {
	margin-bottom: 30px
}

@media(min-width:768px) {
	.rte-heading {
		margin-top: 80px;
		margin-bottom: 5px
	}

	.rte h4 {
		margin-bottom: 60px
	}
}

.a3-experiment {
	margin-top: 40px
}

.a3-experiment .hero-homepage>.btn {
	font-size: 16px;
	padding: 10px 30px 11px
}

.a3-experiment .hero-header {
	margin-bottom: 0
}

.a3-experiment .hero-header+h4 {
	margin-top: 5px
}

.btn .glyphicon {
	margin: -1px 0 0 3px
}

#result {
	max-width: 800px;
	margin: 20px auto 0
}

.nav-tabs>li>a {
	border-radius: 2px 2px 0 0;
	color: #c10841;
	padding: 10px 20px 11px;
	transition: background-color .2s linear 0;
	font-weight: 700
}

.tab-content .table-bordered {
	border-top: 0
}

.thumbnail {
	margin: 0 auto;
	vertical-align: middle;
	border: 0
}

#result .thumbnail.cover {
	padding-top: 0
}

#result .tab-content .btn {
	width: 100%
}

.search-info>a {
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 43px;
	line-height: 19px;
	overflow: hidden;
	padding-top: 5px;
	text-align: left;
	text-decoration: none;
	text-overflow: ellipsis
}

.progress {
	position: relative;
	height: 30px
}

.progress-bar {
	box-shadow: none;
	filter: none;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	text-indent: 10px;
	text-shadow: none;
	transition: background .2s linear 0
}

.progress small {
	color: #fff;
	line-height: 30px;
	position: absolute;
	left: 10px
}

.thumbnail .ythumbnail {
	width: 100%
}

.media,
.media-body {
	overflow: visible;
	display: table-cell
}

.media-body {
	width: auto
}

.media-heading {
	font-size: 19px
}

.featured .glyphicon {
	font-size: 39px
}

.featured h3,
a.active {
	color: #c10841
}

.featured h3 {
	margin-bottom: 8px
}

.ic_android {
	background: transparent url(../images/ic-android.png) no-repeat scroll center top;
	background-size: contain;
	display: inline-block;
	height: 24px;
	width: 21px;
	margin-bottom: 3px;
	vertical-align: middle
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #eee
}

.thumbnail .caption {
	padding: 9px 0
}

.autocomplete-suggestions {
	background-color: #fff;
	border: 1px solid #d3e0e9;
	border-radius: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .21);
	padding: 6px 0 19px;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 0 15px
}

.autocomplete-suggestions .autocomplete-selected {
	background: #eee
}

.video-thumbnail img {
	width: 100%;
	height: auto
}

a.video-thumbnail {
	float: left;
	position: relative;
	width: 100%
}

a.video-thumbnail span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/play-btn.png) no-repeat;
	background-position: 50% 50%;
	background-size: 186%;
	left: 0;
	top: 0;
	opacity: .7
}

a.video-thumbnail span:hover {
	opacity: .9
}

.item-thumbnail {
	display: block;
	position: relative
}

.item-thumbnail span.time {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
	position: absolute;
	right: 0
}

.installAppAndroid {
	background-color: #fbfbfb;
	border: 1px solid transparent;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	height: 70px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000000
}

.closeInstallAppAnroid {
	float: left;
	height: 10px;
	margin-left: 10px;
	margin-top: 25px;
	width: 20px
}

.infoLeftInstallAppAnroid {
	color: #333;
	float: left;
	font-size: 16px
}

.infodetailInstallAppAnroid {
	color: #333;
	font-size: 13px;
	padding-top: 5px;
	width: 250px
}

.buttonInstallAppAnroid {
	font-size: 14px;
	margin-right: 10px;
	margin-top: -17px;
	padding: 7px 10px 4px;
	position: absolute;
	right: 0;
	top: 50%
}

.infoLeftInstallAppAnroid img {
	float: left;
	margin: 5px 10px 5px 5px;
	width: 60px
}

.ads-social-box {
	width: 350px;
	height: auto;
	display: block;
	float: left
}

.comment-box {
	max-width: 530px;
	width: calc(100% - 350px);
	float: left;
	padding: 0 10px
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important
}

.disqus-footer__wrapper {
	display: none !important
}

.article img {
	max-width: 100%
}

.article h1 {
	font-size: 29px
}

.article.p-l-md {
	padding-left: 0 !important
}

@media screen and (max-width:480px) {
	a.video span {
		background-size: 400%
	}
}

@media(max-width:767px) {
	.input-lg {
		padding: 0 6px
	}

	.navbar-nav>li>a {
		text-align: right;
		margin-right: 30px
	}

	.thumbnail {
		padding-top: 0
	}

	.table>thead>tr>th,
	.table>tbody>tr>td {
		padding: 10px 5px;
		vertical-align: middle
	}

	#result {
		margin: 10px auto 0
	}

	.nav-tabs>li>a {
		padding: 10px 10px 11px
	}

	#search-form p.small {
		font-size: 11px
	}

	.hero-homepage.hero {
		padding: 10px 0
	}

	#search-form {
		margin: 36px auto 10px
	}

	.container>.panel {
		border-radius: 0
	}

	.ads-social-box {
		width: 100%;
		height: auto;
		display: block;
		float: none
	}

	.comment-box {
		max-width: 100%;
		width: 100%;
		float: none
	}

	.article h1 {
		font-size: 21px
	}
}

.extension {
	display: none;
	position: fixed;
	bottom: 14px;
	right: 0;
	z-index: 1200;
	width: 220px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
	background: #c10841;
	transform: translateZ(0)
}

.extension.is-rolledUp {
	margin-right: 20px;
	border-radius: 5px;
	animation: extRollUp 2.6s ease-in-out
}

@media(min-width:1025px) {
	.extension {
		display: block;
		animation: extAppear .8s ease-in-out
	}
}

.extension-header {
	padding: 5px 10px;
	font-size: 0;
	line-height: 0
}

.is-init .extension-header {
	border-radius: 0;
	background: 0 0
}

.is-rolledUp .extension-header {
	border-radius: 5px;
	background: #c10841;
	animation: extRollUpHeader 2.6s ease-in-out
}

.is-rolledUp--half .extension-header {
	animation: none;
	transition: all .78s ease-in-out .78s
}

.is-superCollapsed .extension-header,
.is-rolledDown .extension-header {
	padding: 6px;
	border-radius: 5px 0 0 5px;
	animation: extRollDownHeader 2.6s ease-in-out
}

.is-superCollapsed .extension-header {
	animation: none
}

.is-rolledDown--half .extension-header {
	animation: extRollDownHeaderHalf 1.95s ease-in-out
}

.extension-headerImgContainer {
	display: inline-block;
	width: 56px;
	height: 60px;
	margin-right: 16px;
	vertical-align: middle;
	line-height: 60px
}

.is-rolledUp .extension-headerImgContainer {
	transition: all 0 ease-in-out .91s
}

.is-superCollapsed .extension-headerImgContainer,
.is-rolledDown .extension-headerImgContainer {
	width: 26px;
	height: 26px;
	margin-right: 0;
	text-align: center;
	line-height: 26px;
	transition: all 0 ease-in-out 1.82s
}

.is-rolledDown--half .extension-headerImgContainer {
	transition: all 0 ease-in-out 1.17s
}

.extension-headerImg {
	max-width: 100%;
	max-height: 100%
}

.extension-headerText {
	display: inline-block;
	overflow: hidden;
	width: calc(100% - 56px - 16px);
	max-height: 150px;
	line-height: 1.25em;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 700
}

.is-rolledUp .extension-headerText {
	transition: all 0 ease-in-out .91s
}

.is-superCollapsed .extension-headerText,
.is-rolledDown .extension-headerText {
	max-height: 0;
	width: 0;
	transition: all 0 ease-in-out 1.82s
}

.is-rolledDown--half .extension-headerText {
	transition: all 0 ease-in-out 1.17s
}

.mp3-btns {
	display: inline-block
}

@media screen and (min-width:768px) and (max-width:992px) {
	.navbar-nav>li.snav {
		display: none
	}
}

@media(max-width:768px) {
	body>iframe {
		left: auto;
		right: 0;
		top: auto !important;
		bottom: 0 !important;
		inset: auto 0 15px auto !important
	}
}

@media(max-width:321px) {
	.btn.btn-mp3 {
		display: block;
		width: 100%
	}

	.mp3-btns {
		display: block !important;
		margin-top: 20px
	}
}

.container p {
	overflow: hidden;
	}
	
	.col-md-12 a {
    color: #c10841;
}