/*---
colors:
	orange: #fe5000 -> #fe5000
	black: #373737
---*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto');*/

@font-face {
  font-family: 'MetroflexUnilt';
  src: url("fonts/meultos_-webfont.eot");
  src: url("fonts/meultos_-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/meultos_-webfont.woff") format("woff"), url("fonts/meultos_-webfont.ttf") format("truetype"), url("fonts/meultos_-webfont.svg#metroflex_unilt_osf") format("svg");
  font-weight: normal;
  font-style: normal;
  /*src: url('fonts/MeULt___.otf'),
  	url('fonts/MeULt___.otf?#iefix') format('embedded-opentype');*/ }

*{
	box-sizing: border-box;
}
body{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'MetroflexUnilt';
	font-size: 18px;
	color: #373737;
}
a{
	border: none;
	text-decoration: none;
	color: #fe5000;
}
h1, h2, h3, h6{
	/*font-family: 'Roboto', sans-serif;*/
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.page, .dm-s_-search-portlet{
	width: 1110px;
	margin: 0 auto;
}

.show-only-on-mobile {
  display: none; }

body .portlet-borderless-container {
  min-height: inherit;
}
body .portlet-column-content{
	padding: 0;
}

.controls-visible .portlet-borderless-container {
  min-height: 2.5em; }

.clear{
	clear: both;
}
.controls-visible .portlet-column-content{
	padding:20px 0 !important;
	width:100%;
	border: 1px dashed grey;
}
#p_p_id_58_ .navigation {
    display: none;
}
/*----------------*/
/*---- Header ----*/
.main_header{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all ease-in-out 0.5s;
}
.dockbar-ready .main_header{
	top: 31px;
}
.main_body_container{
	margin-top: 104px;
}
.main_header .header-row-one{
	background: #fe5000;
    padding-bottom: 5px;
    position: relative;
    z-index: 2;
}
.main_header .header-row-one .sign-in-box{
	float: right;
	padding-top: 6px;
}
.no-signed-in .portal-logout-anchor, .no-signed-in .user-greetings {
    display: none !important;
}
.signed-in .portal-login-anchor-fancy, .signed-in .portal-login-anchor{
	display:none !important;
}
.main_header .header-row-one .sign-in-box a.portal-login-anchor-fancy,
.main_header .header-row-one .sign-in-box a.portal-logout-anchor,
.main_header .header-row-one .sign-in-box .user-box{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	display: block;
    float: right;
margin-left: 10px;
}
.main_header .header-row-one .sign-in-box .fa{
	font-size: 22px;
}
.main_header .header-row-one .sign-in-box .fa.fa-user{
	font-size: 15px;
    border: 2px solid #fff;
    padding: 3px;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 15px;
    text-align: center;
    margin: 0;
}
.main_header .header-row-one .sign-in-box .user-box,
.main_header .header-row-one .sign-in-box .portal-login-anchor-fancy span{
	vertical-align: top;
    margin-top: 2px;
    display: inline-block;
    margin-left: 10px;
}

.main_header .header-row-one .language_container{
	float:right;
	margin-right: 40px;
}
.main_header .header-row-one .language_container .lang_select{
	font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-top: 9px;
    border-left: 1px solid #fff;
    padding-left: 10px;
    position: relative;
}
.main_header .header-row-one .language_container .lang_select select{
    border: none;
    font-size: 15px;
    background: transparent;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    text-transform: uppercase;
    height: 30px;
    color: #fff;
    margin-top: -10px;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    z-index: 2;

}
.main_header .header-row-one .language_container .lang_select select option {
    background: #fe5000;
}
.main_header .header-row-one .language_container .lang_select .select-arrow{
    position: absolute;
    right: 19px;
    top: 0;
    z-index: 1;
}
.main_header .header-row-one .language_container .lang_select .select-arrow:after{
	font-family: FontAwesome;
    content: "\f107";
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: -17px;
    top: -4px;
}  
.main_header .header-row-one .choose_country_container{
	float:right;
	margin-right: 10px;
}
.main_header .header-row-one .choose_country_container .lang_label{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 8px;
}
.main_header .header-row-one .choose_country_container .lang_label .fa{
	font-size: 25px;
}
.main_header .header-row-one .choose_country_container .lang_label span{
	display: inline-block;
    vertical-align: top;
    line-height: 24px;
}
.main_header .header-row-two{
	background-color: #fe5000;
    padding: 10px 0;
    margin-top: -35px;
}
.main_header .header-row-two .page{
	position: relative;
}
.main_header .header-row-two .logo{
	width: 160px;
    height: 80px;
    background: url(../images/ivar_white.svg) no-repeat transparent left center / contain;
    transition: all ease-in-out 0.5s;
    position: relative;
    z-index: 4;
}
.main_header .header-row-two .logo a{
	display: block;
	width: 100%;
	height: 100%;
}
.main_header .header-row-two .mobile_menu_btn{
	display: none;
}
.main_header .header-row-two .main_menu{
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
    bottom: 0;
    right: 30px;
}
.main_header .header-row-two .main_menu .delete-tab{
	display: none;
}
.main_header .header-row-two .main_menu nav > ul > li{
	float: left;
	margin: 0 20px;
	position: relative;
	line-height: 30px;
}
.main_header .header-row-two .main_menu nav > ul > li a{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
.main_header .header-row-two .main_menu nav > ul > li.disabled > a{
	cursor: default;
}
.main_header .header-row-two .main_menu nav > ul > li ul{
	display:none;
	position: absolute;
    background: #FFF;
    z-index: 10;
    list-style: none;
    padding: 10px 25px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    top: 30px;
    transition: opacity 0.1s linear;
}
.main_header .header-row-two .main_menu nav > ul > li:last-child ul{
	right:0;
}
.main_header .header-row-two .main_menu nav > ul > li:hover ul{
	display: block;
}
.main_header .header-row-two .main_menu nav > ul > li ul a{
	color: #fe5000;
	line-height: 35px;
    white-space: nowrap;
    font-size: 18px;
}
.main_header .header-row-two .main_menu nav > ul > li ul a:hover{
	font-weight: bold;
}
.main_header .header-row-two .search-box-container{
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main_header .header-row-two .search-form-container{
	float: right;
}
.main_header .header-row-two .search-form-container .search-form{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0px;
    background: #fff;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
    z-index: 10;
}
.main_header .header-row-two .search-form-container .search-form.opened{
	height: 104px;
}
/*.main_header.shrink .header-row-two .search-form-container .search-form.opened{
	height: 110px;
}*/
.main_header .header-row-two .search-form-container .open-search-btn{
	width: 32px;
	height: 32px;
	background-color: #fff;
	cursor: pointer;
	color: #fe5000;
	line-height: 32px;
    text-indent: 8px;
}
.main_header .header-row-two .search-form-container .open-search-btn:before{
	font-family:FontAwesome;
	content:"\f002";
	font-size: 18px;
}
.main_header .header-row-two .search-form-container .search-form form{
	padding-top: 60px;
	position: relative;
}
.main_header .header-row-two .search-form-container .search-form .search_type{
	display: inline-block;
	width: 15.6%;
	position: relative;
}
.main_header .header-row-two .search-form-container .search-form .search_type select{
	width: 100%;
    border: none;
    font-size: 18px;
    background: transparent;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    text-transform: uppercase;
    height: 30px;
}
.main_header .header-row-two .search-form-container .search-form .search_type:after{
	font-family: FontAwesome;
    content: "\f107";
    font-size: 22px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0;
}

.main_header .header-row-two .search-form-container .search-form .search_input{
	display: inline-block;
	margin-left: 2%;
	width: 82%;
	position:relative;
}
.main_header .header-row-two .search-form-container .search-form .search_input:before{
	font-family: FontAwesome;
    content: "\f002";
    font-size: 18px;
    color: #fe5000;
    position: absolute;
    left: 0;
    top: 2px;
}
.main_header .header-row-two .search-form-container .search-form .search_input input{
	width: 100%;
	height: 30px;
	border:none;
	border-bottom:1px solid #fe5000;
	color: #fe5000;
	font-size: 18px;
	background: transparent;
	padding: 0 40px;
}
.main_header .header-row-two .search-form-container .search-form .search_input input::placeholder { 
    color: #fe5000;
    opacity: 1;
    text-transform: uppercase;
}
.main_header .header-row-two .search-form-container .search-form .search_input input:-ms-input-placeholder {
	color: #fe5000;
	text-transform: uppercase;
}
.main_header .header-row-two .search-form-container .search-form .search_input input::-ms-input-placeholder {
    color: #fe5000;
    text-transform: uppercase;
}
.main_header .header-row-two .search-form-container .search-form .close-search-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	color: #fe5000;
	text-align: right;
}
.main_header .header-row-two .search-form-container .search-form .close-search-btn:before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 18px;
}
.main_header .header-row-two .search-form-container .search-form .search_btn{
	display: none;
}

.main_header.shrink{
	min-height: 110px;
}
.main_header.shrink .header-row-two .logo{
	/*height: 60px;*/
}
/*---------------*/
/*---- Footer ---*/
.main_footer{
	border-top: 7px solid #e1e1e1;
	padding-top: 45px;
	background: #fff;
}
.main_footer .contact_col{
	float: left;
	width: 33.3333%;
	padding-right: 30px;
	position:relative;
}
.main_footer .social_col{
	float: left;
	width: 33.3333%;
	padding: 0 30px;
}
.main_footer .sociouni_col{
	float: left;
	width: 25%;
	padding: 0 30px;
}

.main_footer .iso_col{
	float: left;
	width: 33.3333%;
	padding-left: 30px;
}
.main_footer .foot-col .tit{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	/*font-family: 'Roboto', sans-serif;*/
	margin-bottom: 15px;
}
.main_footer .contact_col ul li{
	margin-bottom: 5px;
}
.main_footer .contact_col ul li a{
	font-size: 16px;
	text-transform: uppercase;
	color: #373737;
	/*font-family: 'Roboto', sans-serif;*/
}
.main_footer .contact_col .footer-map{
	position: absolute;
    top: 0;
    right: 0;
}
.main_footer .social_col .footer-social{
	padding-top:13px;
}
.main_footer .social_col .footer-social li{
	display: block;
	float: left;
	height: 65px;
	width: 65px;
	background: #fff;
	margin-right: 16px;
}
.main_footer .social_col .footer-social li:last-child{
	margin-right: 0;
}
.main_footer .social_col .footer-social li a{
	display: block;
	color: #fe5000;
	width: 100%;
	height: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 65px;
}
.main_footer .social_col .footer-social li a i{
	text-indent: 5px;
}
.main_footer .bottom_footer{
	background: #fe5000;
	margin-top: 30px;
	padding: 20px 0;
	font-size: 14px;
}
.main_footer .source_menu .tit{
	display: none;
}
.main_footer .source_menu li{
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 7px;
	margin-right: 7px;
}
.main_footer .source_menu li:last-child{
	border-right: none;
}
.main_footer .source_menu li a{
	/*font-family: 'Roboto', sans-serif;*/
	color: #fff;
	text-transform: uppercase;
}
.main_footer .copyright-box {
	margin-top: 16px;
}
.main_footer .copyright-box p{
	/*font-family: 'Roboto', sans-serif;*/
	margin: 0;
	color: #fff;
}
/*---- Homepage Styles ----*/
.homepage-video-container{
	border-bottom: 7px solid #e1e1e1;
}
.homepage-video-container .slider_inner{
	display: block;
}
.homepage-video-container .home-video-content{
	height: 40vw;
	overflow: hidden;
	/*position:fixed;
    left: 0;
    right: 0;*/
}
.homepage-video-container .home-video-content iframe{
	/*pointer-events: none;*/
}

.home_box_wrapper{
	position: relative;
	z-index: 10;
	background: #fff;
}
.home_box_wrapper .row{
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	height: 300px;
}
.home_box_wrapper .row .page{
	width: auto;
	margin: 0;
}
.home_box_wrapper .row:after{
	content: "";
	clear: both;
	display: block;
}
.home_box_wrapper .row .box-home .icons-container{
	margin-top: -36px;
    z-index: 10;
    position: relative;
    background: rgba(255,255,255,0.8);
}
.home_box_wrapper .row .box-home{
	width: 50%;
	height: 300px;
	float: left;
}
.home_box_wrapper .row:nth-child(odd) .box-home:first-child{
	background: #fff;
}
.home_box_wrapper .row:nth-child(odd) .box-home:last-child{
	background: #F2F2F2
}
.home_box_wrapper .row:nth-child(even) .box-home:first-child{
	background: #F2F2F2;
}
.home_box_wrapper .row:nth-child(even) .box-home:last-child{
	background: #fff;
}

.home_box_wrapper .row .box-home:hover{
	background: rgba(254, 80, 0, 0.65) !important;
}
.home_box_wrapper .row .box-home .text-side{
	width: 50%;
	height: 100%;
	padding: 0 20px 40px;
	position: relative;
}
.home_box_wrapper .row .box-home .home-box-img{
	width: 50%;
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home_box_wrapper .row .box-home .home-box-img.resize-img{
	background-size: contain;
	background-color: #fe5000;
}
.home_box_wrapper .row .box-home .home-box-img .roll-hover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.home_box_wrapper .row .box-home:hover .home-box-img .roll-hover{
	background: rgba(254, 80, 0, 0.65);
}
.home_box_wrapper .row .box-home:first-child .text-side{
	float: right;
}
.home_box_wrapper .row .box-home:first-child .home-box-img{
	float: left;
}
.home_box_wrapper .row .box-home:last-child .text-side{
	float: left;
}
.home_box_wrapper .row .box-home:last-child .home-box-img{
	float: right;
}

.home_box_wrapper .row .box-home .home-box-content{
	position: relative;
	height: 300px;
}
.home_box_wrapper .row .box-home .home-box-content h3{
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 0 20px 0;
	margin: 0;
}
.home_box_wrapper .row .box-home:hover .home-box-content h3{
	color: #fff;
}

.home_box_wrapper .row .box-home:hover .home-box-content .text{
	color: #fff;
}
.home_box_wrapper .row .box-home .home-box-content h4{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 8px;
	color: #555;
	font-weight: normal;
}
.home_box_wrapper .row .box-home:hover .home-box-content h4{
	color: #fff;
}
.home_box_wrapper .row .box-home .home-box-content p{
	font-size: 15px;
	line-height: 17px;
}
.home_box_wrapper .row .box-home .home-box-content .more{
	display: inline-block;
	border: 2px solid #fe5000;
	font-size:17px;
	line-height: 17px;
	color: #fe5000;
	background: #fff;
	padding: 13px 30px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.home_box_wrapper .row .box-home .home-box-content .more-right{
	left: auto;
	right: 20px;
}
.home_box_wrapper .row .box-home:hover .home-box-content .more{
	color: #fff;
	border-color: #fff;
	background: #fe5000;
}

.accademy-event .info-side{
	width: 30%;
    float: left;
    text-align: right;
    padding-right: 20px;
}
.accademy-event .info-side .date{
	font-size: 24px;
	line-height: 28px;
	color: #fe5000;
}
.accademy-event .info-side .time{
	
}
.accademy-event .info-side .location{
	color: #fe5000;
}
.accademy-event .info-side .address{
	margin-top: 30px;
}
.accademy-event .content-side{
	width: 70%;
    float: right;	
}
.accademy-event .content-side h4{
	color: #fe5000;
	font-size: 24px;
	line-height: 28px;	
}

.generic_page .rslides {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.generic_page .caption {
    display: none !important;
}

.generic_page .rslides_tabs {
  position: relative;
  list-style: none;
  text-align: center;
  width: auto;
  margin: -25px auto 0;
  z-index: 10;
}

.generic_page .rslides_tabs li {
  float: none;
  display: inline-block;
  height: 5px;
  width: 34px;
  margin: 0 10px 0 0;
  background: rgba(0, 0, 0, 0) url("../images/new_home_2016/slider_rect.png") repeat scroll 0 0; }

.generic_page .rslides_tabs li.rslides_here {
  background: rgba(0, 0, 0, 0) url("../images/new_home_2016/slider_rect_sel.png") repeat scroll 0 0; }

.generic_page .rslides_tabs li a {
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%; }

.generic_page .sponsorship-table{
	width: 100%;
}

.generic_page .sponsorship-table td{
	width: 16.6666%;
}
.generic_page .sponsorship-table td img{
	max-width: 100%;
}


  
@media screen and (max-width: 1115px){
	.page, .dm-s_-search-portlet{
		width: 1000px;
	}
	.main_header .header-row-two .search-form-container .search-form .search_input {
    	width: 81%;
	}
	.main_header .header-row-two .main_menu nav > ul > li{
		margin:0 15px;
	}
	.main_footer .contact_col .footer-map{
		width: 320px;
	}
	.main_footer .social_col .footer-social li{
		width: 50px;
		height: 50px;
	}
	.main_footer .social_col .footer-social li a{
		font-size: 20px;
		line-height: 50px;
	}
	.main_footer .iso_col img{
		max-width: 100%;
	}
	
	.home_box_wrapper .row .box-home .home-box-content .excerpt{
		display:none;
	}
	.home_box_wrapper .row .box-home .home-box-content .more-right{
		bottom: 75px;
    	left: 20px;
    	right: auto;
	}
}
@media screen and (max-width: 1023px){
	.page, .dm-s_-search-portlet{
		width: 90%;
	}
	.main_header .header-row-one .sign-in-box a.portal-login-anchor-fancy,
	.main_header .header-row-one .sign-in-box a.portal-logout-anchor,
	.main_header .header-row-one .sign-in-box .user-box{
		font-size: 14px;
	}
	.main_header .header-row-one .sign-in-box .user-box{
		display: none;
	}
	.main_header .header-row-one .language_container .lang_select{
		font-size: 14px;
	}
	.main_header .header-row-one .choose_country_container .lang_label span{
		display: none;	
	}
	.main_header .header-row-two .logo {
	    width: 150px;
	    height: 80px;
	}
	.main_header .header-row-two .search-box-container{
		right: 56px;
	}
	.main_header .header-row-two .search-form-container .open-search-btn{
		background: transparent;
		color: #fff;
	}
	.main_header .header-row-two .search-form-container .search-form form{
		padding-top: 58px;
	}
	.main_header .header-row-two .search-form-container .search-form .search_type{
		width: 38%;
	}
	.main_header .header-row-two .search-form-container .search-form .search_input{
		width: 56%;
    	margin-left: 4%;
	}
	.main_header .header-row-two .mobile_menu_btn{
		display: block;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    width: 32px;
	    height: 32px;
	    line-height: 32px;
	    color: #fff;
	    text-align: center;
	    font-size: 21px;
	}
	.main_header .header-row-two .main_menu{
		max-height: 0;
		overflow: hidden;
		position: absolute;
	    top: 79px;
	    bottom: initial;
	    z-index: 1000;
	    background-color: #fe5000;
	    margin: 0;
	    left: -6%;
	    right: -6%;
	    display: block;
	    transition: max-height ease-in-out 0.5s;
	}
	.main_header .header-row-two .main_menu.opened{
		max-height: 1000px;
	}
	.main_header .header-row-two .main_menu > nav{
		margin-bottom: 20px;
	}
	.main_header .header-row-two .main_menu ul{
		text-align: center;
	}
	.main_header .header-row-two .main_menu nav > ul > li {
	    margin: 0 15px;
	    float: none;
	    border-bottom: 1px solid rgba(255,255,255, 0.5);
	    padding: 10px 0;
	}
	.main_header .header-row-two .main_menu nav > ul > li:last-child{
		border-bottom: none;
	}
	.main_header .header-row-two .main_menu nav > ul > li ul{
		position: relative;
		background: transparent;
		box-shadow: none;
		top: 0;
	}
	.main_header .header-row-two .main_menu nav > ul > li ul a{
		color: #fff;
	}
	
	/*----- footer ----*/
	.main_footer .top_footer .page{
		display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    width: 100%;
	}
	.main_footer .contact_col{
		order: 2;
	    float: none;
	    flex: 1;
	    padding: 0;
	    padding-left: 5%;
	}
	.main_footer .social_col{
		order: 1;
	    width: 100%;
	    float: none;
	    display: inline-block;
	    padding: 0;
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	    border-bottom: 3px solid #e1e1e1;
	}
	.main_footer .iso_col{
	    order: 3;
	    float: none;
	    flex: 1;
	}
	.main_footer .sociouni_col{
		order: 3;
	    float: none;
	    flex: 1;
	    padding-left: 24px;
	    padding-right: 5%;
	}

	.main_footer .foot-col .tit{
		margin-bottom: 25px;
	}

	.main_footer .foot-col.contact_col .tit{
		margin-bottom:50px;
	}
	.main_footer .social_col .tit{
		display: none;
	}
	.main_footer .social_col .footer-social{
		display: flex;
		justify-content: start;
		flex-wrap: wrap;
		padding: 0;
		width: 80%;
		margin: 0 auto;
	}
	.main_footer .social_col .footer-social li{
		flex: 1;
	    display: flex;
	    justify-content: center;
	    align-items: stretch;
	    height: auto;
	    width: auto;
	    margin: 0 15px;
	}
	.main_footer .social_col .footer-social li:before {
		content: '';
		display: table;
		padding-top: 100%;
	}
	.main_footer .social_col .footer-social li a {
		flex-grow: 1;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    font-size: 26px;
	}
	.main_footer .contact_col .footer-map{
		display: none;
	}
	.main_footer .bottom_footer{
		font-size: 12px;
	}
	.main_footer .iso_col .tit, .main_footer .iso_col p{
		text-align: center !important;
	}

	
	/*---- homepage contents */
	.homepage-video-container .home-video-content{
		height: 200px !important;
	}
	.homepage-video-container .home-video-content iframe {
	    pointer-events: all;
	    height: 200px !important;
	    margin: 0 !important;
	}
	.home_box_wrapper .row{
		height: auto;
		border: none;
	}
	.home_box_wrapper .row .page{
		/*width: 90%;*/
		margin: 0 auto;
	}
	.home_box_wrapper .row .box-home{
		width: 100% !important;
		position: relative;
		padding: 0;
		transform: translateX(0) !important;
		left: 0 !important;
		right: 0 !important;
		display: block;
		border-right: none !important;
		border-bottom: 1px solid #e1e1e1;
		height: 250px;
	}
	.home_box_wrapper .row .box-home:hover{
		background: #fff;
	}
	.home_box_wrapper .row .box-home:hover .home-box-content h3,
	.home_box_wrapper .row .box-home:hover .home-box-content .text{
		color: inherit;
	}
	.home_box_wrapper .row .box-home .home-box-content{
		height: 250px;
	}
	.home_box_wrapper .row .box-home .home-box-content h3{
		font-size: 25px;
		line-height: 25px;
		padding: 20px 0 10px 0;
	}
	.home_box_wrapper .row .box-home .home-box-content .text {
	    max-width: 225px;
	}
	.home_box_wrapper .row .box-home .home-box-content h4{
		font-size: 14px;
		line-height: 16px;
	}
	.home_box_wrapper .row .box-home .home-box-content .more{
		font-size: 14px;
    	line-height: 14px;
    	padding: 10px 20px;
	}
	.home_box_wrapper .row .box-home .home-box-content .more-right{
		bottom: 65px;
    	left: 20px;
    	right: auto;
	}
	
	.accademy-event .info-side{
	    width: 100%;
	    float: none;
	    margin-bottom: 20px;
	    padding: 0;
	}
	.accademy-event .content-side{
		width: 100%;
    	float: none;
	}

	.generic_page .sponsorship-table tr{
		display: block;
    		float: left;
    		width: 50%;
	}
	.generic_page .sponsorship-table td{
		width: 100%;
    		height: 200px;
    		max-width: 200px;
		display:block;
	}
	.generic_page .sponsorship-table tr:first-child td{
		display: table;
      		max-width: 100%;
	}
	.generic_page .sponsorship-table tr:first-child td strong,
	.generic_page .sponsorship-table tr:first-child td b{
		display: table-cell;
    		vertical-align: middle;
	}
}


/*---- ITERNAL PAGES STYLES 2016 ----*/
.portlet-column {
    display: block !important;
}
.portlet-column-content {
  padding: 0px !important;
}

.generic_page .pagina_cont_box {
    position: relative;
    background: #FFF;
    padding: 20px 0 35px;
}
.generic_page .pagina_cont_inner,
.contact_page .form_side {
    max-width: 1100px;
    width: auto;
    margin: 0px auto
}

.portlet-journal-content .user-actions {
    display: none;
}
.generic_page .breadcrum {
  /* background: url("../images/lined_paper.png") repeat scroll 0 0; */
  background-color: #f4f4f4;
  height: 70px;
  line-height: 70px;
  /*margin-top:9px;*/
  }

.generic_page .breadcrum .breadcrum_inner {
  position: relative;
  width: 1100px;
  margin: 0px auto;
  font-size: 16px;
  color: #000; }

.generic_page .breadcrum .breadcrum_inner a {
  color: #000;
  margin: 0 5px 0 10px; }

.generic_page .breadcrum .breadcrum_inner .root {
  float: left;
  font-size: 16px; }

.generic_page .breadcrum .breadcrum_inner .orange {
  font-size: 16px;
  color: #ff4400;
  margin: 0 5px;
  float: left; }

.generic_page .breadcrum .breadcrum_inner .orange ul {
  margin: 0px; }

.generic_page .breadcrum .breadcrum_inner .orange li {
  float: left; }

.generic_page .breadcrum .breadcrum_inner .orange li a {
  color: #ff4400; }

.generic_page .breadcrum .breadcrum_inner .orange li.first {
  display: none; }

.generic_page .breadcrum .breadcrum_inner .orange li:before {
  content: ">";
  /*"|"*/
  color: #000; }

.generic_page .breadcrum .breadcrum_inner .orange li.first + li {
  display: none; }
  
.pagina_cont_inner .titolo_left {
  min-height: 35px;
  color: #ff4400;
  font-size: 24px;
  padding: 20px 0 10px;
  font-weight: bold;
  text-align: left;
}
.pagina_cont_inner .testo_pag h4{
	color: #fe5000;
}
.pagina_cont_inner .testo_pag p {
    padding: 10px 0;
    margin: 0;
}
.pagina_cont_inner .testo_pag .image_list {
  height: 150px;
  overflow: hidden; }

.pagina_cont_inner .testo_pag .image_list .immagine {
  margin-right: 15px;
  float: left;
  position: relative; }

.pagina_cont_inner .testo_pag .image_list .immagine.last {
  margin-right: 0px; }

.pagina_cont_inner .testo_pag .image_list .immagine .hov {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 220px;
  /* as image */
  height: 150px;
  /* as image */
  line-height: 150px;
  /* as image */
  text-align: center;
  text-decoration: none;
  background: url(../images/bg_img.png);
  border-radius: 5px;
  transition: top 0.5s ease; }

.pagina_cont_inner .testo_pag .image_list .immagine:hover .hov {
  top: 0; }

.generic_page .immagine_unica {
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  background-position: center top; }
  
/*--- Styles products ---*/
/*MENU PRODOTTI*/
.generic_page .menu_prodotti {
  background-color: #f4f4f4; }

.generic_page .menu_prodotti .menu_prodotti_inner {
  position: relative;
  width: 1110px;
  margin: 0px auto; }

.menu_prodotti_inner .lista {
  padding-top: 20px;
  margin: 0; }

.menu_prodotti_inner .lista .prod .tit {
  height: 35px;
  overflow: hidden;
  line-height: 16px;
  margin-top: 5px;
}

.menu_prodotti_inner .lista .prod {
  float: left;
  width: 175px;
  margin: 0 5px;
  text-align: center; }

.menu_prodotti_inner .lista .prod > a {
  background-color: #fff;
  width: 61px;
  height: 61px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 1px #999; }

.menu_prodotti_inner .lista .prod > a img{
    max-width: 100%;
    max-height: 100%;
}

.menu_prodotti_inner .lista .prod.last {
  margin-right: 0px; }

.menu_prodotti_inner .lista .prod .tit a {
  font-size: 14px;
  /*12px;*/
  color: #333333;
  /*
  Richiesta Paola Tagliani March 26, 2014
  */
  /* text-transform:uppercase; */
  word-wrap: break-word;
  /*font-weight: bold;*/ }

.pagina_cont_inner .prefazione p{
	margin: 0;
}

.pagina_cont_inner .accord_categoria {
    width: 100%;
}
.pagina_cont_inner .accord_categoria .specifica {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.pagina_cont_inner .accord_categoria .specifica .image-tooltip,
.generic_page .menu_categoria .lista_menu_cat li .image-tooltip {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    top: 47px;
    padding: 5px;
    position: absolute;
    right: 0;
    display: none;
    height: 150px;
    width: 150px;
    z-index: 100;
}
.pagina_cont_inner .accord_categoria .specifica .image-tooltip .tooltip-arrow,
.generic_page .menu_categoria .lista_menu_cat li .image-tooltip .tooltip-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e5e5e5;
    top: -10px;
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.pagina_cont_inner .accord_categoria .specifica .image-tooltip span,
.generic_page .menu_categoria .lista_menu_cat li .image-tooltip span {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.pagina_cont_inner .accord_categoria .specifica .image-tooltip img,
.generic_page .menu_categoria .lista_menu_cat li .image-tooltip img {
    max-width: 100%;
    max-height: 100%;
}
.pagina_cont_inner .accord_categoria .specifica:hover .image-tooltip,
.generic_page .menu_categoria .lista_menu_cat li:hover .image-tooltip {
  display: table; 
}
.pagina_cont_inner .accord_categoria .specifica .titolo {
    width: 100%;
    background: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 18px;
    padding-left: 27px;
    height: 49px;
    line-height: 49px;
}
.pagina_cont_inner .accord_categoria .specifica .titolo .product_link {
    width: 90%;
    float: left;
}
.pagina_cont_inner .accord_categoria .specifica .titolo a,
.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo a {
    font-size: 16px;
    color: #000;
    height: 43px;
    line-height: 43px;
    padding-top: 3px;
    display: block;
}
.pagina_cont_inner .accord_categoria .specifica .titolo .right_icon,
.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo .right_icon {
    background: url(../images/orange_arr_down.png) no-repeat;
    width: 12px;
    height: 7px;
    float: right;
    margin: 20px 20px 0 0;
}
.pagina_cont_inner .accord_categoria .specifica .testo{
	display: none;
}

.generic_page .menu_categoria {
    width: 100%;
}
.menu_categoria .lista_menu_cat {
    list-style: none;
    margin-left: 20px;
}
.generic_page .menu_categoria .lista_menu_cat li {
    position: relative;
}
.generic_page .menu_categoria .lista_menu_cat li {
    background: url(../images/right_black_chev.png) 15px center no-repeat;
    padding: 6px 0 6px 25px;
    margin-bottom: 5px;
}
.generic_page .menu_categoria .lista_menu_cat li:hover, .generic_page .menu_categoria .lista_menu_cat li.selected {
    background-color: #ff4400;
    background-image: url(../images/right_white_chev.png);
}
.generic_page .menu_categoria .lista_menu_cat li a {
    color: #373737;
}
.generic_page .menu_categoria .lista_menu_cat li:hover a, .generic_page .menu_categoria .lista_menu_cat li.selected a {
    color: #FFF;
    font-weight: bold;
}
@media screen and (max-width: 1115px){
	.generic_page .menu_prodotti{
		display: none;
	}
}
@media screen and (max-width: 1023px){
	.pagina_cont_inner #box-1-1 {
	    width: 100%;
	}
	.generic_page .menu_categoria {
	    display: none;
	}
	.pagina_cont_inner .accord_categoria .specifica .titolo .product_link {
	    width: 80%;
	}
	.pagina_cont_inner .accord_categoria .specifica .titolo .product_link span {
	    display: block;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
.pagina_cont_inner .elenco_prodotti .prodotto {
    width: 140px;
    float: left;
    margin: 0 30px 30px 0;
    text-align: center;
    font-size: 14px;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine {
    height: 140px;
    border: 1px solid #f3eeee;
    position: relative;
    overflow: hidden;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine a {
    display: block;
    width: 100%;
    height: 140px;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine img {
    max-height: 140px;
    max-width: 140px;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine .hov {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    text-align: center;
    text-decoration: none;
    /*background: url(../images/bg_img.png);*/
    background: rgba(254,80,0,0.8);
    transition: top 0.5s ease;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine:hover .hov {
    top: 0;
}
.pagina_cont_inner .elenco_prodotti .prodotto .immagine .hov span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 140px;
}
.pagina_cont_inner .elenco_prodotti .prodotto .titolo {
    font-size: 16px;
    color: #FF4400;
    margin: 20px 0;
    font-weight: bold;
}
.pagina_cont_inner .dettaglio_prodotto .top .image {
    float: left;
    width: 250px;
    border: 1px solid #f3eeee;
    margin-right: 20px;
    position: relative;
}
.pagina_cont_inner .dettaglio_prodotto .top .image img {
    max-height: 250px;
    max-width: 250px;
}
.dettaglio_prodotto .immagine .hov.image_gallery_link {
    background: rgba(0, 0, 0, 0) url(../images/bg_img.png) repeat scroll 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    transition: top 0.5s ease 0s;
}
.dettaglio_prodotto .immagine:hover .hov.image_gallery_link {
    top: 0;
}
.dettaglio_prodotto .immagine .hov.image_gallery_link > img {
    margin-top: -6px;
    position: absolute;
    top: 50%;
}
.pagina_cont_inner .dettaglio_prodotto .top .testo {
    float: left;
    width: 250px;
}
.dettaglio_prodotto .tab-container {
    width: 620px;
    margin-top: 40px;
}
.dettaglio_prodotto .etabs {
    margin: 0;
    padding: 0;
}
.dettaglio_prodotto .tab {
    position: relative;
    zoom: 1;
    border: solid 1px #e5e5e5;
    border-bottom: none;
    padding: 0 0 0 50px;
    margin-right: -6px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.dettaglio_prodotto .tab.dett.active {
  background: white url("../images/tab_dett_ico.png") no-repeat scroll 20px 12px; }

.dettaglio_prodotto .tab.down.active {
  background: white url("../images/tab_down_ico.png") no-repeat scroll 20px 12px; }

.dettaglio_prodotto .tab.down {
  background: #dddddd url("../images/tab_down_ico.png") no-repeat scroll 20px 12px; }

.dettaglio_prodotto .tab.dett {
  background: #dddddd url("../images/tab_dett_ico.png") no-repeat scroll 20px 12px; }

.dettaglio_prodotto .tab.articoli.active {
  background: #fff; }

.dettaglio_prodotto .tab.articoli {
  background: #ddd; }

.dettaglio_prodotto .tab.articoli a:before {
  font: 22px/1 FontAwesome;
  left: 14px;
  position: absolute;
  text-rendering: auto;
  top: 10px;
  content: "\f0ce"; }
.dettaglio_prodotto .tab a {
    display: block;
    padding: 0 20px 0 0;
    line-height: 12px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}
.dettaglio_prodotto .tab a.active {
  color: #000; }
  
.dettaglio_prodotto .dati_tab {
    border: 1px solid #e5e5e5;
    margin-top: -2px;
    min-height: 200px;
    padding: 15px;
}
.dettaglio_prodotto .dati_tab table {
    border-collapse: collapse;
    text-align: center;
    margin: 0;
}
.dettaglio_prodotto .dati_tab table th {
    background: #f6f6f6;
    padding: 14px;
    border: 1px solid #b7b7b7;
    text-align: center;
}
.dettaglio_prodotto .dati_tab table td {
    background: #FFF;
    border: 1px solid #b7b7b7;
    padding: 10px 4px;
}
.dati_tab ul li {
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}
.dati_tab ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #000;
}
.dati_tab ul li img {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.dati_tab ul li span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 90%;
}

#popup-privateArea {
  font-size: 15px;
  padding-top: 40px; }

#popup-privateArea a {
  color: #ff4400;
  cursor: pointer; }
  
@media screen and (max-width: 700px){  
	.pagina_cont_inner .dettaglio_prodotto .top .image {
	    float: none;
	    width: 300px;
	    margin: 0 auto;
	    text-align: center;
	}
	.pagina_cont_inner .dettaglio_prodotto .top .testo {
	    width: 100%;
	    padding: 5px 0;
	    float: none;
	    margin: 0 auto;
	}
}
  
/*--- END styles products ---*/  
  
/*---Forms styles ---*/  
.contact_page .form_side {
  overflow: hidden; }

.contact_page .form_side form {
  margin: 0 -25px; }
.contact_page hr {
    display: none;
}
.contact_page .form_side form input,
.contact_page .form_side form select,
.contact_page .form_side form textarea,
.contact_page .form_side form .text[name="SUBJECT"] {
  border: 1px solid #e5e5e5;
  padding: 0 24px;
  box-sizing: border-box;
  background: none repeat scroll 0 0 #FFFFFF !important;
 font-size: 14px;
 line-height: 25px;
}

.contact_page .form_side form input.text,
.contact_page .form_side form select {
  height: 46px;
  margin: 0 25px 10px !important;
  width: calc(50% - 52px);
  float: left;
}

.contact_page .form_side form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/form-dropdown-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 19px center !important; }

.contact_page .form_side form select:disabled{
	display: none;
}
.contact_page .form_side form selec::-ms-expand {
  display: none; }

.contact_page .form_side form input::placeholder {
  color: #000; }

.contact_page .form_side form textarea {
  padding: 20px 24px;
  margin: 0 25px 10px;
  width: calc(100% - 52px); }

.contact_page .form_side form .privacy .privacy_checkbox {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 25px;
  display: inline-block;
    vertical-align: middle;
  }

.contact_page .recaptcha_container {
  margin-left: 25px; }
.contact_page .recaptcha_container, .contact_page .contact_submit {
    margin-top: 20px;
}

.contact_page .form_side form .submit, .contact_page .form_side form input[type="submit"] {
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    text-shadow: none;
    width: 15%;
    background: none;
    background-color: #ff4400 !important;
    border-color: #ff4400;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    border-radius:0;
}

.contact_page .form_side form .submit,
.contact_page .form_side form input[type="submit"] {
  margin-right: 25px; }  
  
  .contact_page .form_side form .privacy .privacy_label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
@media screen and (max-width: 1023px){
.contact_page .form_side form {
    width: 100%;
    margin: 0; }

  .contact_page .form_side form input.text,
  .contact_page .form_side form select,
  .contact_page .form_side form textarea,
  .contact_page .form_side form .text[name="SUBJECT"],
  .contact_page .form_side form input[type="submit"] {
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 10px; }

  .contact_page .form_side form select {
    padding: 0 30px 0 10px;
    background-position: right 10px center !important; }

  .contact_page .form_side form textarea {
    padding: 10px; }

  .contact_page .form_side form .privacy .privacy_checkbox {
    margin: 0 10px 0 0 !important; }

  .contact_page .recaptcha_container {
    margin-left: 0; }

  .contact_page .form_side form .submit,
  .contact_page .form_side form input[type="submit"] {
    margin-top: 20px !important; }
}    
/*--- END Forms Styles ---*/
  .generic_page .three_cols {
  margin-top: 120px;
  height: auto; 
	display:none;
}

.generic_page .three_cols .three_cols_inner {
  width: 100%; }

.ivarSite2016.controls-visible .generic_page .three_cols .info_col {
  height: 430px; }

.generic_page .three_cols .info_col {
	float: left;
  width: 33.3333%;
  box-sizing: border-box;
  height: 300px;
  margin: 0;
  border-top: 1px solid #e5e5e5;
  position: relative; }

.generic_page .three_cols .info_col:nth-child(2n) {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.generic_page .three_cols .info_col .title {
  background: none;
  color: #fc5001;
  font-size: 30px;
  text-align: center;
  /*font-weight: normal;*/
  padding-top: 25px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  /*font-family: 'Roboto', sans-serif;*/
  text-transform: uppercase; }

.generic_page .three_cols .info_col .title a {
  color: #fc5001; }

.generic_page .three_cols .info_col .box_footer_video {
  height: 300px; }

.generic_page .three_cols .info_col .box_cont {
  color: #000;
  text-align: center;
  width: 80%;
  height: 80%;
  margin: 20px auto 0 auto;
  font-size: 18px;
  line-height: 27px;
  /*font-weight: normal;*/ }
  
.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row {
  padding: 10px;
  margin: 6px 0;
  overflow: auto;
  background-color: #a9d42c;
  border-radius: 5px;
  width: 100%; }

.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row li {
  float: left;
  list-style: none;
  color: #fff; }

.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row .ambiente_cell_first {
  width: 60%; }

.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row .ambiente_cell_second {
  width: 30%; }

.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row .ambiente_cell_third {
  width: 10%; }
.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row {
  padding: 10px 0; }

.generic_page .three_cols .info_col.last .box_cont img {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.generic_page .three_cols .info_col.last .title a {
  color: #FFF; }
.newsletter_signup {
    margin: 66px 0 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #ff4400;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}
.newsletter_signup a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.generic_page .three_cols .info_col .newsletter_signup,
.generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row {
  border-radius: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px; }

.generic_page .three_cols .info_col .newsletter_signup {
  margin-top: 45px;
  bottom: 20px;
  left: 10%;
  right: 10%;
  width: auto; }
@media screen and (min-width: 1026px) and (max-width: 1230px) {
	.generic_page .three_cols {
    margin-top: 60px; }

  .generic_page .three_cols .info_col .box_footer_video,
  .generic_page .three_cols .info_col {
    height: 220px; }

  .generic_page .three_cols .info_col .title {
    margin-top: 10px;
    font-size: 26px; }

  .generic_page .three_cols .info_col .box_cont {
    width: 90%;
    margin: 10px auto 0 auto;
  }

  .generic_page .three_cols .info_col .box_cont .newsletter_signup {
    margin: 45px 0 10px; }

  .generic_page .three_cols .info_col .box_cont {
    font-size: 15px;
    line-height: 15px; }

  .generic_page .three_cols .info_col .newsletter_signup,
  .generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row {
    font-size: 13px; }
	
}
@media screen and (max-width: 1025px){
	.generic_page .three_cols {
    	margin-top: 40px;
    }
    .generic_page .three_cols .info_col .box_cont {
	    font-size: 16px;
	    line-height: 18px;
	}
	.generic_page .three_cols .info_col .box_footer_video,
	.generic_page .three_cols .info_col {
	    width: 100%;
	    height: 280px;
	}
}
@media screen and (max-width: 330px) {
  .generic_page .three_cols .info_col .box_cont {
    font-size: 15px; }

  .generic_page .three_cols .info_col .box-ambiente .ambiente_box_cont .ambiente_row {
    font-size: 10px; } 
}

@media screen and (max-width: 1690px){
	.home_box_wrapper .row .box-home .home-box-content .more-right{
		bottom: 75px;
    		left: 20px;
    		right: auto;
	}
}


@media screen and (max-width: 1115px){
	.generic_page .pagina_cont_inner,
	.contact_page .form_side {
	    width: 90%;
	}
}
@media screen and (max-width: 1150px){
	.generic_page img{
		max-width: 100%;
	}
	.generic_page .breadcrum {
	    display: none;
	}
	.generic_page .pagina_cont_inner,
	.contact_page .form_side {
	    width: 90%;
	}
	.pagina_cont_inner .testo_pag .image_list{
		height: auto;
	}
	.pagina_cont_inner .testo_pag .image_list .immagine {
	    margin: 10px auto;
	    height: 150px;
	    overflow: hidden;
	}
}

.pagina_cont_inner .accord_categoria .specifica .document_download{
	padding-left: 0;
}
.pagina_cont_inner .accord_categoria .specifica .titolo .document_icon {
    width: 56px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    float: left;
}
.pagina_cont_inner .accord_categoria .specifica .titolo .document_name {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    width: 80%;
    float: left;
    height: 43px;
    line-height: 43px;
}
@media screen and (max-width: 600px){
	.pagina_cont_inner .accord_categoria .specifica .titolo .document_name{
		width: 70%;
	}	
} 
.representative_div {
    float: left;
    padding: 0 5px;
    width: 20%;
}
.pop .sign {
    height: 30px;
    width: 39px;
}
.pop .sign img {
    margin-left: 13px;
    margin-top: 1px;
    z-index: 2;
}
.qtip-default.ita_province_callout {
    background-color: #ffffff;
    border: 1px solid #ededed;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 25px;
    color: #333;
    max-width: none;
}
.qtip-content {
    min-width: 135px;
}
.titolo_funzionario, .titolo_agente {
  padding-top: 10px; }

.titolo_funzionario, .titolo_agente {
  color: #ff5c00;
  font-size: 16px; }

.nome_funzionario, .nome_agente {
  color: #ff5c00;
  font-size: 16px; }

.descrizione_provincia {
  color: #ff5c00;
  font-size: 18px; }

.mail_funzionario, .mobile_funzionario, .mail_agente, .mobile_agente {
  color: #333333;
  font-size: 14px; }
  
  body#technical_assistance_panel {
  overflow: hidden;
  font-size: 13px; }

#technical_assistance_panel .confirm-button, #technical_assistance_panel .pop-up-button {
  background-image: none;
  background-color: #ff4400;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  margin: 66px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

#technical_assistance_panel #body-content h1 {
  background-color: #ff4400; }

#technical_assistance_panel a.ok {
  line-height: 44px;
  background-color: #ff4400;
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: inline-block; }
  
.pagina_cont_inner .titolo_center {
    height: 35px;
    color: #ff4400;
    font-size: 24px;
    padding: 20px 0 10px;
    text-align: center;
    font-weight: bold;
}
.generic_page .elenco_news {
    list-style: none;
    margin: 70px auto 50px;
}
.generic_page .elenco_news .news {
    position: relative;
    float: left;
    background: #f5f5f5;
    width: calc(50% - 10px);
    height: 150px;
    margin: 0 20px 35px 0;
    font-size: 13px;
}
.generic_page .elenco_news .news:nth-child(even) {
    margin: 0 0px 35px 0;
}
.elenco_news .news .link_img {
    display: block;
    float: left;
    height: 150px;
    overflow: hidden;
    width: 150px;
    background-size: cover;
    background-position: center;
}
.generic_page .elenco_news .news .front_img {
    float: left;
    width: 100%;
    height: auto;
    display: none;
}
.generic_page .elenco_news .news .tit {
    width: 60%;
    font-size: 14px;
    margin: 0px 0 0 155px;
    font-weight: bold;
}
.generic_page .elenco_news .news .tit a {
    color: #ff4400;
}
.generic_page .elenco_news .news .date {
    width: 60%;
    margin: 0px 0 0 155px;
}
.generic_page .elenco_news .news .text {
    width: 60%;
    line-height:14px;
    margin: 0px 0 0 155px;
}
.generic_page .elenco_news .news .box_date {
    display: none;
}
@media screen and (max-width: 1023px){
	.generic_page .elenco_news .news{
		float: none;
		width: 100%;
		margin: 0 auto 20px auto;
		height: auto;
    	padding-bottom: 10px;
	}
	.elenco_news .news .link_img{
		width: 30%;
	}
	.generic_page .elenco_news .news .tit,
	.generic_page .elenco_news .news .date,
	.generic_page .elenco_news .news .text{
		margin-left: 35%;
	}
	.generic_page .elenco_news{
		margin: 40px auto 0;
	}	
}

.pagina_cont_inner .titolo_center .archivio_btn {
    display: inline-block;
    font-size: 15px;
    color: #ff4400;
    text-transform: uppercase;
    text-align: center;
    width: 140px;
    background-color: #F5F5F5;
    border: 3px solid #E1E1E1;
    height: 40px;
    line-height: 40px;
}
.pagina_cont_inner .accord_categoria .specifica_multiRow {
    margin-bottom: 15px;
    width: 650px;
    float: left;
} 
.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo {
    border: 1px solid #F0EAEA;
    font-size: 18px;
    padding-left: 27px;
    width: 600px;
    line-height: 49px;
}
.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo a {
    height: auto;
}
.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo .right_icon {
    margin: -20px 20px 0 0;
}
@media screen and (max-width: 1023px){
	.pagina_cont_inner .accord_categoria .specifica_multiRow {
		width: 100%;
	}
	.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo{
		width: 100%; 
	}
	.pagina_cont_inner .accord_categoria .specifica_multiRow .titolo a > div:first-child {
	    line-height: 20px;
	    width: 85%;
	    min-height: 40px;
	}
}
.pagina_cont_inner .video.first {
    margin-left: 0;
}
.pagina_cont_inner .video {
    float: left;
    height: 200px;
    margin: 5px;
    width: 305px;
}
.cap_form input[type="submit"]{
	margin-top: 3px !important;
}


.query_search_result_item {
    width: 100%;
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
    display: table;
}

.query_search_result_item  .query_search_result_image {
    display: table-cell;
    width: 25%;
}
.query_search_result_item  .query_search_result_image img{
    max-width: 100%;
}
.query_search_result_products_taxonomy {
    width: 25%;
    vertical-align: top;
    display: table-cell;
    padding: 20px 0 20px 20px;
}
.query_search_result_item  .query_search_result_anchor {
    width: auto;
    vertical-align: top;
    display: table-cell;
    padding: 20px 0 20px 20px;
}
.query_search_result_item  .query_search_result_anchor a {
  overflow: hidden;
  position: relative;
  max-height: 75px;
  text-align: justify;
  display:block;
}
.query_search_result_item  .query_search_result_anchor a:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

/*SINGOLA NEWS*/
.generic_page .blocco_singola_news {
    margin: 70px auto 50px; }

.generic_page .blocco_singola_news .immagine {
  position: relative;
  float: left;
  width: 40%; }
.generic_page .blocco_singola_news .immagine img{
    max-width: 100%;
}


.generic_page .blocco_singola_news .immagine .box_date {
  display: none;
  width: 54px;
  height: 40px;
  padding-top: 43px;
  background: url(../images/calendar.png) no-repeat 0 0;
  position: absolute;
  left: 12px;
  top: -31px;
  text-align: center;
  color: #FFF;
  line-height: 11px;
  /*font-family:"prox_nova_semibold";*/ }

.generic_page .blocco_singola_news .blocco_testi {
  float: left;
  width: 60%;
  padding-left: 60px;
  font-size: 14px; }

.generic_page .blocco_singola_news .blocco_testi .tit {
  width: 550px;
  font-size: 22px;
  /*font-family: 'prox_nova_black';*/
  color: #ff4400;
  font-weight: bold; }

.generic_page .blocco_singola_news .blocco_testi .date {
  margin: 8px 0 12px 0;
  /*font-family: 'prox_nova_italic';*/ }

/* Galleria immagini news */
.generic_page .blocco_singola_news .image_list {
  float: left;
  width: 580px;
  padding-left: 60px; }

.generic_page .blocco_singola_news .image_list .immagine {
  position: relative;
  margin: 5px 3px;
  width: 110px;
  height: 80px;
  overflow: hidden;
  float: left;
  line-height: 80px;
  text-align: center; }

.generic_page .blocco_singola_news .image_list .immagine img {
  width: auto;
  height: 80px; }

.generic_page .blocco_singola_news .image_list .immagine .hov {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 110px;
  /* as image */
  height: 80px;
  /* as image */
  line-height: 80px;
  /* as image */
  text-align: center;
  text-decoration: none;
  background: url(../images/bg_img.png);
  border-radius: 5px;
  transition: top 0.5s ease; }

.generic_page .blocco_singola_news .image_list .immagine:hover .hov {
  top: 0; }

.generic_page .blocco_singola_news .image_list .immagine .hov img {
  text-align: center;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle; }

@media screen and (max-width: 767px){
	.generic_page .blocco_singola_news {
    		margin: 20px auto 20px;
	}
	.generic_page .blocco_singola_news .immagine{
		width:100%;
		float:none;
		text-align: center;
	}
	.generic_page .blocco_singola_news .blocco_testi{
		width:100%;
		float:none;
		margin-top: 20px;
		padding: 0;
	}
	.generic_page .blocco_singola_news .blocco_testi .tit{
		width: auto;	
	}
}
/* Accordion readmore taxonomy */
.pagina_cont_inner .taxonomy-more-info{
    position:relative;
    margin-bottom: 45px;
}
.pagina_cont_inner .taxonomy-more-info .taxonomy-more-content{
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid transparent;
    text-align: justify;
    transition: all ease-in-out 0.5s;
}
.pagina_cont_inner .taxonomy-more-info .toggle-check{
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 49px;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.pagina_cont_inner .taxonomy-more-info .toggle-check:checked + .taxonomy-more-content{
    max-height: 1000px;
    padding: 15px 15px 0;
    border: 1px solid #e5e5e5;
}
.pagina_cont_inner .taxonomy-more-info .taxonomy-more-label {
    width: 100%;
    background: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    font-size: 18px;
    height: 49px;
    line-height: 49px;
    position:relative;
    color: #fff;
    background: #fe5000;
}
.pagina_cont_inner .taxonomy-more-info .taxonomy-more-label .label{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.pagina_cont_inner .taxonomy-more-info .taxonomy-more-label .arrow .right_arrow{
    /*background: url(../images/orange_arr_down.png) no-repeat;*/
    width: 12px;
    height: 7px;
    position:absolute;
    right:21px;
    top:3px;
    /*margin: 20px 20px 0 0;*/
}
.pagina_cont_inner .taxonomy-more-info .taxonomy-more-label .arrow .right_arrow i{
    color: white;
    font-size: 22px;
}