@charset "UTF-8";
html {
  overflow-y: scroll; }

body {
  font-family: "Rubik", sans-serif;
  color: #000;
  background: #092da8;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

p {
  line-height: 20px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
  font-weight: 700; }

a {
  color: #000000;
  transition: .3s; }

a:focus,
a:hover {
  color: #e00000;
  text-decoration: none;
  outline: 0;
  transition: .3s; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none;
  margin: 0; }

.top-bar {
  padding: 10px 40px 10px 20px;
  min-height: 40px; }

.tb-left li {
  float: left;
  margin-right: 35px;
  position: relative; }

.tb-left li:before, .tb-right li:before {
  content: "";
  width: 5px;
  height: 6px;
  -webkit-border-radius: 3px 2px 2px 3px/3px;
  -moz-border-radius: 3px 2px 2px 3px/3px;
  border-radius: 3px 2px 2px 3px/3px;
  background-color: #444;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.35), inset 1px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.35), inset 1px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px rgba(255, 255, 255, 0.35), inset 1px 1px 2px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 6px;
  right: -20px; }

.tb-left li:last-child:before, .tb-right li:last-child:before {
  display: none; }

.tbl-date {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px; }

.tbl-temp {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.tbl-temp i {
  margin-right: 5px; }

.tb-right li {
  float: left;
  margin-left: 35px;
  position: relative; }

.tbr-login a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.tbr-login a:hover {
  color: #e00000; }

.tbr-social span a {
  color: #FFF;
  font-size: 14px;
  margin-left: 10px; }

.tbr-social span a:hover {
  color: #e00000; }

.tb-right {
  display: table;
  float: right; }

.wrapper-top {
  background: #fff;
  margin-top: 14px;
  padding: 0;
  position: relative; }

.wrapper {
  background: #fff;
  padding: 0;
  position: relative; }

.wrapper-top:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  height: 7px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 98.5%;
  margin: 0;
  margin: 0 auto; }

.wrapper-top:after {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  height: 14px;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 97%;
  margin: 0;
  margin: 0 auto; }

header {
  height: 51px;
  position: relative; }

.header-wrap {
  position: relative;
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  -ms-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease; }

.header-row {
  background: #f8f8f8;
  border-bottom: 1px solid #dddddd; }

header nav ul li {
  float: left;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase; }

header nav ul li a {
  padding: 15px 15px;
  display: table;
  background: transparent;
  position: relative;
  color: #000000; }

header nav ul li a:hover {
  color: #000000; }

header nav ul li a:hover, header nav ul li.active a {
  background: #f0f0f0; }

header nav ul li a:hover:after,
header nav ul li.active a:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background: #e00000; }

header nav ul li a {
  padding: 15px 15px;
  display: table;
  background: transparent;
  position: relative; }

.sub-nav {
  padding-right: 25px;
  position: relative; }

.sub-nav:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #333333;
  position: absolute;
  right: 8px;
  top: 15px; }

.search-trigger {
  float: right;
  width: 60px;
  height: 50px;
  border-left: 1px solid #dddddd;
  text-align: center;
  line-height: 50px;
  color: #e00000;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  z-index: 99; }
  @media (max-width: 995px) {
    .search-trigger {
      position: absolute;
      top: 0;
      right: 60px; } }

.search-trigger i {
  transition: .4s; }

.search-trigger:hover {
  color: #000; }

.search {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  padding: 0;
  display: none;
  z-index: 99; }

.search form {
  background: #f8f8f8;
  display: table;
  width: 100%;
  height: 49px;
  right: 0; }

.search form input {
  padding: 5px 40px;
  padding-right: 80px;
  background: none;
  border: none;
  color: #000;
  font-size: 16px;
  font-family: Arial;
  width: 100%;
  font-weight: 300;
  height: 49px; }

.search form button {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #e00000;
  font-size: 18px;
  border: none;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f8f8f8;
  top: 0;
  transition: .4s; }

.user-group {
  float: right;
  height: 50px;
  text-align: center;
  margin-right: -15px;
  z-index: 999;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.user-item {
  position: relative;
  display: inline-block;
  border-left: 1px solid #dddddd;
  width: 60px; }

.user-button {
  position: relative;
  display: block;
  color: #e00000;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .user-button:hover {
    color: #000; }
  .user-button .fa {
    font-size: 18px;
    vertical-align: middle; }
  .user-button .badge {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 8px;
    z-index: 1;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    background: #000;
    color: #fff; }

.user-img {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #e00000;
  vertical-align: middle; }
  .user-img img {
    width: 100%;
    vertical-align: top; }

.user-dropdown {
  background: #f8f8f8; }
  .user-dropdown:after {
    content: "";
    position: absolute;
    border-bottom: 6px solid #d3d3d3;
    border-right: 6px solid #d3d3d3;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    top: -6px;
    right: 12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .user-dropdown.dropdown-menu {
    top: 95%;
    right: 10px; }
  .user-dropdown.dropdown-menu > li > a {
    padding: 7px 20px; }
  .user-dropdown-wrap {
    position: relative;
    padding: 10px 15px; }

header nav ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
  transition: .4s; }

.news-feed, .bl-featured-big {
  position: relative;
  overflow: hidden; }

.news-feed:after,
.fn-thumb:after,
.bl-featured-big:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  bottom: -20%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  transition: .4s; }

.news-feed h4 {
  font-size: 18px;
  font-weight: bold;
  color: #f8f8f8;
  position: absolute;
  left: 20px;
  bottom: 30px;
  text-transform: none;
  z-index: 77; }

.news-feed p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f8f8f8;
  position: absolute;
  left: 20px;
  bottom: 14px;
  margin: 0;
  font-family: "Rubik", sans-serif;
  z-index: 77; }

.news-feed:hover:after, .bl-featured-big:hover:after {
  position: absolute;
  bottom: -25%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  transition: .4s; }

.sub-menu {
  padding: 25px 30px; }

.sub-menu h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 11px;
  font-weight: 400; }

.sub-menu ul {
  padding: 0; }

.sub-menu ul li {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  position: relative; }

.sub-menu ul li:before {
  content: "";
  background: #e00000;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 0; }

.sub-menu ul li a {
  color: #fff;
  background: transparent !important;
  padding-left: 20px; }

.sub-menu ul li a:hover {
  color: #e00000; }

.sub-menu ul li a:before {
  display: none; }

.sub-menu ul li:last-child {
  margin-bottom: 0; }

.header {
  background: #fff;
  border-bottom: 1px solid #dddddd;
  position: relative;
  margin-bottom: 30px; }

.logo h1 {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  color: #000;
  text-shadow: 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  line-height: 1.33 !important; }

.logo-footer {
  margin-bottom: 30px; }
  .logo-footer img {
    height: 40px;
    filter: grayscale(50); }

.logo-img {
  padding: 15px 0;
  text-align: center;
  margin: 0 -15px 0 -30px; }
  @media (min-width: 995px) {
    .logo-img {
      padding: 25px 0 18px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .logo-img {
      margin: 0 -15px 0 -15px; } }
  .logo-img img {
    max-width: 100%;
    height: 50px;
    width: auto; }
    @media (min-width: 995px) {
      .logo-img img {
        width: 368px;
        height: auto; } }

.b1-aside h5 {
  position: relative;
  background: url(../images/sep.png) repeat-x center;
  margin: 0 0 30px; }

.b1-aside h5 span {
  font-family: "Rubik", sans-serif;
  background: #333333;
  height: 30px;
  line-height: 30px;
  padding: 0;
  width: auto;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin: 0 auto; }

.thumb {
  position: relative; }

.thumb-cat {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  text-align: center; }

.bla-date {
  font-size: 11px;
  color: #777;
  margin: 0;
  padding: 5px 0;
  text-align: center; }

.bla-content .thumb {
  margin: 0 0 5px; }

.bla-content .cat-default {
  padding: 5px 0; }

.bla-content p {
  font-size: 10px;
  text-transform: uppercase;
  color: #777;
  margin: 0;
  padding: 10px 0 5px;
  text-align: center;
  font-weight: 700;
  font-weight: 700; }

.bla-content h4 {
  text-align: center;
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.3;
  color: #333333; }
  @media (min-width: 768px) {
    .bla-content h4 {
      font-size: 14px; } }
  .bla-content h4 a {
    display: block; }

.bla-content > a:hover {
  color: #fff;
  background: #e00000; }

.cat-default {
  font-size: 12px;
  font-weight: 500;
  color: #e00000;
  text-align: center;
  display: table;
  width: 100%; }

.sep {
  height: 1px;
  background: none repeat scroll 0% 0% #dfdfdf;
  width: 130px;
  margin: 10px auto; }
  @media (min-width: 1200px) {
    .sep {
      margin: 15px auto; } }

.nicescroll-rails {
  position: fixed;
  top: 0px !important;
  right: 0px !important;
  z-index: 999;
  background: rgba(0, 0, 0, 0) !important;
  padding: 0px; }

.nicescroll-rails div {
  background: rgba(0, 0, 0, 0.4) !important; }

.nicescroll-rails:before {
  content: "";
  width: 12px;
  background: rgba(255, 255, 255, 0.1) !important;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1; }

.btn1 {
  background: transparent;
  display: table;
  margin: 0 auto;
  height: 26px;
  padding: 0 20px;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 26px;
  letter-spacing: 2px; }
  .btn1:hover {
    color: #fff;
    background: #e00000; }

.bla-content.banner {
  margin-top: 33px;
  margin-bottom: 40px; }

.bla-content.banner img {
  margin: 0 auto; }

.bl-featured-big {
  position: relative;
  margin-bottom: 30px; }

.bl-featured-big img {
  width: 100%; }

.bl-img {
  position: relative; }

.bl-arrow {
  position: absolute;
  opacity: 0;
  z-index: 1;
  color: #fff;
  font-size: 45px;
  top: 15%;
  padding: 0 10px;
  line-height: 1;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6); }
  @media (min-width: 768px) {
    .bl-arrow {
      top: 30%; } }
  @media (min-width: 1200px) {
    .bl-arrow {
      top: 37.5%; } }
  .bl-arrow.-left {
    left: 20px; }
  .bl-arrow.-right {
    right: 20px; }
  .bl-arrow:hover {
    color: #fff; }

.bl-meta {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 778;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .bl-meta a {
    margin-left: 5px;
    position: relative;
    font-size: 25px;
    width: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .bl-meta a.active .fa:before {
      content: '\f02e'; }
  .bl-meta .badge {
    position: absolute;
    top: -5px;
    right: -2px;
    font-size: 10px;
    background: #e00000;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    padding: 3px 3px 1px; }

.bl-featured-big:hover .bl-meta {
  opacity: 1; }

.bl-headline:hover .bl-arrow {
  opacity: 1; }

.bl-meta span i {
  font-size: 18px;
  margin-right: 7px; }

.bl-meta span {
  margin-bottom: -12px;
  display: table; }

.bl-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #fff;
  z-index: 777;
  width: 100%;
  padding-right: 60px; }

.bl-info h1,
.bl-info h3 {
  margin: 5px 0 15px;
  color: #fff;
  font-size: 18px;
  line-height: inherit;
  height: auto;
  max-height: 50px;
  overflow: hidden; }
  @media (min-width: 995px) {
    .bl-info h1,
    .bl-info h3 {
      font-size: 21px;
      max-height: 60px; } }
  @media (min-width: 1200px) {
    .bl-info h1,
    .bl-info h3 {
      font-size: 24px;
      max-height: 72px; } }

.bl-info h1 a,
.bl-info h3 a {
  color: #fff;
  display: block; }

.block-section,
.block-right {
  margin: 0 -15px; }
  @media (min-width: 995px) {
    .block-section,
    .block-right {
      margin: 0;
      padding-right: 0; } }

.rmore {
  color: #fff;
  font-family: "Merriweather", serif;
  text-align: right;
  font-size: 12px;
  display: table;
  float: right;
  font-style: italic;
  padding-right: 30px; }

.rmore i {
  margin-left: 10px; }

.related-posts h5, .featured-news h5, .cat-blocks h4, .featured-news2 h5 {
  background: url(../images/sep.png) repeat-x center;
  margin: 0 0 30px; }

.related-posts h5,
.cat-blocks h4 {
  background: url(../images/sep.png) repeat-x center;
  margin: 0 0 24px;
  position: relative; }

.cat-blocks h4 span:after {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../images/cb-ribbon.png) no-repeat;
  position: absolute;
  right: -7px;
  top: 0; }

.related-posts h5 span, .featured-news h5 span, .cat-blocks h4 span, .featured-news2 h5 span {
  background: #333333;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  position: relative;
  font-family: "Rubik", sans-serif; }

.related-posts h5 span, .cat-blocks h4 span {
  background: #e00000;
  margin: 0;
  font-size: 13px;
  padding: 0 24px;
  height: 35px;
  line-height: 35px; }

.related-posts h5 span {
  background: #333333; }

.related-posts h5 {
  margin: 25px 0 10px; }

.fn-thumb {
  position: relative;
  overflow: hidden; }
  .fn-thumb:after {
    bottom: -30%; }

.fn-thumb img {
  width: 100%; }

.fn-item {
  width: 100%;
  position: relative;
  padding: 0 15px; }
  @media (min-width: 500px) {
    .fn-item {
      width: calc(100% / 2); } }

.fn-block {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  margin: 0 -15px;
  flex-wrap: wrap; }
  @media (min-width: 995px) {
    .fn-block.-col3 .fn-item {
      width: calc(100% / 3); } }

.fn-inner {
  height: auto;
  margin: 0 0 20px; }
  .fn-inner .pr-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 12;
    padding: 15px 70px 15px 15px; }
  .fn-inner .pr-img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    display: none; }
    @media (min-width: 1200px) {
      .fn-inner .pr-img {
        display: inline-block; } }
  .fn-inner .bl-meta {
    right: 15px;
    bottom: 20px; }
    .fn-inner .bl-meta a {
      font-size: 20px;
      width: 20px; }
  .fn-inner:hover .bl-meta {
    opacity: 1; }

.fn-inner h4 {
  color: #333333;
  font-size: 18px;
  line-height: normal;
  margin: 10px 0; }
  @media (min-width: 768px) {
    .fn-inner h4 {
      font-size: 16px;
      height: auto;
      max-height: 62px;
      overflow: hidden;
      margin: 5px 0 10px; } }

.fn-inner h4 a {
  display: block; }

.fn-inner h4 a:hover {
  color: #e00000; }

.fn-inner em {
  font-size: 11px;
  color: #777;
  font-style: normal;
  display: table;
  margin-bottom: 10px; }

.fn-inner p {
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  line-height: 20px;
  margin-bottom: 35px; }

.fn-meta {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 0 0;
  color: #e00000; }

.fn-meta span {
  float: right; }

.fn-meta span i {
  font-size: 14px; }

.cb-big {
  position: relative;
  overflow: hidden;
  cursor: pointer; }

.cb-big h3 {
  font-size: 16px;
  max-height: 67px; }
  @media (min-width: 1200px) {
    .cb-big h3 {
      font-size: 18px;
      max-height: 76px; } }

.cb-big p {
  font-size: 12px;
  color: #fff;
  margin: -5px 0 0; }

.cb-big:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: -45%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: .4s; }

.cb-big:hover:after {
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  transition: .4s; }

.cb-big .bl-info {
  z-index: 111; }

.cb-big .img-ratio {
  width: auto;
  height: 100%;
  max-width: none; }

@media (min-width: 995px) {
  .cb-big .bl-info {
    bottom: 25px;
    left: 25px; } }

.cb-big:hover .bl-meta {
  opacity: 1; }

.cb-info {
  margin: 0 0 15px; }

.cb-info .cat {
  font-size: 12px;
  font-weight: 500;
  color: #e00000;
  margin-bottom: 0;
  display: table; }

.cb-info h5 {
  font-size: 16px;
  line-height: normal;
  margin: 5px 0 10px; }
  @media (min-width: 768px) {
    .cb-info h5 {
      font-size: 16px;
      height: auto;
      max-height: 67px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .cb-info h5 {
      font-size: 18px;
      max-height: 46px; } }

.cb-info h5 a {
  display: block; }

.cb-info h5 a:hover {
  color: #e00000; }

.cb-info .date {
  font-size: 11px;
  color: #777;
  font-style: normal;
  display: table;
  margin-bottom: 10px; }

.cb-info p {
  font-size: 13px;
  color: #333;
  line-height: 1.42857143; }
  @media (min-width: 768px) {
    .cb-info p {
      height: auto;
      max-height: 38px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .cb-info p {
      max-height: 56px; } }

.cb-info ul {
  margin-top: 30px; }

.cb-info ul li {
  float: none;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  border-bottom: 1px dotted #3f3f3f;
  padding: 9px 0 12px 20px; }

.cb-info ul li:first-child {
  border-top: 1px dotted #3f3f3f; }

.cb-info ul li:before {
  content: "";
  background: #e00000;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 19px;
  left: 0; }

.cb-info ul li a {
  color: #000000;
  background: transparent !important;
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  line-height: 20px; }

.cb-info ul li a:hover {
  color: #e00000; }

.opt-inner {
  background: #00aced;
  padding: 28px 30px 20px;
  -webkit-box-shadow: 3px 4px #f4f4f4;
  -moz-box-shadow: 3px 4px #f4f4f4;
  box-shadow: 3px 4px #f4f4f4;
  position: relative; }

.opt-inner p {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.2px;
  position: relative; }

.opt-inner:after {
  content: "";
  width: 30px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 70px; }

.opt-inner p a {
  color: #aafcff; }

.opt-inner em {
  color: #ffffff;
  font-family: Arial;
  font-style: normal;
  font-size: 12px; }

.opt-inner em a {
  color: #fff; }

.ico {
  width: 60px;
  height: 60px;
  border: 5px solid #dddddd;
  border-radius: 50%;
  margin: 20px 0 0 10px;
  display: table;
  color: #00aced;
  line-height: 50px;
  font-size: 30px;
  text-align: center;
  background: #fff; }

.all-cat {
  display: table;
  width: 100%; }

.all-cat h5 {
  background: url(../images/sep.png) repeat-x center;
  margin: 0 0 33px; }

.p-news-big h5 {
  background: url(../images/sep1.png) repeat-x center;
  margin: 0 0 33px; }

.all-cat h5 span, .p-news-big h5 span {
  background: #333;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 888;
  font-family: "Rubik", sans-serif; }

.p-news-big h5 span {
  background: #e00000; }

.allcat-feed {
  position: relative;
  overflow: hidden;
  margin: 0 -15px 20px; }
  .allcat-feed .bl-info {
    bottom: 20px;
    left: 15px;
    padding-right: 30px; }
  .allcat-feed .bl-meta {
    bottom: 15px;
    right: 15px; }
    .allcat-feed .bl-meta a {
      font-size: 20px; }
  @media (min-width: 995px) {
    .allcat-feed {
      margin: 0 0 20px; } }

.allcat-feed:hover .bl-meta {
  opacity: 1; }

.allcat-feed:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: -15%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  transition: .4s; }

.allcat-feed h4 {
  font-size: 14px;
  font-weight: bold;
  color: #f8f8f8;
  line-height: normal;
  margin: 5px 0 10px;
  text-transform: none;
  height: auto;
  max-height: 37px;
  overflow: hidden; }

.allcat-feed h6 {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  font-family: inherit; }

.allcat-feed h6 a,
.allcat-feed h4 a {
  color: #fff;
  display: block; }

.allcat-feed p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f8f8f8;
  margin: 0;
  font-family: "Rubik", sans-serif; }

.allcat-feed:hover:after {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 11;
  transition: .4s; }

.ac-inner {
  padding-bottom: 50px;
  background: #f5f5f5;
  padding-top: 45px;
  margin-top: -46px;
  position: relative;
  z-index: 0;
  display: table;
  width: 100%; }
  .ac-inner .bl-featured-big {
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 995px) {
      .ac-inner .bl-featured-big {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .ac-inner .bl-info h3 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .ac-inner .bl-info h3 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .ac-inner .pr-img {
      display: none; } }
  @media (min-width: 1200px) {
    .ac-inner .pr-img {
      display: inline-block; } }

.fn2-inner {
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.fn2-thumb {
  width: 270px;
  float: left; }

.fn2-info {
  margin-left: 290px; }

.fn2-meta {
  color: #e00000;
  padding: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold; }

.fn2-meta span {
  float: right; }

.fn2-meta span i {
  font-size: 14px; }

.fn2-info h4 {
  color: #333333;
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0 10px; }

.fn2-info h4 a {
  color: #333333; }

.fn2-info h4 a:hover {
  color: #e00000; }

.fn2-info em {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999999;
  font-style: normal;
  display: table;
  margin-bottom: 10px; }

.fn2-info p {
  font-size: 14px;
  font-family: Arial;
  color: #333333;
  line-height: 20px;
  margin-bottom: 0px; }

.featured-main {
  margin-top: -32px; }

.psi-thumb {
  position: relative; }

.p-news-big {
  background: #232323;
  margin-top: -30px;
  padding: 30px 0 60px;
  display: block;
  width: 100%;
  margin-bottom: 33px; }

.ps-info {
  padding: 0 15px; }

.ps-info h4 {
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 22px;
  padding: 0 30px;
  margin: 15px 0; }

.ps-info h4 a {
  color: #fff; }

.ps-info h4 a:hover {
  color: #e00000; }

.ps-info span {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-family: "Rubik", sans-serif;
  z-index: 77;
  text-align: center;
  display: table;
  width: 100%;
  margin: 0 0 15px; }

.ps-info p {
  color: #dddddd;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 0 20px; }

.psi-more {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #f8a631;
  text-align: center;
  display: table;
  width: 100%; }

.cat-tag {
  height: 23px;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px; }

#pnews-slider .slick-next {
  position: absolute;
  top: -72px;
  right: 15px;
  width: 37px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0px; }

#pnews-slider .slick-prev {
  position: absolute;
  top: -72px;
  right: 52px;
  width: 37px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0px; }

#pnews-slider .slick-prev:after {
  content: "\f053";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #000;
  width: 39px;
  height: 38px;
  padding: 6px 10px;
  text-align: center;
  display: table;
  border: 3px solid #232323;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  right: 0px; }

#pnews-slider .slick-next:after {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #000;
  width: 39px;
  height: 38px;
  padding: 6px 0 6px 3px;
  text-align: center;
  display: table;
  border: 3px solid #232323;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
  right: 0px; }

#pnews-slider .slick-prev:hover:after,
#pnews-slider .slick-next:hover:after {
  color: #e00000; }

aside {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    aside {
      padding-left: 25px !important;
      margin: 0; } }
  @media (min-width: 1200px) {
    aside {
      padding-left: 30px !important; } }

.side-widget {
  margin-bottom: 33px; }

.side-widget h5, .sw-twitter h5 {
  position: relative;
  background: url(../images/sep.png) repeat-x center;
  margin: 0 0 33px; }

.side-widget h5 span, .sw-twitter h5 span {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  background: #e00000;
  font-family: "Rubik", sans-serif; }

.sw-inner {
  padding: 25px 0px 25px 25px;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: -45px; }
  @media (min-width: 1200px) {
    .sw-inner {
      padding: 25px 0px 25px 30px; } }

.p-news .sw-inner {
  padding-top: 20px !important; }

.p-news ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  display: table;
  width: 100%; }

.p-news ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.p-news-img {
  width: 110px;
  height: 80px;
  overflow: hidden;
  float: left; }

.pn-views {
  padding: 3px 0;
  font-size: 12px;
  line-height: 1;
  color: #999; }

.pn-info {
  margin-left: 120px; }

.pn-info span {
  font-size: 12px;
  font-weight: 500;
  color: #e00000;
  margin: 0;
  font-family: "Rubik", sans-serif; }

.pn-info h6 {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  padding: 2px 0; }

.pn-info h6 a {
  display: inline-block;
  color: #000; }

.pn-info h6 a:hover {
  color: #e00000; }

.pn-info h4 {
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 20px;
  height: auto;
  max-height: 41px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pn-info h4 {
      font-size: 14px;
      max-height: 60px; } }

.pn-info h4 a {
  display: inline-block;
  color: #000; }

.pn-info h4 a:hover {
  color: #e00000; }

.sw-banner {
  text-align: center; }

.sw-banner img {
  margin: 0 auto;
  background: #e5e5e5; }

.sw-twitter ul li {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
  display: table;
  width: 100%; }
  .sw-twitter ul li .sw-img {
    float: left; }

.sw-twitter ul li:first-child {
  display: block; }
  @media (min-width: 768px) {
    .sw-twitter ul li:first-child {
      padding-top: 10px;
      display: none; } }
  @media (min-width: 1200px) {
    .sw-twitter ul li:first-child {
      display: block; } }

@media (min-width: 768px) {
  .sw-twitter ul li:nth-child(2) {
    padding-top: 10px; } }

@media (min-width: 1200px) {
  .sw-twitter ul li:nth-child(2) {
    padding-top: 20px; } }

.sw-twitter ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.sw-img {
  width: 75px;
  height: 75px;
  overflow: hidden;
  border-radius: 75px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle; }
  .sw-img img {
    width: 100%; }

.swt-inner {
  max-width: calc(100% - 90px);
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.swt-inner span {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
  display: table; }

.swt-inner h4 {
  margin: 0 0 5px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.05px; }

.swt-inner h6 {
  margin: 2px 0;
  font-family: Arial;
  font-weight: normal;
  color: #e00000;
  font-size: 12px; }
  .swt-inner h6 a {
    color: #e00000; }
    .swt-inner h6 a:hover {
      color: #000; }
  .swt-inner h6 .fa {
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
    vertical-align: middle; }

.swt-inner p {
  margin: 0;
  font-weight: normal;
  color: #999;
  font-size: 11px; }

.swt-inner h4 a {
  color: #428bca; }

.swt-inner h4 a:hover {
  color: #000; }

.sw-video ul li {
  margin: 0;
  padding: 15px 0px 20px 30px;
  border-bottom: 1px dotted #7f7f7f;
  display: table;
  width: 100%;
  position: relative; }

.sw-video ul li:first-child {
  padding-left: 0;
  display: block; }

.sw-video ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.sw-video ul li img {
  margin-bottom: 10px; }

.sw-video ul li span {
  font-size: 14px;
  font-weight: 500;
  color: #e00000;
  margin: 0;
  font-family: "Rubik", sans-serif; }

.sw-video ul li h4 {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 0; }

.sw-video ul li i {
  color: #f50044;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 38px; }

.swv-thumb {
  position: relative; }
  .swv-thumb .fa {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 38px;
    color: #fff; }

.sw-poll h4 {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  line-height: 30px;
  margin: 0 0 23px; }

.sw-poll h5 span {
  background: #333; }

.sw-poll li {
  padding-bottom: 8px; }

.dual-btns {
  margin-top: 20px; }

.dual-btns a {
  height: 40px;
  padding: 0 30px;
  line-height: 40px;
  display: inline-block;
  margin-right: 10px;
  background: #2980b9;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.dual-btns a:nth-child(2) {
  background: #2c3e50; }

.dual-btns a:hover {
  background: #000 !important; }

.sw-contributors .sw-inner, .sw-subscribe .sw-inner {
  padding-top: 40px; }

.sw-contributors h5 span {
  background: #333; }

.sw-contributors ul {
  margin-left: 0px;
  display: table;
  width: 100%;
  margin-bottom: -7px; }

.sw-contributors ul li {
  width: 25%;
  padding-left: 7px;
  margin-bottom: 7px;
  float: left; }

.newsletter {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 888; }

#newsletter {
  position: relative;
  margin-right: 30px; }

#newsletter:before {
  background: #FFF;
  border: 1px solid #ddd;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  z-index: 99; }

#newsletter:after {
  background: #FFF;
  border: 1px solid #ddd;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  z-index: 77; }

.newsletter input {
  height: 49px;
  background-color: #fff;
  border: solid 1px #ddd;
  padding: 5px 10px;
  font-size: 14px;
  font-family: Arial;
  color: #333;
  width: 100%; }

.sws-inner {
  display: table;
  width: 100%; }

.sws-inner img {
  float: left;
  padding: 6px 6px 0;
  width: 120px;
  background: #333333;
  margin: 0 20px; }

.sws-inner p {
  font-family: Arial;
  font-size: 14px;
  color: #333;
  padding: 0; }

.big-banner {
  background: #fff;
  margin: 20px 0; }
  @media (min-width: 995px) {
    .big-banner {
      margin: 20px; } }

.big-banner a {
  display: table;
  margin: 0 auto; }

footer {
  border-top: 1px solid #ddd;
  padding: 0 !important; }

.footer-widget {
  padding: 30px;
  border-right: 1px solid #ddd; }

.footer-logo h3 {
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-shadow: 3px 4px #f4f4f4;
  text-transform: uppercase;
  margin: 5px 0 0;
  display: table; }

.footer-logo p {
  color: #333333;
  line-height: 22px;
  font-size: 14px;
  margin: 0 0 30px;
  position: relative; }

.footer-logo p b {
  text-transform: uppercase; }

.copy {
  color: #333333;
  line-height: 22px;
  font-size: 14px; }

.copy a {
  color: #333333; }

.copy a:hover {
  color: #e00000; }

.f-gallery ul {
  margin-top: 30px; }

.f-gallery ul li {
  float: left;
  width: 33.333%;
  padding: 0 20px 20px 0; }

.footer-widget h5 {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  margin-top: 0; }

.footer-fixed {
  background: #232323;
  border-top: 3px solid #F00;
  position: relative;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.footer-nav {
  text-align: left; }

.footer-nav li {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  color: #fff; }

.footer-nav li a {
  color: #fff;
  padding: 10px 5px;
  display: block; }

.footer-nav li a:hover {
  color: #e00000; }

.copy1 {
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  color: #949494;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: right;
  padding: 10px; }

.copy1 a {
  color: #949494; }

.copy1 a:hover {
  color: #fff; }

.menu-trigger {
  display: none; }

.bs-crumb .breadcrumb {
  background: transparent;
  padding: 8px 0;
  border-radius: 0;
  border-bottom: 2px solid #f0f0f0; }

.bs-cat {
  position: relative;
  height: 38px;
  line-height: 38px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  color: #e13530;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500; }

.bs-meta {
  position: relative;
  display: table;
  width: 100%; }
  .bs-meta .bl-meta {
    right: 0;
    bottom: 10px; }
  .bs-meta .bl-meta a {
    font-size: 20px;
    color: #333; }
    .bs-meta .bl-meta a:hover {
      color: #000; }

.bs-comments {
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  display: table;
  float: right; }

.bs-comments em {
  width: 3px;
  height: 3px;
  background: #333;
  margin: 0 12px;
  display: inline-block;
  position: relative;
  top: -4px; }

.bs-comments i {
  font-size: 15px;
  margin-right: 5px; }

.bs-photo {
  position: relative;
  margin-bottom: 15px; }

.bs-img {
  position: relative; }
  .bs-img img {
    width: 100%; }

.bs-caption {
  position: relative;
  padding: 5px 0;
  font-weight: 400;
  color: #979797; }

.blog-single h1 {
  font-family: "Merriweather", serif;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  margin: 0 0 15px; }
  @media (min-width: 1200px) {
    .blog-single h1 {
      font-size: 34px; } }

.bs-content h6,
.bs-content h5,
.bs-content h4,
.bs-content h3,
.bs-content h2 {
  margin: 30px 0 15px;
  font-family: "Open Sans", sans-serif; }

.bs-content h2 {
  font-size: 25px; }
  @media (min-width: 1200px) {
    .bs-content h2 {
      font-size: 28px; } }

.bs-content h3 {
  font-size: 21px; }
  @media (min-width: 1200px) {
    .bs-content h3 {
      font-size: 24px; } }

.bs-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 15px 0;
  color: #000; }

.bs-content p a {
  color: #e00000;
  border-bottom: 1px solid #dddddd; }
  .bs-content p a:hover {
    color: #2a2a2a;
    border-bottom: 1px solid #2a2a2a; }

.bs-article {
  position: relative;
  padding-bottom: 30px; }

.bs-content .bs-photo {
  margin: 15px 0; }

.bs-content img {
  max-width: 100%; }

.img-w-caption {
  display: block;
  margin: 13px 0 15px;
  position: relative; }

.img-w-caption span {
  background: rgba(224, 0, 0, 0.9);
  padding: 10px;
  font-size: 14px;
  color: #fff;
  font-family: "Merriweather", serif;
  position: absolute;
  left: 0;
  bottom: 20px; }

blockquote,
.quote {
  font-family: "Merriweather", serif;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  color: #2448c3;
  padding: 10px 25px 15px;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    blockquote,
    .quote {
      font-size: 24px; } }

.quote-fullwidth {
  padding: 10px 0px 15px; }

.quote:before {
  content: "";
  height: 5px;
  width: 100%;
  background: #333333;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0; }

.bs-content h5 {
  font-size: 30px;
  color: #333333; }

.bs-content ol {
  counter-reset: section; }

.bs-content ol,
.bs-content ul {
  color: #000;
  line-height: 1.8;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 15px;
  padding: 0; }

.bs-content ol li,
.bs-content ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  display: list-item;
  padding-left: 25px; }

.bs-content ul li:before {
  content: "";
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 10px; }

.bs-content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: section;
  content: counters(section, ".") ". "; }

.bs-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .bs-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bs-table {
  display: table;
  width: 100%;
  margin-bottom: 15px; }

.bs-table thead {
  border-top: 1px solid #999999;
  border-bottom: 2px solid #999999;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 13px; }

.bs-table thead tr th {
  padding: 0 25px; }

.bs-table tbody tr {
  border-bottom: 1px solid #fff;
  background: #f6f6f6;
  color: #333333;
  line-height: 40px; }

.bs-table tbody tr td {
  font-weight: normal;
  font-size: 14px;
  color: #333;
  padding: 0 25px; }

.bs-tags {
  padding: 5px 0; }

.bs-tags span {
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 2px;
  font-style: italic; }

.bs-tags span a {
  color: #fff;
  background: #e00000;
  padding: 5px 10px; }
  .bs-tags span a:hover {
    background: #2a2a2a; }

.bg-share {
  padding: 10px 0px 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2px; }

.bg-share span {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  line-height: 34px; }

.bg-share a {
  background: #e00000;
  height: 34px;
  line-height: 35px;
  padding: 0 15px;
  color: #fff;
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold; }

.bg-share a:hover {
  color: #fff;
  background: #000; }

.bg-share a i {
  margin-right: 5px; }

.post-nav a {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #e00000;
  text-transform: uppercase; }

.post-nav a:hover {
  color: #e00000; }

.pn-prev em {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-right: 3px; }

.pn-next em {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 3px; }

.post-nav {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333; }

.post-nav h4 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  line-height: 22px; }

.post-nav h4 a {
  display: block;
  text-transform: none;
  color: #333333;
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0; }

.pn-prev {
  border-right: 1px solid #333;
  padding: 15px 20px 10px 15px; }
  .pn-prev h4 {
    padding-left: 20px; }

.pn-next {
  text-align: right;
  padding: 15px 15px 10px 20px; }
  .pn-next h4 {
    padding-right: 20px; }

.author-info {
  margin: 10px 0;
  padding: 20px 0 15px; }

.author-info img {
  float: left; }

.ai-info {
  margin-left: 92px; }
  .ai-info .bs-aside-btn {
    padding: 0;
    display: inline-block; }

.ai-info h6 {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 0; }

.related-posts-video h5, .related-posts-video2 h6 {
  font-family: "Rubik", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  height: 40px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 25px 0 15px;
  border-bottom: 2px solid #666; }

.related-posts-video h5, .related-posts-video2 h6 {
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
  margin: 25px 0 0px !important; }

.related-posts li {
  padding: 25px 0px;
  border-bottom: 1px solid #dfdfdf;
  display: table;
  width: 100%; }

.related-posts li:last-child {
  padding-bottom: 60px;
  border-bottom: 1px solid transparent; }

.rp-img {
  width: 100%; }
  @media (min-width: 768px) {
    .rp-img {
      width: 230px;
      float: left; } }
  @media (min-width: 1200px) {
    .rp-img {
      width: 270px; } }

.rp-inner {
  margin-left: 250px; }
  @media (min-width: 1200px) {
    .rp-inner {
      margin-left: 290px; } }
  .rp-inner h6 {
    font-weight: 400;
    margin: 0;
    color: #999; }

.rp-inner h4 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: none;
  line-height: normal;
  position: relative;
  margin: 0 0 15px; }
  @media (min-width: 768px) {
    .rp-inner h4 {
      margin: 10px 0 25px;
      font-size: 18px;
      height: auto;
      max-height: 47px;
      overflow: hidden; } }
  @media (min-width: 1200px) {
    .rp-inner h4 {
      font-size: 20px;
      max-height: 76px; } }

.rp-inner h4 a {
  display: block; }

.rp-inner h4 a:hover {
  color: #e00000; }

.rp-info {
  position: relative;
  margin: 20px 0 0; }
  .rp-info .pr-inner a {
    color: inherit; }
  .rp-info .bl-meta {
    bottom: 5px; }
  .rp-info .bl-meta a {
    font-size: 20px;
    color: #333; }
    .rp-info .bl-meta a:hover {
      color: #000; }

#tabwrap {
  background: #fff;
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  margin: 0 auto 60px;
  border: 1px solid #ddd; }

#tabs {
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

#tabs li {
  list-style: none; }

#tabs li a {
  float: left;
  display: block;
  padding: 10px;
  color: #999999;
  padding: 25px 20px;
  text-decoration: none;
  text-align: center;
  border-left: 1px solid #ddd;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-size: 16px; }

#tabs li:first-child a {
  border-left: none; }

#tabs li.current a {
  color: #e00000; }

#content > div {
  clear: both;
  padding: 0px;
  display: none; }

#content .current {
  display: block; }

#content #home.first {
  display: block; }

#content p {
  margin: 0 0 20px 0; }

.comments {
  margin-bottom: 3px; }

.comments li {
  border-bottom: 1px solid #ddd;
  padding: 20px 15px;
  background: #fff;
  overflow: hidden; }
  @media (min-width: 768px) {
    .comments li {
      padding: 20px; } }
  .comments li:last-child {
    border-bottom: 1px solid transparent; }
  .comments li.sub-comment {
    border-top: 1px solid #f7f7f7;
    margin-top: -1px;
    padding: 20px 20px 20px 50px; }
    @media (min-width: 768px) {
      .comments li.sub-comment {
        padding: 20px 20px 20px 90px; } }

.comments li .c-img {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  z-index: 222; }
  .comments li .c-img img {
    width: 100%; }

.comment-inner {
  margin-left: 70px; }

.comment-inner h6 {
  margin: 0 0 5px; }

.comment-inner h6 span {
  color: #333;
  font-size: 13px;
  padding-right: 25px;
  position: relative; }

.comment-inner h6 span:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  right: 7px;
  top: 8px; }

.comment-inner h6 a {
  color: #e00000;
  font-style: italic; }

.c-date {
  margin: 0 0 5px;
  display: table;
  font-size: 12px;
  color: #999999; }

.comment-inner p {
  margin: 0 !important; }

.sub-comment .comment-inner .c-date {
  width: 100%; }

.sub-comment {
  position: relative; }

.bs-aside-img {
  width: 80px;
  height: 80px;
  margin: 15px auto;
  border-radius: 50%;
  overflow: hidden; }
  .bs-aside-img img {
    width: 100%; }

.bs-aside-wrap {
  text-align: center; }

.bs-aside-btn {
  padding: 20px 0; }

.bs-aside-wrap h3 {
  font-size: 14px;
  font-weight: bold;
  color: #060607;
  text-align: center; }
  @media (min-width: 1200px) {
    .bs-aside-wrap h3 {
      font-size: 16px; } }

.bs-aside-wrap h4 {
  margin: 0 0 5px;
  font-family: "Rubik", sans-serif;
  font-weight: normal;
  color: #333333;
  font-size: 13px;
  line-height: 20px; }

.bs-aside-wrap p,
.bs-aside-wrap h6 {
  margin: 6px 0;
  font-weight: normal;
  color: #999;
  font-size: 14px; }

.bs-head {
  position: relative;
  margin-bottom: 20px; }

.bs-inline {
  vertical-align: middle;
  padding: 10px 0; }

.bs-date {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  color: #999; }

.bs-stat {
  position: relative;
  display: inline-block;
  color: #999; }
  .bs-stat a {
    padding: 0 5px;
    color: #999; }
    .bs-stat a.active .fa-bookmark-o:before {
      content: "\f02e"; }

.bsa-social {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  justify-content: flex-end;
  margin: 0 auto; }

.bsa-social a {
  width: 40px;
  height: 40px;
  background: #999;
  color: #fff;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  display: inline-block; }
  .bsa-social a.bsa-social-twitter {
    background: #1da1f2; }
    .bsa-social a.bsa-social-twitter:hover {
      background: #0c85d0; }
  .bsa-social a.bsa-social-facebook {
    background: #3b5998; }
    .bsa-social a.bsa-social-facebook:hover {
      background: #2d4373; }
  .bsa-social a.bsa-social-linkedin {
    background: #0077b5; }
    .bsa-social a.bsa-social-linkedin:hover {
      background: #005582; }
  .bsa-social a.bsa-social-whatsapp {
    background: #25d366; }
    .bsa-social a.bsa-social-whatsapp:hover {
      background: #1da851; }
  .bsa-social a.bsa-social-youtube {
    background: #cd201f; }
    .bsa-social a.bsa-social-youtube:hover {
      background: #a11918; }
  .bsa-social a.bsa-social-instagram {
    background: #c13584; }
    .bsa-social a.bsa-social-instagram:hover {
      background: #992a69; }
  .bsa-social a.bsa-social-line {
    background: #00c300; }
    .bsa-social a.bsa-social-line:hover {
      background: #009000; }
    .bsa-social a.bsa-social-line .fa-line {
      width: 20px;
      height: 20px;
      vertical-align: middle;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMC40NzUiIHZpZXdCb3g9IjAgMCAzMiAzMC40NzUiPgogIDxwYXRoIGlkPSJsaW5lXzJfIiBkYXRhLW5hbWU9ImxpbmUgKDIpIiBkPSJNMjUuODIsMzYuNzkzYS44NDEuODQxLDAsMCwxLDAsMS42ODFIMjMuNDh2MS41aDIuMzRhLjgzOS44MzksMCwxLDEsMCwxLjY3OUgyMi42MzlhLjg0MS44NDEsMCwwLDEtLjgzNi0uODM5VjM0LjQ1M2EuODQyLjg0MiwwLDAsMSwuODQtLjg0aDMuMTgxYS44NC44NCwwLDAsMSwwLDEuNjhIMjMuNDh2MS41Wm0tNS4xNCw0LjAyMWEuODM5LjgzOSwwLDAsMS0uNTc2Ljc5NS44NjEuODYxLDAsMCwxLS4yNjUuMDQxLjgyNC44MjQsMCwwLDEtLjY4LS4zMzNMMTUuOSwzNi44OTR2My45MmEuODM4LjgzOCwwLDEsMS0xLjY3NiwwVjM0LjQ1M2EuODM2LjgzNiwwLDAsMSwuNTczLS43OTMuNzc2Ljc3NiwwLDAsMSwuMjU5LS4wNDQuODYyLjg2MiwwLDAsMSwuNjYuMzM5TDE5LDM4LjM5NFYzNC40NTNhLjg0Ljg0LDAsMSwxLDEuNjgsMFptLTcuNjU1LDBhLjgzOS44MzksMCwwLDEtMS42NzcsMFYzNC40NTNhLjgzOS44MzksMCwxLDEsMS42NzcsMFptLTMuMjg4LjgzOUg2LjU1NmEuODQ1Ljg0NSwwLDAsMS0uODQtLjgzOVYzNC40NTNhLjg0Ljg0LDAsMCwxLDEuNjgsMHY1LjUyMUg5LjczN2EuODM5LjgzOSwwLDAsMSwwLDEuNjc5Wk0zMiwzNy4zOTRDMzIsMzAuMjMzLDI0LjgyLDI0LjQsMTYsMjQuNFMwLDMwLjIzMywwLDM3LjM5NEMwLDQzLjgwOSw1LjY5Myw0OS4xODQsMTMuMzgsNTAuMmMuNTIxLjEwOSwxLjIzMS4zNDQsMS40MTEuNzg3YTMuMjU3LDMuMjU3LDAsMCwxLC4wNTEsMS40NGwtLjIxOSwxLjM2Yy0uMDYuNC0uMzIsMS41ODEsMS40Ljg2czkuMjIxLTUuNDM3LDEyLjU4MS05LjNBMTEuNSwxMS41LDAsMCwwLDMyLDM3LjM5NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTI0LjQwNSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==); }

.bsa-social a:hover {
  background: gray; }

.sep1 {
  width: 37px;
  height: 1px;
  background: #000;
  margin: 15px auto 7px;
  display: table; }

.post-more {
  color: #e00000;
  font-family: "Merriweather", serif;
  font-size: 14px;
  display: table;
  font-style: italic;
  padding-right: 30px;
  margin: 16px 0 0; }

.post-more em {
  font-size: 13px;
  margin-left: 5px;
  position: relative;
  top: -2px; }

.related-posts-cat h5 {
  border-top: 3px double #ddd;
  padding-top: 17px;
  padding-bottom: 7px;
  position: relative; }

.related-posts-cat h5 span {
  color: #e00000; }

.related-posts-cat h5 span i {
  margin-left: 5px;
  font-size: 12px; }

.related-posts-cat h5:before {
  content: "";
  width: 100%;
  background: #ddd;
  height: 1px;
  position: absolute;
  top: -5px; }

.rp-cat {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #e00000;
  display: table; }

.page-nav {
  position: relative;
  margin: 0 auto 40px; }
  .page-nav ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    justify-content: center; }

.page-nav li {
  position: relative;
  margin: 0 5px 10px; }

.page-nav li a {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
  -moz-border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
  border-radius: 23px 22px 22px 23px/22px 22px 23px 23px;
  background-color: #f6f6f6;
  display: table;
  font-family: "Merriweather", serif;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  text-align: center; }

.page-nav span {
  font-family: "Merriweather", serif;
  font-size: 16px;
  color: #000;
  float: left;
  margin-right: 15px;
  line-height: 45px; }

.page-nav li.active a,
.page-nav li a:hover {
  background: #e00000;
  color: #fff; }

.i-gallery {
  margin: 30px -19px; }

.i-gallery li {
  width: 50%;
  float: left;
  padding: 0 19px;
  margin-bottom: 35px; }

.ig-wrap {
  position: relative;
  overflow: hidden; }

.ig-wrap h4 {
  font-family: "Merriweather", serif;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-right: 30px;
  text-transform: none;
  margin: 0;
  z-index: 77779; }

.ig-wrap a {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden; }

.ig-main {
  position: relative; }

.ig-main:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -3px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.ig-main:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -6px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333; }

.ig-wrap:after {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: -45%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 77777;
  transition: .4s; }

.ig-wrap:hover:after {
  position: absolute;
  bottom: -30%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 77777;
  transition: .4s; }

.ig-wrap img {
  width: 100%; }

.blog-single-gal .bg-share {
  border-bottom: none; }

.blog-single-gal .author-info {
  border-top-color: #333; }

.comments-wrap {
  display: table;
  width: 100%; }

#gal-slider {
  background: #232323;
  padding: 20px;
  position: relative; }

.gal-nav {
  background: #000000;
  padding: 20px 55px;
  margin-bottom: 30px;
  display: table;
  width: 100%; }

.gal-nav li {
  float: left;
  width: 25%;
  padding: 0 10px;
  cursor: pointer; }

.gal-nav li.flex-active img {
  background: #e00000;
  padding: 2px; }

.flex-prev {
  color: #999;
  font-size: 30px;
  position: absolute;
  bottom: -95px;
  z-index: 99999;
  left: 20px; }

.flex-prev:hover,
.flex-next:hover {
  color: #fff; }

.flex-next {
  color: #999;
  font-size: 30px;
  position: absolute;
  right: 20px;
  bottom: -95px;
  z-index: 99999; }

.blog-video-big {
  margin-top: 30px; }

.bvb-thumb {
  position: relative; }

.play-btn-big {
  background: url(../images/play-big.png) no-repeat;
  width: 94px;
  height: 93px;
  display: table-cell;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.bb-meta {
  text-transform: uppercase;
  color: #777;
  font-family: "Oswald", sans-serif;
  margin-top: -10px;
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 27px; }

.bb-meta span {
  margin-right: 25px; }

.bb-meta span i {
  margin-right: 5px;
  font-weight: normal;
  font-size: 17px; }

.i-video {
  margin-top: 35px;
  margin-right: -15px;
  margin-left: -15px; }

.i-video li {
  width: 50%;
  padding: 0 15px;
  float: left;
  margin-bottom: 30px; }

.iv-cat {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e00000;
  margin: 12px 0 0;
  display: table; }

.iv-inner h5 {
  font-size: 16px;
  font-family: "Merriweather", serif;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0 20px;
  text-transform: none !important; }

.iv-inner .bb-meta {
  font-size: 12px;
  padding-bottom: 15px; }

.iv-main {
  position: relative; }

.iv-main:before {
  content: "";
  background: url(../images/play-small.png) no-repeat;
  width: 38px;
  height: 37px;
  position: absolute;
  right: 20px;
  bottom: 18px; }

.iv-inner .bb-meta i {
  font-size: 14px !important; }

.iv-inner .bb-meta span {
  margin-right: 20px; }

.contributor-info {
  padding: 20px;
  background: #f4f4f4;
  margin-top: 0; }
  @media (min-width: 995px) {
    .contributor-info {
      margin-top: 10px; } }
  .contributor-info .ci-desc {
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .contributor-info .ci-desc {
        font-size: 14px; } }
    .contributor-info .ci-desc p {
      padding: 0;
      margin: 0; }

.ci-img {
  display: table;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden; }
  .ci-img img {
    width: 100%; }

.contributor-info h6 {
  font-family: "Merriweather", serif;
  font-size: 18px;
  font-weight: bold;
  color: #060607;
  text-align: center; }

.contributor-info .share-count {
  display: table;
  width: 100%;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 12px;
  font-style: italic;
  color: #060607; }

.contributor-info .bsa-social {
  display: table;
  margin: -10px auto 0; }

.contributor-info .bsa-social a {
  width: 30px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 15px; }

.sep1 {
  width: 37px;
  height: 1px;
  background: #000;
  margin: 15px auto 7px;
  display: table; }

.contributor-info p {
  text-align: center;
  padding-top: 5px; }

.c-info {
  padding-left: 200px;
  background-position: 40px 8px; }

.c-info h6 {
  text-transform: uppercase;
  color: #333;
  font-size: 13px; }

.c-info p {
  display: table;
  width: 100%;
  margin: 0; }

.c-info p span {
  width: 40%;
  float: left; }

.c-info p em {
  font-style: normal;
  width: 60%;
  float: right; }

.c-form {
  padding: 20px 20px 30px; }

.c-form p span {
  color: #e00000; }

.c-form label {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  display: block; }

.c-form label span {
  color: #e00000; }

.c-form input {
  width: 100%;
  height: 38px;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  border: solid 1px #ddd;
  margin-bottom: 15px;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 16px; }
  .c-form input::placeholder {
    font-size: 14px; }
  @media (min-width: 768px) {
    .c-form input {
      font-size: inherit; } }

.c-form textarea {
  width: 100%;
  height: 125px;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 5px 15px;
  border-radius: 0;
  font-size: 16px; }
  .c-form textarea::placeholder {
    font-size: 14px; }
  @media (min-width: 768px) {
    .c-form textarea {
      font-size: inherit; } }

.c-form button {
  background: #e00000;
  height: 38px;
  line-height: 38px;
  padding: 0px 25px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  display: table;
  margin: 0px;
  border: none;
  letter-spacing: 1px;
  transition: .4s; }

.c-form button:hover {
  background: #000;
  transition: .4s; }

.c-tabs #tabs li a {
  border-right: 1px solid #ddd !important; }

.statusMessage, .successmessage, .errormessage {
  display: none;
  margin: auto;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 auto 15px;
  padding: 20px;
  border-radius: 5px; }

.statusMessage p {
  margin: 0;
  color: #888; }

.successmessage p {
  margin: 0;
  color: #888; }

.success-ico {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -3px; }

.error-ico {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -3px; }

.errormessage p {
  margin: 0;
  color: #888; }

.login-content {
  width: 100%;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  padding: 55px; }

.register-content {
  width: 100%;
  border: 1px solid #dddddd;
  background: #f4f4f4;
  padding: 50px; }

.logreg-content {
  padding-bottom: 70px;
  color: #333;
  font-size: 14px; }
  .logreg-content p {
    text-align: center; }

.logreg-content h6 {
  color: #333;
  font-family: "Merriweather", serif;
  font-size: 18px;
  margin: 0 0 22px;
  text-align: center;
  font-weight: bold; }

.logreg-content label {
  color: #333;
  font-size: 14px;
  font-weight: normal; }

.logreg-content label span {
  color: #e00000; }

.logreg-content input {
  width: 100%;
  height: 38px;
  background-color: #fff;
  -webkit-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  box-shadow: inset 3px 4px 5px rgba(0, 0, 0, 0.03);
  border: solid 1px #ddd;
  margin-bottom: 15px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 0; }
  .logreg-content input::placeholder {
    color: #dfdfdf;
    font-size: 14px; }
  @media (min-width: 768px) {
    .logreg-content input {
      font-size: inherit; } }

.logreg-content button {
  background: #e00000;
  width: 100%;
  height: 36px;
  line-height: 38px;
  padding: 0px 20px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #FFF;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  margin: 25px 0 10px;
  border: none;
  display: block;
  transition: .4s; }

.logreg-content button:hover {
  background: #ad0000; }

.logreg-content input[type=checkbox] {
  width: 20px;
  height: 20px;
  position: relative;
  display: inline-block;
  padding: 0;
  border: solid 1px #ddd;
  vertical-align: middle;
  margin: 0 5px 0 0; }

.logreg-content a {
  display: inline-block;
  color: #e00000; }

.lg-row {
  position: relative; }

.lg-checkbox {
  display: inline-block;
  text-align: left; }

#loginModal .logreg-content {
  padding-bottom: 0;
  font-family: inherit; }

#loginModal .login-content {
  border: none;
  padding: 40px 20px;
  background: #fff; }
  @media (min-width: 768px) {
    #loginModal .login-content {
      padding: 20px; } }
  @media (min-width: 1200px) {
    #loginModal .login-content {
      padding: 40px 60px; } }

#loginModal .logreg-content label {
  text-align: left;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  font-family: inherit; }

#loginModal .logreg-content .lg-checkbox label {
  margin-bottom: 0; }

#loginModal .logreg-content input {
  margin-bottom: 15px; }

#loginModal .logreg-content input[type=checkbox] {
  box-shadow: none;
  margin-bottom: 0; }

@media (min-width: 995px) {
  #loginModal .modal-dialog {
    width: 40%; } }

.search-results h4 {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin: 7px 0 10px;
  text-transform: none; }

.search-results .fn2-inner {
  padding-bottom: 40px; }

.fn2-inner-sub {
  padding: 10px 0px 27px !important; }

.fn2-inner-sub .fn2-info {
  margin-left: 0; }

.search-results h3 {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  position: relative;
  margin-bottom: 45px;
  margin-top: 0; }

.search-results h3 span {
  color: #e00000; }

.search-results h3:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #000;
  bottom: -17px;
  left: 0;
  position: absolute; }

.space10 {
  margin-bottom: 10px; }

.space20 {
  margin-bottom: 20px; }

.space30 {
  margin-bottom: 30px; }

.space40 {
  margin-bottom: 40px; }

.space50 {
  margin-bottom: 50px; }

.space60 {
  margin-bottom: 60px; }

.space70 {
  margin-bottom: 70px; }

.space80 {
  margin-bottom: 80px; }

.space90 {
  margin-bottom: 90px; }

@media (min-width: 1250px) {
  .footer-fixed {
    max-width: 1230px !important; } }

@media (min-width: 1200px) {
  .footer-fixed {
    max-width: 1150px; } }

@media only screen and (min-width: 600px) and (max-width: 1200px) {
  header nav ul li a {
    padding: 15px 12px; } }

@media only screen and (max-width: 995px) {
  .gal-nav li img {
    width: 100%; }
  header nav {
    display: block;
    height: 64vh;
    overflow: scroll; }
  .flex-next,
  .flex-prev {
    bottom: -55px; }
  .i-gallery li {
    width: 100%;
    padding: 0px 0px; }
  .i-gallery {
    margin: 30px 0px;
    display: table;
    width: 100%; }
  .bs-table thead tr th {
    padding: 9px 15px;
    line-height: 20px; }
  .bs-table tbody tr td {
    padding: 10px 25px;
    line-height: 20px; }
  .pn-prev {
    border-right: none;
    padding: 15px 20px 10px 15px; }
  .rp-date {
    padding-bottom: 40px; }
  .related-posts .col-md-9 {
    padding: 0; }
  .related-posts li img {
    width: 100%;
    float: none; }
  .rp-inner {
    margin-left: 0;
    padding-top: 20px; }
  .page-nav li a {
    width: 36px;
    height: 36px;
    line-height: 30px; }
  .c-info {
    padding-left: 0px;
    background-position: 0px 8px;
    padding-top: 124px; }
  .c-info .col-md-6 {
    margin-bottom: 30px; }
  .c-form input,
  .c-form textarea {
    width: 100%; }
  .bs-aside {
    margin-bottom: 30px; }
  .blog-single h3 {
    font-size: 18px; }
  .bs-cat {
    font-size: 15px;
    text-align: center;
    display: block; }
  .bs-inline {
    text-align: center; }
  .bsa-social {
    justify-content: center; }
  .bs-date {
    padding: 0 10px 10px; }
  .bs-photo {
    margin-left: -15px;
    margin-right: -15px; }
  .bs-content .bs-photo {
    margin-left: -15px;
    margin-right: -15px; }
  .bs-caption {
    padding: 7px 15px; }
  .bs-aside-wrap {
    padding: 10px;
    background: #f7f7f7; }
  .blog-single h1 {
    text-align: center;
    font-size: 30px; }
  .tb-left {
    display: none; }
  .tb-right {
    display: table;
    float: none;
    margin: 0 auto; }
  .tb-right li {
    margin: 0 17px; }
  .top-bar {
    padding: 10px 15px; }
  .tbr-social {
    float: left; }
  .tbr-login {
    display: table;
    float: right !important; }
  .tbr-login a {
    text-align: right; }
  .tbr-social span a {
    color: #FFF;
    font-size: 14px;
    margin-left: 0px;
    margin-right: 10px; }
  header {
    width: 100% !important; }
  header nav ul li {
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    width: 100%; }
  .mega-menu {
    position: relative;
    display: none; }
  header nav ul li:hover .mega-menu,
  header nav ul li:focus .mega-menu,
  header nav ul li:active .mega-menu {
    display: block; }
  .mega-menu li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: none !important; }
  header nav ul li a {
    width: 100%; }
  header nav ul li {
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    border-bottom: 1px solid #ddd; }
  header nav ul {
    border: 1px solid #ddd;
    display: table;
    background: #fff;
    z-index: 999999;
    position: relative;
    padding: 0; }
  header nav {
    margin-top: 2px;
    display: none; }
  .sub-menu ul {
    padding: 0px;
    border: none;
    background: none; }
  .news-feed img {
    width: 100%; }
  .mega-menu {
    position: relative;
    border: none; }
  .menu-trigger {
    padding: 14px 15px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    display: block; }
  .menu-trigger i {
    margin-right: 6px;
    font-size: 19px; }
  .menu-trigger:hover {
    color: #e00000; }
  .user-group {
    position: absolute;
    top: 0;
    right: 15px; }
  .search {
    top: 0; }
  .search form input {
    padding: 5px 120px 5px 15px;
    font-size: 16px; }
  .search form input:focus {
    outline: none;
    border: none;
    box-shadow: none; }
  .logo h1 {
    font-size: 47px;
    text-align: center;
    padding-bottom: 17px; }
  .news-ticker:after {
    display: none; }
  .news-ticker {
    padding: 20px 0px 25px 0px;
    border-left: none; }
  .img-responsive {
    width: 100%; }
  .cb-info {
    padding-top: 20px; }
  .op-twitter {
    margin-bottom: 40px; }
  .sw-poll li {
    padding-bottom: 16px;
    line-height: 24px; }
  .dual-btns a {
    height: 40px;
    padding: 0px 18px; }
  .sws-inner img {
    width: 95px; }
  .bl-meta span {
    margin-bottom: -18px;
    display: table;
    font-size: 11px; }
  .bl-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #FFF;
    z-index: 777;
    width: 100%;
    padding-right: 30px; }
  .bl-meta {
    position: absolute;
    right: 15px;
    bottom: 15px;
    opacity: 1; }
  .bl-meta a {
    font-size: 21px; }
  .rmore {
    padding-right: 15px; }
  .side-widget {
    padding: 0 15px; }
  #newsletter {
    margin-right: 0; }
  .footer-widget {
    padding: 20px;
    border-right: none;
    min-height: auto;
    border-bottom: 1px solid #ddd; }
  .footer-nav {
    padding: 20px 0 10px;
    text-align: center; }
  .footer-nav li a {
    padding: 5px 10px; }
  .copy1 {
    text-align: center; }
  .copy1 a {
    padding-top: 5px; }
  .container {
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  .footer-fixed {
    max-width: 604px; }
  .fn2-thumb {
    width: 100%;
    float: none; }
  .fn2-info {
    margin-left: 0;
    padding-top: 20px; }
  .fn2-inner {
    padding-right: 15px; }
  .cat-blocks h4 {
    margin: 30px 0px 24px; }
  .team-content li img {
    width: 115px;
    float: left; }
  .tc-inner {
    margin-left: 130px; }
  .register-content {
    height: auto; }
  .fn2-inner-sub {
    padding: 0px 0px 27px !important; }
  .i-video li {
    width: 100%;
    float: left; }
  .i-video {
    margin-top: 35px;
    margin-right: -0px;
    margin-left: -0px;
    display: table;
    width: 100%; }
  .i-video li {
    padding: 0px 0px; }
  .register-content input[type="checkbox"] {
    width: 22px;
    position: relative;
    top: 13px;
    padding: 0px;
    margin-left: 0;
    display: table;
    margin-top: 59px; } }

@media only screen and (min-width: 100px) and (max-width: 479px) {
  .login-content {
    padding: 25px;
    margin-bottom: 30px; }
  #loginModal .login-content {
    padding: 15px 0;
    margin-bottom: 0; }
  .logreg-content {
    font-size: 13px; }
  .register-content {
    width: 100%;
    border: 1px solid #DDD;
    background: none repeat scroll 0% 0% #F4F4F4;
    padding: 25px;
    height: auto; }
  .register-content input[type="checkbox"] {
    width: 22px;
    position: relative;
    top: 13px;
    padding: 0px;
    margin-left: 0;
    display: table;
    margin-top: 59px; } }

@media only screen and (min-width: 451px) and (max-width: 995px) {
  .copy1 {
    font-size: 12px; }
  .copy1 a {
    padding-top: 4px; } }

.pr-info {
  position: relative; }

.pr-img {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 8px;
  border: 1px solid #fff; }
  @media (min-width: 995px) {
    .pr-img {
      width: 40px;
      height: 40px; } }
  .pr-img img {
    width: 100%; }

.pr-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }
  @media (min-width: 1200px) {
    .pr-inner {
      max-width: 75%; } }
  .pr-inner span {
    font-weight: 400; }
  .pr-inner a {
    color: #fff; }

.pr-btn {
  border: 1px solid #e00000;
  background: transparent;
  display: table;
  margin: 0 auto;
  height: 20px;
  padding: 0 10px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #e00000;
  line-height: 20px; }
  .pr-btn.active, .pr-btn:hover {
    background: #e00000;
    color: #fff; }

.title {
  position: relative;
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  text-align: left;
  font-size: 26px;
  font-weight: 400;
  color: #e00000;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .title {
      font-size: 30px; } }
  .title-lead {
    padding: 5px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; }

.block-title {
  position: relative;
  margin: 0 -15px;
  padding: 100px 15px 0; }
  @media (min-width: 995px) {
    .block-title {
      margin: -30px -45px 0 -30px;
      padding: 100px 45px 0 30px; } }
  .block-title > * {
    position: relative;
    z-index: 2; }
  .block-title span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .block-title .title {
    background: transparent; }
    .block-title .title-lead {
      color: #fff;
      border-bottom: transparent; }

.ins-wrapper {
  padding: 20px 5px;
  min-height: 50vh;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .ins-wrapper {
      padding: 20px 0; } }
  @media (min-width: 1200px) {
    .ins-wrapper {
      padding: 20px 30px; } }
  .ins-wrapper h1 {
    font-size: 24px;
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .ins-wrapper h1 {
        font-size: 28px; } }
  .ins-wrapper .bs-cat {
    font-size: 14px;
    font-weight: 400;
    font-family: "Oswald", sans-serif; }

.ins-contact {
  padding: 25px 0 0; }
  @media (min-width: 768px) {
    .ins-contact {
      width: 60%; } }
  @media (min-width: 1200px) {
    .ins-contact {
      width: 100%; } }

.ins-help {
  position: relative;
  padding: 25px 0; }
  .ins-help .panel {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ins-help .panel-default {
    border: none;
    margin-bottom: 20px; }
  .ins-help .panel-default > .panel-heading {
    border: none;
    border-bottom: 1px solid #dfdfdf; }
  .ins-help .panel-heading {
    padding: 15px; }
  .ins-help .panel-title > a {
    position: relative;
    display: block;
    color: #e00000;
    line-height: 1.5; }
    .ins-help .panel-title > a .fa {
      position: absolute;
      font-size: 30px;
      color: #999;
      z-index: 1;
      right: 0;
      top: calc(50% - 15px); }
    .ins-help .panel-title > a.collapsed {
      color: #000; }
      .ins-help .panel-title > a.collapsed .fa-angle-up:before {
        content: '\f107'; }
    .ins-help .panel-title > a:focus {
      text-decoration: none; }
  .ins-help .panel-body {
    padding: 20px 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 995px) {
      .ins-help .panel-body {
        padding: 20px 25px; } }
  .ins-help .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none; }

.ins-404 {
  text-align: center; }
  .ins-404 h1 {
    font-size: 70px !important;
    line-height: 1;
    text-align: center !important; }
    @media (min-width: 768px) {
      .ins-404 h1 {
        font-size: 100px !important; } }
  .ins-404 .bs-cat {
    text-align: center !important; }

.notif-wrap {
  position: relative;
  width: 250px; }

.notif-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0; }
  .notif-item:last-child {
    border-bottom: 1px solid transparent; }
  .notif-item span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #999; }
  .notif-item a {
    display: block; }

.notif-head {
  font-size: 16px;
  font-weight: 500; }

.notif-footer {
  text-align: center; }
  .notif-footer a {
    color: #e00000; }

.ds-wrapper {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .ds-wrapper {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .ds-wrapper {
      padding-right: 15px;
      padding-left: 15px; } }

.ds-logo {
  position: relative;
  padding-bottom: 20px; }
  .ds-logo img {
    width: 100%; }

.ds-menu {
  padding: 20px 15px;
  background: #f7f7f7;
  margin: 0 -15px; }
  .ds-menu li {
    border-bottom: 1px solid #f0f0f0; }
    .ds-menu li:last-child {
      border-bottom: 1px solid transparent; }
  @media (min-width: 995px) {
    .ds-menu {
      margin: 0; } }
  .ds-menu .nav > li > a {
    padding: 15px;
    font-size: 15px; }
  .ds-menu .nav-stacked > li + li {
    margin-top: 0; }
  .ds-menu .nav-pills > li.active > a {
    background-color: transparent;
    color: #e00000; }

.ds-title {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .ds-title {
      font-size: 24px; } }
  .ds-title.-medium {
    font-size: 18px;
    font-weight: 500; }
  .ds-title span {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400; }

.ds-stat {
  position: relative;
  margin: 0 0 20px;
  background: #f7f7f7;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .ds-stat-item {
    flex-grow: 0;
    position: relative;
    display: block; }
    .ds-stat-item.-grow {
      flex-grow: 1; }
    .ds-stat-item > a {
      display: block;
      padding: 15px 10px;
      line-height: 1;
      text-align: center;
      font-weight: 400;
      font-size: 14px;
      color: #999; }
      @media (min-width: 995px) {
        .ds-stat-item > a {
          padding: 20px; } }
      .ds-stat-item > a span {
        display: block;
        padding: 5px;
        font-size: 20px;
        color: #000; }
        @media (min-width: 995px) {
          .ds-stat-item > a span {
            font-size: 24px; } }
      .ds-stat-item > a:hover {
        color: #e00000;
        background: #f8f8f8; }

.ds-search {
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dfdfdf; }
  .ds-search input {
    width: 100%;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: 0;
    font-size: 16px;
    padding: 10px 10px 10px 40px; }
    @media (min-width: 995px) {
      .ds-search input {
        padding: 10px 200px 10px 40px; } }
    .ds-search input:placeholder {
      color: #999; }
  .ds-search .fa {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
    font-size: 20px;
    color: #999; }

.ds-control {
  position: relative;
  margin-bottom: 10px; }
  @media (min-width: 995px) {
    .ds-control {
      margin-bottom: 0; } }

.ds-option {
  position: relative;
  background: #f5f5f5;
  padding: 10px 15px;
  margin: 0 -15px -20px;
  text-align: center; }
  @media (min-width: 995px) {
    .ds-option {
      padding: 0;
      margin: 0;
      position: absolute;
      width: auto;
      right: 0;
      top: 4px;
      z-index: 1;
      background: #fff; } }
  .ds-option > * {
    vertical-align: middle; }
  .ds-option button {
    margin-left: 5px; }
  .ds-option select {
    margin-left: 5px;
    display: inline-block;
    width: auto; }
    @media (min-width: 995px) {
      .ds-option select {
        width: 120px; } }
  .ds-option label {
    font-weight: 400;
    margin-bottom: 0; }

.ds-tab {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf; }
  .ds-tab li {
    position: relative;
    display: inline-block; }
    .ds-tab li.active a:after {
      content: '';
      position: absolute;
      border-bottom: 3px solid #e00000;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: 1; }

.ds-member {
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px; }
  .ds-member-item {
    position: relative;
    padding: 10px 90px 10px 0; }
    .ds-member-item .sw-img {
      width: 40px;
      height: 40px; }
      @media (min-width: 995px) {
        .ds-member-item .sw-img {
          width: 50px;
          height: 50px; } }
    .ds-member-item .swt-inner span {
      margin-bottom: 0;
      font-size: 14px; }
      @media (min-width: 995px) {
        .ds-member-item .swt-inner span {
          font-size: 16px; } }
    .ds-member-item .swt-inner h4 {
      font-size: 12px;
      margin: 0; }
    .ds-member-item .pr-btn {
      padding: 0 10px;
      font-size: 10px; }
      @media (min-width: 995px) {
        .ds-member-item .pr-btn {
          font-size: 11px; } }
  .ds-member-button {
    position: absolute;
    top: calc(50% - 14px);
    right: 0; }
  .ds-member-empty {
    padding: 20px 0;
    text-align: center;
    color: #999; }

.ds-idx {
  position: relative; }
  .ds-idx .ds-option {
    position: relative;
    text-align: center;
    margin: 0 -15px; }
    @media (min-width: 995px) {
      .ds-idx .ds-option {
        margin: 0;
        position: absolute;
        top: -45px; } }

.ds-list {
  position: relative; }
  .ds-list-stat {
    margin-top: 0; }
  .ds-list .sw-inner {
    padding: 10px 0;
    border: none;
    margin: 0; }
  .ds-list .p-news-img {
    display: none; }
    @media (min-width: 995px) {
      .ds-list .p-news-img {
        display: block; } }
  .ds-list .pn-info {
    margin-left: 0; }
    @media (min-width: 995px) {
      .ds-list .pn-info {
        margin-left: 120px; } }
  .ds-list .pn-info span {
    color: #999;
    font-weight: 400;
    padding-right: 10px;
    text-transform: inherit; }
    .ds-list .pn-info span i {
      padding-left: 5px;
      font-style: normal;
      font-weight: 400;
      font-size: 16px; }
  .ds-list .pn-info h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 14px;
    max-height: none; }
  .ds-list li {
    padding: 25px 0;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f0f0f0; }
    .ds-list li:last-child {
      border-bottom: 1px solid transparent; }
  .ds-list .btn-link.-delete {
    color: #e00000; }

.ds-notif {
  width: 100%; }
  .ds-notif .notif-item {
    padding: 20px 0; }
  .ds-notif .notif-item a {
    font-size: 16px; }

.ds-setting {
  position: relative;
  padding: 0 0 25px; }
  .ds-setting h3 {
    margin: 0 0 15px;
    font-family: inherit;
    font-size: 16px; }
  .ds-setting p {
    color: #999;
    line-height: normal; }
  .ds-setting-item {
    padding: 30px 50px 20px 0;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #f0f0f0; }
    .ds-setting-item:last-child {
      border-bottom: 1px solid transparent; }
    .ds-setting-item .form-inline {
      margin-bottom: 10px; }
      @media (min-width: 995px) {
        .ds-setting-item .form-inline .form-control {
          min-width: 30%; } }
  .ds-setting-action {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1; }
  .ds-setting-toggle.btn {
    padding: 0;
    line-height: 1;
    font-size: 30px;
    box-shadow: none;
    color: #999; }
    .ds-setting-toggle.btn.active {
      color: #e00000; }
      .ds-setting-toggle.btn.active .fa-toggle-off:before {
        content: '\f205'; }

.ds-user {
  position: relative;
  padding: 0 0 30px; }
  .ds-user-banner {
    position: relative;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    align-items: center;
    justify-content: flex-end; }
  .ds-user-img {
    width: 100px;
    height: 100px;
    margin: 10px 20px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    position: relative; }
    .ds-user-img img {
      width: 100%; }
    .ds-user-img > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      background: transparent;
      display: table;
      line-height: 100px;
      text-align: center; }
    .ds-user-img:hover a {
      opacity: 1;
      visibility: visible; }
  .ds-user-info {
    text-align: right; }
    .ds-user-info h5 {
      font-size: 20px;
      margin: 4px 0;
      font-family: inherit;
      font-weight: 500; }
    .ds-user-info h6 {
      margin: 2px 0;
      color: #333;
      font-size: 14px;
      font-weight: 400;
      font-family: inherit; }
  .ds-user .form-horizontal .control-label {
    text-align: left;
    color: #999; }
  .ds-user .form-action {
    text-align: right; }
  .ds-user-action {
    position: relative;
    display: block; }
    .ds-user-action.-hide {
      display: none; }
  .ds-user-block {
    position: relative;
    display: block; }
    .ds-user-block.-hide {
      display: none; }

.ds-image {
  position: relative;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .ds-image span {
    cursor: pointer;
    position: relative;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 60%;
    max-width: 100%;
    padding: 10px;
    min-width: 300px;
    min-height: 150px;
    max-height: 500px; }
    .ds-image span img {
      max-width: 100%;
      width: auto;
      height: 300px; }
  .ds-image-iframe {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow-y: auto; }

.ds-form select.form-control,
.ds-form input.form-control {
  height: 46px; }

.ds-form .form-action {
  padding: 15px 0; }

.ds-form .btn {
  padding: 10px 18px; }

.ds-form label span {
  font-weight: 400;
  font-style: italic;
  color: #e00000;
  padding: 0 8px; }

.ds-form .label-info {
  background-color: #e00000; }

.ds-form .btn-primary {
  background-color: #2c57b5;
  border-color: #274da0; }
  .ds-form .btn-primary:hover {
    background-color: #274da0;
    border-color: #274da0; }

@media (min-width: 995px) {
  .ds-form .modal-dialog {
    width: 70%; } }

.pst-list {
  position: relative;
  padding: 0 0 20px; }

.pst-item {
  padding: 15px 0;
  position: relative;
  margin: 0;
  min-height: 109px;
  border-bottom: 1px solid #f0f0f0; }
  .pst-item:last-child {
    border-bottom: 1px solid transparent; }
  @media (min-width: 995px) {
    .pst-item {
      min-height: 131px; } }

.pst-img {
  float: left;
  margin-right: 10px;
  width: 70px;
  height: 77px;
  overflow: hidden;
  text-align: center;
  background: #f0f0f0; }
  @media (min-width: 995px) {
    .pst-img {
      width: 100px;
      height: 100px;
      margin-right: 15px; } }
  .pst-img img {
    margin: 0 auto;
    max-width: none;
    width: auto;
    height: 100%; }

.pst-title {
  position: relative;
  font-size: 16px;
  margin: 3px 0;
  line-height: normal;
  height: auto;
  max-height: 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .pst-title {
      margin: 10px 0 5px;
      max-height: 60px; } }
  @media (min-width: 1200px) {
    .pst-title {
      margin: 20px 0 5px; } }
  .pst-title a {
    display: block; }

.pst-info {
  color: #999;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  padding: 5px 0; }

.pst-article {
  position: relative;
  padding: 25px 0;
  border-top: 1px solid #f0f0f0; }

.pst-row {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-wrap: wrap; }
  @media (min-width: 995px) {
    .pst-row {
      flex-wrap: nowrap; } }
  .pst-row > * {
    flex-grow: 1; }

.pst-wimg {
  position: relative;
  flex-grow: 0;
  width: 100%;
  margin-bottom: 20px;
  background: #f0f0f0;
  text-align: center; }
  @media (min-width: 995px) {
    .pst-wimg {
      width: 300px;
      margin-right: 30px;
      margin-bottom: 15px; } }
  .pst-wimg img {
    width: auto;
    max-width: 100%; }
    @media (min-width: 995px) {
      .pst-wimg img {
        width: 100%; } }

.pst-desc {
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding: 0 0 10px; }
  .pst-desc-item {
    padding: 8px 0;
    position: relative;
    margin: 0; }
    .pst-desc-item span {
      min-width: 40%;
      display: block;
      padding-right: 10px;
      font-weight: 700; }
      @media (min-width: 995px) {
        .pst-desc-item span {
          display: inline-block; } }

.pst-footer {
  position: relative;
  padding: 10px 0;
  text-align: center; }
  @media (min-width: 995px) {
    .pst-footer {
      text-align: right; } }

.pst-button {
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  background: #e00000;
  color: #fff; }
  .pst-button .fa {
    margin-right: 5px; }
  .pst-button:focus, .pst-button:hover {
    text-decoration: none;
    color: #fff;
    background: #ad0000; }

.pst-limit {
  position: relative;
  padding: 20px; }
  .pst-limit a {
    color: #e00000; }

.pst-wp .pst-title {
  margin: 5px 0 0; }
  @media (min-width: 768px) {
    .pst-wp .pst-title {
      margin: 0;
      max-height: 56px;
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .pst-wp .pst-title {
      margin: 10px 0 0; } }

.pst-wp .pst-item:nth-child(2) {
  display: block; }
  @media (min-width: 768px) {
    .pst-wp .pst-item:nth-child(2) {
      display: none; } }
  @media (min-width: 1200px) {
    .pst-wp .pst-item:nth-child(2) {
      display: block; } }

.pst-wp .pst-item:last-child {
  min-height: 115px; }
  @media (min-width: 1200px) {
    .pst-wp .pst-item:last-child {
      padding: 15px 0 0; } }

.pst-teaser {
  padding: 20px 0 10px; }
  @media (min-width: 768px) {
    .pst-teaser {
      padding: 5px 0; } }
  .pst-teaser a {
    font-style: italic;
    font-weight: 700;
    color: #e00000; }
    .pst-teaser a:hover {
      text-decoration: underline; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: #fff center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 0px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #1273ce; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: #1273ce;
  opacity: 1; }

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text; }

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit; }

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1; }

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777; }

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777; }

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none; }

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.bootstrap-tagsinput {
  display: block;
  padding: 7px 10px 8px; }
  .bootstrap-tagsinput input {
    min-width: 190px;
    height: 24px;
    font-size: 16px;
    color: #555;
    margin: 2px 0; }
    .bootstrap-tagsinput input::placeholder {
      color: #999; }
  .bootstrap-tagsinput .label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 8px;
    margin: 2px 0; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*# sourceMappingURL=bootstrap-datepicker.css.map */
.banner-top {
  margin: 10px -30px 10px 0; }

.b1-aside {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .b1-aside {
      margin: 0; } }

.blog-single,
.cat-blocks {
  margin: 0 -15px; }
  @media (min-width: 995px) {
    .blog-single,
    .cat-blocks {
      margin: 0; } }

@media (min-width: 768px) {
  .cat-blocks {
    margin-right: -15px; } }

.side-widget {
  margin: 0 -15px 30px; }
  @media (min-width: 995px) {
    .side-widget {
      margin: 0 0 33px; } }

@media (max-width: 995px) {
  .sw-inner {
    padding: 25px 0px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent; } }

.menu-sticky {
  -webkit-transition: all 0.2 ease;
  -moz-transition: all 0.2 ease;
  -ms-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
  position: absolute;
  z-index: 1;
  top: calc(50% - (25px / 2));
  left: 5px;
  opacity: 0;
  visibility: hidden; }
  .menu-sticky img {
    height: 25px; }
  @media (min-width: 995px) {
    .menu-sticky.-show {
      opacity: 1;
      visibility: visible; } }

.-sticky {
  padding-top: 65px; }
  .-sticky .header-row {
    border-bottom: 1px solid transparent; }
  .-sticky .header-wrap {
    position: fixed;
    top: -14px;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

.img-ratio {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

.img-wratio {
  position: relative;
  background: #333;
  width: 100%;
  padding-top: calc(3 / 4 * 100%);
  overflow: hidden; }
  .img-wratio.-ratio-32 {
    padding-top: calc(2 / 3 * 100%); }
  .img-wratio.-ratio-square {
    padding-top: calc(3 / 3 * 100%); }

.slick-dots {
  bottom: unset;
  top: 0;
  text-align: right;
  padding: 5px 10px; }

.slick-dots li button:before {
  font-size: 35px;
  color: #fff;
  opacity: .6; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  color: #e00000; }

input.form-control {
  font-size: 16px;
  height: 40px; }
  @media (min-width: 995px) {
    input.form-control {
      font-size: inherit;
      height: inherit; } }

textarea.form-control {
  font-size: 16px; }
  @media (min-width: 995px) {
    textarea.form-control {
      font-size: inherit; } }

select.form-control {
  font-size: 16px;
  height: 40px; }
  @media (min-width: 995px) {
    select.form-control {
      font-size: inherit;
      height: 34px; } }

textarea {
  resize: vertical; }

label {
  font-weight: 500; }

.modal-header .close {
  font-size: 30px;
  font-weight: 400; }

.modal {
  z-index: 99999; }

.modal-dialog {
  margin: 15vh 10px; }
  @media (min-width: 768px) {
    .modal-dialog {
      margin: 15vh auto; } }

.modal-backdrop.in {
  opacity: .7; }

.hd-latest {
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 30px;
  letter-spacing: 2px;
  border-bottom: 2px solid #666; }

.hd-ytp, .hd-features {
  background: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 30px;
  position: relative;
  letter-spacing: 2px;
  border-bottom: 2px solid #666; }

.hd-ytp {
  text-align: left;
  margin: 0 auto 24px;
  font-size: 20px;
  padding: 0;
  font-weight: 700;
  letter-spacing: 2px; }

.hd-most {
  font-family: "Rubik", sans-serif;
  background: #fff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #e00000;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 33px;
  letter-spacing: 2px;
  border-bottom: 2px solid #e00000; }

.hd-related {
  background: #fff;
  width: 100%;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  display: table;
  margin: 0 auto 33px;
  position: relative;
  z-index: 888;
  letter-spacing: 2px;
  border-bottom: 2px solid #666; }

.related-posts h5 span,
.all-cat h5 span, .p-news-big h5 span,
.featured-news h5 span, .cat-blocks h4 span, .featured-news2 h5 span,
.side-widget h5 span, .sw-twitter h5 span,
.b1-aside h5 span {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px; }

.sw-video ul li span,
.rp-cat,
.cat-default,
.bl-info span,
.pn-info span,
.fn-meta,
.cb-info .cat {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500; }

.rp-cat {
  font-size: 12px; }

.bl-info .pr-info span {
  text-transform: inherit;
  font-size: inherit;
  font-weight: inherit; }

.instagram_box iframe {
  min-width: 250px !important; }

@media (max-width: 1200px) {
  .user-item.hidden-xs {
    display: none !important; } }
