/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/
body{
    background: #919191 url(../images/newback.jpg) repeat-x top;;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}

.date-time{

}
p{
  font-size:13px;
   cursor: default;
}
a {
    color: #AC0003;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
a:hover{
  color: #AC0003; 
}
  a .readmore{
   font-family: 'Champagne',Tahoma,Geneva,sans-serif;
}

#cat-desc a {
  color: #FF0000;
}

#sidebar-a .mod-top{
  margin-top: -20px;
}

#content img {
   /* border: 1px solid #E1E1E1;*/
    margin-bottom: 20px;
    padding: 5px;
    max-width: 98%;
}
.font-icons ul li {
    float: left;
    width: 33%;
}
/* Layout
----------------------------------------------------------------------------------------------------*/
.gt-header{
  padding-top: 0px;
}

/* Menus
----------------------------------------------------------------------------------------------------*/
.menu-dropdown a.level1, .menu-dropdown span.level1 {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
  font-weight: bold;
}

.menu-dropdown li.level2 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.menu-dropdown li:last-child.level2{
  border-bottom: none;    
}
.menu-dropdown li.level2:first-child { background-image: none; }

.menu-dropdown li.level2 .ida-home {
    display: none;
    height: 0;
    left: 0 !important;
    width: 0;
}
.menu-dropdown li.level1:first-child a i{
  font-size: 20px;
    left: 13px;
    position: absolute;
    top: 10px;
}
.menu-dropdown li.level1:first-child > a > span{    
    padding-left: 38px;
}

.menu-line{
  margin-left: 0;
}
.menu-line, .menu-line li, .menu-line li a {
  color: #FFF;
    font-family: aller;
    font-size: 12px;
    line-height: 35px;
}

.menu-line, .menu-line li, .menu-line li a :hover{
  color: #FF9B2A;
}  
#menubar{
  background: none repeat scroll 0 0 #2F3335;
    height: 45px;
    margin: 0 15px;
}
.menu-dropdown > li > a > span{
  line-height: 45px!important;
}
 
.menu-dropdown li.active .level1 {
    background: none repeat scroll 0 0 #FF9B2A;
    color: #FFFFFF;
    height: 45px;
     
}
.menu-dropdown li.active .level1 span{
  color: #fff !important;
}

.menu-dropdown li.remain .level1 { 
  
  color: #fff!important;  
}
.menu-dropdown .dropdown {
   
    top: 45px !important;
}
.dropdown-bg ul li span{
  color: #ccc;
  text-shadow: 0 0 1px #000;
}
.menu-dropdown .dropdown-bg > div {
    border-top:none medium;
    border-left:none medium;
    border-right:none medium;
    border-bottom:3px solid #FF9B2A;
    background: none repeat scroll 0 0 #2F3335 ;   
    padding: 0 5px;
    margin-left: 1px;
}
.menu-dropdown a.level2,
.menu-dropdown span.level2 { 
  color: #FFFFFF;
    font-family: aller;
    font-size: 14px;
    padding-left: 10px;
}
.menu-dropdown li.level2 .level2 span.title {
    line-height: 21px;
}
.menu-dropdown li.level2 .level2 span.subtitle {
    font-family: champagne;
    font-size: 14px;
    line-height: 15px;
}
.menu a, .menu span {
    display: block;
    color: #FFF;
    font-family: aller;
}
.menu a, .menu span:hover {
  color: #FF6600;
}
.menu-sidebar span{
  color: #808080;
}
.mn-arrow {
    background: url("../images/bg-submn.png") no-repeat scroll 20px 0 transparent;
    display: block;
    height: 9px;
    width: 60px;
}
/* Set Hover */
.menu-dropdown a.level2:hover { color: #fff; }
.menu-dropdown a.level3{
  font-size: 12px;
    line-height: 19px;
    padding-left: 18px !important;
}
/* Set Hover */
.menu-dropdown a.level3:hover { color: #fff; }

/* Modules
----------------------------------------------------------------------------------------------------*/
/*News Stick*/
/*G4 News*/


.nspMainPortalMode4 .nspHeader a {
    color: #FFFFFF !important;
    display: block;
    font-family: aller,Verdana,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 20px !important;
    padding: 8px 12px;
}
.nspMainPortalMode3 .nspTitleBlock .nspArtMain {
    border-left:none!important;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 20px 0 30px;
}
.nspMainPortalMode3 .fleft {
    float: left;
    padding-right: 0;
}

.nspMainPortalMode2 .nspBotInterface {
    border-top: 1px dashed #E5E5E5;
    height: 48px;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: -52px;
    overflow: hidden;
    padding: 0 30px 25px;
    position: relative;
}
.nspMainPortalMode2 .nspArt:hover img { background: #FF9B2A; }
.nspMainPortalMode6 .nspSpeakerBig .nspHeader {
  background: #000;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: none!important;
  font-weight: 600;
  line-height: 25px;
  margin: 38px auto 0 !important;
  min-height: 50px;
  min-width: 150px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: -20px;
  padding: 10px;
}
.nspMainPortalMode2 .nspBotInterface .nspArtHeadline,.nspMainPortalMode6 .nspSpeakerSmall .nspHeader a{
  display: none;
}
.nspMainPortalMode2 .nspArt.active img {
    background: none repeat scroll 0 0 #FF9B2A;
    margin: 0 !important;
}
.nspMainPortalMode3 .nspTitleTab .nspTitle {
    color: #444;
    float: left;
    font-family: aller;
    font-size: 13px;
    line-height: 23px;
    margin-left: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    width: 70%;
    z-index: 2;
}

.nspMainPortalMode3 .nspText {        
    font-size: 12px;
    
}
.nspMainPortalMode5 .nspHeader a {
    color: #B3B3B3;
}
.nspMainPortalMode5 .nspArt:hover .nspHeader a {
   color: #FF9B2A;
}
.nspMainPortalMode3 .nspTitleTab .nspTitle:hover {
  color: #FF9B2A;
}
.nspMainPortalMode5 .nspHeader a:active, .nspMainPortalMode5 .nspHeader a:focus, .nspMainPortalMode5 .nspHeader a:hover {
    color: #FF9B2A;
}  
.nspMainPortalMode3 .nspTitleTab .nspDate {
    border-right: 1px solid #E5E5E5;
    color: #B3B6B7;
    float: left;
    font-family: champagne;
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    margin-top: 15px;
    padding: 0 20px;
}
/* Ticker Styling */
.gt-newstick{
   margin-top: -3px;
  border-bottom:1px dashed #F1F1F1;
    display: block;
}
.br-hdbg{
  background: none repeat scroll 0 0 #444;
    padding: 0 8px 2px 10px;
}
.br-arr{
  background: url("../images/bg-breakingnews.png") no-repeat scroll -3px 6px #FFFFFF;
    display: block;    
    height: 32px;
    width: 7px;
    position: absolute;
  margin-left: 71px;
}
.mewstick-left{       
    color: #FFFFFF;
    float: left;
    font-family: aller;
    font-size: 14px;
    line-height: 30px;
    margin-top: -37px;
    
}
.mewstick-left span{
  float: left;
}
.mewstick-right{
  float: right;    
    margin-top: -40px;
    width: 95%;
}
.mewstick-right-ma{
  display:none;
  float: right;
    margin-top: -40px;
    width: 95%;
}
.ticker-wrapper.has-js {  
  width: 75%;
  height: 32px;
  display: block;  
  padding: 4px;
  font-size: 0.75em;
}
.ticker {
  width: 90%;
  height: 23px;
  display: block;
  position: relative;
  overflow: hidden;
   
}
.ticker-title {
  padding-top: 9px;
  color: #990000;
  font-weight: bold;
   
  text-transform: uppercase;
}
.ticker-content {  
    font-size: 15px;    
    line-height: 1.2em;
    margin: 0;
    overflow: hidden;
    padding-top: 6px;
    position: absolute;
    white-space: nowrap;
}
.ticker-content:focus {
  none;
}
.ticker-content a {
  color: #666666;
    font-family: aller;
    font-size: 13px;    
    text-decoration: none;  
}
.ticker-content a:hover {
  text-decoration: none;  
  color: #FF9B2A;
}
.ticker-swipe {
  margin-top: 7px;
  position: absolute;
  top: 0px;
  background-color: #FF9B2A;
  display: block;
  width: 10px;
  height: 23px; 
}
.ticker-swipe span {
   
  background-color: #FF9B2A;
   
  height: 12px;
  width: 10px;
  display: block;
}
.ticker-controls {
  display: none;
    float: left;
    margin-top: 0;
    padding-left: 0;
    width: 0;
    height: 0;
}
.ticker-controls li {
   
}
.ticker-controls li.jnt-play-pause {
 
}
.ticker-controls li.jnt-play-pause.over {
   
}
.ticker-controls li.jnt-play-pause.down {
   
}
.ticker-controls li.jnt-play-pause.paused {
 
}
.ticker-controls li.jnt-play-pause.paused.over {
  background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
  background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
  background-image: url('../images/controls.png');
  background-position: 0px 16px;    
}
.ticker-controls li.jnt-prev.over {
  background-position: 0px 32px;    
}
.ticker-controls li.jnt-prev.down {
  background-position: 0px 0px;    
}
.ticker-controls li.jnt-next {
  background-image: url('../images/controls.png');  
  background-position: 16px 16px;  
}
.ticker-controls li.jnt-next.over {
  background-position: 16px 32px;  
}
.ticker-controls li.jnt-next.down {  
  background-position: 16px 0px;  
}
.js-hidden {
  display: none;
}
.no-js-news {
  padding: 10px 0px 0px 45px; 
  color: #F8F0DB;
}
.left .ticker-swipe {
  /*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
    margin-left: 10px;
}
.left .ticker-controls {
  float: left;
    margin-top: 0;
    padding-left: 0;
}
.right .ticker-swipe {
  /*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
} 
/*GT-Tool Bar*/
.gt-toolbar{
  background: none repeat scroll 0 0 #2F3336;
    border-bottom: 1px solid #444444;
    box-shadow: 0 0 5px #000000;
  
}
.gt-main{
  background: none repeat scroll 0 0 #FAFAFA;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin-top: 5px;
}
/*Date On Top Left*/
.dateontop{
  height: 30px;
}
.dateontop ul{
  font-family: champagne;
  margin: 0;
  padding: 0;
  
}
.dateontop ul li{
  float: left;
    list-style: none outside none;
    margin-right: 5px;
}
.date-l{
  float: left;
  width: 10px;
}
.date-l i{
  color: #FF9B2A;
    font-size: 20px;
    line-height: 33px;
}
.date-r{  
    color: #CCCCCC;
    float: right;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    margin-top: 2px;
    padding: 0 10px;
}
/*Acordion News*/
.nspMainPortalMode3 .fright {
    background: none repeat scroll 0 0 #E1E1E1;
    float: right;
    font-family: aller;
    font-size: 13px;
    padding: 5px 10px;
    border-color: #e0e0e0;
}
.nspMainPortalMode3 .fright:hover{
  background:#FF6600;
  border-color: #FF5500;
  color: #fff;
}
/*Search Module*/
#search input{
  color: #444!important;
}
.searchbox {
    background: url("../images/searchbox_magnifier.png") no-repeat scroll 0 50% transparent;
    border: 1px solid #444444;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    height: 30px;
    margin-right: 20px;
    margin-top: 8px;
    padding: 0 25px;
    width: 100px;
}
.searchbox input {
    background: none repeat scroll 0 0 transparent !important;
}
#menubar #search input[type="text"],
#menubar  input[type="password"],
#menubar  input[type="date"], 
#menubar input[type="datetime"],
#menubar  input[type="email"],
#menubar  input[type="number"],
#menubar input[type="search"], 
#menubar input[type="tel"], 
#menubar input[type="time"], 
#menubar input[type="url"], 
#menubar textarea{
    background-color: none;
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
   
    height: 32px;
    margin: 0 0 12px;
    padding: 0;
    transition: all 0.15s linear 0s;
    width: 100%;
}
#search input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus{

}
.searchbox input {
    color: #fff;
}
.searchbox .results {
  color: #444;
}
/*Social Right Top*/
.social{
  margin-top: 5px !important;
}

.social li{   
    float: left;
    height: 27px;
    margin: 0 2px;
    width: 27px;
}

.social li.sc1{   
  background: url("../images/ic-socials.png") no-repeat scroll -1px -33px transparent;
  cursor: pointer;
}
.social li.sc1:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -1px -2px transparent;
}

.social li.sc2{   
  background: url("../images/ic-socials.png") no-repeat scroll -31px -33px transparent;
  cursor: pointer;
}
.social li.sc2:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -31px -2px transparent;
}

.social li.sc3{   
  background: url("../images/ic-socials.png") no-repeat scroll -61px -33px transparent;
  cursor: pointer;
}
.social li.sc3:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -61px -2px transparent;
}

.social li.sc4{   
  background: url("../images/ic-socials.png") no-repeat scroll -91px -33px transparent;
  cursor: pointer;
}
.social li.sc4:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -91px -2px transparent;
}

.social li.sc5{   
  background: url("../images/ic-socials.png") no-repeat scroll -121px -33px transparent;
  cursor: pointer;
}
.social li.sc5:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -121px -2px transparent;
}

.social li.sc6{   
  background: url("../images/ic-socials.png") no-repeat scroll -151px -33px transparent;
  cursor: pointer;
}
.social li.sc6:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -151px -2px transparent;
}

.social li.sc7{   
  background: url("../images/ic-socials.png") no-repeat scroll -181px -33px transparent;
  cursor: pointer;
}
.social li.sc7:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -181px -2px transparent;
}

.social li.sc8{   
  background: url("../images/ic-socials.png") no-repeat scroll -211px -33px transparent;
  cursor: pointer;
}
.social li.sc8:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -211px -2px transparent;
}

.social li.sc9{   
  background: url("../images/ic-socials.png") no-repeat scroll -240px -33px transparent;
  cursor: pointer;
}
.social li.sc9:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -240px -2px transparent;
}

.social li.sc10{   
  background: url("../images/ic-socials.png") no-repeat scroll -271px -33px transparent;
  cursor: pointer;
}
.social li.sc10:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -271px -2px transparent;
}

.social li.sc11{   
  background: url("../images/ic-socials.png") no-repeat scroll -299px -33px transparent;
  cursor: pointer;
}
.social li.sc11:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -299px -2px transparent;
}

.social li.sc12{   
  background: url("../images/ic-socials.png") no-repeat scroll -329px -33px transparent;
  cursor: pointer;
}
.social li.sc12:hover{   
  background: url("../images/ic-socials.png") no-repeat scroll -329px -2px transparent;
}


/* Slider*/
.camera_caption{
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  height: 114px;
}

.camera_caption h2{
  color: #e1e1e1;
  font-size:20px;
    margin-top: 15px;
    line-height:28px;
    text-transform: uppercase;
    cursor: pointer;   
}
.camera_caption h2:hover{
  color: #FF9B2A;
}
.camera_caption p{
  font-family: aller;
    font-size: 16px;
    height: 43px;
    line-height: 23px;
    margin-top: -10px;
    overflow: hidden;
    text-shadow: none;
}
.camera_wrap {   
    margin-bottom: 0 !important;   
}
.camera_caption .readmore{
  background: none repeat scroll 0 0 #FF9B2A;
    color: #FFFFFF;
    font-family: champagne;
    font-size: 18px;
    height: 40px;
    line-height: 25px;
    margin-left: -30px;
    margin-top: -45px;
    padding: 6px 9px;
    position: absolute;
        
     width: auto;  
     border: 1px solid #FF9B2A; 
     -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
     -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
     box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; 
     color: white; 
     cursor: pointer;
     display: inline-block;         
     outline: none;       
     text-align: center; 
     text-decoration: none; 
     -webkit-transition: background-color 0.15s ease-in-out; 
     -moz-transition: background-color 0.15s ease-in-out; 
     -o-transition: background-color 0.15s ease-in-out; 
     transition: background-color 0.15s ease-in-out;  
}
.camera_caption .readmore i{
  width: 20px;
  font-size: 25px;
}
.camera_caption .readmore:hover{
  background: none repeat scroll 0 0 #993300;
  border-color: #992200;
}
.camera_prev > span {
    background: url("../images/camera_skins.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}
.camera_next > span {
  background: url(../images/camera_skins.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0.75);
}


/*Social Count*/
.social_count{
    
}
.social_count ul li{
  float: left;
    height: 55px;
    margin-left: 8px;
    width: 23%;
  
}
.social_count ul li:first-child{
  margin-left: 0;
}
.social_count ul li:hover {
  opacity:0.75;
}

.social_count li a i{
  color: #FFFFFF;
    font-size: 30px;
    margin: 20px;
}
.social_count li h2{  
    font-family: bebasneue;
    font-size: 10px;
    line-height: 18px;
    margin-top: 0;
}
 
.social_count li a.rss{
  background: url("../images/bg-social4.jpg") no-repeat scroll 0 0 #ffa800;
    display: block;
    height: 55px;
}
.social_count li a.fb{
  background: url("../images/bg-social3.jpg") no-repeat scroll 0 0 #2e3e7c;
    display: block;
    height: 55px;
}
.social_count li a.tw{
  background: url("../images/bg-social2.jpg") no-repeat scroll 0 0 #25a7e5;
    display: block;
    height: 55px;
}
.social_count li a.m{
  background: url("../images/bg-social1.jpg") no-repeat scroll 0 0 #60A02B;
    display: block;
    height: 55px;
}
.social_count li h2.rssc {
    background: none repeat scroll 0 0 #FFE6A6;
    color: #CF6E13;
    text-align: center;
}
.social_count li h2.fbc {
    background: none repeat scroll 0 0 #cbd7ff;
    color: #657fb7;
    text-align: center;
}
.social_count li h2.twc {
    background: none repeat scroll 0 0 #b5def4;
    color: #488bcd;
    text-align: center;
}
.social_count li h2.mc {
    background: none repeat scroll 0 0 #c2e69c;
    color: #648d37;
    text-align: center;
}
/*Subcribe Me*/
.acymailing_form{
  margin-left: 18px;
    margin-top: 15px;
}
.subcribeme h3{  
  border-bottom: 1px solid #EEEEEE;
    font-family: "aller";
    font-size: 23px;
    line-height: 45px;
    margin-right: -17px !important;
    margin-top: -20px !important;
    padding-left: 16px;
    padding-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    width: 106%;
    
}
.acymailing_form p{
  display: inline;
}

.acyfield_email input{
   border-radius: 0 0 0 0;
    box-shadow: none;
    margin-left: 8px;
    padding: 5px;
    width: 72%;
}
.acysubbuttons input{
   background: none repeat scroll 0 0 #FF9B2A;
    border: 1px solid #FF9B1A;
    color: #FFFFFF;
    padding: 6px !important;  
    line-height: 16px;
}
.acysubbuttons {
    float: right;
    margin-top: -43px;
    text-align: center;
}
.acysubbuttons .button:hover{
   background: none repeat scroll 0 0 #993300;
   border-color: #992200;
}
/*
.acyfield_email input{
  float: left;
    margin-left: 10px;
    padding: 7px !important;
    width: 60%;     
    font-size: 15px!important;
    line-height: 14px !important;
}
.acysubbuttons input{
  padding: 7px !important;
    width: 30%;
   
}
.subbutton{
  background: none repeat scroll 0 0 #FF9B2A;
    border: medium none;
    color: #FFFFFF;
    font-family: arial;
    font-size: 15px!important;
    line-height: 16px !important;
    
}
*/
.acymailing_finaltext{
  color: #333;
    display: block;
    font-family: champagne;
    font-size: 17px;
    margin-left: 25px;
    margin-top: 15px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

/*X tab*/
.xt-wrapper.style1 {
    margin-top: -18px !important;
}
.style1 .xt-nav ul li a, .style1 .xt-nav ul li.last a.current { 
    color: #444;
    font-family: Aller;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
.style1 .xt-nav.top a.current{
   background: none repeat scroll 0 0 #FFFFFF;
   border-top: 2px solid #FF9B2A;
     
}

.style1 .xt-nav.top ul {
  border-bottom: 1px solid #eee;
}
/* Cat News */
.entertaiment{
  margin-top: -25px;
}
#innertop > .grid-box > .module > h3,#innerbottom > .grid-box > .module > h3{
  border-bottom: 4px solid #eee;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    text-shadow: 0 1px #e1e1e1;
}

 
.hnews{
  background: none repeat scroll 0 0 #222222;
    display: block;
    height: 202px;
    overflow: hidden;
}

.hnews .share-this{
  background: url("../images/ic-share.png") no-repeat scroll 0 -3px transparent;
    color: #808080;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding-left: 20px;
    position: relative;
    top: -7px;
}
.hnews .share-this:hover{
  color: #FF9B2A;
}
.hnews a .share-this{
  text-indent: 15px;
} 
.hnews img{    
    cursor: pointer;
    height: auto; 
    width: 100%;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}
.hnews img:hover{
   -webkit-transform: scale(1.25) rotate(-7deg);
    -moz-transform: scale(1.25) rotate(-15deg);
    -ms-transform: scale(1.25) rotate(-7deg);
    -o-transform: scale(1.25) rotate(-7deg);
    transform: scale(1.25) rotate(-7deg);
}
.zimg{
  display: block;
  overflow: hidden;
  width: 50%;
}
.hnews-content{
  float: right;
    width: 54%;
    margin-top: -222px;
}

.hnews ul{
  margin-left: 15%;
    margin-top: 0;
}
.hnews ul li h3{   
    
}
.hnews ul li h3 a{
  color:#808080;
  font-size: 19px;
    line-height: 23px;
    padding-top: 20px;
}
.hnews ul li h3 a:hover{
  color: #FF9B2A;
}
.hnews a.hd-author,.hnews .date-time{
  color: #444444;
    font-family: Champagne;
    font-size: 15px;
}
.hnews a.hd-author:hover{
  color: #FF9B2A;
}
.hnews .ida-user,.hnews .ida-time {
  color: #333;
}
.hnews .hd-intro{
  color:#555;
  height: 58px;
    overflow: hidden;
    padding-right: 10px;  
    font-size: 13px;
}
.hnews p{
  text-shadow:  0 1px 0 rgba(0, 0, 0, 0.15);
}
.hnews .readmore{
  background: none repeat scroll 0 0 #FF9B2A;
  border-color:#FF9B2A;
    color: #FFFFFF;
    cursor: pointer;
    font-family: champagne;
    font-size: 18px;
    right: 0;
    margin-top: -13px;
    padding: 7px;
    position: absolute;
     
}
.hnews .readmore{
  
}
.hnews .readmore:hover{
  border-color:#ff5500;
  background: none repeat scroll 0 0 #ff6600;
   
}

.news-related{
  margin-top: 35px;
}
.news-related ul li{
  float: left;
    margin-bottom: 15px;
    padding-right: 24px;
    width: 50%;
}
.news-related ul li img{
  border: 1px solid #E6E6E6;    
    padding: 3px;
  cursor: pointer;
    position: absolute;
    width: 95px;
}
.news-related ul li img:hover,.col-news-related ul li img:hover,.top-rate img:hover{
  border: 1px solid #FF9B2A;
  background: #FF9B2A;
}
.news-related ul li p{
  font-family: arial;
    font-size: 13px;
    margin-left: 110px;
    margin-top: -5px;
}
 
.news-related ul li h5{
  font-size: 12px;
    margin-left: 120px;
    margin-top: -10px;
    text-align: right;
}
.news-related ul li h5 .ida-time, .col-news-related ul li h5 .ida-time {
   color: #DDD;
}
.news-related ul li h5 span{
  color: #B3B3B3;
    font-size: 11px;
    line-height: 12px;
     
}
.news-related ul li h5 a{    
    color: #FF9B2A;
    cursor: pointer;
    font-family: aller;
    font-size: 13px;
    padding: 4px 9px 5px 8px;
}
 
.news-related ul li h5 i{      
    font-size: 16px;
    line-height: 19px;
}
.news-related .readmore:hover,.col-news-related .readmore:hover{
  background: none repeat scroll 0 0 #ff6600;
    color: #fff;
}
.col-news{  
    display: block;
    height: 222px;
    width: 100%;
}
.colnews-cap{
  background: none repeat scroll 0 0 #FF9B2A;
    color: #FFFFFF;
    font-family: aller;
    font-size: 24px;
    height: 55px;
    margin-top: -86px;
    padding: 0 20px;
    position: relative;
}
.colnews-cap h3{
  font-size:15px;
  line-height: 20px;
    padding-top: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}
.colnews-cap h3 a{
  color: #555;
}
.colnews-cap h3 a:hover{
  color: #fff;
  text-shadow: none;
}
.col-news ul {
  margin-top: 25px;
}
.col-news-related ul li{
  display: block;
    height: 71px;
    margin-bottom: 15px;
    width: 100%;
}
.col-news ul li{
  overflow: hidden;
}
 
.col-news ul li img{       
    cursor: pointer; 
    width: 100%;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.col-news ul li img:hover{          
    cursor: pointer;    
    -webkit-transform: scale(1.25) rotate(-7deg);
    -moz-transform: scale(1.25) rotate(-7deg);
    -ms-transform: scale(1.25) rotate(-7deg);
    -o-transform: scale(1.25) rotate(-7deg);
    transform: scale(1.25) rotate(-7deg);
}

.col-news-related ul li img{
  border: 1px solid #E6E6E6;
    height: 50px;
    padding: 3px;
    position: absolute;
    width: 85px;
}

.col-news-related ul li h3{
  font-size:13px;
  margin-left: 100px;
  margin-top: -5px;
}
.col-news-related  ul li h5 {
    color: #B3B3B3;      
    font-size: 11px;
    margin-left: 115px;
    margin-top: -10px;
}
.col-news-related ul li h5 i {
    font-size: 16px;
    line-height: 19px;
}
.col-news-related ul li h5 span {
    color: #999;
    font-family: champagne;
    font-size: 13px;
    line-height: 12px;
}

.col-news-related ul li h5 a {
    border-radius: 3px 3px 3px 3px;
    -o-border-radius:  3px 3px 3px 3px;
  -ms-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
     -webkit-border-radius:   3px 3px 3px 3px;
     -moz-border-radius:   3px 3px 3px 3px;
    color: #999;
    cursor: pointer;
    font-family:champagne;
    font-size: 15px;
    padding: 7px 6px 5px 3px
}
/*Popular*/

.pdark h4{
  color: #444444;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-right: 34px;
}
.pdark h4 a{
  color: #ccc;
    font-family: aller;
    font-size: 13px;
}
.pdark h4 a:hover{
  opacity:0.75;
  color: #FF9B2A;
}
.pcolor h4{
  color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
    padding-right: 34px;
}
.pcolor h4 a{  
  color: #fff;
    font-family: aller;
    font-size: 13px;
}
.pcolor h4 a:hover{
 
}
 
.popular  span{
  font-size: 12px;
}
.popular ul{
  margin-top: 10px;
}
.popular ul li{   
  height:95px;
  margin: -10px 0 0;
}
.pdark{
  background: none repeat scroll 0 0 #444;
  padding: 0 20px;
}
 
.pdark a{
  width: 100%;
}
.pdark span,.pcolor span  {
   
}
.pdark span i{
  color: #666;
    font-size: 16px;
    opacity: 0.7;
    padding-bottom: 10px;
    padding-right: 5px;
}
 .pcolor span i{
  color:#fff;
    font-size: 16px;   
    padding-bottom: 10px;
    padding-right: 5px;
}
.popu-num-c .cm-arr{
  background: url("../images/bg-colorarr.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin-top: -1px;
    position: absolute;
    width: 33px;
    z-index: 9999;
}
.popu-num-d {
    background: none repeat scroll 0 0 #2F3335;     
    display: block;
    float: right;
    font-family: arial !important;
    font-size:12px!important;
    height: 21px;
    padding: 2px 7px;
    position: relative;
    right: -20px;
    text-transform: uppercase;
    width: 24px;
}
.popu-num-d .cm-arr{
  background: url("../images/bg-darkarr.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    margin-top: -1px;
    position: absolute;
    width: 33px;
    z-index: 9999;
}
.popu-num-c {
    background: none repeat scroll 0 0 #C75C15;   
    color:#fff!important;
    display: block;
    float: right;
    font-family: arial !important;
    font-size:12px!important;
    height: 21px;
    padding: 2px 7px;
    position: relative;
    right: -20px;
    text-transform: uppercase;
    width: 24px;
}

.pdark span a,.pdark span{
  color: #aaa;
    font-family: champagne;
    font-size: 13px;

}
.pcolor span a,.pcolor span{
  color:#fff;
  font-family: champagne;
    font-size: 13px;
}
.pcolor{
  background:none repeat scroll 0 0 #FF9B2A;
  padding: 0 20px;
}
#pa-popular{
  width: 100%;
  display: block;
}
.popular ol#pagination li.next {
    background: url("images/bg_buttons.png") no-repeat scroll 0 -48px transparent;
    right: -30px;
}
.popular ol#pagination li.prev {
    background: url("images/bg_buttons.png") no-repeat scroll 0 -64px transparent;
    left: -30px;
}
.popular ol#pagination li {
    background: none repeat scroll 0 0 #808080;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    list-style: none outside none;
    margin: 0 2px;
    text-align: left;
    text-indent: -8000px;
    width: 16px;
}
.popular ol#pagination li.current {
    background: url("images/bg_buttons.png") no-repeat scroll 0 -32px transparent;
    color: #FF0000;
    font-weight: bold;
}
/*paging2*/
.popular{
  overflow: hidden;
  width: 99%;
}
.swControls{
  margin-left: 30% !important;
    margin-top: -260px;
    position: absolute;
}
.swPage{
  
}
a.swShowPage{
  background-color: #808080;
    border-radius: 8px 8px 8px 8px;
    -o-border-radius:   8px 8px 8px 8px;
  -ms-border-radius:  8px 8px 8px 8px;
  -khtml-border-radius:  8px 8px 8px 8px;
     -webkit-border-radius:   8px 8px 8px 8px; 
     -moz-border-radius:    8px 8px 8px 8px;
    float: left;
    height: 8px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 8px;
}

a.swShowPage:hover,
a.swShowPage.active{
  background-color:#FF6600;
  
   
}

/*Top Rate*/


.mod-top > h3.module-title{
  background: none repeat scroll 0 0 #2F3335;
    border-top: 2px solid #FF9B2A;
    color: #FFFFFF;
    font-size: 14px;
    height: 32px;
    line-height: 28px;
    padding-left: 15px;
    text-transform: uppercase;
}
#pa-toprate li{
  min-height:28px;
  width: 100%;
}
 

.top-rate h4{ 
    color: #666666;
    font-size: 13px;
    line-height: 17px;
    padding-left: 115px;
}
.top-rate h5{ 
    color: #ccc;
    font-size: 11px;
    margin-top: -15px;
    padding-left: 130px;
}
.top-rate h4 a:hover{ 
  color: #FF9B2A;
}
.top-rate img {
    border: 1px solid #E6E6E6;
    cursor: pointer;
    padding: 3px;
    position: absolute;
    width: 100px;
}
 
.top-rate p {
    margin-top: -5px;
    padding-left: 95px;
}
.top-rate #pagination {
  color: #2F3335;
}
/*Recent News*/
.xt-pane .line{
  margin-top: 15px;
}
.xt-pane .odd{
  background: #fff;
}
/*Photo News*/

.photonews ul li{
  float: left;
    height: 70px;
    margin: 5px;
    width: 30%;
}

.photonews ul li img {
    height: auto;
    width: 95px !important;
}
.photonews ul li img:hover{
  opacity:0.75;
}

/*Tweeter Fan Box*/
/*---- header ----*/
.twitter-friends{
  margin-top: -50px;
}
.tw-box {
  margin-top: 0;
}
 .tw-box .clr{
    background: url("../images/bg-hr.png") repeat-x scroll 0 0 transparent;
    height: 2px;
    margin-left: 10px;
    
}
div.tfw-header{
  
  overflow:hidden;
  padding:4px;
  background-color: #333;    
  border-top: 2px solid #FF9B2A;  
  font-size:12px;
 
   
}
div.tfw-header a{
  display:block;
  outline:none;
  text-decoration:none;
}
div.tfw-header a:hover{
  text-decoration:none;
  color:#eee;
}
div.tfw-header a img{   
  float:left;
  margin:0 8px 4px 0; 
   
}
div.tfw-header a:hover img{
    
}
div.tfw-header a em{
  display:block;
  font-style:normal;
  line-height:24px;
  font-size:14px;
  font-weight:bold;
  margin:0;
  padding:0;
  text-shadow:1px 1px 1px #666;
  text-align:left;
  color:#fff;
}
div.tfw-header a:hover em{
  text-shadow:1px 1px 1px #000;
}
div.tfw-header a var{
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:top;
  *display:inline;
  margin:2px 0;
  line-height: 18px;
  height: 18px;
  position:relative;
  background-color:#efefef;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#dedede));
  background-image:-moz-linear-gradient(top,#fff,#dedede);
  background-image:-o-linear-gradient(top,#fff,#dedede);
  background-image:-ms-linear-gradient(top,#fff,#dedede);
  background-image:linear-gradient(top,#fff,#dedede);
  border:#ccc solid 1px;
 -o-border-radius:  3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
     -webkit-border-radius:  3px; 
     -moz-border-radius:   3px;
  border-radius:3px;
  
  color:#333;
  overflow:hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
   
  padding:0 3px 0 20px;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
  box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a:hover var{
  border-color:#bbb;
  background-color:#f8f8f8;
  background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d9d9d9));
  background-image:-moz-linear-gradient(top,#f8f8f8,#d9d9d9);
  background-image:-o-linear-gradient(top,#f8f8f8,#d9d9d9);
  background-image:-ms-linear-gradient(top,#f8f8f8,#d9d9d9);
  background-image:linear-gradient(top,#f8f8f8,#d9d9d9);
  -webkit-box-shadow:0 3px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
div.tfw-header a var i{
  position:absolute;
  top:50%;
  left:2px;
  margin-top:-6px;
  width:16px;
  height:12px;
  background:transparent url(http://twitter-friends-widget.googlecode.com/svn/v2/twitter.png) 0 0 no-repeat;
}
div.tfw-header a dfn{
  display:block;
  margin:0;
  padding:0;
  font-weight:lighter;
  text-align:right;
  font-style:normal;
  font-size:11px;
  line-height:14px;
  color:#fff;
  cursor: default;
  border:none;
}

/*---- users div ----*/
div.tfw-users{
  border:#DDEEF6 1px solid;
  overflow:hidden;
  background-color:#fefefe;
  padding:20px 0 0 20px;
   
  
  display:-moz-inline-stack;
  display:block;
}
/* ul list of users */
div.tfw-users a{
  display:block;
  float:left;
  overflow:hidden;
  text-decoration:none;
  outline:none;
  margin:0 4px 4px 0;
  filter:alpha(opacity=80);
  opacity:0.8;
}
div.tfw-users a:hover{
  opacity:1;
  filter:alpha(opacity=100);
}
div.tfw-users a img{
  display:block;
  border:none;
  filter:alpha(opacity=80);
}
div.tfw-users a:hover img{
  filter:alpha(opacity=100);
}
div.tfw-users a i{
  display:block;
  white-space:nowrap;
  overflow:hidden;
  height:16px;
  line-height:16px;
  font-style:normal;
  color:#666;
  font-size:9px;
  padding:0 2px;
}

/*---- tweet div ----*/
div.tfw-tweet{
  overflow:hidden;
  position:relative;
  background-color:#F2FBFF;
  padding:4px;
  border:#DDEEF6 1px solid;
  border-top:none;
   
  font-size:11px;
}

/* tweet author avatar */
div.tfw-tweet .avatar{
  display:block;
  width:48px;
  height:48px;
  margin:0 4px 4px 0;
  float:left;
  overflow:hidden;
}
/* author name */
div.tfw-tweet strong a{
  margin-right:5px;
}
/* tweet body */
div.tfw-tweet .body {
  display:block;
  margin-left:55px;
}
/* tweet content */
div.tfw-tweet .content{
}
/* tweet date and source */
div.tfw-tweet .meta {
  color:#999999;
  display:block;
  font-size:10px;
  margin:3px 0 0;
}
div.tfw-tweet .meta a{
  color:#999999;
  text-decoration:none;
}
div.tfw-tweet .meta a:hover{
  text-decoration:underline;
}
 
a.tfw-info{
  display:none;
  text-decoration:none;
  outline:none;
  padding:4px;
  border:#DDEEF6 1px solid;
  border-top:none;
  text-align:right;
  font-size:9px;
  color:#666;
  background-color:#C0DEED;
 
  border-radius: 0px 0px 4px 4px;  
   -o-border-radius:   0px 0px 4px 4px;
  -ms-border-radius:  0px 0px 4px 4px;
  -khtml-border-radius:  0px 0px 4px 4px;
     -webkit-border-radius:    0px 0px 4px 4px;
     -moz-border-radius:    0px 0px 4px 4px;
}
a.tfw-info:hover{
  color:#000;
}



.gt-bottom-a{
  background: none repeat scroll 0 0 #808080;
    border-top: 5px solid #CCCCCC;
}
.gt-bottom-a .mod-box{
  color: #fff;
}
.specnews ul li{
  background: none repeat scroll 0 0 #FF9B2A;     
    float: left;
    margin-left: 25px;
    width: 23%;
}
.specnews ul li:first-child{
  margin-left: 0;
}


.nspMainPortalMode3 .nspTitleTab {
    background: url("../images/nsp_portal_mode_3_interface.png") no-repeat scroll 100% 0 #FFFFFF;    
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    margin-bottom: 2px;
    margin-right:20px;
    position: relative;
    z-index: 2;
}

/*Footer */
#footer {
    margin: -5px;
}
.footer{
  background: #2f3336;
}
.gt-bottom-b{
  background: none repeat scroll 0 0 #222;   
    border-top: medium solid #FF9B2A;
}
.footer ul li.f-widget{
  float:left;  
  width: 20%;
  min-height: 180px;
   
}
.footer ul li:first-child .f-widget{
  margin-left: 0;
}
.f-widget h3{
  margin-top: 0;
}
.f-widget li a{   
  font-size: 13px;
  color: #555;
   text-shadow: none;
}
.f-widget li p a {
    color: #444;
    font-family: aller;
}
.f-widget li a:hover{
  color: #FF9B2A;
}
.f-widget p{
  color: #555;
  font-size: 14px;
  text-shadow: none;
} 
  
.ct-map .ic-map, .ct-map .ic-phone, .ct-map .ic-email {    
    display: block;     
    position: absolute;    
    font-size: 20px;
    line-height: 28px;
   
}
.ct-map {
  margin-bottom: 10px;    
}
.ct-map ul li{
  font-family: aller;
    padding-left: 30px;
}
.gt-footer{
  background: none repeat scroll 0 0 #222;
    border-top: 1px solid #666;
    margin-bottom: -30px;
}
.gt-footer ul{
  min-height: 50px;
}
.cr-info p{
  color: #666666;
    font-size: 12px;
    opacity: 0.5;
    text-shadow: none;
}
.social ul li {
    background: none repeat scroll 0 0 rgba(65, 65, 65, 0.45);
    border-radius: 20px 20px 20px 20px;
    -o-border-radius:   20px 20px 20px 20px;
  -ms-border-radius:  20px 20px 20px 20px;
  -khtml-border-radius:  20px 20px 20px 20px;
     -webkit-border-radius:   20px 20px 20px 20px; 
     -moz-border-radius:  20px 20px 20px 20px;
    float: left;
    height: 21px;
    margin-right: 5px;
    padding: 5px 9px;
    width: 14px;
}
/*Recent News*/ 
.k2-recent-mod{
  margin-top: -60px;
}
.blog-latest{
  width: 100%;
  
} 
#bl-items .readmore{
  color: #ccc;
  padding: 5px 10px;
}
#bl-items .readmore:hover{
  background: #13ACF3;
  color: #fff;
}
.blog-latest ol#pagination li.next {
    background: url("../images/bg-blognav.png") no-repeat scroll -25px 0 transparent;
    height: 58px;
    right: -5px;
    text-indent: -9000px;
    top: 75px;
    width: 30px;
}
.blog-latest ol#pagination li.prev {
    background: url("../images/bg-blognav.png") no-repeat scroll 0 0 transparent;
    height: 68px;
    left: 0;
    text-indent: -9000px;
    top: 75px !important;
    width: 30px;
}
.blog-latest ol#pagination li.prev, ol#pagination li.next {
  cursor:pointer;
    position: absolute;
    top: 54px;
}
 
.blog-latest ul{
  padding-left: 0;
  margin-left: 0 !important;    
}
.blog-latest ul li{
  float: left;
    margin: 10px;
    width: 30%;
    
}
#bl-items h3 a{   
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
} 
#bl-items h5{
  color: #ccc;
    font-size: 14px;
}
.bl-header{
  background:#fff;
  display: block;
}
.blog-latest img{
  width: 180px;
  height: 120px;
  -moz-box-shadow:2px 2px 4px #8e8e8e;
  -webkit-box-shadow:2px 2px 4px #8e8e8e;
  box-shadow:2px 2px 4px #8e8e8e;
}
#bl-items p{
  font-size: 14px;
    margin-top: -10px  
}
.bl-nav{
  display: block;
    margin-left: 60px;
    margin-top: -80px;
    position: absolute;
    width: 70px;
    opacity:0;
    
}
.bl-nav i{
    background: none repeat scroll 0 0 #FF9B2A;    
    color: #FFFFFF;
    display: block;
    float: left;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 28px;
  -webkit-border-radius: 28px;
    -moz-border-radius: 28px; 
    -o-border-radius:  28px;
  -ms-border-radius: 28px;
  -khtml-border-radius: 28px;
     -webkit-border-radius: 28px;  
     -moz-border-radius: 28px;
  border-radius:28px; 
  cursor: pointer;
  margin: 0 2px;
  -moz-box-shadow:1px 1px 2px #8e8e8e;
  -webkit-box-shadow:1px 1px 2px #8e8e8e;
  box-shadow:1px 1px 2px #8e8e8e;
}
.blog-latest h4{
  font-weight: bold;
}
.blog-latest h5{
  color: #999;
    font-family: champagne !important;
    font-size: 13px;
    margin-top: -12px;
}
.blog-latest h5 i{
  color: #ddd;
}
.bl-nav i:hover{
  background: none repeat scroll 0 0 #fff;    
    color: #FF9B2A;
}
.blog-latest li img:hover{
 
}
.bl-cmcount{
  background: none repeat scroll 0 0 #FF9B2A;
    color: #FFFFFF;
    height: 23px;
    margin-left: 141px;
    margin-top: -125px;
    padding: 3px 10px 0 16px;
    position: absolute;
    width: 13px;
}
.bl-cmcountarr {
    background: url("../images/bg-blcmcountarr.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 17px;
    margin-left: 0;
    margin-top: 3px;
    width: 10px;
}
/*K2 Blog*/
.k2Avatar img{
  margin: 4px 20px 4px 0 !important;
}
 div.k2LatestCommentsBlock ul li {
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 10px;
    padding-top: 15px;
}
div.k2LatestCommentsBlock ul li.lastItem {
  border-bottom: medium none;
    padding-bottom: 0;
}
div.catItemHeader h3.catItemTitle {
  border-bottom: 1px solid #FF9B2A;
    color: #444444;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 10px 0 4px;
}
div.k2LatestCommentsBlock ul {
  padding-left: 0;
}
.even {
  background: none;
}
div.tagItemIntroText img {
  width: 100%;
}
.k2Avatar img {
    margin: 4px 20px 4px 0 !important;
}
div.itemToolbar {
    padding: 10px 0;
}
.hd-left{
  height: 56px;
    margin-top: 12px;
    padding: 7px 7px 0;
    position: absolute;
    width: 77px;
  -webkit-box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow:     2px 2px 4px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  2px 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.hd-right{
  padding-left: 90px;
}
.hd-left .itemDate {
  background: none repeat scroll 0 0 #FF9B2A;
  padding: 5px;
  position: absolute;  
  top: 5px;
  overflow: hidden; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  width: 65px;
}
.hd-left .catItemCommentsLink {
   border: 0 none;
    font-family: aller;
    font-size: 12px;
    opacity: 0.75;
    position: absolute;
    top: 36px;
    width: 120px;
}
.hd-left .itemDate .date {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 160%;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    text-shadow: none !important;
    text-transform: uppercase;
}
.hd-left .itemDate .month, .k2-latest .itemDate .year {
    color: #fff;
    display: block;
    font-size: 64%;
    letter-spacing: 1px;
    line-height: 1;
    padding: 1px 0;
    text-align: center;
    text-transform: uppercase;
}
  .hd-left .itemDate .month-year {
  display: block;
  float: left;
}

  .hd-left.itemDate .month,
  .hd-left .itemDate .year {
  color: #fff;
  display: block;
  font-size: 54%;
  letter-spacing: 1px;
  line-height: 1;
  padding: 1px 0;
  text-align: center;
  text-transform: uppercase;
}
 .hd-left div.catItemHeader h3.catItemTitle {
  border-bottom: medium none !important;
}

div.itemHeader h2.itemTitle {
  border-bottom: 1px solid #FF9B2A;
    color: #444444;
    font-family: aller;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
div.catItemHeader h3.catItemTitle a{
  color: #444;
   
}

div.catItemHeader span.catItemAuthor { 
    font-family: champagne;
}
.itemIntroText p span{
  color: #808080 !important;
    font-size: 13px !important;
}
.catItemIntroText p span{
  color: #808080 !important;
    font-size: 13px !important;
} 
.itemFullText p span{
  color: #808080 !important;
    font-size: 13px !important;
}
.itemFullText img{
  width: 100%;
}

div.itemRelated {
  font-size: 13px;
    float:left;
    width: 50%;
    
}
div.itemAuthorLatest {
  font-family: aller;
    font-size: 13px;         
}
.itemAuthorLatest .odd,.itemRelated .odd{
  background: #fff;
}
div.catItemIntroText img {
  width: 100%;
}

div.catItemCategory span {    
     font-family: champagne;
    
}

div.catItemCategory a {
    font-family: aller;
}
.itemToolbar .itemAuthor{
  font-family: champagne;
    font-size: 14px;
}

div.itemToolbar ul li a {
    font-family: aller;
    font-size: 12px;
    font-weight: normal;
}
div.itemToolbar ul li {
    font-family: champagne;
    font-size: 14px;
    list-style: none outside none;
    text-align: center;
}
#fontDecrease img,#fontIncrease img{
   
    margin-top: 5px;
}
div.itemRatingBlock span {
    color: #FF9B2A;
    display: block;
    float: left;
    font-family: champagne;
    font-size: 25px;
    font-style: normal;
    margin: 0;
    padding: 2px 4px 0 0;
}
div.itemCategory span {
    color: #555555;
    font-family: champagne;
    font-size: 16px;
    padding: 0 4px 0 0;
}
div.itemCategory a {
    font-family: aller;
    font-size: 14px;
}
div.itemAuthorLatest h3,div.itemRelated h3 {
    font-family: champagne;
}

div.itemAuthorBlock {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FF9B2A;
    margin: 0 0 16px;
    padding: 8px;
}
div.itemCategory {
    border-bottom: 1px dashed #CCCCCC;
    padding: 4px;
}
div.itemNavigation span.itemNavigationTitle {
    color: #999999;
      font-family: champagne;
}
 
div.itemNavigation a.itemPrevious {color: #CCCCCC;
    font-family: aller;
    padding: 0 12px;}
div.itemNavigation a.itemNext {color: #CCCCCC; padding:0 12px; font-family: aller;}


div.itemNavigation {
    background: none repeat scroll 0 0 #444444;
    border: none;
}
div.itemCommentsForm p.itemCommentsFormNotes {
    border-top: 1px dashed #444;
    font-family: champagne;
    font-size: 15px;
    text-shadow: none;
}
div.itemCommentsForm form label.formComment {
    display: block;
    font-family: aller;
    margin: 12px 0 0 2px;
}
div.itemComments ul.itemCommentsList li p {
    font-size: 13px;
    padding: 4px 0;
    text-shadow: none;
}
.odd {
    background: none repeat scroll 0 0 #444444;
    border-bottom:none;
}

div.itemComments ul.itemCommentsList li {
    border-bottom:none;
}

div.itemComments ul.itemCommentsList li span.commentDate {
    border-right: none;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: bold;
    margin: 0 8px 0 0;
    padding: 0 4px 0 0;
}
div.itemCommentsForm form textarea.inputbox {
    display: block;
    font-family: champagne;
    font-size: 15px;
    height: 160px;
    margin: 0;
    width: 100%;
}

div.itemCommentsForm form label.formName {
    display: block;
    font-family: aller;
    margin: 12px 0 0 2px;
}
div.itemCommentsForm form label.formEmail {
    display: block;
    font-family: aller;
    margin: 12px 0 0 2px;
}

div.itemCommentsForm form label.formUrl {
    display: block;
    font-family: aller;
    margin: 12px 0 0 2px;
}

div.itemCommentsForm form input.inputbox {
    display: block;
    font-family: champagne;
    font-size: 15px;
    margin: 0;
    width: 100%;
}
span.itemHits {
    float: left;
    font-family: aller;
}
span.itemDateModified {
    font-family: champagne;
    font-size: 15px;
}
div.itemContentFooter {
    border-top: 1px dashed #DDDDDD;
    color: #999999;
    display: block;
    margin: 16px 0 4px;
    padding: 4px;
    text-align: right;
}

div.catItemCommentsLink a {
  color:#999;
    font-family: aller;
}
div.catItemReadMore a {
  color:#999;
    font-family: aller;
}
div.catItemTagsBlock span {
    color: #555555;
    font-family: champagne;
    padding: 0 4px 0 0;
}

div.catItemTagsBlock ul.catItemTags li a {
    font-family: aller;
}
div.k2LatestCommentsBlock ul li span.lcUsername {
    font-family: champagne;
}

div.k2LatestCommentsBlock ul li a {
    font-family: arial;
    font-size: 12px;
}
div.k2LatestCommentsBlock ul li span.lcCommentDate {
    color: #999999;
    font-family: champagne;
}
div.catItemHeader span.catItemAuthor a {
  font-family: aller;
  font-size: 12px;
}

div.itemComments {
    background: none repeat scroll 0 0 #333;   
    padding: 16px;
}
div.itemAuthorLatest ul li a,div.itemRelated ul li a {
    color: #808080;
    font-family: aller;
    font-size: 12px;
}
div.itemAuthorLatest ul li a:hover {
    color: #FF9B2A;
}

a.swShowPage:hover, a.swShowPage.active {
    background-color: #FF6600;
}
a.swShowPage {
    background-color: #808080;
    border-radius: 8px 8px 8px 8px;
    -o-border-radius:  8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -khtml-border-radius: 8px 8px 8px 8px;
     -webkit-border-radius:  8px 8px 8px 8px; 
     -moz-border-radius: 8px 8px 8px 8px;
    float: left;
    height: 8px;
    margin: 4px 3px;
    text-indent: -9999px;
    width: 8px;
}

div.itemCommentsForm form input#submitCommentButton {
    background: none repeat scroll 0 0 #FF9B2A;
    border-color: #FF9900;
    display: block;
    font-size: 16px;
    margin: 16px 0 0;
    padding: 4px;
    color: #fff;
    font-family: aller;
    padding: 5px 15px;
}
div.itemBackToTop {
    border: medium none;
    display: none;
    text-align: right;
}
div.groupPrimary {
    margin: 0 15px;
}
div.userBlock{
  background: none repeat scroll 0 0 #F1F1F1;
  border: none;
}
.pagination a,.pagination strong{
  background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #F9F9F9;
    padding: 3px 5px;
}
.pagination strong{

}
/*Joomla Content*/
#system .item > .links a {
    margin-right: 15px;
    font-family: aller;
}
 
/*Forum*/
.kcat-topics,.kcol-mid, .kcol-knoposts{
   font-family: champagne !important
}
#Kunena #ktab a{
  border-radius:0;
}
#Kunena span.kcat-topics, #Kunena span.kcat-replies {
    color: #999999;
    font-size: 12px!important;
}
#Kunena .kforum-headerdesc {
    background-color: #FFFFFF;
    border-color: #BFC3C6;
    color: #808080;
}

#Kunena div.kmsg-header-left span.kmsgdate-left {
  font-family:champagne !important;
    float: none;
    padding: 0 0 5px;
}

#Kunena div.kmsg-header-left span.kmsgdate-left {
    float: none;
    font-family: champagne;
    padding: 0 0 5px;
}

#Kunena .kpost-profile span.kavatar img, #Kunena .kprofilebox .kavatar {
    
}
#Kunena span.kavatar img {
    
    margin: 5px;
    max-height: 150px;
    max-width: 100px;
    padding: 1px;
}
#Kunena div.kmsgbody div.kmsgtext {
    font-family: arial;
    overflow: hidden;
    word-wrap: break-word;
}
#Kunena .kforum-headerdesc {
  font-family:arial;
    background-color: #FFFFFF;
    border-color: #BFC3C6;
    color: #808080;
}
#Kunena div.kthead-desc, #Kunena div.kthead-moderators {
    clear: left;
    font-size: 12px !important;
    line-height: 20px;
}
#Kunena .path-element-first{
  background: url(../images/homeforum.png) no-repeat !important;
}

#Kunena a.close{
  background-color: #333333 !important;
    margin: 7px;
}
.kforum-pathway{
  background:-moz-linear-gradient(center top , #FFFFFF 0%, #F3F3F3 100%) repeat scroll 0 0 transparent;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(center top,  #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
  
}
#Kunena .kforum-pathway, #Kunena .kforum-pathway-bottom{
  background-color:rgba(255,255,255,0.5);  
  background:-moz-linear-gradient(top,  #fff 0%, #f3f3f3 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
  background:-webkit-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
  background:-o-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
  background:-ms-linear-gradient(top,  #fff 0%,#f3f3f3 100%);
  background:linear-gradient(top,  #fff 0%,#f3f3f3 100%)
}

#Kunena span.kcat-topics, #Kunena span.kcat-replies {
    color: #999;
    font-size: 14px!important;
}
#Kunena .kforum-headerdesc {
    background-color: #FFFFFF;    
    color: #808080;
}
#Kunena #ktab a{
  border-radius:0!important; 
}

#Kunena #ktop span.ktoggler {
    background-color: #FFFFFF !important;
}
#Kunena div.kmsg-header-left span.kmsgdate-left {
  font-family:champagne !important;
    float: none;
    padding: 0 0 5px;
}

#Kunena div.kmsg-header-left span.kmsgdate-left {
    float: none;
    font-family: champagne;
    padding: 0 0 5px;
}

#Kunena .kpost-profile span.kavatar img, #Kunena .kprofilebox .kavatar {
    
}
#Kunena span.kavatar img {
    
    margin: 5px;
    max-height: 150px;
    max-width: 100px;
    padding: 1px;
}
#Kunena div.kmsgbody div.kmsgtext {
    font-family: arial;
    overflow: hidden;
    word-wrap: break-word;
}
#Kunena .kforum-headerdesc {
  font-family:arial;
    background-color: #FFFFFF;    
    color: #808080;
}
#Kunena div.kthead-desc, #Kunena div.kthead-moderators {
    clear: left;
    font-size: 12px !important;
    line-height: 20px;
}
#Kunena #ktab a span {
    color: #FFFFFF;
    font-family: aller;
}
#Kunena div.kthead-title a {     
    font-size: 14px;    
}
 
#Kunena #ktab a span:hover{
  color: #fff!important;
}
#Kunena td, #Kunena table, #Kunena th, #Kunena div, #Kunena p, #Kunena span {
    font-family: aller;
}
#Kunena a:link, #Kunena a:visited, #Kunena a:active {
    color: #444!important;
}
#Kunena span.ktopic-category {
    clear: left;
    float: left;
    font-family: champagne;
    font-size: 0.917em;
}
#Kunena span.ktopic-posted-time {
    color: #CCCCCC;
    display: block;
    float: left;
    font-size: 13px;
    padding-right: 2px;
}
#Kunena .ktitle, #Kunena a.ktitle {
    color: #FFFFFF;
    font-family: aller;
    font-size: 14px;
    font-weight: normal;
}

#Kunena #ktab a span:hover {
  color: #fff;
}
#Kunena .kpagination span {
    background-color: #EEEEEE;
    border-color: #EEEEEE;
    color: #333333;
}
#Kunena a {
    font-family: aller;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

#Kunena fieldset legend {
    font-family: champagne;
    font-size: 1.182em;
    margin: 0 0 0 -5px;
    padding-left: 5px;
    padding-right: 5px;
}

#Kunena div.kthead-title a,#Kunena a.ktopic-title {
    color: #444444 !important;
    font-family: aller;
    font-size: 13px;
}
#kforumsearch fieldset legend{
  background: none!important;
}
#Kunena .km {     
    font-size: 1em;
}
.kthead-desc{
  font-family: arial !important;
}
#Kunena div.ktitle-desc {
  display:none;
  color:#ccc;
    font-family: champagne;
    font-size: 16px;
    margin-top: -3px;
    padding: 0 0 6px;
}
.kprofilebox-pass a,.kprofilebox-user a, .kprofilebox-register a{
  font-family: champagne !important;
    font-size: 16px;
}
#Kunena div.kblock div.khelprulescontent, #Kunena div.kblock div.kfheadercontent {
    background-color: #FFFFFF;
    color: #808080;
}
#Kunena .ks {
    color: #808080;
    font-family: champagne;
    font-size: 11px;
}
#Kunena select, #Kunena select:focus, #Kunena select:hover {
    border-color: #e1e1e1;
    color: #444;
}

#Kunena option {
    background-color: #FFFFFF;
    color: #444;
}

#Kunena span.kreadforum, #Kunena span.knotloginforum {
  background: url("../images/bg-bullit.png") no-repeat scroll 8px 0 transparent;
    height: 32px;
    width: 32px;
}
 
#Kunena table tr th, #Kunena table tr td, #Kunena div, #Kunena p, #Kunena span, #Kunena ul li, #Kunena ul li a {
    font-size: 14px !important;
    text-align: left;
}
#Kunena .nowrap {
    font-size: 11px !important;
    white-space: nowrap;
}
#Kunena td.kprofileboxcnt{
  display: none;
}
#Kunena select, #Kunena select:focus, #Kunena select:hover {
    color: #444444;
    margin: 3px 0!important;
    padding: 4px!important;
}

#Kunena form#jumpto input.kbutton, #Kunena .button, #Kunena .kbutton, #Kunena input.kbutton {
    border: 1px solid #E1E1E1;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    padding: 7px;
    position: relative;
    text-decoration: none;
    text-shadow: none;
    transition: background-color 0.2s ease-in-out 0s;
}
#Kunena form#jumpto {
    margin: 5px;
    width: 190px;
}

#Kunena #jumpto .inputbox {
    max-width: 75%;
}
#Kunena .kforum-pathway,
#Kunena .klist-markallcatsread,
#Kunena div.kblock div.kbody,
#Kunena tr.krow2 td,
table tbody tr td,
#Kunena table.kblocktable,
.ksectionbody,
#Kunena .klist-pages-all,
#Kunena .klist-actions,
#Kunena table.kblocktable,
#Kunena td.kcol-first,
#Kunena .kblock div.kheader,
#Kunena td.kcol-mid,
#Kunena .kwhoonline,
table,tbody{
  border: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-style: none;
}

#ktop .ktoggler{
  display: none;
}
#Kunena .kheader h2, #Kunena .kheader h2 a {
    font-size: 14px;
    font-weight: normal !important;
    line-height: 30px;
}
#Kunena div.kblock > div.kheader, #Kunena .kblock div.kheader {
    background: none repeat scroll 0 0 #444444 !important;
    height: 30px;
}
.ksectionbody .kforum-pathway{
  
}
#Kunena div.kblock > div.kheader, #Kunena .kblock div.kheader{
  border-radius: 4px; 
  -o-border-radius:4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
     -webkit-border-radius:  4px;
     -moz-border-radius:  4px;
}
#Kunena a.open{
  margin: 7px;
}
#Kunena #ktab {
    background: none repeat scroll 0 0 #333333;
    top: 0;
    margin: 0;
}
#Kunena #ktab li, #Kunena #ktab div.moduletable ul.menu li{
  margin: 0 2px 0 0 !important;
}
.klogin-vert .kbutton{
  float: right;
    margin-top: -40px;
    padding: 5px 7px !important;
    background: none repeat scroll 0 0 #ff6611;
    border: 1px solid #ff6600;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;   
    font-weight: bold;
    line-height: 1;    
    outline: medium none;     
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    
}

.klatest-items {
    margin: 30px 0 0;
}
/*Fit Video*/
.fd{
  margin-top: 30px !important;
}
.fd video {
    width: 100%;
    height: auto;
  }
 
 .fd .videocontainer {
    width: 100%;    
    margin:0px auto;
    background:#fff;
     
  }
  
 .fd .vendor {      
    background: none repeat scroll 0 0 #FF9B2A;
    color: #FFFFFF;
    margin-bottom: 2em;
    
  }
.fd .vendor a {
    color: #444444;
    font-weight: bold;    
}
 .fd .vendor p {
      padding: 0 15px 10px;
      color: #ccc;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    }
  
 .fd .unsupported {
    background: #333;
  }
  
 /*Contact Page*/
 
.fi-left > ul > li {
    float: left;
    padding-bottom: 30px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    width: 33%;
}
 
.fi-left strong {
    border-bottom: 2px solid #FF9B2A;
    line-height: 40px;
    padding-bottom: 5px;
}
#s5_quick_contact {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    margin-left: 10%;
    margin-top: -650px;
    padding: 30px 0 30px 30px;
    position: absolute;
    width: 30%;
}
#s5_quick_contact input{
  margin: 0 0 -10px;
}
#s5_quick_contact input.button{
  background-color: #F3881E;
  border-color: #F3881c;
  padding: 5px 10px;
  line-height: 30px;
}
.icontact-close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
}
.nspHeadline h4 a{
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/

.breadcrumbs {
    border-bottom: 1px dashed #CCCCCC;
    line-height: 35px;
    overflow: hidden;
  font-size: 14px;
}

.breadcrumbs strong {
  font-weight: bold;
  font-size: 15px;
  color: #AC0003;
}

#system form.submission fieldset > div > * {
     vertical-align: middle;
}
#content img:hover{
  opacity:0.85;
  cursor: pointer;
}
#breadcrumbs,#content{
  padding-left: 15px;
}
#sidebar-a .mod-box{
  padding-left: 0;
  
}
 #sidebar-a, #maininner{
  margin-top: 0;
}
#maininner{
  padding-right: 15px;
}
#maininner .mod-box{
  padding-right: 0;
}
#innertop .module-title, #innerbottom  .module-title{
  margin-top: -50px;
}

#comment-form input,
#comment-form textarea,
#comment-form select,
#comment-form  .uneditable-input {
    background: none repeat scroll 0 0 #444444;
    border: 1px solid #444444;
    color: #808080;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
   
}

input, select, textarea .uneditable-input {
    border: 1px solid #EEEEEE;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
     
}

#totop-scroller {
    background: url("../images/totop_scroller.png") no-repeat scroll 50% 50% #FF9B2A;
    display: block;
    height: 66px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 4px;
    width: 49px;
    z-index: 1;
}
#sidebar-a {
    background: url("../images/bg-left.png") repeat-y scroll 0 0 ;
    display: block;
    height: 100%;
    padding-bottom: 60px;
    
}

#sidebar-a .module {
  margin-top: 0;
}

#sidebar-b {
    background: url("../images/bg-left.png") repeat-y scroll 112% 0 ;    
    margin-top: -33px;
}
.camera_prev > span:hover,.camera_next > span:hover{
  background-color: #000;
}

element.style {
    bottom: 0;
    opacity: 1;
    visibility: hidden;
}
.camera_caption {
    bottom: 7px !important;
}
/*Tweeter*/
.TDB-tweet {
    font-family: champagne;
    font-size: 16px;
    padding-top: 5px;
}

.TDB-tweet-text {
  font-family: champagne;
    font-size: 16px;
    color: #444;
}
.userlink,.TDB-tweet-text a.hashlink {
    color: #FF9B2A;
    font-family: aller;
    font-size: 12px;
    padding-left: 3px;
}
 
.TDB-tweet-user a {
    background: url("../images/ic-tweeter.png") no-repeat scroll 0 0 transparent;
    color: #444;
    font-family: aller;
    font-size: 13px;
    padding-left: 25px;  
}
.TDB-tweet-time{
  display: none;
}

.TDB-footer-follow-img {
    margin-top: 20px;
    text-align: right;
}
.nspFs100 {
    font-size: 100%;
    left:20px;
    margin-bottom:20px;
    width: 100%;
}
.subcribeme { 
  border: 1px solid #F6F6F6;  
    left: 0;
    margin-top: 15px;
    width: 87%;
}
 
.searchbox .results li.results-header {
    border-bottom: 1px dashed #DDDDDD!important;
}
div.itemComments ul.itemCommentsList li img{
  width: 10% !important;
  margin-right:20px;
}


.userItemView div.catItemHeader ,.tagItemView div.catItemHeader{
    margin-bottom: 25px;
    position: relative;
}
 .nspMainPortalMode3 .nspTitleTab .nspDate { 
    background: none repeat scroll 0 0 #666666;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    font-family: champagne;
    font-size: 17px;
    height: 30px;
    margin-top: 7px;
    padding: 7px !important;
    text-align: center;
    width: 30px;
}
.nspMainPortalMode3 .opened .nspTitleTab  .nspDate{
  background: #FF6600;
}
.cr-info a{
  font-weight: bold;
}
#banner img{
  background: #F1F1F1;
  padding: 3px;
}
.banner-inner {    
    text-align: center;
}
.banner-inner img{
   background: none repeat scroll 0 0 #F1F1F1;
     padding: 6px;
}
/*Slider Collection*/
/*Slider: Nav Circle Slider*/

.cn-slideshow{
    width: 100%;
    height: 410px;
    position: relative;
    margin: 0 auto;
    background: #fff;
    border-top: 5px solid #d0ab47;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.cn-loading{
    position: absolute;
    z-index:999;
    text-indent: -9000px;
    opacity:0.6;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    width:50px;
    height:50px;
    background:#000 url(../images/ajax-loader.gif) no-repeat center center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
.cn-images{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.cn-images img{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.cn-bar{
    background: transparent url(../images/bar.png) repeat top left;
    height: 74px;
    position: absolute;
    bottom: 0px;
    right: 50px;
    left: 50px;
    color: #f8f8f8;
  z-index: 999;
}
.cn-nav-content{
    position: absolute;
    top: 0px;
    height: 100%;
    right: 70px;
    left: 70px;
    overflow: hidden;
    text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.cn-nav-content div{
    float: left;
    width: 130px;
    color:#aaa;
}
.cn-nav-content span{
    color:#777;
}
.cn-nav-content div.cn-nav-content-current{
    text-align: center;
    width: 280px;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-140px;
}
.cn-nav-content h2,
.cn-nav-content h3{
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height:24px;
    font-family:Georgia, serif;
    font-style:italic;
}
.cn-nav-content h2{
    font-size:18px;
    color:#fff;
}
.cn-nav-content-current span{
    color:#d0ab47;
}
.cn-nav-content div.cn-nav-content-prev{
    margin-left: 20px;
}
.cn-nav-content div.cn-nav-content-next{
    text-align: right;
    margin-right: 20px;
    float:right;
}
.cn-nav-content div span{
    display: block;
    padding-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.cn-nav > a{
    position: absolute;
    top: 0px;
    height: 70px;
    width: 70px;
}
a.cn-nav-prev{
    left: 0px;
}
a.cn-nav-next{
    right: 0px;
}
.cn-nav a span{
    width: 46px;
    height: 46px;
    display: block;
    text-indent: -9000px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 17px 25px;
    margin: -23px 0 0 -23px;
    -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cn-nav a.cn-nav-prev span{
    background: #666 url(../images/prev.png) no-repeat center center;
}
.cn-nav a.cn-nav-next span{
    background: #666 url(../images/next.png) no-repeat center center;
}
.cn-nav a div{
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.cn-nav a:hover span{
    width: 100px;
    height: 100px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    opacity: 0.6;
    margin: -50px 0 0 -50px;
    background-size: 22px 32px;
    background-color:#a8872d;
}
.cn-nav a:hover div{
    width: 90px;
    height: 90px;
    background-size: 120% 120%;
    margin: -45px 0 0 -45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px; 
}
/*Slider: Presentation Cycle*/
.pc_container {
    width: 600px;
    height: 200px;
    padding: 15px 1px 47px 1px;
    background-image: url('../images/pc_bg.png');
    margin: 0px auto;
}

.pc_container .pc_item {
    margin-top: 15px;
    margin-left: 1px;
    width: 600px;
    height: 200px;
}

.pc_container .pc_bar_container {
    position: absolute;
    top: 230px;
    color: white;
    padding: 0px 10px 0px 10px;
    width: 100%;
    overflow:visible;
}

.pc_bar_container_underflow {
    width: 90000px;
    overflow: visible;
}

.pc_bar_container_overflow {
    overflow: hidden;
    position: absolute;
    top: 230px;
    color: white;
    margin: 0px 10px 0px 10px;
    padding: 0px;
}

.left, .center, .right {
    background-position: left;
    background-repeat: no-repeat;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.bar {
    background-position: left;
    overflow: hidden;
    font-size: 1px;
    float: left;
}

.pc_item .desc {
    position: absolute;
    width: 250px;
    padding: 10px;
    height: 180px;
    line-height: 1.8em;
    right: 0px;
    background-image: url(../images/slide_fade.png);
}

.pc_item .desc h1 {
    color: #DE8F26;    
}
/*Feature Articles*/

#featured{ 
  width:400px; 
  padding-right:250px; 
  position:relative; 
  border:5px solid #ccc; 
  height:250px; overflow:hidden;
  background:#fff;
}
#featured ul.ui-tabs-nav{ 
  position:absolute; 
  top:0; left:400px; 
  list-style:none; 
  padding:0; margin:0; 
  width:250px; height:250px;
  overflow:auto;
  overflow-x:hidden;
}
#featured ul.ui-tabs-nav li{ 
  padding:1px 0; padding-left:13px;  
  font-size:12px; 
  color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
  float:left; margin:2px 5px; 
  background:#fff; 
  padding:2px; 
  border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
  font-size:11px; font-family:Verdana; 
  line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
  display:block; 
  height:60px; text-decoration:none;
  color:#333;  background:#fff; 
  line-height:20px; outline:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
  background:#f2f2f2; 
}
#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
  background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
  background:#ccc; 
}
#featured .ui-tabs-panel{ 
  width:400px; height:250px; 
  background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
  position:absolute; 
  bottom:0; left:0; 
  height:70px; 
  background: url('images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
  position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
  font-size:1.2em; font-family:Georgia, serif; 
  color:#fff; padding:5px; margin:0; font-weight:normal;
  overflow:hidden; 
}
#featured .info p{ 
  margin:0 5px; 
  font-family:Verdana; font-size:11px; 
  line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
  text-decoration:none; 
  color:#fff; 
}
#featured .info a:hover{ 
  text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
  display:none; 
}

/*Custom Styling Web Guru */
#top-a .mod-box {
  padding-top:0;
}

#header {
  margin-top: 0;
}

/* Automotive Menu Styling */

.menuautomenu li {
  font-size: 13px;
  
/*  background: -moz-linear-gradient(top, #2F3335, #494949);
  background: -ms-linear-gradient(top, #2F3335, #2F3335);
*/
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CBCBCB', endColorstr='#A7A7A7'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CBCBCB', endColorstr='#A7A7A7')"; /* IE8 */
  background: -moz-linear-gradient(top, #CBCBCB, #A7A7A7);
  background: -ms-linear-gradient(top, #CBCBCB, #A7A7A7);
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#919191));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #E9E9E9, #919191); 
  background-color: #C9C9C9;
  margin-top: 3px;
  border-radius: 4px;
  padding-left: 4px;
}

.menuautomenu li:hover {
  background-color: #2F3335;
  background: -moz-linear-gradient(top, #AC0003, #900000);
  background: -ms-linear-gradient(top, #AC0003, #900000);
}

.menuautomenu a {
  color: #333;
}

.menuautomenu a:hover {
  color: #FFF; !important
}

<!------------- Automotive Menu Styling End --------------->

.formTableLayout {
  background: -moz-linear-gradient(top, #AC0003, #900000);
  background: -ms-linear-gradient(top, #AC0003, #900000);
  background-color: #AC0003;
  border-radius: 13px;
  border: 1px solid #AC0003; !important
  
}

.formTableLayout td, .formTableLayout label  {
  color: #FFF;
  border-collapse: collapse;
}

.classmenu {
  margin-top: 50px;
  padding-top: 10px;
  margin-right: 17px;
  background: #E8E8E8;
}

.formCaption {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}

.formBody {
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}

strong.formRequired {
  font-weight: bold;
  color: #FF0000;
}

fieldset.formFieldset {
  /* background: -moz-linear-gradient(top, #AC0003, #900000);
  background: -ms-linear-gradient(top, #AC0003, #900000); */
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CBCBCB', endColorstr='#A7A7A7'); /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CBCBCB', endColorstr='#A7A7A7')"; /* IE8 */
  background: -moz-linear-gradient(top, #E9E9E9, #919191, #E9E9E9);
  background: -ms-linear-gradient(top, #E9E9E9, #919191, #E9E9E9);
   
   /* Safari 4+, Chrome 1-9 */
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E9E9E9), to(#919191));

   /* Safari 5.1+, Mobile Safari, Chrome 10+ */
   background-image: -webkit-linear-gradient(top, #E9E9E9, #919191); 
   
  background-color: #C9C9C9;
  border-radius: 13px;
  /* border: 3px solid #ADADAD; !important */
}

fieldset.formFieldset a {
  color: #FFF;
}

.formRed {
  color: #AB0002;
  background-color: #FFF;
  font-size: 16px;
  text-align: center;
  border: 1px solid #666;
  text-shadow: none;
}

fieldset.formFieldset label {
  color: #FFF;
}

.vtype, .prsec2, .prsec3, .partsreq {
  background-color: #333;
  border-radius: 5px;
  border: 1px solid #900000;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 6px;
  margin-top: 8px;
}

.vtype .formCaption, .vtype .formBody {
  font-size: 14px;
}

.prsubmit {
  text-align: left;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 9px;
}

.partsreq {
  
}

.prheading {
  color: #000;
  margin-top: 7px;
  text-align: center;
  font-size: 35px;
}

.prsubheading {
  color: #000;
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
}

.prtext {
  color: #333;
  text-shadow: none;
  text-align: center;
}




.gt-top-a {}

#userform button, input[type="button"], input[type="reset"], input[type="submit"] {
  border-radius: 5px;
  background: -moz-linear-gradient(top, #CBCBCB, #A7A7A7);
  background: -ms-linear-gradient(top, #CBCBCB, #A7A7A7);
}

.formError {
  color: #A20002;
  background: #FFF;
  border: 1px solid #000;
  font-size: 12px;
  padding-left: 3px;
  padding-right: 3px;
}
.want-buttons {
  background: url("..//images/buttons/Web-Buttons-Looking-for-Spares-FA.png") repeat scroll 0 0 rgba(0, 0, 0, 0); 
  background-color: #C9C9C9;
  border-radius: 13px;
  float: left;
  margin-right: 2px;
  padding: 4px;
  width: 158px;
  /* border: 3px solid #ADADAD; !important */
}
.find-word {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}
.want-buttons a {
  text-decoration: underline;
  float: right;
  color: #ac0003;
  padding-right: 5px;
}
.want-buttons a:hover{
  color: #0370AB;
}

.want-buttons p {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 5px;
  color: #fff;
}
.want-buttons:hover a, .want-buttons:hover p, .want-buttons:hover span {
  color: #0370AB;
  font-weight: bold;
  cursor: pointer;
  text-transform: lowercase;
}
#Image  {
  color: #FFF;
  font-size: 12px;
}

.requiredmsg {
  font-weight: normal;
}

div.formCaption {
  width: 30%;
}
.leads h3 {
  text-align: left;
  background: none repeat scroll 0 0 #333333;
  height: 50px;
  padding: 12px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  font-size: 23px;
}
.leads td {

  font-size: 13px;
}
.leads .formTableLayout {
  background: none;
}
.leads .formTableLayout td, .formTableLayout label {
  color: #333333;
}
.leads .rsform-submit-button, .rsform-button {
  border: 1px solid #ffffff;
  color: #333333;
}
.second-requests, table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  font-size: 11px;
  text-transform: none;
}
.second-requests td {
  padding: 5px;
  border: 1px dashed #E9E9E9;
}
.second-request h1 {
  text-transform: none;
}
.prsubmit .rsform-submit-button, .rsform-button {
  border: 1px solid #ffffff;
}
.rsform-submit-button, .rsform-button {
  border: none;
}
.member-buttons {
   border: 1px solid maroon;
   background-color: #AC0003;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   color: white;
   text-shadow: 0 1px 1px black;
   padding: 5px 15px;
   text-transform: none;
   width: 200px;
   margin-right: 15px;
   float: left;
   height: 55px;
}
.member-buttons a {
  color: #ffffff;
}
.member-buttons a:hover {
  color: #000;
}

.member-buttons p {
   margin: 0px;
}
.lead-buttons {
   border: 1px solid maroon;
   background-color: #AC0003;
   border-radius: 4px;
   box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -o-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -webkit-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   -moz-box-shadow: inset 0 1px 3px pink, inset 0 -5px 15px maroon, 0 2px 1px black;
   color: white;
   text-shadow: 0 1px 1px black;
   padding: 5px 15px;
   text-transform: uppercase;
   width: 200px;
   margin-right: 15px;
   height: 55px;
   float: right;
}
.lead-buttons a {
  color: #ffffff;
}
.lead-buttons a:hover {
  color: #000;
}

.lead-buttons p {
   margin: 0px;
}
.scroll {
  max-width: 964px !important;
}
.img_thumb
{
clear: left; 
display: block;
float: left;
margin-left: 15px;
margin-top: 15px !important;

}
.mva-banner {
  padding: 0 0 0 28px;
  margin: 0px;
}
.home-ads {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.page.isblog.thank-you-page table img {
  max-width: 100% !important;
  margin: 0px !important;
}
.page.isblog.thank-you-page .remote_ads table {
  margin: 0px !important;
}
.spares-for-sale {
  top: 35px;
}
.module.mod-box.visitor-counter.deepest {

}
.rsform-block:hover {
	background: none;
}
@media (max-width: 767px) {
	.classifieds #main {
  display: grid;
}
.classifieds #maininner {
  order: 2;
}
.classifieds #sidebar-b {
  order: 1;
  margin-top: 0px;
}
}