﻿@import url('https://fonts.googleapis.com/css?family=Anton');

.page-4brand-plan {
}

.top-image {
  /*box-sizing: border-box;
  border: 1px solid #111;
  width: 100%;*/
}



.page-4brand-plan__tagline {
  color: black;
  padding: 18px 0 6px;
  font-size: 24px;
  font-weight: bold;
}
.page-4brand-plan__list {
  margin: 40px 0;
}

.page-4brand-plan__list li {
  float: left;
  margin-bottom: 2px;
  width: calc(50% - 1px);
  position: relative;
}

.page-4brand-plan__list li a {
  box-sizing: border-box;
  display: block;
  background: rgba(0,0,0,0.3);
  padding: 1px;
  transition: 0.2s ease;
  width: 100%;
}

.page-4brand-plan__list li a:hover {
  background: rgba(0,0,0,0.7);
  padding: 10px;
}

.page-4brand-plan__list li a img {
  box-sizing: border-box;
  vertical-align: bottom;
  width: 100%;
  transition: 0.2s ease;
}
.page-4brand-plan__list li a:hover img {
  opacity: 0.8;
}

.page-4brand-plan__list li a i {
  color: black;
  font-size: 42px;
  position: absolute;
  left: 14px;
  bottom: 10px;
  transition: 0.2s ease;
}
.page-4brand-plan__list li a:hover i {
  color: #E00;
  left: 24px;
}


.page-4brand-plan__list li:nth-child(2n+1) {
  margin-right: 2px;
}

.breadcrumb-nav {
  color: #999;
  padding: 10px 0;
}

.breadcrumb-nav span {
  color: #e69c00;
}

.section {
    margin-bottom: 24px;
}

.section-header {
    background-color: #111;
    color: white;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 20px;
    position: relative;
}

.page-blam .section-header {
  background: -moz-linear-gradient(left, #AE9D89 0%, #AE9D89 80px, rgba(235,235,235,1) 80px, rgba(235,235,235,1) 95px, #252525 95px, #252525 100%);
  background: -webkit-linear-gradient(left, #AE9D89 0%,#AE9D89 80px,rgba(235,235,235,1) 80px,rgba(235,235,235,1) 95px,#252525 95px,#252525 100%);
  background: linear-gradient(to right, #AE9D89 0%,#AE9D89 80px,rgba(235,235,235,1) 80px,rgba(235,235,235,1) 95px,#252525 95px,#252525 100%);
}

.page-focal .section-header {
  background: -moz-linear-gradient(left, rgba(0,32,96,1) 0%, rgba(0,32,96,1) 170px, rgba(245,245,245,1) 170px, rgba(245,245,245,1) 530px, rgba(170,0,0,1) 530px, rgba(170,0,0,1) 100%);
  background: -webkit-linear-gradient(left, rgba(0,32,96,1) 0%,rgba(0,32,96,1) 170px,rgba(245,245,245,1) 170px,rgba(245,245,245,1) 530px,rgba(170,0,0,1) 530px,rgba(170,0,0,1) 100%);
  background: linear-gradient(to right, rgba(0,32,96,1) 0%,rgba(0,32,96,1) 170px,rgba(245,245,245,1) 170px,rgba(245,245,245,1) 530px,rgba(170,0,0,1) 530px,rgba(170,0,0,1) 100%);
}

.page-kicker .section-header {
    background-color: #BFBFBF;
}

.page-kicker .section-header--red {
  background-color: #C00;
}

.page-kicker .section-header--yellow {
  background-color: #FFC000;
}

.page-kicker .section-header--blue {
  background-color: #0070C0;
}

.page-kicker .page-4brand-plan__tagline {
  font-size: 16px;
  line-height: 2.0;
  padding-top: 150px;
}



.section-header__title {
  color: #EFEFEF;
  font-size: 34px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.page-kicker .section-header__title {
    color: black;
    font-style: italic;
}

.page-blam .section-header__title--red {
  color: #FF2A0C;
}

.page-blam .section-header__title--blue {
  color: #0081cc;
}

.page-focal .section-header__title {
    color: black;
}

.page-focal .section-header__title--red {
  color: #FF2A0C;
}

.page-focal .section-header__title--blue {
  color: #002060;
}

.page-morel .section-header__title--red {
  color: #FF2A0C;
}

.page-morel .section-header__title--yellow {
  color: #FFC000;
}

.page-morel .section-header__title--blue {
  color: #00B0F0;
}

.page-morel .section-header__title--green {
  color: #92D050;
}

.section-header__title img {
  height: 30px;
}
.section-header__title img.blam {
  margin-right: 38px;
}
.section-header__title img.focal {
  height: 31px;
  margin: 3px 18px -3px 0;
}
.section-header__title img.morel {
  border: 1px solid white;
  height: 28px;
}

.section-header__flag {
  position: absolute;
  top: 11px;
  right: 15px;
}
.section-header__flag img {
  height: 30px;
}

.product-heading {
  color: black;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.product-heading .en {
  background: none;
  font-size: 28px;
  color: #F8B11A;
  line-height: 36px;
}

.text--back-red {
  background: #A00;
  border-radius: 12px;
  color: white;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  padding: 0 15px;
}

.text--type1 {
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.section-content {
  border: 1px solid #AAA;
  margin: 3px 0;
  padding: 20px;
}

/*.page-kicker .section-content {
  background: url(/speaker/4brand-plan/img/image28.png) no-repeat right top ;
  background-size: 70%;
}*/

  .section-content .left {
    clear: both;
    float: left;
    width: 310px;
    padding-bottom: 12px;
    text-align: right;
  }

  .section-content .left img {
    max-width: 310px;
  }

  .section-content .right {
    float: right;
    width: 330px;
  }

  .section-content .price {
    color: black;
    font-weight: bold;
    text-align: right;
    right: 20px;
    padding-top: 5px;
    padding-bottom: 15px;
  }

    .section-content .price strong {
      color: #c00;
      font-size: 28px;
    }

    .section-content .price small {
      font-size: 10px;
    }

    .icon-card {
      vertical-align: middle;
      width: 80px;
    }

  .text--right {
    text-align: right;
  }

  .list--disc {
    list-style-type: disc;
    padding-left: 2em;
    padding-bottom: 10px;
  }
  .note {
    margin: -20px 0 40px;
  }
  .cb {
    clear: both;
  }
  p {
    padding-bottom: 10px;
  }
  .img--responsive {
    width: 100%;
  }

  .page-kicker__banner {
    background: url(/speaker/4brand-plan/img/image28.png) no-repeat 180px bottom;
    background-size: 70%;
    padding-bottom: 80px;
    margin-bottom: -60px;
  }