@charset "UTF-8";

@font-face {
  font-family: Brandon_reg;
  src: url(FuturaPTBook.otf);
}

/*@font-face {
    font-family: NexaLight;
    src: url(NexaLight.otf);
  }
@font-face {
    font-family: NexaLight;
    src: url(NexaLight.otf);
  }*/
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

html,
body {
  font-family: 'Brandon_reg', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

body.judges {
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
}

.navbar .navbar-brand {
  z-index: 10;
}

.navbar .navbar-brand img {
  position: relative;
  height: 40px;
}

.navbar .navbar-collapse {
  padding-right: .5rem;
  position: absolute;
  left: 200px;
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  margin-right: 20px;
}

.navbar .navbar-toggler {
  z-index: 10;
}

.navbar .header-gradient {
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: -150px;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(15%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0) 100%);
}

.navbar .social-bar {
  position: absolute;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar .social-bar li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-right: 20px;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  color: #fff;
}

.navbar .social-bar li a img {
  width: 30px;
  height: 30px;
}

.navbar .social-bar li a:hover {
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.navbar .social-bar .language.chinese {
  margin-left: 50px;
  margin-right: 0;
}

.navbar .social-bar .language.chinese a {
  margin-right: 10px;
  line-height: 30px;
}

.navbar .social-bar .language.chinese a:hover {
  color: #fff;
}

#my-navbar {
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  background-color: rgba(0, 0, 0, 0.5);
}

main {
  position: relative;
}

main #top-hero {
  margin: 0 !important;
  padding-top: 60px !important;
  min-height: 600px !important;
}

main #top-hero .container .darken-cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .3;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

main #top-hero .container .gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(5%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, white 5%, rgba(255, 255, 255, 0) 100%);
}

main #top-hero .container .full-height {
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  z-index: 1;
  position: relative;
}

main #top-hero .container .full-height .slogan {
  position: absolute;
  bottom: 80px;
}

main #top-hero .container .full-height .slogan img {
  width: 50%;
  position: relative;
  margin: auto;
}

main #top-hero .container .full-height .main-logo img {
  width: 90%;
}

main .main.container {
  position: relative;
  padding-top: 0;
  background-color: #fff;
  border-radius: 5px;
  top: 0px;
  z-index: 10;
}

main .main.container .main-wrapper {
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  left: -80px;
  height: 100%;
  width: calc(100% + 160px);
  -webkit-box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);
}

main .color-line {
  position: relative;
  display: block;
  height: 40px;
}

main .color-line img {
  width: 100%;
}

main .footer-visual {
  margin: 0 !important;
  padding-top: 60px !important;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .footer-visual .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .footer-visual .col-md-4 span p {
  font-size: 14px;
  text-align: justify;
  color: #333333;
}

main .container.footer {
  position: relative;
  max-width: 100% !important;
  padding: 115px 100px 200px 100px;
  background-color: #ffffff;
}

main .container.footer .row .pricing-header {
  border-right: 1px solid #939393;
}

main .container.footer .row .logo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .container.footer .row .logo-section img {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

main .bottom-color-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-image: url(../images/bg_footer.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .bottom-color-bg p {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 90px;
}

main .judges {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 150px !important;
  margin-bottom: 50px !important;
  height: auto;
}

main .judges .title-bar {
  width: calc(100% + 96px);
  left: -48px;
  background-color: #fff;
  position: relative;
  line-height: 100px;
  font-size: 24px;
  font-weight: bold;
}

main .judges .judges-detail {
  margin-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .judges .judges-detail .row {
  padding-bottom: 30px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

main .judges .judges-detail .row .details .wrap {
  height: 100%;
  width: 100%;
}

main .judges .judges-detail .row .details .wrap .details-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -6px 26px 39px 0px rgba(0, 0, 0, 0.47);
  box-shadow: -6px 26px 39px 0px rgba(0, 0, 0, 0.47);
}

main .judges .judges-detail .row .details .wrap .details-box .col-md-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

main .judges .judges-detail .row .details .wrap .details-box .col-md-4 .judge-img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: -13px 16px 39px 0px rgba(0, 0, 0, 0.47);
  box-shadow: -13px 16px 39px 0px rgba(0, 0, 0, 0.47);
}

main .judges .judges-detail .row .details .wrap .details-box .col-md-8 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: left;
  color: #fff;
}

main .judges .judges-detail .row .details .wrap .details-box .col-md-8 h3 {
  font-weight: bold;
  text-shadow: -4px 4px 9px rgba(0, 0, 0, 0.3);
}

main .judges .judges-detail .row .details .wrap .details-box .col-md-8 p {
  margin-bottom: 0;
  font-size: 14px;
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.4);
}

main .judges .judges-detail .row .details .wrap .details-box .boxlight-1 {
  position: absolute;
  top: -14px;
  right: 14px;
}

main .judges .judges-detail .row .details .wrap .details-box .boxlight-2 {
  position: absolute;
  top: 20px;
  right: 10px;
}

main .judges .judges-detail .row .details .wrap .details-box .boxlight-3 {
  position: absolute;
  bottom: 0px;
  left: 10px;
}

main .judges .judges-detail.video-list,
main .judges .judges-detail.other-list,
main .judges .judges-detail.photo-list {
  display: none;
}

main .judges .judges-detail.video-list.active,
main .judges .judges-detail.other-list.active,
main .judges .judges-detail.photo-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .judges .award-list {
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: 200px;
}

main .judges .award-list ul li {
  display: inline;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
}

main .judges .award-list ul li span {
  background-image: url(../images/icon_triangle.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 17px;
  left: -30px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .award-list ul li p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  display: inline;
}

main .judges .award-list ul li p.pointer {
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .award-list ul li p.pointer:hover {
  text-shadow: -10px 10px 6px rgba(0, 0, 0, 0.4);
}

main .judges .award-list ul li .collapse,
main .judges .award-list ul li .collapsing {
  float: left;
  border-bottom: 1px solid #fff;
  width: 100%;
  /* cursor: pointer; */
}

main .judges .award-list ul li .collapse .winner-image,
main .judges .award-list ul li .collapsing .winner-image {
  width: 200px;
  height: 150px;
  float: left;
}

main .judges .award-list ul li .collapse .winner-image span,
main .judges .award-list ul li .collapsing .winner-image span {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

main .judges .award-list ul li .collapse .winner-details,
main .judges .award-list ul li .collapsing .winner-details {
  font-weight: normal;
  width: calc(100% - 200px);
  color: #fff;
  padding: 20px;
  float: left;
  padding-top: 20px;
  padding-left: 40px;
}

main .judges .award-list ul li .collapse .winner-details h5,
main .judges .award-list ul li .collapsing .winner-details h5 {
  opacity: .85;
}

main .judges .container {
  width: 1170px;
  margin: auto;
}

main .judges .container .row {
  padding-top: 30px;
  padding-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  border: 3px solid rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: -6px 26px 39px 0px rgba(0, 0, 0, 0.47);
  box-shadow: -6px 26px 39px 0px rgba(0, 0, 0, 0.47);
}

main .judges .container .row .highlight-box {
  position: relative;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .container .row .highlight-box img {
  width: 100%;
}

main .judges .container .row .highlight-box:hover {
  -webkit-box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
}

main .judges .container .row .boxlight-1 {
  position: absolute;
  top: -17px;
  right: 14px;
}

main .judges .container .row .boxlight-2 {
  position: absolute;
  top: 20px;
  right: -7px;
}

main .judges .container .row .boxlight-3 {
  position: absolute;
  bottom: 0px;
  left: -8px;
}

main .judges .container .highlight-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

main .judges .container .highlight-menu li {
  padding: 20px 30px;
  margin: 0;
  margin-top: 30px;
  color: #fff;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

main .judges .container .highlight-menu li:hover {
  border-bottom: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

main .judges .container a.company-link {
  color: #fff;
  cursor: pointer;
  margin-top: 30px;
  display: block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .container a.company-link:hover {
  text-decoration: underline;
}

main .judges .title-bar .winner-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .judges .title-bar .winner-detail .row {
  padding: initial;
  margin: initial;
  background-color: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
}

main .judges .title-bar .winner-detail .row .winner-img {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -3px 3px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .title-bar .winner-detail .row .winner-img:hover {
  -webkit-box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.3);
}

main .judges .title-bar .winner-detail .row .row .info-body .info-title {
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 4px;
  line-height: 1;
  color: #818181;
}

main .judges .title-bar .winner-detail .row .row .info-body .info-details {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  line-height: initial;
}

main .judges .title-bar .winner-detail .row .row .info-body .info-details.company {
  font-size: 20px;
  text-transform: uppercase;
}

main .judges .title-bar .winner-detail .row .row.other .info-body {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1;
}

main .judges .title-bar .winner-detail .row .row.other .info-body a.info-title {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

main .judges .title-bar .winner-detail .row .row.other .info-body a.info-title:hover {
  text-decoration: underline;
}

main .judges .title-bar .winner-detail .icon-weight {
  width: 120px;
  margin: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .judges .title-bar .winner-detail .company-details {
  margin-top: 40px;
}

main .message-wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}

main .message-wrap .organiser-message .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: ceneter;
  -ms-flex-align: ceneter;
  align-items: ceneter;
}

main .message-wrap .organiser-message .row .left-content {
  display: block;
  margin: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
}

main .message-wrap .organiser-message .row .left-content p {
  color: #ffffff;
  margin: auto;
}

main .message-wrap .organiser-message .row .right-content {
  position: relative;
  display: block;
  margin: auto;
}

main .message-wrap .organiser-message .row .right-content .director-img {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  -webkit-box-shadow: -13px 16px 16px 0px rgba(0, 0, 0, 0.3);
  box-shadow: -13px 16px 16px 0px rgba(0, 0, 0, 0.3);
}

main .message-wrap .organiser-message .row .right-content .name,
main .message-wrap .organiser-message .row .right-content .title {
  margin: auto;
  color: #ffffff;
  text-align: center;
}

main .message-wrap .organiser-message .row .right-content .name {
  font-size: 20px;
  margin-top: 20px;
}

.pop-up-btn {
  position: fixed;
  bottom: 0;
  width: 300px;
  height: 50px;
  border-radius: 5px 5px 0 0;
  z-index: 999;
  right: 50px;
  background-image: url(../images/btn.png);
  cursor: pointer;
  opacity: .8;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.pop-up-btn p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

.pop-up-btn:hover {
  opacity: 1;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.my-shadow {
  -webkit-box-shadow: -2px 7px 14px -1px rgba(0, 0, 0, 0.24);
  box-shadow: -2px 7px 14px -1px rgba(0, 0, 0, 0.24);
  -webkit-transition: .2s;
  transition: .2s;
}

.my-shadow:hover {
  -webkit-box-shadow: -2px 13px 14px -1px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 13px 14px -1px rgba(0, 0, 0, 0.3);
}

.padding-b {
  padding-bottom: 80px;
}

.logo-t {
  padding-top: 50px;
}

.my-link {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#background_visual {
  position: absolute;
  display: block;
  width: 100%;
  overflow: hidden;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 600px;
}

body {
  overflow-x: hidden;
}

.no-padding {
  padding-left: 0;
  padding-right: 40px;
}

.navbar .navbar-collapse .social-bar {
  display: none;
}
main .judges .container .row .highlight-box img{
  height:100%;
}

main .judges .container .row .highlight-box iframe{height:307px;}
@media (max-width: 1199px) {
  main .judges .container .row .highlight-box iframe{height:252px;}
}
@media (max-width: 1024px) {
  .navbar .navbar-collapse {
    z-index: 1;
    width: 100%;
    top: 0;
    padding-top: 70px;
    padding-bottom: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar .navbar-collapse .social-bar {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navbar-dark .navbar-nav .active>.nav-link,
  .navbar-dark .navbar-nav .nav-link.active,
  .navbar-dark .navbar-nav .nav-link.show,
  .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: bold;
  }

  .navbar-dark .navbar-toggler {
    border-color: #fff;
    color: #fff;
  }

  main .judges .award-list {
    margin-left: 100px;
  }

  main .judges .award-list ul li p {
    font-size: 18px;
  }

  main .judges .judges-detail .row .details .wrap .details-box .col-md-4 .judge-img {
    width: 80px;
    height: 80px;
  }

  .navbar .social-bar {
    display: none;
  }

  .navbar-expand-md .navbar-toggler {
    display: block;
    right: 10px;
    position: absolute;
  }

  .navbar-nav {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
  }

  .navbar .social-bar .language.chinese {
    margin-left: 0;
    border-left: 1px solid #fff;
    padding-left: 20px;
  }

  .navbar .navbar-collapse {
    display: none !important;
  }

  .navbar .navbar-collapse.active {
    display: block !important;
  }

  .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0;
  }

  .navbar .social-bar {
    right: 0;
  }

  .index-video .highlight-box iframe {
    height: 322px !important;
  }
}

@media (max-width: 991px) {
  main .judges .container {
    width: 970px;
  }

  main .message-wrap {
    margin-top: 30px;
  }

  main .message-wrap .organiser-message .row .left-content {
    margin-bottom: 30px;
    border-left: 0px;
  }

  main .message-wrap .organiser-message .row .right-content {
    margin-bottom: 20px;
  }
  main .judges .container .row .highlight-box iframe{height:179px;}
}


@media (max-width: 768px) {
  main .footer-visual {
    padding-bottom: 50px !important;
  }

  main .judges .award-list {
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  main .judges .award-list ul li .collapse .winner-details,
  main .judges .award-list ul li .collapsing .winner-details {
    width: 100%;
  }

  main .judges .award-list ul li .collapse .winner-details h4,
  main .judges .award-list ul li .collapsing .winner-details h4 {
    font-size: 14px;
  }

  main .judges .award-list ul li .collapse .winner-details h5,
  main .judges .award-list ul li .collapsing .winner-details h5 {
    font-size: 12px;
  }

  main .judges .award-list ul li span {
    top: 22px;
  }

  main .judges .judges-detail {
    margin-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  main .judges .judges-detail .row {
    padding-bottom: 0;
  }

  main .judges .judges-detail .row .details {
    margin-bottom: 20px;
    padding: 0;
  }

  main .judges .judges-detail .row .details .wrap .details-box .boxlight-2 {
    right: -4px;
  }

  main .judges .judges-detail .row .details .wrap .details-box .boxlight-3 {
    left: -5px;
  }

  main .judges .judges-detail .row .details .wrap .details-box .col-md-4 .judge-img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
  }

  main .judges .container {
    width: 100%;
    margin-top: 30px;
  }
  main .judges .container .row .highlight-box iframe{height:168px;}
}

@media (max-width: 767px) {
  main .judges .container .row .highlight-box iframe{height:316px;}
}
@media (max-width: 576px) {
  main .container.footer {
    padding: 80px 50px 200px 50px;
  }

  main .judges .award-list {
    margin-left: 0px;
  }

  main .judges .award-list ul li p {
    font-size: 12px;
  }

  main .judges .title-bar {
    font-size: 20px;
    width:calc(100% + 32px);
    left:-16px;
  }

  main .judges .judges-detail .row .details .wrap .details-box .col-md-8 h3 {
    font-size: 20px;
  }

  main .container.footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .container.footer .row .pricing-header {
    border-right: 1px solid transparent;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  main .container.footer .row .pricing-header,
  main .container.footer .row .logo-section {
    margin: auto;
    text-align: center;
  }

  main .container.footer .row .logo-section {
    display: block
  }
  main .judges .title-bar .winner-detail .icon-weight{
    margin:auto;
  }
  main .judges .title-bar .winner-detail{
    display:block;
  }
  main .judges .container{
    margin-top:50px;
  }
}

@media (max-width: 1200px) {
  .index-video .highlight-box iframe {
    height: 350px !important;
  }
}

@media (max-width: 400px) {
  main .judges .container .row .highlight-box iframe {
    height: 185px !important;
  }
}

main .index-video {
  position: relative;
  padding-bottom: 50px;
}

main .index-video .btn.later {
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  color: #333;
  font-size: 1.2em;
  padding: 12px 40px;
  margin-top: 30px;
  -webkit-box-shadow: -7px 7px 17px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -7px 7px 17px 0px rgba(0, 0, 0, 0.2);
}

main .index-video .btn.later:hover {
  -webkit-box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.2);
          box-shadow: -17px 14px 17px 0px rgba(0, 0, 0, 0.2);
}

main .index-video .highlight-box iframe {
  width: 100%;
  height: 500px;
}
/*# sourceMappingURL=style.css.map */

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	main .highlights{
		height:1000px;
	}
	main .judge_new{
			height:1500px;
		}

	main .winner{
		height:3000px;
	}

  main .judges .judges-detail{
    height: 500px;
	}

  .portfolio_img{
	padding-top: 55px;
  }

	main .judges .judges-detail .row{
		margin: 0px;
    height: 200px;
	}

  main .judges .container .row{
    margin-bottom: 50px;
    border-radius: 5px;
    margin-top: 30px;
  }

	main .judges .container .portfolio-container{
		padding-top: 0px !important;
	}
	.highlights .container.judges-detail.photo-list.active{
		height:800px;
		margin-top:50px;
	}

  main .judge_new {
    height: 1200px;
  }

  main .judges .judges-detail .row .details .wrap .details-box{
    height:100%;
  }

  main #top-hero .container .full-height .slogan{
    position: relative;
  }

  main #top-hero .container .full-height{
    margin-top: 150px;
  }

  main .message-wrap .organiser-message .row .left-content{
    height: 100px;
  }

  main .message-wrap .organiser-message .row .right-content{
    margin: 0px;
  }
}