/*
Theme Name: Treviso Tecnologia
Theme URI:
Author: Innovation Engineering
Author URI: http://www.innovationengineering.eu/
Description:
Version: 1.0
License: GNU General Public License v2 or later
*/

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(font/roboto.woff) format('woff');
}

html,body {
  height: 100%;
}
body{
  background: url(img/bg-body.png) repeat-x;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}
#push, footer {
  height: 100px;
}
header{
  background: #ebe9e7 url(img/bg-header.png) repeat-x;
  padding-top: 15px;
}
footer {
  background-color: #f0efee;
  border-top:1px solid #ededec;
  color: #999999;
}
footer p{
  font-size: 10px;
  text-align: center;
  margin: 20px auto 0 auto;
  padding: 0 0 0 30px;
  background: url(img/t2i_logo_rgb_footer.png) top left no-repeat;
  line-height: 16px;
}
a:focus {
  outline: 0;
  text-decoration:none;
}
h1, h2,h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color:#c0ba03;
}
h1 {
  font-size: 24px;
  border-bottom:1px solid #c0ba03;
  margin-top:30px;
  margin-bottom: 20px;
}
h1 span, h2 span{
  color:#595959;
}
h2 {
  font-size: 18px;
  margin: 0;
}
h2 span{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-left:1px solid #ddd;
  padding-left:15px;
  text-transform: none;
  margin-left:15px;
}
hr {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.fL{
  float: left;
}
.fR{
  float: right;
}
header .container{
  position: relative;
}
.logo{
  float: left;
}
.social{
  float: right;
  width: 208px;
}
.social span{
  text-transform: uppercase;
  font-size: 9px;
  line-height: 20px;
  float: left;
}
social ul.inline{
  margin:0;
}
.social ul li{
  padding-left:0;
  padding-right: 0;
}
.social ul li a{
  display: block;
  width: 21px;
  height: 20px;
  background: url(img/social-icons.png) no-repeat;
}
.social li.Fb a{
  background-position: 0 0;
}
.social li.Tw a{
  background-position: -26px 0;
}
.social li.Yt a{
  background-position: -52px 0;
}
.social li.Gp a{
  background-position: -79px 0;
}
.social li.In a{
  background-position: -105px 0;
}
.navbar{
  margin-top:10px;
  background-color: #c0ba03;
  /* background: #c0ba03 url(img/bg-navbar.png) repeat-x; */
  margin-bottom: 0;
}
.navbar .container{
  /*background: url(img/bg-menu.png) right bottom no-repeat;*/
  margin-right: auto;
  margin-left: auto;
}
.navbar .nav{
  padding: 9px 0 13px 0;
}
.navbar .nav > li > a{
  font-size: 14px;
  color:#fff;
  text-shadow: 0 1px 0 #c0ba03;
  border-right:1px solid #c0eaad;
  padding: 0 15px 0 0;
  margin-right: 15px;
}
.navbar .nav > li > a:hover{
  text-shadow: none;
}
.navbar .nav > li:last-child a{
  border-right: none;
}
.navbar .btn-navbar{
  background: #595959;
  margin-bottom: 5px;
}
.navbar .btn-navbar:hover{
  background: #333;
}
.title-area{
  position: absolute;
  right:0;
  bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  color:#c0ba03;
}
.title-area span{
  color:#797979;
}
.top-page{
  background: #fbfbfb;
  border-bottom: 1px solid #efefef;
}
.breadcrumb{
  background: none;
  margin: 0;
  padding: 8px 0;
  font-size: 11px;
}
.breadcrumb > .active{
  color: #666;
}
.user{
  margin-bottom: 0;
  padding-top: 5px;
  line-height: 25px;
  text-align: right;
}
.user .icon{
  font-size: 16px;
}
.user a{
  color: #666;
  text-decoration: none;
  margin-left:10px;
}
.user a:hover{
  color: #5b6e00;
}
#content{
  background: #f9f9f9;
  border:1px solid #e0e0e0;
  margin-bottom: 40px;
}
.content-header{
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f2',GradientType=0 ); /* IE6-9 */
  border-bottom:1px solid #e0e0e0;
  padding: 15px 20px;
}
.content-inner{
  padding:20px;
}
.accordion-group{
  margin-bottom: 5px;
}
.accordion-heading {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 12px 15px;
}
.accordion-toggle {
  color: #595959;
  text-transform: uppercase;
}
.accordion-toggle:hover {
  text-decoration: none;
}
.accordion-inner{
  background: #fff;
  padding: 25px 30px;
}
.table th{
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  color:#333333;
  padding: 8px 10px;
}
.table td{
  padding: 20px 10px;
  border-bottom: 1px solid #dddddd;
  border-top:none;
}
.table td.title{
  font-weight: bold;
}
.pagination {
  margin: 30px 0 18px 0;
}
.pagination ul > li > a, .pagination ul > li > span {
  padding: 5px 12px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  border: 1px solid #d6d6d6;
  border-left-width: 0;
}
.pagination ul > .active > a{
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.well{
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
}
.well .arrow{
  background: url(img/arrow.png) no-repeat;
  position: absolute;
  bottom:-22px;
  left:-1px;
  display: block;
  width: 29px;
  height: 22px;
}
fieldset{
  margin-bottom: 10px;
}
label{
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
label.checkbox{
  font-weight: normal;
  text-transform: none;
}
input, input[class*="span"], .row-fluid [class*="span"]{
  min-height: 32px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"]{
  min-height: 18px;
}
.help-inline{
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
}
.form-actions{
  background: none;
  border-top:1px solid #d6d8d8;
  padding: 20px 0 0 0;
}
.btn{
  text-transform: uppercase;
  padding: 8px 15px;
}
.login-box{
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #f2f0ef 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f0ef)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f0ef 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#f2f0ef 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#f2f0ef 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f0ef 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f0ef',GradientType=0 ); /* IE6-9 */
  border:1px solid #e0e0e0;
  margin-top:100px;
}
.login-header{
  /* background: url(img/bg-navbar.png) repeat-x; */
}
.login-box h1{
  font-size: 16px;
  color:#fff;
  background: url(img/bg-menu.png) -785px bottom no-repeat;
  border-bottom: none;
  margin-top: 0;
}
.login-form{
  width: 90%;
  margin: 0 auto;
}

/* Responsive custom style */

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding: 0 20px;
  }
  .logo img{
    width: 140px;
  }
  .social {
    width: auto;
  }
  .title-area{
    right: 20px;
    font-size: 14px;
  }
  .navbar .nav {
    padding: 11px 0 11px 20px;
  }
  .navbar .btn-navbar{
    margin-right:20px;
  }
  .row-fluid span.help-inline{
    float:left;
  }
  .login-box h1 {
    background: url(img/bg-menu.png) right bottom no-repeat;
  }
  .table,
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table tr {
    border-bottom: 1px solid #ccc;
  }
  .table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 6px 6px 6px 50%;
    white-space: normal;
    text-align:left;
  }
  .table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:left;
    font-weight: bold;
    font-size: 12px;
  }
  .table td:before {
    content: attr(data-title);
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
  header .container{
    text-align: center;
  }
  .logo{
  float: none;
  }
  .logo img{
    width: 120px;
  }
  .navbar .nav {
    padding: 11px 0 11px 10px;
  }
  .nav-collapse, .nav-collapse.collapse{
    text-align: left;
  }
  .social{
    display: none;
  }
  h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  h2{
    font-size: 14px;
  }
  h2 span {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    margin-left: 10px;
  }
  .title-area{
    position: relative;
    right: 0;
    display: block;
    font-size: 18px;
    padding-top: 10px;
  }
  .user{
    text-align: left;
  }
  .content-header, .content-inner{
    padding: 10px;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  #login .span4 {
    width: 352px;
  }
  #login .offset4 {
    margin-left: 206px;
  }
}
@media (max-width: 979px){
  .nav-collapse, .nav-collapse.collapse {
    background: #c0ba03;
  }
  .nav-collapse .nav {
    border-top: 1px solid #c0eaad;
  }
  .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a{
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: none;
    padding: 5px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #7fd25a;
  }
}

#add-to-favorites-wrapper {
  display: none;
}

#search-results-error {
  margin-top: 15px;
  display: none;
}

.login-username,
.login-password {
  margin-bottom: 9px;
}

#loginform {
  width: 90%;
  margin: 0 auto;
}

#loginform label {
  display: block;
}

#user_login,
#user_pass {
  width: 99%;
}

.login-submit {
  background: none;
  border-top: 1px solid #d6d8d8;
  padding: 20px 0 0 0;
  text-align: right;
}

#wp-submit,
input[type="submit"],
button[type="submit"] {
  -webkit-appearance: none;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  -webkit-writing-mode: horizontal-tb;
  align-items: flex-start;
  background-color: #c0ba03;
  background-repeat: repeat-x;
  border-bottom-color: rgba(0, 0, 0, 0.247059);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgba(0, 0, 0, 0.0980392);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.0980392);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: rgba(0, 0, 0, 0.0980392);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: solid;
  border-top-width: 1px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0;
  padding: 8px 15px;
  text-align: center;
  text-indent: 0px;
  text-shadow: rgba(0, 0, 0, 0.247059) 0px -1px 0px;
  text-transform: uppercase;
  vertical-align: middle;
  word-spacing: 0px;
}

#wp-submit:hover,
button[type="submit"]:hover {
  background-color: #5b6e00;
}

.content-inner h4 {
  font-size: 18px;
}

a {
  color: #c0ba03;
}

a:hover {
  color: #5b6e00;
  text-decoration: none;
}

.detail-param-wrapper {
  border: 1px solid #e5e5e5;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  margin-bottom: 5px;
}

.detail-param-toggle {
  display: block;
  margin: 10px;
}

.detail-param {
  margin: 0;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}

#detail-title-wrapper {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #c0ba03;
  line-height: 36px;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}

.detail-title {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-left: 1px solid #ddd;
  padding-left: 15px;
  text-transform: none;
  margin-left: 15px;
  color: #595959;
}

.detail-meta {
  display: inline-block;
  margin-bottom: 10px;
}

.form-submit-wrapper {
  border-top: 1px solid #d6d8d8;
  padding: 20px 0 0 0;
  margin-top: 18px;
  margin-bottom: 18px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
}

#search-results-pagination {
  border-bottom: 0;
}