html {
  position: relative;
  min-height: 100%
}
body {
  font: 13px/1.3 'Open Sans', sans-serif;
  color: #666;
  background-color: #fff;
  min-width: 300px;
  height: 100%;
  margin-bottom: 51px
}
*:focus {
  outline: 0
}
.clearfix {
  zoom: 1
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table
}
.clearfix:after {
  clear: both
}
.clear {
  clear: both
}
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.fields {
  zoom: 1;
  position: relative;
  margin: 0 auto 0;
  width: 980px
}
.fields:before, .fields:after {
  content: "";
  display: table
}
.fields:after {
  clear: both
}
.fields .alpha {
  margin-left: 0 !important
}
.fields .omega {
  margin-right: 0 !important
}
.body-wrap {
  height: auto !important;
  min-height: 100%;
  margin: 0 auto -52px
}
.body-wrap .push {
  height: 52px
}
header[role=banner] {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999
}
header[role=banner].mobile {
  display: none
}
header[role=banner].desktop {
  zoom: 1;
  width: 100%;
  height: 64px;
  background-color: #5c5c5c;
  overflow: hidden
}
header[role=banner].desktop:before, header[role=banner].desktop:after {
  content: "";
  display: table
}
header[role=banner].desktop:after {
  clear: both
}
header[role=banner].desktop .left-block {
  float: left
}
header[role=banner].desktop .left-block .logo {
  font-weight: 700;
  font-size: 16px;
  color: #a1a1a2;
  line-height: 60px;
  display: block;
  float: left;
  height: 64px;
  padding-left: 105px;
  margin-right: 88px;
  background-image: url("../img/general/logo.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  header[role=banner].desktop .left-block .logo {
    background-image: url("../img/general/logo@2x.jpg")
  }
}
header[role=banner].desktop .left-block nav[role=navigation] {
  float: left
}
header[role=banner].desktop .left-block nav[role=navigation] ul {
  zoom: 1;
  float: left
}
header[role=banner].desktop .left-block nav[role=navigation] ul:before, header[role=banner].desktop .left-block nav[role=navigation] ul:after {
  content: "";
  display: table
}
header[role=banner].desktop .left-block nav[role=navigation] ul:after {
  clear: both
}
header[role=banner].desktop .left-block nav[role=navigation] ul li {
  float: left;
  margin-right: 30px
}
header[role=banner].desktop .left-block nav[role=navigation] ul li a {
  display: block;
  float: left;
  color: #d8d8d9;
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  -webkit-transition: .50s;
  transition: .50s
}
header[role=banner].desktop .left-block nav[role=navigation] ul li.active > a {
  color: #fcca21;
  border-bottom: 4px solid #fcca21
}
header[role=banner].desktop .left-block nav[role=navigation] ul li > a:hover {
  color: #fcca21
}
header[role=banner].desktop .left-block nav[role=navigation] ul li ul {
  float: left;
  display: none
}
header[role=banner].desktop .left-block nav[role=navigation] ul li ul li {
  margin-right: 0
}
header[role=banner].desktop .left-block nav[role=navigation] ul li ul li a {
  color: #a1a1a2;
  font-size: 13px;
  line-height: 63px;
  margin-right: 0;
  margin-left: 25px
}
header[role=banner].desktop .left-block nav[role=navigation] ul li ul li.active {
  border-bottom: 0;
  color: #fcca21
}
header[role=banner].desktop .left-block nav[role=navigation] ul li.active ul li a.active {
  color: #fcca21
}
header[role=banner].desktop .left-block nav[role=navigation] ul li.active ul {
  display: block
}
header[role=banner].desktop .right-block {
  zoom: 1;
  float: right;
  margin-right: 40px
}
header[role=banner].desktop .right-block:before, header[role=banner].desktop .right-block:after {
  content: "";
  display: table
}
header[role=banner].desktop .right-block:after {
  clear: both
}
header[role=banner].desktop .right-block .social {
  zoom: 1;
  float: left;
  line-height: 64px
}
header[role=banner].desktop .right-block .social:before, header[role=banner].desktop .right-block .social:after {
  content: "";
  display: table
}
header[role=banner].desktop .right-block .social:after {
  clear: both
}
header[role=banner].desktop .right-block .social span {
  display: block;
  float: left;
  color: #a1a1a2;
  font-weight: 700;
  font-size: 16px
}
header[role=banner].desktop .right-block .social ul {
  list-style: none;
  float: left
}
header[role=banner].desktop .right-block .social ul li {
  float: left;
  padding-top: 25px;
  margin-left: 15px
}
header[role=banner].desktop .right-block .social ul li a {
  display: block;
  width: 15px;
  height: 14px;
  text-indent: -9999px;
  background-image: url("../img/general/share-icons.png");
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200% 200%
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  header[role=banner].desktop .right-block .social ul li a {
    background-image: url("../img/general/share-icons@2x.png")
  }
}
header[role=banner].desktop .right-block .social ul li a.fb {
  background-position: 0 0
}
header[role=banner].desktop .right-block .social ul li a.fb:hover {
  background-position: 0 -14px
}
header[role=banner].desktop .right-block .social ul li a.twt {
  background-position: 100% 0
}
header[role=banner].desktop .right-block .social ul li a.twt:hover {
  background-position: 100% -14px
}
header[role=banner].desktop .right-block .social ul li:first-child a {
  background-position: 0 0
}
header[role=banner].desktop .right-block .lang {
  color: #a1a1a2;
  font-weight: 600;
  font-size: 12px;
  display: block;
  padding: 5px;
  border: 1px solid #75797a;
  border-radius: 3px;
  margin: 19px 0 0 35px;
  float: left;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
header[role=banner].desktop .right-block .lang:hover {
  color: #fcca21;
  border: 1px solid #fcca21
}
.container {
  zoom: 1;
  overflow: hidden
}
.container:before, .container:after {
  content: "";
  display: table
}
.container:after {
  clear: both
}
.container .content-brdr {
  height: 1px;
  width: 100%;
  background-color: #d7d7d7;
  position: absolute;
  left: 0;
  top: 35px
}
.container .promo-slider {
  zoom: 1;
  position: relative;
  z-index: 99;
  background-color: #5c5c5c
}
.container .promo-slider:before, .container .promo-slider:after {
  content: "";
  display: table
}
.container .promo-slider:after {
  clear: both
}
.container .promo-slider .badge {
  position: absolute;
  z-index: 999;
  width: 297px;
  height: 297px;
  left: 35px;
  top: 30px;
  background: url("../img/general/badge.png") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border-radius: 50%
}
.container .promo-slider .bx-wrapper {
  height: 100%;
  position: relative;
  z-index: 99;
  min-width: 768px
}
.container .promo-slider .bx-wrapper .bx-viewport {
  height: 100% !important
}
.container .promo-slider .bx-wrapper .bx-viewport ul {
  height: 100%
}
.container .promo-slider .bx-wrapper .bx-viewport ul li {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%
}
.container .promo-slider .bx-wrapper .bx-viewport ul li figure {
  display: none
}
.container .promo-slider .bx-wrapper .bx-viewport ul li a.link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content {
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 25px;
  left: 0
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields {
  text-shadow: 1px 3px 4px #000
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields a {
  color: #fff
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h1 {
  font-weight: 600px;
  font-size: 18px;
  line-height: 16px;
  color: #fff
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #fff
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h3 {
  font-weight: 700;
  font-size: 14px;
  color: #fff
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h3 a:hover {
  color: #fcca21
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px
}
.container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content a {
  position: relative;
  z-index: 999
}
.container .promo-slider .bx-wrapper .bx-controls .bx-prev, .container .promo-slider .bx-wrapper .bx-controls .bx-next {
  width: 8%;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  display: block;
  text-indent: -9999px
}
.container .promo-slider .bx-wrapper .bx-controls .bx-prev:hover, .container .promo-slider .bx-wrapper .bx-controls .bx-next:hover {
  opacity: .5
}
.container .promo-slider .bx-wrapper .bx-controls .bx-prev {
  background: url("../img/general/promo-slider-prev.png") no-repeat 50% 50%;
  left: 0
}
.container .promo-slider .bx-wrapper .bx-controls .bx-next {
  background: url("../img/general/promo-slider-next.png") no-repeat 50% 50%;
  right: 0
}
.container .promo-slider .bx-wrapper .bx-controls .bx-pager {
  display: none
}
.container .home-content {
  width: 100%;
  height: 160px;
  border-top: 4px solid #fcca21;
  overflow: hidden;
  position: relative
}
.container .home-content .fields .column h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px
}
.container .home-content .fields .column h2 span {
  color: #1b1b1b
}
.container .home-content .fields .column p {
  font-weight: 400;
  font-size: 13px
}
.container .home-content .fields .column a {
  color: #fcca21;
  display: inline-block;
  clear: both
}
.container .home-content .fields ul {
  zoom: 1
}
.container .home-content .fields ul:before, .container .home-content .fields ul:after {
  content: "";
  display: table
}
.container .home-content .fields ul:after {
  clear: both
}
.container .home-content .fields ul li {
  float: left;
  width: 306px;
  margin-left: 30px
}
.container .home-content .fields ul li .link {
  display: block
}
.container .home-content .fields ul li .time {
  display: block;
  color: #a7a7a7;
  font-size: 12px
}
.container .home-content .fields ul li a.link {
  color: #666
}
.container .home-content .fields ul li:first-child {
  margin-left: 0
}
.container #box-wrap {
  zoom: 1;
  width: 100.25%;
  overflow: hidden
}
.container #box-wrap:before, .container #box-wrap:after {
  content: "";
  display: table
}
.container #box-wrap:after {
  clear: both
}
.container #box-wrap li {
  float: left;
  width: 33.3333333%;
  overflow: hidden
}
.container #box-wrap li a {
  display: block;
  width: 100%;
  position: relative;
}
.container #box-wrap li a .grid-border {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  border: 3px solid transparent;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.container #box-wrap li a:hover .grid-border {
  border: 3px solid #fff
}
.container #box-wrap li figure {
  display: block;
  position: relative
}
.container #box-wrap li figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.container #box-wrap li figure figcaption {
  position: absolute;
  bottom: 19px;
  left: 30px;
  text-shadow: 1px 1px 2px #000
}
.container #box-wrap li figure figcaption h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0
}
.container #box-wrap li figure figcaption h4 {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 3px
}
.container #box-wrap li figure figcaption p {
  font-weight: 600;
  font-size: 14px;
  color: #fff
}
.container #box-wrap li:hover img {
  transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08)
}
.container #box-wrap.isotope {
  z-index: 2;
  -webkit-transition-property: height;
  transition-property: height
}
.container #box-wrap.isotope, .container #box-wrap.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  transition-duration: .8s
}
.container #box-wrap.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity
}
.container #box-wrap.isotope.no-transition, .container #box-wrap.isotope.no-transition .isotope-item, .container #box-wrap.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}
.container #box-wrap .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}
.container .promo-banner {
  zoom: 1;
  width: 100%;
  height: 400px;
  border-bottom: 4px solid #fcca21;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 35px
}
.container .promo-banner:before, .container .promo-banner:after {
  content: "";
  display: table
}
.container .promo-banner:after {
  clear: both
}
.container .promo-banner figure {
  display: none
}
.container .detail-content {
  zoom: 1;
  position: relative;
  margin-bottom: 25px
}
.container .detail-content:before, .container .detail-content:after {
  content: "";
  display: table
}
.container .detail-content:after {
  clear: both
}
.container .detail-content .about-text {
  text-align: center
}
.container .detail-content .about-text h1 {
  color: #5f5959;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 10px
}
.container .detail-content .about-text h2 {
  color: #5f5959;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px
}
.container .detail-content .about-text p {
  color: #5f5959;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px
}
.container .detail-content .about-text p strong {
  font-weight: bold
}
.container .detail-content .brands {
  list-style-type: none;
  zoom: 1;
  margin-top: 60px
}
.container .detail-content .brands:before, .container .detail-content .brands:after {
  content: "";
  display: table
}
.container .detail-content .brands:after {
  clear: both
}
.container .detail-content .brands > li:first-child {
  border-top: 0
}
.container .detail-content .brands > li {
  zoom: 1;
  width: 100%;
  height: 120px;
  border-top: 1px solid #d7d7d7
}
.container .detail-content .brands > li:before, .container .detail-content .brands > li:after {
  content: "";
  display: table
}
.container .detail-content .brands > li:after {
  clear: both
}
.container .detail-content .brands > li article {
  height: 100%
}
.container .detail-content .brands > li article ul {
  zoom: 1
}
.container .detail-content .brands > li article ul:before, .container .detail-content .brands > li article ul:after {
  content: "";
  display: table
}
.container .detail-content .brands > li article ul:after {
  clear: both
}
.container .detail-content .brands > li article ul li {
  float: left;
  text-align: center;
  width: 20%;
  height: 100px;
  position: relative
}
.container .detail-content .brands > li article ul li figure {
  height: 125px;
  display: table;
  width: 100%
}
.container .detail-content .brands > li article ul li figure span {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle
}
.container .detail-content .brands > li article ul li figure span img {
  width: 100%
}
.container .detail-content .brands > li article ul li .tags {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 7px
}
.container .detail-content .brands > li article ul li .tags span {
  display: block;
  line-height: 13px
}
.container .detail-content .brands > li article ul li .tags span a {
  color: #fcca21;
  font-weight: 700;
  font-size: 12px;
  text-align: center
}
.container .detail-content .awards .awards-head {
  margin: 60px 0
}
.container .detail-content .awards .awards-head ul {
  text-align: center
}
.container .detail-content .awards .awards-head ul li {
  position: relative;
  display: inline-block
}
.container .detail-content .awards .awards-content > table {
  width: 100%
}
.container .detail-content .awards .awards-content table thead.capital .wrap {
  width: 100%
}
.container .detail-content .awards .awards-content table thead.capital th {
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 4px solid #fcca21;
  vertical-align: middle;
  font-weight: 700;
  font-size: 20px;
  color: #fcca21
}
.container .detail-content .awards .awards-content table thead.capital th span {
  cursor: pointer;
  display: inline-block;
  position: relative
}
.container .detail-content .awards .awards-content table thead.capital th span i {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 13px;
  height: 19px;
  background-image: url("../img/general/table-list-passive.png");
  background-repeat: no-repeat;
  -webkit-background-size: 26px 19px;
  background-size: 26px 19px;
  margin-left: 10px
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .container .detail-content .awards .awards-content table thead.capital th span i {
    background-image: url("../img/general/table-list-passive@2x.png")
  }
}
.container .detail-content .awards .awards-content table thead.capital th:hover i {
  background-position: 100% 0
}
.container .detail-content .awards .awards-content table thead.capital th.headerSortDown span i {
  background-image: url("../img/general/table-list-down.png");
  background-repeat: no-repeat;
  -webkit-background-size: 26px 8px;
  background-size: 26px 8px
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .container .detail-content .awards .awards-content table thead.capital th.headerSortDown span i {
    background-image: url("../img/general/table-list-down@2x.png")
  }
}
.container .detail-content .awards .awards-content table thead.capital th.headerSortDown:hover i {
  background-position: 100% 0
}
.container .detail-content .awards .awards-content table thead.capital th.headerSortUp span i {
  background-image: url("../img/general/table-list-up.png");
  background-repeat: no-repeat;
  -webkit-background-size: 26px 8px;
  background-size: 26px 8px;
  background-position: 0 100%
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .container .detail-content .awards .awards-content table thead.capital th.headerSortUp span i {
    background-image: url("../img/general/table-list-up@2x.png")
  }
}
.container .detail-content .awards .awards-content table thead.capital th.headerSortUp:hover i {
  background-position: 100% 100%
}
.container .detail-content .awards .awards-content table tbody.tbody td {
  border-bottom: 1px solid #d7d7d7;
  font-weight: 400;
  font-size: 12px;
  color: #75797a;
  width: 25%;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center
}
.container .detail-content .awards .awards-content table tbody.tbody > tr:last-child td {
  border: 0
}
.container .detail-content .team h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #5f5959;
  text-align: center;
  width: 66%;
  margin: 45px auto 5px
}
.container .detail-content .team p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  width: 80%;
  margin: 0 auto 0
}
.container .detail-content .team .team-list {
  zoom: 1;
  margin-top: 30px
}
.container .detail-content .team .team-list:before, .container .detail-content .team .team-list:after {
  content: "";
  display: table
}
.container .detail-content .team .team-list:after {
  clear: both
}
.container .detail-content .team .team-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding-left: 14px;
  margin-bottom: 40px
}
.container .detail-content .team .team-list li:first-child {
  margin-left: 0
}
.container .detail-content .team .team-list li figure img {
  width: 100%;
  display: block;
  border-bottom: 4px solid #fcca21
}
.container .detail-content .team .team-list li figure figcaption {
  margin-top: 8px
}
.container .detail-content .team .team-list li figure figcaption h2 {
  font-weight: 700;
  font-size: 20px;
  color: #5c5c5c
}
.container .detail-content .team .team-list li figure figcaption h3 {
  font-weight: 600;
  font-size: 14px;
  color: #fcca21;
  margin-bottom: 8px
}
.container .detail-content .team .team-list li figure figcaption p {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  width: 100%;
  margin: 0
}
.container .map-area {
  zoom: 1;
  width: 100%;
  height: 400px;
  border-bottom: 4px solid #fcca21;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 25px
}
.container .map-area:before, .container .map-area:after {
  content: "";
  display: table
}
.container .map-area:after {
  clear: both
}
.container .map-area figure {
  display: none
}
.container .map-area #google-maps {
  height: 100%;
  width: 100%
}
.container .contact.type2 {
  display: none
}
.container .contact article {
  zoom: 1;
  float: left
}
.container .contact article:before, .container .contact article:after {
  content: "";
  display: table
}
.container .contact article:after {
  clear: both
}
.container .contact article h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  color: #fcca21;
  margin-bottom: 25px
}
.container .contact article p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px
}
.container .contact article p a {
  color: #5c5c5c;
  display: inline-block;
  clear: both
}
.container .contact article.col1 {
  width: 176px;
  margin-right: 200px
}
.container .contact article.col1 a:hover {
  text-decoration: underline
}
.container .contact article.col2 {
  width: 170px;
  margin-right: 200px
}
.container .contact article.col3 {
  width: 240px;
  margin-right: 200px
}
.container .contact article.col3 .join-us-btn {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 37px;
  padding: 0 28px;
  border-radius: 5px;
  margin-top: 5%;
  color: #fff;
  background-color: #fcca21;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.container .contact article.col3 .join-us-btn:hover {
  background-color: #a1a1a2
}
.container .contact article.col4 {
  width: 217px
}
.container .contact article.col4 p {
  margin-bottom: 5px
}
.container .contact article.col4 p i {
  width: 21px;
  display: inline-block
}
.container .contact article.col4 p a:hover {
  text-decoration: underline
}
.container .works {
  zoom: 1
}
.container .works:before, .container .works:after {
  content: "";
  display: table
}
.container .works:after {
  clear: both
}
.container .works .title {
  position: relative
}
.container .works .title article {
  float: left
}
.container .works .title .share-block {
  float: right;
  position: absolute;
  right: 1px;
  bottom: 0
}
.container .works .title .share-block li {
  float: left;
  font-weight: 700;
  font-size: 14px;
  margin-left: 10px;
  line-height: 18px
}
.container .works .title .share-block li:first-child {
  margin: -2px 3px 0 0
}
.container .works .title .share-block li a {
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 14px;
  background-image: url("../img/general/share-icons.png");
  background-repeat: no-repeat;
  -webkit-background-size: 200% 200%;
  background-size: 200% 200%
}
@media(-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .container .works .title .share-block li a {
    background-image: url("../img/general/share-icons@2x.png")
  }
}
.container .works .title .share-block li a.fb {
  background-position: 0 0
}
.container .works .title .share-block li a.fb:hover {
  background-position: 0 -14px
}
.container .works .title .share-block li a.twt {
  background-position: 100% 0
}
.container .works .title .share-block li a.twt:hover {
  background-position: 100% -14px
}
.container .works h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #fcca21
}
.container .works h2 {
  font-weight: 700;
  font-size: 32px;
  color: #5c5c5c;
  line-height: 1.4
}
.container .works h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fcca21;
  margin-top: 20px;
  margin-bottom: 8px
}
.container .works .nav {
  zoom: 1;
  height: 43px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 18px
}
.container .works .nav:before, .container .works .nav:after {
  content: "";
  display: table
}
.container .works .nav:after {
  clear: both
}
.container .works .nav a {
  font-weight: 600;
  letter-spacing: .3px;
  color: #75797a
}
.container .works .nav .bck-link {
  float: left;
  background: url("../img/general/l-arrow.png") no-repeat 0 0;
  padding-left: 18px;
  margin-top: 15px;
  line-height: 13px
}
.container .works .nav .bck-link:hover {
  background-position: 0 100%
}
.container .works .nav .pager {
  list-style: none;
  float: right;
  margin-top: 14px
}
.container .works .nav .pager li {
  float: left;
  line-height: 17px
}
.container .works .nav .pager li.prev, .container .works .nav .pager li.next {
  margin-top: 2px
}
.container .works .nav .pager li.prev a {
  background: url("../img/general/l-arrow.png") no-repeat 0 0;
  padding-left: 5px;
  display: block;
  width: 8px;
  height: 13px
}
.container .works .nav .pager li.prev:hover a {
  background-position: 0 100%
}
.container .works .nav .pager li.next {
  float: right
}
.container .works .nav .pager li.next a {
  background: url("../img/general/r-arrow.png") no-repeat 100% 0;
  padding-right: 5px;
  display: block;
  width: 8px;
  height: 13px
}
.container .works .nav .pager li.next:hover a {
  background-position: 100% 100%
}
.container .works .title {
  zoom: 1;
  margin-bottom: 15px
}
.container .works .title:before, .container .works .title:after {
  content: "";
  display: table
}
.container .works .title:after {
  clear: both
}
.container .works .title p {
  font-weight: 600;
  font-size: 14px;
  color: #5c5c5c
}
.container .works #video-content {
  zoom: 1
}
.container .works #video-content:before, .container .works #video-content:after {
  content: "";
  display: table
}
.container .works #video-content:after {
  clear: both
}
.container .works .project-links {
  zoom: 1;
  list-style: none;
  margin: 25px 0 0 0
}
.container .works .project-links:before, .container .works .project-links:after {
  content: "";
  display: table
}
.container .works .project-links:after {
  clear: both
}
.container .works .project-links li {
  float: left;
  margin-right: 30px
}
.container .works .project-links li.yellow-btn {
  margin-left: 0;
  margin-right: 40px
}
.container .works .project-links li.yellow-btn a {
  background-color: #fcca21;
  padding: 0 20px;
  display: block;
  font-weight: 600;
  line-height: 38px;
  color: #fff;
  border-radius: 4px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.container .works .project-links li.yellow-btn.yellow-btn:hover a {
  background-color: #a1a1a2
}
.container .works .works-slider {
  zoom: 1;
  width: 100%;
  overflow: hidden
}
.container .works .works-slider:before, .container .works .works-slider:after {
  content: "";
  display: table
}
.container .works .works-slider:after {
  clear: both
}
.container .works .works-slider .share-block.mobile {
  display: none
}
.container .works .works-slider .royalSlider {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.container .works .works-slider .royalSlider .rsSlide .slide-content {
  text-align: center
}
.container .works .works-slider .royalSlider .rsSlide .slide-content .rsImg {
  display: inline-block
}
.container .works .works-slider .royalSlider .rsSlide .rsCloseVideoBtn {
  background: #ecc200;
  cursor: pointer;
  height: 44px;
  width: 44px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500
}
.container .works .works-slider .royalSlider .rsSlide .rsCloseVideoBtn .rsCloseVideoIcn {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: #000 url("../img/general/royalSlider/rsCloseBtn.jpg") no-repeat scroll left top;
  margin: 0;
  height: 44px;
  width: 44px
}
.container .works .works-slider .royalSlider .rsSlide .rsCloseVideoBtn .rsCloseVideoIcn:hover {
  background-position: 0 100%
}
.container .works .works-slider .royalSlider .rsBullets {
  cursor: pointer;
  position: relative;
  background: transparent;
  z-index: 999
}
.container .works .works-slider .royalSlider .rsBullets .rsBullet {
  width: 26px;
  height: 3px;
  margin: 0;
  padding: 5px 5px
}
.container .works .works-slider .royalSlider .rsBullets .rsBullet span {
  border-radius: 0;
  background-color: #5c5c5c;
  width: 26px;
  height: 3px
}
.container .works .works-slider .royalSlider .rsBullets .rsBullet.rsNavSelected span {
  background-color: #fcca21
}
.container .works .works-slider .royalSlider .rsOverflow {
  margin-bottom: 6px
}
.container .works .works-slider .royalSlider .rsArrow {
  width: 74px
}
.container .works .works-slider .royalSlider .rsArrowIcn {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 74px;
  height: 74px;
  top: 50%;
  left: 0;
  margin-top: -37px;
  margin-left: 0;
  position: absolute;
  cursor: pointer;
  border-radius: 0
}
.container .works .works-slider .royalSlider .rsArrowLeft {
  left: 2%
}
.container .works .works-slider .royalSlider .rsArrowLeft .rsArrowIcn {
  background: url("../img/general/works-slider-prev.png") no-repeat 50% 50%
}
.container .works .works-slider .royalSlider .rsArrowLeft .rsArrowIcn:hover {
  background-position: right top
}
.container .works .works-slider .royalSlider .rsArrowLeft.rsArrowDisabled .rsArrowIcn {
  background-position: left top
}
.container .works .works-slider .royalSlider .rsArrowRight {
  right: 2%
}
.container .works .works-slider .royalSlider .rsArrowRight .rsArrowIcn {
  background: url("../img/general/works-slider-next.png") no-repeat 50% 50%
}
.container .works .works-slider .royalSlider .rsArrowRight .rsArrowIcn:hover {
  background-position: bottom left
}
.container .works .works-slider .royalSlider .rsArrowRight.rsArrowDisabled .rsArrowIcn {
  opacity: .5
}
.container .works .works-slider .royalSlider.rsFullscreen .rsFullscreenBtn {
  right: 25px;
  top: 25px
}
.container .works .works-slider .royalSlider.rsFullscreen .rsNav {
  height: 0
}
.container .works .works-slider .royalSlider.rsFullscreen .rsArrow {
  visibility: visible;
  opacity: 1
}
.container .works .works-slider .royalSlider.rsFullscreen .rsArrow.rsHidden {
  opacity: 0 !important;
  -webkit-transition: visibility 0s linear .3s, opacity .3s linear 0s;
  transition: visibility 0s linear .3s, opacity .3s linear 0s;
  visibility: hidden !important
}
.container .works .works-slider .royalSlider .rsPlayBtn {
  position: absolute;
  margin: -75px 0 0 -75px;
  top: 50%;
  left: 50%;
  height: 150px;
  width: 150px
}
.container .works .works-slider .royalSlider .rsPlayBtn:hover .rsPlayBtnIcon {
  background-position: 0 -150px
}
.container .works .works-slider .royalSlider .rsPlayBtn .rsPlayBtnIcon {
  background: url("../img/player/bigplay.png") no-repeat;
  height: 150px;
  width: 150px;
  z-index: 999;
  -webkit-transition: none;
  transition: none
}
.container .works .works-slider .rsThumbs {
  height: 76px
}
.container .works .works-slider .rsThumbs .rsThumbsContainer .rsThumb {
  width: 115px;
  height: 76px;
  background-color: #e9e9e9
}
.container .works .works-slider .rsDefault, .container .works .works-slider .rsDefault .rsOverflow, .container .works .works-slider .rsDefault .rsSlide, .container .works .works-slider .rsDefault .rsVideoFrameHolder, .container .works .works-slider .rsDefault .rsThumbs {
  background: #fff
}
.container .works .other-works {
  zoom: 1;
  border-top: 1px solid #d7d7d7;
  padding-top: 25px;
  margin-top: 25px
}
.container .works .other-works:before, .container .works .other-works:after {
  content: "";
  display: table
}
.container .works .other-works:after {
  clear: both
}
.container .works .other-works h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: #fcca21
}
.container .works .other-works ul {
  zoom: 1;
  list-style: none;
  margin: 12px 0 25px 0
}
.container .works .other-works ul:before, .container .works .other-works ul:after {
  content: "";
  display: table
}
.container .works .other-works ul:after {
  clear: both
}
.container .works .other-works ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33.3333%;
  padding-left: 4px;
  position: relative;
  overflow: hidden
}
.container .works .other-works ul li figure {
  position: relative;
  overflow: hidden;
  display: block
}
.container .works .other-works ul li figure .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: #fff;
  opacity: 0;
  z-index: 9;
  transition: all .3s ease;
  -webkit-transition: all .3s ease
}
.container .works .other-works ul li figure:hover .overlay {
  opacity: .4
}
.container .works .other-works ul li figure img {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block
}
.container .works .other-works ul li figure a {
  display: block
}
.container .works .other-works ul li article {
  margin-top: 8px
}
.container .works .other-works ul li article h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px
}
.container .works .other-works ul li article h5 a {
  color: #fcca21
}
.container .works .other-works ul li article h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px
}
.container .works .other-works ul li article h6 a {
  color: #5c5c5c
}
.container .works .other-works ul li article p {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px
}
.container .works .other-works ul li article p a {
  color: #5c5c5c
}
.container .news-wrap .title {
  zoom: 1;
  border-bottom: 4px solid #fcca21;
  padding: 50px 0 10px 0
}
.container .news-wrap .title:before, .container .news-wrap .title:after {
  content: "";
  display: table
}
.container .news-wrap .title:after {
  clear: both
}
.container .news-wrap .title h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fcca21
}
.container .news-wrap .content .accordion {
  zoom: 1
}
.container .news-wrap .content .accordion:before, .container .news-wrap .content .accordion:after {
  content: "";
  display: table
}
.container .news-wrap .content .accordion:after {
  clear: both
}
.container .news-wrap .content .accordion li {
  width: 100%;
  border-bottom: 1px solid #d7d7d7
}
.container .news-wrap .content .accordion li.active {
  background-color: #fefbef
}
.container .news-wrap .content .accordion li .head {
  font-size: 14px;
  font-weight: 600;
  color: #75797a;
  cursor: pointer;
  padding: 14px 0;
  line-height: 1.1
}
.container .news-wrap .content .accordion li .head:hover {
  color: #4d4f4f
}
.container .news-wrap .content .accordion li .text {
  display: none;
  padding-bottom: 8px;
  color: #75797a;
  font-size: 13px;
  font-weight: 500
}
.container .news-wrap .content .accordion li .text p {
  margin-bottom: 10px
}
footer[role=contentinfo] {
  zoom: 1;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
  border-top: 1px solid #d7d7d7;
  font-size: 12px
}
footer[role=contentinfo]:before, footer[role=contentinfo]:after {
  content: "";
  display: table
}
footer[role=contentinfo]:after {
  clear: both
}
footer[role=contentinfo] .left-block {
  float: left;
  line-height: 51px;
  margin-left: 18px
}
footer[role=contentinfo] .left-block span {
  font-weight: 700;
  color: #fcca21
}
footer[role=contentinfo] .left-block span.text, footer[role=contentinfo] .left-block a {
  font-weight: 400;
  color: #666
}
footer[role=contentinfo] .left-block a {
  text-decoration: underline;
  margin-left: 7px;
  color: #666;
  font-size: 12px
}
footer[role=contentinfo] .left-block a:hover {
  text-decoration: none
}
footer[role=contentinfo] .right-block {
  float: right;
  margin-right: 18px
}
footer[role=contentinfo] .right-block span {
  font-weight: 700;
  color: #fcca21;
  line-height: 51px;
  float: left
}
footer[role=contentinfo] .right-block .newsletter {
  width: 170px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  float: left;
  margin: 9px 0 0 14px
}
footer[role=contentinfo] .right-block .newsletter .textbox {
  border: 0;
  width: 133px;
  height: 29px;
  margin: 0 0 0 10px;
  padding: 0;
  float: left;
  color: #707070;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif
}
footer[role=contentinfo] .right-block .newsletter .button {
  float: left;
  width: 27px;
  height: 30px;
  border: 0;
  background: url("../img/general/r-arrow.png") no-repeat 50% 9px;
  cursor: pointer
}
footer[role=contentinfo] .right-block .newsletter .button:hover {
  background-position: 50% 111%
}
@media only screen and (min-width:1025px) and (max-width:1215px) {
  footer[role=contentinfo] {
    font-size: 12px
  }
  footer[role=contentinfo] .left-block a {
    display: none
  }
  footer[role=contentinfo] .right-block span {
    font-size: 10px;
    font-weight: 600
  }
}
@media only screen and (min-width:1025px) and (max-width:1034px) {
  footer[role=contentinfo] .right-block span {
    display: none
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 974px
  }
  .rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
    padding: 0
  }
  header[role=banner].desktop .left-block .logo {
    padding-left: 90px;
    margin-right: 45px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li a {
    font-size: 14px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li {
    margin-right: 25px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li ul li a {
    margin-left: 15px
  }
  header[role=banner].desktop .right-block {
    margin-right: 25px
  }
  header[role=banner].desktop .right-block .lang {
    margin-left: 20px
  }
  header[role=banner].desktop .right-block .social span {
    font-size: 12px;
    display: none
  }
  .container .home-content .fields column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin: 0
  }
  .container .home-content .fields .col1 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .container .home-content .fields ul li {
    margin: 0;
    width: 50%
  }
  .container .home-content .fields ul li:last-child {
    display: none
  }
  .container #box-wrap li figure figcaption h4 {
    font-size: 25px
  }
  .container .works .works-slider .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 974px;
    margin: 0 auto 0
  }
  footer[role=contentinfo] {
    font-size: 11px
  }
  footer[role=contentinfo] .left-block a {
    display: none
  }
  footer[role=contentinfo] .right-block span {
    font-size: 10px;
    font-weight: 600
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .container .works .works-slider .fields .royalSlider .rsSlide .slide-content .rsImg {
    width: 100%;
    height: auto
  }
  .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 728px
  }
  header[role=banner].desktop .left-block .logo {
    width: 64px;
    text-indent: -9999px;
    padding: 0;
    margin-right: 25px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li {
    margin-left: 5px;
    margin-right: 8px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li a {
    font-size: 13px
  }
  header[role=banner].desktop .left-block nav[role=navigation] ul li ul li a {
    font-size: 12px;
    margin-left: 10px
  }
  header[role=banner].desktop .right-block {
    margin-right: 30px
  }
  header[role=banner].desktop .right-block .social span {
    display: none
  }
  header[role=banner].desktop .right-block .lang {
    margin-left: 20px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content {
    width: 90%;
    left: 0
  }
  .container .home-content .fields .column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0
  }
  .container .home-content .fields .col1 {
    padding-right: 15px
  }
  .container .home-content .fields .col2 {
    padding-left: 15px
  }
  .container .home-content .fields ul li {
    margin: 0;
    width: 50%;
    padding: 0 15px
  }
  .container .home-content .fields ul li:last-child {
    display: none
  }
  .container #box-wrap li {
    width: 50%
  }
  .container .works .works-slider .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 728px;
    margin: 0 auto 0
  }
  .container .works .other-works ul li article h6 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px
  }
  .container .works .other-works ul li article h6 a {
    color: #5c5c5c
  }
  .container .detail-content .contact.type1 {
    display: none
  }
  .container .detail-content .contact.type2 {
    display: block
  }
  .container .detail-content .contact .fields {
    width: 100%;
    margin: 0
  }
  .container .detail-content .contact .empty {
    width: 100%;
    min-height: 1px;
    margin-bottom: 40px
  }
  .container .detail-content .contact article {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px;
    margin: 0;
    font-size: 10px
  }
  .container .detail-content .contact article h2 {
    font-size: 24px
  }
  .container .detail-content .contact article p {
    font-size: 14px
  }
  .container .detail-content .team .team-list li {
    width: 50%
  }
  .container .detail-content .team .team-list li:nth-child(3n) {
    clear: both
  }
  footer[role=contentinfo] {
    font-size: 12px
  }
  footer[role=contentinfo] .left-block span.text {
    display: none
  }
  footer[role=contentinfo] .right-block span {
    font-size: 12px
  }
}
@media only screen and (min-width:768px) and (max-width:1250px) {
  header[role=banner] .left-block nav[role=navigation] ul li a {
    font-size: 14px
  }
  header[role=banner] .left-block nav[role=navigation] ul li {
    margin-right: 20px
  }
  header[role=banner] .left-block nav[role=navigation] ul li ul li a {
    font-size: 12px;
    margin-left: 12px
  }
  header[role=banner] .right-block .social span {
    display: none !important
  }
}
@media only screen and (min-width:200px) and (max-width:767px) {
  body {
    margin: 0
  }
  .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%
  }
  header[role=banner].desktop {
    display: none
  }
  header[role=banner].mobile {
    zoom: 1;
    display: block;
    overflow: hidden
  }
  header[role=banner].mobile:before, header[role=banner].mobile:after {
    content: "";
    display: table
  }
  header[role=banner].mobile:after {
    clear: both
  }
  header[role=banner].mobile .logo-wrap {
    position: relative;
    width: 19%;
    height: 100%;
    float: left
  }
  header[role=banner].mobile .logo-wrap a {
    zoom: 1;
    position: relative;
    display: block;
    width: 100%;
    height: 100%
  }
  header[role=banner].mobile .logo-wrap a:before, header[role=banner].mobile .logo-wrap a:after {
    content: "";
    display: table
  }
  header[role=banner].mobile .logo-wrap a:after {
    clear: both
  }
  header[role=banner].mobile .logo-wrap a div {
    width: 50%;
    height: 50%;
    float: left
  }
  header[role=banner].mobile .logo-wrap a .t-l {
    background-color: #75797a
  }
  header[role=banner].mobile .logo-wrap a .t-r {
    background-color: #fcca21
  }
  header[role=banner].mobile .logo-wrap a .b-l {
    background-color: #fcca21
  }
  header[role=banner].mobile .logo-wrap a .b-r {
    background-color: #d8d8d9
  }
  header[role=banner].mobile nav[role=navigation] {
    zoom: 1;
    float: left;
    width: 81%;
    height: 100%;
    min-height: 100%
  }
  header[role=banner].mobile nav[role=navigation]:before, header[role=banner].mobile nav[role=navigation]:after {
    content: "";
    display: table
  }
  header[role=banner].mobile nav[role=navigation]:after {
    clear: both
  }
  header[role=banner].mobile nav[role=navigation] > ul {
    zoom: 1;
    width: 102%;
    height: 100%
  }
  header[role=banner].mobile nav[role=navigation] > ul:before, header[role=banner].mobile nav[role=navigation] > ul:after {
    content: "";
    display: table
  }
  header[role=banner].mobile nav[role=navigation] > ul:after {
    clear: both
  }
  header[role=banner].mobile nav[role=navigation] > ul > li {
    width: 33.3333%;
    height: 100%;
    float: left;
    min-height: 100%;
    text-align: center
  }
  header[role=banner].mobile nav[role=navigation] > ul > li:first-child {
    background-color: #ebebeb
  }
  header[role=banner].mobile nav[role=navigation] > ul > li:nth-child(2) {
    background-color: #e1e1e1
  }
  header[role=banner].mobile nav[role=navigation] > ul > li:nth-child(3) {
    background-color: #d7d7d7
  }
  header[role=banner].mobile nav[role=navigation] > ul > li a {
    display: table;
    height: 100%;
    width: 100%
  }
  header[role=banner].mobile nav[role=navigation] > ul > li a .inner {
    display: table-cell;
    vertical-align: middle;
    position: relative
  }
  header[role=banner].mobile nav[role=navigation] > ul > li a .inner i {
    display: inline-block;
    width: 23%
  }
  header[role=banner].mobile nav[role=navigation] > ul > li a .inner i img {
    width: 100%
  }
  header[role=banner].mobile nav[role=navigation] > ul > li a .inner span {
    margin-top: 3%;
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #4a4a4a
  }
  header[role=banner].mobile nav[role=navigation] > ul > li .active-icon {
    display: none
  }
  header[role=banner].mobile nav[role=navigation] > ul > li ul {
    display: none
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active {
    background-color: #5c5c5c
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active .passive-icon {
    display: none
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active .active-icon {
    display: block
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active a.active {
    color: #fcca21
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active a span {
    color: #fcca21
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active .sub-inner {
    width: 100%;
    position: absolute;
    background-color: #5c5c5c;
    left: 0;
    z-index: 9999;
    border-bottom: 3px solid #434343
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active .sub-inner .inner-in {
    text-align: center;
    display: inline-block
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active ul {
    display: inline-block;
    text-align: center;
    width: 100%
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active ul li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 4px
  }
  header[role=banner].mobile nav[role=navigation] > ul > li.active ul li a {
    font-size: 12px;
    font-weight: 600;
    height: 45px;
    padding-top: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block
  }
  .no-touch .container .promo-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin-top: 10px
  }
  .container .home-content {
    padding-top: 25px;
    height: auto !important;
    text-align: center;
    padding-bottom: 15px;
    height: 200px
  }
  .container .home-content .fields .column {
    width: 100%
  }
  .container .home-content .fields .col1 {
    padding: 0
  }
  .container .home-content .fields .col2 {
    padding: 0
  }
  .container .home-content .fields ul {
    float: none
  }
  .container .home-content .fields ul li {
    width: 100%;
    float: none;
    margin: 0 0 6px 0 !important
  }
  .container .home-content .fields ul li:last-child {
    display: none
  }
  .container .content-brdr {
    display: none
  }
  .container .promo-slider .badge {
    width: 100px;
    height: 100px;
    right: 10px;
    top: 10px
  }
  .container .promo-slider .bx-wrapper {
    width: 100%;
    min-width: 320px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content {
    left: 5px;
    bottom: 15px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h1 {
    font-size: 14px;
    font-weight: 600
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h2 {
    font-size: 18px;
    margin-bottom: 2px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields p {
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 2px
  }
  .container .promo-slider .bx-wrapper .bx-controls {
    width: 100%;
    position: relative;
    margin-top: 5px
  }
  .container .promo-slider .bx-wrapper .bx-controls .bx-controls-direction {
    display: none
  }
  .container .promo-slider .bx-wrapper .bx-controls .bx-pager {
    display: block;
    margin-left: -10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 9999
  }
  .container .promo-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    width: 26px;
    display: inline-block;
    margin-left: 5px
  }
  .container .promo-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
    width: 26px;
    height: 3px;
    display: block;
    background-color: #5c5c5c;
    text-indent: -9999px
  }
  .container .promo-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
    background-color: #fcca21
  }
  .container #box-wrap li {
    width: 100%
  }
  .container #box-wrap li figure figcaption {
    left: 20px
  }
  .container #box-wrap li figure figcaption h3 {
    font-size: 15px
  }
  .container #box-wrap li figure figcaption h4 {
    font-size: 20px;
    margin-bottom: 0
  }
  .container .map-area {
    height: 200px
  }
  .container .contact.type1 {
    display: none
  }
  .container .contact.type2 {
    display: block
  }
  .container .promo-banner {
    height: 200px;
    margin-bottom: 15px
  }
  .container .detail-content .brands {
    margin-top: 15px
  }
  .container .detail-content .brands > li {
    border: 0
  }
  .container .detail-content .brands > li article.fields {
    padding: 0
  }
  .container .detail-content .brands > li article ul li {
    width: 50%;
    height: 100px;
    border-bottom: 1px solid #d7d7d7
  }
  .container .detail-content .brands > li article ul li figure {
    height: 100px
  }
  .container .detail-content .brands > li article ul li figure span img {
    width: 68%
  }
  .container .detail-content .awards .awards-head {
    margin-top: 15px;
    margin-bottom: 20px
  }
  .container .detail-content .awards .awards-content table tbody .wrap table td {
    width: 25%
  }
  .container .detail-content .awards .awards-content table thead.capital th {
    font-size: 12px
  }
  .container .detail-content .awards .awards-content table tbody.tbody td {
    font-size: 10px
  }
  .container .detail-content .contact .fields {
    padding: 0
  }
  .container .detail-content .contact .fields .content-border {
    display: none
  }
  .container .detail-content .contact .empty {
    display: none
  }
  .container .detail-content .contact article {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center
  }
  .container .detail-content .contact article h2 {
    margin-bottom: 5px;
    padding: 0 10px 7px 10px;
    font-size: 22px;
    border-bottom: 1px solid #d7d7d7
  }
  .container .detail-content .contact article p {
    padding: 0 10px
  }
  .container .detail-content .contact article.col3 .join-us-btn {
    margin: 5px 0 0 0
  }
  .container .detail-content .team .team-list li {
    width: 100%;
    text-align: center;
    padding-left: 0
  }
  .container .detail-content .team .team-list li figure img {
    width: 80%;
    display: inline-block
  }
  .container .detail-content .team .team-list li figure figcaption p {
    font-size: 12px;
    text-align: center
  }
  .container .works .title h1 {
    font-size: 15px
  }
  .container .works .title h2 {
    font-size: 25px
  }
  .container .works .title .share-block {
    display: none
  }
  .container .works .works-slider {
    position: relative
  }
  .container .works .works-slider .fields {
    width: 320px;
    padding-bottom: 30px
  }
  .container .works .works-slider .fields .royalSlider .rsSlide .slide-content .rsImg {
    width: 100% !important;
    height: auto !important
  }
  .container .works .works-slider .share-block.mobile {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px
  }
  .container .works .works-slider .share-block.mobile li {
    float: left;
    font-weight: 700;
    font-size: 14px;
    margin-left: 10px;
    line-height: 18px
  }
  .container .works .works-slider .share-block.mobile li:first-child {
    margin: -2px 3px 0 0
  }
  .container .works .works-slider .share-block.mobile li a {
    display: block;
    text-indent: -9999px;
    width: 15px;
    height: 14px;
    background-image: url("../img/general/share-icons.png");
    background-repeat: no-repeat;
    -webkit-background-size: 200% 200%;
    background-size: 200% 200%
  }
  .container .works .works-slider .share-block.mobile li a.fb {
    background-position: 0 0
  }
  .container .works .works-slider .share-block.mobile li a.fb:hover {
    background-position: 0 -14px
  }
  .container .works .works-slider .share-block.mobile li a.twt {
    background-position: 100% 0
  }
  .container .works .works-slider .share-block.mobile li a.twt:hover {
    background-position: 100% -14px
  }
  .container .works .mejs-container .mejs-controls {
    display: none
  }
  .container .works .works-slider .royalSlider .rsPlayBtn {
    width: 75px;
    height: 75px;
    margin: -37px 0 0 -37px
  }
  .container .works .works-slider .royalSlider .rsPlayBtn .rsPlayBtnIcon {
    -webkit-background-size: 100% 200%;
    background-size: 100% 200%;
    width: 75px;
    height: 75px
  }
  .container .works .works-slider .royalSlider .rsPlayBtn:hover .rsPlayBtnIcon {
    background-position: 0 0
  }
  .container .works .project-links li {
    width: 50%;
    margin: 0 0 10px 0;
    float: left;
    text-align: center
  }
  .container .works .project-links li.yellow-btn {
    margin-right: 0;
    width: 100%;
    float: none
  }
  .container .works .project-links li img {
    width: 60%
  }
  .container .works .other-works h4 {
    font-size: 18px;
    padding-left: 2px
  }
  .container .works .other-works article {
    margin-top: 8px !important
  }
  .container .works .other-works ul li {
    width: 100%;
    margin-bottom: 25px
  }
  footer[role=contentinfo] {
    display: none
  }
}
@media only screen and (min-width:200px) and (max-width:767px) and (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .container .works .works-slider .share-block.mobile li a {
    background-image: url("../img/general/share-icons@2x.png")
  }
}
@media only screen and (min-width:766px) and (max-width:1023px) {
  .container .home-content {
    padding-top: 10px;
    height: auto !important;
    padding-bottom: 15px;
    height: 200px
  }
  .container .home-content .content-brdr {
    top: 45px
  }
  .container .home-content .fields {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%
  }
  .container .home-content .fields .column {
    width: 50%;
    padding: 0;
    margin: 0
  }
  .container .home-content .fields .col1 {
    padding: 0
  }
  .container .home-content .fields .col2 {
    padding: 0
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields {
    width: 100%
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h1 {
    padding: 0 15px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h2 {
    padding: 0 15px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields h3 {
    padding: 0 15px
  }
  .container .promo-slider .bx-wrapper .bx-viewport ul li .slide-content .fields p {
    padding: 0 15px
  }
}
.fancybox-skin {
  border-radius: 0
}
.fancybox-close {
  background: url(../img/lightbox/fancybox-close.png) no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 20px
}
.lightbox-wrap {
  zoom: 1;
  padding: 30px
}
.lightbox-wrap:before, .lightbox-wrap:after {
  content: "";
  display: table
}
.lightbox-wrap:after {
  clear: both
}
.lightbox-wrap article {
  text-align: center;
  line-height: 24px
}
.lightbox-wrap article figure {
  display: block;
  text-align: center;
  margin-bottom: 15px
}
.lightbox-wrap article figure img {
  display: inline-block
}
.lightbox-wrap article h1 {
  font-size: 20px;
  color: #404040;
  font-weight: 600;
  margin-bottom: 5px
}
.lightbox-wrap article p {
  font-size: 20px;
  font-weight: 400
}
html.current {
  height: 100%
}
.info-page {
  background: #5c5c5c;
  width: 100%;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0
}
.info-page .container {
  text-align: center;
  display: table;
  height: 100%;
  width: 100%;
  position: relative
}
.info-page .container .inner {
  display: table-cell;
  vertical-align: middle
}
.info-page .container .inner h1 {
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: #ffde05
}
.info-page .container .inner h2 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  padding-bottom: 1px
}
.info-page .container .inner p {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding-bottom: 15px
}
.info-page .container .inner .yellow-link {
  font-weight: 700;
  font-size: 20px;
  color: #ffde05;
  background: url("../img/general/left-arrow.png") no-repeat 0 50%;
  padding-left: 35px
}
.info-page .container .inner .yellow-link:hover {
  text-decoration: underline
}
.info-page .container#browser h1 {
  background: url("../img/general/browser-support-icons.png") no-repeat 50% 0;
  width: 266px;
  height: 266px;
  text-indent: -9999px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-weight: 700
}
.oldie .info-page .container .inner {
  position: relative;
  margin-top: inherit;
  *clear: expression(style.top=""+(offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2)+"px":"0"), style.clear="none", 0)
}