/* line 14, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.1.2/sass/susy/language/susyone/_grid.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../../private/scss/_grid.scss */
.row {
  *zoom: 1;
  width: 960px;
  width: 60rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  /*    @include span-columns(12 omega,12);*/
  clear: both;
}
/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/utilities/general/_clearfix.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* line 17, ../../private/scss/_grid.scss */
.row .col-1 {
  width: 60px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 21, ../../private/scss/_grid.scss */
.row .col-2 {
  width: 140px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 24, ../../private/scss/_grid.scss */
.row .col-3 {
  width: 220px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 27, ../../private/scss/_grid.scss */
.row .col-4 {
  width: 300px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 30, ../../private/scss/_grid.scss */
.row .col-5 {
  width: 380px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 33, ../../private/scss/_grid.scss */
.row .col-6 {
  width: 460px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 36, ../../private/scss/_grid.scss */
.row .col-7 {
  width: 540px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 39, ../../private/scss/_grid.scss */
.row .col-8 {
  width: 620px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 42, ../../private/scss/_grid.scss */
.row .col-9 {
  width: 700px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 45, ../../private/scss/_grid.scss */
.row .col-10 {
  width: 780px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 48, ../../private/scss/_grid.scss */
.row .col-11 {
  width: 860px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 51, ../../private/scss/_grid.scss */
.row .col-12 {
  width: 940px;
  float: left;
  margin-right: 20px;
  display: inline;
}
/* line 55, ../../private/scss/_grid.scss */
.row .omega {
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
}

/* line 8, ../../private/scss/page/_layout.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-size: 100%;
  vertical-align: baseline;
}

/* line 27, ../../private/scss/page/_layout.scss */
html, body {
  width: 100%;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}

/* line 36, ../../private/scss/page/_layout.scss */
html {
  overflow-y: scroll;
}

/* line 39, ../../private/scss/page/_layout.scss */
.page-loading {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
/* line 47, ../../private/scss/page/_layout.scss */
.page-loading img {
  width: 75px;
  height: 75px;
  position: relative;
  margin-left: 47%;
  margin-top: 23%;
}

/* line 56, ../../private/scss/page/_layout.scss */
.-overlay {
  position: absolute;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 5000px;
  background-position: center top;
}
/* line 65, ../../private/scss/page/_layout.scss */
.-overlay.-overlay {
  opacity: 0.3;
  background-repeat: no-repeat;
}

/* line 70, ../../private/scss/page/_layout.scss */
.header {
  height: 114px;
  width: 100%;
  padding-top: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 75, ../../private/scss/page/_layout.scss */
.header .right-header {
  text-align: right;
}
/* line 77, ../../private/scss/page/_layout.scss */
.header .right-header .phone {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 81, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav {
  margin-bottom: 7px;
}
/* line 83, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav ul li {
  display: inline-block;
  margin-right: 3px;
}
/* line 86, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav ul li a {
  font-size: 12px;
  color: black;
  text-decoration: none;
}
/* line 90, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav ul li a:hover {
  color: #666666;
}
/* line 94, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav ul li a.hover {
  color: #666666;
}
/* line 97, ../../private/scss/page/_layout.scss */
.header .right-header .top-nav ul li:last-child {
  margin-right: 0px;
}
/* line 103, ../../private/scss/page/_layout.scss */
.header .right-header .bottom-nav ul li {
  display: inline-block;
  margin-right: 9px;
}
/* line 106, ../../private/scss/page/_layout.scss */
.header .right-header .bottom-nav ul li a {
  font-size: 16px;
  color: black;
  font-weight: 700;
  text-decoration: none;
}
/* line 111, ../../private/scss/page/_layout.scss */
.header .right-header .bottom-nav ul li a:hover {
  color: #666666;
}
/* line 115, ../../private/scss/page/_layout.scss */
.header .right-header .bottom-nav ul li a.hover {
  color: #666666;
}
/* line 118, ../../private/scss/page/_layout.scss */
.header .right-header .bottom-nav ul li:last-child {
  margin-right: 0px;
}

/* line 127, ../../private/scss/page/_layout.scss */
.footer {
  background-color: black;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  clear: both;
  width: 100%;
  padding-top: 42px;
  height: 293px;
}
/* line 136, ../../private/scss/page/_layout.scss */
.footer .f-top-menu {
  margin-bottom: 10px;
}
/* line 138, ../../private/scss/page/_layout.scss */
.footer .f-top-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}
/* line 142, ../../private/scss/page/_layout.scss */
.footer .f-top-menu ul li a {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
/* line 147, ../../private/scss/page/_layout.scss */
.footer .f-top-menu ul li a:hover {
  color: #999999;
}
/* line 154, ../../private/scss/page/_layout.scss */
.footer .f-bottom-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding-right: 9px;
}
/* line 158, ../../private/scss/page/_layout.scss */
.footer .f-bottom-menu ul li a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}
/* line 162, ../../private/scss/page/_layout.scss */
.footer .f-bottom-menu ul li a:hover {
  color: #999999;
}
/* line 168, ../../private/scss/page/_layout.scss */
.footer .phone-right {
  float: right;
  text-align: right;
  font-size: 16px;
  color: white;
}
/* line 175, ../../private/scss/page/_layout.scss */
.footer .phone-right .phone-label, .footer .phone-right .phone-number {
  display: inline-block;
  vertical-align: top;
}
/* line 179, ../../private/scss/page/_layout.scss */
.footer .phone-right .phone-number {
  padding-left: 11px;
}
/* line 184, ../../private/scss/page/_layout.scss */
.footer .email-right {
  float: right;
  text-align: right;
  font-size: 17px;
  color: white;
}
/* line 189, ../../private/scss/page/_layout.scss */
.footer .email-right .email-label, .footer .email-right .email-detail {
  display: inline-block;
  vertical-align: top;
}
/* line 193, ../../private/scss/page/_layout.scss */
.footer .email-right .email-detail {
  padding-left: 16px;
}
/* line 196, ../../private/scss/page/_layout.scss */
.footer .email-right .email-detail a {
  color: white;
  text-decoration: none;
}

/* line 205, ../../private/scss/page/_layout.scss */
.phone-right ul {
  list-style: none;
}
/* line 207, ../../private/scss/page/_layout.scss */
.phone-right ul li {
  padding-top: 18px;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 212, ../../private/scss/page/_layout.scss */
.phone-right ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 217, ../../private/scss/page/_layout.scss */
.phone-right ul li span {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-right: 20px;
  float: left;
}

/* line 229, ../../private/scss/page/_layout.scss */
.footer .company-logo {
  margin-top: 41px;
}
/* line 231, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-left {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #444444;
  height: 90px;
  position: relative;
  margin-top: -10px;
}
/* line 239, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-left .company-info {
  color: white;
  font-size: 14px;
  margin-top: 21px;
}
/* line 244, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-left .m-login {
  color: white;
  font-size: 12px;
  bottom: 3px;
  position: absolute;
  cursor: pointer;
  color: white;
  bottom: -6px;
  text-decoration: none;
}
/* line 255, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-right {
  width: 230px;
  display: inline-block;
  vertical-align: top;
  margin-left: 44px;
  height: 90px;
  position: relative;
  margin-top: -10px;
}
/* line 263, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-right img {
  margin-bottom: 11px;
}
/* line 266, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-right .company-info {
  color: white;
  font-size: 14px;
  margin-top: -7px;
}
/* line 271, ../../private/scss/page/_layout.scss */
.footer .company-logo .company-right .m-login {
  color: white;
  font-size: 12px;
  bottom: -6px;
  position: absolute;
  text-decoration: none;
  cursor: pointer;
}

/* line 282, ../../private/scss/page/_layout.scss */
.footer .footer-bottom {
  width: 100%;
  border-top: 1px solid #444444;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  top: 20px;
  position: relative;
}
/* line 290, ../../private/scss/page/_layout.scss */
.footer .footer-bottom .left-brand {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666666;
}
/* line 296, ../../private/scss/page/_layout.scss */
.footer .footer-bottom .right-brand {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #666666;
  float: right;
}
/* line 302, ../../private/scss/page/_layout.scss */
.footer .footer-bottom .right-brand a {
  text-decoration: none;
  color: #909090;
}

/* line 308, ../../private/scss/page/_layout.scss */
.popup-login-m.active {
  display: block;
}

/* line 311, ../../private/scss/page/_layout.scss */
.popup-login-m {
  display: none;
}
/* line 313, ../../private/scss/page/_layout.scss */
.popup-login-m .overlay-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: grey;
  opacity: 0.5;
  z-index: 200;
}
/* line 323, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop {
  padding: 21px 21px;
  width: 375px;
  height: 330px;
  position: fixed;
  top: 21%;
  left: 36%;
  background-color: white;
  z-index: 300;
}
/* line 332, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .pop-left {
  display: inline-block;
  vertical-align: top;
}
/* line 334, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .pop-left .com-info, .popup-login-m .m-pop .pop-left .login-info {
  font-size: 14px;
  color: #212121;
  margin-top: 5px;
}
/* line 339, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .pop-left .login-info {
  font-weight: bold;
  margin-top: 10px;
}
/* line 345, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .pop-right {
  display: inline-block;
  vertical-align: top;
  float: right;
}
/* line 347, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .pop-right .close-pop {
  cursor: pointer;
}
/* line 352, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop form p {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 6px;
  margin-top: 13px;
}
/* line 359, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop form .basic {
  width: 332px;
  height: 35px;
  border: 1px solid #DDDDDD;
}
/* line 365, ../../private/scss/page/_layout.scss */
.popup-login-m .m-pop .submit {
  float: right;
  margin-top: 21px;
}

/* line 372, ../../private/scss/page/_layout.scss */
.popup-login-v.active {
  display: block;
}

/* line 375, ../../private/scss/page/_layout.scss */
.popup-login-v {
  display: none;
}
/* line 377, ../../private/scss/page/_layout.scss */
.popup-login-v .overlay-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: grey;
  opacity: 0.5;
  z-index: 200;
}
/* line 387, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop {
  padding: 21px 21px;
  width: 375px;
  height: 330px;
  position: fixed;
  top: 21%;
  left: 36%;
  background-color: white;
  z-index: 300;
}
/* line 396, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .pop-left {
  display: inline-block;
  vertical-align: top;
}
/* line 398, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .pop-left .com-info, .popup-login-v .v-pop .pop-left .login-info {
  font-size: 14px;
  color: #212121;
  margin-top: 5px;
}
/* line 403, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .pop-left .login-info {
  font-weight: bold;
  margin-top: 10px;
}
/* line 409, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .pop-right {
  display: inline-block;
  vertical-align: top;
  float: right;
}
/* line 411, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .pop-right .close-pop {
  cursor: pointer;
}
/* line 416, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop form p {
  font-size: 14px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 6px;
  margin-top: 13px;
}
/* line 423, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop form .basic {
  width: 332px;
  height: 35px;
  border: 1px solid #DDDDDD;
}
/* line 429, ../../private/scss/page/_layout.scss */
.popup-login-v .v-pop .submit {
  float: right;
  margin-top: 21px;
}

/* line 4, ../../private/scss/page/_home.scss */
#home-page .home-content {
  width: 865px;
  margin: auto;
}
/* line 7, ../../private/scss/page/_home.scss */
#home-page .home-content .inline-block, #home-page .home-content .left-content, #home-page .home-content .right-content, #home-page .home-content #exhibitions-page .right .img-container .item .text-left, #exhibitions-page .right .img-container .item #home-page .home-content .text-left, #home-page .home-content #exhibitions-page .right .img-container .item .img-right, #exhibitions-page .right .img-container .item #home-page .home-content .img-right, #home-page .home-content #exhibitions-page .right .img-container .item .img-left, #exhibitions-page .right .img-container .item #home-page .home-content .img-left, #home-page .home-content #exhibitions-page .right .img-container .item .text-right, #exhibitions-page .right .img-container .item #home-page .home-content .text-right, #home-page .home-content #services-page .img-blocks .item, #services-page .img-blocks #home-page .home-content .item, #home-page .home-content #services-page .img-blocks .text-right, #services-page .img-blocks #home-page .home-content .text-right, #home-page .home-content #services-page .img-blocks .left-text, #services-page .img-blocks #home-page .home-content .left-text, #home-page .home-content #services-page .img-blocks .left-img, #services-page .img-blocks #home-page .home-content .left-img, #home-page .home-content #services-page .img-blocks .img-right, #services-page .img-blocks #home-page .home-content .img-right {
  display: inline-block;
  vertical-align: top;
}
/* line 11, ../../private/scss/page/_home.scss */
#home-page .home-content .left-content {
  margin-top: 62px;
  width: 524px;
  float: left;
  margin-bottom: 57px;
}
/* line 18, ../../private/scss/page/_home.scss */
#home-page .home-content .left-content .small-title p {
  font-size: 18px;
  color: #1F1F1F;
}
/* line 21, ../../private/scss/page/_home.scss */
#home-page .home-content .left-content .small-title p strong {
  font-weight: bold;
}
/* line 26, ../../private/scss/page/_home.scss */
#home-page .home-content .left-content p {
  font-size: 16px;
  color: #1F1F1F;
}
/* line 31, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content {
  width: 288px;
  height: 288px;
  float: right;
  background-color: #EEEEEE;
}
/* line 37, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav {
  padding-top: 8px;
}
/* line 39, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav div {
  height: 40px;
  position: relative;
}
/* line 44, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-services {
  width: 194px;
  border-bottom: 2px solid white;
  float: right;
  clear: both;
  font-size: 26px;
  font-weight: bold;
}
/* line 52, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-product {
  width: 149px;
  border-bottom: 2px solid white;
  float: right;
  clear: both;
}
/* line 58, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-stands {
  width: 154px;
  border-bottom: 2px solid white;
  float: right;
  clear: both;
  bottom: 2px;
}
/* line 65, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-events {
  width: 204px;
  border-bottom: 2px solid white;
  float: right;
  bottom: 3px;
  clear: both;
}
/* line 72, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-management {
  width: 79px;
  border-bottom: 2px solid white;
  float: right;
  bottom: 4px;
  clear: both;
}
/* line 79, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav .nav-all {
  bottom: 12px;
  float: right;
  clear: both;
}
/* line 84, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav a {
  color: #1F1F1F;
  right: 14px;
  text-decoration: none;
  font-size: 16px;
  bottom: 9px;
  position: absolute;
  white-space: nowrap;
}
/* line 92, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav a:hover {
  color: #999999;
}
/* line 96, ../../private/scss/page/_home.scss */
#home-page .home-content .right-content .content-nav p {
  color: #1F1F1F;
  right: 14px;
  font-size: 16px;
  bottom: 9px;
  position: absolute;
  white-space: nowrap;
}

/* line 110, ../../private/scss/page/_home.scss */
#home-page .home-slider {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
}
/* line 120, ../../private/scss/page/_home.scss */
#home-page .home-slider .image_carousel {
  position: relative;
}
/* line 123, ../../private/scss/page/_home.scss */
#home-page .home-slider .image_carousel img {
  display: block;
  float: left;
}
/* line 126, ../../private/scss/page/_home.scss */
#home-page .home-slider .image_carousel img.clicked {
  border: 1px solid #AA1E41;
}
/* line 130, ../../private/scss/page/_home.scss */
#home-page .home-slider .botton-center {
  position: relative;
  width: 865px;
  height: 100%;
  margin: auto;
  top: -291px;
}
/* line 137, ../../private/scss/page/_home.scss */
#home-page .home-slider a.prev, #home-page .home-slider a.next {
  width: 44px;
  height: 88px;
  display: block;
  position: absolute;
  top: -41px;
}
/* line 144, ../../private/scss/page/_home.scss */
#home-page .home-slider a.prev {
  left: -44px;
  position: absolute;
  background-position: 0 0;
  background-image: url(../images/slide/left.png);
  background-repeat: no-repeat;
}
/* line 152, ../../private/scss/page/_home.scss */
#home-page .home-slider a.prev.disabled {
  background-image: url(../images/slide/left.png);
}
/* line 155, ../../private/scss/page/_home.scss */
#home-page .home-slider a.next {
  right: -43px;
  position: absolute;
  background-image: url(../images/slide/right.png);
  background-repeat: no-repeat;
}
/* line 162, ../../private/scss/page/_home.scss */
#home-page .home-slider a.next.disabled {
  background-image: url(../images/slide/right.png);
}
/* line 166, ../../private/scss/page/_home.scss */
#home-page .home-slider a.prev span, #home-page .home-slider a.next span {
  display: none;
}
/* line 171, ../../private/scss/page/_home.scss */
#home-page .home-slider .clearfix {
  float: none;
  clear: both;
}

/* line 3, ../../private/scss/page/_about-us.scss */
#about-us-page, #page-404 {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_about-us.scss */
#about-us-page .left-about, #page-404 .left-about {
  width: 556px;
  margin-left: 38px;
}
/* line 21, ../../private/scss/page/_about-us.scss */
#about-us-page .big-title h1, #page-404 .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 28, ../../private/scss/page/_about-us.scss */
#about-us-page .title-text, #page-404 .title-text {
  margin-top: 32px;
}
/* line 30, ../../private/scss/page/_about-us.scss */
#about-us-page .title-text p, #page-404 .title-text p {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
/* line 36, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text, #page-404 .sub-text {
  padding-top: 12px;
}
/* line 38, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text h2, #page-404 .sub-text h2 {
  font-size: 14px;
  margin-bottom: 16px;
}
/* line 42, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text .small-title, #page-404 .sub-text .small-title {
  margin-top: 40px;
}
/* line 44, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text .small-title p, #page-404 .sub-text .small-title p {
  font-size: 14px;
  font-weight: 700;
  color: black;
}
/* line 50, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text .small-text, #page-404 .sub-text .small-text {
  margin-top: 20px;
}
/* line 52, ../../private/scss/page/_about-us.scss */
#about-us-page .sub-text .small-text p, #page-404 .sub-text .small-text p {
  font-size: 16px;
  color: black;
}

/* line 60, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about, #page-404 .right-about {
  margin-right: 25px;
}
/* line 62, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info, #page-404 .right-about .right-info {
  width: 288px;
}
/* line 64, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info .top-info, #page-404 .right-about .right-info .top-info {
  height: 288px;
  background-color: #858585;
}
/* line 67, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info .top-info p, #page-404 .right-about .right-info .top-info p {
  color: white;
  padding: 65px 21px;
  font-size: 24px;
  font-weight: 700;
}
/* line 74, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info .bottom-info, #page-404 .right-about .right-info .bottom-info {
  height: 144px;
  background-color: #333333;
}
/* line 77, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info .bottom-info p, #page-404 .right-about .right-info .bottom-info p {
  color: white;
  padding: 21px;
  font-size: 24px;
  font-weight: 700;
}
/* line 83, ../../private/scss/page/_about-us.scss */
#about-us-page .right-about .right-info .bottom-info .contact-button, #page-404 .right-about .right-info .bottom-info .contact-button {
  margin-left: 82px;
  top: -1px;
  position: relative;
}

/* line 3, ../../private/scss/page/_contact-us.scss */
#contact-us-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 17, ../../private/scss/page/_contact-us.scss */
#contact-us-page .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 24, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact {
  margin-left: 38px;
  width: 555px;
}
/* line 27, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .physical, #contact-us-page .left-contact .postal, #contact-us-page .left-contact .conatct-number {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
}
/* line 31, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .physical .label, #contact-us-page .left-contact .postal .label, #contact-us-page .left-contact .conatct-number .label {
  font-size: 14px;
  color: black;
  font-weight: 700;
  margin-bottom: 13px;
}
/* line 37, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .physical p, #contact-us-page .left-contact .postal p, #contact-us-page .left-contact .conatct-number p {
  font-size: 16px;
  line-height: 19px;
}
/* line 42, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .postal, #contact-us-page .left-contact .conatct-number {
  margin-left: 37px;
}
/* line 45, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .postal .label, #contact-us-page .left-contact .conatct-number .label {
  font-size: 14px;
  color: black;
  font-weight: 700;
  margin-bottom: 13px;
}
/* line 51, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .postal p, #contact-us-page .left-contact .conatct-number p {
  font-size: 16px;
  line-height: 19px;
}
/* line 56, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .conatct-number {
  margin-top: 54px;
}
/* line 59, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .conatct-number p {
  font-size: 16px;
  color: black;
  line-height: 22px;
}
/* line 63, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .conatct-number p strong {
  font-weight: 700;
}
/* line 67, ../../private/scss/page/_contact-us.scss */
#contact-us-page .left-contact .conatct-number a {
  color: black;
  text-decoration: none;
}

/* line 75, ../../private/scss/page/_contact-us.scss */
#contact-us-page .map-container {
  width: 555px;
  height: 447px;
  margin-top: 27px;
}
/* line 80, ../../private/scss/page/_contact-us.scss */
#contact-us-page .contact-mesage {
  padding-top: 22px;
}
/* line 82, ../../private/scss/page/_contact-us.scss */
#contact-us-page .contact-mesage h3 {
  font-size: 17px;
  color: black;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 88, ../../private/scss/page/_contact-us.scss */
#contact-us-page .contact-mesage p {
  font-size: 16px;
  line-height: 19px;
  color: black;
}
/* line 92, ../../private/scss/page/_contact-us.scss */
#contact-us-page .contact-mesage p a {
  color: black;
  text-decoration: underline;
}
/* line 98, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact {
  float: right;
  width: 288px;
  padding-bottom: 3px;
  background-color: #999999;
  padding-left: 13px;
  margin-right: 38px;
}
/* line 105, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact .title {
  color: white;
  font-size: 24px;
  font-weight: 900;
  margin-top: 28px;
  margin-bottom: 22px;
}
/* line 113, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form .basic {
  width: 262px;
  height: 35px;
  border: none;
  margin-bottom: 19px;
  margin-top: 4px;
  padding-left: 10px;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
}
/* line 123, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form .basic-area {
  width: 262px;
  height: 150px;
  border: none;
  margin-top: 4px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 14px;
  font-family: 'Lato',sans-serif;
  margin-bottom: 19px;
}
/* line 135, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form label {
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 6px;
  cursor: pointer;
  margin-left: 3px;
  display: block;
}
/* line 144, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form label.error {
  color: black;
  top: -8px;
  position: relative;
}
/* line 149, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form .sending {
  margin-top: 1px;
}
/* line 151, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form .sending p {
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
/* line 158, ../../private/scss/page/_contact-us.scss */
#contact-us-page .right-contact form .sending .send-icon {
  float: right;
  margin-right: 11px;
  margin-top: -43px;
}

/* line 3, ../../private/scss/page/_our-difference.scss */
#our-difference-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_our-difference.scss */
#our-difference-page .left-difference {
  width: 556px;
  margin-left: 38px;
}
/* line 21, ../../private/scss/page/_our-difference.scss */
#our-difference-page .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 28, ../../private/scss/page/_our-difference.scss */
#our-difference-page .title-text {
  margin-top: 32px;
}
/* line 30, ../../private/scss/page/_our-difference.scss */
#our-difference-page .title-text p {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
/* line 36, ../../private/scss/page/_our-difference.scss */
#our-difference-page .sub-text {
  margin-top: 22px;
}

/* line 41, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference {
  margin-right: 25px;
}
/* line 43, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info {
  width: 288px;
}
/* line 45, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info .top-info {
  height: 288px;
  background-color: #858585;
}
/* line 48, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info .top-info p {
  color: white;
  padding: 66px 21px;
  font-size: 24px;
  font-weight: 700;
}
/* line 55, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info .bottom-info {
  height: 144px;
  background-color: #333333;
}
/* line 58, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info .bottom-info p {
  color: white;
  padding: 21px;
  font-size: 24px;
  font-weight: 700;
}
/* line 64, ../../private/scss/page/_our-difference.scss */
#our-difference-page .right-difference .right-info .bottom-info .contact-button {
  margin-left: 82px;
  top: -1px;
  position: relative;
}

/* line 4, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 17, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .ex-left {
  width: 270px;
  margin-left: 38px;
}
/* line 22, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .big-title h1 {
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  font-weight: 900;
}
/* line 29, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .title-text {
  margin-top: 33px;
}
/* line 31, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .title-text p {
  color: black;
  font-size: 18px;
  font-weight: 700;
}
/* line 37, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .sub-text {
  margin-top: 23px;
}
/* line 41, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container {
  float: right;
  width: 576px;
  height: auto;
  margin-right: 37px;
}
/* line 46, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item {
  font-size: 0px;
}
/* line 48, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .inline-block, #exhibitions-page .right .img-container .item #home-page .home-content .left-content, #home-page .home-content #exhibitions-page .right .img-container .item .left-content, #exhibitions-page .right .img-container .item #home-page .home-content .right-content, #home-page .home-content #exhibitions-page .right .img-container .item .right-content, #exhibitions-page .right .img-container .item .text-left, #exhibitions-page .right .img-container .item .img-right, #exhibitions-page .right .img-container .item .img-left, #exhibitions-page .right .img-container .item .text-right, #exhibitions-page .right .img-container .item #services-page .img-blocks .item, #services-page .img-blocks #exhibitions-page .right .img-container .item .item, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-img, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-img {
  display: inline-block;
  vertical-align: top;
  width: 288px;
  height: 288px;
}
/* line 54, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-left {
  position: relative;
}
/* line 57, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-left .circle {
  position: absolute;
  top: 67px;
  background-image: url(../images/exhibitions/circle.png);
  width: 100%;
  height: 88px;
  background-repeat: no-repeat;
}
/* line 65, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-left .number {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-left: 132px;
  margin-top: 18px;
}
/* line 72, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-left .info-text {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 77, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-left .info-text p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
  position: absolute;
  bottom: 42px;
  width: 100%;
}
/* line 94, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-right, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text {
  position: relative;
}
/* line 97, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-right .circle, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text .circle, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text .circle {
  position: absolute;
  top: 67px;
  background-image: url(../images/exhibitions/circle.png);
  width: 100%;
  height: 88px;
  background-repeat: no-repeat;
}
/* line 105, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-right .number, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text .number, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text .number {
  font-size: 40px;
  font-weight: bold;
  color: white;
  margin-left: 132px;
  margin-top: 18px;
}
/* line 112, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-right .info-text, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text .info-text, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text .info-text {
  text-align: center;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
/* line 117, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .text-right .info-text p, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text .info-text p, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text .info-text p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
  position: absolute;
  bottom: 42px;
  width: 100%;
}
/* line 128, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .first-gray {
  background-color: #D6D6D6;
}
/* line 131, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .second-gray {
  background-color: #ADADAD;
}
/* line 134, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .third-gray {
  background-color: #858585;
}
/* line 137, ../../private/scss/page/_exhibitions.scss */
#exhibitions-page .right .img-container .item .fourth-gray {
  background-color: #363636;
}

/* line 3, ../../private/scss/page/_services.scss */
#services-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_services.scss */
#services-page .big-title {
  margin-left: 38px;
  margin-bottom: 36px;
}
/* line 19, ../../private/scss/page/_services.scss */
#services-page .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 26, ../../private/scss/page/_services.scss */
#services-page .img-blocks {
  margin-left: 38px;
  width: 865px;
  height: auto;
  font-size: 0px;
}
/* line 34, ../../private/scss/page/_services.scss */
#services-page .img-blocks .inline-block, #services-page .img-blocks #home-page .home-content .left-content, #home-page .home-content #services-page .img-blocks .left-content, #services-page .img-blocks #home-page .home-content .right-content, #home-page .home-content #services-page .img-blocks .right-content, #services-page .img-blocks #exhibitions-page .right .img-container .item .text-left, #exhibitions-page .right .img-container .item #services-page .img-blocks .text-left, #services-page .img-blocks #exhibitions-page .right .img-container .item .img-right, #exhibitions-page .right .img-container .item #services-page .img-blocks .img-right, #services-page .img-blocks #exhibitions-page .right .img-container .item .img-left, #exhibitions-page .right .img-container .item #services-page .img-blocks .img-left, #services-page .img-blocks #exhibitions-page .right .img-container .item .text-right, #exhibitions-page .right .img-container .item #services-page .img-blocks .text-right, #exhibitions-page .right .img-container .item #services-page .img-blocks .left-text, #services-page .img-blocks #exhibitions-page .right .img-container .item .left-text, #services-page .img-blocks .item, #services-page .img-blocks .text-right, #services-page .img-blocks .left-text, #services-page .img-blocks .left-img, #services-page .img-blocks .img-right {
  display: inline-block;
  vertical-align: top;
}
/* line 38, ../../private/scss/page/_services.scss */
#services-page .img-blocks .text-right, #services-page .img-blocks .left-text {
  width: 216px;
  height: 216px;
  color: white;
}
/* line 43, ../../private/scss/page/_services.scss */
#services-page .img-blocks .text-right .title p, #services-page .img-blocks .left-text .title p {
  font-size: 22px;
  font-weight: bold;
  padding: 7px 10px;
  line-height: 28px;
}
/* line 49, ../../private/scss/page/_services.scss */
#services-page .img-blocks .text-right .text p, #services-page .img-blocks .left-text .text p {
  font-size: 16px;
  padding: 5px 10px;
  line-height: 19px;
  margin-top: -11px;
  letter-spacing: 0.2px;
}
/* line 57, ../../private/scss/page/_services.scss */
#services-page .img-blocks .left-text {
  text-align: right;
}
/* line 60, ../../private/scss/page/_services.scss */
#services-page .img-blocks .left-text .title p {
  font-size: 22px;
  font-weight: bold;
  padding: 7px 10px;
}
/* line 65, ../../private/scss/page/_services.scss */
#services-page .img-blocks .left-text .text p {
  font-size: 16px;
  padding: 5px 10px;
}
/* line 70, ../../private/scss/page/_services.scss */
#services-page .img-blocks .left-text.last {
  color: #333333;
}
/* line 73, ../../private/scss/page/_services.scss */
#services-page .img-blocks .left-img, #services-page .img-blocks .img-right {
  width: 216px;
  height: 216px;
}
/* line 82, ../../private/scss/page/_services.scss */
#services-page .first-gray {
  background-color: #333333;
}
/* line 85, ../../private/scss/page/_services.scss */
#services-page .second-gray {
  background-color: #858585;
}
/* line 88, ../../private/scss/page/_services.scss */
#services-page .third-gray {
  background-color: #ADADAD;
}
/* line 91, ../../private/scss/page/_services.scss */
#services-page .fourth-gray {
  background-color: #D6D6D6;
}

/* line 2, ../../private/scss/page/_gallery.scss */
#gallery-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 15, ../../private/scss/page/_gallery.scss */
#gallery-page .big-title {
  margin-left: 38px;
  margin-bottom: 30px;
}
/* line 18, ../../private/scss/page/_gallery.scss */
#gallery-page .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
/* line 26, ../../private/scss/page/_gallery.scss */
#gallery-page .big-title .category-select {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 38px;
}
/* line 34, ../../private/scss/page/_gallery.scss */
#gallery-page .open-text {
  margin-bottom: 28px;
  margin-left: 38px;
}
/* line 37, ../../private/scss/page/_gallery.scss */
#gallery-page .open-text p {
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
}
/* line 43, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks.close {
  height: 283px;
}
/* line 46, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks {
  margin-left: 38px;
  width: 865px;
  height: auto;
  clear: both;
  font-size: 0px;
}
/* line 52, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item {
  width: 288px;
  height: 288px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
/* line 58, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item .hover-stuff.hover {
  display: block;
}
/* line 61, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item .hover-stuff {
  cursor: pointer;
  display: none;
  width: 288px;
  height: 288px;
}
/* line 66, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item .hover-stuff img {
  position: absolute;
  top: 55px;
  left: 104px;
}
/* line 71, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item .hover-stuff .info {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-align: center;
  padding-top: 23px;
}
/* line 81, ../../private/scss/page/_gallery.scss */
#gallery-page .img-blocks .item .hover-stuff .info p {
  color: #202020;
  font-size: 18px;
  font-weight: bold;
}

/* line 94, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu {
  display: inline-block;
  margin-bottom: 8px;
  outline: none;
  position: relative;
}
/* line 101, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu label {
  color: black;
  display: inline-block;
  position: relative;
  width: 288px;
  height: 35px;
  padding-left: 8px;
  padding-top: 8px;
  cursor: pointer;
  background-image: url(../images/drop-down.png);
  background-repeat: no-repeat;
}
/* line 113, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu label.selection-made {
  color: #000;
}
/* line 116, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu label.opened {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 120, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu:focus label,
#gallery-page .custom-select-menu:hover label {
  border-color: #000;
}
/* line 125, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu ul {
  background: #fff;
  border: 1px solid #BBBBBB;
  left: 9px;
  list-style: none;
  margin: 1px -9px;
  width: 288px;
  position: absolute;
  z-index: 2;
}
/* line 136, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu li {
  background-color: #fff;
  cursor: pointer;
  padding-left: 6px;
  height: 35px;
  padding-top: 8px;
}
/* line 144, ../../private/scss/page/_gallery.scss */
#gallery-page .custom-select-menu li:hover,
#gallery-page .custom-select-menu .selected {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 150, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info {
  width: 100%;
  border-top: 1px solid white;
  clear: both;
  margin-top: 190px;
}
/* line 155, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center {
  margin: auto;
  width: 830px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 22%;
}
@media only screen and (min-width: 1400px) {
  /* line 155, ../../private/scss/page/_gallery.scss */
  #gallery-page .bottom-info .bottom-center {
    margin-left: 30.3%;
  }
}
/* line 165, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center .back-gallery {
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
/* line 171, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center .back-gallery img {
  top: 0px;
  position: relative;
}
/* line 176, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center .total {
  display: inline-block;
  vertical-align: top;
  float: right;
}
/* line 180, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center .total .title {
  font-weight: bold;
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
/* line 187, ../../private/scss/page/_gallery.scss */
#gallery-page .bottom-info .bottom-center .total .page {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
/* line 196, ../../private/scss/page/_gallery.scss */
#gallery-page .popup-gallery {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: scroll;
  display: none;
  position: fixed;
  overflow-x: hidden;
}
/* line 206, ../../private/scss/page/_gallery.scss */
#gallery-page .popup-gallery .overlay-bk {
  position: fixed;
  background-color: #222222;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
/* line 216, ../../private/scss/page/_gallery.scss */
#gallery-page .popup-gallery .popup-item {
  position: relative;
  z-index: 110;
  top: 0px;
}
/* line 222, ../../private/scss/page/_gallery.scss */
#gallery-page .popup-gallery.active {
  display: block;
}
/* line 230, ../../private/scss/page/_gallery.scss */
#gallery-page .botton-center {
  position: relative;
  width: 865px;
  height: 100%;
  margin: auto;
  top: -744px;
}
/* line 237, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel {
  padding: 15px 0 15px 0px;
  width: 100%;
  height: 544px;
}
@media only screen and (min-width: 1400px) {
  /* line 237, ../../private/scss/page/_gallery.scss */
  #gallery-page .list_carousel {
    width: 100%;
  }
}
/* line 246, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel .slide-info {
  margin-left: 22%;
  margin-top: -80px;
  margin-bottom: 19px;
  width: 730px;
  display: none;
  height: 50px;
}
@media only screen and (min-width: 1400px) {
  /* line 246, ../../private/scss/page/_gallery.scss */
  #gallery-page .list_carousel .slide-info {
    margin-left: 30.3%;
  }
}
/* line 256, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel .slide-info h4 {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
/* line 261, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel .slide-info p {
  font-size: 16px;
  color: white;
}
/* line 265, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel .slide-info.active {
  display: block;
}
/* line 270, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 276, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel li {
  text-align: center;
  width: 821px;
  height: 544px;
  padding: 0;
  margin: 10px 12px 10px 86px;
  display: block;
  float: left;
}
@media only screen and (min-width: 1400px) {
  /* line 276, ../../private/scss/page/_gallery.scss */
  #gallery-page .list_carousel li {
    margin: 10px 12px 10px 86px;
  }
}
/* line 288, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel li img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale' filterRes='800'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}
/* line 292, ../../private/scss/page/_gallery.scss */
#gallery-page .list_carousel li img.active {
  -webkit-filter: none;
  filter: none;
}
/* line 297, ../../private/scss/page/_gallery.scss */
#gallery-page .clearfix {
  float: none;
  clear: both;
}
/* line 301, ../../private/scss/page/_gallery.scss */
#gallery-page .thumbnails {
  width: 150%;
  margin-left: 50%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  /* line 301, ../../private/scss/page/_gallery.scss */
  #gallery-page .thumbnails {
    margin-left: 50%;
  }
}
/* line 310, ../../private/scss/page/_gallery.scss */
#gallery-page a.prev, #gallery-page a.next {
  width: 44px;
  height: 88px;
  display: block;
  position: absolute;
  top: 270px;
}
/* line 317, ../../private/scss/page/_gallery.scss */
#gallery-page .overlay {
  width: 90px;
  height: 60px;
  background-color: #222222;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 324, ../../private/scss/page/_gallery.scss */
#gallery-page .page-item {
  width: 90px;
  height: 60px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
/* line 331, ../../private/scss/page/_gallery.scss */
#gallery-page .page-item.selected .overlay {
  background-color: transparent;
}
/* line 334, ../../private/scss/page/_gallery.scss */
#gallery-page .page-item:hover .overlay {
  background-color: transparent;
}
/* line 337, ../../private/scss/page/_gallery.scss */
#gallery-page a.prev {
  left: -5px;
  position: absolute;
  background-position: 0 0;
  background-image: url(../images/slide/left.png);
  background-repeat: no-repeat;
}
/* line 345, ../../private/scss/page/_gallery.scss */
#gallery-page a.prev.disabled {
  background-image: url(../images/slide/left.png);
}
/* line 348, ../../private/scss/page/_gallery.scss */
#gallery-page a.next {
  right: -79px;
  position: absolute;
  background-image: url(../images/slide/right.png);
  background-repeat: no-repeat;
}
/* line 354, ../../private/scss/page/_gallery.scss */
#gallery-page a.prev span, #gallery-page a.next span {
  display: none;
}
/* line 357, ../../private/scss/page/_gallery.scss */
#gallery-page a.next.disabled {
  background-image: url(../images/slide/right.png);
}

/* line 3, ../../private/scss/page/_case-study.scss */
#case-study-page {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_case-study.scss */
#case-study-page .big-title {
  margin-left: 38px;
  margin-bottom: 30px;
}
/* line 19, ../../private/scss/page/_case-study.scss */
#case-study-page .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 26, ../../private/scss/page/_case-study.scss */
#case-study-page .open-text {
  margin-bottom: 26px;
  margin-left: 38px;
}
/* line 29, ../../private/scss/page/_case-study.scss */
#case-study-page .open-text p {
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
}
/* line 40, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks {
  margin-left: 38px;
  width: 865px;
  clear: both;
  font-size: 0px;
}
/* line 47, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item {
  width: 288px;
  height: 288px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 55, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item .hover-stuff.hover {
  display: block;
}
/* line 58, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item .hover-stuff {
  cursor: pointer;
  display: none;
  width: 288px;
  height: 288px;
}
/* line 63, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item .hover-stuff img {
  position: absolute;
  top: 69px;
  left: 100px;
}
/* line 68, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item .hover-stuff .info {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-align: center;
  padding-top: 19px;
}
/* line 78, ../../private/scss/page/_case-study.scss */
#case-study-page .img-blocks .item .hover-stuff .info p {
  color: #202020;
  font-size: 18px;
  font-weight: bold;
}

/* line 90, ../../private/scss/page/_case-study.scss */
#case-study-page .case-study-slide {
  margin-top: 72px;
  height: 236px !important;
}
/* line 95, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info.active {
  display: block;
}
/* line 98, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info {
  width: 862px;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  padding-top: 24px;
  padding-bottom: 48px;
  margin-bottom: 34px;
  display: none;
}
/* line 106, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .clear {
  overflow: hidden;
}
/* line 109, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .hide-left {
  width: 458px;
  display: inline-block;
  vertical-align: top;
}
/* line 114, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .hide-right {
  width: 345px;
  float: right;
  display: inline-block;
  vertical-align: top;
}
/* line 120, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .hide-right .info-cancel .cancel {
  float: right;
}
/* line 124, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .hide-right .info-list {
  clear: both;
  margin-top: 56px;
  position: relative;
}
/* line 128, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .hide-right .info-list * {
  font-size: 16px;
}
/* line 134, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .info-title p {
  font-size: 22px;
  color: #202020;
  font-weight: bold;
}
/* line 140, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .info-text {
  margin-top: 29px;
  position: relative;
}
/* line 143, ../../private/scss/page/_case-study.scss */
#case-study-page .hide-info .info-text p {
  color: #1F1F1F;
  font-size: 16px;
}

/* line 151, ../../private/scss/page/_case-study.scss */
#case-study-page .image_carousel {
  position: relative;
  overflow: hidden;
}
/* line 155, ../../private/scss/page/_case-study.scss */
#case-study-page .image_carousel img {
  display: block;
  float: left;
}
/* line 158, ../../private/scss/page/_case-study.scss */
#case-study-page .image_carousel img.clicked {
  border: 1px solid #AA1E41;
}
/* line 162, ../../private/scss/page/_case-study.scss */
#case-study-page .botton-center {
  position: relative;
  width: 865px;
  height: 100%;
  margin: auto;
  top: -291px;
}
/* line 169, ../../private/scss/page/_case-study.scss */
#case-study-page a.prev, #case-study-page a.next {
  width: 44px;
  height: 88px;
  display: block;
  position: absolute;
  top: 126px;
  opacity: 0;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 177, ../../private/scss/page/_case-study.scss */
#case-study-page a.prev.show, #case-study-page a.next.show {
  opacity: 1;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
/* line 182, ../../private/scss/page/_case-study.scss */
#case-study-page a.prev {
  left: -45px;
  position: absolute;
  background-position: 0 0;
  background-image: url(../images/gallery/left.png);
  background-repeat: no-repeat;
}
/* line 190, ../../private/scss/page/_case-study.scss */
#case-study-page a.prev.disabled {
  background-image: url(../images/gallery/left.png);
}
/* line 193, ../../private/scss/page/_case-study.scss */
#case-study-page a.next {
  right: -41px;
  position: absolute;
  background-image: url(../images/gallery/right.png);
  background-repeat: no-repeat;
}
/* line 200, ../../private/scss/page/_case-study.scss */
#case-study-page a.next.disabled {
  background-image: url(../images/gallery/right.png);
}
/* line 204, ../../private/scss/page/_case-study.scss */
#case-study-page a.prev span, #case-study-page a.next span {
  display: none;
}
/* line 207, ../../private/scss/page/_case-study.scss */
#case-study-page .clearfix {
  float: none;
  clear: both;
}

/* line 3, ../../private/scss/page/_booking-1.scss */
#booking {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: #EEEEEE;
  width: 100%;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-top: 13px;
}
/* line 15, ../../private/scss/page/_booking-1.scss */
#booking.login-booking {
  height: 100%;
}
/* line 18, ../../private/scss/page/_booking-1.scss */
#booking .common {
  width: 864px;
  height: auto;
  margin: auto;
  background-color: white;
}

/* line 26, ../../private/scss/page/_booking-1.scss */
.common .left-logo {
  padding-left: 20px;
  padding-top: 16px;
}
/* line 29, ../../private/scss/page/_booking-1.scss */
.common .left-logo p {
  margin-top: 6px;
  font-size: 14px;
}
/* line 34, ../../private/scss/page/_booking-1.scss */
.common .default-nav {
  width: 100%;
  height: 33px;
  margin-top: 10px;
  background-color: #DDDDDD;
  margin-top: 21px;
}

/* line 43, ../../private/scss/page/_booking-1.scss */
.default-nav .select-nav, .default-nav .book-nav, .default-nav .deliver-nav, .default-nav .confirm-nav {
  font-size: 12px;
  color: #999999;
  padding-top: 7px;
  padding-left: 21px;
  display: inline-block;
  vertical-align: top;
}
/* line 49, ../../private/scss/page/_booking-1.scss */
.default-nav .select-nav.active, .default-nav .active.book-nav, .default-nav .active.deliver-nav, .default-nav .active.confirm-nav {
  color: #000000;
}
/* line 53, ../../private/scss/page/_booking-1.scss */
.default-nav .book-nav {
  padding-left: 10px;
}
/* line 56, ../../private/scss/page/_booking-1.scss */
.default-nav .book-nav.active {
  color: #000000;
}
/* line 60, ../../private/scss/page/_booking-1.scss */
.default-nav .deliver-nav {
  padding-left: 13px;
}
/* line 63, ../../private/scss/page/_booking-1.scss */
.default-nav .deliver-nav.active {
  color: #000000;
}
/* line 67, ../../private/scss/page/_booking-1.scss */
.default-nav .confirm-nav {
  padding-left: 11px;
}
/* line 70, ../../private/scss/page/_booking-1.scss */
.default-nav .confirm-nav.active {
  color: #000000;
}

/* line 76, ../../private/scss/page/_booking-1.scss */
.first .main-nav {
  padding-top: 19px;
  padding-left: 20px;
  padding-bottom: 20px;
}
/* line 80, ../../private/scss/page/_booking-1.scss */
.first .main-nav .label-title {
  letter-spacing: 0.1px;
  color: black;
  font-size: 14px;
}
/* line 86, ../../private/scss/page/_booking-1.scss */
.first .main-nav .links a {
  color: black;
  font-weight: bold;
  display: block;
  margin-top: 14px;
  font-size: 14px;
}

/* line 97, ../../private/scss/page/_booking-1.scss */
#bookinglogin input[type="text"], #bookinglogin input[type="password"] {
  border: 1px solid #DDDDDD;
  width: 200px;
  height: 35px;
  margin-top: 12px;
  margin-bottom: 10px;
  padding-left: 9px;
}

/* line 2, ../../private/scss/page/_booking-2.scss */
.second .instruction {
  padding: 20px 20px;
  border-bottom: 6px solid  #EEEEEE;
  padding-bottom: 2px;
}
/* line 6, ../../private/scss/page/_booking-2.scss */
.second .instruction .ins {
  margin-bottom: 15px;
}
/* line 8, ../../private/scss/page/_booking-2.scss */
.second .instruction .ins .circle {
  background-image: url(/images/circle.png);
  width: 34px;
  height: 34px;
  color: black;
  font-size: 16;
  font-weight: bold;
  padding: 8px 12px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
/* line 19, ../../private/scss/page/_booking-2.scss */
.second .instruction .ins .ins-info {
  display: inline-block;
  vertical-align: top;
  width: 769px;
}
/* line 22, ../../private/scss/page/_booking-2.scss */
.second .instruction .ins .ins-info p {
  font-size: 12px;
  color: black;
  margin-left: 7px;
  margin-top: 6px;
}
/* line 27, ../../private/scss/page/_booking-2.scss */
.second .instruction .ins .ins-info p strong {
  font-weight: bold;
}
/* line 34, ../../private/scss/page/_booking-2.scss */
.second .date {
  padding: 2px 20px;
  border-bottom: 6px solid  #EEEEEE;
  padding-top: 20px;
  padding-bottom: 12px;
}
/* line 40, ../../private/scss/page/_booking-2.scss */
.second .date .deliver-date .label, .second .date .pickup-date .label {
  font-size: 14px;
  margin-top: 9px;
  margin-right: 7px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
/* line 47, ../../private/scss/page/_booking-2.scss */
.second .date .deliver-date .grey-title, .second .date .pickup-date .grey-title {
  font-size: 14px;
  margin-top: 9px;
  margin-right: 7px;
  font-weight: bold;
  color: #999999;
  display: inline-block;
  vertical-align: top;
}
/* line 55, ../../private/scss/page/_booking-2.scss */
.second .date .deliver-date .label.label-time, .second .date .pickup-date .label.label-time {
  margin-left: 22px;
}
/* line 58, ../../private/scss/page/_booking-2.scss */
.second .date .deliver-date .label.label-time-1, .second .date .pickup-date .label.label-time-1 {
  margin-left: 22px;
  margin-right: 8px;
}
/* line 63, ../../private/scss/page/_booking-2.scss */
.second .date .pickup-date {
  margin-top: -2px;
}
/* line 65, ../../private/scss/page/_booking-2.scss */
.second .date .pickup-date .label {
  margin-right: 22px;
}
/* line 69, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu {
  margin-right: 6px;
  display: inline-block;
  margin-bottom: 8px;
  outline: none;
  position: relative;
}
/* line 77, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu label {
  color: black;
  display: inline-block;
  position: relative;
  width: 75px;
  height: 35px;
  padding-left: 8px;
  padding-top: 8px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-image: url(/images/booking-drop.png);
  background-repeat: no-repeat;
}
/* line 91, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu label.selection-made {
  color: #000;
}
/* line 94, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu label.opened {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 98, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu:focus label,
.second .date .custom-select-menu:hover label {
  border-color: #000;
}
/* line 103, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu ul {
  background: #fff;
  border: 1px solid #BBBBBB;
  left: 9px;
  list-style: none;
  margin: 1px -9px;
  width: 75px;
  position: absolute;
  z-index: 2;
  height: 200px;
  overflow: scroll;
}
/* line 116, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu li {
  background-color: #fff;
  cursor: pointer;
  padding-left: 6px;
  height: 35px;
  padding-top: 8px;
}
/* line 124, ../../private/scss/page/_booking-2.scss */
.second .date .custom-select-menu li:hover,
.second .date .custom-select-menu .selected {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 130, ../../private/scss/page/_booking-2.scss */
.second .items-container {
  padding: 21px 21px;
}
/* line 132, ../../private/scss/page/_booking-2.scss */
.second .items-container .item {
  width: 409px;
  height: 303px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  display: inline-block;
  vertical-align: top;
}
/* line 138, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .left-img, .second .items-container .item #services-page .img-blocks .img-right, #services-page .img-blocks .second .items-container .item .img-right {
  width: 140px;
  height: 283px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
/* line 144, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .left-img .enlarge, .second .items-container .item #services-page .img-blocks .img-right .enlarge, #services-page .img-blocks .second .items-container .item .img-right .enlarge {
  width: 141px;
  height: 36px;
  background-color: white;
  opacity: 0.7;
  position: absolute;
  bottom: 0px;
  padding-top: 1px;
  padding-left: 18px;
  display: none;
}
/* line 154, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .left-img .enlarge img, .second .items-container .item #services-page .img-blocks .img-right .enlarge img, #services-page .img-blocks .second .items-container .item .img-right .enlarge img {
  top: 6px;
  position: relative;
}
/* line 160, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text {
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  width: 224px;
  margin-left: 20px;
}
/* line 166, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .info-text-top p {
  line-height: 20px;
  font-size: 14px;
  color: #1F1F1F;
}
/* line 170, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .info-text-top p strong {
  font-weight: bold;
}
/* line 175, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .qty {
  margin-top: 49px;
}
/* line 177, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .qty label {
  cursor: pointer;
  font-size: 14px;
  color: #1F1F1F;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
/* line 184, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .qty .qty-input {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DDDDDD;
  width: 75px;
  height: 35px;
  top: -12px;
  position: relative;
  padding-left: 14px;
  padding-top: 5px;
  font-size: 14px;
  color: #1F1F1F;
  font-weight: bold;
}
/* line 197, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .qty .detail {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
}
/* line 205, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .ava {
  margin-top: 4px;
}
/* line 207, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .ava .popup {
  font-size: 14px;
  color: #1F1F1F;
  font-weight: bold;
}
/* line 214, ../../private/scss/page/_booking-2.scss */
.second .items-container .item .right-info-text .addition-text {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  margin-top: 26px;
}
/* line 223, ../../private/scss/page/_booking-2.scss */
.second .items-container .item {
  padding-top: 20px;
  height: 323px;
}
/* line 71, ../../private/scss/mixins/_nth-child-mixin.scss */
.second .items-container .item:first-child + .item, .second .items-container .item:first-child + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item, .second .items-container .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item + .item {
  border-right: none;
  padding-left: 21px;
  margin-left: -3px;
}
/* line 71, ../../private/scss/mixins/_nth-child-mixin.scss */
.second .items-container .item:first-child + .item {
  border-top: none;
  padding-top: 0px;
  height: 303px;
}
/* line 71, ../../private/scss/mixins/_nth-child-mixin.scss */
.second .items-container .item:first-child:first-child {
  border-top: none;
  padding-top: 0px;
  height: 303px;
}

/* line 247, ../../private/scss/page/_booking-2.scss */
#booking .book-button {
  float: right;
  margin-right: 37px;
  margin-top: 10px;
}
/* line 252, ../../private/scss/page/_booking-2.scss */
#booking .book-button-last {
  float: right;
  margin-right: 37px;
  margin-top: 10px;
}

/* line 258, ../../private/scss/page/_booking-2.scss */
.img-popup {
  display: none;
}
/* line 260, ../../private/scss/page/_booking-2.scss */
.img-popup .pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: grey;
  opacity: 0.5;
  z-index: 100;
}
/* line 270, ../../private/scss/page/_booking-2.scss */
.img-popup .popup-item {
  padding: 21px 18px;
  width: 620px;
  height: auto;
  position: fixed;
  top: 0;
  left: 27%;
  background-color: white;
  z-index: 120;
  padding-right: 0px;
}
/* line 280, ../../private/scss/page/_booking-2.scss */
.img-popup .popup-item img.large-img {
  height: 500px;
  margin: auto;
  margin-top: 29px;
  position: relative;
  display: block;
}
/* line 288, ../../private/scss/page/_booking-2.scss */
.img-popup .right-cancel {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 20px;
}
/* line 291, ../../private/scss/page/_booking-2.scss */
.img-popup .right-cancel img {
  cursor: pointer;
}

/* line 296, ../../private/scss/page/_booking-2.scss */
.date-popup {
  display: none;
}
/* line 298, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: grey;
  opacity: 0.5;
  z-index: 100;
}
/* line 308, ../../private/scss/page/_booking-2.scss */
.date-popup .popup-item {
  padding: 21px 18px;
  width: 620px;
  height: 400px;
  position: fixed;
  top: 21%;
  left: 26%;
  background-color: white;
  z-index: 120;
  padding-right: 0px;
}
/* line 319, ../../private/scss/page/_booking-2.scss */
.date-popup .header-title {
  display: inline-block;
  vertical-align: top;
}
/* line 321, ../../private/scss/page/_booking-2.scss */
.date-popup .header-title p {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
}
/* line 327, ../../private/scss/page/_booking-2.scss */
.date-popup .right-cancel {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-right: 20px;
}
/* line 330, ../../private/scss/page/_booking-2.scss */
.date-popup .right-cancel img {
  cursor: pointer;
}
/* line 334, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content {
  margin-top: 13px;
  clear: both;
}
/* line 337, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .left-img, .date-popup .pop-content #services-page .img-blocks .img-right, #services-page .img-blocks .date-popup .pop-content .img-right {
  display: inline-block;
  vertical-align: top;
}
/* line 340, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info {
  display: inline-block;
  vertical-align: top;
}
/* line 342, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-con {
  width: 203px;
  height: 165px;
  margin-left: 24px;
}
/* line 346, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-con div.ui-datepicker {
  font-size: 11px;
}
/* line 350, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-info {
  text-align: left;
  margin-left: 24px;
  margin-top: 20px;
}
/* line 354, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-info .list {
  margin-bottom: 4px img;
  margin-bottom-display: inline-block;
  margin-bottom-vertical-align: top;
}
/* line 359, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-info .list p {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  color: #1F1F1F;
}
/* line 363, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .right-info .date-info .list p strong {
  font-weight: bold;
}
/* line 371, ../../private/scss/page/_booking-2.scss */
.date-popup .pop-content .img-info p {
  color: #1F1F1F;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  margin-top: 5px;
}

/* line 2, ../../private/scss/page/_booking-3.scss */
.third .instruct {
  padding-top: 13px;
  padding-left: 20px;
  border-bottom: 6px solid  #EEEEEE;
  padding-bottom: 20px;
}
/* line 7, ../../private/scss/page/_booking-3.scss */
.third .instruct p {
  font-size: 14px;
  color: black;
}
/* line 10, ../../private/scss/page/_booking-3.scss */
.third .instruct p strong {
  font-weight: bold;
}
/* line 15, ../../private/scss/page/_booking-3.scss */
.third .change-order {
  padding-left: 22px;
  padding-top: 20px;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 6px solid  #EEEEEE;
}
/* line 21, ../../private/scss/page/_booking-3.scss */
.third .change-order .title {
  font-weight: bold;
  margin-bottom: 14px;
}
/* line 25, ../../private/scss/page/_booking-3.scss */
.third .change-order .items {
  margin-bottom: 4px;
}
/* line 28, ../../private/scss/page/_booking-3.scss */
.third .change-order .change {
  margin-top: 19px;
}
/* line 30, ../../private/scss/page/_booking-3.scss */
.third .change-order .change a {
  font-weight: bold;
  color: black;
}
/* line 36, ../../private/scss/page/_booking-3.scss */
.third .form-1, .third .form-2, .third .form-3 {
  padding-left: 22px;
  padding-top: 20px;
  border-bottom: 6px solid  #EEEEEE;
  padding-bottom: 7px;
}
/* line 41, ../../private/scss/page/_booking-3.scss */
.third .form-1 .title, .third .form-2 .title, .third .form-3 .title {
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 14px;
}
/* line 46, ../../private/scss/page/_booking-3.scss */
.third .form-1 label, .third .form-2 label, .third .form-3 label {
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
/* line 54, ../../private/scss/page/_booking-3.scss */
.third .form-1 .basic, .third .form-2 .basic, .third .form-3 .basic {
  border: 1px solid #DDDDDD;
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 13px;
  width: 332px;
  height: 35px;
}
/* line 62, ../../private/scss/page/_booking-3.scss */
.third .form-1 .basic-area, .third .form-2 .basic-area, .third .form-3 .basic-area {
  width: 332px;
  height: 105px;
  border: 1px solid #DDDDDD;
  font-size: 12px;
  margin-bottom: 13px;
  padding-left: 10px;
  resize: none;
}
/* line 71, ../../private/scss/page/_booking-3.scss */
.third .form-1 .same-line, .third .form-2 .same-line, .third .form-3 .same-line {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
/* line 75, ../../private/scss/page/_booking-3.scss */
.third .form-1 .same-line .errors li, .third .form-2 .same-line .errors li, .third .form-3 .same-line .errors li {
  list-style-position: inside;
  margin-bottom: 14px;
  color: red;
}

/* line 85, ../../private/scss/page/_booking-3.scss */
.check {
  padding-left: 43px;
}
/* line 87, ../../private/scss/page/_booking-3.scss */
.check .check-item {
  vertical-align: top;
}
/* line 90, ../../private/scss/page/_booking-3.scss */
.check p {
  display: inline-block;
  width: 700px;
  font-size: 12px;
}

/* line 1, ../../private/scss/page/_datePiker.scss */
td.booked-out {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

/* line 2, ../../private/scss/page/_datePiker.scss */
td.booked-out a {
  background: #831101 50% 50% repeat-x !important;
  border: 1px #831101 solid !important;
}

/* line 4, ../../private/scss/page/_datePiker.scss */
td.available {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

/* line 5, ../../private/scss/page/_datePiker.scss */
td.available a {
  background: #ededed 50% 50% repeat-x !important;
  border: 1px #ededed solid !important;
}

/* line 7, ../../private/scss/page/_datePiker.scss */
td.some-book {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

/* line 8, ../../private/scss/page/_datePiker.scss */
td.some-book a {
  background: #e26905 50% 50% repeat-x !important;
  border: 1px #e26905 solid !important;
}

/* line 10, ../../private/scss/page/_datePiker.scss */
td.delivery-date {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

/* line 11, ../../private/scss/page/_datePiker.scss */
td.delivery-date a {
  background: green  50% 50% repeat-x !important;
  border: 1px green solid !important;
}

/* line 13, ../../private/scss/page/_datePiker.scss */
td.pickup-date {
  border: none !important;
  padding: 1px 0 1px 1px !important;
  background: none !important;
  overflow: hidden;
}

/* line 14, ../../private/scss/page/_datePiker.scss */
td.pickup-date a {
  background: green  50% 50% repeat-x !important;
  border: 1px green solid !important;
}

/* line 1, ../../private/scss/page/_event-hire.scss */
#event-hire {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_event-hire.scss */
#event-hire .big-title {
  margin-left: 38px;
  margin-bottom: 30px;
}
/* line 20, ../../private/scss/page/_event-hire.scss */
#event-hire .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 27, ../../private/scss/page/_event-hire.scss */
#event-hire .heading-txt {
  margin-left: 38px;
}
/* line 30, ../../private/scss/page/_event-hire.scss */
#event-hire .heading-txt p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/* line 37, ../../private/scss/page/_event-hire.scss */
#event-hire .catalogs {
  float: left;
  margin-top: 35px;
  padding-left: 38px;
  text-align: center;
}
/* line 44, ../../private/scss/page/_event-hire.scss */
#event-hire .catalogs .cat {
  width: 288px;
  float: left;
}
/* line 48, ../../private/scss/page/_event-hire.scss */
#event-hire .catalogs .cat a {
  text-decoration: none;
}
/* line 55, ../../private/scss/page/_event-hire.scss */
#event-hire .catalogs .cat:nth-child(3) {
  margin-right: 0;
}
/* line 59, ../../private/scss/page/_event-hire.scss */
#event-hire .catalogs h3 {
  color: #1F1F1F;
  padding: 30px 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/* line 1, ../../private/scss/page/_event-listing.scss */
#event-listing {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_event-listing.scss */
#event-listing .big-title {
  margin-left: 38px;
  margin-bottom: 30px;
}
/* line 20, ../../private/scss/page/_event-listing.scss */
#event-listing .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 27, ../../private/scss/page/_event-listing.scss */
#event-listing .heading-txt {
  margin-left: 38px;
}
/* line 30, ../../private/scss/page/_event-listing.scss */
#event-listing .heading-txt p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/* line 37, ../../private/scss/page/_event-listing.scss */
#event-listing .catalogs {
  float: left;
  margin-top: 35px;
  padding-left: 38px;
  text-align: center;
}
/* line 43, ../../private/scss/page/_event-listing.scss */
#event-listing .catalogs .cat {
  width: 288px;
  float: left;
}
/* line 47, ../../private/scss/page/_event-listing.scss */
#event-listing .catalogs .cat a {
  text-decoration: none;
}
/* line 54, ../../private/scss/page/_event-listing.scss */
#event-listing .catalogs .cat:nth-child(3) {
  margin-right: 0;
}
/* line 58, ../../private/scss/page/_event-listing.scss */
#event-listing .catalogs h3 {
  color: #1F1F1F;
  padding: 30px 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/* line 69, ../../private/scss/page/_event-listing.scss */
#event-listing .back {
  border-top: #ccc solid 1px;
  width: 100%;
  float: left;
  padding-top: 20px;
}
/* line 74, ../../private/scss/page/_event-listing.scss */
#event-listing .back span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #AAAAAA;
  line-height: 32px;
  display: block;
  float: left;
  padding-left: 15px;
}
/* line 84, ../../private/scss/page/_event-listing.scss */
#event-listing .back img {
  float: left;
}

/* line 1, ../../private/scss/page/_product-detail.scss */
#product-detail {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_product-detail.scss */
#product-detail .left-detail {
  margin: 0px;
}
/* line 21, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail {
  margin: 0;
  float: right;
}
/* line 25, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail .specs {
  float: left;
  margin-left: 20px;
  width: 600px;
}
/* line 31, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* line 39, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail .open-txt {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #1F1F1F;
  margin: 30px 0;
}
/* line 46, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail span {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #1F1F1F;
  margin: 30px 0 15px 0;
  display: block;
  font-size: 14px;
}
/* line 56, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail a.button {
  color: #fff;
  background: #1F1F1F;
  border-radius: 5px;
  padding: 10px 15px;
  display: block;
  width: 245px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 30px 0 35px 0;
  text-decoration: none;
}
/* line 70, ../../private/scss/page/_product-detail.scss */
#product-detail .right-detail h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 83, ../../private/scss/page/_product-detail.scss */
#product-detail .back {
  border-top: #ccc solid 1px;
  width: 100%;
  float: left;
  padding-top: 20px;
}
/* line 88, ../../private/scss/page/_product-detail.scss */
#product-detail .back span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #AAAAAA;
  line-height: 32px;
  display: block;
  float: left;
  padding-left: 15px;
  margin: 0 0 85px 0;
}
/* line 99, ../../private/scss/page/_product-detail.scss */
#product-detail .back img {
  float: left;
}

/* line 1, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors {
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding-top: 46px;
  margin-bottom: 60px;
  margin-top: 13px;
}
/* line 16, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .big-title {
  margin-left: 38px;
  margin-bottom: 30px;
}
/* line 20, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .big-title h1 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
}
/* line 27, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .heading-txt {
  margin-left: 38px;
}
/* line 30, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .heading-txt p {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
/* line 36, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .back {
  border-top: #ccc solid 1px;
  width: 100%;
  float: left;
  padding-top: 20px;
}
/* line 41, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .back span {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #AAAAAA;
  line-height: 32px;
  display: block;
  float: left;
  padding-left: 15px;
}
/* line 51, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .back img {
  float: left;
}
/* line 59, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .bottom-txt span {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #1F1F1F;
  margin-bottom: 30px;
  display: block;
}
/* line 68, ../../private/scss/page/_brand-ambassadors.scss */
#brand-ambassadors .bottom-txt p {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #1F1F1F;
  margin-bottom: 30px;
  display: block;
}

/* line 82, ../../private/scss/page/_brand-ambassadors.scss */
#banner-slide {
  margin: 50px auto;
}

/* Basic jQuery Slider essential styles */
/* line 89, ../../private/scss/page/_brand-ambassadors.scss */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

/* line 90, ../../private/scss/page/_brand-ambassadors.scss */
li.bjqs-slide {
  position: absolute;
  display: none;
}

/* line 91, ../../private/scss/page/_brand-ambassadors.scss */
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

/* line 92, ../../private/scss/page/_brand-ambassadors.scss */
ul.bjqs-controls.v-centered li a {
  position: absolute;
}

/* line 93, ../../private/scss/page/_brand-ambassadors.scss */
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: -50px;
  width: 45px;
  height: 92px;
  background: url("/images/right.png") no-repeat;
  font-size: 0;
}

/* line 94, ../../private/scss/page/_brand-ambassadors.scss */
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: -50px;
  width: 45px;
  height: 92px;
  background: url("/images/left.png") no-repeat;
  font-size: 0;
}

/* line 95, ../../private/scss/page/_brand-ambassadors.scss */
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 96, ../../private/scss/page/_brand-ambassadors.scss */
ol.bjqs-markers.h-centered {
  text-align: center;
}

/* line 97, ../../private/scss/page/_brand-ambassadors.scss */
ol.bjqs-markers li {
  display: none;
}

/* line 98, ../../private/scss/page/_brand-ambassadors.scss */
ol.bjqs-markers li a {
  display: none;
}

/* line 99, ../../private/scss/page/_brand-ambassadors.scss */
p.bjqs-caption {
  display: none;
}
