@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

* {
  margin: 0 auto;
  box-sizing: border-box;
  background: none;
  font-family: "Open Sans", sans-serif;
}
html {
  background: #203731;
  color: #ffb612;
  font-size: 16px;
  transition: all 0.2s;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
a.no-text-decoration {
  text-decoration: none !important;
}
.theme {
  color: #ffb612;
  background: #203731;
}
.m-t-20 {
  margin-top: 20px;
}
.p-v-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.p-h-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.m-h-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.p-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m-v-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-h-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.p-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
/* .m-r-10 {
  margin-right: 10px;
} */
.relative {
  position: relative;
}
.color_word {
  color: #ffb612 !important;
}
.color-white {
  color: #fff !important;
}
.bg_ad img {
  padding: 10px;
  background: #fff;
}
.hide {
  display: none;
}
.show {
  display: block;
}
/* header */
.navbar-header {
  position: fixed;
  z-index: 1000;
  top:0;
  /* right: 0px; */
  width: 100%;
  background: #203731;
}
.wrap-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wrap-navbar .wrap-logo {
  margin: 0px;
  margin-left: 0px;
}
.wrap-logo .logo {
  display: block;
  cursor: pointer;
  padding: 5px;
}
	.logo img {
  max-width: 350px;
  margin-bottom: 4px;
 /*
 width: 250px;
  height: 72px;
*/
  display: inline-block;
}
.wrap-navbar-menu {
  display: block;
  position: relative;
  margin: 0px;
  height: 100%;
  max-width: 100%;
}
.wrap-navbar-menu .navbar-menu-inner {
  display: flex;
  align-items: center;
  margin-right: 15px;
  height: 100%;
}
.navbar-menu-inner .nav-item {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  padding: 31px 15px 31px 15px;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.nav-item {
  cursor: pointer;
}
.nav-item:hover {
	transition: all 0.1s;
	color: #ffb612;
	background: none;
}
.nav-item a,
.nav-item a:link,
.nav-item a:visited {
	color: inherit;
}
.nav-item-dropdown:hover {
  background: hsl(143, 15%, 28%);
  color: #ffb612;
  cursor: pointer;
}
.flex-center {
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin: 0;
}
.flex-center .image {
  margin-right: 0.75rem;
}
.btn-search {
  display: flex;
  text-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  padding: 5px;
  height: initial;
  cursor: pointer;
}


.navbar-menu-inner .btn-search .icon {
  font-size: 20px;
}

.btn-search:hover {background: none !important; color: #fc3 !important; opacity: 1 !important;}

.wrap-dropdown {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 900;
}
.nav-item-dropdown,
#more {
  position: relative;
}
.nav-item-dropdown .wrap-dropdown .dropdown {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  background: hsl(143, 15%, 28%);
  width: max-content;
}

.nav-item-dropdown .dropdown li {
font-size: 1rem;
color: #fff;
white-space: nowrap;
text-align: left;
margin-right: 20px !important;
margin-left: 20px !important;
}

.nav-item-dropdown .dropdown li a {
  padding: 15px 10px;
  width: 100%;
  display: inline-block;
}
.nav-item-dropdown .dropdown li:hover,
#more #drop-more li:hover {
  color: #203731;
  background: #ffb612;
/*   opacity: .8; */
}
.wrap-dropdown {
  display: none;
}
.nav-item-dropdown:hover .wrap-dropdown,
#more:hover #drop-more {
  display: block;
}
#more #search .text-search {
  display: none;
}

.not-logged-in .btn-login {right: calc(7 * 0.75rem);}

.btn-login {
  margin: 0;
  position: absolute;
  transform: translate(50%, -50%);
  top: 17%;
  right: calc(11 * 0.75rem);
  color: #ffb612;
  z-index: 1000;
  font-size: 0.8rem;
  padding: 5px;
  padding-right: 0;
  cursor: pointer;
}
.btn-login:hover {
  opacity: 0.8;
}
.text-login {
  padding: 5px;
  font-weight: bold;
}
.wrap-input {
  width: 40%;
  /* padding: 0px 15%; */
  margin-bottom: 15px;
  margin-right: 2rem;
  display: none;
  animation: faded 2s;
}
.wrap-input .control {
  z-index: 10;
}
.wrap-input .input {
  font-weight: 600;
}
@keyframes faded {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* form */
.modal {
  z-index: 1200;
}
.form {
  background: #fff;
  max-width: 600px;
  min-height: 400px;
  overflow: hidden;
  padding-bottom: 3rem;
}
.form .top-form {
  padding: 30px;
  background: #203731;
}
.form .top-form .image {
  width: 250px;
}
.middle-form .title {
  padding: 15px;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 5px;
  color: #203731;
  font-weight: 600;
}
.middle-form .wrap-content-middle {
  /* display: flex; */
  padding: 0px 30px;
  justify-content: center;
  text-align: center;
}
.middle-form .left-middle-form,
.middle-form .right-middle-form,
.middle-form .center-middle-form {
  /* width: 30%; */
  margin: auto;
}
.left-middle-form .subtitle, .right-middle-form .subtitle {
  font-weight: 700;
  color: #203731;
  font-size: 1.1rem;
  white-space: nowrap;
}
.subtitle.pd-top {
  padding-top: 25px;
}
.middle-form .center-middle-form .image {
  animation: pointdown 1.5s infinite;
  transform: translateY(100px);
  max-width: 100%;
}
.middle-form input[type="text"],
.middle-form input[type="password"] {
  margin-top: 10px;
  border: 1px solid #203731;
  color: #203731;
  font-size: 16px;
}
.bottom-form .button {
  background: #203731;
  color: #eee;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center; 
  margin-top:20px;
}

.middle-form .form-item,
.middle-form .form-actions {
	margin: 0;
}

@keyframes pointdown {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(80px);
  }
}
.bottom-form {
  margin-top: 20px;
  text-align: center;
}

/* btn-more */
#more {
  padding: 0px;
}
.nav-more ul {
  list-style-type: none;
  /* padding: 0px; */
  margin: 0px;
  display: flex;
  align-items: center;
}
#more .nav-more ul li {
  display: inline-block;
}
#more .text-more {
  display: none;
}
/* top-bar */
.top-bar {
  width: 100vw;
  padding-top: 115px;
}
.top-bar .line1,
.line2,
.line3 {
  width: 100%;
  margin-bottom: 5px;
}
.line1,
.line3 {
  height: 6px;
  background: #ffb612;
}

.line2 {
  z-index: 100;
  background: #fff;
  height: 10px;
}
/* header */
.header {
  padding-top: 15px;
}

/* hight-light */
.container-hightlight {
  margin: auto 0px;
}
.header .content {
  color: #fff;
  margin:0;
}
.header .title {
  color: #ffb612;
  font-weight: 600;
}
.header .notification-header,
.img-header {
  width: 100%;
  border-radius: 0px;
  background: #203731;
  font-weight: 600;
  padding: 0.75rem;
}
.notification-header .notice-title {
  font-weight: 700;
}
/* .header .notification-header {
  padding: 10px;
} */
.header .notification-header h2 {
  margin-top: 15px;
}
.notification-header .top-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.notification-header .top-text {
  color: #ffb612;
  padding: 10px 0px;
  margin: 0px;
  white-space: nowrap;
}
.notification-header .top-select::before {
  content: "\2022";
  margin: 0 8px;
}
.notification-header .top-select {
  margin: 0px;
  display: flex;
  align-items: center;
}
.notification-header .top-select select {
  /* background: #ffb612; */
  background-color: transparent;
  /* color: #203731; */
  color: #fff;
  border-color: #ffb612;
  font-size: 1rem;
  padding: 0px 35px 0px 10px;
  font-weight: 600;
  box-shadow: none;
  border: none;
  outline: none;
}
.top-select .select {
  color: #203731;
}
.top-select .select select option {
    background-color:  rgba(255, 182, 18, 0.6);
    color: #203731;
    font-weight: 600;
}
.top-select .select::after {
    border-color: #fff
}

.select:hover {
  opacity: 0.9;
}
 /* wrapper */
 .has-dropdown input[type="checkbox"] {
  display: none;
}

.has-dropdown input[type="checkbox"]:checked ~ .dropdown {
  display: block;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #fff;
}
.select:not(.is-multiple):not(.is-loading)::after {
  /* border-color: #203731; */
   border-color: #fff
}

/* dropdown basic */
.wrap-dropdown .dropdown {
  display: none;
  position: absolute;
  z-index: 9999;
}

/* hight light */
.notification-header .name-hightlight {
  /* margin-left: 15px; */
  font-weight: 600;
}
.notification-header .name-hightlight .name {
  color: #ffb612;
  transition:  color 250ms;
}

.notification-header .name-hightlight .name:hover {color: #ffd012;   cursor: pointer;
}

.flex-space {
  display: flex;
  justify-content: center;
  align-items: center;
}
.field {
  margin: 0 0 0 10px;
}
.btn {
  background: hsl(143, 15%, 28%);
  border: 0px;
  color: #fff;
  display: inline-block;
  transition: none;
  font-weight: 600;
}
.btn .text-comment {
  color: #ffb612;
}
.btn span {
  transition: none;
}
.btn:hover span {
  opacity: 0.8;
  color: #ffb612;
}
.notification-header .text-box {
  font-size: 1rem;
  padding-bottom: 0;
}
.notification-header .wrap-level .full-story-level {
  display: none;
}
.text-box .image {
  box-sizing: border-box;
  margin: 30px auto;
}
.text-box .image img {
  /* max-width: 70%; */
  /* max-height: 250px; */
}
.text-box .foot-text-box {
  padding: 20px;
  background: hsl(143, 15%, 28%);
  font-size: 1rem;
  line-height: 1.5;
}
.text-box .foot-text-box span {
  color: #ffb612;
}
/* response-content */
.res-content .level-item {
  /* margin: auto 10px; */
  display: block;
  align-items: center;
  max-width: 100%;
}
.res-content .top-res {
  margin-bottom: 40px;
  /* padding-right: 0.75rem; */
  margin-left: -.75rem;
}
.res-content span,
label {
  color: #ffb612;
}
.res-content h3 {
  color: #fff;
}
.button {
  cursor: pointer;
}
.button:hover {
  opacity: 0.5;
  background: #203731;
	color: inherit;
}
a.btn-top-res,
a.btn-top-res:link,
a.btn-top-res:visited {
  width: 100%;
  min-width: 115px;
  height: max-content;
  padding: 1.75rem;
  background: #ffb612;
  color: #203731;
  font-size: 1rem;
  font-weight: bold !important;
  border: none;
  font-weight: 600;
  border-radius: 0px;
  font-family: "Open Sans", sans-serif;
}
.btn-top-res:hover {
  opacity: 0.8;
  background: #ffb612;
}
/* comment */
.wrap-comments {
  font-weight: 600;
  /* padding-left: 0.75rem;
  padding-right: 0.75rem; */
  padding-bottom: 30px;
}
.wrap-comments a.comment-anchor-target {
	display: block;
	height: 230px; /*same height as header*/
	margin-top: -230px; /*same height as header*/
	visibility: hidden;
}
.response-comments {
  background: hsl(143, 15%, 28%);
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
  font-size: 16px;
  margin: 0;
  padding-top: .75rem;
  padding-bottom: 2.25rem;
}
.wrap-comments .wrap-comment {
  font-weight: 400;
  width: 100%;
  /* padding: 10px; */
  margin-right: 0px;
  margin-left: 0px;
}
.wrap-comments .wrap-right-comment {
	float: right;
	width: 115px;
}
.wrap-profile-comment {
  display: flex;
  margin-bottom: 15px;
  margin-top: -10px;
}
.wrap-profile {
  margin: 0;
}
.wrap-info {
  margin: 0;
  margin-left: 15px;
}
.wrap-info .name {
  color: #ffb612;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0 !important;
}
.wrap-info .date {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
/* .wrap-content-comment {
  padding-left: 10px;
} */
.wrap-content-comment .content-comment {
  font-size: 0.95em;
  font-weight: 600;
}
.response-comments .wrap-btn-showall {
	color: #FFB612;
	display: inline-flex;
	padding: calc(.375em - 1px) 0;
	margin-left: -0.75em;
}
.response-comments .wrap-btn-replies,
.response-comments .wrap-btn-showall {
  background: none;
  border: none;
  opacity: 1;
}
.response-comments .wrap-btn-replies:hover,
.response-comments .is-not-show:hover,
.response-comments .wrap-btn-showall:hover {
  background: none;
  opacity: 0.5;
}

.wrap-btn-replies .number-replies {
  color: #FFB612;
}
.is-not-show .number-replies {
  color: #ffb612;
}
.wrap-btn-replies .icon {
  font-size: 32px;
  color: #FFB612;
  transform: rotate(180deg);
}
.is-not-show .icon {
  font-size: 32px;
  color: #ffb612;
  transform: rotate(180deg);
}
.wrap-react {
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 600;
  width: 100%;
  min-width: 115px;
  display: flex;
  padding: 10px;
  padding-top: 20px;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.wrap-react .top-point {
  padding: 0px 10px;
  white-space: nowrap;
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translate(50%, -50%);
  background: hsl(143, 15%, 28%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.btn-like {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn-react .icon {
  color: #ffb612;
  font-size: 24px;
  opacity: 1;
  display: inline-block;
}
.btn-react:hover {
  background: none !important;
  opacity: 0.8 !important;
}

.comment-container {
	margin-bottom: 40px;
}

.wrap-comments .sub-comment {
	margin-top: 40px;
  margin-bottom: 20px;
	padding-left: 5%;
	display: none;
}

.comment-container.show-replies > .sub-comment {
	display: block;
}

.comment-container > .post-comment .comment-link span.text-hide,
.comment-container.show-replies > .post-comment .comment-link span.text-shows,
.comment-container .wrap-btn-showall > span.showall-hide,
.comment-container .wrap-btn-showall.on > span {
	display: none;
}

.comment-container.show-replies > .post-comment .comment-link span.text-hide,
.comment-container .wrap-btn-showall.on > span.showall-hide {
	display: inline;
}

.wrap-comments .sub-comment .wrap-content-comment .content-comment {padding-bottom: 0px;}

.sub-comment .wrap-left {
  padding-left: 10%;
  margin: 0;
}
.response-comments .ad-image {
  /* width: 100%; */
  /* max-width: 720px; */
  /* height: 300; */
  max-height: 100%;
  /* margin-left: -10px; */
  /* margin-right: -10px; */
  margin-bottom: 20px;
}
.bottom-reply {
  justify-content: flex-end;
  margin: 0 0 0 10px;
}
.wrap-reply {
  margin-bottom: 20px;
  padding-right: 10px;
  display: none;
}
.wrap-reply .img-reply {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.bottom-reply .level-right {
  margin: 0px;
}
.wrap-reply .btn-submit-post {
    background: #ffb612;
    padding: 5px 15px;
    color: #203731;
    font-size: 1.2rem;
    font-weight: 600;
    width: max-content;
    cursor: pointer;
    border: 0;
}
.wrap-reply .btn-submit-post:hover {
  border-color: #ffb612;
  transition: all 0.2s;
  background: #203731;
  color: #fff;
  opacity: 0.8;
}
.wrap-reply .content-reply textarea {
  font-size: 1rem;
  font-weight: 600;
}
/* right-content */
.wrap-list-news {
  width: 100%;
  /* padding: 0px; */
}
.img-full-story {
  background-image: url("../images/arrow2.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 12px;
  width: 12px;
}
.wrap-list-news .list {
  padding: 15px 0px;
  background: #203731;
  border: none;
  box-shadow: none;
}
.wrap-list-news .list-item {
  padding: 15px 0px;
}
.wrap-list-news .wrap-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.wrap-item .top-item {
  display: flex;
  width: 100%;
  max-height: 100%;
  align-items: flex-start;
}
.top-item .image {
  /* height: 200px; */
  max-height: 400px;
  width: 100%;
  padding-top: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.top-item .text-sub {
  color: #ffb612;
  font-weight: 700;
  width: 100%;
  padding: 0px;
  /* padding-left: 10px; */
  font-size: 1.3rem;
}
.middle-item {
  margin-top: 15px;
}
.middle-item .subtitle {
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
}
.bottom-item {
  margin: 0px;
  /* margin-top: 15px; */
}
.bottom-item .wrap-button,
.wrap-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  /* margin-top: 20px; */
  margin-left: 0;
}
.wrap-button .footer-btn {
  /* margin: 0 5px; */
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  display:inline-block 
  max-width: 33%;
  padding: 5px;
  cursor: pointer;
  background: hsl(143, 15%, 28%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  word-wrap: break-word;
  white-space: nowrap;
  font-weight: 700;
  margin-right:8px;
}
.wrap-button .footer-btn span, .wrap-button .footer-btn div  {
  margin: 0px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.color {
  color: #ffb612;
}
.block-title,
.wrap-list-news .text-title {
  color: #fff;
  font-weight: 700;
}
/* image-ad */
/* .image-ad-right {
  margin-bottom: 20px;
} */
.wrap-line-bar {
  width: 100%;
  padding-bottom: 0;
}
.wrap-line-bar .top-line,
.bottom-line {
  height: 10px;
  width: 100%;
}
.top-line {
  background: #ffb612;
}
.bottom-line {
  background: #fff;
}
/* list-video-postcast */
.wrap-list-video {
  padding: 15px 10px 30px 15px;
  /* margin-top: 15px; */
  background: #fff;
  color: #203731;
}
.wrap-list-video .wrap-title h3 {
	color: inherit;
	margin: 0 !important;
	line-height: 1.5;
}
.wrap-list-video .list {
  border: none;
  box-shadow: none;
  /* padding: 15px 0px 0px; */
  margin-bottom: 35px;
}
.wrap-list-video .wrap-item-video {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.wrap-list-video .list-item {
  padding: 15px 0px;
  border: none;
  cursor: pointer;
}
.wrap-list-video .list-item:hover {
  opacity: 0.8;
}
.wrap-item-video .sub-text {
  font-size: 0.9rem;
  font-weight: 400;
  /* padding: 0px 10px; */
  color: #203731;
}
.wrap-item-video .image {
  /* width: 100%; */
}
.wrap-list-video .list-video-subtitle {
  font-weight: 400;
}
.wrap-list-video .list-video-title {
  font-weight: 600;
}
.wrap-list-video .wrap-btn {
  width: 100%;
}
.wrap-list-video .bottom-btn,
.wrap-video-podcast .bottom-btn {
  background: #ffb612;
  padding: 8px 16px;
  color: #203731;
  font-size: 1.2rem;
  font-weight: 600;
  width: max-content;
  cursor: pointer;
}
.wrap-list-video .bottom-btn:hover {
  opacity: 0.8;
}
/* hot-video */

.wrap-hot-video {
  /* margin-top: 20px; */
  cursor: pointer;
}
.wrap-hot-video:hover .top-item {
  opacity: 0.8;
}
.wrap-hot-video .top-item {
  flex-direction: column;
  cursor: pointer;
}
.wrap-hot-video .middle-item {
  margin: 0;
}
.wrap-hot-video .bottom-item {
  margin-top: 30px;
}
.wrap-hot-video .top-item .text-sub {
  color: #ffb612;
  font-weight: 700;
  width: 100%;
  /* padding-left: 10px; */
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
}
.wrap-hot-video .top-item .image img {
  /* height: 200px; */
  /* max-height: 400px; */
  min-height: 150px;
}
.wrap-hot-video .bottom-icon {
  position: absolute;
  top: 83%;
  right: 3%;
  padding: 2px 8px;
  background: #203731;
  color: #ffb612;
  border-radius: 25%;
  font-size: 1.1rem;
  opacity: 0;
}
.wrap-hot-video .bottom-icon .icon {
  display: inline-block;
}
.wrap-hot-video .bottom-icon .icon svg {
  margin-left: 2px;
}
/* list-title */
.wrap-list-title {
  background: #203731;
  width: 100%;
}
.wrap-list-title .list {
  padding: 5px 0px;
  background: #203731;
  border: none;
  box-shadow: none;
}
.wrap-list-title .list-item {
  padding: 8px 0px;
}
.wrap-list-title .wrap-item {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 20px 10px 20px 0px;
  align-items: flex-start;
}
.wrap-list-title .txtnumber {
  background: none;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  width: 15%;
  text-align: start;
  padding: 0px 10px;
}
.wrap-list-title .text-title {
  margin-left: 15px;
  font-weight: 700;
  font-size: 1rem;
  color: #ffb612;
  width: 75%;
  padding-top: 5px;
}
/* footer */
/* .footer {
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
  display: flex;
  flex-flow: column nowrap;
  background: hsl(143, 15%, 28%);
  width: 100%;
  color: #fff;
}
.top-footer {
  padding: 10px;
}
.top-footer .top-left {
  text-align: left;
  padding-left: 0px;
}
.top-footer .top-left .image {
  width: 250px;
  margin: 0px;
  margin-bottom: 30px;
}
.top-left .privacy {
  width: 100%;
  padding-left: 20px;
}
.privacy ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.privacy ul li {
  color: #fff;
  display: inline-block;
}
.privacy li a,
.top-right .ad-text a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.privacy li a:hover,
.top-right .ad-text a:hover,
.bottom-left a:hover {
  color: #ffb612;
  transition: all.2s;
}
.privacy ul li::after {
  content: "\2022";
  display: inline-block;
  margin: 0 8px;
}
.top-right {
  padding-right: 20px;
}
.top-right .image {
  padding-top: 10px;
  width: 80%;
  margin-right: 0px;
  margin-bottom: 10px;
}
.top-right .image img {
  max-height: 70px;
}
.top-right .ad-text {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}
.top-right .ad-text a {
  margin: 0px;
  margin-bottom: 10px;
}
.bottom-footer {
  border-top: 1px solid #fff;
  width: 100%;
  margin: 0px;
  color: #fff;
  font-size: 0.8rem;
  display: flex;
}
.bottom-footer .bottom-left,
.bottom-footer .bottom-right {
  width: 50%;
  padding: 20px 20px;
  margin: 0px;
}
.bottom-right {
  text-align: right;
}
.bottom-left a {
  text-decoration: none;
  color: #fff;
} */

/* ========footer======== */
#footer {
  background: none repeat scroll 0 0 hsl(143, 15%, 28%);
  clear: both;
  color: #fff;
  font-size: 13px;
  margin: 0px auto;
  padding: 2px;
  position: relative;
  width: 100%;
}
#footer div + span {
  margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
.region-footer {
  margin-bottom: 15px;
}
#block-chtv-core-footer-links {
  overflow: hidden;
}
.block {
  margin: 0 0 10px;
  padding: 0;
}
#footer dl.last {
  border: medium;
  width: 45%;
}
#footer dl {
  border-right: 1px solid hsl(143, 15%, 28%);
  float: left;
  margin: 10px 0 0;
  min-height: 160px;
  padding: 1px 0;
  width: 18%;
}
#footer dd {
  font-size: 12.4px;
  line-height: 24px;
  margin: 0;
  padding: 5px 10px;
}
#footer dt {
  color: #fc3;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.02em;
  padding: 0 10px 10px;
  line-height: 23px;
}
#footer dd a {

    font-size: .75rem;
    padding-bottom: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
#footer dd a:hover {
  color: #fc3;
  padding-bottom: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a, a:link, a:visited {
  text-decoration: none;
  color: #fc3;
}
#secondary-menu {
  font-size: 10px;
  margin: 0;
  padding: 5px 10px 10px;
  text-align: center;
  height: auto;
}
#secondary-menu ul {
  margin: 0;
}
#footer ul.inline,#footer  ul.links.inline {
  display: inline;
  padding-left: 0;
}
#footer ol,#footer  ul {
  margin: .5em 0 1em;
}
#footer ol,#footer  ul {
  list-style: none;
}
#secondary-menu ul li {
  border-right: 1px solid #fff;
  display: inline-block;
  line-height: 10px;
  padding: 0 5px 2px 0;
}

#footer ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 .5em;
}
#footer ul li {
    list-style: disc outside none;
    margin-left: 2em;
    line-height: 2.75em;
    margin-top: -.50em;
}
#secondary-menu li a {
  text-transform: uppercase;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover, #footer a:active {
  text-decoration: underline;
  color: #fc3;
}
#secondary-menu ul li {
  margin: 0 2px 0 0;
}
#secondary-menu li.last {
  border-right: 0;
}
#footer-message {
  font-size: 85%;
  margin: 0;
  padding: 5px 10px 12px;
  text-align: center;
}
.clearfix-footer::after {
  content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* addition before respones */
/* .notification-header .bottom-item {
  display: none;
} */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  height: 0px;
  /* padding: 20px; */
}

/* iframe, video aspect ratio */

/* shop product */
body.page-shop .view-mobile-shop .views-field-uc-product-image .field-content{
  text-align: center;
}
body.page-shop .view-mobile-shop .panel-col-last .views-field-title .field-content {
    font-size: 2rem;
    padding: 7px 14px;
    background: #203731;
}
body.page-shop .panel-2col {
    padding: 25px 5px;
    background: #fff;
    margin: 10px 0px;
}
body.page-shop .view-mobile-shop .form-item,body.page-shop .view-mobile-shop .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
/* body.page-shop .view-mobile-shop span.uc-price {
  font-size: 2.5rem;
} */
body.page-shop .view-mobile-shop .views-label-sell-price {
  font-size: 18px;
}
body.page-shop .chtv-product-add-to-cart-form .form-actions .node-add-to-cart,
body.page-shop .chtv-product-add-to-cart-form #fancy_notification .button{
      background: #fc3 ;
      color: #203731 ;
}
body.page-shop .view-mobile-shop .panel-col-last #fancy_notification{
  font-size: 18px ;
  color: #203731;
  font-weight: 600;
}
body.page-shop .view-mobile-shop .panel-col-last .views-field-model {
  font-size: 18px;
  color: #203731;
}
body.page-shop .view-mobile-shop .panel-col-last #fancy_notification .errors {
  color: red;
}
/* page cart */
body.page-cart table.chtv-cart-table .product-title {
    color: #122414;
    line-height: 1;
    padding: 7px 0px;
    font-size: 16px;
    margin: 0;
   
}
body.page-cart .cart-description ul {
  list-style: none;
}
body.page-cart .cart-description .item-list ul li {
    margin: .75em 0 0;
    padding: 0;
    color: #122414;
}
body.page-cart .cart-description,body.page-cart .product-price {
  color: #122414;
}
/* iframe aspect ratio */

.field-name-body .wrap-iframe {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}


.field-name-body .wrap-iframe > iframe{
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body.page-cart #uc-cart-view-form .sticky-header {
    z-index: 200;
}
@media only screen and (max-width: 992px) {
  .wrap-level .level-left { 
    float: none;
  }
  html {
    font-size: 16px;
  }
  .top-bar {
    padding-top: 180px;
  }
  /* navbar */
  /* .navbar-header {
    position: relative;
  } */
  .wrap-list-news h3 {
      padding: .75rem;
  }
  .wrap-list-video {
    width: calc(100% + 4 * 0.75rem);
    margin-left: calc(-2 * 0.75rem);
  }
  .top-item.detail .image.relative {
    width: calc(100% + 4 * 0.75rem);
    margin-left: calc(-2 * 0.75rem);
  }
  .wrap-navbar {
    width: 100%;
    align-items: center;
    padding: 0px;
    flex-direction: column;
  }
  .wrap-navbar .wrap-logo {
    margin: 0px auto;
    margin-left: 0px;
/*     margin-bottom: 20px; */
    height:80px;
  }
  .wrap-logo .logo img {
    min-width: none;
    max-width: 200px;
/*     width: 200px; */
/*     height: 50px; */
  }
  .wrap-navbar-menu {
    width: 100%;
  }
  .wrap-navbar-menu .navbar-menu-inner {
    margin-right: 0px;
    max-width: none;
  }
  .wrap-navbar .navbar-menu-inner .nav-item {
    padding: 10px 5px;
    justify-content: center;
  }
  .nav-item-bar {
    width: 100%;
  }
  /* #shop, #packers, #search {
        display: none
    } */
  .nav-item-dropdown,
  #more {
    position: initial;
  }
  .wrap-dropdown {
    left: 0%;
  }
  #more .text-more {
    display: flex;
  }
 
  .wrap-dropdown,
  .wrap-dropdown-more {
    position: absolute;
    top: 41px;
    right: 0;
    left: auto;
    width: 100%;
    z-index: 900;
    display: none;
  }
  .nav-item-dropdown .dropdown,
  .wrap-dropdown .dropdown,
  .dropdown-more {
    width: 100%;
  }

  .nav-item-dropdown .wrap-dropdown .dropdown,
  .wrap-dropdown-more .dropdown-more {
    display: block;
    background: hsl(143, 15%, 28%);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
  
  .nav-item-dropdown .dropdown li {
	justify-content: center;
	text-align: center;
  }
  
  
  #more .wrap-dropdown-more .dropdown-more li {
    font-size: 1.25rem;
    color: #fff;
    padding: 10px 10px;
    white-space: nowrap;
    width: 100%;
    justify-content: center;
  }
  
  #search {display: none !important;}
  
  #more .btn-search {
    display: block;
    text-align: left;
    padding: 0px;
  }
  #more .btn-search .icon {
    font-size: 1rem;
  }
  #more:hover .wrap-dropdown-more {
    display: block;
  }
  #more:hover {
    background: hsl(143, 15%, 28%);
    color: #ffb612;
    cursor: pointer;
  }
  #more #search {
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;

  }
  #more #search div {
    margin: 0px;
  }
  #more #search .text-search {
    display: block;
  }
  .navbar-header .line1 {
    transform: translateY(-880%);
  }
  /* .top-bar {
    display: none !important;
  } */
  .header {
    padding-top: 0px;
  }
  /* content */
  .block {
    display: block !important;
  }
  /* .index .columns .is-8,
  .index .columns .is-4 {
    width: 100%;
  } */

  html .columns {
    margin-left: 0px;
   /*  margin-right: 20px; */
  }
  .btn-login {
    top: -124%;
    right: calc(2 * 0.75rem);
	  -webkit-transform: translate(0, -50%);
	  -moz-transform: translate(0, -50%);
	  -o-transform: translate(0, -50%);
	  transform: translate(0, -50%);
  }
  /* .notification-header {
    padding: 15px;
  } */
  /* .text-box {
    display: none;
  } */
  .notification-header .bottom-item{
    display: block;
    width: 100%;
  }
  .bottom-item {
    display: flex;
    /* justify-content: center; */
  }
  .notification-header .bottom-item .wrap-button {
    margin: 0% !important;
    display: flex;
    justify-content: center;
    margin-top: 30px; 
    max-width: 100%; 
  }
  .index .notification-header .wrap-level,
  .homepage .notification-header .wrap-level {
    flex-flow: column nowrap;
    align-items: flex-start;
  }
  .index .notification-header .wrap-level .level-right,
  .homepage .notification-header .wrap-level .level-right {
    margin: 0px;
    margin-top: 20px;
    /* width: 100%; */
    display: block;
  }
  .index .notification-header .wrap-level .level-right .wrap-button .footer-btn,
  .homepage
    .notification-header
    .wrap-level
    .level-right
    .wrap-button
    .footer-btn {
    width: 100%;
  }
  .notification-header .wrap-level .level-right .full-story-level {
    display: flex;
  }
  .notification-header .wrap-level .level-left .image {
    display: none;
  }
  .wrap-button {
    display: flex;
    /* max-width: max-content; */
    justify-content: center;
    margin: 0% !important;
  }
  .wrap-button .footer-btn {
    width: 100%;
    /* min-width: 150px; */
    padding: 5px 10px;
    text-align: center !important;
  }
  /* .res-content {
    display: none;
  } */
  /* .image {
    padding: 0px 15px;
  } */
  .img-header {
    padding: 0px;
    margin-left: -1.5rem;
    width: calc(100% + 4*.75rem);
  }
  .res-content .top-res .top-res-desktop {
    display: none !important;
  }
  .res-content .columns {
    /* margin-left: -.75rem;
    margin-right: -.75rem; */
    margin-top: -.75rem;
}
  .list {
    padding: 0px 15px;
  }
  
  .wrap-list-news .image {
    padding: 0px;
    padding-top: 4px;
  }
  .wrap-list-video .list-video-title {
    font-weight: 700;
    font-size: 1.5rem !important;
  }
  .wrap-list-video .image {
    padding: 0px;
    margin: 0px;
    width: 150px;
    /* height: 150px; */
  }
  .wrap-list-video .sub-text {
    padding-left: 0px;
    padding-top: 4px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0px;
    margin-left: 15px;
  }
  .wrap-hot-video .top-item .image {
    padding: 0px;
  }
  /* .wrap-hot-video .middle-item,
  .wrap-hot-video .bottom-item,
  .wrap-hot-video .top-item .text-sub {
    padding: 0px 15px;
  } */
  .wrap-hot-video .top-item .text-sub {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-item .middle-item {
    width: 100%;
    text-align: left;
    padding-left: 10px;
  }
  .wrap-list-title .image {
    padding: 0px;
  }
  
  
  .wrap-list-title .text-title {font-size: 1.25rem;}

	.wrap-comments .wrap-right-comment {
		float: none;
		margin: 0 auto;
	}

}
#search-mobile {
  width: 100%;
  margin-left: 0;
  display: block;
  padding: 15px 0px;
  margin-bottom: 0px
}

#search-mobile span {
  top: 15px;
}
#block-block-25 img {
  height: auto;
  width: 100%;
}
.footer-btn a {
  text-decoration: none !important;
}
#uc-cart-view-form .form-actions a {
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .is-tablet-hidden {
    display: none !important;
  }
  #search-mobile input, #search-mobile span {
    font-size: 16px;
    max-width: 80vw;
    margin: 0 10vw;
  }
  
    #search-mobile input:focus{outline-width: 0;} 
  
}
@media only screen and (min-width: 992px) {
  .is-desktop-hidden {
    display: none !important;
  }
  .wrap-level .level-left {
    float: left;
  }




}

body.page-cart #uc-cart-view-form .chtv-cart-table tbody td {
  border: 0px;
}
@media only screen and (max-width: 768px) {
body.page-cart #uc-cart-view-form .form-actions a {
  width: 100%;
  padding: 0px .75em;
}
body.page-cart #uc-cart-view-form .button {
    margin: 0 5px;
    color: #203731;
    background: #fc3;
    font-size: .9em;
    /* text-transform: uppercase; */
    padding-left: .5em;
    padding-right: .5em;
    /* text-align: center; */
}
body.page-cart #uc-cart-view-form .chtv-cart-table thead th, body.page-cart #uc-cart-view-form .sticky-header thead th {
    width: 100% !important;
    font-size: .9em;
}
body.page-cart #uc-cart-view-form .chtv-cart-table tbody tr {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
    flex-flow: column nowrap;
    text-align: left;
    padding: 15px 0px;
}
body.page-cart #uc-cart-view-form .chtv-cart-table tbody td{
    display: block;
    width: 100%;
    flex: none;
    vertical-align: middle;
    margin-left: 0;
}
body.page-cart #uc-cart-view-form .chtv-cart-table tbody .image {
  width: auto;  
}
body.page-cart #uc-cart-view-form .chtv-cart-table tbody .remove{
  order: 1;
}
/* body.page-cart #uc-cart-view-form .cart-description ,body.page-cart #uc-cart-view-form .product-price {
  font-weight: 600;
} */
body.page-cart #uc-cart-view-form .chtv-cart-table td.price {
  font-weight: 700;
  text-align: right !important;
}
body.page-cart #uc-cart-view-form .chtv-cart-table .non-product {
  border: 0px;
  font-weight: 700;
}
body.page-cart #uc-cart-view-form .sticky-header {
  z-index: 200;
}
body.page-cart #uc-cart-view-form .chtv-cart-table thead tr, body.page-cart #uc-cart-view-form .sticky-header thead tr{
      display: flex;
}
body.page-cart #uc-cart-view-form .chtv-cart-table thead th, body.page-cart #uc-cart-view-form .sticky-header thead th{
      width: 100% !important;
}
body.page-cart #uc-cart-view-form .chtv-cart-table thead th:nth-of-type(1), body.page-cart #uc-cart-view-form .sticky-header thead th:nth-of-type(1){
      order: 1;
}
body.page-shop .panel-2col .panel-col-first, body.page-shop .panel-2col .panel-col-last {
  width: 100%;
}
body.page-node #block-views-quotes-block-1{
  display: none !important;
}
  .wrap-button .footer-btn {
    margin-right: 5px !important;
}
  .wrap-bg-ads {
    padding: 0px;
  }
.wrap-button .footer-btn .icon.is-small {
    height: .75rem;
    width: .75rem;
}
/* .wrap-button .footer-btn:first-child span:last-child {
    width: 72px;
    letter-spacing: -0.5px;
} */
  body.page-user table td, body.page-user table th {
    padding: .45em !important;
}
  body.page-user .wrap-list-title {
    padding: 0px !important;
  }
  body.page-user .chtv-user-profile>h3.title {
    white-space: normal !important;
}
 .navbar-header .line1 {
    transform: translateY(-880%);
}
 
  #footer dl {
    border: none; 
    border-bottom: 1px solid hsl(143, 15%, 28%);
    float: none;
    margin: 10px 0 0;
    min-height: 160px;
    padding: 1px 0;
    width: 100%;
    border-right: 0;
  }
  .image.relative {
    width: calc(100% + 4 * 0.75rem);
    margin-left: calc(-2 * 0.75rem);
  }
  .wrap-list-video {
    width: calc(100% + 6 * 0.75rem);
    margin-left: calc(-3 * 0.75rem);
  }
  .left-top-page > .content, .region-sidebar-second{
    padding: 0 .75rem;
  }
  .header .notification-header {
    padding: .75rem 0;
  }
}
@media only screen and (max-width: 468px) {
  html {
    font-size: 14px;
  }
  /* body.page-cart #uc-cart-view-form .form-actions {
  text-align: center;
} */
 body.page-cart #uc-cart-view-form tbody td.image img{
   padding-right: 0px;
 }
  .btn-login {
    font-size: .65rem;
    top: -127%;
    right: calc(2 * 0.75rem);
/* right: 60px; */
  }
  .header .notification-header {
    padding: 0px ;
  }
  
 .wrap-navbar .wrap-logo {
    margin: 0px auto;
    margin-left: 0px;
/*     margin-bottom: 20px; */
    height:80px;
  }
  .res-content .top-res{
    margin-left: 0px !important;
  }
  .top-res .btn-comment-mobile {
    padding: 0px !important;
  }
.navbar-header .line1 {
    transform: translateY(-700%);
}
  
  .wrap-navbar .navbar-menu-inner .nav-item {
      padding: 10px 0px;
      font-size: .7rem;
      padding-left: 10px;
  }
  #more #search {
    font-size: .9rem;
  }
  .nav-item-dropdown .dropdown li, #more .dropdown-more li{
    font-size: .9rem !important; 
  }
  
  .wrap-hot-video {margin-top:20px;}
  .res-content .btn-top-res {
   padding:1.75rem;
	
  }
  .notification-header .top-select select {
    padding: 0px 0px 0px 10px;
  }
  .wrap-button .footer-btn {
    min-width: max-content;
    margin-top:2em;
    padding: 2px 7px;
    margin-right: 3px;
    font-size: 0.62rem;
  }
  
  .modal-content { max-height: 100vh;}
  
  .is-large.modal-close {top:10px;}
}

/* The container must be positioned relative: */
.categories-select {
    position: relative;
    font-family: Arial;
  }
  
  .categories-select select {
    display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: transparent;
    white-space: nowrap;
    /* width: max-content;
    float: left; */
  }
  
  /* Style the arrow inside the select element: */
  .select-selected > div:after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625em;
    margin-top: -.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: .625em;
    border-color: #fff;
  }
  .select-selected.select-arrow-active, .select-selected.is-active  {
    color: #203731;
    background-color: rgba(255, 182, 18, 0.9);
  }
	.select-selected.select-arrow-active {
		visibility: hidden;
	}
  /* Point the arrow upwards when the select box is open (active): */
  /* .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  } */
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 30px 8px 16px;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: rgba(255, 182, 18, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .select-items div {
    color: #203731;
	  overflow: hidden;
	  text-overflow: ellipsis;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover {
    background-color: rgba(255, 182, 18, 1);
    font-weight: bold;
  }

	.select-items div.same-as-selected {
	  color: #fff;
  }

  .icon-calendar {
    margin-right: 4px !important;
  }
  
  /* .login-form {border: solid #ffb612 8px;} */
  
  
.bottom-btn:hover, .btn, .res-content .btn-top-res:hover   {
	  
	 background-color:  rgba(255, 182, 18, 0.80);
	-webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
  }
  
.bottom-btn a, .bottom-btn  .btn a:hover {
	 color:#4a4a4a;
 }
 
 
 
 .fade:hover {
 /* opacity:.8; */
 filter: saturate(1.5);
	-webkit-transition: saturate 500ms;
    -moz-transition: saturate 500ms;
    -o-transition: saturate 500ms;
    transition: saturate 500ms;

 }
 
 
.column .bg_ad {padding-top: 0px;}
.wrap-bg-ads {
  padding-top: 0px;
}
.bg-ads-inner {
  padding: 10px;
  background: #fff;
  width: max-content;
}
.field label::before {
  outline: 0 !important;
}
.field label.on::after {
  display: block;
  position: absolute;
  top: .25rem;
  left: 1.75rem !important;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all .25s ease-out;
  content: "";
}

.field label.off::after {
  display: block;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1rem;
  height: 1rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all .25s ease-out;
  content: "";
}

textarea:focus, input:focus{
  outline: none;
}

.wrap-level .level-left {
  display: inline;
}

.wrap-level.clearfix {
  display: flex;
}

switch[type=checkbox].is-warning:checked+label::before, .switch[type=checkbox].is-warning:checked+label:before {
  background: #ffb612;
}
.columns {
  margin-left: 0px;
  margin-right: 0px;
}
.hover-link {
  transition: color 0.25s;
  cursor: pointer;
}
.hover-link:hover {
  color: #ffd012;
  
}
.content p {
  text-align: left;
  line-height: 1.75rem;
}

p {
  text-align: justify;
}

.input:active, .input:focus, input {outline: none !important;}

.list-item:not(:last-child) {border-bottom: 2px solid #ffffff; }

.icon-tablesort.desc {
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url(/sites/all/themes/chtv2/images/arrow-desc.png) no-repeat;
  margin-left: 5px;
  margin-bottom: -3px;
}

.icon-tablesort.asc {
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url(/sites/all/themes/chtv2/images/arrow-asc.png) no-repeat;
  margin-left: 5px;
  margin-bottom: -3px;
}
/* css User Page */
body.page-user .panel-2col {
    padding-top: 15px;
}
body.page-user .panel-2col .panel-col-first {
   width: 33.7%;
}

body.page-user .panel-2col .panel-col-last {
  width: 66.3%;
    padding-left: 20px;
    padding-top: 43px;
}
body.page-user .panel-2col .pane-title {
    text-transform: uppercase;
    font-size: 1.65rem;
    color: #fc0;
    background: 0 0;
    padding: 0;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -.5px;
}

body.page-user .panel-2col .bold {
    font-family: bebas;
    color: #fc0;
}
body.page-user .chtv-user-profile>h3.title {
    margin: 0;
    font-size: 36px;
    color: #fc3;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    word-spacing: 3px;
}
body.page-user .chtv-user-profile .fan-since {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.8px;
}
body.page-user .chtv-user-profile .block-item {
    margin-bottom: 5px;
}
body.page-user .chtv-user-profile .user-picture {
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    right: 0;
    background: 0 0;
}
body.page-user .chtv-user-profile .user-picture .border {
    width: 290px;
    height: 290px;
    margin-bottom: 5px;
    background: none repeat scroll 0 0 #2d3f2f;
    /* box-shadow: 3px 4px 5px 2px #0f1510;
    -webkit-box-shadow: 3px 4px 5px 2px #0f1510;
    -moz-box-shadow: 3px 4px 5px 2px #0f1510;
    -ms-box-shadow: 3px 4px 5px 2px #0f1510;
    -o-box-shadow: 3px 4px 5px 2px #0f1510; */
}
body.page-user .chtv-user-profile .user-picture img {
    display: block;
    width: 100%;
}
body.page-user .view.view-chtv-user-recent-activity .views-row {
    overflow: hidden;
    margin: 10px 0;
    font-weight: 100;
}
body.page-user .chtv-user-count-activity {
    overflow: hidden;
    /* background: url(/sites/all/themes/chtv_origin/images/back_count_activity.png) no-repeat 0 0; */
    min-height: 88px;
    font-family: bebas;
    color: #fc3;
    text-align: center;
    margin-left: -15px;
    width: max-content;
}
body.page-user span.icon {
    background-position: -2px -75px;
}
body.page-user .chtv-user-count-activity ul li span.icon {
    text-indent: -9999999999px;
    background: url(/sites/all/themes/chtv_origin/images/thumbs.png) 0 0 no-repeat;
    width: 18px;
    height: 20px;
}

.chtv-user-count-activity ul li.dislike span.icon {
background: url(/sites/all/themes/chtv_origin/images/thumbs.png) 0 -50px no-repeat;
    width: 18px;
    height: 20px;
    }
    

li.count-item.dislike span.unit.icon {
background: url(/sites/all/themes/chtv_origin/images/thumbs.png) 0 -50px no-repeat;
    width: 18px;
    height: 20px;
    }

body.page-user .chtv-user-count-activity .poll-user, .chtv-user-count-activity .photos {
  display: none;
}
body.page-user .chtv-user-count-activity ul {
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 0 20px;
    height: 100%;
    list-style: none;
}
body.page-user .chtv-user-count-activity ul li:first-child {
    border: none;
}
body.page-user .chtv-user-count-activity ul li {
    float: left;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    height: auto;
    border-left: solid 1px #fc0;
}
body.page-user .chtv-user-count-activity ul li span.number {
    font-size: 1.65rem;
    min-width: 2.5em;
    padding: 0px;
    text-align: center;
    vertical-align: top;
    color: #fc3;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    background: none;
    height: auto;
}

body.page-user .chtv-user-count-activity ul li span {
    display: block;
}
body.page-user .chtv-user-count-activity ul li span.unit {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    color: #fc3;
    letter-spacing: -0.5px;
}
body.page-user .message-picture {
    display: flex;
    flex: none;
    margin: 0px;
    position: relative;
    width: 130px;
}
body.page-user .message-info {
  margin: 0px;
  padding-left: 0px; 
}
body.page-user .chtv-message-wrapper {
    display: flex;
}
body.page-user .chtv-message-wrapper p {
  color: #fc3;
  line-height: 1.2;
  font-size: 1rem;
}
body.page-user .chtv-message-wrapper .message-content{
  color: #ffb612;
}
body.page-user .chtv-message-wrapper .message-info p:not(:last-child) {
    margin-bottom: 0px;
}
body.page-user .chtv-message-wrapper img.author-avatar {
      margin: 0;
    margin-right: 10px;
  width: 43px;
  height: 43px;
}
body.page-user .chtv-message-wrapper .message-picture a{
  margin: 0px;
}
body.page-user .chtv-message-wrapper img.entity-thumbnail {
  max-width: 70px;
  height: 43px;
}
body.page-user .view.view-chtv-user-recent-activity .views-row .message-picture img {
  background: #2D3F2F;
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.75);
}
body.page-user .pane-chtv-user-recent-activity .chtv-message-wrapper .message-picture .yellow-arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 21px;
    background: url('../images/yellow_arrow.png') no-repeat 0 0;
    text-indent: -9999999999px;
    left: 35px;
    top: 10px;
}
body.page-user .chtv-user-count-activity ul li span {
    display: block;
}
body.page-user .chtv-user-profile .change-picture {
    display: none;
}
body.page-user tr.even, tr.odd, body.page-user td.active {
  background: none;
}
body.page-user .pane-latest-posts .pane-title {
  margin-bottom: 0px;
}
body.page-user .pane-latest-posts .m-t-20{
  margin: 0px;
}
body.page-user .chtv-user-profile .content-inside p{
  display: none;
}
@media only screen and (min-width: 769px) {
  .icon-tablesort.desc {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url(/sites/all/themes/chtv2/images/arrow-desc-tablet.svg) no-repeat;
    margin-bottom: 0px;
  }
  
  .icon-tablesort.asc {
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url(/sites/all/themes/chtv2/images/arrow-asc-tablet.svg) no-repeat;
    margin-bottom: 0px;
  }
}


.wrap-navbar-menu .navbar-menu-inner.menu-main-desktop {
  display: flex;
}
.wrap-navbar-menu .navbar-menu-inner.menu-main-mobile {
  display: none;
}


@media only screen and (max-width: 992px) {
body.page-user  .panel-2col .panel-col-first {
  width: 100%;
  padding-left: 7px;
}
body.page-user  .panel-2col .panel-col-last {
  padding-left: 0px;
    width: 100%;
}
body.page-user .chtv-user-count-activity ul li {
    padding: 0 10px;
}
body.page-user .chtv-user-count-activity ul {
    padding: 10px 10px 0 20px;
}

  .wrap-navbar-menu .navbar-menu-inner.menu-main-desktop {
    display: none;
  }
  .wrap-navbar-menu .navbar-menu-inner.menu-main-mobile {
    display: flex;
  }
}


.navbar-menu-inner .nav-item, .navbar-menu-inner .dropdown {
  text-transform: uppercase;
}


.icon.is-small {margin:.5em !important;}

#btn-login-mobile, #btn-login-desktop {
  cursor: pointer;
}

@media only screen and (max-width: 468px) {
  .submitted.wrap-level {
    display: block;
  }
  .submitted.wrap-level .level-right {
    float: right;
    margin-top: 0px;
  }
  .categories-select {
    width: 185px !important;
  }
}
.menu-main-mobile > .nav-item {
  padding-left: 0px;
}
.menu-main-mobile {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.menu-main-mobile .nav-item .icon {
  margin-right: 0;
}

@media only screen and (max-width: 769px) {
  .main-post-comment {
    padding: 0
  }
  .menu-main-mobile {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media only screen and (max-width: 1215px) {
  .navbar-menu-inner .nav-item {
    padding: 30px 7px;
  }
}

.sidebar-second-ad .block {
  overflow: hidden;
}

.sidebar-video-podcast-exclusive .wrap-list-video {
  margin-left: auto;
  width: 100%;
}

@media only screen and (max-width: 320px) {
  .left-top-page, .right-top-page, 
  .left-top-page > .content, .region-sidebar-second,
  .latest-buzz .column,
  #footer .column,
  .wrap-video-podcast .column,
  #comments .column {
    padding: .75rem .3rem;
  }
  .is-padding-columns {
    padding-left: .3rem !important;
    padding-right: .3rem !important;
  }
  #footer dt,
  #footer dd {
    padding: 5px .3rem;
  }
  .menu-main-mobile {
    padding-right: .6rem;
    padding-left: .6rem;
  }
  .img-header, .image.relative, .wrap-podcast-block {
    margin-left: -0.6rem !important;
    width: calc(100% + 4*.3rem) !important;
  }
  .wrap-top-podcast {
    padding: 30px .3rem !important;
  }
  .btn-login {
    right: calc(2 * 0.3rem)!important;
  }
  .wrap-logo .logo {
    margin-left: -12px!important;
  }
}

/* SHOP */


.page-cart .container.header, .uc-product-node .container.header {background: #fff; padding: 40px 0;}

.page-shop label  {font-size:.75em;  display: inline;}
label[for=edit-attributes-1],  label[for=edit-qty] {display: inline;}
input[name=qty] {width:40px;}
#subtotal-title {color:#203731;}


.uc-price, .views-label-sell-price {color:#203731; }

.page-cart .button {
  margin: 0 10px;
  color: #203731;
  background: #fc3;
}
body.page-cart #uc-cart-view-form .non-product td.subtotal {
  font-weight: 700;
}
#uc-cart-view-form td.subtotal {text-align: right;}
.shoppingcart {color: #203731 !important;}


@media screen and (min-width: 1024px){
.page-shop .column.is-8-desktop {
    flex: none;
    width: 100%;
}

.uc-product-node .column.is-8-desktop {
    flex: none;
    width: 100%;
}


.page-cart column.is-8-desktop {
    flex: none;
    width: 100%;
}


}

/* end */

#search-form .form-item label {
  float: left;
  width: 100%;
}

#search-form .form-item #edit-keys {
  float: left;
  width: 60%;
}

#search-form #edit-submit {
  margin-left: 15px;
}


@media only screen and (min-width: 1024px) {
  .navbar-header .wrap-logo .logo {
    margin-left: -24px;
  }
}

.maintenance-page  div#main.column{ margin: 0 0 0 40px; }
#system-messages {max-width:100%;}

.page-user-edit input {font-size: 1em !important;}
.page-user-edit .form-select{background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(.375em - 1px);
    padding-left: .75em;
    padding-right: .75em;
    padding-top: calc(.375em - 1px);
    text-align: center;
    white-space: nowrap;
    font-size: 1em;
    margin: 8px 0;}
    
 .page-user-edit   strong {
    color: #fff;
    font-weight: 700;
}
    
#edit-field-coverphoto-und-0-upload , #edit-picture-upload{font-size: 1em;}

#user-register-form {max-width:400px;}

#user-register-form .form-submit { 
    background: #ffb612;
    color: #203731;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    margin: 10px 0px 20px 0px;
}

#user-register-form .hybridauth-widget-wrapper {font-size: 12px;}

#user-register-form h3 {display: inline;}

#user-register-form .hybridauth-widget-wrapper ul.hybridauth-widget {
    padding: 15px 0 0 0;
    display: inline;
    margin: -20px 16px 0 0px;
    float: left;
}

#edit-timezone--2 {
	background-color: #ddd; 
	padding: 10px; 
	max-width: 80%; 
	margin:10px 0px;
}

div.g-recaptcha {
	float: left;
    margin-bottom: 30px;
}
   
   .item-list .pager {
    clear: both;
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
} 

.ajax-progress .throbber {
  background: transparent url(/sites/all/themes/chtv2/images/CHTV-spinner.png) no-repeat 0px center !important;
}
.pager--infinite-scroll li {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.pager--infinite-scroll li * {
  margin: 0
}

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {
  width: 50px;
  height: 50px;
  color: transparent;
}
.flexslider .flexslider-views-slideshow-main-frame {
  margin: 0;
  padding: 0;
}
.flexslider .flexslider-views-slideshow-main-frame-row {
  margin: 0 !important;
}
.flexslider .flexslider-views-slideshow-main-frame li.flexslider-views-slideshow-main-frame-row p {
  color: #203731;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  font-size: .9rem;
}
.flexslider .flexslider-views-slideshow-main-frame li.flexslider-views-slideshow-main-frame-row p span {
  color: #203731 !important;
  font-size: .9rem !important;
}
.flexslider .views-field-description a {
  color: #203731;
  font-size: .9rem;
}
.flexslider .flex-control-nav.flex-control-paging {
  margin: 0;
  display: none;
}

.wrap-podcast-block-main, .wrap-podcast-block-slider.podcast-one-part {
  display: none !important;
}
.wrap-podcast-block-slider, .wrap-podcast-block-main.podcast-one-part {
  display: block !important;
}
.skin-default{
  width: 100%;
}
.flexslider_views_slideshow_main, .flex-nav-container, .flexslider  {
  width: 100%;
}
.flexslider {
  margin: 0
}
.flex-pauseplay a {
  height: 30px;
}

.flexslider .views-field-field-show-image {
  box-shadow: 8px 4px 10px rgba(0,0,0,0.12);
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 0;
}

.flexslider .views-field-description {
  margin-bottom: 1rem;
  margin-right: 1rem;
  padding: 0;
}

.flexslider .flex-direction-nav li {
  height: 0;
}


.podcast-show-one-part .wrap-poacast-block-main {
  display: block !important;
}
.wrap-poacast-block-main.home-page {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrap-podcast-block-slider {
    display: none !important;
  }
  .wrap-podcast-block-main {
    display: block !important;
  }
  .wrap-podcast-block-main.home-page {
    display: block;
  }
  .wrap-video-podcast-block {
    display: none;
  }
}

#flexslider_views_slideshow_main_podcast_categories-block_slider_video_podcast_exclusive p {text-align: left;}

.flex-direction-nav a {opacity: 1; }

.flexslider .flex-direction-nav a, .flexslider .flex-direction-nav a {display: inline-block;}


.view-authors-list .views-row {display: inline-block; padding: 20px;}
.view-authors-list .views-field-name a {font-size: 1em; font-weight: 800;}

@media only screen and (max-width: 500px) {
 .view-authors-list img {
    height: auto;
    max-width: 100%;
    width: 100vw !important;
}
}


.page-packersdraftcentral .panel-3col-stacked .panel-col {
    float: left;
    width: 75%;
}

.player-position {
    border: solid 2px #fff;
    padding: 20px;
    font-weight: bold;
    width: 69%;
    text-align: center;
    font-size: 1.5em;
    margin:10px;
}

.player-position-line {
    background: #fff;
    padding: 20px;
    font-weight: bold;
    width: 69%;
    text-align: center;
    font-size: 1.5em;
    margin:10px;
}

.node-promoted {margin-bottom: 30px;}

#edit-author--2 {color:#ffffff;}

.form-textarea-wrapper textarea {padding:8px;}

body, button, input, select, textarea {  font-family: "Open Sans", sans-serif;}

/* .leader-ad, .mobile-ad {display: none;} */

@media only screen and (min-width: 768px) {
.leader-ad {display: block;}
#div-insticator-ad-3 {height: 90px;}
#div-insticator-ad-5 {height: 600px;}

}


@media only screen and (max-width: 767px) {
.mobile-ad {display: block;}
#div-insticator-ad-3 {height: 280px;}
#div-insticator-ad-5 {height: 50px;}

}

.region-sidebar-second #block-block-17 iframe {min-height: 300px !important;}

.region-sidebar-second #block-block-30 iframe {min-height: 600px !important;}

.page-podcast div.region.region-sidebar-second {margin-top: 200px !important;}

.wrap-comment .content p {
    text-align: left;
    line-height: 1.25rem;
}

.post-comment {margin-bottom:-40px;}


/* sidebar adjustment */
#block-views-latest-stats-next-game {max-width: 300px;
    margin: 0 auto; padding-bottom: 20px;}
    
 .mini-game-board table.score-board-title td.game-title {
    display: none;
}

.mini-game-board table.score-board-title td.game-date {
    font-size: 12px;
    letter-spacing: -.2px;
    padding: 3px 5px 5px 0;
    text-align: center !important;
}

#block-views-recent-comments-block-1 {
    max-width: 300px;
    margin: 0 auto 30px auto;
}
/* end sidebar adjustment */

.video-embed-wrapper {
	margin: 1em 0;
	position: relative;
	height: 0;
	width: 100%;
	padding: 0 0 56.25%;
}

.video-embed-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content blockquote {
    background-color: #1a2d28  !important;
    border-left: none;
    padding: 1.25em 1.5em;
}

/* Alex adition 11-18-21 hid FB login*/
.hybridauth-widget-wrapper {display: none;}

/* infolinks fix */

div#infolinks {
    padding: 20px;
    height: 120px;
    position: sticky;
    bottom: 0;
    left: 0;
    max-width: 786px;
}

strong { font-weight:800 !important;}

.nav-item-dropdown .wrap-dropdown .dropdown {}

