@font-face {
  font-family: "proxima_nova_rgbold";
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-bold-webfont.woff") format("woff"),
    url("../fonts/proximanova-bold-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_novalight";
  src: url("../fonts/proximanova-light-webfont.eot");
  src: url("../fonts/proximanova-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-light-webfont.woff") format("woff"),
    url("../fonts/proximanova-light-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-light-webfont.svg#proxima_novalight")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_novalight_italic";
  src: url("../fonts/proximanova-lightitalic-webfont.eot");
  src: url("../fonts/proximanova-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-lightitalic-webfont.woff") format("woff"),
    url("../fonts/proximanova-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-lightitalic-webfont.svg#proxima_novalight_italic")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_nova_rgregular";
  src: url("../fonts/proximanova-reg-webfont.eot");
  src: url("../fonts/proximanova-reg-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-reg-webfont.woff") format("woff"),
    url("../fonts/proximanova-reg-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-reg-webfont.svg#proxima_nova_rgregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "proxima_novasemibold";
  src: url("../fonts/proximanova-sbold-webfont.eot");
  src: url("../fonts/proximanova-sbold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova-sbold-webfont.woff") format("woff"),
    url("../fonts/proximanova-sbold-webfont.ttf") format("truetype"),
    url("../fonts/proximanova-sbold-webfont.svg#proxima_novasemibold")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #666666;
  font-family: "proxima_nova_rgregular";
  font-size: 17px;
  line-height: 1.3;
  background: #f4f4f4;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  color: #286ac9;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px;
  font-weight: normal;
}
img {
  max-width: 100%;
}
.container {
  width: 995px;
  margin: 0 auto;
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container--fluid {
  width: auto;
  padding: 0 35px;
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.row {
  margin: 0 -10px;
  *zoom: 1;
}
.row > div {
  padding: 0 10px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row--zero {
  margin: 0 0;
}
.row--zero > div {
  padding: 0 0;
}
.col12 {
  width: 100%;
  float: left;
}
.col11 {
  width: 91.666666666667%;
  float: left;
}
.col10 {
  width: 83.333333333333%;
  float: left;
}
.col9 {
  width: 75%;
  float: left;
}
.col8 {
  width: 66.666666666667%;
  float: left;
}
.col7 {
  width: 58.333333333333%;
  float: left;
}
.col6 {
  width: 50%;
  float: left;
}
.col5 {
  width: 41.666666666667%;
  float: left;
}
.col4 {
  width: 33.333333333333%;
  float: left;
}
.col3 {
  width: 25%;
  float: left;
}
.col2 {
  width: 16.666666666667%;
  float: left;
}
.col1 {
  width: 8.3333333333333%;
  float: left;
}
.hidden-desktop {
  display: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table .table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.text-center {
  text-align: center;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.logo-desktop {
  display: block;
  width: 220px;
  position: absolute;
  z-index: 10000;
  left: 15px;
  top: 10px;
}
.header-bar {
  padding-left: 240px;
}
.green-bar {
  padding-left: 240px;
}
.dekstop-team-list {
  /*display: table;*/
}
.top-bar {
  background: #ffffff;
  text-align: center;
}
.top-bar .mobile-team-lists {
  display: none;
  height: 52px;
}
.top-bar .mobile-team-lists ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.top-bar .mobile-team-lists ul.hide {
  opacity: 0;
}
.top-bar .mobile-team-lists ul.show {
  opacity: 1;
  z-index: 9999;
}
.top-bar .team-list {
  height: 52px;
  margin: 0;
  background: #ffffff;
}
.top-bar .team-list .slick-track {
  margin: 0 auto;
}
.top-bar .team-list li {
  display: inline-block;
  margin: 0 25px;
}
.top-bar .team-list a {
  display: block;
}
.top-bar .team-list img {
  display: block;
  margin: 0 auto;
}
.top-bar .slick-prev {
  width: 48px;
  height: 52px;
  left: 0px;
  z-index: 9999;
  opacity: 1;
}
.top-bar .slick-prev:before {
  content: "";
  width: 48px;
  height: 52px;
  display: block;
  background: #ffffff url(../images/arrow-left-black.png) center no-repeat;
  background-size: 10px auto;
  opacity: 1;
}
.top-bar .slick-next {
  width: 48px;
  height: 52px;
  right: 0px;
  z-index: 9999;
  opacity: 1;
}
.top-bar .slick-next:before {
  content: "";
  width: 48px;
  height: 52px;
  display: block;
  background: #ffffff url(../images/arrow-right-black.png) center no-repeat;
  background-size: 10px auto;
  opacity: 1;
}
.green-bar {
  text-align: center;
  background: #5ab463;
  height: 48px;
  overflow: hidden;
}
.green-bar .container--fluid {
  padding: 0 15px;
}
.green-bar ul {
  margin: 0;
}
.green-bar ul .slick-track {
  margin: 0 auto;
}
.green-bar ul li {
  display: inline-block !important;
  margin: 0 0;
  float: none !important;
}
.green-bar ul a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  font-family: "proxima_novasemibold";
  display: block;
  padding: 17px 25px;
  line-height: 1.1;
  white-space: nowrap;
}
.green-bar ul a:hover {
  color: #ffffff;
}
.green-bar ul li.current-cat a {
  color: #ffffff;
}
.green-bar .slick-slider {
  margin-bottom: 0;
}
.green-bar .slick-prev {
  width: 48px;
  height: 48px;
  left: -15px;
  z-index: 9999;
  opacity: 1;
}
.green-bar .slick-prev:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background: #5ab463 url(../images/arrow-left-2.png) center no-repeat;
  background-size: 10px 15px;
  opacity: 1;
}
.green-bar .slick-next {
  width: 48px;
  height: 48px;
  right: -15px;
  z-index: 9999;
  opacity: 1;
}
.green-bar .slick-next:before {
  content: "";
  width: 48px;
  height: 48px;
  display: block;
  background: #5ab463 url(../images/arrow-right-2.png) center no-repeat;
  background-size: 10px 15px;
  opacity: 1;
}
.header-bar {
  background: #202123;
}
.header-bar.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999999;
}
.header-bar.stuck .logo-desktop {
  width: 105px;
}
.header-bar .container {
  width: auto;
  padding: 0;
}
.header-bar .row {
  margin: 0;
}
.header-bar .row > div {
  padding: 0;
}
.header-bar .menu {
  float: left;
}
.header-bar .menu li {
  float: left;
}
.header-bar .menu li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.header-bar .menu a {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  font-family: "proxima_novasemibold";
  color: #ffffff;
  padding: 25px 28px;
}
.header-bar .menu .current-menu-item a {
  color: #202123;
  background: #f4f4f4;
}
.header-bar .menu a:hover {
  color: #202123;
  background: #f4f4f4;
}
.header-bar .icon-menu {
  display: none;
  width: 30px;
  height: 24px;
  background: url(../images/icon-menu.png) center no-repeat;
  background-size: 24px auto;
  text-indent: -9999px;
  margin: 15px 10px;
}
.header-bar .logo {
  width: 77px;
  margin: 0 auto;
  padding: 0;
  display: none;
}
.header-bar .logo img {
  display: block;
  position: relative;
}
.header-bar .header-right {
  float: right;
}
.header-bar .social {
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: margin 0.3s ease-in;
  transition: margin 0.3s ease-in;
}
.header-bar .social li {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-bar .social a {
  display: block;
  width: 68px;
  padding: 23px 0;
}
.header-bar .social img {
  display: block;
  margin: 0 auto;
}
.header-bar .btn-search {
  display: inline-block;
  color: #ffffff;
  font-family: "proxima_novasemibold";
  font-size: 15px;
  padding: 23px 26px;
  position: relative;
  z-index: 999;
}
.header-bar .btn-search img {
  vertical-align: middle;
  margin-left: 10px;
}
.header-bar form {
  float: right;
  position: absolute;
  top: 0;
  right: 2px;
}
.header-bar form input[type="text"] {
  width: 0;
  background: transparent;
  font-family: "proxima_novasemibold";
  font-size: 15px;
  border: none;
  padding: 0 0;
  height: 40px;
  color: #202123;
  background: #ffffff;
  margin-top: 12px;
  margin-right: 55px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-bar form input[type="submit"] {
  display: block;
  width: 0;
  height: 40px;
  border: none;
  padding: 0;
  background: url(../images/icon-search.png) center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  top: 13px;
  right: 13px;
  text-indent: -99999px;
}
.header-bar form.search-open {
  z-index: 999999;
}
.header-bar form.search-open input[type="text"] {
  width: 217px;
  padding: 0 15px;
}
.header-bar form.search-open input[type="submit"] {
  width: 40px;
  padding: 0 15px;
}

.header-bar .social.search-open {
  margin-right: 150px;
}
.main--container {
  padding: 10px 0 0;
  width: 995px;
  margin: 0 0 0 10px;
  position: relative;
  float: left;
}
/*.sticky-wrapper{height:0px !important;}*/
.ad-skyscraper {
  padding-left: 10px;
  padding-top: 10px;
}
.ad-skyscraper.stuck {
  position: fixed;
  top: 80px;
}
.ad-banner {
  margin-bottom: 10px;
}
.ad-banner a {
  display: block;
}
.ad-banner img {
  display: block;
  margin: 0 auto;
}
.ad-banner .ad-area > div {
  margin: 0 auto;
  text-align: center;
}
.ad-banner .ad-area > iframe {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.ad-banner--grey {
  background: #f4f4f4;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.main-slideshow {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.main-slick {
  position: relative;
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.main-slick.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slick img.thumb {
  display: block;
  width: 100%;
  height: auto;
}
.main-slick .caption {
  background: #ffffff;
}
.main-slick .caption > .link {
  padding: 30px 33px;
  display: block;
}
.main-slick .meta {
  vertical-align: middle;
}
.main-slick .meta .subtitle {
  color: #58993c;
  font-family: "proxima_novasemibold";
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
}
.main-slick h2 {
  font-family: "proxima_nova_rgbold";
  font-size: 60px;
  color: #333333;
  line-height: 1.1;
}
.main-slick p {
  color: #333333;
  font-size: 17px;
}

.main-slick .custom-slide {
  position: relative;
}
.main-slick .c-slide-img {
  background: #f1f1f1;
  height: 350px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main-slick .c-slide-img img {
  transition: height 0.1s ease-in-out;
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  left: -9999px;
  margin: 0 auto !important;
  opacity: 1;
  position: absolute;
  right: -9999px;
  width: auto !important;
  max-width: 1000px !important;
}
.main-slick .caption-custom {
  z-index: 9999;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 66.66667%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 35px 20px;
  display: block;
  color: #fff;
}
.main-slick .caption-custom h2 {
  font-size: 25px;
  margin: 5px 0;
  color: #ffffff;
  line-height: 1;
}
.main-slick .caption-custom h2 a {
  color: #ffffff;
}
.main-slick .caption-custom p,
.main-slick .caption-custom > div {
  color: #ffffff;
}
.main-slick .caption-custom > div {
  margin: 12px 0 17px;
}
.main-slick .caption-custom .read-more {
  padding: 0px 10px;
  border: 1px solid #e7e7e7;
  color: #ffffff;
  text-decoration: none;
  margin: 5px 0;
}
.main-slick .slick-dots {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  text-align: center;
  left: 0 !important;
  bottom: 8px !important;
}
.main-slick .slick-dots li {
  list-style: none !important;
  display: inline-block !important;
  margin: 0 2px !important;
  padding: 0px !important;
}
.main-slick .slick-dots li button {
  text-indent: -99999px;
}
.main-slick .slick-dots li button {
  background: #fff !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 1px solid #000;
  border-radius: 50% !important;
  width: 13px !important;
  height: 13px !important;
}
.main-slick .slick-dots li.slick-active button {
  background: #444 !important;
}
.main-slick .slick-arrow {
  text-indent: -99999px;
}
.main-slick button.slick-arrow {
  background-color: transparent !important;
  width: 30px;
  height: 51px;
  position: absolute;
  z-index: 99;
  border: 0px !important;
  padding: 0 !important;
  margin: 0px !important;
  border-radius: 0px !important;
}
.main-slick button.slick-next,
.main-slick button.slick-next:hover,
.main-slick button.slick-next:focus {
  background: url("http://www.4-4-2.com/wp-content/uploads/2016/09/arrow-right-s.png")
    0 0 no-repeat !important;
  background-size: 30px 51px !important;
  outline: none !important;
}
.main-slick .slick-arrow {
  bottom: 0px !important;
  top: auto !important;
}
.main-slick .slick-next {
  right: 0px !important;
}

.main-slick button.slick-prev,
.main-slick button.slick-prev:hover,
.main-slick button.slick-prev:focus {
  background: url("http://www.4-4-2.com/wp-content/uploads/2016/09/arrow-left-s.png")
    0 0 no-repeat !important;
  background-size: 30px 51px !important;
  outline: none !important;
}

.main-slick .slick-prev {
  right: 31px !important;
  left: auto !important;
}

.main-slick-custom {
  position: relative;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-slick-custom img.thumb {
  display: block;
  width: 100%;
  height: auto;
}
.main-slick-custom .caption {
  background: #ffffff;
}
.main-slick-custom .caption > .link {
  padding: 30px 33px;
  display: block;
}
.main-slick-custom .meta {
  vertical-align: middle;
}
.main-slick-custom .meta .subtitle {
  color: #58993c;
  font-family: "proxima_novasemibold";
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
}
.main-slick-custom h2 {
  font-family: "proxima_nova_rgbold";
  font-size: 60px;
  color: #333333;
  line-height: 1.1;
}
.main-slick-custom p {
  color: #333333;
  font-size: 17px;
}

.main-slick-custom .custom-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-slick-custom .custom-slide:first-child {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.main-slick-custom .custom-slide.active-cSlide {
  opacity: 1;
  visibility: visible;
}

.pager-slick {
  position: absolute;
  top: 0;
  right: 0;
  width: 296px;
  background: #202123;
  background: rgba(32, 33, 35, 0.8);
  margin: 0;
  height: 359px;
  overflow: hidden;
}
.pager-slick .slider-pager-item {
  overflow: hidden;
}
.pager-slick .slick-slide {
  min-height: 120px;
  height: 120px;
  padding: 25px 10px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
.pager-slick .slick-slide:hover {
  background: #f4f4f4;
}
.pager-slick .slick-slide:hover h3 {
  color: #202123;
}
.pager-slick img {
  float: left;
  width: 115px;
  height: auto;
  margin-right: 12px;
}
.pager-slick .text {
  overflow: hidden;
}
.pager-slick h3 {
  color: #f4f4f4;
  font-family: "proxima_nova_rgbold";
  font-size: 14px;
  max-height: 55px;
}
.label-cat {
  display: inline-block;
  font-family: "proxima_novasemibold";
  font-size: 14px;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 3px;
}
.label-cat--primary {
  color: #ffffff;
  background: #5eb3e9;
}
.label-cat--news {
  color: #ffffff;
  background: #5eb3e9;
}
.label-cat--warning {
  color: #ffffff;
  background: #fab86a;
}
.label-cat--gerurchte {
  color: #ffffff;
  background: #fab86a;
}
.label-cat--success {
  color: #ffffff;
  background: #a9d36f;
}
.label-cat--transfers {
  color: #ffffff;
  background: #a9d36f;
}
.main-content {
  background: #f9f9f9;
  margin-bottom: 30px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.main-content .content-col {
  float: left;
  width: 64%;
}
.main-content .sidebar-col {
  float: left;
  width: 36%;
}
.articles-list > li {
  background: #ffffff;
  margin-bottom: 8px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.articles-list > li > a.link {
  display: block;
  padding: 38px 18px 38px 35px;
  min-height: 100px;
  position: relative;
}
.articles-list > li:first-child {
  border-top: 0px solid #dddddd;
}
.articles-list .thumb {
  display: block;
  width: 177px;
  position: absolute;
  top: 38px;
  left: 35px;
}
.articles-list .thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.articles-list .text {
  overflow: visible;
  position: relative;
  padding-top: 15px;
  z-index: 100;
  padding-left: 197px;
}
.articles-list .team {
  position: absolute;
  top: -15px;
  right: -10px;
}
.articles-list .team img {
  display: block;
}
.articles-list .subtitle {
  color: #58993c;
  font-family: "proxima_novasemibold";
  font-size: 18px;
  line-height: 1.05;
  margin-top: -16px;
  margin-bottom: 8px;
  padding-right: 40px;
}
.articles-list h2 {
  font-family: "proxima_nova_rgbold";
  font-size: 24px;
  line-height: 1.05;
  padding-right: 24px;
  position: relative;
  color: #333333;
  margin-bottom: 10px;
}
.articles-list h2 a {
  color: #333333;
}
.articles-list .meta .date {
  float: right;
  color: #858585;
  font-size: 14px;
}
.articles-list li .ad-banner {
  padding-top: 10px;
}
.pagination {
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 23px 0 18px;
}
.pagination ul li {
  display: inline-block;
  margin: 0 3px;
}
.pagination ul li a {
  display: block;
  background: #ebebed;
  color: #333333;
  font-size: 14px;
  width: 38px;
  height: 38px;
  padding: 10px 0;
}
.pagination ul li:first-child a {
  width: auto;
  background: transparent;
}
.pagination ul li:last-child a {
  width: auto;
  background: transparent;
}
.pagination ol li {
  display: inline-block;
  margin: 0 3px;
}
.pagination ol li a {
  display: block;
  background: #ebebed;
  color: #333333;
  font-size: 14px;
  width: 38px;
  height: 38px;
  padding: 10px 0;
}
.pagination ol li a.prev {
  width: auto;
  background: transparent;
}
.pagination ol li a.next {
  width: auto;
  background: transparent;
}
.pagination ol li span {
  display: block;
  background: #333333;
  color: #ebebed;
  font-size: 14px;
  width: 38px;
  height: 38px;
  padding: 10px 0;
}
.widget {
  background: #ffffff;
}
.widget + .widget:not(.widget--ad) {
  margin-top: 10px;
}
.widget__title {
  color: #ffffff;
  background: #58993d;
  font-family: "proxima_novasemibold";
  font-size: 14px;
  padding: 10px 16px;
}
.widget__content {
  background: #ffffff;
  padding: 13px;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.widget--ad {
  background: #f9f9f9;
  margin: 0;
  padding: 10px;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  text-align: center;
}
.widget--ad img {
  display: block;
  margin: 0 auto;
}
.widget--ad > div {
  display: block;
  margin: 0 auto;
}
.widget--ad > iframe {
  display: block;
  margin: 0 auto;
}
.league-table {
  width: 100%;
  border-left: 1px dashed #e6e6e6;
  border-right: 1px dashed #e6e6e6;
}
.league-table thead th {
  background: #f5f5f7;
  color: #666666;
  font-size: 14px;
  text-align: left;
  padding: 5px 0px 5px 13px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.league-table tbody td {
  color: #333333;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  height: 40px;
  border-right: 1px dashed #e6e6e6;
  padding-left: 12px;
}
.league-table tbody td:first-child {
  text-align: center;
  width: 30px;
  padding: 0;
}
.league-table tbody td:first-child span {
  display: block;
  width: 30px;
  height: 40px;
  line-height: 38px;
}
.league-table tbody td:first-child span.seat-1 {
  background: #e7efda;
}
.league-table tbody td:first-child span.seat-2 {
  background: #f1f4e9;
}
.league-table tbody td:first-child span.seat-3 {
  background: #deedf2;
}
.league-table tbody td:first-child span.seat-last {
  background: #f3dedd;
}
.league-table tbody td:nth-child(2) {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
.tickets-table {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-collapse: initial;
}
.tickets-table + .tickets-table {
  margin-top: 10px;
}
.tickets-table tr td {
  color: #333333;
  font-size: 14px;
  vertical-align: top;
}
.tickets-table tr td img {
  vertical-align: top;
}
.tickets-table .stadium {
  color: #858585;
}
.tickets-table .more {
  display: block;
  width: 30px;
  height: 30px;
  background: #ebebed;
  position: relative;
  text-indent: -99999px;
}
.tickets-table .more::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #7e7e7e;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.tickets-table .more:hover {
  background: #58993d;
}
.tickets-table .more:hover::before {
  border-color: transparent transparent transparent #ffffff;
}
.tickets-table--last {
  border-bottom: 0;
  padding-bottom: 0;
}
.tickets-table--last tr td {
  vertical-align: middle;
}
.tickets-table--last tr .td-last {
  text-align: right;
}
.footer {
  padding: 15px 0 50px;
}
.footer .footer-menu {
  margin-bottom: 20px;
}
.footer .footer-menu li {
  display: inline-block;
  margin-right: 10px;
}
.footer .footer-menu a {
  font-size: 16px;
  color: #797b84;
}
.footer .footer-menu a:hover {
  color: #58993c;
}
.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(80, 80, 80, 0.8);
  z-index: 999999;
  text-align: center;
}
.mobile-menu ul {
  margin: 70px 50px 80px;
}
.mobile-menu ul li {
  margin-bottom: 13px;
}
.mobile-menu ul li a {
  display: block;
  color: #202123;
  background: #ffffff;
  padding: 17px 0;
  border-radius: 5px;
}
.mobile-menu ul li a:hover {
  background: #202123;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.mobile-menu .menu-close {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 auto;
}
.single-post {
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.single-post .featured-image {
  position: relative;
}
.single-post .featured-image img {
  display: block;
  width: 100%;
  height: auto;
}
.single-post .featured-image .caption {
  background: #202123;
  background: rgba(32, 33, 35, 0.5);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-style: italic;
  padding: 17px 35px;
}
.single-post .post-content {
  background: #ffffff;
  padding: 30px 33px;
}
.single-post .meta {
  vertical-align: middle;
}
.single-post .meta .subtitle {
  color: #58993c;
  font-family: "proxima_novasemibold";
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
}
.single-post h1 {
  font-family: "proxima_nova_rgbold";
  font-size: 60px;
  color: #333333;
}
.single-post h2 {
  font-family: "proxima_nova_rgbold";
  font-size: 21px;
  color: #333333;
}
.single-post p {
  color: #333333;
  font-size: 17px;
}
.gallery-images {
  position: relative;
  padding: 5px 20px;
  width: auto;
  max-width: 995px;
  margin: 0px auto;
  margin-top: -70px;
}
.gallery-images .gallery-slick {
  margin-bottom: 0;
}
.gallery-images .slick-slide {
  position: relative;
}
.gallery-images .slick-prev {
  width: 33px;
  height: 48px;
  background: #202123;
  background: rgba(32, 33, 35, 0.8);
  display: block;
  position: absolute;
  left: 0;
  z-index: 99999;
}
.gallery-images .slick-prev:before {
  content: "";
  width: 33px;
  height: 48px;
  display: block;
  background: url(../images/arrow-left.png) center no-repeat;
  background-size: 10px 14px;
}
.gallery-images .slick-next {
  width: 33px;
  height: 48px;
  background: #202123;
  background: rgba(32, 33, 35, 0.8);
  display: block;
  position: absolute;
  right: 0;
  z-index: 99999;
}
.gallery-images .slick-next:before {
  content: "";
  width: 33px;
  height: 48px;
  display: block;
  background: url(../images/arrow-right.png) center no-repeat;
  background-size: 10px 14px;
}
.gallery-images .title {
  background: #202123;
  background: rgba(32, 33, 35, 0.5);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 17px;
  font-style: italic;
  padding: 17px 35px;
}
.gallery-images button.mfp-close {
  top: 5px;
  right: 20px;
  color: #ffffff;
  background: #202123;
  background: rgba(32, 33, 35, 0.8);
}
.gallery-images .top-ad {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-images .bottom-ad {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.gallery-images .side-ad {
  position: absolute;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 300px;
}
.gallery-images .top-ad-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.gallery-images .bottom-ad-mobile {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.gallery-images .ad-banner {
  margin-bottom: 0;
}

.gallery-post-btn {
  display: table;
  padding: 0 30px;
  line-height: 50px;
  color: #fff;
  background-color: #58993c;
  margin-right: 60px;
}
.gallery-post-btn br {
  display: none;
}
.ads-slick .slick-slide {
  text-align: center;
}
.ads-slick .slick-slide iframe {
  display: block;
  margin: 0 auto;
}

.search_header {
  background: #ffffff;
  padding: 25px 35px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 25px;
}
.search_header h1 {
  font-family: "proxima_nova_rgbold";
  font-size: 40px;
  color: #333333;
}

.skyscraper-wrapper {
  float: left;
  position: relative;
}

.add-new-single--fixed {
  position: fixed;
  z-index: 30000;
  width: 995px;
  top: 66px;
}
.add-new-single--fixed-imp {
  position: inherit !important;
  top: 0 !important;
}

.page-template-page-gallery .content-col {
  width: 100%;
}
.page-template-page-gallery .sticky-wrapper {
  height: auto !important;
}
.page-template-page-gallery .gallery-wrapper {
  min-height: 600px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.page-template-page-gallery .gallery-wrapper .gallery-navigation {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-template-page-gallery .gallery-wrapper .gallery-navigation .prev-button {
  float: left;
  margin-right: 10px;
  background-color: #202123;
  font-family: "proxima_novasemibold";
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .prev-button
  i {
  margin-right: 5px;
  line-height: 1;
  position: relative;
  bottom: -1px;
}
.page-template-page-gallery .gallery-wrapper .gallery-navigation .next-button {
  float: right;
  margin-left: 10px;
  background-color: #202123;
  font-family: "proxima_novasemibold";
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .next-button
  i {
  margin-left: 5px;
  line-height: 1;
  position: relative;
  bottom: -1px;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .next-button:hover,
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .prev-button:hover {
  opacity: 0.7;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination {
  float: left;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul {
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul
  li {
  float: left;
  list-style: none;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul
  li
  + li {
  margin-left: 5px;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul
  li
  a {
  display: block;
  background-color: #202123;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-family: "proxima_novasemibold";
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul
  li
  a.active-page {
  background-color: #d81e05;
}
.page-template-page-gallery
  .gallery-wrapper
  .gallery-navigation
  .gallery-pagination
  ul
  li
  a:hover {
  opacity: 0.7;
}
.page-template-page-gallery .gallery-wrapper .navigation-image {
}
.page-template-page-gallery .gallery-wrapper .navigation-image img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-page-gallery .gallery-wrapper .navigation-image .caption {
  background: #212224;
  padding: 10px;
}
.page-template-page-gallery .gallery-wrapper .navigation-image .caption p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.page-template-page-gallery .gallery-wrapper .go-back-area .prev-button {
  float: left;
  margin-right: 10px;
  background-color: #202123;
  font-family: "proxima_novasemibold";
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
}
.page-template-page-gallery .gallery-wrapper .go-back-area .prev-button i {
  margin-right: 5px;
  line-height: 1;
  position: relative;
  bottom: -1px;
}
.listheader {
  background-color: #5ab463;
}
.listitem.current,
.griditem.current {
  border-left-color: #5ab463;
}
.griditem:hover .playbutton,
.current .playbutton {
  background-color: #5ab463;
}

#g-header {
  position: relative;
}
.ad-banner.ad-after-h2 {
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  width: 100%;
  height: 280px;
  position: absolute;
  left: -15px;
}
.ad-banner.ad-after-h2.loaded {
  visibility: visible;
  opacity: 1;
  position: relative;
}

/* Policy popup */
.privacy-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  z-index: 1000000;
  text-align: center;
  display: none;
}
.privacy-popup p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}
.privacy-popup .btn {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #006dcc;
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  margin: 0 5px;
  vertical-align: middle;
  transition: all 400ms ease;
}
.privacy-popup .btn:hover {
  background-color: #04c;
  background-image: linear-gradient(to bottom, #0044cc, #0088cc);
}

/* style.css added here */
.alignnone {
  margin: 0 20px 20px 0;
  padding: 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 0 auto;
  padding: 0 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
  padding: 20px 0;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  padding: 20px 0;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 20px;
  padding: 20px 0;
}
a img.alignnone {
  margin: 0 20px 20px 0;
  padding: 20px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  padding: 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#animated-charts {
  display: none !important;
}
#who-we-are .container {
  padding: 40px 0 20px !important;
}
ul.contact-info {
  margin-left: 0 !important;
}
/* end */

@media only screen and (min-width: 1024px) {
  .green-bar ul li {
    width: auto !important;
  }
}
@media only screen and (max-width: 1660px) {
  .main--container {
  }
  .ad-skyscraper.stuck {
    margin-right: -590px;
  }
  .top-bar {
    padding-left: 240px;
  }
}
@media only screen and (max-width: 1200px) {
  .top-bar .team-list li {
    margin: 0 10px;
  }
  .main--container {
  }
  .ad-skyscraper {
    display: none;
  }
  .skyscraper-wrapper {
    display: none;
  }
  .main--container {
    float: none;
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 1190px) {
  .logo-desktop {
    width: 160px;
  }
  .header-bar {
    padding-left: 180px;
  }
  .green-bar {
    padding-left: 180px;
  }
  .top-bar {
    padding-left: 180px;
  }
  .header-bar .menu a {
    padding: 25px 23px;
  }
  .green-bar .slick-prev,
  .green-bar .slick-next {
    margin-top: -26px;
  }
}

@media only screen and (max-width: 1023px) {
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .hidden-tablet {
    display: none;
  }
  .visible-tablet {
    display: block;
  }
  .container {
    width: auto;
    padding: 0 15px;
  }
  .main--container {
    width: auto;
    padding: 10px 15px 0;
  }
  .green-bar {
    height: 48px !important;
    overflow: hidden;
  }
  .green-bar ul li {
    margin: 0 0;
    float: left !important;
  }
  .green-bar ul a {
    font-size: 13px;
  }
  .header-bar .menu a {
    font-size: 13px;
    padding: 20px 22px;
  }
  .header-bar .logo {
    display: block;
    padding: 0;
    width: 60px;
  }
  .header-bar .social a {
    padding: 17px 0;
    width: 54px;
  }
  .header-bar .social.search-open {
    margin-right: 0;
  }
  .header-bar form input[type="text"] {
    height: 30px;
    margin-right: 45px;
  }
  .header-bar form input[type="submit"] {
    top: 6px;
    right: 8px;
  }
  .header-bar .btn-search {
    padding: 16px 20px;
  }
  .main-slick-custom .slick-prev {
    width: 33px;
    height: 48px;
    background: #202123;
    background: rgba(32, 33, 35, 0.8);
    display: block;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 99999;
  }
  .main-slick-custom .slick-prev:before {
    content: "";
    width: 33px;
    height: 48px;
    display: block;
    background: url(../images/arrow-left.png) center no-repeat;
    background-size: 10px 14px;
  }
  .main-slick-custom .slick-next {
    width: 33px;
    height: 48px;
    background: #202123;
    background: rgba(32, 33, 35, 0.8);
    display: block;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: 99999;
  }
  .main-slick-custom .slick-next:before {
    content: "";
    width: 33px;
    height: 48px;
    display: block;
    background: url(../images/arrow-right.png) center no-repeat;
    background-size: 10px 14px;
  }
  .pager-slick {
    display: none;
  }
  .main-content .content-col {
    width: 100%;
  }
  .main-content .sidebar-col {
    display: none;
  }
  .main-content .sidebar-col {
    display: block;
    width: 100%;
  }
  .main-content .sidebar-col .widget {
    display: none;
  }
  .main-content .sidebar-col .widget-videos,
  .main-content .sidebar-col .widget--mobile-show {
    display: block;
  }
  .articles-list li {
    border-left: 1px solid #dddddd;
  }
  .articles-list h2 {
    margin-top: 20px;
  }

  .main-slick-custom .custom-slide {
    position: inherit;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
  }
  .main-slick-custom .custom-slide:first-child {
    position: inherit;
    opacity: 1;
    visibility: visible;
  }

  .add-new-single--fixed {
    position: fixed;
    z-index: 30000;
    width: 100%;
    top: 54px;
    left: 0;
  }

  .logo-desktop {
    display: none;
  }
  .header-bar {
    padding-left: 0;
  }
  .green-bar {
    padding-left: 0;
  }
  .top-bar {
    padding-left: 0;
  }
  .green-bar .slick-prev,
  .green-bar .slick-next {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .main-slick .c-slide-img img {
    max-width: 700px !important;
  }
}
@media only screen and (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .hidden-mobile {
    display: none;
  }
  .visible-mobile {
    display: block;
  }
  .header-bar .logo {
    display: block;
    padding: 0;
    width: 60px;
  }

  .top-bar {
    overflow: hidden;
  }
  .top-bar .mobile-team-lists {
    display: block;
  }
  .top-bar .dekstop-team-list {
    display: none;
  }
  .top-bar .container {
    padding: 0;
  }
  .green-bar .slick-slider {
    margin-bottom: 0;
  }
  .green-bar .slick-prev {
    width: 48px;
    height: 48px;
    left: -15px;
    z-index: 9999;
    opacity: 1;
  }
  .green-bar .slick-prev:before {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background: #5ab463 url(../images/arrow-left-2.png) center no-repeat;
    background-size: 10px 15px;
    opacity: 1;
  }
  .green-bar .slick-next {
    width: 48px;
    height: 48px;
    right: -15px;
    z-index: 9999;
    opacity: 1;
  }
  .green-bar .slick-next:before {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    background: #5ab463 url(../images/arrow-right-2.png) center no-repeat;
    background-size: 10px 15px;
    opacity: 1;
  }
  .green-bar ul a {
    color: #ffffff;
  }
  .header-bar .menu {
    display: none;
  }
  .header-bar .icon-menu {
    display: block;
  }
  .header-bar .social {
    display: none;
  }
  .header-bar form input[type="text"] {
    width: 0;
  }
  .header-bar .btn-search span {
    display: none;
  }
  .main--container {
    padding: 10px 0 0;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .main--container .container {
    padding: 0;
  }
  .main-content {
    box-shadow: none;
    margin-bottom: 0;
  }
  .main-content .row {
    margin: 0;
  }
  .main-content .row > div {
    padding: 0;
  }
  .main-slick-custom .slick-prev {
    top: 55px;
  }
  .main-slick-custom .slick-next {
    top: 55px;
  }
  .main-slick-custom .caption {
  }
  .main-slick-custom .caption > .link {
    padding: 15px;
  }
  .main-slick-custom h2 {
    font-size: 31px;
  }
  .main-slick-custom p {
    font-size: 15px;
  }
  .articles-list li {
    border-left: none;
    border-right: none;
  }
  .articles-list > li > a.link {
    padding: 10px;
  }
  .articles-list .thumb {
    width: 75px;
    height: 75px;
    overflow: hidden;
    top: 40px;
    left: 10px;
  }
  .articles-list .thumb img {
  }
  .articles-list .text {
    overflow: visible;
    padding: 0;
    padding-left: 85px;
  }
  .articles-list .subtitle {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 18px;
    overflow: hidden;
  }
  .articles-list h2 {
    font-size: 17px;
    padding-top: 30px;
    padding-right: 55px;
    margin-top: 0;
  }
  .articles-list .team {
    top: 7px;
  }
  .pagination {
    border-right: none;
    position: relative;
    padding: 0;
  }
  .pagination ul li a,
  .pagination ol li a,
  .pagination ol li span {
    width: auto;
    background: transparent;
    height: 48px;
    padding: 15px 2px;
    color: #333;
  }
  .pagination ul li:first-child a,
  .pagination ol li a.prev {
    width: 33px;
    height: 48px;
    background-color: #202123;
    background-color: rgba(32, 33, 35, 0.8);
    background-image: url(../images/arrow-left.png);
    background-position: center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    text-indent: -9999px;
  }
  .pagination ul li:last-child a,
  .pagination ol li a.next {
    width: 33px;
    height: 48px;
    background-color: #202123;
    background-color: rgba(32, 33, 35, 0.8);
    background-image: url(../images/arrow-right.png);
    background-position: center;
    background-size: 10px 14px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    text-indent: -9999px;
  }
  .footer {
    padding: 15px 0 50px;
    text-align: center;
  }
  .footer .container {
    padding: 0;
  }
  .footer .footer-menu li {
    display: inline-block;
    margin: 0 5px;
  }
  .footer .footer-menu li a {
    font-size: 14px;
  }
  .single-post .featured-image .caption {
    padding: 15px;
  }
  .single-post .post-content {
    padding: 15px;
  }
  .single-post h1 {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .single-post h2 {
    font-size: 24px;
  }
  .gallery-images .title {
    position: relative;
    padding: 10px 10px;
    font-size: 12px;
  }
  .mobile_banner_fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
  }

  .top-bar .mobile-team-lists .slick-list {
    width: 80%;
    margin: 0 auto;
  }
  .green-bar .slick-prev,
  .green-bar .slick-next {
    margin-top: 0;
  }
}

/*#eox_Cont{ position:static !important; top: auto !important; left: auto !important; }*/

@media only screen and (max-width: 500px) {
  .main-slick .c-slide-img img {
    max-width: 600px !important;
  }
  .main-slick .caption-custom {
    width: 100%;
  }
  .main-slick .caption-custom p {
    display: none;
  }
  .main-slick .caption-custom .read-more {
    display: none;
  }
}
