
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:active,
input[type="text"]:active,
input[type="password"]:active,
input[type="email"]:active,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none; }

body:not(.mconnect){
  background-color: #edf8ff;
}
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #222;
  line-height: 22px;
  padding: 0;
  word-wrap: break-word;
  overflow-x: hidden; }

.mrklx-nav {
  background: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .mrklx-nav .search_btn {
    display: none !important; }
  .mrklx-nav .navbar-search {
    display: none; }
  .mrklx-nav .navbar-brand {
    padding: 20px 0;
    height: 120px; }
    .mrklx-nav .navbar-brand > img {
      height: 80px;
      padding: 15px;
      width: auto; }
    .mrklx-nav .navbar-brand.logo_black {
      display: none; }
  .mrklx-nav.mrklx-scroll-nav {
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 56px -15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 56px -15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 56px -15px rgba(0, 0, 0, 0.5); }
    .mrklx-nav.mrklx-scroll-nav .navbar-search {
      position: absolute;
      top: 18px;
      right: 120px;
      display: block; }
      .mrklx-nav.mrklx-scroll-nav .navbar-search .form-control {
        outline: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        border-width: 2px 0 2px 2px;
        border-color: #ee3068;
        height: 40px;
        width: 300px;
        border-radius: 40px 0 0 40px; }
      .mrklx-nav.mrklx-scroll-nav .navbar-search .btn.btn-default {
        height: 40px;
        border-width: 2px 2px 2px 0;
        border-radius: 0 40px 40px 0;
        border-color: #ee3068;
        color: #ee3068; }
        .mrklx-nav.mrklx-scroll-nav .navbar-search .btn.btn-default:active, .mrklx-nav.mrklx-scroll-nav .navbar-search .btn.btn-default:focus, .mrklx-nav.mrklx-scroll-nav .navbar-search .btn.btn-default:hover {
          background: transparent;
          outline: none;
          -webkit-box-shadow: none !important;
          -moz-box-shadow: none !important;
          box-shadow: none !important; }
    .mrklx-nav.mrklx-scroll-nav .menu {
      top: 35px; }
      .mrklx-nav.mrklx-scroll-nav .menu > a {
        color: #000; }
    .mrklx-nav.mrklx-scroll-nav .logo_black {
      display: block; }
    .mrklx-nav.mrklx-scroll-nav .nav,
    .mrklx-nav.mrklx-scroll-nav .logo_white {
      display: none; }
    .mrklx-nav.mrklx-scroll-nav .navbar-brand {
      padding: 15px 0;
      height: 90px; }
      .mrklx-nav.mrklx-scroll-nav .navbar-brand > img {
        /*height: 70px;*/
        margin-top: -10px; }
  .mrklx-nav .search_btn {
    position: absolute;
    right: 80px;
    top: 40px; }
    .mrklx-nav .search_btn > a {
      font-size: 25px;
      color: #ee3068; }
  .mrklx-nav .menu {
    position: absolute;
    right: 30px;
    top: 60px; }
    .mrklx-nav .menu > a {
      font-weight: 700;
      color: #fff;
      font-size: 20px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .mrklx-nav .menu > a:hover {
        text-decoration: none;
        color: #ee3068; }
      .mrklx-nav .menu > a > i {
        font-size: 25px;
        vertical-align: middle; }
    .mrklx-nav .menu.menu-close {
      display: none; }
      .mrklx-nav .menu.menu-close > a {
        color: #ee3068; }
  .mrklx-nav .container-fluid {
    padding: 0 20px; }
  .mrklx-nav .nav > li {
    padding-left: 10px;
    padding-right: 10px; }
    .mrklx-nav .nav > li > a {
      position: relative;
      color: #fff;
      font-size: 15px;
      text-align: center;
      padding: 25px 0 15px 0; }
      .mrklx-nav .nav > li > a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        background: #ee3068;
        background: linear-gradient(left, #ee3068, #a33a95);
        background: -webkit-linear-gradient(left, #ee3068, #a33a95);
        background: -moz-linear-gradient(left, #ee3068, #a33a95);
        background: -ms-linear-gradient(left, #ee3068, #a33a95);
        background: -o-linear-gradient(left, #ee3068, #a33a95);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .mrklx-nav .nav > li > a:hover::before {
        left: 0;
        width: 100%;
        height: 6px; }
  .mrklx-nav .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0; }

.navbar-inverse .navbar-form {
  border: 0; }

header.masthead {
  position: relative;
  text-align: center;
  height: 660px; }
  header.masthead #mastheadSlider {
    width: 100%;
    height: 660px; }
    header.masthead #mastheadSlider .item {
      width: 100%;
      height: 660px;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      header.masthead #mastheadSlider .item span {
        position: absolute;
        top: 30%;
        right: 0;
        left: -20px;
        font-size: 40px;
        color: #fff; }
  header.masthead .intro-search {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    z-index: 110; }
    header.masthead .intro-search .intro-search-group .form-control {
      height: 63px;
      border-radius: 12px 0 0 12px;
      background: rgba(255, 255, 255, 0.8);
      color: #000;
      padding: 0 20px;
      border: 0;
      font-weight: 400;
      font-size: 20px;
      -webkit-box-shadow: 0px 0px 91px 0px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0px 0px 91px 0px rgba(0, 0, 0, 0.8);
      box-shadow: 0px 0px 91px 0px rgba(0, 0, 0, 0.8); }
      header.masthead .intro-search .intro-search-group .form-control::placeholder {
        color: #000; }
    header.masthead .intro-search .intro-search-group .btn {
      height: 63px;
      border-radius: 0 12px 12px 0;
      padding: 0 20px;
      border: 0;
      background: #ee3068;
      color: #fff;
      font-size: 20px; }

.masthead-slider_btn > a {
  position: absolute;
  top: 45%;
  z-index: 110;
  display: block;
  width: 42px;
  height: 42px;
  border: 2px solid #545455;
  color: #545455;
  text-align: center;
  line-height: 40px;
  border-radius: 50%; }
  .masthead-slider_btn > a:hover {
    opacity: 0.8; }
  .masthead-slider_btn > a.masthead-slider_prev {
    left: 20px; }
  .masthead-slider_btn > a.masthead-slider_next {
    right: 20px; }

.masthead-icon {
  position: absolute;
  font-size: 25px;
  right: -500px;
  bottom: -350px;
  z-index: 99;
  width: 1200px;
  height: 1000px;
  background-image: url("../images/masthead_icon.png");
  background-size: cover; }

.gradient-line {
  height: 5px;
  background: #ee3068;
  background: linear-gradient(left, #ee3068, #a33a95);
  background: -webkit-linear-gradient(left, #ee3068, #a33a95);
  background: -moz-linear-gradient(left, #ee3068, #a33a95);
  background: -ms-linear-gradient(left, #ee3068, #a33a95);
  background: -o-linear-gradient(left, #ee3068, #a33a95); }

.section .section-title {
  margin-left: 25px;
  margin-bottom: 30px; }
  .section .section-title h3 {
    font-size: 40px;
    color: #474646;
    font-weight: 500; }

section#steps {
  padding: 20px 0; }
  section#steps .wp {
    z-index: 99;
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    color: #414141;
    padding: 0 70px; }
    section#steps .wp .column {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin: 0 -2px;
      width: 20%;
      padding: 34px 0;
      text-align: center;
      cursor: pointer; }
      section#steps .wp .column .thumb {
        position: relative;
        display: block;
        max-width: 110px;
        margin: 0 auto;
        opacity: 1;
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
        section#steps .wp .column .thumb img {
          margin-bottom: 15px;
          border: 0;
          width: 75px; }
        section#steps .wp .column .thumb h4 {
          font-size: 14px;
          font-weight: 700;
          color: #474646;
          margin: 0;
          padding: 0; }
      section#steps .wp .column .info {
        position: absolute;
        top: 55%;
        left: 50%;
        width: 287px;
        height: 271px;
        background-color: #fff;
        z-index: 1;
        box-shadow: 0 0 87px rgba(0, 0, 0, 0.25);
        transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding: 0 50px;
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        z-index: 1; }
        section#steps .wp .column .info img {
          margin-bottom: 15px;
          border: 0;
          width: 20%;
          float: left;
          margin-top: 50px; }
        section#steps .wp .column .info h4 {
          font-size: 18px;
          font-weight: 700;
          margin: 0;
          padding: 0;
          color: #474646;
          float: left;
          padding-top: 10px;
          padding-left: 10px;
          width: 80%;
          margin-top: 50px; }
        section#steps .wp .column .info p {
          clear: both;
          font-size: 14px;
          line-height: 18px;
          padding-top: 25px;
          color: #474646;
          font-weight: normal; }
      section#steps .wp .column:hover {
        z-index: 1; }
        section#steps .wp .column:hover .thumb {
          opacity: 0;
          transform: translateY(-30px); }
        section#steps .wp .column:hover .info {
          transform: translate(-50%, -50%) scale(1);
          -webkit-transform: translate(-50%, -50%) scale(1);
          -moz-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
          -o-transform: translate(-50%, -50%) scale(1);
          opacity: 1;
          transition-delay: .1s; }

.markolix-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 40px;
  height: 42px;
  border: 0;
  line-height: 42px;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #474646;
  color: #fff;
  transform: scale(0.9); }
  .markolix-button img {
    position: absolute;
    top: 50%;
    left: -15px;
    width: 45px !important;
    height: auto;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .markolix-button:focus, .markolix-button:hover {
    padding-left: 19px;
    padding-right: 60px;
    transform: scale(0.9);
    color: #fff;
    text-decoration: none; }
    .markolix-button:focus img, .markolix-button:hover img {
      left: calc(100% - 50px);
      transform: translateY(-50%) scale(0.8);
      -webkit-transform: translateY(-50%) scale(0.8);
      -moz-transform: translateY(-50%) scale(0.8);
      -ms-transform: translateY(-50%) scale(0.8);
      -o-transform: translateY(-50%) scale(0.8); }

section#brandCarousel {
  padding: 20px 0; }
  section#brandCarousel #brandOwlCarousel .owl-item {
    padding: 10px; }
  section#brandCarousel #brandOwlCarousel .item {
    position: relative;
    padding: 10px 30px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2); }
    section#brandCarousel #brandOwlCarousel .item .thumb .number {
      position: absolute;
      top: -10px;
      right: -23px;
      width: 52px;
      height: 44px;
      line-height: 50px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      background-image: url(../images/icons/marka-yu.svg);
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }
    section#brandCarousel #brandOwlCarousel .item .thumb img {
      width: 100%;
      height: auto; }
    section#brandCarousel #brandOwlCarousel .item .thumb h5 {
      margin-top: 20px;
      font-size: 16px;
      color: #ee3068; }
    section#brandCarousel #brandOwlCarousel .item .info {
      margin-top: 20px;
		margin-bottom: 20px;  }
      section#brandCarousel #brandOwlCarousel .item .info p {
        display: block;
        color: #474646;
        font-size: 12px;
        min-height: 34px; }

.carousel-btn {
  margin-top: 40px; }
  .carousel-btn .carousel-prev,
  .carousel-btn .carousel-next {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #545455;
    color: #545455;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    text-decoration: none; }
    .carousel-btn .carousel-prev:hover,
    .carousel-btn .carousel-next:hover {
      text-decoration: none;
      color: #545455;
      opacity: 0.8; }

section#memberBrandCarousel {
  padding: 20px 0; }
  section#memberBrandCarousel .memberBrandOwlCarousel .owl-item {
    padding: 10px; }
  section#memberBrandCarousel .memberBrandOwlCarousel .item {
    position: relative;
    padding: 10px 30px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.2); }
    section#memberBrandCarousel .memberBrandOwlCarousel .item .thumb img {
      width: 100%;
      height: auto; }
    section#memberBrandCarousel .memberBrandOwlCarousel .item .thumb h5 {
      margin-top: 20px;
      font-size: 16px;
      color: #ee3068; }
    section#memberBrandCarousel .memberBrandOwlCarousel .item .info {
      margin-top: 15px;margin-bottom: 15px;
      margin-left: -15px;
      margin-right: -15px;}
      section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count {
        width: 50%;
        text-align: center; }
        section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count b {
          font-weight: 400;
          font-size: 14px;
          color: #474646;
          display: block; }
        section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count .ballon {
          position: relative;
          display: block;
          width: 60px;
          height: 60px;
          color: #ee3068;
          font-weight: 400;
          color: #ee3068;
          text-align: center;
          margin: 10px auto;
          line-height: 55px;
          font-size: 22px;
          margin-top: 10px; }
          section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count .ballon.ballon-left {
            /*margin-top: 10px;*/ }
          section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count .ballon span {
            font-size: 14px; }
          section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count .ballon::before {
            position: absolute;
            display: block;
            background-image: url("../images/icons/ballon.png");
            background-size: 60px 60px;
            background-repeat: no-repeat;
            width: 60px;
            height: 60px;
            content: ""; }
          section#memberBrandCarousel .memberBrandOwlCarousel .item .info .count .ballon.ballon-left::before {
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH"; }

section#countStatistics {
  padding: 70px 0; }
  section#countStatistics .item {
    margin-bottom: 20px; }
    section#countStatistics .item img {
      /*width: 100px;
      height: 90px; */}
    section#countStatistics .item .count {
      display: block;
      font-weight: 700;
      font-size: 55px;
      margin: 22px 0;
      color: #474646; }
      section#countStatistics .item .count > span {
        font-size: 30px; }
    section#countStatistics .item .heading {
      font-size: 23px;
      color: #474646;
      text-transform: uppercase; }

section#statisticsAds .statistics .column {
  text-align: center; }
  section#statisticsAds .statistics .column h6 {
    font-weight: 700;
    font-size: 18px;
    color: #ee3068;
    margin: 0;
    padding: 0; }
section#statisticsAds #latestAds .item .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px; }
  section#statisticsAds #latestAds .item .thumb img {
    width: 116px;
    height: 116px;
    border-radius: 5px; }
section#statisticsAds #latestAds .item .info h4 {
  font-weight: 700;
  font-size: 20px;
  color: #ee3068;
  margin-bottom: 0; }
  section#statisticsAds #latestAds .item .info small.Company {
    font-weight: 400;
    font-size: 18px;
    display: block;
    line-height: 2; }
section#statisticsAds #latestAds .item .info p {
  font-size: 18px;
  color: #474646; }
section#statisticsAds #latestAds .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center; }
  section#statisticsAds #latestAds .owl-dots .owl-dot {
    border-top: 2px solid #ee3068; }
    section#statisticsAds #latestAds .owl-dots .owl-dot > span {
      background-color: #474646;
      margin: 15px 6px;
      width: 13px;
      height: 13px; }
    section#statisticsAds #latestAds .owl-dots .owl-dot.active > span {
      background-color: #ee3068;
      width: 17px;
      height: 17px;
      margin-top: 13px;
      margin-bottom: 13px; }

footer#footer {
  position: relative;
  background-color: #fff;
  padding-top: 35px;
  overflow: hidden; }
  footer#footer .footer-logo {
    padding: 20px 0;
    text-align: center; }
    footer#footer .footer-logo img {
      width: 172px; }
  footer#footer .footer-title h6 {
    font-weight: 600;
    font-size: 20px;
    color: #ee3068; }
  footer#footer .footer-content {
    padding: 10px 0; }
    footer#footer .footer-content.footer-pages ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 50%;
      float: left; }
      footer#footer .footer-content.footer-pages ul li {
        display: block; }
        footer#footer .footer-content.footer-pages ul li > a {
          font-weight: 400;
          font-size: 14px;
          text-decoration: none;
          color: #5e5d5d;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          footer#footer .footer-content.footer-pages ul li > a:hover,footer#footer .footer-content.footer-pages ul li.active > a {
            color: #ee3068;
            text-align: none; }
    footer#footer .footer-content.footer-newsletter .form-control {
      border-width: 0 0 1px 0;
      box-shadow: none;
      border-radius: 0;
      padding: 5px;
      color: #000; }
      footer#footer .footer-content.footer-newsletter .form-control:focus {
        border-color: #ee3068; }
      footer#footer .footer-content.footer-newsletter .form-control::placeholder {
        color: #5e5d5d; }
  footer#footer .footer-social {
    padding: 20px 0;
    text-align: center; }
    footer#footer .footer-social .g-play img {
      width: 202px;
      height: 41px; }
    footer#footer .footer-social .social-list {
      padding: 20px 0; }
      footer#footer .footer-social .social-list span {
        font-weight: 700;
        font-size: 20px;
        color: #ee3068;
        vertical-align: middle;
        margin-right: 10px; }
      footer#footer .footer-social .social-list a {
        margin: 0 3px; }
        footer#footer .footer-social .social-list a > img {
          width: 32px;
          height: auto; }
        footer#footer .footer-social .social-list a:focus, footer#footer .footer-social .social-list a:hover {
          text-decoration: none; }
  footer#footer .footer-copyright {
    margin-top: 50px;
    margin-bottom: 20px; }
    footer#footer .footer-copyright p {
      color: #5e5d5d;
      font-size: 14px;
      background-color: white;
      z-index: 999;
      position: relative;}
      footer#footer .footer-copyright p a {
        color: #000;
        font-weight: 700; }
        footer#footer .footer-copyright p a:focus, footer#footer .footer-copyright p a:hover {
          color: #ee3068;
          text-decoration: none; }

.footer-icon {
  position: absolute;
  font-size: 25px;
  left: -100px;
  bottom: -85px;
  width: 340px;
  height: 265px;
  background-image: url("../images/icons/footer_icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

#sidebar-wrapper {
  background: #ee3068;
  box-shadow: 6px 0 80px 0 rgba(0, 0, 0, 0.5); }
  #sidebar-wrapper .sidebar-nav {
    margin-top: 170px; }
    #sidebar-wrapper .sidebar-nav li > a {
      color: #fff;
      font-size: 14px;
      text-transform: uppercase; }

.slick-slide {
  margin: 0 10px;
  transition: all ease-in-out .3s;
  outline: none !important; }

.memberBrandOwlCarousel .item {
  margin-bottom: 20px; }

.ui-menu {
  z-index: 9999;
  border-radius: 12px;
  background: #fff; }
  .ui-menu .ui-menu-item-wrapper {
    padding: 10px 20px; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  background: #ee3068;
  border-radius: 12px; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ee3068; }

*[type="JavaScript charts"] {
  display: none; }

#loginModal .modal-dialog {
  width: 370px; }
#loginModal .modal-content {
  border-radius: 0; }
  #loginModal .modal-content .modal-title {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 23px; }
  #loginModal .modal-content .login-form {
    margin-top: 20px; }
    #loginModal .modal-content .login-form .form-control {
      border-radius: 0;
      border-color: #e0e0e0;
      background-color: #f5f5f5;
      border-radius: 4px;
      height: 50px; }
      #loginModal .modal-content .login-form .form-control:active, #loginModal .modal-content .login-form .form-control:focus {
        outline: 0px !important;
        -webkit-appearance: none; }
    #loginModal .modal-content .login-form .checkbox {
      margin: 0; }
    #loginModal .modal-content .login-form .btn.btn-default {
      margin-top: 20px;
      background-color: #ee3068;
      color: #fff;
      border-color: #ee3068; }

.social-btn {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .social-btn i {
    font-size: 2em;
    vertical-align: middle;
    text-align: left; }
  .social-btn span {
    margin-left: 20px; }
  .social-btn:hover {
    text-decoration: none;
    color: #fff; }
  .social-btn.facebook {
    background-color: #3b5998; }
    .social-btn.facebook:hover {
      background-color: #304d8a; }
  .social-btn.google-plus {
    background-color: #33ccff; }
    .social-btn.google-plus:hover {
      background-color: #06a7dc; }

.fixedBtn {
  position: fixed;
  bottom: 13px;
  right: 13px; }
  .fixedBtn > a {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 24px;
    background: url('../images/icons/m-logo.svg');
    background-size: 100%;
  }
  .fixedBtn i{display: none;}
/*
    background: #ee3068;
    background: linear-gradient(left, #ee3068, #a33a95);
    background: -webkit-linear-gradient(left, #ee3068, #a33a95);
    background: -moz-linear-gradient(left, #ee3068, #a33a95);
    background: -ms-linear-gradient(left, #ee3068, #a33a95);
    background: -o-linear-gradient(left, #ee3068, #a33a95); }
    .fixedBtn > a:hover {
      text-decoration: none;
      background: #a33a95;
      background: linear-gradient(left, #a33a95, #ee3068);
      background: -webkit-linear-gradient(left, #a33a95, #ee3068);
      background: -moz-linear-gradient(left, #a33a95, #ee3068);
      background: -ms-linear-gradient(left, #a33a95, #ee3068);
      background: -o-linear-gradient(left, #a33a95, #ee3068); }*/

/*# sourceMappingURL=style.css.map */

a,a:hover,a:focus{
  color:inherit;
  text-decoration: none;
}

.content-container{
  background-color: #fff;
}
.slider-container{
  padding-top: 180px!important;
  padding-bottom: 40px!important;
  background-color: #ececec;
}
.slider-container + .content-container{
  padding-top: 40px!important;
}
body:not(.mconnect) .content-container{
  padding-top: 180px;
  padding-bottom: 80px;
}
.news-detail-container{
  line-height: normal;
}
.news-detail-container{
  font-weight: 600;
}
.sidebar-container{
  font-weight: 600;
  line-height: normal;
  z-index: 102;
}
.sidebar-heading{
  background-color: #eb1050;
  display: inline-block;
  width: auto;
  color: #FFF;
  padding:8px 10px;
  margin-bottom: 24px;
}

.sidebar-heading:not(:first-child){
  margin-top: 36px;
}
.sidebar-news-heading{
  font-size: 12px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.straitNews:hover .sidebar-news-heading,.sidebar-news-heading:hover{
  color:#eb1050;
}
.straitNews .straitImageContainer:before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}
.straitNews:hover .straitImageContainer:before{
  background-color: #fff4;
}



.sidebar-news-detail{
  font-size: 10px;
  color:#777777;
}
.sidebar-news-detail-container{
  padding-right: 0;
}
.sidebar-comment-heading{
  font-size: 11px;
  color:#eb1050;
}
.sidebar-comment-less{
  font-size: 11px;
  color:#777777;
}
.sidebar-work-container{
  padding: 15px;
  background-color: #ebebeb;
}
.category-news-container > .row > a {
    display: inline-block;
}
.category-news-container > .row >  *:not(:last-child),.sidebar-news-container > .row >  *:not(:last-child){
  margin-bottom: 20px;
}
.sidebar-comments-container > .row >  *:not(:last-child){
  margin-bottom: 17px;
}
.sidebar-work-container > .row >  *:not(:last-child){
  margin-bottom: 8px;
}

.sidebar-work-header{
  color: #eb1050;
  font-size: 12px;
  line-height: normal;
}
.sidebar-work-company{
  color: #777777;
  font-size: 10px;
}
.sidebar-work-city{
  color: #777777;
  font-size: 9px;
  font-style: italic;
}
.col-no-padding{
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb-container{
  color: #474646;
  font-size: 10px;
  margin-bottom: 5px;
}
.breadcrumb-container > a:not(:last-child):after{
  content: ' > ';
}
.breadcrumb-container > a[href]:hover {
  color: #ee3068;
}
.news-heading{
  color: #eb1050;
  font-size: 32px;
}
.news-stats {
  font-size: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.category-detail-container .news-stats {
  position: absolute;
  width: 100%;
  margin-top: 180px;
  top: 0;
}

.news-stats span:not(:first-child){
    margin-left: 10px;
}
.news-share
{
  border: solid 1px #cccccc;
  border-left: none;
  border-right: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.news-detail-left{
  padding-right: 45px;
}
.news-image{
  text-align: center;
  padding: 30px 15px;
}
.news-image img{
  display: inline-block;
}
.news-content{
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 30px;
}
.news-share > span:not(:first-child) {
  margin-left: 8px;
}
.news-share > span {
  float: left;
  margin-top: 5px;



}
.news-detail-container .news-tag{
  margin-top: 25px;
  margin-bottom: 25px;
}
.news-tag a {
  color: #949494;
  font-weight: 500;
  padding: 4px 5px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
}
.news-tag a:not(:first-child){
  margin-left: 6px;
}
.news-tag a:hover{
  background-color: #ee3068;
  color: #FFF;
}
.news-nav{
  border: 1px solid #616161;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
  font-size: 15px;
  color: #616161;
}

.news-nav-left{
    padding-top: 15px;
    padding-bottom: 15px;
}
.news-nav-right{
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 1px solid #616161;
    text-align: right;
}
.news-comment-container{
    color: #616161;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
}
.news-comment-form{
    margin-top: 25px;
}
.news-comment-container:not(:first-child):not(.news-comments-padding){
    border-top: 1px solid #cccccc;
}
.news-comments-padding{
    padding-left: 80px;
}
.news-comment-heading{
    font-size: 15px;
    color: #ee3068;
    padding-top: 25px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #cccccc;
}
.news-comment-photo img{
    border-radius: 50%;
}
.news-comment-username{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}
.news-comment-date{
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 8px;
}
.news-comment-reply{
    font-size: 10px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}
.news-comments-padding .news-comment-reply{
    display: none;
}
.news-comment-content{
    font-size: 12px;
    font-weight: 500;
}
.form-control{
    border-width: 1px;
    box-shadow: none;
    border-radius: 0;
    padding: 5px;
    color: #000;
}
.form-control:focus{
    border-color: #ee3068;
    box-shadow: none;
}
textarea.form-control{
    resize: none;
}
.category-detail-container{
    padding-left: 30px;
}
.category-name{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #eb1050;
    color:#FFF;
    padding: 5px 7px;
    font-size: 10px;
}
.category-heading {
  font-size: 25px;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.category-wrapper:hover .category-heading{
  color: #eb1050;
}
.category-content{
    font-size: 12px;
    font-weight: 500;
  position: relative;
}
.category-content:after {
  content: '+';
  display: inline-block;
  left: 0;
  position: absolute;
  bottom: -40px;
  font-size: 49px;
  line-height: 25px;
  color: #eb1050;
  transition: .3s ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.category-wrapper:hover .category-content:after{
    -webkit-transform: rotateZ(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotateZ(-135deg);
}
.category-left{
    padding-right: 45px;
}
.category-wrapper .category-image:before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  transition: background-color .3s ease-out;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
}
.category-wrapper:hover .category-image:before{
  background-color: #fff4;
}

.category-wrapper:not(:last-child){
    margin-bottom: 40px;
}
.category-news-container{
    padding-left: 30px;
}
.category-header-contianer{
    margin-top: 90px;
}
.category-sub-contianer .category-content:after{
    display: none;
}
.category-sub-contianer .sidebar-news-heading{
    font-size: 20px;
}
.category-sub-contianer .category-heading{
    margin-top: 10px;
}
.company-container{
    font-weight: 600;
}
.company-image{
    text-align: center;
}
.company-image img{
    display: inline-block;
}
.company-name{
    font-size: 17px;
    color: #eb1050;
}
.company-description{
    font-size: 12px;
    font-weight: 500;
    color: #616161;
}
.company-stats{
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.company-stats > div:not(.company-stats-not-image){
    padding-left: 54px;
}
.company-stats > div:not(.company-stats-not-image):before{
    content: ' ';
    width: 39px;
    height: 33px;
    position: absolute;
    left: 15px;
    top: 6px;
}

.company-stats > div.recommend:before{
    background: url("../images/icons/type1.png");
}
.company-stats > div.notrecommend:before{
    background: url("../images/icons/type2.png");
}
.company-stats > div.suggestion:before{
    background: url("../images/icons/type3.png");
}
.company-stats > div.question:before{
    background: url("../images/icons/type4.png");
}
.company-tab{

}
.company-tab .tab-content{
    padding: 0 15px;
}
.company-tab .nav-tabs{
    background-color: #edf8ff;
    border-bottom: none;
    padding: 9px 10px;
}
.company-tab .nav-tabs > li > a{
    border: none !important;
    padding: 7px 20px 7px;
    border-radius: 50px;
    color: #ee3068;
    font-size: 14px;
    font-weight: 700;
}
.company-tab .nav-tabs > li:not(:first-child) > a{
    margin-left: 10px;
}
.company-tab .nav-tabs > li.active > a, .company-tab .nav-tabs > li > a:focus, .company-tab .nav-tabs > li > a:hover{
    background-color: #8799a3;
    color: #FFF;
}
.company-header-container{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 60px;
}
.comment-name{
    font-size: 14px;
    font-weight: bold;
    color: #ee3068;
}
.comment-info{
    margin-top: 25px;
    margin-bottom: 25px;
}
.comment-info > span:not(:first-child){
    margin-left: 20px;
}
.comment-info .like{
    font-size: 19px;
    opacity: .7;
}
.comment-info .like:hover{
    cursor: pointer;
}
.comment-info .like:hover,.comment-info .like.active{
    opacity: 1;
}
.comment-info .fa-thumbs-o-up{
    color: #a2de0c;
    font-size: 19px;
}
.comment-info .like.active .fa-thumbs-o-up:before{
    content: "\f164";
}
.comment-info .like.active .fa-thumbs-o-down:before{
    content: "\f165";
}

.comment-info .fa-thumbs-o-down{
    color: #f51111;
}
.share-container{
    font-size: 19px;
}
.share-container:hover .share-label{
    display: none;
}
.share-container:hover .share-icon{
    display: unset;
}
.share-label span{
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    top: -3px;
}
.share-label .fa{
    color: #f587a7;
    margin-right: 5px;
}
.share-container .share-icon{
    display: none;
}
.share-icon > a:not(:first-child)
{
    margin-left: 7px;
}
.share-icon .fa-facebook-square{
    color: #3B5998;
}
.share-icon .fa-twitter{
    color: #00aced;
}
.share-icon .fa-google-plus{
    color: #d34836;
}
.share-icon .fa-linkedin-square{
    color: #0077B5;
}
.comment-content{
    font-size: 12px;
    font-weight: 500;
}
.comment-content .comment{
    color: #616161;
}
.comment-content .comment-stat{
    color: #aaa9a9;
}
.comment-company-comment{
    margin-top: 30px;
    font-size: 12px;
    font-weight: 500;
}
.comment-company-image{
    margin-top: 30px;
}
.comment-company-comment .comment{
    color: #616161;
}
.comment-company-comment .comment-stat{
    color: #aaa9a9;
}
.form .header.auth{
  margin-bottom: 20px;
  font-family: inherit;
  color: #ee3068;
}
.ui.markolix.button:hover, .ui.markolix.buttons .button:hover {

  background-color: #c82555;
  color: #fff;
  text-shadow: none;

}
.ui.markolix.button, .ui.markolix.buttons .button {
  background-color: #ee3068;
  color: #fff;
  text-shadow: none;
  background-image: none;

}
.ui.checkbox input:checked ~ .box::after, .ui.checkbox input:checked ~ label::after {
  color: #ee3068dd;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.ui.message .list li{
  text-transform: capitalize;
}
.navbar-fixed-bottom, .navbar-fixed-top{
  z-index: 900;
}
.page-links-container{
  text-align: center;
    margin-top: 20px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1330px) {

  .MenuTopFour{
    display: none!important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 820px) {

  .mrklx-nav .navbar-brand > img{
    padding: 5px 10px;
  }
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

  .SliderNewsLink {
    margin-bottom: 20px;
  }
  .category-left{
    padding-right: 15px;
  }
  .category-image img{
    width: 100%;
  }
  .category-detail-container{
    margin-top: 20px;
  }
  .category-content:after{
    display: none;
  }
  .category-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .category-detail-container {
    padding-left: 15px;
  }
  .sidebar-container{
    margin-top: 20px;
  }
  .sidebar-heading{
    margin-bottom: 20px;
  }
  .sidebar-heading:not(:first-child) {
    margin-top: 20px;
  }
  .sidebar-news-detail-container .sidebar-news-heading,.sidebar-comment-heading,.sidebar-work-header{
    font-size: 14px;
  }
  .sidebar-comment-less,.sidebar-news-detail,.sidebar-work-company,sidebar-work-city{
    font-size: 12px;
  }
  .news-detail-left{
    padding-right: 15px;
  }
  .news-nav-left > div:first-child, .news-nav-right > div:first-child{
    font-weight: 700;
  }
  .news-comments-padding{
    padding-left: 50px;
  }
  .news-comment-container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-comment-username{
    font-size: 14px;
  }
  .news-comment-heading{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .news-comment-form {
    margin-top: 10px;
  }
  .mobile-no-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-header-contianer {
    margin-top: 20px;
  }
  .category-news-container
  {
    padding-left: 0;
    padding-right: 0;
  }
  .center-block .col-no-padding:not(.category-image){
    padding-left: 15px;
    padding-right: 15px;
  }
  .sidebar-news-detail-container{
    padding-right: 15px;
  }
  .company-image{
    margin-bottom: 20px;
  }
  .company-image img{
    max-width: 50%;
  }
  .company-stats > div:not(:first-child){
    margin-top: 20px;
    padding-left: 39px;
    padding-right: 0;
  }
  .company-stats > div:not(.company-stats-not-image)::before {
    left: 0;
  }
  .company-left{
    padding-left: 0;
    padding-right: 0;
  }
  .company-header-container{
    margin-bottom: 20px;
  }
  .company-stats {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .company-tab > .nav-tabs > li:first-child{
    width: 100%;
  }
  .company-tab > .nav-tabs > li:not(:first-child){
    width: 50%;
  }
  .company-tab .nav-tabs > li > a{
    margin-left: 0!important;
    padding: 5px 10px;
    text-align: center;
  }
  .company-tab .nav-tabs > li:not(:first-child) > a {
    margin-top: 10px;
  }
  .share-label{
    display: none;
  }
  .share-container .share-icon{
    display: unset;
  }
  .comment-name{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
  .comment-info {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .comment-name + .like{
    margin-left: 0!important;
  }
  .comment-company-image{
    width: 100%;
    text-align: center;
  }
  .comment-company-image img{
    max-width: 50%;
    display: inline-block;
  }
  .comment-company-image + div{
    width: 100%;
  }
  .comment-company-comment {
    margin-top: 10px;
  }
  .comment-company-image {
    margin-top: 10px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

.navbar-menu{
  position: absolute;
  top: 18px;
  right: 490px;
  display: block;
}
.navbar-menu ul{
  list-style: none;
}
.navbar-menu ul li{
  position: relative;
  float: left;
  padding: 17px 0 10px;
}
.navbar-menu ul li:not(:first-child){
  margin-left: 20px;
}
.navbar-menu ul li a{
  float: left;
  font-weight: 700;
  font-size: 1.21429em;
}
.navbar-menu ul li a:hover,.navbar-menu ul li.active a{
  color: #eb1050;
}
.navbar-menu ul li.active a::before,
.navbar-menu ul li.active a::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.navbar-menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  right: 100%;
  bottom: 50%;
  background: #eb1050; /*** COLOR OF THE LINE ***/
  height: 2px; /*** THICKNESS OF THE LINE ***/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-menu ul li a:hover {
  opacity: 1 !important;
}
.navbar-menu ul li a:hover:before {
  right: 0;
}
.navbar-menu ul li a:before {
  bottom: 10%;
}

.navbar-top-container{
    background-color: #000;
}
.navbar-bottom{
  position: relative;
}

.navbar-top-menu ul{
    list-style: none;
}
.navbar-top-menu ul li{
    position: relative;
    float: left;
    padding: 10px 0;
}
.navbar-top-menu ul li:not(:first-child){
    margin-left: 20px;
}
.navbar-top-menu ul li a{
    color: #fff;
    float: left;
    font-weight: 500;
    font-size: 1em;
}
.navbar-top-menu ul li a:hover,.navbar-top-menu ul li.active a{
    color: #eb1050;
}
.navbar-top-menu ul li.active a::before,
.navbar-top-menu ul li.active a::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.navbar-top-menu ul li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 100%;
    bottom: 50%;
    background: #eb1050; /*** COLOR OF THE LINE ***/
    height: 3px; /*** THICKNESS OF THE LINE ***/
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-top-menu ul li a:hover {
    opacity: 1 !important;
}
.navbar-top-menu ul li a:hover:before {
    right: 0;
}
.navbar-top-menu ul li a:before {
    bottom: 10%;
}
.MarkolixAdButton{
  margin-top: 10px;
}
.MarkolixAdFilterContainer{
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ee3068;
}
.MarkolixAdContainer span{
    color: #777;
}
.SliderNewsContainer.Three .SliderNews:nth-child(1),
.SliderNewsContainer.Three .SliderNews:nth-child(2){
  margin-bottom: 21px;
}
.SliderNews{
  position: relative;
}
.SliderNewsLink{
  position: relative;
  float: left;
  width: 100%;
}
.SliderNewsLink::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  z-index: 2;
}
.SliderNewsLink::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 90%);
  z-index: 2;
}
.SliderNewsContainer.Three .SliderNewsDescription
{
  font-size: 14px;
}
.SliderNewsDescription{
  z-index: 3;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}


.pieID {
  display: inline-block;
  vertical-align: top;
}
.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
}
.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #EEE;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}
.pie::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
  margin: 220px auto;

}
.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  animation: bake-pie 1s;
}
.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}
.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  padding: 15px;
  font-size: 13px;
  box-shadow: 1px 1px 0 #DDD,
  2px 2px 0 #BBB;
}
.legend li {
  text-align: left;
  height: 1.25em;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  border-left: 1.25em solid black;
}
.legend em {
  font-style: normal;
  padding-right: 10px;
}
.legend span {
  float: right;
}
.legend span:after {
  content: '%';
}

i.icon.id.badgee:before {
  content: "\f2c1";
}

.author-logo{
  font-size: 14px;
}
.author-logo a {
  margin: 0!important;
  float: none!important;
}
.author-logo img {
  margin-left: 10px;
}
.navbar-menu ul li.green-link.active a,
.green-link
{
  color: #5c9f34;
}
.navbar-menu ul li.green-link.active a:before
{
    background: #5c9f34;
}