/* Magnific Popup CSS */
.popup-content {
	background: #fff;
	max-width: 800px;
	margin:0 auto;
	box-sizing: border-box;
	padding:2em;
	position: relative;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: url(/images/closepop.png) no-repeat center;
  }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.mainnavwrap{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border
  -box;box-sizing:border-box;
  width:100%;
  float:left;
  background-color:#f2f1f1;
  padding:16px 0px;
  position:relative;
  z-index:7777
}

.mainnavwrap .subnav-wrap{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;-webkit-
  box-shadow:1px 1px 2px 0 rgba(0,0,0,0.25);
  -moz-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow:1px 1px 2px 0 rgba(0,0,0,0.25);
  background-image:url("/images/whitebg.png");
  position:absolute;width:100%;
  float:left;
  z-index:300;
  top:55px
}
.mainnavwrap .subnav-outer{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  max-width:1200px;
  margin:auto;
  display:table;
  padding:0px 26px
}
.mainnavwrap .subnav-inner{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  width:100%;
  max-width:1200px;
  margin:auto;
  height:100%;
  display:table
}
.mainnavwrap .menuitem{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:table-cell;
  padding:15px 15px 0px 15px;
  text-align:center;
  height:100%;
  vertical-align:bottom;
  font-size:15px;
  font-weight:normal;
  color:#000
}
.mainnavwrap .menuitem:hover{
  color:#ff7e00;
  background:#ffffff;
  background:-moz-linear-gradient(top, #fff 0%, #efefef 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #efefef));
  background:-webkit-linear-gradient(top, #fff 0%, #efefef 100%);
  background:-o-linear-gradient(top, #fff 0%, #efefef 100%);
  background:-ms-linear-gradient(top, #fff 0%, #efefef 100%);
  background:linear-gradient(to bottom, #fff 0%, #efefef 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 )
}
.mainnavwrap .menuitem img{max-width:100%}.megamenu,.brandmenu{display:none}.mainnav{display:block;margin:0px;padding:0px;float:left;list-style:none}.mainnav>li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin:0px;padding:0px;float:left;list-style:none}.mainnav>li a{display:block;padding-right:26px;font-size:19px;color:#000}@media (max-width: 1200px) and (min-width: 980px){.mainnav>li a{padding-right:20px;font-size:17px}}.mainnav>li.active a,.mainnav>li:hover a{color:#ff7e00}

.page-home{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;margin:auto;max-width:1200px;padding-top:2em}
.page-home .showbox{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:auto;position:relative}
.page-home .showbox:after{clear:both;content:"";display:block}
.page-home .showbox .cycle-slideshow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0px;margin:0px;width:100%}
.page-home .showbox .cycle-slideshow:after{clear:both;content:"";display:block}
.page-home .showbox .cycle-slideshow li{position:relative;width:100%}
.page-home .showbox .cycle-slideshow li a{display:block}
.page-home .showbox .cycle-slideshow li a img{width:100%;height:auto}
.page-home .showbox .promoBox1,.page-home .showbox .promoBox2{padding-top:1px;width:49%;float:left;margin-top:1em}
.page-home .showbox .promoBox1:after,.page-home .showbox .promoBox2:after{clear:both;content:"";display:block}
.page-home .showbox .promoBox1 img,.page-home .showbox .promoBox2 img{width:100%;height:auto}
@media (max-width: 600px) and (min-width: 0px){.page-home .showbox{width:95%}.page-home .showbox .promoBox1{width:100%}
.page-home .showbox .promoBox1 img{width:100%;height:auto}.page-home .showbox .promoBox2{width:100%}.page-home .showbox .promoBox2 img{width:100%;height:auto}}@media (max-width: 980px) and (min-width: 601px){.page-home .showbox .promoBox2{margin-left:2%}}@media (min-width: 981px){.page-home .showbox .promoBox2{margin-left:2%}}.page-home .showbox .center{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;width:100%;padding-left:10px;padding-right:10px;font-size:3em;position:absolute}@media (max-width: 600px) and (min-width: 0px){.page-home .showbox .center{top:25%}}@media (max-width: 980px) and (min-width: 601px){.page-home .showbox .center{top:30%}}@media (min-width: 981px){.page-home .showbox .center{top:30%}}.page-home .showbox .center i{color:#FFF}.page-home .showbox .center #next{float:right}.imghomebanners{width:100%;float:left}.imghomebanners .full,.imghomebanners .left,.imghomebanners .right{text-align:center}.imghomebanners .full img,.imghomebanners .left img,.imghomebanners .right img{max-width:100%;display:inline-block;margin:auto}.imghomebanners .full{width:100%;float:left}.imghomebanners .left,.imghomebanners .right{width:50%;float:left}@media (max-width: 600px) and (min-width: 0px){.imghomebanners .left,.imghomebanners .right{width:100%}}.imghomebanners .wide{display:block !important}.imghomebanners .small{display:none !important}@media (max-width: 600px) and (min-width: 0px){.imghomebanners .wide{display:none !important}.imghomebanners .small{display:block !important}}.homebannerswrap{width:100%;float:left}.imgsect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-position:center left;background-repeat:no-repeat;bottom:0px}.imgsect img{max-width:100%}@media (max-width: 600px) and (min-width: 0px){.imgsect{position:relative}}.widebannersect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;float:left;padding:40px 0px 0px 2%;position:relative;background:#ffffff;background:-moz-linear-gradient(left, #fff 0%, #f6f6f6 50%, #fff 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #f6f6f6), color-stop(100%, #fff));background:-webkit-linear-gradient(left, #fff 0%, #f6f6f6 50%, #fff 100%);background:-o-linear-gradient(left, #fff 0%, #f6f6f6 50%, #fff 100%);background:-ms-linear-gradient(left, #fff 0%, #f6f6f6 50%, #fff 100%);background:linear-gradient(to right, #fff 0%, #f6f6f6 50%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )}@media (max-width: 600px) and (min-width: 0px){.widebannersect{padding:40px 0px 30px 0px;border-bottom:1px #ddd solid}}.widebannersect:after{content:'';width:100%;height:1px;float:left;margin-top:40px;background:#ffffff;background:-moz-linear-gradient(left, #fff 0%, #ddd 50%, #fff 100%);background:-webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(50%, #ddd), color-stop(100%, #fff));background:-webkit-linear-gradient(left, #fff 0%, #ddd 50%, #fff 100%);background:-o-linear-gradient(left, #fff 0%, #ddd 50%, #fff 100%);background:-ms-linear-gradient(left, #fff 0%, #ddd 50%, #fff 100%);background:linear-gradient(to right, #fff 0%, #ddd 50%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )}@media (max-width: 600px) and (min-width: 0px){.widebannersect:after{display:none}}.widebannersect h2{margin:0px 0px 0px 0px;font-weight:lighter;font-size:50px}.widebannersect h3{margin:0px 0px 0px 0px;font-weight:lighter;font-size:21px}.widebannersect p{font-size:17px;font-weight:lighter;color:#6c6c6c}.widebannersect .textsect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;width:40%;float:left}@media (max-width: 600px) and (min-width: 0px){.widebannersect .textsect{width:100%;padding:0px 4%}}.widebannersect .textsect .orangefullbutton{margin-top:20px}.widebannersect .imgsect{width:56%;position:absolute;height:100%;right:0px}@media (max-width: 600px) and (min-width: 0px){.widebannersect .imgsect{width:100%;height:338px;float:left;position:static;background-position:center center}}.lowerbannerswrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;float:left;position:relative}.lowerbannerswrap:after{content:'';position:absolute;width:1px;height:100%;background-color:#ddd;left:50%;z-index:30}@media (max-width: 600px) and (min-width: 0px){.lowerbannerswrap:after{display:none}}.halfbannersect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;text-align:center;padding-top:20px;float:left}@media (max-width: 600px) and (min-width: 0px){.halfbannersect{width:100%;position:relative;border-bottom:1px #ddd solid}}.halfbannersect h2{font-size:40px;font-weight:lighter;margin:0px 0px 0px 0px}.halfbannersect h3{font-size:19px;font-weight:lighter;color:#5f5f5f;margin:0px 0px 0px 0px}.halfbannersect .textsect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media (max-width: 600px) and (min-width: 0px){.halfbannersect .textsect{width:100%}}.halfbannersect .imgsect{width:100%;float:left;position:static;margin-top:20px;text-align:center;overflow:hidden;height:260px;background-position:center center;background-size:auto auto}@media (max-width: 600px) and (min-width: 0px){.halfbannersect .imgsect{width:100%;padding-bottom:0px}}.halfstackbannerwrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;float:right;position:relative}@media (max-width: 600px) and (min-width: 0px){.halfstackbannerwrap{width:100%}}.halfstackbannerwrap h2{font-size:30px;line-height:30px;font-weight:lighter;margin:0px 0px 12px 0px}.halfstackbannerwrap h3{font-size:17px;line-height:20px;font-weight:lighter;color:#5f5f5f;margin:0px 0px 0px 0px}.halfstackbannerwrap .textsect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:55%;float:right;padding-top:30px;padding-bottom:36px;min-height:180px}.halfstackbannerwrap .imgsect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:40%;float:left;position:absolute;height:100%;left:0px;background-position:center right;z-index:10}.halfstackbannerwrap .halfstackbannersect{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;float:left;position:relative}@media (max-width: 980px) and (min-width: 601px){.halfstackbannerwrap .halfstackbannersect{padding-right:4%}}@media (max-width: 600px) and (min-width: 0px){.halfstackbannerwrap .halfstackbannersect{padding-right:8%;border-bottom:1px #ddd solid}}.halfstackbannerwrap .halfstackbannersect:after{content:'';display:block;float:left;width:100%;height:1px;background:#dddddd;background:-moz-linear-gradient(left, #ddd 51%, #fff 100%);background:-webkit-gradient(linear, left top, right top, color-stop(51%, #ddd), color-stop(100%, #fff));background:-webkit-linear-gradient(left, #ddd 51%, #fff 100%);background:-o-linear-gradient(left, #ddd 51%, #fff 100%);background:-ms-linear-gradient(left, #ddd 51%, #fff 100%);background:linear-gradient(to right, #ddd 51%, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=1 )}@media (max-width: 600px) and (min-width: 0px){.halfstackbannerwrap .halfstackbannersect:after{display:none}}.halfstackbannerwrap .halfstackbannersect:last-child:after{display:none}














