/*
LESS CMS39 compiler 
lessc -x style.less > style.css
lessc main.less main.css
*/
@import "css/menu.css";
@import "tinymce.css";
@import "https://cdn.jsdelivr.net/g/normalize@7.0.0";
@import "https://use.typekit.net/awr1wjm.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans&display=swap";
/*
@font-face {
  font-family: aka-acid;
  src: url(css/AC-CondensedScript_Unicode.otf);
}
 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: auto;
  color: #1D1D1B;
}
body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
}
a {
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #322995;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #322995;
}
a:active {
  text-decoration: none;
  color: #322995;
}
.mainmenu107 > a,
.mainmenu108 > a {
  pointer-events: none;
  cursor: default;
}
#submitformmsg {
  margin: 20px 0 0 0;
  max-width: 400px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 13px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single {
  background: #ffffff !important;
  border: 1px solid #c82027 !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 6px 20px 15px 10px;
  font-size: 16px;
  height: 38px;
  margin: 8px 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single,
.form-control:disabled,
.form-control[readonly] {
  opacity: 0.5;
  border: 1px solid #e59ea0 !important;
}
.submitform select,
.submitform input {
  background: #ffffff !important;
  border: 1px solid #c82027 !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 2px 20px !important;
  color: #c82027 !important;
  font-family: adobe-handwriting-tiffany, sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px;
}
.submitform input[type="text"]:focus {
  /* You can also use .element.text:focus here */
  border-color: #c82027;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c82027;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #c82027;
}
.submitform select {
  padding: 0 20px;
}
.submitform button {
  background: #c82027;
  color: #ffffff;
  font-family: adobe-handwriting-tiffany, sans-serif;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid #c82027;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  margin: 10px 0 0 0;
  max-width: 400px;
}
.submitform .upload {
  padding: 14px 0;
}
.submitform .form-check,
.submitform .form-group {
  margin: 2px 0px;
  padding: 0px;
  max-width: 400px;
}
.submitform .form-check {
  padding: 2px 0 2px 16px;
}
.stellarnav,
.stellarnav li {
  position: relative;
  line-height: normal;
}
.stellarnav {
  position: static;
  right: 0px;
  text-align: right;
  z-index: 9900;
  top: 0px;
}
.stellarnav ul {
  margin: 0;
  padding: 7px 0px 0 0px;
  text-align: right;
}
.stellarnav li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.stellarnav ul ul li.active a {
  font-weight: 800;
  text-decoration: underline;
}
.stellarnav ul ul li a {
  color: #ffffff;
  padding: 4px 0;
  line-height: 12px;
  font-size: 13px;
}
.stellarnav ul ul li a:hover {
  color: #322995;
}
.stellarnav li a {
  line-height: 20px;
  padding: 0px 5px;
  display: block;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #322995;
  font-family: adobe-handwriting-tiffany, sans-serif;
}
.stellarnav li a:hover {
  color: #c82027;
}
.stellarnav.light a,
.stellarnav.light li a {
  color: #000;
}
.stellarnav > ul > li {
  display: inline-block;
}
.stellarnav > ul > li > a {
  font-size: 17px;
  font-weight: 800;
  padding: 4px 6px;
  line-height: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .stellarnav > ul > li > a {
    font-size: 15px;
    padding: 4px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .stellarnav > ul > li > a {
    font-size: 12px;
    padding: 4px 4px;
  }
}
.stellarnav.mobile li a {
  color: #ffffff;
  padding: 0px 0 0 30px;
  pointer-events: auto !important;
  cursor: pointer !important;
}
.stellarnav.mobile > ul > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 2px 13px;
}
.stellarnav ul ul {
  top: auto;
  width: 100%;
  position: absolute;
  z-index: 100;
  text-align: center;
  display: none;
  background: #c82027;
  padding: 5px 0;
  border-radius: 0 0 10px 10px;
}
.stellarnav.light,
.stellarnav.light ul ul {
  background: #ffffff;
}
.stellarnav li li {
  display: block;
}
.stellarnav ul ul ul {
  top: 0;
  left: 220px;
}
.stellarnav > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.stellarnav > ul > li.drop-left > ul {
  right: 0;
}
.stellarnav li.drop-left ul ul {
  left: auto;
  right: 220px;
}
.stellarnav.dark,
.stellarnav.dark ul ul {
  background: #000000;
}
.stellarnav.dark a,
.stellarnav.dark li a {
  color: #FFF;
}
.stellarnav.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
body.stellarnav-noscroll-x {
  overflow-x: hidden;
}
.stellarnav li.has-sub > a:after {
  content: '';
  margin-left: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  display: inline-block;
}
.stellarnav .dd-toggle,
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile,
.stellarnav.hide-arrows li li.has-sub > a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub > a:after,
.stellarnav.hide-arrows li.has-sub > a:after {
  display: none;
}
.stellarnav li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #FFF;
  position: relative;
  top: 4px;
}
.stellarnav li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #FFF;
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}
.stellarnav .dd-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
  padding: 0;
}
.stellarnav svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}
.stellarnav a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.stellarnav a.dd-toggle .icon-plus:after,
.stellarnav a.dd-toggle .icon-plus:before {
  content: '';
  display: block;
  height: 0;
  border-bottom: solid 3px #fff;
  position: absolute;
  width: 12px;
}
.stellarnav a.dd-toggle .icon-plus:before {
  transform: rotate(90deg);
  transition: width 0.3s;
}
.stellarnav li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.stellarnav.light a.dd-toggle .icon-plus:after,
.stellarnav.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}
.stellarnav.dark a.dd-toggle .icon-plus:after,
.stellarnav.dark a.dd-toggle .icon-plus:before {
  border-color: #FFF;
}
.stellarnav .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
  content: '';
  display: block;
  width: 12px;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #fff;
  position: absolute;
}
.stellarnav .icon-close:before {
  transform: rotate(45deg);
}
.stellarnav .icon-close:after {
  transform: rotate(-45deg);
}
.stellarnav.light .icon-close:after,
.stellarnav.light .icon-close:before {
  border-color: #000;
}
.stellarnav.dark .icon-close:after,
.stellarnav.dark .icon-close:before {
  border-color: #FFF;
}
.stellarnav .call-btn-mobile,
.stellarnav .close-menu,
.stellarnav .location-btn-mobile,
.stellarnav .menu-toggle {
  padding: 15px;
  box-sizing: border-box;
}
.stellarnav .menu-toggle span.bars {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.menu-toggle {
  color: #322995;
  font-weight: 800;
}
.stellarnav .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #322995;
  margin: 0 0 3px;
}
.stellarnav .full {
  width: 100%;
}
.stellarnav .half {
  width: 50%;
}
.stellarnav .third {
  width: 33%;
  text-align: center;
}
.stellarnav .location-btn-mobile.third {
  text-align: center;
}
.stellarnav .location-btn-mobile.half {
  text-align: right;
}
.stellarnav.light .half,
.stellarnav.light .third {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light.left .half,
.stellarnav.light.left .third,
.stellarnav.light.right .half,
.stellarnav.light.right .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.light .half:first-child,
.stellarnav.light .third:first-child {
  border-left: 0;
}
.stellarnav.dark .half,
.stellarnav.dark .third {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .half,
.stellarnav.dark.left .third,
.stellarnav.dark.right .half,
.stellarnav.dark.right .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle,
.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
  border-bottom: 0;
}
.stellarnav.dark .half:first-child,
.stellarnav.dark .third:first-child {
  border-left: 0;
}
.stellarnav.light .menu-toggle span.bars span {
  background: #000;
}
.stellarnav.dark .menu-toggle span.bars span {
  background: #FFF;
}
.stellarnav.mobile,
.stellarnav.mobile.fixed {
  position: absolute;
}
.stellarnav.mobile ul {
  position: relative;
  display: none;
  text-align: left;
  background: #322995;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.stellarnav.mobile ul > ul li {
  padding: 10px;
}
.stellarnav.mobile > ul {
  background: #322995;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
}
.stellarnav.mobile.active > ul,
.stellarnav.mobile > ul > li {
  display: block;
}
.stellarnav.mobile.active {
  padding-bottom: 0;
}
.stellarnav.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.stellarnav.mobile ul ul ul {
  left: auto;
  top: auto;
}
.stellarnav.mobile li.drop-left ul ul {
  right: auto;
}
.stellarnav.mobile li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.stellarnav.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.stellarnav.mobile li a.dd-toggle,
.stellarnav.mobile.light li a.dd-toggle {
  border: 0;
}
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .location-btn-mobile,
.stellarnav.mobile .menu-toggle {
  display: inline-block;
}
.stellarnav.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}
.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}
.stellarnav.mobile.light ul {
  background: #ffffff;
}
.stellarnav.mobile.dark ul {
  background: #000000;
}
.stellarnav.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}
.stellarnav.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.stellarnav.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.stellarnav.mobile li li.has-sub > a:after,
.stellarnav.mobile li.drop-left li.has-sub > a:after,
.stellarnav.mobile li.has-sub > a:after {
  display: none;
}
.stellarnav.mobile.left > ul,
.stellarnav.mobile.right > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.stellarnav.mobile.right > ul {
  right: 0;
  z-index: 10;
}
.stellarnav.mobile.left .close-menu,
.stellarnav.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
}
.stellarnav.mobile.left > ul {
  left: 0;
}
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.half,
.stellarnav.mobile.left .close-menu.third,
.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.half,
.stellarnav.mobile.right .close-menu.third,
.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .location-btn-mobile.third {
  text-align: center;
}
.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
  text-align: left;
}
.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
  display: none;
}
.stellarnav.desktop li.mega ul ul {
  background: 0 0;
  width: auto;
}
.stellarnav.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.stellarnav.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}
.stellarnav.desktop > ul > li.mega {
  position: inherit;
}
.stellarnav.desktop > ul > li.mega > ul {
  width: 100%;
}
.stellarnav.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}
.stellarnav.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.stellarnav.desktop li.mega li li a {
  padding: 5px 15px;
}
.stellarnav.desktop li.mega li.has-sub a:after {
  display: none;
}
.stellarnav.desktop > ul > li.mega > ul > li > a {
  color: #ff0;
}
@media only screen and (max-width: 768px) {
  .stellarnav {
    overflow: hidden;
    display: block;
  }
  .stellarnav ul {
    position: relative;
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .stellarnav.mobile .call-btn-mobile.third span,
  .stellarnav.mobile .location-btn-mobile.third span {
    display: none;
  }
}
.mainMenu {
  z-index: 11;
}
.mainMenu .mainmenu2400 a,
.mainMenu .mainmenu2399 a,
.mainMenu .mainmenu5961 a {
  color: #c82027 !important;
}
.heroBrands {
  text-align: right;
  background: #322995;
  padding: 10px 0;
}
.heroBrands .listChannel li a img {
  width: auto;
  height: 30px;
}
.cms39_pagina {
  text-align: center;
  margin: 40px 0 0 0;
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-size: 15px;
}
.cms39_pagina ul {
  list-style: none;
}
.cms39_pagina ul li {
  display: inline-block;
}
.cms39_pagina ul li a {
  display: block;
  padding: 5px;
  margin: 4px;
  font-weight: 800;
  font-size: 18px;
  color: #c82027;
}
.cms39_pagina ul li a:hover {
  color: #322995;
}
.timedate {
  color: #c82027;
  font-size: 15px;
  font-style: italic;
}
.color3 {
  color: #c82027 !important;
}
::-webkit-scrollbar {
  width: 8px;
  border: 0px solid white;
}
::-webkit-scrollbar-thumb {
  background-color: #d1eae5;
  background-clip: padding-box;
  border: 0px;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.hero .contest-section {
  padding-top: 0px;
}
.css_root_100 .contest-section h1 {
  padding-top: 20px;
}
.css_root_100 .top-menu .lang-nav li a.active {
  color: #ffffff;
}
.css_root_100 .menu-toggle {
  color: #ffffff;
}
.css_root_100 .stellarnav .menu-toggle span.bars span {
  background: #ffffff;
}
.css_root_107 h1 {
  display: none;
}
.css_faq article {
  text-align: left;
}
.mobile-menu {
  display: none;
}
@media only screen and (max-width: 576px) {
  .mobile-menu {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: -1px;
    top: 4px;
    font-size: 29px;
    color: #c82027;
  }
  .mobile-menu:hover {
    color: #c82027;
  }
}
.theme_sh_list h2 {
  color: #322995;
  font-weight: 800;
  text-align: left;
}
.theme_sh_list h3 {
  color: #c82027;
  font-size: 20px;
}
.theme_sh_list .theme_sh_list_citys {
  text-align: left;
  padding-left: 20px;
  height: 210px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}
.theme_sh_list .theme_sh_list_citys ul {
  font-family: 'Roboto', sans-serif;
  list-style: decimal;
  margin-bottom: 20px;
  /*list-style-position: inside;*/
}
.theme_sh_list .theme_sh_list_citys ul li {
  line-height: 13px;
  margin-bottom: 6px;
}
.theme_sh_list .theme_sh_list_citys ul li a {
  color: #322995;
}
.theme_sh_list .theme_sh_list_citys ul li a:hover {
  color: #c82027;
}
ul {
  margin: 0px;
  padding: 0px;
}
.content_wrapper {
  text-align: center;
  position: relative;
  z-index: 9;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 24px;
}
.theme_sh_winners h2 {
  margin: 20px 0;
}
.theme_sh_winners .wnrarea {
  margin: 0 0 10px 0;
}
hr {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0 0px;
  position: relative;
  background: transparent;
  margin-bottom: 60px;
  text-align: center;
  background-image: url(img/2023/gifts_imgs/flag.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  padding-bottom: 135px;
  border: 0px;
}
.css_gallery .contest-section {
  padding-top: 180px;
}
header {
  z-index: 10;
}
.hero_area {
  height: 460px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #002e61;
  background-position: bottom;
  overflow: hidden;
  z-index: 5;
}
.hero_area .hero_area_content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero_area .hero_area_content {
    bottom: 50px;
    top: inherit;
  }
}
@media only screen and (max-width: 576px) {
  .hero_area .hero_area_content {
    bottom: 60px;
    top: inherit;
  }
}
.hero_area .hero_area_content .top_content h2 {
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #ffffff;
  font-size: 47px;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
  .hero_area .hero_area_content .top_content h2 {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
.hero_area .hero_area_content .top_content .hero_photo {
  max-width: 430px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero_area .hero_area_content .top_content .hero_photo {
    max-width: 390px;
  }
}
@media only screen and (max-width: 576px) {
  .hero_area .hero_area_content .top_content .hero_photo {
    max-width: 350px;
  }
}
.hero_area .hero_area_content .top_content p {
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 0px;
}
@media only screen and (max-width: 576px) {
  .hero_area .hero_area_content .top_content p {
    font-size: 18px;
    line-height: 17px;
    margin: 0 80px;
  }
}
.hero_area .hero_area_content .hero-buttons p {
  font-size: 15px;
  color: #ffffff;
  margin: 45px 0;
  margin-bottom: 0;
}
.hero_area .hero_area_content .hero-buttons div {
  color: #ffffff;
  font-size: 32px;
  font-family: adobe-handwriting-tiffany, sans-serif;
  letter-spacing: 1px;
}
.hero_area .graphical_elements {
  display: block;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: -1;
}
@media only screen and (max-width: 576px) {
  .hero_area .graphical_elements {
    background-size: 100%;
    background-position: center;
  }
}
.hero_area .graphical_elements.graphical_elements_100 {
  background: url(img/2023/contest_imgs/chrbg.png);
  background-color: #00910e;
  background-position: center;
}
.hero_area .graphical_elements.graphical_elements_100::before {
  background: url(img/2023/contest_imgs/snow-bg.png);
}
.hero_area .graphical_elements.graphical_elements_5962 {
  background-image: url(img/2023/home_imgs/chrbg.png);
  background-position: center;
}
.hero_area .graphical_elements.graphical_elements_5962::before {
  background-image: url(img/2023/home_imgs/snow-bg.png);
}
.hero_area .graphical_elements::before {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 273px;
  bottom: -90px;
  background-size: cover;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hero_area .graphical_elements::before {
    height: 110px;
    bottom: 0px;
    background-size: 900px !important;
  }
}
@media only screen and (max-width: 576px) {
  .hero_area .graphical_elements::before {
    height: 100px;
    bottom: 0px;
    background-size: 700px !important;
  }
}
.hero_area .santa {
  display: inline-block;
  top: 110px;
  left: 0px;
  float: left;
}
@media only screen and (max-width: 576px) {
  .hero_area .santa {
    display: none !important;
  }
}
.hero_area .raindeer {
  right: -99px;
  float: right;
  top: 230px;
}
@media only screen and (max-width: 576px) {
  .hero_area .raindeer {
    left: -119px;
    float: left;
    top: 300px;
  }
}
.hero_area .gifts {
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 576px) {
  .hero_area .gifts {
    top: -40px;
    right: -20px;
  }
}
.hero_area .santa,
.hero_area .gifts,
.hero_area .raindeer {
  display: inline-block;
  position: absolute;
}
footer {
  background-color: white;
  background-image: url(img/2021/bottom-bg.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  position: relative;
  padding-top: 93px;
  padding-bottom: 40px;
  background-color: #322995;
}
@media only screen and (max-width: 576px) {
  footer {
    background-size: 281%;
    padding-top: 93px;
  }
}
footer .powersling {
  text-align: center;
  margin: 0 0 30px 0;
}
footer .powersling .sling {
  display: block;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
}
footer .powersling img {
  width: 170px;
  height: auto;
}
footer .listChannel {
  margin-top: 10px;
}
@media only screen and (max-width: 576px) {
  footer .listChannel {
    margin-top: 0px;
    margin-bottom: 35px;
    text-align: center;
  }
}
footer .listChannel li {
  display: inline-block;
  margin-right: 17px;
}
footer .listChannel li a {
  display: block;
}
footer .listChannel li a img {
  width: auto;
  height: 40px;
}
@media only screen and (max-width: 576px) {
  footer .listChannel li a img {
    height: 34px;
  }
}
footer .listChannel li a img:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
@media only screen and (max-width: 576px) {
  footer .antennali {
    display: block !important;
  }
}
footer .antenna {
  color: #ffffff;
  text-align: right;
  width: 100px;
  display: inline-block;
  line-height: 12px;
  font-size: 11px;
  padding: 0px 0 0 0;
  position: relative;
  top: 11px;
}
@media only screen and (max-width: 576px) {
  footer .antenna {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .copyright {
  color: white;
  padding: 15px 0 20px 0;
  font-size: 13px;
}
@media only screen and (max-width: 576px) {
  footer .copyright {
    text-align: center;
  }
}
footer .main_menu {
  text-align: center;
  margin: 30px 0 40px 0;
}
@media only screen and (max-width: 576px) {
  footer .main_menu {
    margin-top: -8px;
    text-align: center;
  }
}
footer .main_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .main_menu ul li {
  display: inline-block;
  margin-left: 10px;
}
footer .main_menu ul li a {
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #ffffff;
  font-size: 16px;
}
footer .main_menu ul li a.active,
footer .main_menu ul li a:hover {
  color: #fed81c;
}
.css_root_100 .contest-section {
  background-image: url(img/2023/contest_imgs/bg-white.png);
}
.contest-section {
  background-image: url(img/bg-white.png);
  background-size: 100%;
  padding-bottom: 20px;
  min-height: 696px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  max-width: 1850px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contest-section {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 576px) {
  .contest-section {
    background-size: 270%;
    padding-top: 130px;
    min-height: 400px;
  }
}
.contest-section h1 {
  color: #c82027;
}
@media only screen and (min-width: 1200px) {
  .css_root_107 article .text-container {
    max-width: 1520px;
  }
}
.css_faq article strong {
  color: #322995;
}
article {
  text-align: left;
  font-size: 15px;
  color: #322995;
}
article h1 {
  font-size: 29px;
  font-weight: 700;
}
article h3 {
  color: #c82027;
}
article h5 {
  color: #c82027;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 19px;
}
article img {
  max-width: 100%;
  height: auto;
}
article ul {
  list-style-position: inside;
  margin-bottom: 15px;
}
article .text-container {
  background: #ffffff cf;
  max-width: 790px;
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  article .text-container {
    max-width: 1040px;
    margin: 0 auto;
  }
}
article .text-container p {
  margin-bottom: 25px;
  font-weight: 400;
  color: #322995;
  font-size: 17px;
}
@media only screen and (max-width: 576px) {
  article .text-container p {
    font-size: 17px;
    line-height: 19px;
  }
}
article .text-container p a {
  color: #322995;
}
article .text-container p a.strong {
  color: #322995;
}
.mm-panels {
  background: #ffffff !important;
}
.mm-panels .mm-listitem.active {
  color: #c82027;
}
.theme_sh_gallery .filterTitle {
  font-family: adobe-handwriting-tiffany, sans-serif;
  display: inline-block;
  margin: 0 10px 0 0;
  color: #322995;
  font-size: 17px;
  font-weight: 800;
}
.theme_sh_gallery #schoolList {
  display: none;
}
.theme_sh_gallery .theme_sh_gallery_search {
  margin: -10px 0 0 0;
}
.theme_sh_gallery .theme_sh_gallery_search .sh_col0 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 576px) {
  .theme_sh_gallery .theme_sh_gallery_search .sh_col0 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .theme_sh_gallery .theme_sh_gallery_search {
    margin: 20px 0 0 0;
  }
  .theme_sh_gallery .theme_sh_gallery_search .sh_col1 {
    margin: 0 0 20px 0;
  }
  .theme_sh_gallery .theme_sh_gallery_search .sh_col1,
  .theme_sh_gallery .theme_sh_gallery_search .sh_col2 {
    text-align: center !important;
  }
}
.theme_sh_gallery .tinynav {
  background: #c82027;
  padding: 10px;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  height: 34px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  max-width: 150px;
}
.theme_sh_gallery .innerFilter .backLink {
  display: inline-block;
  background: #322995;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin-right: 5px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.theme_sh_gallery .innerFilter .backLink:hover {
  background: #c82027;
}
.theme_sh_gallery .innerFilter .listFilter {
  display: inline;
}
.theme_sh_gallery .currentState {
  text-align: center;
  margin: 8px auto 35px;
  font-weight: 800;
  font-size: 25px;
  max-width: 380px;
}
.theme_sh_gallery .currentState i {
  color: #c82027;
  display: block;
  margin: 0 0 10px 0;
  font-size: 40px;
}
.theme_sh_gallery .theme_sh_gallery_pagination {
  text-align: center;
  margin: 40px 0 0 0;
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-size: 15px;
}
.theme_sh_gallery .theme_sh_gallery_pagination ul {
  list-style: none;
}
.theme_sh_gallery .theme_sh_gallery_pagination ul li {
  display: inline-block;
}
.theme_sh_gallery .theme_sh_gallery_pagination ul li a {
  display: block;
  padding: 5px;
  margin: 4px;
  font-weight: 800;
  font-size: 18px;
  color: #c82027;
}
.theme_sh_gallery .theme_sh_gallery_pagination ul li a:hover {
  color: #322995;
}
.theme_sh_gallery .theme_sh_gallery_loop {
  margin: 20px 0 0 0;
}
.theme_sh_gallery .theme_sh_gallery_loop .galleryLoop {
  display: inline-block;
  width: 20%;
}
@media only screen and (max-width: 576px) {
  .theme_sh_gallery .theme_sh_gallery_loop .galleryLoop {
    width: 33.333%;
  }
}
.theme_sh_gallery .theme_sh_gallery_loop .galleryLoop a {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 7px;
  display: block;
  position: relative;
}
.theme_sh_gallery .theme_sh_gallery_loop .galleryLoop a .name {
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
  color: #322995;
  position: relative;
  top: -28px;
  left: 5px;
}
.theme_sh_gallery .theme_sh_gallery_loop .galleryLoop a img {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 10px 8px;
  border-bottom: 40px solid white;
}
.theme_sh_gallery .theme_sh_gallery_loop .galleryLoop a:hover {
  z-index: 50;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.theme_sh_gallery .search {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin: 0 0 15px 0;
}
.theme_sh_gallery .search form input {
  width: 60%;
  padding: 10px;
  border: 1px solid #c82027;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-size: 19px;
  color: #322995;
}
.theme_sh_gallery .search form input::-webkit-input-placeholder {
  color: #eee;
}
.theme_sh_gallery .search form input:-moz-placeholder {
  color: #eee;
}
.theme_sh_gallery .search form input::-moz-placeholder {
  color: #eee;
}
.theme_sh_gallery .search form input:-ms-input-placeholder {
  color: #eee;
}
.theme_sh_gallery .search form button {
  font-family: adobe-handwriting-tiffany, sans-serif;
  background: #c82027;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 8px 18px;
  border: 0px;
  font-weight: 800;
  font-size: 20px;
}
.theme_sh_gallery .menuGalleryFilter {
  font-family: 'Roboto', sans-serif;
}
.theme_sh_gallery .menuGalleryFilter .menuGalleryFilterTitle {
  font-family: adobe-handwriting-tiffany, sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #c82027;
  margin-bottom: 5px;
  display: inline-block;
}
.theme_sh_gallery .menuGalleryFilter ul li {
  display: inline-block;
  margin: 0px 3px 5px;
  padding: 0px;
}
.theme_sh_gallery .menuGalleryFilter ul li a {
  display: block;
  padding: 7px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #c82027;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 576px) {
  .theme_sh_gallery .menuGalleryFilter ul li a {
    font-size: 11px;
  }
}
.theme_sh_gallery .menuGalleryFilter ul li a:hover {
  background: #322995;
  color: #ffffff;
}
.theme_sh_gallery_select ul {
  font-size: 20px;
}
.theme_sh_gallery_select ul li {
  margin: 0 4px 10px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .theme_sh_gallery_select ul li {
    max-width: 90%;
    display: block;
    margin: 0 auto 10px;
  }
}
.theme_sh_gallery_select ul li a {
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 12px 15px;
  background: #c82027;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.theme_sh_gallery_select ul li a.active,
.theme_sh_gallery_select ul li a:hover {
  background: #322995;
  color: #ffffff;
}
.theme_sh_gallery_select ul li a.active {
  background: #322995;
  color: #ffffff;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
}
.theme_sh_show {
  text-align: left;
  font-family: 'Roboto', sans-serif;
}
.theme_sh_show .showLoop {
  text-align: left;
}
.theme_sh_show .showLoop h4 {
  color: #c82027;
}
.theme_sh_show .showLoop .loopTime {
  margin: 0 0 10px 0;
}
.theme_sh_show .showLoop .col1 {
  display: block;
  width: 62px;
  float: left;
}
.theme_sh_show .showLoop .col1 .date {
  color: #c82027;
  font-size: 20px;
  font-weight: bold;
}
.theme_sh_show .showLoop .col2 {
  float: left;
  display: block;
  width: 80%;
  color: #322995;
}
.theme_sh_show .showLoop .col2 h5 {
  color: #322995;
  font-size: 20px;
  font-weight: bold;
  margin: 2px 0 10px 0;
}
.theme_sh_show .showLoop .col2 ul {
  margin: 10px 0 0 0;
  font-weight: 100;
  font-size: 17px;
  line-height: 20px;
}
.theme_sh_show .showLoop ul {
  list-style: none;
}
.theme_sh_show ul {
  font-size: 20px;
}
.theme_sh_show ul li {
  margin: 0 0px 10px;
  display: inline-block;
}
@media only screen and (max-width: 576px) {
  .theme_sh_show ul li {
    display: block;
    max-width: 100%;
  }
}
.theme_sh_show ul li a {
  display: block;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  padding: 15px;
  background: #c82027;
  color: #ffffff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
@media only screen and (max-width: 576px) {
  .theme_sh_show ul li a {
    display: block;
    width: 100%;
  }
}
.theme_sh_show ul li a.active,
.theme_sh_show ul li a:hover {
  background: #322995;
  color: #ffffff;
}
.theme_sh_show .showMaster {
  margin: 40px auto 0 auto;
  max-width: 680px;
}
@media only screen and (max-width: 576px) {
  .theme_sh_show .showMaster {
    margin: 10px auto 0 auto;
  }
}
.top-menu {
  background: #fff;
  /*
  &::before {
    content: '';
    position: absolute;
    width: 101.1%;
    z-index: 9;
    background-size: contain;
    height: 122px;
    top: -20px;
    background: white;
    transform: rotate(-2deg);
    left: -1.2%;

    @media @sm {
      height: 84px;
    }

    @media @xs {
      top: inherit;
      height: inherit;
      background: transparent;
    }
  }
  */
}
@media only screen and (max-width: 576px) {
  .top-menu {
    background: transparent;
  }
}
.top-menu .lang-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 60px;
  right: 0px;
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .top-menu .lang-nav {
    top: 53px;
  }
}
@media only screen and (max-width: 576px) {
  .top-menu .lang-nav {
    top: 53px;
    right: 10px;
  }
}
.top-menu .lang-nav li {
  display: inline-block;
  margin-right: 5px;
}
.top-menu .lang-nav li a {
  font-size: 17px;
  display: block;
  font-family: adobe-handwriting-tiffany, sans-serif;
  color: #c82027;
  font-weight: bold;
}
@media only screen and (max-width: 576px) {
  .top-menu .lang-nav li a {
    font-size: 15px;
  }
}
.top-menu .lang-nav li a:hover {
  color: #322995;
}
.top-menu .lang-nav li a.active {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.top-menu .menu_area {
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 576px) {
  .top-menu .menu_area {
    height: inherit;
  }
}
.top-menu .menu_area .logo_container {
  position: absolute;
  padding: 0;
  margin: auto;
  left: -10px;
  width: auto;
  top: -28px;
  /*
      img {
        -webkit-filter: drop-shadow(5px 5px 10px rgba(155, 155, 155, 0.1));
        filter: drop-shadow(5px 5px 10px rgba(155, 155, 155, 0.1));
      }

       */
}
.top-menu .menu_area .logo_container a {
  display: inline-block;
  top: 0px;
  z-index: 9;
  position: relative;
}
.top-menu .menu_area .logo_container a img {
  width: auto;
  height: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .top-menu .menu_area .logo_container a img {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-menu .menu_area .logo_container a img {
    height: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .top-menu .menu_area .logo_container a img {
    height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .top-menu .menu_area .logo_container a img {
    height: 90px;
  }
}
@media only screen and (max-width: 576px) {
  .top-menu .menu_area .main_menu {
    display: none;
    float: inherit;
  }
}
.top-menu .menu_area .main_menu ul {
  float: right;
}
@media only screen and (max-width: 576px) {
  .top-menu .menu_area .main_menu ul {
    float: inherit;
  }
}
.top-menu .menu_area .main_menu ul ul {
  background: none;
}
.top-menu .menu_area .main_menu ul ul li {
  display: block;
  margin: 0px;
  padding: 0px;
}
.top-menu .menu_area .main_menu ul ul li a {
  font-size: 14px;
  margin: 0px;
  padding: 5px;
  display: block;
}
.top-menu .menu_area .main_menu ul li {
  display: inline-block;
  margin: 19px 0px 14px;
}
@media only screen and (min-width: 1200px) {
  .top-menu .menu_area .main_menu ul li {
    margin: 19px 4px 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-menu .menu_area .main_menu ul li {
    margin: 19px 2px 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .top-menu .menu_area .main_menu ul li {
    margin: 19px 2px 14px;
  }
}
.top-menu .menu_area .main_menu ul li a {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #322995;
  font-size: 17px;
  margin-top: 20px;
  font-family: adobe-handwriting-tiffany, sans-serif;
  letter-spacing: 1px;
  padding: 4px;
  font-weight: bold;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .top-menu .menu_area .main_menu ul li a {
    font-size: 15px;
    padding: 5px 2px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .top-menu .menu_area .main_menu ul li a {
    font-size: 16px;
    padding: 2px;
  }
}
.top-menu .menu_area .main_menu ul li a.active,
.top-menu .menu_area .main_menu ul li a:hover {
  color: #c82027;
}
.position-center-center {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
div.blockMsg {
  width: 40%;
  top: 30%;
  left: 30%;
  text-align: center;
  background-color: #322995;
  border: 1px solid #322995;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  padding: 30px 10px;
}
div.blockMsg h1 {
  color: #322995;
  font-size: 1.8em;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: -1500px;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Xtra Large devices (large desktops, 1200px and up) */
/* Large devices (desktops, 992px and up) */
/* Medium devices (desktops, 768px and up) */
/* Small devices (tablets, 576px and up) */
/* X Small devices (tablets, 576px and down) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
