/* Var --------------------------------------------------------- */
/* End Var --------------------------------------------------------- */
/* Theme --------------------------------------------------------- */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #337ab7;
}

[data-tooltip] {
  position: relative;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  right: 100%;
  top: 50%;
  background: #000;
  color: #fff;
  padding: 3px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(-10px, -50%);
  -moz-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.cf:before, .socialMenu:before, .towCol:before, .horizontalCard:before, .cf:after, .socialMenu:after, .towCol:after, .horizontalCard:after {
  content: '';
  display: table;
}

.cf:after, .socialMenu:after, .towCol:after, .horizontalCard:after {
  clear: both;
}

.fa, .accoTrigger:after, .bulletText li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
.btn {
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

a:hover, a:focus {
  text-decoration: none;
}

#header {
  width: 100%;
  z-index: 11;
  background: #fff;
}
#header > .container {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}

.headerLeft {
  float: left;
  width: 70%;
}
.headerLeft #logo {
  margin: 0;
  float: left; position: relative; padding:0;
}
.copyright_complain { position: absolute; left: 3px; bottom: -10px; font-size: 10px; text-transform: uppercase;}
.copyright_complain a { color: #888;}

.toplinks .social_like { display: inline-block; margin: 1.2% 0 0;}
.sticky .toplinks .social_like { display: inline-block; margin: 0.5% 0 0;}

.headerLeft .topSearch {
  padding: 0 0px 0 0;
  background: #fff;
  position: relative;
  margin-top: 2px;
  border: 1px solid #D3D3D3;
  margin-left: 197px;
}
.headerLeft .topSearch input {
  padding: 10px;
  color: #000;
  background-color: transparent;
  width: 100%;
  border: 0;
  width: 100%;
}
.headerLeft .topSearch .searchbtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #cf1b2d;
  color: #fff;
  border: 0;
}

.headerRight {
  float: right;
}

.socialMenu {
  list-style: none;
  margin: 10px 0;
  border-left: 1px solid #D3D3D3;
  padding: 0;
}
.socialMenu li {
  float: left;
}
.socialMenu li a {
  width: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border: 1px solid #D3D3D3;
  border-left: 0;
}
.socialMenu .fb {
  color: #3b5998;
  background: #fff;
}
.socialMenu .fb:hover {
  background: #3b5998;
  color: #fff;
}
.socialMenu .tw {
  color: #55acee;
  background: #fff;
}
.socialMenu .tw:hover {
  background: #55acee;
  color: #fff;
}
.socialMenu .mail {
  color: #cf1b2d;
  background: #fff;
}
.socialMenu .mail:hover {
  background: #cf1b2d;
  color: #fff;
}
.socialMenu .pr {
  color: #cb2027;
  background: #fff;
}
.socialMenu .pr:hover {
  background: #cb2027;
  color: #fff;
}

.toplinks {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}

#menuTrigger {
  display: none;
}

.towCol .sidebar {
  width: 300px;
  float: right;
  margin-left: -300px;
}
.towCol .contentPart {
  float: left;
  width: 100%;
  padding: 0 340px 0 0;
}
.towCol .contentPart > :first-child {
  margin-top: 0;
}

.breadcrumb {
  padding: 5px 0;
  font-size: 14px;
}
.topBanner { margin: 0 0 20px;}
.topBanner a {
  display: block;
  height: 300px;
  width: 100%;
  position: relative;
  color: #000;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.topBanner .img {
  /*position: absolute;
  left: 0;
  top: 0;*/
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topBanner .bannerText {
  padding: 15px;
  position: absolute;
  left: 60%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.topBanner .bannerText * {
  position: relative;
  z-index: 1;
}
.topBanner .bannerText h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.topBanner .bannerText:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f5f5f5;
  background-size: cover;
}

.subBannerOuter {
  margin: 10px -5px 15px;
}
.subBannerOuter .col {
  padding: 0 5px 15px;
}
.subBannerOuter .subBanner a {
  display: block;
  color: #000;
}
.subBannerOuter .subBanner .img {
  height: 100px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.subBannerOuter .subBanner h2 {
  font-size: 16px;
  margin: 7px 0 0 0;
}

.horizontalCard {
  margin: 0 0 30px 0;
  padding: 0 40px 0 0;
  position: relative;
}
.horizontalCard a {
  color: #000;
}
.horizontalCard .img {
  float: left;
  max-width: 220px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 120px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.horizontalCard .cardText {
  padding: 0 0 0 250px;
}
.horizontalCard .cardText h2 {
  font-size: 24px;
  margin: 0 0 8px 0;
  color: #cf1b2d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.horizontalCard .cardText p {
  margin: 0;
}
.horizontalCard .cardIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.horizontalCard .cardIcon li {
  padding: 0 0 5px 0;
}
.horizontalCard .cardIcon li a svg {
  width: 24px;
}
.horizontalCard .cardIcon li a svg * {
  fill: #000;
  -webkit-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.horizontalCard .cardIcon li a:hover svg * {
  fill: #cf1b2d;
}

.sidebar .sidebarSection {
  margin: 0 0 30px 0;
}
.sidebar .sidebarSection .sidebarTitle {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.sidebar .list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  float: left;
}
.sidebar .list li {
  padding: 0 5px 7px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar .list li a {
  color: #000;
  font-size:14px;
}
.sidebar .list li:last-child {
  padding-bottom: 0;
}
.sidebar .list + .list li {
  padding-right: 0;
}
.sidebar .list li:before {
  float: left;
  width: 20px;
  margin-left: -30px;
  text-align: right;
  content: attr(date-no);
}

.accoTrigger {
  padding: 7px 15px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  background: #D3D3D3;
  color: #cf1b2d;
  cursor: pointer;
}

.accoTrigger.active {
  cursor: default;
}

.accoTrigger:first-child {
  margin-top: 0;
}

.accoTrigger:after {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  content: '\f067';
}

.accoTrigger.active:after {
  content: '\f068';
}

.accoContent {
  border: 1px solid #D3D3D3;
  padding: 10px 15px;
}

.linksList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.linksList li {
  padding: 5px 0;
  border-bottom: 1px solid #D3D3D3;
}
.linksList li span {
  color: #A9A9A9;
  font-size: 80%;
}
.linksList li:first-child {
  padding-top: 0;
}
.linksList li:last-child {
  border: 0;
  padding-bottom: 0;
  text-align: right;
}
.linksList li:last-child a {
  color: #cf1b2d;
  display: block;
  font-weight: 500;
}

.letestVideos {
  margin: -5px;
}
.letestVideos .col {
  padding: 5px;
}
.letestVideos .img {
  height: 100px;
  background-position: center;
  background-size: cover;
  display: block;
}

.fullVideo {
  position: relative;
  height: 0;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.fullVideo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sourceFrom {
  font-size: 12px;
  color: #808080;
}

.videosBox {
  margin-bottom: 30px;
}
.videosBox .row {
  margin: -10px;
}
.videosBox .row .col {
  padding: 10px;
}
.videosBox .row .col:nth-child(4n+1) {
  clear: both;
}

.videoCard .img {
  margin: 0 0 5px 0;
  height: 130px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.videoCard .title {
  line-height: 1.2;
  min-height: 40px;
}

.rowNoMar {
  margin-left: 0;
}

.moviePage .row .list-group {
  margin-bottom: 15px;
}

.movieMainPoster {
  text-align: center;
  margin-bottom: 30px;
}
.movieMainPoster img {
  margin: 0 auto;
}

.list-group-odd .list-group .list-group-item:nth-child(odd) {
  background: #D3D3D3;
}

.list-group-even .list-group .list-group-item:nth-child(even) {
  background: #D3D3D3;
}

.panel-default .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #D3D3D3;
}
.panel-default a {
  color: #cf1b2d;
}
.panel-default .panel-body .last {
  margin-bottom: 0;
  padding-bottom: 0;
}
.panel-default .panel-body .thumbnailOuter {
  margin-bottom: -20px;
}
.panel-default h3 {
  border-bottom: 1px solid #D3D3D3;
  color: #cf1b2d;
  padding-bottom: 10px;
  font-size: 18px;
}

.bulletText {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
  list-style: none;
}
.bulletText li {
  position: relative;
  padding: 0 0 5px 0;
}
.bulletText li:last-child {
  padding-bottom: 0;
}
.bulletText li:before {
  position: absolute;
  top: 4px;
  left: -15px;
  content: '\f105';
}

.isSub {
  display: none;
}

.footer-block {
  background: #333;
  color: #fff;
  padding: 20px 0 0 0;
}
.footer-block .row {
  margin-bottom: 0;
}
.footer-block .row .col {
  padding-bottom: 20px;
}
.footer-block .bulletText {
  margin-bottom: 0;
}
.footer-block .bulletText a {
  color: #ccc;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 7px;
}
.footer-block .bulletText a:hover {
  color: #fff;
}
.footer-block h4 {
  color: #fff;
}

.copyright { background: #000; text-align: center; color: #ddd; padding: 15px 0; font-size: 14px; font-weight: 500;}
.cprt_left{float:left;}
.cprt_nav{float:right;}
.cprt_nav a{color:#ddd; padding:0 0 0 8px;}
.cprt_nav a:hover{color:#fff; }

.topAd {
  /*margin-bottom: 20px; */
  margin-top: 30px;
  margin-bottom:30px;
}

.adSticky {
  position: fixed;
  top: 106px;
}

#footer iframe{display: block;}

/*
.head_advt {
  margin-top: 30px;
  margin-bottom:30px;
}
*/

.head_advt_mob{ display:none;}
.Adblade_Ads_ForMob{ display:none;}

/*Google Custom Search*/
.topSearch .gsc-control-cse .gsc-input-box { border: none; height: 40px; line-height: 40px;}
.topSearch .gsc-control-cse { padding: 0 !important;}
.topSearch .gsc-control-cse form.gsc-search-box { margin: 0;}
.topSearch .gsc-control-cse form.gsc-search-box table { margin: 0; width:100% !important;}
.topSearch .gsc-control-cse td.gsc-search-button { background-color: #cf1b2d; width: 50px !important; display: none;}
.topSearch .gsc-control-cse td.gsc-search-button .gsc-search-button.gsc-search-button-v2{ width:100%; height:100%; background:url(IMG/search_box_icon.png) no-repeat 50% 50% transparent;           }
.topSearch .gsc-control-cse .gsc-input{ /*background: none #fff !important; text-indent: 10px !important;*/}
.topSearch .gsc-control-cse .gsc-input:hover,
.topSearch .gsc-control-cse .gsc-input:focus,
.topSearch .gsc-control-cse .gsc-input:active {box-shadow:none !important; background:none transparent !important;}
/*Google Custom Search*/

/*-- Rating In Star --*/
.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(../IMG/star_rating_new.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:80px; top:0; background-position: 0 -40px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}
/*-------------------------------------*/


@media only screen and (min-width: 992px) {
  #wrapper {
    padding-top: 129px;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
  }

  #header {
    position: fixed;
    top: 0;
    left: 0;
  }

  #wrapper.sticky {
    padding-top: 106px;
  }

  .sticky #header > .container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky #header .mainManu > li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 16px;
  }

  .mainManu {
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
  }
  .mainManu li {
    position: relative;
    text-align: left;
  }
  .mainManu li a {
    color: #000;
    display: block;
    padding: 7px 10px;
  }
  .mainManu > li {
    float: left;
  }
  .mainManu > li > a {
    padding: 10px 15px;
    font-size: 18px;
  }
  .mainManu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: 20px;
    width: 200px;
    top: 100%;
    background: #fff;
    border: 1px solid #D3D3D3;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
    visibility: hidden;
    opacity: 0;
  }
  .mainManu ul ul {
    left: 100%;
    margin-left: 0;
    top: 0;
  }
  .mainManu li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .mainManu ul li:nth-child(even) > a {
    background: #ececec;
  }
  .mainManu ul li:nth-child(even):hover > a,
  .mainManu li:hover > a {
    background: #cf1b2d;
    color: #fff;
  }
  .mainManu li a.active {
    background: #D3D3D3;
    color: #000;
  }
}
@media only screen and (max-width: 991px) {
    .bulletText li a {font-size:13px; }
    .bulletText li::before { top: 1px;}
    .footer-block h4 { font-size: 15px; margin-bottom: 20px;}
    .footer-block { padding: 20px 0 10px;}

  .towCol .sidebar {
    width: 100%;
    margin: 0;
  }
  .towCol .contentPart {
    padding: 0;
  }

  .isSub {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 37px;
    width: 37px;
    text-align: center;
  }

  #menuTrigger {
    display: block;
    float: right;
    width: 40px;
  }
  #menuTrigger span {
    display: block;
    margin: 18px 4px;
    height: 4px;
    background: #337ab7;
    position: relative;
  }
  #menuTrigger span:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    height: 4px;
    width: 100%;
    background: #337ab7;
  }
  #menuTrigger span:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 4px;
    width: 100%;
    background: #337ab7;
  }

  .mainManu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    margin: 1px 0 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0.05em;
    background: #fff;
  }
  .mainManu li {
    position: relative;
    text-align: left;
  }
  .mainManu li a {
    color: #000;
    display: block;
    padding: 7px 15px;
    border-bottom: 1px solid #D3D3D3;
  }
  .mainManu li li a {
    padding: 7px 25px;
  }
  .mainManu li li li a {
    padding: 7px 35px;
  }
  .mainManu li li li li a {
    padding: 7px 45px;
  }
  .mainManu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #header .container {
    position: relative;
  }

  .headerLeft {
    width: 100%;
  }

  .headerRight .socialMenu {
    position: absolute;
    left: 15px;
    bottom: 100%;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
    footer#footer iframe#footer_iframe_SocialHeit {height:1030px !important; }
  .toplinks .social_like { display:none;}
  .cprt_nav { display: none;}
  .cprt_left { width: 100%; text-align: center;}
  .topBanner a {
    height: auto;
  }
  .topBanner .bannerText {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .topBanner .img {
    position: relative;
    left: auto;
    top: auto;
    padding-top: 50%;
  }

  .subBannerOuter .col:nth-child(2n+1) {
    clear: both;
  }

  .head_advt { display:none; }
  .head_advt_mob{ display:block;}
}
@media only screen and (max-width: 639px) {
  .horizontalCard {
    padding: 0;
  }
  .horizontalCard .img {
    max-width: none;
    height: 0;
    padding-top: 50%;
    float: none;
  }
  .horizontalCard .cardText {
    padding: 15px 0 0 0;
  }
  .horizontalCard .cardIcon {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .horizontalCard .cardIcon li {
    display: inline-block;
    padding: 0;
  }
  .horizontalCard .cardIcon li + li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .headerLeft .topSearch {
    margin-left: 167px;
  }
}
@media only screen and (max-width: 360px) {
  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 16px;
  }

  .headerLeft #logo {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .headerLeft .topSearch {
    margin-left: 0;
  }
}
/* End Theme --------------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
