@charset "UTF-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700);
@import url(https://fonts.googleapis.com/css?family=Archivo+Black);
@import url(icons.css);

a { outline:0 !important; }
a {
    text-decoration: none;
    transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
}
.upper {text-transform: uppercase;}
.hidden {display:none;}
.break-word {
  overflow: visible;
  word-wrap: break-word;
}
hr {
  border-color: #e6e6e6;
  border-style: solid none none;
  border-width: 1px medium medium;
  margin: 20px 0;
}
body {
  padding-top: 99px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  background: #ececec;
}

.menu-header{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
font-size: 18px;
font-weight: 500;
background: #000;
color: #fff;
padding: 20px 20px;
position: fixed;
width:369px;
z-index: 9999;
}

p {
  line-height: 1.8;
  margin: 1em 0;
}
.archivo {
	font-family: "Archivo Narrow", sans-serif;
}
.archivo-bold {
	font-family: "Archivo Narrow", sans-serif;
	font-weight: 700;
}

/* margin overrides */
.mtop0 {margin-top: 0px !important;}
.mtop20 {margin-top: 20px !important;}

/* navbar */
.navbar-brand, .menu-logo {
  height: auto;
  margin: 11px 0 0px 24px !important;
  overflow: hidden;
  padding: 0;
  float:left;
}

.navbar-brand > img, .menu-logo > img {
  width: 180px;
}
.always-visible {
	display:block !important;
}
.btn-big {
  border-image: none;
  border-radius: 0;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  line-height: 22px;
  margin: 0;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 60px;
  z-index: 1005;
}
.btn-big:hover {
	cursor: pointer;
}
.nav-btn {
  background: #000 none repeat scroll 0 0;
  border-left: 1px solid #c3bbbb !important;
  color: #fff;
  float: right;
}
.nav-btn:hover {
	color: #fff;
}
.bars::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 6px;
  transition: all 0.3s ease 0s;
  width: 32px;
}
.bars::after {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: block;
  height: 10px;
  width: 32px;
}
.nav-fixed:hover {
	background: #f00055 !important;
}
.icon-bar-wrap {
  display: block;
  margin: 5px 0 3px 2px;
}
.icon-bar-wrap .icon-bar {
  background: #fff !important;
  width: 33px;
}
.icon-bar-wrap > .icon-bar{
  background: #fff;
}
.nav-btn .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar {
    background: #fff none repeat scroll 0 0;
    border: 0 none transparent;
    border-radius: 0;
    box-shadow: 0 2px 2px #ececec;
    height: 87px;
    opacity: 1;
    overflow: hidden;
    position: fixed !important;
    top:0px;
    transition: top 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 100%;
    z-index: 2020;
}

/* boostrap overrides */
.navbar {
	margin-bottom: 15px;
}

/* content */
.column-left {
	width: 100%;
	float:left;
	padding: 0px 15px;
	background: #fff;
        margin-right: 15px;
}

.column-right {
  background: #fff none repeat scroll 0 0;
  border-top: 0 none;
  float: left;
  padding: 0px;
  width: 295px;
}
.home.search .column-right {
  margin-top: 0;
}
.copy {
	margin: 24px auto;
}
.desktop-content-margin {
	width: 728px;
	margin: 0px auto;
}
/* search */
.form-group  {
	position:relative;
}
.form-group  .form-control {
  padding-right: 33px;
}

.btn-big.search-btn {
  background-color: #fff;
  border-left: 1px solid #c3bbbb;
  color: #000;
  width: 100px;
  height:100px;
  z-index: 2000;
  text-transform: uppercase;
  float:right;
}
.btn-big.search-btn.active, .btn-big.search-btn:active {
  background-image: none;
  box-shadow: none;
}
.btn-big p {
  margin: 0;
}
.search-btn span.bz-search {
  left: 37px;
  position: absolute;
  top: 28px;
  font-size: 24px;
  line-height: 1;
}
.search-btn p {
  color: #181818;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 14px;
  font-weight: 700;
  left: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 54px;
}
.search-wrap {
	font-family: "Archivo Narrow",sans-serif;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  right: 200px;
  transition: width 0.25s ease 0s, opacity 0.25s ease 0s;
  width: 0;
  z-index: 15;
}
.header-search-form input {
  background-color: #fff;
  border: medium none;
  color: #1f1f1f;
  font-size: 36px;
  font-weight: 500;
  height: 100px;
  line-height: 60px;
  outline: medium none;
  padding-left: 30px;
  transition: width 0.3s ease 0s, padding-left 0.3s ease 0s;
  width: 100%;
}
.search-show {
  opacity: 1;
  pointer-events: all;
  width: calc(100% - 200px);
}
*::-moz-placeholder {
    color: #d6cdcd;
    font-size: 36px;
    opacity: 1;
}
.hide-nav {
  /* background: #777576 none repeat scroll 0 0; */
  color: #fff;
  position:absolute;
  right: 0px;
  top:25px;
}
.icon-wrap {
  display: block;
  font-size: 20px;
  line-height: 1;
  margin: 3px 0;
}


/* menu */
#menu-main {
  margin-top: 60px;
  padding-left: 0;
}
.nav-wrap {
    background: rgba(0, 0, 0, 0) linear-gradient(40deg, rgba(0, 0, 0, 0.88) 0%, rgba(2, 2, 2, 0.88) 100%) repeat scroll 0 0 !important;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    /* transition: all 0.5s ease 0s; */
    width: 100%;
    z-index: 500;
	top: 0px;
}
.nav-show {
  height: 100% !important;
  opacity: 1 !important;
  overflow-y: scroll;
  pointer-events: all !important;
  transition: opacity 0.8s ease 0s;
  z-index: 2022;
  position:fixed;
  width: 376px;
}
.nav-wrap > ul {
  list-style: outside none none;
  position: relative;
}
.nav-wrap > ul > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-feature-settings: "lnum";
  padding: 12px 27px 12px 0;
  text-align: left;
  transition: opacity 0.2s ease 0s;
  opacity: 0;
  width: 100%;
}
.nav-wrap > ul > li:last-child {
	border-bottom: 0px;
}
.nav-wrap > ul > li > a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: "Archivo Narrow",serif;
  font-feature-settings: "lnum";
  font-size: 22px !important;
  font-weight: 500;
  line-height: 0.6rem;
  transition: color 0.2s ease 0s;
}
.nav-wrap > ul > li > a:hover {
  text-decoration: none;
}
.nav-wrap > ul > li.opacity-1 {
	opacity: 1;
}
.nav-wrap > ul > li.opacity-0 {
	opacity: 0;
}
.search-menu-margin {
  margin: 18px 0;
  position: relative;
}
.search-menu-drop {
  height: 45px !important;
  overflow: hidden;
  position: relative;
  width: auto;
}
.search-menu-sm {
  color: #727272;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 45px;
  line-height: 60px;
  padding: 6px;
  position: relative;
  width: 100%;
  transition: color 0.2s ease 0s;
}
.search-menu-sm::-moz-placeholder {
  color: #727272;
  font-size: 16px;
  font-weight: 700;
}
.search-menu-sm-btn {
  background: #fff none repeat scroll 0 0;
  color: #727272;
  padding: 8px;
  position: absolute;
  right: 1px;
  top: 2px;
  z-index: 22;
}
.search-menu-sm-btn {
  font-size: 24px;
}
.search-menu-sm-btn:hover {
  color: #f00055;
  text-decoration: none;
}

/* buttons */
.button-big {
  background: #333 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 12px;
  color: #fff;
  display: block;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 58px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  padding: 13px 0 17px;
  text-align: center;
  text-transform: lowercase;
  width: 100%;
}
.button-big.share {
	background: #30649a;
	padding-left: 45px;
}
.button-big.next {
	 padding-right: 57px;
}

.button-big.share span {
  background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 40px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);
  font-size: 47px;
  left: 18px;
  padding: 11px 0 13px;
  position: absolute;
  top: 3px;
  width: 81px;
}
.button-big.next span {
  background: #f00055 none repeat scroll 0 0;
  border: 5px solid #fff;
  border-radius: 41px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.35);
  font-size: 47px;
  padding: 11px 0 13px;
  position: absolute;
  right: 18px;
  top: 3px;
  width: 81px;
}



/* Hero */
.hero-wrap {
	display:block;
	position:relative
}
.hero-wrap > img {
  height: auto;
  width: 100%;
}
.hero-slugs {
	width: auto;
	display:block;
	margin: 0px auto;
	padding: 0px;
	bottom: -10px;
    position: relative;
    text-align: center;
}
.hero-slugs .tag-label {
  clear: none;
  float: none;
}
.hero-slugs li {
  display: inline-block;
  list-style-type: none;
  padding: 0;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.hero-slugs li a {
  color: #fff;
  font-family: "Archivo Narrow";
  font-size: 14px;
  line-height: 22px;
  padding: 2px 6px;
  text-decoration: none;
}
.hero-slugs li:first-child {
	margin-left: 0px;
}
.hero-slugs li:last-child {
	margin-right: 0px;
}

/* footer */
footer .footer-top {
  background: #222222 none repeat scroll 0 0;
  margin-top: 86px;
  padding-bottom: 36px;
}
.widget_sidebar {
  color: #424242;
}
footer .lp-title {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #393939;
  color: #fff;
  font-family: "Archivo Narrow",sans-serif;
  font-feature-settings: "lnum";
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 36px;
  padding-bottom: 12px;
  padding-left: 0;
}
.footer-soc-up > a {
  color: #fff;
  float: left;
  font-size: 26px;
  margin-right: 15px;
}
.footer-soc-up > a:hover {
  color: #f00055;
}
footer .widget_text .textwidget {
  color: #999999;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}
#recent-posts-2 > ul {
  padding-left: 0;
}
.widget_sidebar ul {
  list-style-type: none;
  padding-left: 15px;
}
.widget_sidebar ul li {
  font-family: "Archivo Narrow",sans-serif;
  font-feature-settings: "lnum";
  font-size: 14px;
  line-height: 22px;
}
footer .widget_sidebar ul li a {
	font-family: "Archivo Narrow",sans-serif;
  color: #999999;
}
footer .widget_sidebar ul li a:hover {
	color: #f00055;
	text-decoration: none;
}
.textwidget a {
	color: #f00055;
}


/* headlines */
.article-date {
  color: #717171;
  font-size: 18px;
  font-weight: 700;
  font-family: "Archivo Narrow",sans-serif;
  padding: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 48px;
}
.article-title {
  color: #1d1d1d;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 45px;
  line-height: 76px;
  margin: 24px 0;
  padding: 0 10%;
  text-align: center;
}
.title {
  background-color: #fff;
  border-bottom: 2px solid #f2f2f2;
  color: #424242;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 24px;
  font-weight: 900;
  padding: 20px 0;
}


/* ads */
.native-wrap {
  padding: 30px 0;
}
.adwrap {
  margin: 0 auto;
  width: 728px;
}
.ad_notice {
  color: black;
  font-family: "Archivo Narrow",sans-serif;
  font-size: 0.6em;
  margin: 2px auto 0;
  text-align: right;
  text-transform: uppercase;
  width: 728px;
}
.box .adwrap {
  width: 300px;
}
.box .ad_notice {
	width: 300px;
	text-align: center;
}
.column-right .box .ad_notice {
	text-align: right;
	margin-bottom: 30px;
}

/* recommended */
.recommended-article img {
  height: auto;
  width: 100%;
}
.recommended-article {
  margin-bottom: 20px;
}
.recommended-article a {
  color: #1d1d1d;
  font-family: "Archivo Black",sans-serif;
  font-feature-settings: "lnum";
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.recommended-article a:hover {
	color: #f00055;
	text-decoration: none;
}

/* column */
.fb-page.fb_iframe_widget {
  margin-bottom: 30px;
}
.social-wrap a img {
  width: 100%;
  opacity: 0.75;
  transition: opacity 0.3s ease 0s;
  margin-bottom: 30px;
}
.social-wrap a img:hover {
	opacity: 1;
}
.col-title {
  background-color: #fff;
  border-bottom: 2px solid #f2f2f2;
  color: #424242;
  font-size: 24px;
  font-weight: 900;
  font-family: "Archivo Narrow",sans-serif;
  text-align: center;
  padding-bottom: 15px;
}
.home .col-title {
  padding-left: 20px;
}
.col-title span {
  line-height: 1;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

/* slide wrap */
.slide-wrap {
  background-color: #fff;
  min-height: 76px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  transition: all 5.3s ease 0s;
}
.small-date {
  color: #424242;
  font-family: "Archivo Narrow",serif;
  font-weight: 100;
  transition: all 0.3s ease 0s;
}
.slide-wrap:hover .slide-img {
  width: 100%;
}
.slide-wrap:hover .slide-img img {
	opacity: .45;
}
.slide-wrap:hover .slide-info a, .slide-wrap:hover .small-date {
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.slide-wrap-hover {
  background: rgba(0, 0, 0, 0) linear-gradient(40deg, rgba(0, 0, 0, 0.3) 0%, rgba(2, 2, 2, 0.3) 100%) repeat scroll 0 0;
  min-height: 100%;
  opacity: 1;
  position: absolute;
  width: 100%;
  z-index: 17;
}
.slide-img {
	min-height: 76px;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: absolute;
  transition: width 0.3s ease 0s;
  width: 33.3333%;
  z-index: 15;
}
.slide-img img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  opacity: 0.8;
  position: absolute;
  right: -9999px;
  top: -9999px;
  transition: all 0.5s ease 0s;
}
.slide-link {
	display:block;
	clear:both;
}
.slide-img > a {
  display: block;
  height: 100%;
  width: 100%;
  background: #000;
}
.slide-info {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: 900;
  height: auto;
  opacity: 1;
  padding: 4px 10px 8px 0;
  position: relative;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease 0s;
  width: 62%;
  z-index: 18;
}
.slide-info a {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: none;
    font-family: "Archivo Narrow",sans-serif;
    font-feature-settings: "lnum";
    transition: all 0.3s ease 0s;
	color: #424242;
}
.slide-info a:hover {
	text-decoration: underline;
}

/* Slider */
/* // Sudo Slider */
#slider {width: 696px} /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */

/* Numeric Navigation */
ol.numericControls {margin:1em 0;padding:0;height:28px;	}
ol.numericControls li{margin:0 10px 0 0; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol.numericControls li a{float:left;height:28px;line-height:28px;border:1px solid #ccc;background:#DAF3F8;color:#555;padding:0 10px;text-decoration:none;}
ol.numericControls li.current a{background:#5DC9E1;color:#fff;}
ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic {margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}
/*
.prevBtn, .nextBtn {display:block;width:30px;height:77px;position:absolute;left:10px;top:71px;z-index:1000;background: rgba(0,0,0, 0.5);cursor:pointer;}
.nextBtn{left:696px;}
.nextBtn {background: rgba(0,0,0, 0.5);}
*/

.hero-slider ul {
	margin: 0px;
	padding: 0px;
}
.hero-slider li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

.hero-slider {
  position: relative;
  top: 10px;
  margin-bottom: 30px;
}
.hero-slider img {
	width: 100%;
}
.slider-date {
  background: #f00055 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-feature-settings: "lnum";
  font-weight: 700;
  left: 89px;
  line-height: 22px;
  margin-top: -60px;
  padding: 4px 9px;
  position: absolute;
  top: 50%;
  font-size: 12px;
}
.slider-link {
  color: #ffffff;
  font-family: "Open Sans",sans-serif;
  font-size: 34px;
  font-weight: 800;
  left: 87px;
  line-height: 44px;
  margin-top: -25px;
  position: absolute;
  right: 87px;
  text-decoration: none;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.95);
  top: 50%;
}
.nextBtn.hero, .prevBtn.hero {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  height: auto;
  margin-top: -20px;
  padding: 8px;
  position: absolute;
  top: 50%;
  transition: none 0s ease 0s ;
  width: auto;
}
.nextBtn.hero:hover, .prevBtn.hero:hover {
	text-decoration: none;
	background: #f00055;
}
.nextBtn.hero:focus, .prevBtn.hero:focus {
	text-decoration: none;
}
.prevBtn.hero {
	left: 20px;
}
.nextBtn.hero {
  left: auto;
  right: 20px;
}

/* content slider */
#content-slider li, #article-slider li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.content-slider {
  background: #fff none repeat scroll 0 0;
  margin-top:0px;
  position: relative;
  padding:  20px;
}
.content-slider .title, .article-slider .title {
  border-bottom: 0 none;
  margin-bottom: 12px;
  margin-left: 0;
  margin-top: -3px;
  padding-bottom: 0;
  padding-top: 0;
}
.nextBtn.content, .prevBtn.content {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  color: #f00055;
  font-size: 33px;
  height: auto;
  padding: 0;
  position: absolute;
  top: 16px;
  transition: all 1s ease 0s;
  width: auto;
}
.nextBtn.content:hover, .prevBtn.content:hover {
	text-decoration: none;
	color: #a6a6a6;
}
.nextBtn.content:focus, .prevBtn.content:focus {
	text-decoration: none;
}
.prevBtn.content {
  left: auto;
  right: 34px;
}
.nextBtn.content {
  left: auto;
  right: 12px;
}
.slider-image {
  height: 320px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 39px;
  transition: all 1s ease 0s;
  width: 40%;
}
.slider-image.hover {
	opacity: 1;
}
.slider-image img {
max-width: 100%;
margin-left: auto;
margin-right: auto;
z-index: 7;
object-fit: cover;
}
.content-slider-block {
	display:block;
}
.slider-text {
  padding-bottom: 20px;
  padding-left: 43%;
}
.post-date {
	display:block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    line-height: 24px;
    transition: color 0.9s ease 0s;
	position:relative;
}
.post-date a {
  font-style: italic;
  color: #f00055;
}
.post-date a:hover {
	text-decoration: underline;
	color: #fff;
}
.content-slider .slide {
  background: #fff none repeat scroll 0 0;
  min-height: 360px;
}
.image1 {
	opacity: 1 !important;
}
.content-slider-link {
	font-size: 18px;
    line-height: 21px;
    padding-bottom: 6px;
	font-family: "Archivo Narrow",sans-serif;
	color: #000;
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
	transition: color 0.9s ease 0s;
}
.content-slider-link:hover, .content-slider-link.hover {
	color: #f00055;
	text-decoration: none;
}

/* Article slider */
.article-slider {
  background: #fff none repeat scroll 0 0;
  margin: 30px 0 0;
  padding: 20px 20px 19px 20px;
  position: relative;
}
.grid-title {
    position: relative;
    z-index: 9;
}
.grid-title {
    height: auto;
    overflow: hidden;
}
.grid-title a {
    color: #424242;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Archivo Narrow",sans-serif;
    font-feature-settings: "lnum";
}
.grid-title a:hover {
	text-decoration: underline;
}
.article-grid .post-date {
  margin: 12px 0;
}
.grid-text {
  color: #717171;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  position: relative;
  transition: color 0.6s ease 0s;
  z-index: 9;
	font-size: 14px;
    line-height: 22px;
  height: auto;
  overflow: hidden;
}
.article-grid {
  background: #fff none repeat scroll 0 0;
  border:1px solid #e2e2d2;
  overflow: hidden;
  padding: 13px 20px 15px;
  position: relative;
  transition: all 0.9s ease 0s;
}
.article-grid:hover {
  background: #404040 none repeat scroll 0 0;
}
.article-grid:hover .grid-title a, .article-grid:hover .grid-text, .article-grid:hover .post-date {
  color: #fff;
}


.article-grid img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
  opacity: 0 !important;
  transition: all 0.6s ease 0s;
}
.article-grid:hover img {
  opacity: 0.4 !important;
  transform: scale(0.7);
}
.article-grid:nth-child(6) {
	margin-bottom: 1px;
	border-bottom-width: 1px;
}


/* Feature Post */
.feature-post {
  background-color: #fff;
  margin-top: 30px;
  min-height: 215px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.feature-post-hovered {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 10px;
  color: #fff;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: scale(0, 1);
  transition: opacity 0.55s linear 0.5s, transform 0.55s linear 0.5s;
  z-index: 25;
}
.feature-post-hovered2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 10px;
  color: #fff;
  left: 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: scale(1, 0);
  transition: opacity 0.55s linear 0.5s, transform 0.55s linear 0.5s;
  z-index: 25;
}
.image-caption {
  float: left;
  height: 214px;
  overflow: hidden;
  position: relative;
  transition: width 0.4s ease 0s;
}
.image-caption img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
.image-ff {
  padding-left: 20px;
  position: absolute;
  z-index: 11;
}
.sticky-cats-date {
  height: auto;
  padding-top: 8px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: color 0.3s ease 0s;
  color: #717171;
}
.featured-post  .tag-label {
  margin-right: 2px;
}
.feature-post:hover .feature-post-hovered {
  opacity: 1;
  transform: scale(1);
}
.feature-post:hover .feature-post-hovered2 {
  opacity: 1;
  transform: scale(1);
}
.oneolay {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  position: absolute;
  transition: width 0.35s ease 0s;
  width: 0;
  z-index: 9;
  height: 330px;
}
.feature-post:hover .oneolay {
  width: 100%;
}
.feature-post:hover .image-caption {
  position: absolute;
  width: 100%;
}
.cap-one {
	display: inline-block;
    float: left;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    vertical-align: middle;
    font-family: "Archivo Narrow",sans-serif;
    font-feature-settings: "lnum";
}
.feature-post:hover .cap-one, .feature-post:hover .post-text, .feature-post:hover .sticky-cats-date, .feature-post:hover .read-more {
	color: #fff;
}
.post-text {
  color: #717171;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: auto;
  line-height: 19px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  transition: color 0.3s ease 0s;
  width: 100%;
  z-index: 11;
}
.latest-read-more-blog {
    display: inline-block;
    color: #1f1f1f;
    cursor: pointer;
    font-weight: 300;
    margin-right: 12px;
    padding-top: 10px;
    text-align: left;
}
.latest-read-more-blog a {
    color: #1f1f1f;
}
.sticky-rm a {
    transition: opacity 0.55s linear 0.5s, color 0.25s ease 0s;
}

.read-more {
	font-weight: 300;
	text-align: left;
	font-family: "Archivo Narrow",sans-serif;
	font-feature-settings: "lnum";
	font-size: 14px;
	line-height: 22px;
	color: #1f1f1f;
}
.read-more span {
  line-height: 1;
  position: relative;
  top: 2px;
}


/* tags */
.tag-label {
  clear: left;
  color: #fff;
  float: left;
  font-family: "Archivo Narrow";
  font-size: 14px;
  margin: 0 0 3px;
  padding: 2px 6px;
}.football {background-color: #f00055;} .baseball {background-color: #c90303;} .basketball {background-color: #19b5fe;} .college {background-color: #913d88;} .soccer {background-color: #e87e04;} .cycling {background-color: #00b099;} .hockey {background-color: #4fd200;} .tennis {background-color: #c200c9;} .golf {background-color: #008d00;} .boxing {background-color: #e87e04;} .motor-sports {background-color: #0340c9;} .slide-wrap .tag-label {
  float: left;
  font-size: 14px;
  font-weight: 100;
  margin-top: 4px;
}
.tag-inline {
  float: none;
  clear:none;
  padding: 2px 6px;
  margin: 0 2px;
}
.celebrities:hover, .lol:hover, .tag-label:hover, .win:hover, .music:hover {
    color: #fff;
    cursor: pointer;
}
.sticky-cats-date {
  font-size: 14px;
  height: auto;
  padding-top: 20px;
}
.date-link {
  color: #f00055;
  font-style: italic;
}
.date-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* Article posts */
.article-posts {
  clear: both;
  display: block;
  margin: 30px 0 0 0;
}
.one-post {
  border: 1px solid #b6b6b6;
  overflow: hidden;
  background: #fff;
  /*margin-bottom: 30px;*/
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap:20px;
/*  padding: 10px;*/
}

.grid-container .one-post {
  border: 1px solid #b6b6b6;
  overflow: hidden;
  background: #fff;
  /*margin-bottom: 30px;*/
}

.blog-img {
  height: 210px;
  overflow: hidden;
  position: relative;
}
.blog-img:hover .link-overlay {
  opacity: 1;
}
.link-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: table;
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s ease 0s;
  width: 100%;
  z-index: 2;
}
.link-overlay .a-center {
  display: table-cell;
  font-size: 30px;
  vertical-align: middle;
}
.link-overlay .ico {
  border: 3px solid rgba(255,255,255, 0.75);
  border-radius: 50%;
  padding: 10px;
}
.blog-img img {
  bottom: -9999px;
  left: -9999px;
  margin: auto;
  position: absolute;
  right: -9999px;
  top: -9999px;
}
.categories-bpa {
    max-height: 184px;
    overflow-y: hidden;
    bottom: 0;
    margin: 8px;
    position: absolute;
    z-index: 3;
}
.blog-text {
  padding: 0 20px 20px;
}
.one-post .cap-one {
  float: none;
}
.cap-one:hover, .one-post .latest-read-more-blog a:hover {
	color: #f00055;
}
.one-post .latest-read-more-blog {
  font-size: 13px;
  font-weight: normal;
}
.one-post .latest-read-more-blog .bz-chevron-right {
  position: relative;
  top: 1px;
}
.one-post .post-date a:hover {
  color: #333;
  text-decoration: underline;
}
.post-img-link, .post-img-link:hover {
  color: #fff;
}


/* homepage overrides */
.home .column-left {
  background: transparent none repeat scroll 0 0;
  padding-right: 15px;
  width: 100%;
}





/* Pagination */
.blog-pagination {
  margin-top: 24px;
  padding: 0 15px;
}
.cd-pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
.cd-pagination li.button {
    margin-top: 0;
    display: inline-block;
}
.cd-pagination .button:first-of-type a::before, .cd-pagination .button:last-of-type a::before {
    color: #f00055;
    left: 50%;
    right: auto;
    transition: transform 0.3s ease 0s;
	display: inline-block;
    height: 16px;
    width: 16px;
	left: 0.8em;
}


.cd-pagination .button:last-of-type a::before {
  content: "\e904";
  font-family: "bz";
}
.cd-pagination .button:first-of-type a::before {
    content: "\e905";
	font-family: "bz";
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  margin-top: -16px;
  transform: translateY(100%);
  transition: transform 0.3s ease 0s;
}
.cd-pagination li {
    margin: 0 0.15em;
    display: inline-block;
	font-family: "Archivo Narrow",sans-serif;
    font-feature-settings: "lnum";
	font-size: 14px;
	position:relative;
	overflow:hidden;
}
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    color: #1f1f1f;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 1.4em;
}
.cd-pagination a {
  background: #fff none repeat scroll 0 0;
  transition: transform 0.3s ease 0s, color .3s ease;
}
.cd-pagination a:hover {
	color: #f00055;
}
.cd-pagination a.page-numbers:hover {
  color: #1f1f1f;
}
.cd-pagination a, .cd-pagination span {
  -moz-user-select: none;
  display: inline-block;
}
.cd-pagination.animated-buttons .button:first-of-type a:hover::before, .cd-pagination.animated-buttons .button:last-of-type a:hover::before {
    transform: translateY(-50px);
}
.cd-pagination.animated-buttons .button a:hover i {
    color: #1f1f1f;
    transform: translateY(0px);
}
.cd-pagination a.current {
  background: #f00055 none repeat scroll 0 0;
  color: #fff;
}
.cd-pagination a:active {
  transform: scale(0.9);
  text-decoration: none;
}

/* Contact */
.text-left {text-align: left !important}
.noPadding {padding: 0px !important}
.contact-form .form-control::-moz-placeholder {
  font-size: 18px !important;
}
.contact-left .lp-title {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px solid #b9b9b9;
  color: #9f9f9f;
  font-family: "Archivo Narrow",sans-serif;
  font-feature-settings: "lnum";
  font-size: 24px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 8px;
  margin-top: 0;
  padding-bottom: 12px;
  padding-left: 0;
}


@media (min-width: 400px) {
	.navbar-brand, .menu-logo {
		padding: 0px;
		margin: 14px 0 0 15px;
		width: 140px;
		height: auto;
	}
	.navbar-brand > img, .menu-logo img {
	  width: 100%;
	}

}


@media (min-width: 768px) {
.btnSub {
display:inline;
width:auto;
}
#menu-main {
padding-left: 40px;
margin-top: 80px;
}
	.nav-wrap > ul > li {
	  padding: 16px 32px 16px 0;
	  width: 300px;
	}
	.nav-wrap > ul > li > a {
	  font-size: 36px;
	}
	.search-menu-drop {
	  height: 45px;
	  width: 300px;
	}
	.search-menu-sm {
	  font-size: 18px;
	  width: 300px;
	}
	.search-menu-sm::-moz-placeholder {
	  font-size: 24px;
	}
	.navbar {
	  height: auto;
	  overflow:visible;
	}
	body {
	  padding-top: 130px;
	}

	.btn-big {
	height: 100px;
    width: 100px;
	}
	.icon-bar-wrap {
	  margin:22px 0 12px 22px;
	}
	.icon-wrap {
	  margin: auto;
	}
	.navbar-brand {
  margin: 20px 0 0 20px !important;
  width: 220px;
}

}



}

@media (min-width: 992px) {
		.container {
	width: 990px;
}
.column-left {
  float: left;
  padding: 0 15px 50px;
  width: 975px;
}

	body {
		padding-top: 130px;
	}
	.navbar-brand {
	 margin: 20px 0 0 20px !important;
     width: 220px;
	}
	.slider-link {
	  font-size: 44px;
	}
.slider-date {
  font-size: 18px;
}
.column-right.visible-lg {
  display: block !important;
}
.home .column-left {
  padding-right: 30px;
  width: 635px;
}
.home .column-right {
  margin-right: 15px;
  margin-top: 30px;
  padding: 20px;
  width: 340px;
}
	.article-grid {
		border-bottom-width: 1px;
	}
	.article-grid:nth-child(2), .article-grid:nth-child(5) {
		border-left: 0px;
		border-right: 0px;
	}
	.article-grid:nth-child(4), .article-grid:nth-child(5), .article-grid:nth-child(6) {
		border-top: 0px;
		margin-bottom: 1px;

	}
	/*.grid-title {
		height: 56px;
	}*/
	.grid-text {
	  height: 90px;
	}
	.row.left {
	  padding-right: 30px;
	}
	.row-right {
		padding-left: 30px;
	}

}

@media (min-width: 1200px) {

	.visible-lg {display:none !important;}


}

@media (min-width: 1300px) {
		.container {
	width: 1290px;
}
.column-left {
  float: left;
  padding: 0 15px 50px;
  width: 975px;
}
.home .column-left {
  float: left;
  width: 935px;
}
	.visible-lg {display:block  !important;
	}
.content-slider-link {
font-size: 24px;
line-height: 24px;
}
.image-caption img {
  transform: scale(1.3);
}
.grid-text {
  height: 50px;
}

}

@media (min-width:320px) and (max-width:548px){
.menu-header {width:318px;padding: 6px 1px;} 
.search-wrap{display:none;}    
.navbar-brand > img, .menu-logo > img{width:138px;}
.hide-nav{top:8px;right:5px;}    
#menu-main {margin: 90px 15px;}    
.nav-wrap > ul > li{padding: 12px 0px 12px 0;} 
.search-menu-sm{width:85%;}    
.search-menu-sm-btn{right: 55px;}    
.content-slider iframe{width: 100% !important;}     
}
@media (min-width:360px) and (max-width:767px){
#menu-main {margin:90px 15px;}
.menu-header {width: 375px;}    
.search-menu-sm{width:93%;}       
.hide-nav {top: 8px;right: 40px;}    
.search-menu-sm-btn {right:31px;}     
.nav-wrap > ul > li{padding: 12px 0px 12px 0;}    
.content-slider iframe{width: 100% !important;}
.slider-image{width:100%;position:relative;}
.slider-text{padding-left:0;padding-top: 50px;}
.navbar-brand, .menu-logo{margin: 16px 16px !important;padding: 0; width:auto;}
.navbar-brand > img, .menu-logo > img{width:116px;}
.grid-container {grid-template-columns: auto;}
.blog-text {padding: 0 10px 10px;}
.slider-text{padding-left:0;}
.article-grid img{max-width: 100%;object-fit: cover;height: auto;}
.grid-title{padding-top: 10px;}
.grid-title a {font-size: 16px;line-height: 22px;}    
}


@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
.menu-header {width: 414px;}
.nav-show{width: 415px;}      
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
#menu-main{margin: 57px 15px;padding-left: 10px;}.menu-header {width: 367px;padding: 6px 1px;} .hide-nav{top: 11px;}
}    
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
.nav-show{width:34%;} .menu-header{width:34%;}
}



/* width */
.nav-wrap::-webkit-scrollbar {
width: 7px;
}

/* Track */
.nav-wrap::-webkit-scrollbar-track {
background: #e9ecef;
}

/* Handle */
.nav-wrap::-webkit-scrollbar-thumb {
background: #ced4da;
}
.column-left img{
    max-width: 100% !important;
    height: auto !important;
}

.author-details{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.author-details .author-img{
  display: inline-block;
  width: 35px;
  height: 35px;
}
.author-details .author-txt{margin-left: 10px;width: 80%;}
.author-details .author-img,.author-details .author-txt{clear: both;}
.author-details .author-img img{
  width: 100%;
  height: 100%!important;
  border-radius: 50%;
  object-fit: cover;
}
.author-details .author-txt span{color: #333}
.author-details .author-txt a{color: #3557ff;text-decoration: none;}    
