﻿.menuFontSize15px {
    font-size:15px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
}
.block-wrapper {
    font-family: 'Lato', sans-serif;
}

.hpRightAdvt  { 
	  padding:0;
	  margin:0px; 
	  } 
	.hpRightAdvt li { 
	  list-style-type:none; 
      padding: 3px 0px 5px 0px;
      text-align:center;
      border-bottom:inset;
	  }

.hpRightAdvtSocialCom  { 
	  padding:0px;
	  margin:0px; 
	  } 
	.hpRightAdvtSocialCom li { 
	  list-style-type:none; 
      padding: 3px 0px 5px 0px;
      text-align:center;
      border-bottom:inset;
	  }
    .hpRightAdvtSocialCom li a {
        text-decoration:none;
    }

.ipRightAdvt  { 
	padding:0;
	margin:0px; 
	} 
	.ipRightAdvt li { 
	  list-style-type:none; 
      padding: 3px 0px 5px 0px;
      text-align:center;
      border-bottom:inset;
	  }


.hpBelowAdvt  { 
	padding:0;
	margin:0; 
	}
    .hpBelowAdvt li {
        float: left;
        width: 14%; /*16.6667%;*/
        min-height: 1px;
        position: relative;
        list-style-type: none;
        padding: 0px 2px 10px 13px !important;
        text-align: center; 
    }
    .hpBelowAdvt li img {
        width:100px;
        height:50px;
    }


 .hpTopStoriesAdvt  { 
	padding:0;
	margin:0;
	}
 .hpTopStoriesAdvt h1 {
        color: #222222;
        font-size: 20px;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        margin: 0 0 30px 0;
        text-transform: uppercase;
        margin-bottom: -1px;
        
    }
  
.tabWidth ul.nav-tabs li{
    width:auto !important;
  
}
.tabPadding {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.text-align-left {
    text-align:left !important;
}


.single-post-box .share-post-box ul.share-box li a.msg {
  background: #00b300;
}
.single-post-box .share-post-box ul.share-box li a.msg i {
  margin-right: 0;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content {
  margin-left: 10px;
}
.single-post-box .comment-area-box ul.depth .comment-box {
  padding-left: 50px;
}
.single-post-box .comment-area-box ul.depth1 .comment-box {
  padding-left: 100px;
}

.center-button a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  padding: 6px 20px;
  background:#ddd9d9;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.center-button > a:hover {
  color: #ffffff;
  background: #f44336;
  border-color: #f44336;
}

.innerPage-post-content span > p {
    margin-left:-16px;
    margin-right:0px !important;
    padding-right:0px !important;
    text-align:justify;
}

.innerPage-post-content span > img {
    max-width: 100%;
    height: auto;
    display:block;
}

.innerPage-post-content span > p > img {
    max-width: 100%;
    height: auto;
    display:block;
    margin: 0 auto;
}
 
      .page_enabled
        {
            background-color: #eee;
            color: #000;
        }
        .page_disabled
        {
            background-color: #f44336 !important;
            color: #fff !important;
        }


.selectedItem {
    padding:10px;
    background-color:#efefef;
    border:1px solid #808080
}
.panel-red {
    border-color:red;
}

.redColor {
    color:red;
}

/*start Featured News in home.aspx*/
div.list-post img {
  width: 140px;
  height:100px;
}
/* end Featured News in home.aspx*/

.btn-danger  {
    background-color:#f44336;
}

/*home - default*/

.navbar-nav > li > a {
    color: #fff !important;
    height:40px;
    padding: 10px 30px 20px 12px !important;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
        
    text-decoration: none;
    background-color: #fff;
    color: #337ab7;
    border: 1px solid #ddd;

}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #f44336;
  border-color: #f44336;
}
.pagination__controls {
	text-align: center;
    line-height: 0px !important;
}
.pagination__list {
    margin:0px !important;
    padding:0px !important;
}

.pagination_moreTopStories {
    background-color: #f44336 !important;
    color: #fff !important;
    border: 1px solid #f44336 !important;
}

.featuredNews {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
        .featuredNews h2 {
            margin-top:0px; 
            padding-top:5px;
            line-height:20px;
            max-height: 55px;
        }
    .featuredNews h2 a {
        margin-top:0px !important;
        font-family: 'Lato', sans-serif;
        font-size:13px;
        text-decoration: none;
        color: #333333;
        font-weight: 700;
        display: inline-block;
    }
    .featuredNews h2 a:hover{
        color: #f44336;            
    }
 p {
  font-size: 16px;
  color: #666666;
  font-family: sans-serif !important;
  font-style:normal;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
    /*color: #333333;*/
  /*font-size: 13px;*/
  /*font-family: 'Lato', sans-serif;*/
  /*font-weight: 700;*/
  margin: 0;

  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #999999;
  float: right;
  font-size: 11px;
  /*font-weight: 400;*/
  text-transform: uppercase;
  /*padding: 4px 9px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
  /*height:30px;*/
  vertical-align :middle;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
  background: #f44336;
  color: #ffffff;
  /*border: 1px solid #f44336;*/
  font-size: 11px;
}

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover span{
  background: #f44336;
  color: #ffffff;
  /*border: 1px solid #f44336;*/
  font-size: 11px;
  margin:0px;
  }

.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a span {
  margin:0px;
  font-size: 11px;
}

.replyBtn {
    background-color:#3399ff;
    color: #ffffff !important;
    /*border: 1px solid #3399ff !important;*/
}
.agreeBtn {
    background-color:#41924B;
    color: #ffffff  !important;
    /*border: 1px solid #55d43f !important;*/
}
.disAgreeBtn {
    background-color:#ff6600;
    color: #ffffff !important;
    /*border: 1px solid #ff6600 !important;*/
}
.reportAbuseBtn {
    background-color:#663399;
    color: #ffffff !important;
    /*border: 1px solid #663399 !important;*/
}

.title-section {
   margin-bottom: 18px;
}

ul.list-posts > li .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 1600;
  line-height: 18px;
  margin: 0 0 10px;
  font-size: 15px;
  /*overflow: hidden;*/
  /*max-height: 54px !important;*/
  max-height: 150px !important;
  margin-bottom: 0px;
}
.title-post li {
  color: #333333;
  font-size: 240px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 8px;
}

.review-widget1 h1 {
  color: #222222;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 20px;
  background: #f44336;
  margin-bottom: 10px;
}

.review-widget1 ul.review-posts-list {
  margin: 0;
  padding: 0;
  padding: 0 10px;
  background: #fafafa;
}
.review-widget1 ul.review-posts-list li {
  font-family: 'Lato', sans-serif;
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  overflow: hidden;
  font-size: 12px;
}
.review-widget1 ul.review-posts-list li img {
  width: 100%;
  margin-bottom: 4px;
}
.review-widget1 ul.review-posts-list li h2 {
  color: #333333;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
}
.review-widget1 ul.review-posts-list li h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
.review-widget1 ul.review-posts-list li h2 a:hover {
  color: #f44336;
}
.review-widget1 ul.review-posts-list li span.date {
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #999999;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.review-widget1 ul.review-posts-list li span.date i {
  color: #ccc;
  margin-right: 5px;
}

.single-post-box .comment-area-box ul li .comment-box {
  overflow: hidden;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0px  !important;
}

.imgResponsive > p > img {
    max-width:100% !important;
    height:auto !important;
    text-align:center !important;
}

.imgResponsive * img {
    max-width:100% !important;
    height:auto !important;
    text-align:center !important;
}
.imgResponsive {
    max-width:100% !important;
    height:auto !important;
    text-align:center !important;
}
.topStoriesHeading h1 {
  color: #222222;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
  margin-bottom: -1px;
}
.topStoriesHeading h1 span {
  display: inline-block;
  padding-bottom: 16px;
  padding-right: 5px;
  border-bottom: 1px solid #f44336;
}

/* Home page Breaking news */

ul.list-postsBreaking {
  margin: 0;
  padding: 0;
}
ul.list-postsBreaking > li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
ul.list-postsBreaking > li img {
  width: 120px;
  margin-right: 20px;
  float: left;
}
ul.list-postsBreaking > li .post-content > a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  margin: 0;
  line-height: 16px;
  margin-top: -2px;
}
ul.list-postsBreaking > li .post-content > a:hover {
  opacity: 0.7;
}
ul.list-postsBreaking > li .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 40px;
  overflow: hidden;
  margin-bottom: 7px;
}
ul.list-postsBreaking > li .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}
ul.list-postsBreaking > li .post-content h2 a:hover {
  color: #f44336;
}

/* Top Stories Box News */

.list-line-posts .owl-wrapper .owl-carousel {
  margin-left: 0px;
  margin-right: 0px;
  width: auto;
}

div.list-postBoxNews {
  margin: 0;
  padding: 0;
}

/*div.list-postBoxNews div.item list-post {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}*/

div.list-postBoxNews img {
  width: 100px;
  height: 95px;
  margin-right: 20px;
  float: left;
}

div.list-postBoxNews .post-content h2 {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 13px;
  max-height: 110px;
  overflow: hidden;
  margin-bottom: 0px;
}

div.list-postBoxNews .post-content h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  color: #333333;
}

div.list-postBoxNews .post-content h2 a:hover {
  color: #f44336;
}

 
.videoDesc {
    display: inline-block;
    color: #f44336;
    font-weight: 700;
    line-height: 18px;
    font-size: 14px;
    margin-left:4px;
}

/*Start User Control Css*/

.margin0px {
    margin:0px;
}

.margintop-10px {
    margin-top: -10px;
}
.marginRight4px {
    margin-right:4px;
}

.marginBottom0px {
    margin-bottom:0px;
}

.marginBottom10px {
    margin-bottom:10px;
}
.marginBottom-10px {
    margin-bottom:-10px;
}

.padding0px15px {
    padding: 0px 15px;
}

.padding3px {
    padding: 3px;
}

.padding2px {
    padding: 2px;
}
.padding1px {
    padding:1px;
}
.padding0px {
    padding:0px;
}
.paddinglr {
    padding-left:0px !important;
    padding-right:0px !important;
}

/*Start Padding Left*/
.paddingLeft0px {
    padding-left:0px;
}
.paddingLeft1px {
    padding-left:1px;
}
.paddingLeft10px {
    padding-left:10px;
}
.paddingLeft12px {
    padding-left:12px;
}
.paddingLeft14px {
    padding-left:14px;
}
.paddingLeft20px {
    padding-left:20px;
}
.paddingLeft150px {
    padding-left:150px;
}
/*End Padding Left*/


/*Start Padding Right*/
.paddingRight0px {
    padding-right:0px;
}
.paddingRight3px {
    padding-right:3px;
}
.paddingRight15px {
    padding-right:15px;
}


/*End Padding Right*/


/*Start Padding Top*/
.paddingTop0px {
    padding-top: 0px;
}
.paddingTop5px {
    padding-top: 5px;
}
.paddingTop8px {
    padding-top: 8px;
}
.paddingTop10px {
    padding-top: 10px;
}
.paddingTop12px {
    padding-top: 12px;
}
.paddingTop15px {
    padding-top: 15px;
}

/*End Padding Top*/


/*Start Padding Bottom*/
.paddingBottom0px {
    padding-bottom: 0px;
}
.paddingBottom10px {
    padding-bottom:10px;
}
.paddingBottom45px {
    padding-bottom:45px;
}
.paddingBottom50px {
    padding-bottom:50px;
}
/*End Padding Bottom*/

.colorRed {
    color:red;
}

.borderMaroon {
    border: 1px solid maroon;
}
.grayBackGroundColor {
    background-color: #efefef;
}

.borderRight {
    border-right: 1px solid #efefef;
}

.borderLeft {
    border-left: 1px solid #efefef;
}

.bgColorWhite {
    background-color:#fff;
}

.borderBottomRed {
    border-bottom: 1px solid #f44336;
}
.borderBottomWhite {
    border-bottom: 2px solid #efefef
}

ul.list-posts > li img {
    width: 100px;
    margin-right: 10px;
    float: left;
}

ul.list-posts > li {
   padding: 2px;
}

div.block-content {
  padding-top:12px;
  position: relative;
}

.imgthumbnailHeight {
    height:100px;
}


.videoWrapper1 {
    position: relative;
    padding-bottom: 0%;
    padding-top: 25px;
}