/* 
Template Name: Scenario18
Author: (rob.a) grafica | PROGETTO51
Version: 1.0
*/


/*===============================
 -- Typography --
===============================*/
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

.login-error-msg{
	text-align: center;
	padding: 10px;
	color: #EA5045 !important;
	font-weight: bold;
	border: 1px solid #EA5045;
	margin: 20px 0;
}

* {
    box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

body {
    font-family: 'Work Sans', sans-serif;
    /*font-size: 16px;*/
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem;
    letter-spacing: 0.05em;
    color: #383839;
}
strong{
	font-weight:700;
}
.img-responsive{
	max-width:100%;
	height:auto;
}

.position-fixed {
    position: fixed !important;
}

.container-fluid {
	max-width: 1440px;
	margin:0 auto;
}
.area_section{
	padding:40px 0;
	position:relative;
}
.single-edizioni #area-menu {
	position: sticky;
	top: 119px;
	z-index: 100;
}

footer{
	font-size: 14px;
	line-height:normal;
}


h1 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 3rem;
	font-family: 'Playfair Display', serif;
	font-weight:700;
	margin-bottom:20px;
}
.home-slider h1{
	font-weight:300;
	color:#fff;
}
h1.tit_page{
	font-size: 3rem;
	position:relative;
	margin-bottom:0;
}
h1.tit_page:before{
	content:'';
	background-color: #EA5045;
    position: absolute;
    top: 20px;
    right: calc(100% + 20px);
    height: 15px;
    width: 1000px;
}

h2{
    font-family: 'Work Sans', sans-serif;
	font-size: 2.4rem;
}
.testo_pagina h2{
	color:#EA5045;
	text-transform:uppercase;
	font-size:3rem;
	font-weight:100;
	margin-bottom:20px;
}
.testo_pagina h3{
	color:#EA5045;
	text-transform:uppercase;
	font-weight:100;
	margin-bottom:10px;
}

.tit_area {
    padding: 10px 20px;
    margin: 30px 0;
}

.tit_area h2 {
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
    letter-spacing: 0.075em;
	margin:0;
}


h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
h3.argomento_articolo {
    color:#ea5045;
    letter-spacing: normal;
	font-weight:700;
	margin: 10px 0;
}
.main-color-txt{
    color: #EA5045;;
}

hr.border-main-color{
    border-color: #ea5045;
    border-width: 4px;
}

.div-center{
	position:relative;
	display:flex;
	justify-content: center;
}
.div-between{
	position:relative;
	display:flex;
	justify-content: space-between;
}
.center-vertical{
	display:flex;
	align-items:center;
}
.float-left{
	float:left !important;
}

.no-border{
	border:none !important;
}

a {
    color: inherit;
    text-decoration: none;
}
p a {
    text-decoration: underline;
}

a, .button, button{
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover, button:hover {
    text-decoration: none;
    color: #ea5045;
}
a:focus, button:focus {
    outline: none;
	color: inherit;
	text-decoration: none;
}

a.img_link div, a.img_link:hover div {
    display: block;
    /*overflow: hidden;*/
}
a.img_link img{
	-webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
	opacity:1;
}
a.img_link:hover img{
	transform: scale(1.05, 1.05);
	opacity:.8;
}

/* Sidebar */
.sidebar{
	padding:15px;
}
.sidebar .tit_area{
	margin-left:-15px;
	margin-top:0;
}
.sidebar .tit_area h3{
	text-transform: uppercase;
	margin:0;
	color:#fff;
}

.related_post {
    margin-bottom: 30px;
}
.related_post:after {
    content: '';
    border-bottom: 2px dotted #EA5045;
    width: 20%;
    position: absolute;
}
.related_post a{
	font-weight:700;
}
.related_post .rel_title{
	padding:10px 4px;
}

.archivio_title {
	position:relative;
	margin-top:10px;
	width: 90%;
}
.premio_archivio{
	margin-bottom:40px;
}


.button, button, input[type="submit"] {
	font-size:1.5rem;
	font-weight:400;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding:5px 40px;
	/*border: 1px solid #ea5045;*/
	position:relative;
	z-index:0;
	color:#fff;
	border: none;
}
a.button.anchor {
	padding: 5px 10px;
}

.button:hover:after, .button:active:after, button:hover:after, button:active:after, input[type="submit"]:after {
    width: 100%;
}

.button:before, button:not(.cmplz-btn):before, input[type="submit"]:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
	background-color: #ea5045;
    top: 0;
    left: 0;
}
.button:after, button:not(.cmplz-btn):after, input[type="submit"]:after{
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ECE4D1;
	border-left: 2px dotted #ea5045;
}
.button:after, button:not(.cmplz-btn):after, input[type="submit"]:after, button.swal2-confirm:after{
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.beige-bg .button:after, .beige-bg button:not(.cmplz-btn):after{
	background-color:#fff;
}
.white-bg .button:after, .white-bg button:not(.cmplz-btn):after{
    background-color:#ECE4D1;
}

a.button:hover, input[type='submit']:hover, button:not(.cmplz-btn):hover {
    text-decoration: none;
    color: #ea5045;
	/*border-color:#34457b;*/
}
button.swal2-confirm:hover {
	/*color: #fff;*/
	color: #ECE4D1 !important;
}

a.button.no-border:before, button.no-border:before{
	content:'';
	display: inline-block;
	width:40px;
	height:0;
	border:0;
	border-top:2px solid #fff;
	border-color:inherit;
	margin:3px 20px 3px 0;
	position:inherit;
}
a.button.no-border:after, button.no-border:after{
	width:0;
}
a.button.no-border:hover, button.no-border:hover{
	color:#ff7e00;
}
.button.light:before, button.light:before{
	background-color:#fff;
}

.button.blu:after, button.blu:after{
	background-color:#fff;
}
.button.blu:before, button.blu:before{
	background-color:#455ba4;
}

.button.grey:before, button.grey:before{
	background-color:#d5d5d5;
}
.button.light, button.light{
	color:#e5503f;
	border: 1px solid #fff;
}
.button.blu, button.blu{
	color:#fff;
	border: none;
}
.button.grey, button.grey{
	color:#e5503f;
	/*border: 1px solid #b5b5b5;*/
}
.button.grey:hover, button.grey:hover{
	color: #e5503f;
	/*border: none;*/
}
.button.orange:hover, button.orange:hover{
	border-color: #fff;
}
.button.blu:hover, button.blu:hover{
	color: #455ba4;
	border: none;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
button[disabled]:after{
	width:0%;
}
button[disabled]:hover{
	color:#fff;
}

a.btn_collapse, .archivio_title span{
	font-weight:700;
	letter-spacing:0.1em;
	text-transform:uppercase;
	font-size:1.6rem;
	margin-left:50px;
}
a.btn_collapse:before, .archivio_title span:before{
	content:'';
	position: absolute;
    background: #EA5045;
    width: 40px;
    height: 8px;
    top: 8px;
    left: 0;
}
a.btn_collapse.collapsed:after{
	content: '\f107';
    position: absolute;
    top: 0;
    margin-left: 20px;
    font-family: 'FontAwesome';
}
a.btn_collapse:after{
	content: '\f106';
    position: absolute;
    top: 0;
    margin-left: 20px;
    font-family: 'FontAwesome';
}


.div_collapse {
    position: relative;
	margin-top:40px;
}

.collapse_content{
	padding:40px;
	border-left: 2px dotted #EA5045;
}

.programma ul{
	list-style:none;
	background-color: #ECE4D1;
    padding: 10px 40px 40px;
    margin: 0 -40px;
}
.programma ul li{
	padding:10px;
}
	
.data_programma {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
}

ul {
    padding: 0;
}



.img-filter {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    top: 0;
}


.beige-bg{
	background-color:#ECE4D1;
}
.gray-bg{
	background-color:#f2f2f2;
}
.red-bg{
	background-color:#EA5045;
}
.white-bg{
	background-color:#fff;
}

.blu-bg p, .orange-bg p, .orange-bg h1{
	color:#fff;
}

.crediti{
	border-left: 2px dotted #EA5045; 
	margin-bottom:40px;
	overflow:hidden;
}
.crediti div{
	padding:40px;
}

/**
	HEADER
**/


/* Slider */
.header-area{
	position: relative;
}

/* logo / menu */

.header-logo {
    /*height: 180px;*/
    position: fixed;
    z-index: 99997;
    width: 100%;
}

.header-logo .logo {
    padding-top: 30px;
}
.header-logo .logo img{
    margin: auto;
    width:100px;
}
.menu-on, .smaller .menu-off{
	display:none;
}
.smaller .menu-on{
	display:flex;
}
.smaller .header-logo {
    background: rgba(255,255,255,.9);
	/*background:#fff;*/
}
.smaller .header-logo .logo{
    padding:20px 0;
}
.smaller .header-logo .logo img{
    margin: 0;
	max-width:60px;
}



/* menu */

#main-menu .menu-sep{
	background:#ECE4D1;
	height:1px;
	display:block;
	margin: 10px;
}
#mobile-menu .menu-sep{
	display: none;
}

.mean-container .mean-bar {
    background: #e5503f none repeat scroll 0 0;
	position:fixed;
	top:0;
    overflow-y: scroll;
    max-height: 100vh;
}

.mobile-menu-area .logo{
	position: fixed;
    padding: 10px 30px;
    z-index: 120;
    width: 40%;
    background: #e5503f;
}
.mobile-menu-area .logo img{
	max-height:60px;
}

.header-menu {
	margin-top:60px;
}

.header-menu #main-menu li {
    display: inline-block;
	position:relative;
}

.header-menu #main-menu li:before {
    content: '|';
    color: #ea5045;
	font-weight:700;
}
.header-menu #main-menu li:first-child:before {
    content: '';
}

.header-menu #main-menu li a {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 20px;
    letter-spacing: 0.04em;
    font-size: 1.4rem;
}
/*.header-menu #main-menu li:first-child a {
    margin-left: 0;
}*/


.main-menu > li {
    display: inline-block;
    /*padding: 30px 0;*/
    position: relative;
    text-transform: uppercase;
}

.main-menu > li > a {
    display: inline-block;
    margin: 0 8px;
}



ul.sub-menu {
	position: absolute;
    border-left: 2px dotted #EA5045;
    padding: 10px 0;
    background: #fff;
    /*width: auto;*/
	min-width: calc(100% + 10px);
    white-space: nowrap;
    left: 0;
	transition: all 0.3s ease-in-out 0s;
}
.sub-menu > li {
    transition: all 0.3s ease-in-out 0s;
    padding: 0;
	display:block !important;
}
.sub-menu > li:before {
	content:'' !important;
}

.sub-menu > li:last-child {
    border-bottom: none;
}
.btn_plus:after{
    content: '\f107';
    position: absolute;
    /*top: 12px;
    left: 20px;*/
    top:18px;
    right:30px;
    font-family: 'FontAwesome';
    color: #fff;
}
.btn_minus:after{
    content: '\f106';
    position: absolute;
    /*top: 12px;
    left: 20px;*/
    top:18px;
    right:30px;
    font-family: 'FontAwesome';
    color: #fff;
}


/*.sub-menu > li:hover {
    background: #fff;
}*/


.main-menu li:hover > ul.dropdown /*, .hp-main-menu li:hover > ul.sub-menu*/
{
    opacity: 1;
    visibility: visible;
}

.menu_page{
	position: absolute;
	background-color: #fff;
	z-index:10;
	padding:20px 0;
}
.menu_page p{
	padding:20px 0;
}
.menu_page a{
    padding-left: 60px;
    font-weight: bold;
    letter-spacing: 1px;
	float:left;
	margin:0;
}
.menu_page_title{
	position: absolute;
	background-color: #34457b;
    bottom: 0;
    z-index: 10;
    height: 68px;
	padding:0;
}
.menu_page_title p{
	color: #fff;
    padding-left: 60px;
    line-height: 68px;
    font-weight: bold;
    letter-spacing: 1px;
	float:left;
	margin:0;
}
.menu_page_title img{
	float:right;
	padding-right:20px;
}



/**
	BREADCRUMBS
**/



/**
	SEARCH
**/
.search_title {
    padding: 40px 0;
}

.search_title span {
    color: #D02138;
}


/**
	FORM
**/
fieldset .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

fieldset input, fieldset textarea {
    width: 100%;
    border: none;
    margin: 10px 0;
    padding: 20px;
}
fieldset.gray input, fieldset.gray textarea {
	background-color:#F2F5FA;
}

label {
    display: inline;
}
span.asterisk {
	color: #EA5045;
	font-size: 80%;
}
.mc4wp-form-theme-red button, .mc4wp-form-theme-red input[type="submit"] {
	color: #fff !important;
	background-color: #EA5045 !important;
	border-color: #b52b27;
}

.regular-checkbox {
    display: none;
}

.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    float: left;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 0 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7;
}

select {
    border: 1px solid #ccc;
    height: 30px;
}
input[type="checkbox"]{
	width:auto;
	margin: 10px 10px 0 0;
}

/**
	SLIDER
**/

#slider-home.swiper-container{
    height: 100vh;
}
#slider-page.swiper-container{
    height: 600px;
}
#slider-page .slider-wrapper{
    position: absolute;
    bottom: 10%;
    width: 100%;
}
.swiper-container_hpnews {
	position:relative;
	overflow:hidden;
}
.swiper-container_evidenza {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.content_hpnews {
	padding-top:10%;
}
.swiper-pagination{
	position:relative;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-top: 20px;
}

.swiper-pagination-bullet-active {
    background: #ea5045 !important;
}

.swiper-pagination-bullet {
    background: #d2d2d2;
    opacity: 1;
	width: 14px;
    height: 14px;
}

.dida_slide{
	position:absolute;
	bottom: 10%;
	background-color:rgba(234,80,69,.6);
	padding:1rem 3rem;
	left:10%;
}
.dida_slide:before{
	content: '';
    position: absolute;
    left: -15px;
    height: 100%;
    top: 0;
    background: #EA5045;
    width: 5px;
}
.dida_slide h1{
    color: #fff;
	font-weight:300;
	letter-spacing:normal;
}
.dida_slide h2{
    color: #fff;
	font-weight:100;
	letter-spacing:0.1em;
}
#slider-page .dida_slide {
    bottom: 0;
    left: 0;
}

#slider-home .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 2%;
    left: auto;
}
#slider-home .swiper-button-next, #slider-home .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto; 
    /*margin-top: -22px;*/
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    /*background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;*/
    padding: 20px;
}
#slider-home .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2%;
    right: auto;
}

.btn_scroll_down{
	position: absolute;
    bottom: 0;
    z-index: 10;
    height: 40px;
	padding:0;
	text-align:center;
}
.btn_scroll_down a{
	color:#fff;
}
.btn_scroll_down a:hover{
	color: #EA5045;
}



/**
	FOOTER 
**/
footer {
    background-color: #383839;
	margin-top:40px;
    padding: 40px 0;
	clear:both;
	color:#ece4d1;
}
footer img{
	margin: auto;
}
footer a{
	color:#ece4d1;
    margin: 6px;
}
footer a:hover{
	color:#ea5045;
}
footer .row div{
	margin-bottom:20px;
}
footer ul{
	list-style:none;
}
footer ul li{
	display:inline-block;
}
footer ul li:after{
	content:' | ';
}
footer ul li:last-child:after{
	content:'';
}
footer ul li a{
	text-transform: uppercase;
	letter-spacing:0.3em;
}


/*Scroll To Top*/
.scroll-btn.btn-show i {
    background: #ea5045 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    font-size: 25px;
    height: 40px;
    padding: 6px 12px;
    position: fixed;
    right: 20px;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
	z-index: 9999;
}

.scroll-btn.btn-show i:hover {
   	background: #ece4d1;
    color: #ea5045;
}


/* Share buttons */
.share{
	padding: 20px 0 0;
	text-align:right;
}
.share ul{
	float:right;
	margin-left:10px;
}
.share li{
	display:inline-block;
	margin-right:4px;
}
.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

/*------------------------------------
  BASIC MARGIN PADDING
--------------------------------------*/
@media (min-width: 768px) {
    .txt_2_column {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        column-gap: 40px;
    }

    .txt_3_column {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
        column-gap: 40px;
    }
}
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.mt-0{
	margin-top: 0;
}
.mb-0{
	margin-bottom: 0;
}
.ml-0{
	margin-left: 0;
}
.mr-0{
	margin-right: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.p-40{
    padding: 40px;
}

.pl-0 {
	padding-left:0;
}
.pr-0 {
	padding-right:0;
}
.pb-0 {
	padding-bottom:0;
}
.pt-0 {
	padding-top:0;
}

	/*-------------------------------------
        MARGIN TOP
    ---------------------------------------*/

	.mt-0 {
		margin-top: 0 !important;
	}

	.mt-10 {
		margin-top: 10px !important;
	}

	.mt-15 {
		margin-top: 15px !important;
	}

	.mt-20 {
		margin-top: 20px !important;
	}

	.mt-30 {
		margin-top: 30px !important;
	}

	.mt-40 {
		margin-top: 40px !important;
	}

	.mt-50 {
		margin-top: 50px !important;
	}

	.mt-60 {
		margin-top: 60px !important;
	}

	.mt-70 {
		margin-top: 70px !important;
	}

	.mt-80 {
		margin-top: 80px !important;
	}

	.mt-90 {
		margin-top: 90px !important;
	}

	.mt-100 {
		margin-top: 160px !important;
	}

	.mt-110 {
		margin-top: 110px !important;
	}

	.mt-120 {
		margin-top: 120px !important;
	}

	.mt-130 {
		margin-top: 130px !important;
	}

	.mt-140 {
		margin-top: 140px !important;
	}

	.mt-150 {
		margin-top: 150px !important;
	}

	.mt-160 {
		margin-top: 160px !important;
	}

	/*-------------------------------------
        MARGIN BOTTOM
    ---------------------------------------*/

	.mb-0 {
		margin-bottom: 0 !important;
	}

	.mb-10 {
		margin-bottom: 10px !important;
	}

	.mb-15 {
		margin-bottom: 15px !important;
	}

	.mb-20 {
		margin-bottom: 20px !important;
	}

	.mb-30 {
		margin-bottom: 30px !important;
	}

	.mb-40 {
		margin-bottom: 40px !important;
	}

	.mb-50 {
		margin-bottom: 50px !important;
	}

	.mb-60 {
		margin-bottom: 60px !important;
	}

	.mb-70 {
		margin-bottom: 70px !important;
	}

	.mb-80 {
		margin-bottom: 80px !important;
	}

	.mb-90 {
		margin-bottom: 90px !important;
	}

	.mb-100 {
		margin-bottom: 100px !important;
	}

	.mb-110 {
		margin-bottom: 110px !important;
	}

	.mb-120 {
		margin-bottom: 120px !important;
	}

	.mb-130 {
		margin-bottom: 130px !important;
	}

	.mb-140 {
		margin-bottom: 140px !important;
	}

	.mb-150 {
		margin-bottom: 150px !important;
	}

	/*-------------------------------------
        PADDING TOP
    ---------------------------------------*/

	.pt-0 {
		padding-top: 0 !important;
	}

	.pt-10 {
		padding-top: 10px !important;
	}

	.pt-15 {
		padding-top: 15px !important;
	}

	.pt-20 {
		padding-top: 20px !important;
	}

	.pt-30 {
		padding-top: 30px !important;
	}

	.pt-40 {
		padding-top: 40px !important;
	}

	.pt-50 {
		padding-top: 50px !important;
	}

	.pt-60 {
		padding-top: 60px !important;
	}

	.pt-70 {
		padding-top: 70px !important;
	}

	.pt-80 {
		padding-top: 80px !important;
	}

	.pt-90 {
		padding-top: 90px !important;
	}

	.pt-100 {
		padding-top: 100px !important;
	}

	.pt-110 {
		padding-top: 110px !important;
	}

	.pt-120 {
		padding-top: 120px !important;
	}

	.pt-130 {
		padding-top: 130px !important;
	}

	.pt-140 {
		padding-top: 140px !important;
	}

	.pt-150 {
		padding-top: 150px !important;
	}

	.pt-200 {
		padding-top: 200px !important;
	}

	/*-------------------------------------
        PADDING BOTTOM
    ---------------------------------------*/

	.pb-0 {
		padding-bottom: 0 !important;
	}

	.pb-10 {
		padding-bottom: 10px !important;
	}

	.pb-15 {
		padding-bottom: 15px !important;
	}

	.pb-20 {
		padding-bottom: 20px !important;
	}

	.pb-30 {
		padding-bottom: 30px !important;
	}

	.pb-40 {
		padding-bottom: 40px !important;
	}

	.pb-50 {
		padding-bottom: 50px !important;
	}

	.pb-60 {
		padding-bottom: 60px !important;
	}

	.pb-70 {
		padding-bottom: 70px !important;
	}

	.pb-80 {
		padding-bottom: 80px !important;
	}

	.pb-90 {
		padding-bottom: 90px !important;
	}

	.pb-100 {
		padding-bottom: 100px !important;
	}

	.pb-110 {
		padding-bottom: 110px !important;
	}

	.pb-120 {
		padding-bottom: 120px !important;
	}

	.pb-130 {
		padding-bottom: 130px !important;
	}

	.pb-140 {
		padding-bottom: 140px !important;
	}

	.pb-150 {
		padding-bottom: 150px !important;
	}

	/*-------------------------------------
       PAGE SECTION PADDING
    ---------------------------------------*/

	.ptb-0 {
		padding: 0 !important;
	}

	.ptb-10 {
		padding: 10px 0 !important;
	}

	.ptb-20 {
		padding: 20px 0 !important;
	}

	.ptb-30 {
		padding: 30px 0 !important;
	}

	.ptb-40 {
		padding: 40px 0 !important;
	}

	.ptb-50 {
		padding: 50px 0 !important;
	}

	.ptb-60 {
		padding: 60px 0 !important;
	}

	.ptb-70 {
		padding: 70px 0 !important;
	}

	.ptb-80 {
		padding: 80px 0 !important;
	}

	.ptb-90 {
		padding: 90px 0 !important;
	}

	.ptb-100 {
		padding: 100px 0 !important;
	}

	.ptb-110 {
		padding: 110px 0 !important;
	}

	.ptb-120 {
		padding: 120px 0 !important;
	}

	.ptb-130 {
		padding: 130px 0 !important;
	}

	.ptb-140 {
		padding: 140px 0 !important;
	}

	.ptb-150 {
		padding: 150px 0 !important;
	}

	.ptb-170 {
		padding: 170px 0 !important;
	}

	.ptb-180 {
		padding: 180px 0 !important;
	}

	.ptb-200 {
		padding: 200px 0 !important;
	}

	/*-------------------------------------
        PAGE SECTION MARGIN
    ---------------------------------------*/

	.mtb-0 {
		margin: 0 !important;
	}

	.mtb-10 {
		margin: 10px 0 !important;
	}

	.mtb-15 {
		margin: 15px 0 !important;
	}

	.mtb-20 {
		margin: 20px 0 !important;
	}

	.mtb-30 {
		margin: 30px 0 !important;
	}

	.mtb-40 {
		margin: 40px 0 !important;
	}

	.mtb-50 {
		margin: 50px 0 !important;
	}

	.mtb-60 {
		margin: 60px 0 !important;
	}

	.mtb-70 {
		margin: 70px 0 !important;
	}

	.mtb-80 {
		margin: 80px 0 !important;
	}

	.mtb-90 {
		margin: 90px 0 !important;
	}

	.mtb-100 {
		margin: 100px 0 !important;
	}

	.mtb-110 {
		margin: 110px 0 !important;
	}

	.mtb-120 {
		margin: 120px 0 !important;
	}

	.mtb-130 {
		margin: 130px 0 !important;
	}

	.mtb-140 {
		margin: 140px 0 !important;
	}

	.mtb-150 {
		margin: 150px 0 !important;
	}

	.mb-180 {
		margin: 180px 0 !important;
	}



/* vertical tabs */

.nav-tabs.tabs-left > li > a {
    line-height: 2;
}

.nav-tabs.tabs-left > li > a, .nav-tabs.tabs-left > li > a:hover, .nav-tabs.tabs-left > li > a:focus {
    background-color: #fff;
}

.tabs-left {
    border: none;
    padding-top: 0;
}

.tabs-left > li {
    float: none;
    margin-bottom: 4px;
    margin-right: 4px;
}

.tabs-left > li.active {
    margin-right: 0;
	border-left: 2px dotted #EA5045;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .tabs-left > li.active > a, .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
    border:0;
    color: #EA5045;
}

.nav-tabs > li > a {
    border-radius: 0;
    margin-right: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}
.tab-content{
	overflow:hidden;
	background-color:#fff;
}

@media (max-width: 375px) {
/*.mobile-menu-area .logo{*/
    /*top: 15px;*/
    /*width: 140px;*/
/*}*/
}


@media (max-width: 767px) {
	.header-logo {
		height: auto;
	}
	.header-logo .logo {
		padding-top: 0;
		margin-top: -10px;
	}
	.btn-over-image{
		/*bottom:-60px;*/
		margin-top:30px;
	}

	#slider-home .swiper-button-next, .swiper-button-prev {
		padding: 16px;
	}
	.mobile-noflex{
		display:block !important;
	}
	.settori-grid .settori {
		margin-left: -20% !important;
	}
	.settori-grid .settori .settori-item {
		padding: 60px 20px !important;
	}
	
	.swiper-container_box .swiper-button-prev {
		left: calc(18% - 6px) !important;
	}
	.swiper-container_box .swiper-button-next {
		right: auto;
		left: calc(18% + 66px) !important;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 3rem;
        line-height: 3rem;
        margin-bottom:20px;
    }
    /*h2{*/
        /*font-size: 1.6rem;*/
    /*}*/
    .dida_slide{
        padding:1rem 3rem;
    }

	.btn-over-image{
		/*bottom:90px;*/
		margin-top:-130px;
	}

	#slider-home .swiper-button-next, .swiper-button-prev {
		padding: 16px;
	}
	#slider-home .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		padding: 16px;
	}


}
@media (max-width: 991px) {
	
#slider-home.swiper-container{
    height: calc(100vh - 80px);
	margin-top: 80px;
}
.smaller .menu-on{
	display:none;
}

#slider-page.swiper-container {
    height: 240px;
}

/*#slider-home.swiper-container {
    height: 240px;
}*/


#slider-home.swiper-container_testimonials {
     height: auto; 
}


.tit_area {
    padding: 30px 20px;
}
    ul.sub-menu {
        position: relative;
        padding: 20px 0 !important;
        background: #fff;
        white-space: normal;
    }
    .mean-container .mean-nav ul li ul.sub-menu li a{
        color: #e5503f;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        background:#e5503f;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover, .mean-container .mean-nav ul li a:hover {
        background: #ece4d0 none repeat scroll 0 0;
        color: #e5503f;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {
	
    .content_hpnews {
        padding-top: 0;
    }
    .header-menu #main-menu li a {
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 15px;
        letter-spacing: 0;
        font-size: 1.2rem;
    }

}

@media (min-width: 992px){
    h1 {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    /*h2{*/
        /*font-size: 1.8rem;*/
    /*}*/
    .dida_slide{
        padding:1rem 3rem;
    }

	.btn_plus:after{
		content: '\f107';
		position: absolute;
		/*top: 12px;
        left: 20px;*/
		top:0;
		right:0;
		font-family: 'FontAwesome';
        color: inherit;
	}
	.btn_minus:after{
		content: '\f106';
		position: absolute;
		/*top: 12px;
        left: 20px;*/
		top:0;
		right:0;
		font-family: 'FontAwesome';
        color: inherit;
	}
}

@media (min-width: 1200px){
    h1 {
        font-size: 4.8rem;
        line-height: 4.8rem;
    }
    /*h2{*/
        /*font-size: 2.4rem;*/
    /*}*/
    .dida_slide{
        padding:1rem 3rem;
    }

}
@media (min-width: 1440px) {
    .header-logo .logo img {
        width: auto;
    }
}

.select2-container.form-control {
	padding: 0 20px;
	height: auto;
}

.toast-success {
	background-color: #ece4d0;
	color:#e5503f !important;
}

.press_row{
	padding: 20px;
	background-color: #f0f0f0;
	margin: 10px 0;
}

.scenario_news{
	min-height: 420px;
	margin-bottom: 40px;
}