@font-face {
	font-family: 'Avenir LT Std';
	src: url('../../../fonts/AvenirLTStd-BookOblique.eot');
	src: url('../../../fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'),
	url('../../../fonts/AvenirLTStd-BookOblique.woff') format('woff'),
	url('../../../fonts/AvenirLTStd-BookOblique.ttf') format('truetype'),
	url('../../../fonts/AvenirLTStd-BookOblique.svg#AvenirLTStd-BookOblique') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir LT Std';
	src: url('../../../fonts/AvenirLTStd-Black.eot');
	src: url('../../../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/AvenirLTStd-Black.woff2') format('woff2'),
	url('../../../fonts/AvenirLTStd-Black.woff') format('woff'),
	url('../../../fonts/AvenirLTStd-Black.ttf') format('truetype'),
	url('../../../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT Std';
	src: url('../../../fonts/AvenirLTStd-BlackOblique.eot');
	src: url('../../../fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'),
	url('../../../fonts/AvenirLTStd-BlackOblique.woff') format('woff'),
	url('../../../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype'),
	url('../../../fonts/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique') format('svg');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: 'Avenir LT Std';
	src: url('../../../fonts/AvenirLTStd-Book.eot');
	src: url('../../../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
	url('../../../fonts/AvenirLTStd-Book.woff2') format('woff2'),
	url('../../../fonts/AvenirLTStd-Book.woff') format('woff'),
	url('../../../fonts/AvenirLTStd-Book.ttf') format('truetype'),
	url('../../../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	margin:0;
	color:#000;
	font-size: 16px;
	font-weight:normal;
	font-family: 'Avenir LT Std', sans-serif;
	overflow-x: hidden;
	background:#f6f6f6;
}
ol,ul {
	padding:0;
	list-style:none;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
*:focus,
*:active,
*:visited {
	outline:none!important;
	text-decoration: none!important;
}
img {
	vertical-align:middle;
	max-width:100%;
	height:auto;
}
.img-full-width {
	max-width:none;
	width:100%;
}
strong {
	font-weight:900;
}
.uppercase {
	text-transform:uppercase;
}
header .container {
	padding-left:50px!important;
	padding-right:50px!important;
}
.container.small {
	max-width:850px;
}
.container.x-small {
	max-width:600px;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1.3;
	font-weight: 900;
}
h1 {font-size:2.2em;}
h2 {font-size:2.2em;}
h3 {font-size:2.2em;}
h4 {font-size:1.7em;}
h5 {font-size:1.2em;}
h6 {font-size:.8em;}
@media (max-width:1030px){
	h1 {font-size:2.7em;}
	h2 {font-size:2.3em;}
	h3 {font-size:1.9em;}
	h4 {font-size:1.5em;}
	h5 {font-size:1.1em;}
	h6 {font-size:.8em;}
}
@media (max-width:767px){
	h1 {font-size:2.3em;}
	h2 {font-size:2em;}
	h3 {font-size:1.7em;}
	h4 {font-size:1.4em;}
	h5 {font-size:1.1em;}
	h6 {font-size:.8em;}
}
small {
	font-size:80%;
}
a {
	color:#49b6c4;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:hover em {
	font-style:normal;
}
.underline-link {
	text-decoration:underline;
}
.underline-link:hover {
	text-decoration:none;
}
.inherit-link {
	color:inherit;
}
.muted {
	opacity:.5;
}
.btn {
	border-radius: 0; 
}
.margin-b,
.margin-b-group .item,
.group, p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin:0 0 30px;
}
.margin-b-s,
.margin-b-s-group .item {
	margin-bottom:15px;
}
.margin-b-l,
.margin-b-l-group .item {
	margin-bottom:50px;
}
.margin-b-n,
.margin-b-n-group .item {
	margin:0;
}
.group * {
	margin:0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.site-header {
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 1;
}
.sticky-wrapper {
	height: 0px !important;
}
.site-header .container-fluid {
	position:relative;
	padding-top:105px;
	padding-left:50px;
	padding-right:50px;
	-webkit-transition:padding-top .3s ease;
	-moz-transition:padding-top .3s ease;
	transition:padding-top .3s ease;
	max-width:none;
}
.fixed .site-header .container-fluid {
	padding-top:0;
}
.site-header .logo {
	position:absolute;
	top:0;
	left:50px;
	display:inline-block;
	-webkit-transition:opacity .3s ease;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
}
.site-header .logo:hover {
	opacity:.8;
}
.site-header .logo span {
	display:block;
}
.site-header .logo .top {
	padding:35px 0 9px;
	transition:padding .3s ease;
}
.fixed .site-header .logo .top {
	padding:35px 0;
}
.site-header .logo .bottom {
	height:72px;
	opacity:1;
	-webkit-transition:height .3s ease, opacity .3s ease;
	-moz-transition:height .3s ease, opacity .3s ease;
	transition:height .3s ease, opacity .3s ease;
	overflow:hidden;
}
.fixed .site-header .logo .bottom {
	height:0;
	opacity:0;
}
.site-header .nav a {
	font-size:1.18em;
	color:#fff;
	font-weight:900;
	letter-spacing:1px;
	padding:0 !important;
}
.site-header .nav > ul {
	margin:0;
	text-align:right;
}
.site-header .nav > ul > li {
	display:inline-block;
	margin-left:30px;
	position:relative;
}
.site-header .nav > ul > li > a {
	display:block;
	line-height:70px;
}
.site-header .nav > li > a {
	padding: 15px 15px 0px;
}
.site-header .nav > ul > li > a:hover {
	text-decoration:underline;
	font-style:normal;
	background-color: transparent;
}
.site-header .nav > ul > li:last-child > a {
	color:#71cbde;
}
.site-header .nav ul ul {
	position:absolute;
	top:-9999px;
	right:10%;
	background:#4cbdcb;
	padding: 20px 1000em;
	margin: 0 -1000em;
	opacity:0;
	-webkit-transition:opacity .3s ease, right .3s ease;
	-moz-transition:opacity .3s ease, right .3s ease;
	transition:opacity .3s ease, right .3s ease;
}
.site-header .nav li:hover ul {
	top:100%;
	right:0;
	opacity:1;
}
.site-header .nav ul ul li {
	margin-bottom:8px;
}
.site-header .nav ul ul li:last-child {
	margin:0;
}
.site-header .nav ul ul li a {
	font-weight:normal;
	white-space: nowrap;
	color:#fff;
	font-size:1em;
}
.site-header .nav ul ul li a:hover {
	font-style:italic;
	text-decoration:none;
}
.site-header .nav ul ul li.current-menu-item a:hover {
	text-decoration:underline;
}
.current-menu-item > a,
.current_page_parent > a {
	text-decoration:underline;
}

.nav-btn {
	cursor:pointer;
	z-index:50;
	position:absolute;
	top:0;
	right:0;
	border:none;
	background:none;
	height:50px;
	width:50px;
	padding:0;
	line-height:1;
}
.nav-btn span {
	background:#777;
	height:2px;
	margin-top:-1px;
	width:20px;
	position:absolute;
	top:50%;
	left:15px;
	-webkit-transition:all ease .3s;
	-moz-transition:all ease .3s;
	transition:all ease .3s;
}
.nav-btn span:first-child {
	top:18px;
	margin-top:0;
}
.nav-btn span:last-child {
	top:30px;
	margin-top:0;
}
.nav-btn.active span {
	opacity:0;
}
.nav-btn.active span:first-child,
.nav-btn.active span:last-child {
	opacity:1;
	top:24px;
}
.nav-btn.active span:last-child {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-btn.active span:first-child {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hero-img {
	min-height:400px;
	height:75vh;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.gap-top {
	padding-top:120px;
}
.gap-bottom {
	padding-bottom:120px;
}
.grid {
	overflow:hidden;
}
.grid ul {
	margin:0 -3px;
}
.grid ul li {
	float:left;
	width:20%;
	padding:0 3px;
	margin-bottom:6px;
}
.grid ul li a {
	display:block;
	color:#fff;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.grid ul li a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
	opacity:0;
	-webkit-transition:opacity .3s ease;
	-moz-transition:opacity .3s ease;
	transition:opacity .3s ease;
	z-index:1;
}
.grid ul li a:hover:before{
	opacity:.8;
}
.grid ul li a:after {
	content:'';
	height:50px;
	width:50px;
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-26px;
	background:url(../img/svg/right-arrow-inside-a-circle.svg) no-repeat 0 0;
	opacity:0;
	-webkit-transition:top .3s ease, opacity .3s ease;
	-moz-transition:top .3s ease, opacity .3s ease;
	transition:top .3s ease, opacity .3s ease;
	z-index:2;
}
.grid ul li a:hover:after {
	top:45px;
	opacity:1;
}
.grid ul li a .square-box {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition:transform .3s ease;
}
.grid ul li a:hover .square-box {
	-moz-transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-o-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.restaurants-grid {
	padding-top:6px;
}
.restaurants-grid ul li a .title {
	position:absolute;
	bottom:35px;
	left:0;
	width:100%;
	padding:0 20px;
	opacity:0;
	-webkit-transition:bottom .3s ease, opacity .3s ease;
	-moz-transition:bottom .3s ease, opacity .3s ease;
	transition:bottom .3s ease, opacity .3s ease;
	z-index:2;
	line-height:1;
}
.restaurants-grid ul li a .title h5 {
	margin:0 0 8px;
	line-height:1.2;
}
.restaurants-grid ul li a .title h5:last-child {
	margin:0;
	font-weight:normal;
}
.restaurants-grid ul li a:hover  .title {
	bottom:40px;
	opacity:1;
}
.parallax {
	background-position:50% 0;
	background-attachment:fixed;
}
.banner {
	height:450px;
	background-size:cover;
	background-repeat:no-repeat;
}
.site-block {
	overflow:hidden;
}
.site-block .left,
.site-block .right {
	width:50%;
	float:left;
}
.site-block .img-wrap span {
	display:inline-block;
}
.site-block .img-wrap span img {
	width:100%;
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition:transform .3s ease, opacity .3s ease;
	-moz-transition:transform .3s ease, opacity .3s ease;
	transition:transform .3s ease, opacity .3s ease;
}
.site-block .img-wrap span:hover img {
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	opacity:.9;
}
.site-block .left {
	text-align:right;
	padding-right:60px;
	padding-top:80px;
}
.site-block .right {
	padding-left:60px;
}
.site-block .img-wrap,
.site-block .wrap {
	margin-bottom:100px;
}
.site-block .wrap {
	max-width:490px;
}
.site-block .wrap .gap-left {
	padding-left:50px;
}
.site-block .wrap p {
	font-size:1.3em;
}
.site-block .left .wrap {
	display:inline-block;
	text-align:left;
	padding-left:50px;
}
.site-block .right .wrap {
	padding-right:50px;
}
.newsletter-section {
	padding:60px 0 60px;
	background:#49b6c4;
	color:#fff;
}
.newsletter-section .title {
	margin: 0 0 8px;
	position: relative;
	line-height: 1;
}
.newsletter-section .btn-primary {
	font-size: 1em;
	padding: 15px;
}
.field {
	width:100%;
	font-size:1em;
	line-height:50px;
	height:50px;
	padding:0;
	border:none;
	background:none;
	color:inherit;
	border-bottom:2px solid #49b6c4;
	font-style:italic;
	margin-bottom:15px;
	font-family:inherit;
	border-radius:0;
}
.field.white {
	border-color:#fff;
}
.field.white::-webkit-input-placeholder {color:#fff;}
.field.white::-moz-placeholder          {color:#fff; opacity:1;}
.field.white:-moz-placeholder           {color:#fff; opacity:1;}
.field.white:-ms-input-placeholder      {color:#fff;}
.field-alt {
	border:1px solid #49b6c4;
	width:100%;
	font-size:.85em;
	font-family:inherit;
	line-height:37px;
	padding:0 10px;
	background:#fff;
	font-style:italic;
	height:37px;
	margin-bottom:15px;
}
.field-alt.grey {
	border-color:#b9b9b9;
}
.field-alt.grey:focus {
	border-color:#49b6c4;
}
.field-alt[type="number"] {
	padding-right:0;
}
.field-alt:focus {
	border-color:#53cede;
}
textarea.field-alt {
	height:auto;
	line-height:1.6;
	max-width:100%;
	padding:10px;
}
.fields-group label {
	width:50%;
	float:left;
	padding-right:2px;
}
.fields-group label:last-child {
	padding-right:0;
	padding-left:2px;
}
.main-checkbox {
	padding-left:22px;
	position:relative;
	display:block;
	font-size:.85em;
	cursor:pointer;
}
.main-checkbox .replacement {
	height:14px;
	width:14px;
	background:#fff;
	position:absolute;
	top:3px;
	left:0;
	border:1px solid #49b6c4;
}
.main-checkbox .replacement:before {
	content:'';
	display:none;
	position:absolute;
	top:0;
	left:0;
	color:#49b6c4;
	font-size:10px;
	width:100%;
	height:100%;
	line-height:14px;
	text-align:center;
	background:#49b6c4;
}
.main-checkbox input {
	display:none;
}
.main-checkbox input:checked + .replacement:before {
	display:block;
}
.underline {
	text-decoration:underline;
}
.site-footer {
	padding:50px 0 0;
	font-size:.85em;
}
.site-footer .block {
	margin-bottom:50px;
}
.footer-links a {
	color:inherit;
	display:inline-block;
	line-height:1.3;
	-webkit-transition:color .3s ease;
	-moz-transition:color .3s ease;
	transition:color .3s ease;
}
.footer-links a:hover {
	color:#49b6c4;
}
.footer-links ul {
	margin:0;
}
.footer-links ul li {
	margin-bottom:5px;
}
.footer-links p {
	margin-bottom:15px;
}
.social-links {
	margin-bottom:40px;
}
.social-links li {
	margin:0 10px 0 0;
	display:inline-block;
}
.site-footer .social-links li {
	display:inline-block;
	margin:0 0 0 15px;
}
.social-links li a {
	display:block;
	height:50px;
	width:50px;
	line-height:50px;
	background:#48b6c4;
	border-radius:200px;
	text-align:center;
	-webkit-transition:background .3s ease;
	-moz-transition:background .3s ease;
	transition:background .3s ease;
}
.social-links.small li a {
	height:30px;
	width:30px;
	line-height:30px;
}
.social-links.small li a img {
	height:14px;
	width:14px;
}
.social-links li a:hover {
	background:#4fc7d6;
}
.site-footer .bar {
	background:#000;
	color:#fff;
	padding:7px 0;
	text-align:right;
	font-size:.85em;
}
.entry .title {
	max-width:350px;
}
.entry .text {
	font-size:1.3em;
}
.display-none {
	display:none;
}
.page-content {
	padding-top:200px;
	padding-bottom:120px;
}
.page-content.with-banner {
	padding-top:0;
}
.white-bg {
	background:#fff;
}
.blue-color {
	color:#49b6c4;
}
#filter-result .mix{
	display: none;
}
.filter-toggle {
	display:none;
}
/*sidebar accordion styles start*/
.accordion-header {
	cursor:pointer;
	transition:.25s;
	border-bottom:1px solid #000;
	position:relative;
}
.accordion-header h1 {
	font-size:1.1em;
	font-weight: normal;
	margin:0;
	padding-right:30px;
	line-height:2;
}
.accordion-content {
	display:none;
	padding:20px 0;
}
.accordion-header-icon {
	background:url(../../../images/svg/arrow-down.svg) no-repeat center center;
	background-size:cover;
	height:10px;
	width:10px;
	position:absolute;
	top:13px;
	right:10px;
}
.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
/*sidebar accordion styles end*/
.clear-filter {
	text-align:center;
	padding:6px 6px 3px;
	background-color: #000;
	color:#fff;
	cursor:pointer;
	margin-bottom:30px;
	-webkit-transition:border-color .3s ease, color .3s ease;
	-moz-transition:border-color .3s ease, color .3s ease;
	transition:border-color .3s ease, color .3s ease;
}
.clear-filter:hover {
	background-color: #49b6c4;
}
.checkbox-filters .checkbox label {
	margin-bottom:10px;
	cursor:pointer;
	position:relative;
	padding-left:35px;
	font-size:.9em;
	display:block;
}
.checkbox-filters .checkbox label input {
	display:none;
}
.checkbox-filters .checkbox label .tick {
	position: absolute;
	top: 4px;
	left: 12px;
	height: 10px;
	width: 10px;
}
.checkbox-filters .checkbox label .tick:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100px;
	border:1px solid #000;
}
.checkbox-filters .checkbox label .tick:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-radius:100px;
	border:1px solid #000;
	background:#000;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity:0;
	-webkit-transition: transform .3s ease, opacity .3s ease;
	-moz-transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease;
}
.checkbox-filters .checkbox label input:checked + .tick:after {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity:1;
}
.filter:last-child {
	margin:0;
}
.filter-result {
	margin-left: -7px;
	margin-right: -7px;
}
.filter-result .mix {
	display:none;
}
.filter-result .fail-message {
	display:none;
	text-align:center;
}
.filter-result .fail-message h5 {
	margin:0;
}
.filter-result.fail .fail-message {
	display:block;
}
.filter-result .item-wrap {
	background:#f6f6f6;
	height:530px;
}
.filter-result .item-wrap img {
	width:100%;
}
.box-content {
	padding:20px;
	position:relative;
	font-size:.9em;
}
.box-content:before {
	content:'';
	position:absolute;
	top:-8px;
	left:50%;
	margin-left:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #f6f6f6 transparent;
}
.box-content .title {
	margin-bottom:20px;
}
.mobile-visible {
	display:none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display:inline-block;
	line-height:1.28;
}
.small-gap-bottom {
	padding-bottom:60px;
}
.accordion {
	margin-bottom:30px;
}
.square-img {
	padding-top: 100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.page-bar {
	overflow:hidden;
	margin-bottom:30px;
}
.breadcrumbs {
	float:left;
	color:#b9b9b9;
}
.breadcrumbs a {
	color:inherit;
}
.breadcrumbs ul {
	margin:0;
}
.breadcrumbs li {
	display:inline-block;
}
.breadcrumbs li,
.breadcrumbs li a {
	line-height:30px;
}
.breadcrumbs li:after {
	content:'/';
	display:inline-block;
	margin-left:5px;
}
.breadcrumbs li:last-child:after {
	display:none;
}
.shop-grid .item-wrap {
	background:none;
	height:350px;
}
.shop-grid .item-wrap a {
	position:relative;
	display:block;
}
.shop-grid .item-wrap a .roll_over_img {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	transition:opacity .5s ease;
	opacity:0;
}
.shop-grid .item-wrap a:hover .square-img {
	opacity:0;
}
.shop-grid .item-wrap a:hover .roll_over_img {
	opacity:1;
}
.shop-grid .square-img {
	margin-bottom:15px;
	position:relative;
	z-index:0;
	opacity:1;
	-webkit-transition:opacity .5s ease;
	-moz-transition:opacity .5s ease;
	transition:opacity .5s ease;
}
.shop-grid .title {
	font-size:1em;
	margin:0;
}
.newsletter-section form {
	overflow:hidden;
	display:block;
	margin:0 -15px;
}
.newsletter-section .MGLRow {
	float:left;
	width:33.33%;
	margin:0;
	clear:none;
	padding:0 15px;
}
.newsletter-section .MGLField {
	width:auto;
	float:none;
	margin:0;
}
.newsletter-section .MGLField input {
	width: 100%;
	font-size: 1em;
	line-height: 50px;
	height: 50px;
	padding: 0;
	background: none;
	color: inherit;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 2px solid #fff;
	font-style: italic;
	margin-bottom: 15px;
	font-family: inherit;
	border-radius:0;
}
.newsletter-section input::-webkit-input-placeholder {color:#fff;}
.newsletter-section input::-moz-placeholder          {color:#fff; opacity:1;}
.newsletter-section input:-moz-placeholder           {color:#fff; opacity:1;}
.newsletter-section input:-ms-input-placeholder      {color:#fff;}
.newsletter-section .MGLSubmitBreak {
	display:none;
}
.newsletter-section #MGLSubmit input[type="submit"] {
	display: block;
	width:100%;
	line-height: 50px;
	height:50px;
	font-size: 1em;
	padding: 0 15px;
	background: #fff;
	color: #49b6c4;
	text-align: center;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	font-family: inherit;
	font-style: italic;
	font-weight: 900;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
	border-radius:0;
}
.newsletter-section #MGLSubmit input[type="submit"]:hover {
	background:#000;
	color:#fff;
}
.newsletter-section .MGLSuccessMessage br {
	display:none !important;
}
.newsletter-section #MGLSubmit span strong {
	color:#fff;
	padding:20px 20px 20px 40px;
	font-size:.85em;
	background:rgb(255, 0, 0);
	font-weight:400;
	display:block;
	text-align:left;
	position:relative;
}
.newsletter-section #MGLSubmit span strong:before {
	content:'!';
	font-weight:900;
	font-size:2em;
	line-height:1;
	position:absolute;
	top:20px;
	left:15px;
}
.page-bar {
	overflow: inherit;
}
.page-bar .cart {
	text-align: right;
	overflow: none;
}
.page-bar .cart .cart-contents {
	color: #000;
	position: relative;
	padding-right: 35px;
}
.page-bar .cart .cart-contents:after {
	content: '';
	position: absolute;
	top: -8px;
	right:0;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: 15px 15px;
	border: 1px solid #000;
	border-radius: 100px;
}
.page-bar .cart .my-account-link {
	color: #000;
	padding-right: 16px;
	margin-right: 10px;
	border-right: 1px solid #000;
}
.home h1 {
	font-size: 2.2em;
	text-decoration: underline;
}
.home .shop-sections .item {
	margin-bottom: 120px;
}
.home .shop-sections .content {
	margin-top: 50px;
	width: 300px;
	max-width: 100%;
	display: inline-block;
}
.home .shop-sections .content hr {
	content: '';
	height: 3px;
	width: 38px;
	background: #000;
	display: inline-block;
	margin: 0 5px 3px 0;
}
.home .shop-sections .content a:hover {
	color: #49b6c4!important;
}
.home .mobile-item {
	display: none;
}
/**
* Magnific popup background
*/
.mfp-bg {
	opacity: 0.3;
}
.btn-primary {
	color:#fff;
	display:inline-block;
	line-height:1;
	font-size: 22px;
	padding: .618em 2em;
	background:#49b6c4;
	text-align:center;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	font-family:inherit;
	font-style:italic;
	font-weight:900;
	-webkit-transition:background .3s ease, color .3s ease;
	-moz-transition:background .3s ease, color .3s ease;
	transition:background .3s ease, color .3s ease;
	border-radius:0;
}
.btn-primary:hover {
	text-decoration:none;
	background:#4ec3d2;
	border-color:transparent;
}
.btn-primary.stroke {
	background:none;
	border-color:#49b6c4;
	color:#49b6c4;
}
.btn-primary.stroke:hover {
	color:#fff;
	background:#49b6c4
}
.btn-primary.white {
	background:#fff;
	color:#49b6c4;
}
.btn-primary.white:hover {
	color:#fff;
	background:#252525;
}
.btn-primary.block {
	width:100%;
}
.btn-primary.small {
	padding:11px;
	font-size:.85em;
}
.btn-secondary {
	background: #fff;
	color: #49b6c4;
	display:inline-block;
	line-height:1;
	font-size: 22px;
	padding: .618em 2em;
	text-align:center;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:#49b6c4;
	font-family:inherit;
	font-style:italic;
	font-weight:900;
	-webkit-transition:background .3s ease, color .3s ease;
	-moz-transition:background .3s ease, color .3s ease;
	transition:background .3s ease, color .3s ease;
	border-radius:0;
}
.btn-secondary:hover {
	color :#49b6c4!important;
	opacity: 0.85;
}
.table-cart th {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 9px 12px!important;
	color: #aaa;
}
.table-cart > thead > tr > th {
	vertical-align: middle;
	border-bottom: 1px solid #000;
}
.table-cart tbody tr td {
	vertical-align: middle;
	padding: 25px 12px;
}
.table-cart img {
	width: 90px;
}
.table-cart tbody tr td {
	border-top: 1px solid #000!important;
}
.table-cart tbody tr td a {
	font-weight: bold;
	color: #000;
}
.table-cart tbody tr.subtotal-row {
	background: #efefef;
	border-bottom: 1px solid #000;
}
.table-cart tbody tr td i {
	font-weight: 400;
	padding: 5px;
	border-radius: 50%;
}
.table-cart tbody tr td i:hover {
	background-color: red;
	color: #fff!important;
	padding: 4px 0;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	text-align: center;
}
.cart .push-right {
	float: right;
}
.cart .cart-top .btn {
	float: right;
}
.cart .cart-bottom .btn {
	margin: 20px 0;
}
.product-title {
	font-size: 25px;
}
.select {
	font-size: 16px!important;
	border: 1px solid #000;
	border-radius: 0;
	margin-bottom: 10px;
	height: 44px;
	padding: 6px 12px;
	line-height: 30px;
	width: 100%;
}
.single-product .nav-tabs li a {
	display: inline-block;
	padding: .5em 1em;
	font-size: 16px;
	font-weight: 400;
	color: #515151;
	text-decoration: none;
}
.single-product .nav-tabs li {
	border-bottom: 0;
}
.single-product .nav-tabs li.active a {
	background: #fff;
	z-index: 0;
}
.single-product .nav-tabs>li>a {
	border-radius: 0;
}
.single-product .tab-content {
	padding-top: 40px; 
}
ul.hide-bullets {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}
ul.hide-bullets li {
	margin-bottom: 20px;
}
ul.hide-bullets li a {
	padding: 0;
	margin-bottom: 17px;
	border:0!important;
	cursor: pointer;
}
ul.hide-bullets li a img {
	width: 75%;
}
#slider-thumbs {
	padding-left: 0;
}
#slider-img {
	padding-left: 0;
}
.carousel-inner > 
.item > img,
.carousel-inner > .item > a > img {
	width: 100%;
}
.login .panel {
	margin: 0 auto;
	width: 520px;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.login .panel-default>.panel-heading {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 0;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}
.login form {
	padding: 30px 0;
}
.login form button {
	margin: 10px 0;
	text-decoration: none;
	font-style: normal;
}
.login .btn-link {
	color: #a00;
}
.input {
	height: 45px;
	padding: 10px 12px;
	font-size: 16px;
	border-radius: 0;
}
.quantity {
	position: relative;
	z-index: 9999;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
.quantity input {
	width: 165px!important;
	height: 45px;
	line-height: 1.65;
	float: left!important;
	display: block!important;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	z-index: 0!important;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #ddd;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 1.7;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #ddd;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}
#voucher_value[disabled] {
    border-color: #c2d4d6;
    color: #8c8c8c;
}
.cstPriceBtn{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
}
#cstPriceHolder{
	margin-bottom:10px;
}
#cstPriceHolder .input-group-addon{
	border:1px solid #000;
	border-right:none;
	border-radius: 0;
	background:#fff;
	padding-right:5px;
}
#cstPrice{
	border:1px solid #000;
	border-left:none !important;
	box-shadow: none;
	padding-left:0px !important;
}
#cstPrice:focus{
	box-shadow: none;
}
.priceValidator{
    position: absolute;
    font-size: 11px;
    padding: 10px;
    margin: 0;
    z-index: 2;
    top: 30px;
    right: 10px;
    width: 300px;
}
#MGLSubmit input[type="submit"] {
	color: #fff;
	display: inline-block;
	line-height: 1;
	font-size: 1.2em;
	padding: 15px;
	background: #49b6c4;
	text-align: center;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	font-family: inherit;
	font-style: italic;
	font-weight: 900;
	-webkit-transition: background .3s ease, color .3s ease;
	-moz-transition: background .3s ease, color .3s ease;
	transition: background .3s ease, color .3s ease;
}
.MGLPoweredBy {
	display: none;
}
.modal-open .modal {
	z-index: 999999999;
}
.srg-modal {
	text-align: center;
	padding: 0!important;
}
.srg-modal .modal-content {
	border:2px solid #000;
	border-radius: 0!important;
}
.srg-modal .modal-header {
	border-bottom: 0;
}
.srg-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
.srg-modal .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.srg-modal .close {
	font-size: 31px;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
	color: #333;
}
#enquire-popup .modal-body {
	position: relative;
	padding: 0 50px 50px;
}
#prodAdded .modal-body {
	padding: 0 15px 15px;
}
#prodAdded .modal-content {
	text-align: center;
	padding: 5px 0 20px;
}
#prodAdded .modal-body p {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 18px;
}
#prodAdded .modal-body .btn {
	font-size: 100%;
}
#prodAdded .modal-header {
	padding: 5px 10px;
}
.shop-sections .item .push-right {
	float: right;
}
.ajax-img {
	background:url(../../../images/ajax-disk.gif) no-repeat center center; 
	width:80px; 
	height:80px;
}
#forgotpass .modal-body {
	padding: 0 45px 45px!important;
}
/* .sign-in .guest-signup-select h1,
.sign-in .returning-customer h2,
.sign-in .signup-wrap h2 {
	border-bottom: 1px solid #49b6c4;
} */
.sign-in .signin-main .btn {
	width: 100%;
}
input.form-control {
	border: 1px solid #000!important;
	border-radius: 0!important;
	font-size: 16px!important;
	height:42px;
	/*padding: 20px 12px!important;*/
}
textarea {
	border: 1px solid #000!important;
	border-radius: 0!important;
	font-size: 16px!important;
}
.help-block {
	color: #a94442;
}
/*
Common 
*/
.wizard,
.tabcontrol
{
	display: block;
	width: 100%;
	overflow: hidden;
}
.wizard a,
.tabcontrol a
{
	outline: 0;
}
.wizard ul,
.tabcontrol ul
{
	list-style: none !important;
	padding: 0;
	margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li
{
	display: block;
	padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
	position: absolute;
	left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title
{
	position: absolute;
	left: -999em;
}
/*
Wizard
*/
.wizard .steps {
	position: relative;
	display: block;
	width: 100%;
	z-index: 0;
}
.wizard.vertical .steps {
	display: inline;
	float: left;
	width: 30%;
}
.wizard .steps .number {
	font-size: 13px;
}
.wizard .steps ul li {
	display: block;
	position: relative;
	z-index: 5;
	width: 20.5%;
	margin-right: 6%;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
	background: #fff;
	color: #bbb;
	border: 1px solid #bbb;
	letter-spacing: 1px;
}
.wizard .steps ul li:last-child {
	margin-right: 0%;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
	float: left;
}
.wizard.vertical > .steps > ul > li {
	float: none;
	width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
	display: block;
	width: auto;
	text-decoration: none;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
	color: #bbb;
	cursor: default;
	padding: 7px 0 4px;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
	background: #bbb;
	color: #fff;
	cursor: default;
	padding: 7px 0 4px;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #48B6C4;
    color: #fff;
    padding: 7px 0 4px;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
	background: #a00;
	color: #fff;
}
.wizard > .content {
	display: block;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: auto;
}
.wizard > .content > .body {
	float: left;
	padding: 0;
}
.wizard > .content > .body ul {
	list-style: disc !important;
}
.wizard > .content > .body ul > li {
	display: list-item;
}
.wizard > .content > .body > iframe {
	border: 0 none;
	width: 100%;
	height: 100%;
}
.wizard > .content > .body input[type="checkbox"] {
	display: inline-block;
}
.wizard > .content > .body input.error {
	background: rgb(251, 227, 228);
	border: 1px solid #fbc2c4;
	color: #8a1f11;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #000;
}
.wizard > .content > .body label.error {
	color: #8a1f11;
	display: inline-block;
	margin-left: 1.5em;
}
.wizard > .actions {
	position: relative;
	display: block;
	width: 100%;
}
.wizard.vertical > .actions {
	display: inline;
	float: right;
	margin: 0 2.5%;
	width: 95%;
}
.wizard > .actions > ul {
	display: inline-block;
	text-align: right;
}
.wizard > .actions > ul > li {
	margin: 0 10px 0 0;
}
.wizard.vertical > .actions > ul > li {
	margin: 0 0 0 1em;
}
#coupon-code .btn {
	margin-top: 28px;
	font-size: 15px;
	width: 100%;
	padding: 13px 12px!important;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
	color:#fff;
	display:inline-block;
	line-height:1;
	font-size: 22px;
	padding: .618em 2em;
	background:#49b6c4;
	text-align:center;
	cursor:pointer;
	border-width:1px;
	border-style:solid;
	border-color:transparent;
	font-family:inherit;
	font-style:italic;
	font-weight:900;
	-webkit-transition:background .3s ease, color .3s ease;
	-moz-transition:background .3s ease, color .3s ease;
	transition:background .3s ease, color .3s ease;
	border-radius:0;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
	background: #eee;
	color: #aaa;
	cursor:not-allowed;
}
.wizard .steps ul:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #bbb;
	z-index: 0;
}
.overlay {
	background-color: #000;
	opacity: 0.5;
	visibility: visible;
}
.loader{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0 auto;
	z-index: 9999999;
	opacity: 0.5;
	visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.loader i{
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
    right: 0;
    margin: 0 auto;
    color: #777;
    visibility: visible;
}
.table-order-summary tr th {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	font-size: 13px;
}
.table-order-summary tr td {
	padding: 5px 25px 5px!important;
	background: #f6f6f6;
	text-transform: uppercase;
	font-size: 13px;
	border-top: 0!important;
}

.table-order-summary tr:nth-of-type(2) td{
	padding-top: 30px!important;
}

.table-order-summary tr.subtotal td {
	padding: 15px 25px 5px !important;
}

.table-order-summary tr.total td {
	padding: 15px 25px 15px !important;
	font-weight: 900;
	font-size: 16px;
}

.srg-custom-cart-overview {
	margin-top: 82px;
	background: #f6f6f6;
	max-width: 100%;
}
.srg-custom-cart-overview.fixed {
	position: fixed;
	margin: 0;
	z-index: 99999;
}
.checkout .newsletter-section {
	display: none;
}
.delivery-details-wrap {
	margin-top: 30px;
}
.checkout ul.tablist li {
	list-style-type: none;
	
}
.checkout ul.tablist li a {
	color: #000!important;
	font-size: 13px;
}
.checkout ul.tablist li input[type=radio] {
	position: relative;
    top: 2px;
    margin-right: 10px;
   }
.checkout ul.tablist li a:hover {
	color: #000!important;
	text-decoration: none;
	font-style: normal!important;
}
#checkout-form{
	position:relative;
}
#checkout-form h2 {
	margin-top: 30px;
	font-size: 19px;
}
#checkout-form h3 {
    font-size: 1.2em!important;
}
#checkout-form p {
	font-size: 14px;
	margin: 0 0 15px;
}
#checkout-form img {
	margin-bottom: 20px;
}
#checkout-form img.nab {
	margin-bottom: 0!important;
}
#checkout-form .btn-secondary {
	font-size: 13px;
    margin-bottom: 5px;
}
.border {
	border: 1px solid #000;
	padding: 20px 30px 25px;
	margin-bottom: 30px;
}
.has-feedback label~.form-control-feedback {
    top: 32px;
}
ul.list-group {
	margin: 35px 0;
}
ul.list-group .list-group-item {
    margin-bottom: 5px!important;
    border: 0!important;
    padding: 2px 0;
}

.btn-comp{
	margin-top: 5px;
}
.slant {
    font-size: 35px!important;
    color: #888;
    position: relative;
    top: -4px;
    left: 4px;
    font-weight: 300;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
.site-header .container-fluid.portal{
     padding: 10px 15px;
}
.site-header .container-fluid.portal .logo{
	position:static;
}
.portal-body{
	background-color:#fff;
}
#voucher_expiry_date, #voucher_start_date, #voucher_email{
	margin-bottom:10px;
}
.disable_update_date > small, .enable_update_date > small{
	display:block;
	cursor: pointer;
}
#update_expiry_date,#login_update_expiry, #update_valid_from{
	color:#71cbde;
	cursor: pointer;
	font-weight:bold;
}
#update_expiry_date:hover,#login_update_expiry:hover{
	text-decoration: underline;
}
.billing-details-order-account p{
	margin-bottom:5px;
}
.table-order-account{
	margin-top:15px;
}
.order-summary-account{
	margin-bottom:15px;
}

.tr-thumb{
    width: 80px;
}

.td-amount{
	width: 100px;
}

.portal-panel{
	width: 650px !important;
}

span.billing-email-shipping.glyphicon-ok::before{
	content: "";
}

.voucher-msg-txt-field span.glyphicon.form-control-feedback.glyphicon-ok{
	top: 45px;
}

.premium-wrap{
	display: none;
}
.premium-wrap p{
    margin: 0px !important;
}

.premium-wrap span{
	font-size: 13px;
    font-family: inherit;
    margin-right: 10px;
}

.premium-wrap input[type=radio]{
	margin-right: 5px;
}

#myModal {
	text-align: center;
    height: auto;
    top: calc(50% - 200px) !important;
}

#myModal .modal-content {
    background: #48b6c3 !important;
    overflow: hidden;
    max-width: 470px;
    margin: auto;
    box-shadow: none!important;
    border: 0!important;
    border-radius: 0!important;
}
#myModal .close {
    opacity: 1!important;
    color: #fff!important;
    text-shadow: 0!important;
    filter: alpha(opacity=100)!important;
}
#myModal .modal-header {
    padding: 15px;
    border-bottom: 0;
}
.white-box {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 10px 30px;
    margin: 10px 30px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}
.popup-info {
	font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin: 40px 1rem 0;
}
.popup-cta {
    color: #000 !important;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 0px 20px 0px;
    display: inline-block;
}
.popup-terms {
    margin: 10px auto;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
}
.popup-terms a {
    color: #fff!important;
    text-decoration: none!important;
}

@media only screen and (max-width: 375px) {
	#myModal .white-box {
		font-size: 28px;
	}
	#myModal .popup-info {
		padding: 1rem;
    	font-size: 16px;
	}
	#myModal .modal-body {
		padding: 0;
	}
}

.form-group.recaptcha-group{
	position: relative;
}
.form-group.recaptcha-group input.recaptcha_field{
	/* border: none; */
	color: #fff;
	font-size: 6px;
	cursor: pointer;
	z-index: 1;
	visibility: hidden;
	/* opacity: 0; */

}
.form-group.recaptcha-group .form-control-feedback{
	display: none;
}
.form-group.recaptcha-group #g_recaptcha_response-error{
	margin-top: -10px;
	z-index: 10;
	background: #fff;
	display: block;
}