

@-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 {
  background: #1f1e1d;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

img {
  vertical-align: top;
  border-style: none;
}

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

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

a:hover {
  color: #1f1e1d;
}

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

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

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

p {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: .9rem;
}

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

.bg-dark {
  background-color: #1f1e1d !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%;
  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);
  border: 0;
  border-radius: 0.2rem;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .card {
    padding: 2rem;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 51.5%;
  /* 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;
}

::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 {
  line-height: 2rem;
  font-size: .9rem;
}

.form-label {
  width: 100%;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: .2rem;
}

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

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

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

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

#contact-enquiry {
  min-height: 14.4rem;
}

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 {
  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 #dedede;
  border-radius: .25rem;
  width: 2rem;
  height: 1.8rem;
  font-size: .9rem;
  line-height: 1.6rem;
  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: 9rem;
  z-index: 9999;
  margin: 0;
  padding: 0;
  margin-bottom: -1.2rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

header .logo {
  position: absolute;
  display: inline-block;
  width: 110px;
  height: 120px;
  background: #fff url(../img/logo.png) center center no-repeat;
  background-size: 90px 90px;
  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);
  z-index: 9;
}

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

header .header-title {
  padding: 1rem 0 .3rem;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

header .header-desc {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: .8rem;
}

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

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

header .header-nav > li > a.btn,
header .header-nav > li > a.btn:focus {
  line-height: 1.6rem;
  text-transform: none;
  padding: 0 .5rem;
  font-size: 0.8rem;
}

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

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

.navbar .navbar-brand {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff url(../img/logo-mobile.png) center center no-repeat;
  background-size: 60px 60px;
  text-indent: -9999px;
  z-index: 9;
  -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 {
  padding-left: 8rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
}

.navbar .navbar-nav > li.nav-item {
  margin-right: .6rem;
}

.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: 14px;
}

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

.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 {
  min-width: 18rem;
  padding-left: 2.5rem;
  font-size: .9rem;
  line-height: 1.4rem;
  border-radius: 2rem;
  border-color: #4d4d4d;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1f1e1d;
  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;
  background-color: #1f1e1d;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

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

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

footer .footer-title {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  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 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  color: #cfcfcf;
}

footer .footer-category {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

footer .footer-category:after {
  content: ' ';
  display: block;
  width: 3rem;
  margin: .3rem 0;
  border-bottom: 1px solid #ce171e;
}

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

footer .footer-nav > li {
  display: block;
  margin-bottom: .3rem;
}

footer .footer-nav > li > a,
footer .footer-nav > li > a:focus {
  font-size: 14px;
  color: #cfcfcf;
}

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

footer .socials {
  text-align: center;
  padding: 0 0 2rem 0;
}

footer .socials .social-icon {
  color: #828282;
  background: #e7e7e3;
  display: inline-block;
  line-height: 2rem;
  font-size: 1.2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-left: .2rem;
  margin-right: .2rem;
}

@media (min-width: 768px) {
  footer .socials .social-icon {
    line-height: 3rem;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin-left: .6rem;
    margin-right: .6rem;
  }
}

@media (min-width: 1200px) {
  footer .socials .social-icon {
    line-height: 4rem;
    font-size: 2.6rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

footer .socials .i-twitter:hover {
  background: #69abe8;
  color: #fff;
}

footer .socials .i-facebook:hover {
  background: #405994;
  color: #fff;
}

footer .socials .i-instagram:hover {
  background: #d34e62;
  color: #fff;
}

footer .socials .i-linkedin:hover {
  background: #2f76b0;
  color: #fff;
}

footer .socials .i-youtube:hover {
  background: #d43f33;
  color: #fff;
}

footer .socials .i-globe:hover {
  background: #828282;
  color: #fff;
}

footer .socials .i-rss:hover {
  background: #828282;
  color: #fff;
}

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

footer div.copyright a {
  display: inline-block;
  color: #6a6a6a;
}

footer div.copyright .separate {
  display: inline-block;
  color: #797979;
}

footer div.copyright .separate:after {
  content: '\2022';
  margin-right: 1em;
  margin-left: 1em;
}

section.subheader {
  padding: 1.5rem 0;
  background-color: #1f1e1d;
}

section.subheader .sub-title {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  font-size: 1.6rem;
}

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.filters {
  background: #1f1e1d;
  padding: 1rem 0 .5rem;
}

section.filters .filters {
  margin-bottom: 1rem;
}

section.filters .filters a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 3rem 1rem .8rem 1rem;
  font-size: .9rem;
}

section.filters .filters a:hover {
  background-color: #0e0e0e !important;
  text-decoration: none;
}

@media (max-width: 992px) {
  section.filters .filters a {
    margin-bottom: 1rem;
    font-size: .8rem;
  }
}

section.filters .filters a.all {
  background-color: #282828;
  background-image: url(../img/icon-all-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters a.video {
  background-color: #282828;
  background-image: url(../img/icon-video-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters a.photo {
  background-color: #282828;
  background-image: url(../img/icon-photo-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters a.document {
  background-color: #282828;
  background-image: url(../img/icon-document-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters a.map {
  background-color: #282828;
  background-image: url(../img/icon-map-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters a.press {
  background-color: #282828;
  background-image: url(../img/icon-press-white.png);
  background-position: center .5rem;
  background-repeat: no-repeat;
  background-size: 35px 35px;
}

section.filters .filters .active a {
  background-color: #ce171e;
}

section.content {
  padding: 1rem 0;
}

section.content .section-title {
  margin-bottom: 1rem;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

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

section.content .section-title ul.list-menu li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
}

section.content .section-title ul.list-menu li a {
  opacity: .3;
}

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

section.content .section-title ul.list-menu li.current a {
  opacity: 1;
}

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

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: 1.4rem;
  right: .8rem;
  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: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: .2rem .8rem;
  border-radius: .2rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

section.content .img .assets li.video {
  background: transparent url(../img/icon-video-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.photo {
  background: transparent url(../img/icon-photo-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.document {
  background: transparent url(../img/icon-document-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.map {
  background: transparent url(../img/icon-map-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.press {
  background: transparent url(../img/icon-press-white.png) center top no-repeat;
  background-size: 35px 35px;
}

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.2rem 1.2rem .7rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

section.content .card-story {
  display: inline-block;
  width: 100%;
  padding: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  border: 0;
  border-radius: 0;
}

section.content .card-story ul,
section.content .card-story ul li {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  font-size: .9rem;
}

section.content .card-listing {
  padding: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

section.content .card-result {
  height: 100%;
  padding: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

section.content .videos-list .details {
  background: #ececec;
  font-size: .8rem;
  font-weight: 600;
  padding: .5rem;
  margin-top: 0.8rem;
  border-top: solid 3px #ce171e;
}

section.content .videos-list .details span {
  font-weight: normal;
  opacity: .3;
  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: 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0);
}

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

section.content .card-assets .asset-title-photos {
  background: transparent url(../img/icon-photo-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-title-documents {
  background: transparent url(../img/icon-document-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-title-maps {
  background: transparent url(../img/icon-map-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-content {
  padding-left: 2.8rem;
}

section.content .card-assets .asset-content .link {
  display: inline-block;
  width: 100%;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

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

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

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

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

section.content .card-assets .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 .thumb-listing {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.content .card .press-release {
  display: inline-block;
  border: #ce171e solid 2px;
  font-size: 10px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  white-space: pre;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  top: -3px;
}

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: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

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

section.content .card .languages .btn-language {
  background: #dedede;
  color: #1f1e1d;
  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: #d1d1d1 !important;
  border-color: #d1d1d1 !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-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  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;
}

section.content .table-downloads tbody td {
  font-size: .9rem;
}

section.content .table-downloads tbody td input[type="checkbox"] + .label-text:before {
  margin-right: 0;
  border: 2px solid #dedede;
  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-download {
  width: 110px !important;
}

section.subfooter {
  position: relative;
  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);
  padding: 1rem 0;
}

section.subfooter p {
  font-weight: 600;
  padding: 0;
  margin: 0;
}

section.subfooter .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: none;
  margin: 0 .5rem;
  font-size: 1rem;
  color: #1f1e1d;
}

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

.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-selected {
  position: relative;
  background: #ce171e !important;
  border-style: solid;
  border-width: 2px;
  border-color: #ce171e;
  color: #fff !important;
}

.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;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 222, 222, 0.5);
  color: #fff;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter:active {
  color: #fff;
  border-color: #d1d1d1 !important;
}

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

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

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

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

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

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

.navbar-toggler {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #1f1e1d;
  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;
}

.form-icon {
  position: relative;
}

.form-icon .icon {
  position: absolute;
  z-index: 9;
  top: .4rem;
  color: #dedede;
}

.form-icon .icon-left {
  left: 1rem;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0;
}

.pagination .page-item .page-link {
  min-width: 2.5rem;
  color: #1f1e1d;
  font-weight: bold;
}

.pagination .page-item.active .page-link {
  background-color: #ce171e;
  border-color: #ce171e;
  color: #fff;
}

.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;
}
