.icon-cast-red {
  background-color: #d32f2f;
}

.icon-cast-light-gray {
  background-color: #78909c;

}

.icon-cast-dark-gray {
  background-color: #263238;
}

.icon-cast-icon-pink {
  background-color: #ec6e6c;
}

.icon-cast-white-light-gray {
  background-color: #fafafa;
}

.icon-cast-white-dark-gray {
  background-color: #eceff1;
}

.icon-cast-text-black {
  color: #424242;
}

.icon-cast-text-gray {
  color: #747474;
}

.icon-cast-text-light-gray {
  color: #aeaeae;
}

.icon-cast-text-white {
  color: #ffffff;
}

.icon-cast-bordered-button {
  background-color: white;
  color: #747474;
  border: 3px solid white;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 40px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 17px;
  transition: all 0.4s;
}

.icon-cast-bordered-button:hover {
  background-color: rgba(255,0,0,0.0);
  color: white;
  cursor: pointer;
  transition: all 0.4s;
}

.icon-cast-bordered-button-red {
  border: 4px solid #d32f2f;
  color: #d32f2f;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}

.icon-cast-bordered-button-red:hover {
  background-color: #d32f2f;
  color: white;
  cursor: pointer;
  transition: all 0.4s;
}

.icon-cast-bordered-button-red-2 {
  background-color: #d32f2f;
  color: white;

  border: 4px solid #d32f2f;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}

.icon-cast-bordered-button-red-2:hover {
  color: #ffffff;
  border: 4px solid #f34f4f;
  background-color: #f34f4f;
  cursor: pointer;
  transition: all 0.4s;
}

.small-image {
  width: 64px;
}

.big-space {
  height: 60px;
}

.medium-space {
  height: 30px;
}

.small-space {
  height: 16px;
}

.white-link {
  color: white;
}

.icon-cast-link {
  color: #747474;
}

.icon-cast-link:hover {
  color: #d32f2f;
}

.row-1st {
  position: relative;
}

.row-1st-in {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  width: 100%;
}

.space-s {
  height: 2rem;
}

.space-m {
  height: 3.750rem;
}

.space-l {
  height: 8rem;
}

.space-ll {
  height: 16rem;
}

.icon-cast-box {
  background-color: white;
  border: 0px gray solid;
  border-radius: 2px;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.24);
  padding: 0 40px 40px 40px;
}


.lead {
  font-size: 16px;
  font-weight: bold;
}

.icon-cast-red-box {
  background-color: white;
  border: solid 3px #d32f2f;
  padding: 30px;
  border-radius: 10px;
}

.icon-cast-info-box {
  border: 8px solid #d32f2f;
  color: #d32f2f;
  background-color: white;
  padding: 30px;
  border-radius: 200px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.box {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.icon-cast-backgroud-after-login {
  background-color: #fafafa;
}

.vertical-line {
  border-right: 1px #aeaeae solid;
  border-left: 1px #aeaeae solid;
}


@media (max-width: 767px) {

  .vertical-line {
    border-right: 0px #aeaeae solid;
    border-left: 0px #aeaeae solid;
  }

  .icon-cast-red-box {
    padding: 16px;
  }

}

.footer a {
  color: #747474;
}

.footer a:hover {
  color: #d32f2f;
}

.scrollable {
  overflow: scroll;
  height: 300px;
}

.img-link {
  box-shadow: 0px 0px 2px 1px rgba(200,200,200,0.4);
  transition: all 0.2s;
}


.img-link:hover {
    box-shadow: 0px 4px 8px 2px rgba(200,200,200,1.0);
    transition: all 0.2s;
}

.tooltip{
  position:absolute;
  z-index:1020;
  display:block;
  visibility:visible;
  padding:5px;
  font-size:11px;
  opacity:0;
  filter:alpha(opacity=0)
}

.tooltip.in{
  opacity:.99;
  filter:alpha(opacity=99)
}

.tooltip.top .tooltip-arrow{
  border-top:5px solid #ffd;
}

.tooltip.left .tooltip-arrow{
  border-left:5px solid #ffd;
}

.tooltip.bottom .tooltip-arrow{
  border-bottom:5px solid #ffd;
}

.tooltip.right .tooltip-arrow{
  border-right:5px solid #ffd;
}

.tooltip-inner{
  padding:8px 8px;
  color: #424242;
  background-color: #ffe;
}

.icon-cast-default-box-shadow {
  box-shadow:
    0 2px 2px 0    rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0    rgba(0, 0, 0, 0.12);
}

.input_type_email {
  display: block;
  width: 100%;
  height: 43px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d2d6de;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input_type_email:focus {
  border-color: #66afe9;
  outline: 0;
}

.input_type_email::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.input_type_email:-ms-input-placeholder {
  color: #999;
}

.input_type_email::-webkit-input-placeholder {
  color: #999;
}

.header-util {
  position: relative;
  height: 33px;
  width: 100%;
  background-color: #d32f2f;
}

.header-util__nav {
  float: right;
  width: 242px;
}

.header-util__nav > a,
.header-util__nav > span {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 33px;
  border-left: 1px solid #E07878;
  font-size: 12px;
  text-align: center;
  color: #FFF;
}


.header-util__lang-list {
  display: none;
  position:absolute;
  width: 150px;
  top: 28px;
  right: 8px;
  z-index: 1031;
  padding: 8px 0 8px 0;
  background-color: #FFF;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.header-util__lang-list a {
  display: block;
  width: 100%;
  padding-left: 16px;
  font-size: 12px;
  color: #424242;
  line-height: 50px;
  text-align: left;
}

.header-util__lang-list a:hover {
  background-color: #f8f8f8;
}

.header-util__nav_link_twitter {
  width: 34px;
  height: 33px;
}

.header-util__nav_link_facebook {
  width: 34px;
  height: 33px;
}

.header-util__nav_link_another {
  width: 174px;
  height: 33px;
}

.header-util__nav_link_twitter img,
.header-util__nav_link_facebook img {
  opacity: .84;
}

.header-util__nav_link_twitter:hover img,
.header-util__nav_link_facebook:hover img {
  opacity: 1;
}

.header-logout {
  position: relative;
  height: 110px;
  z-index: 1030;
}

.header-logout.js-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header-logout__nav {
  position: relative;
  background-color: #FFF;
  background-color: #FFF;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.header-logout__logo {
  position: absolute;
  top: 20px;
  float: left;
  margin-left: 32px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

.nav__links {
  padding-left: 145px;
  padding-top: 50px;
  margin-bottom: 0;
}

.header-logout .nav__link {
  position: relative;
  float: left;
  width: 130px;
  height: 60px;
  text-align: center;
  list-style: none;
}

.header-logout .nav__link > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  text-align: center;
}

.header-logout .nav__link > a:hover {
  border-bottom: 2px solid #d32f2f;
}

.nav__linktext_size_big  {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #424242;
}

.nav__linktext_size_small  {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  color: #777777;
}

.nav__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 8px 0 8px 0;
  width: 160px;
  background-color: #FFF;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.nav__dropdown a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 32px;
  font-size: 12px;
  color: #424242;
  line-height: 55px;
  text-align: left;
}

.nav__dropdown a:hover {
  background-color: #f8f8f8;
}

.nav__dropdown a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: #d32f2f;
}

.header-logout__layer-dropdown {
  position: relative;
  z-index: 0;
}

.header-logout .nav__account {
  position: absolute;
  top: 47px;
  right: 30px;
  width: 160px;
}

.header-logout .nav__account .nav__account-buttons > li {
  width: 72px;
  height: 28px;
  border-radius: 2px;
}

.header-logout .nav__account .nav__account-buttons > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.header-logout .nav__account .nav__account_type_create {
  float: left;
  background-color: #FFF;
  border: 1px solid #666;
}

.header-logout .nav__account .nav__account_type_create a {
  color: #424242;
}

.header-logout .nav__account .nav__account_type_login {
  float: right;
  background-color: #455a64;
}

.header-logout .nav__account .nav__account_type_login a {
  color: #FFF;
}

.header-logout .nav__account-reg-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 159px;
  padding: 8px 0;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.header-logout .nav__account-reg-links:before {
  content: '';
  position:absolute;
  top: -25px;
  right: 26px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f8f8f8;
}

.header-logout .nav__account-reg-links li {
  height: 47px;
}

.header-logout .nav__account-reg-links li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 47px;
  padding-left: 18px;
  font-size: 12px;
  color: #424242;
}

.header-logout .nav__account-reg-links li a:hover {
  background-color: #EEE;
}

.nav__account-wrap {                                                       
  display: none;                                                           
  position: absolute;                                                      
  top: 28px;                                                               
  width: 159px;                                                            
  padding-top: 16px;                                                       
}

.nav__account-links {
  position: absolute;
  width: 159px;
  padding: 8px 0;
  background-color: #f8f8f8;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.nav__account-links_type_reg {
  left: -90px;
}

.nav__account-links_type_login {
  left: -2px;
}

.nav__account-links img {
  margin-right: 5px;
  vertical-align: text-top;
}

.nav__account-links:before {
  content: '';
  position:absolute;
  top: -19px;
  right: 23px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 15px solid #f8f8f8;
}

.nav__account-links li {
  height: 47px;
}

.nav__account-links li a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: 47px;
  padding-left: 18px;
  font-size: 12px;
  color: #424242;
}

.nav__account-links li a:hover {
  background-color: #EEE;
}

.footer-nav {
  font-size: 13px;
}

.footer-nav p {
  margin-bottom: 10px;
}

.footer-contact {
  font-size: 13px;
}

.footer-contact p {
  margin-bottom: 10px;
}
