a:focus,
a:active,
a:hover{
	outline:0 !important;
}
#p-description a {
	color: #00adbc !important;
}
.wrapper{
	max-width: 1040px;
	margin: auto;
}
#logo{
	max-width: 275px;
	width: 100%;
}
.top-nav{
	list-style-type: none;
	display: block;
	text-align:left;
	padding-left: 0;
	margin-top: 27px;
}
.top-nav li a{
	font-size: 15px;
	text-transform: uppercase;
	color: #435261;
	font-weight: 700;
}
.top-nav li a:hover {
	text-decoration: underline;
}
.main-nav{
	list-style-type: none;
	display: block;
	margin-bottom:0;
	padding-left: 0;
}
.main-nav li{
	background: #4795b6;
	margin: 0 2px;
}
.phone-m a, .phone-m a:hover {
	margin: 14px 0 0 20px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.navbar-inverse{
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
.navbar-inverse .navbar-brand{
	background: #2e3e59;
	color:#fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #2e3e59;
}
.navbar-collapse{
	border:none;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
	margin-right: 25px;
}
a:hover{
	text-decoration: none;
}
.mag-glass{
	position: absolute;
	right: 25px;
	top: 18px;
}
.video-container{
	padding: 50px 0;
	border-bottom: solid 15px #e7eff0;
	margin-bottom: 35px;
}
.button-container{
	position: relative;
	max-width: 365px;
	margin: auto;
}
.button-container img{
	position: absolute;
	bottom: 30px;
}
.img-center{
	margin:auto;
}
.product-offer{
	font-family: 'Cabin', sans-serif;
	text-align: center;
}
.product-label{
	font-size: 22px;
	font-weight: 900;
}
.product-offer p{
	margin: 25px 0;
}
.footer-nav{
	list-style-type: none;
	padding-left:0;
	line-height: 28px;
}
footer h5{
	font-weight: 700;
	color:#407499;
	font-size:15px;
}
footer .icon{
	margin-top: -40px;
}
.copyright{
	color:#407499;
	font-size:12px;
}
.custom-height{
	height: 75px;
}
#footer-cards {
	width: 100%;
	max-width: 220px;
	display: block;
	margin: auto;
}
.footer-guarantee img {
	width: 100%;
	max-width: 150px;
	display: block;
	margin: auto;
	cursor: pointer;
}
footer .wrapper{
	padding: 50px 0;
}
.select-menu{
	display:none;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #C8C8C8;
	border-radius: 4px;
	cursor: pointer;
	padding: 5px;
	height: 30px;
	font-size: 13px;
	margin-bottom:10px;
}
.sep-border{
	border-top: 1px solid #bcdfe3;
	padding: 10px 0 0;
	margin-top:10px;
}
.orange-link {
	color: #e85301;
}

/*******product page***/
.empty-space{
	height: 20px;
}
.img-product{

	max-height:209px;
}
.label-info {
	background: transparent;
}
.tab-pane .label-info p {
	font-weight: 200;
}
.label-supp-facts {
	margin: 1em 0;
}
.label-supp-facts .row:last-child {
	border-bottom: 1px solid #777;
}
.label-info .row {
	display: flex;
	flex-wrap: wrap;
}
.label-header {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	font-weight: bold;
	padding: 10px;
}
.label-header:last-child {
	border-right: 1px solid #777;
}
.label-data {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	padding: 10px;
}
.label-data:last-child {
	border-right: 1px solid #777;
}
.label-data span {
	font-size: 85%;
	display: inline-block;
}
.label-gmp {
	max-width: 110px;
}
.show-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.remove-mobile {
		display: none;
	}
	.show-mobile {
		display: block;
	}
}
/*******cart*******/
.shopping-cart{
	padding: 50px 0;
}
.shopping-cart .featured{
	text-align: left;
}
.quantity-field{
	width: 50px;
	text-align: right;
	padding: 5px;
}
.cartlabels{
	margin-top: 20px;
}
.purchase-product{
	border-top: solid 2px #4795b6;
	border-bottom: solid 2px #4795b6;
}
.purchase-product .price{
	margin-top: 5px;
}
.purchase-product{
	font-family: 'Cabin', sans-serif;
}
.product-image{
	border: solid 1px #4795b6;
	padding: 15px;
}
.purchase-product .name{
	color: #2e3e59;
	font-size: 20px;
	margin-top: 5px;
}
.purchase-product .removed{
	margin-top: 8px;
}
.product-image img{
	width: 75px;
}
.del-upgrade{
	background: #ced4d4;
	padding: 7px 10px;
	border-radius: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 13px;
	max-width: 260px;
	white-space: normal;
	text-align: center;
	font-weight: bold;
	float: left;
}
.ar-info {
	float: left;
	font-size: 12px;
	color: #b2b8b8;
	margin: 11px 5px;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.ar-info, .del-upgrade {
		float: none !important;
	}
	.ar-info {
		display: block;
		max-width: 260px;
		margin: auto;
		text-align: right;
		position: relative;
		top: -22px;
		right: -17px;
	}
}
.selected{
	background: #a5e4c8;
}
.del-upgrade input[type=checkbox]{
	margin-right: 5px;
}
.purchase-product .items{
	border-bottom: solid 1px #bddbe7;
	padding: 30px 20px;
}
.purchase-product .items:last-child{
	border: none;
}
.cart-totals{
	font-family: 'Cabin', sans-serif;
}
.cart-totals  .labels, .cart-totals .amounts{
	text-align: right;
}
.cart-totals  .labels{
	font-size: 18px;
	font-weight: 800;
}
.checkoutbutton-container{
	text-align:right;
	margin: 50px 0;
}
.cart-totals {
	padding: 25px 0;
}
.checkout-separator{

}
.checkout-separator{
	border-bottom: solid 1px #2e3e59;
	padding: 3px;
	margin-bottom: 20px;
	width: 400px;
	float: right;
}
.top-label{
	text-align:right;
}

.close-con
{
	position:absolute; right:0px; top:6px;
	z-index:9999;
}

.close-con a
{
	font-size:16px; padding: 6px 12px; cursor:pointer;
}

.video-container,
.video-container iframe,
.video-container img {
	max-width:100%;
}

@media only screen and (max-width:767px){
	.product-offer {
		margin: 0;
	}
	.select-menu{
		display:block;
	}
	.widget .footer-nav{
		display:none;
	}
}

@media only screen and (max-width:480px){
	.contact, .copyright{
		text-align:center;
	}
	.custom-height{
		height: 0;
	}
	.footer-nav, footer h5{
		text-align: center;
	}
	.separator{
		height:0 !important;
	}
	.top-nav{
		margin-bottom: 20px;
		text-align:center;
	}
	.featured{
		font-size: 28px;
	}
	.product-offer {
		margin: 20px 0;
	}
	.product-offer .col-sm-4:first-child{
		margin-top: 0;
	}
	.labels{
		float: left;
	}
}

/********************************************//**
 *  ... GIO CSS
 ***********************************************/

/********************************************//**
 *  ... HEADER
 ***********************************************/
body, p, h1, h2, h3, h4, h5, h6{
	font-family: acumin-pro-wide, sans-serif;
	font-weight: 200;
}

body{
	font-size: 16px;
}
/* Sitewide message banner */
#message_banner {
	display: none;
	width: 100%;
	padding: 18px 10px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	color: #333;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	box-shadow: 0 0 12px rgba(0,0,0,.5);
}
/* Sitewide promo banner */
#promo-banner-wrapper {
	background: #02579a;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	margin-left: -15px;
}
#promo-banner-wrapper a, #promo-banner-wrapper a:hover {
	color: #fff;
}
.promo-banner {
	position: absolute;
	width: 100%;
	text-align: center;
	-webkit-transition: top 1.0s;
	transition: top 1.0s;
}
.promo-up {
	top: -32px;
}
.promo-active {
	top: 0;
	visibility: visible;
}
.promo-down {
	top: 32px;
	visibility: hidden;
}
/*End Sitewide promo banner */
/* -- SMASH IT HOMEPAGE SLIDE -- */
#temporary_slide_mobile {
	display: none;
}
#temporary_slide_mobile img {
	width: 100%;
}
@media only screen and (max-width:680px) {
	#temporary_slide_mobile {
		display: block;
	}
	#temporary_slide {
		display: none;
	}
}
/* -- END SMASH IT HOMEPAGE SLIDE -- */
.top-nav li.cart a{
	padding:0;
}
.logo-container{
	padding: 30px 0;
}
.top-nav li{
	display: inline-block;
	text-align: center;
	margin-right: 32px;
	position: relative;
}
.top-nav li.cart a {
	font-size: 15px;
	text-transform: capitalize;
	padding:0;
	font-weight: 700;
	display: block;
	text-align: center;
}
.top-nav a .fas {
	font-size: 27px;
}
.cart{
	position: relative;
}
.cart-items{
	position: absolute;
	top: -7px;
	left: 22px;
	white-space: nowrap;
	background: #e85301;
	color: #fff;
	border-radius: 15px;
	font-size: 13px;
	padding: 1px 6px 3px;
}
.top-nav li a.loggedin {
	display: inline-block;
	white-space: nowrap;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 60%;
}
.main-nav li {
	background: rgba(255, 255, 255, 0);
}
.navigation-container, .navbar-inverse {
	/*
    background-image: -ms-linear-gradient(left, rgba(0,173,187,1) 0%, rgba(232,83,1,1) 75%);

    background-image: -moz-linear-gradient(left, rgba(0,173,187,1) 0%, rgba(232,83,1,1) 75%);

    background-image: -o-linear-gradient(left, rgba(0,173,187,1) 0%, rgba(232,83,1,1) 75%);

    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,173,187,1)), color-stop(75, rgba(232,83,1,1)));

    background-image: -webkit-linear-gradient(left, rgba(0,173,187,1) 0%, rgba(232,83,1,1) 75%);

    background-image: linear-gradient(to right, rgba(0,173,187,1) 0%, rgba(232,83,1,1) 75%);
    */
	background: #425262;
}
.navbar-inverse .navbar-brand {
	background: #e85301;
	color: #fff;
	width: 200px;
	text-align: right;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	background-color: #e85301;
}
.nav-search {
	width: 100%;
	margin-top: 28px;
}
.nav-search-mid {
	margin-top: 0;
	margin-bottom: 15px;
}
input.search-field {
	background: #f5f7f8;
	border-top: 1px solid #ced4d4;
	border-left: 1px solid #ced4d4;
	border-bottom: 1px solid #ced4d4;
	border-right: none;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	padding: 10px;
	width: 85%;
	float: left;
}
#img-search, #img-search-mid, #img-search-m {
	background: #2e3e59;
	border-top: 1px solid #0d828e;
	border-left: none;
	border-bottom: 1px solid #0d828e;
	border-right: 1px solid #0d828e;
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	padding: 13px 5px;
	color: #fff;
	display: block;
	width: 15%;
	float: left;
	text-align: center;
}
#txt-search-m, #img-search-m {
	border: none !important;
}
.nav-search .contact {
	color: #667481;
	font-size: 15px;
	text-align: left;
}
.main-nav li a:hover,
.main-nav li a:focus{
	background: #2e3e59 !important;
	text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a{
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform:uppercase;
	padding: 15px 30px;
}
.cart {
	padding-top: 0 !important;
}
.collapse.navbar-collapse,
.navbar-inverse {
	background-color: transparent;
	background-image: none;
}
.navbar.navbar-inverse .container {
	padding: 0;
}
.mini-nav-txt {
	font-size: 18px;
	color: #fff;
	float: left;
	margin-left: 30px;
	margin-top: -4px;
}
.navbar-toggle .icon-bar {
	margin-top: 3px;
}
/********************************************//**
 *  ... HOME PAGE
 ***********************************************/
/**
 * ... SLIDER ...
 */
#temporary_slide, #temporary_slide img{
	width: 100%;

}
#temporary_slide {
	overflow: hidden;
}
.slider-container {
	border-bottom: 10px solid #d9dade;
	margin-bottom: 50px;
}
.slider_01,
.slider_02,
.slider_03{
	height: 575px;
	padding: 0px !important;
	background-size: cover !important;
	background-position: center -80px !important;
	background-repeat: no-repeat !important;
}
.bullet-container {
	position: absolute;
	width: 100%;
	display: block;
	bottom: 0;
}
.carousel-indicators {
	position: relative;
	background: rgba(252, 250, 238, 0.70);
	padding: 15px 0 10px;
	margin-bottom: 0 !important;
	max-width: 200px;
	margin: auto;
	left: 0;
	bottom: 0;
	box-shadow: 0 -3px 5px 0px rgba(0, 0, 0, 0.39);
}
.carousel-indicators li {
	background-color: #435363;
	border: none;
	padding: 8px 8px;
	margin: 0 15px;
}
.carousel-indicators .active {
	background-color: #e85301;
	margin: 0 15px;
}
.post-rel {
	position: relative;
	max-height: 600px;
	height: 100%;
}
.post-slide {
	max-width: 410px;
	position: absolute;
	right: -80px;
	top: 5px
}
.post-slide{
	max-width: 620px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #e85301;
	padding: 110px 20px 20px;
}
.slider-img{
	float: left;
}
a.slider-btn {
	text-transform: uppercase;
	background: #425262;
	color: #fff;
	padding: 10px 45px;
	letter-spacing: 1px;
	font-size: 16px;
}
.post-slide .slider-text {
	color: #fff;
	text-align: left;
	margin-top: 70px;
	font-size: 32px;
	line-height: 120%;
}
.slider-text {
	font-size: 35px;
	color: #e85301;
	line-height: 100%;
	text-align: center;
	font-weight: 400;
	margin-bottom: 35px;
}
.slider-img {
	max-width: 300px;
	display: block;
	width: 100%;
	margin: auto;
}

/**
 * ... CONTENT ...
 */
.featured {
	color: #435363;
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 3px;
	margin-top: 0;
	margin-bottom: 30px;
}
.product-btn {
	text-transform: uppercase;
	background: #2e3e59;
	color: #fff;
	padding: 10px 45px;
	letter-spacing: 1px;
	font-size: 16px;
}
.product-btn:hover {
	background: #e85301;
	color: #fff
}
.product-img-1,
.product-img-2,
.product-img-3{
	max-width: 100%;
	max-height: 280px;
	display: block;
	margin: auto;
}
.statement-txt {
	font-size: 12px;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 3px;
	max-width: 980px;
	margin: 0 auto;
}
.product-img-1,
.product-img-3 {
	padding-top: 74px;
}
p.product-txt {
	margin-bottom: 40px;
	font-size: 14px;
	padding:0 30px;
}
.product-offer .col-sm-4{
	margin: 20px 0 50px;
}
.product-offer .col-sm-4:last-child{
	margin-bottom: 0;
}
/********************************************//**
 *  ... Product PAGE
 ***********************************************/
.product-container,
.category-container{
	padding: 50px 0 0;
}
.product{
	padding: 20px;
	text-align: center;
	color:#444444;
	margin: 0px auto 45px;;
	font-size: 14px;
	position: relative;
}
.grid-view .product, .list-view .product {
	border: 1px solid #ced4d4;
}
.grid-view .product{
	min-height: 440px;
}
.list-view .product:before{
	clear:both;
}
#sort-bar {
	border-top: 1px solid #ced4d4;
	border-bottom: 1px solid #ced4d4;
	padding: 15px 0 0;
	margin-bottom: 25px;
}
ul.sort{
	padding-left: 20px;
}
ul.sort li{
	display:inline-block;
	list-style:none;
}
.sort-custom-select{
	border-radius: 5px;
	cursor: pointer;
}
p.view{
	padding-right:20px;
	font-weight: 600;
}
p.view .glyphicon {
	border: 2px solid #ced4d4;
	color: #ced4d4;
	padding: 5px;
	cursor: pointer;
}
.sort p{
	font-weight:600;
}
p.view .glyphicon.active{
	color: #fff;
	background: #2e3e59;
	border-color: #2e3e59;
}
.product .details{
	height: 100px;
	overflow: hidden;
}
.product .details h4 {
	font-size: 17px;
	font-weight: 500;
}
.products-pricing {
	font-size: 16px;
}
.grid-view .products-pricing {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 72px;
}
.list-view .products-pricing {
	margin-bottom: 25px;
}
.product-container .col-sm-3,
.category-container .col-sm-3{
	margin: 15px 0 40px;
}
.product-pg-btn {
	text-transform: uppercase;
	background: #2e3e59;
	color: #fff;
	padding: 8px 15px;
	letter-spacing: 1px;
	font-size: 17px;
	display: block;
}
.grid-view .product-pg-btn {
	width: 92%;
	position: absolute;
	bottom: 15px;
	left: 4%;
}
.list-view .product-pg-btn {
	width: 100%;
}
.product-pg-btn:hover,
.catprod-pg-btn:hover{
	background: #e85301;
	color: #fff;
}
.catprod-pg-btn {
	text-transform: uppercase;
	background: #2e3e59;
	color: #fff;
	padding: 8px 15px;
	letter-spacing: 1px;
	font-size: 16px;
}
.mainCartAdd {
	background: #2e3e59;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	outline: none;
	border: none;
	padding: 10px 18px;
	font-weight: 400;
}
.mainCartAdd:hover {
	background: #e85301;
}
/********************************************//**
 *  ... PRODUCT DETAILS PAGE
 ***********************************************/
.cart-container {
	border: none !important;
	padding-left: 0px !important;
	padding-bottom: 0 !important;
}
.cart-container {
	margin-bottom: 50px;
}
.form-group.pricetag {
	margin-bottom: 15px;
}
.product-item .activeImgView {
	border-bottom: 3px solid #e65306;
}
.product-item img {
	border-bottom: 3px solid transparent;
	width: auto !important;
	height: 83px !important;
	padding-bottom: 20px;
}
#p-description h3 {
	color: #e85301;
}
.product_desc{
	font-size: 15px;
}
.pricetag .radio {
	font-size: 16px;
}
.tab-pane p {
	font-size: 15px;
}
#references a {
	color: #00adbc;
}
#references a:hover {
	text-decoration: underline;
}
.pushdivcart .CartAdd {
	width: 210px;
}

/********************************************//**
 *  ... CART
 ***********************************************/
a.cout-bnt {
	text-transform: uppercase;
	background: #2e3e59;
	color: #fff;
	padding: 10px 45px;
	letter-spacing: 1px;
	font-size: 30px;
}
a.cout-bnt:hover {
	background: #e85301;
	color: #fff;
}
.cart-adjust {
	padding-left: 30px;
}
.cart-adjust .remove-item {
	margin: 10px 0 0 10px;
}
.cross-sell-widget {
	background: #f2f2f2;
}
.cs-header {
	display: block;
	width: 100%;
	padding: 20px 0 5px;
	margin: 0;
	font-size: 130%;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
}
.cs-header span.cs-header-sub {
	font-size: 69%;
}
.cs-header .fas {
	color: #cc3333;
}
.cs-product {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.cs-title {
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0;
}
.cs-desc {
	font-size: 15px;
	margin: 8px 0;
}
.cs-price {
	font-size: 15px;
	margin: 8px 0;
	text-decoration: line-through;
}
.cs-disc-price {
	font-size: 15px;
	margin: 8px 0;
	color: #cc3333;
	font-weight: bold;
}
.cs-product img {
	display: block;
	max-width: 100%;
	max-height: 185px;
	margin: auto;
}
.cs-info {
	font-size: 12px;
	text-align: center;
	color: #aaa;
	padding: 5px;
	display: block;
	width: 100%;
}
.cs-product-bttn {
	text-transform: uppercase;
	font-size: 18px;
	cursor: pointer;
	font-weight: 900;
	color: #333;
}
.cs-product-bttn:hover {
	text-decoration: underline;
	color: #333;
}

/********************************************//**
 *  ... CATEGORIES
 ***********************************************/
.category-pg-btn {
	text-transform: uppercase;
	background: #2e3e59;
	color: #fff;
	padding: 10px 15px;
	letter-spacing: 1px;
	font-size: 14px;
}
.category-pg-btn:hover {
	background: #e85301;
	color: #fff;
}
.category-container .product .details {
	height: 50px;
	margin-bottom: 10px;
}
/********************************************//**
 *  ... ABOUT US
 ***********************************************/
img.img-custser {
	max-width: 100%;
	margin-top: 25px;
}
img.img-building, img.img-bottle {
	max-width: 100%;
	margin-top: 25px;
}
.fs-c {
	font-size: 17px;
	color: #000;
	letter-spacing: 1px;
}
.br-line {
	border-bottom: 1px solid #e3e5e8;
	margin-bottom: 50px;
	margin-top: 50px;
}

/********************************************//**
 *  ... QUALITY
 ***********************************************/
.cl-bg-blue {
	height: 310px;
	background: #00aebc;
	padding: 110px 0;
}
.cl-bg-red {
	height: 310px;
	background: #e75204;
	padding: 110px 0;
}
.qt-title {
	text-align: center;
	font-size: 24px;
	max-width: 820px;
	margin: 0px auto 50px;
	color: #3f5364;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-weight:500;
}
.qt-frame-01,
.qt-frame-02{
	background: #edeff0;
	margin-top: 20px;
}
.box-txt {
	text-align: center;
	display: block;
	font-size: 40px;
	max-width: 400px;
	margin: auto;
	color: #fff;
	letter-spacing: 1px;
}
.box-content {
	padding: 20px 30px 30px;
	margin-bottom: 0;
	letter-spacing: 1px;
	line-height: 29px;
	font-size: 16px;
	color:#465A65;
}
.qt-text {
	font-size: 16px;
	color: #465A65;
	letter-spacing: 1px;
	line-height: 32px;
}
.qt-sqr-01, .qt-sqr-02, .qt-sqr-03, .qt-sqr-04 {
	text-align: center;
	height: 220px;
	background: #e75204;
	color: #fff;
	position: relative;
	transition-timing-function: ease;
	transition-delay: 0s;
	transition-duration: 1s;
	letter-spacing: 1px;
}

.sqr-txt {
	font-size: 28px;
	font-weight: 600;
	width: 100%;
	margin: auto;
	position: absolute;
}
.qt-sqr-01 .sqr-txt{
	top: 80px;
}
.qt-sqr-02 .sqr-txt, .qt-sqr-03 .sqr-txt, .qt-sqr-04 .sqr-txt{
	top: 95px;
}
.sqr-cover {
	width: 100%;
	background: rgba(0, 0, 0, 0);
	height: 100%;
	position: absolute;
	top: 0;
}
.hover-content {
	display: none;
	padding: 20px 20px;
}
.hover-ttl {
	line-height: 29px;
	font-size: 18px;
	font-weight: 700;
}
.hover-txt {
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
}
.qt-sqr-01:hover,
.qt-sqr-02:hover,
.qt-sqr-03:hover,
.qt-sqr-04:hover{
	background: #27BDBE;
}
.qt-sqr-01:hover .sqr-txt,
.qt-sqr-02:hover .sqr-txt,
.qt-sqr-03:hover .sqr-txt,
.qt-sqr-04:hover .sqr-txt{
	display: none;
}
.qt-sqr-01:hover .hover-content,
.qt-sqr-02:hover .hover-content,
.qt-sqr-03:hover .hover-content,
.qt-sqr-04:hover .hover-content{
	display: block;
}
.blurb-01, .blurb-02, .blurb-03, .blurb-04 {
	text-align: center;
}
.blurb-img {
	max-width: 175px;
	width: 100%;
	margin: auto;
	display: block;
	margin-bottom: 15px;
}
.blurb-title {
	font-size: 20px;
	color: #000;
	margin-bottom: 25px;
}
.blurb-des {
	text-align: center;
	font-size: 16px;
	color: #465A65;
	max-width: 760px;
	display: block;
	margin: 0 auto 20px;
	letter-spacing: 1px;
	line-height: 32px;
}
.blurb-txt {
	font-size: 14px;
	color: #465A65;
	letter-spacing: 1px;
	margin: 0 10px;
}
.btm-prof {
	color: #465A65;
	background: #edeff0;
	padding: 20px 50px 30px;
	margin-bottom: 50px;
	letter-spacing: 1px;
	line-height: 29px;
	font-size: 16px;
	margin-top: 20px;
}
/********************************************//**
 *  ... FOOTER
 ***********************************************/
footer {
	background: #536372;
}
footer .copyright,
footer .icon{
	display: none;
}
footer h5,
footer .contact {
	font-size: 16px !important;
	font-weight: 700;
	color: #00adbd;
}
footer a {
	color: #fff;

}
.contact{
	font-size: 16px;
	margin-top: 10px;
}
.contact span {
	font-size: 15px;
	color: #fff;
	font-weight: 200;
	display: inline-block;
	margin-top: 7px;
}
footer .sep-border {
	display: none;
}
ul.footer-menu{
	list-style:none;
	padding-left:0;
	text-align: center;
	background: #667481;
	padding: 20px 0;
}
.footer-logo-container {
	padding: 50px 0 70px;
}
p.copyright-txt {
	color: #fff;
	font-size: 90%;
	margin-top: 15px;
}
ul.footer-menu li{
	display: inline-block;
	border-left: 1px solid #fff;
	padding: 0 20px 0 22px;
}
ul.footer-menu li:first-child{
	padding-left:0;
	border:none;
}
ul.footer-menu li a{
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 1px;
}
footer a {
	color: #fff;
	font-size: 15px;
	line-height: 100%;
	font-weight: 400;
}
.footer-nav li {
	padding-left: 0px;
}
footer a:hover,
footer a:focus{
	color: #fff;
	text-decoration: underline;
}
.social-follow {
	text-align: center;
	margin-bottom: 46px;
	margin-top: 46px;
	padding: 0;
}
.social-follow li {
	background: url(images/pls_social-icon.svg);
	background-size: cover;
	background-repeat: no-repeat;
	list-style-type: none;
	height: 32px;
	width: 34px;
	display: inline-block;
	opacity: 0.4;
	margin: 0 7px;
}
.social-follow a {
	display: inline-block;
	padding: 16px 16px;
}
.facebook-icon {
	background-position-x: -46px !important;
}
.linkedin-icon {
	background-position-x: -91px !important;
}
.youtube-icon {
	background-position-x: -137px !important;
}
.modal-open .modal {
	overflow-y: scroll;
}
.modal-body a {
	color: #f94501 !important;
}
/********************************************//**
 *  ... 404
 ***********************************************/
.four-oh-four {
	padding: 30px 0;
}
/********************************************//**
 *  ... MEDIA QUERY
 ***********************************************/

@media only screen and (max-width:1530px) and (min-width:1130px){
	.post-slide {
		max-width: 440px;
	}
	.slider-img {
		max-width: 170px;
		margin-bottom: 50px;
	}
	.post-slide .slider-text {
		margin-top: 20px;
	}

}
@media only screen and (max-width:1300px){
	.slider_01,
	.slider_02,
	.slider_03{
		background-position: center !important;
	}
	.slider-text {
		font-size: 25px;
	}
}

@media only screen and (max-width:1200px){
	.grid-view .product {
		min-height: 430px;
	}
	.img-product{
		max-height:193px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
	}
}

@media only screen and (max-width:1130px){
	.post-slide {
		right: 0;
		max-width: 300px;
		padding-top: 20px;
		text-align: center;
	}
	.post-slide .slider-text {
		margin-bottom: 20px;
		text-align: center;
	}
}
@media only screen and (min-width:995px){
	.qt-sqr-01, .qt-sqr-02, .qt-sqr-03, .qt-sqr-04,
	.blurb-01, .blurb-02, .blurb-03, .blurb-04{
		float: left;
		width: 24%;
	}
	.qt-sqr-01, .qt-sqr-02, .qt-sqr-03,
	.blurb-01, .blurb-02, .blurb-03{
		margin-right: 10px
	}
}
@media only screen and (max-width:992px){
	.top-bar .contact-desktop, .top-bar .contact-mobile {
		text-align: center;
	}
	.top-nav{
		text-align: right;
		margin-top: 24px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 17px;
		letter-spacing: normal;
		padding: 15px;
	}
	.nav>li>a {
		padding-left: 10px;
		padding-right: 10px;
	}
	#sort-bar .view {
		display: none;
	}
	.product {
		min-height: auto;
	}
	.product .details {
		height: auto;
	}
	.bottom-copy {
		margin-top: 25px;
	}
}
@media only screen and (max-width:994px) and (min-width:742px){
	.qt-sqr-01, .qt-sqr-02, .qt-sqr-03, .qt-sqr-04,
	.blurb-01, .blurb-02, .blurb-03, .blurb-04{
		float: left;
		width: 49.3%;
		margin-bottom: 10px
	}
	.qt-sqr-01, .qt-sqr-03,
	.blurb-01, .blurb-03{
		margin-right: 10px
	}
	.product-pg-btn {
		font-size: 14px;
		padding: 8px;
	}
}
@media only screen and (max-width:991px) and (min-width:768px){
	.product-img-1, .product-img-3 {
		padding-top: 34px;
		max-height: 200px;
	}
}
@media only screen and (min-width:742px){
	.qt-frame-01 {
		margin-right: 10px;
	}
	.qt-frame-01, .qt-frame-02 {
		width: 49%;
		float: left;
	}
}
@media only screen and (max-width:741px){
	.qt-sqr-01, .qt-sqr-02, .qt-sqr-03, .qt-sqr-04,
	.blurb-01, .blurb-02, .blurb-03, .blurb-04{
		margin-bottom: 20px
	}
}
@media only screen and (max-width:800px){
	.about-wrap {
		padding: 0 20px;
	}
}
@media only screen and (min-width:799px){
	img.img-building, img.img-bottle {
		float: left;
		width: 49%;
		height: 315px;
		object-fit: cover;
	}
	img.img-bottle {
		margin-left: 1%;
	}
	img.img-building {
		margin-right: 1%;
	}
}

@media only screen and (min-width:768px){
	.contact{
		padding: 0 5px;
		margin-bottom:10px;
		text-align: center;
	}

}

@media only screen and (max-width:767px){
	#logo {
		max-width: 200px;
	}
	.logo-container {
		padding: 20px 0;
		margin-left: -15px;
	}
	.top-nav li{
		margin-right: 48px;
	}
	.top-nav a .fas {
		font-size: 34px;
	}
	.navbar-nav {
		margin: 15px 0 0 0 !important;
		padding-bottom: 15px;
	}
	#txt-search-m {
		font-size: 18px;
	}
	#img-search-m {
		padding: 15px 5px;
	}
	#temporary_slide img {
		width: 150%;
		margin-left: -25%;
	}
	.top-bar .contact-desktop {
		display: none;
	}
	.top-bar .contact-mobile {
		display: block;
	}
	.top-nav{
		margin-top: 20px;
	}
	.navbar-inverse .navbar-brand {
		width: inherit;
	}
	.navbar-inverse .navbar-nav>li>a {
		text-align: right;
		padding-right: 15px;
	}
	.product-img-1, .product-img-3 {
		padding-top: 24px;
	}
	#footer-cards {
		display: block;
		margin: auto;
	}
	ul.footer-menu li {
		display: list-item;
		border: none;
	}
	ul.footer-menu li:first-child {
		padding-left: 20px;
	}
	.cart-img-product, .del-upgrade {
		position: relative;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.cart-labels, .cart-details {
		text-align: center;
	}
	.cart-adjust {
		padding-left: 0;
		margin-top: 20px;
	}
	.cart-adjust .price {
		font-size: 21px;
		margin-top: 0;
		text-align: center;
	}
	.cart-qty-change {
		float: right;
	}
	.top-nav{
		text-align:right;
	}
	#logo{
		margin-left: 20px;
	}
	.contact{
		text-align:center;
	}
	.product {
		min-height: auto;
	}
	.product .details {
		height: auto;
	}
}

@media only screen and (max-width:1340px) and (min-width: 1200px){
	.container {
		width: 1100px;
	}
}

@media only screen and (max-width:425px) {
	#temporary_slide img {
		width: 186%;
		margin-left: -43%;
	}
	.cart-totals .labels, .cart-totals .amounts {
		font-size: 13px;
	}
	.cart-totals .labels .total-label, .cart-totals .amounts .total-charge{
		font-size: 18px;
		text-align: right;
	}
	.top-nav li {
		margin-right: 24px;
	}
	#itemsCount-m {
		display: none;
	}
}
@media only screen and (max-width: 345px) {
	.top-nav li {
		margin-right: 15px;
	}
}

/********************************************//**
 *  ... GIO CSS END
 ***********************************************/

/*******************************************
** EJ FIXES ********************************
*******************************************/

.product_title_display{
	font-weight: 400;
	font-size: 31px;
}
@media screen and (max-width: 550px) {
	.product_title_display{
		font-size: 26px;
	}
}
#order-tabs.nav-tabs{
	border-bottom: 1px solid #ced4d4;
}

#order-tabs.nav-tabs{
	display: flex;
}
#order-tabs.nav-tabs li {
	display: flex;
	flex: 1;
}
#order-tabs.nav-tabs li  a {
	flex: 1;
}

#references {
	font-size: 14px;
}

.category-pg-btn, .product-pg-btn{
	font-weight: 400;
}

.tab-pane p {
	font-size: 16px;
	font-weight: 400;
}

#btn-minus{
	font-size: 12px;
	padding: 5px;
}

#btn-plus{
	font-size: 12px;
	padding: 5px;
}

#ord-qty{
	padding: 5px;
	text-align: center;
	width: 32px;
	border: 1px solid #ccc;
	height: 32px;
}

.cart-labels{
	font-weight: 400;
}

.cart-discounted {
	font-weight: bold;
}

.product-image{
	border: 0;
	padding: 0;
}

#ckLink, #tooMuch {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/*MEMBERS PORTAL*/
#members-container {
	border: 2px solid #ced4d4;
	border-radius: 10px;
	padding: 30px 15px;
	margin: 30px auto 45px;
}
#members-welcome-header {
	padding: 30px 0 0;
}
#members-welcome-message {
	padding: 15px 0 0;
	font-size: 18px;
}
#members-menu {
	background: #f5f7f8;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 0;
	border-radius: 7px;
	overflow: hidden;
	border: 1px solid #ced4d4;
}
#members-menu li {
	list-style: none;
	border-right: 1px solid #ced4d4;
	display: inline-block;
	width: 20%;
	text-align: center;
}
#members-menu li:last-child {
	border: none !important;
}
#members-menu li a {
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #3f4142;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#members-menu li a.members-menu-active, #members-menu li a.members-menu-active:hover, #members-menu li a:active {
	background: #00a3b3;
	color: #fff;
}
#members-menu li a:hover {
	background: #425262;
	color: #fff;
}
#members-menu i {
	font-size: 15px;
}
h3.members-header {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 20px;
}
.memberName {
	text-transform: capitalize;
}
#members-page-content a {
	cursor: pointer;
	font-weight: 700;
}
#members-page-content a:hover {
	text-decoration: underline;
}
#members-logout {
	color: #555;
}
#members-logout:hover {
	color: #555;
	text-decoration: underline;
}
.members-customer-product {
	background: #f5f7f8;
	border: 2px solid #ced4d4;
	border-radius: 7px;
	margin-bottom: 30px;
	padding: 15px 0;
	overflow: hidden;
}
.members-customer-product img {
	max-width: 100%;
}
.members-customer-product h4 {
	font-size: 20px;
}
.members-customer-product p {
	font-size: 16px;
}
.members-visible-password, .members-hide-password {
	display: none;
}
.members-show-password, .members-hide-password {
	cursor: pointer;
}
.members-show-password:hover, .members-hide-password:hover {
	cursor: pointer;
	text-decoration: underline;
}
.member-dl-link {
	display: inline-block;
	margin: 5px 0;
}
.members-customer-product .how-to-dl {
	font-size: 15px;
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
}
.members-order-header {
	padding: 0 15px;
}
.members-order-header span, .audio-links span {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 3px;
	text-align: center;
	border: 1px solid #ced4d4;
	border-radius: 100px;
}
.audio-links span {
	cursor: pointer;
	margin-bottom: 7px;
}
.members-order-header span.members-order-details, .audio-links span:hover {
	background: #00a3b3;
	border-color: #00a3b3;
	color: #fff;
	cursor: pointer;
}
.now-playing {
	text-indent: 5px;
}
.members-customer-product audio {
	border: 2px solid #333;
	border-radius: 500px;
	margin-top: 5px;
	width: 90%;
}
.members-order-product {
	border-top: 1px solid #ced4d4;
	padding: 20px;
}
.members-reorder {
	display: inline-block;
	margin-top: 10px;
	background: #2e3e59;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: none;
	padding: 10px 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
}
.members-reorder:hover {
	background: #e85301;
	color: #fff;
}
.members-customer-product .form-horizontal {
	padding: 0 45px;
}
.members-customer-product  .form-horizontal a {
	cursor: pointer;
}
#member-change-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.10);
	z-index: 9;
}
#member-change-overlay .loader {
	border: 10px solid #f1f1f1;
	border-top: 10px solid #e85301;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	animation: member-spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -50px;
}

@keyframes member-spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@media screen and (max-width: 992px) {
	.top-nav li{
		margin-right: 42px;
	}
	#members-menu li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #ced4d4;
	}
	.modal-action {
		width: 100%;
	}
	.members-customer-product img {
		display: block;
		width: 220px;
		margin: auto;
	}
	.member-dl-link {
		margin: 10px 0;
	}
	.members-order-header span {
		width: 100%;
		margin: 5px 0;
	}
	#CancelSubscription {
		margin-bottom: 20px;
	}
	.members-customer-product .form-horizontal {
		padding: 0 25px;
	}
}