﻿@font-face {
  font-family: 'MyHarabara';
  src: url('/Fonts/Harabara.ttf') format('truetype');
}
/*--- MIXINS --------------------------------------------------------------------------------------------------*/
/*#region Mix-Ins */
/*#endregion Mix-Ins */
/*--- KEYFRAMES -----------------------------------------------------------------------------------------------*/
/*#region KEYFRAMES */
@-webkit-keyframes animateVortex_550 {
  0% {
    right: -60px;
    height: 150%;
  }
  100% {
    right: -28px;
    height: 100%;
  }
}
@-moz-keyframes animateVortex_550 {
  0% {
    right: -60px;
    height: 150%;
  }
  100% {
    right: -28px;
    height: 100%;
  }
}
@-o-keyframes animateVortex_550 {
  0% {
    right: -60px;
    height: 150%;
  }
  100% {
    right: -28px;
    height: 100%;
  }
}
@keyframes animateVortex_550 {
  0% {
    right: -60px;
    height: 150%;
  }
  100% {
    right: -28px;
    height: 100%;
  }
}
@-webkit-keyframes animateVortex_768 {
  0% {
    right: -20px;
    width: 150%;
  }
  100% {
    right: 0;
    width: 860px;
  }
}
@-moz-keyframes animateVortex_768 {
  0% {
    right: -20px;
    width: 150%;
  }
  100% {
    right: 0;
    width: 860px;
  }
}
@-o-keyframes animateVortex_768 {
  0% {
    right: -20px;
    width: 150%;
  }
  100% {
    right: 0;
    width: 860px;
  }
}
@keyframes animateVortex_768 {
  0% {
    right: -20px;
    width: 150%;
  }
  100% {
    right: 0;
    width: 860px;
  }
}
@-webkit-keyframes animateVortex_992 {
  0% {
    right: -20px;
    width: 170%;
  }
  100% {
    right: 0;
    width: 960px;
  }
}
@-moz-keyframes animateVortex_992 {
  0% {
    right: -20px;
    width: 170%;
  }
  100% {
    right: 0;
    width: 960px;
  }
}
@-o-keyframes animateVortex_992 {
  0% {
    right: -20px;
    width: 170%;
  }
  100% {
    right: 0;
    width: 960px;
  }
}
@keyframes animateVortex_992 {
  0% {
    right: -20px;
    width: 170%;
  }
  100% {
    right: 0;
    width: 960px;
  }
}
/*#endregion KEYFRAMES */
/*--- BANNER --------------------------------------------------------------------------------------------------*/
/*#region BANNER */
.imgContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.imgContainer img {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 100%;
}
#divBanner .divText {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
}
#divBanner .divText h1 {
  font-size: 20px;
  line-height: 22px;
  margin: 0 auto 8px auto;
  width: 280px;
}
#divBanner .divText h2 {
  font-size: 15px;
  line-height: 18px;
  margin: 6px auto 0 auto;
  padding: 0 6px;
  color: #f0f0f0;
  width: 100%;
  max-width: 360px;
  text-align: center;
  text-shadow: 0 0 1px #285eb3, 1px 0 1px #285eb3, 0 1px 1px #285eb3, 1px 1px 1px #285eb3, 2px 1px 1px #ffffff, 1px 2px 1px #ffffff;
}
@media only screen and (min-width: 370px) {
  #divBanner .divText h2 {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 420px) {
  #divBanner .divText {
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #divBanner .divText h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 0 10px;
    width: auto;
  }
  #divBanner .divText h2 {
    font-size: 16px;
    line-height: 20px;
    width: 400px;
    margin: 4px auto 0 auto;
    max-width: none;
  }
}
@media only screen and (min-width: 460px) {
  #divBanner .divText {
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 376px;
  }
  #divBanner .divText h1 {
    padding: 0;
  }
  #divBanner .divText h2 {
    padding: 0;
    width: auto;
  }
}
@media only screen and (min-width: 530px) {
  #divBanner .divText {
    width: 386px;
  }
  #divBanner .divText h1 {
    font-size: 24px;
    line-height: 28px;
  }
  #divBanner .divText h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 550px) {
  #divBanner .divText {
    width: 400px;
  }
  #divBanner .divText h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  #divBanner .divText h2 {
    font-size: 17px;
    line-height: 22px;
    margin: 6px auto 0 auto;
  }
  .imgContainer img {
    position: absolute;
    right: -60px;
    bottom: 0;
    height: 150%;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: animateVortex_550;
    animation-name: animateVortex_550;
  }
}
@media only screen and (min-width: 600px) {
  #divBanner .divText {
    top: 26px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 430px;
  }
  #divBanner .divText h1 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  #divBanner .divText h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 8px auto 0 auto;
  }
}
@media only screen and (min-width: 650px) {
  #divBanner .divText {
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  #divBanner .divText {
    top: 22px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 520px;
  }
  #divBanner .divText h1 {
    font-size: 32px;
    line-height: 42px;
    padding: 0;
    margin-bottom: 6px;
  }
  #divBanner .divText h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .imgContainer img {
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 150%;
    height: auto;
    -webkit-animation-name: animateVortex_768;
    animation-name: animateVortex_768;
  }
}
@media only screen and (min-width: 992px) {
  .imgContainer img {
    right: -20px;
    width: 170%;
    -webkit-animation-name: animateVortex_992;
    animation-name: animateVortex_992;
  }
}
/*#endregion BANNER */
/*--- PAGE ----------------------------------------------------------------------------------------------------*/
/*#region PAGE */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #divRightWrapper {
    margin: 0;
    float: none;
    padding-top: 0;
    margin-bottom: 2px;
  }
  #divRight {
    width: 100%;
    margin: 10px 0 10px 0;
    padding: 20px 20px 10px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #dadada;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  #divRight .adBox {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px;
    white-space: normal;
  }
  #divRight .adBox:first-of-type {
    margin-left: 0;
  }
  #divContent {
    width: 100%;
    margin: 2px 0 10px 0;
    padding-right: 20px;
    background-color: #ffffff;
    border: #c0c0c0 solid 1px;
    border-top-right-radius: 28px;
    padding-bottom: 20px;
  }
}
#divContent {
  overflow: hidden;
}
#divContent a {
  color: #285eb3;
  font-weight: bold;
}
#divContent a:hover {
  color: #e86b02;
}
#divContent p {
  margin-bottom: 10px;
}
#divContent p.center {
  margin: 10px -6% 16px -6%;
  padding: 6px 8px;
  background-color: rgba(255, 255, 0, 0.15);
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (min-width: 700px) {
  #divContent p.center {
    margin: 10px -8% 16px -8%;
    padding: 6px 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  #divContent p.center {
    margin: 10px -20px 16px -20px;
  }
}
.divFlex {
  background-color: rgba(255, 255, 0, 0.15);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #dadada;
  box-shadow: 0 4px 2px 0 #a2a2a2;
  margin: 10px -8px;
  padding: 4px 16px;
}
.divFlex h2 {
  margin-top: 8px;
}
@media only screen and (min-width: 500px) {
  .divFlex {
    margin: 20px -3% 10px -3%;
  }
  .divFlex h2 {
    margin-top: 12px;
    color: #285eb3;
    text-shadow: 1px 1px 2px #5a5a5a;
  }
}
@media only screen and (min-width: 650px) {
  .divFlex {
    margin: 20px 0 10px 0;
    padding: 0 20px;
  }
  .divFlex h2 {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .divFlex {
    padding: 6px 30px;
  }
}
/*#endregion PAGE */
/*--- TABS ----------------------------------------------------------------------------------------------------*/
/*#region TABS */
.jq-tabs-container {
  margin-left: -10px;
  margin-top: 26px;
}
@media only screen and (max-width: 499px) {
  .jq-tabs-container {
    display: none;
    margin: 0 -12px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 675px) {
  .jq-tabs-container {
    margin: 0 -5%;
  }
}
.jq-tabs {
  margin-left: -40px;
}
.jq-tabs li {
  list-style: none;
  display: inline;
}
.jq-tabs a {
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  float: left;
  display: block;
  margin: 0px 2px 0px 0px;
  padding: 4px 18px 4px 18px;
  text-align: center;
  color: #285eb3;
  background-color: #e0e0e0;
  border-top: solid 1px #285eb3;
  border-left: solid 1px #285eb3;
  border-right: solid 1px #285eb3;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.jq-tabs a.active {
  background-color: #285eb3;
  color: #ffffff!important;
}
.jq-tabs a:hover {
  color: #e86b02;
  background-color: #ffffff;
}
.jq-tabs a.active:hover {
  background-color: #285eb3;
  color: #ffffff;
  text-shadow: 1px 1px 2px #e86b02;
}
.jq-tabs-container .tab_content {
  margin: 0px 0px;
  padding: 12px 12px 12px 12px;
  border: solid 1px #285eb3;
  border-radius: 16px;
  border-top-left-radius: 0px;
  background: url(/Images/Icons/TabControl-TopShadow.png) no-repeat top;
  background-size: 100%;
  margin-left: 0px;
}
/*#endregion TABS */
/*--- ALT TABS ------------------------------------------------------------------------------------------------*/
/*#region ALT TABS */
@media only screen and (min-width: 500px) {
  #panelTabs {
    display: none;
  }
}
.tabsReplace {
  display: block;
  margin: 0 -12px;
}
/*#endregion ALT TABS */