/* ==========================================================================
   Default set up section
   ========================================================================== */
*,
html,
body {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%; /* needed for container min-height */
  background: #f3ebe0;
  font-family: Century Gothic, sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 62.5%;
}

img {
  border: 0;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal {
  font-weight: normal;
}

.left {
  float: left;
}

.top5 {
  margin-top: 5px;
}

.bottom5 {
  margin-bottom: 5px;
}

.right {
  float: right;
}
.left {
  float: left;
}

/* ==========================================================================
   Text section
   ========================================================================== */
a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #4f4c4d;
}

a:focus {
  outline: none;
}

#content a {
  font-weight: bold;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

/* Headers
   ========================================================================== */
h1,
h2.large {
  font-family: "Arvo", serif;
  font-size: 2.3em;
  line-height: 1.1em;
  color: #000;
  padding-bottom: 5px;
  font-weight: bold;
}

h1,
.dotted {
  border-bottom: 1px #000000 dotted;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

h1#site_name {
  border-bottom: 0;
}

h2.small,
h3 {
  font-size: 1.9em;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  font-family: "Arvo", serif;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

h4 {
  font: 1.5em;
  line-height: 1em;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

p,
ul,
ol {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

ul {
  list-style: disc outside;
  margin-left: 30px;
}

ol {
  list-style: decimal outside;
  margin-left: 21px;
}
/* ==========================================================================
   Page layout section
   ========================================================================== */
#body {
  background-color: #ffffff;
}

#container {
  position: relative; /* needed for footer positioning*/
  margin: 0 auto; /* center, not in IE5 */
  max-width: 901px;
  height: auto !important; /* real browsers */
  height: 100%; /* IE6: treaded as min-height*/
  min-height: 100%; /* real browsers */
  background-image: url("/img/background.png");
}

#header {
  max-width: 871px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 5px 10px;
  background-image: url("/img/wood_pattern.png");
  border-bottom: 1px solid #fff;
  color: #fff;
}

#header_bottom {
  max-width: 891px;
  margin-left: auto;
  margin-right: auto;
  height: 8px;
  background-image: url("/img/header_bottom.png");
}

#content {
  padding: 10px 25px 100px 25px; /* bottom padding for footer */
  max-width: 831px;
  margin-left: auto;
  margin-right: auto;
}

#footer_top {
  width: 891px;
  margin-left: auto;
  margin-right: auto;
  height: 10px;
  background-image: url("/img/footer_top.png");
}

#footer {
  position: absolute;
  width: 891px;
  margin-left: 5px;
  bottom: 0; /* stick to bottom */
  background-image: url("/img/wood_pattern.png");
}

.full_width {
  width: 100%;
  float: left;
}

/* ==========================================================================
   Header section
   ========================================================================== */
#header {
  text-shadow: 2px 2px 2px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  font-weight: bold;
  font-family: "Arvo", serif;
}

#header a {
  color: #ffffff;
}

#header_contact {
  float: left;
  padding-top: 170px;
  width: 171px;
  height: 72px;
  padding-left: 25px;

  /*sale banner
	background: url('/img/sale-winter.png') no-repeat center 10px;*/
}

._products_special_offer #header_contact {
  background: unset;
}
#header_contact p {
  font-size: 1.5em;
  text-align: center;
}

h1#site_name {
  margin-bottom: 0px;
}

#site_name a {
  height: 242px;
  width: 289px;
  margin: auto;
  display: block;
  background: url("/img/logo.png") left top no-repeat;
  text-indent: -10000px;
}

#header_brochure {
  padding-top: 55px;
  text-transform: uppercase;
  float: right;
}

#header_brochure a {
  background: center url("/img/pdf_logo.png") no-repeat;
  font-size: 1.5em;
  width: 135px;
  height: 55px;
  text-align: center;
  display: block;
  padding: 117px 25px 0px 36px;
}

/* ==========================================================================
   Nav section
   ========================================================================== */
#nav {
  height: 40px;
  max-width: 891px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #422f05;
  text-transform: uppercase;
  background: url("/img/nav.png") repeat-x;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 1.6em;
  font-family: "Arvo", serif;
  font-weight: bold;

  text-shadow: 0 1px rgba(255, 255, 255, 0.5); /*http://www.patisseriecyclisme.com/news/charcuterie-cyclisme/ */
  /*text-shadow: 1px 1px 0px #fff; http://stylizedweb.com/2009/10/22/how-to-create-inset-text-with-css3/ */
}

#nav li {
  display: inline-block;
  float: left;
}

#nav li {
  width: 11.5%;
}

#nav li#fsv {
  width: 19%;
}

#nav a {
  float: left;
  width: 100%;
  margin: 7px 0px 7px 0px;
  color: #683d1b;
  text-decoration: none;
  text-align: center;
  line-height: 1.8em;
  border-right: 1px solid #644d23;
  border-left: 1px solid #d4b394;
}

#nav li:last-child a {
  border-right: 0px;
}

#nav .active a,
#nav .active a:hover {
  color: #000;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

#nav a:hover {
  color: #ddb082;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   Home section
   ========================================================================== */
.sale_banner {
  /*
	display: none;	
	color: #c2001b;
	text-align: center;
	line-height: 2em;*/
}

#col_one_home {
  max-width: 54%;
  float: left;
  margin-bottom: 20px;
}

#col_two_home {
  max-width: 40%;
  margin-left: 6%;
  float: right;
}

#front_banner {
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  float: left;
}

#front_banner p {
  font-size: 1.5em;
  max-width: 275px;
  margin: auto;
  text-align: center;
  line-height: 1.1em;
}

#front_banner a {
  text-decoration: none;
  font-weight: normal;
}

#front_banner a:hover {
  text-decoration: underline;
}

#front_banner h3 {
  max-width: 340px;
  text-align: center;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}

#homepage_scroller {
  width: 100%;
  float: left;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 5px;
  color: #f4f4f4;
}

#homepage_scroller p {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.slideshow {
  width: 80%;
  margin: 0% 10% 0% 10%;
  text-align: center;
}

.slideshow img,
.slideshow a {
  width: 100%;
  height: auto;
}

#homepage_scroller_bottom {
  width: 100%;
  padding-top: 80%;
} /*this change*/

#homepage_scroller a {
  float: left;
  padding-top: 5%;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: bold;
  text-decoration: none;
}

#homepage_scroller a:hover {
  text-decoration: underline;
}

.horizontal_scroller_holder {
  width: 95%;
  margin-left: 5%;
}

.horizontal_scroller {
  position: relative;
  height: 17px;
  margin-top: 27px;
  margin-bottom: 27px;
  max-width: 5%;
  padding-left: 95%;
  display: block;
  overflow: hidden;
  float: left;
}

.scrollingtext {
  position: absolute;
  white-space: nowrap;
}

.horizontal_scroller ul {
  display: inline;
  font-size: 1.3em;
  list-style: none;
}

.horizontal_scroller ul li {
  float: left;
  padding-right: 15px;
}

.horizontal_scroller ul li span {
  font-weight: bold;
}

#feedback {
  height: 74px;
  width: 100%;
  background-color: #f4f4f4;
}

#feedback_left,
#feedback_right {
  width: 20px;
  height: 74px;
}

#feedback_left {
  background: url("/img/feedback_left.png") no-repeat;
  float: left;
}

#feedback_right {
  background: url("/img/feedback_right.png") no-repeat;
  float: right;
}

#homepage_read_all {
  text-transform: uppercase;
  float: right;
  font-size: 1.1em;
  margin-top: 10px;
}

/* ==========================================================================
   Products section
   ========================================================================== */
/* Products Carousel
   ========================================================================== */
.jcarousel-skin-tango .jcarousel-container {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 90%;
  padding: 10px 40px 15px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
  width: 75px;
  height: 245px;
  padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
  height: 140px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
  width: 75px;
  height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 100px;
  height: 140px;
  text-align: center;
  font-size: 1.1em;
  font-family: "Arvo", serif;
}

#content .jcarousel-skin-tango .jcarousel-item a {
  text-decoration: none;
  color: #c7c7c7;
  display: block;
  width: 100px;
  padding-top: 95px;
}

#content .jcarousel-skin-tango .active.jcarousel-item a,
#content .jcarousel-skin-tango .jcarousel-item a:hover {
  color: #000;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 40px;
  background-image: no-repeat !important ;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/* Buttons
   ========================================================================== */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 43px;
  right: 5px;
  width: 28px;
  height: 51px;
  cursor: pointer;
  background: transparent url(/img/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(/img/next.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background-position: -0px -51px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  background-position: -0px -102px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -0px -153px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 43px;
  left: 5px;
  width: 28px;
  height: 51px;
  cursor: pointer;
  background: transparent url(/img/previous.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: -0px -51px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: 0px -102px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: 0px -153px;
}

#content a.shadow_button {
  float: right;
  margin-top: -1px;
  font-family: "Arvo", serif;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 70px;
  height: 27px;
  font-size: 1.1em;
  line-height: 2.6em;
  background: url("/img/enquire.png") center repeat-x;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 1px 1px #999999; /* 4a360e */
  -webkit-box-shadow: 1px 1px 1px #999999;
  box-shadow: 1px 1px 1px #999999;
}

#content a.shadow_button:hover {
  color: #000;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#product_details,
#products {
  float: left;
}

#product_details {
  width: 28%;
}

#products h3 {
  float: left;
  width: 100%;
}

#products {
  width: 67%;
  margin-left: 5%;
}

#products p {
  display: block;
  float: left;
}

#products #front_banner p {
  max-width: 380px;
  float: none;
  font-size: 1.3em;
  font-weight: bold;
}

#product_details p:first-child {
  font-weight: bold;
}

#product_details h3 {
  font-size: 1.4em;
}

.product_holder {
  float: left;
  text-align: center;
}

.product_holder.right {
  float: right;
}

table.prices_table {
  width: 100%;
}

table.prices_table.two {
  margin-bottom: 15px;
}

table.prices_table thead {
  position: sticky;
  top: 0;
}

table.prices_table th,
table.prices_table td {
  font-size: 1.3em;
  text-align: center;
  padding: 4px 2px;
}

table.prices_table th {
  font-weight: bold;
  background-color: #f4f4f4;
  width: 12.5%;
}

table.prices_table td {
  background-color: #f4f4f4;
  width: 12.5%;
}

table.prices_table th.wider {
  width: 15%;
}

table.prices_table td.footer {
  background-color: #ababab;
  color: #fff;
  font-weight: bold;
}

table.prices_table tr.alt {
  background-color: #e9e9e9;
}

table.prices_table td.footer span {
  text-transform: uppercase;
  padding: 0px 10px 0px 10px;
  font-size: 1.1em;
}

#products p.mobile-warning {
  display: none;
  font-family: "Arvo", serif;
  font-size: 2em;
  line-height: 1.1em;
  color: #000;
  padding: 10px;
  font-weight: bold;
}

#product_intro,
.product_holder {
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.product_holder.cladding {
  width: 48%;
  font-size: 20px;
  float: left;
}

@media only screen and (max-width: 800px) {
  .product_holder.cladding {
    width: 100%;
  }
}

.product_holder.cladding:first-child {
  padding-top: 0;
}

.product_holder.cladding p {
  text-transform: none;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
}

#product_intro.warning {
  font-size: 1.1em;
  color: #f00;
}

.product_holder {
  padding-left: 10px;
  margin-bottom: 10px;
}

#product_intro {
  width: 100%;
  margin-bottom: 10px;
}

/* ==========================================================================
   About section
   ========================================================================== */
.about_col1,
.about_col2 {
  float: left;
}

.about_col1 {
  width: 45%;
  margin-right: 5%;
}

.about_col2 {
  width: 50%;
}

.about_col1 p:first-child {
  font-size: 1.7em;
  font-weight: bold;
}

.about_col2 img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* ==========================================================================
   News section
   ========================================================================== */
.news_col1,
.news_col2,
.list_news_col1 {
  float: left;
}

.list_news_col2 {
  float: right;
}

.list_news_col1 {
  width: 100%;
  border-bottom: 1px #000000 dotted;
  padding: 5px 0px 5px 0px;
}

.list_news_col2 {
  width: 150px;
  padding-left: 20px;
}

.news_col1 {
  width: 45%;
  margin-right: 5%;
}

.news_col2 {
  width: 50%;
}

.news_col1 p.intro {
  font-size: 1.7em;
  font-weight: bold;
}

.news_date_list {
  font-size: 1.2em;
  font-style: italic;
}

.news_date {
  font-size: 1.3em;
  font-style: italic;
  margin-bottom: 10px;
}

.news_col2 img,
.list_news_col2 img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* ==========================================================================
   Feedback section
   ========================================================================== */
.colfb_1,
.colfb_2 {
  margin-bottom: 20px;
}

.colfb_1 {
  width: 27%;
  margin-right: 5%;
  float: left;
}

.colfb_2 {
  width: 68%;
  float: right;
}

#customer_feedback {
  background-color: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
}

#customer_feedback h1 {
  margin: 10px;
  padding-top: 10px;
}

ul#feed_back_list {
  border-top: 1px #000000 dotted;
}

ul#feed_back_list,
ul#area_feed_back_list {
  width: 95%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}

#feed_back_list li,
#area_feed_back_list li {
  list-style: none;
  border-bottom: 1px #000000 dotted;
  padding: 5px 0px 5px 0px;
}

#feed_back_list li a {
  font-weight: normal;
  text-decoration: none;
}

#feed_back_list li a:hover {
  text-decoration: underline;
}

#areas_list {
  margin: 0;
}

#areas_list li {
  list-style: none;
}

#areas_list li.active a {
  text-decoration: underline;
  color: #683d1b;
}

li span.job_no {
  font-size: 0.8em;
}

span.quote {
  font-weight: bold;
  font-style: italic;
}

#pagination_holder {
  height: 40px;
  width: 100%;
  background: url("/img/nav.png") repeat-x;
  font-size: 1.2em;
  font-family: "Arvo", serif;
  font-weight: bold;
  color: #683d1b;
  line-height: 3.1em;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#pagination {
  width: 90%;
  margin: auto;
  float: left;
  text-align: center;
}

#pagination_holder a {
  color: #683d1b;
  text-decoration: none;
}

#pagination_holder a:hover {
  color: #ddb082;
}

#paginator {
  display: inline;
}

.current,
#pagination_holder a.asc,
#pagination_holder a.desc {
  text-decoration: underline;
}

.spacer {
  width: 10px;
}

.doublespacer {
  width: 15px;
}

.spacer,
.doublespacer {
  display: inline-block;
}

.customer_feedback_menu h2 {
  margin-top: 10px;
}

.customer_feedback_menu_holder {
  width: 50%;
  float: left;
}

/* ==========================================================================
   Conatct section
   ========================================================================== */
.col_con_first,
.col_con_second,
.col_con_third {
  float: left;
}

.col_con_second {
  width: 38%;
}
.col_con_third {
  width: 31.5%;
}

.col_con_first {
  width: 20%;
}

.col_con_second,
.col_con_third {
  margin-left: 5.25%;
}

.col_con_third p {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 5px;
}

.col_con_second label,
.message,
.error-message {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
}

.input {
  margin-top: 10px !important;
}

.message,
.error-message {
  color: #fb0303;
}

.col_con_second input,
.col_con_second textarea {
  background: #fff;
  border: 1px solid #b2b2b2;
  padding: 1px 0px 1px 0px;
  color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}

.col_con_second input.send_message {
  font-size: 1.5em;
  font-weight: bold !important;
  cursor: pointer;
  float: right;
  width: 60%;
  background-color: #f4f4f4;
}

.openings {
  margin-bottom: 10px;
}

.openings p {
  margin-bottom: 0px;
}

p.contact_contact_details {
  font-size: 1.7em;
  font-weight: bold;
}

#recaptcha_area,
#recaptcha_table {
  margin: 10px auto;
}

/* ==========================================================================
   Site map section
   ========================================================================== */
#site_map a {
  display: block;
  text-decoration: none;
}

ul#site_map {
  margin: 0px;
}

#site_map li,
.products_list li {
  font-size: 1.1em;
  line-height: 1.4em;
}

#site_map li {
  list-style: none;
  margin-bottom: 5px;
  border-bottom: 1px dotted #000;
}

.products_list li {
  list-style: outside disc;
  border-bottom: 0px;
}

.products_list li:hover {
  color: #4f4c4d;
}

ul.products_list {
  margin-left: 20px;
  font-size: 0.9em;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer,
#footer a {
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  filter: dropshadow(color=#000, offx=4, offy=4);
}

#footer_holder {
  padding: 10px 20px 10px 20px;
}

#footer_social img {
  margin-top: 15px;
}

#footer_social,
#footer_fsb {
  width: 110px;
  height: 52px;
  float: left;
}

#footer_fsb,
#footer_fsb img {
  float: right;
}

#footer_center {
  max-width: 631px;
  margin: auto;
  float: left;
  text-align: center;
}

#footer_menu {
  max-width: 550px;
  margin: 0px auto 0px auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.3em;
}

#footer_menu ul li {
  display: inline;
  float: left;
}

#footer_menu ul li a {
  padding-right: 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
}

#footer_menu ul li:first-child a {
  border-left: 0px;
  padding-left: 0px;
}

p#footer_address {
  max-width: 631px;
  font-size: 1.1em;
  float: left;
}
/* ==========================================================================
   Rating section
   ========================================================================== */
#reviews {
  margin: 0;
  font-size: 1em;
  list-style: none;
}

#reviews li {
  border-top: 1px #000000 dotted;
  padding: 5px 0;
}

#reviews li:last-child {
  border-bottom: 1px #000000 dotted;
}

.rating {
  margin-bottom: 10px;
}

#feed_back_list .rating {
  float: right;
  padding-left: 10px;
}

.rating > span {
  display: inline-block;
  width: 1.1em;
  position: relative;
  font-size: 1.8em;
}

#feed_back_list .rating > span {
  font-size: 1.2em;
}

.rating.one > span.one,
.rating.two > span.one,
.rating.two > span.two,
.rating.three > span.one,
.rating.three > span.two,
.rating.three > span.three,
.rating.four > span.one,
.rating.four > span.two,
.rating.four > span.three,
.rating.four > span.four,
.rating.five > span.one,
.rating.five > span.two,
.rating.five > span.three,
.rating.five > span.four,
.rating.five > span.five {
  color: transparent;
}

#reviews h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #000;
  font-family: "Arvo", serif;
  margin-bottom: 10px;
  font-weight: normal;
}

#reviews h4 span {
  font-weight: bold;
}

#reviews p {
  margin-bottom: 5px;
}

.rating.one > span.one:before,
.rating.two > span.one:before,
.rating.two > span.two:before,
.rating.three > span.one:before,
.rating.three > span.two:before,
.rating.three > span.three:before,
.rating.four > span.one:before,
.rating.four > span.two:before,
.rating.four > span.three:before,
.rating.four > span.four:before,
.rating.five > span.one:before,
.rating.five > span.two:before,
.rating.five > span.three:before,
.rating.five > span.four:before,
.rating.five > span.five:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: gold;
}

#checkatrade-logo {
  margin-top: 20px;
  font-size: 1.3em;
  float: left;
}

/* ==========================================================================
   Product pop up section
   ========================================================================== */
#pop-up {
  position: fixed;
  width: 400px;
  z-index: 10000;
  height: 390px;
  color: #000;
  right: 0;
  left: 0;
  margin-left: 50%;
  bottom: -400px;
  background: #f4f4f4;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 0px -1px 30px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px -1px 30px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px -1px 30px 0px rgba(50, 50, 50, 0.75);
}

.slide-up {
  bottom: 0px !important;
}

.slide-down {
  bottom: -310px !important;
}

#pop-up h4 {
  background: #452c0c;
  color: #fff;
  font-size: 2em;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 20px;
}

#pop-up form {
  padding: 10px 20px;
}

#pop-up input,
#pop-up textarea {
  background: #fff;
  border: 1px solid #b2b2b2;
  padding: 1px 0px 1px 0px;
  color: #000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  width: 100%;
}

#pop-up label {
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
}

#pop-up input.send_message {
  padding: 5px;
  margin-top: 5px;
  font-size: 1.5em;
  font-weight: bold !important;
  cursor: pointer;
  float: right;
  width: auto;
  background-color: #f4f4f4;
}

#pop-up-close {
  display: inline-block;
  position: absolute;
  padding: 6px;
  border-radius: 20px;
  right: 12px;
  top: 12px;
  color: #452c0c;
  background: #fff;
  font-size: 1em;
  line-height: 0.7em;
  border: 2px solid #fff;
}

#pop-up-close {
  display: inline-block;
  position: absolute;
  padding: 6px;
  border-radius: 20px;
  right: 12px;
  top: 12px;
  color: #452c0c;
  background: #fff;
  font-size: 1em;
  line-height: 0.7em;
  border: 2px solid #fff;
}

#content #pop-up-close:hover {
  color: #fff;
  background: #452c0c;
  font-size: 1em;
  line-height: 0.7em;
  text-decoration: none;
}

#pop-up .error {
  color: #f00;
}

#winter-sale h3 {
  float: none;
  width: 100%;
  color: #e90000;
  text-align: center;
  margin-bottom: 20px;
  font-size: 4em;
}

#winter-sale h3 a {
  float: none;
  width: 100%;
  color: #e90000;
  text-decoration: underline;
}

#winter-sale h3 a:hover {
  text-decoration: none;
}

#closed-banner {
  padding: 20px 20px 0 20px;
}

#closed-banner h1 {
  color: #e90000;
  text-align: center;
  font-size: 2.5em;
}

#closed-banner h3 {
  color: #000;
  text-align: center;
  margin: 20px;
  font-size: 2em;
}

#closed-banner h3 a {
  color: #e90000;
  text-decoration: underline;
}

#closed-banner h3 a:hover {
  text-decoration: none;
}

.xmas-opening {
  font-size: 1.4em;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.xmas-opening thead tr th {
  font-size: 1.6em;
  padding: 0 0 10px;
}

.xmas-opening tbody tr {
  border-top: 1px #000000 dotted;
}

.xmas-opening tbody td {
  padding: 5px 5px 5px 0;
}

.xmas-opening tbody tr td:nth-child(2),
.xmas-opening tbody tr td:nth-child(4) {
  color: #e90000;
}

.products-push {
  margin: 25px 0 0 0;
}

#products-push {
  margin: 0;
  padding: auto;
}

#products-push li {
  width: 24%;
  margin-left: 0;
  display: inline-grid;
  background-size: 60% !important;
  background-position: center bottom !important;
  margin-bottom: 50px;
}

@media only screen and (max-width: 700px) {
  #products-push li {
    width: 32%;
  }
}

@media only screen and (max-width: 420px) {
  #products-push li {
    width: 49%;
  }
}

#products-push a {
  vertical-align: text-top;
  display: inline-block;
  height: 150px;
  text-align: center;
  font-size: 20px;
}

#products-push .active a {
  border: 1px solid #9190904d;
}

@media only screen and (max-width: 901px) {
  #pop-up {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 550px) {
  #pop-up {
    display: none;
  }
}

/* ==========================================================================
   Responsive section
   ========================================================================== */
@media only screen and (max-width: 901px) {
  #container {
    background-image: none;
    background-color: #ffffff;
  }
  #content {
    padding: 10px 15px 100px 15px;
  }
  #header_bottom,
  #footer_top {
    display: none;
  }
  #footer {
    margin-left: 0px;
    width: 100%;
  }

  #nav a {
    width: 99.35%;
    border-right: 1px solid #644d23;
    border-left: 0;
  }
  #nav {
    border-bottom: 2px solid #422f05;
  }
  .col_con_first {
    width: 45%;
  }
  .col_con_second {
    margin-left: 5%;
    width: 50%;
  }
  .col_con_third {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 20px;
  }
  #footer_holder {
    padding: 0;
    width: 95%;
    margin: 2.5%;
  }
  #footer_center {
    max-width: 70%;
  }
  #footer_social,
  #footer_fsb {
    width: 15%;
  }
}
@media only screen and (max-width: 800px) {
  .colfb_1,
  .colfb_2 {
    width: 100%;
  }

  .customer_feedback_menu_holder {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 750px) {
  #nav ul {
    font-size: 1.2em;
  }
  #nav a {
    line-height: 2.4em;
  }
}

@media only screen and (min-device-width: 671px) and (max-width: 750px) {
  #site_name a {
    background-size: 90%;
    background-position: right;
  }
  /*sale banner
	#header_contact {background-size: 70%;
		background-position: 40px 30px; }*/
}

@media only screen and (max-width: 700px) {
  .about_col1,
  .about_col2,
  .news_col1,
  .news_col2 {
    float: none;
    width: 100%;
  }
  #content {
    padding: 10px 10px 150px 10px;
  }
  #col_one_home {
    max-width: 100%;
  }
  #col_two_home {
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-left: 0;
  }
  #homepage_scroller {
    margin-bottom: 15px;
  }
  #product_details,
  #products {
    width: 100%;
    margin: 0;
  }
  .spacer,
  .doublespacer {
    width: 5px;
  }
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 10px 7% 15px 7%;
  }
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 86%;
  }
}

@media only screen and (max-width: 660px) {
  .col_con_first,
  .col_con_second {
    width: 100%;
    margin-left: 0;
  }
  .col_con_third {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .col_con_second {
    padding-top: 20px;
  }

  .col_con_second input.send_message {
    width: 100%;
  }
}

@media only screen and (min-device-width: 601px) and (max-width: 670px) {
  #site_name a {
    background-size: 70%;
    background-position: 60px;
  }

  /*sale banner
	#header_contact {background-size: 50%;
		background-position: 60px; }*/
}

@media only screen and (min-device-width: 501px) and (max-width: 600px) {
  #header_brochure a,
  #header_contact p {
    font-size: 1.2em;
  }
  #header_brochure a {
    width: 109px;
  }
  #header_contact {
    padding-left: 10px;
  }

  /*sale banner
	#header_contact { background-size: 60%;
		background-position: 30px; }*/

  #header_brochure a {
    background: 60px url("/img/pdf_logo.png") no-repeat;
    padding-right: 10px;
  }

  #nav ul {
    font-size: 1.1em;
  }
  #nav li {
    width: 13.75%;
  }
  #nav li#fsv {
    width: 17.5%;
  }
}

@media only screen and (max-width: 550px) {
  #nav {
    height: 292px;
    margin-bottom: 10px;
  }
  #nav ul {
    font-size: 1.8em;
    background: none;
  }
  #nav li,
  #nav li#fsv {
    width: 100%;
  }
  #nav a {
    width: 100%;
    height: 40px;
    background: url("/img/nav.png") repeat-x;
    border-right: 0;
    border-left: 0;
    margin: 0;
    border-bottom: 2px solid #422f05;
  }
}

@media only screen and (max-width: 500px) {
  #header {
    padding: 0px;
  }
  #site_name a {
    background-size: 85%;
    background-position: center;
  }
  #site_name {
    position: absolute;
    margin: auto;
    top: 0;
    width: 100%;
  }
  #header_brochure,
  #orderby_job,
  #orderby_area {
    display: none;
  }
  #header_contact {
    margin: auto;
    width: auto;
    height: auto;
    float: none;
    padding: 0;
    text-align: center;
    padding-top: 220px;

    /*sale banner 
			z-index: 100;
			position: relative;
			background-size: 30%;
			background-position: left;*/
  }

  #header_contact p {
    font-size: 1.6em;
  }

  #table-wrapper {
    position: relative;
  }

  #table-scroll {
    height: 500px;
    overflow: auto;
    margin-top: 20px;
  }

  .product_holder img {
    max-width: 100%;
  }
  .product_holder.right {
    float: left;
  }
  h1,
  h2.large {
    font-size: 2em;
  }
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 10px 11% 15px 11%;
  }
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 78%;
  }
  .jcarousel-skin-tango .jcarousel-next-horizontal {
    width: 24px;
  }
  .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
    background-size: 75px 75px;
  }
  .jcarousel-skin-tango .jcarousel-item {
    width: 75px;
  }
  #content .jcarousel-skin-tango .jcarousel-item a {
    width: 75px;
    padding-top: 75px;
  }
  .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 105px;
  }
  .jcarousel-skin-tango .jcarousel-item {
    font-size: 1em;
    background-size: 100% !important;
  }
  .spacer,
  .doublespacer {
    width: 3px;
  }
}

@media only screen and (max-width: 420px) {
  /*sale banner
		#header_contact{ background-size: 40%;
			background-position: -12px 105px;} */

  #content {
    padding: 10px 10px 150px 10px;
  }
  .col_con_first,
  .col_con_second {
    width: 100%;
    margin-left: 0;
  }
  .col_con_third {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .col_con_second {
    padding-top: 20px;
  }
  .horizontal_scroller {
    padding-left: 90%;
  }
  #col_two_home {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .spacer,
  .doublespacer {
    width: 2px;
  }
  #pagination {
    width: 87%;
  }
}

@media only screen and (device-width: 768px) {
  table.prices_table th,
  table.prices_table td {
    font-size: 1.3em;
  }
}

.glider.draggable .glider-slide img {
  margin: auto;
  display: block;
}

.glider.draggable .glider-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1%;
  color: white;
  font-size: 75px;
}

.glider,
.glider-contain {
  margin: 20px auto;
  position: relative;
}
.glider,
.glider-track {
  transform: translateZ(0);
}
.glider-dot,
.glider-next,
.glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}
.glider-contain {
  width: 100%;
}
.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}
.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
  position: relative;
}
.glider-slide img {
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-next,
.glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
    color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
  color: #ccc;
}
.glider-next {
  right: -23px;
  left: auto;
}
.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}
.glider-hide {
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}
.glider-dot:focus,
.glider-dot:hover {
  background: #ddd;
}
.glider-dot.active {
  background: #a89cc8;
}
@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
