article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
blockquote {
  margin: 1em 40px;
}
dfn,
em,
i {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
img,
iframe,
object,
embed {
  vertical-align: middle;
}
figure {
  margin: 0px;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
.align-center,
.t-c {
  text-align: center;
}
.align-left,
.t-l {
  text-align: left;
}
.aling-right,
.t-r {
  text-align: right;
}
.float-left,
.f-l {
  float: left;
}
.float-right,
.f-r {
  float: right;
}
/* Colors */
/* ============================================== */
/* Mixins */
/* ============================================== */
/* Fonts */
/* ============================================== */
@font-face {
  font-family: 'gothambold';
  src: url('../fonts/gothambold.eot');
  src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype'), url('../fonts/gothambold.woff') format('woff'), url('../fonts/gothambold.ttf') format('truetype'), url('../fonts/gothambold.svg#gothambold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url('../fonts/gothambook.eot');
  src: url('../fonts/gothambook.eot?#iefix') format('embedded-opentype'), url('../fonts/gothambook.woff') format('woff'), url('../fonts/gothambook.ttf') format('truetype'), url('../fonts/gothambook.svg#gothambook') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'gothambook';
  font-size: 13px;
}
h1,
h2,
h3,
h2 span {
  font-family: 'gothambold' !important;
  color: black;
}
h2.section-title {
  padding-top: 70px;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
h2.section-title span {
  font-size: 24px;
  border-bottom: 5px solid #3a619d;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  bottom: -1px;
  text-transform: uppercase;
}
/* Body */
/* ============================================== */
body {
  background-color: #fafafa;
}
section,
.section {
  clear: both;
}
/* Fixed header */
/* ============================================== */
header {
  position: fixed;
  z-index: 9990;
  background: white;
  height: 70px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1180px) {
  header {
    height: 85px;
  }
}
header .logo {
  width: 200px;
  float: left;
}
header .logo a {
  display: block;
  width: 156px;
  height: 48px;
  margin-top: 11px;
}
@media (min-width: 1180px) {
  header .logo a {
    margin-top: 20px;
  }
}
header .menu {
  float: right;
}
header .menu ul {
  margin: 0;
  padding: 0;
  text-align: right;
  margin-top: 10px;
}
header .menu ul .submenu {
  margin-top: -10px;
}
@media (max-width: 1180px) {
  header .menu ul .submenu {
    padding-bottom: 5px;
  }
}
header .menu ul .submenu li a {
  color: #535353;
  font-size: 12px;
}
header .menu ul li {
  list-style: none;
  display: inline-block;
}
header .menu ul li a {
  color: #c3c3c3;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-family: 'gothambold';
  border-bottom: 3px solid transparent;
  -webkit-transition: color 0.3s, border-bottom 0.3s;
  -moz-transition: color 0.3s, border-bottom 0.3s;
  -ms-transition: color 0.3s, border-bottom 0.3s;
  -o-transition: color 0.3s, border-bottom 0.3s;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 11px;
  margin-right: 11px;
}
header .menu ul li a.active {
  color: #0c4da2;
}
header .menu ul li a:hover {
  color: #0c4da2;
}
header .menu ul li:last-of-type a {
  margin-right: 0;
}
/* Animated hamburger button by Elijak Manor */
/* ============================================== */
#nav-toggle {
  display: none;
}
#nav-toggle {
  position: absolute;
  right: 10px;
  top: 25px;
}
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #3a619d;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/* Sticky footer */
/* ============================================== */
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
.page-wrapper {
  min-height: 100%;
  margin-bottom: -135px;
}
.page-wrapper:after {
  content: "";
  display: block;
}
footer,
.page-wrapper:after {
  height: 135px;
}
footer {
  clear: both;
  height: 135px;
}
footer .white-wrapper {
  background: white;
  height: 90px;
}
footer .white-wrapper ul {
  margin: 0;
  padding: 0;
  display: block;
  width: 50%;
  float: left;
}
footer .white-wrapper ul.right {
  text-align: right;
}
footer .white-wrapper ul.right div.social-icons {
  display: inline-block;
}
@media (min-width: 992px) {
  footer .white-wrapper ul.right div.social-icons {
    position: relative;
    left: -320px;
    margin-left: -82px;
  }
}
footer .white-wrapper ul li {
  display: inline-block;
  list-style: none;
  line-height: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
footer .white-wrapper ul li.social {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  top: -3px;
}
footer .white-wrapper ul li.social button {
  background: none;
  border: none;
}
footer .white-wrapper ul li:first-of-type {
  padding-left: 0;
}
footer .white-wrapper ul li:last-of-type {
  padding-right: 0;
}
footer .white-wrapper ul li a {
  font-size: 15px;
  color: #979797;
  font-family: 'gothambold';
  text-decoration: underline;
  text-transform: uppercase;
}
footer .white-wrapper ul li a:hover {
  text-decoration: none;
}
footer .mgray-wrapper {
  background: #535353;
  height: 46px;
}
footer .mgray-wrapper p.left,
footer .mgray-wrapper p.right {
  display: block;
  width: 50%;
  float: left;
  color: #979797;
  line-height: 45px;
  font-size: 11px;
  margin: 0;
}
footer .mgray-wrapper p.left a,
footer .mgray-wrapper p.right a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
footer .mgray-wrapper p.left a:hover,
footer .mgray-wrapper p.right a:hover {
  text-decoration: none;
}
/* Button */
/* ============================================== */
.btn {
  background: #3a619d;
  border-radius: 5px;
  font-family: 'gothambold';
  font-size: 14px;
  padding: 15px 35px 12px 35px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  text-decoration: none;
  border: none;
  outline: none;
}
.btn:hover {
  text-decoration: underline;
  background: #0c4da2;
}
.btn-row {
  min-height: 80px;
}
.btn-row a.btn {
  display: block;
  width: 90px;
  white-space: nowrap;
  margin: 50px auto;
}
.btn-row a.btn span {
  display: inline-block;
  width: 9px;
  padding-left: 10px;
  height: 8px;
  background: transparent url("../img/chevron-down.png") right top no-repeat;
}
/* Container */
/* ============================================== */
.container {
  width: 1160px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: auto;
  min-height: 20px;
  margin-left: auto;
}
.container > .container {
  width: 100%;
}
.container div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
section.subpage {
  padding-top: 70px;
}
/* Newsletter form horizontal */
/* ============================================== */
.news-detail .newsletter-form-horizontal {
  margin-top: 80px;
}
.newsletter-form-horizontal {
  height: 130px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  line-height: 130px;
  background: #eeeeee;
  text-align: center;
}
.newsletter-form-horizontal .error {
  position: relative;
}
.newsletter-form-horizontal .error > div {
  bottom: -40px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  color: #cc390b;
}
@media (min-width: 620px) {
  .newsletter-form-horizontal .error > div {
    position: absolute;
  }
}
.newsletter-form-horizontal form h3,
.newsletter-form-horizontal form div,
.newsletter-form-horizontal form input.btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.newsletter-form-horizontal form h3 {
  text-transform: uppercase;
  color: #666666;
}
.newsletter-form-horizontal form input[type="text"] {
  max-width: 100%;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -ms-transition: border 0.3s;
  -o-transition: border 0.3s;
  border-radius: 5px;
  width: 400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 1px solid #afafaf;
  padding: 14px 20px 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'gothambold';
}
.newsletter-form-horizontal form input[type="text"]:focus {
  border: 1px solid #3a619d;
}
.newsletter-form-horizontal form input[type="text"]:focus::-webkit-input-placeholder {
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]:focus:-ms-input-placeholder {
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]::-webkit-input-placeholder {
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.newsletter-form-horizontal form input[type="text"]:-ms-input-placeholder {
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
/* Read more ("dotdotdot") boxes */
/* ============================================== */
.dotdotdot-expandable {
  overflow: hidden;
}
.dotdotdot-expandable .dotdotdot-toggle {
  display: none;
}
.dotdotdot-expandable .dotdotdot-toggle-opened {
  display: none;
}
.dotdotdot-expandable .dotdotdot-toggle-closed {
  display: none;
}
.dotdotdot-expandable.is-truncated .dotdotdot-toggle {
  display: inline;
}
.dotdotdot-expandable.is-truncated .dotdotdot-toggle-closed {
  display: inline;
}
.dotdotdot-expandable.dotdotdot-opened {
  height: auto !important;
}
.dotdotdot-expandable.dotdotdot-opened .dotdotdot-toggle-opened {
  display: inline;
}
.dotdotdot-expandable.dotdotdot-opened .dotdotdot-toggle-closed {
  display: none;
}
.dotdotdot .dotdotdot-toggle {
  display: inline;
}
.dotdotdot .dotdotdot-toggle .dotdotdot-toggle-closed {
  display: inline;
}
.dotdotdot-fixed {
  overflow: hidden;
}
.dotdotdot-fixed .dotdotdot-morelink {
  display: none;
}
.dotdotdot-fixed.is-truncated .dotdotdot-morelink {
  display: inline;
}
section.about {
  background: #fafafa;
}
section.about .faces h1 {
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
section.about .photo {
  height: auto;
}
section.about .photo img {
  max-width: 100%;
}
section.worships {
  background: #dadada;
}
section.worships .headline {
  background-size: cover;
  background-color: transparent;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("../img/worship.png");
  display: inline-block;
  width: 100%;
}
section.worships .headline h1 {
  font-size: 40px;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 80px;
  color: white;
}
section.worships .faces {
  background-color: #fff;
}
section.worships .text {
  padding-top: 40px;
}
section.worships .text p {
  font-size: 14px;
  font-family: 'gothambook';
}
section.worships .map {
  text-align: center;
  padding-bottom: 40px;
}
section.worships .map img {
  max-width: 90%;
}
section.worships ul {
  padding-bottom: 30px;
}
section.worships ul li a {
  font-family: 'gothambold';
  font-size: 14px;
  line-height: 22px;
  color: #3a619d;
  text-decoration: none;
}
section.worships ul li a:hover {
  text-decoration: underline;
}
.video-main {
  float: left;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  width: 750px;
  height: auto;
  min-height: 620px;
}
.video-main .video-thumbnail {
  position: relative;
  max-height: 377px;
  overflow-y: hidden;
}
.video-main .video-thumbnail img {
  width: 100%;
}
.video-main .video-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.video-main .video-thumbnail a span {
  display: block;
  height: 87px;
  width: 123px;
  margin-left: -43px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  background: transparent url("../img/icon-play_big.png") center center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.video-main .video-thumbnail a:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.video-main .video-text {
  display: inline-block;
  width: 100%;
  padding: 30px 20px 20px 20px;
}
.video-main .video-text span.sub {
  padding-left: 12px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
}
.video-main .video-text .next-video {
  padding-left: 30px;
  min-height: 170px;
  border-left: 1px solid #d6d6d6;
  width: 32%;
  float: right;
}
.video-main .video-text .next-video p.next {
  font-size: 14px;
  color: #cc390b;
  line-height: 44px;
  font-family: 'gothambold';
}
.video-main .video-text .next-video h3 a {
  font-size: 16px;
  text-transform: uppercase;
  margin: 3px 0;
  font-family: 'gothambold';
  color: black;
  display: block;
  text-decoration: none;
}
.video-main .video-text .next-video h3 a:hover {
  text-decoration: underline;
}
.video-main .video-text .next-video p.views {
  font-size: 11px;
  text-align: left;
  display: block;
  margin-top: -5px;
}
.video-main .video-text .this-video {
  width: 68%;
  padding-right: 20px;
  float: left;
}
.video-main .video-text .this-video.this-video-hp {
  width: 100% !important;
}
.video-main .video-text .this-video p.views {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.video-main .video-text .this-video p.description {
  height: 40px;
}
.video-main .video-text .this-video ul li.info {
  margin-left: 10px;
  margin-right: 10px;
}
.video-main .video-text h2 {
  font-size: 26px;
  max-width: 100%;
  height: 62px;
  overflow: hidden;
  text-transform: uppercase;
}
.video-main .video-text p {
  font-size: 14px;
  color: #666666;
  margin: 0;
  line-height: 20px;
}
.video-main .video-text p.description {
  height: 20px;
}
.video-main .video-text p.description a {
  color: black;
  font-family: 'gothambold';
}
.video-main .video-text p a:hover {
  text-decoration: none;
}
.video-main .video-text p.tags {
  margin-top: 8px;
  margin-bottom: 18px;
}
.video-main .video-text p.tags a {
  color: #3a619d;
  font-family: 'gothambold';
}
.video-main .video-text p.views {
  float: right;
  font-size: 16px;
  font-family: 'gothambold';
  margin-top: 8px;
  color: #979797;
}
.video-main .video-text .dotdotdot {
  font-size: 14px;
  line-height: 20px;
}
.video-main .video-text .dotdotdot a {
  font-family: 'gothambold';
}
.video-main .video-text ul {
  margin: 21px 0 0 0;
  padding: 0;
}
.video-main .video-text ul div {
  display: inline-block;
  vertical-align: middle;
}
.video-main .video-text ul div.button {
  float: right;
  margin-left: 5px;
}
.video-main .video-text ul li {
  vertical-align: middle;
  line-height: 41px;
  list-style: none;
  display: inline-block;
}
.video-main .video-text ul li.info {
  padding-left: 25px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: 'gothambold';
  color: #3a619d;
}
.video-main .video-text ul li.info a,
.video-main .video-text ul li.info a span {
  font-family: 'gothambold';
  color: #3a619d;
  text-decoration: underline;
}
.video-main .video-text ul li.info a:hover,
.video-main .video-text ul li.info a span:hover {
  text-decoration: none;
}
.video-main .video-text ul li.info.date {
  background: transparent url("../img/icon-clock.png") left 13px no-repeat;
}
.video-main .video-text ul li.info.likes {
  background: transparent url("../img/icon-heart.png") left 13px no-repeat;
}
.video-main .video-text ul li.info.comments {
  padding-left: 0;
}
.video-main .video-text ul li.info.comments a {
  padding-left: 25px;
  background: transparent url("../img/icon-comment.png") left 13px no-repeat;
  display: inline-block;
}
.video-main .video-text ul li.button {
  float: right;
}
.video-main .video-text ul li.social {
  padding: 0 5px;
  margin-top: -8px;
}
.video-main .video-text ul li.social:first-of-type {
  padding-left: 0;
}
.video-main .video-text ul li.social a img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.video-main .video-text ul li.social a:hover img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.video-main .video-text ul li.social button {
  background: none;
  border: none;
}
.video-main .video-text .video-comments {
  display: none;
}
.video-main .video-text .video-comments .fb-comments {
  width: 100% !important;
}
.video-main .video-text .video-comments .fb-comments > span {
  width: 100% !important;
}
.video-main .video-text .video-comments .fb-comments > span > iframe {
  width: 100% !important;
}
section.claim {
  background: #1e181c url("../img/bg-claim.jpg") center top no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding-top: 70px;
  padding-bottom: 95px;
  height: auto;
}
section.claim .upper {
  height: auto;
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 30px;
}
section.claim .upper .video-main {
  min-height: 668px;
}
section.claim .articles {
  overflow: hidden;
  width: 360px;
  min-height: 668px;
  background: white;
  float: right;
  margin-bottom: 0;
  position: relative;
}
section.claim .articles.landscape {
  display: block;
}
section.claim .articles.responsive {
  display: none;
}
section.claim .articles.responsive .article .img-thumbnail {
  max-height: 313px;
}
@media screen and (min-width: 992px) {
  section.claim .articles {
    height: 713px;
  }
}
section.claim .articles .slick-prev {
  left: 15px;
  z-index: 10;
  margin-top: 110px;
  background: transparent url("../img/slick-prev.png") center center no-repeat;
}
section.claim .articles .slick-next {
  right: 15px;
  z-index: 10;
  margin-top: 110px;
  background: transparent url("../img/slick-next.png") center center no-repeat;
}
section.claim .articles .slick-prev:before,
section.claim .articles .slick-next:before {
  display: none;
}
section.claim .articles .slick-dots {
  bottom: 30px;
}
section.claim .articles .slick-dots li {
  margin: 0;
}
section.claim .articles .slick-dots li button:before {
  font-size: 10px;
  color: #979797;
}
section.claim .articles .slick-dots li.slick-active button:before {
  color: #3a619d;
}
section.claim .articles .article {
  outline: none;
}
section.claim .articles .article .img-thumbnail {
  width: 100%;
  max-height: 239px;
  overflow: hidden;
}
section.claim .articles .article .img-thumbnail img {
  width: 100%;
}
section.claim .articles .article .text {
  padding: 30px 50px;
}
section.claim .articles .article .text h2 a,
section.claim .articles .article .text h2 .dotdotdot {
  display: block;
  font-family: 'gothambold';
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
}
section.claim .articles .article .text h2 a:hover,
section.claim .articles .article .text h2 .dotdotdot:hover {
  text-decoration: underline;
}
section.claim .articles .article .text h2 a {
  *height: 87px;
}
section.claim .articles .article .text p.date {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 15px;
}
section.claim .articles .article .text p {
  line-height: 18px;
}
section.claim .articles .article .text p.article-text {
  height: 220px;
}
section.claim .articles .article .text p a {
  color: black;
  font-family: 'gothambold';
}
section.claim .videos {
  height: 220px;
  margin-left: -10px;
  margin-right: -10px;
}
section.claim .videos .videos-header h2 {
  color: white;
  margin-bottom: 20px;
}
section.claim .videos .video-wrapper {
  width: 25%;
  height: 151px;
  overflow: hidden;
  float: left;
  position: relative;
}
section.claim .videos .video-wrapper .video {
  width: 100%;
  height: 151px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px;
}
section.claim .videos .video-wrapper .video p {
  display: block;
  position: absolute;
  z-index: 100;
  color: white;
  text-transform: uppercase;
  font-family: 'gothambold';
  background: rgba(58, 97, 157, 0.75);
  word-wrap: break-word;
  padding: 5px 8px 3px 8px;
  left: 15px;
  bottom: -8px;
  right: 15px;
}
section.claim .videos .video-wrapper .video img {
  width: 100%;
  min-height: 151px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.claim .videos .video-wrapper .video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  section.claim .videos .video-wrapper .video a {
    max-height: 160px;
  }
}
section.claim .videos .video-wrapper .video a span {
  display: block;
  height: 42px;
  width: 59px;
  margin-left: -21px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: transparent url("../img/icon-play_small.png") center center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
section.claim .videos .video-wrapper .video a:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
section.newsletter {
  background: #fafafa;
  height: 100px;
  position: relative;
}
section.newsletter .line {
  background: white;
  height: 3px;
  display: block;
  width: 100%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section.newsletter .container {
  position: relative;
}
section.newsletter .radio-block {
  width: 31%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: left;
  background: #FFF;
  margin-top: -70px;
  padding: 20px 16px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section.newsletter .radio-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 133px;
}
section.newsletter .radio-block span {
  font-size: 14px;
  font-family: 'gothambold';
  color: #00aeef;
  display: block;
  line-height: 18px;
  text-align: center;
}
section.newsletter .radio-block span > span {
  display: block;
  margin: auto;
  color: #0072bc;
  font-size: 12px;
  line-height: 16px;
  font-family: 'gothambold';
}
section.newsletter .boxPhoto {
  text-decoration: none;
}
section.newsletter .cite {
  width: 31%;
  max-width: 550px;
  height: 166px;
  position: relative;
  margin-top: -68px;
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: transparent url("../img/cite-new.png") center center no-repeat;
  background-size: cover;
  display: block;
}
section.newsletter .cite .citeOutsideWrapper {
  display: table;
  height: 166px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
section.newsletter .cite .citeOutsideWrapper .citeInsideWrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 30px;
  padding-right: 130px;
}
section.newsletter .cite .citeOutsideWrapper .citeInsideWrapper p {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  position: relative;
  z-index: 3;
  margin: 0;
  line-height: 21px;
  color: black;
  text-align: center;
  font-family: 'gothambold';
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.newsletter .cite .citeOutsideWrapper .citeInsideWrapper p small {
  font-size: 12px;
  color: #666666;
  display: block;
  padding-top: 5px;
}
section.newsletter .form {
  position: absolute;
  width: 31%;
  display: block;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: -70px;
  background: white;
  padding: 25px 25px 25px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: auto;
  top: -70px;
}
@media screen and (max-width: 992px) {
  section.newsletter .form {
    text-align: center;
    max-width: 550px;
  }
  section.newsletter .form form input[type=submit].btn {
    margin-left: auto;
    margin-right: auto;
  }
}
section.newsletter .form .container {
  width: 100%;
  padding: 0;
  position: relative;
}
section.newsletter .form form h3 {
  font-size: 15px;
  margin: 0 auto;
  text-transform: uppercase;
  color: black;
  display: block;
  padding-bottom: 20px;
  font-family: 'gothambold';
}
section.newsletter .form form input[type="submit"] {
  width: 168px;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: 10px;
  height: 32px;
}
section.newsletter .form form input[type="submit"].btn {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 11px;
  padding: 0;
  line-height: 32px;
}
section.newsletter .form form > div {
  width: 100%;
}
section.newsletter .form form > div.error div {
  color: red;
  padding-top: 10px;
  text-align: center;
}
section.newsletter .form form input[type="text"] {
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 1px solid #afafaf;
  padding: 14px 20px 11px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'gothambold';
}
section.newsletter .form form input[type="text"]:focus {
  border: 1px solid #3a619d;
}
section.newsletter .form form input[type="text"]:focus::-webkit-input-placeholder {
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]:focus:-ms-input-placeholder {
  color: #afafaf;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]::-webkit-input-placeholder {
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.newsletter .form form input[type="text"]:-ms-input-placeholder {
  color: #535353;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.videos {
  padding-bottom: 30px;
  padding-top: 25px;
  background: #f7f7f7;
}
section.videos .video-header {
  color: black;
}
section.videos .video-row {
  height: 490px;
  margin-bottom: 20px;
}
section.videos .video-row .video-wrapper {
  width: 50%;
  float: left;
  height: 490px;
}
section.videos .video-row .video-wrapper:first-of-type .video-inner {
  margin-right: 10px;
}
section.videos .video-row .video-wrapper:last-of-type .video-inner {
  margin-left: 10px;
}
section.videos .video-row .video-wrapper .video-inner {
  background: white;
  height: 490px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section.videos .video-row .video-wrapper .video-inner .video-text {
  padding: 25px 20px;
}
section.videos .video-row .video-wrapper .video-inner .video-text span.sub {
  padding-left: 12px;
  border-left: 1px solid #ccc;
  margin-left: 10px;
}
section.videos .video-row .video-wrapper .video-inner .video-text h2 a,
section.videos .video-row .video-wrapper .video-inner .video-text h2 .dotdotdot {
  display: block;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: black;
  font-family: 'gothambold' !important;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
section.videos .video-row .video-wrapper .video-inner .video-text h2 a:hover,
section.videos .video-row .video-wrapper .video-inner .video-text h2 .dotdotdot:hover {
  color: #3a619d;
}
section.videos .video-row .video-wrapper .video-inner .video-text h2 a {
  height: 52px;
}
section.videos .video-row .video-wrapper .video-inner .video-text p {
  color: #666666;
  margin: 0;
  line-height: 20px;
}
section.videos .video-row .video-wrapper .video-inner .video-text p.description {
  height: 40px;
}
section.videos .video-row .video-wrapper .video-inner .video-text p a:hover {
  text-decoration: none;
}
section.videos .video-row .video-wrapper .video-inner .video-text p.tags {
  margin-top: 8px;
  margin-bottom: 8px;
}
section.videos .video-row .video-wrapper .video-inner .video-text p.tags a {
  color: #3a619d;
  font-family: 'gothambold';
}
section.videos .video-row .video-wrapper .video-inner .video-text p.views {
  float: right;
  font-family: 'gothambold';
  margin-top: 8px;
}
section.videos .video-row .video-wrapper .video-inner .video-text p.description a {
  color: black;
  font-family: 'gothambold';
}
section.videos .video-row .video-wrapper .video-inner .video-text em {
  font-size: inherit;
  font-style: normal;
  background: yellow;
  font-family: 'gothambold';
}
section.videos .video-row .video-wrapper .video-inner .video-text h2 a,
section.videos .video-row .video-wrapper .video-inner .video-text h3 a {
  display: block;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: black;
  font-family: 'gothambold' !important;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
section.videos .video-row .video-wrapper .video-inner .video-text h2 a:hover,
section.videos .video-row .video-wrapper .video-inner .video-text h3 a:hover {
  color: #3a619d;
}
section.videos .video-row .video-wrapper .video-inner .video-thumbnail {
  position: relative;
  height: 314px;
  overflow: hidden;
}
section.videos .video-row .video-wrapper .video-inner .video-thumbnail img {
  position: absolute;
  min-height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.videos .video-row .video-wrapper .video-inner .video-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.videos .video-row .video-wrapper .video-inner .video-thumbnail a span {
  display: block;
  width: 101px;
  height: 71px;
  margin-left: -35px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: transparent url("../img/icon-play.png") center center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
section.videos .video-row .video-wrapper .video-inner .video-thumbnail a:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
section.shop-radio {
  height: 730px;
  background-size: cover;
  background-color: black;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../img/bg-shop-radio.png");
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
section.shop-radio .shop-radio {
  width: 540px;
  height: 730px;
  float: left;
  text-align: center;
  margin-right: 40px;
}
section.shop-radio .shop-radio p.yt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
  font-size: 20px;
  font-family: 'gothambold';
  color: white;
  text-align: center;
}
section.shop-radio .shop-radio p.yt a {
  margin-top: 20px;
}
section.shop-radio .shop-radio h2 {
  margin-top: 70px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  background: transparent;
  border: 2px solid white;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
section.shop-radio .shop-radio h2:hover {
  background: rgba(0, 0, 0, 0.1);
}
section.shop-radio .shop-radio h2 a {
  display: block;
  padding-top: 100px;
  padding-bottom: 30px;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'gothambold';
  text-decoration: none;
}
section.shop-radio .shop-radio h2 a:hover {
  text-decoration: underline;
}
section.shop-radio .shop-radio h2.shop a {
  background: url("../img/icon-eshop.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 35px;
}
section.shop-radio .shop-radio h2.radio a {
  background: url("../img/icon-radio.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center 35px;
}
section.shop-radio .facebook-wrapper {
  width: 560px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#fafafa));
  background: -webkit-linear-gradient(top, white, #fafafa);
  background: -moz-linear-gradient(top, white, #fafafa);
  background: -ms-linear-gradient(top, white, #fafafa);
  background: -o-linear-gradient(top, white, #fafafa);
  height: 730px;
  padding: 70px 30px;
  float: left;
}
section.shop-radio .facebook-wrapper .fb {
  padding-left: 10px;
  padding-right: 10px;
}
section.shop-radio .facebook-wrapper h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
section.shop-radio .facebook-wrapper h2 span {
  font-size: 24px;
  border-bottom: 3px solid #3a619d;
  padding-bottom: 20px;
  position: relative;
  bottom: -1px;
  text-transform: uppercase;
}
.videos-header h2 {
  font-size: 22px;
  text-transform: uppercase;
  padding-left: 25px;
  margin-top: 40px;
}
section.videos.search-results .search-claim {
  text-align: center;
  font-size: 20px;
}
section.videos.search-results .video-row {
  display: inline-block;
  width: 100%;
  height: auto;
}
section.videos.search-results .video-row .video-wrapper {
  height: auto !important;
}
section.videos.search-results .video-row .video-wrapper .video-inner {
  height: auto !important;
}
section.videos.search-results .video-row .video-wrapper .video-inner h3 {
  margin-bottom: 15px;
}
section.videos.search-results .video-row .video-wrapper .video-inner .video-text p.description {
  height: auto;
}
.fb_iframe_widget span,
.fb_iframe_widget iframe,
.fb_iframe_widget {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}
.video-main .video-text .next-video-hp {
  border-left: none;
  padding-left: 0;
  width: 100%;
  float: left;
}
.video-main .video-text .next-video-hp .video-next {
  width: 33%;
  border-left: 1px solid #d6d6d6;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.video-main .video-text .next-video-hp .video-next:first-of-type {
  border-left: none;
  padding-left: 0px;
}
.video-main .video-text .next-video-hp .video-next:nth-of-type(2) {
  width: 34%;
}
.video-main .video-text .next-video-hp .video-next:last-of-type {
  padding-right: 0px;
}
.bigger-taller-h2 {
  height: initial !important;
  font-size: 28px !important;
}
.flash.info {
  padding: 10px 15px;
  border: 1px solid white;
  text-align: center;
  color: #0c4da2;
  background: white;
  margin-bottom: 15px;
}
section.subpage.news {
  padding-top: 100px;
}
section.news {
  background: #fafafa;
}
section.news h1 {
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
section.news .actualities-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
section.news .actualities-wrapper .row {
  width: 100%;
  display: inline-block;
}
section.news .actualities-wrapper .row .actuality {
  width: 33.3%;
  padding: 15px;
  float: left;
}
section.news .actualities-wrapper .row .actuality .inner {
  background: white;
  height: 590px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
section.news .actualities-wrapper .row .actuality .inner .text {
  padding: 50px 40px;
}
section.news .actualities-wrapper .row .actuality .inner .text h2 a,
section.news .actualities-wrapper .row .actuality .inner .text h2 .dotdotdot {
  font-size: 24px;
  display: block;
  font-family: 'gothambold';
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
section.news .actualities-wrapper .row .actuality .inner .text h2 a:hover,
section.news .actualities-wrapper .row .actuality .inner .text h2 .dotdotdot:hover {
  text-decoration: underline;
}
section.news .actualities-wrapper .row .actuality .inner .text h2 a {
  height: 87px;
}
section.news .actualities-wrapper .row .actuality .inner .text p.actuality-text {
  height: 150px;
}
section.news .actualities-wrapper .row .actuality .inner .text p.date {
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 15px;
}
section.news .actualities-wrapper .row .actuality .inner .text p {
  line-height: 18px;
}
section.news .actualities-wrapper .row .actuality .inner .text p a {
  color: black;
  font-family: 'gothambold';
}
section.news .actualities-wrapper .row .actuality .inner .text p a:hover {
  text-decoration: none;
}
section.news .actualities-wrapper .row .actuality .inner .img-thumbnail {
  position: relative;
  overflow: hidden;
  height: 245px;
}
section.news .actualities-wrapper .row .actuality .inner .img-thumbnail a {
  overflow: hidden;
}
section.news .actualities-wrapper .row .actuality .inner .img-thumbnail img {
  position: absolute;
  height: 100%;
  left: -10000%;
  right: -10000%;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.news-detail {
  padding-bottom: 50px;
}
section.news-detail .video-thumbnail {
  width: 100%;
  height: auto;
  position: relative;
}
section.news-detail .video-thumbnail img {
  width: 100%;
  max-width: 100%;
  min-width: 50%;
}
section.news-detail .video-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section.news-detail .video-thumbnail a span {
  display: block;
  width: 101px;
  height: 71px;
  margin-left: -35px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: transparent url("../img/icon-play.png") center center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
section.news-detail .video-thumbnail a:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
section.news-detail .right-padded {
  padding-right: 280px;
}
section.news-detail ul + div,
section.news-detail ol + div {
  margin-top: 25px;
}
section.news-detail h2 {
  font-size: 24px;
  display: block;
  font-family: 'gothambold';
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
section.news-detail h2,
section.news-detail h3 {
  margin-top: 20px;
}
section.news-detail h3 {
  font-size: 20px;
  display: block;
  font-family: 'gothambold';
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
section.news-detail a {
  text-decoration: underline;
  font-family: 'gothambold';
  color: black;
  font-size: 15px;
}
section.news-detail a:hover {
  text-decoration: none;
}
section.news-detail ul,
section.news-detail ol {
  font-size: 15px;
  line-height: 22px;
}
section.news-detail p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 20px;
}
section.news-detail p strong {
  font-family: 'gothambold';
}
section.news-detail p strong,
section.news-detail p em,
section.news-detail p u,
section.news-detail p i {
  font-size: inherit;
}
section.news-detail p img {
  max-width: 100%;
}
section.news-detail .header {
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
  margin-bottom: 50px;
  display: table;
  width: 100%;
}
section.news-detail .header > div {
  display: table-cell;
  vertical-align: bottom;
}
section.news-detail .header .absolute-bottom {
  margin-left: auto;
  margin-right: auto;
}
section.news-detail .header .absolute-bottom h1 {
  color: black;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 44px;
}
section.news-detail .header .absolute-bottom p.date {
  font-size: 14px;
  color: black;
  margin-top: -5px;
}
.show .main-background {
  background: transparent url("../img/bg-claim.png") center 70px no-repeat;
  background-size: cover;
}
.main-background {
  background: transparent url("../img/bg-claim.jpg") center 70px no-repeat;
  background-size: cover;
}
.main-background ul.main-navi {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 50px;
}
.main-background ul.main-navi li {
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.main-background ul.main-navi li.find {
  border-bottom: none;
}
.main-background ul.main-navi li.find .active {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.main-background ul.main-navi li.find a {
  padding: 30px;
  background: transparent url("../img/bg-find.png") center center no-repeat;
  border-bottom: none;
  width: 26px;
  height: 26px;
}
.main-background ul.main-navi li.find a:hover {
  border-bottom: none;
}
.main-background ul.main-navi li a {
  font-size: 24px;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: -1px;
  padding: 30px 100px;
  display: inline-block;
  opacity: 0.4;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 0.3s, border 0.3s;
  -moz-transition: opacity 0.3s, border 0.3s;
  -ms-transition: opacity 0.3s, border 0.3s;
  -o-transition: opacity 0.3s, border 0.3s;
}
.main-background ul.main-navi li a:hover {
  opacity: 1;
  border-bottom: 1px solid white;
}
.main-background ul.main-navi li a.active {
  border-bottom: 3px solid #3a619d;
  opacity: 1;
  margin-bottom: -3px;
  padding-bottom: 28px;
}
.main-background ul.alphabet-navi {
  padding-bottom: 40px !important;
}
.main-background ul.programm-navi,
.main-background ul.alphabet-navi {
  text-align: center;
  padding-bottom: 10px;
}
.main-background ul.programm-navi > div,
.main-background ul.alphabet-navi > div {
  width: 100%;
  display: inline-block;
}
.main-background ul.programm-navi > div .slick-next,
.main-background ul.alphabet-navi > div .slick-next {
  right: 0;
}
.main-background ul.programm-navi > div .slick-prev,
.main-background ul.alphabet-navi > div .slick-prev {
  left: 0;
}
.main-background ul.programm-navi li,
.main-background ul.alphabet-navi li,
.main-background ul.programm-navi div div.menu-item,
.main-background ul.alphabet-navi div div.menu-item {
  display: inline-block;
  padding: 3px 20px 1px 20px;
}
.main-background ul.programm-navi li:focus,
.main-background ul.alphabet-navi li:focus,
.main-background ul.programm-navi div div.menu-item:focus,
.main-background ul.alphabet-navi div div.menu-item:focus {
  outline: none;
}
.main-background ul.programm-navi li a,
.main-background ul.alphabet-navi li a,
.main-background ul.programm-navi div div.menu-item a,
.main-background ul.alphabet-navi div div.menu-item a {
  color: white;
  outline: none;
  text-decoration: none;
  font-family: 'gothambold';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 5px;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.main-background ul.programm-navi li a:hover,
.main-background ul.alphabet-navi li a:hover,
.main-background ul.programm-navi div div.menu-item a:hover,
.main-background ul.alphabet-navi div div.menu-item a:hover {
  opacity: 1;
}
.main-background ul.programm-navi li a.active,
.main-background ul.alphabet-navi li a.active,
.main-background ul.programm-navi div div.menu-item a.active,
.main-background ul.alphabet-navi div div.menu-item a.active {
  opacity: 1;
  text-decoration: underline;
}
.main-background ul.alphabet-navi > div {
  padding-bottom: 0px;
}
.main-background ul.alphabet-navi > div div.menu-item {
  padding-left: 10px;
  padding-right: 10px;
}
.main-background ul {
  padding-left: 0;
}
.main-background ul li {
  list-style: none;
}
section.subpage-video {
  display: inline-block;
  border-bottom: 3px solid white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}
section.subpage-video .player {
  padding-bottom: 100px;
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
section.subpage-video .player .video-main {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
section.subpage-video .player .videos-left {
  margin-right: -5px;
  margin-left: -5px;
  width: calc(100% + 10px);
}
section.subpage-video .player .videos-left .video {
  display: inline-block;
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 20px;
  height: 193px;
  overflow: hidden;
  position: relative;
}
section.subpage-video .player .videos-left .video:last-of-type {
  margin-bottom: 0;
}
section.subpage-video .player .videos-left .video p {
  display: block;
  position: absolute;
  color: white;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: 'gothambold';
  background: #3a619d;
  padding: 5px 8px 3px 8px;
  left: 15px;
  bottom: -8px;
  right: 15px;
}
section.subpage-video .player .videos-left .video img {
  height: auto;
  max-height: initial;
  width: 100%;
  min-height: 193px;
  overflow-y: hidden;
}
section.subpage-video .player .videos-left .video a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
section.subpage-video .player .videos-left .video a span {
  display: block;
  width: 59px;
  height: 42px;
  margin-left: -21px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  background: transparent url("../img/icon-play_small.png") center center no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
section.subpage-video .player .videos-left .video a:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
section.programmes.show {
  padding-top: 80px;
  display: inline-block;
  width: 100%;
  background: #f7f7f7;
  margin-bottom: -5px;
  padding-bottom: 40px;
}
section.programmes.show .programm-list {
  width: 100%;
}
section.programmes.show .programm-list .programme .image {
  height: auto;
  max-height: initial;
}
section.programmes.show .programm-list .programme .text {
  width: 780px;
}
section.programmes.show .programm-list .programme .text .meta {
  margin-bottom: 20px;
}
section.programmes .background {
  background: #fefefe;
  padding-top: 50px;
  padding-bottom: 5px;
}
section.programmes .background .list-wrapper h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
section.programmes .background .list-wrapper .list {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
section.programmes .background .list-wrapper .list ul {
  width: 100%;
  float: left;
  padding-left: 0;
}
@media screen and (min-width: 480px) {
  section.programmes .background .list-wrapper .list ul {
    width: 50%;
  }
}
section.programmes .background .list-wrapper .list ul li {
  padding-left: 0;
  list-style: none;
}
section.programmes .background .list-wrapper .list ul li a {
  color: #3a619d;
}
section.programmes .background .list-wrapper .list ul li a:hover {
  text-decoration: none;
}
section.programmes .background .wrapper {
  display: inline-block;
  width: 100%;
}
section.programmes .background ul.alphabet-navi {
  text-align: center;
}
section.programmes .background ul.alphabet-navi > div {
  width: 100%;
  padding-bottom: 40px;
  display: inline-block;
}
section.programmes .background ul.alphabet-navi > div .slick-next {
  right: 0;
}
section.programmes .background ul.alphabet-navi > div .slick-prev {
  left: 0;
}
section.programmes .background ul.alphabet-navi li,
section.programmes .background ul.alphabet-navi div div.menu-item {
  display: inline-block;
  padding: 3px 12px 1px 12px;
}
section.programmes .background ul.alphabet-navi li:focus,
section.programmes .background ul.alphabet-navi div div.menu-item:focus {
  outline: none;
}
section.programmes .background ul.alphabet-navi li a,
section.programmes .background ul.alphabet-navi div div.menu-item a {
  color: black;
  outline: none;
  text-decoration: none;
  font-family: 'gothambold';
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  padding: 5px;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
section.programmes .background ul.alphabet-navi li a:hover,
section.programmes .background ul.alphabet-navi div div.menu-item a:hover {
  opacity: 1;
}
section.programmes .background ul.alphabet-navi li a.active,
section.programmes .background ul.alphabet-navi div div.menu-item a.active {
  opacity: 1;
  text-decoration: underline;
}
section.programmes .programm-list {
  width: 75%;
  float: left;
}
section.programmes .programm-list .programme {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
}
section.programmes .programm-list .programme:last-of-type {
  margin-bottom: 0;
}
section.programmes .programm-list .programme .image {
  width: 360px;
  height: auto;
  max-height: 180px;
  overflow-y: hidden;
  float: left;
}
section.programmes .programm-list .programme .image img {
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
section.programmes .programm-list .programme .text {
  float: left;
  padding: 10px 30px 0 30px;
  width: 455px;
}
section.programmes .programm-list .programme .text .meta {
  color: #3a619d;
  font-family: 'gothambold';
}
section.programmes .programm-list .programme .text .meta a {
  color: #3a619d;
  font-family: 'gothambold';
  text-transform: uppercase;
}
section.programmes .programm-list .programme .text .meta a:hover {
  text-decoration: none;
}
section.programmes .programm-list .programme .text p {
  font-size: 13px;
  line-height: 20px;
  color: #666666;
}
section.programmes .programm-list .programme .text h2 a,
section.programmes .programm-list .programme .text h2 {
  color: black;
  font-family: 'gothambold';
  text-decoration: none;
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
section.programmes .programm-list .programme .text h2 a:hover {
  text-decoration: underline;
}
section.programmes .ordering {
  z-index: 100;
  width: 275px;
  float: right;
  background: white;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 1180px) {
  section.programmes .ordering {
    width: 185px;
  }
}
@media screen and (max-width: 992px) {
  section.programmes .ordering {
    width: 230px;
  }
}
section.programmes .ordering ul {
  padding-left: 0;
}
section.programmes .ordering ul .content li:first-of-type {
  margin-top: 8px;
}
section.programmes .ordering ul .content li:last-of-type {
  margin-bottom: 20px;
}
section.programmes .ordering ul li {
  list-style: none;
}
section.programmes .ordering ul li.head {
  background: #aeaeae;
  color: white;
  padding-top: 10px;
  padding-bottom: 5px;
}
section.programmes .ordering ul li.head a {
  color: white;
  border-left: none;
  text-decoration: none;
}
section.programmes .ordering ul li.head a:hover {
  text-decoration: none;
  color: white;
  cursor: default;
}
section.programmes .ordering ul li,
section.programmes .ordering ul li a {
  font-size: 14px;
  font-family: 'gothambold';
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #aeaeae;
  text-decoration: none;
}
section.programmes .ordering ul li a {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 25px;
  border-left: 2px solid white;
  -webkit-transition: border 0.3s, color 0.3s;
  -moz-transition: border 0.3s, color 0.3s;
  -ms-transition: border 0.3s, color 0.3s;
  -o-transition: border 0.3s, color 0.3s;
}
section.programmes .ordering ul li a:hover,
section.programmes .ordering ul li a.active {
  color: #3a619d;
}
section.programmes .ordering ul li a.active {
  border-left: 2px solid #3a619d;
}
.breadcrumbs {
  background: white;
  margin-top: 60px;
  font-family: 'gothambold';
  line-height: 50px;
  vertical-align: middle;
  color: #999999;
}
.breadcrumbs a {
  font-family: 'gothambold';
  display: inline-block;
  color: #999999;
  margin-right: 20px;
  padding-left: 20px;
}
.breadcrumbs a:nth-of-type(2n) {
  background: #f7f7f7;
}
.breadcrumbs a:nth-of-type(2n) span.chevron.chevron1 {
  border-color: transparent transparent transparent white;
  margin-right: 25px;
}
.breadcrumbs a:nth-of-type(2n) span.chevron.chevron2 {
  border-color: transparent transparent transparent #f7f7f7;
  margin-left: 25px;
}
.breadcrumbs a:nth-of-type(2n-1) {
  background: white;
}
.breadcrumbs a:nth-of-type(2n-1) span.chevron.chevron1 {
  border-color: transparent transparent transparent white;
}
.breadcrumbs a:nth-of-type(2n-1) span.chevron.chevron2 {
  border-color: transparent transparent transparent white;
  margin-left: 0;
}
.breadcrumbs a:first-of-type {
  padding-left: 30px;
}
.breadcrumbs a:first-of-type span.chevron.chevron2 {
  margin-left: 0;
}
.breadcrumbs a span.chevron {
  width: 0;
  display: inline-block;
  vertical-align: middle;
  height: 0;
  position: relative;
  z-index: 10;
  border-style: solid;
  border-width: 26.5px 0 26.5px 20px;
}
.breadcrumbs a span.chevron.chevron1 {
  margin-left: -20px;
}
.breadcrumbs a span.chevron.chevron2 {
  margin-right: -20px;
  margin-left: 10px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jwplayer-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  max-height: 100% !important;
}
.jwplayer-wrapper .jwplayer-player > div {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}
form.search {
  display: none;
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
form.search .error div {
  color: red;
  position: relative;
  top: 10px;
  left: 35px;
  padding-bottom: 5px;
}
form.search.shown {
  display: block;
}
form.search .control {
  width: calc(100% - 210px + 70px);
  margin-right: 8px;
  float: left;
}
form.search .control input[type="text"] {
  padding: 15px 35px 12px 35px;
  width: calc(100% - 70px);
  min-width: 612px;
  font-size: 14px;
  color: black;
  border: none;
  outline: none;
}
.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}
.youtube-notplayer {
  position: relative;
}
.jwplayer-notplayer {
  position: relative;
}
.video-js .vjs-big-play-button {
  display: block;
  width: 123px;
  height: 87px;
  margin-left: -43px;
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: -43px;
  background: transparent url("../img/icon-play_big.png") center center no-repeat;
  border: 0 none;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.video-js .vjs-big-play-button:before {
  content: '';
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border: 0 none;
  background-color: transparent;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.videojs-wrapper {
  width: 100%;
  position: relative!important;
  padding-bottom: 56.25% !important;
  height: 0;
}
.videojs-wrapper .video-js {
  position: absolute !important;
  width: 100%;
  padding-bottom: 0 !important;
  height: 100%;
}
.sorting {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sorting .sorting-title {
  font-family: 'gothambold';
  font-size: 21px;
}
.sorting .sorting-sort a {
  font-family: 'gothambold';
  font-size: 14px;
  color: #3a619d;
  text-decoration: none;
}
.sorting .sorting-sort .sorted {
  text-decoration: underline;
}
section.contact .hopetv-contact {
  font-size: 14px;
  padding-top: 15px;
  line-height: 22px;
}
section.contact .hopetv-contact a {
  font-size: 14px;
  color: #3a619d;
  text-decoration: underline;
}
section.contact .hopetv-contact a:hover {
  text-decoration: none;
}
section.contact .map {
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
section.contact .howto h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
section.contact .howto h2 span {
  font-size: 24px;
  border-bottom: 5px solid #3a619d;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  bottom: -1px;
  text-transform: uppercase;
}
section.contact .map {
  height: 570px;
  position: relative;
}
section.contact .map .background-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 61%;
}
section.contact .map .background-map #map {
  height: 570px;
}
section.contact .map .content {
  position: absolute;
  top: 0;
  z-index: 3;
  background: #fafafa;
  width: 300px;
  height: 570px;
  margin-bottom: 60px;
}
section.contact .map .content h1 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 18px;
}
section.contact .map .content h2 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}
section.contact .map .content span {
  display: inline-block;
  width: 70px;
}
section.contact .map .content p {
  padding-top: 5px;
  padding-bottom: 5px;
}
section.contact .map .content p.social a {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
section.contact .map .content p.social a:first-child {
  padding-left: 0;
}
section.contact .map .content p.social button {
  background: none;
  border: none;
}
section.contact .map .content p,
section.contact .map .content li,
section.contact .map .content span,
section.contact .map .content a {
  font-size: 14px;
  line-height: 22px;
}
section.contact .map .content a {
  color: inherit;
  text-decoration: underline;
}
section.contact .map .content a:hover {
  text-decoration: none;
}
section.contact .map .content ul {
  padding-left: 0;
}
section.contact .map .content ul li {
  list-style: none;
}
section.contact .howto {
  background: white;
}
section.contact .howto .wrapper {
  padding: 70px 140px;
}
section.contact .howto .wrapper p {
  padding: 0 70px;
  font-size: 15px;
  line-height: 28px;
}
.contactform {
  background: #fafafa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.contactform h2 {
  text-align: center;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #eeeeee;
}
.contactform h2 span {
  font-size: 24px;
  border-bottom: 5px solid #3a619d;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  bottom: -1px;
  text-transform: uppercase;
}
.contactform .wrapper {
  padding: 70px 140px;
}
.contactform .wrapper form {
  padding: 0 70px;
}
.contactform .wrapper form input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 80px;
}
.contactform .wrapper form > div {
  margin-bottom: 50px;
}
.contactform .wrapper form > div.error {
  margin-bottom: 24px;
}
.contactform .wrapper form > div.error input,
.contactform .wrapper form > div.error textarea {
  border-color: #dd082b !important;
}
.contactform .wrapper form > div.error div {
  color: #dd082b !important;
  padding-top: 10px;
  padding-left: 20px;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.contactform .wrapper form > div#mail {
  padding-left: 10px;
}
.contactform .wrapper form > div#mail input {
  background-image: url("../img/bg-mail.png");
}
.contactform .wrapper form > div#name {
  padding-right: 10px;
}
.contactform .wrapper form > div#name input {
  background-image: url("../img/bg-name.png");
}
.contactform .wrapper form > div#mail,
.contactform .wrapper form > div#name {
  float: left;
  width: 50%;
}
.contactform .wrapper form > div textarea {
  background-image: url("../img/bg-textarea.png");
  height: 200px;
}
.contactform .wrapper form > div input,
.contactform .wrapper form > div textarea {
  background-position: 21px 18px;
  background-color: white;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  width: 100%;
  color: #969696;
  padding: 20px 30px 18px 60px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-left: 3px solid #3a619d;
}
.contactform .wrapper form > div label {
  display: none;
}
.mail-sent {
  text-align: center;
}
@media (max-width: 1180px) and (min-width: 992px) {
  section.newsletter .cite {
    width: 31%;
    max-width: 550px;
    height: 142px;
    position: relative;
    margin-top: -41px;
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: transparent url("../img/cite-new.png") center center no-repeat;
    background-size: cover;
  }
  section.newsletter .cite .citeOutsideWrapper {
    height: 142px;
  }
  section.newsletter .cite .citeInsideWrapper {
    padding-left: 30px;
    padding-right: 130px;
  }
  section.newsletter .cite p {
    font-size: 14px;
    position: relative;
    z-index: 3;
    margin: 0;
    line-height: 19px;
    color: black;
    text-align: center;
    font-family: 'gothambold';
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  section.news .actualities-wrapper .row .actuality .inner .img-thumbnail img {
    min-height: 195px;
  }
  section.subpage-video .player .videos-left {
    margin-right: -5px;
    margin-left: -5px;
    width: calc(100% + 10px);
  }
  section.subpage-video .player .videos-left .video {
    display: inline-block;
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 5px;
  }
  section.subpage-video .player .videos-left .video img {
    height: auto;
    max-height: initial;
  }
  .container {
    width: 960px;
  }
  .container.right-padded {
    padding-right: 10px !important;
  }
  footer .mgray-wrapper p.left {
    width: 35%;
  }
  footer .mgray-wrapper p.right {
    width: 65%;
    text-align: right;
  }
  .main-background ul.main-navi li a {
    padding: 30px 80px;
  }
  .main-background ul.programm-navi li {
    padding: 20px 10px;
  }
  header .white-wrapper {
    background: white;
    position: relative;
    z-index: 9992;
    width: 100%;
    height: 70px;
  }
  header .menu {
    z-index: 9991;
    width: 100%;
    background: white;
    position: absolute;
    right: -1200px;
    -webkit-transition: right 0.5s;
    -moz-transition: right 0.5s;
    -ms-transition: right 0.5s;
    -o-transition: right 0.5s;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  header .menu ul {
    text-align: center;
  }
  header .menu ul li {
    display: inline-block;
  }
  header .menu.active {
    top: 70px;
    right: 0px;
  }
  #nav-toggle {
    display: block;
  }
  .video-main {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .video-main .video-text .this-video ul li.info {
    margin-left: 20px;
    margin-right: 20px;
  }
  .video-main .video-text .this-video ul li.info.date {
    margin-left: 110px;
  }
  .video-main .video-text ul li.info.date {
    margin-left: 120px;
  }
  section.programmes.show .programm-list .programme .text {
    width: 580px;
  }
  section.programmes .programm-list .programme.prog-detail .text p {
    display: block;
  }
  section.programmes .programm-list .programme .text {
    width: 345px;
  }
  section.programmes .programm-list .programme .text p {
    display: none;
  }
  section.news .actualities-wrapper .row .actuality .inner .text p.actuality-text {
    height: 140px;
  }
  section.news .actualities-wrapper .row .actuality .inner .text h2 a {
    height: 155px;
  }
  section.about .about-text .text {
    margin-top: 50px;
  }
  section.about .about-text .ilustrations img {
    max-width: 25%;
  }
  section.claim {
    background: black url("../img/bg-claim_md.jpg") center top no-repeat;
    background-size: cover;
    height: auto;
    display: inline-block;
    width: 100%;
  }
  section.claim .videos {
    height: 220px;
  }
  section.claim .videos .video-wrapper {
    height: 123px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  section.claim .videos .video-wrapper .video {
    height: 123px;
  }
  section.claim .videos .video-wrapper .video img {
    min-height: 123px;
  }
  section.claim .upper {
    margin-top: 40px;
    margin-bottom: 15px;
    height: auto;
  }
  section.claim .articles.landscape {
    display: none;
  }
  section.claim .articles.responsive {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  section.claim .articles.responsive .slick-dots {
    bottom: 20px;
  }
  section.claim .articles.responsive .article p.article-text {
    height: 140px;
  }
  section.shop-radio {
    background-image: url("../img/bg-shop-radio_md.png");
    background-size: cover;
  }
  section.shop-radio .shop-radio,
  section.shop-radio .facebook-wrapper {
    margin: 0;
    width: 470px;
  }
  section.videos .video-row {
    height: 465px;
  }
  section.videos .video-row .video-wrapper {
    height: 465px;
  }
  section.videos .video-row .video-wrapper .video-inner {
    height: 465px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail {
    height: 258px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail img {
    min-height: 258px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-text p.views {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
    width: 100%;
    text-align: left;
  }
  section.newsletter .radio-block {
    padding: 34px 16px;
  }
  form.search .control input[type="text"] {
    min-width: initial;
  }
}
@media (max-width: 992px) {
  .bannerForm {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  form.search .control input[type="text"] {
    min-width: initial;
  }
  section.claim .articles.responsive .article .img-thumbnail {
    max-height: 233px;
  }
  section.news .actualities-wrapper .row .actuality .inner .img-thumbnail img {
    min-height: 223px;
  }
  section.subpage-video .player .videos-left .video {
    height: 130px;
  }
  section.subpage-video .player .videos-left .video img {
    min-height: 130px;
  }
  .main-background ul.main-navi li a {
    padding: 30px 40px;
  }
  .main-background ul.programm-navi li {
    padding: 20px 3px;
  }
  .main-background ul.programm-navi li a {
    font-size: 16px;
  }
  .newsletter-form-horizontal {
    height: auto;
    line-height: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .newsletter-form-horizontal form h3 {
    display: block;
  }
  .container {
    width: 720px;
  }
  footer .white-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 180px;
  }
  footer .white-wrapper ul.right,
  footer .white-wrapper ul.left {
    width: 290px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  footer .white-wrapper ul.right li,
  footer .white-wrapper ul.left li {
    padding-left: 8px;
    line-height: 60px;
    padding-right: 8px;
  }
  footer .mgray-wrapper {
    height: 55px;
    padding-top: 15px;
  }
  footer .mgray-wrapper p.left,
  footer .mgray-wrapper p.right {
    width: 100%;
    display: block;
    line-height: 20px;
    text-align: center;
  }
  header .menu ul li a {
    font-size: 14px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 28px;
  }
  .contactform .wrapper {
    padding: 70px;
  }
  .video-main {
    min-height: 0;
  }
  .video-main .video-text .this-video {
    width: 100%;
  }
  .video-main .video-text .next-video {
    display: none;
  }
  .video-main .video-text ul li.info {
    margin-left: 10px;
    margin-right: 10px;
  }
  .video-main {
    min-height: 0;
  }
  .video-main .video-text ul li.info {
    margin-left: 8px;
    margin-right: 8px;
  }
  .video-main .video-text ul li.info.date {
    margin-left: 13px;
  }
  section.programmes.show .programm-list {
    padding-right: 0;
  }
  section.programmes.show .programm-list .programme .text {
    width: 100%;
  }
  section.programmes .programm-list {
    width: 67%;
    padding-right: 30px;
  }
  section.programmes .programm-list .programme {
    height: auto;
  }
  section.programmes .programm-list .programme .image,
  section.programmes .programm-list .programme .text {
    width: 100%;
    height: auto;
    max-height: initial;
  }
  section.programmes .programm-list .programme .image img,
  section.programmes .programm-list .programme .text img {
    margin-bottom: 20px;
  }
  section.programmes .programm-list .programme .image p,
  section.programmes .programm-list .programme .text p {
    display: block;
  }
  section.about .faces .faces-wrapper .face p {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.about .about-text .text {
    margin-top: 75px;
  }
  section.about .about-text .ilustrations img {
    max-width: 36%;
  }
  section.contact .howto .wrapper {
    padding: 70px;
  }
  section.contact .howto .wrapper p {
    padding: 0 30px;
  }
  section.contact .map .background-map {
    width: 51%;
  }
  section.newsletter {
    height: auto;
  }
  section.newsletter .form,
  section.newsletter .cite {
    width: 100%;
    display: block;
    float: none;
    position: relative;
    top: 0;
    padding-top: 53px;
  }
  section.newsletter .cite {
    margin-top: 20px;
    background: transparent url("../img/bg-cite.png") center center no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: 177px;
    padding-top: 0px;
    display: table;
  }
  section.newsletter .cite p {
    font-size: 20px;
  }
  section.newsletter .form {
    height: auto;
  }
  section.newsletter .radio-block {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section.shop-radio {
    background-image: url("../img/bg-shop-radio_sm.png");
    height: 1380px;
    background-color: #fafafa;
    background-size: auto 650px;
  }
  section.shop-radio .facebook-wrapper,
  section.shop-radio .shop-radio {
    width: 100%;
  }
  section.shop-radio .facebook-wrapper {
    background: transparent;
  }
  section.shop-radio .facebook-wrapper .fb {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  section.shop-radio .shop-radio {
    height: 650px;
  }
  section.shop-radio .shop-radio h2 {
    margin-top: 50px;
  }
  section .btn-row a.btn {
    margin: 50px auto 20px auto;
  }
  section.videos .video-row {
    height: 411px;
  }
  section.videos .video-row .video-wrapper {
    height: 411px;
  }
  section.videos .video-row .video-wrapper .video-inner {
    height: 411px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-text p.views {
    margin-bottom: 10px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-text h2 a {
    line-height: 30px;
    height: 60px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail {
    height: 191px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail img {
    min-height: 191px;
  }
  section.claim .upper .video-main {
    min-height: 0;
  }
  section.news .actualities-wrapper .row .actuality {
    width: 50%;
  }
  section.news .actualities-wrapper .row .actuality .inner .text h2 a {
    height: 125px;
  }
  section.claim {
    background: black url("../img/bg-claim_sm.jpg") center top no-repeat;
    background-size: cover;
  }
  section.claim .articles.responsive .article p.article-text {
    height: 210px;
  }
  section.claim .videos .video-wrapper {
    width: 50%;
    height: 192px;
  }
  section.claim .videos .video-wrapper .video {
    height: 192px;
  }
  section.claim .videos .video-wrapper .video img {
    min-height: 192px;
  }
  .sorting {
    margin-left: 0;
  }
}
@media (max-width: 840px) {
  header .menu ul li {
    font-size: 16px;
    display: block;
  }
  header .menu ul li a,
  header .menu ul li a.active {
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border: none;
  }
  header .menu ul li:first-of-type a {
    padding-top: 20px;
  }
  header .menu ul li:last-of-type a {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  section.programmes .ordering {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    margin-bottom: 30px;
  }
  section.programmes .ordering .content {
    display: none;
  }
  section.programmes .ordering ul li.head a:hover {
    cursor: pointer;
    text-decoration: underline;
  }
  section.programmes .programm-list {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  section.claim .articles.responsive .article .img-thumbnail {
    max-height: initial;
  }
  section.claim .articles .article .text h2 a {
    height: auto;
  }
  section.news .actualities-wrapper .row .actuality .inner .img-thumbnail img {
    min-height: 1px;
  }
  .breadcrumbs {
    display: none;
  }
  .player .videos-left {
    display: none;
  }
  h2.section-title.section-title-others span {
    display: block;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    bottom: -24px;
  }
  .container {
    margin: 0;
    width: 100%;
  }
  footer .mgray-wrapper {
    height: 70px;
  }
  .contactform .wrapper form > div#mail,
  .contactform .wrapper form > div#name {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .video-main .video-text .this-video ul li.info.date {
    margin-left: 20px !important;
  }
  .video-main .video-text h2 {
    height: auto;
  }
  section.news .container {
    overflow-x: hidden;
  }
  section.news .actualities-wrapper .row .actuality {
    width: 100%;
    height: auto;
  }
  section.news .actualities-wrapper .row .actuality .inner {
    height: auto;
  }
  section.news .actualities-wrapper .row .actuality .inner .img-thumbnail {
    max-height: initial;
  }
  section.news .actualities-wrapper .row .actuality .inner .text h2 a,
  section.news .actualities-wrapper .row .actuality .inner .text p.actuality-text {
    height: auto;
  }
  section.contact .map {
    height: auto;
  }
  section.contact .map .content {
    height: auto;
  }
  section.contact .map .content p,
  section.contact .map .content h1,
  section.contact .map .content h2,
  section.contact .map .content span,
  section.contact .map .content li,
  section.contact .map .content a {
    text-align: center;
  }
  section.contact .map .background-map #map {
    height: 240px;
  }
  section.contact .map .background-map,
  section.contact .map .content {
    position: relative;
    width: 100%;
  }
  section.shop-radio {
    background-image: url("../img/bg-shop-radio_xs.png");
  }
  section.newsletter {
    height: auto;
  }
  section.newsletter form {
    text-align: center;
    height: auto;
  }
  section.newsletter form input[type="text"],
  section.newsletter form input[type="submit"] {
    display: block;
    float: none;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  section.claim {
    height: auto;
    padding-bottom: 70px;
    background: black url("../img/bg-claim_xs.jpg") center top no-repeat;
    background-size: cover;
  }
  section.claim .upper {
    height: auto;
  }
  section.claim .upper .video-main {
    float: none;
  }
  section.claim .upper .video-main .video-text ul {
    margin-top: 10px;
  }
  section.claim .upper .video-main .video-text ul li.social {
    padding: 0 5px;
  }
  section.claim .upper .video-main .video-text ul li.social button {
    background: none;
    border: none;
  }
  section.claim .upper .video-main .video-text ul li.button {
    display: block;
    max-width: 210px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  section.claim .upper .video-main .video-text p.views {
    text-align: left;
    margin-top: 10px;
  }
  section.claim .articles.responsive {
    height: auto;
  }
  section.claim .articles.responsive .slick-next,
  section.claim .articles.responsive .slick-prev {
    margin-top: 140px;
  }
  section.claim .articles.responsive .slick-dots {
    bottom: 40px;
  }
  section.claim .articles.responsive .article .text {
    padding: 50px 50px 30px 50px;
  }
  section.claim .articles {
    float: none;
  }
  section.claim .videos {
    height: auto;
  }
  section.claim .videos .video-wrapper {
    float: none;
    width: 100%;
    height: auto;
  }
  section.claim .videos .video-wrapper .video {
    height: auto;
  }
  section.claim .videos .video-wrapper .video img {
    height: auto;
    max-height: none;
    min-height: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  section .btn-row a.btn {
    margin-top: 40px;
  }
  section.videos {
    padding-top: 20px;
  }
  section.videos .video-row {
    height: auto;
    margin-bottom: 0;
  }
  section.videos .video-row .video-wrapper {
    margin-bottom: 20px;
    height: auto;
    width: 100%;
    clear: both;
    float: none;
    display: block;
  }
  section.videos .video-row .video-wrapper .video-inner {
    height: auto;
    min-height: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.videos .video-row .video-wrapper .video-inner .video-text p.description {
    height: 80px;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail {
    height: auto;
    min-height: 0;
  }
  section.videos .video-row .video-wrapper .video-inner .video-thumbnail img {
    position: static;
    min-height: 0;
  }
  section.videos .video-row .video-wrapper .video-inner .video-text h2 {
    height: auto;
  }
}
@media (max-width: 730px) {
  .main-background ul.main-navi {
    margin-bottom: 10px;
  }
  .main-background ul.main-navi li a {
    padding: 15px 20px;
  }
  .main-background ul.main-navi li a.active {
    padding-bottom: 14px;
  }
  .video-main .video-text ul div {
    display: block;
    float: none !important;
    text-align: center;
  }
  .video-main .video-text ul div li.button {
    float: none;
  }
}
@media (max-width: 700px) {
  section.claim .cite span.top {
    margin-bottom: -2px;
  }
  section.claim .cite span.bottom {
    margin-top: -2px;
  }
}
@media (max-width: 675px) {
  section.claim .cite span.top {
    margin-bottom: -4px;
  }
  section.claim .cite span.bottom {
    margin-top: -3px;
  }
}
@media (max-width: 650px) {
  section.about .about-text .text,
  section.about .about-text .ilustrations {
    width: 100%;
  }
  section.about .about-text .ilustrations {
    margin-top: -20px;
    text-align: center;
  }
  section.about .about-text .ilustrations img {
    max-width: 29%;
  }
  section.about .faces .faces-wrapper {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  section.about .faces .faces-wrapper .face {
    display: block;
    width: 100%;
  }
  .contactform .wrapper {
    padding: 70px 15px;
  }
  section.contact .howto .wrapper {
    padding: 70px 15px;
  }
}
@media (max-width: 620px) {
  section.programmes .background {
    padding-top: 30px;
  }
  .main-background ul.programm-navi {
    padding-bottom: 20px;
  }
  .main-background ul.programm-navi li {
    padding: 5px;
  }
}
@media (max-width: 600px) {
  .main-background ul.main-navi li a {
    font-size: 20px;
    padding: 10px;
  }
  .main-background ul.main-navi li a.active {
    padding-bottom: 7px;
  }
  form.search .control {
    float: none;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  form.search input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block;
  }
  section.claim .cite p,
  section.claim .cite .citeInsideWrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.claim .cite span.top {
    margin-bottom: -6px;
  }
}
@media (max-width: 570px) {
  section.about .about-text .ilustrations img {
    max-width: 27%;
  }
  section.newsletter .cite {
    background: transparent url("../img/bg-cite_sm.png") center center no-repeat;
    height: 165px;
    background-size: contain;
    margin-bottom: 30px;
    max-width: 400px;
  }
  section.newsletter .cite p {
    font-size: 20px;
  }
}
@media (max-width: 530px) {
  h2.section-title.section-title-search span {
    display: block;
    bottom: -24px;
  }
  section.claim .cite span.top {
    margin-bottom: -8px;
  }
}
@media (max-width: 490px) {
  section.newsletter .form {
    height: auto;
  }
  section.newsletter .form form > div,
  section.newsletter .form form input[type="submit"] {
    width: 100%;
    float: none;
  }
  section.newsletter .cite p,
  section.claim .cite .citeInsideWrapper {
    line-height: 25px;
    font-size: 17px;
    padding-left: 35px;
    padding-right: 130px;
  }
  section.newsletter .cite p small,
  section.claim .cite .citeInsideWrapper small {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .newsletter-form-horizontal form input[type="text"] {
    width: 260px;
  }
  .contactform .wrapper h2 span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contactform .wrapper form {
    padding-left: 0;
    padding-right: 0;
  }
  section.contact .howto .wrapper h2 {
    padding-bottom: 0px;
  }
  section.contact .howto .wrapper h2 span {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  section.contact .howto .wrapper p {
    padding-left: 0;
    padding-right: 0;
  }
  section.shop-radio .facebook-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  section.shop-radio .facebook-wrapper h2 span {
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -20px;
  }
  section.claim .upper .video-main .video-text h2 {
    line-height: 35px;
  }
  section.claim .upper .video-main .video-text ul {
    margin-top: 20px;
    text-align: center;
  }
  section.claim .upper .video-main .video-text ul li.info.date {
    margin-left: 0;
  }
  section.claim .upper .video-main .video-text ul li.info {
    padding-left: 20px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 470px) {
  .main-background ul.main-navi li {
    display: block;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0;
  }
  .main-background ul.main-navi li a,
  .main-background ul.main-navi li a.active {
    font-size: 22px;
    padding: 25px 40px 15px 40px;
  }
}
@media (max-width: 460px) {
  section .videos-header h2 {
    font-size: 21px;
  }
  section.claim .cite span.top {
    margin-bottom: -10px;
  }
  section.claim .cite span.bottom {
    margin-top: -26px;
  }
  section.newsletter .cite p,
  section.claim .cite .citeInsideWrapper {
    font-size: 15px;
    line-height: 20px;
    padding-right: 100px;
  }
  section.newsletter .cite p small,
  section.claim .cite .citeInsideWrapper small {
    font-size: 13px;
  }
}
@media (max-width: 405px) {
  form.search .error div {
    left: 0;
  }
  .newsletter-form-horizontal form h3 {
    margin-bottom: 5px;
    line-height: 25px;
  }
  section.about .about-text .ilustrations img {
    max-width: 42%;
  }
  section.claim .cite span.top {
    margin-bottom: -12px;
  }
  section.claim .cite span.bottom {
    margin-top: -30px;
  }
}
@media (max-width: 360px) {
  .video-main .video-text ul li.info.date {
    margin-left: 40px;
    margin-right: 40px;
  }
  section.newsletter .cite p,
  section.claim .cite .citeInsideWrapper {
    padding-left: 15px;
    padding-right: 70px;
    line-height: 18px;
  }
  section.claim .cite span.top {
    margin-bottom: -12px;
  }
  section.claim .cite span.bottom {
    margin-top: -40px;
  }
}
section.error {
  background: #fafafa;
}
section.error h1 {
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
section.error p {
  text-align: center;
}
/**
 * @package		iPublikuj:Framework!
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		http://www.ipublikuj.eu
 * @author		Adam Kadlec (http://www.ipublikuj.eu)
 *
 * For the full copyright and license information, please view
 * the file LICENSE.md that was distributed with this source code.
 */
/**
 * Client-side styles for iPublikuj:VisualPaginator!
 *
 * @author		Adam Kadlec (http://www.ipublikuj.eu)
 * @package		iPublikuj:VisualPaginator!
 * @version		1.0
 */
.pagination {
  height: auto;
  margin: 18px 0;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  clear: both;
  position: relative;
  font-size: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  font-size: 11px;
  padding-bottom: 5px;
  margin-left: -1px;
}
.pagination a,
.pagination span {
  color: #3a619d;
  font-family: 'gothambold';
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination span {
  cursor: not-allowed;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
@media (max-width: 1180px) {
  .pagination {
    padding: 0 20px;
  }
}
.box-grid {
  width: calc(50% - 20px);
  display: flex;
  margin-top: 40px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  color: inherit;
  text-decoration: none;
}
.box-grid:hover {
  text-decoration: underline;
}
.box-grid__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 80px;
}
.box-grid__body {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.box-grid__body ul li {
  position: relative;
}
.box-grid__body ul li a.box-grid__link {
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 1.2;
}
.box-grid__text {
  font-size: 18px;
  font-family: 'gothambold';
  text-transform: uppercase;
}
.box-grid__link {
  word-break: break-all;
}
.box-grid__image {
  width: 40%;
  min-width: 120px;
  position: relative;
  flex-shrink: 0;
}
.box-grid__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-grid__image:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media screen and (min-width: 1181px) {
  .box-grid__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  .box-grid {
    width: 100%;
  }
}
@media screen and (max-width: 461px) {
  .box-grid {
    flex-direction: column;
    padding-top: 30px;
  }
  .box-grid__row {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .box-grid__body ul {
    width: 100%;
    display: list-item;
    align-self: center;
    padding-left: 0;
    list-style-type: none;
  }
  .box-grid__body ul li {
    text-align: center;
  }
  .box-grid__body ul li a.box-grid__link {
    position: static;
  }
  .box-grid__image {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .box-grid__text {
    text-align: center;
  }
}
