/*
Theme Name: Alfi
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: MPG
Author URI: http://www.mpg.biz/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html {
	background: #f9f9f9;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	background: #f9f9f9;
}
.container {
	max-width: 890px;
	padding: 0 15px;
}
img {
	max-width: 100%;
	height: auto
}
/*.page-section .container {
	padding: 0 35px;
}*/
.page-id-15 .page-section .container {
	padding: 0;
}
.postid-5 .page-section .container, .page-id-5 .page-section .container {
	padding: 0;
}
nav.navigation_menu {
	position: absolute;
	right: 15px;
	bottom: 0;
}
table td, table th {
	font-size: 14px;
}
.site-header, .error404 .site-header {
	position: fixed;
	top: 0;
	left:0;
	right: 0;
	background: #f9f9f9;
	height: 185px;
}
.site-header .container {
	height: 185px;
}
.page-header {
	height: 135px;
}
.page-header .container {
	height: 135px;
}
.wrapper {
	padding-top: 185px;
	background: #f9f9f9;
}
.page-wrapper {
	padding-top: 135px;
}
header .social_icons {
	float: none;
	padding-top:15px;
}
.venue-holder {
	padding: 15px 0;
}
.ms-options-wrap button {
	overflow: hidden;
	height: 36px;
	font-size: 12px;
}
.ms-options-wrap button::after {
	z-index: 3
}
.ms-options-wrap button::before {
	display: block;
	position: absolute;
	z-index: 1;
	width:25px;
	right: 0;
	height: 32px;
	background: #fff;
	content: " ";
	top: 2px;
}
.breadcrumbs-box.container {
	padding:0;
}
ul {
	margin-bottom: 21px;
}
header ul {
	margin-bottom: 0;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #717f81;
	line-height: 32px;
}
h1,h2,h3,h4,h5,h6 {
	color: #607979;
	margin-bottom: 15px
}
header h2, header h1 {
	color: #717f81;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	padding-top: 5px;
	margin-bottom: 3px;
}
header h3 {
	color: #717f81;
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 2px;
}
header p {
	font-size: 17px;
	line-height: 20px;
	color: #607979;
}
header .h_date span {
	display: block
}
.error-404 h1 {
	margin:100px 0 50px;
}
.comunities-list ul {
	float: left;
	width: 23%;
	margin-bottom: 14px;
	margin-right: 2%;
}
.header_top_part li {
	color: #fff;
}
.header_top_part .social_icons a, .header_top_part .social_icons a:hover {
	background: #cfcece !important;
	color: #A21A5B !important;
	border: none;
}
.header_top_part .social_icons {
	padding-top: 12px;
	text-align: left;
}

.footer-bottom .social_icons a, .footer-bottom .social_icons a:hover {
	border: none;
}

.header_top_part .social_icons li {
	margin-right: 10;
}
.header_top_part .fs_small li {
	margin-right: 0;
	margin-bottom: 3px;
	text-align: left;
	display: block !important;
	float: none;
}
.social-holder {
	border-left: 1px solid #9c5354;
	padding-left: 25.9%;
	margin-top: 18px;
	margin-bottom: 19px;
}
.title-box {
	background: #e3e5e6;
	min-height: 50px;
	margin-bottom: 25px;
	padding-bottom: 4px;
}
.agenda-title-box {
	background: none;
	border-bottom: 1px solid #747f81;
}
.title-box.agenda-title-box .links-box a {
	padding: 14px 20px 15px;
}
.title-box h2, .title-box h1 {
	font-size: 20px;
	font-weight: 700;
	color: #607979;
	float: left;
	padding-top: 9px;
	margin: 0;
}
.tk_page .title-box h2, .tk_page .title-box h1 {
	font-size: 22px;
}
.columns .post h3.title-p {
	clear: both;
	display: block;
}
.title-box .links-box {
	float: right;
}
.title-box .links-box a {
	display: block;
	float: left;
	padding: 15px 20px;
	background: #5f7979;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	border-right: 1px solid #fff;
	min-width: 109px;
	text-align: center;
}
.title-box .links-box a:last-child {
	border: none;
	
}
.title-box .links-box a:hover, .title-box .links-box a.active {
	background: #a8cd6e;
}
.comunities-list ul li a {
	line-height: 17px;
	font-size: 14px;
}
.comunities-list ul:last-child, .comunities-list ul.last {
	margin-right: 0;
}

p {
	color: #606366;
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}
ul li, ol li {
	color: #606366;
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}
#home ul li, ul.boolet-list li, .text-box ul li, .text-box ul li {
    background:  url("images/boolet.png") no-repeat scroll left 6px;
    display: block;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-left: 20px;
}
.text-box ol li {
    list-style: outside;
	list-style-type: decimal !important;
    margin-bottom: 15px;
    padding-left: 5px;
	margin-left: 15px;
}
.valori {
	padding: 40px 0 50px;
	margin: 0 auto;
}
.section_offset p:last-child {
	margin-bottom: 0
}
.section_offset {
	padding: 43px 0;
}
.testimonial_holder .blockquote-custom {
-webkit-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
}
/* Hompage Sections */
section#home {
	background: #fbfeff;
	padding-bottom: 85px;
	padding-top: 83px;
}
section#mission {
	background: #f1f7fa;
	padding-bottom: 85px;
	padding-top: 83px;
}
section#valori {
	background: #f1f7fa;
	padding-bottom: 10px;
	padding-top: 10px;
}
#mission .container {
    max-width: 980px;
}
section#news {
	background: #deecf2;
	padding-bottom: 40px
}
section#events {
	padding: 46px 0
}
section#categories {
	background: #fff;
	padding-top: 50px;
}

section#logos {
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px solid #f3f3f4;
	border-top: 2px solid #f3f3f4
}
.testimonial_holder {
	background: #deecf2;
	padding: 58px 14.8% 58px 14.2%;
}
.page-testimonials-section .col-lg-6 {
	padding: 0 30px; 
}

.hInfo ul li {
	width: 268px;
}
.hInfo ul li:last-child {
	width: auto
}
.main_menu > li > ul {
	z-index: 11;
}
.main_menu > li {
	margin: 0;
}
.main_menu > li:last-child {
	margin-right: 0
}
.by {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px
}
.main_menu > li > a {
	color: #607979;
	background: #e3e5e6;
	padding: 15px 12px !important;
	display: block;
	font-size: 15px;
	font-weight: 400;
	text-transform: none;
}
.main_menu > li > .sub_menu li a {
	display: block;
	background: #fff !important;
	font-size: 13px;
	padding: 5px 15px;
	color: #606366 !important;
}
.main_menu > li > .sub_menu li a:hover {
	color: #a8cd6e !important;
}
.main_menu > li > .sub_menu li a i {
	display: none;
}
.main_menu > li > a:hover {
	color: #fff !important;
	background: #69BE28;
}
.main_menu > li.current-menu-item > a, .main_menu > li > a.active, .main_menu > li.active > a {
	color: #fff !important;
	background: #69BE28;
}
.counter-section {
	background: #5b8f22 !important;
	padding: 15px 0 !important;
}
.cc-holder {
	width: 355px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}
.cc-holder p {
	color: #fff;
	font-size: 16px;
	margin-top: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
.cc_container .cc_btn {
	background: #69BE28 !important;
	border-radius: 3px !important;
    color: #fff !important;
    font-size: 12px !important;
	padding: 11px 15px !important;
	margin-top: 6px !important;
}
#defaultCountdown span {
	color: #fff;
}
.new-counter-section #defaultCountdown span {
	font-size: 16px;
}
.new-counter-section .countdown-amount {
	font-size: 36px !important;
	display: block;
	text-align: center;
	line-height: 32px;
}
.new-counter-section .countdown-period {
	font-size: 12px !important;
	line-height: 15px !important;
	display: block;
	text-align: center;
	text-transform: uppercase
}
.text-counter-box {
	float: left;
	text-align: left;
	width: 70%;
	margin-left: 4%;
}
.cc-holder .text-counter-box p {
	font-weight: normal;
	padding-top: 0;
	margin-top: 10px;
	font-size: 16px;
}
.cc-holder .text-counter-box p.c-date {
	font-size: 28px;
	margin-top: 5px;
}
.days-nr i {
	font-style: normal !important;
}
.new-date .days-nr {
	display: block;
	float: left;
	padding: 3px 10px;
	border: 2px solid;
	font-size: 30px;
	line-height: 30px;
}
.show-date {
	font-size: 21.5px;
	display: block;
	padding-top: 5px;
}
.days-txt {
	float: left;
	width: 72%;
	padding-top: 4px;
	margin-left: 3%;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
}
.pk_new .new-date {
	padding-top: 15px;
	width: 100%;
    max-width: 240px;
    margin: 0 auto;
}
.pk_box .pk.pk_new {
	height: 320px;
}
.new-date .days-nr i {
	display: block;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}
.main_menu > li > a:hover::after {
	opacity:0 !important;
}
.main_menu > li.current-menu-item > a::after {
	opacity:0 !important;
}
.menu-item i {
	display: none
}
ul > .menu-item-has-children i {
	display: inline-block;
}
.header_bottom_part {
	padding: 22px 0 21px;
	background: #fbfeff;
}
.header_bottom_part .social_icons {
	position: absolute;
	right: 0px;
	bottom: -24px;
	z-index:10;
}
.hr_list .btn {
	background: #A21A5B;
	border: 1px solid #1780ac;
	padding: 5px 15px;
	border-radius: 3px;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	margin-top: -3px;
	display: block;
}
.hr_list .btn:hover {
	background: #1780ac;
}
.navigation_menu {
	position: relative;
	text-align: right;
	padding-top: 6px;
}
.custom-slider-box {
	width: 896px;
	text-align: center;
	padding: 52px 30px 16px 35px;
	white-space: normal;
}
.custom-slider-box h2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 60px;
	line-height: 70px;
	text-align: left;
	margin-top: 220px;
}
.slide-form {
	margin-top: 27px;
}
.slide-form input[type="text"] {
	border-radius: 1px;
	height: 68px;
	font-style: normal;
	border: 1px solid #e1e4e6;
	font-size: 22px;
	line-height: 26px;
	background: rgba(255, 255, 255, .4);
	color: #A21A5B;
	width: 578px;
}
.slide-form input[type="submit"] {
	border-radius: 1px;
	margin : 0 0 0 15px;
	height: 68px;
	border: 1px solid #fff;
	background: #A21A5B;
	padding: 5px 29px;
	color: #fff;
	width: 228px;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}
.job-box  {
	margin-bottom: 30px;
}
.job-box a.pdf, .job-box a.em {
	display: inline-block;
	margin-bottom: 10px;
	color: #606366;
}
.job-box a.pdf:hover, .job-box a.em:hover {
	color: #A21A5B ;
}
.job-box h3 {
    color: #34383d;
    font-family: "Lato",sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
}
.job-box p {
	margin-bottom: 15px;
}
.job-box ul {
	padding-left: 10px;
	margin-bottom: 15px;
}
.job-box li {
	list-style: outside;
}
footer input[type="submit"] {
	width: 100%;
	margin-top: 5px
}
footer .updates .wpcf7-list-item-label {
	color: #717f81;
}
input[type="submit"] {
	border-radius: 4px;
	height: 36px;
	background: #69BE28;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	min-width: 176px;
}
input[type="checkbox"], input[type="radio"] {
	margin-right: 5px
}
.slide-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #A21A5B;
				font-style: normal;
}
.slide-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #A21A5B;
   opacity:  1;
			font-style: normal;
}
.slide-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #A21A5B;
   opacity: 1;
			font-style: normal;
}
.slide-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
			font-style: normal;
}
/*.slide-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) 
  color: #fff;
		font-style: normal;
}*/
.speaker .img-box a {
	height: 200px;
}
.section-menu ul {
	border: 1px solid #aec0ca;
	border-radius: 3px;
	width: 100%;
	background: #303d43;
	display: inline-block;
}
#events .section-menu ul {
	background: #fff;
}
.section-menu ul li {
	display: block;
	float: left;
	border-right: 1px solid #aec0ca;
}
.section-menu ul li:last-child {
	border-right: none;
}
.section-menu ul li a {
	display: block;
	color: #ffffff;
	font-weight:400;
	font-size: 16px;
	line-height: 24px;
	background: #303d43;
	padding: 10px 9px 9px 10px;
	text-align: center;
	min-width: 49px;
}
.section-menu ul li:first-child a {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.section-menu ul li:last-child a {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.section-menu ul li a:hover, .section-menu ul li a.active, .title-menu-holder .section-menu ul li a.active {
	background: #A21A5B;
	color: #ffffff;
}
.select-selection {
	float: left;
}
.select-selection .dk-selected {
	background: #A21A5B;
	color: #fff;
	padding: 13px 11px;
	font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.select-selection .dk-select, .select-selection .dk-select-multi {
	text-align: left;
	width: 255px;
}
.single-news  .speaker-details img {
	float: left;
}
.section-menu.select-selection label {
	display: block;
	clear: both;
	text-align: left;
	margin-bottom: 10px;
}
.ev-title-box {
	position: relative;
	text-align: center;
}
.pk_box {
	text-align: center;
	padding: 4px 0 30px;
}
.pk_box .pk {
	display: inline-block;
	margin: 0 0 30px 0;
	border: 1px solid #cbcbcb;
	position: relative;
	width: 31%;
	height: 350px;
	text-align: center;
	padding: 30px 15px 50px;
}
.pk_box .pk:not(:nth-child(3n)) {
	margin-right:25px;
}
.pk .btn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	font-size: 18px;
}
.pk h2 {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 10px;
	height: 65px
}
.pk .old-price {
	font-size: 24px;
	margin-bottom: 25px;
	text-decoration: line-through;
	
}
.pk .price {
	font-size: 42px;
	margin-bottom: 30px;
	padding-top:25px
}
.select-selection {
	margin: 0;
	width: 25%;
	float: left;
	padding: 0 15px;
}
.select-selection.last {
	margin-right: 0;
}
.select-selection label {
	font-weight: 700;
	font-size: 14px;
	color: #607979;
	padding-bottom: 9px;
	display: block;
}
.ev-title-box .title-menu-holder {
	position: absolute;
	right:0;
	bottom: 4px;
	margin: 0 !important;
	height: 31px !important;
	top: inherit !important;
}
.select-selection .dk-option {
	display: block;
	width: 100%;
	color: #fff;
	padding: 5px 11px;
}
.news-holder {
	padding: 34px 35px 0;
}
.news-img {
	float: left;
	width: 19%;
	margin-right: 3%;
	position: relative;
	padding-top: 6px;
}
.news-img .tooltip2 {
	position: absolute;
	z-index: 1;
	right: -12px;
	top: 22px;
	background: url(images/tooltip2.png) no-repeat;
	width: 12px;
	height: 16px;
	opacity: 1;
	visibility: visible;
	display: block;
}
.news-img .tooltip1 {
	position: absolute;
	z-index: 1;
	right: -12px;
	top: 22px;
	background: url(images/tooltip1.png) no-repeat;
	width: 12px;
	height: 16px;
	opacity: 1;
	visibility: visible;
	display: block;
}
.news-text {
	float: left;
	width: 78%;
	/*margin-right: 3.2%;*/
}
.news-text p {
	margin-bottom: 10px;
}
.news-logo {
	float: left;
	width: 20%;
	text-align:left;
	margin-top: 3px
}
.news-logo .category-item {
	margin-bottom:10px;
}
.news-text h3 {
	font-size: 18px;
	color: #606366;
	margin-bottom: 12px;
	line-height: 26px;
	font-weight: 700;
}
.news-text h3 a {
	font-size: 18px;
	color: #606366;
}
.news-text .more-link {
	display: none
}
.news-box {
	border-bottom: 1px solid #e3e5e6;
	padding: 39px 0 35px;
}
.news-box .more {
	display: inline-block;
	float: right;
	text-decoration: underline;
	font-size: 14px;
	line-height: 18px;
}
.news-img img {
	border-radius: 3px;
	width:100%;
}
.admin-image {
	float: left;
	width: 27%;
}
.admin-content {
	float: right;
	width: 68%;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.admin-content ul {
	clear: both;
}
p.items-counter {
	color: #606366;
	font-style: italic;
	font-size: 13px;
	text-align: center;
	margin-bottom: 0px;
}
header a.btn {
	margin-bottom: 4px;
}
.btns {
	padding-top: 15px;
}
a.btn {
	font-size: 14px;
	color: #fff;
	background: #69BE28;
	text-align: center;
	display: inline-block;
	min-width: 178px;
	padding: 8px 10px;
	border-radius: 3px;
}
a.btn:hover {
	color: #fff;
}
.cc_container a.cc_more_info, .cc_container a.cc_more_info:hover {
	color:#A5D867 !important;
}
.pagination-holder {
	margin-top: 35px;
}
.cc_container .cc_message {
    font-size: 16px !important;;
    line-height: 24px !important;;
	margin-top: 0 !important;
}
.homeTopSection{
	height: 650px;
	overflow: hidden;
    position: relative;
}
#video_background {
	height: 650px;
}
.video-text {
	position: absolute;
	width: 100%;
	vertical-align: middle;
	z-index: 11;
	text-align: center;
	left: 0;
	top: 210px;
	display:none;
}
.home-video-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
#events h2 {
	color: #fff;
	margin-bottom: 33px;
}
#events .section-menu ul li a:hover, #events .section-menu ul li a.active {
		background: #3ebbdd none repeat scroll 0 0;
		color: #ffffff;
}
#events .section-menu ul li a {
		background: #ffffff none repeat scroll 0 0;
		color: #606366;
}
#communities {
	background: #fbfeff;
	padding-top: 83px;
}
#communities h1 {
	margin-bottom: 24px;
}
.title-box  {
	position: relative;
}
.postid-7 .title-box  {
	padding-top: 20px;
}
.img-box-content {
	max-width: 340px;
	margin: 0 auto;
}
#communities h3, .img-box h3 {
	color: #34383d;
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 13px;
}
section.home-boxes {
	padding: 50px 0 50px
}

#communities h3 a, .img-box h3 a {
	color: #34383d;
}
#communities h3 a:hover, .img-box h3 a:hover {
	color: #A21A5B;
}
#communities .cat-img img {
	border-radius: 0;
}
#communities .cat-img {
	margin-bottom: 25px;
}
#communities .cat-img a {
	display: block
}
#communities .cat-box {
	border: none;
	padding-bottom: 5px;
}
#communities .col-lg-3 {
	padding: 0 6px;
}
#communities .col-lg-3:nth-child(4n+1) {
	clear:both;
}
#communities .row {
	margin: 0 -2px;
}

#communities .cat-text p {
	font-size: 13px;
	color: #606366;
	line-height: 17px;
	height: 68px;
	padding-right: 20px;
}
.title-box .title-menu-holder {
	float:right;
	right: 0;
	top: 4px;
	margin-bottom:10px;
}
.postid-7 .title-box .title-menu-holder {
	float:left;
	margin-left: 30px;
	margin-bottom:10px;
}
.events-page-section .title-box .title-menu-holder {
	top: 19px;
}
.title-menu-holder .section-menu ul li a {
	display: block;
	color: #ffffff;
	font-weight:400;
	font-size: 12px;
	line-height: 18px;
	background: #303d43;
	padding: 6px 25px 5px !important;
	text-align: center;
	min-width: 45px;
}
.title-menu-holder .section-menu ul li:first-child a {
	padding: 5px 11px 5px;
	min-width: 20px;
}
.events-page-section .title-menu-holder .section-menu ul li a:hover,  .events-page-section .title-menu-holder .section-menu ul li a.active {
	color: #fff;
	background: #A21A5B
}

.events-holder {
	padding: 80px 22px 0;
}
.events-holder h2 {
	text-align:center;
}
.events-page-section .events-holder {
	padding: 5px 22px 0;
}
.events-page-section {
	padding-top: 0;
	padding-bottom: 50px;
}


.event-logo {
	height: 186px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	line-height: 184px;
}
.event-logo img {
	vertical-align: middle;
	max-height: 186px;
}
.event-logo .arrow {
	width: 26px;
	height: 20px;
	background: url(images/event-arrow.png) no-repeat;
	position: absolute;
	bottom: -20px;
	left: 26px;
}
.cat-logo {
	background: #f3f3f4;
	padding: 2px 1px;
}
.event-cat {
	float: left;
	width: 22.7%;
	background: #905780;
	height: 112px;
	padding: 34px 15px 30px;
	margin-right: 4.52%;
	margin-top: 5px;
	color: #fff;
	border-top-left-radius: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 22px
}
.event-cat a {
	color: #fff;
	font-size: 16px;
	line-height: 22px
}
.event-text {
	float: left;
	width: 72.5%;
}
.ev-container {
	margin-left: -15px;
	margin-right: -15px;
}
.event-text h3 {
	margin-bottom: 20px;
}
.event-text h3 , .event-text h3 a {
	color: #5b8f22;
	font-size: 18px;
	line-height: 24px;
	display: block;
}
.event-text h3 a span {
	color: #607979;
	font-size: 16px;
}
.event-text, .event-text p {
	color: #000;
}
.logo_box {
	padding-top: 25px;
	padding-bottom: 15px;
}
.event-type-col .event-text {
	float: none;
	padding-top: 16px;
	width: 100%;
}
.event-type-col .event-text p.ev-type {
	font-size: 14px;
	color: #717f81;
	margin-bottom: 11px;
}
.event-type-col .event-text h3 {
	margin-bottom: 11px;
}
.event-type-col .event-text p {
	margin-bottom: 13px;
}
.event-text p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 24px;
}
.ev-date {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #607979;
	margin-bottom: 2px;
}
iframe {
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
.ev-location {
	display: block;
	font-size: 14px;
	color: #607979;
	margin-bottom: 3px;
}
.ev-bottom {
	vertical-align: middle;
	margin-bottom: 15px;
}
.ev-bottom .visita {
	display: inline-block;
	float: left;
	font-style: italic;
	text-decoration: underline;
	font-size: 13px;
	line-height: 17px;
	padding: 3px 0;
	vertical-align: middle;
}

form div.other {
	margin-bottom: 0 !important;
	display: none;
}

form div.other p {
	margin-bottom: 0 !important;
}
.ev-bottom .categ-btn {
	display: inline-block;
	float: right;
	padding: 3px 7px;
	font-size: 13px;
	line-height: 17px;
	vertical-align: middle;
	min-width: 85px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.ev-bottom .categ-btn:hover {
	color: #fff;
}
.categ-btn.conference {
	background: #A21A5B;
}
.categ-btn.training {
	background: #ff00ff;
}
.event-box .divider {
	background: #9797A6;
	height: 1px;
	line-height: 1px;
	clear: both;
	display: block;
	margin-top: 14px;
}
#events p.items-counter {
	color: #fff;
}
#events .pagination-holder {
	margin-top: 8px;
}
.cat-img {
	margin-top: 16px;
	margin-bottom: 15px;
}
.cat-img img {
	border-radius: 2px;
}
.cat-content {
	max-width: 880px;
	margin: 0 auto;
}
.speaker img {
     height: auto; 
   	 width: auto !important;
	 max-height: 100%;
}
.cat-text p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
	height: 49px;
	overflow: hidden;
}
.cat-box {
	border-bottom: 1px solid #d8d8d9;
	padding-bottom: 10px;
}
.cat-box.larger_padding {
	padding-bottom: 27px;
}
.cat-box .text-link {
	float: left;
	width: 40%;
	padding: 0;
}

.cat-box .text-link a {
	color: #1b89b8;
	font-size: 12px;
	text-decoration: underline;
}
.text-link.second {
	text-align: center;
	width: 30%;
}
.text-link.last {
	text-align: right;
	width: 30%;
}
.category-item {
	padding: 1px 0px 2px 64px;
	font-size: 14px;
	display: inline-block;
	text-decoration: none;
	line-height: 21px;
	text-transform: capitalize;
}
.news-logo-single .category-item {
	margin-right:20px;
}
.event-box .category-item {
	font-size: 15px;
}
/* Category Quality */
.category-item.quality {
	background: url(images/quality-logo.png) top left no-repeat;
	color: #632281
}
.category-item.quality:hover {
	color: #632281
}

/* Category Dispositivi */
.category-item.dispositivi {
	background: url(images/dispositivi-logo.png) top left no-repeat;
	color: #c3d53d
}
.category-item.dispositivi:hover {
	color: #c3d53d
}

/* Category Regulatory */
.category-item.regulatory {
	background: url(images/regulatory-logo.png) top left no-repeat;
	color: #86cbe6;
	padding-left: 60px;
}
.category-item.regulatory:hover {
	color: #86cbe6
}

/* Category Cosmesi */
.category-item.cosmesi {
	background: url(images/cosmesi-logo.png) top left no-repeat;
	color: #e63a7c
}
.category-item.cosmesi:hover {
	color: #e63a7c
}

/* Category ricerca */
.category-item.ricerca {
	background: url(images/ricerca-logo.png) top left no-repeat;
	color: #93127f
}
.category-item.ricerca:hover {
	color: #93127f
}

/* Category Produzione */
.category-item.produzione {
	background: url(images/produzione-logo.png) top left no-repeat;
	color: #0b6a64
}
.category-item.produzione:hover {
	color: #0b6a64
}

/* Category Logistica */
.category-item.logistica {
	background: url(images/logistica-logo.png) top left no-repeat;
	color: #f4a120
}
.category-item.logistica:hover {
	color: #f4a120
}

/* Category Marketing */
.category-item.marketing {
	background: url(images/marketing-logo.png) top left no-repeat;
	color: #0e3083
}
.category-item.marketing:hover {
	color: #0e3083
}


/* Custom  blockquote */
.blockquote-custom {
	background: url(images/q-top.png) 10px 10px no-repeat #72CDEE;
	padding: 52px 15px 15px 27px;
	border-radius: 2px;
	position: relative;
	height: 180px;
}
.blockquote-custom .arrow {
	background: url(images/testimonial-arrow.png) no-repeat;
	width: 32px;
	height: 28px;
	position: absolute;
	bottom: -28px;
	left: 25px;
	display: block;
	z-index: 1
}
.blockquote-custom .arrowSh {
	background: url(images/testimonial-arrow-shadow.png) no-repeat;
	width: 32px;
	height: 34px;
	position: absolute;
	bottom: -34px;
	left: 25px;
	display: block;
	z-index: 1
}
.blockquote-custom p {
	color: #000;
	margin-bottom: 0;
	font-size: 15px;
}
.postid-10156 .new-counter-section {
	background: #4b09a1 !important;
}
.slide_url {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	left:0;
	top: 0;
	background: none;
}

.q-det {
	background: #fff;
	height: 70px;
	vertical-align: middle;
	border-radius: 3px;
}
.q-det img {
	vertical-align: middle;
	height: auto;
}
.q-photo {
	display: inline;
	line-height: 70px;
}
.q-det p {
	font-size: 14px;
	color: #606366;
	display: table-cell;
	height: 70px;
	vertical-align: middle;
	text-align: right;
}
.q-det .d_inline_m {
	float: right;
	margin-right: 4%;
	max-width: 45%;
}
.q-photo {
	margin-right: 2%;
	max-width: 48%;
	padding-left: 15px;
}
.logos-list {
	text-align: center;
}
.logos-list li {
	display: inline-block;
	width: 9.6%;
	height: 100px;
	line-height: 98px;
	vertical-align: middle;
	padding: 2px;
}
.logos-list li img {
	vertical-align: middle;
}
.logos-list li a {
	display: block;
}
.social_icons .icon_wrap_size_2 {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.social_tuned i[class|="icon"] {
	font-size: 18px;
}
#footer {
	background: #fff;
	margin-top: 30px;
}
#footer h3 {
	color: #607979;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 28px;
}
#footer h4 a {
	color: #5b8f22;
	font-size: 15px;
	font-weight: 700;
}
#footer h4 {
	color: #5b8f22;
	font-size: 15px;
	margin-bottom: 5px;
}
#footer h4.follow {
	font-size: 18px;
	color: #607979;
	font-weight: bold;
}
.footer-ev-listing p {
	font-size: 12px;
	color: #717f81;
	line-height: 19px;
	margin-bottom: 7px;
}
.footer-ev-listing {
	margin-bottom: 13px;
}
.footer-ev-listing p.ev_date {
	color: #000000;
}
.footer-ev-listing p.ev_date span {
	display: block;
}
.footer-top .post-list a {
	font-size: 12px;
	color: #2daae1;
}

.post-list li {
	margin-bottom: 12px;
	background: url(images/post-logo.png) left 1px no-repeat;
	padding-left: 28px;
	line-height: 18px;
}
footer .social_icons {
	padding-top: 16px;
}
.footer-logo {
	margin-bottom: 30px
}
footer h5.connections {
	font-size: 18px;
	font-weight: 400;
	color: #87c9e5;
	margin-bottom: 18px;
}
footer a.btn {
	width: 100%;
	margin-top: 15px;
	background: #69be28 !important;
}
.f_contact li {
	display: block;
	margin-bottom: 7px;
	color: #000;
}
.f_contact li.address .circle {
	float: left
}
.f_contact li.address .address-holder {
	float: left;
	width: 80%;
	display: block;
}
.f_contact li span.circle {
	color: #606366;
}
.f_contact li a {
	color: #000;
}
.f_contact li a:hover {
	color: #606366
}
.header_top_part [class*="icon_wrap"] i[class|="icon"], .footer-bottom [class*="icon_wrap"] i[class|="icon"] {
	margin: 0
}
.footer-bottom {
	padding: 35px 0 22px;
}
.footer-bottom .row .col {
	padding-left:10px !important;
	padding-right:10px !important;
}
#menu-footer-menu {
	text-align: right;
	margin-top: 30px;
}
#menu-footer-menu li {
	display: inline-block;
	border-right: 1px solid #fff;
	margin-right: 1px;
	padding-right: 7px;
	line-height: 14px;
}
#menu-footer-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
	border: none
}
#menu-footer-menu li.current-menu-item a, #menu-footer-menu li a:hover{
	color: #373737;
}
#menu-footer-menu li a {
	font-size: 12px;
	color: #fff;
	line-height: 14px;
}
.f_contact {
	margin-top: 17px;
	margin-left: 10px;
	margin-bottom: 42px;
}

.footer-bottom .social_icons li {
	display: inline-block;
	margin-bottom: 6px;
	margin-right: 0;
	margin-right: 10px;
	float: none;
}
.social-box {
	margin-top: 40px;
	background: #f0f4f5;
	text-align: center;
	padding: 23px 20px;
	height: 219px;
}
.social-box p {
	color: #777;
	margin-top: 18px;
	font-size: 13px;
	margin-bottom: 9px;
	line-height: 18px;
}
p.valori-text {
	font-size: 24px;
	vertical-align: middle;
}
p.valori-text span {
	vertical-align: middle;
	color: #993366;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 5px;
	padding: 0 10px;
}
/* page style */


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    width: 100%;
	font-size: 14px;
	display: none !important;
}

.page-contact-section div.wpcf7-mail-sent-ok {
	display: block !important;
}
.wpcf7 form {
	position: relative;
}
form label {
	font-size: 12px;
	color: #000;
	margin-bottom: 5px;
	display: block
}
.page-contact-section div.wpcf7-mail-sent-ok {
	top: 0;
}
.page-contact-section {
	padding-top: 7px;
}
.page-register .wpcf7 form {
	padding-top: 0
}

.single .page-section {
	padding-bottom: 50px;
	padding-top: 40px;
	font-size: 12px;
	line-height:18px;
	color: #606366;
}
.single .first-section, .first-section {
	padding-top: 20px !important;
}
.page-section li {
	list-style: outside disc;
	padding: 0;
	margin-left:14px;
	text-indent:0;
}
.page-section ol li {
	background: none !important;
	list-style: decimal;
	margin-bottom: 10px;
}


.page-section ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 5px;
  counter-reset: item;
}

.page-section ol > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}

.page-section ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}



.page-contact-section li {
	list-style: none;
}
.seminar-section ul, .seminar-section ol {
	padding-left: 15px;
	margin-bottom: 20px;
}
.seminar-section ul li {
	list-style-type:disc;
}
.seminar-section ol li {
	list-style-type: decimal;
}
.single .page-section p, .single .page-section li, .page-section p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height:18px;
	color: #606366;
}
.single-res p img {
	vertical-align: middle;
	margin-right: 10px;
}
.single-res p a {
	vertical-align: middle
}
.single .page-section li > ul {
	padding-top: 20px;
}
.single .page-section li > ul li {
	list-style-type: circle;
}
.single .page-section p a, .single .page-section div a, .single .page-section a {
	text-decoration:underline;
}
.wrapper h1 a, .wrapper h2 a, .wrapper h3 a, .wrapper h4 a, .wrapper h5 a, .wrapper h6 a {
	text-decoration: none !important;
}
.speaker-details {
	font-size: 12px;
	line-height:22px;
	color: #606366;
	font-family: Arial, Helvetica, sans-serif;
}
.single .page-section a.name, a.btn {
	text-decoration: none !important;
}
.wrapper a {
	text-decoration: underline;
}
.page-contact-section ul li {
	margin-left: 0;
	padding-left: 0;
}
.page-section {
	padding-bottom: 30px;
}
.page-section h1, h1.title_h {
	font-size: 50px;
	line-height: 58px;
}
h1.title_h {
	margin-bottom: 33px;
}

.breadcrumbs-box .breadcrumbs {
	margin-bottom: 5px;
}
.breadcrumbs-box .breadcrumbs span {
	font-size: 11px;
	color: #606366;
}
.breadcrumbs-box .breadcrumbs a {
	font-size: 11px;
	color: #606366;
}
.breadcrumbs-box .breadcrumbs a:hover {
	color: #A21A5B;
}

.title-section-search {
	background: url(images/farmaceutico-news-media-italia.png) center top no-repeat;
}
.single-post h1 {
	font-size:40px;
	line-height:40px;
	margin-bottom:20px;
}
.title-section h2, .title-section h1 {
	color: #fff;
}
.title-section .title-box {
	background: #669b2b;
	max-width: 860px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.title-section .title-box .container {
	max-width: 100%;
}
footer .social_icons a {
	background: #606366 !important;
	color: #fff !important;
}
footer .social_icons a i {
	color: #fff !important;
}
footer .wpcf7-list-item {
	width: 100%
}
.title-section h2 span.arrow, .title-section h1 span.arrow {
	display: block;
	position: absolute;
	top: 0px;
	right: -85px;
	width: 85px;
	height: 55px;
	background: url(images/title-background-arrow.png) no-repeat;
}
.title-section .title-box .links-box a {
	background: none;
	border-right: 1px solid #5b8f22;
}
.title-section .title-box .links-box a:last-child {
	border: none;
}
.title-section .title-box .links-box a.active, .title-section .title-box .links-box a:hover {
	background: #a8cd6e;
}
div.wpcf7-response-output {
	margin-top: 10px;
}
.cc_banner-wrapper {
	position: fixed !important;
	z-index: 999999999999999 !important;
}
.thank-box {
	display: none;
}
#footer form .wpcf7-mail-sent-ok {
	display: none !important;
}
#footer form.sent p {
	display: none;
}
#footer form.sent .thank-box {
	display: block;
	margin-top: 48px;
	max-width: 250px;
	padding: 15px;
	border: 2px solid #5b8f22;
}
#footer form.sent .thank-box p {
	display: block;
}
.thank-box h5 {
	color: #5b8f22;
    display: block;
    font-size: 16px;
	margin-bottom: 15px;
    line-height: 24px;
}
.thank-box span {
	display: block;
	font-size: 12px;
}
.pagination {
	/*background: #f3f3f4;*/
	border-radius: 5px;
	margin-top: 20px;
	float: left;
	padding: 6px 0px;
	vertical-align: middle;
}
.page-pagination {
	 padding: 10px 0 20px;
}
.page-section .pagination-holder {
	float: right;
	margin-top: 2px;
}
.pagination ul.page-numbers, .pagination .nav-links {
	display: inline-block;
}
.pagination .category-item {
	vertical-align: middle
}
ul.page-numbers, .pagination .nav-links {
	border: none;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 0;
}
ul.page-numbers li {
	float: left;
}
img {
	max-width: 100%;
}
.sp-img {
	float: left;
	width: 18%;
	margin-right: 4%;
}
.sp-content {
	float: left;
	width: 78%;
}

.training_wrapper .trainer .related-ev img {
	max-width: 100% !important;
}

.img-ev {
	float: left;
	width: 22.5%;
	margin-right: 4%;
}
.related-content {
	float: left;
	width: 73.5%;
}
.related-ev {
	margin-bottom: 20px;
}


.sp-content h2 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
}
.sp-content .also {
	padding: 15px 0;
}
.pagination .category-item {
		margin-right:20px
}
ul.page-numbers li a, ul.page-numbers li > span, .pagination .nav-links a, .pagination .nav-links span {
	display: block;
	padding: 6px 5px;
	font-size: 14px;
	border: 1px solid #cacaca;
	min-width: 40px;
	text-align: center;
	margin-right: 7px;
	background: #fff;
	float: left;
	border-radius: 3px;
}

ul.page-numbers li a:hover, ul.page-numbers li.active a, .pagination .nav-links a:hover, .pagination .current {
	background: #a6d868;
	color: #fff;
}

.content.session-agenda .speakers p.cat_title {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #606366
}

ul.page-numbers li.next a, ul.page-numbers li.prev a {
	padding: 5px 20px;
}
ul.page-numbers li.last {
	margin-right: 25px;
}
ul.page-numbers li.next, ul.page-numbers li.prev {
	margin-left: 5px;
}
.page-media {
	margin-bottom: 30px;
	padding-left: 15px;
}
.page-media p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #A21A5B;
	margin: 0
}
.page-media p a {
	color: #A21A5B;
}
span.wpcf7-list-item {
  display: block;
  margin-left: 0;
  float: none;
}
.contactFormBox input[type="checkbox"] {
	float: left;
	height: 14px;
	margin-top: 1px;
	width: 14px;
	vertical-align: middle
}
.contactFormBox label {
	display: inline;
	vertical-align: middle
}
.page-resources hr {
	display: block;
	clear: both;
	border: none;
	background: none;
}
input[type="text"], input[type="email"] {
	width: 100%;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	box-sizing: border-box;
	height: 36px;
	font-size: 16px;
	line-height:20px;
	color: #606366;
	font-style: normal;
	margin-bottom: 15px;
}
select {
	width: 100%;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	box-sizing: border-box;
	height: 36px;
	font-size: 12px;
	margin-bottom: 15px;
	padding: 5px 10px;
	line-height:20px;
	color: #606366;
	font-style: normal;
}

.ev-filter-box {
	margin-bottom: 36px;
	padding-top: 11px;
	margin-left: -15px;
	margin-right: -15px;
}
.res-img {
	float: right;
}
.form-box {
    margin: 0;
    max-width: 450px;
    padding-top: 8px;
}
.events-page-section {
	min-height: 400px;
}
.right-col {
	float: right;
	width: 33%;
}
.col-left {
	float: left;
	width: 62%
}
.post a.btn {
	float: none !important
}
.col-left .thumb {
	clear: both;
	float: none;
	display: block;
	width: auto;
	margin: 30px auto;
	
}

.right-col .wpcf7-list-item {
	float: none;
	width: 100%;
}
.right-col input[type="submit"] {
	width: 100%;
}
.wpcf7-form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bdc3c7;
				font-style: normal
}
.wpcf7-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bdc3c7;
   opacity:  1;
			font-style: normal
}
.wpcf7-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bdc3c7;
   opacity:  1;
			font-style: normal
}
.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bdc3c7;
			font-style: normal
}
/*.wpcf7-form :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) 
  color:    #bdc3c7;
		font-style: normal
}*/
.wpcf7-list-item {
	width: 48%;
	margin-right: 2%;
	float: left;
	display: block;
	margin-bottom: 5px;
}
.accept-terms input[type="checkbox"] {
	margin-bottom: 15px;
	margin-right: 0
}
.social_tuned i[class|="icon"] {
	font-size: 20px;
}

.clearfix {
	display: block;
	clear: both
}
.terms-ck .wpcf7-list-item {
	display: inline;
	width: auto;
	font-size: 12px;
	color: #5F6365;
	margin-bottom: 0
}
.wpcf7-list-item-label {
	font-size: 12px;
	color: #5F6365
}
.title-box .links-box .dk-select {
	display: inline-block;
	width: 110px;
	vertical-align: middle;
	margin-left: 10px;
}
.title-box .links-box .dk-selected {
	line-height: 50px;
	border: none;
	border-radius: 0;
	background: #669b2b;
	color: #fff;
	font-size: 14px;
}
.title-box .links-box  .dk-selected::after {
	border-color: #fff
}
.title-box .links-box .dk-selected::before {

    border-width: 0.5em 0.5em 0;
    border-top-color: #fff;

}
.conference-subtitle {
	display: block;
	line-height: 36px;
	padding: 0 !important;
}
.about-box {
	padding-bottom: 15px;
	padding-top: 37px;
	border-bottom: 1px solid #9797A6;
	margin-bottom: 0px;
}
.page-id-15 .page-section h1 {
	margin-bottom: 40px;
}
.advisory-box {
	width: 25%;
	float: left;
	padding: 20px 20px 30px;
	line-height: 22px;
	text-align: center;
}
.about-box.last {
	border: none
}
.about-box p {
	/*color: #9797a6;*/
}
.second-box p {
	color: #606366;
}
.advisory-box img {
	border-radius: 10px;
	-webkit-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
}
.advisory-box .img-holder {
	margin-bottom: 15px;
}
.advisory-box h3 a {
	color: #606366;
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
}
.advisory-box h3 {
	margin-bottom: 4px;
	line-height: 22px;
}
.advisory-box .job_title {
	font-style: italic;
	font-size: 14px;
	line-height: 21px;
	color: #606366;
	margin-bottom: 6px;
}
.advisory-box .area_of_expertise {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0;
	color: #606366;
}

.page-search .search-submit {
	display: none
}
.page-search {
	padding: 30px 0 15px;
}
.page-search .screen-reader-text, .page-search .search-field {
	vertical-align: middle;
}
.page-search .screen-reader-text {
	color: #A21A5B
}
.page-search {
	padding: 25px 0 	px;
}
.tk-section p {
	font-size: 16px !important;
}
.tk-section p .tk-span {
	font-size: 15px;
	display: block;
	margin-top: 15px;
}
.content-custom-box {
	max-width: 930px;
	margin: 0 auto 48px;
}
footer .top_logos div {
	width: 100%;
}
.mobile-logo {
	display: none;
}
.content-custom-box p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	color: #606366
}
.social-share {
	margin-bottom: 30px;
}
.counter-box {
	float: left;
	padding: 10px 13px;
	border: 2px solid #fff;
}
.social-share a {
	margin-right: 10px;
	display: inline-block;
}

/* history section start */

.history {
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 40px;
	min-height: 300px;
}
.history .arrow {
	display: inline-block;
	background: #000;
	height: 1px;
	width: 94%;
	position: relative;
	margin: 5px 0;
}
.history .arrow span {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(images/arrow.png) no-repeat;
	top: -5px;
	right: -10px;
}
.history .h-right .arrow span {
	position: absolute;
	width: 14px;
	height: 14px;
	background: url(images/arrow-l.png) no-repeat;
	top: -5px;
	left: -8px;
}
.history h4 {
	color: #666666;
	font-size: 16px;
	font-weight: 700;
	margin-top: 51px;
	padding: 0 20px 0 30px;
}
.history p {
	padding: 0 20px 0 30px;
}
.center-progress {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	margin-left: -1px;
	height: 100%;
	bottom: 0;
	background: #a21a5b;
	z-index:101;
}
.h-left {
	float: left;
	width: 50%;
	padding-left: 140px;
	position: relative;
	background: url(images/circle-large.png) top left no-repeat;
	min-height: 150px;
}
.h-right {
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 140px;
	position: relative;
	background: url(images/circle-large.png) top right no-repeat;
	min-height: 150px;
}
.top-circle {
	display: block;
	position: absolute;
	top: -37px;
	left: 50%;
	margin-left: -19px;
	background:url(images/circle.png) bottom center no-repeat;
	width: 36px;
	text-align: center;
	height: 38px;
}
.bottom-circle {
	display: block;
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -19px;
	background:url(images/circle.png) top center no-repeat;
	width: 36px;
	padding-top: 20px;
	text-align: center;
	height: 38px;
}
/* history section end */

.single {
	padding: 0px;
}
.single-advisory-board p {
	color: #606366;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 21px;
}
.single-advisory-board .img-holder img {
	border-radius: 10px;
	-webkit-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 7px 6px 5px -1px rgba(0,0,0,0.75);
}
.single-advisory-board .page-section .container {
	padding: 0 35px;
}
.content-left {
	float: left;
	width: 21.2%;
	text-align: center;
}
.content-right {
	float: right;
	width: 74.8%;
}
.content-left .area_of_expertise {
	margin-top: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}
.community-holder {
	padding-top: 5px;
}
.single-advisory-board h1 {
	margin-bottom: 8px
}
.single h2.subtitle {
	font-size: 26px;
	line-height: 39px;
	margin-bottom: 30px;
	margin-top: 0;
}
.m_bottom_35 {
	margin-bottom: 36px;
}
.page-contact-section h1, .page-contact-section h2 {
	font-size: 36px;
	color: #606366;
	line-height: 36px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-top: 16px;
	margin-bottom: 49px;
}
.page-contact-section h1 {
	margin-bottom: 47px;
}
.page-contact-section {
	color: #606366
}
.color_grey {
	color: #606366
}
div.col1 {
	float: left;
	width:49%;
}
div.col2 {
	float: right;
	width:49%;
}
.wpcf7-form p {
	color:#000000;
	margin-bottom: 0;
	font-size:12px;
}
textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cbcbcb;
	border-radius: 3px;
	box-sizing: border-box;
	color: #606366;
	font-size: 16px;
	font-style: normal;
	height: 140px;
	line-height: 20px;
	margin-bottom: 30px;
	resize: none;
	width: 100%;
}
.page-contact-section input[type="submit"] {
	margin-top: 0;
	margin-bottom: 15px;
}
.page-contact-section h3 {
	margin-top: 37px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 11px;
}
.vr_list_type_5 li .icon_wrap_size_1 {
	margin-left: -30px;
}
.m_right_3 {
	margin-right: 3px
}
.page-contact-section li a, .page-contact-section li span, .page-contact-section li {
	font-size: 14px;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block
}
.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -3px;
}
.accept-terms .wpcf7-not-valid-tip, .accept-terms1 .wpcf7-not-valid-tip {
	bottom: -33px;
}
.seminar-section .form-box {
	padding-bottom: 30px;
}
.single-news blockquote::before {
	position: inherit;
}
.single-news p {
	font-size: 14px;
	line-height: 21px;
	color: #606366;
	margin-bottom: 21px;
}
.single-news .news-img {
	width: 25.5%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.ev-container .events-holder{
	padding: 5px 0 0;
}
.t_container .columns {
	margin-bottom: 30px;
}
.t_container .columns .content p:last-child {
	margin-bottom: 0
}
.pk_box .description-box {
	display: table-cell;
    height: 180px;
    vertical-align: middle;
    width: 312px;
}
.top_logos {
	padding: 40px 0 40px;
	max-width: 800px;
	margin: 0 auto;
}
.hideMob {
    float: none !important;
    width: 100% !important;
}
.footer-bottom .top_logos {
	padding: 30px 0 40px;
}
.footer-bottom .top_logos img {
	max-width: 300px;
}
.hideDesktop {
	display: none;
}
.seminar-section {
	padding-top: 0;
}
.seminar-section p:last-child {
	margin-bottom: 0
}
.map-box {
	float: right;
	width: 41%;
}
.slider-section .btn {
	margin-top: 119px;
}
iframne {
	max-width: 100% !important;
}
.venue-text {
	float: left;
	width: 54%;
}
a.anch {
	display: block;
	height: 0;
	clear: both;
}
.first-section .title-box {
	margin-top: 0;
}
.seminar-section.first-section, .multi-page.first-section {
	padding-top: 0 !important;
}
.center-text {
	max-width: 672px;
	margin: 15px auto 30px;
	background: #fff;
	padding: 15px 20px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.31);
}
.center-text ul {
	list-style: disc
}
.center-text ul li, .about-box.second-box ul li {
	display: block;
	list-style: none;
	padding-left: 15px;
	background: url(images/boolet.png) left 9px no-repeat;
	margin-bottom: 10px;
}
.social-share a {
	background: #606366 !important;
	border: none
}
#iknPopup, #chiSiamo {
	background: #fff;
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
	padding: 15px 15px 10px;
	display: none;
}
#iknPopup img, #chiSiamo img {
	max-width: 300px;
	height: auto;
}
.center-text h2 {
	text-align: left;
	border-bottom: 1px solid #A21A5B;
	color: #A21A5B;
	font-weight: 700;
	font-size: 20px;
	margin-top: 15px;
	line-height: 26px;
	margin-bottom: 15px;
}
.top_logos div {
	width: 33.3%;
	float: left;
}
.col.f-middle-col {
	padding: 0 30px;
	width: 32%;
}
.col.col-last {
	width: 34.5%
}
.top_logos div.right-logo {
	margin-top: 5px;
}
.top_logos div.arrow {
	margin-top: 13px;
}
div.col-left2 {
	width: 50%;
}
div.right-col2 {
	width: 46%;
	padding-top: 5px;
}

.footer-bottom .top_logos div.right-logo {
	width: 41.3%;
}
.footer-bottom .top_logos div.left-logo {
	width: 43.3%;
}
.footer-bottom .top_logos div.arrow {
	width: 15.3%;
	margin-top: 17px;
}
.footer-bottom .top_logos div.arrow img {
	max-width: 55px;
}

.top_logos div.left-logo {
	margin-top: 8px;
}
.top_logos div img {
	max-width: 100%;
}
.hiddenBox {
	display:none;
}
.single-news h1 {
	color: #606366;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 28px;
	padding-top: 5px;
}
.single-content-box hr {
	margin-bottom: 28px;
}
.single-content-box ul, .single-content-box ol {
	padding-bottom: 9px;
}
.single-content-box ul li, .single-content-box ol li {
	margin-bottom: 10px;
	color: #606366;
}
.single-content-box h2, .single-content-box h3, .single-content-box h4, .single-content-box h5, .single-content-box h6 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #606366
}
.entry-summary .more-link, .navigation .screen-reader-text  {
	display: none;
}
/*.page-section ul:not(.nob) li::before, article ul:not(.nob)  li::before, .page-section ul:not(.nob) li::before, article ol li::before {
		color: #A21A5B;
		content: "• ";
		font-size: 14px;
		left: -3px;
		margin-top: 0;
}*/
.page .page-contact-section li::before {
	content: "";
	left: 0;
}
.single-content-box ul li::before, .single-content-box ol li::before  {
	position:absolute;	
}
.single-content-box ul li, .single-content-box ol li  {
		font-size: 14px;
		list-style: inside disc none;
		margin-left: 30px;
		padding-left: 5px;
		position: relative;
		text-indent:-14px;
}
.single-content-box ol li {
	list-style-type:decimal;
}
.single-content-box blockquote p {
	font-style: italic;
	font-size: 14px;
	line-height: 21px
}
.pagination ul li::before, .section-menu ul li::before {
	content: '' !important;
}
section#news h2 {
	margin-bottom: 35px;
}
/*.single-event-box .event-logo {
	-webkit-box-shadow: 8px 7px 3px -2px rgba(92, 92, 92, 1);
	-moz-box-shadow: 8px 7px 3px -2px rgba(92, 92, 92, 1);
	box-shadow: 8px 7px 3px -2px rgba(92, 92, 92, 1);
}*/


.search-nav .search-form {
	display: block;
	position:relative !important;
	opacity: 1 !important;
	visibility: visible !important;
	left: inherit !important;
	transform: none !important
}
.search-nav {
	position: absolute;
	background: #fbfeff;
	height: 40px;
	top: -38px;
	right: auto;
	left: 1px;
	width: 580px;
	max-width: 94%;
	padding: 0;
}
.toggle-search {
	display: none;
	position:absolute;
	top: 23px;
	right: 0;
	background:url(images/lupa.png) 0 0 no-repeat;
	width: 23px;
	height: 22px;
	cursor: pointer;
}
[role="banner"] [role="search"]:not(.type_3) {
	right: 0;
}
.toggle-search.active {
	background: url(images/lupa.png) -27px 0 no-repeat;
}
.search-nav .search-form span {
	display: none
}
.search-nav {
	text-align: left
}
.search-nav input.search-submit {
	margin: 0;
	font-size: 14px;
    height: 32px;
    line-height: 16px;
    padding: 6px 29px;
}
.search-nav input[type="search"] {
    height: 32px;
	box-sizing: border-box;
	width: 71.3%;
}
#menu-mobile {
	display: none;
}
.tinynav { display: none }
.clearfixM {
	display: none;
}
.menu-toggle {
	display: none;
}

.cc_container .cc_message {
	color:#FFF !important;
}
.event-text .btn {
	font-size: 13px;
	line-height: 17px;
	padding: 3px 7px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
	height:15px;
}

::-webkit-scrollbar-thumb {
    background: #5b8f22;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5b8f22), to(#a6d868));
}


/* Training css start */

.training-course-box {
	max-width: 960px;
}
.training-course-box .dates {
	white-space: nowrap;
	line-height: 28px;
	padding-top: 4px;
}
.training-course-box .btn {
	float: right !important;
	margin-top: 13px;
	background: #59227f;
	padding: 6px 30px;
	border: 1px solid #4d1d6d;
	white-space: nowrap;
	font-weight: normal;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff !important;
}
.paddingContent a.ck-btn {
	float: right;
	padding: 7px 15px;
	white-space: nowrap;
	min-width: 180px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-align:center;
}
.training-course-box .btn.reg-btn {
	margin-right: 10px;
	background: #202d36
}
.title-box-tabs h1 {
    float: left;
}
.title-box-tabs .regTabs {
	float: right;
	margin-top: 11px;
}
.title-box-tabs .regTabs li {
		border-right: 1px solid #333;
		display: inline-block;
		padding: 0 12px;
}
.title-box-tabs .regTabs li a {
		color: #333333;
		font-size: 14px;
		line-height: 21px;
}
.title-box-tabs .regTabs li.active a {
	color: #25AAE0;
}
.training-course-box .btn.reg-btn:hover {
	background: #32c182
}
.training-course-box .training-course-table-v2 .btn {
	margin-top: 0;
}
.training-course-box a.btn:hover {
	color: #fff !important;
}
.training-course-box .description {
	margin-bottom: 60px;
}
.ev_style section {
	padding-top: 0 !important;
	padding-bottom: 50px !important
}
.ev_style section.slider-section {
	padding-bottom: 0px !important
}
.ev_style section.counter-section {
	padding: 15px 0 !important;
}

.speaker-details .text {
	float: right;
	width: 65%;
	font-size: 12px;
	line-height: 18px;
}
.content.session-agenda {
	padding-top: 10px;
}
.speaker-details .text li {
	padding-left: 17px;
}
.table-holder {
	padding: 15px;
	border: 1px solid #464646;
	border-radius: 5px;
	margin-bottom: 22px;
}
table.training-course-table {
	text-align: center;
	border: none;
	width: 100%
}
table.training-course-table td, table.training-course-table th {
	border: none;
	border-right: 1px dashed #c7c7c7;
	text-align: center;
	
}
table.training-course-table tr:hover {
	background: none !important;
}
table.training-course-table td {
	color: #3f4447;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
table.training-course-table td a {
	color: #3f4447;
}
table.training-course-table th {
	font-size: 16px;
	color: #5F6365;
	font-weight: 700;
}
table.training-course-table th a {
	color: #656b6f
}
table.training-course-table tr:hover, table.training-course-table tr:hover th {
	background: none !important;
	border-radius: 0;
}
.oldPrice {
	text-decoration: line-through;
}
.thanks {
	margin-bottom: 25px;
}
#attendes {
	display: none;
	padding: 20px 0;
}
.attendBox {
	display: block;
    float: left;
    margin: 0 1% 30px 1%;
    vertical-align: top;
    width: 31%;
}
.attendBox.last {
	margin-right: 0
}
.attendHolder {
	border: 1px solid #ddd;
	padding: 22px 20px 22px 22px;
}
.clear {
	clear: both;
	display:block;
}
.aTitle {
	background: #cccccc;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	display: block;
	float: left;
	margin-left: 15px;
}
.attendBox input[type="text"], .attendBox input[type="email"] {
	margin-bottom: 8px;
}
.attendBox label {
	display: block; margin-bottom: 2px;
}
.details-section .aTitle {
	margin-left: 44px;
	padding: 5px 7px
}

.det-content p {
	padding-left: 50px;
	margin-bottom: 25px;
}
.attendBox input.addres {
	margin-bottom: 10px;
}
.attendBox select {
	background: #ededf4 none repeat scroll 0 0;
	border: 2px solid #a21a5b;
	border-radius: 3px;
	box-sizing: border-box;
	color: #606366;
	font-size: 16px;
	font-style: normal;
	height: 38px;
	line-height: 20px;
	width: 100%;
	margin-bottom:8px;
}
select#attendees {
	width: 60px;
	background: #ededf4 none repeat scroll 0 0;
	border: 2px solid #a21a5b;
	border-radius: 3px;
	box-sizing: border-box;
	color: #606366;
	font-size: 16px;
	vertical-align: middle;
	font-style: normal;
	height: 30px;
	line-height: 20px;
}
#hear_about {
	background: #ededf4 none repeat scroll 0 0;
	border: 2px solid #a21a5b;
	border-radius: 3px;
	box-sizing: border-box;
	color: #606366;
	font-size: 16px;
	vertical-align: middle;
	font-style: normal;
	height: 30px;
	line-height: 20px;
}
.attendees-label, label.hear_about {
	vertical-align: middle;
}
.question .sQuestion span, label span {
   color: #ff0000;
}

.field-box, .attendBox .question, .field-box .question {
	margin: 0 0 15px;
}
.attendBox .sQuestion {
	font-size: 13px;
	margin-top: 2px;
}
.attendBox .input-box input {
	margin-left: 2px
}
.attendBox .input-box label {
	margin-right: 10px
}
.hiddenBox {
	display:none;
}
.ck-subtitle {
	font-size: 20px;
	color: #333333;
	margin-bottom: 27px;
}
.paddingContent input[type="checkbox"], .paddingContent input[type="radio"] {
	width: 0;
	height: 0;
	visibility: hidden;
	margin-right: 0;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: inline-block;
}
.input-box-terms {
	padding-top: 50px;
}
.field-payment-box {
	padding-top: 20px;
}
.bk-confirmation p {
	margin: 0 0 28px;
}
.vatOptions {
	text-align: right;
}
.vatOptions #no_vat {
	visibility: hidden;
}
/*Training css end*/

.training_wrapper .sponsors h3 a, .training_wrapper .sponsors h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #607979;
}
.training_wrapper .sponsors h3 {
	margin-bottom: 18px;
}
.sponsors .level {
	padding-top: 3px;
	padding-bottom: 10px;
}
.sponsors ul {
	list-style:none;
	text-indent:0;
	margin-left:0;
	margin: 0 -7px !important;
	text-indent: 0 !important;
	list-style: none !important;
	list-style-position: inherit !important
}
.sponsors ul li {
	display: block;
	float: left;
	list-style: none;
	border:1px solid #cfcfcf;
	background: #fff;
	margin: 0 1% 18px !important;
	width: 18%;
	height: 100px;
	line-height: 70px !important;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.sponsors ul li img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 70px;
	height: auto;
	margin: 0
}
.sponsors ul li a {
	display: block;
	text-align: center;
	text-indent: 0 !important;
}


/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.site-header {
	position:fixed;
	padding-top:0px;
	z-index: 999;
}
.post-type-archive-farmaceutico_eventi .site-header {
	position:inherit;
}

.training_tabs {
	z-index:100 !important
}

.mobile-btn {
	display: none;
}




/* new css */
.btn.return-btn {
	background: #606366 
}
.testimonial-box {
	padding-top: 5px;
}
.testimonial-box .img-holder {
	float: left;
	width: 19%;
}
.testimonial-box .text-box {
	float: right;
	width: 76%;
}
.testimonial-box .text-box p {
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 14px;
}
.testimonial-box .text-box span {
	font-size: 12px;
	color: #717f81;
	line-height: 14px;
}

.dk-select, .dk-select-multi {
	width:100%;
	border-radius:0.2em;
	height:50px;
}

.dk-selected, .dk-selected:hover, .dk-selected:focus, .dk-select-open-down .dk-selected {
	border-radius:0.2em;
	line-height:36px;
	color:#606366;
	font-size:normal;
	border-color:#CCCCCC;
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options, .dk-select-open-up .dk-selected {
	border-color:#CCCCCC;
}

.dk-select-options .dk-option-highlight, .dk-option-selected {
	background-color:#CCC;
	color:#000;
}

.page-section li.dk-option {
	list-style:none;
}

.dk-selected:after {
	border-left:none;
}
.dk-selected:before {
	border-width:0.5em 0.5em 0;
	border-top-color:#999;
}

.wpcf7-form-control-wrap.Other {
	display:none;
}

@media (max-width: 1200px) {
	
	.pk .price {
		font-size: 34px;
	}
	.pk h2 {
		font-size: 24px;
	}
	.pk .old-price {
		font-size: 20px;
	}
	.pk .btn {
		bottom: 20px;
	}
	.pk_box .description-box {
		display: block;
		height: 180px;
		vertical-align: middle;
		width: 100%;
	}
	div.wpcf7-mail-sent-ok {
		font-size: 13px;
	}
	.sponsors ul li {
		width: 23%;
		height: 170px;
		line-height: 140px !important;
		margin-bottom: 15px;
	}
	[role="banner"] [role="search"]:not(.type_3) {
		width: 100%;
	}
	.homeTopSection{
		height: 530px;
	}
	#video_background {
		height: 530px;
	}
	.video-text {
		top: 150px;
	}
	.search-nav input[type="search"] {
		width: 50%;
	}
	.slide-form {
		margin-top: 60px;
	}
	.hInfo ul li {
		width: auto;
	}
	
	.custom-slider-box h2 {
		font-size: 60px;
	}
	.section-menu ul li a {
		padding: 9px 8px;
		font-size: 13px;
	}
	.section-menu ul {
		width: auto;
	}
	.category-item {
		padding: 2px 0px 2px 64px;
		font-size: 13px;
	}
	.title-menu-holder .section-menu ul li a {
		padding: 5px 20px 5px;
	}
	.testimonial_holder {
		padding: 48px 11.8% 48px 11.2%
}
/*Training css start*/
.title-box-tabs h1 {
	font-size: 30px;
}
.title-box-tabs .regTabs {
	margin-top: 22px;
}
#hear_about {
		width: 200px;
	}
.aTitle {
	font-size: 12px;
}
/*Training css end*/
}

@media (max-width: 999px) {
	.sponsors ul li {
		height: 140px;
		line-height: 110px;
		margin-bottom: 15px;
	}
	.pk_box .pk {
		width: 41%;
	}
	.footer-bottom .top_logos img {
		max-width: 100%;
	}
	.homeTopSection{
		height: 430px;
	}
	#video_background {
		height: 430px;
	}
	.video-text {
		top: 120px;
	}
	.video-text img {
		max-width: 350px;
	}
	.search-nav input[type="search"] {
		width: 40%;
	}

	.event-text h4 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 7px;
	}
	.ev-date {
		font-size: 14px;
	}
	.page-section h1, h1.title_h {
		font-size: 34px;
	}
	/*.events-page-section .container {
		padding-left: 0;
		padding-right: 0
	}*/
	.header_bottom_part {
		padding: 27px 13px;
	}
	
	.events-page-section .events-holder {
		padding: 5px 0 0;
	}
	.custom-slider-box h2 {
		font-size: 58px;
	}
	footer .btn {
		font-size: 15px;
	}
	#menu-footer-menu li a {
		font-size: 11px;
	}
	.category-item {
		padding: 3px 0px 2px 61px;
		font-size: 11px;
	}
	.logos-list li {
		width: 9%;
	}
	.footer-bottom a {
		font-size: 10px;
	}
	.title-section h2 {
		font-size: 40px;
	}
	.social-box {
		padding: 15px 20px;
		height: 203px;
	}
	.section-menu ul li a {
				padding: 8px 3px;
				font-size: 11px;
				min-width: 30px;
	}
	.main_menu > li {
		margin-right: 0;
	}
	.main_menu > li > a {
		font-size: 12px;
	}
	.events-holder {
		padding: 60px 0 0;
	}
	.event-box .category-item {
		font-size: 11px;
	}
	.title-menu-holder .section-menu ul li a {
		padding: 5px 12px 5px
	}
	.news-text {
		width: 48%;
	}
	.news-logo {
		width: 26%;
		float: right;
	}
	p {
		font-size: 13px;
		line-height: 19px;
	}
	.news-text h3 a, .news-text h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.news-holder {
		padding-left: 5px;
		padding-right: 5px;
	}
	.slide-form {
		margin-top: 40px;
	}
		/*Training css start*/
		
		.title-box-tabs .regTabs {
			margin-top: 0;
			margin-bottom: 40px;
		}
		/*Training css end*/
}
@media (max-width: 767px) {
	.footer-bottom .row .col {
		width: 100%
	}
	.footer-bottom .by a {
		font-size: 13px;
	}
	.privacy {
		padding-bottom: 0
	}
	.footer-bottom .by {
		padding-bottom: 55px;
	}
	.home-h-btn {
		padding-top: 18px !important;
		float: right !important;
	}
	.home-h-btn a.btn {
		font-size:14px;
	}
	.hide-on-mob {
		display: none;
		max-width: 190px;
	}
	.home-header .logo_box {
		margin-left: 0px;
	}
	input[type="submit"] {
		width: 100%;
	}
	.pk_box .pk {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.pk .btn {
		width: initial;
	}
	.col-left, .right-col {
		width: 100%;
		float: none;
	}
	.title-box h2, .title-box h1 {
		font-size: 13px;
		float: left;
		padding-top: 12px;
		line-height:24px;
		padding-bottom: 10px;
	}
	.single .page-section {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.sponsors ul li {
		height: 180px;
		line-height: 150px;
		margin-bottom: 15px;
	}
	.single .site-header, .single .site-header .container, .page-template-single-conference-page .site-header, .page-template-single-conference-page .site-header .container {
		height: auto;
		position: relative;
	}
	.single .wrapper, .page-template-single-conference-page .wrapper {
		padding-top: 0;
	}
	.seminar-section .title-box {
		margin-top: 0;
	}
	.venue-text, .map-box {
		float: none;
		width: 100%;
	}
	.video-text {
		top: 100px;
	}
	.video-text img {
		max-width: 300px;
	}
	.header_bottom_part .social_icons {
		display: none;
	}
	.homeTopSection{
		height: 350px;
	}
	#video_background {
		height: 350px;
	}
	.news-img {
		display:none;
	}
	iframe {
		max-width:100%;
		height:auto;
	}
	span.wpcf7-not-valid-tip {
		font-size: 10px;
		bottom: -2px;
	}

	.slider-section .caption, .slider-section .r_slider, .slider-section .r_slider ul {
		display: block !important;
	}
	.page-pagination {
		text-align: center
	}
	ul.page-numbers li a, ul.page-numbers li span, .nav-links a, nav-links span{
		min-width: 32px;
		padding: 3px;
	}
	.pagination {
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
	.page-section .pagination-holder {
		float: none;
		display: inline-block;
	}
	.testimonial_holder {
		padding: 30px 7% 30px 7%
	}
	.blockquote-custom p {
		font-size: 13px;
		line-height: 18px;
	}
	.blockquote-custom {
		height: auto;
	}
	.page-testimonials-section .col-lg-6 {
		padding: 0 15px;
	}
	.clearfixM {
		display: block;
	}
	.advisory-box {
		width: 50%;
	}
	.container .about-box:first-of-type {
		padding-top: 0
	}
	.about-box .col-lg-3 {
		margin-bottom: 20px;
	}
	.title-box.agenda-title-box .links-box a {
		padding: 14px 10px 15px;
	}
	.title-box .links-box a {
		padding: 12px 10px;
		font-size: 12px;
		min-width: 30px;
	}
	.select-selection {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.select-selection label {
		padding-bottom: 0;
	}
	.title-section h2 {
		font-size: 18px;
		padding-top: 10px;
	}
	.page-section .container {
		padding: 0 15px;
	}
	.page-section h1, h1.title_h {
		font-size: 22px;
		line-height: 28px;
	}
	.tinynav { 
		display: block;
		height: 40px;
		width: 97%;
		padding: 10px 15px;
		box-sizing: border-box;
		margin-left: 5px;
		margin-right: 5px;
		background: #ededf4
	}
	.home .tinynav {
		background: #fff;
	}
	.news-holder {
		padding-top: 0;
	}
	.section-menu ul { display: none }
	.title-menu-holder .section-menu ul {
		display: inline-block
	}
	p, ul li, ol li {
		font-size: 12px;
	}
	.menu-toggle {
			border: medium none;
			display: block;
			height: 35px;
			z-index: 999999999;
			left: 2px;
			position: absolute;
			top: 6px;
			width: 38px;
			font-size:42px;
			color:#a8cd6e !important;
	}
		.desktop-h {
			position: relative;
		}
		#footer .container {
			padding: 0
		}
		#menu-footer-menu {
			text-align: center;
			margin-top: 25px;
		}
		h1, h2 {
		font-size: 24px;
		line-height: 30px;
	 }
	section#events {
		padding: 40px 0;
	}
	section#categories {
		padding-top: 40px;
	}
	.title-box .title-menu-holder {
		position: relative;
		top: 0;
		margin-bottom: 30px;
	}
	.postid-7 .title-box .title-menu-holder {
		display: inline-block;
    	float: none;
		margin-top: 15px;
	}
	#events h2 {
		margin-bottom: 20px;
	}
	a.btn {
		width: 100%;
		font-size: 18px;
		margin-bottom: 18px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.slider-section a.btn {
		width: 80%;
		font-size:14px;
		position: absolute;
		left: 10%;
		right: 10%;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.custom-slider-box {
		width: 100% !important
	}
	.cat-img {
		text-align: center;
	}
	.cat-box {
		max-width: 264px;
		margin-left: auto;
		margin-right: auto;
	}
	div.photos .photo a {
		line-height: 167px;
		width: 100%;
		height: 170px;
	}
	div.photo img {
		max-height: 100%;
	}
	div.photos .photo {
		width: 46%;
		margin: 0 2% 15px;
	}
	/*#events .container {
		padding-left: 0;
		padding-right: 0;
	}*/
	.news-img {
		width: 100%;
		margin-right: 0;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
	.news-img .tooltip1 {
		display: none
	}
	.news-box {
		padding-bottom: 15px;
		padding-top: 34px
	}
	.news-text, .news-logo {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}
	.news-logo {
		margin-bottom: 0;
	}
	.container, .home .container {
		padding: 0 15px;
	}
	.slide-form input[type="text"] {
		display: none;
	}
	.slide-form input[type="submit"] {
		height: 41px;
		font-size: 18px;
		margin-left: 0;
	}
	.caption {
		display: block !important
	}
	.custom-slider-box h2 {
		display: none;
	}
	.slide-form {
		margin-top: 0
	}
	section#home {
		padding: 45px 0;
	}
	.wrapper {
		padding-top: 100px;
	}
	.hide-on-mobile {
		display: none;
	}
	.header_top_part {
		display: none
	}
	.hInfo {
		display: none;
	}
	.site-header {
		height: 100px;
	}
	.page-header .container {
		height: 100px;
	}
	.header_bottom_part img {
		max-width: 170px;
		margin-left:20px;
	}
	.logo_box {
		padding-top: 15px;
		z-index: 999999;
		padding-bottom: 3px;
		float: left;
		margin: 0 0 0 30px;
	}
	.m_right_8 {
		margin-right: 5px;
	}
	.logo_box img {
		max-width: 80px;
	}
	header .social_icons {
		padding-top: 34px;
	}
	.nopadding {
	   padding: 0 !important;
	   margin: 0 !important;
	}
	.ev-container .col-lg-4 {
		width: 31%;
		float: left;
		margin-right: 2.2% !important;
	}
	/*Training css start*/
	.table-holder {
		padding: 5px;
	}
	table.training-course-table td, table.training-course-table th {
		padding: 5px;
		font-size: 10px;
		width: auto !important;
	}
	.training-course-box .btn {
		width: auto;
		font-size: 12px;
		padding: 4px 12px
	}
	.attendBox {
		width: 100%;
	}
	.input-box-terms {
		padding: 5px 0 0;
	}
	/*Training css end*/
	.header_bottom_part {
		padding: 7px 13px;
	}

}
@media (max-width: 680px) {
	.title-box {
		height: auto;
	}
	.h-right{
		background: none;
		padding-right:0;
	}
	.h-left{
		background: none;
		padding-left:0;
	}
	.history p {
		padding: 0 10px 0 10px;
	}
	.footer-bottom .row {
		margin: 0
	}
	.footer-bottom .top_logos {
		padding: 32px 0 10px;
	}
	.col.f-middle-col {
		width: 100%;
		padding: 0 15px;
		float: none;
		clear: both;
	}
	.events-page-section {
		padding-bottom: 30px;
	}
	#footer {
		margin-top: 10px;
	}
}
@media (max-width: 520px) {
	div.col-left2 {
	width: 100%;
}
div.right-col2 {
	width: 100%;
	padding-top: 8px;
}

.single-news  div.speaker-details img {
	max-width: 40%;
	height: auto;
	margin: 0px 20px 20px 0px
}
div.sp-img {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
div.sp-content {
    float: none;
    width: 100%;
}
.sp-img img, .training_wrapper div.trainer img {
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	float: none;

}
footer .social_icons {
	margin-top: 0
}
.seminar-section .form-box {
	padding-bottom: 0;
}
#footer h3 {
	margin-bottom: 5px;
}


.ev-container .col-lg-4 {
		width: 100%;
		max-width: 350px;
		padding: 0 15px !important;
		float: none;
		margin: 0 auto 50px !important
	}
	.video-text {
		top: 80px;
	}
	.video-text img {
		max-width: 250px;
	}
	
	
	.table-holder-padding {
		position: relative;
		padding-bottom: 66px;
	}
	table.data-table,
		table.data-table thead,
		table.data-table tbody,
		table.data-table th,
		table.data-table td,
		table.data-table tr:not(.oferta_child) { 
			display: block; 
		}
		 table.data-table tr.active {
			 display:block !important;
		 }
		 /* Hide table headers (but not display: none;, for accessibility) */
		
		table.data-table thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		table.data-table td {
			padding-left: 55%;
		}
		table.data-table td:before {
			position: absolute;
			top: 12px;
			font-weight: 400;
			left: 6px;
			width: 40%;
			font-size: 11px;
			padding-right: 5%;
			content: attr(data-label);
			text-align:left;
		}
		table.data-table td { 
			/* Behave  like a "row" */
			position: relative;
			padding-left: 50%;
			font-size: 11px;
			text-align:left;
			width:100% !important;
			max-width:inherit !important;
			border-bottom: 1px dashed #ccc !important;
			border-right: none !important;
			padding-top: 12px!important;
			padding-bottom: 12px!important;
			line-height: 18px;
		    height:auto;
		}
		.mobile-btn {
			display: block;
			position: absolute;
			width: 100%;
			text-align: center;
			bottom: 15px;
			left: 0;
		}
		.training-course-box .mobile-btn a.btn {
			float: none !important;
			margin: 0;
			font-size: 14px;
			padding: 10px 25px;
		}
		.training-course-box table.data-table .dates {
			white-space: normal;
			line-height: 18px;
		}
}
@media (max-width: 420px) {
	.sponsor-admin-image {
		width: 100%;
		float: none !important;
		text-align: center;
		padding: 15px 30px !important;
	}
	.sponsor-admin-content {
		width: 100% !important;
		float: none !important;
		padding: 15px 0 !important;
	}
	.single .first-section, .first-section {
		padding-top: 0 !important
	}
	header .col-sm-7 {
		float: left;
		width: 100%;
	}
	header h2, header h1 {
		font-size: 16px;
		margin-bottom: 0;
	}
	header h3 {
		font-size: 14px;
		margin-bottom: 7px
	}
	.sponsors ul li {
		width: 48%;
	}
	.img-box-content {
		max-width: 100%;
	}
	.ev_style section {
		padding-bottom: 25px !important
	}
	.title-box .links-box {
		float: right;
	}
	.title-section .links-box {
		float: left;
	}
	.video-text {
		top: 70px;
	}
	.video-text img {
		max-width: 180px;
	}
	.mobile-logo {
		display: block;
	}
	.desktop-logo {
		display: none;
	}
	.homeTopSection{
		height: 210px;
	}
	#video_background {
		height: 210px;
	}
	#iknPopup img, #chiSiamo img {
		max-width: 80%
	}
	.hideMob {
		display: none;
	}
	.top_logos div.arrow, .footer-bottom .top_logos div.arrow {
		margin-top: 18px
	}
	.footer-bottom .top_logos {
		padding: 30px 0 15px;
	}
	.top_logos div {
		float: none;
		width: 100% !important;
	}
	.hideDesktop {
		display: block;
	}
	.course-box-holder {
		margin-bottom: 20px;
	}
	.table-holder {
		width: 100%;
	}
	.advisory-box {
		width: 100%;
	}
	.sponsors ul li {
		height: 181px;
		line-height: 110px;
		margin-bottom: 10px;
	}
	
}
@media (max-width: 321px) {
	.video-text {
		top: 60px;
	}
	.video-text img {
		max-width: 160px;
	}
	.homeTopSection{
		height: 180px;
	}
	#video_background {
		height: 180px;
	}
	.menu-toggle {
			border: medium none;
			display: block;
			height: 35px;
			z-index: 999999999;
			left: 2px;
			position: absolute;
			top: 4px;
			width: 34px;
			font-size:28px;
	}
	
}
@media (max-width: 1290px) { 
.at4-share-outer { display: none }
}
