/* General */
html {
	height: 100%;
}
body {
  font-family: "Helvetica", sans-serif, "Open Sans";
  font-size: 12px;
  line-height: 180%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #666;
}
  .black {
    background-color: #111;
    color: #ccc;
  }
p a, p a:visited, .black p a, .black p a:visited {
  color: #3B6FB0;
  text-decoration: none;
  /* font-weight: 600; */
}
  p a:hover {
    color: #234775;
  }
    .black p a:hover {
      color: #517ED5;
    }
  p.big {
    font-size: 13px;
  }
a, a:visited, a:hover {
  color: #333;
}
  .black a, .black a:visited, .black a:hover {
    color: #fff;
  }
  h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited {
    color: inherit;
  }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #333;
  }

/* Header, navigation, logo */
header {
  text-align: center;
  line-height: 50px;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  padding-bottom: 5px;
}

  #slideshow header, .black header {
    position: relative;
    z-index: 10;
    border-bottom: 1px dotted rgba(255,255,255,0.15);
  }
	
	#noslideshow header, .black header {
    position: relative;
    z-index: 10;
    border-bottom: 1px dotted rgba(102,102,102,0.15);
  }
  header nav {
    display: inline-block;
    margin-top: 10px;
  }
    header nav ul {
    }
      header nav li {
        display: inline-block;
        line-height: 24px;
      }
        header nav a {
          font-size: 15px;
          display: inline-block;
          padding: 10px 15px;
          margin: 0 20px;
          border: 1px solid rgba(255,255,255,0);
          /* font-weight: bold; */
          text-decoration: none;
          text-transform: normal;
          -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
          -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
        }
          #slideshow header nav a {
            /* text-shadow: 0 1px 3px #000; */
            color: #fff;
          }
          #slideshow header nav a:hover {
              border-color: rgba(255,255,255,0.15);
            }
					#noslideshow header nav a {
            /* text-shadow: 0 1px 3px #000; */
            color: #000;
          }
          #noslideshow header nav a:hover {
              border-color: rgba(102,102,102,0.15);
            }	
          #content header nav a {
            color: #333333;
          }
            .black #content header nav a {
              color: #fff;
            }
            #content header nav a:hover, #content header nav a.selected {
              border-color: rgba(0,0,0,0.15);
            }
              .black #content header nav a:hover {
                border-color: rgba(255,255,255,0.15);
              }
            
  header h1 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: -25px;
  }
    #slideshow header h1 {
      text-shadow: 0 1px 3px #000;
    }
	  #noslideshow header h1 {
      text-shadow: 0 1px 3px #000;
    }
    header h1 a {
      display: inline-block;
      text-decoration: none;
      width: 250px;
      height: 50px;
    }
      #slideshow header h1 a {
        color: #fff;
        background: url('http://www.goingsmart.net/helwig/images/helwig_trans_logo_white.png') no-repeat top left;
      }
			#noslideshow header h1 a {
        color: #333;
        background: url('http://www.goingsmart.net/helwig/images/helwig_trans_logo_black.png') no-repeat top left;
      }
      #content header h1 a {
        color: #333;
        background: url('http://www.goingsmart.net/helwig/images/helwig_trans_logo_black.png') no-repeat top left;
      }
        .black #content header h1 a {
          color: #fff;
        }


footer {
  text-align: center;
  line-height: 100px;
  border-top: 1px dotted rgba(0,0,0,0.15);
  padding-top: 14px;
}
  #slideshow footer, .black header {
    position: relative;
    z-index: 10;
    border-top: 1px dotted rgba(255,255,255,0.15);
  }
	#noslideshow footer, .black header {
    position: relative;
    z-index: 10;
    border-top: 1px dotted rgba(102,102,102,0.15);
  }
	
  footer nav {
    display: inline-block;
    margin-top: 55px;
  }
    footer nav ul {
    }
      footer nav li {
        display: inline-block;
        line-height: 24px;
      }
        footer nav a {
          display: inline-block;
          padding: 20px 25px;
          margin: 0 20px;
          border: 1px solid rgba(255,255,255,0);
          /* font-weight: bold; */
          text-decoration: none;
          text-transform: normal;
          -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
          -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s;
        }
          #slideshow footer nav a {
            /* text-shadow: 0 1px 3px #000; */
            color: #fff;
          }
            #slideshow footer nav a:hover {
              border-color: rgba(255,255,255,0.15);
            }
					 #noslideshow footer nav a {
            /* text-shadow: 0 1px 3px #000; */
            color: #000;
          }
            #noslideshow footer nav a:hover {
              border-color: rgba(102,102,102,0.15);
            }	
						
          #content footer nav a {
            color: #333;
          }
            .black #content footer nav a {
              color: #fff;
            }
            #content footer nav a:hover, #content footer nav a.selected {
              border-color: rgba(0,0,0,0.15);
            }
              .black #content footer nav a:hover {
                border-color: rgba(255,255,255,0.15);
              }



/* Slideshow */
#slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 5;
  background: url('https://www.funrez.com/site_4_helwigwinery/images/slideshow_background.png') repeat;
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.6); box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
  .slideshow_image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 6;
  }
  .slideshow_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: rgba(0,0,0,0.5);
  }
	
	/* No Slideshow */
#noslideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 5;
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.6); box-shadow: 0px 2px 4px rgba(0,0,0,0.6);
}
  .noslideshow_image {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 6;
  }
  .noslideshow_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: rgba(0,0,0,0.5);
  }
	
  .slide_info {
    position: absolute;
    bottom: 5%;
    width: 100%;
    margin: 0 0 80px 0;
    z-index: 10;
    text-align: left;
  }
    .slide_info h2 {
      color: #fff;
      width: 930px;
      margin: 0 auto;
      font-size: 18px;
      line-height: 28px;
      font-weight: 300;
      text-shadow: 0 1px 3px #000;
      text-transform: uppercase;
    }
    .slide_info p {
      width: 930px;
      margin: 0 auto;
      color: #fff;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      text-shadow: 0 1px 3px #000;
      line-height: 15px;
    }
  .slide_info_hover {
    position: absolute;
    bottom: 85px;
    display: inline-block;
    opacity: 0;
    z-index: 10;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
  }
  .slides {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    line-height: 85px;
    background: url('https://www.funrez.com/site_4_helwigwinery/images/slides.png') repeat-x;
    z-index: 10;
  }
    .slides ul {
      position: relative;
      left: 0;
      padding: 0 10px;
      margin: 0 auto;
      width: 9999px;
      display: block;
    }
      .slides li {
        position: relative;
        line-height: 0;
        margin: 0 15px;
        display: inline-block;
        -moz-box-shadow: 0 1px 4px #000; -webkit-box-shadow: 0 1px 4px #000; box-shadow: 0 1px 4px #000;
        -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;    
      }
        .slides li:hover {
          -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);
        }
        .slides li img {
          width: 75px;
          height: 50px;
        }
        .slides li[data-type="video"] a:after {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: url('https://www.funrez.com/site_4_helwigwinery/images/video.png') center no-repeat;
        }
        .slides .progress {
          display: block;
          width: 0%;
          height: 3px;
          position: absolute;
          bottom: 0;
          background-color: rgba(255,255,255,0.15);
        }
#content {
  position: relative;
  z-index: 1;
}

/* Typography */
h1, h2, h3, h4 {
  font-weight: 700;
  color: #333;
}
  .black h1, .black h2, .black h3, .black h4 {
    color: #fff;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 30px;
  }
    h3.spaced {
      margin-bottom: 15px;
    }
  h4 {
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 10px;
  }
    .black h4 {
      color: #999;
    }

/* Grid */
.container, section {
  width: 960px;
  padding: 6px 0;
  margin: 0 auto;

}
.mobile {
  width: 480px;
  padding: 2px 0;
  margin: 0 auto;
	background-color: #FFFFFF;
}

#directionsPanel {
  max-width: 475px;
  padding: 2px 0;
  margin: 0 auto;
}
.banner {
  float: left;
  margin: 2px 2px 2px 2px;
  width: 310px;
	background-color: #e9dbbb;
}
	
.full, .one_quarter, .one_third, .one_half, .two_thirds {
  float: left;
  margin: 150px 15px;
}
  .full {
    width: 930px;
  }
  .one_quarter {
    width: 210px;
  }
  .one_third {
    width: 290px;
  }
  .one_half {
    width: 450px;
  }
    .one_half .one_quarter.first {
      margin-left: 0;
    }
    .one_half .one_quarter.last {
      margin-right: 0;
    }
    .one_half .one_quarter.top {
      margin-top: 0;
    }
  .two_thirds {
    width: 610px;
  }
  .three_quarters {
    width: 690px;
  }
.full2, .one_quarter2, .one_third2, .one_half2, .two_thirds2 {
  float: left;
  margin: 10px 10px;
}
  .full2 {
    width: 930px;
  }
  .one_quarter2 {
    width: 210px;
  }
  .one_third2 {
    width: 290px;
  }
  .one_half2 {
    width: 450px;
  }
    .one_half2 .one_quarter2.first {
      margin-left: 0;
    }
    .one_half2 .one_quarter2.last {
      margin-right: 0;
    }
    .one_half2 .one_quarter2.top {
      margin-top: 0;
    }
  .two_thirds2 {
    width: 610px;
  }
  .three_quarters2 {
    width: 690px;
  }
/* Common elements */
hr {
  display: block;
  background: url('https://www.funrez.com/site_4_helwigwinery/images/hr.png') top center no-repeat;
  height: 10px;
  margin: 5px 0 0 0;
  border: none;
}
  .black hr {
    background: url('https://www.funrez.com/site_4_helwigwinery/images/hr_black.png') top center no-repeat;
  }

aside {
  text-align: center;
  font-style: italic;
}
  aside img {
    margin-bottom: 10px;
  }
  aside.left {
    float: left;
    margin: 5px 20px 20px 0;
  }
  aside.right {
    float: right;
    margin: 5px 0 20px 20px;
  }

/* Content styles */
.title {
  line-height: 50px;
  border-bottom: 1px dotted rgba(0,0,0,0.15);
  
}
  .black .title {
    border-bottom: 1px dotted rgba(255,255,255,0.15);
  }
  .title h2 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
  .title nav {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
    .title nav li {
      display: inline-block;
      margin-right: 10px;
    }
      .title nav a {
        display: inline-block;
        line-height: 22px;
        color: #666;
        padding: 0 10px;
        font-size: 11px;
        text-transform: uppercase;
        border: 1px solid transparent;
        -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
      }
        .title nav a:hover, .title nav .selected {
          border: 1px solid #eaeaea;
          color: #333;
        }
          .black .title nav a:hover, .black .title nav .selected {
            color: #fff;
            border: 1px solid #333;
          }

.map {
  display: block;
  max-width: 480px; 
  height: auto;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.mobiwhite {
  background-color: #ffffff;
}

.mobiwhiteuppercase {
	width: 90%;
  background-color: #ffffff;
	font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}
.contact {
}
  .contact h4 {
    font-size: 9px;
    margin-bottom: 5px;
  }
  .contact p {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  .contact hr {
    background: none;
    border-top: 1px dotted #ccc;
    margin: 15px 0;
    height: 1px;
  }
    .black .contact hr {
      border-top: 1px dotted #333;
    }

form {
}
  label {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
  }
  textarea {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-size: 11px;
    background: transparent;
    border: none;
    width: 100%;
    height: 100px;
    line-height: 16px;
    color: inherit;
  }
  input, .textarea {
    font-family: 'Open Sans', 'Helvetica', sans-serif;
    font-size: 11px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    color: inherit;
    margin-bottom: 20px;
  }
    .black input, .black .textarea {
      border: 1px solid #262626;
    }
		.mobi input {
		background-color: #ffffff;
		}
    input {
      width: 100%;
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
      -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }
      input[type="submit"] {
        width: auto;
        font-weight: 700;
        display: inline-block;
        padding: 0 20px;
        color: #fff;
        background: url('https://www.funrez.com/site_4_helwigwinery/images/button.png') repeat-x;
        border: none;
      }
    .textarea {
      padding: 10px;
      -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    }
  .status {
    display: inline-block;
    margin-left: 20px;
    font-size: 11px;
  }
  form .one_quarter {
    margin-top: 0;
    margin-bottom: 0;
  }

.list {
}
  .list li {
    background: url("https://www.funrez.com/site_4_helwigwinery/images/list.png") no-repeat left center;
    padding-left: 15px;
    line-height: 25px;
  }

.tabs {
}
  .tabs ul {
  }
    .tabs li {
      display: block;
      float: left;
      border: 1px solid #eaeaea;
      border-width: 1px 0 1px 1px;
      margin-bottom: -1px;
      -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
    }
      .black .tabs li {
        border: 1px solid #262626;
      }
      .tabs li:last-child {
        border-right-width: 1px;
      }
      .tabs li:hover {
        color: #333;
      }
        .black .tabs li:hover {
          color: #fff;
        }
      .tabs li.selected {
        color: #333;
        border-bottom: 1px solid #fff;
      }
        .black .tabs li.selected {
          color: #fff;
          border-bottom: 1px solid #111;
        }
      .tabs li a {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
      }
  .tab {
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    display: none;
    -webkit-border-radius: 0 3px 3px 3px; -moz-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
  }
    .black .tab {
      border: 1px solid #262626;
    }
    .tab.selected {
      display: block;
    }

.testimonials {
}
  .testimonials blockquote {
    margin: 0;
    padding-left : 35px;
    font-family: 'Georgia', serif;
    font-size: 13px;
    font-style: italic;
    background: url('https://www.funrez.com/site_4_helwigwinery/images/quote_small.png') 0px 5px no-repeat;
  }
    .black .testimonials blockquote {
      background: url('https://www.funrez.com/site_4_helwigwinery/images/quote_small_black.png') 0px 5px no-repeat;
    }
  .testimonials .author {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px 0 0 35px;
  }

.quote {
}
  .quote blockquote {
    margin: 0 100px;
    padding-left : 60px;
    font-family: 'Georgia', serif;
    font-size: 14px;
    font-style: italic;
    background: url('https://www.funrez.com/site_4_helwigwinery/images/quote_big.png') 0px 5px no-repeat;
  }
    .black .quote blockquote {
      background: url('https://www.funrez.com/site_4_helwigwinery/images/quote_big_black.png') 0px 5px no-repeat;
    }

.feature {
  text-align: center;
  padding-bottom: 30px;
  background: url('https://www.funrez.com/site_4_helwigwinery/images/shadow.png') bottom center no-repeat;
  margin-bottom: 0;
}

.team {
}
  .team li {
    padding: 30px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
  }
    .team img {
      float: left;
      margin-right: 30px;
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
    .team h3 {
      margin-bottom: 10px;
      display: inline-block;
      line-height: 20px;
    }
    .team .profession {
      line-height: 20px;
      float: right;
      display: inline-block;
      font-family: 'Georgia', serif;
      font-style: italic;
      font-size: 12px;
      margin-bottom: 10px;
    }
    .team p {
      line-height: 20px;
    }
      .team .social {
        margin-top: -5px;
        font-size: 11px;
      }
        .team .social a, .team .social a:visited {
          color: #333;
          font-weight: normal;
        }
          .black .team .social a, .black .team .social a:visited {
            color: #fff;
          }
          .team .social a:hover {
            text-decoration: underline;
          }

.articles {
  padding: 0;
}
article {
  margin: 30px 0;
}
  .meta {
    font-size: 11px;
    line-height: 16px;
    vertical-align: middle;
  }
    .meta a:hover {
      text-decoration: underline;
    }
    .meta .separator {
      margin: 0 10px;
      color: #eaeaea;
    }
      .black .meta .separator {
        color: #262626;
      }
  article .thumb {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
  }
    article .thumb img {
      width: 100%;
    }
    article .thumb img {
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
      article .thumb:hover img {
        -moz-box-shadow: 0 1px 6px #000; -webkit-box-shadow: 0 1px 6px #000; box-shadow: 0 1px 6px #000;
      }

.portfolio {
}
  .portfolio hr {
    margin: 10px 0 5px 0;
  }
  .portfolio h3, .portfolio h4 {
    margin-top: 20px;
  }
  .portfolio img {
    width: 100%;
  }
  .portfolio a {
    position: relative;
    display: inline-block;
  }
    .portfolio a img {
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
      .portfolio a:hover img {
        -moz-box-shadow: 0 1px 6px #000; -webkit-box-shadow: 0 1px 6px #000; box-shadow: 0 1px 6px #000;
      }
    .portfolio .caption {
      position: absolute;
      width: 100%;
      display: inline-block;
      padding: 8px;
      background-color: rgba(0,0,0,0.4);
      bottom: 0;
      left: 0;
      color: #fff;
      text-align: center;
      font-size: 11px;
      text-shadow: 0 1px 1px rgba(0,0,0,0.5);
      -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
      -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
    }
      .portfolio a:hover .caption {
        background-color: rgba(0,0,0,0.9);
      }

.filter {
  padding-bottom: 0;
}
  .filter nav {
    margin-bottom: 0;
  }
    .filter .separator {
      color: #ccc;
      display: inline-block;
      margin: 0 10px;
    }
      .black .filter .separator {
        color: #333;
      }
    .filter a {
      color: #666;
    }
      .filter a:hover, .filter .selected {
        text-decoration: underline;
      }

.pagination {
  text-align: center;
  padding-top: 0;
}
  .pagination a, .pagination a:visited {
    font-weight: bold;
    color: inherit;
    font-size: 11px;
  }
    .pagination a:hover {
      color: #333;
    }
      .black .pagination a:hover {
        color: #fff;
      }
  .pagination img {
    margin: 0 15px;
  }

.comment {
  margin-top: 30px;
}
  .comment:first-child {
    margin-top: 0;
  }
  .comment .picture {
    margin: 2px 20px 20px 0;
    float: left;
    width: auto;
  }
    .comment .picture img {
      -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }
  .comment .content {
    float: left;
    width: 530px;
  }
    .comment h4 {
      display: inline-block;
      font-size: 11px;
      line-height: 16px;
      margin-bottom: 10px;
      color: #333;
    }
      .black .comment h4 {
        color: #fff;
      }
    .comment .meta {
      margin-bottom: 10px;
    }
      .comment .meta a:hover {
        text-decoration: underline;
      }
  .comment_reply {
    margin-left: 80px;
  }
    .comment_reply .content {
      width: 450px;
    }
    
/********************************************************/
/*                      8. Columns                      */
/********************************************************/

/* Columns */
.columns {
	margin-left: -2.25%;
	}
	.columns:last-child {
		margin-bottom: -20px;
	}
	.columns > div,
	.columns > form {
		float: left;
		margin: 0 0 20px 2.25%;
	}

	/* These styles define the columns size. They must be redefined for each responsive size */
	.column,
	.one-column,
	.one-column-tablet,
	.one-column-mobile,
	.one-column-mobile-landscape,
	.one-column-mobile-portrait			{ width: 6.0833%; }
	.two-columns,
	.two-columns-tablet,
	.two-columns-mobile,
	.two-columns-mobile-landscape,
	.two-columns-mobile-portrait		{ width: 14.4167%; }
	.three-columns,
	.three-columns-tablet,
	.three-columns-mobile,
	.three-columns-mobile-landscape,
	.three-columns-mobile-portrait		{ width: 22.75%; }
	.four-columns,
	.four-columns-tablet,
	.four-columns-mobile,
	.four-columns-mobile-landscape,
	.four-columns-mobile-portrait		{ width: 31.0833%; }
	.five-columns,
	.five-columns-tablet,
	.five-columns-mobile,
	.five-columns-mobile-landscape,
	.five-columns-mobile-portrait		{ width: 39.4167%; }
	.six-columns,
	.six-columns-tablet,
	.six-columns-mobile,
	.six-columns-mobile-landscape,
	.six-columns-mobile-portrait		{ width: 47.75%; }
	.seven-columns,
	.seven-columns-tablet,
	.seven-columns-mobile,
	.seven-columns-mobile-landscape,
	.seven-columns-mobile-portrait		{ width: 56.0833%; }
	.eight-columns,
	.eight-columns-tablet,
	.eight-columns-mobile,
	.eight-columns-mobile-landscape,
	.eight-columns-mobile-portrait		{ width: 64.4167%; }
	.nine-columns,
	.nine-columns-tablet,
	.nine-columns-mobile,
	.nine-columns-mobile-landscape,
	.nine-columns-mobile-portrait		{ width: 72.72%; }
	.ten-columns,
	.ten-columns-tablet,
	.ten-columns-mobile,
	.ten-columns-mobile-landscape,
	.ten-columns-mobile-portrait		{ width: 81.0833%; }
	.eleven-columns,
	.eleven-columns-tablet,
	.eleven-columns-mobile,
	.eleven-columns-mobile-landscape,
	.eleven-columns-mobile-portrait		{ width: 89.4167%; }
	.twelve-columns,
	.twelve-columns-tablet,
	.twelve-columns-mobile,
	.twelve-columns-mobile-landscape,
	.twelve-columns-mobile-portrait		{ width: 97.75%; }

	/* Line breaks to ensure correct float */
	.new-row,
	.new-row-mobile,
	.new-row-mobile-portrait {
		clear: left;
	}

/* Fixed columns */
.left-column-200px .left-column,
.right-column-200px .right-column {
	margin-bottom: 20px;
}


/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Form Elements */
input,select,textarea,button { font:11px/15px 'Telex', arial, Times, serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea {background:#fff;
padding:8px; color:#313030; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; background:#fff; color:#313030;}
select { padding:1px; }
select option { padding-right:10px; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { /*-webkit-border-fit:lines;*/ } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; -webkit-box-shadow: 1px 1px 2px 1px #D5D5D5;
box-shadow: 1px 1px 2px 1px #D5D5D5; -moz-box-shadow: 1px 1px 2px 1px #D5D5D5; }
button.button span{ 
	float:left; 
	height:24px; 
	padding:0 0 0; 
	font:bold 11px/24px 'Telex', arial, Times, serif; text-transform:uppercase; 
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
	background:#BCA474; 
	border: 2px solid #FFFFFF;
}
button.button:hover span{background:#404040;}
button.disabled span { color:#bbb !important; }
button.button span span { color: #fff; float: left; font-size: 11px; font-weight: normal; padding:0 10px; text-decoration: none; text-transform: uppercase; box-shadow:none; -webkit-box-shadow:none; border:none; }
button:hover.button span span { border:none !important; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
.form-list li { margin:0 0 6px; }
.form-list label { float:left; color:#404040; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list li.fields { margin-right:-15px; }
.form-list .input-box { display:block; clear:both; width:338px; }
.form-list .field { float:left; width:100%; }
.form-list input.input-text { width:325px; padding:5px; color:#313030; background:#fff; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:260px; background:#fff; padding:4px; color:#404040; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.buttons-set { clear:both; margin:2em 0 0; padding:8px 0 0; border-top:0px solid #BABABA; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set .back-link a { background: #BCA474; color: #FFFFFF; font-weight: normal; padding: 5px 10px; text-decoration: none; text-transform: uppercase; height:24px; line-height:23px; float:none; font-family: 'Telex', arial, Times, serif; }
.buttons-set button.button { float:right; margin-left:5px; }
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:5px 7px 0 0; }
.fieldset { margin:0 10px 25px; }
.fieldset .legend { background: #BCA474; color: #FFFFFF; font-size: 13px; line-height: 1.25; margin: 0 -10px 12px; padding: 6px 10px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }

/* jPages Title Links  */
      .holder {
    		margin: 2px 0 2px 0;
    	}
    
    	.holder a {
    		font-size: 12px;
    		cursor: pointer;
    		margin: 0 3px 0 0;
    		color: #333;
    	}
    
    	.holder a:hover {
    		background-color: #222;
    		color: #fff;
    	}
        
        .holder a.jp-current { 
    		color: #0033FF;
		 }
    
    	.holder a.jp-current:hover {
            cursor: default;
            background: none;
     }


