/* Responsive ----------- */
@font-face {
  font-family: 'TitilliumWeb-Black';
  src: url('../fonts/TitilliumWeb-Black.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-Bold';
  src: url('../fonts/TitilliumWeb-Bold.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-SemiBold';
  src: url('../fonts/TitilliumWeb-SemiBold.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-SemiBoldItalic';
  src: url('../fonts/TitilliumWeb-SemiBoldItalic.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-BoldItalic';
  src: url('../fonts/TitilliumWeb-BoldItalic.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-LightItalic';
  src: url('../fonts/TitilliumWeb-LightItalic.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-Italic';
  src: url('../fonts/TitilliumWeb-Italic.ttf');
}
@font-face {
  font-family: 'TitilliumWeb-Regular';
  src: url('../fonts/TitilliumWeb-Regular.ttf');
}
body {
  font-family: Arial;
  font-family: 'TitilliumWeb-Regular';
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
::-webkit-input-placeholder {
  color: black;
  font-size: 1em;
  font-family: 'TitilliumWeb-LightItalic';
  text-transform: uppercase;
}
:-moz-placeholder {
  color: black;
  font-size: 1em;
  font-family: 'TitilliumWeb-LightItalic';
  text-transform: uppercase;
}
::-moz-placeholder {
  color: black;
  font-size: 1em;
  font-family: 'TitilliumWeb-LightItalic';
  text-transform: uppercase;
}
:-ms-input-placeholder {
  color: black;
  font-size: 1em;
  font-family: 'TitilliumWeb-LightItalic';
  text-transform: uppercase;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.fluid-col {
  padding-left: 0em;
  padding-right: 0em;
}
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.no-padding {
  padding: 0em;
}
.pull-center {
  float: none;
  margin: 0 auto;
}
.container {
  max-width: 71.72em;
}
section.header .header > .col {
  height: 17.85em;
}
section.header .header .logo {
  width: 11.42em;
  height: 11.42em;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  bottom: 3.57em;
  left: -1em;
}
section.header .header nav {
  position: absolute;
  bottom: 3.3em;
  left: 50%;
  margin-left: -17.8em;
}
section.header .header nav ul.parents {
  text-align: center;
}
section.header .header nav ul.parents li.parent {
  display: inline-block;
  font-family: TitilliumWeb-Bold;
  font-size: 1.28em;
  text-transform: uppercase;
  margin-left: 0.7em;
  margin-right: 0.7em;
  cursor: pointer;
  position: relative;
}
section.header .header nav ul.parents li.parent .line {
  height: 6px;
  background-color: #fac000;
  margin-bottom: 0.25em;
}
section.header .header nav ul.parents li.parent ul.childs {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0em;
  left: 0em;
  padding-top: 2.8em;
}
section.header .header nav ul.parents li.parent ul.childs li.child {
  background-color: #eb7203;
  text-align: left;
  color: white;
  text-transform: uppercase;
  padding: 1em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  width: 13.3em;
}
section.header .header nav ul.parents li.parent ul.childs li.child:hover {
  background-color: #008037;
}
section.header .header nav ul.parents li.parent:hover,
section.header .header nav ul.parents li.parent.selected {
  color: #eb7203;
}
section.header .header nav ul.parents li.parent:hover .line,
section.header .header nav ul.parents li.parent.selected .line {
  background-color: #eb7203;
}
section.header .header nav ul.parents li.parent:hover ul.childs {
  display: block;
  z-index: 100;
}
section.header .header .btn-cta {
  background-image: url('../images/btn-cta.svg');
  width: 11.29em;
  height: 3.46em;
  position: absolute;
  right: -3.8em;
  top: 9em;
}
section.header .header .search-container {
  position: absolute;
  right: -3.57em;
  top: 4.8em;
}
section.header .header .search-container input[type="text"] {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-color: rgba(235, 114, 3, 0.2);
  border: 1px solid rgba(235, 114, 3, 0.2);
  padding: 0.5em;
  padding-left: 1em;
  padding-right: 2.9em;
  width: 10.92em;
}
section.header .header .search-container input[type="submit"] {
  width: 1.51em;
  height: 1.51em;
  border: none;
  background-image: url('../images/search.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: transparent;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
section.home .cover-container > .col {
  height: 28.57em;
}
section.home .cover-container .cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
}
section.home .cover-container .cover .text {
  width: 30.21em;
  position: absolute;
  right: 9.8em;
  top: 6.5em;
}
section.home .cover-container .cover .text h2,
section.home .cover-container .cover .text p {
  color: white;
  text-shadow: 3px 3px 3px #eb7120;
}
section.home .cover-container .cover .text h2 {
  font-family: 'TitilliumWeb-Black';
  text-transform: uppercase;
  font-size: 4.28em;
  margin-bottom: 0.4em;
}
section.home .cover-container .cover .text p {
  font-family: TitilliumWeb-Bold;
  font-size: 3.2em;
  line-height: 1.25em;
}
section.home .appends {
  margin-top: 3.57em;
}
section.home .appends .append {
  width: 21.42em;
  height: 21.42em;
  position: relative;
}
section.home .appends .append .text {
  position: absolute;
  bottom: -0.5em;
  left: 0;
  width: 100%;
}
section.home .appends .append .text h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-family: "TitilliumWeb-BoldItalic";
  font-size: 3em;
}
section.ask-points,
section.register,
section.phrase-section {
  margin-bottom: 5em;
}
section.ask-points .text,
section.register .text,
section.phrase-section .text {
  margin-right: 2em;
}
section.ask-points .text h1,
section.register .text h1,
section.phrase-section .text h1 {
  color: #008037;
  text-align: right;
  text-transform: uppercase;
  font-family: 'TitilliumWeb-Black';
  line-height: 0.88em;
}
section.ask-points .text h1 span.yellow,
section.register .text h1 span.yellow,
section.phrase-section .text h1 span.yellow {
  color: #fac000;
}
section.ask-points .text h1 span.orange,
section.register .text h1 span.orange,
section.phrase-section .text h1 span.orange {
  color: #eb7203;
}
section.ask-points .text h1.big,
section.register .text h1.big,
section.phrase-section .text h1.big {
  font-size: 14.64em;
}
section.ask-points .text h1.small,
section.register .text h1.small,
section.phrase-section .text h1.small {
  font-size: 11.71em;
}
section.ask-points .append,
section.register .append,
section.phrase-section .append {
  max-width: 32.35em;
  padding-bottom: 3em;
}
section.phrase-section .append {
  background-color: rgba(235, 114, 3, 0.2);
  padding-left: 3em;
  padding-top: 3em;
  max-width: 32.35em;
  padding-right: 3em;
}
section.phrase-section .append .text2 p {
  font-size: 1.57em;
  font-family: 'TitilliumWeb-SemiBold';
  line-height: 1.97em;
  text-align: justify;
  text-justify: inter-word;
}
section.phrase-section .append .text3 span {
  color: #eb7203;
  font-family: 'TitilliumWeb-SemiBoldItalic';
}
section.phrase-section .append .text3 .text-border {
  border: 2px solid black;
  margin-top: -2px;
  padding: 0.5em;
}
section.phrase-section .append .text3 .text-border span {
  font-family: 'TitilliumWeb-Bold';
}
section.phrase-section .append .text3 .text-border p {
  margin-bottom: 0em;
}
section.ask-points .points-container,
section.register .points-container {
  text-align: center;
  margin-top: 5em;
}
section.ask-points .points-container span,
section.register .points-container span {
  font-family: 'TitilliumWeb-SemiBoldItalic';
  color: #eb7203;
  font-size: 3.25em;
  text-transform: uppercase;
}
section.ask-points .points-container .points,
section.register .points-container .points {
  margin-top: 0.15em;
  background-color: #eb7203;
  font-family: 'TitilliumWeb-Black';
  text-align: center;
  color: white;
  font-size: 7.85em;
  padding-top: 0.4em;
  padding-bottom: 0.5em;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
}
section.ask-points .append,
section.register .append {
  padding-right: 5em;
  padding-top: 2em;
}
section.ask-points .append .text2 p,
section.register .append .text2 p {
  font-size: 1.42em;
  font-family: 'TitilliumWeb-SemiBoldItalic';
  color: #999999;
  font-weight: 300;
}
section.ask-points .append .text3,
section.register .append .text3 {
  text-align: center;
  padding-top: 0.75em;
}
section.ask-points .append .text3 a,
section.register .append .text3 a {
  color: #008037;
  font-family: 'TitilliumWeb-LightItalic';
  font-size: 1.14em;
}
section.ask-points .append form,
section.register .append form {
  margin-top: 1.5em;
}
section.ask-points .append form .form-field,
section.register .append form .form-field {
  margin-bottom: 1.4em;
}
section.ask-points .append form .form-field .error-message,
section.register .append form .form-field .error-message {
  text-transform: none;
  color: #f5272e;
}
section.ask-points .append form .form-field span,
section.register .append form .form-field span,
section.ask-points .append form .form-field legend,
section.register .append form .form-field legend {
  border-bottom: 0;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  font-family: 'TitilliumWeb-LightItalic';
  font-size: 1.14em;
  color: #1d1d1d;
}
section.ask-points .append form .form-field input[type="text"],
section.register .append form .form-field input[type="text"],
section.ask-points .append form .form-field input[type="email"],
section.register .append form .form-field input[type="email"],
section.ask-points .append form .form-field input[type="password"],
section.register .append form .form-field input[type="password"] {
  -webkit-border-radius: 17px 17px 17px 17px;
  border-radius: 17px 17px 17px 17px;
  background-color: rgba(235, 114, 3, 0.2);
  border: none;
  padding-top: 1.39em;
  padding-bottom: 1.39em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
section.ask-points .append form .form-field input[name="password_2"],
section.register .append form .form-field input[name="password_2"] {
  margin-bottom: 1em;
}
section.ask-points .append form .form-field input[type="text"].orange-input,
section.register .append form .form-field input[type="text"].orange-input,
section.ask-points .append form .form-field input[type="email"].orange-input,
section.register .append form .form-field input[type="email"].orange-input,
section.ask-points .append form .form-field input[type="password"].orange-input,
section.register .append form .form-field input[type="password"].orange-input {
  background-color: rgba(235, 114, 3, 0.2);
}
section.ask-points .append form .form-field input[type="text"].green-input,
section.register .append form .form-field input[type="text"].green-input,
section.ask-points .append form .form-field input[type="email"].green-input,
section.register .append form .form-field input[type="email"].green-input,
section.ask-points .append form .form-field input[type="password"].green-input,
section.register .append form .form-field input[type="password"].green-input {
  background-color: rgba(0, 128, 55, 0.2);
}
section.ask-points .append form .form-field .btn-submit,
section.register .append form .form-field .btn-submit {
  width: 14.14em;
  height: 3.28em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.ask-points .append .text2 {
  margin-top: 6em;
  margin-bottom: 4.5em;
}
section.award .award-container .picture {
  margin: auto;
  margin-top: 5em;
  width: 26.64em;
  height: 26.64em;
}
section.award .award-container .details {
  background-color: rgba(235, 114, 3, 0.2);
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 6em;
  padding-bottom: 6em;
  line-height: 2.75em;
}
section.award .award-container .details .title {
  color: #008037;
  font-size: 2.35em;
  font-family: 'TitilliumWeb-Bold';
  margin-bottom: 0.5em;
}
section.award .award-container .details .line {
  width: 40%;
  background-color: #999999;
  height: 1px;
}
section.award .award-container .details .code {
  font-size: 1.14em;
  font-family: "TitilliumWeb-SemiBold";
  color: #999999;
}
section.award .award-container .details .details-text {
  font-family: "TitilliumWeb-SemiBoldItalic";
  font-size: 1.5em;
  margin-top: 1.75em;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}
section.award .award-container .details .points {
  font-family: "TitilliumWeb-SemiBold";
  font-size: 2.75em;
  color: #999999;
}
section.award .award-container .details .points span {
  font-size: 1.35em;
  font-family: 'TitilliumWeb-Bold';
  color: #eb7203;
  line-height: 1.5em;
}
section.awards .awards-container {
  margin-bottom: 3em;
}
section.awards .awards-container .award {
  width: 14.28em;
}
section.awards .awards-container .award .picture {
  height: 14.28em;
  width: 14.28em;
}
section.awards .awards-container .award .details {
  margin-top: 0.5em;
  position: relative;
  height: 7.14em;
}
section.awards .awards-container .award .details .title,
section.awards .awards-container .award .details .code {
  width: 60%;
}
section.awards .awards-container .award .details .title {
  float: left;
  font-family: 'TitilliumWeb-Italic';
  font-size: 1.14em;
  line-height: 1.2em;
  margin-top: 0.1em;
}
section.awards .awards-container .award .details .line {
  width: 2px;
  background-color: #999999;
  height: 95%;
  position: absolute;
  right: 35%;
  top: 0;
  margin-top: 0.2em;
}
section.awards .awards-container .award .details .points {
  width: 30%;
  float: right;
  font-family: 'TitilliumWeb-Regular';
  font-size: 0.85em;
  color: #999999;
  margin-top: 0.2em;
}
section.awards .awards-container .award .details .points span {
  font-size: 1.14em;
  font-family: 'TitilliumWeb-Bold';
  color: black;
}
section.awards .awards-container .award .details .code {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.85em;
  color: #999999;
}
section.awards .awards-container .award.pull-center {
  margin: auto;
}
section.awards .awards-container .award.pull-left {
  margin-left: 2em;
}
section.awards .awards-container .award.pull-right {
  margin-right: 2em;
}
section.awards .awards-container .discount-award {
  width: 100%;
  margin-bottom: 4em;
  margin-left: 1.5em;
}
section.awards .awards-container .discount-award .picture {
  width: 32.35em;
  height: 17.85em;
}
section.awards .awards-container .discount-award .details {
  width: 10.35em;
  height: 2.85em;
}
section.awards .awards-container .discount-award .details .code {
  top: 0.35em;
}
.route {
  margin-bottom: 2.75em;
}
.route span {
  font-family: "TitilliumWeb-SemiBoldItalic";
  font-size: 1.28em;
  color: #eb7203;
  text-transform: uppercase;
  padding-left: 0.75em;
}
section.terms-and-conditions .text2 h3,
section.terms-and-conditions .text h3 {
  font-family: 'TitilliumWeb-SemiBoldItalic';
  color: #e97220;
  font-size: 1.25em;
  margin-bottom: 1em;
}
section.terms-and-conditions .text2 p,
section.terms-and-conditions .text p {
  margin-bottom: 1.25em;
}
section.terms-and-conditions .text2 {
  margin-left: 8em;
}
section.terms-and-conditions .text3 {
  width: 15em;
  float: right;
}
section.terms-and-conditions .text3 p {
  font-family: 'TitilliumWeb-SemiBold';
}
section.footer {
  margin-top: 3.57em;
  margin-bottom: 2.8em;
}
section.footer .logo {
  width: 9.85em;
  height: 5.57em;
  background-image: url('../images/footer-logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0em;
  left: -1.4em;
}
section.footer .text p {
  font-family: 'TitilliumWeb-Regular';
  font-size: 0.85em;
}
section.footer .text h3 {
  color: #eb7203;
  font-size: 1.14em;
  text-transform: uppercase;
  font-family: 'TitilliumWeb-Bold';
  font-weight: normal;
}
section.footer ul {
  margin-top: 0.9em;
}
section.footer ul li {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 3.14em;
  height: 3.14em;
  cursor: pointer;
}
section.footer ul li.youtube {
  background-image: url('../images/youtube.svg');
}
section.footer ul li.facebook {
  background-image: url('../images/facebook.svg');
  margin-left: 1.6em;
  margin-right: 1.6em;
}
section.footer ul li.instagram {
  background-image: url('../images/instagram.svg');
}
.flexslider-container > .col {
  padding: 0;
}
.flexslider-container .flexslider .slides .slide {
  height: 21.42em;
}
#flexslider-awards-2 {
  margin-bottom: 9.5em !important;
}
.flexslider {
  margin-bottom: 0 !important;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
  display: block;
}
.flex-direction-nav a {
  opacity: 1 !important;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:before {
  content: none !important;
}
.flex-direction-nav .flex-next {
  right: 0 !important;
  margin-right: 10px;
  opacity: 1 !important;
}
.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  margin-left: 10px;
}
.flexslider {
  margin: 0 auto;
}
.flex-direction-nav .flex-prev {
  background-image: url('../images/flexslider_nav_left.svg');
  font-size: 0;
}
.flex-direction-nav .flex-next {
  background-image: url('../images/flexslider_nav_right.svg');
  font-size: 0;
}
/* Else except extra small  ----------- */
/* Else except large  ----------- */
/* Large  ----------- */
/* Medium ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 12px;
  }
}
/* Small ----------- */
@media (min-width: 768px) and (max-width: 991px) {
  bodyfont-size: 12px;
}
/* Extra small ----------- */
/* Small & Extra small */
@media (max-width: 991px) {
  .pull-left,
  .pull-right {
    float: none !important;
    margin: 0 auto;
  }
  .container {
    max-width: 100%;
  }
  section.header {
    position: fixed;
    z-index: 98;
    width: 100%;
    background-color: white;
  }
  section.header .header > .col {
    height: 9.2em;
  }
  section.header .header .logo {
    width: 7em;
    height: 7em;
    bottom: auto;
    top: 1em;
    left: 1em;
  }
  section.header .header nav {
    position: absolute;
    bottom: auto;
    top: 1em;
    left: auto;
    margin-left: 0em;
    right: 1em;
  }
  section.header .header nav ul.parents {
    text-align: right;
  }
  section.header .header nav ul.parents li.parent {
    display: block;
    font-size: 1.15em;
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0.25em;
  }
  section.header .header nav ul.parents li.parent .line {
    display: none;
  }
  section.header .header nav ul.parents li.parent ul.childs {
    display: none;
    position: fixed;
    z-index: 1;
    top: 8em;
    left: 0em;
    padding-top: 0em;
    width: 100%;
  }
  section.header .header nav ul.parents li.parent ul.childs li.child {
    text-align: right;
    width: 100%;
    padding: 0em;
    padding-right: 1em;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }
  section.header .header nav ul.parents li.parent ul.childs li.child:hover {
    background-color: #008037;
  }
  section.header .header nav ul.parents li.parent:hover,
  section.header .header nav ul.parents li.parent.selected {
    color: #eb7203;
  }
  section.header .header nav ul.parents li.parent:hover .line,
  section.header .header nav ul.parents li.parent.selected .line {
    background-color: #eb7203;
  }
  section.header .header nav ul.parents li.parent:hover ul.childs {
    display: block;
    z-index: 100;
  }
  section.header .header .btn-cta {
    width: 10.26em;
    height: 3.14em;
    right: 1.1em;
    bottom: -8.3em;
    z-index: 99;
    top: auto;
  }
  section.header .header .search-container {
    right: 1em;
    bottom: -5em;
    z-index: 99;
    top: auto;
    width: 50%;
  }
  section.header .header .search-container input[type="text"] {
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    background-color: rgba(235, 114, 3, 0.9);
    border: 1px solid rgba(235, 114, 3, 0.9);
    width: 100%;
  }
  section.header .header .search-container input[type="submit"] {
    background-image: url('../images/search-white.svg');
  }
  section.home {
    padding-top: 9.2em;
  }
  section.home .cover-container > .col {
    height: 30em;
  }
  section.home .cover-container .cover {
    background-position: 40% 0%;
  }
  section.home .cover-container .cover .text {
    width: 100%;
    height: 100%;
    padding-top: 10em;
    position: relative;
    right: auto;
    top: auto;
    background-color: rgba(100, 100, 100, 0.1);
  }
  section.home .cover-container .cover .text h2,
  section.home .cover-container .cover .text p {
    text-align: center;
  }
  section.home .cover-container .cover .text h2 {
    font-size: 3.05em;
    margin-bottom: 0.4em;
  }
  section.home .cover-container .cover .text p {
    font-size: 2.28em;
    line-height: 0.6em;
  }
  section.home .appends {
    margin-top: 2em;
  }
  section.home .appends .append {
    width: 100%;
    height: 21.42em;
    margin-bottom: 1em;
    position: relative;
  }
  section.home .appends .append .text {
    background-color: rgba(100, 100, 100, 0.1);
    padding-top: 19.5em;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
  }
  section.home .appends .append .text h2 {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-family: "TitilliumWeb-BoldItalic";
    font-size: 3.2em;
    line-height: 0.5em;
  }
  section.home .appends .append .text2 {
    padding-top: 16.4em !important;
  }
  section.ask-points,
  section.register,
  section.phrase-section {
    padding-top: 9.2em;
    margin-bottom: 5em;
  }
  section.ask-points .text,
  section.register .text,
  section.phrase-section .text {
    margin-top: 6em;
    margin-right: 0em;
  }
  section.ask-points .text h1,
  section.register .text h1,
  section.phrase-section .text h1 {
    text-align: center;
    line-height: 0.88em;
  }
  section.ask-points .text h1.big,
  section.register .text h1.big,
  section.phrase-section .text h1.big {
    font-size: 11em;
  }
  section.ask-points .text h1.small,
  section.register .text h1.small,
  section.phrase-section .text h1.small {
    margin-top: 0.75em;
    font-size: 9.44em;
  }
  section.ask-points .append,
  section.register .append,
  section.phrase-section .append {
    margin-top: -0.7em;
    max-width: 100%;
    padding-bottom: 3em;
  }
  section.ask-points .points-container,
  section.register .points-container {
    margin-top: 2em;
  }
  section.ask-points .append,
  section.register .append {
    padding-right: 0em;
    padding-bottom: 0em;
    padding-top: 2em;
    width: 85%;
    margin: auto;
  }
  section.ask-points .append .text2 p,
  section.register .append .text2 p {
    text-align: center;
  }
  section.ask-points .append .text3,
  section.register .append .text3 {
    text-align: center;
    padding-top: 0.75em;
  }
  section.ask-points .append .text3 a,
  section.register .append .text3 a {
    color: #008037;
    font-family: 'TitilliumWeb-LightItalic';
    font-size: 1.14em;
  }
  section.ask-points .append form,
  section.register .append form {
    width: 90%;
    margin: auto;
  }
  section.ask-points .append form .form-field .btn-submit,
  section.register .append form .form-field .btn-submit {
    width: 14.14em;
    height: 3.28em;
    margin: auto;
  }
  section.ask-points .append .text2 {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  section.award .award-container .picture {
    margin-top: 12em;
    width: 20em;
    height: 20em;
    margin-bottom: 3em;
  }
  section.award .award-container .details {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  section.award .award-container .details .title {
    text-align: center;
  }
  section.award .award-container .details .line {
    width: 40%;
    margin: auto;
  }
  section.award .award-container .details .code {
    text-align: center;
  }
  section.award .award-container .details .details-text {
    text-align: center;
  }
  section.award .award-container .details .points {
    text-align: center;
  }
  section.awards {
    padding-top: 14em;
  }
  section.awards .awards-container {
    margin-bottom: 0em;
  }
  section.awards .awards-container .allow-padding {
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-top: 1em;
  }
  section.awards .awards-container .allow-padding .award {
    padding-left: 1em;
    padding-right: 1em;
  }
  section.awards .awards-container .award {
    width: 14.28em;
  }
  section.awards .awards-container .award .picture {
    height: 14.28em;
    width: 14.28em;
  }
  section.awards .awards-container .award .details {
    margin-top: 0.5em;
    position: relative;
    height: 7.14em;
  }
  section.awards .awards-container .award .details .title,
  section.awards .awards-container .award .details .code {
    width: 60%;
  }
  section.awards .awards-container .award .details .title {
    float: left;
    font-family: 'TitilliumWeb-Italic';
    font-size: 1.14em;
    line-height: 1.2em;
    margin-top: 0.1em;
  }
  section.awards .awards-container .award .details .line {
    width: 2px;
    background-color: #999999;
    height: 95%;
    position: absolute;
    right: 35%;
    top: 0;
    margin-top: 0.2em;
  }
  section.awards .awards-container .award .details .points {
    width: 30%;
    float: right;
    font-family: 'TitilliumWeb-Regular';
    font-size: 0.85em;
    color: #999999;
    margin-top: 0.2em;
  }
  section.awards .awards-container .award .details .points span {
    font-size: 1.14em;
    font-family: 'TitilliumWeb-Bold';
    color: black;
  }
  section.awards .awards-container .award .details .code {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0.85em;
    color: #999999;
  }
  section.awards .awards-container .award.pull-center {
    margin: auto;
  }
  section.awards .awards-container .award.pull-left {
    margin-left: 2em;
  }
  section.awards .awards-container .award.pull-right {
    margin-right: 2em;
  }
  section.awards .awards-container .discount-award {
    width: 100%;
    margin-bottom: 3em;
    margin-left: 0em;
  }
  section.awards .awards-container .discount-award .picture {
    width: 100%;
    height: 18em;
  }
  section.awards .awards-container .discount-award .details {
    height: 2.85em;
    margin: auto;
    margin-top: 0.5em;
  }
  .route {
    margin-bottom: 0.75em;
  }
  section.terms-and-conditions {
    padding-top: 14em;
  }
  section.terms-and-conditions .text2 {
    margin-left: 4em;
  }
  section.terms-and-conditions .text3 {
    width: 15em;
    float: none;
    margin: auto;
    text-align: center;
  }
  section.footer {
    margin-top: 2em;
    margin-bottom: 2.8em;
  }
  section.footer .logo {
    width: 7.88em;
    height: 4.45em;
    position: relative;
    margin: auto;
    top: auto;
    left: auto;
  }
  section.footer .text p {
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 2em;
  }
  section.footer ul {
    margin: auto;
    text-align: center;
    margin-top: 2em;
  }
  section.footer ul li {
    width: 2.5em;
    height: 2.5em;
  }
  section.footer ul li.facebook {
    margin-left: 1em;
    margin-right: 1em;
  }
  .flexslider-container > .col {
    padding: 0;
  }
  .flexslider-container .flexslider .slides .slide {
    height: 23em;
  }
  .flexslider {
    margin: 0 auto;
  }
}
