#welcome-social {
  float: right;
  margin: 12px 0 0;
  padding: 0;
}
.facebookLike {
  border: none;
  overflow: hidden;
  width: 170px;
  height: 515px;
}
.featured-thumb-item img,
.popcategory .nav .dropdown-menu {
  width: 100%;
}
.ads {
  margin-top: 70px;
}
.sep-bottom-20 {
  padding-bottom: 0;
}
#welcome-social li {
  margin-left: 10px;
  display: inline;
  list-style: none;
}
.popcategory {
  margin-top: 20px;
}
.popcategory > .nav > li > a > span:first-child,
.popcategory > a > span:first-child {
  padding-left: 20px;
}
.popcategory > a > span:last-child {
  padding-right: 20px;
  float: right;
}
.popcategory > .nav > li > a > span:last-child {
  margin-right: 9px;
  float: right;
  border-width: 10px;
}
.popcategory .nav > li > a {
  padding-left: 30px;
}
.popcategory .nav .dropdown-menu a {
  color: #fff;
  font-size: 115%;
}
#categories h3 {
  background: #2376bb;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 5px 10px;
  border: none;
  margin: 0 0 10px;
}
#featured-list {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: absolute;
}
#featured-thumb {
  float: left;
}
#recommended .inst-x2 {
  padding-left: 0;
}
#recommended .inst-thumb {
  width: 100%;
  position: relative;
}
.featured-thumb-item {
  position: relative;
  display: block;
}
/*.featured-thumb-item span {
  background: url(../../../images/play.png) no-repeat;
  width: 96px;
  height: 96px;
  display: block;
  left: 50%;
  top: 50%;
  margin: -48px 0 0 -48px;
  position: absolute;
}*/
#featured-list {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#featured-list li {
  padding: 5px 10px;
  cursor: pointer;
  color: #005b8c;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  min-height: 78px;
}
#featured-list li span {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
  color: #999;
}
#featured-list li.active {
  background: #2376bb;
  color: #fff !important;
}
#featured-list li.active span {
  color: #fff !important;
}
#featured-list li.active .featured-list-arrow {
  display: block !important;
}
#popular h3 a {
  /*color: #559f56;*/
  color: #0393e1;
}
.popular-item {
  float: left;
  width: 280px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .popular-item {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .popular-item {
    width: 400px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .popular-item {
    width: 300px;
    margin-right: 10px;
  }
}
.welcome-home-text {
  padding-top: 20px;
  margin-left: 3px;
}
.welcome-home-text .col-sm-8 {
  padding-left: 0;
}
#recommended .clear .col-sm-4:first-child {
  padding-left: 0;
  padding-right: 20px;
}
#recommended .clear .col-sm-4:last-child {
  padding-left: 20px;
  padding-right: 0;
}
#popular .clear .col-sm-6 {
  padding-left: 0;
  padding-right: 20px;
}
.inst-x2 {
  padding-left: 192px;
  min-height: 95px;
}
.inst-x2 .inst-thumb {
  width: 182px;
}
h3 {
  margin: 10px 0;
}
@media (max-width: 1200px) {
  #featured-list span {
    display: none;
  }
  #featured-list li {
    min-height: 49px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  #recommended .inst-thumb {
    width: 100%;
    border: 1px dotted green;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  #recommended .clear .col-sm-4:last-child {
    padding-left: 0;
    padding-right: 20px;
  }
  .x2-box-thumb, .x3-box-thumb {
    width: 100%;
  }
}

@media (max-width: 402px) {
  .col-xs-12 {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .col-sm-6 {
    width: 100%;
  }
}
@media (max-width: 1070px) and (min-width: 769px) {
  .inst-x2 {
    padding-left: 0;
  }
  .inst-x2 > a {
    position: inherit !important;
  }
  .inst-x2 > p {
    padding-top: 5px;
  }
}
@media (max-width: 700px) {
  .row-eq-height {
    display: block;
  }
  .col-xs-5,
  .col-xs-7 {
    width: 100%;
  }
  #featured-list {
    position: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #recommended .clear .col-sm-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #popular .clear:last-child,
  #recommended .clear .col-sm-4:last-child {
    display: none !important;
  }
}
.featured-thumb-item span,
.featured-thumb-item img {
  display: none;
}
.featured-thumb-item:first-child span,
.featured-thumb-item:first-child img {
  display: block;
}
@media (max-width: 700px) and (min-width: 600px) {
  #featured-thumb {
    height: auto;
    max-height: 358px;
  }
}
@media (max-width: 599px) and (min-width: 500px) {
  #featured-thumb {
    height: auto;
    max-height: 305px;
  }
}
@media (max-width: 499px) and (min-width: 400px) {
  #featured-thumb {
    height: auto;
    max-height: 249px;
  }
}
@media (max-width: 399px) and (min-width: 300px) {
  #featured-thumb {
    height: auto;
    max-height: 193px;
  }
}
@media (max-width: 299px) {
  #featured-thumb {
    height: auto;
    max-height: 136px;
  }
}
