
/*TEMPLATE*/


html {
	height: 100%;
}

body {
	font-family: open sans;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.row {
	max-width: 100%;
	margin: 0;
}

.container-fluid {
	padding: 0;
}


/*NAVBAR*/


.navbar {
	background-color: white;
	border: none;
	margin: 0;
}

.header-top {
	height: 40px;
	width: 100%;
	background-color: #f8f8f8;
}

.header-login {
	float: right;
	padding: 10px;
}

.header-login a {
	float: right;
	padding: 0 7px;
	color: #777;
}

.header-login a:not(:first-child) {
	border-right: 1px solid #ddd;
}

.nav {
	float: right;
	margin: 10px 30px 0 0;
}

.nav > li > a{
	padding: 0 10px;
	line-height: 20px;
}

.nav > li:not(:first-child) {
	border-left: 1px solid #ddd;
}

.navbar-inner {
	position: relative;
}

.navbar-brand {
	position: absolute;
	left: 0;
	top: 15%;
}

.social {
	float: right;
	margin: 10px;
}

.basket {
	width: 170px;
	height: 60px;
	background-color: #f48625;
	float: right;
	border-radius: 0 0 15px 15px;
	position: relative;
}

.basketIcon {
	float: left;
}

.basketCount {
	float: right;
	color: white;
	font-size: 12pt;
	margin: 7px 20px 0 0;
}

.basketTotal {
	float: right;
	color: white;
	font-size: 12pt;
	margin: 0 20px 0 0;
}

.basket > img {
	margin: 10px;
}

.header-call {
	float: right;
	font-size: 20pt;
	font-weight: 600;
	color: #4d4d4d;
	margin: 10px 20px;
}

.header-cats {
	width: 100%;
	background-color: #f48625;
	position: relative;
}

.header-shipping {
	float: right;
}


/*ALTERNATE NAVBAR*/


.navbarAlt {
	width: 100%;
	height: 60px;
	background-color: #f48625;
	position: fixed;
	top: 0;
	display: none;
	z-index: 20;
}

.navbarAltLogo {
	margin: 5px;
	height: 50px;
	float: left;
}

.basketAlt {
	width: 140px;
	height: 60px;
	float: right;
	position: relative;
	
}

.basketAltIcon {
	float: left;
	margin-top: 8px;
}

.altCategoryMenu {
	float: right;
	margin: 0 5px;
	padding: 14px;
	cursor: pointer;
}

.hamburgerBar {
	background-color: white;
	width: 40px;
	height: 5px;
	border-radius: 5px;
	margin: 4px;
}

.altCatList {
	background-color: #f48625;
	top: 60px;
	position: relative;
	text-align: center;
	width: 300px;
	float: right;
	margin: 0 50px;
	display: none;
	vertical-align: middle;
}

.alt-cat-ul {
	padding: 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
}

.alt-cat-ul:last-of-type {
border: none!important;
}

.alt-cat-ul a {
	text-decoration: none;
}

.alt-master-cat {
	list-style: none;
	color: white;
	padding: 10px;
	font-weight: 500;
	cursor: pointer;
	text-align: center;
	
}

.alt-master-cat:hover {
	font-weight: 700;
}

.alt-sub-cat-container {
	display: none;
	margin-bottom: 10px;
}

.alt-sub-cat {
	list-style: none;
	color: #efefef;
	font-size: 9pt;
	padding: 2px;
}

.alt-sub-cat:hover {
	font-weight: 700;
}


/*HOME PAGE*/


.home-hero {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#homeCarousel {
	display: none;
}

.home-banner-content {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.home-hero h1 {
	font-size: 40pt;
	color: white;
	font-weight: 800;
	max-width: 700px;
	float: right;
	margin: 10% 10% 0 0;
	text-align: right;
	line-height: 60px;	
}

.hero-logo {
	float: right;
	margin: 40px 20% 0 0;
}

.hero-learn-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto -1px auto;
	display: block;
}

.home-featured-header {
	padding: 20px 30px;
	background-color: #f48625;
	width: 100%;
	max-width: 600px;
	margin: 30px 0;
}

.home-featured-header h2 {
	color: white;
	font-weight: 800;
	text-align: right;
	margin: 0;
}

.home-featured-header h1 {
	color: white;
	font-weight: 800;
	text-align: right;
	margin: 0;
}

.home-banner-ad {
	background-image: url(../images/home-banner-ad-bg.jpg);
	background-position: center;
	background-size: cover;
	
}

.home-banner-ad h1 {
	font-size: 32pt;
	color: white;
	font-weight: 800;
	text-align: center;
	line-height: 60px;
	margin-top: 30px;
}

.home-banner-ad h2 {
	color: white;
	font-weight: 800;
	text-align: center;
	margin: 30px;
}

.home-banner-learn-more {
	color: #df7200!important;
	padding: 20px 30px!important;
	background-color: white;
	width: 300px;
	margin: 50px auto 0 auto!important;
	position: relative;
}

.home-banner-learn-more:hover {
	background-color: #ddd;
}

.header-master-cat {
	color: white;
	padding: 10px 16px;
	display: inline-block;
	font-weight: 600;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.header-master-cat:hover {
	background-color: white;
	color: #f48625!important;
}

.sub-cat-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	max-width: 1400px;
	padding: 0;
	margin: 0 auto;
/*	background-color: rgba(255, 255, 255, 1.0);*/
	color: #333;
	z-index: 10;
	display: none;
	/*border: 1px solid #eee;*/
}

.sub-cat-container a {
	text-decoration: none;
}

.header-sub-cat {
	padding: 20px 20px;
	font-weight: 400;
	color: #666;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 25%;
	display: inline-block;
	border: 1px solid #eee;
	background-color: white;
}

.header-sub-cat:hover {
	border: 1px solid #f48625;
	color: #555;
	font-weight: 600;
}

.header-sub-cat p {
	margin: 15px 10px;
}

.header-cats-inner {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.header-cats-inner > ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-cat-ul {
	/*position: relative;*/
}

.cat-thumb {
	width: 70px;
	float: left;
	margin: 0 10px;
}

.news-title {
	min-height: 80px;
}


/*CATEGORY LISTINGS*/


.listings-container {
	background-color: #f4f4f4;
	min-height: 100%;
}

.listings-col {
	padding: 0;
}

.listings-col-inner {
	margin: 10px;
	padding: 5px;
	background-color: white;
	position: relative;
	padding-bottom: 100px;
}

.listings-col-inner h3 {
	font-weight: 600;
	font-size: 10pt;
	text-align: center;
	line-height: 20px;
	color: #666;
	margin: 5px;
}

.listings-col-inner h4 {
	font-size: 10pt;
	color: #aaa;
	padding: 10px;
	margin: 0;
}

.listings-price {
	text-align: center;
	font-size: 16pt;
	font-weight: 700;
	color: #555;
	position: absolute;
	bottom: 60px;
	width: 100%;
	left: 0;
	right: 0;
}

.listings-addCart {
	width: calc(100% - 20px);
	background-color: #f8f8f8;
	color: #666;
	text-align: center;
	font-weight: 800;
	padding: 10px;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	cursor: pointer;
}

.listings-viewCart {
	width: calc(100% - 20px);
	background-color: #f8f8f8;
	color: #666;
	text-align: center;
	font-weight: 800;
	padding: 10px;
	margin-top: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	cursor: pointer;
}

.listings-addCart:hover, .listings-viewCart:hover {
	background-color: #f48625;
	color: white;
}

.list-side-cats > h4, .list-featured > h4, .list-side-filter > h4 {
	text-align: center;
	width: 100%;
	color: #555;
	font-weight: 500;
	padding: 10px;
	border-bottom: 1px solid #ededed;
}

.list-side-cats, .list-featured, .list-side-filter {
	background-color: white;
	margin-bottom: 20px;
}

.list-cat-ul {
	padding: 0;
	margin: 0 10px;
	border-bottom: 1px solid #efefef;
}

.list-cat-ul:last-of-type {
border: none!important;
}

.list-cat-ul a {
	text-decoration: none;
}

.list-master-cat {
	list-style: none;
	color: #666;
	padding: 10px;
	font-weight: 500;
	cursor: pointer;
	
}

.list-master-cat:hover {
	color: black;
}

.list-sub-cat-container {
	display: none;
	margin-bottom: 10px;
}

.list-sub-cat {
	list-style: none;
	color: #888;
	margin-left: 20px;
	font-size: 9pt;
	padding: 2px;
}

.list-sub-cat:hover {
	color: #333;
}

.cat-selected {
	font-weight: 600;
	color: #f48625;
}

.addCartConfirm {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	text-align: center;
	padding: 20px;
	border-top: 1px solid #eee;
	display: none;
}

.addCartConfirmName {
	font-weight: 600;
	color: #f48625;
}

.featuredCol {
	margin: 20px 0;
}

.featuredColInner h2 {
	font-size: 12pt;
	color: #f48625;
	font-weight: 700;
	margin: 10px;
}

.featuredColInner p {
	color: #333;
	font-size: 10pt;
	margin: 0 10px;
}

.search {
	float: right;
	margin: 20px 0;
	width: 50%;
	position: relative;
}

.searchAlt {
	left: 45%;
	top: 8px;
	margin: 0;
	margin-left: -150px;
	width: 300px;
	position: fixed;
	z-index: 21;
}

.searchSubmit {
	height: 46px;
	width: 60px;
	background-color: #f48625;
	float: right;
	border-radius: 0 10px 10px 0;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.searchBox {
	border-radius: 10px 0 0 10px!important;
}

.searchHelp {
	z-index: 12;
	background-color: white;
	padding: 10px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	display: none;
}

.searchHelp li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #eee;
	color: #333;
}

.searchHelp > a > li:hover {
	color: #f48625;
}

.searchHelp > a:hover {
	text-decoration: none;
}

.searchContainer {
	width: calc(100% - 60px);
}

.searchImg {
	float: left;
	margin: 0 10px 5px 0;
}

.searchResultPrice {
	font-weight: 600;
}

.searchHeader {
	text-align: center;
	background-color: white;
	padding: 10px;
	margin: 10px;
}

.listingsInCart {
	background-color: #f48625;
	color: white;
	padding: 5px;
	width: 30px;
	border-radius: 20px;
	position: absolute;
	text-align: center;
	top: -5px;
	right: -5px;
}

.navbarAltContainer {
	z-index: 10;
}

.login-panel {
	display: none;
}

.login-field-container {
	margin: 5px;
	float: right;
	width: 100%;
}

.login-submit-container {
	margin: 5px;
	float: left;
	width: 100px;
}

.login-field {
	border-radius: 10px!important;
}

.loginLink {
	cursor: pointer;
}

.url-form {
	display: none!important;
}

.registeredContainer {
	max-width: 700px;
}

.registeredContainer > h2 {
	color: #f48625;
	font-weight: 800;
	text-align: center;
	margin: 40px;
}

.checkout-container h1 {
	font-weight: 700;
	margin: 20px 0 20px 0;
	padding: 30px 0;
	font-size: 24pt;
	border-bottom: 1px solid #ccc;
}

.checkout-container h2 {
	font-weight: 600;
	font-size: 20pt;
	border-bottom: 1px solid #777;
	padding: 10px 0;
	margin: 0;
}

.cartOrderCol {
	padding: 0 20px;
}

.cartOrderRows {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

.cartProductCol {
	text-align: left;
	padding: 5px 5px 5px 0;
	font-weight: 700;
	font-size: 9pt;
}

.cartQtyCol {
	text-align: center;
	padding: 5px 0;
}

.cartSubtotalCol {
	text-align: right;
	padding: 5px 0 5px 5px;
}

.subtotalRowLeft {
	font-size: 16pt;
	font-weight: 600;
	float: left;
	padding: 10px;
}

.subtotalRowRight {
	font-size: 16pt;
	font-weight: 600;
	float: right;
	padding: 10px;
}

.totalRowLeft {
	font-size: 18pt;
	font-weight: 700;
	float: left;
	padding: 10px;
}

.totalRowRight {
	font-size: 18pt;
	font-weight: 700;
	float: right;
	padding: 10px;
}

.checkout-container .input-group {
	width: 95%;
	margin: 5px auto 10px auto;
}

.checkout-container .form-control {
	font-size: 10pt;
	border: 2px #ddd solid;
	border-radius: 0;
}

.popup-form {
	font-size: 10pt!important;
	border: 2px #ddd solid;
	border-radius: 0!important;
}

.accountPopup .input-group {
	width: 100%;
	padding: 5px!important;
}

.accountPopup > .split-field {
	padding: 0;
}

.checkout-container .col-xs-6 {
	padding: 0 3px;
	margin: 0;
}

.checkout-container h4 {
	padding: 10px 0;
	margin: 0;
	font-size: 10pt;
	font-weight: 400;
}

.checkbox {
	width: 30px;
	height: 30px;
	border: 2px solid #ddd;
	padding-top: -5px;
	float: left;
	margin: 3px 6px;
}

.checkboxTick {
	display: none;
}

.checkboxSelected {
	display: inherit;
}

.shippingAddressContainer {
	margin: 15px 10px 20px 10px;
}

#shippingForm {
	display: none;
}

.shippingMethodOption {
	height: 30px;
	width: 30px;
	border: 2px solid #ddd;
	border-radius: 15px;
	margin: 15px;
	float: left;
}

.checkoutShipping h4 {
	margin: 11px 0;
}

.radioOption {
	display: none;
}

.radioSelected {
	display: inherit;
}

.cartOrderCol h3 {
	text-align: center;
	color: #f48625;
	font-size: 14pt;
	background-color: #f8f8f8;
	padding: 10px;
	margin: 0;
	cursor: pointer;	
}

.cartEditImg {
	display: none;
}

.cartLineRemove {
	color: white;
	background-color: #9e1515;
	padding: 5px 10px;
	display: inline-block;
	float: right;
	display: none;
	border-radius: 5px;
	font-size: 10px;
	margin-top: 15px;
	cursor: pointer;
}

.cartQtyContainer {
	position: relative;
	display: none;
}

.cartQtyField {
	text-align: center;
	width: 100px;
	height: 30px;
	margin: 10px 0;
	font-size: 12pt;
	font-weight: 700;
}

.quantityAdd {
	position: absolute;
	right: -15px;
	height: 30px;
	top: 10px;
	background-color: #444;
	color: white;
	padding: 5px 0;
	font-size: 12pt;
	font-weight: 800;
	cursor: pointer;
	text-align: center;
	width: 30px;
}

.quantitySubtract {
	position: absolute;
	left: 0;
	height: 30px;
	top: 10px;
	background-color: #444;
	color: white;
	padding: 5px 0;
	font-size: 12pt;
	font-weight: 800;
	cursor: pointer;
	text-align: center;
	width: 30px;
}

.cartEditUpdate {
	text-align: center;
	font-weight: 700;
	font-size: 14pt;
	padding: 10px;
	background-color: #f48625;
	color: white;
	text-decoration: none;
	display: none;
	margin: 10px 0;
}

.checkoutPayment p {
	padding: 15px 5px;
}

.payButton {
	text-align: center;
	color: white;
	background-color: #f48625;
	font-size: 20pt;
	font-weight: 800;
	padding: 10px;
	cursor: pointer;
	border: none!important;
	box-shadow: none!important;
	width: 100%!important;
}

.logout {
	cursor: pointer;
}

.accountPopupContainer {
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: 600px;
	top: 30%;
	z-index: 210;
}

.couponApplyMsgContainer {
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: 300px;
	top: 30%;
	z-index: 210;
}

.accountPopup {
	position: absolute;
	background-color: white;
	width: 100%;
	padding: 20px;
	left: -50%;
}

.couponApplyMsg {
	position: absolute;
	background-color: white;
	width: 100%;
	padding: 20px;
	left: -50%;
}

.couponApplyMsg h2 {
	font-size: 16pt;
	color: #f48625;
	text-align: center;
	font-weight: 700;
}

.couponMsgClose {
	background-color: #f48625;
	color: white;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	margin: 10px auto;
	font-weight: 700;
	
}

.accountPopupBackground, .couponApplyMsgBackground {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 200;
	display: none;
	width: 100%;
}

.accountPopup > .input-group {
	width: 100%;
}

input[readonly] {
    background-color: white!important;
}

.closePopup {
	padding: 10px 20px;
	background-color: #f48625;
	position: absolute;
	top: 10px;
	right: 25px;
	color: white;
	font-weight: 700;
	cursor: pointer;
	z-index: 215;
}

.accountPopupSubmit {
	background-color: #f48625;
	color: white;
	font-weight: 700;
	cursor: pointer;
	z-index: 215;
	
}

.emailTaken {
	font-size: 12pt;
	color: red;
	padding: 20px 10px 0px 20px;
	font-weight: 600;
	display: none;
}

.checkoutPasswordWrong {
	display: none;
	font-size: 12pt;
	color: red;
	text-align: right;
	padding: 20px 10px 0px 20px;
}

.formUrl {
	display: none!important;
}

.applyCoupon {
	width: 100%;
	background-color: #f48625;
	color: white;
	font-weight: 700;
	cursor: pointer;
	margin: 10px 0;
	line-height: inherit;
	padding: 10px;
	text-align: center;
	border: none;
	box-shadow: none;
	display: none;
}

.couponFail {
	padding: 10px;
	color: red;
	font-weight: 600;
	margin: 10px 0;
}

.couponRow {
	display: none;
}

.paymentErrorImg {
	display: block;
	margin: 60px auto;
}

.errorContainer h2, .orderCompleteContainer h2 {
	color: #f48625;
	font-weight: 800;
	text-align: center;
	font-size: 26pt;
	margin: 30px 10px;
}

.errorContainer h3, .orderCompleteContainer h3 {
	color: #555;
	font-weight: 700;
	text-align: center;
	font-size: 20pt;
	margin: 30px 10px;
}

.orderCompleteImg {
	display: block;
	margin: 60px auto;
}

.orderCompleteItemRow {
	border-bottom: 1px solid #ddd;
	padding: 20px 5px;
}

.orderCompleteTotals {
	width: 300px;
	float: right;
}

.orderCompleteTotals h4 {
	text-align: right;
	font-size: 16pt;
	font-weight: 700;
	color: #555;
	border-bottom: 1px solid #ddd;
	padding: 10px 80px 10px 0;
	
}

/* FOOTER PAGE */

.footer {
	background-color: #4d4d4d;
	height: auto;
}

.footer-logo {
	margin: 50px auto 20px auto ;
}

.icon-col {
	padding-right: 0;
}

.detail-icon {
	float: left;
}

.detail-content p {
	font-size: 14pt;
	padding-left: 10px;
}

.detail-content p a {
	color: white;
}

.details-centre {
    margin: 0 auto;
    text-align: center;
}

.detail-row {
    margin: 10px auto;
    display: inline-block;
    text-align: left;
    width: 200px;
}

.detail-row p {
	display: inline-block;
	margin-left: 15px
}

.detail-row-top {
	margin-top: 25px;
}

.footer-details {
	color: white;
}

.f-links {
	color: white;
	list-style-type: none;	
	margin-top: 30px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.f-links ul {
	list-style-type: none;
	padding-left: 20px;	
	padding-top: 20px;
	
}

.f-links ul li {
	font-family: 'Open Sans',sans-serif;
	font-size: 14pt;
	line-height: 40px;
}

.f-links ul a {
	color: white;
}

.f-links ul a:hover {
	color: #c3c3c3;
}

.f-links h5 {
	font-family: 'Open Sans',sans-serif;
	font-weight: 800;
	font-size: 14pt;
}

.footer-links {
	border-left: 1px solid white;
	border-right: 1px solid white;
}

.copyright {
	margin-top: 40px;
	margin-bottom: 15px;
}

.copyright p {
	color: white;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;
	text-align: center;
	max-width: 460px;
	margin: 0 auto;
}

.tch {
    max-height: 20px;
    float: none;
    margin: 0 auto;
}

.footerSubscription {
	background-color: #f6f6f6;
	padding-top: 10px;
	margin-top: 30px;
}

.footerSubscription h2 {
	color: #f48625;
	font-weight: 800;
	text-align: center;	
}

.hs_firstname {
	width: 50%!important;
	float: left!important;
	display: inline-block!important;
}

.hs_email {
	width: 50%!important;
	float: left!important;
	display: inline-block!important;
}

.hs-input {
	height: 30px!important;
	width: 100%!important;
	max-width: 1000px!important;
}

.hs-form-field {
	padding: 10px!important;
}

.hs-button {
	width: 200px!important;
	height: 50px!important;
	background-color: #f48625!important;
	border: none!important;
	box-shadow: none!important;
	background-image: none!important;
	border-radius: none!important;
	text-shadow: none!important;
	font-family: 'Open Sans',sans-serif!important;
	font-size: 14pt!important;
	position: relative!important;
	margin-left: calc(50% - 100px)!important;
}

.colour-a {
	color: inherit;
}

.specialLink {
	color: #BF0000!important;
}


@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1040px) {



}

@media only screen and (max-width: 992px) {
	
	.container {
		width: 100%;
	}

	.nav {
		display: none;
	}
	
	.detail-content p {
	    font-size: 12pt!important;
	}
	
	.f-links ul li {
	    font-size: 12pt!important;
	}
	
	.header-shipping {
		display: none;
	}
	
}


@media only screen and (max-width: 767px) {

	.navbar-toggle {
		display: none;
	}
	
	.navbar {
		display: none;
	}
	
	.navbarAlt {
		display: block;
	}
	
	.altCategoryMenu {
		left: 38%;
	}
	
	.searchAlt {
		display: none;
	}
	
	.orderCompleteTotals {
		width: 100%;
	}
	
	.home-featured-header h2 {
	    text-align: center;
	}
	
	.home-featured-header {
	    max-width: 100%;
	}
	
	.footer-links {
	    border: none!important;
	}
	
	.f-links {
	    color: white;
	    list-style-type: none;
	    margin-top: 30px;
	    padding-top: 10px!important;
	    padding-left: 20px;
	    padding-bottom: 10px!important;
	}
	
	.f-links ul {
	    list-style-type: none;
	    padding: 0!important;
	    text-align: center;
	}
	
	.f-links h5 {
	    font-family: 'Open Sans',sans-serif;
	    font-weight: 800;
	    font-size: 14pt;
	    text-align: center;
	    color: #f48625;
	}
	
	.details-centre {
		margin: 0 auto;	
	}
	
	.home-featured-header {
	    margin-top: 80px;
	}
	
	.home-featured-header h1 {
	    text-align: center;
	}
	
	.footer {
	    background-color: #4d4d4d;
	    height: auto;
	    padding-bottom: 120px;
	}
	
	.carousel-inner {
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	    margin-top: 60px;
	}
	
}

@media only screen and (max-width: 500px) {
	
	.detail-content p {
	    font-size: 10pt!important;
	}
	

	
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               





