* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333333; }

div, p, img, figure, iframe {
  display: block; }

figure {
  margin: 0; }

img {
  max-width: 100%; }

p {
  margin: 0 0 12px; }
  p:last-child {
    margin-bottom: 0; }

.flex, .breakingNews, .pagination {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.middle, .breakingNews {
  -ms-flex-align: center;
  align-items: center; }

.center, .pagination {
  -ms-flex-pack: center;
  justify-content: center; }

.clear:after, .pageCont .inner:after {
  content: "";
  display: table;
  clear: both; }

.wrapper {
  width: 100%; }

.container {
  width: 1230px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

header {
  text-align: center;
  padding: 15px 15px;
  background-color: #052962;
  margin-bottom: 1px; }
  header.white {
    background-color: #ffffff; }
    header.white .logo p {
      color: #ff0000; }
  header .logo {
    line-height: 1;
    max-width: 290px;
    margin: 0 auto; }
    header .logo h1 {
      margin: 0;
      text-align: center; }
    header .logo img {
      display: inline-block; }
    header .logo p {
      font-size: 20px;
      margin-bottom: 0;
      color: #ffffff;
      padding-top: 5px; }

.breakingNews {
  background-color: #052962;
  color: #ffffff;
  padding: 0px 15px;
  margin-bottom: 30px; }
  .breakingNews .title {
    float: left;
    width: 125px;
    border-right: 1px solid #ffffff; }
    .breakingNews .title h2 {
      font-weight: 400;
      font-size: 16px;
      line-height: 1.1;
      margin: 0;
      padding: 5px 0; }
      .breakingNews .title h2 strong {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 21.5px; }
  .breakingNews .text {
    float: left;
    width: calc(100% - 125px);
    padding-left: 15px; }

.dateRow.blue .optiscroll-htrack {
  background-color: #052962; }
.dateRow.blue .inner a {
  border-color: #052962;
  color: #052962; }
  .dateRow.blue .inner a:hover, .dateRow.blue .inner a.active {
    color: #ffffff;
    background-color: #052962; }
.dateRow .optiscroll-htrack {
  opacity: 0.3;
  background-color: #ff0000;
  bottom: 0;
  height: 5px; }
.dateRow .optiscroll:hover > .optiscroll-h .optiscroll-htrack {
  opacity: 0.7; }
.dateRow .inner {
  white-space: nowrap;
  width: 100%;
  height: 32px;
  margin-bottom: 20px; }
  .dateRow .inner a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #ff0000;
    text-decoration: none;
    border: 1px solid #ff0000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    .dateRow .inner a:hover, .dateRow .inner a.active {
      color: #ffffff;
      background-color: #ff0000; }

.pageCont {
  margin-bottom: 30px; }
  .pageCont .optiscroll-vtrack {
    width: 6px;
    right: 0; }
  .pageCont .optiscroll-vtrack,
  .pageCont .optiscroll-htrack {
    opacity: 0.3;
    background-color: #ff0000; }
  .pageCont .optiscroll:hover > .optiscroll-v .optiscroll-vtrack {
    opacity: 0.7; }
  .pageCont .leftPan {
    width: 25%;
    float: left; }
    .pageCont .leftPan .thumbnailWrap {
      height: 100%; }
    .pageCont .leftPan .optiscroll {
      height: 100%; }
    .pageCont .leftPan .thumbnail {
      margin-bottom: 10px;
      border: 1px solid #ff0000;
      margin-right: 10px;
      -webkit-box-shadow: 0px 0px 0px #333333;
      -moz-box-shadow: 0px 0px 0px #333333;
      -ms-box-shadow: 0px 0px 0px #333333;
      box-shadow: 0px 0px 0px #333333;
      transition: 0.3s;
      position: relative;
      z-index: 0; }
      .pageCont .leftPan .thumbnail:last-child {
        margin-bottom: 0; }
      .pageCont .leftPan .thumbnail img {
        width: 100%;
        height: auto; }
      .pageCont .leftPan .thumbnail:hover, .pageCont .leftPan .thumbnail.active {
        -webkit-box-shadow: 0px 0px 5px #333333;
        -moz-box-shadow: 0px 0px 5px #333333;
        -ms-box-shadow: 0px 0px 5px #333333;
        box-shadow: 0px 0px 5px #333333; }
      .pageCont .leftPan .thumbnail .pageNo {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        text-decoration: none;
        width: 25px;
        text-align: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px; }
        .pageCont .leftPan .thumbnail .pageNo:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px;
          border-color: #ff0000 transparent transparent #ff0000; }
  .pageCont .rightPan {
    width: 75%;
    padding-left: 30px;
    float: right; }
    .pageCont .rightPan .pageBox a {
      display: none; }
      .pageCont .rightPan .pageBox a:first-child {
        display: block; }
    .pageCont .rightPan .rightBox {
      display: none; }
      .pageCont .rightPan .rightBox:first-child {
        display: block; }

.pagination {
  list-style: none;
  margin: 10px 0 0;
  padding: 0 0; }
  .pagination li {
    margin-right: 5px;
    margin-bottom: 10px; }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li a {
      text-decoration: none;
      border: 1px solid #ff0000;
      padding: 4px 8px;
      color: #ff0000;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      background-color: #ffffff; }
      .pagination li a:hover, .pagination li a.active {
        background-color: #ff0000;
        color: #ffffff; }
      .pagination li a.active {
        pointer-events: none; }

.videoRow {
  margin-bottom: 30px; }
  .videoRow .videoBox {
    width: 450px; }
    .videoRow .videoBox video {
      display: block;
      width: 100%;
      border: 5px solid #052962; }
  .videoRow .videoText {
    width: calc(100% - 450px);
    padding-left: 30px; }

footer .footerTop {
  margin-bottom: 10px; }
  footer .footerTop figure:last-child {
    margin-bottom: 0; }
footer .copyright {
  padding: 5px 0;
  text-align: center;
  background-color: #ff0000;
  color: #ffffff;
  text-transform: uppercase; }

.whatsappBtn {
  color: #55cd6c;
  border: 1px solid #55cd6c;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 30px;
  padding: 5px 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  .whatsappBtn img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .whatsappBtn:hover {
    border-color: #55cd6c;
    background-color: #55cd6c;
    color: #ffffff; }

/*# sourceMappingURL=style.css.map */
