@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300|Roboto:400,500,300,300italic,900,900italic,700|Cutive);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #d1d2d4;
  color: #5c5c5c;
  font: 300 14px/27px "Roboto", sans-serif;
  -webkit-text-size-adjust: none; 
}
img {
  max-width: 100%;
  height: auto; 
}
h1, h2, h3, h4, h5, .terms-list dt, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400; 
}
h1 {}
h2 {
  font-size: 48px;
  line-height: 52px; 
}
h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400; 
}
h3 span {
  display: block;
  color:#5c5c5c;
}
h4 {
  font-size: 21px;
  line-height: 42px;
  font-weight: 700; 
}
h5, .terms-list dt {
  font-size: 18px;
  line-height: 27px; 
}
h5 span {
  display:block;
  color:#74B4E2;
  line-height:20px;
  font-weight: 400;
  font-size:16px;
}
h6 {
  font-size: 15px;
  line-height: 17px; 
}
p a:hover, .terms-list dd a:hover, .marked-list a:hover, .marked-list2 a:hover, .list a:hover {
  text-decoration: underline; 
}
p .fa, .terms-list dd .fa, .marked-list .fa, .marked-list2 .fa, .list .fa {
  text-decoration: none; 
}
time {
  display: block; 
}
blockquote {
  text-align: center;
  padding: 0 180px;
}
blockquote q {
  font-size: 26px;
  line-height: 34px;
  font-weight: 300; 
}
blockquote * + h4 {
  margin-top: 15px;
}
blockquote * + .btn3 {
  margin-top: 20px;
}
blockquote * + p, blockquote .terms-list * + dd, .terms-list blockquote * + dd {
  margin-top: 20px; 
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; 
}
a:focus {
  outline: none; 
}
a:active {
  background-color: transparent;
}
a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; 
}
strong {
  font-weight: 700; 
}
.fa {
  line-height: inherit; 
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; 
}
.page {
  overflow: hidden;
  min-height: 500px; 
}
.lt-ie9 .page {
  min-width: 1200px; 
}
.strong {
  font-weight: 700;
  line-height: 23px; 
  margin-top:20px;
}
.martop0 {
  margin-top:0;
}
.martop10 {
  margin-top:10px;
}
.big {
  font-size:15px;
  line-height:26px;
}
.primary-color {
  color: #2364aa;
}
.center {
  text-align: center; 
}

/*=======================================================
                       Main Layout
=========================================================*/
.box + a {
  margin-top: 30px; 
}
* + .big {
  margin-top: 5px;
}
a + .big {
  margin-top: 29px; 
}
* + .btn1 {
  margin-top: 35px; 
}
* + .marked-list,
* + .marked-list2,
h3 + p,
.terms-list h3 + dd {
  margin-top: 27px; 
}
* + .button-wrap {
  margin-top: 65px; 
}
h3 + .row {
  margin-top: 31px; 
}
h3 + .offset {
  margin-top: 35px; 
}
.row + .row {
  margin-top: 41px; 
}
.row + .offset {
  margin-top: 30px; 
}
.contact-list + .row {
  margin-top: 65px; 
}
* + .index-list {
  margin-top: 36px; 
}
h3 + .container {
  margin-top: 35px; 
}
h5 + p, .terms-list dt + p, .terms-list h5 + dd, .terms-list dt + dd {
  margin-top: 4px; 
}
h5 + .marked-list, h5 + .marked-list2, .terms-list dt + .marked-list, .terms-list dt + .marked-list2 {
  margin-top: 17px; 
}
.box + .big {
  margin-top: 24px; 
}
.resp-center + .big {
  margin-top: 27px; 
}
img + h5, .terms-list img + dt,
.resp-center + h5,
.terms-list .resp-center + dt {
  margin-top: 28px; 
}
* + .terms-list {
  margin-top: 30px; 
}

/*=======================================================
                        Components
=========================================================*/

/*================= Header Wrapper =====================*/
.header-wrapper {
  height: 52px;
  background: #2364AA;
  display: block; 
}

.taxes {
  float:right;
  margin-right: 33px;
  padding-top: 13px;
  display: inline-block; 
  font: 700 18px/24px "Roboto", sans-serif;
}
.taxeslink {
  color:#ffffff;	
}
.taxeslink a {
  color:#ffffff;
}
.taxeslink a:hover {
  color:#73BFB8 !important;
  text-decoration:underline;	
}
  
/*================= header icons =====================*/
  .header-wrapper .inline-list {
  margin-left:30px;
  padding:5px 0 5px 0;
  }
  .header-wrapper .inline-list li a {
  float:left;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  background: #fff;
  color: #2364AA;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.7s ease all;
  -o-transition: 0.7s ease all;
  -webkit-transition: 0.7s ease all;
  transition: 0.7s ease all; 
  }
  .header-wrapper .inline-list li a:hover {
  background: #73BFB8;
  color: #2364AA; 
  }
  .header-wrapper .inline-list li a:active {
  color: #2364AA;
  }
  .header-wrapper .inline-list li + li {
  margin-left: 10px; 
  }
/*================= end icons =====================*/  
 
/*==================     Brand     ======================*/
.brand {
  position:relative;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 32px; }
  .brand_name {
    position: relative;
    float: left;
    }
    .brand_slogan {
    position:absolute;
	top: 109px;
    font: 700 11px/11px "Roboto", sans-serif;
	letter-spacing:-.50px;
    text-transform: uppercase;
    text-align: center;
	}
	
  .brand_img {
    padding-top: 10px;
    float: left; }
    .brand_img + .brand_name {
      margin-top: 25px;
      margin-left: 16px; }


/*================== Address List ======================*/
.address-list address {
  font: 900 18px/19px "Roboto", sans-serif;
  color: #2d3a41;
  text-transform: uppercase; }
.address-list li dl {
  font: 300 16px/27px "Roboto", sans-serif; }
  .address-list li dl a:hover {
    color: #ef4023; }
  .address-list li dl a:active {
    color: #d02b0f; }
  .address-list li dl a[href^="mailto:"]:hover {
    color: #2d3a41;
    text-decoration: underline; }
.address-list li dt {
  float: left; }
.address-list li dd {
  float: right; }
.address-list li dl + dl {
  clear: both; }
  .address-list li dl + dl dd, .address-list li dl + dl dt {
    display: inline-block;
    float: none; }
.address-list li dt + dd {
  margin-top: 0; }
.address-list li dd + dt {
  clear: both;
  margin-top: 0; }
.address-list address + dl {
  margin-top: 9px; }

/*==================  Terms List  ======================*/
.terms-list dd + dt {
  margin-top: 24px; }

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #3da5d9; 
  line-height:28px;
  font-weight:700;
}
.marked-list li a:before {
  content: '\f18e';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 17px;
  font-family: "FontAwesome";
  color: #5c5c5c;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; 
}
.marked-list li a:hover, .marked-list li a.active {
  color: #73bfb8;
  text-decoration: none; 
}
.marked-list li a:hover:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #73bfb8; 
}
.marked-list li + li {
  margin-top: 3px; 
}

.marked-list1 li {
  position: relative;
  padding: 0 0 0 25px;
  line-height:28px;
  font-weight:400;
}
.marked-list1 li:before {
  content: '\f18e';
  position: absolute;
  left: 0;
  top: -1px;
  font-weight: 400;
  font-size: 16px;
  font-family: "FontAwesome";
  color: #5c5c5c;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; 
}

.marked-list1 li + li {
  margin-top: 3px; 
}

.marked-list2 li {
  position: relative;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #AED6EE; 
  line-height:28px;
  font-weight:700;
}
.marked-list2 li a:before {
  content: '\f18e';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 17px;
  font-family: "FontAwesome";
  color: #ffffff;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; 
}
.marked-list2 li a:hover, .marked-list2 li a.active {
  color: #dbf2fd;
  text-decoration: none; 
}
.marked-list2 li a:hover:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  color: #dbf2fd; 
}
.marked-list2 li + li {
  margin-top: 3px; 
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #fff url("../images/primary-bg.png") repeat; }

.bg-secondary {
  background: #3da5d9;
  color: #fff; }
  .bg-secondary .btn1 {
    color: #fff; }
  .bg-secondary .marked-list li {
    border-bottom: 1px solid #AED6EE; }
   .bg-secondary .marked-list li a:hover {
    color: #dbf2fd;
    text-decoration: none; }
	.bg-secondary .marked-list li a:before {
      color: #fff; }
    .bg-secondary .marked-list li a:hover:before {
      color: #dbf2fd; }
.bg-third {
  background: #fff; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn1 {
  font: 300 18px/27px "Roboto", sans-serif;
  color: #3da5d9;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block; }
  .btn1:hover {
    text-decoration: underline; }
  .btn1:active {
    color: #3da5d9; }

.btn2, .btn3 {
  font: 400 16px/31px "Roboto", sans-serif;
  color: #5c5c5c;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  padding: 22px 26px 17px 25px;
  background: #fcff7c;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn2:hover, .btn3:hover {
    background: #73bfb8; 
	color:#fff;}
  .btn2:active, .btn3:active {
    background: #73bfb8; }

.btn3 {
  background: none;
  border: 1px solid #fff;
  padding: 19px 52px 17px 38px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  .btn3:hover {
    -webkit-box-shadow: inset -1px 0px 39px #0e76bc;
    -moz-box-shadow: inset -1px 0px 39px #0e76bc;
    box-shadow: inset -1px 0px 39px #0e76bc; }
.btn4 {
  margin-top:20px;
  font: 400 16px/31px "Roboto", sans-serif;
  color: #5c5c5c;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fcff7c;
  padding: 8px 52px 8px 52px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  .btn4:hover, .btn4:active {
  background: #73bfb8; 
  color:#ffffff;
}
.btn5 {
  margin-top:20px;
  font: 400 16px/31px "Roboto", sans-serif;
  color: #5c5c5c;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FCFF7C;
  padding: 8px 52px 8px 52px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  .btn5:hover, .btn5:active {
  background: #73bfb8; 
  color:#ffffff;
}
	
.buybtn {
  float:left;
  font: 400 16px/31px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-top:15px;
  padding: 5px 15px 5px 15px;
  background: #ef4023;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:0;
  cursor:pointer;
}
.buybtn:hover {
    background: #0e76bc;
}
.buybtn:active {
    background: #1294eb;
}
.disabled {
  color: #ccc;
  background: #989898;
  cursor:default;
}
.disabled:hover {
    background: #989898;
}
.disabled:active {
    background: #989898;
}
.moreinfobtn {
  float:right;
  font: 400 16px/31px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-top:15px;
  padding: 5px 15px 5px 15px;
  background: #00aeef;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:0;
  cursor:pointer;
}
.moreinfobtn:hover {
    background: #0e76bc;
}
.moreinfobtn:active {
    background: #1294eb;
}
.choosewinebtn {
  font: 400 16px/31px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-top:15px;
  padding: 5px 15px 5px 15px;
  background: #3da5d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border:0;
  cursor:pointer;
}
.choosewinebtn:hover {
    background: #2364aa;
}
.choosewinebtn:active, .choosewinebtn.active {
    background: #2364aa;
}
.fleft {
  float:left !important;
}

/*================= Custom Wrapper =====================*/
.homebg {
	background: url("../images/homebg.jpg") left top no-repeat;
}
.custom-wrapper {
  position: relative; 
}
  .custom-wrapper * + .button-wrap {
    margin-top: 0; }
  .custom-wrapper .custom-box {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 60%;
	}
    .custom-wrapper .custom-box p, .custom-wrapper .custom-box .terms-list dd, .terms-list .custom-wrapper .custom-box dd {
      font-size:15px;
	  font-weight:500;
	  line-height: 21px; 
	  }
    .custom-wrapper .custom-box h2 span {
      font-size: 34px;
      line-height: 31px;
      font-weight: 300; 
	  }
    .custom-wrapper .custom-box h2 + p, .custom-wrapper .custom-box .terms-list h2 + dd, .terms-list .custom-wrapper .custom-box h2 + dd {
      margin-top:0; }
  .custom-wrapper .button-wrap {
    float: none;
    position: absolute;
    right: 0;
    top: 40%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .custom-wrapper .button-wrap:before {
      content: ' ';
      position: absolute;
      left: -130px;
      top: 57%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      height: 1px;
      width: 157px;
      background: #bdbec1; }
    .custom-wrapper .button-wrap .btn2, .custom-wrapper .button-wrap .btn3 {
      background: #fcff7c; }
      .custom-wrapper .button-wrap .btn2__color_mod {
        background: #82BCE5; border:1px solid #74b4e2;}
      .custom-wrapper .button-wrap .btn2:hover, .custom-wrapper .button-wrap .btn3:hover {
        background: #73bfb8; color:#ffffff; border:1px solid #f0c36d;}
      .custom-wrapper .button-wrap .btn2:active, .custom-wrapper .button-wrap .btn3:active {
        background: #73bfb8; color:#ffffff; border:1px solid #f0c36d;}
      .custom-wrapper .button-wrap .btn2 + .btn2, .custom-wrapper .button-wrap .btn3 + .btn2, .custom-wrapper .button-wrap .btn2 + .btn3, .custom-wrapper .button-wrap .btn3 + .btn3 {
        margin-left: 4px; }

/*================       box2       ====================*/
.box2_cnt {
  position:relative;
  text-align:center;
  min-height:120px;
  background: #fff;
  border: 1px solid #dce2e5;
  border-top: none; 
  line-height:16px;
  padding:0 25px 0 25px;
}
  .box2_cnt span {
  display:block;
  margin-bottom:8px;
}
  .box2_cnt h5 {
  margin-bottom:2px;
}
  .box2_cnt * + .big {
  margin-top: 8px; 
}
.shop {
  position:relative;
  text-align:center;
  min-height:210px;
  background: #fff;
  border: 1px solid #dce2e5;
  border-top: none; 
  line-height:16px;
  padding:0 25px 0 25px;
}
.shop span {
  display:block;
  font-size:13px;
  margin-bottom:15px;
}
.shop i {
  font-style:italic;
  font-size:12px;
  font-weight:700;
}
.shop h5 {
  line-height:20px;
  margin-bottom:15px;
}
.shopprice {
  margin:15px 0 15px 0;
  font-size:14px;
  font-weight:700;
  color:#F00;
}

  
/*==================     Border    ======================*/
.border {
  border-bottom: 1px solid #cccfd1;
  border-top: 1px solid #cccfd1;}

.border-top {
  border-top: 1px solid #cccfd1;}

.border-bot {
  border-bottom: 1px solid #cccfd1; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt {
  padding: 20px 0 0 15px; }
.box_cnt2 {
  padding: 15px 0 0 23px; }
.box_cnt__no-flow {
  overflow: hidden; }

/*================= Button Wrapper ======================*/
.button-wrap {
  float: right; }
  .button-wrap .btn2__color_mod {
    background: #719a3f; }
    .button-wrap .btn2__color_mod:hover {
      background: #0e76bc; }
    .button-wrap .btn2__color_mod:active {
      background: #1294eb; }
  .button-wrap .btn2 + .btn2, .button-wrap .btn3 + .btn2, .button-wrap .btn2 + .btn3, .button-wrap .btn3 + .btn3 {
    margin-left: 11px; }

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
}
.index-list li .wrapper {
 padding-left: 88px;
}
.index-list li .wrapper .strong {
  line-height: 15px; 
}
.index-list li .wrapper .strong + .big {
  margin-top: 10px;
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal);
  counter-increment: li;
  font: 300 30px/53px "Roboto", sans-serif;
  text-align: center;
  height: 53px;
  width: 53px;
  background: #91ab4f;
  color: #fff; 
}
.index-list li:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 10px;
  border-color: transparent transparent transparent #91ab4f;
  top: 16px;
  left: 53px; 
}
.index-list li + li {
  margin-top: 43px;
}
.announcement {
  margin-top:25px;
}
.announcement li {
  background:#ffffff;
  border:1px solid #dce2e5;
  border-radius:3px;
  margin-bottom:20px;
}
.announcement li .wrapper .strong + .big {
  margin-top: 0;
}
.annualevent {
  margin-top:25px;
}
.annualevent li {
  margin-bottom:20px;
  display:block;
  overflow:hidden;
}
.annualevent li img {
  float:left;
  margin-right:15px;
  max-width:200px;
}
.merchants {
  background:#ffffff;
  border-radius:3px;
  border: 1px solid #dce2e5;
}
.merchants a {
  color:#3da5d9;
}
.merchants2 {
  padding:15px;
  overflow:hidden;
}
.merchants2 img {
  border:0;
  float:left;
  margin-right:15px;
  width:140px;
  height:140px;
}
.merchantdetail {
  display:none;
  max-width:1000px;
  min-height:200px;
}
.merchantdetail a {
  color:#74b4e2;
}
.merchantdetail img {
  float:left;
  margin-right:15px;
  width:140px;
  height:140px;
}
.merchantsbutton {
  margin-top:15px;
  font: 400 16px/18px "Roboto", sans-serif;
  color: #5c5c5c !important;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FCFF7C;
  padding: 6px 40px 6px 40px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; 
}
.merchantsbutton:hover {
  background: #73bfb8; 
  color:#ffffff !important;
}
.merchantsbuttonrev {
  margin-top:15px;
  font: 400 16px/18px "Roboto", sans-serif;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #73bfb8;
  padding: 15px 40px;
  -moz-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; 
}
.merchantsbuttonrev:hover {
  cursor:pointer;
  background: #FCFF7C; 
  color:#5c5c5c !important;
}
.annualeventdetail {
  display:none;
  min-width:1000px;
  max-width:1000px;
  min-height:800px;
}
.lineheight18 {
  line-height:18px;
}
.contacthl {
  color: #5c5c5c !important;
  text-transform:lowercase;
  font-weight:normal;
  background-color: #fcff7c;
  padding:3px;
}
.contacthl a:hover {
	color:#008ac6;
}
/*==================  Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  content: ' ';
  display: table; }

.inline-list:after {
  clear: both; }

.inline-list li {
  float: left; }

.inline-list li + li {
  margin-left: 10px; }

/*================== Contact List ======================*/
.contact-list {
  text-align: center; }
  .contact-list .fa {
    display: block;
    color: #2d3a41;
    opacity: 0.5; }
    .lt-ie9 .contact-list .fa {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
      filter: alpha(opacity=50); }
    .contact-list .fa + * {
      margin-top: 20px; }
  .contact-list .fa-envelope {
    font-size: 66px;
    line-height: 80px; }
  .contact-list .fa-mobile {
    font-size: 117px;
    line-height: 80px; }
  .contact-list .fa-map-marker {
    font-size: 89px;
    line-height: 80px; }
  .contact-list .fa-fax {
    font-size: 89px;
    line-height: 80px; }
  .contact-list a, .contact-list address {
    font-size: 18px;
    line-height: 27px;
    display: inline-block;
    font-weight: 400; }
  .contact-list a:hover {
    color: #ef4023; }
  .contact-list a:active {
    color: #d02b0f; }

/*========================   Menu   ==========================*/
.sf-menu {
  padding-top: 43px;
  padding-bottom: 20px;
  display: inline-block;
  font: 400 16px/31px "Roboto", sans-serif;
  text-transform: uppercase;
  word-spacing: -0.4px; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
      margin-left: 1px; }
  .sf-menu a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 19px 26px;
    display: block; }

.sf-menu > li > a {
  color: #fff; 
  background:#73bfb8;}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #5c5c5c;
  background: #FCFF7C; }
.sf-menu > li.active > a {
  color: #5c5c5c;
  background: #FCFF7C; }

.sf-menu ul {
  text-align: left;
  font: 300 14px/37px "Lato", sans-serif;
  text-transform: none;
  display: none;
  position: absolute;
  top: 89%;
  width: 235px;
  background: #FCFF7C;
  z-index: 2;
  padding: 20px 0;
  margin-top: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 0 0 30px;
  color: #5c5c5c;
  background: #FCFF7C; }
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #fff;
  background: #73bfb8; }

.sf-menu ul ul {
  position: absolute;
  top: 25%;
  right: -250px;
  background: #FCFF7C;
  color: #5c5c5c;
  width: 250px;
  margin-top: 0;
  padding: 0;
  z-index: 4; 
}
.sf-menu ul ul > li > a {
  background: #FCFF7C;
  color: #5c5c5c }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #fff;
  background: #73bfb8; }

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > ul > li > .sf-with-ul:before {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -14px;
    content: "";
    font: 400 14px/30px "FontAwesome"; }

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px; }
    .rd-mobilemenu_ul a:hover {
      background: #3da5d9;
      color: #FFF; }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 18px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle::-moz-focus-inner {
    border: none;
    padding: 0; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .rd-mobilepanel_toggle.active span {
    transition: background .3s 0s ease;
    background: transparent; }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      -webkit-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/*==================  Stuck menu  ======================*/
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0; }
.stuck_container:after {
  clear: both; }
  .isStuck {
  display: block;
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #cccfd1; }
  .isStuck .brand {
    padding-bottom: 10px;
    padding-top: 0; }
	.isStuck .brand_name {
      margin-top:10px;}
	.isStuck .brand_name img {
      height:55px;
	}
      .isStuck .brand_name:before {
        top: 12px; }
    .isStuck .brand_img {
      padding-top: 7px; }
  .isStuck .search-form_toggle {
    margin-top: 15px; }
  .isStuck .sf-menu {
    padding-top: 1px;
    padding-bottom: 0; 
	}
.isStuck .sf-menu ul ul {
  top: 25%;
}

/*==================     ToTop     ======================*/
.toTop {
  font-size: 37px;
  line-height: 37px;
  position: fixed;
  right: 17px;
  bottom: 531px;
  display: none;
  overflow: hidden;
  z-index: 20; }
  .toTop:before {
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    content: "";
    color: #FCFF7C; }
  .toTop:hover:before {
    color: #73bfb8; }

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb_overlay:before {
      content:"\f067";
      position: absolute;
      top: 48%;
      left: 4px;
      right: 0;
      font: 400 51px "FontAwesome";
      line-height: 110px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      height: 103px;
      width: 103px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      background: rgba(255, 255, 255, 0.43);
      margin-left: auto;
      margin-right: auto; }
      .lt-ie9 .thumb_overlay:before {
        background: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EFFFFFF', endColorstr='#6EFFFFFF')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EFFFFFF', endColorstr='#6EFFFFFF');
        zoom: 1; }
      .lt-ie9 .thumb_overlay:before {
        display: none; }
  .thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4); }
    .lt-ie9 .thumb:hover .thumb_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
      zoom: 1; }
    .lt-ie9 .thumb:hover .thumb_overlay:before {
      display: block; }
  .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
	
.thumb1 {
  display: block;
  position: relative;
  overflow: hidden; }
  .thumb1 img {
    width: 100%;
    height: auto;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .thumb1_overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
    background: transparent; }
    .thumb1_overlay:before {
      content:"\f0c1";
      position: absolute;
      top: 48%;
      left: 4px;
      right: 0;
      font: 400 51px "FontAwesome";
      line-height: 110px;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      height: 103px;
      width: 103px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #fff;
      background: rgba(255, 255, 255, 0.43);
      margin-left: auto;
      margin-right: auto; }
      .lt-ie9 .thumb1_overlay:before {
        background: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EFFFFFF', endColorstr='#6EFFFFFF')";
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6EFFFFFF', endColorstr='#6EFFFFFF');
        zoom: 1; }
      .lt-ie9 .thumb1_overlay:before {
        display: none; }
  .thumb1:hover .thumb1_overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4); }
    .lt-ie9 .thumb1:hover .thumb1_overlay {
      background: none;
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
      zoom: 1; }
    .lt-ie9 .thumb1:hover .thumb1_overlay:before {
      display: block; }
  .thumb1:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff; }
  header:before, header:after {
    display: table;
    content: "";
    line-height: 0; }
  header:after {
    clear: both; }
  header .inline-list {
    float: left; }
  header .info-list {
    float: left; }
  header .brand {
    float: left; }
    header .brand + .search-form_toggle {
      margin-left: 75px; }
  header .nav {
    float: right; 
	padding-right:30px;
	}
  
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

/*==================      Well     ======================*/
.well {
  padding-top: 70px;
  padding-bottom: 50px; }
.well1 {
  padding-top: 40px;
  padding-bottom: 50px; }

.well2 {
  padding-top: 97px;
  padding-bottom: 134px; }

.well__ins1 {
  padding-top: 70px; }

.well__ins2 {
  padding-top: 35px; }

.well__ins3 {
  padding-bottom: 134px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding-top: 45px;
  padding-bottom: 35px;
  font: 300 16px/19px "Roboto", sans-serif;
  background: #DCE0E3; }
  footer a {
    text-transform: none; }
    footer a:hover {
      color: #3da5d9; }
    footer a:active {
      color: #3da5d9; }
  footer .inline-list {
    display: inline-block; }
    footer .inline-list li a {
      }
      
    footer .inline-list li + li {
      margin-left: 25px; }
  footer hr {
    width: 100%;
    border-top: 1px solid #2d3a41;
    border-bottom: none;
    display: inline-block; }
  footer * + hr {
    margin-top: 25px; }
  footer * + .copyright {
    margin-top: 20px; }

/*# sourceMappingURL=style.css.map */
.wineimg {
	background:#fff;
	text-align:center;
	padding:15px;
	border: 1px solid #dce2e5;
	border-bottom:none;
}
.winedetailimg {
	float:left;
	background:#fff;
	border: 1px solid #fec601;
}
.btns {
	position:absolute;
	bottom:20px;
	width:83%;
}

.winedetail {
  min-height:203px;
  position:relative;
}

.btnsdetail {
	
}

.btnsdetail .buybtn {
	margin-right:15px;
}
.map {
	width:100%;
	height:530px;
}
.moreinfo {
	margin-bottom:13px;
}
.moreinfo span {
	font-weight:700;
	display:block;
}
.price {
	color:#ef4023;
	font-weight:700;
	font-size:18px;
}
.soldout {
	position:absolute; 
	z-index:9999;
	left:-8px; 
	top:-8px; 
	height:110px; 
	width:110px; 
	background: url(../images/soldout.png) no-repeat; 
	z-index:1;
}
.iframe {
	width:560px;
	height:315px;
}
.contact {
	font-size:18px;
}
.sweetnessbg {
  background-color:rgba(0, 0, 0, 0.05);
  width:275px;
  margin:15px 0 15px 0;
}
.sweetnessbg span {
  margin-left:5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color:#0668bf;
}
.sweetnessbg1 {
  background-color:rgba(0, 0, 0, 0.05);
  width:100%;
  margin:15px 0 15px 0;
}
.sweetnessbg1 span {
  margin-left:5px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color:#0668bf;
}
.img-add {
  margin-top: 8px; }

.offset2 {
  margin-top: 15px; 
  }
.calendarevent {
  border-bottom:1px dashed #939191; 
  padding-bottom:5px; 
  margin-bottom:-10px;
  position:relative;
  z-index:1;
}
.calendarevent span {
	font-size:11px;
	font-weight:700;
}
.calendarevent a {
	color:#7aadd9;
	text-decoration:none;
}
.calendarevent a:hover {
	color:#73bfb8;
}
.eventdetail {
	display:none; 
	padding:30px;
	min-width:800px;
	max-width:800px;
	position:relative;
	z-index:9999;
}
.eventdetail img {
	float:left; 
	margin-right:10px; 
	margin-top:4px;
}
.eventdetail h3 {
	font-size:26px;
	line-height:34px;
	text-align:left;
}
.eventdetail h5 {
	font: bold 20px/20px 'Ubuntu', sans-serif;
	color:#3da5d9;
	text-align:left;
}
.eventdetail span {
	display:block;
	color:#73bfb8;
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	line-height:16px;
}
.eventdetail p {
	text-align:left;
	margin-top:20px;
	font-size:16px;
	font-style:italic;
}
.historyimg, .historyimg2, .historyimg3 {
	float:left;
	margin-right:15px;
}
.historyimg1 {
	float:right;
	margin-left:15px;
}
.historyimg img, .historyimg1 img {
	max-width:250px;
}
.historyimg2 img {
	max-width:350px;
}
.historyimg3 img {
	height:165px;
	width:220px;
}
.link {
	color:#3da5d9;
}
.link a:hover {
	color:#2364aa;
}
.visitors {}
.visitors span {
  font-weight:700;
  display:block;
  margin-top:15px;
}
  
/*========================================================
                     Responsive  Styles
=========================================================*/

@media (max-width: 1500px) {
  .sf-menu a {
  padding: 19px 10px; 
  } 
  header .brand + .search-form_toggle {
  margin-left: 0; 
  }
}

@media only screen and (max-width: 1399px) {
  .toTop {
  display: none !important; 
  } 
}

@media (max-width: 1200px) {
  .custom-wrapper .custom-box {
  width: 100%; }
  .custom-wrapper .button-wrap {
  padding-bottom: 20px;
  text-align: center;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  position: static;
  float: none; 
  }
  .custom-wrapper .button-wrap:before {
  width: 0;
  height: 0; 
  }
}

@media (max-width:1199px) {
  .box2_cnt {
  min-height:120px;
  font-size:13px;
  }
  .box2_cnt h5 {
  font-size: 15px;
  line-height: 24px;
  }
  .shop {
  min-height:230px;
  font-size:13px;
  }
  .shop h5 {
  font-size: 15px;
  line-height: 24px;
  }
  .moreinfobtn {
  font: 400 14px/24px "Roboto", sans-serif;
  padding: 5px 5px 5px 5px;
  display: inherit;
  }
  .buybtn {
  font: 400 14px/24px "Roboto", sans-serif;
  padding: 5px 5px 5px 5px;
  display: inherit;
  }
  .sf-menu ul {
  top: 100%; 
  }
}

@media (max-width: 1198px) {
  .header-wrapper .cart {
  margin-left:0;
  }
  .btns {
  width:79%;
  }
  .winedetail {
  min-height:163px;
  }
  .iframe {
  width:440px;
  height:248px;
  }
}

@media (max-width: 979px) {
  blockquote * + h4 {	  	
  font-size:18px;
  }
  blockquote * + .btn3 {	  	
  padding: 7px 25px 7px 25px;
  }
  blockquote {
  padding: 0;
  } 
  blockquote q {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  }
  .winedetail {
  min-height:inherit;
  }
  .btnsdetail {
  position:relative;
  bottom:0;
  display:block;
  overflow:hidden;
  }
  .brand_slogan {
  top: 93px;
  }
  .buybtn, .moreinfobtn {
  font: 400 12px/18px "Roboto", sans-serif;
  padding: 5px 10px 5px 10px;
  float:left;
  margin:5px 0 0 0;
  }	
  .brand {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0; 
  }
  .box2_cnt {
  min-height:150px;
  }
  .box2_cnt h5 {
  font-size: 13px;
  line-height: 19px;
  }
  .shop {
  min-height:280px;
  }
  .shop h5 {
  font-size: 13px;
  line-height: 15px;
  }
  .sf-menu ul ul {
  top: 41.5%; 
  }
  .iframe {
  width:340px;
  height:191px;
  } 
  .isStuck {
  display: none !important; 
  }
  .historyimg3 img {
  height:75px;
  width:100px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu {
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block; 
  }
  .sf-menu a {
  padding: 19px 19px; 
  } 
  .isStuck .sf-menu ul {
  top: 73%; }
  .isStuck .brand {
  display: none; 
  }
  .brand_slogan {
  top: 93px;
  }
  .numyears {
  top:37px;
  }
  .brand {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: 0; 
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  header {
  text-align: center; 
  }
  header .nav {
  float: none; 
  margin-top:25px;
  }
  header .brand {
  float: none; } 
}

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu {
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 12px; }
  .sf-menu a {
  padding: 19px 17px; 
  }
  header {
  text-align: center; 
  }
  header .nav {
  float: none; 
  }
  header .brand {
  float: none; 
  } 
  .map {
  height:556px;
  }
  .address-list li dl {
  font-size: 13px; 
  }
}

@media (max-width:768px) {
  .header-wrapper {
  height:auto;
  }
  .brand img {
  max-width:90%;
  padding:15px;
  padding-right:0;
  }
  .box2_cnt {
  min-height:25px;
  padding-bottom:0;
  }
  .box2_cnt h5 {
  font-size: 18px;
  line-height: 27px;
  }
  .shop {
  min-height:190px;
  padding-bottom:0;
  }
  .shop h5 {
  font-size: 18px;
  line-height: 20px;
  }
  .btns {
  position:relative;
  width:inherit;
  display:block;
  overflow:hidden;
  margin-top:15px;
  }
  .map {
  height:300px;
  }
  .taxes {
  float:none;
  display:block;
  margin-right:0;
  padding-top:0;
  margin-top:15px; 
  padding-bottom:15px;
  }
  .historyimg3 img {
  float:none;
  margin:0;
  }
}

@media (max-width: 767px) {
  .resp-center {
  text-align: center; 
  }
  .brand {
   margin-left: 0; 
  }
  .brand_slogan {
  display:none;
  } 
  .custom-wrapper h2 {
  font-size:24px;
  line-height:24px;
  margin-bottom:15px;
  }
  .custom-wrapper .custom-box h2 span {
  font-size: 20px;
  font-weight: 300; 
  line-height:20px;
  }
  .custom-wrapper .custom-box p {
  font-size:13px;
  font-weight:500;
  line-height: 18px; 
  }
  .moreinfobtn {
  font: 400 16px/31px "Roboto", sans-serif;
  padding: 5px 10px 5px 10px;
  display: inherit;
  float:right;
  margin:inherit;
  }
  .buybtn {
  font: 400 16px/31px "Roboto", sans-serif;
  padding: 5px 10px 5px 10px;
  display: inherit;
  float:left;
  margin:inherit;
  }
  .header-wrapper .inline-list {
  float: none !important;
  width:191px;
  margin:0 auto; 
  text-align:center;
  padding-top:15px;
  }
  header .info-list {
  float: none; 
  }
  .iframe {
  width:440px;
  height:248px;
  } 
  .sf-menu {
  display: none;
  }
  body {
  padding-top: 56px; 
  }
 .rd-mobilemenu, .rd-mobilepanel {
  display: block; 
  }
  header {
  text-align: center;
  }
  header .brand, header .nav {
  float: none;
  }
}

@media (max-width: 479px) {
  .custom-wrapper .button-wrap {
  padding-bottom: 20px;
  text-align: center;
  display: block;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 100%; }
  .custom-wrapper .button-wrap .btn2 + .btn2, .custom-wrapper .button-wrap .btn3 + .btn2, .custom-wrapper .button-wrap .btn2 + .btn3, .custom-wrapper .button-wrap .btn3 + .btn3 {
  margin-left: 0;
  margin-top: 10px; 
  }
  .button-wrap {
  float: none;
  text-align: center; 
  }
  .button-wrap .btn2 + .btn2, .button-wrap .btn3 + .btn2, .button-wrap .btn2 + .btn3, .button-wrap .btn3 + .btn3 {
  margin-left: 0;
  margin-top: 10px; 
  }
  .iframe {
  width:300px;
  height:169px;
  } 
  .header-wrapper .info-list {
  padding-top: 10px; 
  }
  .header-wrapper .info-list li + li {
  margin-left: 0; 
  }
  .shop {
  min-height:220px;
  padding-bottom:0;
  }
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } 
}