
/* --- Google font --- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900|Kaushan+Script');

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	/* font-weight:bold; */
    color: #000;
    background-color: #ddd;
	font-size: 16px;
    line-height: 1.6em;
	padding:0;
	margin:0;
	position:relative;
}

html {
    width: 100%;
    height: 100%;
}

label, input, button, select, textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
}
button{
	border: none;
}
/* ===========
layout
============= */
#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;
	
}

/* ===========
Typo
============= */

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	color: #444;
	line-height: 1em;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 100;
}
h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}
h1.h-normal,h2.h-normal,h3.h-normal ,h4.h-normal ,h5.h-normal ,h6.h-normal  {
	font-weight: 400;
}
h1.h-medium,h2.h-medium,h3.h-medium ,h4.h-medium ,h5.h-medium ,h6.h-medium  {
	font-weight: 500;
}
h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 700;
}
h1.h-ultra,h2.h-ultra,h3.h-ultra ,h4.h-ultra ,h5.h-ultra ,h6.h-ultra  {
	font-weight: 900;
}
h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}
p.medium {
	font-weight: 500;
}
p.bold {
	font-weight: 700;
}
div.bold {
	font-weight: 700;
}

p.ultra {
	font-weight: 900;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}
.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}
.highlight-color {
	padding: 2px 5px;
	display: inline-block;
	color: #fff;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}
blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}
blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}
blockquote strong {
  font-weight: 700;
}

.light {
    font-weight: 400;
}

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  margin:0;
  padding-bottom:0;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

/* =======
Top area
======== */
.top-area {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: #fff;
	/*padding-top: 10px;*/
	padding-bottom: 20px;
}
.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	/*padding-top: 6px;*/
	padding-bottom: 0;
	margin-bottom: 10px;
}
.top-area p {
	margin-bottom: 10px;
}
.top-area-div {
	margin-bottom: 10px;
	width: 100%;
}

.display_none{
	display:none;
}

/* ===========
Navigation
============= */
.navbar-brand {
  padding-top: 15px;
  margin-top: 5px;
  padding-bottom: 0;
}
.navbar-brand.reduce {
	margin-top:0;
    padding-top: 10px;
	padding-bottom: 5px;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom {
	width: inherit;
	margin: 0 auto;
	padding-bottom:0;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
.navbar.navbar-custom .navigation {

}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);	
	
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand:focus {
    outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top  {
	background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}
.navbar.navbar-custom {
	padding-top: 0;
}
.navbar.navbar-custom ul.nav.navbar-nav {
	margin-top: 15px;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
	margin-top: 0;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 1px;
    color: #666;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}
.navbar.navbar-custom.top-nav-collapse {
	background: #f3f3f3;
	
}
.navbar.navbar-custom.top-nav-collapse .navigation {
	padding-bottom: 0px;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;	
	margin-top: 16px;
}

.dropdown2{
	font-size:12px;
	color:#333333;
	border-radius:3px;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}
.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fafafa;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus  {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
    outline: 0;
	background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* form */
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* loader */
#page-loader { 
	position: fixed; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	background: white; 
	z-index: 9999; 
}
#page-loader img {
	margin: 100px auto; 
	display: block;
}

.loader { 
	text-align: center; 
	margin: auto; 
	position: absolute; 
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	height: 40px;
}
.loader { text-align: center; margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 40px; }
.loader span { display: block; font: 14px "Montserrat", sans-serif; text-transform: uppercase; margin-bottom: 20px; }
.spinner { margin: 0 auto; width: 40px; height: 40px; position: relative; }
.con1 > div, .con2 > div, .con3 > div { width: 7px; height: 7px; border-radius: 100%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */ -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.spinner .spinner-container { position: absolute; width: 100%; height: 100%; }
.con2 { -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); }
.con3 { -webkit-transform: rotateZ(90deg); transform: rotateZ(90deg); }
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.con2 .circle1 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.con3 .circle1 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; }
.con1 .circle2 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.con2 .circle2 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.con3 .circle2 { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.con1 .circle3 { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.con2 .circle3 { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.con3 .circle3 { -webkit-animation-delay: -0.4s; animation-delay: -0.4s; }
.con1 .circle4 { -webkit-animation-delay: -0.3s; animation-delay: -0.3s; }
.con2 .circle4 { -webkit-animation-delay: -0.2s; animation-delay: -0.2s; }
.con3 .circle4 { -webkit-animation-delay: -0.1s; animation-delay: -0.1s; }

@-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }

@keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0); -webkit-transform: scale(0); }
  40% { transform: scale(1); -webkit-transform: scale(1); } }

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}
hr.bold {
  border-top: 3px solid #eee;
}

.divider-short {
	display: block;
	width: 60px;
	height: 1px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.dividersolid {
	border-top: 1px solid #eee;
	margin: 30px 0 30px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* padding */
.paddingtop-0{padding-top:0 !important;}
.paddingtop-10{padding-top:10px !important;}
.paddingtop-20{padding-top:20px !important;}
.paddingtop-30{padding-top:30px !important;}
.paddingtop-40{padding-top:40px !important;}
.paddingtop-50{padding-top:50px !important;}
.paddingtop-60{padding-top:60px !important;}
.paddingtop-70{padding-top:70px !important;}
.paddingtop-80{padding-top:80px !important;}
.paddingtop-90{padding-top:90px !important;}
.paddingtop-100{padding-top:100px !important;}

.paddingbot-0{padding-bottom:0 !important;}
.paddingbot-10{padding-bottom:10px !important;}
.paddingbot-20{padding-bottom:20px !important;}
.paddingbot-30{padding-bottom:30px !important;}
.paddingbot-40{padding-bottom:40px !important;}
.paddingbot-50{padding-bottom:50px !important;}
.paddingbot-60{padding-bottom:60px !important;}
.paddingbot-70{padding-bottom:70px !important;}
.paddingbot-80{padding-bottom:80px !important;}
.paddingbot-90{padding-bottom:90px !important;}
.paddingbot-100{padding-bottom:100px !important;}


/* ===========================
--- General sections
============================ */
.home-section {
    padding-top: 150px;
	display:block;
    position:relative;
    z-index:120;
	background-color: #fff;
}
.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
	display:block;
    position:relative;
    z-index:120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}

.home_video{
	width: 920px;
    margin: 0 auto;
}

.section-heading h2 {
	margin-bottom: 10px;
}
.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #000000;
}
.color-dark .section-heading p {
	color: #000000;
}

.divider-short,.color-dark .divider-short,.bg-gray .divider-short {
	background: #aaa;
}

.color-light .divider-short {
	background: #fefefe;
}



.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */
.bg-white {
	 background: rgba(255, 255, 255, 0.9); 
}
.bg-gray {
	background: #fafafa;
}
.bg-dark {
	background: #404040;
}

/* --- section color var --- */
.text-light {
	color: #fff;
}

.home_slide_margin {
	margin-top: 130px;
}

/* ===========================
--- Intro
============================ */
.intro {
	width:100%;
	position:relative;
}
.intro-content {
	padding:0;
}
.intro-content.intro-nobg {
	background:#fff;
	position:relative;
	margin:0;
	padding:140px 0 60px;
}
.slogan {
	margin-bottom: 20px;
}
.white-box {
	background: rgba(255,255,255,.8);
	padding: 20px;
	border-radius: 4px;
}
.intro-content h2 {
	margin-bottom: 10px;
}
#first_preview{
	position:fixed;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:100000;
	height:100%;
	top:0;
	left:0;
}
#first_preview_detail{
	position:fixed;
	top:18%;
	left:50%;
	margin-left:-400px;
	z-index:100001;
	width:800px;
	padding:0px;
	text-align:left;
	padding: 35px 25px;
	font-weight: 500;
    font-size: 20px;
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	box-shadow: 0 10px 25px rgba(0,0,0,0.5);
	background:url(https://welcome.thebakerscottage.com/Images/main-bg.jpg) center -180px repeat;
}
#first_preview_detail img{
	width:100%;	
	display:block;
}
#first_preview_bg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
a.first_preview_detail_close{
	color:#0095da;
}
a.first_preview_detail_close:hover{
	color:#ed1c24;
}
a.first_preview_detail_close{
	color:#000;
	font-size:25px;
	position:fixed;
	top:0;
	right:50px;
	padding:10px 15px;
	background:#fff;
}

/* ---- lead form --- */
ul.lead-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 20px;
}
ul.lead-list li {
	margin: 0 0 20px 0;
	line-height: 1.6em;
}
ul.lead-list li span.fa {
	margin: 5px 5px 0 0;
	float: left;
}
ul.lead-list li span.list {
	display: inline-block;
	margin: 0 0 0 10px;
}
p.lead-footer {
	font-size: 16px;
	margin: 20px 0 0;
}


.panel-heading {
  padding: 20px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel.panel-skin {
  border-color: #ddd;
}
.panel-skin > .panel-heading {
  color: #fff;
  background-color: #444;
  border-color: #444;
  box-shadow: none;
}
.panel-body {
  padding: 20px;
}
.form-wrapper h3.panel-title {
  font-size: 20px;
  font-weight: 700;
}
.form-wrapper h3.panel-title span {
	font-size: 20px;
	margin: 0 10px 0 0;
}
.form-wrapper h3.panel-title small {
	font-size: 16px;
	color: #ddd;
}
form.lead label,form.lead input {
	font-size: 16px;
}
.panel-body {
  background: #fff;
}
.panel-skin > .panel-heading .badge {
  background-color: #fff;
}
.form-control{
	color:#000000;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* ---- CTA 1  --- */
.well.well-trans {
	background-color: rgba(255,255,255,.8);
  -webkit-box-shadow: none;
          box-shadow: none;
	border: none;
}

/* ===================================
 call action
==================================== */
.callaction {
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}
.cta-text {
	margin-top:10px;
	text-align: left;
}
.cta-text h3 {
	font-weight:900;
	line-height:1.1em;
	margin-bottom: 20px;
}
.cta-btn {
	float:right;
	padding:20px 10px 20px 20px;
	margin-top:10px;
}


/* =========================
Buttons
=========================== */
.btn-skin {
  color: #fff;
  background:#00653c;
}
.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 6px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}

/* =======================
Elements
========================== */

/* badge */
.badge.custom-badge {
	margin: -20px 0 0 0px;
	font-size: 12px;
	text-transform: none;
}
.badge.custom-badge.red {
	background-color: #e9372e;
	padding:5px 0;
	width:80px; margin-bottom:10px;
}

/* box */
.box {

}
.box h4 {
	font-size: 20px;
}
.box i {
	margin-bottom: 10px;
}
.circled {
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	width: 1.6em;
    height: 1.6em;
	text-align: center;
	line-height: 1.6em;
}

/* ===========================
--- Login
============================ */
.cancelbtn {
	padding: 14px 20px;
	background-color: #f44336;
}
.cancelbtn, .signupbtn {
  float: left;
  width: 35%;
}
.div_padding {
	padding: 16px;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.74);
	padding-top: 50px;
}
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
	border: 1px solid #888;
	width: 800px; /* Could be more or less, depending on screen size */
	border: 0;
	border-radius: 10px;
}
.modal-header {
	color: white;
	padding: 15px 16px;
	text-align: center ;
	background-color: #d4d4d4;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.modal-header h2{
	color: #666;
}
/* google sign in float left*/
.f_sign_w{
	margin-right: 10px;
	vertical-align: top;
	color: #666;	
}
.f_icon_i, .f_sign_w{
	float: left;
}
.div_sign_with{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	color: #666;
}
.div_icon_inline{
	display: inline-block;
	height: 55px;
    width: 55px;
}
.div_facebook_a{
    width: 10%;
    color: #fff;
    height: 50px;
    display: block;
    border-radius: 100%;
	background-color: #3e6eb8;
    padding: 15px 30px 15px 20px;
}
.div_gmail_a{
	width: 10%;
    color: #fff;
    height: 50px;
    display: block;
    border-radius: 100%;
    background: #e33242;
    -webkit-border-radius: 100%;
    padding: 15px 35px 15px 15px;
}
.div_icon{
	font-size: 24px ;
	margin: -2px;
}
.closeBtn {
	position: absolute;
	right: 35px;
	top: 15px;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	opacity: 1;
}
.closeBtn:hover,
.closeBtn:focus {
	color: #666;
	cursor: pointer;
}
.prefix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    font-size: .875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}
.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #ccc;
}
.prefix {
    height: 50px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 140%;
    color: #026491;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}
.prefix {
    height: 50px;
    line-height: 40px;
    padding: 5px 10px;
    font-size: 140%;
    color: #026491;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px 0 0 3px;
}
.login_top{
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	border-right: 1px solid #e6e6e6;
}
.login_bottom{
	padding: 15px 0;
	border-right: 1px solid #e6e6e6;
}
.login_or{
	width: 45px;
    height: 45px;
    padding-top: 20px;
    margin: -47px auto 20px;
    font-size: 100%;
    color: #666;
    text-align: center;
    background: #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-weight: 700;
}
.login_input_top{
	width:20%;
	float: left;
}
.login_input_bottom{
	width:80%;
	float: right;
}
.login_input{
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 95%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
	font-weight: 100;
}
.login_input{
    border-color: #c6c9ce;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.login_input {
    height: 50px;
    font-size: 100%;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}
.login_button_div{
	width: 96%;
}
.login_button{
    border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    border-color: #2285a2;
    transition: background-color .3s ease-out;
    padding: 16px 25px;
	border-radius: 5px;
    background-color: #29ad61;
    color: #fff;
    font-size: 15px;
	float: right;
}
.login_button:hover{
    background-color: #1f844a;
}
.guest_login_button{
	border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    border-color: #2285a2;
    transition: background-color .3s ease-out;
    padding: 16px 25px;
    border-radius: 5px;
    background-color: #00653c;
    color: #fff;
    font-size: 15px;
    width: 96%;
}
.guest_login_button:hover{
    background-color: #29ad61;
    color: #fff;
}
.login_forgot{
	color: #0079b0;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-weight: 100;
    font-size: 14px;
}
.login_sub_title{
	font-size: 20px;
    font-weight: 700;
	margin: 10px auto;
	color: #666;
}
.login_sign_up{
	border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 1rem;
    border-color: #2285a2;
    color: #fff;
    transition: background-color .3s ease-out;
    padding: 16px 25px;
    border-radius: 5px;
    background-color: #e33242;
    color: #fff;
    font-size: 15px;
}
.login_sign_up:hover{
	background-color: #c71b2b;
}
#block_error, #block_home_error, #capcha_error, #email_error, #forget_email_error, #email_home_error, #password_error {
	display:none;
	margin-bottom:10px;
	color:red
}
#block_error2, #capcha_error2, #email_error2, #password_error2 {
	display:none;
	margin-bottom:10px;
	color:red
}
#ajax_loading {
	margin:4px 0 0 10px
}
#ajax_home_loading, #ajax_loading, .product_detail_iframe {
	display:none
}
.pro_dropdown {
    position: relative;
    display: inline-table;
}
.pro_drop_content {
	top: 40px;
    z-index: 1;
    display: none;
	text-align: left;
    min-width: 160px;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.pro_drop_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.pro_drop_content a:hover {background-color: #ddd}
.pro_dropdown:hover .pro_drop_content {
    display: block;
}
.pro_dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* ===========================
--- Register
============================ */
.register_facebook_login {
    background: #eef3ff;
    padding: 30px 0;
}
.facebook_title {
    margin-bottom: 15px;
    font-size: 16px;
}
#facebook_login {
    background: #3b5998;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
}
.facebook_content {
    margin-top: 15px;
    font-size: 12px;
}
.register_title{
	font-size: 14px;
}
.register_text {
    -webkit-appearance: none;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;
    font-weight: 100;
}
.register_text {
    border-color: #c6c9ce;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.2);
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.register_text{
	height: 40px;
    font-size: 100%;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 5px;
}
.subtitle {
    padding-bottom: 20px;
	color: #666;
}

/* ===========================
--- Profile
============================ */
.cart_error, .cart_success, .voucher_error, .voucher_success {
	background-color:#e3f8e2;
	border:1px solid #b7d5a1;
	color:#6fab43;
	padding:10px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom:30px;
	display:none
}
.cart_color, .voucher_error, .voucher_success {
	display:block
}
.cart_error, .voucher_error {
	background-color:#ffa9b0;
	border-color:#ff2a3b;
	color:red
}
.account_dd{
	display: inline-block;
    width: 24%;
}
.account_mm{
	display: inline-block;
    width: 30%;
}
.account_yy{
	display: inline-block;
    width: 40%;
}
.account_forgot{
	float: right;
    margin: 15px auto;
    margin-right: 20px;
}

/* ===========================
--- New & Promotions
============================ */
.new_promotions_padding{
	padding: 30px;
}

/* ===========================
--- Order Online
============================ */
.online_faq_div{
	margin-right: 17px;
}

/* ===========================
--- Dropdown Menu
============================ */
.drop-menu {
    padding: 0 9px ;
  	cursor: pointer;
  	background: none;
}
.dropdown-div {
  	z-index: 999 ;
	display: none ;
  	position: relative ;
    color: #00653c ;
    font-size: 13px ;
    border: 1px solid #6b9986 ;
    border-top-left-radius: 0 ;
    border-top-right-radius: 0 ;
    border-bottom-left-radius: 10px ;
    border-bottom-right-radius: 10px ;
  	box-shadow: 1px 3px 14px 0px rgba(0, 0, 0, 0.5) ;
}
.dropdown-content {
	left: 50% ;
  	z-index: 999 ;
  	display: none ;
  	min-width: 100px ;
    margin-left: -50px ;
  	position: absolute ;
  	text-align: center ;
  	background-color: #f9f9f9 ;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2) ;
}
.dropdown-content a {
  	color: black ;
  	color: #00653c ;
  	display: block ;
  	font-size: 12px ;
  	padding: 2px 2px ;
  	text-decoration: none ;
	border-bottom: 1px solid #00653c ;
}
.dropdown-content a:last-child {
	border-bottom: 0 ;
}
.dropdown-content a:hover {
	background-color: #f1f1f1 ;
}
.dropdown-div:hover .dropdown-content {
  	display: block ;
}

.dropdown-div:hover .drop-menu {
  background-color: #3e8e41;
}

/* ===========================
--- Cart
============================ */
.cart_table {
	width:100%;
	font-size:13px
}
.cart_table td {
	padding:8px 3px;
	line-height:19px;
	vertical-align:middle;
	border:none;
}
.cart_table th {
	padding:0 3px;
	line-height:19px;
	font-weight:700;
	vertical-align:bottom;
	border:none
}
.cart_table .cart_remove {
	font-size:1.4em;
	font-weight:700;
	width:40px
}
.cart_remove i.fa.fa-times {
	position:relative;
	color:inherit;
	margin:0
}
.cart_table .cart_image {
	width:65px
}
.cart_table .cart_image img {
	width:50px;
	margin-bottom:0
}
.cart_shipping {
	font-size:12px;
	line-height:1.4
}
.cart_shipping .size_notice {
	font-size:11px
}
.cart_table .cart_price, .cart_table .cart_quantity, .cart_table .cart_subtotal {
	width:100px;
	text-align:right
}
.cart_area, .cart_table .cart_quantity input[type=number] {
	display:inline-block;
	width:60px;
	padding:5px;
	color:#555;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	vertical-align:middle;
	text-align:center;
	margin:0;
	border:1px solid #ccc
}
.cart_table input[type=email], .cart_table input[type=number], .cart_table input[type=password], .cart_table input[type=search], .cart_table input[type=text], .cart_table select, .cart_table textarea {
	padding:.55em;
	border:1px solid #d4d4d4;
	margin:0;
	width:100%;
	height:auto;
	display:block;
	font-size:1em;
	line-height:1em;
	background:#fff;
	color:rgba(0, 0, 0, .75);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	transition:all .15s linear
}
.cart_table .cart_right {
	text-align:right
}
.cart_table .cart_noborder {
	border:none
}
.table_checkout .cart_price, .table_checkout .cart_subtotal {
	width:60px;
	text-align:right
}
.table_checkout .cart_quantity {
	width:70px
}
.cart_table td a.cart_continue {
	font-weight:700;
	color:#007ec5;
	margin-right:10px
}
.invoice_table tr:hover {
	background:#f4f4f4
}
.molpay_label {
	display:block;
	padding:8px 0
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
#voucher_box {
	max-width:250px
}
.voucher_current_use a, .voucher_here a {
	color:#ec1f27
}
.voucher_current_use a:hover, .voucher_here a:hover {
	color:#c0171e
}
.other_voucher_code, .voucher_input {
	position:relative;
	display:block;
	margin-top:5px
}
#other_voucher_code_input {
	padding-right:25%
}
#other_voucher_code_button {
	position:absolute;
	top:1px;
	right:0;
	margin-top:0!important;
	padding:6px 12px
}
.voucher_input input[type=submit] {
	display:inline-block;
	padding:6px 12px;
	margin:0;
	line-height:10px;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	border:1px solid #e0dede;
	color:#fff;
	background:#faa71b;
	font-size:11px;
	outline:0;
	float:left
}
.voucher_input input[type=submit]:hover {
	background:#e57e25
}
.voucher_used {
	color:#828281
}
.voucher_used span {
	position:relative
}
.close_button, .close_button a, .recently_viewed_col {
	position:absolute
}
.voucher_used span:before {
	position:absolute;
	content:"";
	left:0;
	top:50%;
	right:0;
	border-top:1px solid;
	border-color:inherit;
	-webkit-transform:rotate(-5deg);
	-moz-transform:rotate(-5deg);
	-ms-transform:rotate(-5deg);
	-o-transform:rotate(-5deg);
	transform:rotate(-5deg)
}
.button_cart.float_right {
    margin-left: 5px;
}
.button {
    line-height: 1.5;
    background: #00653c;
    padding: 7px 15px 6px;
    border-radius: 2px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.button, .clickhere a:hover {
    color: #fff;
}


/* ===========================
--- Checkout
============================ */
.radio_bg {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_bg input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 50%;
}
.radio_bg:hover input ~ .radio_checkmark {
    background-color: #ccc;
}
.radio_bg input:checked ~ .radio_checkmark {
    background-color: #00653c;
}
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio_bg input:checked ~ .radio_checkmark:after {
    display: block;
}
.radio_bg .radio_checkmark:after {
 	top: 7px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.payment_loading {
	display:none
}
.barchart_label ul li, .facebook_login, .pagination_column, .payment_loading, .quality_score p, .score_col {
	text-align:center
}
.facebook_logo {
    display: block;
    width: 100%;
    max-width: 52px;
    margin-right: 10px;
}
#form_checkout #ajax_loading {
	margin:8px 10px 0 0
}
#cart_another_address {
	display:none
}
.checkout_payment table td {
	padding:0;
	vertical-align:top;
	border:0
}
.checkout_payment table td span {
	font-size:12px
}
.checkout_payment label {
	float:left;
	margin-right:15px
}
.checkout_payment label input[type=radio] {
	float:left;
	margin-top:3px
}
.checkout_payment .footer_payment span {
	margin:0 0 0 15px
}
.checkout_payment .footer_payment img {
	width:auto;
	height:15px;
	opacity:.5
}
.checkout_title {
	float:left
}
.checkout_information {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	font-size:13px;
	font-weight:400
}
.cart_title, .option_title, .order_bar, .order_title, .product_description_col h6, .username {
	font-weight:700
}
.checkout_information li {
	float:left;
	margin-left:10px
}
.checkout_information li span {
	margin-left:2px
}
.cart_table input[type=text].plus_minus_textbox {
	width:50px;
	display:inherit;
	text-align:center;
	float:right
}
.checkout_box, .checkout_box td {
	text-align:right
}
.cart_title {
	font-size:14px
}
.cart_title2 {
	font-size:12px
}
.cart_sub_option {
	line-height:1.3;
	font-size:12px
}
.option_box {
	margin-top:3px
}
.option_title {
	display:block
}
.option_content {
	display:block;
	font-size:11px
}
.checkout_box {
	max-width:300px;
	float:right;
	margin:5px 0 10px;
	padding:15px;
	background:#f4f4f4;
	line-height:2;
	width:100%
}
.checkout_box table {
	width:100%
}
.checkout_box a, .checkout_box button {
	display:block;
	text-align:center;
	width:100%;
	font-size:18px
}
.product_gst_price {
    font-size: 13px;
    display: inline-block;
    background: #4a4a4a;
    color: #fff;
    border-radius: 2px;
    padding: 0 10px;
    line-height: 2;
}
.cart_gst_price {
	font-size:12px;
	width:100%
}
.checkout_box_left {
	text-align:right
}
.checkout_box_left {
	max-width:300px;
	float:left;
	margin:5px 0 10px;
	padding:15px;
	background:#f4f4f4;
	line-height:2;
	width:100%
}
.ship_table {
	width:100%;
	font-size:13px
}
.ship_table td, .ship_table th {
	padding:8px 3px;
	line-height:19px;
	vertical-align:middle;
	border:none;
}
.ship_table th {
	border:none;
	font-weight:700;
	background: #fafafa;
	vertical-align:bottom;
	border-bottom: 1px solid #eff0f5;
}
.ship_table td {
	font-weight: 100;
}
.close_modal {
    float: right;
    color: #aaaaaa;
	margin-top: 5px;
    font-size: 28px;
    font-weight: bold;
    margin-right: 10px;
}
.close_modal:hover,
.close_modal:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.ship_modal_div{
    padding: 25px;
}
.ship_modal_title{
    padding-bottom: 5px;
	font-size: 20px;
}
.ship_modal_span {
    color: #ccc;
    padding: 0 10px;
	font-size: 14px;
}
.ship_modal_a {
    color: #1a9cb7;
	font-size: 14px;
}
.ship_save{
	border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    border-color: #2285a2;
    transition: background-color .3s ease-out;
	margin-top: 15px;
    padding: 10px 85px;
    border-radius: 5px;
    background-color: #29ad61;
    color: #fff;
    font-size: 15px;
}
.ship_modal_new{
    padding: 25px;
	display:none;
}
.ship_modal_input{
	padding: 5px 10px;
    border: 1px solid #d4d4d4;
    margin: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    background: #fff;
    color: rgba(0, 0, 0, .75);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    transition: all .15s linear;
	font-weight: 100;
	resize: vertical;
}
.ship_submit{
	border-style: solid;
    border-width: 0;
    line-height: normal;
    margin: 0 0 1.25rem;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    border-color: #2285a2;
    transition: background-color .3s ease-out;
	margin-top: 15px;
    padding: 10px 85px;
    border-radius: 5px;
    background-color: #29ad61;
    color: #fff;
    font-size: 15px;
	float: right;
}
.shipping_edit_a{
    color: #0cb5ba;
}
.shipping_delete{
	display: block;
    position: relative;
    top: 5px;
    font-size: 16px;
}
.checkout_state{
	display: none;
}

/* ===========================
--- Over View
============================ */
.side_nav {
	padding:15px;
	margin:0 0 15px;
	line-height:16px;
	margin-top: 20px;
	border-radius: 5px;
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
.side_nav ul {
    list-style: none;
    padding: 5px 15px;
}
.side_nav li {
	margin:0;
	padding:0;
}
.side_nav li a {
	display:block;
	padding:5px 0;
}
.search_product_column {
    color: #555;
    padding: 3px 10px;
    line-height: 2;
    background-color: #e4e4e4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.other_remark {
    padding: 3px 10px;
    font-size: 14px;
}
.order_box {
    font-size: 13px;
    padding: 10px;
}
.order_title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.invoice_delivered, .order_paid {
	color:#59ab2c
}
.invoice_nodelivered, .order_unpaid, .order_unpaid a {
    color: red;
}
.invoice_nodelivered, .order_unpaid, .order_unpaid a {
    color: red;
}
.order_view_print{
    padding: 3px 17px;
    background: #00653c;
    color: #fff;
    border-radius: 5px;
}
.order_view_print:hover{
    background: #007546;
    color: #fff;
}
.order_view_print i{
    margin-right: 5px;
}
    

/* ===========================
--- Services
============================ */
.service-box {
	margin-bottom: 40px;
}
.service-icon {
	margin: 0 20px 20px 0;
	float: left;
}	
.service-desc h5 {
	margin-bottom: 10px;
}

/* ===========================
--- Product
============================ */
.category_img{
	width:360px;
	width: 100%;
}
.product_clone{
	position: absolute;
	top: 5px;
    right: 20px;
    width: 25px;
}
.product_clone2 {
	position: absolute;
	top: 45px;
    left: 25px;
    width: 25px;
}
.coming_soon{
	position: absolute;
    top: 0;
    margin-left: -6px;
    width: 100px;
}
.coming_soon2{
	position: absolute;
    top: 0;
    left: 0;
    margin-top: -6px;
    margin-left: -6px;
    width: 100px;
}
.out_of_stock{
	position: absolute;
    top: 80px;
    left: 142px;
    margin-left: -107.5px;
    width: 75.5%;
}
.out_of_stock2{
	position: absolute;
    top: 70px;
    left: 120px;
    margin-top: 0;
    margin-left: -107.5px;
    width: 90%;
}
.mooncake_icon {
    padding: 10px 20px 10px 20px;
	text-align: center;
}
.mooncake_icon li {
    display: inline-block;
    width: 65px;
}
.mooncake_icon li img {
    display: block;
    width: 100%;
}

/* ===========================
--- Order Page
============================ */
.view_table th, .view_table td{
	border-top: 1px solid #ddd;
	padding: 10px 3px;
}

/* ===========================
--- Order Tracking
============================ */
.order_tracking_table{
	overflow: hidden;
    width: 817px;
}

/* ===========================
--- Cms Order PDF
============================ */
.tax_invoice_table {
	margin: 10px auto;
	width:100%;
	font-size:13px
}
.tax_invoice_table td {
	padding:8px 3px;
	line-height:19px;
	vertical-align:middle;
	border:none;
}
.tax_invoice_table th {
	padding:0 3px;
	line-height:19px;
	font-weight:700;
	vertical-align:bottom;
	border: 1px solid ;
}
.tax_invoice_table tr:nth-child(odd){
	background-color: #f2f2f2;
}

/* ===========================
--- Team
============================ */
.team-box {
	padding: 20px 0;
}
.team-box img {
	margin-bottom: 20px;
}
.team-box h5 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #666;
}
.team-box h6 {
	color: #888;
}
.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 240px; /* default width for blocks */
    height: 250px; /* default height for blocks */
}
.cbp-filter-item {
	border-radius: 3px;
}
.cbp-l-filters-alignLeft .cbp-filter-item {
    font: 600 12px/29px "Open Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.cbp-l-grid-team-name {
    /* @editable properties */
    font: 700 17px "Open Sans", sans-serif;
    color: #456297;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}
.cbp-l-grid-team-position {
    /* @editable properties */
    font: italic 400 16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
	font-style: normal;
}
.cbp-popup-singlePage .cbp-l-member-name {
    /* @editable properties */
    font: bold 16px/16px "Open Sans", sans-serif;
    margin-bottom: 6px;
}
.cbp-popup-singlePage .cbp-l-member-position {
    /* @editable properties */
    font: 400 14px "Open Sans", sans-serif;
}
.cbp-popup-singlePage .cbp-l-member-desc {
    /* @editable properties */
    font: 400 16px "Open Sans", sans-serif;
    margin-top: 15px;
	line-height: 1.6em;
}

/* ===========================
--- Works
============================ */
#owl-works {

}
.item {
    margin: 10px;
}
.item img {
    display: block;
    width: 100%;
    height: auto;
}	

/* =========================
Testimonial
=========================== */
#testimonial {
	background-image: url(../img/parallax/1.html);
}
.carousel-control.left,.carousel-control.right  {background:none;width:25px; z-index: 999;}
.carousel-control.left {top:0;left:-25px;}
.carousel-control.right {right:-25px;}
.block-text {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600; padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
	box-shadow: none;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}
.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}
.person-text {
	
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #fff;
	font-weight: 600;
}
.rel {
    position: relative;
}
.person-text img.person {
	margin: 0 auto;
	width: 200px;
	height: 200px;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
	list-style: none;
}
.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
}
.company-social a{
	margin:0 2px 0 0;
}
.company-social a:hover {
    color: #fff;
}
.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}
.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-insta a i{background: #92559b;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-dribble a i{background: #d74980;}
.company-social .social-deviantart a i{background: #8da356;}
.company-social .social-google a i {background: #000;}
.company-social .social-vimeo a i {background: #51a6d3;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-insta a:hover i{background: #8a1f75;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-dribble a:hover i {background: #f769a0;}
.company-social .social-deviantart a:hover i {background: #adc376;}
.company-social .social-google a:hover i {background: #333;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}
.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}
.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}

/* ==== widget ==== */
.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}

/* ===========================
--- Footer
============================ */
footer {
    background-color: #f2f2f2;
}
footer {
	padding: 50px 0 0;
	
}
footer .widget {
	margin-bottom: 30px;
}
footer .widget h5 {
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sub-footer {
	margin-top: 30px;
    background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}
.sub-footer a{
	color: #444;
}
footer .sub-footer  p {
	font-size: 14px;
}

/* -- icon var -- */
.bg-dark {
	background: #666;
}
.bg-light {
	background: #fff;
}
.icon-primary {
	color: #4765a0;
}	
.icon-success {
	color: #7db53b;
}	
.icon-info {
	color: #51b6bf;
}	
.icon-warning {
	color: #e6e039;
}	
.icon-danger {
	color: #e24e47;
}	

/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;	
	-moz-border-radius: 2px 2px 0 0;	
	border-radius:  2px 2px 0 0;	
}
a.scrollup {
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

/* side bar cart*/
.s_c_title{
	font-size: 11px;
    font-weight: bold;
    color: #000;
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
  font-size: 16px;
  line-height: 1.6em;
}

/* --- Pricing box --- */
.pricing-box {
	padding-left:0;
	padding-right:0;
	
}
.pricing-content {
	background:#fff;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
	box-shadow:0 0 7px rgba(0,0,0,0.1);
	margin-top:20px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	position:relative;
	
	border-radius: 4px;
}
.pricing-content.general {
	z-index:99;
}
.pricing-content:hover {
	margin-top:-10px;
	-webkit-transition:all .25s ease-in-out;
	-moz-transition:all .25s ease-in-out;
	-o-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}
.pricing-content h2 {
	background-color:#666;
	color:#FFF;
	font-size:17px;
	text-align:center;
	margin-bottom:0;
	padding:30px 0;
	border-radius: 4px 4px 0 0;
}
.pricing-content h3 {
	color:#fff;
	text-align:center;
	font-size:32px;
	background:#444;
	margin-bottom:0;
	font-weight:700;
	padding:30px 0;
}
.pricing-content h3 span {
	font-weight:300;
	font-size:18px;
}
.pricing-content h3 sup {
	font-size:18px;
}
.pricing-content ul {
	list-style:none;
	margin:25px 0;
}
.pricing-content li {
	border-top:1px dotted #EFEFEF;
	width:75%;
	color:#333;
	margin:0 auto;
	padding:15px 0;
}
.pricing-content li:first-child {
	border-top:none;
}
.pricing-content li i {
	float:right;

}
.pricing-content li del {
	color:#aaa;
}
.price-bottom {
	background:#f7f7f7;
	text-align:center;
	padding:25px 0;
	border-radius: 0 0 4px 4px;
}
.pricing-content p {
	background:#F8F8F8;
	padding:20px;
}
.pricing-content.featured {
	margin-top:-20px;
	position:relative;
	z-index:9999;
	-webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
	box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}
.pricing-content.featured h3 {
	font-size:38px;
	padding:45px 0;
}

/* --- scroll --- */
.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* blink btn */
.blink {
  -webkit-animation-name: blink;
     -moz-animation-name: blink;
       -o-animation-name: blink;
          animation-name: blink;
  -webktit-animation-timing-function: linear;
      -moz-animation-timing-function: linear;
        -o-animation-timing-function: linear;
           animation-timing-function: linear;
  -webkit-animation-duration: 2s;
     -moz-animation-duration: 2s;
       -o-animation-duration: 2s;
          animation-duration: 2s;
}
.blink-infinite {
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.blink-5 {
  -webkit-animation-iteration-count: 5;
     -moz-animation-iteration-count: 5;
       -o-animation-iteration-count: 5;
          animation-iteration-count: 5;
}
.blink-furiously {
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

/* --- button --- */
.btn {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;

	font-weight: 700;
}
.btn.btn-noradius {
	border-radius: 0;
}
a.btn:focus{
	outline: 0;
}
.btn-red {
	color: #fff;
	background-color: #c83539;
	border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-red:active {
	background-image: none;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}
.btn-huge {
    padding: 25px;
    font-size: 26px;
}
.banner-social-buttons {
    margin-top: 0;
}

/* ==== partner ==== */
.partner {
	text-align: center;
}

/* ============== options panel for live preview ======================= */				
#t_options {
	position:fixed;
	top: 60px;
	left:-230px;
	width: 230px;
	background: #fefefe;
	color:#444;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
    z-index: 5000;
    font-size: 11px;
    font-family: 'Open Sans', arial, sans-serif;
}
#t_options hr {
  margin: 20px 0;
  border: 0;
  border-top: none;
  border-bottom: 1px dotted #ddd;	
}
#t_options h6 {
	color:#444;
	font-size:14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#t_options input{
	width:60px;
	border: none;
	border: 1px solid #ddd;
	font-size: 14px;
	text-align: center;
}
#t_options .col {
	width:50px;
	margin:0 10px 0;
}
.colorpicker {
    z-index: 5001;	
}
.options_inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.options_box {
	margin: 0 14px;
	padding: 10px 0 20px;
	overflow:hidden;
}
.options_box .solidline {
	margin-bottom:10px;
}
.options_box h6 {
	text-align:center;
	font-weight:bold;
}
.options_box .full {
	width:100%;
	overflow:hidden;
	padding-bottom:10px;
}
.options_box .full strong {
	text-transform: uppercase;
	margin-right: 10px;
}
.options_box .halfcol {
	width:90px;
	float:left;
	margin:0 5px;
}
.options_box .fourcol {
	width:30px;
	float:left;
	margin:0 5px;
}
.options_box .fourcol.color a{
	width:30px;
	height:30px;
	display:block;
	margin-bottom:5px;
}
.options_box .halfcol .wideboxed h6 {
	font-size:12px;
	font-weight:600;
}
.options_toggle_holder {
	position:absolute;
	right:-40px;
}
.options_toggle  {
	margin: 6px 0 0 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	border:1px solid #eee;
	border-left:none;
	display:block;
		background:#f7f7f7;
	
}
.options_toggle span i {
	margin:10px 0 0 7px;
	display:block;
}
.options_toggle:hover,.options_toggle:focus,.options_toggle:active{
	outline:0;
	text-decoration:none;
}
.options_heading {
	color: #444;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;	
	font-weight: bold; 
	letter-spacing: 2px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #eee;	
}

/* colors */
.options_box a.t_default {
	background:#299dcc;
}
.options_box a.t_kissme {
	background:#4ACCD1;
}
.options_box a.t_lime {
	background:#C6DF45;
}

.options_box a.t_amethyst {
	background:#9b59b6;
}
.options_box a.t_red {
	background:#eb4141;
}
.options_box a.t_orange {
	background:#f65327;
}
.options_box a.t_green {
	background:#93c847;
}
.options_box a.t_sand {
	background:#BFB372;
}
.options_box a.t_purple {
	background:#c81dbe;
}
.options_box a.t_yellow {
	background:#FFD053;
}
.options_box a.t_blue {
	background:#5C9CC7;
}
.options_box a.t_pink {
	background:#FF439E;
}
.bgr .bg {
	width:28px;
	height:28px;
	border:1px solid #e6e6e6;
}
.bgr .bg.bg1 {
	background: url(../img/bodybg/bg1.html) repeat left top;
}	
.bgr .bg.bg2 {
	background: url(../img/bodybg/bg2.html) repeat left top;
}	
.bgr .bg.bg3 {
	background: url(../img/bodybg/bg3.html) repeat left top;
}	
.bgr .bg.bg4 {
	background: url(../img/bodybg/bg4.html) repeat left top;
}	
.bgr .bg.bg5 {
	background: url(../img/bodybg/bg5.html) repeat left top;
}	
.bgr .bg.bg6 {
	background: url(../img/bodybg/bg6.html) repeat left top;
}	
.bgr .bg.bg7 {
	background: url(../img/bodybg/bg7.html) repeat left top;
}	
.bgr .bg.bg8 {
	background: url(../img/bodybg/bg8.html) repeat left top;
}	
.bgr .bg.bg9 {
	background: url(../img/bodybg/bg9.html) repeat left top;
}	
.bgr .bg.bg10 {
	background: url(../img/bodybg/bg10.html) repeat left top;
}	
#accent_color{
	color: #fff;
	background: #ef5523;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}
#bodybg_color {
	color: #fff;
	background: #ccc;
	border: none;
	text-transform: uppercase;
	margin-left: 2px;
	text-align: center;
	outline:0;
}
/* Theme Styler :: End */


/* Media queries */
.linkinblack{
	color:#4accd1;
}
.linkinblack:hover{
	color:#fff;
}
.linkinwhite{
	color:#4accd1;
}
.linkinwhite:hover{
	color:#333;
}
a.topbtn{
	background: none;
	color:#00653c;
	padding:15px;
	padding:5px 15px;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
     border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border:1px solid #6b9986;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 3px 14px 0px rgba(0, 0, 0, 0.5);
}
a:hover.topbtn, a.active{
	background:#00653c;
	color:#ffffff;
}

a.topbtnr{
	background:url(../Images/btn-top.jpg) center top no-repeat #e41414;
	color:#ffffff;
	padding:15px;
    padding: 5px 15px;
	border-bottom-left-radius:50%;
	border-bottom-right-radius:50%;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
     border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	border:1px solid #e0265b;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 3px 14px 0px rgba(0, 0, 0, 0.5);
	
}
a:hover.topbtnr{
	background:url(../Images/btn-top.jpg) center -100px no-repeat #e41414;
	color:#fff;
}
.redem_btn_res{
	display:none
}
.logostyle{
	margin-top:-45px; padding:0;
	height:90px;
}
.seldel{
	float:right; width:55%; margin-top:-10px;"
}
.jfm{
	float:left; display:block;
	overflow:hidden;
	padding:0 3px;
}
.jfm2{
	float:left; width:50%; display:block;
	padding:0 3px;
}
.pt5{
	padding-top:5px;
}
a > .boxbtn{
	background:none;
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:5px;
	margin-bottom:10px;
}
a:hover > .boxbtn{
	background:url(../img/marble-bg.jpg) center top no-repeat;
	background-size:cover;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
a > .boxbtn2{
	background:none;
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:5px;
	margin-bottom:10px;
}
a:hover > .boxbtn2{
	background:#ffffff;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
h4.h-bold{
	padding:10px 0;

	font-size: 28px;
    color: #00653c;
	font-family: 'Kaushan Script', cursive;
	text-transform:inherit;
	font-weight:inherit;
	letter-spacing:-1px;
	text-shadow: 0px 0px 5px #ffffff;
	background:url(../img/titlebg,png.png) center top no-repeat;
	background-size:100%;
}
.page-header {
  background: url(../Images/footer-bg.jpg) center -150px repeat;
  background-size:auto;
  min-height:180px;
  color:#000000;
  margin-bottom:0;
  padding-top:50px;
  border-bottom:1px solid #bbbbbb;
}
.page-header2 {
  background: url(../Images/footer-bg.jpg) center -150px repeat;
  background-size:auto;
  min-height:120px;
  color:#000000;
  margin-bottom:0;
  padding-top:50px;
  border-bottom:1px solid #bbbbbb;
}
a.linkbtn{
	color:#000000;
}
a:hover.linkbtn{
	color:#000000;
	text-decoration:underline;
}
.sub-btn{
	padding:5px 15px;
	background:#00653c;
	color:#ffffff;
	font-weight:400;
	border-radius:5px;
	border:0;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.sub-btn:hover {
	padding:5px 15px;
	background:#0b7248;
	color:#ffffff;
	font-weight:400;
	border-radius:5px;
	border:0;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.txtframe{
	background-color: rgba(255, 255, 255, 0.7); 
	padding:30px;
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	border-radius:5px;
	margin-top:20px;
	margin-bottom: 20px;
	color:#000000;
	font-weight:500;
}

/* header */
.page-header-sb {
  padding: 0;
  margin: 0;
  position: relative;
  background:#dddddd;
  padding-top:10px;
}
.p-header-tab a{
	color:#ffffff !important;
	background:#00653c;
	border-radius:5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.p-header-tab a:hover, .p-header-tab a.active{
	color:#00653c !important;
	background:#ffffff;
	border-radius:5px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.hidden-md{
	display:inherit;
}
.hidden-sm{
	display:none;
}
.ddmenu{
	width:100%;
	border-radius:5px;
	padding:10px;
}
.ddmenu option{
	padding:10px;
	border-radius:5px;
	width:100%;
}
.page-header-sb a{
	background:#00653c;
	color:#333333;
	padding:10px 20px;
	position:relative;
	float:left;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-right:1px;
}
.page-header-sb a:hover, .page-header-sb a.active{
	background:#ffffff;
	color:#2f4812;
}
.page-header:before {
  background: rgba(34, 34, 34, 0.0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
}
.page-header .page-header-inner {
  position: absolute;
  color: #fff;
  bottom: 10px;
}
.page-header .page-title {
  text-align: left;
  color: #fff;
  font-size: 40px;
  padding: 15px 0;
  margin-bottom: 10px !important;
}
.page-header .breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 9;
}
.page-header .breadcrumb li {
  line-height: 25px;
  color: #2f4812;
}
.page-header .breadcrumb li a {
  color: #fff;
}
.page-header .breadcrumb li a:hover {
  color: #2f4812;
}
.pprice{
	border:1px solid #2f4812; border-radius:5px; padding:5px 10px; margin-top:10px; color:#2f4812; font-weight:700; text-align:center; border-bottom-left-radius:0; border-bottom-right-radius:0;
}
.btn-common{
	background:#00653c; text-align:center; border-radius:5px;
	margin:auto; color:#ffffff;
	width:100%;
	border-top-left-radius:0; border-top-right-radius:0;
}
.btn-common:hover{
	background:#666666; text-align:center; border-radius:5px;
	margin:auto; color:#ffffff;
	width:100%;
	border-top-left-radius:0; border-top-right-radius:0;
}
.btn-common2{
	background:#00653c; text-align:center; border-radius:5px;
	margin:auto; color:#ffffff;
	width:100%;
}
.btn-common2:hover, .btn-common2:focus{
	background:#666666; text-align:center; border-radius:5px;
	margin:auto; color:#ffffff;
	width:100%;
}
.spnsors-logo{
	padding:10px 10px 10px 10px;
	text-align:center;
	background:#ffffff;
	margin-bottom:20px;
	border-radius:5px;
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
.spnsors-txt{
	padding:35px 10px 35px 10px;
	text-align:center;
	background:#ffffff;
	margin-bottom:20px;
	border-radius:5px;
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
a > .ncover{
	background:#ffffff;
	position:relative;
	border:0px solid #cccccc; margin:auto;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	border-radius:5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	/* padding:25px 0; */
}
a:hover > .ncover{
}
.ncover .ncover-overlay{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	visibility:hidden;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.0);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	color:#ffffff;
	border-radius:5px;
}
.ncover .ncover-overlay .viewd{
	font-size: 13px;
	letter-spacing: 1px;
    color: #eeeeee;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-top:110px;
	visibility:hidden;
}
a:hover > .ncover .ncover-overlay .viewd{
	visibility:inherit;
}
a:hover > .ncover .ncover-overlay{
	visibility:inherit;
	background-color: rgba(0, 101, 60, 0.6);
	text-align:center;
}
a h4{
	padding:20px 0;
	position:relative;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-size: 13px;
	letter-spacing: 1px;
    color: #666;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}
a:hover > h4{
	padding:10px 0 30px 0;
	color:#00653c;
}
.homapagetxt{
	min-height:55px;
}
.homapagetxt2{
	min-height:25px;
}
.protit{
	padding:5px 0;
	position:relative;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-size: 14px;
	letter-spacing: 1px;
    color: #000;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	min-height:40px;
}
.protit2{
	padding:2px 0;
	position:relative;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-size: 11px;
    color: #000;
	text-transform: uppercase;
	font-weight: 500;
	background: transparent;
	line-height:1.2;
    /*height: 35px;*/
}
.prointit{
	font-weight: 700;
	font-size:22px;
}
.{
	font-size: 16px;
	line-height:1.3;
}
. ul{
	font-size: 14px;
	line-height:1.3;
}
.protoptit2 ul li{
	line-height:1.1;
	padding:5px 0;
}
.protoptit{
	font-size: 33px;
	letter-spacing: 1px;
    color: #00653c;
	margin-bottom:10px;
	font-family: 'Kaushan Script', cursive;
}
.protoptit2{
	font-size: 18px;
	letter-spacing: 0;
    color: #333333;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}
.protoptit3{
	font-size: 33px;
	letter-spacing: 1px;
    color: #00653c;
	margin-bottom:10px;
	font-family: 'Kaushan Script', cursive;
	padding-top:20px;
}
.poptit{
	padding:5px 0;
	position:relative;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	font-size: 22px;
	letter-spacing: 1px;
    color: #666;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
	text-align:center;
}
.img-pro{
	width:100%;
	outline:none;
}

/*-- fixed left --*/
.left-sidebar{
  	margin:0;
  	padding:0;
  	position:fixed;
  	left:0;
  	top:30%;
  	width:85px; height:150px;
  	line-height:1.3;
  	z-index:100000;
  	padding:40px 10px 50px 10px;
  	border-radius:50%;
  	border-bottom-left-radius:0px;
  	border-top-left-radius:0px;
  	text-align:left;
  	color:#fff;
  	font-family: 'Roboto', sans-serif;
  	font-weight: 700;
  	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a .left-sidebar{
	background:#e0265b;
}
a:hover .left-sidebar{
	background:#e83769;
}
a .left-sidebar > .mouseicon{
	padding-left:10px; padding-top:5px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover  .left-sidebar > .mouseicon{
	padding-left:10px; padding-top:0px;
}
.rm{
	font-weight:bold;
	color:#F00;
	font-size:18px;
}
.rmc{
	font-weight:bold;
	color:#00653C;
	font-size:18px;
	text-decoration:line-through;
}
.rmnc{
	font-weight:bold;
	color:#00653C;
	font-size:18px;
}
.rm2{
	color:#00653C;
	font-size:14px;
}
.rmoff{
	font-weight:bold;
	color:#fff;
	font-size:12px;
	background:#f00;
	padding:5px 10px;
	border-radius:50%;
}
.padright15{
	padding-right:15px;
}

/*-- 4 btn --*/
a > .boxbtn1{
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../img/box1.jpg) center top no-repeat;
	background-size:100%;
	height:280px;
	box-shadow: inset 0px 0px 1px rgba(0,101,60,0.3);
	position:relative;
}
a:hover > .boxbtn1{
	padding:30px 0 10px 0;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../img/box1.jpg) center top no-repeat;
	background-size:115%;
	height:280px;
	box-shadow: inset 5px 0px 80px rgba(0,101,60,0.9);
}
a > .boxbtn2{
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box2.jpg) center top no-repeat;
	background-size:100%;
	height:280px;
	box-shadow: inset 0px 0px 1px rgba(0,101,60,0.3);
	position:relative;
}
a:hover > .boxbtn2{
	padding:30px 0 10px 0;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box2.jpg) center top no-repeat;
	background-size:115%;
	height:280px;
	box-shadow: inset 5px 0px 80px rgba(0,101,60,0.9);
}
a > .boxbtn3{
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box3.jpg) center top no-repeat;
	background-size:100%;
	height:280px;
	box-shadow: inset 0px 0px 1px rgba(0,101,60,0.3);
	position:relative;
}
a:hover > .boxbtn3{
	padding:30px 0 10px 0;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box3.jpg) center top no-repeat;
	background-size:115%;
	height:280px;
	box-shadow: inset 5px 0px 80px rgba(0,101,60,0.9);
}
a > .boxbtn4{
	padding:30px 0 10px 0;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box4.jpg) center top no-repeat;
	background-size:100%;
	height:280px;
	box-shadow: inset 0px 0px 1px rgba(0,101,60,0.3);
	position:relative;
}
a:hover > .boxbtn4{
	padding:30px 0 10px 0;
	border-radius:0px;
	margin-bottom:10px;
	background:url(../Images/box4.jpg) center top no-repeat;
	background-size:115%;
	height:280px;
	box-shadow: inset 5px 0px 80px rgba(0,101,60,0.9);
}

/*boxes*/
/*boxes*/
.gtco-card-item {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 9;
	bottom: 0;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	-o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gtco-card-item.has-text figure {
	margin-bottom: 0px !important;
}
.gtco-card-item figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 12;
	position: relative;
}
.gtco-card-item figure .overlay {
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
.gtco-card-item figure .overlay i {
	z-index: 12;
	color: #fff;
	font-size: 30px;
	position: absolute;
	margin-left: -15px;
	margin-top: -45px;
	top: 50%;
	left: 50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gtco-card-item img {
	z-index: 8;
	opacity: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.gtco-card-item .gtco-text {
	padding: 0px 10px 10px 20px;
	text-align: center;
}
.gtco-card-item .gtco-text.text-left {
	text-align: left;
}
.gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
	text-decoration: none !important;
}
.gtco-card-item .gtco-text h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px 0;
	color: #cfa83e;
}
.gtco-card-item .gtco-text span {
	color: #b3b3b3;
	font-size: 16px;
	font-weight: 400;
}
.gtco-card-item .gtco-text p {
	color: #000;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gtco-card-item .gtco-text span.btn {
	color: #666666 !important;
	opacity: 1;
	visibility: visible;
	bottom: 0;
	background: #ebebeb;
	border: 2px solid #ebebeb !important;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gtco-card-item .gtco-text .gtco-category {
	font-size: 12px;
	color: #cccccc;
}
.gtco-card-item .gtco-text .gtco-category span {
	font-size: 12px;
	color: gray;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.gtco-card-item:hover, .gtco-card-item:focus {
	bottom: 7px;
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
	-ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
	-o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.gtco-card-item:hover img, .gtco-card-item:focus img {
	-webkot-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.gtco-card-item:hover span.btn, .gtco-card-item:focus span.btn {
	opacity: 1;
	visibility: visible;
	bottom: 0px;
	color: #fff !important;
	border: 2px solid #ff6540 !important;
	background: #ffffff !important;
}
.gtco-card-item:hover figure .overlay, .gtco-card-item:focus figure .overlay {
	opacity: 1;
	visibility: visible;
}
.gtco-card-item:hover figure .overlay i, .gtco-card-item:focus figure .overlay i {
	margin-top: -15px;
}
.gtco-card-item:hover h2, .gtco-card-item:hover span, .gtco-card-item:focus h2, .gtco-card-item:focus span {
	text-decoration: none !important;
}
.boxtit{
		position:absolute; bottom:0; z-index:20000; background-color:rgba(0,0,0,0.5); padding:20px; width:100%; text-align:center; font-family: 'Roboto', sans-serif; font-weight:300; color:#fff; text-transform:uppercase; -webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size:18px; letter-spacing:1px;
}
.boxtit2{
		position:absolute; bottom:0; z-index:20000; background-color:rgba(0,0,0,0.5); padding:10px; width:100%; text-align:center; font-family: 'Roboto', sans-serif; font-weight:300; color:#fff; text-transform:uppercase; -webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size:12px;
}
.gtco-card-item:hover > .boxtit, .gtco-card-item:hover > .boxtit2{
	background-color: rgba(0, 101, 60, 0.8);
}

/*-- nav --*/
.nnav{
	margin-top:15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.nnav.reduce1{
	margin-top:0;
}
#primary_nav_wrap ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}
#primary_nav_wrap ul a{
	display:block;
	line-height:32px;
	padding:9px 15px 20px 15px;
	font-size: 13px;
	letter-spacing: 1px;
    color: #666;
	text-transform: uppercase;
	font-weight: 700;
}
#primary_nav_wrap ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0
}
#primary_nav_wrap > ul > li:first-child {
    display: none;
}
#primary_nav_wrap ul li.current-menu-item{
	background:#ddd
}
#primary_nav_wrap ul li:hover{
	background:none;
}
#primary_nav_wrap ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	border:1px solid #dddddd;
	
	
}
#primary_nav_wrap ul ul.sec1{
	width:200px
}
#primary_nav_wrap ul ul.sec2{
	width:245px
}
#primary_nav_wrap ul ul.sec3{
	width:255px
}
#primary_nav_wrap ul ul ul.sec3 {
    width: 265px;
}
#primary_nav_wrap ul ul li{
	float:none;

}
#primary_nav_wrap ul ul a{
	line-height:120%;
	padding:15px 20px;
	border-bottom:1px solid #eeeeee;
}
#primary_nav_wrap ul ul a:hover{
	background:#fafafa;
}
#primary_nav_wrap ul ul ul{
	top:-1px;
	left:100%
}
#primary_nav_wrap ul li:hover > ul{
	display:block
}
.desk-h{
	display:none;
	float:right;
}
.newpad150{
	padding-top:130px;
}
.newpad100{
	padding-top:110px;
}
.menu-login{
	text-align:right;
}
.menu-login a{
	font-size:12px;
	font-weight:bold;
	padding:0 5px;
	text-transform:uppercase;
}
.logintit{
	color:#000000; padding-bottom:10px; font-size:24px;
}
.logintit2{
	font-size:300; color:#00653c;
}
.outletf{
	border-radius:5px; 
	padding:5px; background:#ffffff; 
	padding:20px 30px 50px 30px;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.outletf:hover{
	-webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}
.outlettit{
	font-size:20px;
	font-weight:700;
	border-bottom:1px solid #dddddd;
	padding:5px 0;
    height: 61px;
	position: relative;
}
.outletdesc{
	line-height:1.6;
	padding:20px 0 0;
	font-size:14px;
	min-height:110px;
}
.contacttit{
	font-size:20px;
	font-weight:700;
	border-bottom:1px solid #dddddd;
	padding:5px 0;
	position: relative;
}
a .locationbtn{
	padding:5px 20px; background:#00653c; color:#fff;
	margin-top:20px;
	text-align:center;
	font-size:14px;
	border-radius:5px;
	outline:0 !important;
	border:0 !important;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:focus .locationbtn{
	outline:0 !important;
	border:0 !important;
}
a:hover .locationbtn{
	background:#127e52;
}
.loc-icon{
	width:10%; float:left;
}
.loc-txt{
	width:90%; float:right; line-height:1.2;
}
.txt12{
	font-size:12px;
}
.outlet_othertext{
	position: absolute;
    top: 1%;
    left: 5%;
    background: #C04242;
    border-radius: 5px;
    font-weight: 300;
    padding: 3px 10px;
    color: #fff;
    width: 265px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.outletmarbtm{
	margin-bottom:10px;
}

.outlets_icon_ul {
	top: 2% ;
	right: 6% ;
	list-style: none ;
	position: absolute ;
}

/*dropdown*/
.hoverinfo {
	position:absolute;
}
.drop-popup {
	position:absolute;
	background:url(../img/box-arrow.png) 255px top no-repeat;
	display:none;
  	width:350px; height:200px;
  	right:0;
	z-index:500;
	padding-top:10px;
	margin-top:10px;
}
.drop-popf{
	background:#ffffff !important;
	border-radius:5px;
	color:#000;
	padding:20px;
	border:1px solid #cccccc;
	border-top:0;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
}
.newdd{
	float:right;
}
.newdd .topbtnr{
	font-weight:300;
}
.fonts{
	font-size:11px;
	font-weight:500;
}
.fontb{
	font-size:18px;
	font-weight:bold;
}
.newdd:hover > .drop-popup {
  display: block !important;
}
.careers-sec{
	margin:10px 0;
	padding:20px; background:#ffffff; border-radius:5px;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
}
.ntab-content{
	text-align:center;
	background:#f4f4f4;
}
.ntab-tit{
	text-align:center;
	background:#eeeeee;
}
.nw{
	background:#ffffff; padding:40px 20px;
	border-radius:5px;
	-webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	-moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
  	box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.5);
}
.btab-desc1{
	text-align:center;
	background:#f4f4f4;
}
.btab-desc2{
	text-align:right; padding-right:10px;
	background:#f4f4f4;
}
.btab-desc3{
	text-align:left; padding-left:10px;
	background:#f4f4f4;
}
.btab-tit1{
	text-align:center;
	background:#eeeeee;
}
.btab-tit2{
	text-align:left;
	padding-left:10px;
	background:#eeeeee;
}
.nbtn{
	padding:5px 20px;
	font-size:12px;
	background:#00653C;
	font-weight:700;
	letter-spacing:1.5;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:5px;
}
.nbtn:hover{
	background:#666666;
	color:#ffffff;
}
.nbtnAdd{
	padding:6px 15px;
	font-size:12px;
	background:#00653C;
	font-weight:700;
	letter-spacing:1.5;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:5px;
}
.nbtnAdd:hover{
	background:#666666;
	color:#ffffff;
}
.boxesframe{
	background:#f3f3f3; padding-top:10px; padding-bottom:10px; margin-bottom:2px; position:relative;
}

/* 20170601 */
.v3newprof{
	padding:10px 10px 10px 10px;
	text-align:center;
	background:#ffffff;
	margin-bottom:20px;
	border-radius:3px;
	border:1px solid #dddddd;
	background:#ffffff;
}
.v3newprof1{
	padding:10px 10px 10px 10px;
	text-align:center;
	background:#ffffff;
    margin-top: 5px;
	margin-bottom:20px;
	border-radius:3px;
	border:1px solid #dddddd;
	background:url(../Images/main-bg.jpg) center top no-repeat;
}
.v3menu a{
	position:relative;
	padding:10px 10px 10px 10px;
	margin:5px 5px;
	border-bottom:2px solid #eeeeee;
	border-top:2px solid #eeeeee;
	float:left;
	border-radius:50px;
	background:#139576;
	color:#fff;
}
.v3menu a:hover, .v3menu a.active{
	border-bottom:2px solid #20ac76;
	background:none;
	color:#20ac76;
}
.faqf{
	background-color: rgba(255, 255, 255, 0.5); padding:40px 20px;
}
.v3btitle{
	font-size:18px;
	font-weight:500;
}
.v3btitler{
	font-size:18px;
	font-weight:700;
	padding:30px 0 10px 0; color:#f74e4d;
}
.v3topnav{
	background:#ffffff;
	position:relative;
	border-bottom:1px solid #bbbbbb;
}
.v3mainbg{
	background:url(../Images/main-bg.jpg) center top repeat;
}
.v3bgwhite{
	margin-top:20px; padding:30px 0;
	background: rgba(255,255,255, 0.9);
	border:1px solid #dddddd;
	position:relative;
}
.v3b2title{
	font-size:16px;
	font-weight:500;
	text-align:center;
	padding:5px 0;
	border-radius:20px;
	color:#ffffff;
	margin:5px 0;
}
.v3b2title2{
	font-size:16px;
	font-weight:500;
	text-align:center;
	padding:6px 0;
	border-radius:4px;
	color:#ffffff;
	margin:20px 0 10px 0;
}
.v3plusbtn {color:#dddddd;}
.v3plusbtn:hover {color:#20ac76;}	
.v3proimg{
	width:100%;
}
a:focus{
	outline:none !important;
}
.v3proimg, .v3proimg *{ outline: none !important; }
.v3bg1{	background:#76c5c0;}
.v3bg2{	background:#d56f56;}
.v3bg3{	background:#d6af60;}
.v3bg4{	background:#f29053;}
.v3bg5{	background:#ef628c;}
.v3bg6{	background:#85ca71;}
.v3bg7{	background:#ab73b0;}
.v3bg8{	background:#eccc44;}
.v3bg9{	background:#f74e4d;}
.v3cartbg{ background:#fafafa; padding-bottom:40px; border:1px solid #cccccc; margin-top:10px;}
.v3cartsec{		padding:3px 0; border-bottom:1px solid #dddddd; font-size:12px;}
.v3cartsecb{	padding:0 0; font-size:12px;}
.v3cartitem1{	width:50%; float:left; font-weight:500; font-size:14px; line-height:1.1; padding:3px 0;}
.v3cartitem4{	width:20%; float:left; text-align:center; line-height:1.1; padding:3px 0;}
.v3cartitem2{	width:20%; float:left; text-align:right;  line-height:1.1; padding:3px 0;}
.v3cartitem3{	width:10%; float:left; text-align:center;  line-height:1.1; padding:3px 0;}
.v3cartitem1b{	width:60%; float:left; text-align:right;}
.v3cartitem2b{	width:35%; float:left; text-align:right;}
.v3cartitem2c{	width:30%; float:left; text-align:right; font-size:18px; font-weight:700;}
.v3btnf{ width:50%; float:left;}
.v3btnf2{ width:100%; float:left; text-align:center;}
.v3btn-top{ border-radius:30px; padding:0 10px; background:#76c5c0; color:#ffffff; font-size:12px; font-weight:500; display:block; float:right;}
.v3btn-top:hover, .v3btn-top:focus{ background:#20ac76; color:#ffffff;}
.v3btn{ border-radius:30px; padding:0 10px; background:#76c5c0; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn:hover, .v3btn:focus{ background:#20ac76; color:#ffffff;}
.v3btnred{ border-radius:30px; padding:0 10px; background:#ed4543; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btnred:hover{ background:#20ac76; color:#ffffff;}
.v3btn2{ border-radius:30px; padding:0 10px; background:#d56f56; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn2:hover, .v3btn2:focus{ background:#20ac76; color:#ffffff;}
.v3btn3{ border-radius:30px; padding:0 10px; background:#d6af60; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn3:hover, .v3btn3:focus{ background:#20ac76; color:#ffffff;}
.v3btn4{ border-radius:30px; padding:0 10px; background:#f29053; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn4:hover, .v3btn4:focus{ background:#20ac76; color:#ffffff;}
.v3btn5{ border-radius:30px; padding:0 10px; background:#ef628c; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn5:hover, .v3btn5:focus{ background:#20ac76; color:#ffffff;}
.v3btn6{ border-radius:30px; padding:0 10px; background:#85ca71; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn6:hover, .v3btn6:focus{ background:#20ac76; color:#ffffff;}
.v3btn7{ border-radius:30px; padding:0 10px; background:#ab73b0; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn7:hover, .v3btn7:focus{ background:#20ac76; color:#ffffff;}
.v3btn8{ border-radius:30px; padding:0 10px; background:#eccc44; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn8:hover, .v3btn8:focus{ background:#20ac76; color:#ffffff;}
.v3btn9{ border-radius:30px; padding:0 10px; background:#f74e4d; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn9:hover, .v3btn9:focus{ background:#20ac76; color:#ffffff;}
.v3btn-co{ border-radius:30px; padding:0 10px; background:#ab73b0; color:#ffffff; font-size:12px; font-weight:500; width:100%; display:block;}
.v3btn-co:hover, .v3btn-co:focus{ background:#20ac76; color:#ffffff;}
.n3proprice{
	border-radius:30px; margin-bottom:10px; 
	background:#ffffff; font-weight:700; color:#000000;
	
}
.n3nproprice{
	border-radius:30px; 
	background:#fff; font-weight:700; color:#000000;
	text-decoration:line-through;
	border:1px solid #eeeeee;
}
.v3rm{
	font-size:12px; font-weight:500;
}
.v3cartitem1 ul {
	padding:0 0 0 18px;
	font-size:12px;
}
.v3cartitem1 ul li{
	line-height:1.1;
	padding:2px;
	font-weight:500;
}
select.dropdown{
	width:100%;
	border-radius:5px;
}

/*scroll to top*/
.cartlist{
	overflow-y:scroll;
	overflow-x:hidden;
	max-height:150px;
	overflow: auto;
}
.cartFixed {
	right:0;
	top:0;
	position:absolute;
	overflow:hidden;
	padding-left: 0;
}
#summary {
    border: 1px solid #dddddd;
}
.summary{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.fiftyoff{
	line-height:1;
	font-size:14px;
	text-align: left;
	padding: 10px 0 10px 20px;
}
.fiftyoff li{
	padding:3px 0;
}
.dred{
	font-size:14px; color:#f74e4d;
}

.positionrel{
	position:relative;
}
.tagradius{
	border-radius:5px; 
}
.tagcode{
	position:absolute; top: 15px; left:25px; width:25px; height:25px; border-radius:5px; text-align:center; color:#ffffff; font-weight:500;
}
.tagcode_v2 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
}
.tagvege{
	position:absolute;
	 top: 10px; 
	right:25px;
	width:55px;
	height:55px;
	border-radius:5px;
	text-align:center;
	background:url(../Images/ivon-vege.png) center top no-repeat;
	background-size:100%;
}
.tagvege_v2 {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    text-align: center;
    background: url(../Images/ivon-vege.png) center top no-repeat;
    background-size: 100%;
}
.tagnew{
	position:absolute;
	top: 10px;
	right:25px;
	width:55px;
	height:55px;
	border-radius:5px;
	text-align:center;
	background:url(../Images/new-icon.png) center top no-repeat;
	background-size:100%;
}
.taghot{
	position:absolute;
	/* top: 10px; */
	right:25px;
	width:55px;
	height:55px;
	border-radius:5px;
	text-align:center;
	background:url(../Images/hot-icon.png) center top no-repeat;
	background-size:100%;
}
.tagchef{
	position:absolute;
	top: 200px; 
	right:25px;
	width:55px;
	height:55px;
	border-radius:5px;
	text-align:center;
	background:url(../Images/icon_chef.png) center top no-repeat;
	background-size:100%;
}
.taghimalayan{
	position:absolute;
	/* top: 10px; */
	right:25px;
	width:55px;
	height:55px;
	border-radius:5px;
	text-align:center;
	background:url(../Images/icon_himalayan.png) center top no-repeat;
	background-size:100%;
}
.tagtop1{
	top: 10px;
}
.tagtop2{
	top: 70px;
}
.tagtop3{
	top: 130px;
}
.tagtop4{
	top: 190px;
}
.product_icon_ul {
    top: 10px ;
    right: 20px ;
    list-style: none ;
    position: absolute ;
}

.product_icon_ul li {
	padding-top: 5px ;
	text-align: center ;
}
.product_icon_ul li:first-child {
	padding-top: 0 ;
}
.product_icon_ul li img {
	width: 45px ;
}
.product_icon_ul_online {
    top: 5px;
    right: 5px;
    list-style: none ;
    position: absolute ;
}
.product_icon_ul_online li {
	padding-top: 5px ;
	text-align: center ;
}
.product_icon_ul_online li:first-child {
	padding-top: 0 ;
}
.product_icon_ul_online li img {
	width: 45px ;
}
.video_btn{
	position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 56%;
}
    
.video_btn a {
    position: relative;
    line-height: 40px;
    border-radius: 50px;
    letter-spacing: 2px;
    cursor: pointer;
    border: 0;
    transition: all .3s ease;
    padding: 0 15px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0 3px 18px rgba(0,0,0,0.06);
    background: #fff;
    transition: .3s;
    z-index:999;
    width: 60px;
    padding: 10px;
}
.video_btn a:hover {
    background: rgba(255,255,255,0.5);
    color:#000;
}
.video_btn img {
    width: 100%;
    max-width: 60px;
    margin-right: 8px;
}
.video_btn img:hover {
    color:#fff;
}
.imgbg .product_icon_ul_online li img {
	width: 80px ;
}
input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox;    /* Firefox */
    -ms-appearance: checkbox;     /* not currently supported */
	appearance: checkbox;
}
.sel{
	width:50%; float:left; font-size:12px;
}
.selleft{
	float:left; width:15%; padding:0;
}
.selectiontxt{
	font-weight:300; padding:9px 0 5px 0;
}
.selectf{
	font-size:12px; line-height:1.1; font-weight:300; float:left; width:85%;
}
.wimg{
	width:23%; float:left; text-align:center; background:#ffffff; margin:0 1%; border:1px solid #ffffff; min-height:52px; border-radius:3px; position:relative;
	margin-bottom:5px;
}
.woimg{
	width:23%; float:left; text-align:center; background:#eeeeee; margin:0 1%; border:1px dashed #FC0; min-height:52px; border-radius:3px;
}
.csimg{
	width:23%; float:left; text-align:center; background:url(../Images/no-img.png) center top no-repeat #bbbbbb; background-size:100%; margin:0 1%; border:1px dashed #FC0; min-height:52px; border-radius:3px;
}
.boxcross{
	position:absolute; top:5px; right:5px; font-size:11px;
}
.texta{
	color:#333333;
	width:100%;
	padding-left:15px;
	height:100px;
}
.texta:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.abouttxt{
	background-color: rgba(255, 255, 255, 0.5); padding:30px 40px; box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); border-radius:5px; font-weight:500;
}
.guestselect{
	padding-top:10px; border-bottom:1px solid #ccc; margin-bottom:10px; padding:15px;
}
.btnupdate{
	padding:3px; float:left; min-height:40px;
}
.tnc{
	background:#eeeeee; border-radius:5px; border:1px solid #cccccc; padding:15px 10px; font-size:14px; line-height:1.4; color:#000000;
}
.tnctitle{
	font-size:14px; font-weight:500;
}
.tnct1{
	width:30%; float:left;
}
.tnct2{
	width:3%; float:left;
}
.tnct3{
	width:67%; float:left;
}
.bulkadd{
	padding:15px 10px; font-size:14px; line-height:1.4; color:#000000;
}
.smallpad5{
	padding:5px 0;
}
.ppdots{
	list-style:lower-roman;
	text-align:justify;
	padding-right:35px;
}
.ppdots a{
	color:#096;
	text-decoration:underline;
}
.ppdots a:hover{
	color:#000;
}
.ppdots li{
	padding:10px 0;
}
.ppdots p{
	padding:6px 0 !important;
	margin:0;
}
.ppdots ol ol li{
	padding:5px 0;
	margin:0;
}
.mooncaketopl{
	float:left; width:200px;
}
.mooncaketopr{
	float:left; width:930px; font-size:12px; line-height:1.2; color:#000; padding-bottom:30px; font-weight:500;
}
.img-responsive{
	width:100%;
}


/** Vincent Start **/
	.new_available {
	    width: 100px;
	    position: absolute;
	    top: -2px;
	    left: 14px;
	}
	.new_available2 {
	    width: 100px;
	    position: absolute;
		top: -10px;
		left: 0;
	}
	.outlets-search-div {
		margin-top: 20px ;
	}
	.outlets-search-title h1 {
	    color: #00653c ;
		font-size: 33px ;
	    letter-spacing: 1px ;
	    margin-bottom: 10px ;
	    font-family: 'Kaushan Script', cursive ;
	}
	.btn {
		width: 100% ;
		font-weight: 100 ;
		padding: 8px 15px ;
		background-color: #00653c ;
	}
	.btn:hover {
		color: #fff ;
		font-weight: bold ;
		background-color: #29ad61 ;
	}
	.tab-dropdown {
	    top: 50% ;
	    right: 15px ;
	    position: absolute ;
	    margin-top: -12.5px ;
	}
	.tab-dropdown i {
		color: #fff ;
		font-size: 18px ;
	}
/** Vincent End **/

@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1230px;
	}
	.cartlist {
		max-height: 175px;
	}
}
@media (max-width: 1200px) {
	.new_available {
	    width: 80px;
	}
	.outlet_othertext {
		width: 220px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.home_slide_margin {
		margin-top: 187px;
	}
}
@media (max-width:1024px) {
	.logostyle{
		margin-top:-40px; padding:0 10px;
		height:65px;
	}
	#primary_nav_wrap ul a
	{
		display:block;
		line-height:32px;
		padding:9px 10px 20px 10px;
		font-size: 11px;
		letter-spacing: 1px;
		color: #666;
		text-transform: uppercase;
		font-weight: 700;
	}
}

@media (max-width:1000px) {	
	.mooncaketopl{
		float:left;
		width:100%;
	}
	.mooncaketopr{
		float:left;
		width:100%;
		font-size:12px;
		line-height:1.2;
		color:#000;
		padding-bottom:30px;
		font-weight:500;
	}
	.home_video {
		width: 100%;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.order_box_div > .woimg {
		padding-top: 5px;
	}
	.category_img{
		width:100%;
	}
}
@media (min-width:993px) and (max-width:1199px) {
	.newpad150 {
		padding-top: 190px;
	}
}

@media (max-width:991px) {
	#wrapper.boxed {
		width: 1030px;
	}
	.cartFixed {
		position:relative;
		display:inherit;
		overflow:inherit;
		padding-bottom:0;
		padding-left: 15px;
		margin-bottom:90px;
		max-height:450px;
	}
	.ncover{
		width: 360px;
	}
}
@media (min-width: 980px) and (max-width: 991px) {
	.home_slide_margin {
		margin-top: 187px;
	}
	.order_box_div > .woimg {
		padding-top: 10px;
	}
	.out_of_stock{
		top: 50px;
		left: 138px;
		width: 70%;
	}
	.new_available {
	    width: 55px;
	}
}
@media (max-width:980px) {
	.outlets-search-div input {
		margin-bottom: 10px ;
	}
}
@media (max-width:799px) {
	.modal-content {
		width: 100%;
	}
}
@media (min-width:769px) and (max-width:1024px) {
	.newpad150{
		padding-top:100px;
	}
	.newpad100{
		padding-top:100px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.newpad150{
	    padding-top: 170px;
	}
	.side_nav {
		margin: 20px -15px 15px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}	
	.navbar-brand {
  		padding-top: 15px;
  		margin-top: 5px;
  		padding-bottom: 0;
	}
	.navbar-brand.reduce {
		margin-top:0;
    	padding-top: 0;
		padding-bottom: 25px;
		min-height:100px;
 		-webkit-transition: all .4s ease-in-out;
    	-moz-transition: all .4s ease-in-out;
    	transition: all .4s ease-in-out;
	}
	.home_slide_margin {
		margin-top: 187px;
	}
	.box_remove_div {
		width: 130px;
		float: none;
		display: inline-block;
	}
	.order_box_add_cart{
		width: 100px;
		margin-top: 25px;
	}
	.order_box_div{
		text-align: center;
	}
	.order_label_radio{
		margin-left: 10px;
	}
	.new_promotions_button{
		width: 195px;
	}
	.out_of_stock{
		top: 50px;
		left: 138px;
		width: 70%;
	}
	.new_available {
	    width: 55px;
	}
}
@media (max-width:768px) {
	#wrapper.boxed {
		width: 810px;
	}
	.dropdown-div {
		font-size: 12px ;
	}
	a.topbtn{
		background: none;
		color:#00653c;
		padding:5px 8px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius:0;
		border-top-right-radius:0;
		border:1px solid #6b9986;
		font-size:12px;
	}
	a:hover.topbtn, a.active{
		background:#00653c;
		color:#ffffff;
	}	
	a.topbtnr{
		background:url(../Images/btn-top.jpg) center top no-repeat;
		color:#ffffff;
		padding:5px 8px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-top-left-radius:0;
		border-top-right-radius:0;
		border:1px solid #e0265b;
		font-size:12px;
		
	}
	.menu-login{
		text-align:left;
	}

	.menu-login a{
		font-size:11px;
		font-weight:bold;
		padding:0;
		text-transform:uppercase;
	}
	.logostyle{
		margin-top:-40px; padding:0 10px;
		height:65px;
	}

	.jfm{
		float:left; width:100%; display:block;
	}
	.jfm2{
		float:left; width:100%;  display:block;
	}
	.pt5{
		padding-top:0;
	}
	.removem, .nnav{
		display:none !important;
	}
	.summary{
		margin-bottom:10px;
	}
	.v3b2title{
		font-size:12px;
		font-weight:500;
		text-align:center;
		padding:5px 0;
		border-radius:20px;
		color:#ffffff;
		margin:5px 0;
	}
	.outlet_othertext {
		width: 265px; 
	}
	.cartlist{
		overflow-y:scroll; overflow-x:hidden; max-height:150px; overflow: auto;
	}
	.v3menu a{
		position:relative;
		padding:5px 5px 5px 5px;
		margin:5px 1px 5px 0;
		border-bottom:2px solid #eeeeee;
		border-top:2px solid #eeeeee;
		float:left;
		border-radius:50px;
		background:#139576;
		color:#fff;
		font-size:12px;
	}
	.faqf{
		background-color: rgba(255, 255, 255, 0.5); padding:40px 0px;
	}
	.newpad150{
		padding-top:0px;
	}

	.newpad100{
		padding-top:0px;
	}
	.desk-h{
		display:inherit;
	}
	.redem_btn{
		display:none
	}
	.redem_btn_res{
		display:block
	}
	.left-sidebar{
		margin:0;
		padding:0;
		position:fixed;
		left:inherit;
		right:0 !important;
		top:30%;
		width:85px; height:150px;
		line-height:1.3;
		z-index:100000;
		padding:40px 10px 50px 10px;
		border-radius:50%;
		border-bottom-right-radius:0px;
		border-top-right-radius:0px;
		text-align:left;
		color:#fff;
		font-family: 'Roboto', sans-serif;
		font-weight: 700;
		box-shadow: 0 1px 6px rgba(0,0,0,.2); 
		-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
		-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
		-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.protoptit3{
		font-size: 33px;
		letter-spacing: 1px;
		color: #00653c;
		margin-bottom:10px;
		font-family: 'Kaushan Script', cursive;
		padding-top:0px;
	}
	.page-header-sb {
	  padding: 0;
	  margin: 0;
	  position: relative;
	  background:#dddddd;
	  padding-top:10px;
	  padding-bottom:10px;
	}
	.hidden-md{
		display:none;
	}
	.hidden-sm{
		display:inherit;
	}
	.page-header2 {
		padding-top:30px;
		padding-bottom:15px;
		margin-top:0;
		min-height:10px;
	}
	.top-area {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		padding-top: 0px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.login_top {
		border-right: unset;
	}
	.login_button_div, .login_input, .register_text{
		width: 100%;
	}
	.login_bottom {
		border-right: unset;
	}
	.login_button, .login_sign_up{
		float: unset ;
		width: 100%;
	}
	.guest_login_button{
	    width:100%;
	}
	.sidebar_responsive {
		padding: 0;
	}
	.box_remove_div {
		width: 120px;
		display: inline-block;
		float: none;
	}
	.new_promotions_padding{
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
	.top-area.top-padding {
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		padding-top: 0px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.top-area p {
		text-align: center;
	}
	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}
	.badge.custom-badge {
		margin: 0 0 0 0;
	}
	.navbar-header button {
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i{
		color: #666;
	}
	.boxes3 {
		width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}	
	.service-box {
		margin: 20px 0 30px;
	}
	.pricing-content.featured {
		margin-top: 20px;
	}	
	.pricing-content:hover {
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}
	.cta-text {
		float: none;
		text-align: center;
	}
	.cta-btn {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.home_slide_margin{
		margin-top: 5px;
	}
	a > .boxbtn{
		background:#fafafa;
		padding:5px 0 5px 0;
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.order_box_div {
		padding-bottom: 10px;
	}
	.out_of_stock{
		width: 85%;
		top: 120px;
	}
	#first_preview_detail {
		margin-left: -50%;
		width: 100%;
	}
	#first_preview_detail img {
		max-width: 600px;
	}
	.video_btn {
	    margin-bottom: 36%;
	    margin-right: 6%;
	}
}
@media (max-width:760px) {
	.intro-content {
		padding:100px 0 0px;
	}
}
@media (min-width:737px) and (max-width:1024px) {
	.jtab{
		margin-top:100px;
	}
}
@media (min-width:737px) and (max-width:768px) {
	.newpad150{
		padding-top: 95px;
	}
}
@media (min-width: 737px) and (max-width: 760px) {
	.home_slide_margin {
		margin-top: 0;
	}
	.intro-content {
		padding: 5px 0 0px;
	}
}
@media (max-width:480px) {
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	.box {
		padding: 45px;
	}
	.box i {
		margin-bottom: 30px;
	}
	.tagcode_v2 {
		left: 20px;
	}
	.tagvege_v2 {
		right: 20px;
	}
	.ncover, .category_img{
		width:301px;
	}
	.out_of_stock {
		width: 80%;
		top: 80px;
	}
	#first_preview_detail {
		margin-left: -50%;
		width: 100%;
	}
	#first_preview_detail img {
		max-width: 400px;
	}
	
}
@media (max-width:401px) {
	.outlettit {
		height: 72px;
	}
	.dropdown-div {
		display: inline-block ;
	}
	.header_menu_display {
		display: none ;
	}
	.video_btn {
	    margin-bottom: 50%;
	}
	.video_btn a {
	    padding: 15px;
	}
}
@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.intro-content {
		padding:100px 0 0;
	}
	
}
.clearfix{
	clear:both;
}

