@charset "UTF-8";
/* CSS Document */

/* Font-face Icons */

@font-face {
  font-family: 'Jost-Book';
  src:url('fonts/jost/Jost-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Jost-Heavy';
  src:url('fonts/jost/Jost-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Jost-CondensedBold';
  src:url('fonts/jost/Jost-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Jost-Bold';
  src:url('fonts/jost/Jost-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* NOTEBOOK LAYOUT*/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #58585a;
  font-family: 'Jost-Book','Arial', sans-serif;
}
.bold,
strong,
b {font-family: 'Jost-Book','Arial', sans-serif;font-weight: 700;}
.row{
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.row:last-child {margin-bottom: 0;}
.col-1-1 {
  clear: both;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.col-2-3 {float: left; width: 66.666666%; }
.col-1-2 {float: left; width: 50%;        }
.col-1-3 {float: left; width: 33.333333%; }
.col-1-4 {float: left; width: 25%;        }
.col-1-5 {float: left; width: 20%;        }
.col-1-6 {float: left; width: 16.666666%; }
.col-1-8 {float: left; width: 12.555555%; }
.col-4-5 {float: left; width: 80%;        }
.col-1-5 {float: left; width: 20%;        }
.clear   {clear: both;                    }



.underline {text-decoration:underline}


a{
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
a.cta {
  padding: 5px 10px;
  text-decoration: none;
  color: #ffffff;
  background-color: #00378b;
}
a.cta > .fa {
  color: #ffffff;
}
a.cta:hover {
  text-decoration: none;
  color: #00378b;
  background-color: #ffffff;
  border: 2px solid #00378b;
}
a.cta:hover > .fa {
  color: #00378b;
}
p{
  text-align: left;
  color: #58585a;
  font-size: 17px; 
}
h1 {
  font-size: 35px;
  line-height: 35px;
  color: #58585a;
  font-family: 'Jost-Book','Arial', sans-serif;
  font-weight: 400;
}
h2 {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: 'Jost-Book','Arial', sans-serif;
  color: #58585a;
  font-weight: 400;
}
h2.title{
  padding: 15px 0px;
  border-bottom: 1px solid #9c9e9f;
  margin-bottom: 20px;
  font-family: 'Jost-Book','Arial', sans-serif;
}
h2.nome{
  padding: 15px 0px;
  border-bottom: 1px solid #9c9e9f;
  margin-bottom: 20px;
  font-family: 'Jost-Book','Arial', sans-serif;
}
h3{
  font-size: 1.2em;
  text-align: left;
  font-family: 'Jost-Book','Arial', sans-serif;
  color: #58585a;
  font-weight: 400;
}
h4{
  font-size: 1em;
  text-align: left;
  color: #58585a;
  font-family: 'Jost-Book','Arial', sans-serif;
  font-weight: 400;
}
.justify {text-align: justify;}
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

.fl_left{ float: left;}
.fl_right{ float: right;}
.wrapper1440 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
} 
.blue {color: #004d91 !important;}
.grey {color: #9c9e9f !important;}
.black{color: #000000 !important;}
.white{color: #ffffff !important;}
.yellow{color: #d7ce4c !important;}
.red   {color: #b40937 !important; }

.bg_black{ background-color: #000000 ;}
.bg_white{ background-color: #ffffff ;}
.bg_blue { background-color: #004d91 ;}
.bg_green{ background-color: #39b54a ;}
.bg_grey { background-color: #999999 ;}
.bg_light_grey { background-color: #f2f3f4 ;} 
.bg_yellow     { background-color: #d7ce4c ;} 
.bg_red        { background-color: #b40937 ;} 

.bord_red{ border-color: #b40937 ;} 


.p0{padding: 0px;}
.plr0{padding-right:0px; padding-left:0px ;}
.p10{padding: 10px;}
.p15{padding: 15px;}
.p20{padding: 20px;}
.p30{padding: 30px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.p0_10{padding: 0px 10px;}
.p0_15{padding: 0px 15px;}
.p0_20{padding: 0px 20px;}
.p20_0{padding: 20px 0px;}
.p15_0{padding: 15px 0px;}
.p5_10{padding: 5px 10px;}
.p5_20{padding: 5px 20px;}
.p10_0{padding: 10px 0px;}
.p10_15{padding: 10px 15px;}
.p10_20{padding: 10px 20px;}
.p15_20{padding: 15px 20px;}
.p20_30{padding: 20px 25px;}
.p20_10{padding: 20px 10px;} 

.m0{margin: 0px !important;}
.m10{margin: 10px 0px;}
.m15{margin: 15px 0px;}
.m20{margin: 20px 0px;}
.m30{margin: 30px 0px;}
.mlr0{margin-left:0px;margin-right:0px;}
.mlr_auto{margin-left:auto;margin-right:auto;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}

.rel{position: relative;}
.abs{position: absolute;}
.abs_reset{top:0;right:0;bottom:0;left:0;}
.abs_reset10{top:10px;right:10px;bottom:10px;left:10px;}
.v_center{margin: auto 0px;}

.t5{top:5px;}
.t10{top:10px;}
.t15{top:15px;}
.l5{left:5px;}
.l10{left:10px;}
.l15{left:15px;}
.r5{right:5px;}
.r10{right:10px;}
.r15{right: 15px;}
.tl5{top:5px; left:5px;}
.tl10{top:10px; left:10px;}
.tl15{top:15px; left:15px;}
.tr5{top:5px; right:5px;}
.tr10{top:10px; right:10px;}
.tr15{top:15px; right:15px;}

.fh{ height: 100%;}
.fw{ width: 100%;}
.lh1{line-height: 1;}
.lh12{line-height: 1.2;}
.lh15{line-height: 1.5;}

ul{float: left; padding-left: 30px;}
ul li {text-align: left;}
.no_list_style{ list-style: none;}

.disp_table{display: table; height:100%;}
.disp_table_cell{display: table-cell;vertical-align: middle; height:100%;}
.no_bord {border: none !important;}
.bord_rad5{ border-radius: 5px; }
.bord_rad10{ border-radius: 10px; }
.bord_left_5{border-left: 5px solid #004d91;}
.hide_desktop{display: none;}

/*ACCORDION*/
.my_show_hide {margin-top: 10px;}
.accordion_head {
  padding: 13px 10px 10px 10px;
  border-bottom: 1px solid #004d91;
  display: table;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #004d91;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: bold;
}
.accordion_head:hover {color: #333333;}
.accordion_head span {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  color: #004d91;
  text-shadow: 0px 1px 1px #333;
}
.accordion_head_menu {
  border-bottom: 1px solid #004d91;
  font-family: 'Jost-Book','Arial', sans-serif;
  padding: 13px 10px 10px 10px;
  display: table;
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #58585a;
  font-size: 1em;
  line-height: 1.2;
}
.accordion_head_menu:hover {background-color: #004d91; color: #ffffff;}
.accordion_head_menu:hover i {color: #ffffff;}
.accordion_head_menu.selected {background-color: #004d91;color: #ffffff;}
.accordion_head_menu.selected i {color: #ffffff;}
.accordion_body {
  padding: 10px;
  background-color: transparent;
  border-bottom: 1px dotted #004d91;
  text-align: left;
  position: relative !important;
}
/*END ACCORDION*/

/*BREADCRUMBS*/
#breadcrumbs{background-color: #004d91;padding: 15px 0px !important;}
#breadcrumbs i{margin: 0px 5px; font-size: 16px;}
#breadcrumbs h5{
  font-family: 'Jost-Book','Arial', sans-serif;
  text-align: left;
  float: left;
  font-size: 16px;
}
#breadcrumbs h5{color: #ffffff !important;}
/*END BREADCRUMBS*/

footer{
  min-height: 200px;
  background-color: #283f55; 
  padding: 30px 20px;
  position: relative;
}
footer .dati{
  position: absolute;
  top:0;
  left: 0;
  width: 70%;
}
footer .dati p span{
  display: inline-block;
}
footer .social{
  position: absolute;
  top:0;
  right: 0;
  width: 250px;
}
footer .social ul{
  display: inline;
  list-style: none;
}
footer .social ul li{
  float: left;
  padding: 0px 5px;
}
footer .social ul li img{
  width: 30px;
}

/*TABLE RESPONSIVE*/
.table_wrapper{ overflow-x: auto;}
table.custom_table{
  border-collapse: collapse;
  width: 100%;
  min-width: 826px;
  margin-bottom: 30px;
}
table.custom_table th,
table.custom_table tr,
table.custom_table td{
  border: 1px solid #a7a9ac;
}
table.custom_table th{
  padding: 25px 10px;
  background-color: orange;
  text-align: center;
} 
table.custom_table tr:nth-child(even){background-color: #f2f3f4 !important;}
table.custom_table tr:nth-child(odd) {background-color: #ffffff !important;}
table.custom_table tr:hover{background-color: #e0f1e2;}
table.custom_table td{padding: 15px 10px;}
table.custom_table tbody tr td:nth-child(2){text-align: center;}
table.custom_table td span{ display: block;width: 100%;}
table.custom_table.rimorchi th{background-color: #004d91; padding: 10px}
table.custom_table.rimorchi tbody tr td{text-align: center;}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hvr-grow.soft:hover, .hvr-grow.soft:focus, .hvr-grow.soft:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#google_map_box{display: none;}
#close_map{ font-size: 30px; top: 3px; right: 3px; cursor: pointer;}


@media all and (max-width: 1440px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1440px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1440px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1440px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1440px), only screen and (min-resolution: 192dpi) and (max-width: 1440px), only screen and (min-resolution: 2dppx) and (max-width: 1440px) {
 
}


@media all and (max-width: 1280px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (max-width: 1280px) {

}

@media all and (max-width: 1180px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1180px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min-resolution: 192dpi) and (max-width: 1180px), only screen and (min-resolution: 2dppx) and (max-width: 1180px) {

}
/*TOUCH PANEL FULL HD => 1080x1920 px */
@media all and (max-width: 1080px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1080px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (min-resolution: 192dpi) and (max-width: 1080px), only screen and (min-resolution: 2dppx) and (max-width: 1080px) {

}
/*END TOUCH PANEL FULL HD*/

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

}

@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px), only screen and (min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-resolution: 192dpi) and (max-width: 960px), only screen and (min-resolution: 2dppx) and (max-width: 960px) {

  footer .dati{
    position: relative;
    float: left;
    text-align: center;
    padding-top: 30px;
    width: 100%;
  }
  footer .dati h3,
  footer .dati p{
    text-align: center;
  }
  footer .social ul{
    padding-left: 5px;
  }
  footer .social{
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    width: 210px;
    margin: auto;
  }
}
/*IPAD MINI => 768x1024 px*/ 
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {

}

@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {
  #breadcrumbs{background-color: #004d91; padding: 6px 0px !important;}
  #breadcrumbs a{font-size: 0.9em;}
}

@media all and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 2dppx) and (max-width: 640px) {

}

@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {

}

@media all and (max-width: 320px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 320px), only screen and (min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min-resolution: 192dpi) and (max-width: 320px), only screen and (min-resolution: 2dppx) and (max-width: 320px) {
 
}
