﻿@charset "UTF-8";
/*----------------------------------------------------
    THEME COLORS -STARTS-
------------------------------------------------------*/
/*@Header_Background: #f8f8f8;*/
/*@Header_Text: #2c2c2c;*/
/*@Cart_Background: #777;*/
/*@Cart_Background_Hover: #000;*/
/*@View_Link_Background: #f8f8f8;*/
/*@View_Link_Color: #2c2c2c;*/
/*@View_Link_Hover_Background: #2c2c2c;

@View_Link_Hover_Color: #fff;*/
/*@Button_Black_Background: #fff;*/
/* New Palette */
/*@Theme_Color_22: #51c96d;*/
/*@Theme_Color_10: #e83b4f;*/
/*----------------------------------------------------
    THEME COLORS -ENDS-
------------------------------------------------------*/
@font-face {
  font-family: 'GFSSolomos';
  src: url('../fonts/GFSSolomos.otf') format('opentype');
}
/*======================================
6.4. Contents
========================================*/
/** 6.4.1. CMS default **/
/** 6.4.2. Blog **/
.main-blog .blog-wrapper {
  padding: 0;
  border: none;
  box-shadow: 0 0 5px #ddd;
}
.main-blog .blog-wrapper .item-blog {
  padding: 30px 15px;
  /* Repsonsive Changes */
  /* Repsonsive Changes End */
}
.main-blog .blog-wrapper .item-blog .span5 img {
  max-height: none;
}
@media only screen and (max-width: 1366px) {
  .main-blog .blog-wrapper .item-blog {
    padding: 20px 0;
    padding-bottom: 0;
  }
}
.main-blog .blog-wrapper .item-blog img {
  /*margin-bottom: 30px;*/
  max-width: 100%;
  margin: auto;
  max-height: 640px;
  padding: 0;
}
.main-blog .blog-wrapper .item-blog .scale {
  max-height: 4vw;
}
@media only screen and (max-width: 1366px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 7vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 34vw;
  }
}
@media only screen and (max-width: 768px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 32vw;
  }
}
@media only screen and (max-width: 512px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 29vw;
  }
}
@media only screen and (max-width: 425px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 27vw;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 25vw;
  }
}
@media only screen and (max-width: 320px) {
  .main-blog .blog-wrapper .item-blog .scale {
    max-height: 22vw;
  }
}
.item-blog .view-more-button {
  background-color: white;
  border: none;
}
.test {
  background-image: url('../images/slider/650x400-Euro2019-countries-men.jpg');
}
.image_container {
  max-height: 560px;
}
.blog-wrapper {
  background: #fff;
  padding: 52px 0 60px 60px;
  border-bottom: 1px solid #eee;
  width: 100%;
}
.box-content .box-info {
  position: relative;
}
.box-content .box-info .show-cat {
  padding: 5px 30px;
  background: #222;
  color: #fff;
  display: inline-block;
  margin-left: -40px;
  font-size: 18px;
}
.box-content .box-info .post-name {
  margin: 15px 0;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
}
.box-content .box-info .post-name:hover {
  /*color: #408fde;*/
}
.box-content .box-info .time-line div {
  display: inline-block;
  color: #666666;
}
.box-content .box-info .time-line div.date {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.box-content .box-info .time-line div.date:after {
  width: 1px;
  height: 15px;
  background: #c1c1c1;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
}
.box-content .box-info .time-line .fa {
  margin-right: 5px;
}
.box-content .box-info .time-line .comment a {
  color: #333;
}
.box-content .box-info .post-content {
  margin: 0;
  color: #333;
  font-size: 14px;
}
.box-content .box-info .timer {
  color: #fff;
}
.box-content .box-info .timer .fa {
  padding-right: 15px;
}
.box-content .box-info .title-name {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 10px;
  text-transform: capitalize;
}
.item-blog {
  position: relative;
  border: 1px solid #dfdfdf;
  margin-bottom: 25px;
  overflow: hidden;
  background: #fff;
}
.item-blog .timer {
  position: relative;
  background: #35468b;
  padding: 15px 30px;
  color: white !important;
  font-weight: bold;
  font-size: 16px;
  -moz-transition: background-color 1.2s ease;
  -o-transition: background-color 1.2s ease;
  -webkit-transition: background-color 1.2s ease;
  transition: background-color 1.2s ease;
}
.item-blog .timer .fa {
  margin-right: 10px;
}
.item-blog .scale a div {
  /*min-height: 250px;*/
  min-height: 12vw;
  max-height: 12vw;
  image-rendering: -webkit-optimize-contrast;
  background-size: cover;
  background-repeat: no-repeat;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.item-blog .scale a div:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-blog:hover .timer {
  background: #408fde;
}
.item-blog .box-info {
  position: relative;
  padding-top: 25px;
  margin-bottom: 20px;
  padding: 20px 30px 58px;
  float: left;
}
.item-blog .box-info .show-cat {
  padding: 5px 30px;
  background: #222;
  color: #fff;
  display: inline-block;
  margin-left: -40px;
  font-size: 18px;
}
.item-blog .box-info .post-name {
  margin: 15px 0;
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  line-height: 25px;
}
@media only screen and (max-width: 1366px) {
  .item-blog .box-info .post-name {
    font-size: 25px;
    line-height: 29px;
    /*height: 75px;*/
    overflow: hidden;
  }
}
.item-blog .box-info .post-name:hover {
  color: #408fde;
}
.item-blog .box-info .time-line div {
  display: inline-block;
  color: #666666;
}
.item-blog .box-info .time-line div.date {
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.item-blog .box-info .time-line div.date:after {
  width: 1px;
  height: 15px;
  background: #c1c1c1;
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
}
.item-blog .box-info .time-line .fa {
  margin-right: 5px;
}
.item-blog .box-info .time-line .comment a {
  color: #333;
}
.item-blog .box-info .post-content {
  display: block;
  margin: 15px 0;
  color: #333;
  /*font-size: 14px;*/
  font-size: 19px;
  line-height: 1.5em;
  height: 69px;
  overflow: hidden;
  /*margin-bottom: 104px;*/
}
@media only screen and (max-width: 1366px) {
  .item-blog .box-info .post-content {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .small-box .item-blog .scale a div {
    min-height: 19vw;
    max-height: 19vw;
    image-rendering: optimizeQuality;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .small-box .item-blog .scale a div {
    min-height: 46vw;
    max-height: 46vw;
  }
}
@media only screen and (max-width: 767px) {
  .item-blog.small-box-horizontal .scale a div {
    min-height: 46vw;
    max-height: 46vw;
  }
}
.item-blog.big-box .scale a {
  -moz-transition: background 300ms, color 300ms, border-color 300ms;
  -o-transition: background 300ms, color 300ms, border-color 300ms;
  -webkit-transition: background 300ms, color 300ms, border-color 300ms;
  transition: background 300ms, color 300ms, border-color 300ms;
}
.item-blog.big-box .scale a div {
  min-height: 384px;
  max-height: 384px;
  background-size: cover;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  /* Repsonsive Changes */
  /* Repsonsive Changes */
}
@media only screen and (max-width: 991px) {
  .item-blog.big-box .scale a div {
    min-height: 48vw;
    max-height: 48vw;
  }
}
.blog-wrapper-content .big-box .post-content {
  min-height: 186px;
}
@media only screen and (max-width: 1366px) {
  .blog-wrapper-content .big-box .post-content {
    min-height: 130.6px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wrapper-content .big-box .post-content {
    min-height: 0;
    margin-bottom: 0;
  }
}
/* Section Dark */
.blog-wrapper.blog-wapper-blue.section-dark {
  background: #1b2344;
  padding: 60px 20px;
}
.blog-wrapper.blog-wapper-blue.section-dark .box-info .post-name {
  border-bottom: 0 !important;
}
.blog-wrapper.blog-wapper-blue.section-dark .item-blog .box-info {
  margin-bottom: 0;
}
/* Section Dark Ends */
.blog-wrapper.blog-wapper-blue .item-blog .box-info {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.blog-wrapper.blog-wapper-blue .item-blog .box-info .post-name {
  /*font-size: 18px;*/
  /*font-size: 19px;*/
  font-size: 16px;
  line-height: 1.5em;
  height: 74px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .blog-wrapper.blog-wapper-blue .item-blog .box-info .post-name {
    line-height: 1.2em;
    padding: 10px 0;
    margin: 0;
  }
}
@media only screen and (max-width: 1287px) {
  .blog-wrapper.blog-wapper-blue .item-blog .box-info .post-name {
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wrapper.blog-wapper-blue .item-blog .box-info .post-name {
    height: auto;
  }
}
.blog-wrapper.blog-wapper-blue {
  overflow: hidden;
  padding: 0;
  padding-top: 20px;
  background: #fff;
}
.blog-wrapper.blog-wapper-blue .item-blog .box-info .author {
  float: left;
  /*padding: 0;*/
  padding: 20px 0 0 0;
  color: #888;
  font-weight: 600;
}
.blog-wrapper.blog-wapper-blue .item-blog .box-info .view-link {
  /*margin-left: 135px;*/
  float: right;
  top: 5px;
}
.blog-wrapper.blog-wapper-blue .item-blog.big-box .des {
  padding-bottom: 45px;
}
.blog-wrapper.blog-wapper-blue .item-blog.big-box .des p {
  color: #fff;
}
.blog-wrapper.blog-wapper-blue .item-blog.big-box .view-link {
  margin-left: 0;
}
.blog-wapper-v3 {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  /*border-bottom: 1px solid #e5e5e5;*/
  overflow: hidden;
  padding-bottom: 18px;
}
.blog-wapper-v3 .block-wapper-left {
  padding: 0;
  /* ---------- Responsive Changes ---------- */
  /* -------- Responsive Changes End -------- */
}
.blog-wapper-v3 .block-wapper-left .box-content {
  padding: 0 15px;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info {
  padding: 30px 10px 30px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 1073px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info {
    padding: 15px 15px 15px 0;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .post-name {
  color: #222222;
  display: block;
  font-size: 21px;
  line-height: 1.5em;
  height: 87px;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  margin-bottom: 15px;
  /*@media only screen and (max-width: 1374px) {
                        font-size: 1.4vw;
                        line-height: 1.4vw;
                        min-height: 0;
                    }

                    @media only screen and (max-width: 991px) {
                        font-size: 2vw;
                        line-height: 2vw;
                    }

                    @media only screen and (max-width: 801px) {
                        font-size: 2.5vw;
                        line-height: 2.5vw;
                    }

                    @media only screen and (max-width:767px) {
                        font-size: 3.5vw;
                        line-height: 3.5vw;
                    }*/
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .post-name:hover {
  color: #408fde;
}
@media only screen and (max-width: 1440px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-name {
    font-size: 17px;
    line-height: 20px;
    height: 60px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .post-content p {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
  height: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-content p {
    font-size: 16px;
    line-height: 18px;
    height: 54px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .image_user {
  /*width: 51px;*/
  max-width: 100px;
  /*border: 1px solid #ddd;*/
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1513px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .image_user {
    max-width: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .image_user {
    width: 100px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .image_user img {
  border-radius: 50%;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .image_user img:hover {
  border-radius: 0;
}
@media only screen and (max-width: 1072px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view {
    display: inline-block;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .author {
  color: #222222;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1em;
}
@media only screen and (max-width: 1550px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .author {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1280px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .author {
    font-weight: 600;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .author {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .author {
    font-size: 16px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer {
  margin-left: 61px;
  font-size: 14px;
  color: #222222;
  font-style: italic;
}
@media only screen and (max-width: 1366px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer {
    font-size: 1vw;
  }
}
@media only screen and (max-width: 1072px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer {
    font-size: 14px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer-no-editor {
  margin-left: 0;
  font-size: 14px;
  color: #222222;
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info .information .infor-view .timer-no-editor {
    font-size: 12px;
  }
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .time-line {
  border-top: 1px solid #e5e5e5;
  margin-top: 55px;
  padding-top: 19px;
  position: static;
  width: 90%;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .time-line div {
  display: inline-block;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .time-line .review {
  float: right;
}
.blog-wapper-v3 .block-wapper-left .box-content .box-info .time-line a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .blog-wapper-v3 .block-wapper-left .box-content .box-info {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-wapper-v3 .block-wapper-left {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.blog-wapper-v3 .viewall {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-wapper-v3 .container-fluid {
    margin-top: -51px;
  }
}
.MainCategoryBannerType_6 .blog-wapper-v3 {
  padding-bottom: 0;
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info {
  padding: 10px 10px 15px 0;
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .subcategory-name {
  border-bottom: 1px solid #e5e5e5;
  margin: 15px 0;
  margin-top: 0;
  display: block;
  font-weight: bold;
  font-size: 2vw;
  font-family: GFSSolomos;
  line-height: 2vw;
  min-height: 96px;
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .subcategory-name p {
  padding: 10px 0;
  color: #35468b;
}
@media only screen and (max-width: 991px) {
  .MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .subcategory-name {
    font-size: 3.7vw;
  }
}
@media only screen and (max-width: 767px) {
  .MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .subcategory-name {
    font-size: 37px;
  }
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-name {
  font-size: 19px;
  line-height: 20px;
  height: 60px;
  margin: 0;
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-subtitle {
  font-size: 17px;
  line-height: 20px;
  height: 60px;
  margin: 0;
  margin-top: 15px;
}
.MainCategoryBannerType_6 .blog-wapper-v3 .block-wapper-left .box-content .box-info .post-content p {
  color: #333;
  font-size: 15px;
  line-height: 20px;
  min-height: 189px;
  overflow: hidden;
}
.MainCategoryBannerType_6 .viewall {
  width: 96%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .MainCategoryBannerType_6 .viewall {
    margin-bottom: 20px;
  }
}
.blog-wrapper.blog-wapper-v4 {
  padding: 0;
  background: transparent;
}
.blog-wrapper.blog-wapper-v4 .box-content .box-info {
  padding-top: 0;
}
.blog-wrapper.blog-wapper-v4 .box-content .box-info a {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.blog-wrapper.blog-wapper-v4 .box-content .box-info .timer .fa {
  margin-right: 5px;
}
/* Editor */
.main-blog .blog-wrapper .item-blog .article-content .editor {
  border-bottom: 1px solid #e9ebee;
  border-top: 1px solid #e9ebee;
  background-color: #35468b;
  color: white;
  margin-left: 83px;
  margin-top: 90px;
  margin-bottom: 50px;
  border-radius: 20px;
  /* Responsive Changes */
}
.main-blog .blog-wrapper .item-blog .article-content .editor p {
  color: white !important;
  font-family: GFSSolomos !important;
  font-size: 35px !important;
  vertical-align: -webkit-baseline-middle;
  transition: all 0.3s ease;
  /*Responsive Changes*/
}
.main-blog .blog-wrapper .item-blog .article-content .editor p:hover {
  color: #408fde !important;
}
@media only screen and (max-width: 1366px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p {
    font-size: 2.4vw !important;
  }
}
.main-blog .blog-wrapper .item-blog .article-content .editor h2 {
  color: #b8b8b8 !important;
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
  background-color: white;
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 20px;
  margin-right: 50px;
  margin-left: -70px;
  /* Responsive Changes */
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox {
  display: inline-block !important;
  padding: 15px;
  background-color: #b8b8b8;
  margin: 20px;
  max-width: 130px;
  border-radius: 20px;
  transition: all 0.3s ease;
  /* Responsive Changes */
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox .img_box {
  background-color: white;
  border-radius: 50%;
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox img {
  transition: all 0.3s ease;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox:hover {
  background-color: #408fde;
}
.main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 1096px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox {
    max-width: 10vw;
  }
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox {
    max-width: 130px;
  }
}
@media only screen and (max-width: 580px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox {
    max-width: 20vw;
  }
}
@media only screen and (max-width: 480px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border .framebox {
    max-width: 130px;
  }
}
@media only screen and (max-width: 1146px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 1016px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1146px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p,
  .main-blog .blog-wrapper .item-blog .article-content .editor h2 {
    font-size: 2.3vw !important;
  }
}
@media only screen and (max-width: 1016px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p,
  .main-blog .blog-wrapper .item-blog .article-content .editor h2 {
    font-size: 2.2vw !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p,
  .main-blog .blog-wrapper .item-blog .article-content .editor h2 {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p,
  .main-blog .blog-wrapper .item-blog .article-content .editor h2 {
    font-size: 4vw !important;
  }
}
@media only screen and (max-width: 480px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor p,
  .main-blog .blog-wrapper .item-blog .article-content .editor h2 {
    font-size: 30px !important;
  }
}
.main-blog .blog-wrapper .item-blog .article-content .relative_articles .view-link {
  color: #000;
}
.main-blog .blog-wrapper .item-blog .article-content .relative_articles .box-info .post-name {
  min-height: 70px;
  max-height: 70px;
  overflow: hidden;
  font-size: 17px;
  /* Responsive Changes */
  /* Responsive Changes End */
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .relative_articles .box-info .post-name {
    min-height: unset;
    max-height: unset;
    height: unset;
  }
}
.main-blog .blog-wrapper .item-blog .article-content .relative_articles .box-info .des p {
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0;
  /* Responsive Changes */
  /* Responsive Changes End */
}
@media only screen and (max-width: 991px) {
  .main-blog .blog-wrapper .item-blog .article-content .relative_articles .box-info .des p {
    display: none;
  }
}
@media only screen and (max-width: 1366px) {
  .main-blog .blog-wrapper .item-blog .article-content .relative_articles .full_width {
    width: 100%;
  }
}
/* Editor Ends */
/* Play by Play */
.play-by-play-container .play-by-play {
  max-height: 580px;
  overflow-x: hidden;
  overflow-y: scroll;
  /* Responsive Changes */
}
.play-by-play-container .play-by-play .play-by-play-grey,
.play-by-play-container .play-by-play .play-by-play-white {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.play-by-play-container .play-by-play .team-img {
  vertical-align: middle;
  max-height: 120px !important;
  margin-top: 20px !important;
}
.play-by-play-container .play-by-play .player-img {
  float: right;
  max-height: 140px !important;
  padding: 0 !important;
  margin-top: 23px !important;
  border: 10px solid #e5e5e5;
  border-radius: 5px;
}
.play-by-play-container .play-by-play .team-action {
  margin-top: 33px;
}
.play-by-play-container .play-by-play .team-name {
  font-size: 20px !important;
}
.play-by-play-container .play-by-play .player-name {
  font-size: 30px !important;
}
.play-by-play-container .play-by-play .action-type {
  font-size: 20px !important;
}
.play-by-play-container .play-by-play .play-by-play-grey {
  background-color: #f7f7f7;
}
@media only screen and (max-width: 1072px) {
  .play-by-play-container .play-by-play {
    zoom: 0.5;
    /*.team-name-box {
                text-align: center;
            }

            .team-name-box {
                width: 100%;
            }

            .team-action {
                width: 50%;
                float: right;
            }

            .team-player {
                width: 50%;
            }*/
  }
}
@media only screen and (max-width: 991px) {
  .play-by-play-container .play-by-play {
    zoom: 1;
  }
}
@media only screen and (max-width: 767px) {
  .play-by-play-container .play-by-play {
    zoom: 0.5;
  }
}
@media only screen and (max-width: 576px) {
  .play-by-play-container .play-by-play .player-name {
    line-height: 1em !important;
  }
}
@media only screen and (max-width: 344px) {
  .play-by-play-container .play-by-play .team-name {
    font-size: 16px !important;
    font-weight: 600;
  }
}
@media only screen and (max-width: 340px) {
  .play-by-play-container .play-by-play .player-name {
    font-size: 25px !important;
  }
}
/* Responsive Changes */
@media only screen and (max-width: 767px) {
  .small-box {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .main-blog .blog-wrapper .item-blog .article-content .editor {
    margin-left: 0;
    text-align: center;
  }
  .main-blog .blog-wrapper .item-blog .article-content .editor .framebox_border {
    margin-left: 0;
    margin-right: 0;
    padding: 1%;
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
/* Responsive Changes End */