@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  border-width: 1px;
  border-color: #e2e2e2;
}

a {
  color: #1c1c1c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

p {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  font-size: .9rem;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-dark {
  background-color: #1b1b1b !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-primary {
  color: #ce171e !important;
}

section {
  padding: 4rem 0;
}

section ul {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

section ul li {
  margin: 0;
  padding: 0;
}

.section-heading {
  margin-top: 0;
}

.card {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 0;
  margin-bottom: 3rem;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-js .vjs-big-play-button {
  line-height: 2.5em;
  height: 2.5em;
  width: 2.5em;
  background-color: rgba(0, 0, 0, 0.7);
  border: 0;
  border-radius: 50%;
}

.smartphoto-arrow-left {
  left: 10px;
}

.smartphoto-arrow-right {
  right: 10px;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.smartphoto {
  background: rgba(0, 0, 0, 0.9);
}

.form-check {
  padding: 0;
  margin-bottom: .5rem;
}

.form-check .label-text {
  position: relative;
  font-size: .9rem;
  line-height: 1.8rem;
  padding-left: 2.6rem;
}

.form-label {
  width: 100%;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: .2rem;
  text-transform: uppercase;
  font-size: .8rem;
}

.form-label a.link {
  font-size: .8rem;
  line-height: 1.4rem;
  color: rgba(28, 28, 28, 0.5);
}

.form-label a.link:hover {
  color: #1c1c1c;
  text-decoration: none;
}

.form-control {
  background-color: transparent;
  border-color: #a5a5a5;
  border-width: 2px;
  line-height: 2rem;
}

.form-control:hover, .form-control:focus {
  border-color: #727272 !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #ce171e;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
  outline: 0 none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}

input[type="checkbox"] + .label-text:before {
  position: absolute;
  top: -4px;
  left: 0;
  content: "\f00c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: .5rem;
  background: transparent;
  border: 2px solid #a5a5a5;
  border-radius: .25rem;
  width: 32px;
  height: 30px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"]:checked + .label-text:before {
  content: "\f00c";
  background: #ce171e;
  color: #fff;
  border: 2px solid #ce171e;
}

input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

header {
  width: 100%;
  min-height: 8rem;
  z-index: 9999;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

header .logo {
  position: absolute;
  display: inline-block;
  top: .4rem;
  width: 214px;
  height: 120px;
  background: #fff url(../img/logo.png) center center no-repeat;
  background-size: 214px 70px;
  text-indent: -9999px;
}

header .header-row {
  padding-left: 8.6rem;
}

header .header-title {
  position: relative;
  margin-top: .2rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #1c1c1c;
}

header .header-title:after {
  position: absolute;
  top: 0;
  left: -1rem;
  display: inline-block;
  width: 1px;
  height: 100%;
  border-left: solid 1px #a5a5a5;
  content: "";
}

header .header-nav {
  list-style: none;
  margin: .4rem 0;
  padding: 0;
}

header .header-nav > li {
  display: inline-block;
}

header .header-nav > li > a,
header .header-nav > li > a:focus {
  line-height: 2rem;
  padding: 0 .4rem;
  font-size: 0.8rem;
  font-weight: bold;
}

header .header-nav > li > a:hover,
header .header-nav > li > a:focus:hover {
  text-decoration: none;
}

header .header-buttons {
  list-style: none;
  margin: .4rem 0;
  padding: 0;
}

header .header-buttons > li {
  display: inline-block;
}

header .header-buttons > li > a.btn,
header .header-buttons > li > a.btn:focus {
  line-height: 2rem;
  padding: 0 .8rem;
  font-size: 0.8rem;
}

header .header-buttons > li > a.btn:hover,
header .header-buttons > li > a.btn:focus:hover {
  text-decoration: none;
}

.navbar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #1b1b1b;
  padding: 0;
}

.navbar .navbar-brand {
  display: inline-block;
  width: 90px;
  height: 60px;
  background: #fff url(../img/logo-mobile.png) center center no-repeat;
  background-size: 60px 60px;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  margin: 0;
}

.navbar .navbar-nav {
  margin: 0;
  padding: 0;
}

.navbar .navbar-nav > li.nav-item {
  padding: .8rem .6rem;
  border-left: solid 1px #323232;
}

.navbar .navbar-nav > li.nav-item:last-child {
  border-right: solid 1px #323232;
}

.navbar .navbar-nav > li.nav-item > a.nav-link,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus {
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
  opacity: .8;
}

.navbar .navbar-nav > li.nav-item > a.nav-link:hover,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #fff;
  opacity: 1;
}

.navbar .navbar-nav > li.nav-item > a.nav-link.active,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #ce171e !important;
  background-color: transparent;
}

.navbar .navbar-nav > li.nav-item > a.nav-link.active:hover,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.navbar .navbar-nav .navbar-brand {
  width: 90px;
  height: 90px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: 90px 90px;
  text-indent: -9999px;
}

.navbar .form-control {
  background: #323232;
  border-color: #323232;
  color: #fff;
  min-width: 18rem;
  padding-left: 2.4rem;
  padding-right: 1.2rem;
  font-size: .9rem;
  line-height: 1.4rem;
  border-radius: 2rem;
}

.navbar .form-control::-webkit-input-placeholder {
  color: #a5a5a5;
}

.navbar .form-control:-ms-input-placeholder {
  color: #a5a5a5;
}

.navbar .form-control::-ms-input-placeholder {
  color: #a5a5a5;
}

.navbar .form-control::placeholder {
  color: #a5a5a5;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  opacity: .8;
  z-index: 7;
}

.navbar-side {
  height: 100%;
  width: 90%;
  max-width: 20rem;
  position: fixed;
  top: 0;
  left: 0;
  padding: 7rem 1rem 1rem;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  overflow-y: scroll;
  z-index: 8;
}

.navbar-side .menu {
  padding-top: 5rem;
}

.navbar-side .form-control {
  padding-left: 2.5rem;
  font-size: .9rem;
  line-height: 1.4rem;
}

.navbar-side {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.reveal {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

footer {
  width: 100%;
  z-index: 9999;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

footer .title {
  background: #1b1b1b;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 2rem;
  text-transform: uppercase;
}

footer .logo {
  display: block;
  width: 138px;
  height: 90px;
  margin: auto;
  background: url(../img/logo.png) center center no-repeat;
  background-size: 138px 45px;
}

@media (min-width: 768px) {
  footer .logo {
    display: inline-block;
    float: left;
    margin-right: 1rem;
  }
}

footer .footer-title {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  color: #1c1c1c;
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  footer .footer-title {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  footer .footer-title {
    font-size: 1.6rem;
    margin-top: .5rem;
  }
}

footer .footer-desc {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #1c1c1c;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 100;
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-desc {
    text-align: left;
  }
}

footer .footer-category {
  position: relative;
  color: #ce171e;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

footer .footer-nav {
  list-style: none;
  margin: .2rem 0;
  padding: 0;
}

footer .footer-nav > li {
  position: relative;
  display: block;
  padding-left: .8rem;
}

footer .footer-nav > li > a,
footer .footer-nav > li > a:focus {
  font-size: .8rem;
  color: #1c1c1c;
  font-weight: bold;
}

footer .footer-nav > li > a:hover,
footer .footer-nav > li > a:focus:hover {
  color: #ce171e;
  text-decoration: none;
}

footer .footer-nav > li:after {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f105";
  color: #ce171e;
}

footer div.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #6a6a6a;
  font-size: 0.8rem;
  padding: .8rem 0;
}

section.subheader {
  padding: 2rem 0 0;
}

section.subheader .section-title {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

section.subheader .section-title span:first-child {
  position: relative;
  padding-left: 1.6rem;
}

section.subheader .section-title span:first-child:after {
  position: absolute;
  top: .3rem;
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ce171e;
  border-radius: 3px;
  content: "";
}

section.subheader .nav-filters {
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 992px) {
  section.subheader .nav-filters {
    float: none;
  }
}

section.subheader .nav-filters li.nav-item {
  display: inline-block;
  margin-left: .4rem;
}

@media (max-width: 992px) {
  section.subheader .nav-filters li.nav-item {
    display: block;
    width: 100%;
    margin: .8rem 0 0 0;
  }
  section.subheader .nav-filters li.nav-item .btn {
    width: 100%;
  }
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

section.content {
  padding: 3rem 0;
}

section.content .section-title {
  margin-bottom: 2rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
}

section.content .section-title span {
  position: relative;
  padding-left: 1.6rem;
}

section.content .section-title span:after {
  position: absolute;
  top: .3rem;
  left: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ce171e;
  border-radius: 3px;
  content: "";
}

section.content ul.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.content ul.list-menu li {
  display: block;
  margin: .6rem .2rem;
  padding: 0;
}

section.content ul.list-menu li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #a5a5a5;
  padding: .8rem 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
  border-radius: 0.2rem;
}

section.content ul.list-menu li a:hover {
  opacity: .9;
  text-decoration: none;
}

section.content ul.list-menu li.current a {
  color: #fff;
  background: #ce171e;
}

section.content .img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
}

section.content .img span.play {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin-top: -2.5rem;
  margin-left: -2rem;
  line-height: 4rem;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  text-indent: 2px;
  z-index: 3;
}

section.content .img span.play:hover {
  background: rgba(0, 0, 0, 0.8);
}

section.content .img .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 60%;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

section.content .img .assets {
  position: absolute;
  bottom: 1rem;
  right: .4rem;
  z-index: 3;
}

section.content .img .assets li {
  display: inline-block;
  text-align: center;
  padding-top: 2.4rem;
  margin-left: .5rem;
}

section.content .img .assets li span {
  display: inline-block;
  background-color: #ce171e;
  text-align: center;
  font-size: .8rem;
  color: #fff;
  padding: .2rem .4rem;
  border-radius: .2rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

section.content .img-results {
  min-height: 14rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

section.content .live {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  padding: .3rem .6rem;
  background: #ce171e;
  color: #fff;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
  z-index: 9;
  border-radius: 0.2rem;
}

section.content .live i.blink {
  -webkit-animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  margin-right: .2rem;
}

section.content .card-homepage {
  padding: 1.4rem;
  height: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

section.content .card-content {
  background: #fff;
  padding: 2.4rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

section.content .card-story {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 1.4rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

section.content .card-story .details {
  background-color: #1b1b1b;
  font-size: .8rem;
  font-weight: 600;
  padding: .6rem .8rem;
  color: #fff;
}

section.content .card-story .details span {
  font-weight: normal;
  padding-left: .4rem;
  padding-right: .4rem;
  color: rgba(255, 255, 255, 0.5);
}

section.content .card-story .details .btn-border {
  color: #fff;
  border-color: #ce171e;
  padding: .3rem .75rem;
}

section.content .card-story .title {
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  font-weight: 600;
  margin-bottom: .2rem;
}

section.content .card-story .asset-title {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2rem;
  margin-bottom: .4rem;
  padding: .3rem 0;
}

section.content .card-story .asset-title .icon {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  background: #ce171e;
  margin-right: .3rem;
  color: #fff;
  border-radius: 0.2rem;
}

section.content .card-story .asset-content .play {
  display: inline-block;
  background: #a5a5a5;
  color: #fff;
  width: 100%;
  padding: .6rem;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border-radius: 0.2rem;
}

section.content .card-story .asset-content .play:hover, section.content .card-story .asset-content .play:focus, section.content .card-story .asset-content .play:active {
  text-decoration: none;
  background-color: #989898 !important;
  border-color: #989898 !important;
}

section.content .card-story .asset-content .play.current {
  background: #ce171e;
}

section.content .card-story .asset-content .play.current:hover {
  background-color: #b7141b !important;
  border-color: #b7141b !important;
}

section.content .card-story .asset-content .link {
  display: inline-block;
  width: 100%;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

section.content .card-story .photo {
  position: relative;
  font-size: .8rem;
  margin-bottom: 1rem;
}

section.content .card-story .photo .zoom {
  display: inline-block;
  width: 100%;
}

section.content .card-story .photo .zoom:hover {
  opacity: .9;
}

section.content .card-story .photo .btn-download {
  position: absolute;
  bottom: .3rem;
  right: .3rem;
  z-index: 3;
}

section.content .card-story .photo .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 40%;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

section.content .card-listing {
  padding: .8rem 0;
  margin-bottom: 0;
}

section.content .card-result {
  height: 100%;
  padding: .8rem 1.4rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  margin-bottom: 0;
}

section.content .videos-list .details {
  background-color: rgba(206, 23, 30, 0.1);
  font-size: .8rem;
  font-weight: 600;
  padding: .4rem .8rem;
  margin-top: 0.8rem;
}

section.content .videos-list .details span {
  font-weight: normal;
  padding-left: .2rem;
  padding-right: .2rem;
}

section.content ul.videos {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  clear: both;
}

section.content ul.videos li {
  display: inline-block;
  padding: .1rem;
}

@media (max-width: 768px) {
  section.content ul.videos li {
    margin-bottom: .4rem;
  }
}

section.content ul.videos li hr {
  margin: 0;
  padding: 0;
}

section.content ul.videos li .btn {
  width: 100%;
  padding-left: .6rem;
  padding-right: .6rem;
}

section.content .card-assets {
  padding: 1rem;
}

section.content .thumb-listing {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.content .card .date {
  font-size: .8rem;
  font-weight: 600;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: .2rem;
}

section.content .card h1.title {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

section.content .card .languages {
  margin-bottom: .4rem;
}

section.content .card .languages .btn-language {
  background: #a5a5a5;
  color: #fff;
  padding: .2rem .3rem;
  line-height: .8rem;
}

section.content .card .languages .btn-language:hover, section.content .card .languages .btn-language:focus, section.content .card .languages .btn-language:active {
  background-color: #989898 !important;
  border-color: #989898 !important;
}

section.content .card p.desc {
  margin-bottom: 1rem;
}

section.content .card .actions {
  position: absolute;
  top: 2.4rem;
  right: 2.8rem;
}

section.content .card .actions .selected {
  background-color: rgba(206, 23, 30, 0.1);
}

section.content .card .message-sent {
  display: inline-block;
  text-align: center;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  padding: 5rem .5rem .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  background: transparent url(../img/icon-message-sent.png) top center no-repeat;
  background-size: 100px 80px;
}

@media (min-width: 992px) {
  section.content .card .message-sent {
    padding: 2rem 6.5rem;
    margin-right: -3rem;
    background: transparent url(../img/icon-message-sent.png) left center no-repeat;
    background-size: 100px 80px;
  }
}

section.content .table-downloads thead td,
section.content .table-downloads tbody td {
  font-size: .8rem;
  vertical-align: middle;
}

section.content .table-downloads thead tr:first-child td {
  border: 0;
}

section.content .table-downloads tbody tr.selected {
  background-color: rgba(206, 23, 30, 0.1);
}

section.content .table-downloads thead td {
  font-weight: 600;
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

section.content .table-downloads tbody td {
  font-size: .8rem;
  padding-left: 0;
  padding-right: 0;
}

section.content .table-downloads tbody td input[type="checkbox"] + .label-text:before {
  margin-right: 0;
  border: 2px solid #a5a5a5;
  width: 2.6rem;
  height: 2.42rem;
  font-size: .9rem;
  line-height: 2rem;
}

section.content .table-downloads tbody td input[type="checkbox"]:checked + .label-text:before {
  border: 2px solid #ce171e;
}

section.content .table-downloads .column-date {
  width: 130px !important;
}

section.content .table-downloads .column-asset {
  width: 130px !important;
}

section.content .table-downloads .column-name {
  width: 130px !important;
}

section.content .table-downloads .column-download {
  width: 110px !important;
}

.grid-item {
  margin-bottom: 2rem;
}

.icon-register-done {
  font-size: 2.4rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

b, strong {
  font-weight: bold;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: .8rem;
  line-height: 3rem;
  border-width: 2px;
  border-radius: 0.2rem;
  padding: 0 1.4rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-xs {
  font-size: .8rem;
  padding: .5rem;
  line-height: 1.2rem;
  min-width: 2.4rem;
}

@media (min-width: 768px) {
  .btn-xs {
    padding: .5rem .75rem;
  }
}

.btn-primary {
  background: #ce171e;
  border-style: solid;
  border-width: 2px;
  border-color: #ce171e;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #b7141b !important;
  border-color: #b7141b !important;
}

.btn-outline-primary {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: #ce171e;
  color: #ce171e;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: transparent;
  color: #b7141b !important;
  border-color: #b7141b !important;
}

.btn-selected {
  position: relative;
  background: #ce171e !important;
  border-style: solid;
  border-width: 2px;
  border-color: #ce171e;
  color: #fff;
}

.btn-selected:hover, .btn-selected:focus, .btn-selected:active {
  color: #fff;
  background-color: #b7141b !important;
  border-color: #b7141b !important;
}

.btn-selected:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ce171e;
  border-width: 8px;
  margin-left: -8px;
}

@media (max-width: 768px) {
  .btn-selected:after {
    display: none;
  }
}

.btn-primary.disabled {
  background: #ce171e !important;
  border-color: #ce171e !important;
  color: #fff !important;
  opacity: .5;
  cursor: normal;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
  background: #ce171e !important;
  border-color: #ce171e !important;
  color: #fff;
  opacity: .5;
}

.btn-filter {
  background: transparent;
  padding-right: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(165, 165, 165, 0.5);
  color: #1c1c1c;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter:active {
  color: #1c1c1c;
  border-color: #989898 !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #1c1c1c;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #fff;
  border-color: #fff;
}

.btn-border {
  border-color: #a5a5a5;
  color: #ce171e;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
  background: transparent;
  border-color: #727272 !important;
}

.btn-border:disabled {
  border-color: #a5a5a5;
  color: #a5a5a5;
  opacity: .75;
  cursor: normal;
}

.btn-border:disabled:hover, .btn-border:disabled:focus, .btn-border:disabled:active {
  border-color: #a5a5a5 !important;
  color: #a5a5a5;
  opacity: .75;
}

.navbar-toggler {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #1c1c1c;
  font-size: .9rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -.1rem;
  margin-right: .3rem;
}

.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  color: #fff;
  background: #ce171e;
  border-color: #ce171e;
}

.dropdown-menu {
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  font-size: .9rem;
}

.dropdown-menu a {
  border-radius: 0.2rem;
}

.dropdown-toggle::after {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #ce171e;
  margin-left: .355em;
  vertical-align: .195em;
  border: 0;
}

.form-icon {
  position: relative;
}

.form-icon .icon {
  position: absolute;
  z-index: 10;
  top: .4rem;
  left: 1rem;
  color: #a5a5a5;
}

.form-icon .icon-right {
  right: 1.4rem;
}

.has-error .help-block {
  font-size: .8rem;
  padding: .5rem 0 0;
  margin: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ce171e;
}

.has-error .form-control,
.has-error .form-select,
.has-error .form-select select {
  border-color: #ce171e;
}
