/* 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 60px 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 {
  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;
} 
.left-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;
}
.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 {
  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;
} 
.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 {
  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;
} 
.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: 12px Arial;
  color: #e0e0e0;
	line-height: 20px;
  background-color: #303030;
  padding: 25px 15px;
}
#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 {
  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;
} 
.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; }














