/* css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  -collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0px;
  padding: 0px;
}
/* mizu reset */
strong,
b {
  font-weight: bold;
}
.content ul li,
.content ol li {
  margin: 3px 0px 3px 20px;
  list-style: disc;
  list-style-image: url("../cache/../inc/../img/struct/li-icon.png");
}
.content ol li {
  list-style: decimal;
}
.content p,
.content .txt div {
  margin-bottom: 5px;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
.forPrint {
  display: none;
}
html,
body {
  overflow: hidden;
  overflow-y: auto;
}
/* custom css */
.wrap a {
  color: #000;
  text-decoration: none;
}
.wrap a:hover {
  color: #000;
}
.red-bg {
  background: #e3001b;
}
body {
  font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.col-3,
.col-4,
.col-8,
.col-12 {
  display: block;
  width: 290px;
  margin: 0px 20px;
  float: left;
}
.col-3 {
  width: 206px;
}
.col-8 {
  width: 600px;
}
.col-12 {
  width: 950px;
}
.no-offset {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.no-offset-left {
  margin-left: 0px !important;
}
.no-offset-right {
  margin-right: 0px !important;
}
.wrap {
  width: 990px;
  position: relative;
  margin: auto;
}
.nav-bg {
  position: absolute;
  top: 118px;
  left: 0px;
  height: 48px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.header {
  height: 167px;
}
.homeLink {
  display: block;
  width: 181px;
  height: 75px;
  position: relative;
  float: left;
  top: 28px;
  background: url("../cache/../inc/../img/struct/logo-n.png") no-repeat;
}
.top-box {
  position: absolute;
  right: 5px;
  top: 30px;
}
.top-box ul,
.top-box li {
  display: inline;
}
.top-box a {
  color: #8b8b8a;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 5px;
}
.top-box a.i232,
.top-box a.i232.on {
  background: #e3001b;
  color: white;
}
.top-box a:hover,
.top-box a.on {
  color: #282828;
}
.search-wrap {
  display: inline-block;
  margin-top: 0px;
  height: 13px;
}
.open-search {
  float: right;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../cache/../inc/../img/struct/search-icon.png") no-repeat center center;
}
.search-box {
  float: right;
  display: none;
}
.nav-box {
  position: absolute;
  left: 0px;
  top: 119px;
  z-index: 50;
  width: 100%;
}
.nav {
  display: table;
  width: 100%;
}
.nav > li {
  /*float:left;*/
  position: relative;
  display: table-cell;
  display: block;
  float: left;
}
.nav li a {
  display: block;
  /*float:left;*/
  padding: 0px 15px;
  color: #000;
  line-height: 48px;
  font-size: 15px;
  position: relative;
  z-index: 32;
}
.nav > li > a {
  text-transform: uppercase;
  font-weight: bold;
}
.nav > li:hover > a,
.nav > li.hover > a,
.nav li a:hover,
.nav li a.on {
  color: #e3001b;
}
.nav > li:hover ul,
.nav > li.hover ul {
  display: block;
}
.nav > li > ul {
  display: none;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 50;
  background: url("../cache/../inc/../img/struct/arrow-up-black.png") no-repeat center top #ffffff;
  float: left;
  padding: 20px 0;
}
.nav li ul li a {
  clear: left;
  line-height: 160%;
  white-space: nowrap;
}
.mmedia {
  position: relative;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.mmedia .slider {
  width: 100% !important;
  position: relative;
}
.mmedia .item {
  width: 100%;
  background: no-repeat center top;
}
.mmedia .item .cnt-box {
  position: absolute;
  left: 0px;
  top: 46px;
  width: 100%;
  z-index: 60;
}
.mmedia .item .cnt-box .cnt {
  width: 990px;
  margin: auto;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
}
.mmedia .item .cnt-box .cnt .cnt2 {
  float: left;
  background: #e3001b;
  padding: 30px 10px;
  opacity: .6;
}
.mmedia .item h2 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 15px;
}
.mmedia .item h3 {
  font-size: 17px;
  line-height: 130%;
}
.mmedia .item .more {
  display: block;
  margin-top: 20px;
  float: right;
}
.mmedia .item.pos-right .cnt-box .cnt {
  text-align: left;
}
.mmedia .item.pos-right .cnt-box .cnt .cnt2 {
  float: right;
}
.mmedia .item.pos-right .more {
  float: left;
}
.mmedia .pager-box {
  border: 0px;
  width: 990px;
  position: absolute;
  top: 0px;
  margin: 0px auto 0 auto;
  z-index: 40;
  left: 50%;
  margin-left: -495px;
}
.mmedia .pager-box a.prev,
.mmedia .pager-box a.next {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  height: 60px;
  width: 60px;
}
.mmedia .pager-box a.prev {
  background: url("../cache/../inc/../img/struct/mmedia-prev.png") no-repeat;
  margin-right: 10px;
}
.mmedia .pager-box a.prev:hover {
  background: url("../cache/../inc/../img/struct/mmedia-prev-on.png") no-repeat;
}
.mmedia .pager-box a.next {
  right: 0px;
  left: auto;
  background: url("../cache/../inc/../img/struct/mmedia-next.png") no-repeat;
  margin-right: 3px;
}
.mmedia .pager-box a.next:hover {
  background: url("../cache/../inc/../img/struct/mmedia-next-on.png") no-repeat;
}
.mmedia .pager {
  position: absolute;
  right: 0px;
  bottom: 10px;
}
.mmedia .pager-box .pager a {
  margin: 0 5px 5px 0;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 10px;
}
.mmedia .pager-box .pager a span {
  display: none;
}
.mmedia .pager-box .pager a:hover,
.mmedia .pager-box .pager a.activeSlide {
  background: #e3001b;
}
.mmedia {
  clear: both;
}
.mmedia .item-video {
  position: relative;
  margin-bottom: -2px;
}
.mmedia .item-video video {
  width: 100%;
  height: calc(100vh - 167px);
  object-fit: cover;
}
.mmedia .item-trans {
  display: block;
  width: 100%;
  background: no-repeat center center;
  background-size: cover;
  min-height: 200px;
}
.mmedia .pager-box {
  height: 100%;
}
/*
.wrap.mmediatyp-1 .header {
//    margin-bottom:244px;
}

.wrap.mmediatyp-2 .header {
//    margin-bottom:466px;
}
//.mmedia.mmediatyp-1 .item, .mmedia.mmediatyp-1, .mmedia.mmediatyp-1 .pager-box {
.mmedia.mmediatyp-1 .item, .mmedia.mmediatyp-1 .pager-box {
   height:244px;
}
//.mmedia.mmediatyp-2 .item, .mmedia.mmediatyp-2, .mmedia.mmediatyp-2 .pager-box {
.mmedia.mmediatyp-2 .item, .mmedia.mmediatyp-2 .pager-box {
    height:466px;
}
*/
.middle-box {
  position: relative;
}
.middle-box .spc-bg {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 42px;
  height: 44px;
  background: url("../cache/../inc/../img/struct/spc-bg-red.png");
}
.navBread-box {
  height: 50px;
  font-size: 14px;
  color: #000;
  padding: 0px;
  margin: 0 0 0px 20px;
}
.navBread-box .title {
  float: left;
  padding-right: 0px;
  line-height: 50px;
}
.content .navBread {
  float: left;
}
.content .navBread li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.navBread li.first {
  padding: 0 0 0 6px;
}
.navBread li a,
.navBread li span {
  display: block;
  float: left;
  line-height: 22px;
  padding: 0 3px;
  color: #fff;
  line-height: 50px;
}
.content {
  min-height: 350px;
  padding-top: 35px;
}
.home-cnt .content {
  min-height: 10px;
  padding-top: 0px;
}
.content .tpl {
  padding: 10px 20px 20px 20px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  clear: both;
  margin-bottom: 15px;
  line-height: 140%;
}
.content h1 {
  color: #e3001b;
  font-size: 23px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.content h2,
.content h3,
.content h4 {
  color: #000;
  font-size: 18px;
}
.content h3 {
  font-size: 15px;
}
.content h4 {
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
}
.content .txt {
  line-height: 130%;
  padding-bottom: 15px;
}
.content .txt a {
  color: #e3001b;
  text-decoration: underline;
}
.content .txt a.pdf {
  padding-left: 20px;
  background: url("../cache/../inc/../img/struct/icon-pdf.png") no-repeat left center;
}
.content .txt a.nolink {
  text-decoration: none !Important;
  color: black;
}
.content .txt a:hover {
  text-decoration: underline;
}
.content .files {
  clear: both;
  padding-bottom: 15px;
}
.gallery {
  clear: both;
  padding-top: 20px;
}
.gallery .cnt {
  background: #f2f1f1;
  padding-top: 20px;
}
.gallery .row {
  /*   width:990px; */
  width: 100% !important;
}
.gallery .wrap {
  overflow: hidden;
  height: 160px;
  padding-bottom: 15px;
}
.gallery-action {
  background: #e6e4e4;
  height: 60px;
  position: relative;
}
.gallery-action .prev,
.gallery-action .next {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../cache/../inc/../img/struct/gallery-prev.png") no-repeat;
  opacity: .6;
}
.gallery-action .prev:hover,
.gallery-action .next:hover {
  opacity: 1;
}
.gallery-action .next {
  background: url("../cache/../inc/../img/struct/gallery-next.png") no-repeat;
  left: auto;
  right: 20px;
}
.gallery-action .pager {
  text-align: center;
  padding-top: 20px;
}
.gallery-action .pager a span {
  display: none;
}
.gallery-action .pager a {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
  border-radius: 20px;
  height: 20px;
  background: #f2f1f1;
}
.gallery-action .pager a:hover,
.gallery-action .pager a.activeSlide {
  background: #b8b6b6;
}
.img-right .mcnt {
  margin-left: 0px;
}
.img-left .mcnt {
  margin-right: 0px;
}
.img-right .mimg {
  float: right;
  margin-right: 0px;
}
.img-left .mimg {
  margin-left: 0px;
}
.social-media {
  border-top: 1px solid #ccc6bb;
  padding-top: 10px;
  margin-top: 10px;
  height: 40px;
}
.social-media .col2 {
  float: right;
}
.social-media .addthis_toolbox {
  float: left;
  width: 120px;
  white-space: nowrap !important;
}
.social-media .descr {
  float: left;
  padding: 0  5px 0 0 ;
  display: block;
}
.social-media .plusone {
  float: left;
}
.social-media .fb-like {
  float: left;
}
.paging {
  clear: both;
  padding: 10px 0;
}
.paging a {
  border: 1px solid #2a6194;
  display: block;
  float: left;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  font-size: 12px;
}
.paging a:hover,
.paging a.on {
  background: #2a6194;
  color: white;
}
.list .item .txt .p {
  display: block;
}
.list-cnt {
  clear: both;
}
.list-cnt .item {
  display: block;
  clear: both;
  background: #f2f1f1;
  margin-bottom: 30px;
}
.list-cnt .item .date {
  font-size: 12px;
  display: block;
}
.list-cnt .item h3 {
  padding: 0px 0 0 0;
  font-size: 20px;
  margin: 0px;
}
.list-cnt .item .img-box {
  float: left;
}
.list-cnt .item .txt-wrap {
  padding-top: 1%;
  padding-bottom: 1%;
  line-height: 150%;
}
.list-offerbox {
  background: black;
  color: white;
  width: 330px;
}
.list-offerbox,
.list-newsbox {
  height: 275px;
  float: left;
}
.list-offerbox .item,
.list-newsbox .item {
  width: 330px;
}
.list-offerbox .img,
.list-newsbox .img {
  display: none;
}
.list-offerbox .txt-wrap2,
.list-newsbox .txt-wrap2 {
  display: block;
  padding: 0 20px;
}
.list-offerbox h3,
.list-newsbox h3 {
  color: white;
  font-size: 24px;
  line-height: 44px;
  margin: 0 -20px;
  padding: 0 20px;
  margin: 0px;
  margin-top: 42px;
  background: url("../cache/../inc/../img/struct/spc-bg-black.png");
}
.list-newsbox h3 {
  background: url("../cache/../inc/../img/struct/spc-bg-red.png");
}
.list-offerbox .date,
.list-newsbox .date {
  color: white;
  display: block;
  padding: 15px 0 7px 0;
  opacity: .6;
}
.list-offerbox .txt .p,
.list-newsbox .txt .p {
  padding-bottom: 10px;
}
.list-offerbox .txt,
.list-newsbox .txt {
  color: white;
  line-height: 160%;
}
.list-offerbox .btn .a {
  background-image: url("../cache/../inc/../img/struct/arrow-list-right-white.png");
}
.offer-pager {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 60;
}
.offer-pager a {
  margin: 0 5px 5px 0;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  background: #b3b3b3;
  border-radius: 10px;
}
.offer-pager a:hover,
.offer-pager a.activeSlide {
  background: #e3001b;
}
.offer-pager a span {
  display: none;
}
.home-cnt {
  background: #f2f1f1;
  padding: 45px 0;
  border-bottom: 1px solid #e0e0e0;
}
.list-home {
  padding-top: 30px;
  min-height: 100px;
  margin: 0 -20px;
}
.list-home .item .img-box img.no-crop {
  background: no-repeat center center;
  background-size: contain;
}
.list-home .item {
  margin-bottom: 45px;
}
.list-home .item.firstInRow {
  clear: left;
}
.list-home .item .img-box {
  display: block;
  padding: 0;
  text-align: left;
}
.list-home .date {
  display: none;
}
.list-home .item h3 {
  clear: both;
  color: #e3001b;
  font-size: 20px;
  padding: 10px 15px 5px 15px;
  margin: 0px;
}
.list-home .item .txt .p {
  padding-bottom: 10px;
}
.list-home .item .txt {
  display: block;
  background: #f2f1f1;
  padding: 20px 15px;
}
.home-map {
  position: relative;
}
.home-map .top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 100%;
  background: url("../cache/../inc/../img/struct/shadow-down.png");
}
.footer-shadow {
  position: relative;
  margin-top: -14px;
  height: 14px;
  width: 100%;
  background: url("../cache/../inc/../img/struct/shadow-up.png");
  z-index: 60;
}
.footer {
  padding: 0px 0 30px 0;
  margin: 0px 0 0 0;
  min-height: 100px;
  background: black;
}
.footer .cnt {
  padding: 40px 0;
}
.footer,
.footer a {
  color: white;
  font-size: 14px;
  line-height: 160%;
}
.footer .navFooter a {
  text-transform: uppercase;
  font-weight: bold;
}
.footer .col-3 {
  border-right: 1px solid #212121;
  padding-bottom: 20px;
}
.footer .no-border {
  border: 0px;
}
.footer a:hover,
.footer a.on {
  color: #E3001B;
}
.footer h3 {
  color: #E3001B;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer b {
  text-transform: uppercase;
}
.footer .tel,
.footer .fax,
.footer .mail {
  display: block;
  padding-left: 25px;
  background: url("../cache/../inc/../img/struct/icon-mail.png") no-repeat left center;
  line-height: 23px;
}
.footer .tel {
  background-image: url("../cache/../inc/../img/struct/icon-tel.png");
}
.footer .fax {
  background-image: url("../cache/../inc/../img/struct/icon-fax.png");
}
.footer .hour1,
.footer .hour2 {
  padding-left: 30px;
  background: url("../cache/../inc/../img/struct/icon-hour1.png") no-repeat left center;
  line-height: 30px;
}
.footer .hour2 {
  background-image: url("../cache/../inc/../img/struct/icon-hour2.png");
}
.footer .fb,
.footer .tw,
.footer .youtube {
  display: block;
  padding-left: 36px;
  background: url("../cache/../inc/../img/struct/icon-fb.png") no-repeat left center;
  line-height: 27px;
  margin-top: 10px;
}
.footer .tw {
  background: url("../cache/../inc/../img/struct/icon-tw.png") no-repeat left center;
}
.footer .youtube {
  background: url("../cache/../inc/../img/struct/icon-youtube.png") no-repeat left center;
}
.navFooter-box {
  min-height: 50px;
  padding: 6px 0 0 0px;
}
.navBottom-box {
  padding: 20px 0;
  text-align: center;
}
.navBottom-box ul,
.navBottom-box li {
  display: inline;
}
.navBottom-box a,
.navBottom-box {
  color: #737373;
  font-size: 14px;
}
.navBottom-box a {
  padding: 0 10px;
}
.navBottom-box a:hover,
.navBottom-box a.on {
  color: #ec737b;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  padding: 0px 5px;
  margin: 0 -5px;
  line-height: 35px;
  border: 0px;
  border-radius: 7px;
}
.list a.item:hover .btn,
.btn:hover {
  background: #fbfbfb;
  color: black;
}
.btn:active {
  position: relative;
  top: 1px;
}
.btn .a {
  float: right;
  display: inline-block;
  margin: 3px 0 0px 10px;
  height: 30px;
  width: 30px;
  background-image: url("../cache/../inc/../img/struct/arrow-list-right.png");
}
.btn:hover .a {
  background-image: url("../cache/../inc/../img/struct/arrow-list-right.png");
}
.wrap .backLink {
  color: #e3001b;
  line-height: 50px;
  clear: both;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.form-print-nav a {
  display: inline-block;
  background: #eee;
  margin-right: 5px;
  padding: 10px 7px;
}
.form-print-nav a:hover,
.form-print-nav a.on {
  background: #aaa;
  color: white;
}
@media print {
  h1 {
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: none;
  }
  .mailform.p-6 .hidePrint {
    display: none;
  }
  .mailform.p-6 .el {
    padding: 2px 0;
    font-size: 14px;
  }
  .mailform.p-6 .el-caption {
    display: none;
  }
}
.mailform.p-6 .el-hidden {
  display: none;
}
.mailform.p-6 .el-title {
  background: black;
  color: white;
  padding: 2px 10px;
}
.mailform.p-6 .el-text,
.mailform.p-6 .el-select,
.mailform.p-6 .el-date,
.mailform.p-6 .el-checkbox2 {
  padding: 2px 10px;
  border: 1px solid black;
  border-top: 0;
}
.mailform.p-6 .el-text label,
.mailform.p-6 .el-select label,
.mailform.p-6 .el-date label,
.mailform.p-6 .el-checkbox2 label {
  border-right: 1px solid black;
  margin-right: 10px;
}
html.landingpage .footer,
html.landingpage .navBottom-box,
html.landingpage .mmedia,
html.landingpage .middle-box,
html.landingpage .nav-box,
html.landingpage .navTop,
html.landingpage .lng,
html.landingpage .search-wrap,
html.landingpage .social-media,
html.landingpage .footer-shadow {
  display: none;
}
html.landingpage .header {
  margin-bottom: 0 !important;
  height: 100px !important;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
/* mini desktop */
@media (max-width: 990px) {
  .helpdesk {
    display: none;
  }
  /* tmp*/
  .wrap {
    width: 98%;
  }
  .right-col {
    width: 28%;
  }
  .hasColRight .content {
    width: 70%;
  }
  .mmedia .pager-box {
    width: 100%;
    margin-left: 0px;
    left: 0px;
  }
  .news-box {
    height: auto;
  }
  .search-box {
    top: 60px;
    left: 10px;
    right: auto;
    background: #eff3f7;
  }
  .row {
    margin: 0px;
  }
  .col-8,
  .list-newsbox {
    width: 65%;
    margin: 0 1%;
  }
  .col-4,
  .list-offerbox {
    width: 30%;
    margin: 0 1%;
  }
  .col-3 {
    width: 22%;
    margin: 0 1%;
  }
  .col-12 {
    width: 98%;
  }
  .middle-box .wrap {
    width: 100%;
  }
  .list-offerbox,
  .list-newsbox {
    height: auto;
  }
  .list-offerbox {
    margin: 0px;
  }
  .list-offerbox .item,
  .list-offerbox .item {
    padding-bottom: 10px;
  }
  .list-offerbox .col-4 {
    width: 100%;
  }
  .list-offerbox h3,
  .list-newsbox h3 {
    margin-left: 0;
    margin-right: 0;
  }
  .list-newsbox {
    margin: 0px;
  }
  .list-newsbox .col-4 {
    width: 48%;
  }
  .nav-box {
    width: 100%;
  }
  .nav {
    width: 100%;
    float: none;
  }
  .nav > li > a {
    font-size: 14px;
    padding: 0 5px;
  }
}
/* tablet */
@media (max-width: 760px) {
  .right-col {
    display: none;
  }
  .hasColRight .content {
    width: 100%;
  }
  .content .tpl {
    min-height: 30px;
  }
  .social-media {
    display: none;
  }
  .list .item .txt {
    width: auto;
  }
  .nav > li > a {
    font-size: 15px;
    padding: 0 5px;
  }
  .footer {
    min-height: 5px;
  }
  .nav > li > a {
    font-size: 12px;
    padding: 0 3px;
  }
  .navBottom-box {
    background: none;
  }
  .col-3 {
    width: 46%;
    margin: 0 1%;
  }
  .list-offerbox,
  .list-newsbox {
    padding-bottom: 10px;
  }
  .list-offerbox {
    height: 250px !important;
  }
  .list-offerbox,
  .list-newsbox,
  .list-offerbox .col-4,
  .list-newsbox .col-4 {
    width: 100% !important;
  }
}
/* switch nav */
@media (max-width: 631px) {
  .nav-box {
    width: 100%;
    text-align: center;
  }
  .nav-box select {
    margin: 15px auto 0 auto;
    display: block;
  }
}
/* handy */
@media (max-width: 550px) {
  .navBread-box .title {
    display: none;
  }
  .homeLink {
    float: none;
    top: 45px;
    margin: auto;
  }
  .nav-bg,
  .nav-box {
    top: 126px;
  }
  .helpdesk {
    display: none;
  }
  .footer .cnt {
    top: 0px;
  }
  .col-4,
  .col-3,
  .col-8 {
    clear: both;
    width: 100%;
    margin: 0px;
    margin-bottom: 30px !important;
  }
  .col-3 {
    height: auto !important;
  }
  .search-box {
    display: none;
  }
  .list-cnt .item .txt-wrap {
    width: 90%;
    padding-left: 3%;
  }
  .top-box {
    top: 5px;
    /*
        width:100%;
        text-align:center;
        */
  }
  .footer .cnt {
    padding-left: 20px;
  }
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url("../inc/fancybox/fancybox.png");
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url("../inc/fancybox/fancybox.png") -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url("../inc/fancybox/blank.gif");
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url("../inc/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url("../inc/fancybox/fancybox-y.png");
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url("../inc/fancybox/fancybox-x.png");
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url("../inc/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url("../inc/fancybox/fancybox.png");
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url("../inc/fancybox/fancy_title_over.png");
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url("../inc/fancybox/fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url("../inc/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url("../inc/fancybox/fancybox.png") -55px -90px no-repeat;
}

