.red { background-color: #ff0000!important; }

.DTE_Field { padding: 5px 5%!important; }

div.DTE_Body div.DTE_Body_Content div.DTE_Field > label { width: 20%!important; }
div.DTE_Body div.DTE_Body_Content div.DTE_Field > div.DTE_Field_Input { width: 80%!important; }

.dataTable tbody tr  {
	cursor: pointer;
}

.nav-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  height: 80px;
  margin-bottom: 5px;
}

.nav-bar .nav-bar-logo {
  xpadding: 1.8rem;
}

.nav-bar li {
  background: #2c3840;
}

.nav-bar a {
  color: #fefefe;
  transition: color 0.2s ease-in;
}

.nav-bar a:hover {
  color: #a8b8c3;
}

.nav-bar .offcanvas-trigger {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.6rem;
  color: #fefefe;
  text-transform: uppercase;
  background-color: #EF9D31;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}

.nav-bar .offcanvas-trigger .offcanvas-trigger-text {
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}

.nav-bar .offcanvas-trigger:hover {
  background-color: #EF9D31;
}

@media screen and (max-width: 39.9375em) {
  .nav-bar .offcanvas-trigger {
    padding: 0.9rem;
  }
}

.multilevel-offcanvas {
  background: #222b31;
  padding: 20px;
  color: #fefefe;
}

.multilevel-offcanvas > .menu {
  margin-bottom: 1rem;
}

.multilevel-offcanvas .menu a {
  color: rgba(254, 254, 254, 0.6);
  padding-top: 7px;
  padding-bottom: 7px;
  transition: color 0.2s ease-in;
}

.multilevel-offcanvas .menu a:hover {
  color: #fefefe;
}

.multilevel-offcanvas .fa {
  color: #fefefe;
}

.multilevel-offcanvas .is-accordion-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.6) transparent transparent;
}

.multilevel-offcanvas .social-links {
  margin-left: 20px;
}

.multilevel-offcanvas .social-links li {
  margin-right: 5px;
}

.multilevel-offcanvas .social-links a:hover .fa {
  color: #bebebe;
  transition: color .2s ease-in;
}

.multilevel-offcanvas .social-links .fa {
  font-size: 2.5rem;
}

.dataTables_info { text-align: center; }

.body-info {
  color: #2c3840;
}

.body-info .button {
  margin: 0.4rem;
  padding: 0.85em 2em;
  background-color: #008cba;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1),
.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  width: 12px;
}

.is-open + .off-canvas-content .hamburger .line:nth-child(1) {
  -webkit-transform: translateX(-5px) rotate(-45deg);
      -ms-transform: translateX(-5px) rotate(-45deg);
          transform: translateX(-5px) rotate(-45deg);
}

.is-open + .off-canvas-content .hamburger .line:nth-child(3) {
  -webkit-transform: translateX(-5px) rotate(45deg);
      -ms-transform: translateX(-5px) rotate(45deg);
          transform: translateX(-5px) rotate(45deg);
}

.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #fefefe;
  display: block;
  margin: 3px auto;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:last-child {
  margin-bottom: 0;
}

.boxvideotitle {
  color: #000000;
  font-weight: bold;
}

.boxarticletitle, a.boxarticletitle {
  color: #111111;
  font-weight: bold;
  font-size: 1rem;
}

/*
a, a:hover { color: inherit; }
*/

.boxtitle, .boxtitle > a {
  color: #55A611;
  font-weight: bold;
  padding-top:6px;
  padding-bottom:6px;
  font-size: 0.8rem;
}

.boxtext {
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 4px;
}

.greybg {
  background-color: #DFDEDE;
}

/*
.tbboximg {
  padding-left:-4px;
  padding-right:-4px;
}
*/

.tbbox {
  background-image: url(/bundles/tuttobici/images/topborder.png);
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: 1px solid #0073B7;
  border-left: 1px solid #0073B7;
  border-right: 1px solid #0073B7;
  padding-top: 8px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 4px;
  margin-bottom: 1rem;
/*
  border-image-source: url(/bundles/tuttobici/images/topborder.png);
  border-image-repeat: space;
  border-top: 4px solid orange;
  border-bottom: 1px solid #0073B7;
  border-left: 1px solid #0073B7;
  border-right: 1px solid #0073B7;
*/
}

/*
#divtestata {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height:130px;
}
*/

.category, .category:hover {
  font-size: 0.8rem;
  color: #aaaaaa;
}

.toplink {
  color: #0073B7;
  font-weight: bolder;
  font-size: 1.5rem;
}

.toptitle {
  color: #0073B7;
  font-weight: bolder;
  font-size: 1.5rem;
  padding-left:20px;
  padding-right:20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1rem;
}

hr {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.socialbuttons {
  list-style: none;
  margin: 0px 0px 0px 55px;
  width:100%;
  padding: 0px;
}

.socialbuttons li {
  display: inline-block;
  padding: 1px;
  float: left;
}

.sharebox {
  right:30px;
  bottom:30px;
  position: absolute;
  margin-top: 1rem;
  float: right;
}

.boxarticletext {
  margin-top:10px;
  font-size: 0.8rem;
}

.toptext {
  margin-bottom:20px;
  padding-left:20px;
  padding-right:20px;
}

.margin-bottom-1 {
  margin-bottom: 1rem!important;
}

.footerdiv {
  font-size: 0.8rem;
  font-weight: normal;
  padding:20px;
  color: #eeeeee;
  background-color: #161718;
  position: inherit;
}

.box {
  padding-left:10px;
  padding-right:10px;
}

.articledate {
  padding-top:10px;
  font-family: Georgia, serif;
  color: #fc8e0b;
  font-size: 0.8rem;
}

.articlecopy {
  padding-top:10px;
  font-style: italic;
  font-size: 0.8rem;
}

.comment_author {
  color: #fc8e0b;
}

.comment_title {
  font-weight: bold;
}

.comment_login_box {
  padding-top:1rem;
  padding-bottom:1rem;
}

#comment_box {
}

.small-text {
  font-size: 0.6rem;
}

.alert-box {
  margin-bottom: 1rem;
}

.buymagazine_current_box {
  background-color: #226598;
  color: #ffffff;
}

.button {
  background-color: #226598;
}

.buymagazine_thumbnail_box_selected {
  border: 2px solid orange!important;
}

.buymagazine_thumbnail_box {
  margin: 0.1rem;
  padding: 0.3rem;
  font-size: 0.6rem;
  background-color: #cccccc;
  border: 2px solid transparent;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.dtr-data {
    white-space:normal;
}

div.DTED_Lightbox_Wrapper {
  z-index:999!important;
}

.top-bar {
line-height: 2.8125rem;
margin-bottom: 0;
padding: 0;
padding-top: 3px;
position: relative;
-webkit-font-smoothing: auto;
}

.top-bar input {
max-width: 200px;
margin-left: 5px;
margin-top: 5px;
}

ul, ol, dl {
line-height: 2.8125rem;
color: white;
}

.top-bar-section li:not(.has-form) a:not(.button) {
background: #333;
line-height: 2.8125rem;
padding: 0 0.9375rem;
}

.top-bar-section ul li>a {
color: #fff;
display: block;
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
font-size: 0.8125rem;
font-weight: normal;
padding-left: 0.9375rem;
padding: 12px 0 12px 0.9375rem;
padding-bottom: 0px;
text-transform: none;
width: 100%;
}

.top-bar, .top-bar ul {
  background-color: #226598;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
  border-top: 1px solid #ffffff;
}

.top-bar, .top-bar-section ul li {
  height: 50px;
}

.top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form):not(.noeffect) a:not(.button) {
background: #226598;
font-weight: bold;
border-top: 1px;
}

.top-bar-section li:not(.has-form):not(.noeffect) a:not(.button):hover {
border-bottom: 5px solid #e89300;
}

.top-bar ul {
list-style: none;
margin-bottom: 0;
}
.left {
float: left !important;
}

.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out;
}

.top-bar-section ul li>a {
color: #fff;
display: block;
font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
font-size: 0.8125rem;
font-weight: normal;
padding-left: 0.9375rem;
padding: 12px 0 12px 0.9375rem;
text-transform: none;
width: 100%;
}

/*
.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
  border-top:0px;
  border-bottom:0px;
  xborder-top: 0px solid transparent!important;
  xborder-bottom: 0px solid transparent!important;
}

.top-bar-section .has-dropdown > a::after {
  display: none;
}
*/

.mostviewedtitle {
  font-size:0.6rem;
  color: #111111;
}

.mostviewedcat {
  font-size:0.6rem;
  font-weight: bold;
  color: #55A611;
}

#mostviewedlist {
  vertical-align: top;
  line-height: 1rem;
}

.footerboxtext {
  text-align: left;
  font-size:0.8rem;
  padding-top: 6px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
}

.footergradient  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,ffffff+60 */
background-position: top 5px;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.footerboxtitle {
  color: #0073B7;
  font-weight: bold;
  padding-bottom:0.5rem;
  text-align: left;
  font-size:0.9rem;
}

.footerbox {
  border: 2px solid #dddddd;
  padding: 0.5rem;
  margin-bottom:1rem;
}

.orangeborder {
  border: 2px solid orange;
}

.footerboxbottom {
/*
  font-size:0.8rem;
  bottom:20px;
  position: absolute;
  margin-top: 0.5rem;
  float: right;
*/

  right:30px;
  bottom:30px;
  position: absolute;
  margin-top: 1rem;
  float: right;
}

.title-area {
  padding-top:5px;
  height: 50px;
  background-color: #FFFFFF!important;
}

.stickyontop {
  position:fixed;
  z-index:999;
  width:100%;
  top: 0;
}

.stickyfooter {
  margin-bottom: 0;
  padding-bottom: 0;
  bottom: -5px;
  position: fixed;
  width: 100%;
}

.top-bar .toggle-topbar.menu-icon a {
    height: 34px;
    line-height: 33px;
    padding: 0;
    padding-right: 30px;
    color: #000;
    position: inherit;
}    

.top-bar-section {
  margin-bottom:5px;
}

.top-bar .toggle-topbar.menu-icon a::after {
    box-shadow: 0 6px 0 1px #000000, 0 14px 0 1px #000000, 0 22px 0 1px #000000;
    -webkit-box-shadow: 0 6px 0 1px #000000, 0 14px 0 1px #000000, 0 22px 0 1px #000000;
    display: block;
    height: 2px;
    right: 0px;
    position: absolute;
    top: 1px;
    width: 20px;
}

#burger-icon {
  width:45%;
  float: right;
}

.padding-bottom-2 {
  padding-bottom:2rem;
}

.padding-bottom-1 {
  padding-bottom:0.5rem;
}

.padding-top-1 {
  padding-top:0.5rem;
}

.small {
  font-size: 0.8rem;
}

.testo_search {
	font-family: verdana;
	font-size: 10px;
	color: #000;
}

#searchbox {
  height: 49px;
  background-color: #000000;
}

#searchstr {
  padding-left: 0px;
  margin-left: 0px;
  border-left: 2px solid white;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 0px;
  text-indent: 7px;
  background-color: #ffffff;
  color: #1d1d1d;
  margin-top: 2px;
  margin-bottom: 2px;
}

.hide {
  display: none!important;
}


.tabs dd > a, .tabs .tab-title > a {
  font-size: 0.8rem;
  padding: 0.4rem 1rem;
}

.tabs-content {
  margin-bottom: 0px;
}

#divcontent, #divfooter, #rightdiv, #divtestata, #divleaderboard {
  background-color: #ffffff;
  position: inherit;
}

.tbboximg {
  width:100%;
}

#takeoverspacer {
  position: inherit;
  padding-top:165px;
  z-index:-1;
}

.author {
  font-size: 0.8rem;
  color: #111111;
  line-height: 35px;
}

.smallbutton {
    background-color: #E59530;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7rem;
    border-radius: 5px;
}

.tbtechbot {
    background-color: #E59530!important;
    border-bottom: 5px solid #E59530!important;
}

.labelrow {
   position: absolute;
   bottom: 0%;
   z-index: 9;
}

.entry-title {
  font-size: 1rem;
}

.slick-prev {
    left: 10px;
    z-index:99;
}
.slick-next {
    right: 10px;
    z-index:99;
}

.sc img {
  width: auto;
  margin: 0 auto; /* it centers any block level element */
}

.menu .button, .menu a {
  background-color: #1D1D1D;
  color: #eeeeee;
  margin-top:1px;
  margin-bottom:1px;
}

.greybox {
  background-color: #E5E5E5;
  padding: 10px;
}

.articledetailtitle {
  color: #55A611;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.columntitle {
  color: #55A611;
  font-weight: bold;
  padding: 10px 10px 10px 0px;
  border-bottom: 5px solid #55A611;
  font-size:1.2rem;
}

.greentitle, a.greentitle {
  color: #55A611;
  font-weight: bold;
}

#contentdiv, #testdiv {
  padding-left: 10px;
  padding-right: 10px;
}

.hide {
  display: none;
}

.grid-item {
  width: 275px;
  margin:0px;
}

.callout {
  border: 0px solid transparent;
  xpadding-left: 0px;
  xpadding-right: 0px;
}

.article_image {
  border: 2px solid #55A611;
}

.button {
  color: #55A611;
  background-color: #dddddd;
}

a.button:focus, a.button:hover {
  color: #55A611;
  background-color: #dddddd;
}

.articlelist a {
  color: #111111;
}

.articlelist {
  line-height: 1.5;
}

.videosectiontitle {
  color: #ffffff;
  background-color: #55A611;
  font-weight: bold;
  padding: 10px;
  font-size:1.2rem;
}

.videotitle {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  padding: 10px;
}

.videotitle a {
  color: #ffffff;
}

.flex-video, .responsive-embed {
  margin-bottom: 0px;
}

.morevideostitle {
  color: #55A611;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  font-size:1.2rem;
}

.morevideoslist a, .morevideoslist a:hover {
  color: #111111;
}

.menu a:hover, .menu a:active, .menu a.selected {
  background-color: #55A611;
}

.title-bar {
  background-color: #FFFFFF;
}

.title-bar-title > img {
  padding-left: 10px;
  height: 25px;
}

.grid-container {
  background-color: #ffffff;
  position: relative;
}

.footertext, a.footertext:hover {
  color: #ffffff;
  font-weight: normal;
}

#popup {
  width: 400px;
  height: 394px;
  overflow: hidden;
  padding: 0px;
}

.mostvieweditem {
  border-bottom: 1px solid #55A611!important;
}

body, .cycle-carousel-wrap, .mostvieweditem, #mostviewedlist {
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0,0,0);
}

.searchbot {
  cursor: pointer;
}

#divmobilepushbar, .accordion-menu {
  padding-top: 55px;
}
