@font-face {
  font-family: 'icomoon';
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2");
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2#iefix") format("embedded-opentype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.ttf?2ncek2") format("truetype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.woff?2ncek2") format("woff"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.svg?2ncek2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Quicksand;
  src: url("../../../_v2/Model/theme/fonts/Quicksand/Quicksand-Light.ttf") format("truetype"); }

@font-face {
  font-family: Rochester;
  src: url("../../../_v2/Model/theme/fonts/Rochester/Rochester-Regular.ttf") format("truetype"); }

#loadingSplashScreenPage,
#loadingSplashScreenMessage {
  display: none;
  position: fixed;
  top: 0; }
  #loadingSplashScreenPage .loadingMessage,
  #loadingSplashScreenMessage .loadingMessage {
    text-align: center;
    margin: 20px; }
  #loadingSplashScreenPage .page-content,
  #loadingSplashScreenMessage .page-content {
    display: flex;
    align-items: center;
    justify-content: center; }

#loadingSplashScreenPage #loadingImage {
  width: 25vw;
  height: 56.25vw;
  margin: 0 auto;
  position: relative;
  transform-origin: bottom right;
  animation: loadingImageAnimation 1s infinite; }
  #loadingSplashScreenPage #loadingImage #loadingHand,
  #loadingSplashScreenPage #loadingImage #loadingHandWine,
  #loadingSplashScreenPage #loadingImage #loadingImageClipSvg {
    position: absolute;
    top: 0;
    left: 0; }
  #loadingSplashScreenPage #loadingImage #loadingHand {
    width: 25vw;
    opacity: .3; }

@keyframes loadingImageAnimation {
  0% {
    transform: rotate(3deg); }
  50% {
    transform: rotate(-3deg); }
  100% {
    transform: rotate(3deg); } }
  #loadingSplashScreenPage #loadingImage #loadingHandWineBack,
  #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
    position: absolute;
    top: -1.25vw;
    left: 2.75vw;
    transform-origin: bottom right;
    background: repeat-x;
    background-size: 16.66667vw;
    width: 10.41667vw;
    height: 19.53125vw;
    border-radius: 100%; }
  #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
    animation: loadingHandWineAnimationFront 0.66667s linear infinite;
    background-image: url("../../../_v2/Model/theme/images/loading-hand-wine.svg"); }

@keyframes loadingHandWineAnimationFront {
  0% {
    background-position-x: 0;
    background-position-y: 8.33333vw; }
  50% {
    background-position-y: 8.73333vw; }
  100% {
    background-position-x: 16.66667vw;
    background-position-y: 8.33333vw; } }
  #loadingSplashScreenPage #loadingImage #loadingHandWineBack {
    animation: loadingHandWineAnimationBack 0.66667s linear infinite;
    background-image: url("../../../_v2/Model/theme/images/loading-hand-wine-back.svg"); }

@keyframes loadingHandWineAnimationBack {
  0% {
    background-position-x: 0;
    background-position-y: 8.73333vw; }
  50% {
    background-position-y: 8.33333vw; }
  100% {
    background-position-x: -16.66667vw;
    background-position-y: 8.73333vw; } }

@media (orientation: landscape) {
  #loadingSplashScreenPage #loadingImage {
    width: 25vh;
    height: 56.25vh;
    margin: 0 auto;
    position: relative;
    transform-origin: bottom right;
    animation: loadingImageAnimation 1s infinite; }
    #loadingSplashScreenPage #loadingImage #loadingHand,
    #loadingSplashScreenPage #loadingImage #loadingHandWine,
    #loadingSplashScreenPage #loadingImage #loadingImageClipSvg {
      position: absolute;
      top: 0;
      left: 0; }
    #loadingSplashScreenPage #loadingImage #loadingHand {
      width: 25vh;
      opacity: .3; }
  @keyframes loadingImageAnimation {
    0% {
      transform: rotate(3deg); }
    50% {
      transform: rotate(-3deg); }
    100% {
      transform: rotate(3deg); } }
    #loadingSplashScreenPage #loadingImage #loadingHandWineBack,
    #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
      position: absolute;
      top: -1.25vh;
      left: 2.75vh;
      transform-origin: bottom right;
      background: repeat-x;
      background-size: 16.66667vh;
      width: 10.41667vh;
      height: 19.53125vh;
      border-radius: 100%; }
    #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
      animation: loadingHandWineAnimationFront 0.66667s linear infinite;
      background-image: url("../../../_v2/Model/theme/images/loading-hand-wine.svg"); }
  @keyframes loadingHandWineAnimationFront {
    0% {
      background-position-x: 0;
      background-position-y: 8.33333vh; }
    50% {
      background-position-y: 8.73333vh; }
    100% {
      background-position-x: 16.66667vh;
      background-position-y: 8.33333vh; } }
    #loadingSplashScreenPage #loadingImage #loadingHandWineBack {
      animation: loadingHandWineAnimationBack 0.66667s linear infinite;
      background-image: url("../../../_v2/Model/theme/images/loading-hand-wine-back.svg"); }
  @keyframes loadingHandWineAnimationBack {
    0% {
      background-position-x: 0;
      background-position-y: 8.73333vh; }
    50% {
      background-position-y: 8.33333vh; }
    100% {
      background-position-x: -16.66667vh;
      background-position-y: 8.73333vh; } } }

@media (orientation: landscape) and (min-width: 900px), (min-height: 900px) {
  #loadingSplashScreenPage #loadingImage {
    width: 10vh;
    height: 22.5vh;
    margin: 0 auto;
    position: relative;
    transform-origin: bottom right;
    animation: loadingImageAnimation 1s infinite; }
    #loadingSplashScreenPage #loadingImage #loadingHand,
    #loadingSplashScreenPage #loadingImage #loadingHandWine,
    #loadingSplashScreenPage #loadingImage #loadingImageClipSvg {
      position: absolute;
      top: 0;
      left: 0; }
    #loadingSplashScreenPage #loadingImage #loadingHand {
      width: 10vh;
      opacity: .3; }
  @keyframes loadingImageAnimation {
    0% {
      transform: rotate(3deg); }
    50% {
      transform: rotate(-3deg); }
    100% {
      transform: rotate(3deg); } }
    #loadingSplashScreenPage #loadingImage #loadingHandWineBack,
    #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
      position: absolute;
      top: -0.5vh;
      left: 1.1vh;
      transform-origin: bottom right;
      background: repeat-x;
      background-size: 6.66667vh;
      width: 4.16667vh;
      height: 7.8125vh;
      border-radius: 100%; }
    #loadingSplashScreenPage #loadingImage #loadingHandWineFront {
      animation: loadingHandWineAnimationFront 0.66667s linear infinite;
      background-image: url("../../../_v2/Model/theme/images/loading-hand-wine.svg"); }
  @keyframes loadingHandWineAnimationFront {
    0% {
      background-position-x: 0;
      background-position-y: 3.33333vh; }
    50% {
      background-position-y: 3.73333vh; }
    100% {
      background-position-x: 6.66667vh;
      background-position-y: 3.33333vh; } }
    #loadingSplashScreenPage #loadingImage #loadingHandWineBack {
      animation: loadingHandWineAnimationBack 0.66667s linear infinite;
      background-image: url("../../../_v2/Model/theme/images/loading-hand-wine-back.svg"); }
  @keyframes loadingHandWineAnimationBack {
    0% {
      background-position-x: 0;
      background-position-y: 3.73333vh; }
    50% {
      background-position-y: 3.33333vh; }
    100% {
      background-position-x: -6.66667vh;
      background-position-y: 3.73333vh; } } }

@font-face {
  font-family: 'icomoon';
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2");
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2#iefix") format("embedded-opentype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.ttf?2ncek2") format("truetype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.woff?2ncek2") format("woff"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.svg?2ncek2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Quicksand;
  src: url("../../../_v2/Model/theme/fonts/Quicksand/Quicksand-Light.ttf") format("truetype"); }

@font-face {
  font-family: Rochester;
  src: url("../../../_v2/Model/theme/fonts/Rochester/Rochester-Regular.ttf") format("truetype"); }

.menuContainer {
  background: black url("../../../_v2/Model/theme/images/menu-bg.png") no-repeat bottom right; }
  .menuContainer .content-block {
    background: rgba(0, 0, 0, 0.8); }
  .menuContainer .menu {
    z-index: 1000;
    top: 36px;
    left: 30px;
    right: 0;
    bottom: 0;
    font-size: 16px;
    margin: 0 -10px; }
    .menuContainer .menu .icon {
      color: white;
      display: inline-block;
      width: 12px;
      text-align: center;
      position: absolute;
      top: 11px;
      left: 16px;
      opacity: .4; }
    .menuContainer .menu .menuItem a {
      color: rgba(255, 255, 255, 0.8);
      position: relative;
      display: block;
      padding: 8px 0 8px 50px; }
    .menuContainer .menu .menuItem, .menuContainer .menu .menuGroup {
      color: rgba(255, 255, 255, 0.7);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      display: block; }
    .menuContainer .menu .menuGroup {
      color: rgba(255, 255, 255, 0.4);
      text-align: center;
      padding: 8px; }
    .menuContainer .menu .menuItem a:hover, .menuContainer .menu .menuItem a:active, .menuContainer .menu .menuItem a:focus {
      background: rgba(255, 255, 255, 0.1); }
      .menuContainer .menu .menuItem a:hover .icon, .menuContainer .menu .menuItem a:active .icon, .menuContainer .menu .menuItem a:focus .icon {
        opacity: .8; }
    .menuContainer .menu .menuItem {
      color: rgba(255, 255, 255, 0.2); }
    .menuContainer .menu ul ul {
      margin-left: -6px;
      margin-top: -1px;
      margin-bottom: -1px; }
    .menuContainer .menu #menuContests li {
      margin-left: -6px;
      border-left: 12px solid; }

.wineType {
  color: #bbcdff; }

.medalColorTrophy {
  color: #ffe02d; }

.medalColorGold {
  color: #ffc400; }

.medalColorSilver {
  color: #959dac; }

.medalColorBronze {
  color: #ac4c00; }

.wineColorRed {
  color: #b40000; }

.wineColorWhite {
  color: #ffca74; }

.wineColorRose {
  color: #ffac92; }

.wineColorOther {
  color: #00d9ff; }

.wineColorSparkling {
  color: #ffca74; }
  .wineColorSparkling img {
    width: 12px;
    margin: 0 7px -5px; }

.colorOrganic {
  color: #188500; }

.colorBookmarked {
  color: #b40000; }

.color-red-wine {
  background-color: #b40000 !important; }

.swiper-pagination-bullet-active {
  background: #ffca74; }

@font-face {
  font-family: 'icomoon';
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2");
  src: url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.eot?2ncek2#iefix") format("embedded-opentype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.ttf?2ncek2") format("truetype"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.woff?2ncek2") format("woff"), url("../../../_v2/Model/theme/fonts/Oef/fonts/icomoon.svg?2ncek2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Quicksand;
  src: url("../../../_v2/Model/theme/fonts/Quicksand/Quicksand-Light.ttf") format("truetype"); }

@font-face {
  font-family: Rochester;
  src: url("../../../_v2/Model/theme/fonts/Rochester/Rochester-Regular.ttf") format("truetype"); }

.oefTheme {
  font-family: "Quicksand", sans-serif; }
  .oefTheme [class^="icon-"], .oefTheme [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .oefTheme .icon-sparkling:before {
    content: "\e95d"; }
  .oefTheme .icon-badge_roll_and_tie:before {
    content: "\e92c"; }
  .oefTheme .icon-badge_numeric:before {
    content: "\e954"; }
  .oefTheme .icon-badge_roll:before {
    content: "\e95b"; }
  .oefTheme .icon-badge_special:before {
    content: "\e95c"; }
  .oefTheme .icon-opti1-01:before {
    content: "\e900"; }
  .oefTheme .icon-opti1-05:before {
    content: "\e901"; }
  .oefTheme .icon-opti1-06:before {
    content: "\e902"; }
  .oefTheme .icon-opti1-07:before {
    content: "\e903"; }
  .oefTheme .icon-opti1-08:before {
    content: "\e904"; }
  .oefTheme .icon-opti1-09:before {
    content: "\e905"; }
  .oefTheme .icon-opti1-10:before {
    content: "\e906"; }
  .oefTheme .icon-opti1-11:before {
    content: "\e907"; }
  .oefTheme .icon-opti1-12:before {
    content: "\e908"; }
  .oefTheme .icon-opti1-14:before {
    content: "\e909"; }
  .oefTheme .icon-opti1-20:before {
    content: "\e90a"; }
  .oefTheme .icon-opti1-22:before {
    content: "\e90b"; }
  .oefTheme .icon-opti1-23:before {
    content: "\e90c"; }
  .oefTheme .icon-opti1-24:before {
    content: "\e90d"; }
  .oefTheme .icon-opti1-25:before {
    content: "\e90e"; }
  .oefTheme .icon-opti1-64:before {
    content: "\e90f"; }
  .oefTheme .icon-opti1-73:before {
    content: "\e910"; }
  .oefTheme .icon-opti1-75:before {
    content: "\e911"; }
  .oefTheme .icon-opti1-77:before {
    content: "\e912"; }
  .oefTheme .icon-opti1-82:before {
    content: "\e913"; }
  .oefTheme .icon-opti1-83:before {
    content: "\e914"; }
  .oefTheme .icon-opti1-84:before {
    content: "\e915"; }
  .oefTheme .icon-opti1-85:before {
    content: "\e916"; }
  .oefTheme .icon-opti1-94:before {
    content: "\e917"; }
  .oefTheme .icon-opti1-95:before {
    content: "\e918"; }
  .oefTheme .icon-opti1-96:before {
    content: "\e919"; }
  .oefTheme .icon-opti1-98:before {
    content: "\e91a"; }
  .oefTheme .icon-opti1-99:before {
    content: "\e91b"; }
  .oefTheme .icon-opti2-01:before {
    content: "\e91c"; }
  .oefTheme .icon-opti2-03:before {
    content: "\e91d"; }
  .oefTheme .icon-opti2-07:before {
    content: "\e91e"; }
  .oefTheme .icon-opti2-08:before {
    content: "\e91f"; }
  .oefTheme .icon-opti2-09:before {
    content: "\e920"; }
  .oefTheme .icon-opti2-19:before {
    content: "\e921"; }
  .oefTheme .icon-opti2-23:before {
    content: "\e922"; }
  .oefTheme .icon-opti2-24:before {
    content: "\e923"; }
  .oefTheme .icon-opti2-36:before {
    content: "\e926"; }
  .oefTheme .icon-opti2-42:before {
    content: "\e927"; }
  .oefTheme .icon-opti2-50:before {
    content: "\e928"; }
  .oefTheme .icon-opti2-56:before {
    content: "\e929"; }
  .oefTheme .icon-opti2-57:before {
    content: "\e92a"; }
  .oefTheme .icon-opti2-60:before {
    content: "\e92d"; }
  .oefTheme .icon-opti2-61:before {
    content: "\e92e"; }
  .oefTheme .icon-opti2-63:before {
    content: "\e92f"; }
  .oefTheme .icon-opti2-64:before {
    content: "\e930"; }
  .oefTheme .icon-opti2-65:before {
    content: "\e931"; }
  .oefTheme .icon-opti2-73:before {
    content: "\e932"; }
  .oefTheme .icon-opti3-03:before {
    content: "\e933"; }
  .oefTheme .icon-opti3-04:before {
    content: "\e934"; }
  .oefTheme .icon-opti3-07:before {
    content: "\e935"; }
  .oefTheme .icon-opti3-09:before {
    content: "\e936"; }
  .oefTheme .icon-opti3-10:before {
    content: "\e937"; }
  .oefTheme .icon-opti3-17:before {
    content: "\e938"; }
  .oefTheme .icon-opti3-18:before {
    content: "\e939"; }
  .oefTheme .icon-opti3-33:before {
    content: "\e93a"; }
  .oefTheme .icon-opti3-35:before {
    content: "\e93b"; }
  .oefTheme .icon-opti3-37:before {
    content: "\e93c"; }
  .oefTheme .icon-opti3-38:before {
    content: "\e93d"; }
  .oefTheme .icon-opti3-43:before {
    content: "\e93e"; }
  .oefTheme .icon-opti3-44:before {
    content: "\e93f"; }
  .oefTheme .icon-opti3-45:before {
    content: "\e940"; }
  .oefTheme .icon-opti3-50:before {
    content: "\e941"; }
  .oefTheme .icon-opti3-51:before {
    content: "\e942"; }
  .oefTheme .icon-opti3-54:before {
    content: "\e943"; }
  .oefTheme .icon-opti3-55:before {
    content: "\e944"; }
  .oefTheme .icon-opti3-58:before {
    content: "\e945"; }
  .oefTheme .icon-opti3-59:before {
    content: "\e946"; }
  .oefTheme .icon-opti3-60:before {
    content: "\e947"; }
  .oefTheme .icon-opti3-69:before {
    content: "\e948"; }
  .oefTheme .icon-opti3-70:before {
    content: "\e949"; }
  .oefTheme .icon-opti3-71:before {
    content: "\e94a"; }
  .oefTheme .icon-opti3-74:before {
    content: "\e94b"; }
  .oefTheme .icon-opti3-75:before {
    content: "\e94c"; }
  .oefTheme .icon-opti3-76:before {
    content: "\e94d"; }
  .oefTheme .icon-opti3-77:before {
    content: "\e94e"; }
  .oefTheme .icon-opti3-90:before {
    content: "\e94f"; }
  .oefTheme .icon-opti3-91:before {
    content: "\e950"; }
  .oefTheme .icon-opti4-15:before {
    content: "\e951"; }
  .oefTheme .icon-opti4-16:before {
    content: "\e952"; }
  .oefTheme .icon-opti4-17:before {
    content: "\e953"; }
  .oefTheme .icon-opti4-21:before {
    content: "\e955"; }
  .oefTheme .icon-opti4-26:before {
    content: "\e956"; }
  .oefTheme .icon-opti4-50:before {
    content: "\e957"; }
  .oefTheme .icon-opti4-52:before {
    content: "\e958"; }
  .oefTheme .icon-opti4-53:before {
    content: "\e959"; }
  .oefTheme .icon-opti4-64:before {
    content: "\e95a"; }
  .oefTheme .icon-help-web-button:before {
    content: "\e924"; }
  .oefTheme .icon-legal-hammer:before {
    content: "\e925"; }
  .oefTheme .icon-grape-icon:before {
    content: "\e92b"; }
  .oefTheme .icon-phone:before {
    content: "\e980"; }
  .oefTheme .icon-phone-hang-up:before {
    content: "\e981"; }
  .oefTheme .icon-undo2:before {
    content: "\e984"; }
  .oefTheme .icon-redo2:before {
    content: "\e985"; }
  .oefTheme .icon-forward:before {
    content: "\e986"; }
  .oefTheme .icon-reply:before {
    content: "\e987"; }
  .oefTheme .icon-spinner4:before {
    content: "\e98b"; }
  .oefTheme .icon-spinner11:before {
    content: "\e992"; }
  .oefTheme .icon-glass:before {
    content: "\e993"; }
  .oefTheme .icon-leaf:before {
    content: "\e995"; }
  .oefTheme .icon-hipster:before {
    content: "\e996"; }
  .oefTheme .icon-hipster2:before {
    content: "\e997"; }
  .oefTheme .oefBodyBg .page {
    background: url("../../../_v2/Model/theme/images/main-bg.png") no-repeat center bottom, radial-gradient(circle at center 20%, #FFF 0%, #ECECEC 100%); }

#loadingPageSpin {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20000; }
  #loadingPageSpin .spinner {
    margin: 30vw auto 0;
    text-align: center; }
    #loadingPageSpin .spinner svg {
      max-width: 80px;
      margin: 0 auto;
      display: block; }
    #loadingPageSpin .spinner h3 {
      color: rgba(255, 255, 255, 0.8);
      font-size: 14px;
      opacity: 0; }

#loadingPageSpin.fadeIn {
  display: block;
  animation: loadingPageFadeIn cubic-bezier(0, 0.9, 0.1, 1) 4s forwards; }

@keyframes loadingPageFadeIn {
  0% {
    background-color: rgba(0, 0, 0, 0); }
  100% {
    background-color: rgba(0, 0, 0, 0.7); } }
  #loadingPageSpin.fadeIn .spinner {
    animation: loadingSpinFadeIn cubic-bezier(0, 0.9, 0.1, 1) 2s forwards; }

@keyframes loadingSpinFadeIn {
  0% {
    opacity: 0;
    margin-top: 30vw; }
  100% {
    opacity: 1;
    margin-top: 20vw; } }

@keyframes loadingSpinFadeInText {
  0% {
    opacity: 0;
    margin-top: 20px; }
  100% {
    opacity: .4;
    margin-top: 10px; } }
    #loadingPageSpin.fadeIn .spinner h3 {
      animation: loadingSpinFadeInText cubic-bezier(0, 0.9, 0.1, 1) 2s forwards;
      animation-delay: .2s; }

#loadingPageSpin.fadeOut {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  animation: loadingPageFadeOut cubic-bezier(0, 0.9, 0.1, 1) 2s forwards;
  animation-delay: .2s; }

@keyframes loadingPageFadeOut {
  0% {
    background-color: rgba(0, 0, 0, 0.7); }
  100% {
    background-color: rgba(0, 0, 0, 0);
    display: none; } }
  #loadingPageSpin.fadeOut .spinner {
    animation: loadingSpinFadeOut cubic-bezier(0.9, 0, 1, 0.1) 0.5s forwards; }

@keyframes loadingSpinFadeOut {
  0% {
    opacity: 1;
    margin-top: 20vw; }
  100% {
    opacity: 0;
    margin-top: 30vw; } }

@keyframes loadingSpinFadeOutText {
  0% {
    opacity: .4;
    margin-top: 10px; }
  100% {
    opacity: 0;
    margin-top: 20px; } }
    #loadingPageSpin.fadeOut .spinner h3 {
      opacity: .4;
      margin-top: 10px;
      animation: loadingSpinFadeOutText cubic-bezier(0.9, 0, 1, 0.1) 0.5s forwards;
      animation-delay: .2s; }

.form-error {
  color: #c3293a; }

.form-error > ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0; }

.loadingBlockSpin {
  text-align: center; }
  .loadingBlockSpin svg {
    max-width: 60px;
    margin: 20px; }
    .loadingBlockSpin svg .line {
      stroke: #ccc;
      stroke-width: 10px; }

.illustrationBordered {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 3px 9px rgba(0, 0, 0, 0.2), 1px 3px 29px rgba(0, 0, 0, 0.1); }

.diplomaPreview {
  border: 1px solid #888;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  position: relative; }
  .diplomaPreview img {
    width: 100%; }
  .diplomaPreview a.edit {
    right: 10px;
    bottom: 10px;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    padding: 12px;
    padding-top: 14px;
    padding-left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 110px !important; }
    .diplomaPreview a.edit span {
      font-size: 21px;
      color: white; }

.breadcrumb,
.breadcrumb > .active,
.breadcrumb > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: bold; }

.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.3); }

#top-box .top-navbar .nav > li a,
#top-box .btn-group.btn-select .dropdown-toggle {
  color: #fff;
  font-size: 14px; }

.menuBlock {
  border: 1px solid #ddd;
  border-left-width: 3px;
  padding: 15px; }
  .menuBlock a {
    word-wrap: break-word; }

.windingTypes {
  display: flex;
  flex-wrap: nowrap;
  margin: 10px 0px; }
  .windingTypes .windingTypesItem {
    width: 20%; }
    .windingTypes .windingTypesItem:first-child .windingSelection {
      margin-left: 0px; }
    .windingTypes .windingTypesItem:last-child .windingSelection {
      margin-right: 0px; }
  .windingTypes .windingSelection:hover,
  .windingTypes .windingSelection:focus,
  .windingTypes .windingSelection {
    text-decoration: none; }
  .windingTypes .windingSelection {
    display: block;
    border: 3px solid transparent;
    padding: 10px 15px 0px 15px;
    margin: 5px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    transition: all .2s linear; }
    .windingTypes .windingSelection img {
      transition: all .2s linear;
      opacity: 0.5; }
  .windingTypes .windingSelection:hover {
    background-color: rgba(0, 0, 0, 0.1); }
    .windingTypes .windingSelection:hover img {
      opacity: 0.7; }
  .windingTypes .windingSelection img {
    width: 100%;
    margin-bottom: 7px; }
  .windingTypes .windingSelection .label {
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 5px;
    color: #888;
    font-size: 14px;
    white-space: normal; }
  .windingTypes .windingSelection.selected {
    opacity: 1; }
    .windingTypes .windingSelection.selected img {
      opacity: 1; }

.formProductSpecific .info {
  margin: 20px 0px; }

.blockSelectionList {
  display: flex;
  flex-wrap: wrap; }

.blockSelectionList .blockSelection {
  width: 50%;
  padding: 5px 10px;
  display: block; }
  .blockSelectionList .blockSelection .blockSelectionLink {
    display: block;
    height: 100%; }

.blockSelectionList .blockSelection33 {
  width: 33%;
  text-align: center; }
  .blockSelectionList .blockSelection33 .selectionIcon {
    font-size: 50px;
    text-align: center; }
  .blockSelectionList .blockSelection33 .selectionTitle {
    color: #aaa;
    margin-top: 10px; }
  .blockSelectionList .blockSelection33 h3 {
    margin: 0;
    font-size: 18px; }

.blockSelectionList .blockSelection a {
  color: #555;
  cursor: pointer;
  text-decoration: none; }

.blockSelectionList .blockSelection .right {
  float: right; }

.blockSelectionList .blockSelection > div.blockAddress,
.blockSelectionList .blockSelection > a,
.blockSelectionList .blockSelectionItem {
  height: 100%;
  border: 3px solid #ddd;
  display: block;
  border-radius: 9px;
  padding: 10px; }

.blockSelectionItem {
  width: 100%;
  color: #444; }

.blockSelectionItem:not(.blockSelectionItemDisabled):hover,
.blockSelectionItem:not(.blockSelectionItemDisabled):focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5; }

.blockSelectionBadgeDashboard .blockSelectionItem {
  width: 28%;
  height: 100%;
  margin: 1%; }
  .blockSelectionBadgeDashboard .blockSelectionItem h4 {
    font-size: 17px; }
  .blockSelectionBadgeDashboard .blockSelectionItem .counter {
    text-align: center;
    font-size: 35px; }

.blockSelectionList h4 {
  margin: 0;
  color: #aaa; }

.blockButtonSelectionItem {
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #1e1e1e;
  -webkit-transition: background .2s linear, border .2s linear, color .2s linear;
  transition: background .2s linear, border .2s linear, color .2s linear; }
  .blockButtonSelectionItem:hover:not(.disabled), .blockButtonSelectionItem:active:not(.disabled), .blockButtonSelectionItem:focus:not(.disabled) {
    color: #333333;
    background-color: rgba(0, 0, 0, 0.1); }
  .blockButtonSelectionItem.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=45);
    opacity: .45; }
  .blockButtonSelectionItem .fa {
    text-align: center;
    padding-top: 6px; }

.blockSampleSummary {
  border: 1px solid #ddd;
  margin-bottom: 15px; }

label.required:after {
  content: " *"; }

.btn.default {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0.05); }

.btn.btn-danger {
  color: #fff;
  background-color: rgba(217, 83, 79, 0.8);
  border: none;
  border-radius: 0px; }
  .btn.btn-danger:hover {
    background-color: rgba(252, 130, 127, 0.8); }

.btn.btn-primary {
  color: #fff;
  background-color: rgba(51, 122, 183, 0.8);
  border: none;
  border-radius: 0px; }
  .btn.btn-primary:hover {
    background-color: rgba(83, 147, 200, 0.8); }

.btn:hover, .btn:focus, .btn:active, .btn.active {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.1); }

/*
 * Class used to put a border on the left of blocks
 */
.left-stripe,
.btn.left-stripe {
  border: none;
  border-left: 3px solid transparent;
  border-radius: 0px; }

#dashboardPurchaseBadgesButtons {
  margin-top: -20px; }
  #dashboardPurchaseBadgesButtons .purchaseBadgesButtons {
    margin-top: 20px;
    margin-bottom: 20px; }
    #dashboardPurchaseBadgesButtons .purchaseBadgesButtons a {
      padding: 25px;
      width: 100%;
      height: 170px; }
      #dashboardPurchaseBadgesButtons .purchaseBadgesButtons a span {
        display: inline-block;
        width: 100%; }
      #dashboardPurchaseBadgesButtons .purchaseBadgesButtons a span.buttonTitle {
        margin-bottom: 20px;
        font-size: 22px; }
      #dashboardPurchaseBadgesButtons .purchaseBadgesButtons a span.contestName {
        color: #999;
        font-weight: bold;
        font-size: 20px; }

a.disabled, a[disabled],
.purchaseBadgesButtons.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65; }

li > a > span.badge {
  vertical-align: baseline; }

.purchaseBadgesButtons.disabled {
  opacity: .45; }

.bewareCommandProof {
  color: black;
  background: #ffdddd;
  padding: 5px 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  font-weight: 900; }
  .bewareCommandProof a {
    color: black;
    text-decoration: underline; }

@media (max-width: 768px) {
  #main {
    padding-top: 20px; }
  .windingTypes {
    flex-wrap: wrap; }
    .windingTypes .windingTypesItem {
      width: 50%;
      margin-bottom: 20px; }
  .blockSelectionList .blockSelection {
    width: 100%; } }
