@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: frutiger65_bold;
  src: url(fonts/frutiger/frutiger65_bold.eot?#iefix);
  src: url(fonts/frutiger/frutiger65_bold.eot?#iefix) format("eot"), url(fonts/frutiger/frutiger65_bold.woff2) format("woff2"), url(fonts/frutiger/frutiger65_bold.woff) format("woff"), url(fonts/frutiger/frutiger65_bold.ttf) format("truetype"), url(fonts/frutiger/frutiger65_bold.svg#frutiger65_bold) format("svg");
}
@font-face {
  font-family: frutiger55_roman;
  src: url(fonts/frutiger/frutiger55_roman.eot?#iefix);
  src: url(fonts/frutiger/frutiger55_roman.eot?#iefix) format("eot"), url(fonts/frutiger/frutiger55_roman.woff2) format("woff2"), url(fonts/frutiger/frutiger55_roman.woff) format("woff"), url(fonts/frutiger/frutiger55_roman.ttf) format("truetype"), url(fonts/frutiger/frutiger55_roman.svg#frutiger55_roman) format("svg");
}
@font-face {
  font-family: frutiger45_light;
  src: url(fonts/frutiger/frutiger45_light.eot?#iefix);
  src: url(fonts/frutiger/frutiger45_light.eot?#iefix) format("eot"), url(fonts/frutiger/frutiger45_light.woff2) format("woff2"), url(fonts/frutiger/frutiger45_light.woff) format("woff"), url(fonts/frutiger/frutiger45_light.ttf) format("truetype"), url(fonts/frutiger/frutiger45_light.svg#frutiger45_light) format("svg");
}
/* line 33, ../sass/screen.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "frutiger55_roman", "Microsoft JhengHei", "PingFang HK", "Helvetica Neue", Arial, sans-serif !important;
}

/* line 40, ../sass/screen.scss */
.desktop {
  display: none;
}
@media (min-width: 768px) {
  /* line 40, ../sass/screen.scss */
  .desktop {
    display: block;
  }
}

/* line 46, ../sass/screen.scss */
.mobile {
  display: block;
}
@media (min-width: 768px) {
  /* line 46, ../sass/screen.scss */
  .mobile {
    display: none;
  }
}

/* line 52, ../sass/screen.scss */
.container {
  width: 100%;
}
@media (min-width: 1250px) {
  /* line 52, ../sass/screen.scss */
  .container {
    width: 1250px;
    margin: 0 auto;
  }
}

/* line 59, ../sass/screen.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 64, ../sass/screen.scss */
select::-ms-expand {
  background: transparent;
  border: 0;
  padding-right: 5px;
  /**/
}

/* line 70, ../sass/screen.scss */
header {
  font-family: "frutiger55_roman", Microsoft JhengHei, sans-serif;
  width: 100%;
  height: 50px;
  text-align: right;
}
@media (min-width: 768px) {
  /* line 70, ../sass/screen.scss */
  header {
    height: 130px;
  }
}
/* line 78, ../sass/screen.scss */
header .logo {
  padding: 7px 15px 8px 0;
}
@media (min-width: 768px) {
  /* line 78, ../sass/screen.scss */
  header .logo {
    padding: 27px 0;
  }
}

/* line 86, ../sass/screen.scss */
#banner {
  font-family: "frutiger55_roman", Microsoft JhengHei, sans-serif;
  position: relative;
}
@media (min-width: 768px) {
  /* line 86, ../sass/screen.scss */
  #banner {
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    width: 100%;
    height: 337px;
  }
}
/* line 95, ../sass/screen.scss */
#banner img {
  width: 100%;
  height: auto;
}
/* line 100, ../sass/screen.scss */
#banner .background {
  background: #fff;
  opacity: 0.5;
  width: 100%;
  /* height: 120px; */
  height: 130px;
  display: block;
  position: absolute;
  bottom: 0;
  /* @include breakpoint($min-width-500){
  	height: 178px;
  } */
}
@media (min-width: 768px) {
  /* line 100, ../sass/screen.scss */
  #banner .background {
    width: 434px;
    height: 100%;
    right: 4%;
  }
}
/* line 118, ../sass/screen.scss */
#banner .banner-text-container {
  width: 100%;
  /* height: 120px; */
  height: 130px;
  display: table;
  color: #060d72;
  position: absolute;
  bottom: 0;
  padding: 0 15px;
  /* @include breakpoint($min-width-500){
  	height: 178px;
  } */
}
@media (min-width: 768px) {
  /* line 118, ../sass/screen.scss */
  #banner .banner-text-container {
    height: 100%;
    width: 434px;
    right: 0;
  }
}
/* line 135, ../sass/screen.scss */
#banner .banner-text-container .text {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  /* line 135, ../sass/screen.scss */
  #banner .banner-text-container .text {
    display: block;
    margin-top: 50px;
  }
}
/* line 142, ../sass/screen.scss */
#banner .banner-text-container .text .title {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  /* line 142, ../sass/screen.scss */
  #banner .banner-text-container .text .title {
    font-size: 36px;
    line-height: 42px;
  }
}
/* line 150, ../sass/screen.scss */
#banner .banner-text-container .text .subtitle {
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0 0;
  line-height: 20px;
}
@media (min-width: 500px) {
  /* line 150, ../sass/screen.scss */
  #banner .banner-text-container .text .subtitle {
    margin: 5px 0 0;
    /*font-size: 18px;
    line-height: 24px;*/
  }
}
@media (min-width: 768px) {
  /* line 150, ../sass/screen.scss */
  #banner .banner-text-container .text .subtitle {
    margin: 30px 0 10px;
    font-size: 18px;
  }
}
/* line 166, ../sass/screen.scss */
#banner .banner-text-container .text .description {
  font-size: 14px;
  line-height: 17px;
  /* @include breakpoint($min-width-500){
  	font-size: 18px;
  	line-height: 22px;
  } */
}
@media (min-width: 768px) {
  /* line 166, ../sass/screen.scss */
  #banner .banner-text-container .text .description {
    line-height: 30px;
    font-size: 18px;
  }
}
/* line 177, ../sass/screen.scss */
#banner .banner-text-container .text .description .underline {
  text-decoration: underline;
}

/* line 185, ../sass/screen.scss */
.detail {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  /* line 185, ../sass/screen.scss */
  .detail {
    margin: 0 50px;
    padding: 0;
    width: auto;
    overflow: hidden;
    display: table;
    height: 535px;
  }
}
@media (min-width: 1250px) {
  /* line 185, ../sass/screen.scss */
  .detail {
    width: 1054px;
    padding: 0;
    margin: 0 auto;
  }
}
/* line 201, ../sass/screen.scss */
.detail .introduction-container {
  width: 100%;
  margin-top: 20px;
  color: #003399;
}
@media (min-width: 768px) {
  /* line 201, ../sass/screen.scss */
  .detail .introduction-container {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  /* line 211, ../sass/screen.scss */
  .detail .introduction-container .introduction {
    /* vertical-align: middle;
    display: table-cell; */
    padding-right: 30px;
    /* padding-top: 25px; */
  }
}
/* line 218, ../sass/screen.scss */
.detail .introduction-container .introduction .subtitle {
  font-size: 24px;
  line-height: 30px;
}
@media (min-width: 768px) {
  /* line 218, ../sass/screen.scss */
  .detail .introduction-container .introduction .subtitle {
    font-size: 36px;
    line-height: 42px;
  }
}
/* line 226, ../sass/screen.scss */
.detail .introduction-container .introduction .title {
  font-size: 40px;
  line-height: 50px;
}
@media (min-width: 768px) {
  /* line 226, ../sass/screen.scss */
  .detail .introduction-container .introduction .title {
    font-size: 60px;
    line-height: 72px;
  }
}
/* line 233, ../sass/screen.scss */
.detail .introduction-container .introduction .title span {
  position: relative;
  width: 1px;
  height: 1px;
  display: inline-block;
  line-height: 0;
}
/* line 239, ../sass/screen.scss */
.detail .introduction-container .introduction .title span sup {
  position: absolute;
  top: -38px;
  font-size: 14px;
  left: 0;
}
@media (min-width: 768px) {
  /* line 239, ../sass/screen.scss */
  .detail .introduction-container .introduction .title span sup {
    top: -50px;
    font-size: 18px;
  }
}
/* line 251, ../sass/screen.scss */
.detail .introduction-container .introduction .image {
  margin: 20px 0;
}
@media (min-width: 768px) {
  /* line 251, ../sass/screen.scss */
  .detail .introduction-container .introduction .image {
    margin: 20px 0;
  }
}
/* line 256, ../sass/screen.scss */
.detail .introduction-container .introduction .image img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  /* line 256, ../sass/screen.scss */
  .detail .introduction-container .introduction .image img {
    max-width: 386px;
  }
}
/* line 264, ../sass/screen.scss */
.detail .introduction-container .introduction .text {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  /* line 264, ../sass/screen.scss */
  .detail .introduction-container .introduction .text {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  /* line 275, ../sass/screen.scss */
  .detail .list-container {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
/* line 281, ../sass/screen.scss */
.detail .list-container .list {
  width: 100%;
  margin-top: 35px;
  background: #f2f0ee;
  padding: 20px 15px;
  /* @include breakpoint($min-width-768){
  	vertical-align: middle;
  	display: table-cell;
  } */
}
@media (min-width: 768px) {
  /* line 281, ../sass/screen.scss */
  .detail .list-container .list {
    margin-top: 0;
  }
}
/* line 294, ../sass/screen.scss */
.detail .list-container .list .point span {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 24px;
}
/* line 299, ../sass/screen.scss */
.detail .list-container .list .point ul {
  padding: 15px 0 25px;
  margin-left: 35px;
  list-style-image: url("../images/tick.png");
}
/* line 303, ../sass/screen.scss */
.detail .list-container .list .point ul li {
  color: #003399;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 308, ../sass/screen.scss */
.detail .list-container .list .point ul li:last-child {
  margin-bottom: 0px;
}
/* line 312, ../sass/screen.scss */
.detail .list-container .list .point ul.matters {
  padding: 15px 0 0px;
}

/* line 319, ../sass/screen.scss */
.terms-container {
  width: 100%;
  padding: 0 15px;
  /* margin-top: 35px; */
}
@media (min-width: 768px) {
  /* line 319, ../sass/screen.scss */
  .terms-container {
    margin: 20px 50px 20px;
    padding: 0;
    width: auto;
    overflow: hidden;
  }
}
@media (min-width: 1250px) {
  /* line 319, ../sass/screen.scss */
  .terms-container {
    width: 1054px;
    padding: 0;
    margin: 0 auto 30px;
  }
}
/* line 334, ../sass/screen.scss */
.terms-container .terms-button {
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: left;
  color: #003399;
  font-size: 16px;
}
@media (min-width: 768px) {
  /* line 334, ../sass/screen.scss */
  .terms-container .terms-button {
    width: 50%;
    float: left;
    height: 55px;
    line-height: 55px;
  }
}
/* line 347, ../sass/screen.scss */
.terms-container .terms-button span.arrow {
  position: relative;
  cursor: pointer;
}
/* line 351, ../sass/screen.scss */
.terms-container .terms-button span.arrow:after {
  content: url(../images/open.png);
  position: absolute;
  top: 1px;
  padding-left: 5px;
  line-height: 13px;
}
/* line 360, ../sass/screen.scss */
.terms-container .active span.arrow:after {
  content: url(../images/close.png);
  position: absolute;
  top: 1px;
  padding-left: 5px;
  line-height: 13px;
}

/* line 370, ../sass/screen.scss */
.terms {
  display: none;
  color: #706964;
  padding: 0 30px 45px;
  line-height: 24px;
  font-size: 14px;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 370, ../sass/screen.scss */
  .terms {
    margin: 10px 50px 40px;
    padding: 0;
    width: auto;
    overflow: hidden;
    line-height: 26px;
  }
}
@media (min-width: 1250px) {
  /* line 370, ../sass/screen.scss */
  .terms {
    width: 1054px;
    padding: 0;
    margin: 10px auto 40px;
  }
}
/* line 389, ../sass/screen.scss */
.terms ul {
  counter-reset: list;
}
/* line 391, ../sass/screen.scss */
.terms ul li:before {
  content: "(" counter(list) ") ";
  counter-increment: list;
}
/* line 396, ../sass/screen.scss */
.terms ul li a, .terms ul li a:hover {
  color: #706964;
  text-decoration: none;
  word-wrap: break-word;
}

/* line 405, ../sass/screen.scss */
.hotline-container {
  padding: 0 0 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 405, ../sass/screen.scss */
  .hotline-container {
    padding: 0;
    float: right;
    width: 49%;
  }
}
/* line 413, ../sass/screen.scss */
.hotline-container .hotline {
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  background: #00aeef;
  font-size: 20px;
}
/* line 421, ../sass/screen.scss */
.hotline-container .hotline a, .hotline-container .hotline a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
}
@media (min-width: 768px) {
  /* line 413, ../sass/screen.scss */
  .hotline-container .hotline {
    float: right;
    width: 100%;
    font-size: 24px;
  }
}
/* line 433, ../sass/screen.scss */
.hotline-container .hotline span.phone:before {
  content: " ";
  background: url(../images/phone.png);
  width: 24px;
  height: 24px;
  margin: -3px 3px;
  display: inline-block;
}
/* line 441, ../sass/screen.scss */
.hotline-container .hotline span.number {
  font-family: "frutiger55_roman", Arial, sans-serif !important;
}

/* line 447, ../sass/screen.scss */
.active {
  display: block;
}

/* line 452, ../sass/screen.scss */
.form-container {
  padding: 0 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 452, ../sass/screen.scss */
  .form-container {
    padding: 0 15px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1250px) {
  /* line 452, ../sass/screen.scss */
  .form-container {
    padding: 0;
  }
}
/* line 463, ../sass/screen.scss */
.form-container .header {
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00aeef;
  position: relative;
}
@media (min-width: 768px) {
  /* line 463, ../sass/screen.scss */
  .form-container .header {
    text-align: center;
    /* padding-left: */
    width: 49%;
    float: left;
  }
}
/* line 479, ../sass/screen.scss */
.form-container .header .container {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 479, ../sass/screen.scss */
  .form-container .header .container {
    width: auto;
    /* padding: 0 35px; */
  }
}
@media (min-width: 1250px) {
  /* line 479, ../sass/screen.scss */
  .form-container .header .container {
    /* width: 50%; */
    padding: 0;
    margin: 0 auto;
  }
}
/* line 490, ../sass/screen.scss */
.form-container .header .container a, .form-container .header .container a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
}
/* line 498, ../sass/screen.scss */
.form-container .form {
  color: #706964;
  padding: 0 15px 45px;
  background: #f2f0ee;
}
@media (min-width: 768px) {
  /* line 498, ../sass/screen.scss */
  .form-container .form {
    padding: 0 30px 60px;
  }
}
@media (min-width: 1250px) {
  /* line 498, ../sass/screen.scss */
  .form-container .form {
    padding: 0 90px 60px;
  }
}
/* line 508, ../sass/screen.scss */
.form-container .form .description {
  padding-top: 48px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
/* line 513, ../sass/screen.scss */
.form-container .form .description span {
  margin-top: 5px;
  display: block;
}
/* line 518, ../sass/screen.scss */
.form-container .form .row {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
}
/* line 522, ../sass/screen.scss */
.form-container .form .row .label {
  width: 100%;
}
@media (min-width: 768px) {
  /* line 522, ../sass/screen.scss */
  .form-container .form .row .label {
    width: 22%;
    float: left;
  }
}
/* line 529, ../sass/screen.scss */
.form-container .form .row .input {
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 529, ../sass/screen.scss */
  .form-container .form .row .input {
    width: 78%;
    float: left;
  }
}
/* line 535, ../sass/screen.scss */
.form-container .form .row .input input:not(#promotion_policy):not(#privacy_policy), .form-container .form .row .input select, .form-container .form .row .input textarea {
  width: 97%;
  float: left;
  height: 37px;
  font-size: 16px;
  margin-top: 8px;
  border: 1px solid #cdcdcd;
  color: #706964;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  background: #fff;
  padding-left: 10px;
    /* -ms-text-size-adjust: 100%;
	    -webkit-tap-highlight-color: transparent;	
		    text-transform: none; */
}
@media (min-width: 768px) {
  /* line 535, ../sass/screen.scss */
  .form-container .form .row .input input:not(#promotion_policy):not(#privacy_policy), .form-container .form .row .input select, .form-container .form .row .input textarea {
    margin-top: 0px;
  }
}
/* line 557, ../sass/screen.scss */
.form-container .form .row .input textarea {
  height: 160px;
  resize: none;
}
@media (min-width: 768px) {
  /* line 557, ../sass/screen.scss */
  .form-container .form .row .input textarea {
    height: 86px;
  }
}
/* line 564, ../sass/screen.scss */
.form-container .form .row .input span:not(.blue) {
  width: 2%;
  /* float: left; */
  text-align: right;
  color: #4066B3;
}
/* line 570, ../sass/screen.scss */
.form-container .form .row .input span.blue {
  color: #4066B3;
}
/* line 573, ../sass/screen.scss */
.form-container .form .row .input .checkbox {
  width: 5%;
  height: 20px;
  float: left;
  margin-right: 15px;
}
/* line 578, ../sass/screen.scss */
.form-container .form .row .input .checkbox input {
  width: 20px;
  height: 20px;
}
/* line 583, ../sass/screen.scss */
.form-container .form .row .input .text {
  float: left;
  width: 88%;
  line-height: 24px;
}
/* line 591, ../sass/screen.scss */
.form-container .form .checkbox-row .input {
  margin-top: 20px;
}
@media (min-width: 768px) {
  /* line 591, ../sass/screen.scss */
  .form-container .form .checkbox-row .input {
    margin-top: 0px;
  }
}

/* line 601, ../sass/screen.scss */
.submit-button {
  margin: 0 0 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 601, ../sass/screen.scss */
  .submit-button {
    margin: 40px 0 60px;
  }
}
/* line 607, ../sass/screen.scss */
.submit-button input#submit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #00aeef;
  border: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  /* line 607, ../sass/screen.scss */
  .submit-button input#submit {
    /* margin: 40px 0 60px; */
    width: 246px;
    float: right;
  }
}

/* line 626, ../sass/screen.scss */
#floating-banner {
  width: 100%;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  color: #fff;
  background: #00aeef;
  z-index: 100;
  overflow: hidden;
  bottom: -75px;
  -webkit-transition: bottom .5s ease-in-out;
  transition: bottom .5s ease-in-out;
}
@media (min-width: 768px) {
  /* line 626, ../sass/screen.scss */
  #floating-banner {
    display: none;
  }
}
/* line 644, ../sass/screen.scss */
#floating-banner a, #floating-banner a:hover {
  color: #fff;
  display: block;
  text-decoration: none;
}

/* line 652, ../sass/screen.scss */
.sticky {
  bottom: 0 !important;
  -webkit-transition: bottom 0.5s ease-in !important;
  transition: bottom 0.5s ease-in !important;
}

/* line 658, ../sass/screen.scss */
footer {
  width: 100%;
  height: 45px;
  background: #dadada;
  color: #706964;
  font-size: 12px;
  line-height: 45px;
}
@media (min-width: 768px) {
  /* line 658, ../sass/screen.scss */
  footer {
    height: 98px;
  }
}
@media (min-width: 1250px) {
  /* line 669, ../sass/screen.scss */
  footer .container {
    width: 1250px;
    overflow: hidden;
  }
}
/* line 675, ../sass/screen.scss */
footer .container .legel_privacy_container {
  padding: 0 15px;
}
@media (min-width: 768px) {
  /* line 675, ../sass/screen.scss */
  footer .container .legel_privacy_container {
    width: 172px;
    overflow: hidden;
    float: right;
  }
}
/* line 682, ../sass/screen.scss */
footer .container .legel_privacy_container .copyright {
  float: left;
}
/* line 685, ../sass/screen.scss */
footer .container .legel_privacy_container .legel_privacy {
  float: right;
}
/* line 687, ../sass/screen.scss */
footer .container .legel_privacy_container .legel_privacy a, footer .container .legel_privacy_container .legel_privacy a:hover {
  color: #706964;
  text-decoration: none;
}

/* label.error{
	display: none!important;
}
 */
/* line 700, ../sass/screen.scss */
.error-container {
  color: red;
}
/* line 702, ../sass/screen.scss */
.error-container .error-msg {
  line-height: 28px;
}
/* line 705, ../sass/screen.scss */
.error-container .error-msg:before {
  content: "•   ";
}

/* line 709, ../sass/screen.scss */
label.error {
  display: none !important;
}
