/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font: 12px Arial;
  color: #2e2e2e;
  background-color: #f0f0f0;
  padding-top: 6px;
}


a, a:focus, a:hover, button, button:focus, button:hover, button:active { 
  text-decoration: none; 
  outline: none; 
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a {
  color: #f24024;
}
a:hover, a:focus {
  color: #111;
  outline: 0 none !important;
  text-decoration: none;
}

img { border: none; outline: none; }


/* Font-face for webpage */
@font-face {
	font-family: 'DailyNews-Regular';
	src: url('fonts/DailyNews-Regular.eot');
	src: url('fonts/DailyNews-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/DailyNews-Regular.woff2') format('woff2'),
		url('fonts/DailyNews-Regular.woff') format('woff'),
		url('fonts/DailyNews-Regular.ttf') format('truetype'),
		url('fonts/DailyNews-Regular.svg#DailyNews-Regular') format('svg');
} 
@font-face {
	font-family: 'DailyNews-Bold';
	src: url('fonts/DailyNews-Bold.eot');
	src: url('fonts/DailyNews-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/DailyNews-Bold.woff2') format('woff2'),
		url('fonts/DailyNews-Bold.woff') format('woff'),
		url('fonts/DailyNews-Bold.ttf') format('truetype'),
		url('fonts/DailyNews-Bold.svg#DailyNews-Bold') format('svg');
}
@font-face {
	font-family: 'Oswald-Medium';
	src: url('fonts/Oswald-Medium.eot');
	src: url('fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Oswald-Medium.woff2') format('woff2'),
		url('fonts/Oswald-Medium.woff') format('woff'),
		url('fonts/Oswald-Medium.ttf') format('truetype'),
		url('fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
} 


/*************************************
*** HEADER ***************************
**************************************/
#header {

}

/* Header-top */
#header .header-top {   
  min-height: 40px;
  background-color: #494949;
}
#header .header-top .navbar {
  margin-bottom: 0;
}
#header .header-top .navbar.navbar-default {
  min-height: 40px;
  border: none;
  background-color: transparent;
  background-image: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .header-top ul.nav > li > a {
  font: 12px Arial;
  color: #fff;
  line-height: 40px;
  background-color: transparent;
  padding: 0 15px;
  text-transform: uppercase;
}
#header .header-top ul.nav > li > a:hover,
#header .header-top ul.nav > li > a:focus,
#header .header-top ul.nav > li > a.active,
#header .header-top ul.nav > li.open > a, 
#header .header-top ul.nav > li.open > a:focus, 
#header .header-top ul.nav > li.open > a:hover {
  color: #fff;
  background-color: #000;
}

/* Header-middle */
#header .header-middle {
  overflow: hidden;
  max-height: 120px;
  background-color: #fff;
}
.sitename {
  font: bold 40px Arial;
  color: #111;
  line-height: 1;
  padding: 20px 20px 0 20px;
  text-transform: uppercase;
}
.sitename a {
  color: #f24024;
}
.sitename a > .word1 { color: #111; }
.sitename a > .word2 { color: #f24024; }
.sitename a:hover {
  color: #000;
}
.sitetag { 
  font: bold 16px Arial;
  color: #111;
  line-height: 1;
  padding: 0 20px 20px 20px;
  text-transform: uppercase;
}
.sitetag > .word1 { color: #111; }
.sitetag > .word2 { color: #f24024; }
.sitetag > .word3 { color: #111; }
.top-banner { 
  overflow: hidden;
  padding: 15px 0;
}
.top-banner img { 
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) { 
  #header .header-middle {
    max-height: none;
  }
  .sitename {
    font: bold 40px Arial;
  }
  .sitetag {
    font: bold 12px Arial;
  }
  .top-banner { 
    padding-top: 0;
  }
}

/* Header-bottom */
#header .header-bottom {
  min-height: 40px;
  background-color: #494949;
}
#header .header-bottom .navbar {
  margin-bottom: 0;
}
#header .header-bottom .navbar.navbar-default {
  min-height: 40px;
  border: none;
  background-color: transparent;
  background-image: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .header-bottom ul.nav > li > a {
  font: 12px Arial;
  color: #fff;
  line-height: 40px;
  background-color: transparent;
  padding: 0 15px;
  text-transform: uppercase;
}
#header .header-bottom ul.nav > li > a:hover,
#header .header-bottom ul.nav > li > a:focus,
#header .header-bottom ul.nav > li > a.active,
#header .header-bottom ul.nav > li.open > a, 
#header .header-bottom ul.nav > li.open > a:focus, 
#header .header-bottom ul.nav > li.open > a:hover {
  color: #fff;
  background-color: #000;
}

#header .header-bottom .navbar-collapse {
  position: relative;
}

/* SEARCH */
#header .header-bottom .tbox-search {
  font: 12px Arial; 
  color: #111; 
  background: #fff;  
  margin: 0; 
  padding: 6px; 
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;  
}
#header .header-bottom .button-search {
  font: 16px FontAwesome;
  color: #fff;
  line-height: 40px;
  background-color: transparent;
  border: none;
  margin-left: 3px;
  margin-right: 5px;
}
#header .header-bottom .button-search:hover {
  color: #f24024;
}


/*************************************
*** MAIN CONTENT *********************
**************************************/
#main-content {

}
#main-content.maincontent {
  background-color: #fff;
}

.news-bar {
  overflow: hidden;
  background-color: #fff;
  padding: 15px 15px 0 15px;
}
.news-bar .panel {
  margin-bottom: 0;
  border-color: #f0f0f0;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;    
}
.news-bar .panel .panel-body {
  padding: 10px 10px;
}
.news-bar .news-bar-clock {
  font-size: 14px;
  color: #555;
  line-height: 14px;
}
.news-bar .breaking-news {

}
.news-bar .breaking-news-latest {
  color: #555;
  margin-right: 0;
  position: relative;
  margin-top: 0px;
  vertical-align: top;
}
.news-bar ul.newsticker {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  height: 14px;
  margin-bottom: 0;
}
.news-bar ul.newsticker li a {
  font-size: 14px;
  color: #289dcc;
  line-height: 14px;
}
.news-bar ul.newsticker li a:hover {
  color: #111;
}

.news-bar .page-social {

}
.news-bar .page-social p {
  margin-bottom: 0;
}
.news-bar .xurl-social-icons a {
  color: #555;
  text-decoration: none;
  opacity: .8;
  padding-left: 10px;
  -moz-transition: opacity .5s ease-out;
  -webkit-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.news-bar .xurl-social-icons a:hover {
	opacity: 1;
}



/*************************************
*** NEWS GRID 1 BOX ******************
**************************************/
.news-grig-1-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-1-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-1-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-1-header h2 a {
  color: #858585;
}
.news-grig-1-header h2 a:hover {
  color: #494949;
}
.news-grid-1 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-1 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #0000ff;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-1 .panel .panel-body {  
  padding: 10px;
} 
.news-grid-1 .featured-item { 
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-1 .featured-item .media .news-body {
  text-align: justify;
  font-size: 14px;   
}
.news-grid-1 .featured-item .media .btn {
  color: #0000ff;
  margin-top: 6px;
  background-color: transparent;  
  border-color: #0000ff;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.news-grid-1 .featured-item .media .btn:hover {
  color: #fff;
  background-color: #0000ff;  
  border-color: #0000ff;  
}
.news-grid-1 .items { 
  padding-top: 10px;   
}
.news-grid-1 .items .item { 
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #f0f0f0; 
}  
.news-grid-1 .items .item:first-child {
  padding-left: 0;  
}
.news-grid-1 .items .item:last-child {
  padding-right: 0;
  border-right: none;  
}  
.news-grid-1 .featured-item .news-date,
.news-grid-1 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}

/* image */ 
.news-grid-1 .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-1 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-1 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-1 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-1 .featured-item h3.media-heading,
.news-grid-1 .items .item h4.news-title {
  font-family: "DailyNews-Regular", Arial; 
}

@media (max-width: 767px) { 
  .news-grid-1 .featured-item .media .news-image {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
  .news-grid-1 .featured-item .media .news-image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .news-grid-1 .featured-item .media .media-body h3.media-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .news-grid-1 .items .item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
    border-right: none;  
  }
  .news-grid-1 .items .item:first-child {
    padding-top: 0;  
  }
  .news-grid-1 .items .item:last-child {
    padding-bottom: 0; 
    border-bottom: none;  
  }  
}                 


/*************************************
*** NEWS GRID 2 BOX ******************
**************************************/
.news-grig-2-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-2-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-2-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-2-header h2 a {
  color: #858585;
}
.news-grig-2-header h2 a:hover {
  color: #494949;
}
.news-grid-2 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
} 
.news-grid-2 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #f70000;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-2 .panel .panel-body {
  padding: 10px;
}
.news-grid-2 .featured-item {
  padding-left: 0;
  padding-right: 10px;
}
.news-grid-2 .featured-item .news-body {
  text-align: justify;
  font-size: 14px;   
}
.news-grid-2 .featured-item .btn {
  color: #f70000;
  margin-top: 6px;
  background-color: transparent;  
  border-color: #f70000;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.news-grid-2 .featured-item .btn:hover {
  color: #fff;
  background-color: #f70000;  
  border-color: #f70000;  
}
.news-grid-2 .items {
  padding-left: 10px;
  padding-right: 0;
  border-left: 1px solid #f0f0f0;  
} 
.news-grid-2 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-2 .items .item:first-child {
  padding-top: 0;  
}
.news-grid-2 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
} 
.news-grid-2 .featured-item .news-date,
.news-grid-2 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}  

/* image */ 
.news-grid-2 .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-2 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-2 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-2 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-2 .featured-item h3.news-title,
.news-grid-2 .items .item h4.media-heading {
  font-family: "DailyNews-Regular", Arial; 
}

@media (max-width: 767px) { 
  .news-grid-2 .featured-item {
    padding-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  .news-grid-2 .items {
    padding-left: 0;
    border-left: none;
    padding-top: 10px;  
  }
  .news-grid-2 .items .item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;  
  }
  .news-grid-2 .items .item:first-child {
    padding-top: 0;  
  }
  .news-grid-2 .items .item:last-child {
    padding-bottom: 0;
    border-bottom: none;  
  } 
}


/*************************************
*** NEWS GRID 3 BOX ******************
**************************************/
.news-grig-3-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-3-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-3-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-3-header h2 a {
  color: #858585;
}
.news-grig-3-header h2 a:hover {
  color: #494949;
}
.news-grid-3 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-3 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #6e3663;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-3 .panel .panel-body {
  padding: 10px;
}
.news-grid-3 .items {
   
}
.news-grid-3 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-3 .items .item:first-child {
  padding-top: 0;  
}
.news-grid-3 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}
.news-grid-3 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}

/* image */ 
.news-grid-3 .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-3 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-3 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-3 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-3 .items .item h4.media-heading {
  font-family: "DailyNews-Regular", Arial; 
}


/*************************************
*** NEWS GRID 4 BOX ******************
**************************************/
.news-grig-4-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-4-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-4-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-4-header h2 a {
  color: #858585;
}
.news-grig-4-header h2 a:hover {
  color: #494949;
}
.news-grid-4 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-4 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #ee7400;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-4 .panel .panel-body {
  padding: 10px;
}
.news-grid-4 .items {
   
}
.news-grid-4 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-4 .items .item:first-child {
  padding-top: 0;  
}
.news-grid-4 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}
.news-grid-4 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}

/* image */
.news-grid-4 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-4 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-4 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-4 .items .item h4.news-title {
  font-family: "DailyNews-Regular", Arial; 
}


/*************************************
*** NEWS GRID 5 BOX ******************
**************************************/
.news-grig-5-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-5-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-5-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-5-header h2 a {
  color: #858585;
}
.news-grig-5-header h2 a:hover {
  color: #494949;
}
.news-grid-5 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-5 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #31c500;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-5 .panel .panel-body {
  padding: 10px;
}
.news-grid-5 .items {

}
.news-grid-5 .items .item {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #f0f0f0;  
}
.news-grid-5 .items .item:first-child {
  padding-left: 0;  
}
.news-grid-5 .items .item:last-child {
  padding-right: 0;
  border-right: none;  
}
.news-grid-5 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}

/* image */
.news-grid-5 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-5 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-5 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-5 .items .item h4.news-title {
  font-family: "DailyNews-Regular", Arial; 
}

@media (max-width: 767px) { 
  .news-grid-5 .items .item {
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;  
  }
  .news-grid-5 .items .item:first-child {
    padding-top: 0;  
  }
  .news-grid-5 .items .item:last-child {
    padding-bottom: 0;
    border-bottom: none;  
  } 
}


/*************************************
*** NEWS GRID 6 BOX ******************
**************************************/
.news-grig-6-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-6-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-6-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-6-header h2 a {
  color: #858585;
}
.news-grig-6-header h2 a:hover {
  color: #494949;
}
.news-grid-6 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-6 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #d6d700;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-6 .panel .panel-body {
  padding: 10px;
}
.news-grid-6 .featured-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
} 
.news-grid-6 .featured-item .news-body {
  font-size: 14px;   
}
.news-grid-6 .featured-item .btn {
  color: #9fa002;
  margin-top: 6px;
  background-color: transparent;  
  border-color: #9fa002;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.news-grid-6 .featured-item .btn:hover {
  color: #fff;
  background-color: #9fa002;  
  border-color: #9fa002;  
}
.news-grid-6 .items {

}
.news-grid-6 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-6 .items .item:first-child {

}
.news-grid-6 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}
.news-grid-6 .featured-item .news-date,
.news-grid-6 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}

/* image */ 
.news-grid-6 .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-6 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-6 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-6 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-6 .featured-item h3.news-title,
.news-grid-6 .items .item h4.media-heading {
  font-family: "DailyNews-Regular", Arial; 
}


/*************************************
*** NEWS GRID 7 BOX ******************
**************************************/
.news-grig-7-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-7-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-7-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-7-header h2 a {
  color: #858585;
}
.news-grig-7-header h2 a:hover {
  color: #494949;
}
.news-grid-7 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
} 
.news-grid-7 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #034c85;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-7 .panel .panel-body {
  padding: 10px;
}
.news-grid-7 .items {

}
.news-grid-7 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-7 .items .item:first-child {
  padding-top: 0;  
}
.news-grid-7 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}
.news-grid-7 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}
.news-grid-7 .items .item h3 {
  font-size: 20px;  
}

/* image */
.news-grid-7 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-7 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-7 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-7 .items .item h4.news-title {
  font-family: "DailyNews-Regular", Arial; 
}

/*************************************
*** NEWS GRID 8 BOX ******************
**************************************/
.news-grig-8-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-8-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-8-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-8-header h2 a {
  color: #858585;
}
.news-grig-8-header h2 a:hover {
  color: #494949;
}
.news-grid-8 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
}
.news-grid-8 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #d23184;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-8 .panel .panel-body {
  padding: 10px;
}
.news-grid-8 .featured-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-8 .featured-item .btn {
  color: #d23184;
  margin-top: 6px;
  background-color: transparent;  
  border-color: #d23184;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.news-grid-8 .featured-item .btn:hover {
  color: #fff;
  background-color: #d23184;  
  border-color: #d23184;  
}
.news-grid-8 .items {
   
}
.news-grid-8 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-8 .items .item:first-child {
 
}              
.news-grid-8 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}
.news-grid-8 .featured-item .news-date,
.news-grid-8 .items .item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}
.news-grid-8 .items .item h3 {
  font-size: 20px;  
}

/* image */
.news-grid-8 .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-8 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-8 .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

/* Title font-family */
.news-grid-8 .featured-item h4.news-title,
.news-grid-8 .items .item h5.media-heading {
  font-family: "DailyNews-Regular", Arial; 
}


/*************************************
*** NEWS GRID 9 - PAGE TOP 4 NEWS ******
**************************************/
.page-top-news {
  overflow: hidden;
}
.page-top-news .items {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-top-news .items .item {
  position: relative;
  overflow: hidden;
  width: 24.8%;
  height: 400px;
  margin: 0 0.1%;
  padding-left: 0;
  padding-right: 0;
}
.page-top-news .items .item .image {
  position: relative;
  background-color: #000;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;  
}
.page-top-news .items .item .image img {
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%;
  min-width: 540px;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.page-top-news .items .item a .image img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}
.page-top-news .items .item .news-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.page-top-news .items .item .news-header .news-header-category {
  display: inline-block;
  font: 14px "Oswald-Medium", Arial;
  color: #fff;
  letter-spacing: 1px;
  background-color: #f24024;
  margin-left: 15px;
  padding: 5px 15px; 
  text-transform: uppercase;  
}
.page-top-news .items .item .news-header h5 {
  font: 20px "DailyNews-Regular", Arial;
  color: #fff;
  line-height: 120%;
  -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  padding: 0 5% 20px 5%;
}
.page-top-news .items .item .news-info {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
}

@media (max-width: 767px) { 
  .page-top-news .items .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    margin: 5px 0;
  }
}


/*************************************
*** NEWS GRID 10 BOX ******************
**************************************/
.news-grig-10-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-10-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.news-grig-10-header h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.news-grig-10-header h2 a {
  color: #858585;
}
.news-grig-10-header h2 a:hover {
  color: #494949;
}
.news-grid-10 {
  position: relative;
  overflow: hidden;
  font: 12px Arial;
  color: #333;
  line-height: 1.2;
} 
.news-grid-10 .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #034c85;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-10 .panel .panel-body {
  padding: 10px;
}
.news-grid-10 .featured-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

/* image featured */ 
.news-grid-10 .featured-item .news-image {
  overflow: hidden;
  background-color: #2f3238;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.news-grid-10 .featured-item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-10 .featured-item .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}
 
.news-grid-10 .featured-item h3.news-title {
  font: 18px "DailyNews-Regular", Arial;
  line-height: 20px; 
  margin-top: 10px;
}
.news-grid-10 .featured-item .news-date {
  font: 11px Arial;
  color: #999;
  line-height: 1.4;  
}
.news-grid-10 .featured-item .news-body {
  font-size: 13px;   
}
.news-grid-10 .featured-item .btn {
  color: #9fa002;
  margin-top: 6px;
  background-color: transparent;  
  border-color: #9fa002;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.news-grid-10 .featured-item .btn:hover {
  color: #fff;
  background-color: #9fa002;  
  border-color: #9fa002;  
}
.news-grid-10 .items {

}
.news-grid-10 .items .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-grid-10 .items .item:first-child {

}
.news-grid-10 .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;  
}

/* Image Items */
.news-grid-10 .items .item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #2f3238;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;    
}
.news-grid-10 .items .item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.news-grid-10 .items .item .news-image img:hover {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}

.news-grid-10 .items .item .news-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,.7) 100%);
}
.news-grid-10 .items .item h4.news-title {
  font: 18px "DailyNews-Regular", Arial;
  color: #fff;
  line-height: 22px;
  -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.3);
  margin-bottom: 0;
  padding: 0 5% 5px 5%;
  text-align: center;
}
.news-grid-10 .items .item .news-date {
  font: 11px Arial;
  color: #eee;
  line-height: 1.4;
  padding: 0 5% 10px 5%; 
  text-align: center; 
}
.news-grid-10 .items .item .news-info {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
}


/*************************************
*** LEFT SIDE MENUS *****************
**************************************/
.left-menu {
  padding-top: 25px;
}
.left-menu .panel-header {
  position: relative; 
  overflow: hidden;
}
.left-menu .panel-header::after {

  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.left-menu .panel-header h2 {
  position: relative;
  display: inline-block;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #FFD700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  padding: 0 5px 0 10px;

  /* Bayangan hitam */
  text-shadow:
    2px 2px 0 #000,
    3px 3px 0 #000,
    0 4px 6px rgba(0, 0, 0, 0.8);

  /* Gerakan */
  animation: titleMove 1.8s ease-in-out infinite alternate;
}

@keyframes titleMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(8px);
  }
}
.left-menu .panel-header h2 a {
  color: #858585;
}
.left-menu .panel-header h2 a:hover {
  color: #494949;
}
.left-menu .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #469b9c;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.left-menu .panel .panel-body {
  padding: 10px;
}

/* Left side list-group */
.left-menu .list-group {}
.left-menu .list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}
 

/*************************************
*** CENTER SIDE MENUS ****************
**************************************/
.center-menu {
  padding-top: 25px;
}
.center-menu .panel-header {
  position: relative; 
  overflow: hidden;
}
.center-menu .panel-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.center-menu .panel-header h2::after {

  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.center-menu .panel-header h2 a {
  color: #858585;
}
.center-menu .panel-header h2 a:hover {
  color: #494949;
}
.center-menu .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.center-menu .panel .panel-body {
  padding: 10px;
}


/*************************************
*** RIGHT SIDE MENUS *****************
**************************************/
.right-menu {
  padding-top: 25px;
}
.right-menu .panel-header {
  position: relative; 
  overflow: hidden;
}
.right-menu .panel-header::after {

  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.right-menu .panel-header h2 { 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.right-menu .panel-header h2 a {
  color: #858585;
}
.right-menu .panel-header h2 a:hover {
  color: #494949;
}
.right-menu .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #20c1dd;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.right-menu .panel .panel-body {
  padding: 10px;
}

/* Right side list-group */
.right-menu .list-group {}
.right-menu .list-group .list-group-item {
  border: none;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0;
}


/*************************************
*** BOTTOM SIDE MENUS *****************
**************************************/
.bottom-menu {
  padding-bottom: 20px;
}
.bottom-menu .bottom-menu-title {
  margin: 0;
  padding: 30px 0 15px 0;
}
.bottom-menu .bottom-menu-title h2 { 
	position: relative;
  font: 20px "Oswald-Medium", Arial;
  color: #fff;
	line-height: 26px;
  text-transform: uppercase;
  margin: 0;
	padding-left: 10px;
  border-left: 5px solid #ea5644; 
}
.bottom-menu .bottom-menu-body {
  font: 12px Arial;
  color: #d1d1d1;
  padding: 0 5px;
}
.bottom-menu ul {
  list-style: none;
  padding-left: 0;
}
.bottom-menu ul li {
  padding: 5px 0;
  border-bottom: 1px solid #646464;
}
.bottom-menu ul li > a {
  font: 16px "DailyNews-Regular", Arial;
}
.bottom-menu ul li > a::before {
  content: "\f14c";
  font-family: FontAwesome;
  padding-right: 5px;
  font-weight: normal;  
}
.bottom-menu ul li .text-muted {
  color: #acacac;
}

/* Bottom menu list-group */
.bottom-menu .list-group {}
.bottom-menu .list-group a {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.bottom-menu .list-group .list-group-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #434343;
}


/*************************************
*** FOOTER ***************************
**************************************/
#footer {

}
#footer .footer-inner {
  overflow: hidden;
  min-height: 40px;
  background-color: #494949;
  border-top: 5px solid #f24024;
}
#footer .footer-inner a {
  color: #d1d1d1;
}
#footer .footer-inner a:hover{
  color: #fff;
}


/* Site Info */
#footer .site-info {
  overflow: hidden;
  font: 14px Arial;
  color: #e0e0e0;
	line-height: 20px;
  background-color: #303030;
  padding: 25px 380px;
}
#footer .site-info a {
  font-weight: bold;
  color: #fff;
}
#footer .site-info a:hover {
  color: #fff;
  text-decoration: underline;
}


/* Move to Top */
#footer .site-info .move-to-top {
  font: 30px Arial;
  color: #333;  
  padding: 10px 0;
  text-align: right;  
}
#footer .site-info .move-to-top a.top { 
  color: #555;
  background-color: #181818;
  padding: 6px 20px; 
}
#footer .site-info .move-to-top a.top:hover { 
  color: #fff;
  background-color: #4b4b4b; 
}


/*************************************
*** NEWS LAYOUT *************
**************************************/
.default-item { 
  margin-top: 25px;
  margin-bottom: 25px;
}
.default-item .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.default-item .panel .panel-body {
  padding: 0 0 10px 0;
}
.default-item .default-item-header {
  background-color: #f5f5f5;
  padding: 10px 10px 0 10px;
}
.default-item .default-item-header .news-category {
  font: 16px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 24px;
  text-align: center;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.default-item .default-item-header .news-category a {
  color: #858585;
}
.default-item .default-item-header .news-category a:hover {
  color: #1d1d1d;
}
.default-item .default-item-header .news-category:before,
.default-item .default-item-header .news-category:after {  
  background-color: #858585;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.default-item .default-item-header .news-category:before {
  right: 0.5em;
  margin-left: -50%;
}
.default-item .default-item-header .news-category:after {
  left: 0.5em;
  margin-right: -50%;
}
.default-item .default-item-header .news-title {
  padding: 0 0 7px 0;  
}
.default-item .default-item-header .news-title h2 {
  font: 32px "DailyNews-Regular", Arial;
  color: #232323; 
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}
.default-item .default-item-header .news-info {
  font: 12px Arial;
  color: #9b9b9b;
  line-height: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.default-item .default-item-header .news-info > span:first-child::before {
  content: "";
  margin: 0;
}
.default-item .default-item-header .news-info > span::before {
  content: "â€¢";
  font-size: 12px;
  margin: 0 7px 0 5px;
}
.default-item .news-images-main { 
  max-height: 300px;
  overflow: hidden;  
}
.default-item .news-images-main img {   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.default-item .news-content {
  padding: 15px 10px 0 10px;
}
.default-item .news-content .lead {
  font-size: 16px;
}
.default-item .news-content .news-body {
  font-size: 14px;
  padding-bottom: 15px;
}
.default-item .news-content .news-extended {
  
}
.default-item .news-content .news-extended a {
  background: #ec6363;  
  font: 12px "Oswald-Medium", Arial;  
  color: #fff;
  line-height: normal;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  padding: 7px 40px;
  text-transform: uppercase;
  -moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
  border-radius: 20px; 
  -o-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.default-item .news-content .news-extended a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  outline: none;
}
.default-item .news-content .news-extended a:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  outline: none;
}
.default-item .news-content .news-bottom {
  border-top: 1px solid #f0f0f0;  
  margin: 25px 0 10px 0;
}
.default-item .news-content .news-bottom .tags {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 10px;
}
.default-item .news-content .news-bottom > .btn-group {
  float: right;
}
.default-item a.hidden-print,
.default-item a.social-share-email,
.default-item a.social-share-facebook-like,
.default-item a.social-share-facebook-share,
.default-item a.social-share-twitter,
.default-item a.social-share-google-plus1 {
  background-color: transparent;
  border-color: transparent;
  -moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #aaa;
  line-height: 14px;
  margin-top: 10px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.default-item a.hidden-print i:hover,
.default-item a.social-share-email i:hover,
.default-item a.social-share-facebook-like i:hover,
.default-item a.social-share-facebook-share i:hover,
.default-item a.social-share-twitter i:hover,
.default-item a.social-share-google-plus1 i:hover {
  color: #1f1f1f !important;
}


/*************************************
*** NEWS EXTENDED LAYOUT *************
**************************************/
.view-item { 
  margin-top: 25px;
  margin-bottom: 25px;
}
.view-item .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.view-item .panel .panel-body {
  padding: 0 0 10px 0;
}
.view-item .view-item-header {
  background-color: #f5f5f5;
  padding: 10px 10px 0 10px;
}
.view-item .view-item-header .news-category {
  font: 16px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 24px;
  text-align: center;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.view-item .view-item-header .news-category a {
  color: #858585;
}
.view-item .view-item-header .news-category a:hover {
  color: #1d1d1d;
}
.view-item .view-item-header .news-category:before,
.view-item .view-item-header .news-category:after {  
  background-color: #858585;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.view-item .view-item-header .news-category:before {
  right: 0.5em;
  margin-left: -50%;
}
.view-item .view-item-header .news-category:after {
  left: 0.5em;
  margin-right: -50%;
}
.view-item .view-item-header .news-title {
  padding: 0 0 7px 0;  
}
.view-item .view-item-header .news-title h2 {
  font: 32px "DailyNews-Regular", Arial;
  color: #232323; 
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}
.view-item .view-item-header .news-info {
  font: 12px Arial;
  color: #9b9b9b;
  line-height: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.view-item .view-item-header .news-info > span:first-child::before {
  content: "";
  margin: 0;
}
.view-item .view-item-header .news-info > span::before {
  content: "â€¢";
  font-size: 12px;
  margin: 0 7px 0 5px;
}
.view-item .news-images-main { 
  
}
.view-item .news-images-main img {   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.view-item .news-author {
  display: block;
  position: relative;
  text-align: center;
  z-index: 11;
}
.view-item .news-author-image {
  position: relative; 
  display: inline-block;
  overflow: hidden;
  max-width: 100px;
  max-height: 100px;
  border: 5px solid #fff;
  border-radius: 50%; 
  margin: -50px 0 10px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  background-color: #c6c6c6;
  z-index: 11;
}
.view-item .news-author-name {
  display: block;
  font: 16px Arial;
  color: #adadad;
  letter-spacing: 1px;
}
.view-item .news-body,
.view-item .news-body-extended {   
  font: 16px Arial;
  color: #444;
  padding: 10px 15px;
}
.view-item .news-tags {  
  padding: 10px 15px;
}
.view-item .news-tags span {  
  font: 13px Arial; 
  color: #a5a5a5;
  text-transform: uppercase; 
}
.view-item a.news-tag {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 3px;
  padding: 0 10px;
  font: 13px Arial;
  color: #fff;
  line-height: 24px;
  background: #bbbfc0;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
  border-radius: 2px;
}
.view-item a.news-tag:hover {
  text-decoration: underline;
}
.view-item .news-tag::before {
  color: #747b7c;
  content: "#";
}
.view-item .news-options { 
  padding: 10px 15px;
}
.view-item .news-options a.hidden-print {
  background-color: #49c23f;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.view-item .news-options a.social-share-email {
  background-color: #444;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.view-item .news-options a.social-share-facebook-like {
  background-color: #0583f1;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.view-item .news-options a.social-share-facebook-share { 
  background-color: #45619c;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
} 
.view-item .news-options a.social-share-twitter {
  background-color: #00acee;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.view-item .news-options a.social-share-google-plus1 {
  background-color: #dd4b39;
  border-color: transparent;
  -moz-border-radius: 4px !important;
	-khtml-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  padding: 0;
  width: 80px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.view-item .news-options a.hidden-print:hover,
.view-item .news-options a.social-share-email:hover,
.view-item .news-options a.social-share-facebook-like:hover,
.view-item .news-options a.social-share-facebook-share:hover,
.view-item .news-options a.social-share-twitter:hover,
.view-item .news-options a.social-share-google-plus1:hover {
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);
  background-image: -moz-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -ms-linear-gradient(top,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%); 
  background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.2)), to(rgba(0,0,0,0.2))); 
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.2) 0, rgba(0,0,0,0.2) 100%);  
}


/*************************************
*** NEWS EXTENDED POST BY AUTHOR *****
**************************************/
.post-by-author {
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px 15px 15px;
}
.about-author {
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 5px;
}
.post-by-author-inner {
  overflow: hidden;
  background: #f0f0f0;
  border: 0 solid #f24024;    
  padding: 15px;
}
.post-by-author-avatar img {
  max-width: 120px;
  max-height: 120px;
  background: #fff;
  padding: 5px;
  border: 3px solid #f0f0f0;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;
}
.post-by-author-signature {
  padding-bottom: 10px;
}


/*************************************
*** NEWS EXTENDED RELATED NEWS *******
**************************************/
.e-related {
  margin-top: 25px;
}
.e-related .related-news-title {
  position: relative; 
  overflow: hidden;
}
.e-related .related-news-title h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 12px;
}
.e-related .related-news-title h2::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.e-related .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.e-related .panel .panel-body {     
  padding: 10px;
}
.e-related .related-news-image {
  max-height: 130px;
  background: #000;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease-out 0s;
  -moz-transition: all 1s ease-out 0s;
  -ms-transition: all 1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}
.e-related .related-news-image img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s; 
}
.e-related .related-news-image img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -moz-transform: scale3d(1.1, 1.1, 1);  
  -webkit-transform: scale3d(1.1, 1.1, 1);  
  -o-transform: scale3d(1.1, 1.1, 1);  
  -ms-transform: scale3d(1.1, 1.1, 1);  
  transform: scale3d(1.1, 1.1, 1);
}
.e-related .related-news-header {
  margin: 0 0 15px 0;
  padding: 10px 0 15px 0;
}
.e-related .related-news-header h4.related-news-caption {
  font: 24px "DailyNews-Regular", Arial;
  color: #f24024;  
  margin-top: 0;
}


/*************************************
*** NEWS LIST LAYOUT *****************
**************************************/
.news-list-item {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news-list-item .news-list-image {}
.news-list-item .news-list-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-list-item h3.news-list-title {
  font-family: "DailyNews-Regular", Arial; 
}
.news-list-item .news-list-summary {
  font-size: 14px;
  padding-bottom: 10px;
}
.news-list-item .news-list-more {
  text-align: right;
}
.news-list-item .news-list-more a.btn {
  margin-bottom: 0;
} 


/*************************************
*** NEWS - CATEGORY'S NEWS LAYOUT ****
**************************************/
.newscatitems {
  margin-top: 25px;
  margin-bottom: 25px;
}
.newscatitems .newscatitems-header {
  position: relative; 
  overflow: hidden;
}
.newscatitems .newscatitems-header::after {
  background: #fff url(images/stripe-bar.png) repeat top left;
  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.newscatitems .newscatitems-header h2 {
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 5px 0 10px;
}
.newscatitems .newscatitems-header h2 a {
  color: #858585;
}
.newscatitems .newscatitems-header h2 a:hover {
  color: #494949;
}
.newscatitems .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.newscatitems .panel .panel-body {     
  padding: 0;
}
.newscatitem .newscatitem-header {
  background-color: #f5f5f5;
  padding: 10px 10px;
}
.newscatitem .newscatitem-header .newscatitem-category {
  font: 16px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 24px;
  text-align: center;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.newscatitem .newscatitem-header .newscatitem-category a {
  color: #858585;
}
.newscatitem .newscatitem-header .newscatitem-category a:hover {
  color: #1d1d1d;
}
.newscatitem .newscatitem-header .newscatitem-category:before,
.newscatitem .newscatitem-header .newscatitem-category:after {  
  background-color: #858585;
  content: "";
  display: inline-block;
  height: 3px;
  position: relative;
  vertical-align: middle;
  width: 20%;
}
.newscatitem .newscatitem-header .newscatitem-category:before {
  right: 0.5em;
  margin-left: -50%;
}
.newscatitem .newscatitem-header .newscatitem-category:after {
  left: 0.5em;
  margin-right: -50%;
}
.newscatitem .newscatitem-header .newscatitem-title {
  padding: 0 0 7px 0;  
}
.newscatitem .newscatitem-header .newscatitem-title h2 {
  font: 32px "DailyNews-Regular", Arial;
  color: #232323; 
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}
.newscatitem .newscatitem-header .newscatitem-info {
  font: 12px Arial;
  color: #9b9b9b;
  line-height: 16px;
  text-align: center;
  padding-bottom: 20px;
}
.newscatitem .newscatitem-header .newscatitem-info > span:first-child::before {
  content: "";
  margin: 0;
}
.newscatitem .newscatitem-header .newscatitem-info > span::before {
  content: "â€¢";
  font-size: 12px;
  margin: 0 7px 0 5px;
}
.newscatitem .newscatitem-images-main { 
  max-height: 300px;
  overflow: hidden;  
}
.newscatitem .newscatitem-images-main img {   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.newscatitem .newscatitem-content {
  padding: 15px 10px 0 10px;
}
.newscatitem .newscatitem-content .lead {
  font-size: 16px;
}
.newscatitem .newscatitem-content .newscatitem-body {
  font-size: 14px;
  padding-bottom: 15px;
}
.newscatitem .newscatitem-content .newscatitem-extended {
  
}
.newscatitem .newscatitem-content .newscatitem-extended a {
  background: #ec6363;  
  font: 12px "Oswald-Medium", Arial;  
  color: #fff;
  line-height: normal;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  padding: 7px 40px;
  text-transform: uppercase;
  -moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
  border-radius: 20px; 
  -o-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.newscatitem .newscatitem-content .newscatitem-extended a:hover {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  outline: none;
}
.newscatitem .newscatitem-content .newscatitem-extended a:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  outline: none;
}
.newscatitem .newscatitem-content .newscatitem-bottom {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;  
  margin: 25px 0 25px 0;
}
.newscatitem .newscatitem-content .newscatitem-bottom .tags {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newscatitem .newscatitem-content .newscatitem-bottom > .btn-group {
  float: right;
}
.newscatitem a.hidden-print,
.newscatitem a.social-share-email,
.newscatitem a.social-share-facebook-like,
.newscatitem a.social-share-facebook-share,
.newscatitem a.social-share-twitter,
.newscatitem a.social-share-google-plus1 {
  background-color: transparent;
  border-color: transparent;
  -moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #aaa;
  line-height: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  margin-right: 10px;
}
.newscatitem a.hidden-print i:hover,
.newscatitem a.social-share-email i:hover,
.newscatitem a.social-share-facebook-like i:hover,
.newscatitem a.social-share-facebook-share i:hover,
.newscatitem a.social-share-twitter i:hover,
.newscatitem a.social-share-google-plus1 i:hover {
  color: #1f1f1f !important;
}


/*************************************
*** NEWS-MENU-LATEST *****************
*** POPULAR-NEWS-MENU OF HITS MENU ***
*** COMMENT-MENU *********************
**************************************/
.news-menu-latest,
.popular-menu,
.comment-menu {
  padding: 0;
} 
.news-menu-latest .media-body,
.popular-menu .media-body,
.comment-menu .media-body {} 
.news-menu-latest .media-body .news-category,
.popular-menu .media-body .news-category,
.comment-menu .media-body .news-category {
  font: 10px "Oswald-Medium", Arial;
  color: #999;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.news-menu-latest .media-body .news-category a,
.popular-menu .media-body .news-category a,
.comment-menu .media-body .news-category a {
  color: #999;
}
.news-menu-latest .media-body .news-category a:hover,
.popular-menu .media-body .news-category a:hover,
.comment-menu .media-body .news-category a:hover {
  color: #636363;
}
.news-menu-latest .media-body h4.media-heading,
.popular-menu .media-body h4.media-heading,
.comment-menu .media-body h4.media-heading {
  font: 14px "DailyNews-Regular", Arial; 
}
.news-menu-latest .media-body .news-date,
.popular-menu .media-body .news-date,
.comment-menu .media-body .news-date {
  font: 11px Arial;
  color: #9f9f9f;
  line-height: 1.4;  
}
.news-menu-latest li.media,
.popular-menu li.media,
.comment-menu li.media {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;  
}
.news-menu-latest li.media:first-child,
.popular-menu li.media:first-child,
.comment-menu li.media:first-child {
  padding-top: 0;
}
.news-menu-latest li.media:last-child,
.popular-menu li.media:last-child,
.comment-menu li.media:last-child {
  padding-bottom: 0;
  border-bottom: none;  
} 


/*************************************
*** GALLERY SLIDESHOW MENU ***********
**************************************/ 
#gallery-slideshow-wrapper {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  overflow: inherit !important;
  background: transparent !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  -moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  border-radius: 0 !important; 
}
#gallery-slideshow-content {
  position: relative;
  width: 100% !important;
  height: 200px !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
#gallery-slideshow-content .slide {
  float: left !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  height: 200px !important;
  white-space: nowrap !important;  
  text-align: center;
}
#gallery-slideshow-content .slide .gallery-slideshow-thumb {
  -moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
#gallery-slideshow-wrapper #next {
  font-size: 30px;
  background: #222;
  position: absolute;
  top: 28%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  padding: 7px 3px 5px 5px;
  z-index: 100;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
#next:after {
  display: block;
  font-family: FontAwesome;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}
#next:after {
  content: "\f105";
}
#gallery-slideshow-wrapper #prev {
  font-size: 30px;
  background: #222;
  position: absolute;
  top: 28%;
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  padding: 7px 5px 5px 3px;
  z-index: 100;
  left: 0;
  cursor: pointer;
  opacity: 0;
}
#prev:after {
  display: block;
  font-family: FontAwesome;
  line-height: 30px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: -5px;
}
#prev:after {
  content: "\f104";
}
#gallery-slideshow-wrapper:hover #next {
  opacity: 0.9;
  right: -10px;
}
#gallery-slideshow-wrapper:hover #prev {
  opacity: 0.9;
  left: -10px;
}


/*************************************
*** NEW FORUMPOSTS MENU **************
**************************************/
ul.newforumposts-menu {
  color: #d1d1d1;
}
ul.newforumposts-menu li.media {
  padding: 5px 0;
  border-bottom: 1px solid #434343;
}
ul.newforumposts-menu li.media .media-left {}
ul.newforumposts-menu li.media .media-left img {
  width: 40px;
  height: 40px;
}
ul.newforumposts-menu li.media .media-body {}
ul.newforumposts-menu li.media .media-body h4.media-header {
  font: 16px "DailyNews-Regular", Arial;
  margin-top: 0;
  margin-bottom: 5px;
}
ul.newforumposts-menu li.media .media-body .text-muted {
  color: #acacac;
}


/*************************************
*** TAGCLOUD MENU STYLE **************
**************************************/
.tagcloud-menu {}
.tagcloud-menu a.tag {
  margin: 2px;
}
.tagcloud-menu a.tag span {
  background-color: #9e9e9e;
  border-radius: 2px;
  color: #fff;  
  padding: 1px 4px;
}
.tagcloud-menu a.tag:hover span {
  color: #fff;
  background-color: #7f7f7f;
}


/*************************************
*** BLOGCALENDAR MENU AND PAGE STYLE *
**************************************/

/* for slide buttons */
.panel-header h2 span.btn-group {
  padding-left: 5px;  
} 
#blogCalendar .table.blogcalendar, 
.table.blogcalendar {
  background: #f5f5f5;
  color: #858585;
}
#blogCalendar .table.blogcalendar > thead > tr > th.blogcalendar-day-name, 
.table.blogcalendar > thead > tr > th.blogcalendar-day-name {
  border-bottom: 2px solid #fafafa;
  text-align: center;
  padding: 5px;
}
#blogCalendar .table.blogcalendar > thead > tr > th span, 
.table.blogcalendar > thead > tr > th span {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-empty, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-active, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-empty, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-active {
  border-top: 2px solid #fafafa;
  text-align: center;
  padding: 5px;
} 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-empty span.label, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day span.label, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-active span.label, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-empty span.label, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day span.label, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-active span.label {
  padding: 2px 4px;
}


/*************************************
*** CHATBOX MENU STYLE ***************
**************************************/  
#chatbox_posts {}
#chatbox-posts-block {}
#chatbox-posts-block ul li {
  margin-top: 0;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #f0f0f0;
}



/*************************************
*** TABBED MENU SLIDER ***************
**************************************/
.tabs-wrapper {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #a9d300;
  position: relative;
  margin-top: 25px;
}
.tabs-wrapper .nav-tabs {
  background-color: #fafafa;
  border-bottom: 3px solid #a9d300;
}
.tabs-wrapper .nav-tabs li {
  width: 33.3333%;
  text-align: center;
  margin-bottom: 0;
}     
.tabs-wrapper .nav-tabs li a {
  font: 14px "Oswald-Medium", Arial; 
  color: #333;
  text-decoration: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  margin-right: -1px;
  padding: 10px 0; 
} 
.tabs-wrapper .nav-tabs li a,
.tabs-wrapper .nav-tabs li a:hover,
.tabs-wrapper .nav-tabs li.active a,
.tabs-wrapper .nav-tabs li.active a:hover,
.tabs-wrapper .nav-tabs li.active a:focus {
  border: none;
} 
.tabs-wrapper .nav-tabs li.active a {
  color: #fff !important;
  text-shadow: -2px -1px 1px rgba(0, 0, 0, 0.3);
  background-color: #a9d300;
}
.tabs-wrapper .tabbed-menu {
  padding: 10px;
}



/*************************************
*** OTHER MENU STYLE *****************
**************************************/
.other-menu {
  padding-top: 25px;
}
.other-menu .panel-header {
  position: relative; 
  overflow: hidden;
}
.other-menu .panel-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Oswald-Medium", Arial;
  color: #858585;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 12px;
}
.other-menu .panel-header h2::after {

  content:" ";
  position:absolute;
  width: 999em;
  height: 16px;
  margin: 7px 0 7px 7px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
} 
.other-menu .panel-header h2 a {
  color: #858585;
}
.other-menu .panel-header h2 a:hover {
  color: #494949;
}
.other-menu .panel {
  border: 1px solid #f0f0f0;
  border-bottom: 4px solid #bfbfbf;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.other-menu .panel .panel-body {
  padding: 10px;
}  


/*************************************
*** COMMENTS STYLE *******************
**************************************/
/*Comment Form */
.comment-box-form {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f0f0f0;
}
.comment-box-form .comment-box-avatar {
  float: left;
  margin: 0 15px 5px 0;
}
.comment-box-form .comment-box-avatar img {
  border: 5px solid #fff;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;   
  margin: 0;  
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); 
}
.comment-box-form .comment-box-text {
  overflow: hidden; 
  margin: 0;
  padding: 0; 
}

@media (max-width: 767px) {
  .comment-box-form .comment-box-avatar {
    display: none;
  } 
}


/* Comments */
.comment-item {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.comment-item .row {
  margin-left: 0;
  margin-right: 0;
}
.comment-item .comment-avatar {
  float: left;
  margin: 0 15px 5px 0;
}
.comment-item .comment-avatar img {
  border: 5px solid #fff;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;   
  margin: 0;  
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15); 
}
.comment-item .comment-userinfo {
  padding-left: 0;
}
.comment-item .comment-username {
  display: inline-block;
  font-size: 16px;  
  line-height: 24px;
  margin: 6px 0 0;
}
.comment-item .comment-date {
  font-size: 14px; 
  color: #9b9b9b;
  line-height: 26px;
}
.comment-item .comment-text {
  clear: both;
  font-size: 14px; 
  margin: 0 10px;
  padding: 8px;
}
.comment-item .comment-reply a.e-comment-reply {
  font: 13px "Oswald-Medium", Arial;
  color: #ff5732;  
  margin: 0;
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  background-color: transparent;
}
.comment-item .comment-reply a.e-comment-reply::after {
  color: #999;
  content: "\f112";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 10px;
  margin: 4px 0 0 5px;
  vertical-align: top;
}
.comment-item .comment-reply a.e-comment-reply:hover {
  background-color: transparent;
  color: #111;
}
.comment-item .comment-reply a:hover.e-comment-reply::after {
  color: #ff5732;
}

.comment-item .comment-edit a.e-comment-edit,
.comment-item .comment-moderate a.e-comment-delete,
.comment-item .comment-moderate a.e-comment-approve {
  font: 12px "Oswald-Medium", Arial;
  color: #adadad; 
  line-height: 14px; 
  margin: 0;
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  background-color: transparent;
}
.comment-item .comment-edit a.e-comment-edit:hover,
.comment-item .comment-moderate a.e-comment-delete:hover,
.comment-item .comment-moderate a.e-comment-approve:hover {
  color: #111;
}


/*****************************************
*** SOCIAL MEDIA BUTTONS ON RIGHT SIDE ***
******************************************/
.social-connected {
  margin: 0;
  padding: 0;
}

/* Facebook */
.social-connected .social_facebook {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32px;
  font: 12px "Oswald-Medium", Arial;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #516eab;
}
.social-connected .social_facebook .xurl-social-icons {
  float: left;
  display: inline-block;
  height: 32px; 
}
.social-connected .social_facebook .xurl-social-icons a.social-icon.social-facebook {
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #415889;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .social_facebook .xurl-social-icons a.social-icon.social-facebook:hover {
  background-color: #415889;
}
.social-connected .social_facebook .xurl-text {
  line-height: 32px;
  padding-left: 40px;
}

/* Twitter */
.social-connected .social_twitter {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32px;
  font: 12px "Oswald-Medium", Arial;
  color: #fff;
  margin-bottom: 10px;
  background-color: #29c5f6;
}
.social-connected .social_twitter .xurl-social-icons {
  float: left;
  display: inline-block;
  height: 32px; 
}
.social-connected .social_twitter .xurl-social-icons a.social-icon.social-twitter {
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #25a6cf;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .social_twitter .xurl-social-icons a.social-icon.social-twitter:hover {
  background-color: #25a6cf;
}                               
.social-connected .social_twitter .xurl-text {
  line-height: 32px;
  padding-left: 40px;
}

/* Google + */
.social-connected .google-plus {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 32px;
  font: 12px "Oswald-Medium", Arial;
  color: #fff;
  margin-bottom: 10px;
  background-color: #e14e42;
}
.social-connected .google-plus .xurl-social-icons {
  float: left;
  display: inline-block;
  height: 32px; 
}
.social-connected .google-plus .xurl-social-icons a.social-icon.social-google-plus {
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0 15px;
  border-right: 1px solid #c34237;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .google-plus .xurl-social-icons a.social-icon.social-google-plus:hover {
  background-color: #c34237;
}                               
.social-connected .google-plus .xurl-text {
  line-height: 32px;
  padding-left: 40px;
}
        


/*******************************************************************************
         core style 
********************************************************************************/

/*------------------------------------------
	TBOX, CHATBOX
--------------------------------------------*/
.tbox{  
  font: 12px Arial; 
  color: #555; 
  background: #fff;  
  margin: 2px 0; 
  padding: 6px; 
  border: 1px solid #eee;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
}
.tbox.chatbox { 
  width: 100% !important;
  max-width: 100% !important;
  color: #555; 
  background: #fff;
  padding: 6px; 
  margin: 0 auto; 
  border: 1px solid #eee;
  -moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset; 
} 


/*------------------------------------------
	BUTTONS
--------------------------------------------*/
/* Button Default */
.btn-default {
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #d0d0d0;
  font: 13px "Oswald-Medium", Arial;
  color: #858585;
  text-transform: uppercase;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.btn-default:focus, .btn-default.focus {
  background-color: #f24024;
  background-image: none;
  border: 1px solid #c6321b;
  color: #fff;
}
.btn-default:hover {
  background-color: #f24024;
  background-image: none;
  border: 1px solid #c6321b;
  color: #fff;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #f24024;
  background-image: none;
  border: 1px solid #c6321b;
  color: #fff;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default.focus:active, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  background-color: #f24024;
  background-image: none;
  border: 1px solid #c6321b;
  color: #fff;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default.focus {
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #d0d0d0;
  color: #c6c6c6;
}

/* Button Primary */
.btn-primary {
  font: 13px "Oswald-Medium", Arial;
  color: #fff;
  text-transform: uppercase;
  background-color: #ec6363;
  background-image: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ca3f37;
  margin-bottom: 10px;  
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -khtml-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  transition: color 0.2s linear;
} 
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #535353;
  background-image: none;
  border: 1px solid #8a9892;  
}
.btn-primary:hover {
  color: #fff;
  background-color: #535353;
  background-image: none;
  border: 1px solid #8a9892;
  outline: none; 
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #535353;
  background-image: none;
  border: 1px solid #8a9892;
  outline: none; 
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #535353;
  background-image: none;
  border: 1px solid #8a9892;
  outline: none;
} 
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; 
} 
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus {
  background-color: #e7e7e7;
  background-image: none;
  border: 1px solid #d0d0d0;
  color: #c6c6c6;
} 

.button, .button:focus {
  background: #ec6363;  
  font: 13px "Oswald-Medium", Arial;  
  border: 1px solid #ca3f37;
  color: #fff;
  line-height: normal;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  margin-bottom: 3px;
  -o-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -khtml-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.button:hover {
	color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  border: 1px solid #8a9892;
  outline: none;
}
.button:active {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0, 0.2);
  background: #535353;
  border: 1px solid #8a9892;
  outline: none;
}  


/*------------------------------------------
	PROGRESS BAR
--------------------------------------------*/
.progress {
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f5f5f5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}
.progress-bar {   
  background-color: #5bc0de;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  
  background-repeat: repeat-x;    
  background-size: 40px 40px;
  -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  -o-transition: width 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s;
  -khtml-transition: width 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s;
  transition: width 0.6s ease 0s;
  width: 0;
}


/*------------------------------------------
	PAGINATION
--------------------------------------------*/
div#pagination {
  margin: 0; 
  text-align: center;
}
div#pagination > ul.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(214, 214, 214, 0)), color-stop(40%, rgba(214, 214, 214, 1)), color-stop(50%, rgba(214, 214, 214, 1)), color-stop(60%, rgba(214, 214, 214, 1)), color-stop(100%, rgba(214, 214, 214, 0)));
  background-image: -moz-linear-gradient(left, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 50%, rgba(214, 214, 214, 1) 60%, rgba(214, 214, 214, 0) 100%);
  background-image: -webkit-linear-gradient(left, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 50%, rgba(214, 214, 214, 1) 60%, rgba(214, 214, 214, 0) 100%);
  background-image: linear-gradient(to right, rgba(214, 214, 214, 0) 0%, rgba(214, 214, 214, 1) 40%, rgba(214, 214, 214, 1) 50%, rgba(214, 214, 214, 1) 60%, rgba(214, 214, 214, 0) 100%);
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
div#pagination > ul.pagination > li {  
  display: inline;
  text-align: center;
}
div#pagination > ul.pagination li > a {
  float: left;
  display: block;
  width: 40px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
  padding: 0 12px;
  color: #838383;
  border: 1px solid transparent;
  background-color: transparent;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
div#pagination > ul.pagination li > a:hover {
  color: #2d2d2d;
}
div#pagination > ul.pagination li > a.active { 
  position: relative;
  margin-top: -6px;
  background: #ec6363;
  color: #fff;
  outline: none; 
}
div#pagination > ul.pagination li > a.active::before {
  border-right: 10px solid #ac4343;
  border-top: 6px solid transparent;
  content: " ";
  height: 0;
  left: -11px;
  position: absolute;
  width: 0;
}
div#pagination > ul.pagination li > a.active::after {
  border-left: 10px solid #ac4343;
  border-top: 6px solid transparent;
  content: " ";
  height: 0;
  left: 39px;
  position: absolute;
  width: 0;
}
div#pagination > ul.pagination li > a.next, 
div#pagination > ul.pagination li > a.prev,
div#pagination > ul.pagination li > a.first,
div#pagination > ul.pagination li > a.last {
  color: #ec6363;
}
div#pagination > ul.pagination li > a.next:hover, 
div#pagination > ul.pagination li > a.prev:hover,
div#pagination > ul.pagination li > a.first:hover,
div#pagination > ul.pagination li > a.last:hover  {
  color: #2d2d2d;
}



/*************************************
*** TEXTS ****************************
**************************************/
small { font-size: 75%; }
small span.label { clear: both; display: block; padding: 5px 10px; }
.smalltext { font: 11px Arial; } 
.smallblacktext { font: 11px Arial; }  
.defaulttext { font: 12px Arial; }
.mediumtext { font: 12px Arial; }

blockquote { 
  font: italic 14px Arial; 
  background: transparent;
  border-left: 5px solid #9b9b9b;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #9b9b9b;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

/* MISC */ 
/* form { margin: 2px 0px 0px 0px; }  */
p { margin: 0px; padding: 0; }
.spacer{ padding: 0; }
hr { 
  display: block;
  height: 1px;
  margin: 10px auto 10px auto;
  width: 100%;
  background-color: #f0f0f0;
  border: 0 none;
  color: #2e2e2e;
} 
.helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; }
















/* ==========================================================
   JIWAKU88 VISUAL SKIN
   IMPORTANT: This is CSS-only. The original BS Magazine
   PHP/layout/templates/shortcodes remain unchanged.
   ========================================================== */

:root {
  --jw-red: #8d0612;
  --jw-red2: #c40e1b;
  --jw-red-dark: #160205;
  --jw-black: #050102;
  --jw-gold: #f2b900;
  --jw-gold2: #ffdf57;
  --jw-text: #f8eee8;
  --jw-muted: #c6b5ad;
}

/* ---------- PAGE BACKGROUND ---------- */
html, body {
  background:
    radial-gradient(circle at 50% 5%, rgba(196,14,27,.22), transparent 30%),
    linear-gradient(180deg, #050102 0%, #100205 45%, #050102 100%) !important;
  color: var(--jw-text) !important;
}

body {
  padding-top: 0 !important;
  font-family: Arial, sans-serif !important;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,0,25,.08), transparent 22%),
    radial-gradient(circle at 85% 25%, rgba(255,190,0,.05), transparent 20%);
}

/* ---------- KEEP ORIGINAL BOOTSTRAP STRUCTURE ---------- */
#header > .container,
#main-content.maincontent,
#footer > .container {
  width: 100% !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#main-content.maincontent {
  background: transparent !important;
}

/* ---------- TOP NAVIGATION ---------- */
#header .header-top {
  min-height: 58px !important;
  background: linear-gradient(180deg, #090204, #1a0508) !important;
  border-bottom: 2px solid var(--jw-gold) !important;
  box-shadow: 0 5px 24px rgba(0,0,0,.55) !important;
}

#header .header-top .navbar,
#header .header-top .navbar.navbar-default {
  min-height: 58px !important;
  background: transparent !important;
}

#header .header-top ul.nav > li > a {
  line-height: 58px !important;
  height: 58px !important;
  padding: 0 18px !important;
  color: #fff !important;
  font-weight: 900 !important;
  letter-spacing: .8px !important;
  text-transform: uppercase !important;
  border-left: 1px solid rgba(255,255,255,.04) !important;
}

#header .header-top ul.nav > li > a:hover,
#header .header-top ul.nav > li > a:focus,
#header .header-top ul.nav > li > a.active,
#header .header-top ul.nav > li.open > a {
  color: #1b0700 !important;
  background: linear-gradient(180deg, var(--jw-gold2), var(--jw-gold)) !important;
}

/* mobile menu */
#header .header-top .navbar-toggle {
  margin-top: 12px !important;
  border-color: rgba(242,185,0,.6) !important;
  background: #120306 !important;
}
#header .header-top .navbar-toggle .icon-bar {
  background: var(--jw-gold) !important;
}

/* ---------- HERO: EXACT SUPPLIED ARTWORK ---------- */
/*
   The original HTML remains untouched. The two original header-middle
   columns are visually replaced by one hero image using CSS.
*/
#header .header-middle {
  position: relative !important;
  height: clamp(360px, 48vw, 650px) !important;
  max-height: none !important;
  overflow: hidden !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.18), rgba(0,0,0,0)),
    url("images/jiwaku88-hero.webp") center 38% / cover no-repeat !important;
  border-bottom: 4px solid var(--jw-gold) !important;
  box-shadow: inset 0 -80px 100px rgba(0,0,0,.72), 0 12px 35px rgba(0,0,0,.55) !important;
}

/* Dark lower fade to blend hero into the site */
#header .header-middle:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(5,1,2,.95));
  pointer-events: none;
}

/* Keep original DOM, but hide its old logo/banner visually. */
#header .header-middle .sitename,
#header .header-middle .sitetag,
#header .header-middle .top-banner {
  display: none !important;
}

/* ---------- NEWS BAR ---------- */
.news-bar {
  padding: 15px 15px 0 !important;
  background: transparent !important;
}

.news-bar .panel {
  background: linear-gradient(135deg, #22070b, #0c0204) !important;
  border: 1px solid rgba(242,185,0,.30) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.3) !important;
}

.news-bar .panel .panel-body {
  color: #fff !important;
}

.news-bar .news-bar-clock,
.news-bar .breaking-news-latest {
  color: var(--jw-gold2) !important;
  font-weight: 800 !important;
}

.news-bar ul.newsticker li a {
  color: #fff !important;
}

/* ---------- 3 ORIGINAL COLUMNS: NO STRUCTURAL CHANGE ---------- */
.leftside,
.centerside,
.rightside {
  color: var(--jw-text) !important;
}

.leftside > .menu,
.rightside > .menu,
.centerside > .menu,
.leftside .panel,
.rightside .panel,
.centerside .panel,
.tabs-wrapper,
.social-connected {
  background: linear-gradient(145deg, rgba(43,7,12,.96), rgba(10,2,4,.97)) !important;
  border: 1px solid rgba(242,185,0,.25) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.3) !important;
}

/* Generic widget headings */
.leftside .menu-title,
.rightside .menu-title,
.centerside .menu-title,
.leftside .panel-heading,
.rightside .panel-heading,
.centerside .panel-heading {
  color: #1a0900 !important;
  background: linear-gradient(180deg, var(--jw-gold2), var(--jw-gold)) !important;
  border: 0 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
}

/* ---------- LINKS ---------- */
#main-content a {
  color: var(--jw-gold2);
}
#main-content a:hover {
  color: #fff;
}

/* ---------- TAB / RECENT POSTS ---------- */
.tabs-wrapper {
  border-color: rgba(242,185,0,.28) !important;
}

.tabs-wrapper .nav-tabs {
  border-bottom: 2px solid var(--jw-gold) !important;
  background: #130306 !important;
}

.tabs-wrapper .nav-tabs > li > a {
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
}

.tabs-wrapper .nav-tabs > li.active > a,
.tabs-wrapper .nav-tabs > li > a:hover {
  color: #1b0800 !important;
  background: linear-gradient(180deg, var(--jw-gold2), var(--jw-gold)) !important;
  border-radius: 5px 5px 0 0 !important;
}

/* ---------- SOCIAL ---------- */
.social-connected {
  padding: 10px !important;
  margin-bottom: 15px !important;
}
.social-connected .social_facebook,
.social-connected .social_twitter,
.social-connected .google-plus {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.07) !important;
  padding: 8px 4px !important;
}
.social-connected a {
  color: var(--jw-gold) !important;
}

/* ---------- NEWS / ARTICLES ---------- */
.centerside .news-grig-1-header h2,
.centerside .news-grig-1-header h2 a {
  color: var(--jw-gold2) !important;
}

.centerside .news-grig-1-header h2::after {
  background: linear-gradient(90deg, var(--jw-gold), rgba(242,185,0,0)) !important;
  height: 3px !important;
  margin-top: 14px !important;
}

.centerside .news-item,
.centerside .news-grid,
.centerside article {
  background: linear-gradient(145deg, rgba(30,6,10,.96), rgba(9,2,4,.96)) !important;
  border: 1px solid rgba(242,185,0,.18) !important;
  border-radius: 8px !important;
}

/* ---------- BUTTONS ---------- */
.btn-primary,
.btn-warning,
button,
input[type="submit"] {
  color: #180900 !important;
  background: linear-gradient(180deg, #ffe16a, #d99d00) !important;
  border-color: #f5c62b !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  box-shadow: 0 5px 15px rgba(242,185,0,.18) !important;
}

.btn-primary:hover,
.btn-warning:hover,
button:hover,
input[type="submit"]:hover {
  background: linear-gradient(180deg, #fff0a2, #efb900) !important;
}

/* ---------- FOOTER ---------- */
#footer,
.footer {
  margin-top: 25px !important;
  min-height: 100px !important;
  background: linear-gradient(180deg, #170407, #050102) !important;
  border-top: 2px solid rgba(242,185,0,.55) !important;
  color: #cbbab1 !important;
}

#footer a {
  color: var(--jw-gold2) !important;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  #header .header-middle {
    height: 390px !important;
    background-position: center top !important;
  }

  #header .header-top ul.nav > li > a {
    line-height: 42px !important;
    height: 42px !important;
  }

  #header .header-top .navbar-collapse {
    background: #100205 !important;
    border-top: 1px solid rgba(242,185,0,.25) !important;
  }

  .news-bar {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Strong reset for old white BS Magazine surfaces */
.panel-default,
.panel-default > .panel-heading,
.panel-default > .panel-body,
.table,
.well {
  color: var(--jw-text);
}

.panel-default > .panel-heading {
  background: linear-gradient(180deg, #30080e, #170307) !important;
  border-color: rgba(242,185,0,.22) !important;
}

.panel-default {
  border-color: rgba(242,185,0,.22) !important;
}

/* forms */
.form-control {
  background: #0c0204 !important;
  border-color: rgba(242,185,0,.25) !important;
  color: #fff !important;
}

/* ==========================================================
   JIWAKU88 FINAL ADJUSTMENTS
   - Show the complete supplied artwork (no face/body cropping)
   - Hide BS Magazine's 4-card PageTop news strip
   - Keep the original BS Magazine structure intact
   ========================================================== */

/* The supplied artwork is 1280x1200. Match the hero box ratio so
   background-size: cover no longer crops the top/bottom of the artwork. */
#header .header-middle {
  height: auto !important;
  aspect-ratio: 1280 / 1200 !important;
  max-height: none !important;
  background-position: center center !important;
  background-size: cover !important;
}

/* Remove the 4-image magazine feature strip shown directly below hero.
   The underlying theme structure/shortcodes remain untouched. */
.page-top-news {
  display: none !important;
}

@supports not (aspect-ratio: 1 / 1) {
  #header .header-middle {
    height: 93.75vw !important;
    max-height: 1200px !important;
  }
}

@media (max-width: 767px) {
  #header .header-middle {
    height: auto !important;
    aspect-ratio: 1280 / 1200 !important;
    background-position: center center !important;
    background-size: cover !important;
  }
}


/* ==========================================================
   JIWAKU88 - HIDE THE FASHION / NEWS GRID BLOCK
   This hides the BS Magazine news-grid-10 section only.
   The original PHP/template/shortcodes remain unchanged.
   ========================================================== */

/* The screenshot's "FASHION" block is news-grid-10 (category 5). */
.news-grig-10-header,
.news-grid-10 {
  display: none !important;
}

/* Remove the empty Bootstrap wrapper left around the hidden grid. */
.centerside > .col-md-12:has(.news-grid-10),
.centerside > .row:has(.news-grid-10),
.news-grid-default:has(.news-grid-10),
.news-grid-other:has(.news-grid-10) {
  display: none !important;
}


/* =========================================================
   JIWAKU88 PREMIUM SOCIAL BUTTONS
   Visual-only override: original BS Magazine structure unchanged.
   ========================================================= */
.social-connected {
  padding: 0 !important;
  margin: 0 0 20px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.social-connected > div {
  position: relative;
  display: flex !important;
  align-items: center !important;
  min-height: 54px !important;
  margin: 0 0 10px !important;
  padding: 0 18px 0 62px !important;
  border: 1px solid rgba(242,185,0,.28) !important;
  border-radius: 7px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  color: #fff !important;
  font-family: "Oswald-Medium", Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .4px !important;
  text-transform: none !important;
  text-align: left !important;
  box-shadow:
    0 5px 16px rgba(0,0,0,.35),
    inset 0 1px 0 rgba(255,255,255,.12) !important;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}

.social-connected > div::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: -80% !important;
  width: 45% !important;
  height: 100% !important;
  transform: skewX(-22deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent) !important;
  transition: left .55s ease !important;
  pointer-events: none !important;
}

.social-connected > div::after {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  width: 30px !important;
  height: 30px !important;
  margin-top: -15px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.12) !important;
}

.social-connected > div:hover {
  transform: translateY(-3px) !important;
  filter: brightness(1.08) !important;
  box-shadow:
    0 9px 22px rgba(0,0,0,.45),
    0 0 14px rgba(242,185,0,.16),
    inset 0 1px 0 rgba(255,255,255,.15) !important;
}

.social-connected > div:hover::before {
  left: 125% !important;
}

.social-connected .social_facebook {
  background: linear-gradient(135deg, #142d62 0%, #1d4eaa 52%, #0d1d42 100%) !important;
  border-color: rgba(91,139,235,.65) !important;
}

.social-connected .social_twitter {
  background: linear-gradient(135deg, #087da7 0%, #12b9e5 52%, #07536e 100%) !important;
  border-color: rgba(61,207,245,.65) !important;
}

.social-connected .google-plus {
  background: linear-gradient(135deg, #8e1711 0%, #d83b2f 52%, #5b0b08 100%) !important;
  border-color: rgba(242,88,74,.65) !important;
}

.social-connected .social_facebook::after {
  content: "f" !important;
}

.social-connected .social_twitter::after {
  content: "ð•" !important;
  font-size: 14px !important;
}

.social-connected .google-plus::after {
  content: "G+" !important;
  font-size: 10px !important;
}

.social-connected .xurl-social-icons {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 0 !important;
  height: 100% !important;
  overflow: visible !important;
  float: none !important;
}

.social-connected .xurl-social-icons a,
.social-connected .xurl-social-icons a.social-icon,
.social-connected .xurl-text {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.45) !important;
}

.social-connected .xurl-social-icons a.social-icon {
  display: none !important;
}

.social-connected .xurl-text {
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.social-connected .social_facebook .xurl-text::after,
.social-connected .social_twitter .xurl-text::after,
.social-connected .google-plus .xurl-text::after {
  content: "  â€º" !important;
  float: right !important;
  font-size: 18px !important;
  line-height: 12px !important;
  color: #f2c13a !important;
  opacity: .9 !important;
}

@media (max-width: 767px) {
  .social-connected {
    margin-top: 10px !important;
  }
  .social-connected > div {
    min-height: 50px !important;
    padding-left: 58px !important;
  }
}

/* ==========================================================
   JIWAKU88 CLEANUP V3
   Keep BS Magazine structure; only refine the visual layer.
   ========================================================== */

/* Hide the unwanted Fashion/category-5 block at every nesting level. */
body .news-grig-10-header,
body .news-grid-10,
body [class*="news-grig-10-header"],
body [class*="news-grid-10"] {
  display: none !important;
}

/* In case the block is wrapped by Bootstrap rows/columns, hide the
   wrapper only when it contains the unwanted grid. */
body .centerside > .row:has(.news-grig-10-header),
body .centerside > .row:has(.news-grid-10),
body .centerside > [class*="col-"]:has(.news-grig-10-header),
body .centerside > [class*="col-"]:has(.news-grid-10) {
  display: none !important;
}

/* Keep all remaining magazine images compact and proportional. */
.centerside img {
  max-width: 100%;
  height: auto;
}

/* Prevent oversized article thumbnails in the remaining grids. */
.centerside .news-image img {
  object-fit: cover;
  max-width: 100%;
}

.centerside .news-grid-1 .featured-item .news-image img,
.centerside .news-grid-2 .featured-item .news-image img,
.centerside .news-grid-6 .featured-item .news-image img {
  max-height: 230px !important;
  width: auto !important;
  max-width: 100% !important;
}

/* ==========================================================
   SOCIAL FOLLOW - PREMIUM, CLEANER, SMALLER
   ========================================================== */
.social-connected {
  display: grid !important;
  gap: 9px !important;
  padding: 0 !important;
  margin: 0 0 18px !important;
  background: transparent !important;
}

.social-connected > div {
  min-height: 46px !important;
  height: 46px !important;
  margin: 0 !important;
  padding: 0 40px 0 52px !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.12) !important;
  font-family: "Oswald-Medium", Arial, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: .15px !important;
  text-transform: none !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.65) !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

.social-connected > div::after {
  content: "â€º" !important;
  position: absolute !important;
  left: auto !important;
  right: 13px !important;
  top: 50% !important;
  width: auto !important;
  height: auto !important;
  margin: -11px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffd33d !important;
  font: 700 22px/22px Arial, sans-serif !important;
  box-shadow: none !important;
}

.social-connected > div::before {
  content: "" !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  background: linear-gradient(115deg, rgba(255,255,255,.10), transparent 35%, rgba(255,255,255,.04)) !important;
  opacity: 1 !important;
}

.social-connected .xurl-social-icons {
  position: absolute !important;
  left: 11px !important;
  top: 50% !important;
  width: 31px !important;
  height: 31px !important;
  margin-top: -16px !important;
  z-index: 3 !important;
}

.social-connected .xurl-social-icons::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,.20) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  box-shadow: inset 0 1px 2px rgba(255,255,255,.10) !important;
}

.social-connected .xurl-social-icons a.social-icon {
  display: none !important;
}

.social-connected .xurl-social-icons::after {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  font: 700 15px/31px Arial, sans-serif !important;
}

.social-connected .social_facebook .xurl-social-icons::after {
  content: "f" !important;
}

.social-connected .social_twitter .xurl-social-icons::after {
  content: "X" !important;
  font-size: 12px !important;
}

.social-connected .google-plus .xurl-social-icons::after {
  content: "G+" !important;
  font-size: 10px !important;
}

.social-connected .xurl-text {
  position: relative !important;
  z-index: 4 !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  color: #fff !important;
  text-align: left !important;
  line-height: 46px !important;
  white-space: nowrap !important;
}

.social-connected .social_facebook {
  background: linear-gradient(135deg, #183d8f, #2864d4 55%, #12265b) !important;
  border-color: rgba(92,143,255,.55) !important;
}

.social-connected .social_twitter {
  background: linear-gradient(135deg, #087f9f, #19bce3 55%, #07566d) !important;
  border-color: rgba(68,210,242,.55) !important;
}

.social-connected .google-plus {
  background: linear-gradient(135deg, #8c1c16, #dc3c32 55%, #5a0c09) !important;
  border-color: rgba(255,105,95,.55) !important;
}

.social-connected > div:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.08) !important;
  box-shadow: 0 7px 17px rgba(0,0,0,.45), 0 0 10px rgba(242,185,0,.12) !important;
}

@media (max-width: 767px) {
  .social-connected > div {
    min-height: 44px !important;
    height: 44px !important;
  }
  .social-connected .xurl-text {
    line-height: 44px !important;
  }
}


/* ==========================================================
   JIWAKU88 V4 - COMPACT HERO + REMOVE FASHION BLOCK
   Visual-only: original BS Magazine PHP/templates remain.
   ========================================================== */

/* Smaller hero. Keep the complete 1280x1200 artwork visible
   instead of cropping it with background-size: cover. */
#header .header-middle {
  height: clamp(430px, 48vw, 620px) !important;
  max-height: 620px !important;
  aspect-ratio: auto !important;
  background-color: #050102 !important;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.10), rgba(0,0,0,.10)),
    url("images/jiwaku88-hero.webp") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center 5%, center 5% !important;
  box-shadow: inset 0 -65px 85px rgba(0,0,0,.78), 0 8px 24px rgba(0,0,0,.55) !important;
}

/* Hide the unwanted Fashion/news-grid block, regardless of which
   Bootstrap wrapper e107 puts around it. */
body .news-grig-10-header,
body .news-grid-10,
body [class~="news-grig-10-header"],
body [class~="news-grid-10"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Hide common wrappers left behind by the category grid. */
body .centerside > .row:has(.news-grig-10-header),
body .centerside > .row:has(.news-grid-10),
body .centerside > [class*="col-"]:has(.news-grig-10-header),
body .centerside > [class*="col-"]:has(.news-grid-10) {
  display: none !important;
}

/* Compact any remaining article thumbnails. */
.centerside .news-image img,
.centerside .featured-item img {
  max-height: 180px !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: cover !important;
}

/* If the Fashion title is rendered by another category-grid class,
   leave no visible title strip behind. */
body .centerside h2,
body .leftside h2,
body .rightside h2 {
  /* normal widget headings remain untouched; JS below handles
     the specific heading text "FASHION". */
}

/* ==========================================================
   MOBILE
   ========================================================== */
@media (max-width: 767px) {
  #header .header-middle {
    height: 430px !important;
    max-height: 430px !important;
    background-size: auto 100% !important;
  }

  .centerside .news-image img,
  .centerside .featured-item img {
    max-height: 150px !important;
  }
}


/* ==========================================================
   JIWAKU88 V5 - DESKTOP SIDE AD RAILS
   Decorative only: uses the existing JIWAKU88 artwork.
   The original BS Magazine layout/PHP remains unchanged.
   ========================================================== */

@media (min-width: 1100px) {
  body {
    position: relative;
    background:
      radial-gradient(circle at 50% 20%, rgba(70,0,0,.18), transparent 36%),
      #020202 !important;
  }

  /* Left and right animated advertising rails. */
  body::before,
  body::after {
    content: "";
    position: fixed;
    top: 78px;
    bottom: 18px;
    width: 190px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(244,184,0,.62);
    border-radius: 8px;
    overflow: hidden;
    background-color: #090203;
    background-repeat: no-repeat;
    box-shadow:
      0 0 0 1px rgba(0,0,0,.8),
      0 10px 28px rgba(0,0,0,.65),
      0 0 22px rgba(220,20,20,.18);
    animation: jwSideFloat 5s ease-in-out infinite;
  }

  body::before {
    left: 14px;
    background-image:
      linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.58)),
      url("images/jiwaku88-hero.webp");
    background-size: cover, 260% auto;
    background-position: center, 10% 0%;
    animation:
      jwSideFloat 5s ease-in-out infinite,
      jwSidePanLeft 12s ease-in-out infinite alternate;
  }

  body::after {
    right: 14px;
    background-image:
      linear-gradient(to bottom, rgba(0,0,0,.12), rgba(0,0,0,.58)),
      url("images/jiwaku88-hero.webp");
    background-size: cover, 260% auto;
    background-position: center, 90% 100%;
    animation:
      jwSideFloat 5.6s ease-in-out infinite reverse,
      jwSidePanRight 14s ease-in-out infinite alternate;
  }

  /* Gold edge/highlight gives the rails a banner-ad feel. */
  body > * {
    position: relative;
    z-index: 3;
  }

  @keyframes jwSideFloat {
    0%, 100% { filter: brightness(.92) saturate(1.03); }
    50%      { filter: brightness(1.08) saturate(1.12); }
  }

  @keyframes jwSidePanLeft {
    0%   { background-position: center, 0% 0%; }
    50%  { background-position: center, 35% 45%; }
    100% { background-position: center, 70% 100%; }
  }

  @keyframes jwSidePanRight {
    0%   { background-position: center, 100% 100%; }
    50%  { background-position: center, 60% 50%; }
    100% { background-position: center, 25% 0%; }
  }

  /* Small promo labels on the rails. */
  body > #header::before,
  body > #header::after {
    position: fixed;
    top: 91px;
    z-index: 5;
    pointer-events: none;
    padding: 6px 10px;
    border: 1px solid rgba(255,215,65,.8);
    border-radius: 4px;
    background: linear-gradient(135deg, #a40000, #e7a900);
    color: #fff;
    font: 700 11px/1.1 Arial, sans-serif;
    letter-spacing: .8px;
    text-shadow: 0 1px 2px #000;
    box-shadow: 0 4px 12px rgba(0,0,0,.45);
    animation: jwLabelPulse 2.6s ease-in-out infinite;
  }

  body > #header::before {
    content: "PROMO â€¢ JIWAKU88";
    left: 28px;
  }

  body > #header::after {
    content: "DAFTAR â€¢ BONUS";
    right: 28px;
    animation-delay: 1.3s;
  }

  @keyframes jwLabelPulse {
    0%, 100% { opacity: .82; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-2px); }
  }
}

/* Don't let the ad rails cover tablets/phones. */
@media (max-width: 1099px) {
  body::before,
  body::after,
  body > #header::before,
  body > #header::after {
    display: none !important;
  }
}

/* ==========================================================
   JIWAKU88 - NEWS LIST BACKDROP / THEME INTEGRATION
   Keep the News List itself light, but restore the dark
   JIWAKU88 theme behind it instead of a full white page.
   ========================================================== */

/* Let the theme's dark page background show around the news list. */
html,
body {
  background:
    radial-gradient(circle at 50% 20%, rgba(70,0,0,.18), transparent 36%),
    #020202 !important;
}

#main-content.maincontent {
  background: transparent !important;
  box-shadow: none !important;
}

/* Center column should not create another white backdrop. */
.centerside {
  background: transparent !important;
  color: #f8eee8 !important;
}

/* The List template remains a clean white reading surface. */
.centerside .thumbnails {
  background: #fff !important;
  color: #2e2e2e !important;
  border: 1px solid rgba(242,185,0,.30) !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,.45) !important;
  overflow: hidden !important;
  padding: 0 14px !important;
  margin-bottom: 20px !important;
}

/* Keep the list text readable even though the theme itself is dark. */
.centerside .thumbnails .news-list-item,
.centerside .thumbnails .news-list-summary {
  color: #2e2e2e !important;
}

.centerside .thumbnails .news-list-title a {
  color: #f24024 !important;
}

/* On small screens remove the heavy outer frame. */
@media (max-width: 767px) {
  .centerside .thumbnails {
    border-radius: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* ==========================================================
   JIWAKU88 - NEWS CATEGORY HEADER / MAXWIN
   Remove the old white stripe beside NEWS and use the dark
   JIWAKU88 magazine styling instead.
   ========================================================== */

.newscatitems,
.newscatitems .newscatitems-header {
  background: transparent !important;
}

/* Dark/gold stripe instead of the original white block. */
.newscatitems .newscatitems-header::after {
  left: 120px !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  height: 16px !important;
  margin: 7px 0 7px 0 !important;
  background:
    repeating-linear-gradient(-45deg,
      rgba(255,255,255,.16) 0,
      rgba(255,255,255,.16) 2px,
      rgba(255,255,255,.04) 2px,
      rgba(255,255,255,.04) 5px) !important;
  border-top: 1px solid rgba(242,185,0,.45) !important;
  border-bottom: 1px solid rgba(242,185,0,.22) !important;
  opacity: .9 !important;
  z-index: 1 !important;
}

/* Replace the category text visually with animated MAXWIN. */
.newscatitems .newscatitems-header h2 {
  position: relative !important;
  z-index: 3 !important;
  width: 110px !important;
  height: 30px !important;
  overflow: hidden !important;
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 4px !important;
  font-size: 0 !important;
  line-height: 30px !important;
  color: transparent !important;
  background: transparent !important;
}

.newscatitems .newscatitems-header h2::before {
  content: "MAXWIN" !important;
  display: inline-block !important;
  white-space: nowrap !important;
  font: 20px/30px "Oswald-Medium", Arial, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: .5px !important;
  color: #ffe45f !important;
  text-shadow: 0 0 6px rgba(242,185,0,.35) !important;
  animation: maxwinNewsMove 4.5s linear infinite !important;
}

@keyframes maxwinNewsMove {
  0%   { transform: translateX(-105%); opacity: .35; }
  12%  { opacity: 1; }
  50%  { transform: translateX(0); opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateX(105%); opacity: .35; }
}

/* Keep the NEWS list itself fully integrated with the dark theme. */
.newscatitems .panel,
.newscatitems .panel-default,
.newscatitems .panel-body,
.newscatitems .thumbnails {
  background: linear-gradient(145deg, rgba(34,7,11,.98), rgba(9,2,4,.98)) !important;
  color: #fff !important;
  border-color: rgba(242,185,0,.30) !important;
}

.newscatitems .thumbnails {
  box-shadow: none !important;
}

.newscatitems .news-list-title a,
.newscatitems .news-list-title {
  color: #ffe45f !important;
}

.newscatitems .news-list-summary {
  color: #f4eee9 !important;
}

.newscatitems .news-list-more .btn,
.newscatitems .news-list-more a.btn {
  color: #170800 !important;
  background: linear-gradient(180deg, #ffe45f, #d99d00) !important;
  border-color: #f5c62b !important;
  box-shadow: 0 5px 15px rgba(242,185,0,.18) !important;
  font-weight: 900 !important;
}

@media (max-width: 767px) {
  .newscatitems .newscatitems-header::after {
    left: 100px !important;
  }
  .newscatitems .newscatitems-header h2 {
    width: 92px !important;
  }
}

/* ==========================================================
   JIWAKU88 FINAL FIX - MAXWIN IS STATIC TEXT, NOT A LINK
   ========================================================== */
.newscatitems .newscatitems-header h2.maxwin-news-title {
  width: 110px !important;
  height: 30px !important;
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 5 !important;
  margin: 0 !important;
  padding: 0 5px !important;
  background: transparent !important;
  color: #ffe45f !important;
  font: 700 20px/30px "Oswald-Medium", Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .5px !important;
  text-shadow: 0 0 6px rgba(242,185,0,.35) !important;
}

/* Hide the old pseudo heading completely; no white block beside MAXWIN. */
.newscatitems .newscatitems-header::after {
  background: repeating-linear-gradient(-45deg,
    rgba(255,255,255,.12) 0,
    rgba(255,255,255,.12) 2px,
    rgba(255,255,255,.025) 2px,
    rgba(255,255,255,.025) 5px) !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Animate MAXWIN itself. There is no anchor, so clicking it does nothing. */
.newscatitems .newscatitems-header h2.maxwin-news-title {
  animation: maxwinNewsPulse 2.8s ease-in-out infinite;
}

@keyframes maxwinNewsPulse {
  0%, 100% { opacity: .72; transform: translateX(0); text-shadow: 0 0 3px rgba(242,185,0,.20); }
  50% { opacity: 1; transform: translateX(5px); text-shadow: 0 0 10px rgba(242,185,0,.65); }
}

@media (max-width: 767px) {
  .newscatitems .newscatitems-header h2.maxwin-news-title {
    width: 92px !important;
    font-size: 18px !important;
  }
}
