/* Move down content because we have a fixed navbar that is 50px tall */
body {
  font: 18px "LatoLatin-Regular", Arial;
  color: #666;
  line-height: 1.2;
  background-color: #f2f2f2;
}


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: #5d5d59;
}
a:hover, a:focus {
  color: #1d1d1c;
  outline: 0 none !important;
  text-decoration: none;
}

img { border: none; outline: none; }


/* Font-face for webpage */
/* Webfont: LatoLatin-Regular */
@font-face {
  font-family: 'LatoLatin-Regular';
  src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/LatoLatin-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-Regular */
@font-face {
  font-family: 'Raleway-Regular';
  src: url('fonts/Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Raleway-Regular.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/Raleway-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/Raleway-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Raleway-Bold */
@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/Raleway-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Raleway-Bold.woff2') format('woff2'), /* Modern Browsers */
       url('fonts/Raleway-Bold.woff') format('woff'), /* Modern Browsers */
       url('fonts/Raleway-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}


/*************************************
*** HEADER ***************************
**************************************/
#header {
  background-color: #bf4210;
  min-height: 40px;
  border-bottom: 0px solid #666;
}
#header .logo {
  display: inline-block;
  float: left;
  padding: 1px 15px 0 0;
} 

#header .navbar {
  margin-bottom: 0;
} 
#header .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 ul.nav > li > a {
  font: 14px Arial Heavy;
  color: #fff;
  line-height: 40px;
  background-color: transparent;
  padding: 0 20px;
  text-transform: uppercase;
} 
#header ul.nav > li > a:hover,
#header ul.nav > li > a:focus,
#header ul.nav > li > a.active,
#header ul.nav > li.active > a,
#header ul.nav > li.open > a, 
#header ul.nav > li.open > a:focus, 
#header ul.nav > li.open > a:hover {
  color: #fff;
  background-color: #1f2122;
}
#header ul.nav > li ul.dropdown-menu {
  background-color: #5aa628;
  border: 1px solid #000;
}
#header ul.nav > li ul.dropdown-menu li {
  border-bottom: 1px solid #393939;
}
#header ul.nav > li ul.dropdown-menu li:last-child {
  border-bottom: none;
}
#header ul.nav > li ul.dropdown-menu li a {
  color: #fff;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#header ul.nav > li ul.dropdown-menu li a:hover {
  color: #fff;
  background: #1f2122;
  padding-left: 25px;
}
 

/* Header-bottom */
#header-bottom {
  min-height: 40px;
  background-color: #e7e8e1;
}
#header-bottom .navbar {
  margin-bottom: 0;
}
#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-bottom ul.nav > li > a {
  font: 14px Arial Heavy;
  color: #747471;
  line-height: 0;
  background-color: transparent;
  padding: 14px 15px;
  text-transform: uppercase;
}
#header-bottom ul.nav > li > a:hover,
#header-bottom ul.nav > li > a:focus,
#header-bottom ul.nav > li > a.active,
#header-bottom ul.nav > li.open > a, 
#header-bottom ul.nav > li.open > a:focus, 
#header-bottom ul.nav > li.open > a:hover {
  color: #353534;
  border-bottom: 3px solid #525250;  
  padding: 14px 15px 11px 15px;  
}
#header-bottom .navbar-collapse {
  position: relative;
}

/* SEARCH */
#header-bottom .input-group {
  margin-top: 6px;
  margin-bottom: 6px;
}
#header-bottom .tbox-search { 
  font: 12px Arial; 
  color: #111; 
  background: #fff;  
  margin: 0; 
  padding: 6px; 
  border: 1px solid #e8e8e8;
  -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-bottom .button-search { 
  font-size: 16px;
  color: #696969;
  line-height: 28px;
  background-color: transparent;
  border: none;
  margin-left: 3px;
  margin-right: 5px;
}
#header-bottom .button-search:hover {
  color: #f24024;
}


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

}
#page-content #page-content-top {
  padding-top: 30px;
  padding-bottom: 20px; 
}
#page-content-top .sitename {
  font: 30px "Raleway-Bold", Arial;
  text-transform: uppercase;  
}
#page-content-top .sitename a {
  color: #f24024;
  background:url()
}
#page-content-top .sitename a > .word1 { color: #191919; }
#page-content-top .sitename a > .word2 { color: #f24024; }
#page-content-top .sitename a:hover {
  color: #000;
}
#page-content-top .sitetag { 
  font: 16px "Raleway-Bold", Arial;
  color: #111;
  line-height: 1;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
#page-content-top .sitetag > .word1 { color: #191919; }
#page-content-top .sitetag > .word2 { color: #f24024; }
#page-content-top .sitetag > .word3 { color: #191919; }
#page-content-top .top-banner { 
  overflow: hidden;
  padding: 0 0 15px 0;
}
#page-content-top .siteclock {
  font: 18px "Raleway-Regular", Arial;
  text-transform: uppercase; 
}



/*************************************
*** NEWS CATEGORIES BACKGROUND COLOR *
**************************************/
.news-category-1 { background-color: #5aa628; }
.news-category-2 { background-color: #f04a3c; }
.news-category-3 { background-color: #40bff5; }
.news-category-4 { background-color: #607d8d; }
.news-category-5 { background-color: #ffa905; }
.news-category-6 { background-color: #c064de; }
.news-category-7 { background-color: #009788; }
.news-category-8 { background-color: #ec1562; }
.news-category-9 { background-color: #ff5608; }
.news-category-10 { background-color: #7b2f3d; }


/*************************************
*** NEWS CATEGORIES BORDER COLOR *
**************************************/
.news-cat-1 h2 { border-left: 4px solid #5aa628; border-bottom: 4px solid #5aa628; }
.news-cat-2 h2 { border-left: 4px solid #f04a3c; border-bottom: 4px solid #f04a3c; }
.news-cat-3 h2 { border-left: 4px solid #40bff5; border-bottom: 4px solid #40bff5; }
.news-cat-4 h2 { border-left: 4px solid #607d8d; border-bottom: 4px solid #607d8d; }
.news-cat-5 h2 { border-left: 4px solid #ffa905; border-bottom: 4px solid #ffa905; }
.news-cat-6 h2 { border-left: 4px solid #c064de; border-bottom: 4px solid #c064de; }
.news-cat-7 h2 { border-left: 4px solid #009788; border-bottom: 4px solid #009788; }
.news-cat-8 h2 { border-left: 4px solid #ec1562; border-bottom: 4px solid #ec1562; }
.news-cat-9 h2 { border-left: 4px solid #ff5608; border-bottom: 4px solid #ff5608; }
.news-cat-10 h2 { border-left: 4px solid #7b2f3d; border-bottom: 4px solid #7b2f3d; }


/*************************************
*** NEWS CATEGORIES MORE LINK COLOR **
**************************************/
.readmore-1 a { color: #5aa628; }
.readmore-2 a { color: #f04a3c; }
.readmore-3 a { color: #40bff5; }
.readmore-4 a { color: #607d8d; }
.readmore-5 a { color: #ffa905; }
.readmore-6 a { color: #c064de; }
.readmore-7 a { color: #009788; }
.readmore-8 a { color: #ec1562; }
.readmore-9 a { color: #ff5608; }
.readmore-10 a { color: #7b2f3d; }


/*************************************
*** FEATURED NEWS ********************
**************************************/
#featured-news {
  
}

/* First item */
#featured-news .page-top-news {
  overflow: hidden;
  padding-bottom: 30px;
}
.page-top-news .featured-item {
  position: relative;
  overflow: hidden;
  height: 415px;
  padding-left: 0;
  padding-right: 0;
}
.page-top-news .featured-item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%; 
}
.page-top-news .featured-item .news-image img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;    
}
.page-top-news .featured-item .news-image .news-category {
  position: absolute;
  top: 0;
  right: 0;
  font: 14px "Raleway-Regular", Arial;
  color: #d3d3d3;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 20px; 
  text-transform: uppercase;  
}
.page-top-news .featured-item .news-image .news-category a {
  color: #fff;
}
.page-top-news .featured-item .news-image .news-category a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-top-news .featured-item .news-image .news-header {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 10px;
  background-color: rgba(29, 29, 29, 0.85);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.page-top-news .featured-item .news-image:hover .news-header {
  bottom: 0;
}
.page-top-news .featured-item .news-header h3 {
  font: 26px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 30px;
  margin-top: 0;
}
.page-top-news .featured-item .news-header h3 a {
  color: #e5e5e5;
}
.page-top-news .featured-item .news-header h3 a:hover {
  color: #fff;
}

.page-top-news .featured-item .news-info {
  color: #e5e5e5;
}
.page-top-news .featured-item .news-info .news-readmore a {
  font-family: "Raleway-Regular", Arial;
  color: #e5e5e5;
  text-transform: uppercase;
}
.page-top-news .featured-item .news-info .news-readmore a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Other items */
.page-top-news .items .item {
  position: relative;
  overflow: hidden;
  height: 200px;
  padding-right: 0;
  margin-bottom: 15px;
}
.page-top-news .items .item:nth-child(n+3) {
  margin-bottom: 0;
}
.page-top-news .items .item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
  width: 100%;
  height: 100%;     
}
.page-top-news .items .item .news-image img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  width: 100%;
  margin: 0 auto;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.page-top-news .items .item .news-image .news-category {
  position: absolute;
  top: 0;
  right: 0;
  font: 14px "Raleway-Regular", Arial;
  color: #d3d3d3;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 20px; 
  text-transform: uppercase;  
}
.page-top-news .items .item .news-image .news-category a {
  color: #fff;
}
.page-top-news .items .item .news-image .news-category a:hover {
  color: #fff;
  text-decoration: underline;
}
.page-top-news .items .item .news-image .news-header {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 10px;
  background-color: rgba(29, 29, 29, 0.85);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.page-top-news .items .item .news-image:hover .news-header {
  bottom: 0;
}
.page-top-news .items .item .news-header h4 {
  font: 16px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 22px;
  margin-top: 0;
}
.page-top-news .items .item .news-header h4 a {
  color: #e5e5e5;
}
.page-top-news .items .item .news-header h4 a:hover {
  color: #fff;
}
.page-top-news .items .item .news-info {
  color: #e5e5e5;  
}
.page-top-news .items .item .news-info .news-readmore a {
  font: 11px "Raleway-Regular", Arial;
  color: #e5e5e5;
  text-transform: uppercase;
}  
.page-top-news .items .item .news-info .news-readmore a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) { 
  .page-top-news .items .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 415px;
    margin: 7px 0;
    padding-left: 0;
  }
  .page-top-news .items .item .news-header h4 {
    font: 26px "Raleway-Bold", Arial;
    line-height: 30px;
  }
}


/*************************************
*** BREAKING NEWS ********************
**************************************/
#breaking-news {

}
#breaking-news .breaking-news-inner {
  position: relative;
  background-color: #fff;
  margin: 5px 0 25px 0;
  padding: 0;
}
#breaking-news .breaking-news-latest {
  display: inline-block;
  font: 14px "Raleway-Bold", Arial; 
  color: #fff;
  line-height: 40px;
  background-color: #5aa628;
  margin: 0;
  padding: 0 20px;
  vertical-align: top;
  text-transform: uppercase;
}
#breaking-news ul.newsticker {
  overflow: hidden;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0 0 15px;
}
#breaking-news ul.newsticker li a {
  font: italic 20px "Raleway-Regular", Arial;
  color: #7e7e7e;
  line-height: 40px;
}
#breaking-news ul.newsticker li a:hover {
  color: #111;
}

@media (max-width: 767px) { 
  #breaking-news ul.newsticker li a {
  font: italic 12px "Raleway-Regular", Arial;
  line-height: 40px;
}
}


/*************************************
*** NEWS GRID 1 BOX CATEGORY ID=2 ****
**************************************/
.news-container-1 {
  overflow: hidden;
}
.news-grig-1-header { 
  overflow: hidden;  
}  
.news-grig-1-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-1-header h2 a {
  color: #353534;
}
.news-grig-1-header h2 a:hover {
  color: #000;
}
.news-grid-1 {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
}

/* Featured */
.news-grid-1 .featured-item {
  overflow: hidden;
  padding-top: 15px;
  margin-bottom: 20px;
} 
.news-grid-1 .featured-item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.news-grid-1 .featured-item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-1 .featured-item .news-image .news-header {
  position: absolute;
  bottom: 0;
  margin: 0;
  background-color: rgba(29, 29, 29, 0.85);
  color: #fff;
  padding: 10px;
  width: 100%;
}
.news-grid-1 .featured-item .news-image .news-header .news-date {
  font-size: 12px;
  color: #b5b5b5; 
  line-height: 1.3;
}
.news-grid-1 .featured-item .news-image .news-header h3 {
  font: 18px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 22px;
  margin-top: 0;
}
.news-grid-1 .featured-item .news-image .news-header h3 a {
  color: #e5e5e5;
}
.news-grid-1 .featured-item .news-image .news-header h3 a:hover {
  color: #fff;
}
.news-grid-1 .featured-item .news-image .news-header .news-info {
  color: #e5e5e5;  
} 
.news-grid-1 .featured-item .news-image .news-header .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  color: #e5e5e5;
  text-transform: uppercase;
}
.news-grid-1 .featured-item .news-image .news-header .news-info .news-readmore a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Item */
.news-grid-1 .item {
  overflow: hidden; 
  padding-bottom: 15px;
} 
.news-grid-1 .item .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-1 .item .media .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.news-grid-1 .item .media .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.news-grid-1 .item .media .media-body .news-date {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.4;    
} 
.news-grid-1 .item .media .media-body h4.media-heading {
  font: 20px "Raleway-Bold", Arial;
  line-height: 24px; 
}
.news-grid-1 .item .media .media-body .news-body {
  font-size: 14px;
  padding-bottom: 10px;
}
.news-grid-1 .item .news-info {
  font-size: 11px;
  color: #999;
  line-height: 1.8;  
}
.news-grid-1 .item .media .media-body .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-1 .item .media .media-body .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-1 .item .media .media-body .news-info .news-readmore a:hover::before, 
.news-grid-1 .item .media .media-body .news-info .news-readmore a:focus::before, 
.news-grid-1 .item .media .media-body .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-1 .item .media .media-body .news-info .news-readmore a:hover {
  color: #1d1d1c;
}

  
/*************************************
*** NEWS GRID 2 BOX CATEGORY ID=3 ****
**************************************/
.news-container-2 {
  overflow: hidden;
}
.news-grig-2-header {
  overflow: hidden; 
}  
.news-grig-2-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-2-header h2 a {
  color: #353534;
}
.news-grig-2-header h2 a:hover {
  color: #000;
}
.news-grid-2 {
  overflow: hidden;
} 

/* Featured */
.news-grid-2 .featured-item {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px 0;
}
.news-grid-2 .featured-item .news-image {
  overflow: hidden;
}
.news-grid-2 .featured-item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
} 
.news-grid-2 .featured-item .news-date {
  font-size: 13px;
  color: #b5b5b5;
  line-height: 1.4;    
} 
.news-grid-2 .featured-item h3.news-title {
  font: 26px "Raleway-Bold", Arial;
  line-height: 1.1;
  margin-top: 5px;
}
.news-grid-2 .featured-item .news-body {
  font-size: 16px;
  padding-bottom: 10px;  
} 
.news-grid-2 .featured-item .news-info {
  font-size: 12px;
  color: #999;
  line-height: 1.8;  
}
.news-grid-2 .featured-item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-2 .featured-item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-2 .featured-item .news-info .news-readmore a:hover::before, 
.news-grid-2 .featured-item .news-info .news-readmore a:focus::before, 
.news-grid-2 .featured-item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-2 .featured-item .news-info .news-readmore a:hover {
  color: #1d1d1c;
} 

/* Item */ 
.news-grid-2 .item { 
  padding-bottom: 15px;
}
.news-grid-2 .item .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-2 .item .media .pull-left.news-image {
  overflow: hidden;
}
.news-grid-2 .item .media .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
} 
.news-grid-2 .item .news-date {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.4;   
}  
.news-grid-2 .item h4.media-heading {
  font: 20px "Raleway-Bold", Arial;
  line-height: 24px; 
}
.news-grid-2 .item .news-body {
  font-size: 14px;
  padding-bottom: 10px;
}
.news-grid-2 .item .news-info {
  font-size: 11px;
  color: #b5b5b5;
  line-height: 1.8;   
}
.news-grid-2 .item .news-info .news-readmore {
  padding-right: 15px;
}
.news-grid-2 .item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-2 .item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-2 .item .news-info .news-readmore a:hover::before, 
.news-grid-2 .item .news-info .news-readmore a:focus::before, 
.news-grid-2 .item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-2 .item .news-info .news-readmore a:hover {
  color: #1d1d1c;
} 

@media (max-width: 767px) { 
  .news-grid-2 .featured-item .news-image img {
    margin-bottom: 15px;
  }
}


/*************************************
*** BANNER BOX ***********************
**************************************/
.banner-container-1 {
  overflow: hidden;
}
.banner-container-1 img {
  display: block;
  margin: 10px auto 5px auto;
}


/*************************************
*** NEWS GRID 10 BOX CATEGORY ID=5 ***
**************************************/ 
.news-container-3 {
  overflow: hidden;
}
.news-grig-10-header {
  overflow: hidden; 
}  
.news-grig-10-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-10-header h2 a {
  color: #353534;
}
.news-grig-10-header h2 a:hover {
  color: #000;
}
.news-grid-10 {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 15px;
} 

/* Item */
.news-grid-10 .item {
  overflow: hidden;
}
.news-grid-10 .item .news-image {
  overflow: hidden;
  background-color: #000;
  
}
.news-grid-10 .item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
}
.news-grid-10 .item .news-date {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.4; 
  padding-top: 10px;
}
.news-grid-10 .item h4.news-title {
  font: 20px "Raleway-Bold", Arial;
  line-height: 24px;
  margin-top: 5px;
}
.news-grid-10 .item .news-body {
  font-size: 14px;
  padding-bottom: 10px;
}
.news-grid-10 .item .news-info {
  font: 11px Arial;
  color: #999;
  line-height: 1.8;  
} 
.news-grid-10 .item .news-info .news-readmore {
  padding-right: 15px;
}

.news-grid-10 .item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-10 .item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-10 .item .news-info .news-readmore a:hover::before, 
.news-grid-10 .item .news-info .news-readmore a:focus::before, 
.news-grid-10 .item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-10 .item .news-info .news-readmore a:hover {
  color: #1d1d1c;
} 

@media (max-width: 767px) { 
  .news-grid-10 .item {
    margin-bottom: 15px;
  }
} 


/********************************************
*** NEWS GRID 3 BOX CATEGORY ID=6 AND ID=9 **
*********************************************/
news-container-4 {
  overflow: hidden;
}
.news-grig-3-header {
  overflow: hidden; 
}  
.news-grig-3-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-3-header h2 a {
  color: #353534;
}
.news-grig-3-header h2 a:hover {
  color: #000;
}
.news-grid-3 {
  overflow: hidden;
}

/* Featured */
.news-grid-3 .featured-item {
  overflow: hidden;
  padding-bottom: 15px;
}
.news-grid-3 .featured-item .news-date {
  font-size: 13px;
  color: #b5b5b5;
  line-height: 1.4; 
  padding-top: 10px;
}
.news-grid-3 .featured-item h3.news-title {
  font: 24px "Raleway-Bold", Arial;
  line-height: 1.1;
  margin-top: 5px;
}
.news-grid-3 .featured-item .news-body {
  font-size: 16px;
  padding-bottom: 10px;
}
.news-grid-3 .featured-item .news-info {
  font: 12px Arial;
  color: #999;
  line-height: 1.8;  
}
.news-grid-3 .featured-item .news-info .news-readmore {
  padding-right: 15px;
}
.news-grid-3 .featured-item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-3 .featured-item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-3 .featured-item .news-info .news-readmore a:hover::before, 
.news-grid-3 .featured-item .news-info .news-readmore a:focus::before, 
.news-grid-3 .featured-item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-3 .featured-item .news-info .news-readmore a:hover {
  color: #1d1d1c;
} 

/* Item */
.news-grid-3 .item { 
  padding-bottom: 15px;
}
.news-grid-3 .item .news-date {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.4;   
}  
.news-grid-3 .item h4.media-heading {
  font: 20px "Raleway-Bold", Arial;
  line-height: 24px; 
}
.news-grid-3 .item .news-body {
  font-size: 14px;
  padding-bottom: 10px;
}
.news-grid-3 .item .news-info {
  font-size: 11px;
  color: #b5b5b5;
  line-height: 1.8;   
}
.news-grid-3 .item .news-info .news-readmore {
  padding-right: 15px;
}

.news-grid-3 .item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-3 .item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-3 .item .news-info .news-readmore a:hover::before, 
.news-grid-3 .item .news-info .news-readmore a:focus::before, 
.news-grid-3 .item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-3 .item .news-info .news-readmore a:hover {
  color: #1d1d1c;
} 
  
/* image */ 
.news-grid-3 .media .pull-left {
  padding-right: 0;
  margin-right: 10px;
}
.news-grid-3 .news-image {
  overflow: hidden;
  background-color: #000;
}
.news-grid-3 .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}


/*************************************
*** NEWS GRID 4 BOX NOT IN USED ******
**************************************/
.news-grig-4-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-4-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #fff;
  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: "Raleway-Bold", Arial; 
}


/*************************************
*** NEWS GRID 5 BOX CATEGORY ID=4 ****
**************************************/
news-container-6 {
  overflow: hidden;
}
.news-grig-5-header {
  overflow: hidden; 
}  
.news-grig-5-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-5-header h2 a {
  color: #fff;
}
.news-grig-5-header h2 a:hover {
  color: #000;
}
.news-grid-5 {
  overflow: hidden;
  margin-bottom: 15px;
} 

/* Item */
.news-grid-5 .item {
  overflow: hidden;
  width: 24%;
  background-color: #fff;
  margin-left: 0;
  margin-right: 1%;
  padding-left: 0;
  padding-right: 0;
}
.news-grid-5 .item .news-image {
  overflow: hidden;
  background-color: #000;
}
.news-grid-5 .item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
}
.news-grid-5 .item .news-date {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 1.4; 
  padding: 10px 10px 0 10px;
}
.news-grid-5 .item h4.news-title {
  font: 20px "Raleway-Bold", Arial;
  line-height: 24px;
  margin: 0;
  padding: 0 10px 10px 10px;
}
.news-grid-5 .item .news-body {
  font-size: 14px;
  padding: 0 10px 10px 10px;
}
.news-grid-5 .item .news-info {
  font: 11px Arial;
  color: #999;
  line-height: 1.8;
  padding: 0 10px 10px 10px;  
} 

.news-grid-5 .item .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.news-grid-5 .item .news-info .news-readmore a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.news-grid-5 .item .news-info .news-readmore a:hover::before, 
.news-grid-5 .item .news-info .news-readmore a:focus::before, 
.news-grid-5 .item .news-info .news-readmore a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-grid-5 .item .news-info .news-readmore a:hover {
  color: #1d1d1c;
}  

@media (max-width: 767px) {
  .news-grid-5 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}


/*************************************
*** NEWS GRID 6 BOX CATEGORY ID=7 ****
**************************************/
.news-container-7 {
  overflow: hidden;
}
.news-grig-6-header {
  overflow: hidden; 
}  
.news-grig-6-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-6-header h2 a {
  color: #353534;
}
.news-grig-6-header h2 a:hover {
  color: #000;
}
.news-grid-6 {
  overflow: hidden;
} 

/* Item */
.news-grid-6 .item {
  overflow: hidden; 
  padding-bottom: 15px;
  padding-left: 0;
}
.news-grid-6 .item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.news-grid-6 .item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
}
.news-grid-6 .item .news-image .news-header {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;  
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));  
}
.news-grid-6 .item .news-image .news-header .news-date {
  font-size: 11px;
  color: #e5e5e5; 
  line-height: 1.3;
}
.news-grid-6 .item .news-image .news-header h4 {
  font: 16px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 22px;
  margin-top: 0;
}
.news-grid-6 .item .news-image .news-header h4 a {
  color: #e5e5e5;
}
.news-grid-6 .item .news-image .news-header h4 a:hover {
  color: #fff;
}
.news-grid-6 .item .news-image .news-info {
  font-size: 11px;
  color: #fff;  
}
.news-grid-6 .item .news-image .news-info .news-readmore a {
  font-family: "Raleway-Bold", Arial;
  color: #e5e5e5;
  text-transform: uppercase;
}
.news-grid-6 .item .news-image .news-info .news-readmore a:hover {
  color: #fff;
  text-decoration: underline;
}


/*************************************
*** NEWS GRID 7 BOX CATEGORY ID=8 ****
**************************************/
.news-container-5 {
  overflow: hidden;
}
.news-grig-7-header {
  overflow: hidden; 
}  
.news-grig-7-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.news-grig-7-header h2 a {
  color: #353534;
}
.news-grig-7-header h2 a:hover {
  color: #000;
}
.news-grid-7 {
  overflow: hidden;
}
.news-grid-7 .items {
  overflow: hidden;
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}

/* Item */
.news-grid-7 .item {
  overflow: hidden;
  position: relative; 
}
.news-grid-7 .item .news-image {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.news-grid-7 .item .news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
}
.news-grid-7 .item .news-image .news-header {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
	background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.8)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,.8));
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.news-grid-7 .item .news-image:hover .news-header {
  bottom: 0;
}
.news-grid-7 .item .news-header .news-date {
  font-size: 12px;
  color: #e5e5e5; 
  line-height: 1.4;
}
.news-grid-7 .item .news-header h4 {
  font: 18px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 22px;
  margin-top: 0;
}
.news-grid-7 .item .news-header h4 a {
  color: #e5e5e5;
}
.news-grid-7 .item .news-header h4 a:hover {
  color: #fff;
}
.news-grid-7 .item .news-info {
  color: #fff;  
}
.news-grid-7 .item .news-info .news-readmore a {
  font: 11px "Raleway-Bold", Arial;
  color: #e5e5e5;
  text-transform: uppercase;
}
.news-grid-7 .item .news-info .news-readmore a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 767px) { 
  .news-grid-7 .item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/*************************************
*** NEWS GRID 8 BOX CATEGORY ID=1 ****
**************************************/
.news-grig-8-header {
  padding-top: 20px;
  position: relative; 
  overflow: hidden; 
}  
.news-grig-8-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", 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 h4 {
  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 h3.news-title,
.news-grid-8 .items .item h4.media-heading {
  font-family: "Raleway-Bold", Arial; 
}
 

/*************************************
*** CENTER SIDE MENUS ****************   
**************************************/
.center-menu {
  margin-bottom: 20px;
}
.center-menu .center-menu-header {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.center-menu .center-menu-header h2 {
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px;
  background-color: #bf4210;
}
.center-menu .center-menu-body {
  padding: 0;
}
.center-menu table.table > tbody > tr> td {
  border-top: 1px solid #e5e5e5;
}
.center-menu table.table > tbody > tr> td > div > div.item > h5 {
  background-color: #626262;
  color: #fff;
  font: 20px "Raleway-Regular",Arial;
  text-align: center;
  margin: 0;
  padding: 15px 10px;
}


/*************************************
*** RIGHT SIDE MENUS *****************
**************************************/
.right-menu {
  padding: 25px 0 15px 0;
}
.right-menu .right-menu-header {
  margin: 0;
  padding: 0;
}
.right-menu .right-menu-header h2 { 
  font: 20px "Raleway-Bold", Arial;
  color: #191919;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0;
}
.right-menu .right-menu-header h2 a {
  color: #858585;
}
.right-menu .right-menu-header h2 a:hover {
  color: #494949;
}
.right-menu .body {
  font-size: 18px;
  color: #6f6f6f;
}


/* Right side list-group */
.right-menu .list-group {
  margin-bottom: 0;
}
.right-menu .list-group a.list-group-item {
  font: 18px "Raleway-Regular", Arial; 
  line-height: 18px;
  color: #5d5d59;
  border: none;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0;
  background-color: transparent;
}
.right-menu .list-group a.list-group-item:hover {  
  color: #1d1d1c;
  background-color: #fff;
}
.right-menu .list-group a.list-group-item span.badge {
  background-color: #4e7178;
  font-family: Arial;
  color: #fff;
  line-height: 1;
}
.right-menu .list-group a.list-group-item:hover span.badge {
  background-color: #d5685a;
}


/*************************************
*** 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 { 
	display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #ebebeb;
	line-height: 26px;
  text-transform: uppercase;
  margin: 0;
	padding-left: 10px;
}
.bottom-menu .bottom-menu-body {
  font: 18px Arial;
  color: #a6a6a6;
  padding: 0 5px;
}
.bottom-menu ul {
  list-style: none;
  padding-left: 0;
}
.bottom-menu ul li {
  padding: 5px 0;
  border-bottom: none;
}
.bottom-menu ul li > a {
  font: 16px "Raleway-Bold", 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-upper {
  background-color: #bf4210;
  margin-top: 20px;
}
#footer-upper .footer-upper-item:nth-child(1) {
  border-top: 4px solid #5aa628;
}
#footer-upper .footer-upper-item:nth-child(2) {
  border-top: 4px solid #f04a3c;
}
#footer-upper .footer-upper-item:nth-child(3) {
  border-top: 4px solid #40bff5;
}
#footer-upper .footer-upper-item:nth-child(4) {
  border-top: 4px solid #ffa905;
}
#footer-upper a {
  color: #b9b9b9;
}
#footer-upper a:hover {
  color: #fff;
}

/* Footer Categories navigation */
#footer-upper .bottom-nav-header {
  margin: 0;
  padding: 30px 0 15px 0;
}
#footer-upper .bottom-nav-header h2 { 
	display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #ebebeb;
	line-height: 26px;
  text-transform: uppercase;
  margin: 0;
	padding-left: 10px;
}
#footer-upper .nav-pills > li > a {
  font-size: 16px; 
  padding: 6px 10px;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
#footer-upper .nav-pills > li > a:hover {
  background-color: #000;
}


#footer-lower {
  background-color: #00005d;
}
#footer-lower .site-info {
  overflow: hidden;
  font: 12px "Raleway-Regular", Arial;
  color: #fff;
	line-height: 20px;
  padding: 20px;
}
#footer-lower .site-info a {
  font-weight: bold;
  color: #cacaca;
}
#footer-lower .site-info a:hover {
  color: #fff;
  text-decoration: underline;
}

/* XURL Icons */
#footer-lower .xurl-social-icons {
  margin: 10px 0 0 0;
}
#footer-lower .xurl-social-icons a.social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;
  text-shadow: 3px 2px 2px rgba(0,0,0,0.5);
}
#footer-lower .xurl-social-icons a.social-icon span.fa-fw {
  line-height: 40px;
  width: 40px;
}
#footer-lower .xurl-social-icons a.social-icon.social-rss:hover {
  background-color: #ffc000;
}
#footer-lower .xurl-social-icons a.social-icon.social-facebook:hover {
  background-color: #8b9dc3;
}
#footer-lower .xurl-social-icons a.social-icon.social-twitter:hover {
  background-color: #00aced;
}
#footer-lower .xurl-social-icons a.social-icon.social-google-plus:hover {
  background-color: #dd4b39;
}


/* Move to Top */
#footer-lower .site-info .move-to-top {
  font: 30px Arial;
  color: #333;  
  padding: 10px 0; 
}
#footer-lower .site-info .move-to-top a.top { 
  color: #555;
  background-color: rgba(242, 64, 36, 0.2);
  padding: 6px 20px; 
}
#footer-lower .site-info .move-to-top a.top:hover { 
  color: #fff;
  background-color: rgba(242, 64, 36, 0.9); 
}


/*************************************
*** NEWS LAYOUT *************
**************************************/
.default-item { 
  margin-top: 25px;
  margin-bottom: 25px;
}
.default-item .news-title {
  background-color: #383838;
  margin-bottom: 1px;
  padding: 20px 20px 15px;
}
.default-item .news-title h2 {
  font: 36px "Raleway-Bold",Arial;
  color: #fff;
  line-height: 44px;
}
.default-item .news-title h2 a {
  color: #fff;
}
.default-item .news-title h2 a:hover {
  color: #fff;
}
.default-item .news-images-main { 
  position: relative; 
  overflow: hidden;
  max-height: 400px;    
}
.default-item .news-images-main img {   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.default-item .news-info {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.default-item .news-info ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.default-item .news-info ul > li {
  display: inline-block;
  float: left;
  padding: 10px 10px;
  text-align: center;
}
.default-item .news-info ul > li a {
  color: #fff;
}
.default-item .news-info ul > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.default-item .news-info ul > li > .news-info-top {
  font: 30px "Raleway-Bold", Arial;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.default-item .news-info ul > li > .news-info-bottom {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.default-item .news-content {
  overflow: hidden;
  color: #555;
  padding: 5px 10px 5px 10px;
}
.default-item .news-content .news-content-top {
  border-bottom: 1px solid #dfdfe0;  
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.default-item .news-content .news-content-top .tags {
  font-size: 14px;
  color: #aaa;
  text-transform: uppercase;
  margin-top: 10px;
}
.default-item .news-content .news-content-top > .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;
}

.default-item .news-content .lead {
  font-size: 18px;
}
.default-item .news-content .news-body {
  font-size: 16px;
  padding-bottom: 15px;
}
.default-item .news-content .news-extended {
    
}
.default-item .news-content .news-extended a {  
  font: 20px "Raleway-Regular", Arial;  
  color: #fff;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;  
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  padding: 0 6px;  
}
.default-item .news-content .news-extended a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.default-item .news-content .news-extended a:hover::before, 
.default-item .news-content .news-extended a:focus::before, 
.default-item .news-content .news-extended a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.default-item .news-content .news-extended a::after {
  content: "\f178";
  font-family: FontAwesome;
  padding-left: 5px;
  font-weight: normal;  
}
.default-item .news-content .news-extended a:hover {
  color: #333;
  outline: none;
}


/*************************************
*** NEWS EXTENDED LAYOUT *************
**************************************/
.view-item { 
  margin-top: 25px;
  margin-bottom: 25px;
}
.view-item .news-title { 
  background-color: #383838; 
  margin-bottom: 1px;
  padding: 20px 20px 15px 20px;  
}
.view-item .news-title h2 { 
  font: 36px "Raleway-Bold", Arial;
  color: #fff; 
  line-height: 44px;
}
.view-item .news-images-main { 
  margin: 0; 
  padding: 0; 
}
.view-item .news-images-main img {
  max-width: 100%;
  height: auto;
  display: block;   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.view-item .news-info {
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
}
.view-item .news-info ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.view-item .news-info ul > li {
  display: inline-block;
  float: left;
  margin-right: 1px;
  padding: 15px 20px;
  text-align: center;
}
.view-item .news-info ul > li a {
  color: #fff;
}
.view-item .news-info ul > li a:hover {
  font-weight: bold;
  color: #fff;
}
.view-item .news-info ul > li > .news-info-top {
  font: 18px "Raleway-Bold", Arial;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.view-item .news-info ul > li > .news-info-bottom {
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
.view-item .news-share {
  display: block;
  background-color: #ebebeb;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px;
}
.view-item .news-share a.social-share-facebook-share { 
  background-color: #2d5f9a;
  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: 1.5;
  padding: 5px 15px;
  margin: 0 3px 5px 3px;
} 
.view-item .news-share a.social-share-twitter {
  background-color: #00c3f3;
  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: 1.5;
  padding: 5px 15px;
  margin: 0 3px 5px 3px;
}
.view-item .news-share > div > a.social-share:after { 
  content: attr(data-original-title); 
  font: 14px "Raleway-Regular", Arial;
  color: #fff;  
  padding-left: 4px; 
  text-transform: none;
}
.view-item .news-share 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;
  display: inline-block; 
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 12px;
  margin: 0 3px 5px 3px;
}
.view-item .news-share 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;
  display: inline-block; 
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 12px;
  margin: 0 3px 5px 3px;
}
.view-item .news-share 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;
  display: inline-block; 
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 12px;
  margin: 0 3px 5px 3px;
}
.view-item .news-share 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;
  display: inline-block; 
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  padding: 5px 12px;
  margin: 0 3px 5px 3px;
}

.view-item .news-share a.hidden-print:hover,
.view-item .news-share a.social-share-email:hover,
.view-item .news-share a.social-share-facebook-like:hover,
.view-item .news-share a.social-share-facebook-share:hover,
.view-item .news-share a.social-share-twitter:hover,
.view-item .news-share 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%);  
}
.view-item .news-share .moreshare-on, 
.view-item .news-share .moreshare-off {
  display: inline-block; 
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  background-color: #999;
  padding: 5px 12px;
  margin: 0 3px 5px 3px;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
  border-radius: 4px !important;
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;    
}
.view-item .news-share .more-share {
  display: none;  
}
.view-item .news-body,
.view-item .news-body-extended {   
  font-size: 16px;
  color: #555;
  padding: 10px 15px;
}
.view-item .news-tags { 
  margin: 0 15px; 
  padding: 10px 25px; 
  text-align: right;
  background-color: #ebebeb; 
  border: 3px solid #e9e9e9;
}
.view-item .news-tags span { 
  font: 12px Arial; 
  color: #a0a0a0;
  line-height: 1;
  padding: 6px 10px; 
  vertical-align: middle; 
}
.view-item .news-tags a.news-tag {
  font-size: 12px;
  font-weight: bold; 
  color: #6f6f6f;
  background: #f8f8f8;
  border: 1px solid #ececec;  
  margin: 0 5px 7px 0;
  padding: 5px 10px;  
}
.view-item .news-tags a.news-tag:hover {
  background-color: #555;
  color: #fff;
}


/*************************************
*** NEWS EXTENDED POST BY AUTHOR *****
**************************************/
.post-by-author {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.post-by-author h3.about-author {  
  font: 20px "Raleway-Regular", Arial;
  color: #858585;
  line-height: 30px;
  margin-bottom: 5px; 
  padding-left: 5px;
}
.post-by-author-inner {
  overflow: hidden;
  background: #ebebeb;    
  padding: 15px;
  border: 6px solid #e9e9e9;
}
.post-by-author-avatar img {
  display: block;
  margin: 0 auto;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%; 
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  background-color: #c6c6c6;
}
.post-by-author-body h4 {
  margin-top: 0;
}
.post-by-author-body h4 a {
  color: #f04a3c;
}
.post-by-author-body h4 a:hover {
  color: #1d1d1c;
}
.post-by-author-signature {
  padding-bottom: 10px;
}
.post-by-author-body a.btn {
  text-transform: none;
}


/*************************************
*** NEWS EXTENDED RELATED NEWS *******
**************************************/
.e-related {
  margin-top: 25px;
}
.e-related .related-news-title {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.e-related .related-news-title h2 {
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px;
  background-color: #d6d6d6;
}
.e-related .related-news-image {
  background: #000;
  margin: 0;
  padding: 0;
}
.e-related .related-news-image img {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.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: 20px "Raleway-Regular", Arial;
  color: #f24024;
  line-height: 1.1;  
  margin-top: 0;
}


/*************************************
*** NEWS LIST LAYOUT *****************
**************************************/
.news-list-item {
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.news-list-item .news-list-image {
  position: relative;
  overflow: hidden;
}
.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 .news-list-info {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.news-list-item .news-list-info ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.news-list-item .news-list-info ul > li {
  display: inline-block;
  float: left;
  padding: 10px 10px;
  text-align: center;
}
.news-list-item .news-list-info ul > li a {
  color: #fff;
}
.news-list-item .news-list-info ul > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.news-list-item .news-list-info ul > li > .news-info-top {
  font: 14px "Raleway-Bold", Arial;
  line-height: 1.5;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
}
.news-list-item .news-list-info ul > li > .news-info-bottom {
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
.news-list-item h3.news-list-title {
  font: 34px "Raleway-Bold", Arial; 
}
.news-list-item .news-list-summary {
  font-size: 16px;
  padding-bottom: 10px;
}
.news-list-item .news-list-more {
  text-align: right;
}
.news-list-item .news-list-more a {
  font: 14px "Raleway-Regular", Arial;
  color: #999;
  line-height: 1.8;  
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
} 
.news-list-item .news-list-more a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.news-list-item .news-list-more a:hover::before, 
.news-list-item .news-list-more a:focus::before, 
.news-list-item .news-list-more a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.news-list-item .news-list-more a i {
  padding-left: 5px;
}
.news-list-item .news-list-more a:hover {
  color: #333;
  outline: none;
}


/*************************************
*** NEWS - CATEGORY'S NEWS LAYOUT ****
**************************************/
.newscatitems {
  margin-top: 25px;
  margin-bottom: 25px;
}
.newscatitems .newscatitems-header {
  overflow: hidden; 
}  
.newscatitems .newscatitems-header h2 {
  position: relative; 
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #353534;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 0 10px;
}
.newscatitems .newscatitems-header h2 a {
  color: #353534;
}
.newscatitems .newscatitems-header h2 a:hover {
  color: #000;
}
.newscatitem {
  position: relative;
  overflow: hidden;
  padding-left: 90px;
}
.newscatitem .newscatitem-title {
  position: relative;  
}
.newscatitem .newscatitem-title h2 {
  font: 34px "Raleway-Bold", Arial;
  color: #232323; 
  line-height: 42px; 
  margin-top: 5px;
}
.newscatitem .newscatitem-info {
  font-size: 14px;
  color: #9b9b9b;
  line-height: 18px;
  margin-bottom: 20px;
}
.newscatitem .newscatitem-info > span {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.newscatitem .newscatitem-images-main { 
  position: relative;
  overflow: hidden; 
  margin-bottom: 20px; 
}
.newscatitem .newscatitem-images-main img {
  max-width: 100%;
  height: auto;   
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
.newscatitem .newscatitem-date {
  position: absolute;
  top: 0; 
  left: 0;  
  width: 60px;   
  padding: 10px;
  z-index: 1;
}
.newscatitem .newscatitem-date span.newscatitem-date-day {
  display: block;
  font-size: 21px;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.newscatitem .newscatitem-date span.newscatitem-date-month {
  display: block;
  font-size: 11px; 
  color: #fff;
  line-height: 16px;    
  text-align: center;
}
.newscatitem .newscatitem-date-line {
  position: absolute;
  top: 0;
  left: 30px;
  width: 1px;
  height: 100%;
  border-left: 1px solid #dfdfe0;    
}
.newscatitem .newscatitem-content {
  padding: 15px 10px 0 10px;
}
.newscatitem .newscatitem-content .lead {
  font-size: 16px;
}
.newscatitem .newscatitem-content .newscatitem-body {
  font-size: 16px;
  padding-bottom: 15px;
}
.newscatitem .newscatitem-content .newscatitem-extended {
    
}
.newscatitem .newscatitem-content .newscatitem-extended a {  
  font: 20px "Raleway-Regular", Arial;  
  color: #999;
  line-height: 1.8;
  letter-spacing: 2px;
  text-transform: uppercase;  
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;  
  padding: 0 6px;
}
.newscatitem .newscatitem-content .newscatitem-extended a::before {
  background-color: rgba(85, 85, 85, 0.1);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -moz-transform: scaleX(0);  
  -webkit-transform: scaleX(0);  
  -o-transform: scaleX(0);  
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin:  50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  -ms-transform-origin:  50% 50% 0;
  -o-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.newscatitem .newscatitem-content .newscatitem-extended a:hover::before, 
.newscatitem .newscatitem-content .newscatitem-extended a:focus::before, 
.newscatitem .newscatitem-content .newscatitem-extended a:active::before{
  color: inherit;
  -moz-transform: scaleX(1);  
  -webkit-transform: scaleX(1);  
  -o-transform: scaleX(1);  
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.newscatitem .newscatitem-content .newscatitem-extended a::after {
  content: "\f178";
  font-family: FontAwesome;
  padding-left: 5px;
  font-weight: normal;  
}
.newscatitem .newscatitem-content .newscatitem-extended a:hover {
  color: #333;
  outline: none;
}
.newscatitem .newscatitem-content .newscatitem-bottom {
  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;
}


/*************************************
*** TABBED MENU SLIDER ***************
**************************************/
.tabs-wrapper {
  position: relative;
  margin-top: 25px;
}
.tabs-wrapper ul.nav-tabs {
  background-color: transparent;
  border-bottom: none;
}
.tabs-wrapper ul.nav-tabs li {
  width: 32.5%;
  text-align: center;
  margin: 0 2px 2px 0;
}
.tabs-wrapper ul.nav-tabs li:last-child {
  width: 33.3333%;
  margin-right: 0;
}     
.tabs-wrapper ul.nav-tabs li a { 
  font: 13px "Raleway-Regular", Arial; 
  color: #fff;
  text-decoration: none; 
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  margin: 0; 
  padding: 10px 0;
}
.tabs-wrapper ul.nav-tabs li a.tab-1 {
  background-color: #00a4d1;  
} 
.tabs-wrapper ul.nav-tabs li a.tab-2 {
  background-color: #18aa97; 
} 
.tabs-wrapper ul.nav-tabs li a.tab-3 {
  background-color: #79c638;  
} 
.tabs-wrapper ul.nav-tabs li a,
.tabs-wrapper ul.nav-tabs li a:hover,
.tabs-wrapper ul.nav-tabs li.active a,
.tabs-wrapper ul.nav-tabs li.active a:hover,
.tabs-wrapper ul.nav-tabs li.active a:focus {
  border: none;
} 
.tabs-wrapper ul.nav-tabs li.active a {
  font-family: "Raleway-Bold", Arial; 
  color: #fff !important;
}
.tabs-wrapper .tab-content #tab-1 {
  background-color: rgba(0, 164, 209, 0.1);
}
.tabs-wrapper .tab-content #tab-2 {
  background-color: rgba(24, 170, 151, 0.1); 
}
.tabs-wrapper .tab-content #tab-3 {
  background-color: rgba(121, 198, 56, 0.1);
}
.tabs-wrapper .tabbed-menu {
  padding: 10px;
}



/*************************************
*** 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 {
  display: inline-block;
  font: 10px "Raleway-Regular", Arial;
  color: #fff;
  line-height: 10px;
  text-transform: uppercase;
  padding: 4px 7px;
}
.news-menu-latest .media-body .news-category a,
.popular-menu .media-body .news-category a,
.comment-menu .media-body .news-category a {
  color: #fff;
}
.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: #fff;
  text-decoration: underline;
}
.news-menu-latest .media-body h4.media-heading,
.popular-menu .media-body h4.media-heading,
.comment-menu .media-body h4.media-heading {
  font: 14px "Raleway-Bold", Arial; 
  margin-top: 3px;
}
.news-menu-latest .media-body .news-info,
.popular-menu .media-body .news-info,
.comment-menu .media-body .news-info {
  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;  
} 


/*************************************
*** NEWS MONTHS MENU *****************
**************************************/
.news-menu-archive {
  margin-top: 15px;
}


/*************************************
*** 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 {

}
ul.newforumposts-menu li.media {
  padding: 5px 0;
  border-bottom: none;
}
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: 14px "Raleway-Bold", Arial;
  margin-top: 0;
  margin-bottom: 0;
}
ul.newforumposts-menu li.media .media-body .text-muted {
  color: #acacac;
}


/*************************************
*** TAGCLOUD MENU STYLE **************
**************************************/
.tagcloud-menu { 
  text-align: unset !important;
}
.tagcloud-menu a.tag {
  margin: 0 0 4px 0;
} 
.tagcloud-menu a.tag span { 
  display: inline-block;
  font-size: 13px !important;
  line-height: 1.5;
  color: #fff;
  padding: 7px 10px 8px; 
  background-color: rgba(23, 69, 105, 0.7);  
}
.tagcloud-menu a.tag span:hover {
  color: #fff !important;
  background-color: rgba(23, 69, 105, 1);
}



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

/* for slide buttons */
.right-menu-header h2 span.btn-group {
    
}
.right-menu-header h2 span.btn-group a.btn {
  width: 20px;
  height: 20px;
  font: 18px Arial;
  color: #fff;
  line-height: 16px;
  background-color: #333;
  background-image: -moz-linear-gradient(to bottom, #878787, #565656);
	background-image: -ms-linear-gradient(to bottom, #878787, #565656);
	background-image: -o-linear-gradient(to bottom, #878787, #565656);
	background-image: -webkit-linear-gradient(to bottom, #878787, #565656);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#878787), to(#565656));
	background-image: linear-gradient(to bottom, #878787, #565656); 
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  margin-left: 2px; 
  padding: 0 5px; 
  vertical-align: top;
}  
.right-menu-header h2 span.btn-group a.btn:hover {
  background-color: #ea4748;
  background-image: -moz-linear-gradient(to bottom, #ee6c6d, #bd3a3b);
	background-image: -ms-linear-gradient(to bottom, #ee6c6d, #bd3a3b);
	background-image: -o-linear-gradient(to bottom, #ee6c6d, #bd3a3b);
	background-image: -webkit-linear-gradient(to bottom, #ee6c6d, #bd3a3b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ee6c6d), to(#bd3a3b));
	background-image: linear-gradient(to bottom, #ee6c6d, #bd3a3b);
}
#blogCalendar .item h5 {
  font: 30px "Raleway-Regular", Arial; 
  color: #fff;
  background-color: #626262;
  margin-bottom: 0;
  padding: 30px 20px;
  text-align: center;
}
#blogCalendar .table.blogcalendar, 
.table.blogcalendar {
  background: #fff;
  margin-bottom: 0;
}
#blogCalendar .table.blogcalendar > thead > tr > th.blogcalendar-day-name, 
.table.blogcalendar > thead > tr > th.blogcalendar-day-name {
  text-align: center;
  padding: 5px;
  border-bottom: none;
}
#blogCalendar .table.blogcalendar > thead > tr > th span, 
.table.blogcalendar > thead > tr > th span {
  font-size: 11px;  
  color: #5aa628;
  text-transform: uppercase;
  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: none;
  text-align: center;
  padding: 5px;
} 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-empty span, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day span, 
#blogCalendar .table.blogcalendar > tbody > tr > td.blogcalendar-day-active span, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-empty span, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day span, 
.table.blogcalendar > tbody > tr > td.blogcalendar-day-active span {
  font: 12px "Raleway-Bold", Arial;  
  color: #555;
  text-transform: uppercase;
} 
#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 {
  color: #5aa628;
  padding: 5px;
  background-color: #f2f2f2;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
}
#blogCalendar .blogcalendar-archive-link {
  background-color: #fff;
}
#blogCalendar a.blogcalendar-archive-link {
  font: 12px "Raleway-Regular", Arial;
  color: #191919;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #191919;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
}
#blogCalendar a.blogcalendar-archive-link:hover {
  color: #fff;
  background-color: #5aa628;
  border: 1px solid #5aa628;
  text-decoration: none;
}


/*************************************
*** 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;
}


/*************************************
*** OTHER MENU STYLE *****************
**************************************/
.other-menu {

}
.other-menu .other-menu-header {
  margin: 30px 0 20px 0;
  border-bottom: 1px solid #d6d6d6;
}
.other-menu .other-menu-header h2 {
  display: inline-block;
  font: 20px "Raleway-Bold", Arial;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px;
  background-color: #d6d6d6;
}
.other-menu .other-menu-body {
  padding: 0;
}  


/*************************************
*** COMMENTS STYLE *******************
**************************************/
/*Comment Form */
.comment-box.comment-box-form {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #ebebeb;
  border: 1px solid #e3e3e3;
}
.comment-box.comment-box-form .comment-box-left {

}
.comment-box.comment-box-form .comment-box-left .comment-avatar {

}
.comment-box.comment-box-form .comment-box-left .comment-avatar img {
  border: 2px solid #fff;
  -moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
  border-radius: 50%;   
  margin: 0;  
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); 
}
.comment-box.comment-box-form .comment-box-right {

}
.comment-box.comment-box-form .comment-box-right  .comment-input.form-control {
  border: 1px solid #e3e3e3;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;     
}

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


/* Comments */
#comments-container.media-list {
  margin-bottom: 20px;
}
#comments-container.media-list li.comment-box {
  min-height: 100px;  
}
#comments-container.media-list li.comment-box .comment-box-left {
  width: 75px;
  min-height: 100px;
  font-size: 14px;
  font-style: italic;
  color: #fff;
  background-color: #535353;
  text-align: center;
  padding: 10px;
}
#comments-container.media-list li.comment-box .comment-box-left .comment-icon {
  font-size: 22px;
  padding-bottom: 10px;
}
#comments-container.media-list li.comment-box .comment-box-right {
  overflow: hidden;
  min-height: 100px;
  background-color: #ebebeb;
  border: 1px solid #e3e3e3;
  padding: 15px;
}
#comments-container.media-list li.comment-box .comment-box-right .comment-box-username {
  font-size: 14px;
  font-style: italic;  
  line-height: 1.5;
}
#comments-container.media-list li.comment-box .comment-box-right .comment-box-username a {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;    
  line-height: 1.5;
  padding: 0 5px;
} 
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-reply {
  font-size: 14px;
  font-style: italic;
  color: #999;
  line-height: 1.5;  
  margin: 0;
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  background-color: transparent;
  text-transform: none;
  padding: 0 5px;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-reply::after {
  color: #999;
  content: "\f021";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-reply:hover {
  background-color: transparent;
  color: #1d1d1c;
}
#comments-container.media-list li.comment-box .comment-box-right a:hover.e-comment-reply::after {
  color: #d5685a;
}
#comments-container.media-list li.comment-box .comment-box-right .comment-text {
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-edit,
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-delete,
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-approve {
  font-size: 13px;
  font-style: italic;
  color: #999;
  line-height: 1.5;  
  margin: 0;
  padding: 0 5px;
  border: none;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0; 
  background-color: transparent;
  text-transform: none;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-edit::after {
  color: #999;
  content: "\f044";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-delete::after {
  color: #999;
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-approve::after {
  color: #999;
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 13px;
  margin: 0 0 0 5px;
  vertical-align: top;
}
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-edit:hover,
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-delete:hover,
#comments-container.media-list li.comment-box .comment-box-right a.e-comment-approve:hover {
  background-color: transparent;
  color: #1d1d1c;
}
#comments-container.media-list li.comment-box .comment-box-right a:hover.e-comment-edit::after,
#comments-container.media-list li.comment-box .comment-box-right a:hover.e-comment-delete::after,
#comments-container.media-list li.comment-box .comment-box-right a:hover.e-comment-approve::after {
  color: #d5685a;
}


/*****************************************
*** SOCIAL MEDIA BUTTONS ON RIGHT SIDE ***
******************************************/
.social-connected {
  margin: 0;
  padding: 0;
}
.social-connected .xurl-social-icons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.social-connected .xurl-social-icons a.social-icon {
  display: inline-block;  
  width: 100%;
}
.social-connected .xurl-social-icons a.social-icon:after { 
  content: attr(data-original-title); 
  font: 14px "Raleway-Regular", Arial;
  color: #fff;
  line-height: 32px;  
  padding: 0 10px 0 15px;
}

/* Facebook */
.social-connected .xurl-social-icons a.social-icon.social-facebook {
  background-color: #516eab;
}
.social-connected .xurl-social-icons a.social-icon.social-facebook span {
  width: 50px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0;
  border-right: 1px solid #354870;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .xurl-social-icons a.social-icon.social-facebook:hover {
  background-color: #415889;
}

/* Twitter */ 
.social-connected .xurl-social-icons a.social-icon.social-twitter {
  background-color: #29c5f6;
}
.social-connected .xurl-social-icons a.social-icon.social-twitter span {
  width: 50px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0;
  border-right: 1px solid #218fb2;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .xurl-social-icons a.social-icon.social-twitter:hover {
  background-color: #25a6cf;
}                               

/* Google + */
.social-connected .xurl-social-icons a.social-icon.social-google-plus {
  background-color: #e14e42;
}
.social-connected .xurl-social-icons a.social-icon.social-google-plus span {
  width: 50px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  padding: 0;
  border-right: 1px solid #9d3930;
  text-shadow: 3px 2px 2px rgba(42,57,88,0.8);
}
.social-connected .xurl-social-icons a.social-icon.social-google-plus:hover {
  background-color: #c34237;
}                               
      


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

/*------------------------------------------
	TBOX, CHATBOX
--------------------------------------------*/
.tbox{  
  font: 12px Arial; 
  color: #555; 
  background: #fff !important;  
  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: transparent;
  background-image: none;
  border: 1px solid #191919;
  font: 12px "Raleway-Regular", Arial;
  color: #191919;
  line-height: 1;  
  text-align: center;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
  padding: 10px 20px;
   -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: #5aa628;
  background-image: none;
  border: 1px solid #5aa628;    
  color: #fff;  
}
.btn-default:hover { 
  background-color: #5aa628;
  background-image: none;
  border: 1px solid #5aa628;    
  color: #fff;  
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #5aa628;
  background-image: none;
  border: 1px solid #5aa628;    
  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: #5aa628;
  background-image: none;
  border: 1px solid #5aa628;    
  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 {
  background-color: #5aa628;
  background-image: none;
  border: 1px solid #498721;
  font: 13px "Raleway-Regular", Arial;
  color: #fff;
   line-height: 1;  
  text-align: center;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;   
  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-color: #5aa628;
  background-image: none;
  border: 1px solid #498721;
  font: 13px "Raleway-Regular", Arial;
  color: #fff;
  line-height: 1;  
  text-align: center;
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;  
  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;
} 


/*------------------------------------------
	BREADCRUMB
--------------------------------------------*/ 
ul.breadcrumb {
  background-color: #ebebeb;
}
ul.breadcrumb li {
  color: #000;
}


/*------------------------------------------
	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-wrap {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination {
  overflow: hidden;
  padding: 0;
  -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;
}
ul.pagination > li {
  display: inline-block;
  margin: 0 2px 0 2px;
}
ul.pagination > li a {
  display: block;
  background: #f2f2f2;
  border: 1px solid #cfcfcf;
  color: #707070;
  padding: 6px 9px;
}
ul.pagination > li a:hover,
ul.pagination > li.active > a, 
ul.pagination > li.active > span, 
ul.pagination > li.active > a:hover, 
ul.pagination > li.active > span:hover, 
ul.pagination > li.active > a:focus, 
ul.pagination > li.active > span:focus {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -o-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -webkit-gradient(linear, left top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: linear-gradient(to bottom, #c0c0c0 2%, #929292 2%, #777777 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#777777', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x; 
  border-color: #5d5d5d;
  -moz-box-shadow: 0 1px #ededed;
  -webkit-box-shadow: 0 1px #ededed;
  box-shadow: 0 1px #ededed;
  text-shadow: 0 1px #636363;
  color: #fff;
}
ul.pagination > li:first-child > a, 
ul.pagination > li:first-child > span, 
ul.pagination > li:last-child > a, 
ul.pagination > li:last-child > span {
  -moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
  border-radius: 0;
}
.pagination-no-space .pagination {
  margin: 0;
}


/*************************************
*** FORUM ****************************
**************************************/
/* FORUM */
#forum { }
#forum > table.table { }
#forum > table.table > tbody > tr {
  background-color: #ebebeb;
}
#forum > table.table > tbody > tr.forum-title {
  color: #fff; 
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: -o-linear-gradient(top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: -webkit-gradient(linear, left top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: linear-gradient(to bottom, #f24024 2%, #d0351d 2%, #af2d19 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24024', endColorstr='#af2d19', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x; 
}
#forum > table.table > tbody > tr.forum-parent {
  color: #fff; 
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -o-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -webkit-gradient(linear, left top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: linear-gradient(to bottom, #c0c0c0 2%, #929292 2%, #777777 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#777777', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x; 
}

/* FORUM VIEWFORUM */
#forum-viewforum { }
#forum-viewforum h3 { 
  font-family: "Raleway-Bold", Arial;
}
#forum-viewforum > table.table > tbody > tr {
  color: #fff; 
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: -o-linear-gradient(top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: -webkit-gradient(linear, left top, #f24024 2%, #d0351d 2%, #af2d19 100%);
  background-image: linear-gradient(to bottom, #f24024 2%, #d0351d 2%, #af2d19 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24024', endColorstr='#af2d19', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x; 
}
#forum-viewforum > table.table > tbody > tr[id*="thread-"] {
  background-color: #ebebeb; 
  background-image: none;
  color: #666; 
}
#forum-viewforum > table.table > tbody > tr > td > div > div > a {
  font: 16px "Raleway-Bold", Arial;
}
#forum-viewforum > table.table > tbody > tr > td > div > div > div > small {
  font-size: 12px;
}
#forum-viewforum .panel .panel-heading {
  color: #fff; 
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -o-linear-gradient(top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: -webkit-gradient(linear, left top, #c0c0c0 2%, #929292 2%, #777777 100%);
  background-image: linear-gradient(to bottom, #c0c0c0 2%, #929292 2%, #777777 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#777777', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x; 
}
#forum-viewforum .panel .panel-body {
  background-color: #ebebeb; 
  color: #666;
}
#forum-viewforum > table.table button.btn {
  padding: 6px 12px;
  border-color: #bbb; 
}

/* FORUM VIEWTOPIC */
.center-menu h3 {
  font-family: "Raleway-Bold", Arial;
}
.center-menu a[id="forum-track-button"] {
  font-size: 13px;
  line-height: 1;
  padding: 6px 12px;
  margin-bottom: 10px;
}
#forum-viewtopic li.forum-viewtopic-post {
  border-top: none;    
}
#forum-viewtopic li.forum-viewtopic-post:nth-child(2n+1) {
    background-color: #ebebeb;
}
#forum-viewtopic li.forum-viewtopic-post a.btn,
#forum-viewtopic li.forum-viewtopic-post button.btn {
  padding: 6px 12px;
  border-color: #bbb;    
}
#forum-viewtopic li img.user-avatar {
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
#forum-viewtopic li .label {
  font-size: 12px;
  background-color: #f24024;
}
#forum-viewtopic li i.fa {
  font-size: 12px;
}
#forum-viewtopic li .forum-thread-text {
  font-size: 16px;
}
#forum-viewtopic li .finfobar {
  border-top: 1px solid #dfdfe0;
  margin-top: 7px;
  padding-top: 7px;
}
#forum-viewtopic li .finfobar:first-child {
  border-top: 1px solid transparent;
}
#forum-viewtopic li .finfobar small {
  font-size: 13px;
  color: #979797;
}

/* NEW FORUM THREAD, FORUM REPLY */
#bbcode-panel-post--preview.bbcode-panel a.btn {
  font-size: 14px;
  margin: 0;
  padding: 6px 12px;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: 1px solid rgba(0,0,0,0.1);
}

 

/*************************************
*** TEXTS ****************************
**************************************/
small { font-size: 85%; }
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 20px 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 { 
  width: 100%;
  height: 1px;
  width: 100%;
  background-color: #f0f0f0;
  border-top: 1px solid #dfdfe0;
  margin: 20px auto;
} 
.helpbox { width: 94%; background: transparent; font: 11px sans-serif; color:#8e6e4f; border: 0px; margin: 0; padding: 0; }














