@import url(https://fonts.googleapis.com/css?family=Exo:400,100,100italic,200,300italic,300,200italic,900italic,800italic,900,800,700italic,700,600italic,600,500italic,400italic,500);




/*==============================================
[Main stylesheet style.css]

Author:	SINDEVO.COM - Smart Internet Development
Version:	1.0
Created:	25 February 2015
Last updated:	25 February 2015
Template:	Minio - Mobile Web APP Template
================================================*/
/*
[Table of Contents]

1. RESET
2. GENERAL
3. CUSTOM BUTTONS
4. LEFT AND RIGHT SLIDE PANELS
    4-1. SIDE NAVIGATION
5. TOP NAVIGATION BAR AND FOOTER TOOLBAR
	5-1. TOP NAVIGATION AND HEADER
	5-2. FOOTER TOOLBAR
6. PAGES LAYOUT
7. HOME SWIPER
8. LISTS
9. POPUPS
10. PHOTO GALLERY
11. BLOG LAYOUT
12. FORMS
	12-1. CONTACT FORM
	12-2. LOGIN FORM
	12-3. COMMENT FORM
13. TABS & ACCORDION
14. MEDIA QUERIES
    - @media screen and (max-width: 480px)
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/	
html,
body {
position: relative;
height: 100%;
width: 100%;
overflow-x: hidden;
}
body {
font-family: 'Exo';
margin: 0;
padding: 0;font-style:italic;
color: #232323;
font-size: 15px;
line-height: 1.4;
width: 100%;
-webkit-text-size-adjust: 100%;
overflow: hidden;
font-weight:300;
}
form {
    height:100%;
}
.clear{ 
clear:both; 
display:block;
}
.clearleft{ 
clear:both; 
float:left; 
display:block;
}
a {
text-decoration: none;
color: #0083C7;
}
p{
padding:0px;
margin:0px;
line-height:20px;
}
blockquote{
border-left: 5px #0083C7 solid;
padding:0 0 0 20px;
margin:10px 0 20px 0;
font-size:16px;
line-height:2px;
font-weight:300;
}
blockquote span{
display:block;
color:#0c928d;
font-weight:700;
font-size:14px;
/*text-transform:uppercase;*/
line-height:22px;
}
.videocontainer{
max-width:100%; 
padding:0; 
display: block; 
margin:0;
}
#mobile_wrap{
max-width:800px;
margin:auto;
}
/*===============================================*/
/* 3. CUSTOM BUTTONS */
/*===============================================*/	
a.button_full{
width:100%;
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 0;
font-size:18px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
a.button_small{
background-color:#0c928d; 
display:inline-block;
color:#FFFFFF; 
padding:10px 20px;
text-align:center;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.call_button a{
display:block;
width:100%;
margin:0;
padding:10px 0;
text-align:center;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.button {
border: 1px solid #0c928d;
color: #0c928d;
text-decoration: none;
text-align: center;
display: block;
border-radius: 5px;
line-height: 38px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
background: none;
padding: 0 10px;
margin: 0;
height:40px;
white-space: nowrap;
position: relative;
overflow: hidden;
text-overflow: ellipsis;
font-size: 14px;
font-family: inherit;
cursor: pointer;
}
.button.active {
background: #0c928d;
color: #fff;
}
/*===============================================*/
/* 4. LEFT AND RIGHT SLIDE PANELS */
/*===============================================*/	
.panel {
z-index: 1000;
display: none;
background-color:#0083C7;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: auto;
-webkit-overflow-scrolling: touch;
position: absolute;
width: 260px;
top: 0;
height: 100%;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 400ms;
transition-duration: 400ms;
color:#FFFFFF;
}
.content-block {
margin: 35px 0;
padding: 0 15px;
}
/* 4.1 SIDE NAVIGATION */

.list-nav{
padding:20px 0 0 0px;
width:100%;
}
.list-nav ul{
width:85%;
list-style:none;
padding:0px;
margin:0px 6% 15px 6%;
display:block;
}
.list-nav ul li{
list-style:none;
padding:0 0 0 60px;
margin:0px;
display:block;
height:50px;
border-bottom:1px #fff solid;
color:#fff;
}
.list-nav ul li a{
color:#FFFFFF;
font-size:17px;
font-weight:300;
}
.list-nav-small{
padding:20px 0 20px 0px;
width:100%;
}
.list-nav-small ul{
width:100%;
list-style:none;
padding:0px;
margin:0px;
display:block;
}
.list-nav-small ul li{
list-style:none;
padding:0 0 0 50px;
margin:0px;
display:block;
height:40px;
line-height:40px;
border-bottom:1px #1d2020 solid;
}
.list-nav-small ul li a{
color:#FFFFFF;
font-size:16px;
font-weight:300;
}
.liProdotto {
    padding-left: 10px !important;
    margin-top: 10px !important;
}
.home-icon{
background:url(images/icons/font-home.png);
background-size: 30px;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.company-icon{
background:url(images/icons/font-company.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.human-broadcasting-icon{
background:url(images/icons/font-human.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.nfaq-icon{
background:url(images/icons/font-nfaq.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.news-icon{
background:url(images/icons/font-news.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.contact-icon{
background:url(images/icons/font-contacts.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.icona-italiano{
    background:url(images/icons/font-italiano.png);
background-size: 30px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.icona-inglese{
    background:url(images/icons/font-inglese.png);
background-size: 25px;

background-repeat: no-repeat;
background-position: 10px 50%;
}
.lock-icon{
background:url(images/icons/white/lock.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.tools-icon{
background:url(images/icons/white/tools.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.envelope-icon{
background:url(images/icons/white/envelope.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.download-icon{
background:url(images/icons/white/download.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.video-icon{
background:url(images/icons/white/video.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.heart-icon{
background:url(images/icons/white/heart.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.logout-icon{
background:url(images/icons/white/logout.png);
background-size: auto 40%;
background-repeat: no-repeat;
background-position: 10px 50%;
}
.icone-sito{
    height:33.3px;
}
.icona-left-navbar{
    width: 45px;
    float: left;
    margin: 10px 25px;
}
/*===============================================*/
/* 5. TOP NAVIGATION BAR AND FOOTER TOOLBAR */
/*===============================================*/
/* 5.1 TOP NAVIGATION AND HEADER */	
.logo_title{ 
padding-left:10px;
color:#FFFFFF;
}
.img-logo{
    max-width:180px;
}
.img-wave-top{
    width:35px;
}
.navbar:after {
  content: '';
  position: absolute;
  left: 2%;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 96%;
  background-color: #fff;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  opacity: 0.3;
}
.navbar{
/*height: 130px;*/
}
.toolbar {
height: 100px;
}
.navbarpages{
background-color:#313131;
position: fixed;
/*top:0px;*/
width:100%;
height:60px;
}
.menu_open_icon{ 
background:url(images/menu_open.png) no-repeat center;
    width: 50px;
    background-size: 45px;
        right: 55px;
    position: absolute;
    top: 15px;
}
.img-menu{
    width: 45px;
    margin-top: 20px;
}
.rosso{
  color:red;
}
.alert-success{
  color:#0083C7;
  text-align:center;
  font-weight:bold;
}
.pre-nav-black{
    background-color:#353535;
    height:20px;
    width:100%;
}
.pre-nav-blue{
    background-color:#0083C7;
    height:20px;
    width:100%;
}
.menu_open_icon_white a{
display:block;
float:right;
width:10%;
height:100%;
margin:18px 0 0 0;
padding:0 0 0 0;
text-align:center;
}
.navbar_home_link a{
float:left;
width:23%;
padding:15px 0 0 3%;
}
.navbar_home_link img{
max-width:20%;
}
.navbar_page_center{
width:45%;
float:left;
line-height:50px;
text-align:center;
color:#FFFFFF;
font-size:16px;
line-height:1;
padding-top:25px;
}
/* 5.1 FOOTER TOOLBAR */
ul.toolbar_icons{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
width:100%;
}
ul.toolbar_icons li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center; 
}
ul.toolbar_icons li img{
max-width:80%;
}
ul.icons_4row li{
list-style:none;
padding:0px;
margin:0px;
display: inline-block;
text-align:center;
width:14%; margin:0 3%;
}
/*===============================================*/
/* 6. PAGES LAYOUT */
/*===============================================*/	
.homepage{
background-color:#353535;
}
#pages_maincontent{
width:90%;
padding:30px 5% 30px 5%;
margin:0px;
position: absolute; 
top: 60px; 
left: 0; 
right: 0; 
bottom: 0px;
overflow: scroll; 
-webkit-overflow-scrolling: touch;
}
h1.page_subtitle{
font-size:24px;
line-height:25px;
font-weight:bold;
padding:0 0 7px 0;
margin:0px 0 10px 0;
border-bottom:1px #000 solid;
display:inline-block;
letter-spacing:-0.5px;
color:#0083C7;
}
h2.sottotitolo {
color:#0083C7;
margin-bottom:10px;
font-size:20px;
}
h3.sottotitolo {
    color:#0083C7!important;
    font-size:24px!important;
    font-weight:bold!important;
}
h4.sottotitolo {
    color:#0083C7;
    font-size:18px;width:100%;
}
.black{
    color:#000!important;
}
#LanguageForm > a{
        color: #fff!important;
    padding: 10px;
    float: left;
    width: 98%;
}
.lang-selected {
    font-weight:bold;
}
.sottotitoloFaq{
    color:#000;
    font-size:18px;
    font-weight:bold;
}
.titolo-single-faq{
    color:#0083C7!important;
    font-weight:bold!important;
    font-size:20px!important;
    float:left;
    margin:0px!important;
    width:85%;
    line-height:1.2;
    padding-left:10px!important;
    margin-bottom:10px!important;
}
.hbContatti{
    margin:0px!important;
    text-transform:uppercase;
    font-weight:bold!important;
    color:#000!important;
}
.margin0{
    margin:0px!important;
}
.bk1{
    color:#000;
    font-size:16px;
}
.bk2{
    font-size:16px;
    color:#0083C7;
}
#pages_maincontent h3{
font-size:20px;
color:#0083C7;
font-weight:400;
margin:10px 0 15px 0;
display:inline-block;
letter-spacing:-0.5px;
}
#pages_maincontent p{
padding:0 0 10px 0;
margin:0px;
clear:both;
}
.page_single{
    float:left;
    padding:10px 0 10px 0;
    width:100%;
margin:0px;
}
.page_single img{
display:block;
max-width:100%;
margin:0 0 20px 0;
}
.page_single ul.simple_list{
padding:0px 0 20px 10px;
margin:0px;
list-style:none;
}
.page_single ul.simple_list li{
margin:0 0 10px 0;
padding:0 0 0 20px;
background:url(images/bullet.png) no-repeat left;
}
/*===============================================*/
/* 7. HOME SWIPER */
/*===============================================*/	
.swiper-container {
height: 90%;
}
.swiper-slide {
width:100%;
text-align:center;
}
.swiper-slide span{
text-align:center;
display:block;
margin:90px 0 10px 0;
font-size:80px;
line-height:90px;
font-weight:900;
letter-spacing:-1px;
color:#fff;
} 
.swiper-slide span.subtitle{
margin:0px 0 10px 0;
font-size:40px;
font-weight:300;
letter-spacing:0px;
color:#fff;
line-height:40px;
} 
.swiper-pagination-bullet-active {
opacity: 1;
background: #fff;
}
a.swiper_read_more{
color:#ffca2e;
border:1px solid #fff;
padding:20px 30px;
text-decoration:none;
margin:30px 0 0 0;
display:inline-block;
font-size:20px;
}
/*===============================================*/
/* 8. LISTS */
/*===============================================*/	
ul.features_list{
padding:10px 0 0px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list li{
border:1px #0083C7  solid;
-webkit-border-radius:0px;-moz-border-radius:0px;
border-radius:0px;
padding:5px 2%;
margin:0 0 5px 0;
display:block;
width:96%;
float:left;
clear:both;
background-color:#F7F7F7;
}
ul.features_list li img{
display:inline-block;
max-width:15%;
float:left;
margin:0px;
}
ul.features_list li span{
display:inline-block;
max-width:90%;
padding:13px 0 13px 10%;
font-weight:700;
float:left;
}


ul.features_list_detailed{
padding:10px 0 30px 0;
width:100%;
margin:0px;
list-style:none;
float:left;
clear:both;
}
ul.features_list_detailed li{
padding:5px 0 10px 0;
margin:0 0 10px 0;
display:block;
width:100%;
float:left;
clear:both;
border-bottom:1px #ddd solid;
}
ul.features_list_detailed li .feat_small_icon{
width:15%;
float:left;
}
ul.features_list_detailed li .feat_small_details{
width:82%;
float:left;
padding:0 0 0 3%;
}
ul.features_list_detailed li .feat_small_details p{
padding:0 0 10px 0;
}
ul.features_list_detailed li .feat_small_icon img{
display:inline-block;
max-width:90%;
}
ul.features_list_detailed li .feat_small_details h4{
font-weight:700;
font-size:18px;
padding:0 0 5px 0;
margin:0px;
}

/*===============================================*/
/* 9. POPUPS */
/*===============================================*/	
.popup,
.login-screen {
background-color:#0083C7;
color:#FFFFFF;
}
.popup h4{
color:#FFFFFF;
font-size:28px;
font-weight:700;
text-align:center;
padding:0 0 10px 0;
margin:0px;
}
.popup p{
color:#FFFFFF;
text-align:center;
padding:0px 0 20px 0;
margin:0px;
font-size:14px;
}
ul.social_share{
list-style:none;
padding:0px;
margin:0px;
}
ul.social_share li{
width:32%;
text-align:center;
display:inline-block;
padding:10px 0;
margin:0px;
}

.close_popup_button a{
display:block;
width:90%;
margin:0;
padding:10px 0;
text-align:center;
position:absolute;
bottom:20px;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.close_popup_button_gray a{
display:block;
margin:0;
padding:0;
text-align:center;
position:absolute;
bottom:20px;
background-color:transparent;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

/*===============================================*/
/* 10. PHOTO GALLERY */
/*===============================================*/
.switch_button{
display:block;
float:left;
}
.switch_button a{
display:block;
width:23px;
height:23px;
}
.switch13{
background:url(images/switch_13.png) no-repeat center;
}
.switch12{
background:url(images/switch_12.png) no-repeat center;
}
.switch11{
background:url(images/switch_11.png) no-repeat center;
}
h2.page_subtitle_photos{
font-size:24px;
font-weight:700;
padding:0 0 0px 0;
margin:0px 0 10px 0;
border-bottom:1px #ddd solid;
display:inline-block;
letter-spacing:-0.5px;
float:left;
}
.gallery_switch{
float:right;
margin:5px 0 0 0;
}
.gallery_switch a{
display:block;
float:left;
padding:0 5px;
}
ul.photo_gallery_13{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 20px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_13 li{ 
width:31%; 
padding:0; 
float:left; 
margin:1%;}
ul.photo_gallery_13 li img{ 
max-width:100%; 
display:block; 
}
ul.photo_gallery_12{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_12 li{ 
width:48%; 
padding:0; 
float:left;  
margin:1%;
}
ul.photo_gallery_12 li img{ 
max-width:100%; 
display:block;
}
ul.photo_gallery_11{ 
width:100%; 
list-style:none; 
padding:0px; 
margin:10px 0 10px 0; 
float:left; 
clear:both;
}
ul.photo_gallery_11 li{ 
width:100%; 
padding:0; 
float:left; 
margin:0px 0 10px 0;
}
ul.photo_gallery_11 li img{
max-width:100%; 
display:block;
}

/*===============================================*/
/* 11. BLOG LAYOUT */
/*===============================================*/	
.list-block {
margin:0px 0;
}
.list-block li{
border-bottom:1px #ddd solid;
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.list-block .swipeout-actions-left a,
.list-block .swipeout-actions-right a {
padding:0 30px;
margin:0 0 0 20px;
color: #fff;
background: #0c928d;
text-align:center;
}
.post_thumb{
width:20%;
float:left;
}
.post_thumb img{
display:inline-block;
max-width:100%;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
}
.post_details{
width:70%;
float:left;
margin:0 0 0 5%;
}
.post_details h2{
font-size:16px;
line-height:18px;
font-weight:400;
margin:0px 0 10px 0;
padding:0px;
}
.post_swipe{
width:5%;
height:100%;
float:right;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
text-align:center;
}
.post_swipe img{
padding:50px 0 0 0;
display:block;
}
.post_details span, .post_single span{
display:inline-block;
padding:0 5px;
}
.post_details span.post_comments, .post_single span.post_comments{
background:url(images/comments.png) no-repeat right;
padding:0 20px 0 0;
}
#loadMore{
display:block;
width:100%;
margin:10px 0;
padding:10px 0;
text-align:center;
background-color:#0c928d;
color:#FFFFFF;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
#showLess{
display:none;
width:100%;
margin:10px 0;
padding:10px 0;
text-align:center;
background-color:#bfbfbf;
color:#ddd;
font-size:20px;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}
.post_single{
border-bottom:1px #ddd solid;
padding:10px 0 10px 0;
margin:0 0 20px 0;
}
.post_single img{
display:block;
max-width:100%;
margin:0 0 20px 0;
}
ul.comments{
list-style:none;
padding:0px;
margin:0px;
}
ul.comments li{
list-style:none;
float:left;
clear:both;
padding:5% 5% 0 5%;
margin:0px 0 10px 0;
background-color:#f5f3eb;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px
}
.comm_avatar{
width:15%;
display:inline-block;
float:left;
}
.comm_avatar img{
display:inline-block;
max-width:100%;
}
.comm_content{
width:80%;
float:left;
display:inline-block;
padding:0 0 0 5%;
}
.comm_content p{
padding:0px;
margin:0px;
font-style:italic;
}


/*===============================================*/
/* 12. FORMS */
/*===============================================*/	
/* 12.1 CONTACT FORM */
.contactform{
width:100%;
padding:0 0 15px 0;
}
.contactform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
}
.contactform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.contactform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.contactform textarea.form_textarea{
padding:3%; 
width:93%; 
height:50px; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.contactform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0c928d;
color:#FFFFFF;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border: none;
cursor:pointer;
}

/* 12.2 LOGIN FORM */

.loginform{
width:100%;
padding:0 0 15px 0;
}
.loginform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
color:#FFFFFF;
}
.loginform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.loginform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #0083C7;
background-color:#ffffff;
color:#353535;
}
.loginform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#FFFFFF;
color:#0083C7;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
border: none;
cursor:pointer;
}

/* 12.3 COMMENT FORM */

.commentform{
width:100%;
padding:0 0 15px 0;
}
.commentform label{
width:100%;
padding:5px 0 3px 0; 
display:block; 
font-size:16px;
font-weight:700;
}
.commentform label.error{
padding:0 0 10px 0; 
width:100%; 
text-align:left; 
font-size:14px;
color:#f65821;
font-weight:400;
}
.commentform input.form_input{
padding:3%; 
width:93%; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.commentform textarea.form_textarea{
padding:3%; 
width:93%; 
height:50px; 
margin:0 0 5px 0;
border:1px solid #ddd;
}
.commentform input.form_submit{ 
width:100%;
padding:4% 0 4% 0; 
margin:10px 0 0 0; 
font-weight:normal;
text-align:center;
cursor:pointer; 
font-size:20px;
background-color:#0c928d;
color:#FFFFFF;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
border: none;
cursor:pointer;
}

.user_login_info{
padding:20px;
}
.user_login_info h2{
font-size:22px;
padding:0 0 10px 0;
}
/*===============================================*/
/* 13. TABS & ACCORDION */
/*===============================================*/	
.tabs-animated-wrap, .tabs-simple{
position: relative;
width: 100%;
overflow: hidden;
height: auto;
margin:20px 0 0 0;
}
.tab h4{
padding:0 0 10px 0;
margin:0px;
font-size:16px;
}
.custom-accordion{
padding:0;
}
.custom-accordion .accordion-item-toggle{
padding:0px 0px;
height:44px;
line-height:36px;
font-size:17px;
cursor:pointer;
}
.custom-accordion .accordion-item-toggle:active{
background:rgba(0,0,0,0.15);
}
.custom-accordion .accordion-item-toggle span{
display:inline-block;
margin-left:15px;
}
.custom-accordion .icon-plus,.custom-accordion .icon-minus{
display:inline-block;
width:22px;
height:22px;
border:1px solid #0083C7;
border-radius:100%;
line-height:20px;
text-align:center;
color:#0083C7;
float:left;
}
.custom-accordion .icon-minus{
display:none;
}
.custom-accordion .accordion-item-expanded .icon-minus{
display:inline-block;
}
.custom-accordion .accordion-item-expanded .icon-plus{
display:none;
}
.custom-accordion .accordion-item-content{
padding:0px 15px;
}
.padd15{
    padding:15px;
}
.div-1-home{
    width:28%;
    margin-right:1%;
    
    color:#4E626D;
    background-color:#fff;
    margin-bottom:2%;line-height:1;
}
.div-2-home{
    background: linear-gradient(to right, #258ac7 0%, #3cd3ea 100%);
    color:#16505A;line-height:0.9;
    width:62%;
    margin-bottom:2%;
    margin-left:1%;
}
.div-3-home{
    background: linear-gradient(to right, #258ac7 0%, #3cd3ea 100%);
    color:#16505A;
    width:62%;
    margin-bottom:2%;line-height:0.9;
    margin-right:1%;
}
.div-4-home{
    width:28%;
    margin-left:1%;
    margin-bottom:2%;
    color:#fff;line-height:1;
    background-color:#237CA8;
    font-size: 16px!important;
}
.div-5-home{
    width:28%;
    margin-right:1%;
    margin-bottom:2%;
    color:#fff;line-height:1;
    background-color:#0083C7;
}
.div-6-home{
    background: linear-gradient(to right, #8b8f99 0%, #d3d6d9 100%);
    color:#16505A;
    
    width:62%;
    margin-bottom:2%;
    margin-left:1%;line-height:0.9;
}
.div-7-home{
    width:28%;
    margin-right:1%;
    color:#fff;
    background-color:#B2B2B2;
    margin-bottom:2%;line-height:1;
}
.div-8-home{
    width:28%;
    margin-left:1%;
    color:#fff;
    background-color:#71CDF5;
    margin-bottom:2%;line-height:1;
    height:90px;
    float:left;
    font-size:16.5px;padding:15px 2%;
    font-weight:bold;
    text-align:center;
    font-style:normal!important;
}
.div-9-home{
    width:28%;
    margin-left:2%;
    color:#fff;
    background-color:#2D9FD9;
    margin-bottom:2%;line-height:1;
}
.tasto-2r{
    height:70px;
    float:left;
    font-size:16.5px;padding:25px 2%;
    font-weight:bold;
    text-align:center;
    font-style:normal!important;
}
.tasto-1r{
    height:55px;
    float:left;
    font-size:16.5px;padding:32.5px 2%;
    font-weight:bold;
    text-align:center;
    font-style:normal!important;
}
.icone-human{
    width: 12%;
    margin-right: 2%;
    margin-left: 2%;
}
.div-icone-human{
    width:100%;
    text-align:center;
    float: left;
    margin: 10px 0px;
}
.div-social{
    width:100%;
    text-align:center;
    margin-top:-50px;
}
.div-social-inner-pages{
    width: 100%;
    text-align: center;
    color:#fff;
    bottom: 0px;
    position: fixed;
    background-color: #353535;
    padding:0px 10px;
}.div-icona-foot-inner{
        margin-top: -21px;
    text-align: left;
    position: absolute;
}
.icone-social{
    width:9%;    
    margin-right: 3%;
    margin-left: 3%;
    margin-top:1%;
}
.toolbar-foot{
    height:65px!important;
}
.toolbar-foot > .toolbar-inner{
    height:120px;
    font-size:14px;
}
.div-icona-foot{
        margin-top: -23px;
    text-align: left;
    position: absolute;
}
.titoloForm{
    color:#0083C7;
    font-weight:bold;
    font-size:25px;
}
.riga-form{
    width:100%;min-height:50px;
}
.floatLeft{
    float:left;
}
.linkPDF{
    color:#fff;
    width:94%;
    font-size:18px;
    font-weight:bold;
}
.tornaIndietro{
    font-size:20px;
    margin-top:-10px;
    font-weight:bold;
    float:right;
}
.photoGallery{
    font-weight:bold;
    font-size:16px;
}
.divInnerPdf{
   background-color:#0083C7;
   text-align:center;
   padding:10px;
   margin-bottom:10px;
   float:left;
}
.floatRight{
    float:right;
}
#nomeProdotto{
    width: 25%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 20px 5px;
    font-size: 12px;
}
.titolo-news{
    color:#0083C7;
    font-weight:bold;
    padding-bottom:10px;
    width:100%;    
    float: left;
    font-size: 18px;
}
.btnContinua{
    font-size:15px;
    font-weight:bold;
}
.inputForm{
    width:95%;
    border:1px solid #B2B2B2;
    padding:7px;
    font-size:18px;
}
.btnInvia{
    background-color:#0083C7;
    color:#fff;
    font-weight:bold;
    border:0px!important;
    width:100%;
    font-size:24px;
    text-align:center;
    font-family:'Exo';
    padding:5px;
    margin:10px 0px;
}
#divPag{
    text-align:center;
    width:100%;
}
.linkPag2{
    color:#0083C7;
    padding:10px;
    font-weight:bold;
    font-size:15px;
    border:1px solid #0083C7;
    margin:5px;
}
.colorBlu{
  color:#0083C7;
}
.colorNero{
  color:#000;
}
/*===============================================*/
/* 14. MEDIA QUERIES */
/*===============================================*/	
@media screen and (max-width: 480px) {
.navbar:after {
  left: 5%;
  width: 90%;
}
.navbar{
/*height: 50px;*/
}
.toolbar {
height: 50px;
}
.swiper-container {
height: 100%;
}
.swiper-slide span{
margin:70px 0 10px 0;
font-size:48px;
line-height:50px;
} 
.swiper-slide span.subtitle{
margin:0px 0 10px 0;
font-size:20px;
line-height:20px;
} 
a.swiper_read_more{
color:#ffca2e;
padding:10px 20px;
margin:30px 0 0 0;
font-size:14px;
}
.navbarpages{
height:70px;
}
.navbar_home_link img{
max-width:40%;
}
.menu_open_icon_white a{
width:20%;
}
#pages_maincontent{
width:90%;
padding:20px 5% 65px 5%;
margin:0px;
position: absolute; 
top: 70px; 
}
}
@media screen and (max-width: 350px){
    .icona-left-navbar{
        margin:10px 15px;
    }
}