@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/*

.source-sans-3-<uniquifier> {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

*/

body{
	background: #ffffff;
	color: #000000;
	font-family: 'Source Serif 4', serif;
	font-size: 15px;
	font-style: normal;

	font-optical-sizing: auto;
}

a,
a:visited{
	color: #e41919;
}

a:hover,
a:focus{
	color: #8fb502;
	text-decoration: none;
}

.t3-sidebar a{
	color: #1a7530;
}
.t3-sidebar a:hover,
.t3-sidebar a:focus{
	color: #1a7530;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Source Serif 4', serif;;
}

h2{
	color: #231f20;
	font-size: 22px;
	font-weight: 300;
}

h2 span{
	color: #1a7530;
	display: block;
	font-style: italic;
	font-weight: 400;
}

h3{
	color: #766328;
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
}

h4{
	color: #231f20;
	font-size: 15px;
	font-weight: bold;
}

h5{
	color: #231f20;
	font-size: 18px;
	font-weight: bold;
}

h6{
	color: #231f20;
	font-size: 16px;
	font-weight: 300;
}

p{
	margin: 0 0 15px 0;
}
img{
	height: auto;
	max-width: 100%;
}
.nav-pills > li{
	float: none;
}

section.readmore{
	font-weight: 300;
	margin-top: 15px;
}

a.btn,
.btn{
	background: #363636;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 25px;
	text-transform: uppercase;
}

a.btn:hover,
a.btn:focus,
.btn:hover,
.btn:focus{
	background: #8fb502 ;
	color: #ffffff;
}

.btn-default{
	background: #8fb502;
	border: none;
	color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
	background-color: #363636;
	border: none;
	color: #ffffff;
}

.btn-primary{
	background-color: rgba(0,0,0,0.1);
	border-color: #8fb502;
	color: #8fb502;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
	background: #ffffff;
	border-color: #8fb502;
	color: #8fb502;
}

.btn-lg{
	border-width: 1px;
	font-size: 18px;
	padding: 16px 66px;
}

.clear{
	clear: both;
}



/*
* Accordion menu
*/

ul.accordionMenu{
	border: none;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.t3-off-canvas .t3-off-canvas-body ul.accordionMenu ul.dropdown-menu{
	display: none;
	padding: 0;
}

ul.accordionMenu li{
	background: #ffffff;
	border-bottom: none;
	display: block;
	float: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

ul.accordionMenu .nav-link{
	border-bottom: 1px solid #eeeeee;
	color: #000000;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 10px 44px 10px 15px;
	position: relative;
	text-transform: uppercase;
	white-space: normal;
}

ul.accordionMenu li:hover .nav-link,
ul.accordionMenu li:focus .nav-link,
ul.accordionMenu .open .nav-link{
	background: #8fb502;
	color: #ffffff;
}

ul.accordionMenu li > span.accordion{
	background: none;
	-webkit-background-size: 14px 8px;
	   -moz-background-size: 14px 8px;
	     -o-background-size: 14px 8px;
	        background-size: 14px 8px;
	display: block;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 36px;
	z-index: 2;
}

ul.accordionMenu li > span.accordion::before{
	border-bottom: 5px solid transparent;
	border-left: 6px solid #3f3f3f;
	border-right: none;
	border-top: 5px solid transparent;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 6px;
}
ul.accordionMenu li:hover > span.accordion::before,
ul.accordionMenu li:focus > span.accordion::before,
ul.accordionMenu .open > span.accordion::before{
	border-bottom: none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #ffffff;
	content: '';
	height: 6px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 10px;
}

ul.accordionMenu .dropdown-menu > li > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li > a.nav-link,
ul.accordionMenu .open .dropdown-menu .dropdown-header{
	background: none;
	border-bottom: 1px solid #eeeeee;
	color: #2b2b2b;
	font-weight: normal;
	line-height: 1.2;
	padding: 10px 44px 10px 25px;
	text-transform: none;
}

ul.accordionMenu .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:hover > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:hover > a.nav-link,
ul.accordionMenu .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open:focus > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li:focus > a.nav-link,
ul.accordionMenu .dropdown-menu > li.active > a.nav-link,
ul.accordionMenu .dropdown-menu > li.open.active > a.nav-link,
ul.accordionMenu .open .dropdown-menu > li.active > a.nav-link{
	background: #999999;
	color: #ffffff;
}

ul.accordionMenu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 30px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 35px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 40px;
}


ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > span.separator,
ul.accordionMenu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu .dropdown-menu > li > a.nav-link{
	padding-left: 45px;
}


/**/

.t3-header{
}

.t3-header.affix{
}

/**/

.t3-top,
.t3-top .container{
	position: relative;
}

.t3-top{
	background: #e2e2e2;
	border-bottom: 1px solid #a7a9ac;
}
.hikashop_cart_empty,
.t3-top .hikashop_cart a{
	background: url(../images/cart.png) 0 50% no-repeat;
	color: #000000;
	float: right;
	font-size: 13px;
	height: 36px;
	line-height: 36px;
	padding-left: 30px;
}

.t3-top .hikashop_cart a:hover,
.t3-top .hikashop_cart a:focus{
	color: #8fb502;
	text-decoration: none;
}

/**/


/* Tools */

.height100{
	height: 100%;
}

.row-eq-height,
.row-eq-height-xs,
.container-eq-height .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	flex-wrap: wrap;
}

.d-flex{
	display: flex;
}

.flex-wrap{
	flex-wrap: wrap !important;
}


.row-eq-height:before{
	display: none;
}

.align-content-center{
	align-content: center;
}

.align-items-center{
	align-items: center;
}

.height100{
	height: 100%;
}

.avPlayerBlock,
.iframe-container{
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.avPlayerBlock iframe,
.iframe-container iframe{
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/**/

.t3-header{
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	   -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	        box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 1000;
}


/* Logo */

.logo-image{
	float: left;
	margin-top: 0;
	max-width: 200px;
	padding-bottom: 10px;
	padding-top: 0;
	text-align: left;
}

.logo-image img{
	height: auto;
	max-width: 100%;
}

/* Taglines */

.tagline1{
	float: left;
	text-align: center;
	width: 100%;
}

.tagline2{
	float: left;
	text-align: center;
	width: 100%;
}

.tagline2 img{
	height: auto;
	max-width: 100%;
}

/**/
.t3-home-current-issue{
	background-color: #f2f2f2;
	background-image: url(../images/section-bg.png);
	background-position: left bottom 16%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	font-size: 15px;
	padding: 30px 0;
	text-align: center;
}

.t3-home-current-issue h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

.t3-home-current-issue h2::after{
	background: #8fb502;
	bottom: 0;
	content: '';
	height: 4px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 55px;
}

.t3-home-current-issue h3{
	color: #000000;
}

/* t3-home-feature-articles */

.t3-home-feature-articles{
	padding-top: 20px;
}

.t3-home-feature-articles h3.module-title{
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

.t3-home-feature-articles h3.module-title::after{
	background: #8fb502;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 55px;
}

.t3-home-feature-articles h4.article-title{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}

.t3-home-feature-articles h4.article-title::after{
	display: none;
}

.com-content-category-blog h5,
.t3-home-feature-articles h5{
	color: #876e23;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;

	font-optical-sizing: auto;
}

.t3-home-feature-articles .feature-article{
	padding-bottom: 20px;
}

.t3-home-feature-articles .feature-article img{
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

/*.t3-home-subscribe-today*/

.t3-home-subscribe-today{
	background-color: #f2f2f2;
	background-image: url(../images/section-bg.png);
	background-position: left bottom 16%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	font-size: 15px;
	padding: 30px 0;
}

.t3-home-subscribe-today .module{
	margin-bottom: 0;
}

.t3-home-subscribe-today h3.module-title{
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
}

.t3-home-subscribe-today h3.module-title::after{
	background: #8fb502;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 55px;
}

.subscribe-today-item{
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	height: 100%;
	margin: 0 0 30px 0;
	padding: 20px 20px 80px;
	position: relative;
}

.subscribe-today-item h2{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.subscribe-today-item a.btn{
	bottom: 30px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.subscribe-today-item table tr:nth-of-type(odd){
	background: none;
}


.subscribe-today-subscribe-or-renewal table td{
	line-height: 1;
	text-align: center;
}

.subscribe-today-subscribe-or-renewal table h4{
	color: #876e23;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;

	font-optical-sizing: auto;
}

.subscribe-today-subscribe-or-renewal table{
	margin: 0;
	position: relative;
}

.subscribe-today-subscribe-or-renewal table::before{
	background: #000000;
	content: '';
	height: 100px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 1px;
}

.subscribe-today-subscribe-or-renewal table h5{
	font-size: 45px;
	font-weight: bold;
	margin: 0;
}

.subscribe-today-subscribe-or-renewal table h6{
	color: #000000;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0 0 0;
	text-transform: uppercase;

	font-optical-sizing: auto;
}


/* t3-home-growing-zones */
.t3-home-growing-zones{
	padding-top: 20px;
}

.t3-home-growing-zones h3.module-title{
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
	text-align: left;
}

.t3-home-growing-zones h3.module-title::after{
	background: #8fb502;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 55px;
}

/* t3-home-sponsors */

.t3-home-sponsors .module{
	border-top: 4px solid #d1cfcf;
	margin-bottom: 0;
	padding-top: 50px;
}

.t3-home-sponsors ul{
	list-style: none;
	margin: 0 !important;
	text-align: center;
}

.t3-home-sponsors ul li{
	display: inline-block;
	margin: 0 0 20px 0;
}

.t3-home-sponsors ul li + li{
	margin-bottom: 0;
}
/* t3-home-boxes */

.t3-home-boxes{
	text-align: center;
}

.t3-home-boxes img{
	height: auto;
	max-width: 100%;
}

a.readmore{
	border: 1px solid #969fa5;
	color: #764660;
	display: inline-block;
	line-height: 1.1;
	padding: 10px 20px;
	text-align: center;
}

a.readmore:hover,
a.readmore:focus{
	background: #764660;
	color: #ffffff;
	text-decoration: none;
}


/**/
.t3-home-on-sale p{
	margin: 0;
}

.t3-home-on-sale img{
	height: auto;
	max-width: 100%;
}
/**/

.mobile-toggle{
	position: absolute;
	right: 15px;
	top: 0;
	z-index: 2;
}

.navbar-header{
	background: #b8291c;
	float: right;
	margin-right: 0 !important;
	margin-top: 7px;
	z-index: 9999;
}

.navbar-header button{
	position: relative;
}


/**/

.t3-off-canvas{
	background: #ffffff;
	z-index: 100000 !important;
}

.off-canvas-toggle{
	background: none;
	color: #ffffff;
	font-size: 26px;
	margin-right: 0;
	margin-top: 0;
	width: 100%;
	width: 50px;
}

.off-canvas-toggle:hover,
.off-canvas-toggle:focus{
	background: none;
	color: #ffffff;
}


.t3-off-canvas .t3-off-canvas-body{
	padding: 0;
}

/* MENU */

.accordeonck ul{
	background: none;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}

.accordeonck ul li{
	border: none !important;
	display: block;
	margin: 0;
	padding: 0;
}

.accordeonck ul li a{
	border-bottom: 1px solid #3a3a3a;
	color: #ffffff !important;
	display: block;
	font-family: 'Source Serif 4', serif;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;;
}

.accordeonck ul li a.toggler{
	background: url(../images/arrow-normal.png) right center no-repeat;
}

.accordeonck ul li.open a.toggler{
	background: url(../images/arrow-active.png) right center no-repeat;
}


.accordeonck ul li a:hover,
.accordeonck ul li a.isactive{
	background: #2c2c2c;
	text-decoration: none;
}

.accordeonck ul.content_1 li{
	margin: 0 !important;
}

.accordeonck ul.content_1 li a{
	font-size: 13px;
	padding-left: 30px !important;
}

/**/

.t3-banner{
	background: url(../images/slider-bg.jpg) center top repeat;
}

.banner{
	padding-top: 0;
	position: relative;
}

.banner .container{
	padding: 0;
}


/**/

/* MAIN MENU */
#t3-mainnav{
	float: left;
	margin-left: 15px;
	position: relative;
}

.t3-mainnav{
	background: none;
}

.navbar-default{
	border: none;
}

.t3-navbar{
}

.navbar-default .navbar-nav > li{
	background: none;
	margin-left: 0;
	position: relative;
}

.navbar-default .navbar-nav > li::before{
	border-left: 1px solid #000000;
	bottom: 40px;
	content: '';
	height: 15px;
	left: 0;
	position: absolute;
	width: 1px;
	z-index: 1;
}

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

.navbar-default .navbar-nav > li > a{
	color: #000000;
	font-family: 'Source Serif 4', serif;
	font-size: 19px;
	font-weight: 700;
	padding: 62px 22px 38px 12px;
	position: relative;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
	background: none;
	color: #8fb502;
}
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .open > a:after{
	display: block;
}

.t3-megamenu .nav > .dropdown > .dropdown-toggle .caret{
	display: none;
}

.dropdown-menu{
	background: #8fb502;
	border-color: transparent;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a{
	color: #ffffff;
	font-family: 'Source Serif 4', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 15px;
}
.t3-megamenu .mega-nav > li a:hover,
.t3-megamenu .dropdown-menu .mega-nav > li a:hover,
.t3-megamenu .mega-nav > li a:focus,
.t3-megamenu .dropdown-menu .mega-nav > li a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus{
	background: #ffffff;
	color: #8fb502;
	text-shadow: none;
}


/**/

/* k2blog */

.itemToolbar{
	display: none;
}

div.itemHeader span.itemDateCreated,
.catItemDateCreated{
	color: #7f7f7f !important;
	display: block;
	font-size: 15px !important;
	font-weight: normal !important;
	line-height: 1;
	padding-top: 6px;
}

div.catItemImageBlock{
	padding: 0;
	position: relative;
}

span.catItemImage img{
	border: none;
	height: auto;
	padding: 0;
	width: 100% !important;
}

div.catItemView{
	padding: 0;
}

.itemFullText{
	padding: 0;
}

div.catItemImageBlock{
	margin-bottom: 0;
}
h3.catItemTitle{
	font-size: 19px;
	margin-top: 0;
	text-transform: uppercase;
}
h3.catItemTitle a{
	color: #7f7f7f;
}
h3.catItemTitle a:hover,
h3.catItemTitle a:focus{
	color: #8fb502;
	text-decoration: none;
}

a.k2ReadMore{
	background: rgba(0,0,0,0.1) !important;
	border: 1px solid #8fb502 !important;
	color: #8fb502;
	display: inline-block;
	font-size: 16px !important;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
}

a.k2ReadMore:hover,
a.k2ReadMore:focus{
	background: #ffffff !important;
	color: #8fb502;
	text-decoration: none;
}


div.itemComments{
	border-radius: 0 !important;
}

div.itemCommentsForm form input#submitCommentButton{
	background: rgba(0,0,0,0.1) !important;
	border: 1px solid #8fb502;
	border-radius: 0;
	color: #8fb502;
}

div.itemCommentsForm form input#submitCommentButton:hover{
	background: #ffffff !important;
	color: #8fb502;
}
div.itemView{
	border: none;
	margin: 0 !important;
	padding: 0 !important;
}

.itemNavigation{
	background: none !important;
	border: none !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.itemNavigation ul{
	font-size: 0;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
}

.itemNavigation ul li{
	display: inline-block;
}

.itemNavigation ul li a{
	color: #41403c;
	display: block;
	font-size: 14px;
	height: 21px;
	line-height: 21px;
}

.itemNavigation ul li a:hover,
.itemNavigation ul li a:focus{
}

.itemNavigation ul li a.itemNext{
	background: url(../images/next-post.png) 100% 50% no-repeat;
	padding-left: 23px;
	padding-right: 23px;
}
.itemNavigation ul li a.itemPrevious{
	background: url(../images/prev-post.png) 0 50% no-repeat;
	padding-left: 23px;
	padding-right: 23px;
}

.k2Pagination{
	margin-top: 0 !important;
	padding: 0 !important;
}

.k2Pagination .pagination{
	margin: 0 !important;
}
/**/
.t3-footer{
	background: url(../images/footer-bg.jpg) center top repeat;
	border: none;
	padding-top: 0;
}

.t3-footer img{
	height: auto;
	max-width: 100%;
}

.footer{
	padding-bottom: 60px;
	padding-top: 60px;
}

.footer1{
	color: #bbbbbb;
	font-family: 'Source Serif 4', serif;
	font-size: 12px;
	font-weight: 300;;
}

.footer2{
	padding-top: 40px;
}

.footer .module{
	margin-bottom: 0;
}

.footer .module-title{
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer2 h2{
	color: #ffffff;
	font-family: 'Source Serif 4', serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;;
}

/**/

.t3-home-socials{
	background: none;
	padding-top: 0;
	position: relative;
	z-index: 2;
}

.t3-home-socials img{
	height: auto;
	max-width: 100%;
}

.t3-home-socials ul{
	margin: 0;
	padding: 0;
}

.t3-home-socials ul > li{
	border: none;
	        border-radius: 0;
	   -moz-border-radius: 0;
	-webkit-border-radius: 0;
	display: inline-block;
	float: none;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}

.t3-home-socials ul > li:nth-child(3){
	max-width: 175px;
}

.t3-home-socials ul > li > a{
	background: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 0;
	padding: 0;
}


/* t3-home-sponsors */

.t3-home-sponsors{
	margin-top: 10px;
}

.t3-home-sponsors img{
	height: auto;
	max-width: 100%;
}

.t3-home-sponsor-title{
	border-top: 1px solid #d1d2d4;
	padding-bottom: 0;
	padding-top: 10px;
}


/**/

.t3-copyright{
	background: none;
	border: none;
	border-top: none;
	color: #bbbbbb;
	font-family: 'Source Serif 4', serif;
	font-size: 11px;
	padding: 15px 0;
	text-align: center;;
}

.copyright{
	color: #a7a9ac;
	font-weight: 500;
	margin-bottom: 0;
	padding-top: 10px;
}

.copyright p{
	margin-bottom: 20px;
}

/**/

.back-to-top.reveal{
	cursor: pointer;
	opacity: 0.7;

	filter: alpha(opacity=70);
}

.back-to-top{
	background: none;
	bottom: 26px;
	height: 87px;
	margin: 0;
	opacity: 0;
	position: fixed;
	right: 50px;
	-webkit-transition: opacity 350ms;
	   -moz-transition: opacity 350ms;
	     -o-transition: opacity 350ms;
	        transition: opacity 350ms;
	width: 50px;
	z-index: 1000;

	filter: alpha(opacity=0);
}

/**/

.t3-banner-inner{
	background: url(../images/slider-bg.jpg) center top repeat;
	padding-top: 0;
	position: relative;
}

.t3-banner-inner .bubble-text{
	padding-bottom: 20px;
	padding-left: 60px;
	text-align: left;
}

.t3-banner-inner .bubble-text p{
	margin-bottom: 0;
}

.t3-banner-inner .bubble-button{
}

.banner-inner{
	text-align: center;
}

.banner-inner .module-title-bg{
	margin-bottom: 0;
	padding-bottom: 0;
}

.banner-inner p{
	margin: 0;
}

.banner-inner img{
	height: auto;
	max-width: 100%;
}

.banner-inner .t3-module{
	margin-bottom: 0;
}

.banner-inner .module-title{
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.banner-inner .module-title .container{
	background: rgba(255,255,255,0.6);
	color: #1e1e1e;
	font-family: 'Source Serif 4', serif;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: uppercase;;
}

/**/
.greenbox{
	background: #91c207;
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	float: left;
	margin-bottom: 55px;
	margin-right: 0;
	padding: 25px;
	position: relative;
	width: 100%;
}

.greenbox:after{
	border-bottom: none;
	border-left: 40px solid transparent;
	border-right: none;
	border-top: 35px solid #91c207;
	bottom: -35px;
	content: '';
	height: 35px;
	position: absolute;
	right: 65px;
	width: 40px;
}


.purplebox{
	background: #48082a;
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	float: left;
	margin-bottom: 70px;
	padding: 25px;
	position: relative;
	width: 100%;
}

.purplebox:after{
	border-bottom: none;
	border-left: none;
	border-right: 30px solid transparent;
	border-top: 50px solid #48082a;
	bottom: -50px;
	content: '';
	height: 50px;
	left: 30px;
	position: absolute;
	width: 30px;
}


.bluebox{
	background: #5e88a2;
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	float: right;
	margin-bottom: 55px;
	margin-right: 0;
	padding: 25px;
	position: relative;
	width: 100%;
}

.bluebox:after{
	border-bottom: none;
	border-left: 60px solid transparent;
	border-right: none;
	border-top: 35px solid #5e88a2;
	bottom: -35px;
	content: '';
	height: 35px;
	position: absolute;
	right: 32px;
	width: 60px;
	z-index: 1;
}

.bluebox:before{
	border-bottom: none;
	border-left: 12px solid transparent;
	border-right: none;
	border-top: 35px solid #ffffff;
	bottom: -35px;
	content: '';
	height: 35px;
	position: absolute;
	right: 32px;
	width: 12px;
	z-index: 2;
}


.redbox{
	background: #ef4c33;
	        border-radius: 10px;
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	float: right;
	margin-bottom: 60px;
	padding: 25px;
	position: relative;
	width: 100%;
}

.redbox:after{
	border-bottom: none;
	border-left: none;
	border-right: 50px solid transparent;
	border-top: 40px solid #ef4c33;
	bottom: -35px;
	content: '';
	height: 40px;
	left: 40px;
	position: absolute;
	width: 50px;
	z-index: 1;
}

.redbox:before{
	border-bottom: none;
	border-left: none;
	border-right: 12px solid transparent;
	border-top: 35px solid #ffffff;
	bottom: -35px;
	content: '';
	height: 35px;
	left: 40px;
	position: absolute;
	width: 12px;
	z-index: 2;
}


/**/
.t3-mainbody{
	background-color: #f2f2f2;
	background-image: url(../images/section-bg.png);
	background-position: left bottom 16%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	   -moz-background-size: 100% auto;
	     -o-background-size: 100% auto;
	        background-size: 100% auto;
	padding-bottom: 30px;
	padding-top: 0;
}

.t3-mainbody a{
	color: #766328;
}

.article-title,
.article-header h1,
.article-title a,
.article-header h1 a,
.article-title a:hover,
.article-header h1 a:hover,
.article-title a:focus,
.article-header h1 a:focus,
div.itemHeader h2.itemTitle,
.hikashop_category_information h1{
	color: #000000;
	font-size: 26px;
	font-weight: 300;
	margin: 0;
	padding: 0 0 15px 0;
	position: relative;
	text-decoration: none;
}

.item-page-green-title .article-title,
.item-page-green-title .article-header h1,
.item-page-green-title .article-title a,
.item-page-green-title .article-header h1 a,
.item-page-green-title .article-title a:hover,
.item-page-green-title .article-header h1 a:hover,
.item-page-green-title .article-title a:focus,
.item-page-green-title .article-header h1 a:focus,
.item-page-green-title div.itemHeader h2.itemTitle{
	color: #000000;
}

.item-page-black-title .article-title,
.item-page-black-title .article-header h1,
.item-page-black-title .article-title a,
.item-page-black-title .article-header h1 a,
.item-page-black-title .article-title a:hover,
.item-page-black-title .article-header h1 a:hover,
.item-page-black-title .article-title a:focus,
.item-page-black-title .article-header h1 a:focus,
.item-page-black-title div.itemHeader h2.itemTitle{
	color: #000000;
}

.page-header{
	border-bottom: none;
	margin: 0 ;
	padding-bottom: 0;
}

h1.page-title,
.article-title,
.article-header h1{
	color: #000000;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	position: relative;
}

h1.page-title::after,
.article-title::after,
.article-header h1::after{
	background: #8fb502;
	bottom: 0;
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	width: 55px;
}

td,
tr td{
	border: none;
}

form td{
	padding-bottom: 30px;
}

h2.article-title{
	clear: both;
	color: #333333;
	font-size: 26px;
	margin: 20px 0;
	text-decoration: none;
	text-transform: capitalize;
}

/**/

.t3-footer{
	background: #605f5f;
	margin-top: 0;
	padding-bottom: 20px;
	padding-top: 30px;
}


/* Footer menu */

.footermenu h3.module-title{
	color: #ffffff;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}

.footermenu ul{
	margin: 0;
	padding: 0;
}

.footermenu .nav-pills > li + li{
	margin: 0;
}

.footermenu .nav-pills > li > a{
	border-radius: 0;
	color: #f2f2f2;
	font-size: 15px;
	font-weight: 500;
	padding: 0 0 10px 0;
	text-align: left;
}

.footermenu .nav-pills > li > a:hover,
.footermenu .nav-pills > li > a:focus{
	background: none;
	color: #8fb502;
}

.footermenu .nav-pills > li.active > a,
.footermenu .nav-pills > li.active > a:hover,
.footermenu .nav-pills > li.active > a:focus{
	background: none;
}

.footer-right{
	color: #f2f2f2;
}

.footer-right a{
	color: #eadebb;
}

.footer-right h4{
	color: #eadebb;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
	text-transform: uppercase;

	font-optical-sizing: auto;
}

.footer-right h4 a{
	color: #eadebb;
}

/* Copyright */

.copyright{
	color: #f2f2f2;
	font-weight: normal;
	text-align: left;
}

.copyright p{
	margin: 0 0 5px ;
}

.copyright p:first-child{
	margin-bottom: 20px;
}

.copyright span{
	display: block;
}

/* Inspires*/

.inspires-banner img{
	height: auto;
	max-width: 100%;
}

.inspires-banner p{
	margin-bottom: 0;
}

.inspires-menu{
	background: #2e2c2d;
}

.inspires-menu ul{
	margin: 0;
	padding: 10px 0;
}

.inspires-menu .nav-pills > li + li{
	margin: 0;
}

.inspires-menu .nav-pills > li > a{
	border-radius: 0;
	color: #a7a9ac;
	font-size: 26px;
	font-weight: 300;
	padding: 10px 0;
	text-align: center;
}

.inspires-menu .nav-pills > li > a:hover,
.inspires-menu .nav-pills > li > a:focus{
	background: none;
	color: #8fb502;
}

.inspires-menu .nav-pills > li.active > a,
.footermenu .nav-pills > li.active > a:hover,
.footermenu .nav-pills > li.active > a:focus{
	background: none;
}

.t3-inspires-row{
	color: #ffffff;
}

a.subscribe{
	background: rgba(0,0,0,0.1);
	border: 1px solid #ffffff;
	color: #ffffff;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
}

a.subscribe:hover,
a.subscribe:focus{
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

.inspires-row-right img,
.inspires-row-left img{
	height: auto;
	width: 100%;
}

.t3-inspires-row .module-title{
	color: #ffffff;
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 10px;
}

.t3-inspires-row .t3-module{
	margin-bottom: 0;
	padding: 15px 20px;
}

.inspires-row1-text .t3-module{
	background: #48082a;
}
.inspires-row2-text .t3-module{
	background: #9884b7;
}
.inspires-row3-text .t3-module{
	background: #909489;
}
.inspires-row4-text .t3-module{
	background: #535525;
}

.inspires-row1-image p,
.inspires-row2-image p,
.inspires-row3-image p,
.inspires-row4-image p{
	margin-bottom: 0;
}

/*t3-feature-article*/
.t3-feature-article{
	background: #2e2c2d;
	color: #ffffff;
	font-size: 26px;
	font-weight: 300;
	line-height: 64px;
}

.feature-article-image p{
	margin-bottom: -30px;
}

.feature-article-image img{
	height: auto;
	margin-top: -40px;
	max-width: 100%;
}

.t3-feature-article p{
	margin-bottom: 0;
}

.t3-sidebar-left img{
	height: auto;
	max-width: 100%;
}

ul.centered{
	list-style: none;
	padding-bottom: 30px;
	padding-left: 0;
	padding-top: 30px;
	text-align: center;
}

ul.centered li{
	background: none;
	padding: 10px 0;
}

ul.centered li a img{
	display: inline-block;
}

/**/

.contentleft{
	padding-bottom: 20px;
}

.contentleft img{
	display: inline-block;
}

.contentright{
	padding-bottom: 40px;
}

.one-sidebar-3 img{
	height: auto;
	max-width: 100%;
}

/* HIKA */

ul.thumbnails{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

.hikashop_container,
.hikashop_product_item_right_part{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hikashop_category_information h2{
	border-bottom: none !important;
	font-size: 22px !important;
	font-weight: 300 !important;
	margin-bottom: 0 !important;
}

.hikashop_product_item_right_part .hikashop_product_name{
	color: #000000;
	font-size: 16px !important;
	text-align: center !important;
}

.hikashop_product_name a{
	color: #000000 !important;
}

.hikashop_product_name a:hover{
	color: #b5211b !important;
	text-decoration: none;
}

.hikashop_product_item_right_part{
	text-align: center;
}

.hikashop_product_stock input,
#hikashop_checkout_login_left_part .hikashop_cart_input_button,
#hikashop_checkout_coupon input.button,
#hikashop_checkout_login_right_part input.button,
#hikashop_checkout_next_button,
#hikashop_checkout_billing_address_new_link input,
#hikashop_checkout_shipping_address_new_link input{
	background: rgba(0,0,0,0.1);
	border: 1px solid #b5211b !important;
	color: #b5211b!important;
	display: inline-block!important;
	font-size: 20px !important;
	height: 38px!important;
	line-height: 38px!important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 16px!important;
	text-transform: none !important;
}

#hikashop_checkout_login_left_part .hikashop_cart_input_button,
#hikashop_checkout_coupon input.button{
	margin-top: 10px !important;
}

.hikashop_subcontainer{
	padding-top: 0 !important;
}

.hikashop_product_no_stock{
	font-size: 16px !important;
	text-transform: uppercase !important;
}

.hikashop_product_item_right_part h2{
	margin: 10px 0 0 0 !important;
	padding-bottom: 0 !important;
}

#hikashop_checkout_login_left_part input,
#hikashop_checkout_login_right_part input,
#hikashop_checkout_login_left_part select,
#hikashop_checkout_login_right_part select{
	display: inline-block !important;
	margin: 0 !important;
	max-width: 90%;
}

.hikashop_checkout_login{
	width: 100% !important;
}

.hikashop_checkout_login_left_part,
.hikashop_checkout_login_right_part{
	width: 100% !important;
}

#hikashop_checkout_cart .hikashop_product_quantity_field{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#hikashop_checkout_cart .hikashop_product_price_full{
	padding-left: 0 !important;
}

.hikashop_product_price_full{
	text-align: left;
}

span.hikashop_product_price,
.hikashop_checkout_cart_additional,
.hikashop_checkout_cart_payment,
.hikashop_checkout_cart_coupon,
.hikashop_checkout_cart_additional,
span.hikashop_checkout_cart_final_total{
	color: #b5211b;
	font-family: 'Source Serif 4', serif;;
}

/* Ad and rates */
/* 
Generic Styling, for Desktops/Laptops 
*/
table{
	border-collapse: collapse;
	margin-bottom: 20px;
	width: 100%;
}
/* Zebra striping */
tr:nth-of-type(odd){
	background: #eeeeee;
}

table.no-background tr:nth-of-type(odd){
	background: none;
}

td,
th{
	border: 1px solid #cccccc;
	padding: 6px;
	text-align: left;
}
th{
	background: #ffffff;
	border-color: #ffffff;
	color: #000000;
	font-weight: bold;
}

.large-font{
	font-size: 19px;
}

/* About */
.aboutpic{
	display: block;
	text-align: center;
}

.aboutpic img{
	display: inline-block;
}
.abouttext{
	display: block;
	padding-bottom: 20px;
}



.osm-container input{
	display: inline-block;
}



.topmenu{
	background: none;
	display: block;
	float: right;
}

.topmenu .nav-pills{
	font-size: 0;
	text-align: right;
}

.topmenu .nav-pills > li{
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0;
}
.topmenu .nav-pills > li > a{
	border-radius: 0;
	color: #000000;
	display: block;
	font-size: 13px;
	line-height: 36px;
	margin: 0;
	padding: 0 20px;
}
.topmenu .nav-pills > li + li{
	margin: 0;
}

.topmenu .nav-pills > li > a:hover,
.topmenu .nav-pills > li > a:focus,
.topmenu .nav-pills > li.active > a,
.topmenu .nav-pills > li.active > a:hover,
.topmenu .nav-pills > li.active > a:focus{
	background: none;
	color: #8fb502;
}

.cart-module{
	display: block;
	float: right;
	margin: 12px 80px 0 0;
	position: relative;
}

.cart-module .cart-icon,
.cart-module .hikashop_small_cart_checkout_link,
.cart-module .hikashop_cart{
	background-image: url(../images/cart.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	display: block;
	height: 43px;
	position: relative;
	width: 43px;
}

.cart-module .hikashop_cart{
	display: block;
	font-size: 0;
	text-align: left;
	text-indent: -9999em;
}

.cart-module .hikashop_small_cart_total_title{
	background: #8fb502;
	border-radius: 8px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	font-weight: bold;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: -4px;
	text-align: center;
	top: -4px;
	width: 16px;
	z-index: 2;
}

.cart-module .dropdown:hover .dropdown-menu{
	display: block;
}

.login .inputbox{
	height: auto;
}

.hika_address_field{
	margin-bottom: 20px;
}
#hikashop_shipping_methods table{
	margin-bottom: 20px;
}
.hikashop_checkout_payment_description{
	margin-left: 0;
	margin-top: 20px;
}

.hikashop_shipping_methods_table label.btn-primary,
.hikashop_payment_methods_table label.btn-primary{
	display: none;
}

input.hikashop_product_quantity_field{
	width: auto;
}

.category-desc{
	padding-bottom: 30px;
}

.com-content-category-expert h2.article-title{
	font-size: 24px;
	margin: 0;
	padding: 0;
}

.com-content-category-expert h2.article-title::after{
	display: none;
}

.com-content-category-expert h5{
	color: #876e23;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;

	font-optical-sizing: auto;
}

.com-content-category-expert a{
	color: #876e23;
}

.com-content-category-expert .expert-intro-image .item-image{
	padding-bottom: 15px;
}

.com-content-category-expert .expert-intro-image .item-image,
.com-content-category-expert .expert-intro-image img{
	max-width: 250px;
	width: 100%;
}


/* Hika custom */

.hikashop_quantity_form{
	display: none;
}

.hika-individual-item{
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	max-width: 580px;
	padding: 20px;
	position: relative;
}

.hika-individual-item .hk-row-fluid{
	position: relative;
	z-index: 2;
}


.hika-individual-item h1{
	font-size: 30px;
	margin-top: 6px;
}

.hika-individual-item .hikashop_product_characteristics table tr{
	background: none;
}

.hika-individual-item .hikashop_product_characteristics table tr .form-check-label{
	font-size: 24px;
	font-weight: normal;
}

.hika-individual-item h1 .hikashop_product_variant_subname{
	display: none;
}

.hika-individual-item a.hikacart{
	border: none;
	color: #ffffff;
}

.hika-individual-item a.hikacart:hover,
.hika-individual-item a.hikacart:focus{
	border: none;
	color: #ffffff;
}


.Gift_Subscription_27::after{
	background: url(../images/Gift_Ribbon.png) bottom left no-repeat ;
	bottom: -30px;
	content: '';
	height: 176px;
	left: 0;
	position: absolute;
	width: 245px;
}

.hika-individual-item .form-check-inline{
	padding-left: 28px;
	position: relative;
}

.hika-individual-item .form-check-inline input{
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
	        appearance: none;
}

/*

.hika-individual-item .form-check-inline input + label::before{
	content: '\f192';
	display: var(--fa-display, inline-block);
	font-family: 'Font Awesome 6 Free';
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	height: 20px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
	width: 20px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

*/

.hika-individual-item .form-check-inline input + label::before{
	border: 1px solid #000000;
	border-radius: 10px;
	content: '';
	height: 20px;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 7px;
	width: 20px;
}

.hika-individual-item .form-check-inline input + label::after{
	background: none;
	border-radius: 7px;
	content: '';
	height: 14px;
	left: 3px;
	line-height: 1;
	position: absolute;
	top: 10px;
	width: 14px;
}

.hika-individual-item .form-check-inline input:checked + label::before{
	border-color: #8fb502;
}

.hika-individual-item .form-check-inline input:checked + label::after{
	background: #8fb502;
}

.hikashop_checkout_buttons .btn{
	border: none;
}

.hikashop_checkout_cart table{
	background: #ffffff;
}

/* com-content-category-subscription-options */

.com-content-category-subscription-options .item article{
	background: #ffffff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	padding: 50px 20px 110px;
	position: relative;
}

.com-content-category-subscription-options .item,
.com-content-category-subscription-options .item article{
	height: 100%;
}

.com-content-category-subscription-options .item{
	text-align: center;
}

.com-content-category-subscription-options .item h2.article-title{
	font-size: 36px;
	padding-bottom: 0;
}

.com-content-category-subscription-options .item h2.article-title::after{
	display: none;
}

.com-content-category-subscription-options .item h5{
	font-size: 30px;
	font-weight: bold;
}


.com-content-category-subscription-options .item h6{
	font-size: 24px;
	font-weight: bold;
}

.com-content-category-subscription-options .item .item-image{
	text-align: center;
	width: 100%;
}

.com-content-category-subscription-options .item article a.btn{
	border: navajowhite;
	bottom: 50px;
	color: #ffffff;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

#hikashop_checkout_registration .hikashop_registration_pleaseselectifthisisagift_line label.hkcontrol-label{
    display: none;
}
/*
.hikashop_checkout_address div[class*="hikashop_checkout_address_gift_"],
#hikashop_checkout_registration div[class*="hikashop_registration_gift_"] {
    display: none;
}
*/
.hikashop_checkout_payment_card dd {
    display: flex;
    margin-bottom: 15px;
}

.hikashop_checkout_payment_card dt {
    padding-top: 7px;
    font-weight: bold !important;
    padding-bottom: 5px;
}

#hikashop_checkout_registration label {
    padding-bottom: 5px;
}

/* Responsive */

@media (max-width: 991px){
	.container-xs-fluid{
		padding: 0;
		width: 100%;
	}

	.t3-topmenu .container,
	.t3-header .container{
		padding: 0;
		width: 100%;
	}

	.row-eq-height,
	.container-eq-height .row{
		display: block;
	}


	img.pull-left,
	img.pull-right{
		clear: both;
		display: block;
		float: none !important;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 640px){
	/* Force table to not be like tables anymore */
	table.responsive-table,
	table.responsive-table thead,
	table.responsive-table tbody,
	table.responsive-table th,
	table.responsive-table td,
	table.responsive-table tr{
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table.responsive-table thead tr{
		left: -9999px;
		position: absolute;
		top: -9999px;
	}

	table.responsive-table tr{
		border: 1px solid #cccccc;
	}

	table.responsive-table td{
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eeeeee;
		padding-left: 50%;
		position: relative;
	}

	table.no-background tr{
		border: none;
	}


	table.no-background td{
		/* Behave  like a "row" */
		border: none;
		border-bottom: none;
		padding-left: 0;
		position: relative;
	}


	table.responsive-table td:before{
		left: 6px;
		padding-right: 10px;
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		white-space: nowrap;
		width: 45%;
	}

	/*
	Label the data
	*/
	table.ad-deadline td:nth-of-type(1):before{
		content: 'Issues';
	}
	table.ad-deadline td:nth-of-type(2):before{
		content: 'Publish Date';
	}
	table.ad-deadline td:nth-of-type(3):before{
		content: 'Ad Deadline';
	}
}


@media (max-width:767px){
	.hikashop_subcontainer{
		height: auto !important;
	}
	.hikashop_checkout_address_left_part,
	.hikashop_checkout_address_right_part{
		margin-left: 0;
		width: 100%;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px){
	.hikashop_subcontainer{
		height: 350px !important;
	}

	h2{
		font-size: 33px;
		margin-bottom: 30px;
	}


	h3{
		font-size: 33px;
	}
	h6{
		font-size: 22px;
	}
	.inspires-row-right{
		float: right;
		width: 50%;
	}
	.inspires-row-left{
		float: left;
		width: 50%;
	}
	.inspires-row1{
		background: #48082a;
		overflow: hidden;
	}
	.inspires-row2{
		background: #9884b7;
		overflow: hidden;
	}
	.inspires-row3{
		background: #909489;
		overflow: hidden;
	}
	.inspires-row4{
		background: #535525;
		overflow: hidden;
	}
	.t3-inspires-row .t3-module{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.inspires-menu{
		margin-bottom: 0;
		padding: 0;
		text-align: center;
	}
	.inspires-menu ul{
		padding: 0;
	}
	.inspires-menu li{
		background: url(../images/inspires-menu.png) 0 50% no-repeat;
		display: inline-block;
		padding-left: 25px;
		padding-right: 20px;
	}
	.inspires-menu li:first-child{
		background: none;
	}
	.inspires-menu .nav-pills > li > a{
		font-size: 20px;
	}

	.copyright{
		float: left;
		padding-top: 20px;
		width: 100%;
	}

	.t3-feature-article{
		font-size: 38px;
		font-weight: 300;
		line-height: 94px;
	}

	.feature-article-image p{
		margin-bottom: -50px;
	}

	.feature-article-image img{
		height: auto;
		margin-top: -90px;
		max-width: 100%;
	}

	.t3-sidebar-right{
		padding-top: 40px;
	}

	.t3-sidebar-left{
		padding-top: 146px;
	}

	ul.centered li{
		background: none;
		display: inline-block;
		padding: 10px 2px;
	}

	.contentleft{
		float: left;
		width: 300px;
	}
	.contentright{
		min-height: 66px;
		padding-bottom: 60px;
		padding-left: 300px;
	}

	.t3-sidebar-right-3{
		padding-top: 60px;
	}

	.t3-sidebar-right-3 .t3-module{
		padding-left: 10px;
	}
	.one-sidebar-3{
		overflow: hidden;
		position: relative;
	}
	.one-sidebar-3:after{
		background: url(../images/dotted.png) 0 0 repeat-y;
		content: '';
		height: 10000px;
		left: 66.66666667%;
		position: absolute;
		top: 60px;
		width: 1px;
	}

	ul.thumbnails li{
		float: left;
		width: 50%;
	}

	.hikashop_product_item_right_part{
		padding-left: 20px;
		padding-right: 20px;
	}

	.hikashop_category_information h2{
		font-size: 41px !important;
	}

	.aboutpic{
		float: left;
		padding-bottom: 30px;
	}
	.abouttext{
		min-height: 205px;
		padding-left: 200px;
	}

	.t3-home-feature-articles h4.article-title{
		margin-bottom: 0;
	}

	.t3-home-sponsors ul li{
		margin: 0 20px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px){
	body{
		font-size: 18px;
	}
	.logo-image{
		margin-left: 0;
		margin-top: 0;
		max-width: none;
		max-width: 280px;
		padding-bottom: 15px;
	}
	.tagline1{
		padding-top: 3px;
		text-align: right;
		width: 337px;
	}
	.tagline2{
		display: block;
		float: right;
		padding-top: 1px;
		text-align: right;
		width: 600px;
	}

	.cart-module{
		margin: 38px 15px 0 0;
	}

	.t3-home-boxes{
		text-align: left;
	}
	.home-on-sale{
		float: left;
		margin-top: -30px;
	}
	.t3-home-socials ul{
		margin-top: -60px;
	}
	.t3-home-socials ul > li:nth-child(3){
		max-width: 300px;
	}

	.footermenu .nav-pills > li > a{
		text-align: left;
	}
	.copyright{
		padding-top: 0;
	}
	.copyright p{
		margin-bottom: 10px;
	}
	.copyright span{
		display: inline;
	}

	.greenbox{
		margin-right: 16px;
		width: 267px;
	}
	.purplebox{
		margin-bottom: 20px;
		width: 420px;
	}
	.bluebox{
		margin-right: 16px;
		width: 312px;
	}
	.redbox{
		width: 220px;
	}

	.inspires-menu .nav-pills > li > a{
		font-size: 32px;
		padding: 24px 0;
	}
	.t3-inspires-row .t3-module{
		padding: 20px 40px 0;
	}
	.t3-inspires-row .module-title{
		font-size: 58px;
	}

	.t3-mainbody{
		padding-top: 30px;
	}

	.feature-article-image p{
		margin-bottom: -80px;
	}
	.feature-article-image img{
		height: auto;
		margin-top: -110px;
		max-width: 100%;
	}
	ul.centered li{
		background: none;
		display: inline-block;
		padding: 10px 20px;
	}
	.one-sidebar-3:after{
		top: 80px;
	}

	ul.thumbnails li{
		float: left;
		width: 25%;
	}
	.hikashop_product_item_left_part,
	.hikashop_product_item_right_part{
		text-align: left !important;
	}
	.hikashop_product_item_right_part{
		padding-left: 0 !important;
		padding-right: 98px !important;
	}
	.hikashop_product_item_right_part .hikashop_product_name{
		text-align: left !important;
	}

	.hikashop_checkout_login_left_part,
	.hikashop_checkout_login_right_part{
		float: left;
		width: 50% !important;
	}
	.hikashop_subcontainer{
		height: auto !important;
	}

	.t3-home-current-issue{
		font-size: 18px;
	}

	.t3-home-current-issue h2{
		font-size: 50px;
	}

	.t3-home-current-issue h3{
		font-size: 30px;
	}

	.t3-home-feature-articles h3.module-title,
	.t3-home-subscribe-today h3.module-title,
	.t3-home-growing-zones h3.module-title{
		font-size: 50px;
	}

	.subscribe-today-item h2{
		font-size: 36px;
	}

	.footer-right h4{
		font-size: 20px;
	}

	.t3-home-subscribe-today .module{
		margin-bottom: 30px;
	}

	.t3-home-feature-articles{
		padding-bottom: 30px;
	}

	.t3-home-feature-articles .module{
		margin-bottom: 0;
	}

	h1.page-title,
	.article-title,
	.article-header h1,
	.article-title a,
	.article-header h1 a,
	.article-title a:hover,
	.article-header h1 a:hover,
	.article-title a:focus,
	.article-header h1 a:focus,
	div.itemHeader h2.itemTitle,
	.hikashop_category_information h1{
		font-size: 50px;
	}

	.t3-home-feature-articles h3.module-title{
		margin-bottom: 40px;
	}

	.footermenu .nav-pills > li > a{
		font-size: 18px;
	}

	.com-content-category-subscription-options .item article{
		padding-bottom: 70px;
	}
}

@media (min-width: 1200px){
	.logo-image{
		margin-left: 32px;
		margin-top: 0;
		max-width: none;
		padding-bottom: 15px;
	}
	.tagline1{
		padding-top: 3px;
		text-align: right;
		width: 337px;
	}
	.tagline2{
		display: block;
		float: right;
		padding-top: 1px;
		text-align: right;
		width: 600px;
	}

	.cart-module{
		margin: 38px 45px 0 0;
	}

	.subscribe-today-item{
		margin: 0 32px;
	}
}
