@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');
@import url('../fonts/fonts.css');
@import url("desktop.css") (max-width:1200px);
@import url("narrow.css") (max-width:1024px);
@import url("landscape.css") (max-width:1000px);
@import url("portrait.css") (max-width:915px);
@import url("mobile.css") (max-width:767px);

/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}a{color:inherit;text-decoration:none}header,footer,section,nav{display:block}


html {
  
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
.clear {
  clear: both;
}
.c_border {
  border-bottom: 1px solid transparent;
}
.spacer100 {
  margin-bottom: 100px;
}
.spacer50 {
  margin-bottom: 50px;
}
.mobile_only {
  display: none;
}
html body .mobile_only {
  display: none;
}
.mobile_only_inline {
  display: none;
}

/* HEADER NAV */
.header_nav {
  height: 160px;
  position: relative;
  overflow: hidden;
  padding-bottom: 500px;
  margin-bottom: -500px;
}
.header_nav.for_search {
  height: 120px;

}
.header_nav .top {
  position: absolute;
  height: 40px;
  background: #f0f0f0;
  left: 0;
  right: 0;
  top: 0;
}
.header_nav .tel {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  padding: 5px 0;
  line-height: 30px;
  padding-left: 50px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #5f5a5a;
  background: url("../img/head_phone.png") no-repeat 0% 50%;
  background-size: 30px 30px;
}
.header_nav .logo,
.sticky_nav .logo {
  width: 270px;
  height: 60px;
  top: 70px;
  left: 0;
  position: absolute;
}
.header_nav .logo.regional,
.sticky_nav .logo.regional {
  height: 90px;
}
.header_nav .logo.regional {
  z-index: 12;
}
.header_nav.for_search .logo {
  top: 33px;
}
.header_nav .logo a,
.sticky_nav .logo a {
  background: url("../img/logo.png?v3") no-repeat;
  background-size: 270px 60px;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 270px;
  height: 60px;
}
.header_nav .logo.regional a,
.sticky_nav .logo.regional a {
  height: 90px;
  background-size: 270px 90px;
  background-repeat: no-repeat;
}

.header_nav.for_search .logo a {
  z-index: 22;
  position: relative;
}
.header_nav .gen_nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 5px 0;
  height: 30px;
  line-height: 30px;
}
.header_nav .gen_nav li {
  float: left;
  margin-left: 46px;
}
.header_nav .gen_nav li:hover a {
  text-decoration: underline;
}
.header_nav .gen_nav li span {
  height: 18px;
  background: #FF6100;
  color: white;
  vertical-align: middle;
  line-height: 18px;
  font-weight: bold;
  font-size: 11px;
  width: 30px;
  text-align: center;
  border-radius: 9px;
  display: inline-block;
  margin-left: 5px;
}
.header_nav .gen_nav li:hover span {
  text-decoration: none;
}
.header_nav .regional_link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 33px 5px 0;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background: url("../img/arrow_orange_r.png") 100% 50% no-repeat;
  background-size: 13px 20px;
}
.header_nav .main_nav {
  position: absolute;
  top: 91px;
  right: 0;
}
.header_nav.for_search .main_nav {
  top: 44px;
}
.header_nav .main_nav>li {
  float: left;
  line-height: 32px;
  height: 32px;
  font-weight: bold;
  font-size: 16px;
  margin-left: 40px;
  position: relative;
}

.header_nav .main_nav>li:hover {
  border-bottom: 3px solid #FF6100;
}
.header_nav .main_nav ul {
  position: absolute;
  top: 35px;
  background: white;
  z-index: 2;
  padding-top: 24px;
  left: -5000px;
  padding-left: 5000px;
  padding-right: 5000px;
  visibility: hidden;
  transition: .5s height, .5s visibility;
  height: 0;
  overflow: hidden;
}

.header_nav .main_nav>li:hover ul {
  visibility: visible;
}
.header_nav .main_nav ul li {
  white-space: nowrap;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  padding-left: 28px;
  background: url("../img/arrow_orange_r.png") no-repeat 0% 50%;
  background-size: 8px 13px;
  opacity: 0;
  transition: .3s opacity;
}
.header_nav .main_nav ul li.shown {
  opacity: 1;
}
.header_nav .main_nav ul li a {
  display: inline-block;
  transition: .5s padding;
}
.header_nav .main_nav ul li:hover a {
  padding-left: 15px;
}
.header {
  min-height: 350px;
  background: #eee;
  overflow: hidden;
  position: relative;
}
.header .carousel {
/*   position: relative; */
}
.header .carousel li {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .8s opacity;
}
.header .carousel li.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.header .carousel li.last {
  visibility: visible;
  opacity: 1;
}
.header .carousel li img {
  display: block;
  width: 100%;
}
.header .buttons {
  position: absolute;
  left: 50%;
  width: 830px;
  margin-left: -415px;
  bottom: 160px;
}
.header .buttons a {
  float: left;
  display: block;
  width: 370px;
  height: 80px;
  background: white;
  text-align: center;
  border-radius: 40px;
  box-sizing: border-box;
  line-height: 40px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 20px;
/*  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;*/
}
.header .buttons a:first-child {
  margin-right: 50px;
}
.header .buttons a span {
/*  background-repeat: none;
  background-clip: text; -webkit-background-clip: text;
  color: transparent;*/
   color: #FF6100;
}
.header .buttons a span.notbg {
  color: #FF6100;
}
.cms_nav {
  height: 80px;
  margin-top: -80px;
  background: rgba(255,97,0,.95);
  position: relative;
  font-size: 17.5px;
  color: white;
  line-height: 80px;
  z-index: 2;
}
.cms_nav>ul {
  height: 80px;
  text-align: center;
}
.cms_nav>ul>li {
  text-align: left;
  display: inline-block;
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  height: 80px;
  box-sizing: border-box;
  padding-top: 24px;
}
.cms_nav>ul>li>a {
  display: block;
  height: 32px;
  line-height: 32px;
}
.cms_nav>ul>li:hover>a {
  border-bottom: 3px solid white;
}
.cms_nav li ul {
  position: absolute;
  left: 0;
  top: 80px;
  background: rgba(255,97,0,.95);
  font-size: 16px;
  line-height: 32px;
  padding: 30px 60px;
  display: none;
}
.cms_nav li:hover ul {
  display: block;
}
.cms_nav li ul li {
  margin-top: 6px;
  white-space: nowrap;
}
.cms_nav li ul li a {
  display: inline-block;
  position: relative;
  transition: .5s left;
  left: 0;
}
.cms_nav li ul li:hover a {
  left: 15px;
}
.cms_nav li ul li:first-child {
  margin-top: 0px;
}
.crumbs {
  overflow: hidden;
  padding: 20px 0;
}
.crumbs div {
  float: left;
  color: #c8c8c8;
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  margin-right: 20px;
  line-height: 28px;
  font-weight: normal;
}
.crumbs div::after {
  content: "/";
  margin-left: 20px;
}
.crumbs div:last-child::after {
  display: none;
}
.title {
  text-align: center;
  line-height: 60px;
  font-size: 44px;
  font-family: "Century Gothic", sans-serif;
  color: #FF6100;
  margin-bottom: 40px;
}
.welcome {
  margin-bottom: 100px;
}
.split_content {
  
}
.split_content img {
  display: block;
  width: 51.28%;
}
.split_content .cms_content {
  width: 43.58%;
  float: left;
}
.split_content.left img {
  float: left;
  margin-right: 5.1%;
}
.split_content.right img {
  float: right;
}
.cms_content {
  color: #5f5a5a;
  line-height: 28px;
}
.cms_content h1 {
  font-size: 30px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
}
.cms_content p {
  margin-bottom: 28px;
}
.store_loc {
  overflow: hidden;
  margin-bottom:0px; /* 80 px */
}
.store_loc>div {
  float: left;
  width: 50%;
  position: relative;
}
.store_loc>div>img {
  width: 100%;
  display: block;
}
.store_loc .loc_title {
  position: absolute;
  top: 60px;
  left: 0;
  background: rgba(255,97,0,.95);
  color: white;
  font-family: "Century Gothic", sans-serif;
  font-size: 28px;
  font-weight: bold;
  width: 61.5%;
  box-sizing: border-box;
  height: 115px;
  line-height: 115px;
  padding-left: 40px;
  border-radius: 0 58px 58px 0;
  min-width: 600px;
}
.store_loc .action {
  position: absolute;
  left: 0;
  right: 0;
  height: 65px;
  bottom: 5%;
}
.store_loc .action form {
  overflow: hidden;
  height: 65px;
  border-radius: 33px;
  background: white;
  position: absolute;
  width: 410px;
  left: 50%;
  top: 0;
  margin-left: -205px;
  box-shadow: 0px 0px 30px rgba(0,0,0,.25);
  box-sizing: border-box;
  padding: 5px;
}
.store_loc .action input {
  display: block;
  float: left;
  border: 0px none;
  background: transparent;
  height: 55px;
  width: 345px;
  box-sizing: border-box;
  padding-left: 33px;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  font-style: italic;
}
.store_loc .action button {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border: 0px none;
  border-radius: 28px;
  background: url("../img/arrow_white_r.png") 50% 50% no-repeat #FF6100;
  background-size: 13px 20px;
  text-indent: -10000px
}
.store_loc .action .more {
  height: 65px;
  background: white;
  color: #FF6100;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: 270px;
  margin-left: -135px;
  border-radius: 33px;
  line-height: 65px;
  transition: background .5s;
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  box-sizing: border-box;
}
.store_loc .action .more:hover {
  background: #f0f0f0;
}
.store_loc .loc_tel {
  position: absolute;
  top: 180px;
  background: rgba(255,255,255,.95);
  height: 65px;
  padding: 5px 120px 5px 35px;
  line-height: 55px;
  box-sizing: border-box;
  border-radius: 0 33px 33px 0;
}
.store_loc .loc_tel a {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #5f5a5a;
}
.store_loc .loc_tel span {
  display: block;
  width: 55px;
  height: 55px;
  background: url("../img/delivery_phone.png") 50% 50% no-repeat #FF6100;
  background-size: 24px 24px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 28px;
}
.foot_links {
  text-align: center;
  margin-bottom: 80px;
/*   height: 80px; */
  line-height: 80px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #5f5a5a;
}
.foot_links a {
  display: inline-block;
  box-sizing: border-box;
  height: 80px;
  border: 2px solid #f0f0f0;
  line-height: 76px;
  border-radius: 40px;
  width: 280px;
  text-align: center;
  color: #FF6100;
  font-size: 22px;
  margin-left: 24px;
  transition: background .5s;
}
.foot_links a:hover {
  background: #f0f0f0;
}
.foot_links br {
  display: none;
}
.foot_links.imp a,
.foot_links.imp a:hover {
  background: #FF6100;
  color: white;
  width: 370px;
  border: 2px solid #FF6100;
}
.foot_links.imp a.two_rows_gray,
.foot_links.imp a.two_rows_gray:hover {
  color: #5f5a5a;
  background: #f0f0f0;
  border: 2px solid #f0f0f0;
  line-height: 28px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}


.footer {
  height: 236px;
  border-bottom: 2px solid #FF6100;
  margin-top: 66px;
}
.footer .slogan {
  float: left;
  width: 170px;
  height: 170px;
  overflow: hidden;
  text-indent: -10000px;
  background: url("../img/foot_slogan.png") no-repeat;
  background-size: 170px 170px;
  border-radius: 85px;
}
.footer ul {
  float: left;
  width: 170px;
  margin-left: 130px;
}
.footer ul li {
  color: #5f5a5a;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 22px;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .nmg {
  display: block;
  overflow: hidden;
  text-indent: -10000px;
  height: 16px;
  width: 31px;
  position: absolute;
  top: 202px;
  left: 70px;
  background: url("../img/nmg.png") no-repeat top left;
}
.footer .nmg:hover {
  background-position: top right;
}
.foot_clipping {
  overflow: hidden;
}
.foot_clipping>div {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 0px;
}
.foot_clipping>div>ul>li {
  background: white;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: .5s opacity, .5s visibility;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.foot_clipping>div>ul>li.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.foot_clipping>div>ul>li:hover .more_link {
  color: #FF6100;
}
.foot_clipping>div>ul>li.last {
  visibility: visible;
  opacity: 1;
}

.foot_clipping .heading {
  height: 130px;
  background: #f0f0f0;
  border-right: 1px solid #ddd;
  position: relative;
}
.foot_clipping>div:last-child .heading {
  border-right: 0px none;
}
.foot_clipping .heading .name {
  color: #5f5a5a;
  line-height: 130px;
  font-size: 28px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  padding-left: 60px;
  height: 130px;
}
.foot_clipping .heading .name a {
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.foot_clipping .heading .navi {
  position: absolute;
  top: 59px;
  right: 60px;
}
.foot_clipping .heading .navi a {
  display: block;
  height: 20px;
  width: 13px;
  margin-left: 30px;
  float: left;
  background: url("../img/navi_arrows.png") no-repeat;
  background-size: 26px 40px;
}
.foot_clipping .heading .navi a span {
  display: block;
  width: 13px;
  height: 20px;
  background: url("../img/navi_arrows.png") no-repeat;
  background-size: 26px 40px;
  opacity: 1;
  transition: .3s opacity;
}
.foot_clipping .heading .navi a.prev {
  background-position: top left;
}
.foot_clipping .heading .navi a.next {
  background-position: top right;
}
.foot_clipping .heading .navi a.prev span {
  background-position: bottom left;
}
.foot_clipping .heading .navi a.next span {
  background-position: bottom right;
}
.foot_clipping .heading .navi a:hover span {
  opacity: 1;
}
.foot_clipping .image {
  position: relative;
  margin-right: -1px;
}
.foot_clipping .image img {
  display: block;
  width: 100%;
}
.foot_clipping .date {
  position: absolute;
  bottom: 14.1%;
  left: 9.3%;
  color: white;
  background: #FF6100;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  border-radius: 33px;
}
.foot_clipping .clip_title {
/*   height: 265px; */
  box-sizing: border-box;
  padding: 48px 10% 107px;
  text-align: right;
/*   position: relative; */
}
.foot_clipping>div:last-child .clip_title {
  border-right: 0px none;
}
.foot_clipping .ttext {
  font-size: 20px;
  line-height: 36px;
  color: #5f5a5a;
  text-align: left;
}
.foot_clipping .ttext em {
  font-style: italic;
  color: #FF6100;
}
a.more_link {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: url("../img/arrow_orange_r.png") no-repeat 100% 50%;
  background-size: 13px 20px;
  color: #5f5a5a;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-right: 33px;
  margin-top: 50px;
  position: absolute;
  right: 10%;
  bottom: 33px;
  transition: .5s color;
}
a.more_link:hover {
  color: #FF6100;
}
.foot_social_icons {
  padding: 114px 0;
  height: 70px;
  background: #f0f0f0;
  text-align: center;
  margin-bottom: 80px;
}
.foot_social_icons a {
  display: none;
  overflow: hidden;
  width: 70px;
  height: 70px;
  background-color: #d4d4d4;
  border-radius: 35px;
  transition: background .3s;
  margin-left: 40px;
  margin-right: 40px;
  background-image: url("../img/social_icons.png");
  background-repeat: no-repeat;
  background-size: 490px 70px;
  text-indent: -10000px;
}
.foot_social_icons a.active {
  display: inline-block;
}
.foot_social_icons a:hover {
  background-color: #FF6100;
}
.foot_social_icons a.facebook {
  background-position: 0px 0px;
}
.foot_social_icons a.pinterest {
  background-position: -70px 0px;
}
.foot_social_icons a.youtube {
  background-position: -140px 0px;
}
.foot_social_icons a.twitter {
  background-position: -210px 0px;
}
.foot_social_icons a.instagram {
  background-position: -280px 0px;
}
.foot_social_icons a.shop {
  background-position: -350px 0px;
}
.foot_social_icons a.auction {
  background-position: -420px 0px;
}
.foot_instagram {
  overflow: hidden;
}
.foot_instagram ul {
  overflow: hidden;
}
.foot_instagram ul li {
  float: left;
  width: 16.66666%;
}
.foot_instagram ul li img {
  display: block;
  width: 100%;
}
.foot_instagram .insta_title {
  height: 36px;
  line-height: 36px;
  padding: 47px 60px;
  background: #f0f0f0;
  position: relative;
}
.foot_instagram .insta_title.top {
  background: white;
  text-align: center;
  border-top: 1px solid #ddd;
}
.foot_instagram .text {
  color: #5f5a5a;
  font-size: 28px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
}
.foot_instagram .more_link {
  margin-top: 0;
  display: block;
  position: absolute;
  right: 60px;
  top: 53px;
}
.foot_anno {
  
}
.foot_anno ul {
  overflow: hidden;
}
.foot_anno ul li {
  float: left;
  width: 25%;
  position: relative;
}
.foot_anno ul li img {
  width: 100%;
  display: block;
}
.foot_anno ul li .text {
  background: white;
  color: #5f5a5a;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 48px 12.5%;
  font-size: 20px;
  line-height: 36px;
}
.foot_anno ul li>a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.foot_anno ul li:last-child .text {
  border-right: 0px none;
}
.sticky_nav {
  height: 74px;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  position: fixed;
  top: -74px;
  transition: .5s top;
  z-index: 20;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.sticky_nav.shown {
  top: 0;
}
.sticky_nav .content {
  padding-top: 22px;
}
.sticky_nav ul {
  float: right;
}
.sticky_nav ul li {
  float: left;
  margin-left: 40px;
  padding: 0 3px;
}
.sticky_nav ul li:hover {
  border-bottom: 3px solid #FF6100;
}
.sticky_nav .tel {
  float: right;
  padding-left: 50px;
  height: 30px;
  background: url("../img/head_phone.png") no-repeat 0% 50%;
  background-size: 30px 30px;
}
.sticky_nav .logo {
  top: 15px;
  width: 200px;
  height: 44px;
  position: absolute;
  left: 0;
}
.sticky_nav .logo.regional {
  top: 8px;
  width: 200px;
  height: 66px;
}
.sticky_nav .logo a {
  width: 200px;
  height: 44px;
  background-size: 200px 44px;
}
.sticky_nav .logo.regional a {
  width: 200px;
  height: 66px;
  background-size: 200px 66px;
}
.popup {
  z-index: 30;
  position:absolute; /*fixed;*/
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.8);
  line-height: 100vh;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.popup.shown {
  visibility: visible;
  opacity: 1;
}
.popup>span {
  display: inline-block;
 /* height: 100%; */
  width: 1px;
 /* vertical-align: middle;*/
}
.popup>div {
  min-width: 200px;
  min-height: 200px;
  line-height: normal;
  background: #f0f0f0;
  display: inline-block;
  vertical-align: middle;
  padding: 50px 100px;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 80px rgba(0,0,0,.6);
}
.popup .popup_title {
  color: #5f5a5a;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  margin-bottom: 50px;
}
.newsletter>div {
  width: 970px;
}
.newsletter a.close {
  float: right;
  margin-right: -70px;
  margin-top: -20px;
  width: 20px;
  height: 20px;
  background: url("../img/popup_x.png") no-repeat;
  background-size: 20px 20px;
}
.newsletter form {
  
}
.newsletter form p {
  margin-bottom: 30px;
}
.newsletter form input.name,
.newsletter form input.email {
  height: 65px;
  background: white;
  border: 0px none;
  border-radius: 33px;
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 30px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.15);
  font-style: italic;
}
.newsletter form label {
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #ababab;
}
.newsletter form input.email {
  width: 100%;
}
.newsletter form input.name {
  width: 48%;
}
.newsletter form input.name:first-child {
  margin-right: 4%;
}
.newsletter form button {
  width: 170px;
  height: 61px;
  border: 0px none;
  color: #FF6100;
  background: #f0f0f0;
  border-radius: 33px;
  display: block;
  float: right;
  box-sizing: border-box;
  border: 2px solid #FF6100;
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  transition: .5s background, .5s color;
  cursor: pointer;
}
.newsletter form button:hover {
  color: white;
  background: #FF6100;
}
.newsletter form input.check {
  position: absolute;
  opacity: 0;
}
.newsletter form span.check {
  display: inline-block;
  vertical-align: middle;
  background: white;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
  transition: .1s background-color;
}
.newsletter form span.check.checked {
  background-color: #FF6100;
}

.pl_detail {
  color: #5f5a5a;
  margin-bottom: 90px;
}
.split_detail {
  overflow: hidden;
}
.split_detail>div {
  float: left;
  width: 48.71%;
  min-height: 1px;
}
.split_detail>div:first-child {
  margin-right: 2.58%;
}
.split_detail .det_map {
  min-height: 265px;
  overflow: hidden;
  background: #f0f0f0;
}
.det_info .info_gen {
  line-height: 28px;
  margin-bottom: 20px;
}
.more_link_sm {
  font-weight: bold;
  display: inline-block;
  padding-right: 18px;
  background: url("../img/arrow_orange_r.png") no-repeat 100% 50%;
  background-size: 8px 13px;
  transition: .5s color;
}
.more_link_sm:hover {
  color: #FF6100;
}
.det_info .info_gen span, .sl_content span {
  color: #FF6100;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
}
.work_hours {
  
}
.work_hours>div {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.work_hours>div:nth-child(2n+1) {
  background: #f0f0f0;
}
.work_hours span {
  display: inline-block;
  width: 90px;
  font-weight: bold;
  color: #FF6100;
}
.det_carousel {
  background: #f0f0f0;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}
.det_carousel .car_navi {
  bottom: 0;  
  left: 0;
  right: 0;
  position: absolute;
}
.car_navi {
  height: 20px;
  padding: 5px 0;
  text-align: center;
}
.car_navi li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.car_navi li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FF6100;
  box-sizing: border-box;
  border-radius: 10px;
}
.car_navi li.active a {
  background: #FF6100;
}
.det_carousel .car_cont {
  overflow: hidden;
  height: 373px;
  position: relative;
}
.det_carousel .car_cont li {
  position: absolute;
  top: 0;
  left: 0;
  height: 373px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
.det_carousel .car_cont li.active {
  z-index: 1;
}
.det_carousel .car_cont li.active,
.det_carousel .car_cont li.past {
  opacity: 1;
  visibility: visible;
}
.det_carousel .car_cont li img {
  display: block;
  width: 100%;
}
.split_detail .det_title {
  color: #FF6100;
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
.det_date {
  
}
.det_date date {
  display: inline-block;
  height: 65px;
  color: white;
  background: #FF6100;
  line-height: 65px;
  border-radius: 33px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  padding: 0 55px;
}
.underline {
  text-decoration: underline;
}
.info_message {
  margin-top: 30px;
  background: #f0f0f0;
  line-height: 29px;
  padding: 8px 10px;
  text-align: center;
}
.sub_content {
  color: #5f5a5a;
}
.sub_content>div {
  margin-bottom: 50px;
}
.small_title {
  line-height: 36px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  margin-bottom: 30px;
}
.ico_links {
  overflow: hidden;
  margin-bottom: 40px;
}
.ico_links li {
  float: left;
  height: 60px;
  line-height: 57px;
  margin-bottom: 30px;
}
.width3 {
  width: 33.33%;
}
.ico_links li a {
  display: inline-block;
  height: 57px;
}
.ico_links li span {
  width: 57px;
  height: 57px;
  background-color: #FF6100;
  display: inline-block;
  border-radius: 29px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 57px 57px;
  margin-right: 20px;
}
.ico_links .ico1 span {
  background-image: url("../img/ico_link1.png");
}
.ico_links .ico2 span {
  background-image: url("../img/ico_link2.png");
}
.sub_content .info_message {
  padding: 21px 20px;
  text-align: left;
  margin-top: 0px;
}

.accordion1 {
  border: 2px solid #FF6100;
  background: #f0f0f0;
  padding: 50px 3.4% 50px 8.55%;
  margin-top: 20px;
  overflow: hidden;
}
.accordion1>li {
  margin-top: 30px;
}
.accordion1>li:first-child {
  margin-top: 0;
}
.accordion1 .ac_title {
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_orange_r.png");
  background-size: 8px 13px;
  margin-bottom: 12px;
}
.accordion1 .open .ac_title {
  background-image: url("../img/arrow_orange_d.png");
  background-size: 13px 8px;
}
.accordion1 .acc_content {
  overflow: hidden;
  height: 0;
}
.accordion1 .open .acc_content {
  height: auto;
}
.accordion1 .acc_s_title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.accordion1 .acc_split {
  overflow: hidden;
}
.accordion1 .acc_split>div {
  width: 50%;
  float: left;
}
 .accordion1 .acc_img {
   width: 160px;
   height: 160px;
   background: white;
   float: left;
   margin-right: 30px;
}
 .accordion1 .acc_det {
   float: left;
   line-height: 28px;
 }
 .accordion1 .acc_det .acc_s_title {
   margin-top: 0;
   margin-bottom: 8px;
 }
 .uline {
   text-decoration: underline;
 }
 
 .ho_links5 {
   overflow: hidden;
 }
 .ho_links5 li {
   width: 17.94%;
   float: left;
   position: relative;
   height: 280px;
   background: #f0f0f0;
   margin-left: 2.57%;
}
 .ho_links5 li:first-child {
   margin-left: 0;
 }
 .ho_links5 li:hover .more_link {
   color: #FF6100;
 }
.ho_links5 li div {
  text-align: center;
  padding: 40px 10px 0;
  color: #FF6100;
  font-size: 17px; /*20px;*/
  font-weight: bold;
  line-height: 34px;
}
.ho_links5 span {
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 48px;
}
.ho_links5 a.more_link {
  position: relative;
  top: 0;
  left: 0;
}
.quotes {
  background: #f0f0f0;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.quotes.vertical {
  height: 485px;
}
.quotes .q_cont li {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}
.quotes .q_cont li.active {
  z-index: 1;
}
.quotes .q_cont li.active,
.quotes .q_cont li.past {
  opacity: 1;
  visibility: visible;
}
.quotes .q_img {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 300px;
}
.quotes .q_img img {
  display: block;
  width: 100%;
}
.quotes.vertical .q_img {
  width: 100%;
  float: none;
  height: 240px;
}
.quotes .q_q_cont {
  float: left;
  width: 50%;
  line-height: 300px;
  text-align: center;
}
.quotes.vertical .q_q_cont {
  float: none;
  height: 244px;
  line-height: 220px;
  width: 100%;
}
.quotes.vertical.no_img .q_q_cont {
  height: 485px;
  line-height: 440px;
}
.fullh {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.quotes .q_q_q_cont {
  display: inline-block;
  vertical-align: middle;
  width: 75%;
  line-height: 36px;
  font-size: 22px;
  box-sizing: border-box;
}
.quotes.vertical .q_q_q_cont {
  width: 90%;
}
.quotes .q_q_q_cont span {
  font-weight: bold;
  font-size: 16px;
  display: block;
  color:#5f5a5a;
}
.quotes .q_q_cont a.more_link {
  font-size: 22px;
  bottom: 18px;
  right: 30px;
}
.quotes .car_navi {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: 15px;
  z-index: 1;
}
.quotes.vertical .car_navi {
  left: 0;
}
.split_uneven {
  overflow: hidden;
}
.split_uneven .quotes {
  width: 40.17%;
  position: relative;
  float: left;
  margin-right: 2.57%;
}
.su_text {
  width: 57.26%;
  height: 484px;
  background: #f0f0f0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 60px;
}
.su_text.halfh {
  height: 227px;
  padding-right: 30px;
}
.su_text.halfh.first {
  margin-bottom: 30px;
}
.su_text div {
  margin-top: 150px;
  font-family: "Century Gothic", sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
}
.su_text.halfh div {
  margin-top: 20px;
}
.su_text a {
  display: block;
  width: 234px;
  height: 76px;
  line-height: 76px;
  background: white;
  color: #FF6100;
  text-align: center;
  border-radius: 38px;
  font-family: "Century Gothic", sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

.gratis_ophalen .foot_links a {
  width: 470px;
}
.pickup_quick {
  padding: 50px 0;
  background: #f0f0f0;
  color: #5f5a5a;
}
.pickup_quick .split_half {
  
}
.pickup_quick .split_half>div {
  width: 50%;
  float: left;
  min-height: 50px;
  box-sizing: border-box;
}
.pickup_quick .split_half>div:first-child {
  border-right: 1px solid white;
}
.pickup_quick .text {
  line-height: 28px;
  text-align: center;
}
.pickup_quick .title {
  margin: -10px 0 20px;
}
.pickup_quick .in_store form {
  padding: 0 11.5% 0 11.5%;
}
.pickup_quick .on_site form {
  padding: 0 11.5% 0 11.5%;
}
.pickup_quick form div {
  height: 65px;
  margin-top: 20px;
}
.pickup_quick input,
.pickup_quick button {
  display: inline-block;
  height: 65px;
  background: white;
  border: 0px none;
  vertical-align: middle;
  box-sizing: border-box;
}
.pickup_quick input {
  padding: 0 30px;
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
}
.pickup_quick .fullw input {
  width: 100%;
}
.pickup_quick .fullw input,
.pickup_quick .btnout input {
  border-radius: 33px;
  box-shadow: 0px 0px 30px rgba(0,0,0,.25);
}
.pickup_quick .btnout button {
  width: 65px;
  background: url("../img/arrow_white_r.png") no-repeat 50% 50% #FF6100;
  background-size: 15px 24px;
  border-radius: 33px;
  margin-left: 15px;
}
.pickup_quick .btnout input {
  width: 369px;
}
.pickup_quick .btnin {
/*   overflow: hidden; */
  box-shadow: 0px 0px 30px rgba(0,0,0,.25);
  border-radius: 33px;
  background: white;
  position: relative;
}
.pickup_quick .btnin input {
  border-radius: 33px;
  width: 100%;
}
.pickup_quick button {
  cursor: pointer; 
}
.pickup_quick .btnin button {
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  background: url("../img/arrow_white_r.png") no-repeat 50% 50% #FF6100;
  background-size: 15px 24px;
  width: 55px;
  height: 55px;
  border-radius: 28px;
}
.gratis_ophalen .map_container {
  background: #f0f0f0;
  height: 263px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 50px;
}
.arrow_title {
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  background: url("../img/arrow_orange_r.png") no-repeat 0% 50%;
  background-size: 13px 20px;
  color: #5f5a5a;
  padding-left: 33px;
  margin-bottom: 30px;
}
.arrow_title.emp {
  color: #FF6100;
}
.tri_link_content {
  overflow: hidden;
  margin-bottom: 60px;
  margin-top: 30px;
  color: #5f5a5a;
}
.tri_link_content a {
  display: block;
  height: 30px;
  line-height: 30px;
}
.tri_link_content .details,
.tri_link_content .button {
  float: right;
}
.tri_link_content .telephone {
  float: left;
}
.tri_link_content .button {
  height: 80px;
  line-height: 76px;
  border: 2px solid #f0f0f0;
  border-radius: 40px;
  box-sizing: border-box;
  width: 345px;
  text-align: center;
  background: white;
  transition: .5s background;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  color: #FF6100;
  font-size: 22px;
  margin-right: 100px;
}
.tri_link_content .button:hover {
  background: #f0f0f0;
}
.tri_link_content .details,
.tri_link_content .telephone {
  margin-top: 24px;
}
.tri_link_content .details {
  background: url("../img/arrow_orange_r.png") no-repeat 100% 50%;
  background-size: 7px 13px;
  padding-right: 27px;
  transition: .5s color;
}
.tri_link_content .details:hover {
  color: #FF6100;
}
.tri_link_content .telephone {
  background: url("../img/head_phone.png") no-repeat top left;
  background-size: 30px 30px;
  padding-left: 43px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.rollout_form {
  padding: 50px 8.55%;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 50px;
  color: #5f5a5a;
  display: none;
}
.rollout_form.open {
  display: block;
}
.rollout_form .close {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../img/popup_x.png") no-repeat;
  background-size: 20px 20px;
  text-indent: -10000px;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.gen_form .form_title {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 45px;
}
.gen_form .form_row {
  clear: both;
  min-height: 65px;
  margin-bottom: 30px;
}
.gen_form .form_row .half {
  float: left;
  width: 48.45%;
}
.gen_form .form_row .half:first-child {
  margin-right: 3.1%;
}
.gen_form input {
  border: 0px none;
  background: white;
  width: 100%;
  height: 65px;
  border-radius: 33px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.15);
  box-sizing: border-box;
  padding: 0 30px;
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
}
.gen_form input.error {
  box-shadow: 0px 0px 20px rgba(128,0,0,.40);
}
.gen_form button {
  display: block;
  float: right;
  height: 65px;
  color: white;
  background: #FF6100;
  border-radius: 33px;
  border: 0px none;
  padding: 0 30px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
}
.gen_form label {
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 8px;
}
.gen_form .form_sent {
  position: absolute;
  background: #f0f0f0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px 8.55%;
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
.gen_form.sent .form_sent {
  opacity: 1;
  visibility: visible;
}
.gen_form .form_sent span {
  font-weight: bold;
  color: #FF6100;
  text-transform: uppercase;
  margin-left: 16px;
}
.vac_list {
  color: #5f5a5a;
  margin-bottom: 100px;
}
.vac_list .filter {
  height: 65px;
  padding: 20px;
/*   overflow: hidden; */
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}
.act_list .filter {
  width: 670px;
}
.vac_list .filter input,
.vac_list .filter .select {
  float: left;
  display: block;
  height: 65px;
  width: 31%;
  height: 65px;
  line-height: 65px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.15);
  border: 0px none;
  box-sizing: border-box;
  background: white;
  border-radius: 33px;
  font-family: "Century Gothic", sans-serif;
  font-style: italic;
  padding: 0 30px;
}
.vac_list .filter .select {
  box-shadow: none;
  padding: 0;
  cursor: pointer;
}
.vac_list .filter .select>div {
  padding: 0 30px;
  box-shadow: 0px 0px 20px rgba(0,0,0,.15);
  box-sizing: border-box;
  border-radius: 33px;
  position: absolute;
  background: white url("../img/arrow_orange_d.png") no-repeat 92% 26px;
  background-size: 20px 13px;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.vac_list .filter .select ul {
  color: black;
  line-height: 48px;
  padding: 5px 30px 14px;
  margin: 0 -30px;
  display: none;
  overflow: auto;
  max-height: 150px;
}
.vac_list .filter .select ul li:hover {
  background: #eee;
  margin: 0 -30px;
  padding: 0 30px;
}
.vac_list .filter input {
  margin-right: 3.5%;
}
.act_list .filter input {
  width: 48.25%;
}
.act_list .filter input:last-child {
  margin-right: 0;
}
.vac_list .filter .select {
  position: relative;
  background: url("../img/arrow_orange_d.png") no-repeat 92% 50%;
  background-size: 20px 13px;
}
.vac_list .filter .select select {
  height: 65px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0px none;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.vac_list .filter form>div {
  margin-right: 100px;
}
.vac_list .filter form {
  position: relative;
}
.vac_list .filter button {
  display: block;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border: 0px none;
  border-radius: 33px;
  background: url("../img/arrow_white_r.png") 50% 50% no-repeat #FF6100;
  background-size: 13px 20px;
  text-indent: -10000px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.c_list {
  margin-top: 80px;
}
.c_list li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
}
.c_list a.more_link {
  position: relative;
  top: 5px;
  left: 0;
  float: right;
  margin-top: 0;
}
.arrow_link_list {
  overflow: hidden;
  margin: 30px 0;
  color: #5f5a5a;
}
.arrow_link_list>div {
  width: 33.33%;
  float: left;
  height: 40px;
  line-height: 24px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  padding: 8px 0 8px 18px;
  background: url("../img/arrow_orange_r.png") no-repeat 0% 50%;
  background-size: 7px 13px;
  box-sizing: border-box;
}
.content_pagger {
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #5f5a5a;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
}
.content_pagger a {
  display: inline-block;
  height: 20px;
}
.content_pagger a.active {
  color: #FF6100;
}
.content_pagger a.prev,
.content_pagger a.next {
  overflow: hidden;
  text-indent: -10000px;
  width: 13px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 13px 20px;
  vertical-align: middle;
}
.content_pagger a.prev {
  background-image: url("../img/arrow_orange_l.png");
  margin-right: 50px;
}
.content_pagger a.next {
  background-image: url("../img/arrow_orange_r.png");
  margin-left: 50px;
}

.a_list {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 40px;
}
.a_list li {
  float: left;
  margin-bottom: 30px;
  position: relative;
}
.a_list.tric li {
  width: 31.62%;
  margin-left: 2.57%;
}
.a_list.tric li:nth-child(3n+1) {
  margin-left: 0;
}
.a_list li>div {
  position: relative;
}
.a_list li .img {
  min-height: 100px;
}
.a_list li .img img {
  display: block;
  width: 100%;
}
.a_list li .date_container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12.2%;
  height: 65px;
  text-align: center;
}
.a_list li .date_container date {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  color: white;
  background: rgba(255,97,0,.95);
  padding: 0 50px;
  border-radius: 33px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
}
.a_list li .a_content {
  padding: 20px 30px 80px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.a_list li date {
  color: #c1c1c1;
}
.fil_cat {
  width: 31.62%;
  float: left;
  margin-right: 2.57%;
  min-height: 10px;
}
.a_list_narrow {
  width: 65.81%;
  float: left;
}
.ohidden {
  overflow: hidden;
}
.a_list_narrow .a_list.tric li {
  width: 48.5%;
  margin-left: 3%;
}
.a_list_narrow .a_list.tric li:nth-child(3n+1) {
  margin-left: 3%;
}
.a_list_narrow .a_list.tric li:nth-child(2n+1) {
  margin-left: 0;
}


.doc_list {
  background: #f0f0f0;
  overflow: hidden;
  padding: 20px 11.11% 50px;
  margin-bottom: 60px;
}
.doc_list>div {
  float: left;
  width: 40%;
  margin-top: 30px;
}
.doc_list>div:nth-child(2n+1) {
  margin-right: 20%;
}
.doc_list a {
  line-height: 20px;
}
.doc_list a:hover {
  text-decoration: underline;
}
.doc_list span {
  display: inline-block;
  background: #FF6100;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 10px;
  margin-right: 10px;
}
.pg_tools {
  overflow: hidden;
  line-height: 42px;
}
.to_right {
  float: right;
}
.link_back {
  background: url("../img/arrow_orange_l.png") no-repeat 0% 50%;
  background-size: 13px 20px;
  color: #5f5a5a;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  padding-left: 33px;
  display: inline-block;
  transition: .5s color;
}
.link_back:hover {
  color: #FF6100;
}
.link_back.to_right {
  background: url("../img/arrow_orange_r.png") no-repeat 100% 50%;
  background-size: 13px 20px;
  padding-left: 0px;
  padding-right: 33px;
}
.pg_soc_share {
  
}
/*.pg_soc_share a {
  display: inline-block;
  height: 42px;
  color: white;
  background: #aaa;
  font-size: 11px;
  font-weight: bold;
  padding: 0 20px 0 42px;
}*/
/*.pg_soc_share a.facebook {
  background-color: #3b5998;
}
.pg_soc_share a.twitter {
  background-color: #1da1f2;
}
.pg_soc_share a.more {
  background-color: #ff6550;
}
.pg_soc_share a span {
  margin-left: 15px;
}*/
.centrum .map_container {
  background: #f0f0f0;
  overflow: hidden;
  height: 416px;
}
.sub_title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  margin: 70px 0;
  color:#5f5a5a;
}
.sub_title.small_margin {
  margin: 30px 0 0;
}
.split_locations {
  overflow: hidden;

}
.sub_content .split_locations {
  margin-bottom: 40px;
}
.split_locations>div {
  float: left;
  width: 48.71%;
  overflow: hidden;
  margin-bottom: 30px;
}
.split_locations>div:nth-child(2n+1) {
  margin-right: 2.58%;
}
.split_locations>div .img {
  float: left;
  width: 140px;
  margin-right: 30px;
}
.split_locations>div .img img {
  display: block;
  width: 100%;
}
.split_locations .sl_content {
  float: left;
  width: 60%;
  line-height: 28px;
}

.split_locations .sl_title {
  color: #FF6100;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  line-height: 36px;
}
.split_locations .sl_title a:hover{ text-decoration: underline;}
.split_locations .sl_button {
  height: 76px;
  line-height: 76px;
  border: 2px solid #f0f0f0;
  border-radius: 40px;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  color: #FF6100;
  margin-top: 20px;
  transition: .5s background;
  background: white;
}
.split_locations .sl_button:hover {
  background: #f0f0f0;
}
.sp_list li {
  overflow: hidden;
  position: relative;
  min-height: 100px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
}
.sp_list li:hover .btn_more {
  background: #f0f0f0;
}
.sp_list .btn_more {
  height: 76px;
  line-height: 76px;
  border: 2px solid #f0f0f0;
  border-radius: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 26px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "Century Gothic", sans-serif;
  color: #FF6100;
  transition: .5s background;
  background: white;
  width: 220px;
}
.sp_list .btn_more:hover {
  background: #f0f0f0;
}
.sp_info {
  overflow: hidden;
}
.sp_info>div {
  float: left;
  margin-right: 100px;
  color: #5f5a5a;
}
.sp_info em {
  font-weight: bold;
  text-transform: uppercase;
  color: #FF6100;
  margin-right: 12px;
}

.timeline {
  
}
.timeline>li {
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.timeline li {
  line-height: 30px;
  margin-bottom: 10px;
  
}
.timeline>li a {
  padding-left: 32px;
  background: url("../img/arrow_orange_r.png") 0px 5px no-repeat;
  background-size: 13px 20px;
  display: inline-block;
}
.timeline>li ul {
  display: none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  padding: 10px 0 0;
  margin-left: 20px;
}
.timeline>li a:hover {
  text-decoration: underline;
}
.timeline>li.open ul {
  display: block;
}
.a_list_narrow .a_list {
  padding-top: 0;
}
.center_content {
  width: 65.8%;
  margin: 0 auto;
  text-align: center;
  color: #5f5a5a;
  margin-bottom: 50px;
}
.arrow_link {
  font-size: 22px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  display: inline-block;
  background: url("../img/arrow_orange_r.png") 100% 50% no-repeat;
  background-size: 13px 20px;
  padding-right: 33px;
  transition: .5s color;
}
.arrow_link:hover {
  color: #FF6100;
}
.center_content .arrow_link {
  margin-top: 30px;
}

.tags {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tags .tag_title {
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 12px;
}
.tags .tags_list {
  margin-right: 10%;
  text-align: justify;
}
.tags .tags_list a {
  text-decoration: underline;
}


.fixed_container {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
  min-height: calc(100vh - 120px);
  z-index: 2;
}
.s_map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #f0f0f0;
}
.s_back {
  width: 325px;
  height: 30px;
  background: #FF6100;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 50px 0;
}
.s_back a {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  height: 30px;
  background: url("../img/arrow_white_l.png") no-repeat 0% 50%;
  background-size: 13px 20px;
  padding-left: 43px;
  color: white;
}
.s_seccol {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-left: 50%;
}
.vac_list.s_filter .filter {
  width: 100%;
  background: #f0f0f0;
  height: 230px;
}
.header_nav.for_search {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
}
.header_nav.for_search content {
  position: fixed;
  left: 50%;
  margin-left: -585px;
/*   z-index: 0; */
}
.header_nav.for_search:hover {
  z-index: 10;
}
.vac_list.s_filter .filter form>div {
  width: 61.4%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 65px;
/*   overflow: hidden; */
}
.vac_list.s_filter .filter input, .vac_list.s_filter .filter .select {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  background-color: white;
}
.expanded .vac_list.s_filter .filter {
  height: 400px;
}
.vac_list.s_filter .filter a.toggle {
  line-height: 35px;
  height: 35px;
  bottom: 15px;
  text-decoration: underline;
  position: absolute;
  right: 100px;
}
.vac_list.s_filter .filter a.toggle span {
  display: none;
}
.vac_list.s_filter .filter a.toggle span:first-child {
  display: inline;
}
.expanded .vac_list.s_filter .filter a.toggle span:first-child {
  display: none;
}
.expanded .vac_list.s_filter .filter a.toggle span:last-child {
  display: inline;
}
.vac_list.s_filter .filter button {
  top: auto;
  bottom: 0;
}

.s_filter .field {
  padding-left: 100px;
  position: relative;
}
.s_filter .field.detail {
  display: none;
}
.expanded .s_filter .field.detail {
  display: block;
}
.s_filter .field label {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 65px;
  line-height: 65px;
}
.s_seccol .s_list {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  top: 270px;
  overflow: auto;
  padding: 30px;
}
.s_seccol.expanded .s_list {
  top: 450px;
}

.s_list ul li {
  color: #5f5a5a;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  min-height: 140px;
  padding-left: 185px;
}
.s_list ul li img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 140px;
  height: 140px;
}
.s_list ul li>div.heading {
  float: none;
  font-size: 22px;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  transition: .5s color;
}
.s_list ul li:hover>div.heading {
  color: #FF6100;
}
.s_list ul li>div {
  float: left;
}
.s_list ul li>div.address {
  width: 45%;
  line-height: 28px;
}
.s_list ul li>div.contact {
  width: 55%;
  line-height: 28px;
}
.s_list ul li>div.contact a {
  position: relative;
  z-index: 10;
}
.s_list ul li>div.contact em {
  display: inline-block;
  font-weight: bold;
  color: #FF6100;
  margin-right: 8px;
}
.s_list ul li:last-child {
  border-bottom: 0px none;
}
.s_list ul li .detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 30px;
}
.s_list ul li:hover .detail span {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/arrow_white_r.png") no-repeat 50% 50% #FF6100;
  background-size: 7px 11px;
  width: 20px;
  bottom: 0px;
}
.nl_title {
  font-weight: bold;
  font-size: 18px;
  color: #FF6100;
  margin-bottom: 12px;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
.whole {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
/*   z-index: 1; */
}

.date_content {
  text-align: center;
}
.date_content date {
  line-height: 19px;
  color: white;
  background: #FF6100;
  padding: 23px 57px;
  border-radius: 100px;
  display: inline-block;
  font-family: "Century Gothic", sans-serif;
  font-weight: bold;
}
.news_list .a_list {
  padding-top: 0;
}
.a_list_narrow .a_list li .a_content {
  padding-bottom: 76px;
}
.c_list .cms_content em {
  font-style: italic;
  color: #FF6100;
}
input, select {
  -webkit-appearance: none;
  outline: none;
}
.filter_fix {
  
}
.pickup_quick form {
  position: relative;
}
.autocomplete_list {
  position: absolute;
  z-index: 10;
  background: white;
  width: 60%;
  margin-left: 5%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  padding: 5px 0;
}
.autocomplete_list li { 
  line-height: 24px;
  cursor: pointer;
  padding: 0px 20px;
}
.autocomplete_list li.selected, 
.autocomplete_list li:hover {
  background: #f0f0f0;
}