/*Welcome message ColorBox*/
/* line 4, ../sass/popup-style.scss */
.front #colorbox {
  width: 670px;
  left: 340px;
}

/* line 9, ../sass/popup-style.scss */
.front #cboxWrapper {
  background-color: #079c6c;
  width: 630px;
}

/* line 14, ../sass/popup-style.scss */
.front #cboxContent {
  background-color: #079c6c;
  width: 585px !important;
  height: 300px;
  top: -265px;
}

/* line 22, ../sass/popup-style.scss */
.front #cboxLoadedContent {
  width: 97% !important;
  overflow: auto;
  height: 300px;
  float: right;
}

/* line 29, ../sass/popup-style.scss */
.front #cboxClose {
  display: none;
}

/* line 33, ../sass/popup-style.scss */
.front iframe.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 37, ../sass/popup-style.scss */
.front iframe.cboxIframe body {
  overflow: hidden;
}

/* line 43, ../sass/popup-style.scss */
.front .popup-wrap .site-logo {
  margin-left: 0em;
}
/* line 47, ../sass/popup-style.scss */
.front .popup-wrap .preferred-lang {
  margin-top: 21px;
  margin-left: 8em;
  color: #fff;
  font-weight: bold;
}
/* line 55, ../sass/popup-style.scss */
.front .popup-wrap .item-list ul {
  margin: 0;
}
/* line 58, ../sass/popup-style.scss */
.front .popup-wrap .item-list li {
  float: left;
  width: 20%;
  line-height: 37px;
  background-image: url("http://www2.psd100.com/icon/2013/09/1001/White-dots-small-icon-0910092944.png");
  background-repeat: no-repeat;
  background-position: 70px;
}
/* line 65, ../sass/popup-style.scss */
.front .popup-wrap .item-list li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
/* line 74, ../sass/popup-style.scss */
.front .popup-wrap .popup-footer img {
  width: 100%;
}

/*Media Query*/
/*Styles*/
@media all and (min-width: 320px) and (max-width: 768px) {
  /* line 118, ../sass/popup-style.scss */
  .front #colorbox {
    width: !important;
    margin-left: 21px;
    display: none !important;
  }

  /* line 124, ../sass/popup-style.scss */
  .front #cboxWrapper {
    width: 286px !important;
  }

  /* line 128, ../sass/popup-style.scss */
  .front #cboxContent {
    margin: 0 auto;
    top: -296px;
  }

  /* line 133, ../sass/popup-style.scss */
  .front #cboxLoadedContent {
    width: 100% !important;
    float: right;
  }

  /* line 137, ../sass/popup-style.scss */
  .front #cboxOverlay {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 2400px) {
  /* line 143, ../sass/popup-style.scss */
  .front #colorbox {
    width: 552px !important;
    margin-left: -5em;
    height: 240px !important;
  }

  /* line 150, ../sass/popup-style.scss */
  .front #cboxWrapper {
    width: 100% !important;
    height: 300px !important;
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
  }

  /* line 157, ../sass/popup-style.scss */
  .front #cboxContent {
    top: 0px;
    left: -29px;
  }

  /* line 161, ../sass/popup-style.scss */
  .front #cboxMiddleLeft {
    display: none;
  }
}
