@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;500&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 55px;
}

h1 {
  line-height: 34px;
  font-weight: 500;
  font-size: 27px;
}

h2 {
  font-size: 13px;
  color: #a7abb2;
  font-weight: 400;
  line-height: 23px;
}

h2 a {
  color: #a7abb2 !important;
  text-decoration: none;
}

a {
  color: blue;
  font-weight: 700;
  text-decoration: underline;
}

a:hover {
  color: rgb(86, 6, 161);
}

.title {
  font-family: 'Impact';
  color: #000;
  font-size: xx-large;
}
.champions {
  border-top: #333 solid 2px;
}
.color1 {
  color: #2d3034;
}

.color2 {
  color: #a7abb2;
}

.color3 {
  color: blue;
}

.p100 {
  width: 100%;
}

.p75 {
  width: 75%;
}

.p66 {
  width: 66.333%;
}

.p50 {
  width: 50%;
}

.p33 {
  width: 33%;
}

.p25 {
  width: 25%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clr {
  clear: both;
}

.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.continer {
  width: 100%;
}

.shdw1 {
  -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dly1 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
}

p {
  margin: 15px 0;
}

blockquote {
  background: #f1f1ec url('../assets/site/quote.png') no-repeat center;
  background-size: contain;
  color: #f54e32;
  margin: 25px -10px;
  padding: 30px 20px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  line-height: 27px;
}

header {
  /* height: 75px; */
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 667;
  background: white;
  top: white;
  top: 0;
}

body.openmenu {
  overflow: hidden;
}

#menu {
  position: absolute;
  top: 75px;
  left: -80%;
  width: 80%;
  height: calc(100vh + 75px);
  background: white;
  overflow-y: scroll;
  z-index: 666;
  padding-bottom: 200px;
}

body.openmenu #menu {
  left: 0;
}

#darkbg,
#darkbg2 {
  position: fixed;
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
}

body.openmenu #darkbg {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.3);
}

header #menubtn {
  position: absolute;
  top: 25px;
  padding: 15px;
  left: 10px;
}

body.openmenu #menubtn {
  transform: rotate(90deg);
}

header #advertisement {
  background: #f2f2f2;
  text-align: center;
  height: 20px;
  border-bottom: 1px solid #ebebeb;
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 15px;
  color: #181616;
  text-transform: uppercase;
  padding-top: 2px;
}

header .logo {
  float: left;
  margin: 10px 0;
  max-width: 50%;
}

#tranding {
  background: #bfc3cc;
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

#tranding img {
  float: left;
  margin: 6px 9px 0px 4px;
}

#tranding h2 {
  color: white;
  font-weight: 400;
  display: inline;
  line-height: 28px;
}

#artical-header h1 {
  margin-bottom: 10px;
  font-size: 26px;
}

#artical-profile {
  margin-top: 10px;
  height: 55px;
}

#artical-profile img {
  float: left;
  margin-right: 10px;
}

#artical-profile h1 {
  display: inline;
  font-size: 15px;
  position: absolute;
  margin-top: -3px;
}

#trndin {
  background-color: #bfc3cc25;
}

#artical-profile h2 {
  display: inline;
  position: absolute;
  margin-top: -9px;
}

#sharing-btns {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.face-share {
  background: linear-gradient(#f54e32, #bd3019);
  color: #ffdcd2;
  padding: 5px 10px 3px;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  width: 33%;
  font-weight: 400;
}

.face-share:hover {
  background: linear-gradient(#bd3019, #f54e32);
  text-decoration: none;
  color: #f8eae6;
}

#tranding {
  background: linear-gradient(#f54e32, #bd3019);
  border-top: 1px solid #ececec;
}

#socialcounter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#socialcounter span {
  position: relative;
  background: #ffffff;
  border: 1px solid #d4d4d4;
  padding: 0px 7px;
  display: inline-block;
  width: 33%;
  font-size: 12px;
  border-radius: 4px;
  color: #9a9a9a;
  margin: 5px 5px 10px 0;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.5px;
}

#socialcounter span:after,
#socialcounter span:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#socialcounter span:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
}

#socialcounter span:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #c5c2c2;
  border-width: 6px;
  margin-left: -6px;
}

.img-responsive {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

h2.title {
  text-transform: uppercase;
  color: #f54e32;
  font-weight: 700;
}

.art {
  overflow: hidden;
  background: white;
  border-radius: 3px;
  margin-top: 20px;
}

.art .art-bg {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center center !important;
}

.art .art-title {
  padding: 5px 20px 14px;
}

.art .art-title a {
  text-decoration: none;
}

.art h2 {
  margin-bottom: -4px;
  margin-top: 5px;
}

.foot_logo {
  text-align: center;
  padding: 20px;
  background: linear-gradient(#f54e32, #bd3019);
}

/* ------- */
.os-button {
  max-height: 100px;
  margin: auto;
  background-color: #8b8b8b;
  border-radius: 20px;
  border: solid 3px #dbdbdb;
}

.rating-t,
.rating-b {
  width: 90%;
}

.rating-t {
  margin-top: 20px;
  font-family: 'Merriweather', serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}

@media only screen and (min-width: 750px) {
  .rating-b {
    justify-content: space-between;
  }

  .rating-img {
    width: 40%;
  }
}

@media only screen and (max-width: 750px) {
  .rating-b {
    flex-wrap: wrap;
  }

  .rating-img {
    width: 95%;
    margin: auto;
  }
}

footer {
  background: #495259;
  color: #a7abb2;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

footer a {
  color: #a7abb2;
}

.list {
  background: #f5faf1;
  padding: 20px;
  border-radius: 5px;
  border-bottom: 5px solid #cbe6b6;
  margin-bottom: 20px;
}

.bigcta {
  text-decoration: none;
}

.bigcta div {
  width: 100%;
  background-color: #d15620;
  box-shadow: 0 5px 0 0 #fa921e;
  border: 0;
  border-radius: 5px;
  padding: 12px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  margin: 15px 0;
  color: white;
}

.cta-div {
  background-color: white;
  padding: 2px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.cta-img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cta-btn {
  width: 100%;
  padding: 0 20px;
}

.os-button,
.os-rating {
  max-width: 100%;
}

.os-button {
  background-color: black;
  border-radius: 10px;
  border: solid 3px gray;
}

.os-rating {
  margin-top: 10px;
}

.gost h2 span {
  display: none;
}

.gost #advertisement span {
  color: transparent;
}

.gost #timer9658Div {
  display: block !important;
}

.gost #comments {
  display: block !important;
}

.gost .redtext {
  display: block !important;
}

/*  */
#myVideo {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.col1 {
  width: 20%;
}

.col1 > img {
  width: 100%;
  background-color: blue;
  border-radius: 20%;
}
.col2 {
  width: 50%;
  color: #000;
  text-align: left;
  margin-left: 10px;
}

.col3 {
  width: 25%;
  background: rgb(149, 85, 0);
  background: linear-gradient(
    0deg,
    rgba(149, 85, 0, 1) 0%,
    rgba(255, 151, 4, 1) 51%,
    rgba(255, 220, 0, 1) 76%,
    rgba(255, 224, 13, 1) 100%
  );
  color: aliceblue;
  border-radius: 15px;
  text-decoration: none;
  border: 3px solid rgb(255, 226, 153);
}

.star {
  width: 15px;
  margin-left: -2px;
}

@media only screen and (max-width: 750px) {
  .col1 {
    width: 25%;
    margin-top: 10px;
  }

  .col2 {
    margin-top: 20px;
    width: 60%;
  }

  .col3 {
    margin-top: 20px;
    width: 90%;
    margin-bottom: 20px;
  }

  .popupM {
    left: -135px !important;
  }

  .small-text {
    left: -50px;
  }
}

@media only screen and (max-width: 630px) {
  .popupM {
    left: -100px !important;
  }
}

@media only screen and (max-width: 400px) {
  .popupM {
    left: -50px !important;
  }
}

/*modal imprint*/
#modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 200ms ease-in-out;
  border: 1px solid black;
  border-radius: 10px;
  z-index: 100;
  background-color: whitesmoke;
  width: 500px;
  max-width: 80%;
  text-align: left;
  font-size: 11px;
  line-height: 18px;
  color: #a7abb2;
  text-transform: uppercase;
}

#modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.modal-header {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid grey;
}

.modal-header .title {
  font-weight: 1.25em;
  font-weight: bold;
  font-size: 11px;
}

.modal-header .close {
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: bold;
  background: none;
  border: none;
  outline: none;
}

.modal-body {
  padding: 10px 20px;
}

#overlay {
  position: fixed;
  transition: 200ms ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#overlay.active {
  opacity: 1;
  pointer-events: all;
}

.popupM {
  font-size: 11px;
  text-align: start;
  position: relative;
  left: -240px;
}

.small-text {
  text-align: center;
  position: relative;
  left: -50px;
}

.popupM a {
  text-decoration: none;
  color: #181616;
}

a:visited {
  text-decoration: none;
}

.face-share img {
  width: 17px;
  height: 17px;
  transform: translateY(-2px);
}
