/*------------------*/
/*  GENERAL
/*------------------------------------------------------*/
body,
body p{
  font-size:16px;
  line-height: 1.5;
}

.hidden {
  display: none;
}
.climabox-filter{
  overflow: hidden;
}
table.climabox{
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
table.climabox th{
  background-color: #808080;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
}
table.climabox td {
  text-align: center;
    border: solid #ddd;
    border-width: 0 1px 1px 0;
    vertical-align: middle;
}

.centered {text-align: center;}
.no-d{ display:none; }
/* ----------- Logo ----------- */
#trueHeader #logo{
  position: relative;
  top:0;
  float:left;
  display:block;
  width:100%;
  height:80px;
  text-indent:-999em;
  background:url(/public/img/logo.png) no-repeat;
  background-size: contain;
  background-position: center left;
  transition:all 0.35s ease;
  -khtml-transition:all 0.35s ease;
  -webkit-transition:all 0.35s ease;
  -moz-transition:all 0.35s ease;
  -ms-transition:all 0.35s ease;
  -o-transition:all 0.35s ease;
}

#header.sticky.condensed #trueHeader #logo{
  height:60px;
  top: 3px;
}

#trueHeader .top-nav ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin:0;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

.shake_me {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;  
}

.ui-autocomplete {
  z-index: 1000;
  font: 13px 'Open Sans', sans-serif;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.breadcrumb {
  text-transform: uppercase;
}

/*REV SLIDER */
.big_white_new{
  position: absolute;
  text-shadow: none;
  padding: 0px;
  margin: 0px;
  font-size: 25px;
  font-family: 'Open Sans', sans;
  font-weight: bold;
  color: #2c3d79;
  letter-spacing: 0px;
}

.header-banner{
  padding:16px 0;
  background: #6cb6ec;
  color:#fff;
  overflow: hidden;
  clear: both;
}

.header-banner .banner-content{
  display:flex;
}

.header-banner .banner-content i{
  font-size:40px;
}

.header-banner .banner-content .banner-text{
  padding:0 0 0 20px;
}

.header-banner .banner-content h3{
  color: #fff;
  font-weight: 500;
  margin: 4px 0;
  font-size: 1.3rem;
}

.header-banner .banner-content p{
  margin:0;
  color:rgba(255,255,255,.6);
}

.header-banner .custom-btn{
  float: right;
}

.header-banner.video {
  position: absolute; 
  background: rgba(0, 0, 0, 0.3); 
  z-index:100; 
  bottom:0; 
  width:100%
}

.header-banner.video .container{
  text-align: right;
}

.header-banner.video-mobile{
  background: #08377B;
  display: none;
}

.single-col{
  padding: 0 10%;
}

.custom-btn{
  padding:6px 12px;
  font-size: 1.04rem;
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.custom-btn.icon-invert{
  flex-direction: row-reverse;
}

.custom-btn.icon-invert i{
  padding: 0 12px 0 0;
}

.custom-btn i{
  padding: 0 0 0 12px;
}

.custom-btn.btn-lg{
  padding:10px 23px;
}

.custom-btn.btn-block{
  display:block
}

.custom-btn.btn-white{
  background:#fff;
  border:1px solid #fff;
  color:#00b4f1;
}

.custom-btn.btn-white:hover{
  background:#00b4f1;
  border-color:#00b4f1;
  color:#fff;
}

.custom-btn.btn-white-blu{
  background:#fff;
  border:1px solid #fff;
  color:#08377B;
}

.custom-btn.btn-white-blu:hover{
  background:#042048;
  border-color:#042048;
  color:#fff;
}

.btn.btn-white.btn-invert,
.custom-btn.btn-white.btn-invert{
  background:transparent;
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
}

.custom-btn.btn-white-blu.btn-invert:hover{
  background: #fff;
  border-color: #fff;
  color:#08377B;
}

.custom-btn.btn-white-blu.btn-invert{
  background:transparent;
  border:1px solid rgba(255,255,255,.3);
  color:#fff;
}

.btn.btn-white.btn-invert:hover,
.custom-btn.btn-white.btn-invert:hover{
  background: #fff;
  border-color: #fff;
  color:#00b4f1;
}

/*------------------*/
/*  SITE STRUCTURE
/*------------------------------------------------------*/

body{ overflow-x:hidden;}
body .ui-tooltip { background:#132F53; color:#fff; border:0; font-size:14px; line-height:18px; padding: 10px; position: absolute; z-index: 9999; max-width: 500px;}

body, input, textarea{
  color:#7c7c7c;
}

body img{
  max-width: 100%;
}

.site_wrapper {
  width: 100%;
  margin: 0 auto 0 auto;
}
.container_full {
  width: 100%;
  /*float: left;*/
  margin: auto auto auto auto;
}
.container {
  width: 1170px;
  margin: auto auto auto auto;
}
.family-top{ 
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.family-top a{
  width: 20%;
  padding: 35px 15px;
  box-sizing: border-box;
  box-shadow: 
  1px 0 0 0 #eeeeee, 
  0 1px 0 0 #eeeeee, 
  1px 1px 0 0 #eeeeee,   /* Just to fix the corner */
  1px 0 0 0 #eeeeee inset, 
  0 1px 0 0 #eeeeee inset;
  text-align: center;
}

.family-top a:hover{
  box-shadow: 
  1px 0 0 0 #1E385D, 
  0 1px 0 0 #1E385D, 
  1px 1px 0 0 #1E385D,   /* Just to fix the corner */
  1px 0 0 0 #1E385D inset, 
  0 1px 0 0 #1E385D inset;
  background:#1E385D;
  color:#fff;
  text-align: center;
}

.family-top .family-item img{ margin:auto;}
.family-top .family-item span{ 
  text-transform:uppercase; 
  color:#3d3d3d; 
  margin:10px 0 0 0;
  font-size: 0.9rem;
}

.family-top a.family-item:hover span{ 
  color:#fff;
}

.family-top .family-item img,
.family-top .family-item span{ display:block; /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/}

.banner-line{ overflow:hidden; clear:both; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.banner-line a{ display:block;}
.banner-line a img{ display:block; max-width:100%;}

.introzoom img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.introzoom:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05); /* IE 9 */
  -moz-transform: scale(1.05); /* Firefox */
  -webkit-transform: scale(1.05); /* Safari and Chrome */
  -o-transform: scale(1.05); /* Opera */
}

/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .four_fifth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.one_full {
  width: 100%;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.650%;
}
.one_fourth {
  width: 22%;
}
.one_fifth {
  width: 16.800%;
}
.two_third {
  width: 65.350%;
}
.three_fourth {
  width: 74%;
}
.four_fifth {
  width: 79.200%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.content-items{ margin:0 -15px -15px 0; overflow:hidden; display: flex; flex-wrap: wrap;}
.content-items .items{ width: 22.99%; margin: 0 10px 10px 0; text-transform:uppercase; overflow:hidden; font-size:12px; background:#fff; border: 1px solid #EBEBEB; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); position: relative;}
/*
.content-items .items{ margin:0 15px 15px 0; width:22.99%; float:left; text-transform:uppercase; overflow:hidden; font-size:12px; background:#fff; border: 1px solid #EBEBEB; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; position: relative; float: left; -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);min-height: 260px;}
.content-items .items.product .content-sub{ min-height:246px; }
*/
.content-items .items.subfamily a{ min-height:200px; }
.content-items .items .content-sub{ padding:0 18px; display:block; overflow:hidden;}
.content-items .items .t-items{ display:block; margin:auto;}
.content-items .items h3.familyTitle{
  color: #1e385d;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
}
.content-items .items .list-sub{ overflow:hidden; margin:0;}
.content-items .items .list-sub li a{ display:block; padding:8px 18px; border-top: 1px solid #EBEBEB; color:#7c7c7c;}
.content-items .items .list-sub li a i{ margin-top:3px; float:right; display:block;}
.content-items .items .list-sub li a:hover{ color:#1e385d}

/*.content-items.big-content .items .t-items{ padding:20px 0 30px 0;}*/
.content-items.small-content{ text-align:center;}
.content-items .items .t-items{ margin:16px auto 10px auto; padding:2px; border:1px solid #fff; background:#fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.content-items .items .content-sub:hover .t-items{ border-color:#dedede;}
.content-items.small-content .items h3{ margin-bottom:9px; font-weight:400;}
.content-items.small-content .items .desc{ padding:0 0 16px; display:block; color:#333333; line-height:15px;}
.content-items .items .content-sub:hover{ background:#EBEBEB;}

.content-items.content-line .items{ display:flex; margin:70px 0 0 0; width:100%; float:none; border: 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.content-items.content-line .items:first-child{
  margin:0;
}
.content-items.content-line .items .content-image{
  margin:0 25px 0 0;
}
.content-items.content-line .items .content-image img{
  max-width: 100px;
}
.content-items.content-line .items .content-text{
  width:100%;
}
.content-items.content-line .items h3{
  margin:0 0 30px 0;
}

.content-items.content-line .items .content-sub:hover{
  background: none;
}
.content-items.content-line .items .list-sub{ 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-items.content-line .items .list-sub li{
  width: 25%;
}
.content-items.content-line .items .list-sub li a{
  padding-left: 0;
  padding-right: 0;
  font-size: .9rem;
  border: solid #EBEBEB;
  border-width: 0 0 1px 0;
  margin:0 50px 0 0;
}
.content-items.content-line .items .list-sub li a:hover{
  background: transparent;
}


.tab-content .content-items.small-content{ text-align:left;}
.tab-content .content-items.small-content .items .t-items{ margin:0 10px 0 0; float:left; max-width:60px;}
.tab-content .content-items .items{ width:23.4444%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.tab-content .content-items .items .content-sub{ padding:10px; height:70px;}
.tab-content .content-items .items h3{ font-size:17px; margin:6px 0 0 0;}
.tab-content .content-items .items .desc{ padding:0; font-size:11px; line-height:13px;}
.tab-content .magazzino{ display:block; background-color: #E6F3FF; /*color: #4A84BC;*/}
.tab-content .magazzino a.popup-articolo{ /*color: #4A84BC;*/}
.tab-content .prezzocliente{ display:block; color: #55A000; font-weight: 600;}
.tab-content .magazzino .prezzocliente{ color: white;}

.tab-content .prod-form{ overflow:hidden;}
.tab-content .prod-form .synform{ margin:0 -20px 0 0;}
.tab-content .prod-form .synform div{ margin-bottom:10px;}
.tab-content .prod-form .synform fieldset{ width:48%; float:left; display:block; margin:0 20px 0 0;}
.tab-content .prod-form .synform fieldset legend{ display:none;}
.tab-content .prod-form .synform input,
.tab-content .prod-form .synform select,
.tab-content .prod-form .synform textarea{ width:95%;}
.tab-content .prod-form .synform textarea{ height:225px;}
.tab-content .prod-form .button-wrap{ margin-bottom:0;}
.synform .hp {display:none;}

.search-title h2{ margin-bottom:5px;}
.search-result{ overflow:hidden;}
.search-result .content-items{ margin:0 0 -10px 0;}
.search-result .content-items .items{ width:auto; float:none; margin:0 0 10px 0; position:relative;}
.search-result .content-items .items .content-sub{ padding:15px 15px 15px 85px; color: #333333;}
.search-result .content-items .items .content-sub h3{ margin:0 0 4px 0;}
.search-result .content-items .items .content-sub .desc{ display: block; font-size:14px; line-height: 15px; padding: 0 0 10px 0;}
.search-result .content-items .items .content-sub p{ font-size:12px; line-height:18px; text-transform:none; margin:0;}
.search-result .content-items .items .t-items{ position:absolute; top:15px; left:15px; margin:0;}


.internal-title span{ font-size:15px; color:#333333; font-weight:200;}
.internal-title h1{ font-size: 40px; line-height:45px; font-weight:400;}
.internal-title h2{ font-size:30px; line-height:30px; font-weight:400;}

.add-remove{ position:absolute; width:32px; height:32px; bottom:0; right:0; background:url(/public/img/add-remove.png);}
.add-remove i{ color:#fff; position:absolute; bottom:4px; right:5px;}
.add-remove.add{ background-position:bottom right;}
.add-remove.remove{ background-position:bottom left;}

.product-top .in_evidenza { padding: 10px; margin-bottom: 40px; font-size: 19px; font-weight: bold; border: 1px dotted #333333; }
.product-top img{ max-width:100%; display:block; margin:auto;}
.product-top h4{ margin:0 0 8px 0;}
.product-top p{ margin:0 0 15px 0; line-height:22px;}

#mypopup.container{ width:100%;}
#mypopup,
#mypopup p{ font-family:'Roboto','Open Sans',sans-serif; font-weight:100; color:#333333;}
#mypopup p{ margin:0; padding:0; font-size:16px; line-height:21px;}
#mypopup .info{ overflow:hidden; margin:0;}
#mypopup .price-content{ overflow:hidden; margin:25px 0;}
#mypopup .price-content .price-col{ float:left; width:50%;}
#mypopup .price-content .price-col p{ line-height:24px;}
#mypopup .price-content .price-col h3{ margin:0;}
#mypopup .price-content .price-col h3.green{ color:#55A000; font-size:30px; line-height:32px;}
#mypopup .message-box-wrap{ font-weight:400;}

#mypopup .form-content .small{ font-size: 13px;}
#mypopup .synform{ margin:20px 0 0 0;}
#mypopup .synform > div{ width:50%; margin-bottom:0; padding:0 0 23px 0; float:left;}
#mypopup .synform > div.full{ width:100%; float:none; clear:both; padding:0;}
#mypopup .synform > div.full + div.full{ padding-top: 10px; }
#mypopup .synform > div input{ width:84%;}
#mypopup .synform > div textarea{ width:92%; height:90px;}
#mypopup .synform > div label{ font-weight:400;}
#mypopup .synform > div label.error{ bottom:0; left:0; top:auto; font-size: 11px;}
#mypopup .synform .dillo_amico { vertical-align: top; margin: 15px 0 0 15px;}

.g-recaptcha {margin: 0; display: inline-block;}

/*------------------*/
/*  PAGES
/*------------------------------------------------------*/

/* top section */
.top_contact_info {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 100%;
  min-height: 40px;
  background: #333;
}

.top_contact_info,
.top_contact_info .title-page,
.top_contact_info a{
  color:  rgba(255,255,255,.6);
}

.top_contact_info .lang-list{
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 20px; 
  margin-left: 20px;
}

.top_contact_info .header-action li.empty{
  margin-left: 30px;
}

.top_contact_info .header-action li.empty:first-child{
  margin-left: 0;
}

ul.tci_list_left {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.tci_list_left li {
  float: left;
  padding: 0px;
  margin: 7px 0px 0px 2px;
  color: #333333;
}
.tci_list_left li a {
  font-size: 12px;
  color: #333333;
  padding: 0 2px;
}
.tci_list_left li a:hover {
  color: #e3e3e3;
}

ul.tci_list {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.title-page{
  font-size:13px;
  line-height:40px;
  font-weight:300;
  float:left;
  margin:0;
  padding:0;
  max-width:400px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.tci_list li {
  float: left;
  padding: 0px;
  margin: 7px 0px 0px 4px;
}
.tci_list li a:hover { background-color: #e3e3e3;}
.tci_list li.empty {
  float: left;
  font-weight: 400;
  font-size: 13px;
  width: auto;
  color:#eee;
  line-height: 40px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0 0 12px;
  background: none;
  border-radius: 0px;
}

.tci_list li.empty .search {
  display: flex;
  margin: 0;
  padding: 6px 12px;
  /* padding-left: 10px; */
  /* padding-top: 0; */
  /* padding-bottom: 0; */
  line-height: normal;
  /* height: 26px; */
  /* line-height: 26px; */
  overflow: hidden;
  /* background: #727272; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  border: 1px solid rgba(255,255,255,.1);
}
.tci_list li.empty .search .input-text{ border:0; background:none; color:#fff; width:85px;}
.tci_list li.empty .search button{ background:none; border:none; padding:0; margin:0; color:#fff; height:auto; line-height:normal;}

.tci_list li.empty a { float: left; width: auto; background: none; line-height: 40px;}
.tci_list li.empty a:hover, 
.tci_list li.empty a:hover i,
.tci_list li.active a {color: #fff;}

#form-login { position: relative; font-size: 0.85rem; line-height: 25px;}
#form-login .label-mob{
  display:none;
}
#form-login em{ font-style:normal; }
#form-login a{
  color:#333;
}
#form-login a > i{
  font-size: 25px;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

#form-login a > i.normal{
  font-size: inherit;
}

#form-login a span{
  padding: 0 0 0 5px;
}
#form-login #login-content {
  display: none;
  position: absolute;
  top: 42px;
  width: 220px;
  left: 50%;
  margin:0 0 0 -110px;
  z-index: 2000;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  overflow:hidden;
}
#form-login #login-content a{ float:none; font-size:11px; line-height:35px; color:#666; display:block;}
#form-login #login-content a:hover{ color:#3D85C3;}

#form-login #login-content form{ overflow:hidden; padding:15px 15px 0 15px;
background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);
}
#form-login #login-content .signup{ background:#727272; color:#e3e3e3; display:block; padding:0 15px;}
#form-login #login-content .signup:hover{ background:#333; color:#fff;}
#form-login #inputs input {
  background: #fff;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 178px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#form-login #inputs input:focus { background-color: #fff; border-color: #e8c291; outline: none;}
#form-login #actions { margin: 10px 0 0 0;}
#form-login #submit {
  background-color: #3076b3;
  border:0;
  float: left;
  height: 34px;
  padding: 0;
  width: 190px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#form-login #submit:hover,
#form-login #submit:focus {
  background-color: #428bca;
}
#form-login #submit:active { outline: none;}
#form-login #submit::-moz-focus-inner { border: none;}

#form-search{
  margin-left: 30px;
}
#form-search form{
  border:1px solid #eee;
}

#form-search form .input-text{
  padding: 4px 14px;
  border: 0;
  font-size: 0.8rem;
}

#form-search form button{
  background:transparent;
  border:0;
}

#form-search form button i{
  color:#333;
}

.user-logged { margin-top:5px; padding:8px 8px 14px; font-size: 12px; line-height:12px; -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;}
.user-logged .user-name{
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 1px;
}
.tci_list .empty .lang { float: none; line-height: 15px; }
.tci_list .empty .user-logged .lang:hover { color: #08377b; }
.tci_list .empty .lang img { opacity: 60%; }
.tci_list .empty.active .lang img { opacity: 100%; }
<<<<<<< HEAD

=======
>>>>>>> 8482fc5756851c38fe1f1432d24e0cb187f68b7f

a.button_slider {
  float: left;
  padding: 13px 30px;
  margin: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
a.button_slider:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slider_sec_box{
  position: absolute;
  width: 280px;
  height: 65px;
  padding: 25px 0px 0px 0px;
  background-color: #181818;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-size: 13px;
  color: #fff;
}
.slider_sec_box:hover{
  background-color: #be8255;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.slider_sec_box b{
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slider_sec_box i{
  float: left;
  width: 80px;
  height: 65px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
}


/* punch text */
.punch_text {
  float: left;
  width: 100%;
  background: #383634 url(/public/img/elements/slash_it.png) repeat left top;
  padding: 20px 0px;
  font-size: 22px;
  color: #fff;
}
.punch_text b {
  float: left;
  font-weight: normal;
  padding: 18px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.punch_text a {
  float: right;
  color: #fff;
  border-radius: 4px;
  background-color: #343434;
  padding: 18px 27px;
  font-size: 22px;
  text-transform: uppercase;
}
.punch_text a:hover {
  color: #fff;
  background-color: #454545;
}

/* punch text 02 */
.punch_text02 {
  float: left;
  width: 100%;
  padding-bottom: 35px;
  font-family: 'Roboto', sans-serif;
}
.punch_text02 b {
  float: left;
  font-weight: normal;
  padding: 34px 0px 0px 0px;
  font-size: 35px;
  color: #ff7a29;
  font-weight: 300;
  width: 80%;
}
.punch_text02 b em {
  font-size: 20px;
  font-style: normal;
  display: block;
  margin-top: 20px;
  color: #333333;
}
.punch_text02 a.icon_but {
  float: right;
  width: 180px;
  height: 110px;
  padding-top: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: url(/public/img/quote-big.png) no-repeat right top;
}
.punch_text02 a.icon_but:hover {
  color: #383634;
}

.video-content{position:relative; display: inline-block;}
.video-content img{ max-width:100%;}
.video-content .video-items{ position:absolute; bottom:63px; left:50%; width:300px; height:215px; margin:0 0 0 -150px;}
.video-content .video-items object{ display:block; margin:auto;}

.fusection .section-items { display:block; font-weight:300; position: relative; display:flex; margin:0 50px 0 0;}
.fusection .section-items .section-icon i{ font-size: 70px; margin: 0 20px 0 0; color:#1E385D;}
.fusection .section-items h3 { margin:15px 0 40px 0; font-weight:500; line-height: 1.2;}
.fusection .section-items p { margin-bottom:50px; font-size: .9rem;}
.fusection .section-items a{ font-weight:600; }
.fusection .section-items a i{margin:0 0 0 20px}

.fusection.last {
  margin-right: 0 !important;
  clear: right;
}

.banner-home{
  background: #F3F7FA;
  clear: both;
  padding:70px 0;
  text-align: center;
}

.banner-home .fusection{
  overflow:hidden;
}

.stock-home{
  background: #08377B;
  color: white;
  clear: both;
  padding:70px 0;
}

.stock-home .fusection{
  overflow:hidden;
}

.stock-home h1,
.stock-home h2 {
  color: white;
}

.stock-home h1 {
  font-size: 40px;
  padding: 0px;
  margin: 0px 0px 80px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.stock-home h1 strong {
  font-weight: normal;
}

.stock-home h1 i {
  font-style: normal;
  font-weight: 500;
}

.stock-home h2 {
  font-size: 30px;
}

.stock-home .discount {
  font-size: 20px;
  font-weight: bold;
}

/* fresh projects */
.fresh_projects {
  float: left;
  width: 100%;
  background: #fff;
  text-align: center;
}
.fresh_projects h1 {
  font-size: 40px;
  padding: 0px;
  margin: 0px 0px 80px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.fresh_projects h1 strong {
  font-weight: normal;
}
.fresh_projects h1 i {
  font-style: normal;
  font-weight: 500;
}

.fresh_projects_list section .display .small-group{
  float:left;
  width:550px;
  height:340px;
  overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small{
  position:relative;
  float:left;
  width:50%;
  height:100%;
  color:#fff;
  text-align:center;
  overflow:hidden;
}
.fresh_projects_list section .display .small-group div.small img{
  width: 100%;
  height: 250px;
}
.fresh_projects_list section .display .small-group div.small .hover{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  pointer-events:none;
  z-index:90;
}
.fresh_projects_list section .display .small-group div.small:hover .hover{
  background:#000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  height: 250px;
}
.fresh_projects_list section .display .small-group div.small:hover .info{
  color:#fff;
}
.fresh_projects_list section .display .small-group div.small a{
  color:#fff;
}
.fresh_projects_list section .display .small-group div.small .info{
  position:absolute;
  bottom:20px;
  margin-bottom: 0px;
  left:0;
  width:100%;
  z-index:100;
  background: none;
  border: none;
  -webkit-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition:bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.fresh_projects_list section .display .small-group div.small .info h1{
  background: none;
  color: #383634;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-size: 23px;
  font-weight: normal;
}

.fresh_projects_list section .display .small-group div.small .info h2{
  background: none;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-size: 10px;
  font-weight: normal;
}

.fresh_projects_list section.cheapest .small-group .additionnal{
  font-weight:500;
  color:#fff;
  line-height:20px;
  padding:0;
  position:absolute;
  top:100%;
  left:0;
  right:0;
  opacity:0;
  margin-top: 20px;
}
.fresh_projects_list section.cheapest .small-group .additionnal b {
  padding: 7px 10px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #fff;
  border-radius: 2px;
}

.fresh_projects_list section.cheapest .small-group div.small:hover .info{
  bottom:207px;
}
.fresh_projects_list section.cheapest .small-group div.small:hover .additionnal{
  opacity:1;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h1, .fresh_projects_list section.cheapest .small-group div.small:hover h2,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3{
  color:#fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}
.fresh_projects_list section.cheapest .small-group div.small:hover h2 strong,.fresh_projects_list section.cheapest .small-group div.small:hover section#easy-to-reach .large .info h3 strong,.fresh_projects_list section#easy-to-reach .large .info section.cheapest .small-group div.small:hover h3 strong{
  color:#fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h1{
  background: none;
  color: #fff;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-size: 16px;
  font-weight: normal;
}

.portfolio_sidebar_widget .fresh_projects_list section .display .small-group div.small .info h2{
  background: none;
  color: #fff;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
}
.portfolio_sidebar_widget .fresh_projects_list section .display .small-group{
  float:left;
  width:550px;
  height:250px;
  overflow:hidden;
}
.portfolio_sidebar_widget .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
  height: 250px;
}
.portfolio_sidebar_widget .fresh_projects_list section.cheapest .small-group div.small:hover .info{
  bottom:130px;
}


/* features section 2 */
.features_sec02 {
  float: left;
  width: 100%;
  text-align: center;
  background: #000 url(/public/img/para-bg1.jpg) no-repeat center top;
  border-bottom: 4px solid #181818;
}
.features_sec02 h1 {
  font-size: 40px;
  color: #fff;
  padding: 0px;
  margin: 0px 0px 45px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.features_sec02 h1 i {
  font-size: 18px;
  color: #fff;
  font-style: normal;
  display: block;
  padding-top: 18px;
  line-height: 22px;
}
.features_sec02 .left {
  float: left;
  width: 35%;
  padding-top: 10px;
  min-height: 370px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
}
.features_sec02 .center {
  float: left;
  width: 30%;
  min-height: 380px;
  background: url(/public/img/site-img10.png) no-repeat center bottom;
}
.features_sec02 .right {
  float: left;
  width: 35%;
  padding-top: 10px;
  min-height: 370px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
}
.features_sec02 .left .one {
  float: right;
  width: 100%;
  text-align: right;
}
.features_sec02 .left .one b, .features_sec02 .left .two b {
  float: right;
  margin-right: 20px;
  margin-top: 13px;
  font-size: 18px;
  font-weight: normal;
}
.features_sec02 .left .one b em, .features_sec02 .left .two b em {
  font-size: 13px;
  font-style: normal;
}
.features_sec02 .left i {
  float: right;
  color: #333333;
  background-color: #fff;
  width: 79px;
  height: 79px;
  text-align: center;
  vertical-align: middle;
  line-height: 78px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.features_sec02 .left i:hover {
  color: #fff;
  background: none;
  border: 1px solid #727272;
}
.features_sec02 .left .two {
  float: right;
  margin: 35px 50px 35px 0px;
  text-align: right;
}

.features_sec02 .right .one {
  float: left;
  width: 100%;
  text-align: left;
}
.features_sec02 .right .one b, .features_sec02 .right .two b {
  float: left;
  margin-left: 20px;
  margin-top: 13px;
  font-size: 18px;
  font-weight: normal;
}
.features_sec02 .right .one b em, .features_sec02 .right .two b em {
  font-size: 13px;
  font-style: normal;
}
.features_sec02 .right i {
  float: left;
  color: #333333;
  background-color: #fff;
  width: 79px;
  height: 79px;
  text-align: center;
  vertical-align: middle;
  line-height: 78px;
  border-radius: 100%;
  border: 1px solid #fff;
}
.features_sec02 .right i:hover {
  color: #fff;
  background: none;
  border: 1px solid #727272;
}
.features_sec02 .right .two {
  float: left;
  margin: 35px 0px 35px 50px;
  text-align: left;
}

/* features section 3 */
.features_sec03 {
  float: left;
  width: 100%;
  text-align: center;
}
.features_sec03 h1 {
  font-size: 40px;
  color: #383634;
  padding: 0px;
  margin: 0px 0px 45px 0px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.features_sec03 h1 strong {
  font-weight: normal;
}
.features_sec03 h1 i {
  font-size: 18px;
  color: #383634;
  font-style: normal;
  display: block;
  padding-top: 18px;
  line-height: 22px;
}
.features_sec03 h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 22px;
}
.features_sec03 .left {
  float: left;
  width: 23%;
  text-align: left;
}
.features_sec03 .center {
  float: left;
  width: 48%;
  margin: 0 3%;
}
.features_sec03 .right {
  float: left;
  width: 23%;
  text-align: left;
}

.features_sec03 .left ul.fun_facts {
  float: left;
  padding: 0px;
  margin: 0px;
}
.features_sec03 .left .fun_facts li {
  float: left;
  padding: 16px 0px 0px 0px;
  margin: 0px 20px 18px 0px;
  width: 74px;
  height: 58px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  font-family: 'Roboto', sans-serif;
}
.features_sec03 .left .fun_facts li.last {
  margin: 0px 0px 18px 0px;
}
.features_sec03 .left .fun_facts li b {
  color: #575757;
  display: block;
  font-size: 18px;
}
.features_sec03 .left .fun_facts li:hover {
  background-color: #f9f9f9;
}

/* people says */
.peopple_says {
  float: left;
  width: 100%;
  padding: 35px 0px 40px 0px;
  background-color: #f0f0f0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
    box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 0px 0px #FFF;
}
.peopple_says .title {
  float: left;
  width: 39%;
  height: 160px;
  margin-top: 35px;
  background: url(/public/img/testi-img.png) no-repeat left top;
}
.peopple_says .contarea {
  float: left;
  width: 58%;
  padding-left: 3%;
  padding-top: 35px;
  background: url(/public/img/quote.png) no-repeat left top;
}
.peopple_says h1 {
  font-size: 35px;
  padding: 0px;
  margin: 40px 0px 58px 140px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.peopple_says h1 i {
  font-size: 16px;
  font-style: normal;
  display: block;
  padding-top: 18px;
}
.peopple_says .contarea img {
  float: left;
  border: 3px solid #fff;
  margin: 0px 30px 0px 0px;
}


/* clients */
.clients {
  float: left;
  width: 100%;
}




/*------------------*/
/*  FOOTER
/*------------------------------------------------------*/
.footer {
  float: left;
  width: 100%;
  background: #1a1a1a;
  color: #999999;
}
.footer .one_fourth{
  float: left;
  width: 22%;
  margin-right: 4%;
}

.footer h2 {
  color: #fff;
  font-weight: 300;
  margin-bottom: 50px;
}
.footer h2 i {
  font-weight: normal;
  font-style: normal;
}
.footer a {
  color: #999999;
}
.footer a:hover {
  color: #fff;
}
.footer ul.list {
  padding: 0px;
  margin: 0px;
}
.footer .list li {
  padding: 0px;
  margin: 0px;
  line-height: 30px;
}

.footer ul.contact_address {
  float: left;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100%;
}
.footer .contact_address li {
  padding: 0px;
  margin: 0px;
  line-height: 25px;
}
.footer .footer_logo {
  float: left;
  padding: 0px;
  margin: 0px;
}
.category-list{ overflow:hidden;}
.category-list a {
  display: block;
  float: left;
  padding: 0 10px 27px 0;
  width: 50%;
  box-sizing: border-box;
  font-size: 1rem;
}
.category-list a:hover{ color:#fff;}

.footer ul.seo-menu li { display: inline; font-size: 10px; padding: 0 4px 0 0; white-space: nowrap;}

/* Tweets */
.twitter_feed { float: left; padding: 0px; margin: 0px; width: 100%;}
.twitter_feed .left { float: left; padding: 4px; margin: 0 10px 5px 0px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background:#fff;}
.twitter_feed .left img{ display:block; max-width:65px;}
.twitter_feed a { color: #999999;}
.twitter_feed a:hover { color: #fff;}
.twitter_feed span{ display:block; line-height:16px;}
.twitter_feed strong{ display:block; color:#fff;}
.twitter_feed small { font-size: 70%; color: #999999; display:block; margin-top:5px;}

.social-footer{ margin:20px 0 0 0;}
.social-footer li{ display:inline; padding: 0 5px;}
.social-footer li a{ font-size: 40px;}

.facebook-like-iframe iframe{
	border-bottom:1px solid #fff !important;
	display:block;
  margin-bottom:20px;
  max-width: 100%;
}

.facebook-like-iframe iframe:last-child{
	margin-bottom:0;
}


/* copyrights */
.copyright_info {
  float: left;
  padding: 45px 0px;
  margin: 0px;
  width: 100%;
  color: #fff;
  background: #1a1a1a;
  border-top:1px solid #404040;
}
.copyright_info .one_half{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.copyright_info .last{ text-align:right;}
.copyright_info b {
  font-size: 12px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.copyright_info span {
  float: right;
}
.copyright_info a {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.copyright_info a img{ vertical-align:middle; padding-left:5px;}

.copyright_info .footer-logo{
  max-width: 150px;
  vertical-align: middle;
  margin: 0 50px 0 0;
}

.copyright_info .kleis{
  margin: 12px 0 0 0;
}

/*------------------*/
/*  CONTENT
/*------------------------------------------------------*/
.content_left {
  float: left;
  width: 71%;
  padding: 50px 0px 0px 0px;
}
.content_fullwidth {
  /*float: left;*/
  width: 100%;
  padding: 50px 0px 0px 0px;
}
.right_sidebar {
  float: right;
  width: 25%;
  padding: 50px 0px 0px 0px;
}
.left_sidebar {
  float: left;
  width: 25%;
  padding: 50px 0px 0px 0px;
}
.content_right {
  float: right;
  width: 71%;
  padding: 50px 0px 0px 0px;
}

.content_right .rich-text p{ overflow:hidden;}
.content_right .rich-text ul{ margin-left:30px;}
.content_right .rich-text ul li{ list-style:disc;}
.content_right .rich-text iframe{ display:block; margin:0 0 30px 0;}
.content_right .rich-text iframe,
.content_right .rich-text img{ background: none repeat scroll 0 0 #FFFFFF; border: 1px solid #EBEBEB; padding:4px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
.content_right .rich-text strong,
.content_right .rich-text a{ font-weight:600; color:#1E385D;}
.content_right .rich-text a{ text-decoration:underline;}
.content_right .rich-text a:hover{ text-decoration:none;}

.content_right .rich-text .flash-video img{ border: none; box-shadow: none; padding: 0; }

/* page title */
.page_title {
  z-index: 0;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0px;
  padding: 23px 0px 15px 0px;
  background: #08377B;
}

.page_title .container{ position:relative;}

.page_title .title h1 {
  margin: 0px 0px 0px 0px;
  background: none;
  font-weight: 600;
  font-size:23px;
  color: #fff;
  line-height:28px;
  min-height:34px;
}
.page_title .title h1 small{ font-size:18px;}
.page_title .under_title{ overflow:hidden; clear:both; margin:10px 0 0 0;}
.page_title .under_title .pagenation { font-family: 'Open Sans', sans-serif; font-weight: normal; font-size: 13px; text-align: left; font-weight: normal; padding: 0px; overflow:hidden; float:left;}
.page_title .under_title .pagenation a, 
.page_title .under_title .pagenation i { color:rgba(255,255,255,.9) }
.page_title .under_title .pagenation a:hover { color:rgba(255,255,255,1) }
.page_title .under_title .pagenation span{ color:rgba(255,255,255,.4)}
.page_title .under_title .pagenation i{ padding:0 5px;}
.page_title .under_title .top-action-button{ float:right; overflow:hidden; margin:10px 0 0 0;}
.page_title .under_title .top-action-button .slim-button{ padding:0 12px; float:left; margin:0 0 0 10px; height:32px; line-height:32px; border:1px solid #95a1b1; color:#fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.page_title .under_title .top-action-button .slim-button:hover{ border-color:#fff;}
.page_title .catalog-action{
  overflow: hidden;
}
.page_title .lista-clienti {width:100%;}

.page_title div .custom-btn{ float:right; margin-left: 18px;}
.page_title div .custom-btn:last-child{margin:0;}


/* our team */
.our_team_box {
  width: 100%;
  float: left;
}
.our_team_box ul {
  margin: 0;
  padding: 7px 0 0 0px;
  float: left;
  width: 180px;
}
.our_team_box li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}
.our_team_box li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}
.our_team_box  img.teammempic {
  width: 100%;
  margin: 0px;
  padding: 0;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.our_team_box  img.teammempic:hover {
  width: 100%;
  margin: 0px;
  padding: 0;
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.our_team_box li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=10);
}
.our_team_box li strong {
  font-size: 13px;
  color: #454545;
  display: block;
}
.our_team_box li strong i {
  color: #333333;
  font-size: 11px;
  font-style: normal;
}
.our_team_box .boxleft {
  width: 180px;
  float: left;
  margin: 0px 36px 0 0;
}
.our_team_box .cont-area {
  float: left;
  font-size: 10px;
  color: #333333;
  width: 100%;
  margin-bottom: 10px;
}
.our_team_box .boxright {
  width: 180px;
  float: right;
  margin: 0px;
}
.our_team_box li a i {
  color: #dadada;
}

/* our team big */
.our_team_box_big {
  width: 100%;
  float: left;
}
.our_team_box_big ul {
  margin: 0;
  padding: 20px 0 0 0px;
  float: left;
  width: 245px;
}
.our_team_box_big li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  list-style-type: none;
  color: #a9a9a9;
}
.our_team_box_big li a {
  margin: 7px 5px 0 0;
  padding: 0;
  float: left;
}
.our_team_box_big  img.teammempic {
  width: 245px;
  margin: 0px;
  padding: 0;
  float: left;
  filter:alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.our_team_box_big  img.teammempic:hover {
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.our_team_box_big li a img:hover {
  margin: 0px;
  padding: 0;
  opacity: 0.7;
  filter: alpha(opacity=10);
}
.our_team_box_big li strong {
  font-size: 14px;
  color: #454545;
  display: block;
}
.our_team_box_big li strong i {
  color: #333333;
  font-size: 12px;
  font-style: normal;
}
.our_team_box_big .cont-area {
  float: left;
  font-size: 10px;
  color: #333333;
  width: 100%;
  margin-bottom: 10px;
}
.our_team_box_big li a i {
  color: #dadada;
}

ul.list_doted02 {
  float: left;
  margin: 13px 0px 0px 0px;
  padding: 0px;
}
.list_doted02 li {
  margin: 0px 0px 13px 0px;
  padding: 0px 0px 0px 13px;
}
.list_doted02 li h5 {
  margin-bottom: 2px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f3f3f3;
}

.big_text1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 35px;
  color: #333333;
}
.big_text1 i {
  color: #1E385D;
  font-style: normal;
}

ul.fullimage_box {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 48%;
}
.fullimage_box li {
  padding: 0px;
  margin: 0px;
}
.fullimage_box li img {
  margin-bottom: 8px;
  width: 100%;
}
.fullimage_box li img:hover {
}
ul.fullimage_box.last {
  float: left;
  width: 48%;
  margin-left: 4%;
}

ul.fullimage_box2 {
  float: left;
  padding: 30px 20px;
  margin: 0px;
  width: 86.6%;
  border: 1px solid #eee;
  border-radius: 4px;
}
.fullimage_box2 li {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
ul.fullimage_box2.last {
  float: left;
  width: 100%;
  margin-left: 4%;
}
.fullimage_box2 li i {
  color: #ff7b29;
}
.fullimage_box2 h3 {
  color: #ff7b29;
  margin-top: 13px;
}

.box_widget_full {
  float: left;
  width: 96%;
  padding: 2%;
  margin: 0px;
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
}
.box_widget_full h3 {
  margin-bottom: 10px;
}
.box_widget_full i {
  float: left;
  margin-right: 20px;
}


/* client logos */
ul.clients_logos_list {
  padding: 0;
  margin: 30px 0 0 0px;
  position: relative;
}
.clients_logos_list li {
  padding: 0;
  margin: 0;
  float: left;
  width: 25%;
}
.clients_logos_list li.last {
  margin: 0 0px 0 0;
}

/* get features */
.get_features {
  width: 100%;
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features h5 {
  margin-bottom: 7px;
  font-weight: normal;
}
.get_features p {
  line-height: 19px;
}
.get_features ul.get_features_list {
  float: left;
  padding: 0px;
  margin: 0px 0px 35px 0px;
}
.get_features ul.get_features_list.last {
  margin: 0px 0px 0px 0px;
}
.get_features .get_features_list li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.get_features .get_features_list li.left {
  float: left;
  padding: 0px;
  margin: 0px 15px 0px 0px;
  width: 44px;
  height: 44px;
  background-color: #ff7b29;
  border-radius: 45px;
  text-align: center;
  line-height: 52px;
  vertical-align: middle;
}
.get_features .get_features_list li.left i {
  color: #fff;
}
.get_features .get_features_list li.right {
  width: 80%;
}

/* section 2 */
ul.lirt_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.lirt_section li.left {
  float: left;
  padding: 0px;
  margin: 0 25px 0 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  font-size: 22px;
}
.lirt_section li strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ff7b29;
  display: block;
  margin: 8px 0 0 0;
}
.lirt_section li i {
  font-style: normal;
}

/* 404 Error Page */
.error_pagenotfound {
  padding: 50px 30px 58px 30px;
  margin: 0 auto;
  width: 67%;
  text-align: center;
}
.error_pagenotfound strong {
  display: block;
  font-size: 145px;
  line-height: 100px;
  color: #e3e3e3;
  font-weight: normal;
}
.error_pagenotfound b {
  display: block;
  font-size: 40px;
  line-height: 40px;
  color: #eee;
  margin: 0;
  font-weight: 300;
}
.error_pagenotfound p {
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #666;
  margin: 0;
  font-style: normal;
}

/* portfolio single image */
.portfolio_area {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
}
.portfolio_area_left {
  padding: 0px;
  margin: 0px;
  width: 75%;
  float: left;
}
.portfolio_area_left img {
  padding: 0px;
  margin: 0px;
  width: 100%;
  float: left;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.portfolio_area_right {
  padding: 0px;
  margin: 0px 0px 0px 3%;
  width: 22%;
  float: left;
}
.project_details {
  padding: 0px;
  margin: 70px 0px 0px 0px;
}
.project_details span {
  padding: 5px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #454545;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.project_details strong {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  float: left;
  width: 40%;
}
.project_details em {
  padding: 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  float: left;
  width: 60%;
}
.project_details span a {
  padding: 3px 10px;
  margin: 0px 0px 0px 3px;
  font-size: 11px;
  line-height: 30px;
  font-weight: normal;
  font-style: normal;
  color: #333333;
  background-color: #e3e3e3;
  border-radius:3px;
}
.project_details span a:hover {
  background-color: #ddd;
}
.addto_favorites {
  padding: 3px 10px 5px 10px;
  margin: 20px 0px 0px 0px;
  width: 122px;
  display: block;
  border-radius:3px;
  font-size: 13px;
  color: #333333;
  background: #eee;
}
.addto_favorites:hover {
  background: #ddd;
}
.addto_favorites i {
  color: #c3c3c3;
}

ul.small_social_links {
  padding: 0px;
  margin: 9px 0 25px 0px;
}
.small_social_links li {
  padding: 0px;
  margin: 0px 9px 0px 0px;
  float: left;
}
.small_social_links li i {
  color: #ff7b29;
}
.small_social_links li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.small_social_links li a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.portfolio_image {
  float: left;
  width: 97%;
  padding: 0px;
  margin: 0px;
  border: 5px solid #fff;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.portfolio_image .title {
  float: left;
  width: 92%;
  padding: 10px 19px 7px 20px;
  margin: 0px;
  font-size: 13px;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.portfolio_image i {
  position: absolute;
  display: none;
  color: #fff;
  margin-left: 45%;
  margin-top: 22%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.portfolio_image:hover i {
  display: block;
}
.portfolio_image img {
  float: left;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.portfolio_image img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* blog */
.blog_post {
  float: left;
  width: 100%;
}
.blog_post h3 {
  float: left;
  text-align: left;
  color: #333;
  width: 85%;
  line-height: 30px;
}
.blog_post h3 a {
  color: #ff7b29;
  text-decoration: none;
  float: left;
  margin-top: 3px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
.blog_post h3 a:hover {
  color: #383634;
}
.post_info_content {
  padding: 0px;
  margin: 10px 0 0 10%;
  width: 90%;
  float: left;
}
ul.post_meta_links {
  float: left;
  margin: -10px 0px 0px -6px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}
.post_meta_links li {
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 4px;
  list-style-type: none;
  color: #333333;
}
.post_meta_links li.post_by {
  padding: 0px 0px 0px 25px;
  background: url(/public/img/blog/icon-by-user.png) no-repeat 5px 5px;
}
.post_meta_links li.post_categoty {
  padding: 0px 0px 0px 22px;
  background: url(/public/img/blog/icon-category.png) no-repeat 2px 6px;
}
.post_meta_links li.post_comments {
  padding: 0px 0px 0px 22px;
  background: url(/public/img/blog/icon-comments.png) no-repeat 2px 5px;
}
.post_meta_links li a {
  color: #a1a1a1;
  padding: 0px 18px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.post_meta_links li a:hover {
  color: #333333;
  text-decoration: none;
}
.blog_postcontent {
  float: left;
  width: 100%;
}
.blog_postcontent .image_frame {
  float: left;
  width: 98%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame:hover {
  border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
  border: 1px solid #fff;
}
.blog_postcontent .video_frame iframe {
  float: left;
  width: 98%;
  height: 400px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}

/* blog small */
.blog_post h3 {
  width: 74%;
}
.blog_postcontent .image_frame.small {
  float: left;
  width: 43%;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .image_frame.small:hover {
  border: 7px solid #f9f9f9;
}
.blog_postcontent .image_frame img {
  float: left;
  width: 99.7%;
  border: 1px solid #fff;
}
.blog_postcontent .video_frame.small iframe {
  float: left;
  width: 43%;
  height: 180px;
  border: 7px solid #fff;
  margin-bottom: 25px;
  -webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.blog_postcontent .video_frame iframe:hover {
  border: 7px solid #f9f9f9;
}
.post_info_content_small {
  padding: 0px;
  margin: 0 0 0 4%;
  width: 50%;
  float: left;
}
ul.post_meta_links_small {
  float: left;
  margin: -15px 0px 12px 80px;
  padding: 0px 0px 0px 0px;
  width: 80%;
}
.post_meta_links_small li.post_by {
  float: left;
  padding: 0px 0px 0px 18px;
  background: url(/public/img/blog/icon-by-user.png) no-repeat 0px 5px;
}
.post_meta_links_small li.post_categoty {
  float: left;
  padding: 0px 0px 0px 26px;
  background: url(/public/img/blog/icon-category.png) no-repeat 9px 6px;
}
.post_meta_links_small li.post_comments {
  float: left;
  padding: 0px 0px 0px 26px;
  background: url(/public/img/blog/icon-comments.png) no-repeat 9px 5px;
}
.post_meta_links_small li a {
  color: #a1a1a1;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.post_meta_links_small li a:hover {
  color: #333333;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
  font-size: 11px;
}
.blog_post a.date {
  padding: 10px 5px 0px 0px;
  text-decoration: none;
  width: 55px;
  height: 55px;
  text-align: center;
  background: #f9f9f9;
  display: block;
  margin-right: 20px;
  float: left;
  -webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.blog_post a.date strong {
  color: #ff7b29;
  font-size: 27px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.blog_post a.date:hover strong {
  color: #333;
}
.blog_post a.date i {
  color: #fff;
  font-size: 11px;
  font-style: normal;
  padding: 0px 10px;
  display: block;
  border-top: 1px solid #f3f3f3;
  width: 40px;
  background-color: #ff7b29;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.blog_post a.date:hover i {
  background-color: #383634;
}
.post_readmore:link, .post_readmore:visited {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(/public/img/skin01/but_post_readmore.jpg) no-repeat left top;
}
.post_readmore:hover {
  float: right;
  height: 27px;
  width: 185px;
  text-align: center;
  padding-top: 7px;
  color: #fff;
  text-decoration: none;
  background: url(/public/img/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}
.sharepost {
  float: left;
  width: 80%;
  margin-bottom: 40px;
}
.sharepost ul {
  margin: 0px;
  padding: 0px;
}
.sharepost li {
  margin: 0px 7px 5px 0px;
  padding: 2px 5px;
  float: left;
  border-radius: 2px;
  list-style-type: none;
  background-color: #ff7b29;
}
.sharepost li i {
  color: #fff;
}
.sharepost li:hover {
  background-color: #383634;
}

.about_author {
  float: left;
  width: 93%;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}
.about_author img {
  float: left;
  margin-right: 20px;
}
.about_author a {
  font-family: 'Open Sans' !important;
  font-weight: normal;
  font-weight: 600;
  color: #333;
}
.about_author a:hover {
  color: #ff7b29;
}


/* pagination */
.pagination {
  clear:both;
  padding:10px 0;
  margin-bottom:20px;
  font-family: 'Open Sans', sans-serif;
}
.pagination{
  margin: 30px 0 0 0;
  padding:0px 10px 0 0;
  font-weight: normal;
  color: #333333;
}
.pagination a,
.pagination strong {
  font-size: 12px;
  color: #1E385D;
  background-color: #eee;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 10px;
  border-radius: 3px;
  margin:0 0 0 2px;
}
.pagination a:hover,
.pagination strong {
  color: #fff;
  background-color: #1E385D;
}


.comment_submit {
  background: #fff;
  border: 1px solid #ddd;
  padding: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  border-radius: 4px;
  color: #717171;
  text-transform: uppercase;
  height:auto;
  line-height:normal;
  font-size:14px;
}
.comment_submit:hover {
  background-color: #f9f9f9;
  cursor: pointer;
}

.comment_submit.primary{
  color:#fff;
  background: #08377b;
  border-color:#08377b;
}

.comment_submit.primary:hover{
  background: #04214b;
  border-color:#04214b;
}

.form-content h2{ margin:0 0 5px 0;}
.synform label{ margin:0;}
.synform label.error{ position:absolute; top:0; right:0; background:none; border:0; font-weight:bold; color:#D50000;}
.synform div{ overflow:hidden; margin-bottom:20px; position:relative;}
.synform .button-wrap{ margin:20px 0 0 0;}
.synform input,
.synform select { float: left; width: 97%; height: 32px; line-height: 32px; vertical-align: middle; margin:0; padding: 0px 10px; border: 1px solid #e1e1e1; background-color: #f9f9f9;}
.synform select { width: 99%; }
.select2-container {width: 100%;}
.synform textarea { float: left; width: 97%; height: 235px; padding: 10px; margin: 0; border: 1px solid #e1e1e1; background-color: #f9f9f9; resize:none;}
.synform #finformativa{ margin:0; background-color: #F9F9F9; border: 1px solid #E1E1E1;  padding: 10px; font-size:10px; line-height:14px;}
.synform .checkbox{ width:auto; height:auto; line-height:normal; padding:0; float: none;}

.address-info {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 10px 20px;
  margin-bottom: 40px;
}

.content_right .rich-text .address-info ul{ margin-left:0;}
.content_right .rich-text .address-info ul li{ list-style:none;}

.address-info a {
  color: #1889c1;
}
.address-info a:hover {
  color: #454545;
}

.google-map {
  width: 99%;
  height: 350px;
  border: 5px solid #fff;
  -webkit-box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}


/* Portfolio Page */
.portfolio_page {
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
}
.portfolio_page h3 {
  color: #fff;
  text-align: center;
  width: 370px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  background-color: #35353d;
  float: left;
}
.portfolio_page .imgWrap {
    position: relative;
    width: 370px;
  height: 300px;
}
.portfolio_page .imgWrap.last {
  margin-right: 0px;
}
.portfolio_page .imgWrap img {
  float: left;
  width: 100%;
  height: 250px;
}
.portfolio_page .imgDescription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(00, 000, 000, 0.40);
  color: #fff;
  visibility: hidden;
  opacity: 0;
}
.portfolio_page .imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
.portfolio_page .imgDescription i {
  position: absolute;
  top: 103px;
  left: 160px;
  color: #fff;
  opacity: 0.8;
}


/*------------------*/
/*  RIGHT SIDEBAR
/*------------------------------------------------------*/
/* site search */
.site-search-area {
  margin: 0px;
  padding: 0px;
}
#site-searchform {
  margin: 0;
  padding: 0;
}
#site-searchform #s{
  border: 1px solid #eee;
  background-color: #fff;
  width: 71%;
  height:30px;
  padding:5px 10px 5px 10px;
  color: #333333;
  float: left;
  font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit{
  float: left;
  width:50px;
  height:41px;
  cursor:pointer;
  text-indent:-5555em;
  line-height:100;
  overflow:hidden;
  background: #ff7b29 url(/public/img/site-search-icon.png) no-repeat center 14px;
  border:0;
}
#site-searchform #searchsubmit:hover{
  background: #383634 url(/public/img/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.arrows_list{ overflow:hidden; clear:both; margin:0;}
.arrows_list li a{ display:block; color:#9d9d9d; padding:10px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.arrows_list li a:hover{ background:#f5f5f5;}
.arrows_list li.active a{ background:#1e385d; color:#fff;}

.sidebar_widget h3, .clientsays_widget h3 {
  margin-bottom: 20px;
  float: left;
}
.sidebar_widget h3 i, 
.clientsays_widget h3 i {
  font-weight: 500;
  font-style: normal;
}

/* Recent Posts */
.sidebar_widget .recent_posts_list { margin: 0px; padding: 0px; width: 100%; overflow:hidden; clear:both;}
.sidebar_widget .recent_posts_list li { padding: 11px 0px 0 0; margin: 11px 0 0 0; list-style-type: none; border-top: 1px solid #ebebeb; width: 100%;}
.sidebar_widget .recent_posts_list li.first{ padding:0; margin:0; border:0;}
.sidebar_widget .recent_posts_list li a{ display:block; overflow:hidden;}
.sidebar_widget .recent_posts_list li a .t-prod{ float:left; margin:0 13px 0 0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.sidebar_widget .recent_posts_list li a h4{ margin:0; height:35px; line-height:35px; text-transform:uppercase; color:#333333;}
.sidebar_widget .recent_posts_list li.active h4,
.sidebar_widget .recent_posts_list li a:hover h4{ color:#1e385d;}
.sidebar_widget .recent_posts_list li.active a .t-prod,
.sidebar_widget .recent_posts_list li a:hover .t-prod{ -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.sidebar_widget .recent_posts_list .arrows_list{ padding:0 0 0 58px;}
.sidebar_widget .recent_posts_list .arrows_list li{ padding:0; margin:0; border:0;}
.sidebar_widget .recent_posts_list .arrows_list li a{ font-size: 0.9rem; padding: 8px 10px; }

.sidebar_widget .sidebar_title{
	overflow:hidden;
}

.recent_posts_list li span{ float:left; margin-right:15px;}

/* custom-buttom */
.custom-button{ font-size:16px; font-weight:300; display:block; padding:16px; margin-bottom:10px; line-height:28px; border:1px solid #EBEBEB; color:#666; text-transform:uppercase; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.custom-button:hover{ background:#f2f2f2;}
.custom-button i{ padding:0 10px 0 0; float:left;}

.custom-button.dark{ background:#1e385d; color:#fff; border-color:#132b4d;}
.custom-button.dark:hover{ background:#132b4d;}

.line_table_tab h4 { font-size: 15px; font-weight: 400; margin-bottom: 6px;}
.line_table_tab p{ line-height: 20px;}

/*.list-doc{ overflow:hidden; clear:both;}*/
.list-doc{ display: flex; flex-direction: column;}
.list-doc div { padding-bottom: 20px;}
.list-doc a{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;}
.list-doc a:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.list-doc a h4{ margin:10px 0 0 0; color:#666; font-size:15px; line-height:14px;}
.list-doc a i{ color:#333333; font-size:12px;}

ul.certificati {list-style-type: none !important;}
ul.certificati li {list-style: none !important; padding-bottom: 30px;}
ul.certificati li a {position: relative; display: block;}
ul.certificati li a::before {content: url(/public/img/pdf-big-icon.png);}
ul.certificati li a span {position: absolute; top: 30%; left: 60px; display: inline;}

/* client says widget */
.clientsays_widget {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  color: #333333;
}
.clientsays_widget strong {
  font-weight: 600;
  color: #454545;
}
.clientsays_widget h3 {
  margin-bottom: 18px;
}
.clientsays_widget img {
  float: left;
  margin-right: 13px;
  margin-top: 7px;
  border: 1px solid #e3e3e3;
}

/* Advertisements */
ul.adsbanner-list {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.adsbanner-list li {
  margin: 0px 10px 10px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}
.adsbanner-list li img {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}
.adsbanner-list li.last {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 120px;
  height: 120px;
  list-style-type: none;
}




/*------------------*/
/* TYPOGRAPHY ELEMENTS
/*------------------------------------------------------*/

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

a.but_goback i {
  color: #fff;
}
a.but_goback {
  padding: 13px 25px 13px 22px;
  margin: 0px 0px 0px 0px;
  background: #08377B;
  border-bottom: 1px solid #666666;
}
a.but_goback:hover {
  color: #fff;
  background-color: #383634;
}
a.but_ok_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_ok_2:hover {
  background-color: #ff9900;
}

a.but_wifi {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #0099cc;
  border-bottom: 1px solid #666666;
}
a.but_wifi:hover {
  background-color: #00abde;
}

a.but_warning_sign {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc19;
  border-bottom: 1px solid #666666;
}
a.but_warning_sign:hover {
  background-color: #efda1b;
}

a.but_user {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007f99;
  border-bottom: 1px solid #666666;
}
a.but_user:hover {
  background-color: #0090ad;
}

a.but_tag {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59919;
  border-bottom: 1px solid #666666;
}
a.but_tag:hover {
  background-color: #efa61b;
}

a.but_table {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c6699;
  border-bottom: 1px solid #666666;
}
a.but_table:hover {
  background-color: #5674ad;
}

a.but_star {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc4c;
  border-bottom: 1px solid #666666;
}
a.but_star:hover {
  background-color: #a6da52;
}

a.but_search {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #66667f;
  border-bottom: 1px solid #666666;
}
a.but_search:hover {
  background-color: #747490;
}

a.but_phone {
  padding: 10px 20px 10px 20px;
  margin: 0px 0px 0px 0px;
  background: #e56619;
  border-bottom: 1px solid #666666;
}
a.but_phone:hover {
  background-color: #ef6f1b;
}

a.but_pencil {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc4c19;
  border-bottom: 1px solid #666666;
}
a.but_pencil:hover {
  background-color: #da521b;
}

a.but_new_window {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #001900;
  border-bottom: 1px solid #666666;
}
a.but_new_window:hover {
  background-color: #333333;
}

a.but_music {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cccc7f;
  border-bottom: 1px solid #666666;
}
a.but_music:hover {
  background-color: #dada8a;
}

a.but_hand_right {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_hand_right:hover {
  color: #fff;
  background-color: #ff9900;
}

a.but_thumbs_down {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #9999cc;
  border-bottom: 1px solid #666666;
}
a.but_thumbs_down:hover {
  background-color: #a6a6da;
}

a.but_thumbs_up {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #00cce5;
  border-bottom: 1px solid #666666;
}
a.but_thumbs_up:hover {
  background-color: #00daef;
}

a.but_globe {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #669999;
  border-bottom: 1px solid #666666;
}
a.but_globe:hover {
  background-color: #6fa6a6;
}

a.but_hospital {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #196666;
  border-bottom: 1px solid #666666;
}
a.but_hospital:hover {
  background-color: #1b6f6f;
}

a.but_coffe_cup {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f994c;
  border-bottom: 1px solid #666666;
}
a.but_coffe_cup:hover {
  background-color: #8aa652;
}

a.but_settings {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #997f4c;
  border-bottom: 1px solid #666666;
}
a.but_settings:hover {
  background-color: #a68a52;
}

a.but_chat {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9919;
  border-bottom: 1px solid #666666;
}
a.but_chat:hover {
  background-color: #8aa61b;
}

a.but_play_button {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c664c;
  border-bottom: 1px solid #666666;
}
a.but_play_button:hover {
  background-color: #567456;
}

a.but_remove_2 {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e59966;
  border-bottom: 1px solid #666666;
}
a.but_remove_2:hover {
  background-color: #efa66f;
}

a.but_lock {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #994c19;
  border-bottom: 1px solid #666666;
}
a.but_lock:hover {
  background-color: #a6521b;
}

a.but_shopping_cart {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #cc7f4c;
  border-bottom: 1px solid #666666;
}
a.but_shopping_cart:hover {
  background-color: #da8a52;
}

a.but_exclamation_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c7f7f;
  border-bottom: 1px solid #666666;
}
a.but_exclamation_mark:hover {
  background-color: #528a8a;
}

a.but_info {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #667fcc;
  border-bottom: 1px solid #666666;
}
a.but_info:hover {
  background-color: #6f8ada;
}

a.but_question_mark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c0019;
  border-bottom: 1px solid #666666;
}
a.but_question_mark:hover {
  background-color: #620020;
}

a.but_minus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #666666;
  border-bottom: 1px solid #666666;
}
a.but_minus:hover {
  background-color: #747474;
}

a.but_plus {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #333333;
  border-bottom: 1px solid #666666;
}
a.but_plus:hover {
  background-color: #444444;
}

a.but_folder_open {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #99cc99;
  border-bottom: 1px solid #666666;
}
a.but_folder_open:hover {
  background-color: #a6daa6;
}

a.but_file {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #666666;
  border-bottom: 1px solid #666666;
}
a.but_file:hover {
  background-color: #a6a6a6;
}

a.but_envelope {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #727272;
  border-bottom: 1px solid #666666;
}
a.but_envelope:hover {
  background-color: #7c7c7c;
}

a.but_edit {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #e5cc7f;
  border-bottom: 1px solid #666666;
}
a.but_edit:hover {
  background-color: #efda8a;
}

a.but_cogwheel {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #194c7f;
  border-bottom: 1px solid #666666;
}
a.but_cogwheel:hover {
  background-color: #1e5c99;
}

a.but_check {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #004c4c;
  border-bottom: 1px solid #666666;
}
a.but_check:hover {
  background-color: #005c5c;
}

a.but_camera {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #007fcc;
  border-bottom: 1px solid #666666;
}
a.but_camera:hover {
  background-color: #008ada;
}

a.but_calendar {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #4c99e5;
  border-bottom: 1px solid #666666;
}
a.but_calendar:hover {
  background-color: #52a6ef;
}

a.but_bookmark {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #990000;
  border-bottom: 1px solid #666666;
}
a.but_bookmark:hover {
  background-color: #b60000;
}

a.but_book {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #7f9999;
  border-bottom: 1px solid #666666;
}
a.but_book:hover {
  background-color: #8aa6a6;
}

a.but_download {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_download:hover {
  background-color: #ff9900;
}

a.but_pdf {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_pdf:hover {
  background-color: #ff9900;
}

a.but_word_doc {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_word_doc:hover {
  background-color: #ff9900;
}

a.but_woman {
  padding: 10px 22px 10px 22px;
  margin: 0px 0px 0px 0px;
  background: #ff8100;
  border-bottom: 1px solid #666666;
}
a.but_woman:hover {
  background-color: #ff9900;
}


/* styled boxes */
.info, .error, .notice, .success {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #bbb;
  font-size: 13px;
}
p.error {
  border: none;
}
.info strong, .error strong, .notice strong, .success strong {
  font-size: 16px;
}
.message-box-wrap {
  border: 0px solid #fff;
  padding:15px;
}

.topHeader .message-box-wrap {
  padding:20px 0;
}

.info {
  /*color: #4a84bc;*/
  border-color: #c6e3ff;
  background-color: #e6f3ff;
  font-size:1rem;
}
.error {
  color: #bd6767;
  border-color: #f1bdbd;
  background-color: #ffdddd;
}
.notice {
  color: #a79a30;
  border-color: #d7d099;
  background-color: #f6f2d2;
}
.success {
  color: #1ea133;
  border-color: #a9ecb4;
  background-color: #dffbe4;
}
.close-but {
  width: 10px;
  height: 10px;
  float: right;
  border: none;
  margin: 5px;
  background: url(/public/img/elements/icon-remove.png) no-repeat center top;
}

/* dropcaps */

.dropcap1, .dropcap2, .dropcap3 {
  float: left;
  text-align: center;
  overflow:hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.dropcap1 {
  width: 53px;
  height: 58px;
  line-height: 50px;
  background:url(/public/img/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
  color: #666666;
  margin:0 8px -4px 0;
  font-size: 32px;
}
.dropcap1.gray {
  background-image:url(/public/img/elements/dropcap_gray.png);
}
.dropcap2 {
  background:url(/public/img/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
  color:#666666;
  line-height: 47px;
  height: 56px;
  width: 53px;
  margin:0 8px -4px 0;
  font-size:32px;
}
.dropcap2.gray {
  background-image:url(/public/img/elements/dropcap_gray.png);
}
.dropcap3 {
  font-size:40px;
  line-height: 40px;
  width:44px;
  height:44px;
  margin:0 0 -4px 0;
}
.dropcap3.gray {
  color: #666666;
}


/* styled lists */
ul.list1 {
  padding: 0px;
  margin: 0px;
}
.list1 li {
  padding: 0px;
  margin: 0px;
  text-align: left;
  line-height: 30px;
}
.list1 li i {
  padding: 0px;
  margin: 0px 4px 0px 0px;
}


/* highlight colors */
.highlight {
  color: #fff;
  padding: 2px 5px;
  background: #000;
  border-radius:3px;
}
.highlight.black {
  background: #000;
  border-radius:3px;
}
.highlight.red {
  background: #ff0000;
  border-radius:3px;
}
.highlight.gray {
  background: #aaa;
}
.highlight.yellow {
  background: #fff000;
}
.highlight.blue {
  background: #0099cc;
}
.highlight.pink {
  background: #e826b4;
}
.highlight.green {
  background: #48b02b;
}
.highlight.orange {
  background: #ffcc00;
}
.highlight.magenta {
  background: #9325ea;
}


/* buttons */
.button, button {
    text-decoration:none;
  text-align:center;
  color:#585656;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height:32px;
  line-height:32px;
  padding:0px 15px;
  position:relative;
  outline: none;
  overflow: hidden; /* removes extra side padding in IE */
  cursor: pointer;
  border: 1px solid #dcdcdc;/* IE */
  border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
  border-bottom:rgba(0, 0, 0, .4) 1px solid;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: uppercase;

  background: -moz-linear-gradient(
    center top,
    rgba(255, 255, 255, .1) 0%,
    rgba(0, 0, 0, .1) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center top,
    center bottom,
    from(rgba(255, 255, 255, .1)),
    to(rgba(0, 0, 0, .1))
  );/* Saf4+, Chrome */

  background-color:white;
}

.button::-moz-focus-inner {
    border: none; /* overrides extra padding in Firefox */
}

.button:hover, .button.hover, .page-numbers:hover  {
  background: -moz-linear-gradient(
    center top,
    rgba(255, 255, 255, .2) 0%,
    rgba(255, 255, 255, .1) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(rgba(255, 255, 255, .1)),
    to(rgba(255, 255, 255, .2))
  );/* Saf4+, Chrome */
}
.button:active, .button.active, .page-numbers:active {
  top:2px;
  background: -moz-linear-gradient(
    center top,
    rgba(0, 0, 0, .1) 0%,
    rgba(255, 255, 255, .2) 100%
  );/* FF3.6 */
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(rgba(255, 255, 255, .2)),
    to(rgba(0, 0, 0, .1))
  );/* Saf4+, Chrome */

}

.button.full{
  display: block;
}

.button.small{
  font-size:13px;
}
.button.medium{
  font-size:13px;
  height:40px;
  line-height:40px;
}
.button.large{
  font-size:16px;
  height:50px;
  line-height:50px;
}


/* styled buttons */
.button.red {
  background-color: #ff0000;
  color: #fff;
}
.button.blue {
  background-color: #117ed1;
  color: #fff;
}
.button.lightblue {
  background-color: #0099cc;
  color: #fff;
}
.button.green {
  background-color: #009933;
  color: #fff;
}
.button.black {
  background-color: #333;
  color: #fff;
}
.button.orange {
  background-color: #ff8100;
  color: #fff;
}
.button.darkgray {
  background-color: #818181;
  color: #fff;
}
.button.gray {
  background-color: #f0f0f0;
  color: #000;
}

/* tables */
.table-style {
  float: left;
  width: 100%;
}
.table-list {
  float: left;
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom:20px;
  width: 100%;
}
.table-list th {
  padding: 18px 10px;
  background-color: #eee;
}
.table-list td {
  padding: 13px 10px;
  text-align: center;
  background-color: #f5f5f5;
}
.table-list tr:hover td {
  background-color: #f9f9f9;
}

ul.list_empty {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.list_empty li {
  float: left;
  padding: 0px;
  margin: 0px 20px 35px 0px;
}

.product-table td{ text-align:center; border:solid #ddd; border-width:0 1px 1px 0; vertical-align: middle;}
/*.product-table td:last-child{ border-right:0;}*/
.product-table td br{ display:none;}

/* pricing tables */
.pricing-tables-main {
  position: relative;
  float: left;
  margin-bottom: 40px;
}

.pricing-tables {
  position: relative;
  float: left;
  width: 24%;
  border: 1px solid #eee;
}
.pricing-tables .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #333333;
}
.pricing-tables .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
  border: none;
}
.pricing-tables .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0px;
  background-color: #eee;
  text-align: center;
  color: #fff;
}
.pricing-tables-main .ordernow .normalbut{
  color: #fff;
  background-color: #666;
  border: 1px solid #454545;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}
.pricing-tables-main .ordernow .normalbut:hover{
  background-color: #727272;
}
.pricing-tables-main .ordernow .colorchan{
  color: #fff;
  background-color: #ff7b29;
  padding: 10px 18px;
  border-radius: 3px;
  font-weight: normal;
}
.pricing-tables-main .ordernow .colorchan:hover{
  color: #fff;
  background-color: #f67220;
}
.pricing-tables-helight{
  position: relative;
  float: left;
  width: 27%;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #fa7421;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #f16b19;
  border-bottom: 1px solid #f19b65;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #ff7b29;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-helight .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #333333;
}
.pricing-tables-helight .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-helight .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
  border: none;
}
.pricing-tables-helight .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-two {
  position: relative;
  float: left;
  width: 33%;
  border: 1px solid #eee;
}
.pricing-tables-two .title {
  float: left;
  width: 100%;
  height: 30px;
  padding: 13px 0 10px 0;
  background-color: #454545;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #272727;
  border-bottom: 1px solid #818181;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #636363;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-two .price i {
  font-size: 14px;
  color: #ccc;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #333333;
}
.pricing-tables-two .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-two .cont-list li.last {
  border: none;
}
.pricing-tables-two .ordernow {
  float: left;
  width: 100%;
  padding: 28px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.pricing-tables-helight-two{
  position: relative;
  float: left;
  width: 33%;
  z-index: 3;
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight-two .title {
  float: left;
  width: 100%;
  height: 46px;
  padding: 20px 0 0 0;
  margin-top: -10px;
  background-color: #fa7421;
  text-align: center;
  font-size: 23px;
  color: #fff;
  border-top: 3px solid #f16b19;
  border-bottom: 1px solid #f19b65;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight-two .price {
  float: left;
  width: 100%;
  padding: 30px 0 30px 0;
  background-color: #ff7b29;
  text-align: center;
  font-size: 45px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}
.pricing-tables-helight-two .price i {
  font-size: 14px;
  color: #eee;
  display: block;
  font-weight: normal;
  font-style: normal;
  margin-top: 5px;
}
.pricing-tables-helight-two .cont-list {
  float: left;
  width: 100%;
  padding: 15px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background-color: #f9f9f9;
  text-align: center;
  color: #333333;
}
.pricing-tables-helight-two .cont-list ul {
  margin: 0;
  padding: 0;
}
.pricing-tables-helight-two .cont-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}
.pricing-tables-helight-two .cont-list li.last {
  border: none;
}
.pricing-tables-helight-two .ordernow {
  float: left;
  width: 100%;
  padding: 30px 0 35px 0;
  background-color: #eee;
  text-align: center;
  color: #fff;
}

.carousel-products{
  margin:0 5%;
}

.prod-evidence .owl-nav{
	position: absolute;
  top: -50px;
  right: 0;
}

.prod-evidence.owl-carousel .owl-item img{
  width:auto;
  margin:auto;
  max-width: 150px;
}

.prod-evidence .owl-nav .owl-prev,
.prod-evidence .owl-nav .owl-next{
	display:inline-block;
	width: 20px;
	height:20px;
	border-radius:50%;
	border:1px solid #999;
	margin:0 0 0 10px;
	opacity: 0.5;
}

.prod-evidence .owl-nav .owl-prev:hover,
.prod-evidence .owl-nav .owl-next:hover{
	opacity: 1;
}

.prod-evidence .info{
	margin-top:14px;
	border:0;
	background:none;
	text-align:center;
}

.prod-evidence .info h1{
	background: none;
  color: #383634;
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-size: 23px;
  font-weight: normal;
}

.prod-evidence .info h2{
	background: none;
  color: #333333;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: normal;
}

.prod-evidence .owl-dots{
	margin: 20px 0 0 0;
	text-align: center;
}

.product-top .owl-carousel .owl-dots {
  text-align: center;
}

.fresh_projects .prod-evidence .owl-dots{
	margin: 40px 0 0 0;
}

.prod-evidence.owl-theme .owl-dots .owl-dot span{
	width:10px;
  height:10px;
  margin:5px;
}


.prod-evidence.owl-theme .owl-dots .owl-dot.active span,
.prod-evidence.owl-theme .owl-dots .owl-dot:hover span{
	background:#333333;
}


/* columns with box */
.framed-box {
  border: 1px solid #e3e3e3;
  width: 100%;
}
.framed-box.center{
  text-align:center;
}
.framed-box-wrap {
  border: 1px solid #fff;
  background-color: #f9f9f9;
}
.framed-box-wrap .pricing-title {
  background-color: #f1f1f1;
  padding: 20px 0px 0px 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.framed-box-wrap .pricing-text-list {
  padding: 15px 20px 40px 20px;
  text-align: center;
}


/* testimonials */
.testimonials-5 {
  float: left;
}
.testimonials-5 span {
  float: left;
}

.testimonials-4 {
  float: left;
}

.testimonials-4 .content {
  float: left;
  padding: 20px 20px 25px 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.testimonials-4 .content i {
  font-size: 11px;
  color: #666666;
  text-transform: none;
}

.testimonials-2 {
  float: left;
}
.testimonials-2 span {
  float: left;
  line-height: 21px;
  padding: 20px 30px 20px 30px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

/* section 1 */
ul.lirc_section {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align:center;
}
.lirc_section li {
  float: left;
  padding: 0px;
  margin: 0px;
}
.lirc_section li.left {
  float: left;
  padding: 0px;
  margin: 0 8% 0 0;
  width: 90px;
  height: 90px;
  line-height: 110px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.left i {
  color: #ff7b29;
}
.lirc_section li.right {
  float: left;
  padding: 0px;
  margin: 0;
  width: 60.7%;
}
.lirc_section li.left.two {
  padding: 0px;
  margin: 0 0 0 35%;
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f3f3;
  border-radius: 100%;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
  box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1), 0px 2px 0px 0px #FFF;
}
.lirc_section li.left.two.inline {
  float:none; display:inline-block; margin:0 auto;
}
.lirc_section li.right.two {
  float: left;
  padding: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.lirc_section li.right.two h3 {
  margin-top: 20px;
}

.punchline_text_box {
  float: left;
  width: 95.400%;
  padding: 30px 20px;
  margin: 0px;
  border: 1px solid #eee;
  border-left: 5px solid #ff7b29;
  color: #666666;
  background: #f9f9f9;
}
.punchline_text_box strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #383634;
}

.punchline_text_box .left {
  float: left;
  width: 80%;
}
.punchline_text_box .right {
  float: left;
  width: 20%;
}

a.knowmore_but {
  float: right;
  padding: 13px 20px 13px 20px;
  margin: 0px 0px 0px 50px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #ff7b29;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #666666;
}
a.knowmore_but:hover {
  color: #fff;
  background-color: #383634;
}

.arrow_02 {
  float: left;
  width: 100%;
  height: 13px;
  background: url(/public/img/arrow-02.png) no-repeat center top;
}

.waves_01 {
  /*float: left;*/
  width: 100%;
  height: 3px;
  background: url(/public/img/waves-01-new.png) repeat-x left top;
  clear:both;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(/public/img/scroll-top-arrow.png) no-repeat left top;
  z-index: 999;
}


/* Configuratore */
.configuratore_container h5 {margin-top: 20px; margin-bottom: 10px;}

.config_wizard{
  overflow:hidden;
  float: right;
  margin-bottom: 0;
}
.config_wizard li{
  float: left;
  margin:0 0 0 10px;
}
.config_wizard li a{
  width:15px;
  height:15px;
  display: block;
  text-indent: -9000px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.config_wizard li a:hover,
.config_wizard li a.active{
  filter: alpha(opacity=100);
  opacity: 1;
}

.configuratore_container .one_full{
  padding-top:50px;
}

.content_fullwidth.maxi-top{
  padding-top: 100px;
}

.button_action{
  overflow: hidden;
  padding-top: 100px;
  text-align: center;
  clear: both;
}

.button_action .comment_submit{
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
}

.semi_full{
  margin:auto;
  overflow: hidden;
  float: none;
  padding:0;
}

.text-center{
  text-align: center;
}

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

.img-circle{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.label-primary{
  color:#08377B;
  font-weight: 600;
}

.small-margin{
  margin-bottom: 5px;
}

table p,
table ul,
table h4{
  margin:0;
}

table .img_left{
  display: block;
  float: left;
  margin: 0 20px 0 0;
}
table .img_block{
  display: block;
  margin: 0;
}

.table-full{
  width:100%;
}
.table-full td{
  vertical-align: middle;
}

.table-collapse{
  border-spacing: 0;
  border-collapse: collapse;
}

.table-bordered th, 
.table-bordered td{
  padding:20px;
  border:1px solid #cecece;
}
.table-striped th, 
.table-striped td {
  padding: 20px;
  border-style: solid;
  border-color: #cecece;
  border-width: 1px 0;
}
table .item-qty {
  width: 40px;
  text-align: right;
  padding: 3px;
}


.label-element p,
.label-element{
  font-size: 20px;
  line-height: 26px;
  color: #7c7c7c;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.title-middle{
  display: block;
  margin: 20px 0 0 0;
}

.label-element.primary{
  color:#08377b;
}

.label-element.small{
  font-size: 16px;
}
.label-element.image small{ display: inline !important;}
.label-element.image img{ vertical-align: middle;}

.label-element small{ font-size: 13px;}

.maxi_price{
  font-size: 60px;
  line-height: 80px;
  color:#03357D;
}

.configuratore_container{
  overflow:hidden;
  padding:50px 0 100px 0;
  background: url('/public/img/img-conf-background.jpg') no-repeat bottom center;
}
.question-item{
  position: relative;
}
.question-item input[type="radio"]{
  position: absolute;
  left:-9000px;
}
.question-content{
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ebebeb;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  display: block;
  margin-top:15px;
  cursor: pointer;
}

.question-content.link-content{
  color:#7c7c7c;
}
.question-content.link-content h3{
  margin:15px 0 7px 0;
}

.question-content.block img{
  float: none;
  display:block;
  margin: auto auto 15px auto;
}
.question-content img{
  float: left;
  margin:0 20px 0 0;
}

.question-content .question-text{
  overflow: hidden;
}
.question-content .list-square{
  margin-top:20px;
}
.question-content .list-square li{
  color:#1e385d;
  font-size: 15px;
  list-style: square;
  margin: 3px 0 0 20px;
  font-weight: 600;
}

.question-item input:checked + .question-content{
  background: #ebebeb;
}

.radio-button{
  position: relative;
}
.radio-button input[type="radio"]{
  position: absolute;
  left:-9000px;
}

.radio-button label{
  float: left;
  display:block;
}

.radio-button .radio-button-content{
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: auto;
  line-height: normal;
  padding: 9px 13px;
  text-transform: uppercase;
  background: #ebebeb;
  display: block;
  width:80px;
  text-align: center;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.radio-button input:checked + .radio-button-content{
  background: #08377B;
  border-color:#08377B;
  color:#fff;
}

.single-question img{
  float: left;
  margin: 0 20px 20px 0;
}
.single-question .single-content{
  overflow: hidden;
}
.single-question .single-content input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ebebeb;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  display: block;
  width: 80%;
}

.room_menu_list{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: 1px solid #cecece;
  overflow: hidden;
  margin-bottom:20px;
}

.room_menu_list .title-light{
  background: #F1F1F1;
}
.room_menu_list .title-light h4{ margin:0; padding:0;}

.room_menu_list .title-room{
  color:#fff;
  text-transform: uppercase;
  background:#08377b;
  border-color: #08377b;
}
.room_menu_list li{
  border:solid #cecece;
  border-width: 1px 1px 0 1px;
}

.room_menu_list .room_action{
  display: block;
  color:#7c7c7c;
}
.room_menu_list .room_action:hover{
  background:#f1f1f1;
}

.room_menu_list .room_action i{
  font-size: 35px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}


.room_menu_list .title-room,
.room_menu_list .title-light,
.room_menu_list .room_action{
  padding:10px 20px;
}

.room_menu_list .custom_room {
  display:block;
  padding:10px 20px;
  text-transform: uppercase;
  background: #999;
  color:#fff;
}
.room_menu_list .custom_room:hover{
  background:#08377B;
  color:#fff;
}
.room_menu_list ul {
  margin:0;
}
.room_menu_list img{
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.line_room{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cecece;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.line_room,
.line_room .line_room_action{
  padding:15px;
}

.line_room.no-padding{
  padding:0;
}

.line_room table img.img-room{
  vertical-align: middle;
  padding:5px 20px 0 0;
  float: left;
}
.line_room table small{
  display: block;
}

.line_room .room_icon{
  float: left;
  margin: 6px 15px 0 0;
}

.line_room .line_room_action{
  position: absolute;
  top:0;
  right:0;
  bottom: 0;
  left: 0;
  display:none;
  background: #999;
  overflow: hidden;
  text-align: center;
}
.line_room .line_room_action .ac-button{
  color:#fff;
  padding:0 10px;
  line-height: 44px;
}
.line_room .line_room_action .ac-button i{
  font-size: 23px;
  vertical-align: middle;
}
.line_room:hover .line_room_action{
  display: block;
  /*display:none;*/
}

.label-element{
  color:#555;
}
.label-element small{
  color:#7c7c7c;
}


.line-room-title{
  /*margin:20px 0 0 0;*/
  overflow: hidden;
}

.line_room .label-element,
.line-room-title .label-element{
  line-height: 20px;
}

.line-room-title small{
  display:block;
}

.line-room-content{
  overflow: hidden;
  margin-bottom: 0;
}

.line-room-content.right{
  float: right;
}

.line-room-item{
  position: relative;
  float: left;
  padding: 0 13px 0 0;
}

.line-room-content.right .line-room-item{
  padding: 0 0 0 13px;
}

.line-room-item label{
  display:block;
  position: relative;
}
.line-room-item label:hover .zoom-image{
  display: block;
}

.line-room-item label .zoom-image{
  position: absolute;
  bottom:5px;
  right:0;
  background: #08377B;
  color:#fff;
  padding:2px;
  width:21px;
  height: 21px;
  text-align: center;
  display: none;
}

.line-room-item label {
  cursor: pointer;
}

.line-room-item label img{
  display: inline-block;
  border-bottom: 5px solid #d2d2d2;
  pointer-events:none;
}

.line-room-item input[type="radio"]{
  position: absolute;
  left:-9000px;
}
.line-room-item input:checked + img{
  border-color:#08377B;
}

.list-sel-img{
  overflow: hidden;
}
.list-sel-img li{
  position: relative;
  float: left;
}
.list-sel-img li input{
  position: absolute;
  left:-9000px;
}

.list-sel-img li input:checked + img{
  border-bottom: 5px solid red
}

#room_popup{
  overflow: hidden;
  padding:15px;
}

.room_popup_title{
  margin-bottom: 20px;
}
.room_popup_title img{
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.room_popup_title h4{
  display: inline;
}

.room_popup_content input{
  width:90%;
}

.room_popup_content textarea{
  width:90%;
}

.jcarousel-skin-tango .item h1{
  font-family: 'Roboto', sans-serif;
  background: none;
    color: #383634;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    font-size: 23px;
    font-weight: normal;
}
.steps {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.steps .step-item {
  flex-grow: 1;
  text-align: center;
  padding: 10px 0;
  flex-basis: 25%;
  margin: 0 1%;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;  
}  
.steps .step-item:hover,
.steps .step-item:focus {
  background-color: #ddd;
}
.steps .step-item.disabled {
  background-color: #fff;
  color: #ccc;
}  
.steps .step-item.active,
.steps .step-item.active:hover,
.steps .step-item.active:focus {
  background: #08377B;
  color: #fff;
}
.steps .step-number {
  display: inline-block;
  border-radius: 50%;
  padding: 0px;
  background: #fff;
  width: 24px;
  font-weight: bold;
  color: darkblue;
  margin: 0 .5em;
  border: 1px solid #ddd;
  text-align: center;
}