body {
	background: white url(../media/bg.jpg) repeat center top;
	color: #808285;
	/*
	-webkit-user-select: none;       
	-moz-user-select: none;	-ms-user-select: none;
	*/
	font: normal 16px/1.4em 'HelveticaNeueLT55RomanRegular', Arial, Helvetica, Geneva, sans-serif;
	
}

a{
	color: #808285;
}

a:link, a:visited {
	color: #808285;
	text-decoration: none;
}

a:hover, a:active {
	color: #808285;
	text-decoration: underline;
}

img {
	border-style: none;
}

.wrapper {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
	width: 960px;
}

#header {
	height: 200px;
	display: block;
	width: 100%;
	z-index: 100;
}

.top {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: black;
	font-weight: bold;
}



.top a:link, .top a:visited {
	color: black;
	text-decoration: none;
}

.top a:hover, .top a:active {
	color: black;
	text-decoration: underline;
}

#logo {
	display: block;
	width: 520px;
	height: 130px;
	text-indent: -999em;
	background: url(../media/logo.png) no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#vote {

		color: #ec008c;
	position: absolute;
	left: -20px;
	font-size: 2em;
	top: 30px;
    font-family: 'HelveticaNeueLT55RomanBold';
}

/* HOME */

.homecontainer {
  padding-right: 5px;
  padding-left: 5px;
 }

.homeblocks {
	width: 470px;
	overflow: hidden;
	float: left;
}

.item {

  float: left;
  display: block;
	clear: none;
	width: 235px;
	height: 237px;
}

.item.wid2 { width:  470px; }

.item.hei2 { height: 474px; }

/* TITLE */

.title {
	padding-top: 20px;
	padding-bottom: 40px;
}

.title h1{
	color: black;
	font: 46px/41px 'HelveticaNeueLT55RomanBold';
	margin: 0;
	letter-spacing: -1px;
}

.title h2{
	font: normal 22px/1.3em 'HelveticaNeueLT45LightRegular';
	margin: 0;
	color: #808285;
}

.description h4{
	color: #000000;
}

/* FEATURE */

.fImage{
	padding-bottom: 20px;
}

.share{
	padding-bottom:15px;
}


/* MAIN */

.row.show-grid{
	margin-bottom: 10px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #511536;
    background-color: rgba(81, 21, 54, 0.3);
    border: 1px solid #eb2b8c;
}

#main {
	min-height:200px;
  background-color:rgba(255,255,255,0.7);
	padding-top: 10px;
	padding-bottom: 50px;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	margin-top: 0;
}

#main .content h1,
#main .content h2,
#main .content h3,
#main .content h4,
#main .content h5,
#main .content h6{
	color: black;
}


#main .content h4{
	color: black;
	font-size: 1.1em;
	font-weight: bold;
}

/* FEATUREBOXES */

.featurebox
 {
	position: relative;
	overflow: hidden;
    margin: 5px;
}

.featurebox .fOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245, 130, 32, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color: white;
	z-index: 6;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.featurebox.wid2 .fOverlay {
    width: 466px;
}

.featurebox.hei2 .fOverlay {
    height: 466px;
}

.featurebox .fOverlay.alt {

    background: rgba(81, 21, 54, 0.9);
 }

.featurebox:hover .fOverlay,
.featurebox.hover .fOverlay {
    opacity: 1.0;
}

    .featurebox .overlay-text {
        color: white;
        line-height: 23px;
        font-size: 16px;
        position: relative;
        padding: 0;
        display: flex;
        height: 100%;
    }

.featurebox .overlay-text h4{
	color: white;
	font-size: 19px;
}

.featurebox a {
    color: white !important;
    display: block;
    margin-bottom: 0;
    vertical-align: bottom;
    font-size: 17px;
    line-height: 1.5;
    padding: 30% 5% 0;
}

.home .featurebox a, .home .featurebox .overlay-text > * {
    display: block;
    line-height: 20px;
    height: 100%;
    width: 100%;
}


.featurebox .overlay-text a:link,
.featurebox .overlay-text a:visited{
	color: white;
	vertical-align: top; 

}

.featurebox .overlay-text a:hover,
.featurebox .overlay-text a:active{
    color: #261f50;
	vertical-align: top; 

}

.featurebox img {
	display: block;
	-webkit-transition: -webkit-transform 0.25s ease-in;
	transition: -ms-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
.featurebox:hover img,
.featurebox.hover img {
	/*
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	*/
}


/* TOGGLE */

.topmenu {
	font-weight: bold;
	color: black;
	font-size: 18px;
}

#toggle * {
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#toggle {

	top: 50px;
    right: 5px;
    z-index: 1000;
    cursor: pointer;
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -moz-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    -o-transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
	
}

#toggle .patty {
    width: 34px;
    height: 6px;
    margin: 12px 0;
    background: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#toggle .patty:after, #toggle .patty:before {
    content: '';
    display: block;
    width: 34px;
    height: 6px;
    background: #000000;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#toggle .patty:before {
    top: -12px
}

#toggle .patty:after {
    top: 12px
}

#toggle:hover {
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s
}

#toggle:hover .patty:before {
    top: -9px
}

#toggle:hover .patty:after {
    top: 9px
}

#toggle.open {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    height: 100%
}

#toggle.open .patty {
    background: none !important
}

#toggle.open .patty:after {
    top: 0 !important;
    background: #ffffff !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#toggle.open .patty:before {
    top: 0 !important;
    background: #ffffff !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/* Menu Overlay */

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: rgba(81, 21, 54, 0.9) url(../media/overlay_bg.jpg) no-repeat center top;
}

.ooverlay::after {
  content: "";
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 999;   
}


/* Menu Style */
.overlay nav  {
	text-align: center;
	position: relative;
	top: 50%;
	font-size: 24px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}



.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
	
}

.overlay ul li {
	display: block;
	padding: 0;
	margin: 0 0 0.6em;
}

.overlay ul li a {
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	padding: 0;
	color: white;
	display: block;
	margin-bottom: 0.4em;
	font: normal 18px 'HelveticaNeueLT55RomanBold', Arial, Helvetica, Geneva, sans-serif;
}

.overlay ul.sub-menu li {
	margin-bottom: 0em;
}

.overlay ul li a:link,
.overlay ul li a:visited {
    color: #f58d39;
	text-decoration: none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #fff;
	text-decoration: none;
}

.overlay .sub-menu a:link,
.overlay .sub-menu a:visited {
    color: #26a6e2;
}

.overlay .sub-menu a:hover,
.overlay .menu .sub-menu a:active {
    color: #a7a9ac;
}

/* Menu Effects */
.overlay {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay nav #box {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay.open nav #box {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay.close nav #box {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}


/* BEST */

ul#yearicons {
	margin: 0 0 35px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 630px;
	overflow: visible;
}

.page-template-page-best ul#yearicons {

	width: auto;
}

ul#yearicons li{
	float: left;
	display: block;
	margin-bottom: 5px;
}

ul#yearicons li a{
	display: block;
}

ul#yearicons li a img{
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

ul#yearicons li a:hover img{
	opacity:0.4;
}

.tax-award-year ul#yearicons li a img{
	opacity:0.3;

}

.tax-award-year ul#yearicons li a:hover img{
	opacity:1.0;
}

.tax-award-year ul#yearicons li a.active img{
	opacity:1.0;
}

/* BEST LISTS */

.winners{
	margin-bottom: 50px;
	text-align: center;
}

.winners img{
	margin: 0 auto 20px;
	font-size: 12px;
	line-height: 1em;
	border: 20px solid black;
	box-shadow: 10px 10px 5px #888888;
	display: block;
}

.winners h3{
	font: 16px/16px 'HelveticaNeueLT55RomanBold';
	text-transform: uppercase;
	display: none;
}

.winners div{
	color: black;
	font-size: 14px;
}

.bestitem{
	margin-bottom: 10px;
}

.bestitem img {
	margin: 0;
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 20px;
	border: 15px solid #eee;
	box-shadow: 10px 10px 5px #888888;
	display: block;
	max-width: 100%; /* zippisite - 20241220 */
}

.bestitem .fields {
	padding-left: 10px;
}

.bestitem h5 {
	margin: 0 0 2px;
	font-size: 12px;
	line-height: 1em;
}

.bestitem p {
	font-size: 12px;
	line-height: 1em;
	color: black;
	margin: 0 0 5px;
}

/* EXHIBITIONS */

ul#exhibitionList
 {
	margin: 10px 0 40px;
	padding: 0;
	list-style-type: none;
}

ul#exhibitionList li
 {
	display: inline;
	padding-right: 10px;
	font: 24px/1.1em 'HelveticaNeueLT65MediumRg';
}

ul#exhibitionList li a
 {
transition: color 0.2s linear;
}

ul#exhibitionList li a:hover
 {
	text-decoration: none;
}

ul#exhibitionList li:nth-child(11n+1) a:link,
ul#exhibitionList li:nth-child(11n+1) a:visited
 {
	color: #ec008c;
}

ul#exhibitionList li:nth-child(11n+2) a:link,
ul#exhibitionList li:nth-child(11n+2) a:visited
 {
	color: #fdb813;
}

ul#exhibitionList li:nth-child(11n+3) a:link,
ul#exhibitionList li:nth-child(11n+3) a:visited
 {
	color: #00ac4f;
}

ul#exhibitionList li:nth-child(11n+4) a:link,
ul#exhibitionList li:nth-child(11n+4) a:visited
 {
	color: #000000;
}

ul#exhibitionList li:nth-child(11n+5) a:link,
ul#exhibitionList li:nth-child(11n+5) a:visited
 {
	color: #ed1c24;
}

ul#exhibitionList li:nth-child(11n+6) a:link,
ul#exhibitionList li:nth-child(11n+6) a:visited
 {
	color: #571539;
}

ul#exhibitionList li:nth-child(11n+7) a:link,
ul#exhibitionList li:nth-child(11n+7) a:visited
 {
	color: #0588cb;
}

ul#exhibitionList li:nth-child(11n+8) a:link,
ul#exhibitionList li:nth-child(11n+8) a:visited
 {
	color: #f58220;
}

ul#exhibitionList li:nth-child(11n+9) a:link,
ul#exhibitionList li:nth-child(11n+9) a:visited
 {
	color: #939598;
}

ul#exhibitionList li:nth-child(11n+10) a:link,
ul#exhibitionList li:nth-child(11n+10) a:visited
 {
	color: #1f3462;
}

ul#exhibitionList li:nth-child(11n+11) a:link,
ul#exhibitionList li:nth-child(11n+11) a:visited
 {
	color: #75a9d8;
}

ul#exhibitionList li a.nonhover:link,
ul#exhibitionList li a.nonhover:visited
 {
	color: #b3b4b6 !important;
}


.extitle h3{
	color: black;
	font-weight: bold;
	margin-bottom: 1em;
}

.eximage{
	margin-bottom: 10px;
}

.textcontent{
	padding-top: 20px;
}

/* GALLERY LIST */

#galleryList
 {
	padding: 0;
	list-style-type: none;
	margin: 10px 0 30px;
}

#galleryList li
 {
	float: left;
	display: block;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	width: 205px;
}

#galleryList li .img
 {
	background-color: white;
}


#galleryList li.faded
 {
	opacity:0.2;
}

#galleryList li h3
 {
	color: black;
	font-weight: bold;
}


#galleryList li img
 {
	margin-bottom: 20px;
	border: 15px solid #211f21;
	box-shadow: 10px 10px 5px #888888;
	display: block;
}

/* CURRENCY */

.currency {
	display: inline;
	line-height: 1em;
}

.currency span {
	color: black;
}

.currency button{
	border: 1px hidden white;
	margin-left: 10px;
	width: 37px;
	height: 24px;
	text-indent: -999px;
}

.currency button.GBP{
	background: url(../media/currency_flag_uk.png) no-repeat;
}

.currency button.USD{
	background: url(../media/currency_flag_usa.png) no-repeat;
}

.currency button.active{
	border: 1px solid black;
}

/* GALLERY TABS */

.tab-content
 {
	padding-top: 30px;
}

.tab-content .tab-pane h2
 {
	display: none;
}

.tab-content .tab-pane ul
 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tab-content .tab-pane ul li
 {
	display: inline;
	padding-right: 20px;
	line-height: 1.6em;
}

.tab-content .tab-pane ul li a:link,
.tab-content .tab-pane ul li a:visited
 {
	color: #808285;
}

.tab-content .tab-pane ul li a:hover,
.tab-content .tab-pane ul li a:active
 {
	color: #f58d39;
	text-decoration: none;
}

/* RELATED */

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: auto
 }
    
    
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    box-shadow: none;
    -webkit-box-shadow: none;
}
/* PANELS */

.panel-group {
	border-top: 1px solid #d3d3d4;
}

.panel-group .panel {
	border-radius: 0px;
}

.panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
	border-bottom: 1px solid #d3d3d4;
}

.panel-default .panel-heading {
	padding: 10px 15px 10px 0;
	border-top-left-radius: 0px;
border-top-right-radius: 0px;
color: #000;
background-color: transparent;
	border: none !important;
}

.panel-default .panel-heading a{

color: #000;

}

.panel-group .panel-heading + .panel-collapse > .panel-body{

border-top: none;
	padding: 0;
}

.panel-body h2{
	display: none;
}



/* TABS */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-shadow: none;
    margin: 0;
    padding: 0 10px 0 0;
	border: none;
}

woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {

    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {

	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;

    }
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    font-weight: normal;
    color: #5e5e5e;
    text-shadow: none;
	font-style: normal;
}



li.ymal_tab {
	padding-left: 5px !important;
}



.relatedtabs .panel {

	border-bottom: none;
}



/* GALLERY */

.cattitle h3{
	color: black;
	font-weight: bold;
	margin-bottom: 1em;
}

.catcont a{
	color: #f58d39 !important;
}

.galleryitem img {
	border: 20px solid #211f21;
	box-shadow: 10px 10px 5px #888888;
}

.galleryitem
 {
	position: relative;
	overflow: hidden;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.galleryitem .gOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
	color: white;
	z-index: 6;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;

}

.galleryitem:hover .gOverlay{
    opacity: 1.0;
}

.galleryitem .overlay-text {
	padding: 20% 30px 40px;
	color: white;
	line-height: 23px;
	font-size: 14px;
	position: relative;
	text-align: left;
}

.no-touch .galleryitem .overlay-text {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin-left: auto;
}


/* SLIDER */

.royalSlider {
	/*16:9 830/467 940/528 */
	width: 100%;
	height: 528px;
	margin-bottom: 8px;
}

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;
	background-color: transparent;
	border-radius: 0px;
	background-image: url('../media/rs-default.png');
}
.rsDefault .rsArrowIcn:hover {
	background-color: transparent;
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -128px -32px;
	}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -128px -46px;
	}


.rsDefault .rsArrowDisabled .rsArrowIcn {
	opacity: .2;
	filter: alpha(opacity=20);  *display: none;
}

.rsDefault .rsBullets {
	bottom: 20px;
	line-height: 8px;
	z-index: 99 !important;
	background-color: transparent;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	padding: 0 10px;
}

.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

/* FOOTER */

#flogos {
	padding-top: 40px;
}

#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	line-height: 24px;
}

#copy {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 12px;
}

#credits {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 12px;
}

.fnav {
	margin-top: 15px;
}


/* PRESS LIST */

#articlesGrid {
	width: 940px;
	overflow: hidden;
	margin-top: 30px;
}

ul.articles {
	width: 960px;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.articles:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

ul.articles li.article{
	position: relative;
	float: left;
	width: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	height: 330px;
}

ul.articles li.article a{
	text-decoration: none;
}

ul.articles li.article p{
	margin: 0;
	padding: 10px 0 0;
	display: block;
	text-align: left;
	line-height: 1em;
	font-weight: 500;
}

ul.articles li.article p span{
	font-weight: 300;
	font-style: normal;
}

/* RETAILERS */

.countryList {
	margin-top: 40px;
}

.country {
	margin-bottom: 40px;
}

.country h2 {
	color: black;
	font-family: 'HelveticaNeueLT55RomanBold';
}

.country .buy a {
	color: #f58d39;
}

/* PRESS SINGLE */

.zoomWindow{
	background:#FFF;
}


.zoomWrapper{
	float: left;
}

.zoomContainer{
	/*height: auto !important;*/
	z-index:998;
}

img#zoom{
	float: left;
	height: auto !important;
	margin-bottom: 40px;

}

#imgZoom{
	float: right;
	position: relative;
	top: -25px;
}

#imgZoom .fa{
	color: black;
}

ul#gallery{
	width: 180px;
	margin: 0 0 0 20px;
	float: left;
	padding: 0;
}

ul#gallery li{
	float: left;
	display: block;
	margin: 0 0 20px;
	padding: 0;
}

/* HOVER EFFECTS */


.blur {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 
.blur:hover {
	-webkit-filter: blur(5px);
}

.bw {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 
.bw:hover {
 	-webkit-filter: grayscale(100%);
}
.grow {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
 
.grow:hover {
	width: 400px;
	height: 400px;
}
.brighten {
	-webkit-filter: brightness(100%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	  transition: all 1s ease;
}
 
.brighten:hover {
	-webkit-filter: brightness(60%);
}


/* WOO MESSAGES */

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info,
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #fcfbfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfbfc), to(#f7f6f7));
    background: -webkit-linear-gradient(#fcfbfc, #f7f6f7);
    background: -moz-linear-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
    background: -moz-gradient(center top, #fcfbfc 0, #f7f6f7 100%);
    color: #5e5e5e;
    text-shadow: 0 1px 0 #fff;
    list-style: none !important;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, .05), inset 0 -2px 30px rgba(0, 0, 0, .015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, .05), inset 0 -2px 30px rgba(0, 0, 0, .015), inset 0 1px 0 #fff, 0 1px 2px rgba(0, 0, 0, .3);
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
    height: 2.5em;

}

/* PRODUCT GRID */

.woocommerce .products {
  list-style: none;

}

.woocommerce .products [class*="col-"]{

}

.woocommerce .products:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.woocommerce .products .product {
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto
}



.woocommerce .products .product img {
	float: none;
	margin: 0;
	max-width: 410px;
	min-height: 300px;
	-webkit-box-shadow: none;
	display: block;
	width: auto;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}


.woocommerce .products .product a:hover img{
    box-shadow: none;
    -webkit-box-shadow: none;
	opacity: 0.8;
}

.woocommerce .products .product h3{
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
    max-width: 200px;
}

.woocommerce .products div.product .price{
    color: black;
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 1em;
}

.woocommerce .products div.product .viewdetails a{
    color: black;
    margin-bottom: 0;
    font-size: 0.9em;
}

.woocommerce .products div.product .soon{
    color: black;
    margin-bottom: 0;
    font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
}

#retailersnote{
	margin-top: 20px;
}

#retailersnote a{
	color: #f58d39;
}

.retailers-uk #main .content h3{
	color: #f58d39;
	margin-bottom: 5px;
	font: normal 17px/1.1em 'HelveticaNeueLT65MediumRg';

}

/* SINGLE PRODUCT */

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: auto
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: auto;
	padding-left: 20px;
}

.woocommerce div.summary h1{
	color: black;
	font: normal 25px/32px 'HelveticaNeueLT55RomanBold';
}
.woocommerce div.product p.price{
    color: black;
    font-size: 1.5em
}

.woocommerce div.product p.price span.stock{
	color: #f58d39;
	font-size: 0.8em;
}

.woocommerce div.product div.images img, .woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s
}
#singleProduct {
	margin-bottom: 60px;
}

#singleProduct img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    width: 120px;
    margin-right: 0%
}

.thumbnails ul li a{
	width: 100%;
}



#prodtitle h1 {
	line-height: 1em;
}

#pagin {
	position: relative;
	top: -40px;
}

p.cta {
	color: black;
	line-height: 1.6em;
}

p.cta a {
	color: black;
}

p.cta span {
	color: #808285;
}

/* BASKET */

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 48%;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 35%;
	font-weight: normal;
	font-style: normal;
}

.cart_totals h2 {
	font-size: 26px;
}

/* RECENTLY VIEWED */

.relatedtabs .product {
	width: 120px !important;
}

.relatedtabs .product img {
	width: 100% !important;
	height: auto !important;
	min-height:10px !important;
}

.relatedtabs li.product a:hover img{
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* BUTTONS */

.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce #content input.button,
.woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button,
.woocommerce-page #respond input#submit, .woocommerce-page #content input.button {
	margin: 0;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 7px 10px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	left: auto;
	text-shadow: none;
	color: #5e5e5e;
	text-shadow: none;
	border: 1px none #c7c0c7;
	background: #cacaca;
	white-space: nowrap;
	display: inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	font: normal normal 100%/1em inherit !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover {
	background: #f58220;
	text-decoration: none;
	color: white;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt,
.woocommerce-page a.button.alt, .woocommerce-page button.button.alt,
.woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
    background: #f58220;
    color: #ffffff;
    text-shadow: none;
	border-style: none;
	font-weight: normal;
	font-style: normal;
}

.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
    background: #cacaca;
    color: black;
    text-shadow: none;
}

/* SOCIALS */

#socials a{
	padding-left: 3px;
	padding-right: 3px;
}

.fa {
	color: #f58220;
}

.fa:hover {
	color: #7e7f82;
}

/* SLIDER */

.tp-leftarrow.default {
	background:url(../media/prev.png) no-repeat 0 0;
	width:40px;
	height:80px;
}
.tp-rightarrow.default {
	background:url(../media/next.png) no-repeat 0 0;
	width:40px;
	height:80px;
}

/* NAVI */

.wp-pagenavi {
	clear: both;
	margin-bottom: 20px;
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 3px 5px;
	margin: 0;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* CONTENT */

.content a:link, .content a:visited {
	color: #f58220;
	text-decoration: underline;
}

.content a:hover, .content a:active {
	color: #000000;
	text-decoration: none;
}

h3.biglink {
	font-size: 2em;
	margin-bottom: 10px;
	display: block;
	line-height: 1em;
	margin-top: 0;
	padding: 0;
	font-weight: 300;
	font-style: normal;
}

/* BLOG LIST */

.post {
	padding-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #f2f2f0;
}

.post.first {
	padding-top: 0;
	border-top-style: none;
}

.post h2{
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1.2em;
	color: #3b3b3d;
}

.post h2 a{
	color: #3b3b3d;
}

.post p.author{
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}

.post .excerpt {
}

.post p.meta {
	margin: 0;
	padding: 0;
	clear: both;
	color: black;
	text-transform: uppercase;
	font-size: 0.8em;
}

.post img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* PAGING */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	width: auto;
	display: inline-block;
}
#nav-single .nav-next {
	padding-left: .5em;
}
#nav-single .nav-previous {
	padding-right: .5em;
}

/* BUTTONS */

.offerbtn {
	color: white;
	border-radius: 3px;
    background: #480a5e;
	font-weight: bold;
	font-size: 16px;
	line-height: 1em;
	padding: 0.6em 2em;
}

.btn {
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-primary {
	color: #fff;
	background: #f58220;
	border-color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #fff;
	background: #d8731c;
	border-color: #e8e8e8;
}

/* FORM */

.gform_wrapper .top_label .gfield_label {
	font-weight: normal !important;
}
.gform_wrapper textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-weight: normal;
}

.hideradio input[type="radio"],
.hideradio input[type="checkbox"] {
	display:none;
}

/* VOTE */

 .gfield_checkbox input {
	display: none;
}

.imagecheckboxes label,
.gform_wrapper .imagecheckboxes .gfield_checkbox li label{
	margin-left: 0;
}

.imagecheckboxes ul.gfield_checkbox li{
	float: left;
	margin-right: 10px;
}

.imagecheckboxes ul.gfield_checkbox li img{
	width:125px;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label img,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label img {
	/*
	border: 10px solid #eb2b8c;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	*/
	opacity:0.8;
}

/* MAP */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
} 

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

iframe {max-width: 100%;}

/* MAP */

.google-map-placeholder {
	border: none !important;
	margin-bottom: 15px;
}

img {
    pointer-events: none;
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 767px) 
and (orientation : landscape) {

	
}

/* Smartphones (portrait) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 641px) 
and (orientation : portrait) {
	
	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : landscape) {
	
	
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1023px) 
and (orientation : portrait) {
	
	
}

/* Wide laptops ----------- */
@media only screen 
and (min-width : 1200px) 
and (max-width : 1440px) 
{


	
}

/* Small Desktops and laptops ----------- */
@media only screen 
and (min-width : 320px) 
and (max-width : 1199px) 
{

		
}


/* Retina ----------- */

/*@media only screen and
(-webkit-min-device-pixel-ratio: 2)
{
	
	#logo {
		background-image: url(../media/logo@2x.png);
		background-size: 520px 130px;
	}

}*/


/* Retina iphones 5/6 ----------- */

/*@media only screen and
(-webkit-min-device-pixel-ratio: 2)
and (min-device-width : 320px)
and (max-device-width : 667px)   {
	
	#logo {
		width: 750px;
		height: 180px;
		background-image: url(../media/logo@2x.png);
		background-size: 750px 180px;
	}

}*/

#label_4_14_1 {
	padding-left: 15px !important;
}

#field_4_14 .gfield_label {
	display: none;
}