/*
Theme Name: Total Pro Sports 
Theme URI: http://totalprosports.com
Author: Fat Penguin, LLC
Author URI: https://fatpenguin.co/
Description: Custom wp based engine for Total Pro Sports
Version: 1.0
*/

@import "https://fonts.googleapis.com/css?family=Montserrat:500,700,800,900";
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

body {
  position: relative;
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: #fafafa;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar-form .form-control {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: black;
  font-weight: 100;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-weight: 100;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-weight: 100;
}

:-ms-input-placeholder {
  color: black;
  font-weight: 100;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}

.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}

.sidebar-nav li:nth-child(2) a:before {
  color: red;
}
.sidebar-nav li:nth-child(3) a:before {
  color: #ec1b5a;
}
.sidebar-nav li:nth-child(4) a:before {
  color: #79aefe;
}
.sidebar-nav li:nth-child(5) a:before {
  color: #314190;
}
.sidebar-nav li:nth-child(6) a:before {
  color: #279636;
}
.sidebar-nav li:nth-child(7) a:before {
  color: #7d5d81;
}
.sidebar-nav li:nth-child(9) a:before {
  color: #ead24c;
}
.sidebar-nav li:nth-child(10) a:before {
  color: #2d2366;
}
.sidebar-nav li:nth-child(11) a:before {
  color: #35acdf;
}

.sidebar-nav li a {
  display: block;
  color: #cccccc;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
  border-bottom: solid 1px #1b1b1b;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

.dropdown-menu li {
  background: #000;
  border: none;
}
.dropdown-menu li a {
  border: none;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border: none;
}

.dropdown-menu li a:before {
  content: "" !important;
}

.dropdown-menu li a {
  border: none;
  font-size: 11px;
  padding-left: 45px;
  color: #666666;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: relative;

  z-index: 999;
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  background: transparent;
  border: none;
  top: 20px;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 2px;
  border-radius: 2px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-closed .hamb-top {
  top: 4px;
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open .hamb-middle {
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.nav-full {
  width: 100%;
  height: 70px;
  background: #000;
  position: fixed;
  z-index: 999;
  top: 0px;
}

.header-logo {
  margin-top: 22px;
  margin-left: -40px;
}
.nav-social {
  margin-top: 10px;
}
.nav-social ul li a img {
  width: 30%;
}
.navbar-nav > li {
  float: left;
  margin-left: 18px;
}

.nav-social .nav > li > a {
  text-align: center;
  padding: 0px;
  padding-top: 15px;
  font-size: 20px;
  color: #fff;
}
.nav-social .nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  color: #d50000;
}
ul.footer_nav li {
  float: left;
  margin-left: 10px;
  list-style-type: none;
}
ul.footer_nav li a {
  color: #777;
}
.leader_board {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.post {
  overflow: hidden;
  box-shadow: 0 0 0px #ccc;
}

.post .content {
  padding: 0px;
  margin-bottom: 20px;
}
.post .author {
  font-size: 11px;
  color: #ccc;
  /* padding-top: 15px; */

  bottom: 0px;
  text-transform: uppercase;
  width: 100%;
  padding: 0px;
  padding-top: 5px;
}
.post .author .col-md-4 {
  margin-bottom: 0px;
}
.post-img-content {
  border-bottom: solid 3px red;
}
.post .post-img-content {
  height: 196px;
  position: relative;
  overflow: hidden;
}
.post .post-img-content img {
  position: absolute;
}

.post-img-content a img {
  height: 100%;
  width: 100%;
}

.post .post-title {
  display: table-cell;
  vertical-align: bottom;
  z-index: 2;
  position: relative;
}
.post .post-title b {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  padding: 10px 15px;
  margin-top: 5px;
  font-weight: 500;
  font-size: 11px;
}
.ytc-promotion {
  display: none !important;
}
.post .author .category,
.post .author .post-by {
  padding: 0px;
}
.post .author .post-by {
  text-align: right;
}
.post-title-bold {
  font-family: "Oswald", sans-serif;
  color: #717171;
  max-width: 390px;
  min-height: 81px;
  margin-top: 10px;
}
.post-title-bold a {
  color: #333232;
  cursor: pointer;
  font-size: 19px;
  font-weight: 400;
}
.post-container .col-md-4 {
  margin-bottom: 15px;
  max-height: 311px;
  overflow: hidden;
}
.post-container .top {
  padding: 0px;
  width: 65.966667%;
}
.post-container .top .col-md-6 {
  padding-left: 0px;
}
.right-padding-fix {
  padding-right: 0px;
  padding-left: 15px !important;
}
/*.home-aside {text-align:center;}*/
.cube-ad {
  width: 300px;
  margin: 0 auto;
}
.home-aside .row {
  margin-bottom: 50px;
}
.contact-button a img {
  width: 80%;
}
.footer {
  background: #000;
  text-align: center;
  padding: 20px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  z-index: 997;
  position: relative;
}
.sidebar-nav li a:before {
  /*content: "\2666";*/
  /* margin-right: 11px;*/
}
.article-share li {
  width: 48.1%;
  background: #324c82;
  padding: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-right: 14px !important;
}
.author_image {
  padding: 0px 10px 1px 10px;
}
.author_image img {
  height: 35px;
}
.author_text {
  font-weight: 800;
  padding-left: 0px;
  color: #000;
}
.author_image.col-md-3 {
  width: 12.666667%;
}
li.tw-share {
  background: #3cf;
}
li.email-share {
  background: #d50000;
}
.article-share li a {
  color: #fff;
  letter-spacing: 1px;
  display: block;
}

.cat-header {
  border-bottom: solid 11px #e11c1b;
  margin-bottom: 100px;
  text-align: center;
}
.cat-header span {
  font-size: 20px;
  color: #ccc;
  font-family: helvetica;
  font-weight: 100;
  letter-spacing: 7.7px;
  margin-left: 6px;
}

.art-header {
  border-bottom: solid 4px #e11c1b;
  margin-bottom: 61px;
  text-align: center;
  margin-top: 28px;
}
.art-header span {
  background: #fff;
  padding: 20px 0px;
  color: #000;
  font-size: 30px;
  line-height: 10px;
  position: absolute;
  margin-left: -300px;
  margin-top: -53px;
  font-weight: 800;
}

.art-header span img {
  width: 66%;
}
.post-container p {
  font-family: "Roboto", "Helvetica", sans-serif;
  line-height: 21px;
  text-align: left;
}
.feat-image {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-title {
  font-family: "Oswald", sans-serif;
  border-bottom: solid 1px #e6e6e6;
  padding-bottom: 15px;
  font-weight: 400;
  /* letter-spacing: -1px; */
  line-height: 47px;
  text-transform: uppercase;
}
.post-meta {
  font-family: "helvetica";
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
.post-meta a {
  color: #e11c1b;
}
.article-social {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  margin-left: 15px;
}
ul.article-social li a img {
  width: 80%;
}
.article-social li {
  float: left;
  margin-right: -15px;
}
.share-this {
  display: block;
  width: 100%;

  font-family: Helvetica, Arial, "Lucida Grande", sans-serif !important;
  color: #c22228;
  font-size: 18px;
  text-transform: uppercase;
  margin: 15px auto;
  position: relative;
  overflow: hidden;
  font-weight: 100;
}
.share-this:after {
  content: "";
  position: absolute;
  bottom: 5px;
  display: inline-block;
  height: 1px;
  width: 100%;
  background: #c22228;
  margin-left: 3px;
}
.tags {
  color: #b3b3b3;
  font-weight: 100;
  font-family: Helvetica;
}
.subscribe-widget {
  list-style-type: none;
  padding: 0px;
  padding-left: 15px;
  text-align: center;
}
.subscribe-widget a {
  color: #fff;
}
.subscribe-widget li {
  padding: 15px;
  margin-top: 15px;
}
.sub-yt {
  background-color: #b01313;
}
.sub-tw {
  background-color: #3fa9f5;
}
.sub-fb {
  background-color: #0071bc;
}
#inifiniteLoader {
  position: relative;
  z-index: 2;
  display: none;
  text-align: center;
  top: 50%;
  left: 40%;
}
#inifiniteLoader img {
  width: 300px;
}
a.btn-youtube-subscribe {
  display: block;
  margin: 0;
  width: 100%;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: #c22228;
  padding-top: 8px;
  font-weight: 800;
  font-size: 17px;
}
.video-container iframe {
  width: 100%;
  min-height: 370px;
}
.branded-header .image img {
  max-width: 150px;
  max-height: 150px;
  background: #fafafa;
}

.cat-branded-container {
  position: absolute;
  margin: -35px 0 0 -23%;
  left: 60%;
  background: #fafafa;
}
.branded-container {
  position: absolute;
  margin: -86px 0 0 -25%;
  left: 50%;
}
.branded-container h2,
.cat-branded-container h2 {
  text-transform: uppercase;
  font-size: 32px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.branded-container .col-md-8 {
  background: #fafafa;
  margin-top: 25px;
  margin-left: -60px;
}

.author a {
  color: #ccc;
}

.author a:hover {
  color: #e11c1b;
}
.about-author img {
  max-width: 100%;
  max-height: 200px;
}
.about-author {
  border-radius: 0px !important;
  width: 96%;
  margin-left: 14px;
}
.about-author p {
  font-size: 13px;
  line-height: 19px;
}
.about-author h3 {
  margin-top: 1px;
  font-size: 19px;
  text-transform: uppercase;
}
.about-meta hr {
  margin-top: 0px;
  margin-bottom: 7px;
}
.about-meta {
  color: #808080;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}
/**social**/

@media (min-width: 768px) {
  .omb_row-sm-offset-3 div:first-child[class*="col-"] {
    margin-left: 25%;
  }
}

.omb_login .omb_authTitle {
  text-align: left;
  line-height: 300%;
}

.omb_login .omb_socialButtons a {
  color: white;
  opacity: 0.9;
  text-align: left;
  text-transform: uppercase;
}
.omb_login .omb_socialButtons a:hover {
  color: white;
  opacity: 1;
}
.omb_socialButtons .fa {
  margin-right: 10px;
}
.omb_login .omb_socialButtons .omb_btn-facebook {
  background: #3b5998;
}
.omb_login .omb_socialButtons .omb_btn-twitter {
  background: #00aced;
}
.omb_login .omb_socialButtons .omb_btn-google {
  background: #c32f10;
}

.omb_login .omb_loginOr {
  position: relative;
  font-size: 1.5em;
  color: #aaa;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
  display: block;
  position: absolute;
  left: 50%;
  top: -0.6em;
  margin-left: -1.5em;
  background-color: white;
  width: 3em;
  text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
  width: 2em;
}
.omb_login .omb_loginForm .help-block {
  color: red;
}

@media (min-width: 768px) {
  .omb_login .omb_forgotPwd {
    text-align: right;
    margin-top: 10px;
  }
}
.row.omb_socialButtons {
  margin-bottom: 25px;
  margin-left: 0px;
}
.omb_login h3,
.small-h3 {
  text-transform: uppercase;
  margin-left: 15px;
  font-size: 15px;
}
.apsc-theme-2 .apsc-inner-block {
  padding: 8px;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  min-height: 83px;
}
.apsc-theme-2 .apsc-each-profile {
  float: left;
  min-height: 83px;
  text-align: center;
  width: 77px !important;
  margin: 2px !important;
}
.apsc-icons-wrapper.clearfix.apsc-theme-2 {
  margin-left: 47px !important;
}

.apsc-theme-2 .apsc-each-profile a {
  display: block;
  color: #fff;
  position: relative;
  border-radius: 0px !important;
  box-shadow: none !important;
}

/**search**/
#custom-search-input {
  margin: 0;
  margin-top: -7px;
  padding: 0;
}

#custom-search-input .search-query {
  padding-right: 3px;
  padding-right: 4px \9;
  padding-left: 3px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #d9230f;
}

.search-query:focus + button {
  z-index: 3;
}

.sidebar-brand #custom-search-input {
  margin-top: 16px;
}
.sidebar-brand #custom-search-input button {
  margin-top: -9px;
}
span#article-category {
  background: #e11c1b;
  color: #fff;
  padding: 15px;
}
span#article-title {
  font-size: 11px;
  color: #b7b7b7;
  font-family: "helvetica";
  text-transform: uppercase;
}
#short-title {
  display: none;
  color: #b3b3b3;
  margin-top: 21px;
  font-family: "helvetica";
  text-transform: uppercase;
  font-size: 10px;
}
.header-logo a {
  height: 31px;
  width: 229px;
  background: url(img/logo.png);
  background-size: 100%;
  text-indent: -9999px;
  display: block;
  background-repeat: no-repeat;
}
.navbar-brand-scroll a {
  height: 31px;
  width: 49px;
  background: url(img/logo-mini.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.navguide {
  height: 200px;
  width: 200px;
  background: url(img/navguide.png);
  background-size: 100%;
  position: absolute;
  z-index: 99;
  margin-left: 45%;
  margin-top: 25%;
  display: none;
}
.ms-thumb {
  width: 98px;
  padding: 4px;
  margin: 3px;
  border: solid #ccc 0px;
}

.ms-thumb h3 {
  display: none;
}
.ms-thumb-list {
  position: relative !important;
  background-color: #222;
  background-image: -ms-linear-gradient(top, #222, #101010);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#222),
    to(#101010)
  );
  background-image: -webkit-linear-gradient(top, #222, #101010);
  background-image: -o-linear-gradient(top, #222, #101010);
  background-image: linear-gradient(top, #222, #101010);
  background-image: -moz-linear-gradient(top, #222, #101010);
  background-repeat: repeat-x;

  border-top: #333 solid 1px;
  display: none;
}

div#masterslider {
  background: none;
  margin-left: -78px !important;
}
.ms-slide {
  background: #fff;
  color: #000;
  border: solid 1px #e0e0e0;
  box-shadow: 1px 0px 11px #9a9a9a38;
  padding: 20px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 100;
}
.ms-layout-partialview .ms-container {
  padding-bottom: 56px;
  padding-right: 15px;
}
.master-slider img,
.ms-slide-bgvideocont video {
  max-width: 100% !important;
}
.feat-image img {
  max-width: 100%;
}
.ms-view {
  overflow: visible !important;
}

.ms-slide center {
  margin-bottom: 30px;
}
.ms-slide center + div {
  font-weight: 100;
  font-family: sans-serif;
  line-height: 32px;
}

a.dropdown-toggle:after {
  content: " ";
  /* background: #fff; */
  width: 10px;
  height: 10px;
  position: absolute;
  margin-left: 20px;
  margin-top: 7px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.aligncenter {
  max-width: 100%;
}

.home-aside.sticky {
  position: fixed;
  top: 81px;
  width: 380px;
}

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
  top: 40% !important;
}

#sidebar li {
  list-style-type: none;
}
h2.widgettitle {
  font-size: 20px;
  text-align: left;
}
h2.widgettitle:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 78%;
  margin-top: 16px;
  background: #c22228;
  margin-left: 3px;
}
.article-share i {
  font-size: 25px;
  float: left;
}

.article-top li {
  width: 19.5%;
  line-height: 24px;
  padding: 3px;
  font-size: 14px;
}
.navguide-container {
  width: 100%;
  background: rgba(33, 33, 33, 0.87);
  height: 758px;
  display: block;
  position: absolute;
  z-index: 999;
}

.navguide-container h2 {
  /* color: #fff; */
  opacity: 1;
  display: block;
  font-size: 42px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 800;
  text-shadow: rgba(0, 0, 0, 0.498039) 1px 1px 2px;
  font-family: "Poiret One", helvetica, sans-serif;
  color: rgb(255, 255, 255);
  padding: 59px;
}
.gallery-video-icon-large {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: rgba(43, 76, 126, 0.42);
  border-radius: 99px;
  opacity: 0.9;
}
button.start-slide {
  background: #e11c1b;
  color: #fff;
  padding: 15px;
  border: none;
  margin-top: 20px;
}
.ms-nav-next {
  right: -64px !important;
}
div#cmn_ad_3x3_0 {
  margin-top: -31px !important;
}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont {
  position: relative !important;
}
.ms-nav-next,
.ms-nav-prev {
  opacity: 1 !important;
  display: block !important;
}

div#cmn_ad_tag_head {
  margin-top: 107px;
  margin-bottom: -10px;
}

@media (max-width: 480px) {
  span.video-label-box.trc-main-label {
    width: 80% !important;
    margin-left: 10px !important;
  }

  .videoCube.syndicatedItem .video-label-box {
    margin-left: 15px !important;
  }

  .thumbs-feed-01 .syndicatedItem .video-title {
    max-width: 90% !important;
    font-size: 16px !important;
  }
  .header-logo a {
    background: url(img/logo.png);
    background-size: 89%;
    background-repeat: no-repeat;
  }
  div#masterslider {
    background: none;
    margin-left: -41px !important;
    margin-bottom: 63px !important;
  }
  .ms-nav-next {
    right: -58px !important;
  }
  .author_image img {
    height: auto;
  }
  .gallery-video-icon-large {
    margin-top: 100px;
  }
  .navguide-container {
    max-height: 517px;
  }
  .navguide-container h2 {
    line-height: 35px;
    font-size: 31px;
  }

  .home-aside .row {
    margin-left: -26px;
  }
  h2.widgettitle:after {
    width: 71%;
  }
  .widget {
    width: 100%;
    overflow: hidden;
  }
  .video-container iframe {
    width: 100%;
    min-height: auto;
    height: 200px;
  }
  .navguide {
    margin-left: 25%;
    margin-top: 25%;
  }

  .master-slider p img:first-child {
    display: block !important;
  }
  .nav-full {
    position: fixed;
    height: 50px;
  }
  div#cmn_ad_tag_head {
    margin-top: 60px;
    margin-bottom: -50px;
  }

  .leader_board {
    margin-top: 60px;
    /* margin-bottom: -90px; */
  }
  .col-md-55 {
    display: none;
  }
  .post-container .top {
    width: 100%;
  }
  .container {
    overflow: hidden;
    width: 100% !important;
  }
  .header-logo {
    /* margin-top: 22px; */
    margin-right: 41px;
    float: right;
    margin-top: -10px;
  }
  .post-container .top .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  #page-content-wrapper > div.container > div:nth-child(2) {
    margin-top: 0px !important;
  }

  .post-wrapper img {
    max-width: 100%;
    max-height: 550px;
  }
  #content > div > p:nth-child(4) > img {
    max-height: 200px;
  }
  .wp-caption > img {
    max-height: 221px;
  }
  twitterwidget {
    margin: 0 auto;
  }
  img,
  iframe {
    max-width: 100%;
  }
  #short-title {
    display: none !important;
  }
  .subscribe-widget {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-caption {
    width: 100% !important;
  }
  .cat-header {
    display: none;
  }
  .post .author .category,
  .post .author .post-by {
    float: left;
  }
  .post-container .col-md-4 {
    float: left;
  }
  .article-title {
    font-size: 22px;
    margin-top: 20px;
    line-height: 30px;
  }
  #content {
    margin-top: 0px;
  }
  .hamburger {
    top: 15px;
  }
  .author_image.col-md-3 {
    float: left;
  }
  .author_text.col-md-10 p {
    display: none;
  }
  .article-share li {
    width: 46.1%;
  }

  .article-top li {
    width: 30.1%;
    line-height: 24px;
    padding: 3px;
    font-size: 14px;
  }

  .home-aside.sticky {
    position: relative;
  }
  .size-medium {
    max-height: 300px;
  }
}

#ytc-wrapper .ytc-thumbnails .ytcthumb-cont {
  position: relative;
  float: left;
  width: 100px;
  margin-right: 14px;
}
#ytc-wrapper .col-lg-6 {
  width: 100% !important;
}
h5.ytctitle {
  margin-top: 0px;
  margin-bottom: 0px;
}
h5.ytctitle a {
  color: #000;
}
#ytc-wrapper time {
  /* font-size: small; */
  font-weight: 100;
  font-size: 11px !important;
}
#content > div > p:nth-child(4) {
  text-align: center;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.leftZero {
  left: 0;
}
.nav-right ul li {
  float: right;
}
#ytc-wrapper .ytc-thumbnails .ytc-pagination {
  display: none !important;
}
@media (orientation: landscape) and (max-height: 768px) {
  .home-aside.sticky {
    right: 0;
  }
  .navbar-right {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .post-container .top {
    padding: 0px;
    width: 100%;
    overflow: hidden;
  }
  .sticky {
    display: none;
  }
  .container {
    width: 90%;
  }
  .header-logo {
    margin-top: -9px;
    margin-left: 74px;
  }
  #custom-search-input {
    margin: 0;
    margin-top: -54px;
    padding: 0;
  }
  ul.nav.navbar-nav {
    display: none;
  }
  #short-title {
    display: none !important;
  }
}

/* Landscape */
@media (orientation: landscape) and (max-height: 480px) {
  .header-logo {
    width: 246px;
    float: left;
    margin: 0 auto;
    margin-top: -5px;
    margin-left: 30%;
  }
  .col-md-55.pull-right {
    width: 23%;
  }
  .nav-social ul.nav.navbar-nav {
    display: none;
  }
  .navbar-form.navbar-right {
    margin-top: -42px;
  }

  .col-lg-8.top {
    width: 100%;
  }

  .col-sm-6.col-md-6 {
    width: 50%;
    float: left;
  }

  div#cmn_ad_tag_head {
    margin-top: 75px;
    margin-bottom: -25px;
  }
  .col-lg-4 {
    display: none;
  }
  .col-sm-4.col-md-4 {
    width: 50%;
    float: left;
  }
}

._3zEEtS_0KXn3fBbZiqO5nS {
  right: 0;
  bottom: 81px !important;
}

.hp_rect_ad {
  width: 360px;
  height: 327px;
}

.hp_incontent_ad {
  margin: 10px auto;
  text-align: center;
  clear: both;
}
