﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');

body{ font-size:16px; font-family: 'Mulish', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; margin-top:0px;}
a{ color:#1e3e71; font-weight:500; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:18px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:500;}
strong{ font-weight:500;}
.container-max{}
.container-fluid{ padding:0 60px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], select, textarea{ font-family:'Mulish', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#fff; border-radius:3px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #000;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; border:1px solid #b9b9b9; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:15px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#1e3e71; font-size:16px; line-height:24px; float:right; margin-left:5px;}

.chosen-container{ border-radius:5px; font-size:15px; background:#fff; border-color:#000;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:400; margin-right:35px;}
.chosen-container .chosen-drop{ border-radius:0px; border-color:#000;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:400; border-radius:0px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#1e3e71; color:#fff; border-radius:5px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.widget .chosen-single{ font-weight:300; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}

textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Oswald', sans-serif; font-size:18px; height:auto; padding:15px 25px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:3px; vertical-align:middle;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#63c7f2; border:1px solid #63c7f2; color:#fff;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#1e3e71; border-color:#1e3e71; color:#fff;}
.btn.btn-primary{ background:#0e71b8; border:1px solid #0e71b8;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#63c7f2; border-color:#63c7f2; color:#fff;}

a.readmore{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:700; padding-right:15px; color:#1e3e71; text-transform:none;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#1e3e71; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f054"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; color:#1e3e71; font-size:13px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.white:after{ color:#fff;}

a.backpage{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:300; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:300; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#fff; border:1px solid #000; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#000; line-height:24px; float:left;}
.check label span a{ font-weight:500;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:25px; top:25px; background-color:#0e71b8; border-radius:50%;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination{text-align:center;}
ul.pagination li{ margin:0 5px; }
ul.pagination li a{ width:40px; height:40px; font-size:18px; line-height:40px; border:0px; border-radius:10px; font-weight:400; background:#e1e1e1;}
ul.pagination li a:hover, ul.pagination li a:focus{ background:#0e71b8; color:#fff;}
ul.pagination li.active a, ul.pagination li.active a:hover,  ul.pagination li.active a:focus{ background:#0e71b8; color:#fff;}
ul.pagination li a.prev{ width:40px; height:40px; border-radius:0px; background:none; background-image:url(../images/prev.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat}
ul.pagination li a.prev:hover{ background-color:transparent;}
ul.pagination li.disabled a.prev:hover{ background-color:#e1e1e1;}
ul.pagination li.disabled a.next:hover{ background-color:#e1e1e1;}
ul.pagination li a.next{ width:40px; height:40px; border-radius:0px; background:none; background-image:url(../images/next.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat;}
ul.pagination li a.next:hover{ background-color:transparent;}


.parallax-mirror{ z-index:1 !important;}

/* header */
.header{ width:100%; position:relative; background:#fff; border-bottom:1px solid #e1e1e1; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar{ position:relative; text-align:center; padding:0px;}
.header .navbar .logo{ width:100%; height:100px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.header a.navbar-brand{ width:auto; text-align:center; float:left; font-size:0px; letter-spacing:0px;}
.header a.navbar-brand img{ height:65px; margin:0px; display:block;}
.header .navbar-collapse{ width:100%; background:none; float:left; margin:0px;}
.header .navbar .navbar-nav{ width:100%; margin:0px; display:flex; flex-wrap:nowrap; justify-content:center;}
.header .navbar .navbar-nav > li{ float:left; padding:0px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:30px; position:absolute; top:15px; right:0px; background:rgba(255,255,255,0.5);}
.header .navbar .navbar-nav > li:last-child:after{ display:none;}
.header .navbar .navbar-nav > li > a{ font-family: 'Oswald', sans-serif; text-transform:none; font-size:18px; color:#000; font-weight:400; padding:20px 10px; margin:0 5px; border:0px; line-height:20px;}
.header .navbar .navbar-nav > li > a span:before{ content:""; width:0px; height:5px; position:absolute; right:0px; bottom:0px; background:#0e71b8; transition: all .3s ease-in-out;}
.header .navbar .navbar-nav > li > a:hover{ background:#f7f7f7; color:#0e71b8;}
.header .navbar .navbar-nav > li > a:hover span:before{ width:100%;}
.header .navbar .navbar-nav > li.active > a span:before{ width:100%;}

.header .topbar{ padding:7px 0; background:#f7f7f7;}
.header .topbar .info{ display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.header .topbar p{ font-size:13px; line-height:1.2; color:#000; font-weight:400;}
.header .topbar strong{ font-weight:600;}
.header .topbar span.separator{ margin:0 5px; color:#6e6e6e; font-weight:300;}
.header .topbar .contacts{ float:left; margin-left:20px;}
.header .topbar .contacts a{ color:#0a5993; font-weight:600;}
.header .topbar .contacts a:hover{ color:#000;}

/* social */

.header .social{ width:auto; position:absolute; right:30px; top:20px; display:flex; flex-wrap:nowrap; align-items:center;}
.header .social ul{margin:0;width:auto; float:left;}
.header .social li{ width:auto;float:left; padding-left:0px; margin:0 0 0 0;}
.header .social li:last-child{ margin:0px;}
.header .social li:before{ display:none;}
.header .social li a{float:left;position:relative;border-radius:50%;color:#999; background:none;}
.header .social li a span.circle{width:32px;height:32px;float:left;text-align:center;}
.header .social li a span.circle i{font-size:16px;line-height:32px;vertical-align:top;}
.header .social li.facebook a:hover{background:#3b5999; color:#fff;}
.header .social li.instagram a:hover{background:#E4405F; color:#fff;}
.header .social li.email a:hover{background:#0e71b8; color:#fff;}

/* dropdown */

.header .dropdown-menu { width:auto; min-width:180px; max-width:180px; background:#1d90bd; border-radius:0px; padding:15px; margin-left:15px; left:50%; transform: translateX(-50%); }
.header .navbar-nav > li.dropdown.dropdown-static{ position:relative;}
.header .navbar-nav > li > a:after { display: none; }
.header .dropdown-menu > li { padding:0px; text-align:center; border-bottom:1px solid rgba(256,256,256,0.3); }
.header .dropdown-menu li:focus > a, .header .dropdown-menu li:hover > a { background: none; }
.header .dropdown-menu > li:first-child { padding-top: 0px; }
.header .dropdown-menu > li:last-child { padding-bottom: 0px; border: 0px; }
.header .dropdown-menu > li > a { min-width:auto; font-size:15px; color:#fff; line-height:1.3; padding:3px 0; text-align:center; white-space:normal; border-radius:0px; font-weight:400; }
.header .dropdown-menu > li.active > a, .header .dropdown-menu > li.active > a:hover{ background:rgba(256,256,256,0.3); color:#fff;}
.header .dropdown-menu > li:last-child > a { border: 0px; }
.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus { background:rgba(256,256,256,0.3); color:#fff;}


.is-sticky{ z-index:99999;}
.is-sticky .header{ background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.1);}
.is-sticky .header .navbar .logo{ height:70px;}
.is-sticky .header a.navbar-brand img{ max-height:45px;}
.is-sticky .header .navbar .navbar-nav > li:after{ height:25px; top:12.5px;}
.is-sticky .header .navbar .navbar-nav > li > a{ font-size:18px; padding:15px 7px; margin:0 7px; border:0px;}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* titolo pagina */

.title{ padding:40px 0; position:relative; text-align:center; overflow:hidden; background-color:#0e71b8; overflow:hidden;}
.title .text h1, .title .text h2{ font-family: "Oswald", serif; color:#fff; font-size:50px; line-height:1.2; font-weight:500; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:2; text-transform:none; margin-top:0px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:14px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#fff; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#fff;}
.title .breadcrumb li:after{ float:right; margin:0 10px; content:"|"; margin-top:0; font-size:14px; font-weight:200; color:#fff;}
.title .breadcrumb li:last-child:after{ display:none;}

/* blocchi generale */

.block{ padding:80px 0; position:relative; z-index:20;}
.block.small{ padding:40px 0;}
.block.gray{ background:#efefef;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.lightblue{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(43,53,121,0.15) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:40px; line-height:1; color:#000; margin-bottom:0px; font-weight:500;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:26px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:300;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block ul li{ position:relative; margin-bottom:0px; padding-left:20px;}
.block ul li:last-child{ margin-bottom:0px;}
.block ul li:before{ content:"\f111"; font-family:FontAwesome; position:absolute; left:0px; top:8px; font-size:6px; color:#000;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2{ margin-bottom:0px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:20px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:20px;}
.block.presentation p + .btn{ margin-top:20px;}
.block.presentation .btn + p{ margin-top:20px;}

/* visual */

.visual{ position:relative; background:#e1e1e1; }
.visual-image{ width:60%; height:100%; position:absolute; right:-40px; top:0px; padding:140px 0 60px 0;}
.visual-image video{ height:100%; float:right;}
.visual-image img{ display:none;}
.visual-content{ width:100%; height:60vh; min-height:700px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center; position:relative; background-size:cover; background-position: center center; z-index:10;}
.visual-content .inner{ width:100%;}
.visual-content .container-fluid{ width:100%;}
.visual-content .box{ width:100%; max-width:700px; float:left; text-align:left; position:relative; z-index:100;}
.visual-content .box h1{ color:#000; font-size:50px; line-height:1; position:relative; z-index:2; margin-bottom:10px;}
.visual-content .box h1 strong{ color:#2b3583;}
.visual-content .box h2{ font-size:30px; line-height:1.6; color:#000; font-weight:300; position:relative; z-index:2; margin-bottom:40px;}
.visual-content .box .actions{ display:flex; align-items:center; justify-content:left; margin:0px; padding:0px;}
.visual-content .box .actions li{ margin-right:10px;}
.visual-content .box .actions li:last-child{ margin-right:0px;}

.visual-wrap{ position:relative;}
.visual-wrap .next, .visual-wrap .prev{ width:20px; height:40px; position:absolute; top:50%; margin-top:-20px; background-size:100% auto; z-index:10; cursor:pointer; -webkit-transition: all .1s ease-in-out; -moz-transition: all .1s ease-in-out; -o-transition: all .1s ease-in-out; transition: all .1s ease-in-out;}
.visual-wrap .next:hover, .visual-wrap .prev:hover{ transform:scale(0.95);}
.visual-wrap .prev{ background-image:url(../images/prev.png); left:40px;}
.visual-wrap .next{ background-image:url(../images/next.png); right:40px;}
.visual-wrap .down{ width:48px; height:48px; border-radius:50%; position:absolute; z-index:2; left:50%; margin-left:-24px; bottom:30px; background-color:#d51643;}
.visual-wrap .down:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/icon-down.png); background-size:20px auto; background-repeat:no-repeat; background-position:center center;}
.visual-wrap .down:hover{ background-color:#d51643;}

/* intro home */

.block.intro-home .item{ width:100%;}
.block.intro-home .item .intro{ width:100%; position:relative;}
.block.intro-home .item .intro .image{ width:80px; height:80px; position:absolute; left:0px; top:0px; background:#fff; border:1px solid #999; text-align:center; line-height:80px; font-size:40px; color:#333; border-radius:50%;}
.block.intro-home .item .intro .text{ width:100%; padding-left:120px;}
.block.intro-home .item .intro .text h2{ font-size:34px;}
.block.intro-home .item .intro .text strong{ color:#0e71b8;}
.block.intro-home .item .links{ margin:0px; padding:0px; margin-top:40px;}
.block.intro-home .item .links ul li{ padding:0px; margin:0px; margin-bottom:20px;}
.block.intro-home .item .links ul li:last-child{ margin:0px;}
.block.intro-home .item .links ul li a{ display:flex; flex-wrap:nowrap; color:#000; align-items:center; padding:0px; list-style:none;}
.block.intro-home .item .links ul li:before{ display:none;}
.block.intro-home .item .links ul li a .circle{ width:60px; height:60px; display:block; background:#0e71b8; text-align:center; border-radius:50%; font-size:20px; line-height:60px; color:#fff; transition: all .3s ease-in-out;}
.block.intro-home .item .links ul li a:hover .circle{ transform: scale(1.2);}
.block.intro-home .item .links ul li a .text{ max-width:calc(100% - 60px); padding-left:20px; font-size:22px; text-transform:uppercase; line-height:1; font-weight:500;}
.block.intro-home .item .links ul li a:hover .circle{ background:#1d90bd;}

/* values */

.block.values .item{ width:100%; position:relative; z-index:10; padding:40px; text-align:center; background:#000;}
.block.values .item .image{ width:80px; height:80px; display:inline-block; color:#fff; text-align:center; line-height:80px; font-size:40px;}
.block.values .item h2{ font-size:30px; line-height:1.2; color:#fff; margin:0px; margin-bottom:10px;}
.block.values .item p{ line-height:1.2; color:#fff;}
.block.values .item .btn{ border-color:#fff; background:none; color:#fff;}
.block.values .social{  display:flex; flex-wrap:nowrap; justify-content:center; align-items:center;}
.block.values .social ul{margin:0;width:auto; float:left; margin:10px 0 0 0;}
.block.values .social li{ width:auto;float:left; padding-left:0px; margin:0 0 0 0;}
.block.values .social li:last-child{ margin:0px;}
.block.values .social li:before{ display:none;}
.block.values .social li a{float:left;position:relative;border-radius:50%;color:#fff; background:none;}
.block.values .social li a span.circle{width:60px;height:60px;float:left;text-align:center;}
.block.values .social li a span.circle i{font-size:30px;line-height:60px;vertical-align:top;}
.block.values .social li.facebook a:hover{background:#3b5999; color:#fff;}
.block.values .social li.instagram a:hover{background:#E4405F; color:#fff;}
.block.values .item.item01{ background:#0a5993;}
.block.values .item.item02{ background:#1071b8;}
.block.values .item.item03{ background:#2f9cd6;}

.block.values.home{ padding-top:0px; padding-bottom:0px; margin-top:-50px;}

/* fullwidth */

.block.fullwidth{ position:relative;}
.block.fullwidth.padding{ padding:120px 0;}
.block.fullwidth .image{ width:50%; height:100%; position:absolute; top:0px; background-size:cover; background-position:center center; background-repeat:no-repeat;}
.block.fullwidth .image img{ display:none;}
.block.fullwidth.left .image{ top:0px; left:0px;}
.block.fullwidth.right .image{ top:0px; right:0px;}

.block.fullwidth.blue{ background:#1d8fbd;}
.block.fullwidth.blue .text h2{ color:#fff;}
.block.fullwidth.blue .text p{ color:#fff;}
.block.fullwidth.blue .text ul li{ color:#fff;}
.block.fullwidth.blue .text ul li:before{ color:#fff;}

.block.fullwidth.blue2{ background:#0e71b8;}
.block.fullwidth.blue2 .text h2{ color:#fff;}
.block.fullwidth.blue2 .text p{ color:#fff;}
.block.fullwidth.blue2 .text ul li{ color:#fff;}
.block.fullwidth.blue2 .text ul li:before{ color:#fff;}

/* discipline */

.block.discipline{ padding-bottom:40px;}
.block.discipline .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.discipline .item-wrap .item{ width:20%; float:left; text-align:center; padding:0 20px; margin-bottom:40px;}
.block.discipline .item-wrap .item .image img{ transition: all .3s ease-in-out;}
.block.discipline .item-wrap .item:hover .image img{ transform: scale(1.1);}
.block.discipline .item-wrap .item .text h3{ color:#0e71b8;}

/* staff */

.block.staff{ padding-bottom:40px;}
.block.staff .item-wrap{ display:flex; flex-wrap:wrap; margin:0 -20px;}
.block.staff .item-wrap .item{ width:20%; float:left; text-align:center; padding:0 20px; margin-bottom:40px;}
.block.staff .item-wrap .item .image{}
.block.staff .item-wrap .item .image img{ transition: all .3s ease-in-out;}
.block.staff .item-wrap .item:hover .image img{ transform: scale(1.1);}
.block.staff .item-wrap .item .text{ width:100%; float:left; text-align:center; margin-top:10px;}
.block.staff .item-wrap .item .text h3{ color:#0e71b8;}
.block.staff .item-wrap .item .text h4{ color:#666; text-transform:none; font-weight:400;}

/* numeri dell'azienda */

.block.numbers{ padding:0px; position:relative;}
.block.numbers .container-fluid{ padding:0px;}
.block.numbers .item{ width:100%; display:table; background:#283373; position:relative; z-index:100; padding:50px 30px; text-align:center; overflow:hidden;}
.block.numbers .item .wrap{ display:table-cell; vertical-align:middle;}
.block.numbers .item h2{ margin-top:0px; display:flex; justify-content:center; align-items:center; color:#fff; font-weight:900;}
.block.numbers .item h2 span{ font-weight:600; display:inline-block; color:#fff; line-height:24px;}
.block.numbers .item h2 span.countup-sign{ font-weight:200; font-size:0.75em; margin-left:10px;}
.block.numbers .item h2 span.text{ font-weight:600; line-height:1; font-size:24px; margin-left:0px;}
.block.numbers .item p{ margin-bottom:0px;}
.block.numbers .item.normal h2{ font-size:60px; min-height:60px; line-height:1; margin:0px;}
.block.numbers .item.normal p{ font-size:20px; line-height:1.2; color:#fff; font-weight:400; margin-top:10px;}

.block.numbers .item.one{ background:#0a5993;}
.block.numbers .item.two{ background:#1071b8;}
.block.numbers .item.three{ background:#2f9cd6;}
.block.numbers .item.four{ background:#40b3e6;}

/* newsletter */

.block.newsletter-register{ text-align:center; position:relative;}
.block.newsletter-register:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background-image:url(../images/newsletter.jpg); background-position:center center; background-size:cover; opacity:0.1; filter: grayscale(1);}
.block.newsletter-register:after{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(150,150,150,0.2); z-index:10;}
.block.newsletter-register .box{ position:relative; z-index:20;}
.block.newsletter-register .text{ width:100%; max-width:900px; margin:0 auto; margin-bottom:20px; position:relative; z-index:20;}
.block.newsletter-register .text h2{ font-size:40px; line-height:1; color:#000; font-weight:500; margin:0px; }
.block.newsletter-register .form{ max-width:400px; width:100%; display:inline-block; margin-bottom:0px;}
.block.newsletter-register .form .form-group{ margin:0px; margin-bottom:10px;}
.block.newsletter-register .form .form-group label{ width:100%; text-align:center;}
.block.newsletter-register .form .form-group input{ height:45px; border:1px solid #000; text-align:center;}
.block.newsletter-register .send{ width:100%; float:left; text-align:center; margin-top:10px;}
.block.newsletter-register .send .btn{ height:45px; line-height:41px; padding:0px; min-width:140px; border:2px solid #000; color:#000; background:none;}
.block.newsletter-register .send .btn:hover{ background:#0e71b8; border-color:#0e71b8; color:#fff;}
.block.newsletter-register .check{ width:100%; text-align:center; margin-top:10px;position:relative; z-index:20;}
.block.newsletter-register .check > span{ display:inline-block;}
.block.newsletter-register .check > span label:before{ background:#fff; border-color:#000;}
.block.newsletter-register .check > span label span{ font-size:14px;}
.block.newsletter-register .check > span label span a{ color:#000; font-weight:500;}

/* archive */

.block.archive{ position:relative;}
.block.archive.home{ padding-bottom:60px;}
.block.archive.related{ padding-bottom:60px;}
.block.archive .row{ margin-left:-20px; margin-right:-20px;}
.block.archive .text{}
.block.archive .item{ width:100%; float:left; position:relative; margin-bottom:40px; text-align:left;}
.block.archive .item .image{ float:left; position:relative;}
.block.archive .item .image a{ width:100%; float:left;}
.block.archive .item .image a:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:rgba(0,0,0,0.0); -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.block.archive .item span.date{ width:64px; height:64px; position:absolute; bottom:0px; left:0px; z-index:2; background:#0e71b8; z-index:1; border-radius:0px;}
.block.archive .item span.date span.day{ width:100%; float:left; text-align:center; font-size:30px; line-height:1; margin-top:10px; color:#fff; font-weight:700;}
.block.archive .item span.date span.month{ width:100%; float:left; text-align:center; font-size:14px; line-height:1; color:#fff; font-weight:300;}
.block.archive .item .bottom{ width:100%; float:left; padding:0px; margin-top:20px;}
.block.archive .item .bottom h2{ display:inline-block; font-size:26px; line-height:1.2; text-transform:none; font-weight:500; margin-bottom:0px;}
.block.archive .item .bottom h2 a{ font-weight:inherit; color:inherit;}
.block.archive .item .bottom p + h2{ margin-top:0px;}

/* mappa */

.block.map{ padding:0px; padding-bottom:10px;}
.block.map .iframe-wrap{}
.block.map .iframe{ width:100%; height:450px;}
.block.map .iframe .map-content{ padding:15px; text-align:center;}
.block.map .iframe .map-content h2{ font-family: 'Oswald', sans-serif; font-size:30px; line-height:1; color:#1e3e71; font-weight:500; text-transform:uppercase; margin-bottom:5px;}
.block.map .iframe .map-content p{ font-family: 'Mulish', sans-serif; font-size:16px; line-height:24px; margin:0px; margin-bottom:0px;}
.block.map:before{ content:""; width:50%; height:10px; position:absolute; left:0px; bottom:0px; background:#0e71b8;}
.block.map:after{ content:""; width:50%; height:10px; position:absolute; right:0px; bottom:0px; background:#1d90bd;}

/* contatti */

.block.contacts{ position:relative;}
.block.contacts .module{ width:100%; display:inline-block; display:inline-block; border-radius:10px;}
.block.contacts .module .intro{ text-align:left;}
.block.contacts .module .intro .icon{ display:inline-block; height:100px; padding:0px; margin-bottom:20px;}
.block.contacts .module .form{ margin-top:60px;}
.block.contacts .module .form .form-group{ position:relative;}
.block.contacts .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#fff; padding:0 10px 0 0; z-index:2;}
.block.contacts .module .form input[type="submit"]{ float:left;}
.block.contacts .module .outro{ margin-top:20px; text-align:left;}
.block.contacts .module .outro p{ font-size:13px; line-height:1.3;}
.block.contacts .links h2{ margin:0px; padding:0px;}
.block.contacts .links{ margin:0px; padding:0px; margin-top:20px;}
.block.contacts .links ul li{ padding:0px; margin:0px; margin-bottom:10px;}
.block.contacts .links ul li:last-child{ margin:0px;}
.block.contacts .links ul li a{ display:flex; flex-wrap:nowrap; color:#000; align-items:center; padding:0px; list-style:none;}
.block.contacts .links ul li:before{ display:none;}
.block.contacts .links ul li a .circle{ width:60px; height:60px; display:block; background:#0e71b8; text-align:center; border-radius:50%; font-size:20px; line-height:60px; color:#fff; transition: all .3s ease-in-out;}
.block.contacts .links ul li a:hover .circle{ transform: scale(1.2);}
.block.contacts .links ul li a .text{ max-width:calc(100% - 60px); padding-left:20px; font-size:22px; text-transform:uppercase; line-height:1; font-weight:500;}
.block.contacts .links ul li a:hover .circle{ background:#1d90bd;}

.block.contacts.about-page{ background:#f7f7f7;}
.block.contacts.about-page .box{ padding:40px; background:#f7f7f7; border:2px solid #1d8fbd; border-radius:10px;}

.block.contacts.monopagina{ padding:0px;}
.block.contacts.monopagina .container-fluid{ padding:0px;}
.block.contacts.monopagina .module{ border-radius:0px; padding:80px 80px; border:0px; background:url(../images/home-alessandria02.jpg); background-size:cover; background-position:center center;}
.block.contacts.monopagina .module h2{ color:#fff; position:relative; z-index:10;}
.block.contacts.monopagina .module h3{ color:#fff; position:relative; z-index:10; font-weight:700;}
.block.contacts.monopagina .module p{ color:#fff; position:relative; z-index:10;}
.block.contacts.monopagina .module:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background:#0e71b8; opacity:0.75;}
.block.contacts.monopagina .module .form .form-group > label{ float:left; position:static; background:none; color:#fff;}
.block.contacts.monopagina .module span{ color:#fff;}
.block.contacts.monopagina .module span a{ color:#fff;}
.block.contacts.monopagina .text{ background:#0e71b8; border-radius:0px; padding:80px 80px; border:0px;}
.block.contacts.monopagina .text h2{ color:#fff;}
.block.contacts.monopagina .text p{ color:#fff;}
.block.contacts.monopagina .text li{ color:#fff;}
.block.contacts.monopagina .text li:before{ color:#fff;}

.block.contacts.landingpage{ text-align:center; background:#1d90bd;}
.block.contacts.landingpage h2{ color:#fff; text-align:center;}
.block.contacts.landingpage .module .form .form-group > label{ background:#1d90bd; color:#fff;}
.block.contacts.landingpage input[type=text],
.block.contacts.landingpage input[type=email],
.block.contacts.landingpage input[type=password],
.block.contacts.landingpage input[type=search],
.block.contacts.landingpage input[type=file],
.block.contacts.landingpage input[type=tel],
.block.contacts.landingpage select,
.block.contacts.landingpage textarea{ background:#1d90bd; color:#fff; border-color:rgba(255,255,255,0.5);}
.block.contacts.landingpage .form-group label > span{ color:#fff;}
.block.contacts.landingpage .check{ text-align:center;}
.block.contacts.landingpage .check > span{ display:inline-block;}
.block.contacts.landingpage .check label:before{ background:#1d90bd; color:#fff; border-color:rgba(255,255,255,0.5);}
.block.contacts.landingpage .check label span{ color:#fff;}
.block.contacts.landingpage .check label span a{ color:#fff; text-decoration:underline;}
.block.contacts.landingpage .module .form input[type="submit"]{ float:none; display:inline-block;}


/* contatti flash */

.block.flash-contact .iframe-wrap{}
.block.flash-contact .iframe{ width:100%; height:450px;}
.block.flash-contact .iframe .map-content{ padding:15px; text-align:center;}
.block.flash-contact .iframe .map-content h2{ font-family: 'Oswald', sans-serif; font-size:30px; line-height:1; color:#1e3e71; font-weight:500; text-transform:uppercase; margin-bottom:5px;}
.block.flash-contact .iframe .map-content p{ font-family: 'Mulish', sans-serif; font-size:16px; line-height:24px; margin:0px; margin-bottom:0px;}


/* testate */

.block.heading{ width:100%; height:400px; background:none; padding:0px; background-size:cover; background-position:center center; overflow:hidden;}

/* testata news */

.block.news-heading{ width:100%; padding:0px;}
.block.news-heading img{ width:100%; height:auto;}

/* post news */

.block.post-detail .body strong{ color:#0e71b8;}
.block.post-detail .body h2{ font-size:28px;}

.block.post-detail .item-staff{ width:100%; max-width:250px; text-align:center; padding:0 20px; margin:0 auto;}
.block.post-detail .item-staff .image{}
.block.post-detail .item-staff .image img{ transition: all .3s ease-in-out;}
.block.post-detail .item-staff:hover .image img{ transform: scale(1.1);}
.block.post-detail .item-staff .text{ width:100%; float:left; text-align:center; margin-top:10px;}
.block.post-detail .item-staff .text h3{ color:#0e71b8;}
.block.post-detail .item-staff .text h4{ color:#666; text-transform:none; font-weight:400;}
.block.post-detail .item-staff + .form-inner{ margin-top:40px;}
.block.post-detail .form-inner{ width:100%; float:left;}
.block.post-detail .module{ width:100%; float:left; display:inline-block; background:#f7f7f7; padding:40px; background:#fff; border:2px solid #1d8fbd; border-radius:10px;}
.block.post-detail .module h2{ width:100%; font-size:30px; line-height:1.2; color:#0e71b8;}
.block.post-detail .module .form{ margin-top:40px; margin-bottom:40px;}
.block.post-detail .module .form .form-group{ position:relative;}
.block.post-detail .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#fff; padding:0 10px 0 0; z-index:2;}
.block.post-detail .module .form input[type="submit"]{ float:left;}

/* disciplina page */

.block.disciplina-body .text strong{ color:#0e71b8;}
.block.staff.disciplina-page .item-wrap{ justify-content:center;}

/* lading page intro */

.block.landingpage-intro01 .text{ background:#f7f7f7; padding:40px 80px; text-align:center;}
.block.landingpage-intro02 .text{ text-align:center;}
.block.landingpage-intro02 .text h2{ color:#0e71b8;}
.block.landingpage-intro03{ padding-bottom:20px;}
.block.landingpage-intro03 .text{ background:#f7f7f7; padding:60px 80px;}
.block.landingpage-intro03 .text h2{ text-align:center;}
.block.landingpage-intro03 .text ul li strong{ color:#1d90bd;}
.block.landingpage-intro04{ padding-top:20px;}
.block.landingpage-intro04 .text{ background:#e1e1e1; padding:60px 80px;}
.block.landingpage-intro04 .text h2{ text-align:center;}
.block.landingpage-intro04 .text ul{ column-count: 2; column-gap:60px; }
.block.landingpage-intro05 .text{ text-align:center;}
.block.landingpage-intro05 .text h2{ color:#0e71b8; margin:0px;}
.block.landingpage-intro05 .text h3{ color:#1d90bd; font-weight:500; font-size:34px; margin:0px;}
.block.landingpage-intro05 .text p{ }
.block.landingpage-intro05 .text a{ color:#1d90bd; font-weight:700;}
.block.landingpage-gallery .item-wrap{ display:flex; flex-wrap:nowrwap; margin:0 -10px;}
.block.landingpage-gallery .item-wrap .item{ width:16.667%; float:left; padding:0 10px;}
.block.landingpage-intro06 .text{ text-align:center; margin-bottom:40px;}
.block.landingpage-intro06 .text h2{ color:#0e71b8; margin:0px;}
.block.landingpage-intro06 .item-wrap{ display:flex; flex-wrap:nowrap; justify-content:center; margin:0 -20px;}
.block.landingpage-intro06 .item-wrap .item{ width:50%; max-width:500px; text-align:center; padding:0 20px;}
.block.landingpage-intro06 .item-wrap .item h2{ color:#1d90bd; font-size:30px; margin:0px;}
.block.landingpage-intro06 .item-wrap .item h3{ margin:0px;}
.block.landingpage-intro06 .item-wrap .item iframe{ width:100%; height:250px; margin-top:20px;}

/* footer */

.footer{ width:100%; position:relative; display:inline-block; font-family: 'Mulish', sans-serif; width:100%; float:left; background:none; overflow:hidden;}
.footer .footer-row{ padding:60px 0; padding-bottom:20px; background:#0e71b8; text-align:center; position:relative; z-index:20;}
.footer .footer-row .widget{ position:relative; z-index:10; text-align:left; margin-bottom:40px;}
.footer .footer-row .widget.widget-sede h4{ color:#fff; font-size:24px; line-height:1; text-transform:uppercase;}
.footer .footer-row .widget.widget-sede hr{ border-color:rgba(255,255,255,0.25);}
.footer .footer-row .widget.widget-sede ul li{ display:flex; flex-wrap:nowrap; font-size:15px; line-height:1.4; margin-bottom:5px;}
.footer .footer-row .widget.widget-sede ul li i{ width:20px; color:#fff; margin-top:4px; font-size:13px;}
.footer .footer-row .widget.widget-sede ul li span{ width:calc(100% - 20px); color:#fff;}
.footer .footer-row .widget.widget-sede ul li span a{ color:#fff; font-weight:400;}
.footer .footer-row .widget.widget-sede ul li span a:hover{ text-decoration:underline;}
.footer .footer-row .widget.widget-sede ul li:last-child{ margin-bottom:0px;}
.footer .footer-extra{ background:#1d90bd; padding:15px 0;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .copy{ float:left;}
.footer .footer-extra .copy span{ margin:0 3px;}
.footer .footer-extra .copy p{ font-size:13px; color:#fff; line-height:20px;}
.footer .footer-extra .links{ float:right;}
.footer .footer-extra .links span{ margin:0 3px; color:#fff;}
.footer .footer-extra .links p{ font-size:13px; line-height:20px;}
.footer .footer-extra .links a{ color:#fff; font-weight:400;}


/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:48px; height:48px; position:fixed; z-index:999; right:20px; bottom:20px; opacity:0; visibility:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:48px; height:48px; float:left; background:#1e3e71; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#000;}

.carousel-prev a, .carousel-next a{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.carousel-prev a{ background-image:url(../images/icon-prev.png); left:-60px;}
.carousel-next a{ background-image:url(../images/icon-next.png); right:-60px;}

.captchaField > div {	margin-bottom: 20px;}

.features-detail{ margin:0px; padding:0px; margin:40px 0;}
.features-detail ul li{ display:flex; flex-wrap:nowrap; color:#000; align-items:start; padding:0px; list-style:none; padding:0px; margin:0px; margin-bottom:20px;}
.features-detail ul li:last-child{ margin:0px;}
.features-detail ul li:before{ display:none;}
.features-detail ul li .circle{ width:60px; height:60px; display:block; background:#0e71b8; text-align:center; border-radius:50%; font-size:20px; line-height:60px; color:#fff; transition: all .3s ease-in-out;}
.features-detail ul li .text{ max-width:calc(100% - 60px); padding-left:20px; font-size:22px; line-height:1; font-weight:500;}
.features-detail ul li .text h3{ line-height:1.2; margin:0px; margin-bottom:10px;}
.features-detail ul li .text p{ margin:0px;}

@media (min-width: 1300px) {
	
	.container{ width:1300px;}

}

@media (max-width: 1299px) {
	
	.row.row40{ margin-left:-30px; margin-right:-30px;}
	.row.row40 > [class*="col-"]{ padding:0 30px;}
	
	.container{ width:1170px;}
	
	.visual-content .box h2{ margin-bottom:20px;}
	
	.block.fullwidth.padding{ padding:100px 0;}
	
	.block.discipline .item-wrap .item{ width:25%;}
	.block.staff .item-wrap .item{ width:25%;}
	
	.block.heading{ height:350px;}
	
	.block.numbers .item.normal h2{ font-size:50px; line-height:50px;}
	.visual-content .box h1{ font-size:44px;}
	.title .text h1, .title .text h2{ font-size:44px;}
	.block.newsletter-register .text h2{ font-size:36px;}
	.block h1, .block h2{ font-size:36px;}
	.block.intro-home .item .intro .text h2{ font-size:32px;}
	.visual-content .box h2{ font-size:26px;}
	.block.values .item h2{ font-size:26px;}
	.block h3{ font-size:24px;}
	.footer .footer-row .widget.widget-sede h4{ font-size:22px;}
	.block.contacts .links ul li a .text{ font-size:20px;}
	.block.intro-home .item .links ul li a .text{ font-size:20px;}
	p, li{ font-size:17px;}
	.btn{ font-size:17px;}
	
}

@media (max-width: 1199px){
	
	.row.row60{ margin-left:-40px; margin-right:-40px;}
	.row.row60 > [class*="col-"]{ padding:0 40px;}
	
	.visual-content{ min-height:500px;}
	
	.row{ margin-left:-15px; margin-right:-15px;}
	.row > [class*="col-"]{ padding:0 15px;}
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.content .form .row{ margin:0 -10px;}
	.content .form .row [class*="col-"]{ padding:0 10px;}

	.container{ width:970px;}
	
	.block.fullwidth.padding{ padding:80px 0;}
	.block{ padding:60px 0;}
	
	.visual-wrap .prev{ left:20px;}
	.visual-wrap .next{ right:20px;}
	
	.block.values .item{ padding:30px;}
	
	.block.intro-home .item .intro .text{ padding:0px; padding-top:70px;}
	.block.intro-home .item .intro .image{ width:60px; height:60px; line-height:60px; font-size:30px;}
	
	.block.discipline .item-wrap .item{ width:33.33%;}
	.block.staff .item-wrap .item{ width:33.33%;}
	
	.block.discipline .item-wrap .item{ margin-bottom:20px;}
	.block.staff .item-wrap .item{ margin-bottom:20px;}
	
	.block.heading{ height:300px;}
	
	.block.contacts.monopagina .module{ padding:60px;}
	.block.contacts.monopagina .text{ padding:60px;}
	
	.block.numbers .item.normal h2{ font-size:46px; line-height:46px;}
	.visual-content .box h1{ font-size:40px;}
	.title .text h1, .title .text h2{ font-size:40px;}
	.block.newsletter-register .text h2{ font-size:32px;}
	.block h1, .block h2{ font-size:32px;}
	.block.intro-home .item .intro .text h2{ font-size:30px;}
	.visual-content .box h2{ font-size:24px;}
	.block.values .item h2{ font-size:24px;}
	.block h3{ font-size:22px;}
	.block.contacts .links ul li a .text{ font-size:18px;}
	.block.intro-home .item .links ul li a .text{ font-size:18px;}
	
	.footer .footer-row .widget.widget-sede ul li{ font-size:14px;}
	
	.footer .footer-extra .copy p{ font-size:12px;}
	.footer .footer-extra .links p{ font-size:12px;}
	
	.header .topbar p{ font-size:12px;}
	
}

@media (max-width: 1008px) {
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ float:left; margin:0px;}
	
}

@media (max-width: 991px) {
	
	.sticky-wrapper{ height:auto !important;}
	
	.navbar-toggle{ display:block;}

	.container{ width:750px;}
	
	.header{ border-bottom:1px solid #e1e1e1;}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:55px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ background:#fff; padding:0px; padding:20px 25px; padding-top:10px; float:none !important; clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:0px; overflow:hidden;}
	.header .navbar .navbar-nav + .navbar-nav{ padding-top:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; padding:0px; border-bottom:1px solid #e1e1e1;}
	.header .navbar .navbar-nav > li:after{ display:none;}
	.header .navbar .navbar-nav > li > a:after{ display:none;}
	.header .navbar .navbar-nav > li > a{ line-height:1 !important; font-size:16px; color:#000; padding:7px 0; border-left:0px !important; margin:0px; border:0px;}
	.header .navbar .navbar-nav > li > a span:before, .header .navbar-nav > li.active > a span:before{ display:none;}
	.header .navbar .navbar-nav > li.active > a{ color:#1e3e71; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#1e3e71; border:0px;}
	.header .navbar .navbar-nav > li > a:before{ opacity:0.5;}
	
	.header .navbar .navbar-nav > li a.link-padre{ display:none;}
	.header .dropdown-menu{ position:static; left:auto; top:auto; float:left; width:100%; background:none; transform:none; min-width:none; max-width:none; padding:0px; margin:0px; display:block;}
	.header .dropdown-menu > li{ width:100%; border-bottom:1px solid #e1e1e1; padding:0px;}
	.header .dropdown-menu > li > a{ font-family: 'Oswald', sans-serif; font-size:18px; line-height:1 !important; color:#000; padding:7px 0;}
	.header .dropdown-menu > li > a:hover{ color:#1e3e71;}
	
	.header .topbar .contacts{ margin:0px; padding:0px;}
	.header .topbar p{ text-align:center;}
	
	.header .social{ top:34px; right:90px;}
	
	.header .navbar .navbar-nav > li:last-child{ border:0px;}
	.header .navbar .navbar-nav > li > a,
	.is-sticky .header .navbar .navbar-nav > li > a{ padding:7px 0; font-size:19px;}

	.is-sticky .navbar-toggle{ top:10px;}
	.is-sticky .header .social{ top:20px;}
	
	.title{ padding:20px 0;}
	
	.block.discipline .item-wrap .item{ width:50%;}
	.block.staff .item-wrap .item{ width:50%;}
	
	.block.contacts .module{ margin-bottom:40px;}
	
	.block.fullwidth{ padding-top:0px !important;}
	.block.fullwidth .image{ width:100%; height:auto; position:static; background:none !important; left:auto; top:auto; right:auto; float:left; margin:0px; margin-bottom:40px;}
	.block.fullwidth .image img{ width:100%; height:auto; display:block;}
	
	.footer .footer-row{ padding-top:40px;}
	.footer .footer-extra .row > [class*="col-"]{ width:100%; text-align:center;}
	.footer .footer-extra .copy{ width:100%; float:left;}
	.footer .footer-extra .links{ width:100%; float:left;}
	
	.block.map .iframe{ height:350px;}
	
	.block.intro-home .item.item01{ margin-bottom:40px;}
	
	.block.contacts.about-page .box{ padding:30px;}
	.block.post-detail .module{ padding:30px;}
	
	.block.archive .item .image{ width:100%;}
	.block.archive .item .image img{ width:100%; height:auto;}
	
	.block.post-detail .body{ margin-bottom:40px;}
	
	.block.contacts.lavoraconnoi .module{ margin-bottom:0px;}
	
	.block.numbers .item.normal h2{ font-size:40px; line-height:40px;}
	.visual-content .box h1{ font-size:36px;}
	.title .text h1, .title .text h2{ font-size:36px;}
	.block.newsletter-register .text h2{ font-size:30px;}
	.block h1, .block h2{ font-size:30px;}
	.block.intro-home .item .intro .text h2{ font-size:28px;}
	.block.archive .item .bottom h2{ font-size:24px;}
	.block.post-detail .body h2{ font-size:24px;}
	.visual-content .box h2{ font-size:22px;}
	.block.values .item h2{ font-size:22px;}
	.block h3{ font-size:20px;}
	
	.block.landingpage-intro01 .text{ padding:30px;}
	.block.landingpage-intro03 .text{ padding:30px;}
	.block.landingpage-intro04 .text{ padding:30px;}
	.block.landingpage-intro06{ padding-bottom:20px;}
	.block.landingpage-intro06 .item-wrap{ flex-wrap:wrap;}
	.block.landingpage-intro06 .item-wrap .item{ width:100%; margin-bottom:40px;}
	.block.landingpage-gallery .item-wrap{ flex-wrap:wrap;}
	.block.landingpage-gallery .item-wrap .item{ width:33.33%; margin-bottom:20px;}
	.block.landingpage-intro04{ padding-top:0px;}
	
	.block.contacts.landingpage .module{ margin:0px;}
	
}


@media (max-width: 768px){
	
	p, li{ font-size:16px;}
	
	.header .navbar .logo{ height:80px; justify-content:left; padding:0 25px;}
	.is-sticky .header .navbar .logo{ height:80px;}
	.header .navbar a.navbar-brand{ position:static; float:left;}
	.header .navbar a.navbar-brand img,
	.is-sticky .header .navbar a.navbar-brand img{ height:35px;}
	
	.header.solologo{ text-align:center;}
	.header.solologo .navbar .logo{ justify-content:center;}
	.header.solologo .navbar a.navbar-brand{ float:none; display:inline-block;}
	
	.header .social li.email{ display:none;}
	.header .social{ top:28px;}
	.navbar-toggle{ top:15px;}
	
	.is-sticky .navbar-toggle{ top:15px;}
	.is-sticky .header .social{ top:28px;}
	
	.header.senzamenu .social{ right:20px;}
	
	.chosen-container{ display:none;}
	select{ display:block !important;}
	
	.content .row + .row{ margin-top:20px;}
		
	.container{ width:100%; padding:0 25px;}
	
	.visual-content .box{ text-align:center; padding:0 20px;}
	.visual-content .box .actions{ flex-wrap:wrap; justify-content:center;}
	.visual-content .box .actions li{ margin:5px;}
	
	.block.numbers .row.flex > [class*="col-"]{ width:50%; float:left;}
	.block.numbers .item{ padding:30px;}
	
	.visual-wrap .prev{ left:10px;}
	.visual-wrap .next{ right:10px;}
	
	.block.numbers .item.normal h2{ font-size:38px; line-height:38px;}
	.visual-content .box h1{ font-size:34px;}
	.title .text h1, .title .text h2{ font-size:34px;}
	
	.block.contacts.monopagina .module{ padding:60px 30px; margin:0px;}
	.block.contacts.monopagina .text{ padding:60px 30px;}
	
	.block.landingpage-gallery .item-wrap .item{ width:50%;}
	.block.landingpage-intro04 .text ul{ column-count:1;}
	
	
	.block.landingpage-intro05 .text h3{ font-size:30px; line-height:1.2;}
	
		
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}	
	.footer [class*=col-]{ text-align:inherit;}	

}