
#content-news {
  margin-bottom: 10px;
}
#content-news .title-news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  line-height: 1.3;
   margin-top:5px;
}
#content-news .title-news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  line-height: 1.3;
  margin-top:5px;
}
#content-news h2 {
  font-size:20px;
}
#content-news .info-news {
  margin-bottom: 30px;
}
#content-news .info-news .block-text {
  display: none;
}
#content-news .info-news .hidden-text {
  display: inline;
}
#content-news .info-news .info {
  color: #aaaaaa;
  font-style: italic;
  margin-bottom: 10px;
}
#content-news .info-news .info .category {
  background-color: #b3b3b3;
  color: #fff;
  padding: 3px 5px;
}
#content-news .info-news .info .fa-circle {
  font-size: 5px;
  margin: 0 10px;
  vertical-align: middle;
}
#content-news .info-news .comments,
#content-news .info-news .share-link {
  display: inline-block;
  margin-left: 30px;
}
#content-news .info-news .comments a,
#content-news .info-news .share-link a {
  color: #737373;
}
#content-news .main-news {
  color: #737373;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
#content-news  .main-news img{
	max-width:100%;
}
#content-news .main-news p {
  margin-bottom: 30px;
}
#content-news .main-news .image-news {
  margin-bottom: 30px;
}
#content-news .main-news .image-news .info-image {
  font-style: italic;
  font-size: 12px;
  margin-top: 5px;
  color: #333333;
}
#content-news .main-news .image-news .info-image .category {
  color: #a3a3a3;
  margin-right: 5px;
}
#content-news .main-news blockquote {
  border-left: 0;
}
#content-news .main-news blockquote:before {
  font-family: "fontawesome";
  content: '\f10d';
  position: absolute;
  top: -10px;
  font-size: 50px;
  color: #ccc;
}
#content-news .main-news blockquote p {
  margin-left: 65px;
  margin-bottom: 10px;
  font-size: 20px;
  font-style: italic;
  color: #737373;
}
#content-news .main-news blockquote footer {
  margin-left: 65px;
  font-style: italic;
  color: #000000;
}
#content-news .main-news blockquote footer:before {
  content: '';
}
#content-news .also-read {
  margin-bottom: 0px;
}
#content-news .also-read .section-name > .pull-right {
  margin-top: 0;
}
#content-news .also-read .section-name > .pull-right .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-shadow: none;
  color: #737373;
  position: relative;
  float: right;
  margin-left: 3px;
  background-color: #eeeeee;
  transition: background 0.3s;
}
#content-news .also-read .section-name > .pull-right .carousel-control.left {
  background-image: none;
}
#content-news .also-read .section-name > .pull-right .carousel-control.right {
  background-image: none;
}
#content-news .also-read .section-name > .pull-right .carousel-control:hover.left {
  background-color: rgba(0, 0, 0, 0.1);
}
#content-news .also-read .section-name > .pull-right .carousel-control:hover.right {
  background-color: rgba(0, 0, 0, 0.1);
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 {
  padding: 0;
  padding-right: 5px;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3:last-child {
  padding-right: 0;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb {
  cursor: pointer;
  float: left;
  width: 100%;
  height: 154px;
  padding-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb:hover .caption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #4db449;
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb:hover img {
  transform: scale(1.2);
}
#content-news .also-read #also-read-carousel .carousel-inner .item .col-md-3 .thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 0.5s cubic-bezier(0.49, -0.01, 0.42, 0.81);
}
#content-news .also-read #also-read-carousel .carousel-inner .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}
#content-news .comment-news .comment-info {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#content-news .comment-news .comment-info ul.sign-in-social {
  margin: 0;
  display: inline-block;
}
#content-news .comment-news .comment-info ul.sign-in-social > li {
  padding: 0;
}
#content-news .comment-news .comment-info ul.sign-in-social > li:last-child > a {
  margin-right: 0;
}
#content-news .comment-news .comment-info ul.sign-in-social > li > a {
  padding: 3px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #737373;
  color: #737373;
  margin-right: 10px;
  -webkit-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  -ms-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
#content-news .comment-news .comment-info ul.sign-in-social > li > a:hover {
  color: #ffffff;
}
#content-news .comment-news .comment-info ul.sign-in-social > li > a:hover.icon-google-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
#content-news .comment-news .comment-info ul.sign-in-social > li > a:hover.icon-twitter {
  background-color: #00aced;
  border-color: #00aced;
}
#content-news .comment-news .comment-info ul.sign-in-social > li > a:hover.icon-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
#content-news .comment-news .comment-form .comment-write {
  margin-bottom: 50px;
}
#content-news .comment-news .comment-form .comment-write .input-group-lg > .form-control,
#content-news .comment-news .comment-form .comment-write .input-group-lg > .input-group-addon,
#content-news .comment-news .comment-form .comment-write .input-group-lg > .input-group-btn > .btn {
  height: 50px;
  padding: 12px 16px;
}
#content-news .comment-news .comment-form .comment-write .input-group-btn > .btn {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#content-news .comment-news .comment-form .comment-write .media-left {
  padding-right: 20px;
}
#content-news .comment-news .comment-form .comment-write .media-submit {
  margin: 0 auto;
  width: 85px;
  padding-top: 25px;
}
#content-news .comment-news .comment-form .comment-list .media {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
#content-news .comment-news .comment-form .comment-list .media .media-left {
  padding-right: 20px;
}
#content-news .comment-news .comment-form .comment-list .media .media-body .info {
  color: #aaaaaa;
  font-style: italic;
  font-size: 11px;
  margin-bottom: 10px;
}
#content-news .comment-news .comment-form .comment-list .media .media-body .info .fa-circle {
  font-size: 5px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: middle;
}
#content-news .comment-news .comment-form .comment-list .media .media-body .description {
  color: #737373;
}
.related-news .related-news-list > .media {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.related-news .related-news-list > .media:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.related-news .related-news-list  .media .media-left {
  padding-right: 20px;
}
.related-news .related-news-list  .media .media-left img {
  width:100px;
}
.related-news .related-news-list  .media .media-body .title {
  font-size: 16px;
  color: #333333;
}
.related-news .related-news-list  .media .media-body .title:hover {
  color: #4db449;
}
.related-news .related-news-list  .media .media-body .info {
  color: #aaaaaa;
  font-style: italic;
  font-size: 11px;
  margin-top: 10px;
}
.related-news .related-news-list  .media .media-body .info .category {
  background-color: #b3b3b3;
  color: #fff;
  padding: 3px 5px;
}
.related-news .related-news-list  .media .media-body .info .fa-circle {
  font-size: 5px;
  margin: 0 15px;
  vertical-align: middle;
}
.related-news .related-news-list  .media:hover .media-body .title {
  color: #4db449;
}
.livescore-table {
  border: 1px solid #e5e5e5;
  padding: 25px 30px;
  margin-bottom: 40px;
}
.livescore-table .heading {
  margin-bottom: 20px;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.livescore-table .table {
  margin-bottom: 0;
}
.livescore-table .table thead tr th {
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}
.livescore-table .table tbody tr:nth-child(1) td,
.livescore-table .table tbody tr:nth-child(2) td,
.livescore-table .table tbody tr:nth-child(3) td {
  color: #333333;
}
.livescore-table .table tbody tr td {
  border-top: 0;
  color: #a3a3a3;
  text-align: center;
}
.livescore-table .cup-name {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.livescore-table .cup-name > .pull-left {
  font-size: 18px;
}
.livescore-table .cup-name > .pull-right {
  margin-top: 0;
}
.livescore-table .cup-name > .pull-right .carousel-control {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-shadow: none;
  color: #737373;
  position: relative;
  float: right;
  margin-left: 3px;
  background-color: #eeeeee;
  transition: background 0.3s;
}
.livescore-table .cup-name > .pull-right .carousel-control.left {
  background-image: none;
}
.livescore-table .cup-name > .pull-right .carousel-control.right {
  background-image: none;
}
.livescore-table .cup-name > .pull-right .carousel-control:hover.left {
  background-color: rgba(0, 0, 0, 0.1);
}
.livescore-table .cup-name > .pull-right .carousel-control:hover.right {
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-adv-1 {
  margin-bottom: 40px !important;
}
#video-gallery-small .carousel-control {
  height: 179px;
  padding-top: 55px;
  text-shadow: none;
  color: #ffffff;
  font-size: 45px;
  transition: background 0.3s;
}
#video-gallery-small .carousel-control.left {
  background-image: none;
}
#video-gallery-small .carousel-control.right {
  background-image: none;
}
#video-gallery-small .carousel-control:hover.left {
  background-color: rgba(255, 255, 255, 0.5);
}
#video-gallery-small .carousel-control:hover.right {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1024px) {
  #wrapper .content .col-left #content-news .section-content .title-news {
    font-size: 26px;
  }
 
}
@media screen and (min-width: 1025px) {
  #also-read-carousel .carousel-inner .item .col-md-3 {
    width: 202px;
  }
}

@media (min-width: 768px) {
   .share-link{
		text-align:right;
	}
}
@media (max-width: 767px) {
	 .share-link{
		text-align:left;
	}
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img{
	margin:auto;
}

.banner_inside_news{
	float:left;
	display:inline-block;
	margin:0 10px 10px 0;
	 background: url("http://www.nationmultimedia.com/new/images/banner/advertisement.jpg") no-repeat;
}
.banner_inside_news_test {
    float: left;
    margin-right: 15px;
    width: 300px;
    height: 250px;
    overflow: hidden;
    background: url("http://www.nationmultimedia.com/new/images/banner/advertisement.jpg") no-repeat;
}
.line_black{
	border:1px solid #000000;
}
/*replace in file index_php.css */
.byline{
	margin-top: 0px;
    margin-bottom: 0px;

}
.carousel{
	margin-bottom:10px;
}

.carousel-caption{
	right: 10%;
    left: 10%;
}
/*
.carousel-indicators {
    bottom: -30px;
}
.carousel-indicators .active {
    background-color: #ff0000;
}
.carousel-indicators li {
    background-color: #000;
}
*/
/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 70px;
}

