@charset 'UTF-8';
@font-face {
    font-family: 'Museo Sans 300';
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.eot);
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.eot?#iefix) format('embedded-opentype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.woff2) format('woff2'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.woff) format('woff'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.ttf) format('truetype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSans-300.svg#MuseoSans-300) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Rounded 500';
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.eot);
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.eot?#iefix) format('embedded-opentype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.woff2) format('woff2'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.woff) format('woff'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.ttf) format('truetype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-500.svg#MuseoSansRounded-500) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Rounded 300';
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.eot);
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.eot?#iefix) format('embedded-opentype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.woff2) format('woff2'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.woff) format('woff'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.ttf) format('truetype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300) format('svg');
    font-weight: 300;
    font-style: normal;
}


.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.mpfy-notext { font-size: 0px; line-height: 0px; height: 0px; text-indent: -4000px; }
.mpfy-hidden { display: none; }

.mpfy-container { position: relative; }
.mpfy-container img { max-width: none; }
.mpfy-container * { font-family: 'Montserrat', sans-serif; }

.mpfy-map { position: relative; overflow: hidden; }
.mpfy-zoom-in { display: block; width: 34px; height: 34px; font-size: 0px; line-height: 0px; text-indent: -4000px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/zoom-in.png) no-repeat 0 0; z-index: 1011; margin: 10px 0 0 10px; position: relative; }
.mpfy-zoom-out { display: block; width: 34px; height: 34px; font-size: 0px; line-height: 0px; text-indent: -4000px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/zoom-out.png) no-repeat 0 0; z-index: 1011; margin: 10px 0 0 10px; position: relative; }

.mpfy-tooltip { width: 320px; position: absolute; top: 0; left: 0; z-index: 99999; display:none; opacity: 0; font-size: 14px; }
.mpfy-tooltip * { font-family: 'Montserrat', sans-serif; }
.mpfy-tooltip .inner-wrap { position: relative; left: 0px; top: 0px; }
.mpfy-tooltip p { font-size: 15px; line-height: 24px; color: #FFFFFF; padding-bottom: 0; margin-bottom: 0; }
.mpfy-tooltip img { width: 100%; height: auto; }
.mpfy-tooltip .center { padding: 30px; background: rgba(0, 0, 0, 0.5); }
.mpfy-tooltip .bottom { margin: 0 auto; width: 0px; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 20px solid rgba(0, 0, 0, 0.7); }
.mpfy-tooltip .mpfy-close-tooltip {
	display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/close-mobile.png) no-repeat center;
    background-color: #000000;
    background-size: 12px;
    border-radius: 20px;
    border: 1px solid #fff;
}
.mpfy-tooltip .mpfy-close-tooltip:hover {
	transform: rotate(180deg); 
	transition: transform .4s;
}
.mpfy-tooltip.mpfy-tooltip-has-popup { 
	cursor: pointer; 
}

.mpfy-tooltip.mpfy-flip-tooltip { margin-top: -11px; }
.mpfy-tooltip.mpfy-flip-tooltip .top { display: none; }
.mpfy-tooltip.mpfy-flip-tooltip .center { padding: 20px 40px 20px 20px; background: #FFFFFF !important; }
.mpfy-tooltip.mpfy-flip-tooltip .center p { margin-bottom: 10px; }
.mpfy-tooltip.mpfy-flip-tooltip .bottom { display: none; }
.mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-closest-pin { color: #FFFFFF; padding: 10px 15px; border-radius: 4px; background: #323232; text-decoration: none; font-size: 16px; white-space: nowrap; }
.mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-closest-pin:hover { background: #3A3A3A; }
.mpfy-tooltip.mpfy-flip-tooltip .center .mpfy-or-text { line-height: 39px; margin-bottom: 0; }
.mpfy-tooltip.mpfy-flip-tooltip .mpfy-close-tooltip { top: 20px; right: 10px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/close.png) no-repeat center center; }

.mpfy-tooltip .mpfy-directions-button { display: inline-block; width: auto; margin: 15px 0px -5px 0px; padding: 5px 25px 5px 10px; height: 17px; line-height: 17px; border: 1px solid #525252; text-decoration: none; font-weight: bold; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/directions-btn.png) no-repeat right center; color: #525252 !important; -webkit-box-sizing: content-box; box-sizing: content-box; }

.mpfy-controls-wrap { position: absolute; left: 0; right: 0; top: 0; }
.mpfy-controls { position: relative; overflow: visible; min-height: 48px; z-index: 1100; background: rgba(0,0,0,0.6); }

.mpfy-hidden-tag { display: none; }
.mpfy-hidden-search { display: none; }

/* General */
.mpfy-selecter-wrap .selecter { width: 100%; height: 48px; max-width: none; margin: 0; padding: 0; position: relative; background: #272727; }
.mpfy-selecter-wrap .selecter .selecter-selected { display: block; position: relative; z-index: 1020; overflow: hidden; padding: 15px 30px 15px 19px; border: 0; margin: 0; font-style: italic; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; line-height: 18px; background: none; border-radius: 0; color: #FFFFFF; }
.mpfy-selecter-wrap .selecter .selecter-selected:after { content: ''; position: absolute; top: 20px; right: 12px; display: block; width: 10px; height: 8px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/select-arrow.png) no-repeat left top; border: 0; margin: 0; padding: 0; }
.mpfy-selecter-wrap .selecter.open .selecter-selected:after { background-position: left bottom; }
.mpfy-selecter-wrap .selecter .selecter-options { background: #272727; border-radius: 0; border: none; box-shadow: none; }
.mpfy-selecter-wrap .selecter .selecter-options .selecter-item { background: none; border-radius: 0; border: 0; color: #FFFFFF; font-size: 12px; }
.mpfy-selecter-wrap .selecter .selecter-options .selecter-item:hover { background: #3a3a3a; }

/* Filter */
.mpfy-controls .mpfy-filter { float: right; width: 240px; height: 48px; background: #6e6e6f; }
.mpfy-controls .mpfy-filter .selecter,
.mpfy-controls .mpfy-filter .selecter .selecter-options { background: #6e6e6f; }

/* Search */
.mpfy-controls .mpfy-search-form { display: inline; float: right; height: 48px; background: #272727; margin: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-wrap {
	display: flex;
	position: relative;
	padding: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all 0.15s linear;
}
.mpfy-controls .mpfy-search-form input { outline: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-input { display: inline; float: left; width: 165px; height: 28px; background: none; border: 0; padding: 0; margin: 0 30px 0 0; color: #FFFFFF; font-size: 12px; }
.mpfy-controls .mpfy-search-form .mpfy-search-input::-webkit-input-placeholder { color: #FFFFFF; font-style: italic; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mpfy-controls .mpfy-search-form .mpfy-search-input::-moz-placeholder { color: #FFFFFF; font-style: italic; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mpfy-controls .mpfy-search-form .mpfy-search-input::-moz-placeholder { color: #FFFFFF; font-style: italic; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mpfy-controls .mpfy-search-form .mpfy-search-input::-ms-input-placeholder { color: #FFFFFF; font-style: italic; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:focus::-webkit-input-placeholder { opacity: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:focus::-moz-placeholder { opacity: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:focus::-moz-placeholder { opacity: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:focus::-ms-input-placeholder { opacity: 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-field {position: relative;display: inline;float: left;margin-right: 5px;}
.mpfy-controls .mpfy-search-form .mpfy-search-clear { display: none; position: absolute; top: 5px; right: 5px; width: 20px; height: 17px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/ico-clear.png) no-repeat 0 0; font-size: 0px; line-height: 0px; text-indent: -4000px; text-decoration: none; }

.mpfy-tags-list { padding: 10px 10px 0 10px; background: #f0f0f0; }
.mpfy-tags-list a.mpfy-tl-item { box-sizing: border-box; position: relative; display: inline; float: left; padding-left: 35px; margin: 0 13px 10px 13px; height: 27px; line-height: 27px; color: #000000; text-decoration: none; font-size: 14px; }
.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon { position: absolute; left: 0px; top: 0px; display: block; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/default-view-new.png) no-repeat 0 0; min-width: 24px; height: 27px; }
.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon img { width: auto; border: none; box-shadow: none; max-width: 100%; }

.mpfy-map-canvas-shell { position: relative; }
.mpfy-map-canvas-shell img { opacity: 1 !important; transition: none !important; max-width: none !important; box-shadow: none !important; border-radius: 0 !important; border: 0 !important; }

@media(max-width: 767px){
    .mpfy-controls .mpfy-search-form { float: none; display: block; width: 100%; }
}

/* Search Radius */
.mpfy-controls .mpfy-search-radius {margin: 0;float: left;height: 48px;}
.mpfy-controls .mpfy-search-radius-label, 
.mpfy-controls .mpfy-after-search-radius-label { 
	display: inline; float: left; line-height: 48px; color: #FFFFFF; font-size: 12px; 
}
.mpfy-controls .mpfy-search-radius .mpfy-selecter-wrap {display: inline;float: left;}
.mpfy-controls .mpfy-search-radius .selecter .selecter-selected {
	padding-left: 14px;
	font-style: normal;
}
.mpfy-controls-mobile .mpfy-search-radius { width: 110px; }
.mpfy-controls .mpfy-search-radius .mpfy-search-radius-type-wrap {
	display: none;
	position: relative;
	padding-right: 2px;
}
.mpfy-search-form.has-multiple-queries .mpfy-search-radius .mpfy-search-radius-label {
	display: none;
}
.mpfy-search-form.has-multiple-queries .mpfy-search-radius .mpfy-search-radius-type-wrap {
	display: block;
}

/* Mobile Layout */
.mpfy-controls-mobile .mpfy-filter { float: none; width: auto; }

.mpfy-controls-mobile .mpfy-search-form { float: none; display: block; }
.mpfy-controls-mobile .mpfy-search-form .mpfy-search-wrap { width: auto; }
.mpfy-controls-mobile .mpfy-search-wrap .mpfy-search-input { width: 80%; margin-right: 20px; }

/* Map Location List */
.mpfy-mll-pagination { position: relative; margin-top: 8px; }

.mpfy-mll-location { background: #FFFFFF; margin-top: 8px; }
.mpfy-mll-location.active { background: #EEEEEE; }
.mpfy-mll-location.mpfy-mll-pagination-hidden { display: none; }
.mpfy-mll-location.mpfy-mll-filter-hidden { display: none; }
.mpfy-mll-location .mpfy-mll-l-heading { position: relative; padding: 15px; border: 2px solid #c6c6c6; overflow: hidden; cursor: pointer; }
.mpfy-mll-location .mpfy-mll-l-content { display: none; position: relative; padding: 15px 15px 0 15px; border: 2px solid #c6c6c6; border-top: 0; }
.mpfy-mll-location .mpfy-mll-l-content p { margin-bottom: 15px; }

.mpfy-mll-location .mpfy-mll-l-pin { position: absolute; left: 0; top: 0; width: 57px; height: 57px; background: no-repeat center center; }
.mpfy-mll-location .mpfy-mll-l-title { font-size: 14px; font-weight: bold; padding: 0 0 0 42px; line-height: 28px; }
.mpfy-mll-location .mpfy-mll-l-categories { display: inline; float: right; }
.mpfy-mll-location .mpfy-mll-l-categories a { display: inline-block; font-size: 13px; line-height: 25px; background: #f4f4f4; color: #535d66; border: 1px solid #c8c8c8; border-radius: 3px; margin-left: 5px; padding: 0 10px; white-space: nowrap; text-decoration: none; font-weight: normal; }
.mpfy-mll-location .mpfy-mll-l-categories a:hover { text-decoration: none; background: #535d66; color: #f4f4f4; }

.mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories { display: block; float: none; margin-top: 10px; }
.mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories a { margin-left: 0; margin-right: 5px; }

.mpfy-mll-location .mpfy-mll-l-buttons { margin-bottom: 15px; }
.mpfy-mll-location .mpfy-mll-l-buttons a,
.mpfy-mll-button {display: inline-block;font-size: 13px;line-height: 35px;height: 36px;background: #ffffff;color: #535d66;border: 1px solid #c8c8c8;border-radius: 3px;margin-right: 10px;padding: 0 12px;white-space: nowrap;text-decoration: none;}
.mpfy-mll-location .mpfy-mll-l-buttons a:hover,
.mpfy-mll-button:hover { text-decoration: none; background: #535d66; color: #f4f4f4; }

.mpfy-mll-pagination .mpfy-mll-button-prev,
.mpfy-mll-pagination .mpfy-mll-button-next { position: absolute; display: block; float: none; margin: 0; left: 0; top: 0; }
.mpfy-mll-pagination .mpfy-mll-button-next { left: auto; right: 0; }
.mpfy-mll-pagination .mpfy-mll-pagination-status { line-height: 36px; text-align: center; }

/* ------------------------------------------------------------ *\
	MapifyPro 3.0 Release
\* ------------------------------------------------------------ */

.mpfy-container * {  outline: none !important; }

.mpfy-controls .mpfy-filter { width: 187px; height: 40px; border-radius: 5px 0 0 5px; }

.mpfy-controls { background-color: transparent; margin: 14px 20px 0px; min-height: 40px; }
.mpfy-controls .mpfy-filter .selecter  { background-color: #fff;  font-size: 15px; border: 1px solid #e1e3e6; border-right: 0; border-radius: 5px 0 0 5px; }

.mpfy-controls.mpfy-without-search .mpfy-filter,
.mpfy-controls.mpfy-without-search .mpfy-filter .selecter { border-radius: 5px; }
.mpfy-controls.mpfy-without-search .mpfy-filter .selecter { border: 1px solid #e1e3e6; }

.mpfy-controls.mpfy-without-dropdown .mpfy-search-form {
    border-radius: 5px;
    padding-left: 5px;
}

.mpfy-selecter-wrap .selecter .selecter-selected {color: #525252;padding: 11px 50px 9px 15px;font-style: normal;font-size: 15px;}
.mpfy-selecter-wrap .selecter .selecter-selected:after {background: none;width: 0;height: 0;top: 16px;right: 15px;border-style: solid;border-width: 8px 5px 0 5px;border-color: #6e6e6f transparent transparent transparent;transition: all .3s;}

.mpfy-selecter-wrap .selecter.open .selecter-selected:after  { transform: rotate(180deg); }

.mpfy-selecter-wrap .selecter,
.mpfy-controls .mpfy-search-form { background-color: #7b7b7b; }

.mpfy-selecter-wrap .selecter { height: 40px; 	}
.mpfy-controls .mpfy-search-form { border-radius: 0 5px 5px 0; }
.mpfy-controls .mpfy-search-form .mpfy-search-field {
	display: flex;
	margin: 0;
	position: relative;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-queries {
	background: transparent;
	height: 40px;
	overflow: hidden;
	padding-right: 2px;
	vertical-align: middle;
    position:relative;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-queries.show-query-fields {
	height: auto;
	overflow: visible;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item + .mpfy-search-field-item {
	padding-top: 2px;
	position: relative;
	background: #7b7b7b;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item + .mpfy-search-field-item:before {
	content: '';
    height: 2px;
    background-color: #828282;
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item a,
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-dropdown-toggle {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #ffffff;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-dropdown-toggle {
	position: absolute;
	right: 3px;
	top: 0;
	background: #7b7b7b;
	display: none;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-multiple-label {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 43px;
	color: #ffffff;
	background: #7b7b7b;
	padding: 10px 10px 10px 13px;
	font-size: 14px;
	height: 40px;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-dropdown-toggle:after {
	content: '';
	background: none;
	width: 0;
	height: 0;
	top: 16px;
	right: 15px;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	transition: all .3s;
	position: absolute;
}
.mpfy-controls .mpfy-search-form.has-multiple-queries .mpfy-search-field-queries:not(.show-query-fields) .mpfy-search-field-dropdown-toggle,
.mpfy-controls .mpfy-search-form.has-multiple-queries .mpfy-search-field-queries:not(.show-query-fields) .mpfy-search-field-multiple-label {
	display: block;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item {
	display: flex;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field input[type = 'search'] {
	height: 40px;
	margin: 0;
	padding: 10px 0 10px 13px;
	box-sizing: border-box;
	width: 200px;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item .mpfy-search-field-add-item:hover,
.mpfy-controls .mpfy-search-radius .selecter .selecter-selected:hover:before,
.mpfy-controls .mpfy-search-form .mpfy-search-button:hover {
    background-color: transparent;
}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item .mpfy-search-field-remove-item:hover {
    background: #902c2c;
}

@media (max-width: 767px) {
	.mpfy-controls .mpfy-search-form .mpfy-search-field input[type = 'search'] {
		height: 50px;
		padding: 10px 0 10px 17px;
		flex-grow: 1;
	}
	.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item a,
	.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-dropdown-toggle {
		height: 50px;
		line-height: 50px;
		width: 60px;
		right: 0;
	}
	.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-multiple-label {
		right: 63px;
		height: 50px;
		padding-top: 13px;
		font-size: 16px;
	}
	.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-dropdown-toggle:after {
        top: 20px;
        right: 25px;
     }
	.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-queries {
        height: 50px;
	}
}

.mpfy-controls .mpfy-search-form .mpfy-search-clear { display: none !important; }

.mpfy-controls .mpfy-search-form .mpfy-search-input { font-style: normal; height: auto; margin-right: 12px; }
.mpfy-controls .mpfy-search-form .mpfy-search-input,
.mpfy-controls .mpfy-search-radius-label, .mpfy-controls .mpfy-after-search-radius-label,
.mpfy-selecter-wrap .selecter .selecter-selected { font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300;  }

.mpfy-controls .mpfy-search-form .mpfy-search-input { font-style: normal; height: auto; margin-right: 12px; }
.mpfy-controls .mpfy-search-form .mpfy-search-input,
.mpfy-controls .mpfy-search-radius-label,
.mpfy-controls .mpfy-after-search-radius-label { font-size: 14px; }

.mpfy-controls .mpfy-search-radius .selecter .selecter-selected { font-size: 14px; }


.mpfy-controls .mpfy-search-radius .selecter .selecter-selected  {color: #fff; padding-top: 13px; }

.mpfy-controls .mpfy-search-radius .selecter .selecter-selected:before {
	content: '';
	width: 40px;
	height: 40px;
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.15s linear;
}
.mpfy-controls .mpfy-search-radius .selecter .selecter-selected:after { border-width: 8px 5px 0 5px; border-color: #fff transparent transparent transparent; }

.mpfy-controls .mpfy-search-form .mpfy-search-input::-webkit-input-placeholder {  font-style: normal; color: #fff;  opacity: 1; }
.mpfy-controls .mpfy-search-form .mpfy-search-input::-moz-placeholder {  font-style: normal; color: #fff;  opacity: 1; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:-moz-placeholder {  font-style: normal; color: #fff;  opacity: 1; }
.mpfy-controls .mpfy-search-form .mpfy-search-input:-ms-input-placeholder {  font-style: normal; color: #fff;  opacity: 1; }

.mpfy-controls .mpfy-search-form .mpfy-search-button {
	background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/search-icon.png) no-repeat 0 0;
	background-position: center center;
	background-color: transparent;
	border-radius: 0 5px 5px 0;;
	height: 40px;
	background-size: 18px;
	width: 40px;
	padding: 0;
	transition: all 0.15s linear;
	vertical-align: top;
}

.mpfy-controls .mpfy-search-has-results .mpfy-search-button {
	display: none;
}

.mpfy-controls .mpfy-search-loading .mpfy-search-button {
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/ajax_loader.gif);
    background-repeat: no-repeat;
	display: block;
}

.mpfy-controls .mpfy-search-form .mpfy-reset-search-button {
	background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/close-mobile.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 40px;
	width: 40px;
	padding: 0;
	background-size: 18px;
	background-color: transparent;
	transition: all 0.15s linear;
	border-radius: 0 5px 5px 0;
	position: relative;
	cursor: pointer;
	display: none;
}

.mpfy-controls .mpfy-search-has-results .mpfy-reset-search-button {
    display: inline-block;
}

.mpfy-controls .mpfy-search-loading .mpfy-reset-search-button {
	display: none;
}

.mpfy-controls .mpfy-search-form .mpfy-reset-search-button:hover {
    background-color: #902c2c;
}

.mpfy-controls .mpfy-search-form .mpfy-search-button:active {box-shadow: none;}

.mpfy-controls .mpfy-search-radius-label,
.mpfy-controls .mpfy-after-search-radius-label {
	height: 40px;
	line-height: 44px;
	margin-top: 0;
	position: relative;
	padding-right: 18px;
	padding-left: 13px;
}

.mpfy-controls .mpfy-after-search-radius-label {	
	font-size: 16px;
    line-height: 42px;
	padding-right: 15px;
    padding-left: 18px;
}

.mpfy-controls .mpfy-search-radius-label:after,
.mpfy-controls .mpfy-after-search-radius-label:before {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #828282;
	position: absolute;
	right: 3px;
	top: 5px;
}

.mpfy-controls .mpfy-after-search-radius-label:before {
	left: 3px;
	right: auto;
}

.mpfy-controls .mpfy-search-field .mpfy-after-search-radius-label {
	display: none;
}

@media(max-width: 767px){
    .mpfy-controls .mpfy-search-radius-label:after {
		top: 0;
		width: 2px;
		height: 100%;
	}
}
.mpfy-controls .mpfy-search-radius-label span { padding: 0 3px 0 3px; position: relative; top: 1px; }
.mpfy-controls .mpfy-search-form,
.mpfy-controls .mpfy-search-radius {height: 40px;}

.mpfy-controls .mpfy-search-radius {position: relative;padding: 0 2px 0 2px;}
.mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-queries:after,
.mpfy-controls .mpfy-search-radius:after,
.mpfy-controls .mpfy-search-radius .mpfy-search-radius-type-wrap:after {
	content: '';
	width: 2px;
	height: 30px;
	background-color: #828282;
	position: absolute;
	right: 0;
	margin-top: 5px;
	top: 0;
}

.mpfy-controls .mpfy-filter .selecter,
.mpfy-controls .mpfy-filter .selecter .selecter-options { background-color: #fff; }

.mpfy-controls .mpfy-filter .selecter .selecter-options  { box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25); top: 110%; min-width: 235px; right: 0; left: auto; border-radius: 8px; padding: 20px 0; }
.mpfy-selecter-wrap .selecter .selecter-options .selecter-item {  font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300;  font-size: 16px; color: #525252; transition: color .23s; padding: 2px 26px; }

.mpfy-selecter-wrap .selecter .selecter-options { background-color: #fff; box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25); top: 110%; border-radius: 8px; left: auto; right: 0; min-width: 130px; padding: 15px 0; }

.mpfy-controls .mpfy-filter .selecter .selecter-options,
.mpfy-selecter-wrap .selecter .selecter-options { display: block !important; top: 50%; transition: all .3s; opacity: 0; z-index: -1; visibility: hidden; padding: 0; }

.mpfy-controls .mpfy-filter .selecter.open .selecter-options,
.mpfy-selecter-wrap .selecter.open .selecter-options  { top: 110%; opacity: 1; visibility: visible; height: auto; padding: 15px 0; }

.mpfy-selecter-wrap .selecter .selecter-options .selecter-item:hover { background-color: #fff; color: #6897b6; }

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected { box-shadow: none; }

.mpfy-tags-list {background-color: #f0f0f0;border-top: 1px solid #fff;padding: 12px 10px 0 6px;}
.mpfy-tags-list a.mpfy-tl-item { 
	font-family: 'Museo Sans Rounded 300', sans-serif; 
	font-size: 15px; 
	color: #5b5e6b; 
	font-weight: 300;
	padding-left: 0; 
	display: flex; 
	align-items: center;  
	flex-wrap: wrap; 
}
.mpfy-tags-list a.mpfy-tl-item:not(.tag-all) {
	color: #5b5e6b;
	background-color: #fff;
	padding: 0 16px 0;
	line-height: 25px;
	height: 27px;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	transition: all .3s;
	margin: 0 6px 12px 6px;
}
.mpfy-tags-list a.mpfy-tl-item:not(.tag-all):hover,
.mpfy-tags-list a.mpfy-tl-item.tag-selected {
    background: #838383;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}
.mpfy-tags-list a.mpfy-tl-item.tag-selected,
.mpfy-tags-list a.mpfy-tl-item.tag-selected:hover {
	background: #535d66;
}
.mpfy-tags-list a.mpfy-tl-item:not(.tag-all):hover em,
.mpfy-tags-list a.mpfy-tl-item.tag-selected em{
    color: #fff;
}
.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon { display: inline-block; vertical-align: middle; position: relative;  width: 24px;  }
.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon { background: none; }
.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon .mpfy-tl-i-icon-default { display: inline-block; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/default-view-new.png) no-repeat 0 center; position: absolute; top: -2px; left: 0; right: 0; bottom: 0; margin: auto;  min-width: 24px; height: 27px; }

.mpfy-tags-list a.mpfy-tl-item .mpfy-tl-i-icon img { position: absolute; top: -1px; left: 0; right: 0; bottom: 0; margin: auto; padding: 5px; margin-left: -6px; }
.mpfy-tags-list a.mpfy-tl-item em { font-family: 'Museo Sans Rounded 300', sans-serif; font-style: normal; min-width: calc(100% - 29px); display: block; margin-left: 5px; color: #5b5e6b; }
.mpfy-tags-list a.mpfy-tl-item em:visited { color: #9f9f9f; }

.mpfy-tags-list a.mpfy-tl-item:not(.tag-all) em {
	margin-left: 0;
}

.mpfy-mll-location { margin-top: 0; background-color: #f8f8f8; }
.mpfy-mll-location:first-child { border-top: 1px solid #e6e6e6; }
.mpfy-mll-location .mpfy-mll-l-heading { border: none; border-color: #f8f8f8; border-bottom: 1px solid #e6e6e6; padding: 15px 20px; }
.mpfy-mll-location .mpfy-mll-l-title {  font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300;  font-size: 16px; color: #5b5e6b; padding: 0 0 0 39px; }

.mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories { float: right; margin-top: 0; }

.mpfy-mll-location .mpfy-mll-l-categories a {font-family: 'Museo Sans Rounded 300', sans-serif;font-weight: 300;font-size: 15px;color: #5b5e6b;background-color: #fff;padding: 1px 16px 0;line-height: 29px;height: 31px;border-color: #d9d9d9;border-radius: 5px;transition:all .3s;}


.mpfy-mll-location .mpfy-mll-l-buttons { margin-bottom: 0; }
.mpfy-mll-location .mpfy-mll-l-buttons a {  font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300;  font-size: 16px; color: #fff; background-color: #61849c; border: none; transition: all .3s; padding: 4px 18px; border-radius: 6px; margin-right: 3px; }
.mpfy-mll-location .mpfy-mll-l-buttons a  + a { background-color: #d2845b; padding: 4px 15px; }

.mpfy-mll-location .mpfy-mll-l-buttons a:hover { background-color: #fff; color: #000; }

.mpfy-mll-location .mpfy-mll-l-content { background-color: #efefef; border-right: 0; border-left: 0; border-bottom: 1px solid #e6e6e6; padding: 20px; }
.mpfy-mll-location .mpfy-mll-l-content p {  font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300;  font-size: 15px; line-height: 1.6; color: #5b5e6b; }
.mpfy-mll-location .mpfy-mll-l-content p:first-child { margin-bottom: 0; }
.mpfy-mll-location .mpfy-mll-l-content p strong { font-family: 'Museo Sans Rounded 500', sans-serif; color: #5b5e6b; font-size: 15px; font-weight: 500; }


.mpfy-mll-location.active { background-color: transparent; }
.mpfy-mll-location.active .mpfy-mll-l-heading { background-color: #fafafa; }

.mpfy-tooltip-with-thumbnail.mpfy-tooltip { width: 630px; }
.mpfy-tooltip .bottom {  border-width: 12px 11px 0 11px !important; position: relative; }
.mpfy-tooltip-with-thumbnail.mpfy-tooltip .bottom { margin-left: 244px !important; }
.mpfy-tooltip .bottom { position: relative; }
.mpfy-tooltip .tltpcnt { display: flex; flex-wrap: wrap;  }

.mpfy-tooltip img { display: block; border-radius: 0; }

.mpfy-flip-tooltip { width: 320px; }

.mpfy-tooltip p { font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300; color: #525252; font-size: 15px; line-height: 1.53; padding: 0 22px; }
.mpfy-tooltip p strong { font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; color: #525252; font-size: 16px; margin-bottom: 2px;  display: inline-block; }
.mpfy-tooltip .center { padding: 0 0 0 0; background-color: transparent;}
.mpfy-tooltip-image-orientation-left .bottom:after  { top: -22px; }

.mpfy-tooltip .mpfy-tooltip-image { padding-bottom: 0;  width: 35.3%; background-position: center; background-size: cover; box-shadow: 0 0px 7px 0px rgba(0,0,0,0.18);}
.mpfy-tooltip.mpfy-tooltip-image-orientation-left .mpfy-tooltip-image { min-height: 155px; }
.mpfy-tooltip.mpfy-tooltip-image-orientation-left .mpfy-tooltip-image img {  display: none;  }

.mpfy-tooltip .mpfy-tooltip-content {  padding: 20px 0; max-width: 385px;  box-shadow: 0 0px 7px 0px rgba(0,0,0,0.18); }

.mpfy-tooltip .mpfy-tooptip-actions { padding: 10px 49px 2px 22px; }

.mpfy-tooltip .mpfy-close-tooltip { right: auto; left: 10px; z-index: 999; }

.mpfy-tooltip .mpfy-tooptip-actions a { box-sizing: border-box; position: relative; display: inline-block; height: 32px; line-height: 16px; white-space: nowrap; padding: 9px 15px 7px; font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; color: #525252; font-size: 16px; background-color: rgba(0,0,0,.12); text-decoration: none; }
.mpfy-tooltip .mpfy-tooptip-actions a span { content: ''; width: 28px; height: 32px; position: absolute; top: 0; right: -29px; background-color: rgba(0,0,0,.12);  }
.mpfy-tooltip .mpfy-tooptip-actions a strong { border-style: solid; border-width: 4.5px 0 4.5px 7px; border-color: transparent transparent transparent #525252; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); z-index: 99; transition: all .3s;  }

.mpfy-tooltip .mpfy-tooptip-actions a:before  { content: '';  width: 0; height: 0; }

.mpfy-map-controls { position: absolute; bottom: 25px; right: 20px; z-index: 999; }

.mpfy-tooltip-image-orientation-top { width: 235px; }
.mpfy-tooltip-image-orientation-top.mpfy-tooltip .bottom:after { top: -21px; }
.mpfy-tooltip-image-orientation-top .mpfy-tooltip-content { width: 100%; padding: 20px 0 20px; }
.mpfy-tooltip-image-orientation-top .mpfy-tooltip-image { width: 100%; display: block; }
.mpfy-tooltip-image-orientation-top .mpfy-close-tooltip { left: auto; right: 10px; }

.mpfy-tooltip-image-orientation-top .bottom { margin: 0 auto !important; }


.mpfy-tooltip-with-thumbnail.mpfy-tooltip-image-orientation-top { width: 235px; }
.mpfy-tooltip-with-thumbnail.mpfy-tooltip.mpfy-tooltip-image-orientation-top .bottom { margin: 0 auto !important; }
.mpfy-tooltip-with-thumbnail.mpfy-tooltip-image-orientation-left .mpfy-close-tooltip { left: 10px; right: auto;  }
.mpfy-tooltip-image-orientation-left  .mpfy-tooltip p { padding-right: 0; }

.mpfy-tooltip-image-orientation-left { width: auto; }
/* .mpfy-tooltip-image-orientation-left .mpfy-tooltip-content { padding-top: 32px; } */
.mpfy-tooltip-with-thumbnail.mpfy-tooltip-image-orientation-left .mpfy-tooltip-content { padding-top: 20px; }



.mpfy-map-current-location { position: relative; padding-left: 10px; }
.mpfy-map-current-location:hover .mpfy-map-current-location-tooptip { opacity: 1; width: auto; }
.mpfy-map-current-location .mpfy-map-current-location-tooptip { position: absolute; top: -5px; right: 41px; background-color: #fff; opacity: 0; transition: all .3s; }
.mpfy-map-current-location .mpfy-map-current-location-icon { display: inline-block; width: 30px; height: 30px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18);  border-radius: 3px; position: relative; background-color: #fff; cursor: pointer; }
.mpfy-map-current-location .mpfy-map-current-location-tooptip:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 4.5px 0 4.5px 5px; border-color: transparent transparent transparent #fff; position: absolute; right: -5px; top: 50%; transform: translateY(-50%); }
.mpfy-map-current-location .mpfy-map-current-location-tooptip p { font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; white-space: nowrap; font-size: 13px; color: #525252; margin-bottom: 0; padding: 10px 13px; }

.mpfy-map-current-location .mpfy-map-current-location-icon:after { content: ''; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/icon-current-location.png) no-repeat center; width: 18px; height: 18px; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.mpfy-zoom { background-color: #fff; width: 30px; height: 58px; border-radius: 3px; box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.18); margin: 0 0 0 auto; }

.mpfy-zoom .mpfy-zoom-in { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/zoom-in-new.png) no-repeat center; margin: 0 0 -2px 0; width: 30px; height: 30px; position: relative;  }
.mpfy-zoom .mpfy-zoom-in:after { content: ''; width: 22px; height: 1px; background-color: #e6e6e6; position: absolute; bottom: -1px; left: 50%; transform: translateX(-50%); }

.mpfy-zoom .mpfy-zoom-out {  background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/zoom-out-new.png) no-repeat center; margin: 0 0 -2px 0; top: 2px;  width: 30px; height: 30px;  }


.mpfy-mll-location .mpfy-mll-l-pin { width: 25px; height: 33px; background-size: contain; top: 50%; transform: translateY(-50%); left: 20px; }

.mpfy-mll-pagination { margin: 11px 20px; }
.mpfy-mll-pagination .mpfy-mll-button-prev { font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; padding: 0 15px; transition: all .3s; }
.mpfy-mll-pagination .mpfy-mll-button-next { font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; padding: 0 15px;  transition: all .3s; }

.mpfy-mll-pagination .mpfy-mll-button-prev:hover,
.mpfy-mll-pagination .mpfy-mll-button-next:hover { color: #fff; border-color: #fff; }

.mpfy-mll-pagination .mpfy-mll-pagination-status { font-family: 'Museo Sans Rounded 300', sans-serif; font-weight: 300; font-size: 15px; color: #5b5e6b; }

.mpfy-container .leaflet-marker-icon,
.mpfy-container .leaflet-marker-shadow { box-shadow: none; }

@media(max-width: 767px){
    .site { padding: 0 !important; }
    .mpfy-controls { margin: 0; }
    
    .mpfy-controls .mpfy-search-radius {
    	padding: 0 0 0 7px;
    	margin: 0;
    	height: 50px;
    	box-sizing: border-box;
    	display: flex;
    	width: 100%;
    	float: none;
    	flex-wrap: nowrap;
    	justify-content: center;
    	background: #7b7b7b;
    }

    .mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-queries:after, 
    .mpfy-controls .mpfy-search-radius .mpfy-search-radius-type-wrap:after {
    	height: 100%;
    	top: 0;
    	margin-top: 0;
    }

    .mpfy-controls .mpfy-search-radius:after {
        content: '';
        height: 2px;
        background-color: #828282;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        top: auto;
        width: 100%;
    }

    .mpfy-controls .mpfy-search-radius .mpfy-after-search-radius-label {
    	display: none;
    }

    .mpfy-controls .mpfy-search-field .mpfy-after-search-radius-label {
		display: block;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 16px;
    }

    .mpfy-controls .mpfy-search-field .mpfy-search-field-queries {
		flex-grow: 1;
    }

    .mpfy-controls .mpfy-search-field .mpfy-after-search-radius-label:after {
    	content: '';
    	top: 0;
    	width: 2px;
    	height: 100%;
    	background-color: #828282;
    	position: absolute;
    	right: 0;
    }

	.mpfy-controls .mpfy-search-field .mpfy-after-search-radius-label:before {
    	display: none;
    }

    .mpfy-controls .mpfy-search-radius-label {
		height: 50px;
		line-height: 50px;
		white-space: nowrap;
		padding-right: 20px;
	}
	.mpfy-controls .mpfy-search-radius .mpfy-selecter-wrap {
		width: 100%;
		float: none;
	}
    .mpfy-controls .mpfy-search-form {height: 50px;}

    .mpfy-controls .mpfy-filter{ width: 100%; }
    .mpfy-controls .mpfy-search-form {border-radius: 0;height: auto;}
    .mpfy-controls .mpfy-search-form:after,
    .mpfy-controls .mpfy-search-form .mpfy-search-wrap:after {
    	content: '';
    	clear: both;
    	display: table;
    }
    .mpfy-controls .mpfy-filter .selecter { border-radius: 0; border-right: 1px;  }
    .mpfy-controls .mpfy-filter .selecter .mpfy-tag-select { display: block;  z-index: 9999; ; width: 100%; top: 0; left: 0; height: 50px; }

    .mpfy-controls .mpfy-search-form .mpfy-search-input { font-size: 16px; }

    .mpfy-controls-mobile .mpfy-search-wrap .mpfy-search-input { width: 100%; margin-right: 0; }

    .mpfy-controls .mpfy-search-form .mpfy-search-input, .mpfy-controls .mpfy-search-radius-label { font-size: 16px; }
    .mpfy-selecter-wrap .selecter { height: 50px; }
    .mpfy-selecter-wrap .selecter-element { z-index: 9999; position: absolute; }
    .mpfy-controls .mpfy-filter {height: 50px;clear: both;}
    .mpfy-selecter-wrap .selecter .selecter-selected {line-height: 50px;padding: 0 60px 0 15px;}
    .mpfy-selecter-wrap .selecter .selecter-selected:after {right: 25px;top: 19px;}
    .mpfy-controls .mpfy-search-form .mpfy-search-field {z-index: 5;left: 0;box-sizing: border-box;margin: 0;padding: 0;border-right: 2px solid #828282;flex-grow: 1;height: 50px;}
    .mpfy-controls .mpfy-search-form .mpfy-search-field:after { 
        display: none
    }
    .mpfy-controls .mpfy-search-form .mpfy-search-wrap {
		height: auto;
		position: initial;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    .mpfy-controls .mpfy-search-form .mpfy-search-field .mpfy-search-field-item + .mpfy-search-field-item:before {
    	left: 0;
    	right: 0;
    }
    .mpfy-controls .mpfy-search-radius .selecter .selecter-selected {font-size: 16px;padding-top: 0;line-height: 50px;height: 50px;}
    .mpfy-controls .mpfy-search-radius .selecter .selecter-selected:before {
		width: 60px;
		height: 50px;
	}
    .mpfy-controls .mpfy-search-form .mpfy-search-button,
    .mpfy-controls .mpfy-search-form .mpfy-reset-search-button {
    	height: 50px;
    	width: 60px;
    	border-radius: 0;
    }
    .mpfy-controls .mpfy-search-form .selecter-selected:after {top: 20px;right: 25px;}

    .mpfy-tags-list { padding: 12px 0 0 0; }
    .mpfy-tags-list a.mpfy-tl-item { margin-bottom: 12px; }

    .mpfy-mll-location .mpfy-mll-l-heading { padding: 16px; }
    .mpfy-mll-location .mpfy-mll-l-pin { left: 16px; transform: none; top: 13px; }

    .mpfy-mll-pagination { margin: 11px 16px; }

    .mpfy-mll-location .mpfy-mll-l-content { padding: 20px 16px; }

    .mpfy-mll-location .mpfy-mll-l-title > span:first-child {display: inline-block;padding-bottom: 10px;}
    .mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories {float: none;}
    .mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories a {margin-right: 3px;margin-bottom: 6px;}
    .mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories a:last-of-type { margin-bottom: 0; }

    .mpfy-tooltip { width: 100%; max-width: 230px; }
    .mpfy-tooltip .tltpcnt { display: block; }

    .mpfy-tooltip .mpfy-tooltip-content,
    .mpfy-tooltip .mpfy-tooltip-image { width: 100%; display: block; }
    .mpfy-tooltip.mpfy-tooltip-image-orientation-left .mpfy-tooltip-image { min-height: 1px; }
    .mpfy-tooltip .bottom { margin: 0 auto !important; }
    .mpfy-tooltip .mpfy-close-tooltip { right: 10px; left: auto; }

    .mpfy-map-current-location .mpfy-map-current-location-tooptip { display: none; }
    .mpfy-map-current-location:hover .mpfy-map-current-location-tooptip { display: block; opacity: 1; }

    .mpfy-tooltip.mpfy-tooltip-image-orientation-left .mpfy-tooltip-image { background-image: none !important; }
    .mpfy-tooltip.mpfy-tooltip-image-orientation-left .mpfy-tooltip-image img { display: block; }
    .mpfy-tooltip-with-thumbnail.mpfy-tooltip .bottom { margin: 0 auto !important; }

    .mpfy-controls.mpfy-without-dropdown .mpfy-search-form {
		border-radius: 0;
		padding-left: 0;
	}
}

@media(max-width: 449px){
    .mpfy-controls .mpfy-search-form .mpfy-search-input { font-size: 14px; }
    .mpfy-controls .mpfy-search-form .mpfy-search-field { width: 150px; }
    .mpfy-controls .mpfy-search-radius .selecter .selecter-selected { font-size: 14px; }
}


/* ================================================================================
   Mapify Multi Map
================================================================================ */

.mpfy-multi-map {
	position: relative;
}
.mpfy-multi-map .d-none {
	display: none !important;
}
.mpfy-multi-map-dropdown { 
	position: absolute; 
	left: 0; 
	top: 0; 
	min-height: 48px; 
	font-family: Arial, sans-serif; 
	color: #fff; 
	z-index: 2000; 
	background: rgba(0, 0, 0, 0.71); 
}
.mpfy-multi-map-dropdown.inline-right {
	right: 20px;
	left: auto;
	top: 55px
}
.mpfy-multi-map-dropdown ul { 
	list-style: none outside none; 
	float: left; 
	font-size: 16px; 
	line-height: 48px; 
}
.mpfy-multi-map-dropdown ul li { 
	float: left; 
	border-left: 1px solid #8a8a8a; 
}
.mpfy-multi-map-dropdown ul li:first-child { 
	border-left: 0; 
}
.mpfy-multi-map-dropdown ul li a { 
	position: relative; 
	float: left; 
	padding: 0 20px; 
	color: #fff; 
}
.mpfy-multi-map-dropdown ul li a:hover { 
	text-decoration: none; 
}
.mpfy-multi-map-dropdown { 
	margin: 14px 0 0 20px !important; 
	display: flex; 
	align-items: flex-start; 
	background-color: transparent !important; 
}
.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list { box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25); 
	top: 50%; 
	min-width: 235px; 
	left: 0; 
	border-radius: 8px; 
	padding: 15px 0; 
	position: absolute; 
	background-color: #fff; 
	transition: all .3s; 
	opacity: 0; 
}
.mpfy-multi-map-dropdown ul li a {
    font-family: 'Museo Sans Rounded 300', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #525252;
    transition: color .23s;
    padding: 2px 24px;
    float: none;
    text-decoration: none !important;
    display: block;
    line-height: 1.4;
}
.mpfy-multi-map-dropdown ul li + li {
    margin-top: 8px
}
.mpfy-multi-map-dropdown ul li a:hover { 
	color: #6897b6; 
}
.mpfy-multi-map-dropdown.show-list .mpfy-multi-map-dropdown-list { 
    opacity: 1; 
	top: 110%; 
	margin: 5px 0;
}
.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list-wrapper { 
	font-family: 'Museo Sans Rounded 300', sans-serif; 
	font-weight: 300; 
	color: #525252; 
	padding: 0 30px 0 15px; 
	margin: 0;
	line-height: 40px;
	height: 40px;
	font-style: normal; 
	font-size: 15px; 
	border: 1px solid #e1e3e6; 
	border-left: 0; 
	border-radius: 0 5px 5px 0; 
	background-color: #fff; 
	min-width: 160px; 
	position: relative; 
	cursor: pointer; 
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18); 
 }
.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list-wrapper:after { 
    content: ''; 
	width: 0; 
	height: 0; 
	position: absolute; 
	top: 16px; 
	right: 10px; 
	border-style: solid; 
	border-width: 8px 5px 0 5px; 
	border-color: #6e6e6f transparent transparent transparent; 
	transition: all .3s; 
}
.mpfy-multi-map-dropdown.show-list .mpfy-multi-map-dropdown-list-wrapper:after { 
	transform: rotate(180deg); 
}
.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-label { 
	background-color: #13c490; 
	color: #fefefe; 
	font-family: 'Museo Sans Rounded 500', sans-serif; 
	font-weight: 500; 
	border-radius: 5px 0 0 5px; 
	padding: 0px 15px; 
	line-height: 42px;
	height: 40px;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.18); 
}
.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-label p { 
	padding-bottom: 0;
	font-size: 16px;
	margin: 0;
	line-height: 42px;
}
.mpfy-multi-map-dropdown ul { 
	float: none; 
}
.mpfy-multi-map-dropdown ul li { 
	float: none; 
	border: none; 
	line-height: 2; 
}
.mpfy-multi-map-dropdown ul li.current a { 
	color: #6897b6; 
}
.mpfy-multi-map-dropdown ul li + li { 
	border: none; 
}

@media screen and (max-width: 767px) {
	.mpfy-multi-map {
		padding-top: 50px;
	}
	.mpfy-multi-map-dropdown,
	.mpfy-multi-map-dropdown.inline-right {
		width: 100%;
		margin: 0 !important;
		left: 0;
		top: 0 !important;
	}
	.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list-wrapper {
		flex-shrink: 0;
		flex-grow: 1;
	}	
	.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-label,
	.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list-wrapper {
		box-shadow: none;
		border-radius: 0;
		height: 50px;
		line-height: 52px;
	}
	.mpfy-multi-map-dropdown .mpfy-multi-map-dropdown-list-wrapper:after {
		top: 22px;
		right: 15px
	}
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/fonts/slick.eot);
    src: url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/fonts/slick.woff) format('woff'), url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/vendor/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}/* ===========================
	# general
============================ */

@font-face {
    font-family: 'Museo Sans Rounded 300';
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.eot);
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.eot?#iefix) format('embedded-opentype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.woff2) format('woff2'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.woff) format('woff'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.ttf) format('truetype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-300.svg#MuseoSansRounded-300) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Rounded 700';
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.eot);
    src: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.eot?#iefix) format('embedded-opentype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.woff2) format('woff2'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.woff) format('woff'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.ttf) format('truetype'),
        url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/fonts/MuseoSansRounded-700.svg#MuseoSansRounded-700) format('svg');
    font-weight: 700;
    font-style: normal;
}

.mpfy-p-popup * { margin: 0; padding: 0; outline: 0; outline: none !important; }

.mpfy-p-loading { display: none; position: fixed; left: 50%; top: 50%; margin-left: -60px; margin-top: -60px; width: 120px; height: 120px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/loading.svg) no-repeat center center; z-index: 999999; }

.mpfy-p-popup {
	font-size: 14px;
	line-height: 1.7;
	font-weight: normal;
	color: #586977;
	-webkit-font-smoothing: antialiased; 
}
.mpfy-p-popup * {
	font-family: 'Montserrat', sans-serif;
}

.mpfy-p-popup a { color: #2b7ea8; text-decoration: none; cursor: pointer; }
.mpfy-p-popup a:hover { text-decoration: underline; }
.mpfy-p-popup a img { border: 0; }

.mpfy-p-popup input, 
.mpfy-p-popup textarea, 
.mpfy-p-popup select { font-size: 12px; font-weight: normal; }
.mpfy-p-popup textarea { overflow: auto; }

.mpfy-p-popup h1 { font-size: 33px; line-height: 34px; }
.mpfy-p-popup h2 { font-size: 30px; line-height: 32px; }
.mpfy-p-popup h3 { font-size: 26px; line-height: 39px; }
.mpfy-p-popup h4 { font-size: 22px; line-height: 26px; }
.mpfy-p-popup h5 { font-size: 16px; line-height: 22px; }
.mpfy-p-popup h6 { font-size: 14px; line-height: 18px; }

/* ===========================
	# transitions
============================ */

.mpfy-p-popup a,
.mpfy-p-popup a:hover,
.mpfy-p-comments input[type=submit],
.mpfy-p-comments input[type=submit]:hover,
.mpfy-p-links-holder a,
.mpfy-p-links-holder a:hover { 
	-webkit-transition: color 0.4s, background 0.4s; 
	   -moz-transition: color 0.4s, background 0.4s; 
	     -o-transition: color 0.4s, background 0.4s; 
	        transition: color 0.4s, background 0.4s; 
}

.mpfy-p-widget-direction a,
.mpfy-p-widget-direction a:hover,
.mpfy-p-popup,
.mpfy-p-popup-active,
.mpfy-p-popup-active .mpfy-p-popup,
.mpfy-p-popup .jspVerticalBar,
.mpfy-p-scroll-show-scroll .jspVerticalBar { 
	-webkit-transition: opacity 0.4s;
	   -moz-transition: opacity 0.4s;
	     -o-transition: opacity 0.4s;
	        transition: opacity 0.4s;
}

.mpfy-p-popup .mpfy-p-close span,
.mpfy-p-popup .mpfy-p-close:hover span { 
	-webkit-transition: all 0.4s; 
	   -moz-transition: all 0.4s; 
	     -o-transition: all 0.4s;
	        transition: all 0.4s; 
}

/* ===========================
	# helper
============================ */

.mpfy-p-popup .cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.mpfy-p-popup .notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.mpfy-p-popup .left, .mpfy-p-popup .alignleft { float: left; display: inline; }
.mpfy-p-popup .right, .mpfy-p-popup .alignright { float: right; display: inline; }

.mpfy-p-popup .clearfix:before, 
.mpfy-p-popup .clearfix:after,
.mpfy-p-bottom:before,
.mpfy-p-bottom:after { display: table; content: ' '; }
.mpfy-p-popup .clearfix:after,
.mpfy-p-bottom:after { clear: both; }
.mpfy-p-popup .clearfix,
.mpfy-p-bottom { *zoom: 1; }

.mpfy-p-links-holder { text-align: center; text-transform: uppercase; }
.mpfy-p-links-holder a { display: block; font-size: 16px; line-height: 22px; margin-bottom: 10px; font-weight: normal; text-decoration: none; color: #586977; }
.mpfy-p-links-holder a:hover { text-decoration: none; color: #000; }

/* ===========================
	# plugin fullscreener
============================ */

.mpfy-p-container { overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.mpfy-p-element { position: absolute; }
.mpfy-p-hidden { display: none; }

/* ===========================
	# popup
============================ */

@keyframes modalComeIn {
	0% {
		-moz-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);
	}
	65.5% {
		-moz-transform: scale(1.03, 1.03);
		-ms-transform: scale(1.03, 1.03);
		-webkit-transform: scale(1.03, 1.03);
		transform: scale(1.03, 1.03);
	}
	100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@-moz-keyframes modalComeIn {
  0% {
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}

.mpfy-p-popup { max-width: 1200px; position: absolute; left: 50%; top: 0; margin-left: -600px; padding: 10px 0; visibility: hidden; opacity: 0; z-index: 9999; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.mpfy-p-popup-background { content: ' '; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.8); z-index: 1; height: 100%; opacity: 0; transition: opacity .3s; }
.mpfy-p-popup > .mpfy-p-holder {  background: #fff; border-radius: 12px; position: relative; z-index: 999; }
.mpfy-p-popup-active { visibility: visible; opacity: 1; }

.mpfy-p-popup-show > .mpfy-p-popup,
.mpfy-p-popup-show-mobile > .mpfy-p-popup { 
	opacity: 1; visibility: visible; -moz-animation: modalComeIn 0.25s ease; -webkit-animation: modalComeIn 0.25s ease; animation: modalComeIn 0.25s ease; 
}

.mpfy-p-popup-show { overflow-y: scroll; }

.mpfy-p-popup-show-background .mpfy-p-popup-background { opacity: 1; }

.mpf-p-popup-remove > .mpfy-p-popup { -moz-animation: modalHeadOut 0.35s ease 0.1s; -webkit-animation: modalHeadOut 0.35s ease 0.1s; animation: modalHeadOut 0.35s ease 0.1s; visibility: visible; opacity: 0;  }

.mpfy-p-top { border-radius: 12px 12px 0 0; background: #f7f7f7; padding: 30px 96px 22px 96px; position: relative; }
.mpfy-p-top h1 { color: #2ed2e1; font-weight: normal; }

.mpfy-p-date { position: absolute; left: 32px; top: 30px; width: 50px; height: 50px; border-radius: 50%; background: #566069; color: #fff; text-align: center; font-size: 20px; line-height: 20px; text-transform: uppercase; }
.mpfy-p-date span { display: block; font-size: 11px; line-height: 12px; padding-top: 9px; }

.mpfy-p-bottom { position: relative; }

.mpfy-p-sidebar { float: right; width: 305px; margin: 22px 30px; }
.mpfy-p-content { float: none; width: auto; position: relative; overflow: hidden; padding: 22px 5px 22px 35px; }
.mpfy-p-content > .mpfy-p-holder { float: left; }
.mpfy-p-content .mpfy-p-scroll { min-height: 1px; }
.mpfy-p-popup-style-two.mpfy-p-nomedia .mpfy-p-content { float: none; width: 100%; }

.mpfy-p-entry { float: left; margin-right: 20px; }
.mpfy-p-entry p { padding-bottom: 9px; }
.mpfy-p-entry p a { text-decoration: underline; color: #2ed2e1; }
.mpfy-p-entry p a:hover { text-decoration: none; }
.mpfy-p-entry em { font-weight: normal; font-style: normal; }
.mpfy-p-entry strong { font-weight: normal; }
.mpfy-p-entry strong em,
.mpfy-p-entry em strong { font-weight: normal; }
.mpfy-p-entry img { max-width: 100%; height: auto; }
.mpfy-p-entry .alignnone { padding: 0 0 24px 0; }
.mpfy-p-entry .alignleft { padding: 0 24px 24px 0; }
.mpfy-p-entry .alignright { padding: 0 0 24px 24px; }

.mpfy-p-close { position: absolute; right: 4px; top: 4px; width: 36px; height: 36px; z-index: 10; text-decoration: none !important; border: 0 !important; }
.mpfy-p-close span { display: block; width: 16px; height: 16px; margin: 10px; }
.mpfy-p-close span {
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mpfy-p-close span:before { content: ' '; width: 4px; height: 16px; position: absolute; left: 6px; top: -1px; background: #535353; }
.mpfy-p-close span:after { content: ' '; width: 16px; height: 4px; position: absolute; left: 0; top: 5px; background: #535353; }
.mpfy-p-close:hover span { text-decoration: none !important; }
.mpfy-p-close:hover span {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);	
}

/* ===========================
	# comments
============================ */

.mpfy-p-comments { margin-top: 20px; overflow: hidden; }
.mpfy-p-comments h4 { color: #000; padding-bottom: 20px; border-bottom: 2px solid #ebedef; margin-bottom: 20px; }
.mpfy-p-comments p { margin-bottom: 20px; }
.mpfy-p-comments textarea,
.mpfy-p-comments input { width: 100%; padding: 10px; background: #fff; border: 2px solid #ebedef; }
.mpfy-p-comments textarea,
.mpfy-p-comments input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	     -o-appearance: none;
	        appearance: none;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}
.mpfy-p-comments textarea { resize: none; height: 270px; }
.mpfy-p-comments input[type=submit] { border: 2px solid #ebedef; background: #fff; width: 187px; height: 54px; color: #9d9fa4; text-transform: uppercase; font-size: 14px; cursor: pointer; }
.mpfy-p-comments input[type=submit]:hover { text-decoration: none; background: #ebedef; color: #9d9fa4; }

/* ===========================
	# widgets
============================ */

.mpfy-p-widget { margin-bottom: 25px; background: #f4f5f7; border-radius: 3px; padding: 20px 17px; }
.mpfy-p-widget h5.mpfy-p-widget-title { font-size: 12px; line-height: 16px; color: #505d63; font-weight: normal; border-bottom: 2px solid #e9ebef; padding-bottom: 4px; margin-bottom: 10px; }
.mpfy-p-widget select,
.mpfy-p-widget input { border: 1px solid #d4d7db; border-radius: 3px; background: #fff; width: 100%; padding: 4px 10px; box-shadow: 0 0 3px #d4d7db; }
.mpfy-p-widget select,
.mpfy-p-widget input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	     -o-appearance: none;
	        appearance: none;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;	
}

.mpfy-p-widget-direction { padding: 0; background: transparent; margin-bottom: 15px; min-width: 100px; }
.mpfy-p-widget-direction a { display: block; padding: 21px 36px 21px 50px; color: #fff; line-height: 18px; font-weight: normal; position: relative; border-radius: 8px; opacity: 1; }
.mpfy-p-widget-direction a:before { content: ' '; position: absolute; left: 13px; top: 15px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/mpfy-p-sprite.png) no-repeat -2px -37px; width: 30px; height: 30px; }
.mpfy-p-widget-direction a:after { content: ' '; position: absolute; right: 7px; top: 18px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/mpfy-p-sprite.png) no-repeat -32px -38px; width: 30px; height: 30px; }
.mpfy-p-widget-direction a:hover { text-decoration: none; opacity: 0.7; }
.mpfy-p-widget-direction-without-location { display: block; float: none; position: static; left: 0; top: 0; right: auto; bottom: auto; }

.mpfy-p-widget-location { background: transparent; padding: 20px; border: 3px solid #e2e2e2; border-radius: 10px; }
.mpfy-p-widget-location h5.mpfy-p-widget-title { margin: 0; border: 0; font-size: 16px; line-height: 21px; color: #696969; }
.mpfy-p-widget-location .mpfy-p-entry { color: #696969; line-height: 20px; }
.mpfy-p-widget-location .mpfy-p-entry p { padding-bottom: 12px; }

/* ===========================
	# navigation
============================ */

.mpfy-p-nav-info { list-style: none outside none; position: relative; overflow: hidden; }
.mpfy-p-nav-info li { float: left; padding-left: 22px; position: relative; font-size: 11px; line-height: 22px; text-transform: uppercase; padding-right: 18px; }
.mpfy-p-nav-info li:before { content: ' '; position: absolute; left: 0; top: 0; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/mpfy-p-sprite.png) no-repeat 0 0; width: 20px; height: 20px; }
.mpfy-p-nav-info li.mpfy-p-name:before { background-position: -5px -4px; }
.mpfy-p-nav-info li.mpfy-p-category:before { background-position: -34px -4px; }
.mpfy-p-nav-info li.mpfy-p-comment-number:before { background-position: -60px -4px; }
.mpfy-p-nav-info a { color: #99959b; text-decoration: underline; }
.mpfy-p-nav-info a:hover { text-decoration: none; }

.mpfy-p-links { width: 100%; padding-bottom: 12px; }
.mpfy-p-links ul { list-style: none outside none; position: relative; overflow: hidden; }
.mpfy-p-links li { display: block; float: none; font-size: 13px; line-height: 21px; }
.mpfy-p-links a { color: #2ed2e1; }

.mpfy-p-tags { font-size: 0; line-height: 0; }
.mpfy-p-tags a { display: inline-block; font-size: 13px; line-height: 26px; background: #f3f3f3; color: #535d66; border-radius: 3px; margin-right: 5px; padding: 0 10px; margin-bottom: 6px; white-space: nowrap; }
.mpfy-p-tags a:hover { text-decoration: none; background: #535d66; color: #f3f3f3; }

/* ===========================
	# popup two
============================ */

.mpfy-p-popup-style-two { max-width: 1005px; margin-left: -502px; padding: 0;}
.mpfy-p-popup-style-two > .mpfy-p-holder { border-radius: 0; }
.mpfy-p-popup-style-two .mpfy-p-top { border-radius: 0; background: #212121; color: #fff; padding: 10px 80px 10px 17px; }
.mpfy-p-popup-style-two .mpfy-p-top:before { content: ' '; position: absolute; top: 0; bottom: 0; right: 0; width: 43px; background: #2a2a2a; z-index: 1; height: auto; }
.mpfy-p-popup-style-two .mpfy-p-top h1 { color: #fff; font-size: 17px; line-height: 22px; font-weight: normal; }
.mpfy-p-popup-style-two .mpfy-p-close span:before,
.mpfy-p-popup-style-two .mpfy-p-close span:after { background: #fff; }
.mpfy-p-popup-style-two .mpfy-p-content { float: right; width: 380px; position: relative; overflow: hidden; padding: 0; position: relative; }
.mpfy-p-popup-style-two .mpfy-p-widget-location { padding: 10px; }
.mpfy-p-popup-style-two .mpfy-p-widget-location .mpfy-p-holder { padding: 0; }
.mpfy-p-popup-style-two .mpfy-p-widget { margin-bottom: 15px; }

/* ===========================
	# slider
============================ */

.mpfy-p-slider { float: left; width: 625px;  }
.mpfy-p-slider ul { list-style: none outside none; }
.mpfy-p-slider .mpfy-p-slider-top { width: 100%; padding-bottom: 0; }
.mpfy-p-slider .mpfy-p-slider-top.add-padding { padding-bottom: 138px; }
.mpfy-p-slider .mpfy-p-slider-top li { float: left; width: 100%; /*height: 624px;*/ }
.mpfy-p-slider .mpfy-p-slider-top .holder { width: inherit; height: inherit; background-repeat: no-repeat; }
.mpfy-p-slider .mpfy-p-slider-top .video-holder { width: 100%; height: 640px; }
.mpfy-p-slider .mpfy-p-slider-top img { display: block; width: 100%; height: auto; }
.mpfy-p-slider .mpfy-p-slider-top iframe { width: 100%; height: 100%; }
.mpfy-p-slider .mpfy-p-slider-bottom { width: 100%; overflow: hidden; position: absolute; left: 0; right: 0; bottom: 0; background-color: #f5f5f5; }
.mpfy-p-slider .mpfy-p-slider-bottom:before,
.mpfy-p-slider .mpfy-p-slider-bottom:after { content: ' '; position: absolute; top: 0; bottom: 0; width: 100px; pointer-events: none; z-index: 10;  }
.mpfy-p-slider .mpfy-p-slider-bottom:before { left: 0; }
.mpfy-p-slider .mpfy-p-slider-bottom:before {
	background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 2%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 2%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 2%,rgba(255,255,255,0) 100%); 
}
.mpfy-p-slider .mpfy-p-slider-bottom:after { right: 0; }
.mpfy-p-slider .mpfy-p-slider-bottom:after {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(245,245,245,1) 98%, rgba(245,245,245,1) 100%); 
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 98%,rgba(245,245,245,1) 100%); 
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(245,245,245,1) 98%,rgba(245,245,245,1) 100%);
}

.mpfy-p-slider .mpfy-p-slider-bottom > ul { overflow: hidden; width: 100%; position: relative; }
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides) .slick-slide.slick-center:before,
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides) .slick-slide.slick-center:after { display: none; }
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):before,
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):after { content: ' '; position: absolute; left: 50%; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; margin-left: -5px; }
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):before { top: 0; border-top: 5px solid #b0b0b0; }
.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):after { bottom: 0; border-bottom: 5px solid #b0b0b0; }
.mpfy-p-slider .mpfy-p-slider-bottom .caroufredsel_wrapper { width: 100% !important; }
.mpfy-p-slider .mpfy-p-slider-bottom li { float: left; width: 108px; padding: 15px 9px; }
.mpfy-p-slider .mpfy-p-slider-bottom li a { display: block; }
.mpfy-p-slider .mpfy-p-slider-bottom img { display: block; width: 100%; height: auto; }
.mpfy-p-slider .mpfy-p-arrow { position: absolute; top: 0; bottom: 0; width: 26px; background: rgba(255,255,255,0.6); }
.mpfy-p-slider .mpfy-p-arrow:before { content: ' '; position: absolute; top: 50%; left: 3px; width: 20px; height: 20px; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/mpfy-p-sprite.png) no-repeat 0 0; margin-top: -10px; }
.mpfy-p-slider .mpfy-p-arrow:hover { text-decoration: none; }
.mpfy-p-slider .mpfy-p-arrow-previous { left: 0; }
.mpfy-p-slider .mpfy-p-arrow-previous:before { background-position: -111px -41px; }
.mpfy-p-slider .mpfy-p-arrow-next { right: 0; }
.mpfy-p-slider .mpfy-p-arrow-next:before { background-position: -131px -41px; }

.mpfy-p-slider.mpfy-p-full-width-slider { float: none; width: 100%; }

@media(max-width: 1280px){
	.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):before,
	.mpfy-p-slider .mpfy-p-slider-bottom > ul:not(.slick-centered-slides):after { margin-left: -2px; }
}

@media(max-width: 1023px){
	.mpfy-p-slider { min-height: 0; }
}

/* ===========================
	# scrollpane
============================ */

.mpfy-p-scroll { width: 100%; height: auto; overflow: auto; width: auto !important; }
.mpfy-p-scroll .mpfy-p-holder { padding: 0 15px 15px 15px; }

/* ===========================
	# plugin scrollpane
============================ */

.mpf-p-popup-holder { position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 999999; overflow-y: auto; }

.mpfy-p-popup .jspContainer { overflow: hidden; position: relative; }
.mpfy-p-popup .jspPane { position: absolute; }
.mpfy-p-popup .jspVerticalBar { position: absolute; top: 0; right: 9px; width: 9px; height: 100%; opacity: 0; }
.mpfy-p-popup .jspHorizontalBar { position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; }
.mpfy-p-popup .jspCap { display: none; }
.mpfy-p-popup .jspHorizontalBar .jspCap { float: left; }
.mpfy-p-popup .jspTrack { background: #eee; position: relative; border-radius: 10px; }
.mpfy-p-popup .jspDrag { background: #b1b1b1; position: relative; top: 0; left: 0; cursor: pointer; border-radius: 10px; }
.mpfy-p-popup .jspHorizontalBar .jspTrack,
.mpfy-p-popup .jspHorizontalBar .jspDrag { float: left; height: 100%; }
.mpfy-p-popup .jspArrow { background: #50506d; text-indent: -20000px; display: block; cursor: pointer; padding: 0; margin: 0; }
.mpfy-p-popup .jspArrow.jspDisabled { cursor: default; background: #80808d; }
.mpfy-p-popup .jspVerticalBar .jspArrow { height: 16px; }
.mpfy-p-popup .jspHorizontalBar .jspArrow { width: 9px; float: left; height: 100%; }
.mpfy-p-popup .jspVerticalBar .jspArrow:focus { outline: none; }
.mpfy-p-popup .jspCorner { background: #eeeef4; float: left; height: 100%; }
.mpfy-p-popup .mpfy-p-scroll-show-scroll .jspVerticalBar { opacity: 1; }

/* ===========================
	# adjustments
============================ */

.mpfy-p-sidebar > * { float: none; width: auto; margin-left: 0; margin-right: 0; }
.mpfy-p-sidebar #sidebar { display: block; float: none; position: relative; left: 0; right: auto; top: 0; bottom: auto; width: auto; height: auto; }

/* ===========================
	# colors
============================ */

.mpfy-p-color-blue { color: #2ed2e1; }
.mpfy-p-bg-blue { background: #2ed2e1; }

.mpfy-p-color-gray { color: #7b7b7b; }
.mpfy-p-bg-gray { background: #7b7b7b; }

/* ===========================
	# body classes
============================ */

.mpfy-popup-open { overflow: hidden !important; height: auto !important; }

/* ===========================
	# Blog post popup
============================ */

.mpfy-p-popup-style-one .mpfy-p-comments { margin: 20px; }

.mpfy-p-popup-style-one .mpfy-p-comments ul,
.mpfy-p-popup-style-one .mpfy-p-comments ol { list-style-type: none; }
.mpfy-p-popup-style-one .mpfy-p-comments .commentlist .comment-body { margin-left: 0; }
.mpfy-p-popup-style-one .mpfy-p-comments .commentlist .comment-meta { padding-left: 0; }
.mpfy-p-popup-style-one .mpfy-p-comments .commentlist .reply { padding-left: 0; }
.mpfy-p-popup-style-one .mpfy-p-comments .children { margin-left: 80px; }
.mpfy-p-popup-style-one .mpfy-p-comments #comments input { width: auto; margin: 0; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments .avatar { position: static; margin-right: 10px; width: 30px !important; height: 30px !important; }
.mpfy-p-popup-style-one .mpfy-p-comments .form-allowed-tags { display: none; }

.mpfy-p-popup-style-one .mpfy-p-comments #respond { margin-top: 20px; }
.mpfy-p-popup-style-one .mpfy-p-comments #respond p { margin-bottom: 26px; }
.mpfy-p-popup-style-one .mpfy-p-comments #respond .comment-notes label,
.mpfy-p-popup-style-one .mpfy-p-comments #respond .comment-form-author label,
.mpfy-p-popup-style-one .mpfy-p-comments #respond .comment-form-email label,
.mpfy-p-popup-style-one .mpfy-p-comments #respond .comment-form-url label,
.mpfy-p-popup-style-one .mpfy-p-comments #respond .comment-form-comment label { display: block; float: none; clear: both; }
.mpfy-p-popup-style-one .mpfy-p-comments .comments-title { margin-bottom: 15px; }
.mpfy-p-popup-style-one .mpfy-p-comments .comment-list li { margin-bottom: 15px; }

/* ===========================
	# ipad landscape
============================ */

@media only screen and (max-width: 1280px) {
	.mpfy-p-popup { padding: 10px 55px; }

	.mpfy-p-popup-style-two { width: 100%; }
	.mpfy-p-popup-style-two {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.mpfy-p-popup-style-two .mpfy-p-content { float: none; width: auto; }

	.mpfy-p-content { width: auto; position: relative; overflow: hidden; }
}

@media only screen and (max-width: 1200px) {
	.mpfy-p-popup-style-one { margin: 0; left: 0; }
}


@media only screen and (max-width: 1024px) {
	.mpfy-p-popup-style-two { margin: 0; left: 0; }
}

@media only screen and (max-width: 985px) {
	.mpfy-p-links li { float: left; }
	.mpfy-p-links li ~ li { border-left: 1px solid #e2e2e2; padding-left: 12px; margin-left: 12px; }
}

/* ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 985px){
	.mpfy-p-popup { width: 100%; }
	.mpfy-p-popup {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;			
	}
	.mpfy-p-sidebar { float: none; width: auto; padding: 20px 20px 0 20px; margin: 0; position: relative; }
	.mpfy-p-content { padding: 0 20px 20px 20px; }

	.mpfy-p-popup h1 { font-size: 30px; }

	.mpfy-p-popup-style-two .mpfy-p-bottom { position: static; }
	.mpfy-p-popup-style-two .mpfy-p-widget-direction-with-location { top: 18px; }

	.mpfy-p-top { padding: 20px 86px 22px; }

	.mpfy-p-date { top: 24px; left: 22px; }

	.mpfy-p-links { padding-bottom: 7px; }

	/* ===========================
		# widgets
	============================ */

	.mpfy-p-widget-location { position: relative; overflow: hidden; padding: 6px 295px 6px 16px; min-height: 70px; }
	.mpfy-p-widget-location .mpfy-p-holder { float: left; margin-right: 20px; min-width: 400px; }
	.mpfy-p-widget-location .mpfy-p-tags { position: relative; overflow: hidden; }
	.mpfy-p-widget-location .mpfy-p-entry p { padding-bottom: 7px; }

	.mpfy-p-widget-category,
	.mpfy-p-widget-search { display: none; }

	/* ===========================
		# navigations
	============================ */

	.mpfy-p-tags { padding-top: 10px; padding-right: 285px; }
	.mpfy-p-tags a { font-size: 12px; }

	/* ===========================
		# slider
	============================ */
	
	.mpfy-p-slider { width: auto; float: none; }

	.mpfy-p-slider .mpfy-p-slider-top .video-holder { width: 100%; height: 350px; }

	/* ===========================
		# scrollpane
	============================ */
	
	.mpfy-p-scroll,
	.mpfy-p-scroll .jspContainer,
	.mpfy-p-scroll .jspPane { width: auto !important; height: auto !important; }

	.mpfy-p-popup .jspPane { position: relative; }
}

/* ===========================
	# All Mobile Sizes (devices and browser)
============================ */

@media only screen and (max-width: 767px) {
	.mpfy-p-popup { width: 100%; padding: 10px; }
	.mpfy-p-popup {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		     -o-box-sizing: border-box;
		        box-sizing: border-box;			
	}

	.mpfy-p-sidebar { position: relative; float: none; width: auto; padding: 16px 16px 0 16px; margin: 0; }
	.mpfy-p-content { float: none; width: auto; padding: 0 16px 16px 16px; }

	.mpfy-p-top { padding: 60px 10px 10px 73px; }
	.mpfy-p-top h1 { font-size: 23px; line-height: 26px; min-height: 50px; }
	.mpfy-p-top:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; height: 41px; z-index: 1; background: #2a2a2a; border-radius: 10px 10px 0 0; }

	.mpfy-p-bottom { position: static; }

	.mpfy-p-date { top: 60px; left: 13px; width: 50px; height: 50px; }

	.mpfy-p-close span:before,
	.mpfy-p-close span:after { background: #fff; }

	.mpfy-p-popup-style-two { padding: 0; }
	.mpfy-p-popup-style-two .mpfy-p-bottom { position: static; }
	.mpfy-p-popup-style-two .mpfy-p-top:before { left: auto; border-radius: 0; }
	.mpfy-p-popup-style-two .mpfy-p-top h1 { min-height: 0; }

	/* ===========================
		# navigations
	============================ */
	
	.mpfy-p-nav-info { margin-left: -60px; padding-top: 10px; }
	.mpfy-p-nav-info li { padding-right: 6px; font-size: 10px; }

	/* ===========================
		# widgets
	============================ */
	
	.mpfy-p-widget-category,
	.mpfy-p-widget-search { display: none; }

	/* ===========================
		# slider
	============================ */
	
	.mpfy-p-slider { width: auto; float: none; }
	.mpfy-p-slider .mpfy-p-slider-top .video-holder { width: 100%; height: 200px; }
	.mpfy-p-slider .mpfy-p-arrow { display: none !important; }

	/* ===========================
		# scrollpane
	============================ */
	
	.mpfy-p-scroll,
	.mpfy-p-scroll .jspContainer,
	.mpfy-p-scroll .jspPane { width: auto !important; height: auto !important; }

	.mpfy-p-popup .jspPane { position: relative; }
}

/* ===========================
	# Mobile Portrait Size to Mobile Landscape Size (devices and browsers)
============================ */

@media only screen and (max-width: 479px) {
	.mpfy-p-popup-style-two .mpfy-p-top { padding-right: 95px; }
	.mpfy-p-popup-style-two .mpfy-p-top h1 { font-size: 13px; }
}


/* ------------------------------------------------------------ *\
	MapifyPro 3.0 Release
\* ------------------------------------------------------------ */



.mpfy-p-slider .mpfy-p-slides,
.mpfy-p-slider .mpfy-p-slides * { box-sizing: content-box !important; }


.mpfy-p-loading { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/loader.svg) no-repeat 0 0; width: 100px; height: 100px; background-size: cover; }

.mpf-p-popup-holder { display: flex; justify-content: center; align-items: center; }

.mpfy-p-popup-style-two { max-width: 1170px; margin-left: 0; position: static; max-height: 100%; }

 .mpfy-p-local-info {padding: 30px 30px 23px 30px; }

.mpfy-p-slider { width: 806px; position: relative; overflow: hidden; }
.mpfy-p-popup-style-two .mpfy-p-content { width: 364px; position: relative; }

.mpfy-p-popup-style-two .mpf-p-show-overlay.mpfy-p-content:after { content: ''; background: linear-gradient(to top, rgba(245,245,245,1) 0%,rgba(125,185,232,0) 100%); width:100%; height: 162px; position: absolute; bottom: 0; left: 0; transition: opacity .4s; pointer-events: none; }

.mpfy-p-scroll-remove-overlay .mpfy-p-popup-style-two .mpfy-p-content:after { opacity: 0; }


.mpfy-p-popup-background { background: rgba(125,125,125,.85); height: 10000vh; }

.mpfy-p-slider .mpfy-p-arrow { width: 35px; display: none; }
.mpfy-p-slider .mpfy-p-arrow:before { display: none; }

.mpfy-p-slider .mpfy-p-slider-bottom { cursor: move; cursor: -webkit-grab; cursor: grab; margin-top: 0; }
.mpfy-p-slider .mpfy-p-slider-bottom li a { cursor: move; cursor: -webkit-grab; cursor: grab;}
.mpfy-p-slider .mpfy-p-slider-bottom li.mpfy-p-slider-bottom-is-pointer a { cursor: grabbing; cursor: -webkit-grabbing; }
.mpfy-p-slider .mpfy-p-slider-bottom img { border-radius: 50%; }

.mpfy-p-slider.mpfy-p-full-width-slider .mpfy-p-slider-top.add-padding { padding-bottom: 113px; }
.mpfy-p-slider.mpfy-p-full-width-slider .mpfy-p-slider-bottom li { width: 83px !important; }

.mpfy-p-slider .mpfy-p-slider-bottom .slick-centered-slides .slick-track { transform: translate3d(0px, 0px, 0px) !important; width: 100% !important; text-align: center; font-size: 0; line-height: 0; }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-centered-slides .slick-slide { float: none; display: inline-block; opacity: 1; }

.mpfy-p-slider .mpfy-p-slider-bottom .slick-video-slide { position: relative; }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-video-slide a:after { content: ''; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/icon-play.png) no-repeat 0 0; width: 29px; height: 34px; position: absolute; top: 50%; left: 53%; transform: translate(-50%,-50%); }

.mpfy-p-slider .mpfy-p-slider-bottom .slick-slide.slick-active { opacity: 1; transition: opacity .3s ease; }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-slide { opacity: .35; transition: opacity .3s ease; }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-slide.slick-center { position: relative; overflow: hidden; }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-slide.slick-center:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 16px 16px 0 16px; border-color: #b0b0b0 transparent transparent transparent; position: absolute; top: -11px; left: 50%; transform: translateX(-50%); }
.mpfy-p-slider .mpfy-p-slider-bottom .slick-slide.slick-center:before { content: ''; position: absolute; bottom: -11px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 0 16px 16px 16px; border-color: transparent transparent #b0b0b0 transparent; }


.mpfy-p-widget-direction a { background-color: #21b0b9;  border-radius: 0; font-size: 16px; color: #fff; padding: 13px 36px 13px 16px; margin-bottom: 6px; }
.mpfy-p-widget-direction a:before { display: none; }
.mpfy-p-widget-direction a:after { content: ' '; position: absolute; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/arrow-right-black.png) no-repeat; width: 12px; height: 18px; right: 15px;  top: 13px; opacity: .2; }

.mpfy-p-scroll .mpfy-p-holder { padding: 0 30px 30px 30px; }

.mpfy-p-popup-style-two .mpfy-p-widget { padding: 0; border: none; margin-bottom: 0; }
.mpfy-p-popup-style-two .mpfy-p-widget.mpfy-p-widget-location * { box-sizing: border-box; }

.mpfy-p-widget-location .mpfy-p-entry p { line-height: 1.6; }
.mpfy-p-widget-location .mpfy-p-entry p:last-child { padding-bottom: 0; }

.mpfy-p-widget-location h5.mpfy-p-widget-title { font-size: 16px; color: #525252; background-color: #f2f2f2;  border: 1px solid #eaeaea; padding: 12px 36px 11px 16px; position: relative; cursor: pointer; }
.mpfy-p-widget-location h5.mpfy-p-widget-title:after { content: ' '; position: absolute; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/arrow-right-black.png) no-repeat; width: 12px; height: 18px; right: 17px; top: 13px; background-size: contain; transition: transform .3s; transform: rotate(90deg); opacity: .2; }

body.mpf-location-info .mpfy-p-widget-location h5.mpfy-p-widget-title:after { content: ' '; position: absolute; transform: rotate(-90deg); width: 12px; height: 18px; right: 17px; top: 13px; background-size: contain; opacity: .2; }


.mpfy-p-widget-location { position: relative; }
.mpfy-p-widget-location .mpfy-location-details { background-color: #f2f2f2; padding: 0 16px 10px; position: absolute; z-index: 9999; left: 0; width: 100%; top: 0; border: 1px solid #eaeaea; border-top: 0;  opacity: 0; visibility: hidden; padding-bottom: 0; transition: all .3s; }
body.mpf-location-info .mpfy-p-widget-location .mpfy-location-details { padding-bottom: 10px; visibility: visible; opacity: 1; top: 44px; }
.mpfy-p-widget-location .mpfy-location-details .mpfy-p-entry { float: none; }


.mpfy-p-popup .mpfy-title { transition: padding .3s; }
.mpfy-p-popup .mpfy-title h1 {  font-family: 'Museo Sans Rounded 700', sans-serif; font-weight: 700; font-size: 17px; color: #525252; }

@media(max-width: 767px){
	.mpfy-p-popup .mpfy-title h1 {  font-family: 'Museo Sans Rounded 500', sans-serif; font-weight: 500; margin-bottom: 10px; }
}

.mpfy-p-scroll .mpfy-p-entry { margin-right: 0; padding-bottom: 10px; }

.mpfy-p-entry p { font-family: 'Museo Sans Rounded 300', sans-serif; font-size: 16px; line-height: 1.81; }

.mpfy-p-popup-style-two .mpfy-p-close { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/icon-close-btn.png) no-repeat 0 0; width: 11px; height: 11px; top: 10px; right: 10px; transition: transform .4s; }
.mpfy-p-popup-style-two .mpfy-p-close:hover { transform: rotate(180deg); transition: transform .4s;}
.mpfy-p-popup-style-two .mpfy-p-close.has-no-content {
	width: 17px;
    height: 17px;
    background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/close-mobile.png) no-repeat center center;
    right: 15px;
    top: 15px;
}

@media(max-width: 1023px){
	.mpfy-p-popup-style-two .mpfy-p-close {
		width: 26px;
		height: 26px;
		background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/close-mobile.png) no-repeat center center;
		right: 17px;
		top: 17px;
	}
}

.mpfy-p-tags { padding: 0 0 10px 0; }
.mpfy-p-entry + .mpfy-p-tags { padding: 7px 0 0 0; }
.mpfy-p-links + .mpfy-p-tags { padding-top: 5px; }
.mpfy-p-tags a { background-color: #fafafa; font-size: 15px; color: #525252; border-radius: 0; padding: 3px 15px; margin-right: 3px; margin-bottom: 3px; }
.mpfy-p-tags a:hover { background-color: #525252; color: #fff; }

.mpfy-p-links  { padding: 10px 0; }
.mpfy-p-links a { font-family: 'Museo Sans Rounded 300', sans-serif; font-size: 16px; color: #64b2b9;  transition: color .3s;  }
.mpfy-p-links a:hover { color: #3e7479 !important; text-decoration: none; }

.mpfy-p-bottom { background-color: #f5f5f5; }
.mpfy-p-popup .jspVerticalBar { width: 5px; z-index: 9999; }
.mpfy-p-popup .jspPane { padding-top: 5px !important; }

.stButton .facebook { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/facebook-custom.png) no-repeat 0 0; width: 16px; height: 16px; }
.stButton .pinterest {  background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/pinterest-custom.png) no-repeat 0 0; width: 16px; height: 16px; }
.stButton .twitter { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/twetter-custom.png) no-repeat 0 0; width: 16px; height: 16px; }
.stButton .googleplus { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/gplus-custom.png) no-repeat 0 0; width: 16px; height: 16px; }
.stButton .email {  background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/mail-custom.png) no-repeat 0 0; width: 16px; height: 16px;  }



.mpfy-p-slider-top { position: relative; }
.mpfy-p-slider-top .slick-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 999; border: none; }
.mpfy-p-slider-top .slick-arrow:active { box-shadow: none; }

.mpfy-p-slider-top .slick-prev { left: 0; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/arrow-left.png) no-repeat center; background-size: 23px 37px; width: 46px; height: 74px; font-size: 0; line-height: 0; text-indent: -4004px; }
.mpfy-p-slider-top .slick-next { right: 0; background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/arrow-right.png) no-repeat center; background-size: 23px 37px; width: 46px; height: 74px; font-size: 0; line-height: 0; text-indent: -4004px; }

.mpfy-p-slider .mpfy-p-slider-top .holder { background-position: center; background-size: cover; }

.mpfy-p-slider .slick-track:after { clear: both; content: ''; display: table; line-height: 0; }


/*  Post Popup  */

 .mpfy-p-widget-location { border-radius: 0; border: none; padding: 0; }
 .mpfy-p-popup h1 { font-size: 20px; color: #21b0b9; }
 .mpfy-p-top { border-radius: 0; padding: 15px 96px 12px 92px; }
 .mpfy-p-date { left: 26px; top: 21px; }
 .mpfy-p-popup a img { width: 100%; height: auto; }
 .mpfy-p-popup > .mpfy-p-holder { border-radius: 0; }

 .mpfy-p-popup-style-one .mpfy-p-close { background: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/icon-close-btn.png) no-repeat 0 0; width: 11px; height: 11px; top: 10px; right: 10px; }

/*  Post Popup Comments  */

.mpfy-p-popup-style-one .comments-area { border-top: 1px solid #ebebeb; padding-top: 22px; }
.mpfy-p-popup-style-one .mpfy-p-comments { margin: 0 35px 20px; }
.mpfy-p-popup-style-one .mpfy-p-comments .comments-title { font-size: 18px; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments .says, 
.mpfy-p-popup-style-one .mpfy-p-comments #comments cite,
.mpfy-p-popup-style-one .mpfy-p-comments #comments .avatar { display: inline-block; vertical-align: middle; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments .url,
.mpfy-p-popup-style-one .mpfy-p-comments #comments cite,
.mpfy-p-popup-style-one .mpfy-p-comments #comments .says { font-size: 16px; color: #525252; } 
.mpfy-p-popup-style-one .mpfy-p-comments #comments .comment-meta a { font-size: 16px; color: #525252; } 

.mpfy-p-comments p { font-family: 'Museo Sans Rounded 300', sans-serif; font-size: 16px; line-height: 1.88; color: #525252; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments .comment-meta a.comment-edit-link { color: #21b0b9; }
.mpfy-p-popup-style-one .mpfy-p-comments #comments .comment-author { margin: 0 0 20px 0; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments .reply { display: none; }

.mpfy-p-comments textarea { height: 85px; border-radius: 0; border: 1px solid #e4e4e4; }

.comment-form p label { font-size: 18px; display: block; margin-bottom: 15px; }

.mpfy-p-popup-style-one .mpfy-p-comments #comments input { width: 100%; border-radius: 0; border: 1px solid #e4e4e4; }
.mpfy-p-popup-style-one .mpfy-p-comments #comments input[type=submit] { font-size: 16px; text-transform: capitalize; background-color: #21b0b9; color: #fff; border: none; border-radius: 0; height: auto; padding: 8px 18px; width: auto; }
.mpfy-p-popup-style-one .mpfy-p-comments #respond p { margin-bottom: 15px;  }

.mpfy-layout-mobile .mpfy-mll-location .mpfy-mll-l-categories a:last-child { margin-right: 0; }


@media(max-width: 1280px){

	.mpfy-p-slider { width: 60%; }
	.mpfy-p-popup-style-two .mpfy-p-content { width: 40%; position: relative; }
	.mpfy-p-slider.mpfy-p-full-width-slider  .mpfy-p-slider-bottom { height: 103px; }

	.slick-centered-slides.slick-slider .slick-list  { padding: 0 0 !important; }

	.mpfy-p-content .mpfy-p-scroll { min-height: 1px; }
}

@media(max-width: 1023px){
	.mpfy-p-popup { padding: 0; }
	
	.mpfy-p-widget-location { border-radius: 0; }
	.mpfy-p-widget-location .mpfy-p-holder { float: none; margin-right: 0; }
	

	.mpfy-p-local-info { padding: 22px 22px 0 22px; }
	.mpfy-p-scroll .mpfy-p-holder { padding: 0 22px; }

	.mpfy-p-popup-style-two { margin-left: 0; }
	
	.mpfy-p-popup-style-two .mpfy-p-social-small:before { display: none !important; }
	.mpfy-p-popup-style-two .mpfy-p-social-small { left: 6px !important; right: auto !important; top: 6px !important; background-color: #fff; z-index: 9999; }
	
	.mpfy-p-social-small { left: 0 !important; top: 0 !important; }
	.mpfy-p-social-small:before { display: none !important; }	

	.mpfy-p-slider { width: 100%; }
	.mpfy-p-popup-style-two .mpfy-p-content { width: 100%; position: static; }
	.mpfy-p-slider .mpfy-p-slider-top { padding: 0 !important; }
	.mpfy-p-slider .mpfy-p-slider-bottom { display: none; }

	 .mpfy-p-widget-location { overflow: visible; }

	 .mpfy-zoom {  right: 13px; }
}

@media(max-width: 985px){
	.mpfy-p-popup-style-one .mpfy-p-comments { margin: 0 20px; }
}

@media(max-width: 767px){
	.mpfy-p-local-info { padding-bottom: 23px; }
	.mpfy-p-popup h1 { font-size: 17px; line-height: 1.2; }

	.mpfy-p-widget { margin-bottom: 0; }

	.mpfy-p-top:before { display: none; }

	.comment-form p label { font-size: 15px; margin-bottom: 5px; }

	#respond form input[type="text"], #respond form textarea { line-height: 1; }

	.mpfy-p-popup-style-two .mpf-p-show-overlay.mpfy-p-content:after { display: none; }

	    .mpfy-p-popup.mpfy-p-popup-style-two { z-index: 999999; position: relative; }
    .mpfy-p-popup-show-background .mpfy-p-popup-background { z-index: -1; }

    .mpf-p-popup-holder { z-index: 999999; }
    .mpf-p-popup-holder.mpfy-p-popup-active.mpfy-p-popup-show-mobile { overflow-y: scroll; }
    .mpf-p-popup-holder.mpfy-p-popup-active.mpfy-p-popup-show-mobile .mpfy-p-popup {visibility: visible; opacity: 1;  overflow: scroll; z-index: 99999;  }
}




/* ------------------------------------------------------------ *\
	Rebuild pop-up carousel. Released after v4.2.6
\* ------------------------------------------------------------ */

.mpfy-sliders-container {
	height: 100%;
    margin: auto;
    padding: 0;
	overflow: hidden;
	background: #dfdfdf;
}

.mpfy-sliders-container .mpfy-navigation-slider {
	margin: 0 7px;
	padding: 10px 0;
}

.mpfy-sliders-container .mpfy-main-slider .slick-slide,
.mpfy-sliders-container .mpfy-navigation-slider .slick-slide {
	height: auto;
}

.mpfy-sliders-container .mpfy-main-slider,
.mpfy-sliders-container .mpfy-navigation-slider {
	display: none;
	margin-bottom: 0;
}

.mpfy-sliders-container .mpfy-main-slider .slick-slide {
	padding: 0;
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-slide {
	margin: 0 5px 0;
	cursor: pointer;
	position: relative;
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-slide img {
	width: 100%;
	max-width: 100%;
	border: 1px solid #9b9b9b;
    line-height: 0;
    padding: 3px;
    background: #fff;
}

.mpfy-sliders-container .mpfy-main-slider .slick-list,
.mpfy-sliders-container .mpfy-main-slider .slick-list .slick-track,
.mpfy-sliders-container .mpfy-main-slider .slick-list .slick-track .slick-slide {
	height: 100% !important;
	max-height: 100%;	
	background: #EDEDED;
}

.mpfy-sliders-container .mpfy-main-slider .slick-slide div {
	height: 100%;
	max-height: 100%;
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-slide.slick-current-slide:after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0 0 5px #000000;
   	-webkit-box-shadow: inset 0 0 5px #000000;
   	box-shadow: inset 0 0 5px #000000;
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-slide.slick-current-slide img {
	background: #dfdfdf;
}

.mpfy-sliders-container .slick-prev:before, 
.mpfy-sliders-container .slick-next:before {
	content: '';
}

.mpfy-sliders-container .slick-prev,
.mpfy-sliders-container .slick-next {
	z-index: 10;
}

.mpfy-sliders-container .slick-next,
.mpfy-sliders-container .slick-prev {
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/assets/images/arrow.png);
	background-size: contain;
	width: 17px;
	height: 28px;
}

.mpfy-sliders-container .mpfy-main-slider .slick-next {
	right: 20px;	
}

.mpfy-sliders-container .mpfy-main-slider .slick-prev {
	left: 20px;
    margin-top: -14px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-next,
.mpfy-sliders-container .mpfy-navigation-slider .slick-prev {
	width: 10px;
	height: 16px;
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-next {
	right: 13px;	
}

.mpfy-sliders-container .mpfy-navigation-slider .slick-prev {
	left: 13px;	
	margin-top: -8px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mpfy-sliders-container .slick-arrow.slick-disabled {
	opacity: 0.3;
}

.mpfy-sliders-container .slick-slide:focus,
.mpfy-sliders-container .slick-slide img:focus {
	outline: none;
}

.mpfy-sliders-container .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.mpfy-sliders-container .mpfy-main-slider .slick-dots {
	bottom: 15px;
}/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/


/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, .9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}



/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}


/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}


/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  /* transform: translate3d(calc(-100% + 16px), 0, 0); */
  margin-top: 21px;
}


/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}


/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}


/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}

[aria-label][role~="tooltip"]::before {
	filter: invert(34%) sepia(2%) saturate(0%) hue-rotate(10deg) brightness(93%) contrast(85%);
	-webkit-font-smoothing: subpixel-antialiased;
}

[aria-label][role~="tooltip"]::after {
	background: #6b6b6a;
	-webkit-font-smoothing: subpixel-antialiased;
}/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
  font-weight: normal;
  font-style: normal;
}
/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px;
}
.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  resize: none;
}
.redactor-box textarea:focus {
  outline: none;
}
.redactor-editor,
.redactor-box {
  background: #fff;
}
/*
	Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box-fullscreen {
  z-index: 101051;
}
.redactor-toolbar {
  z-index: 100100;
}
.redactor-dropdown {
  z-index: 101052;
}
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 101053;
}
/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/*
	Utils
*/
.redactor-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  min-height: 80px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor:focus {
  outline: none;
}
.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important;
}
/*
	Placeholder
*/
.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #999 !important;
  font-weight: normal !important;
}
/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap;
}
.redactor-toolbar.redactor-toolbar-external {
  z-index: 100999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff;
}
.redactor-toolbar li a:hover i:before {
  color: #fff;
}
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444;
}
.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1;
}
.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-toolbar li a.redactor-button-focus {
  color: #fff;
  background: #000;
}
/*
	CodeMirror
*/
.redactor-box .CodeMirror {
  display: none;
}
/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon i:before {
  position: relative;
  font-size: 14px;
}
.re-video:before {
  content: "\e600";
}
.re-unorderedlist:before {
  content: "\e601";
}
.re-undo:before {
  content: "\e602";
}
.re-underline:before {
  content: "\e603";
}
.re-textdirection:before {
  content: "\e604";
}
.re-fontcolor:before {
  content: "\e605";
}
.re-table:before {
  content: "\e606";
}
.re-redo:before {
  content: "\e607";
}
.re-quote:before {
  content: "\e608";
}
.re-outdent:before {
  content: "\e609";
}
.re-orderedlist:before {
  content: "\e60a";
}
.re-link:before {
  content: "\e60b";
}
.re-horizontalrule:before {
  content: "\e60c";
}
.re-italic:before {
  content: "\e60d";
}
.re-indent:before {
  content: "\e60e";
}
.re-image:before {
  content: "\e60f";
}
.re-fullscreen:before {
  content: "\e610";
}
.re-normalscreen:before {
  content: "\e611";
}
.re-formatting:before {
  content: "\e612";
}
.re-fontsize:before {
  content: "\e613";
}
.re-fontfamily:before {
  content: "\e614";
}
.re-deleted:before {
  content: "\e615";
}
.re-html:before {
  content: "\e616";
}
.re-clips:before {
  content: "\e617";
}
.re-bold:before {
  content: "\e618";
}
.re-backcolor:before {
  content: "\e619";
}
.re-file:before {
  content: "\e61a";
}
.re-alignright:before {
  content: "\e61b";
}
.re-alignment:before,
.re-alignleft:before {
  content: "\e61c";
}
.re-alignjustify:before {
  content: "\e61d";
}
.re-aligncenter:before {
  content: "\e61e";
}
.re-gallery:before {
  content: "\e61f";
}
/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 101054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  font-size: 12px;
  border-radius: 2px;
}
/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1.6em;
}
.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.redactor-dropdown a:last-child {
  border-bottom: none;
}
.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none;
}
.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff;
}
.redactor-dropdown a.redactor-dropdown-link-inactive,
.redactor-dropdown a.redactor-dropdown-link-inactive:hover {
  background: none;
  cursor: default;
  color: #000 !important;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.redactor-dropdown a.redactor-dropdown-link-selected {
  color: #fff;
  background: #000;
}
/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6);
}
#redactor-image-editter {
  position: absolute;
  z-index: 100005;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer;
}
#redactor-image-resizer {
  position: absolute;
  z-index: 100002;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px;
}
/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 100099;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important;
}
.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}
.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none;
}
.redactor-link-tooltip a:hover {
  color: #fff;
}
/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1);
}
#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75);
}
#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5);
}
#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5);
}
#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold;
}
#redactor-modal section {
  padding: 30px 40px 50px 40px;
}
#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0;
}
#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px;
}
#redactor-modal select {
  width: 100%;
}
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 100002;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
}
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em;
}
/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px;
}
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6);
}
/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}
#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd;
}
#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none;
}
#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}
#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee;
}
#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
}
#redactor-modal-close:hover {
  color: #000;
}
#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
  line-height: 1;
  cursor: pointer;
}
#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none;
}
#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525;
}
#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b;
}
#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5;
}
#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580;
}
/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
}
/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif !important;
  cursor: text;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em;
}
.redactor-editor a {
  color: #15c;
  text-decoration: underline;
}
.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto;
}
.redactor-editor video,
.redactor-editor img {
  height: auto;
}
.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none;
}
.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px;
}
.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding: 0;
  text-align: left;
  color: #777;
  font-style: italic;
}
.redactor-editor blockquote:before,
.redactor-editor blockquote:after {
  content: '';
}
.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em;
}
.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none;
}
.redactor-editor ol ol li {
  list-style-type: lower-alpha;
}
.redactor-editor ol ol ol li {
  list-style-type: lower-roman;
}
.redactor-editor dl dt {
  font-weight: bold;
}
.redactor-editor dd {
  margin-left: 1em;
}
.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888;
}
.redactor-editor code {
  background-color: #d8d7d7;
}
.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  font-size: 90%;
}
.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0;
}
.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3;
}
.redactor-editor h1 {
  font-size: 36px;
}
.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em;
}
.redactor-editor h3 {
  font-size: 21px;
}
.redactor-editor h4 {
  font-size: 18px;
}
.redactor-editor h5 {
  font-size: 16px;
}
.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase;
}/* ================================================================ *\
	# Crowd Tooltip
\* ================================================================ */
.crowd-tooltip p { color: #000000; font-size: 13px; line-height: 22px; margin-bottom: 10px; }

.crowd-tooltip .center .crowd-tooltip-button { display: block; color: #FFFFFF; padding: 10px 15px; background: #25b6e6; text-decoration: none; font-size: 12px; white-space: nowrap; margin: 0 22px; }
.crowd-tooltip .center .crowd-tooltip-button:hover { background: #54cdf5; }

.crowd-tooltip .mpfy-close-tooltip { width: 11px; height: 11px; background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/crowdmaps/assets/images/close-tooltip-black.png); }

/* ================================================================ *\
	# Crowd Popup
\* ================================================================ */
.crowd-popup button,
.crowd-popup input,
.crowd-popup select,
.crowd-popup textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

.crowd-popup button,
.crowd-popup input[type="button"],
.crowd-popup input[type="reset"],
.crowd-popup input[type="submit"] { cursor: pointer; }

.crowd-popup button::-moz-focus-inner,
.crowd-popup input::-moz-focus-inner { padding: 0; border: 0; }

.crowd-popup {  }
.crowd-popup-thank-you { max-width: 600px; padding: 0; }
.crowd-popup-thank-you p { margin-bottom: 20px; }
.crowd-popup .crowd-popup-title { padding: 10px 20px; background: #000; color: #fff; font-size: 13px; }
.crowd-popup .crowd-popup-body { padding: 20px 20px 15px 20px; }
.crowd-popup .crowd-fields-column { vertical-align: top; display: inline-block; width: 49%; margin-right: 1.5%; }
.crowd-popup .crowd-fields-column + .crowd-fields-column { margin-right: 0; }
.crowd-popup .crowd-field-wrap { margin: 0 0 24px 0; }
.crowd-popup .crowd-field-wrap label { display: block; margin-bottom: 10px; font-size: 13px; line-height: 1.2; color: #333333; }
.crowd-popup .crowd-field-wrap .field { display: block; width: 100%; height: 38px; padding: 9px 10px; box-sizing: border-box; font-size: 13px; line-height: 18px; color: #333333; border: 1px solid #dadada; }
.crowd-popup .crowd-field-wrap .field::-webkit-input-placeholder { font-style: italic; color: inherit; }
.crowd-popup .crowd-field-wrap .field:-moz-placeholder { font-style: italic; color: inherit; }
.crowd-popup .crowd-field-wrap .field::-moz-placeholder { font-style: italic; color: inherit; }
.crowd-popup .crowd-field-wrap .field:-ms-input-placeholder { font-style: italic; color: inherit; }
.crowd-popup .crowd-field-wrap textarea.field { resize: none; height: 132px; }

.crowd-popup .crowd-file-upload { position: relative; overflow: hidden; display: inline-block; vertical-align: top; width: 80px; height: 80px; margin: 0 0 4px; background: #f1f1f1; border: 1px solid #dadada; }
.crowd-popup .crowd-file-upload span { display: block; top: 0; left: 0; width: 100%; height: 100%; padding: 12px 5px; box-sizing: border-box; display: block; text-align: center; font-size: 13px; line-height: 18px; }
.crowd-popup .crowd-file-upload-image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.crowd-popup .crowd-file-upload-trigger { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.crowd-popup .crowd-form-actions { padding: 20px 0 0; text-align: right; border-top: 1px solid #dadada; }
.crowd-popup .crowd-form-actions .crowd-btn-submit { display: inline-block; padding: 10px; font-size: 15px; color: #fff; background: #25b6e6; border-radius: 0; border: 0;
-webkit-transition: background-color 400ms;
     -o-transition: background-color 400ms;
        transition: background-color 400ms; }
.crowd-popup .crowd-form-actions .crowd-btn-submit:hover { background: #0c90bb; }

.crowd-popup .mpfy-p-close { top: 16px; right: 16px; }

.crowd-popup-error-notification,
.crowd-popup-notification {
	padding: 8px 12px;
    background: #e6f9ff;
	color: #333333;
    border: 1px solid #25b6e6;
    margin-bottom: 25px;
}

.crowd-popup-error-notification {
	border: 1px solid #ca2121;
    background: #ffe0e0;
    color: #333333;
	display: none;
}

@media only screen and (max-width: 1024px) {
	.crowd-popup .mpfy-p-close { top: 8px; right: 8px; }
}

@media screen and (max-width: 820px){
	.crowd-popup .crowd-fields-column { display: block; width: auto; }
}.mpf-p-popup-holder .mpfy-p-social {
	width: 48px;
	background: transparent;
	border-radius: 5px;
	position: fixed;
	left: 0;
	top: 50%;
	transform: translate(0, -60%);
	z-index: 999999;
}
.mpf-p-popup-holder .mpfy-p-social:before {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 48px;
    box-shadow: #aba8a8 0px 0px 10px;
	border-radius: 5px;
    z-index: -999;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn {
	width: 48px;
    height: 48px;
	cursor: pointer;
	transition: 0.3s;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: 12px center;
	overflow: hidden;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn span {
	color: #ffffff;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-left: 60px;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:first-child {
	border-top-right-radius: 5px;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:last-child {
	border-bottom-right-radius: 5px;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:hover {
	width: 130px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-position: 20px center;
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.facebook {
	background-color: #4267B2;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/facebook.svg);	
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.twitter {
	background-color: #55acee;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/twitter.svg);	
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.email {
	background-color: #404040;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/email.svg);	
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.whatsapp {
	background-color: #25d366;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/whatsapp.svg);	
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.linkedin {
	background-color: #0077b5;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/linkedin.svg);	
}

.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn.pinterest {
	background-color: #CB2027;
	background-image: url(//www.marcegaglia.com/officialwebsite/wp-content/plugins/mapifypro-master/modules/social-sharing/images/pinterest.svg);	
}

@media only screen and (max-width: 1023px) {
	.mpf-p-popup-holder .mpfy-p-social {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		border-radius: 0;
		display: flex;
		transform: translate(0, 0);		
	}

	.mpf-p-popup-holder .mpfy-p-social:before {
		box-shadow: none;
	}
	
	.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn {
		background-position: center center;
		flex-grow: 1;
		width: auto;
	}
	
	.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn span {
		display: none;
	}

	.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:first-child {
		border-top-right-radius: 0;
	}
	
	.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:last-child {
		border-bottom-right-radius: 0;
	}

	.mpf-p-popup-holder .mpfy-p-social .mpfy-social-btn:hover {
		width: auto;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		background-position: center center;
	}
}