/* PVV */
@font-face {
    font-family: 'AvenirHeavy';
    src: url('fonts/sansation_light.otf');
}
@font-face {
    font-family: 'AvenirLTStdRoman';
    src: url('fonts/AvenirLTStd-Roman.otf');
}
.avoid-clicks {
    pointer-events: none;
    cursor: not-allowed;
}

.right-panel {
	line-height: 30px;
}

.right-panel select, #right-panel input {
	font-size: 15px;
}

.right-panel select {
	width: 100%;
}

.right-panel i {
	font-size: 12px;
}
.right-panel {
	height: 100%;
	width: 100%;
	overflow: auto;
	max-height: 370px;
}
header .page-title.has-back {
	padding-left: 50px;
}
/* Iphone */
@media all and (max-width: 320px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 225px;
	}

	.event-list-page.initiatives-list li .initiatives-inner {
		min-height: 190px;
	}
}
@media all and (min-width: 321px) and (max-width: 376px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 210px;
	}
}
@media all and (min-width: 376px) and (max-width: 481px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 185px;
	}
}
@media all and (min-width: 481px) and (max-width: 569px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 165px;
	}
}
@media all and (max-height: 567px) {
	.event-list-page-map.initiatives-list li .initiatives-inner {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.event-list-page-map.initiatives-list li .initiatives-inner h4 {
	    margin-bottom: 4px;
	}
	.event-list-page-map.initiatives-list li .initiatives-inner .event-meta-address {
	    margin-bottom: 2px;
	}
	.event-list-page-map.initiatives-list li .initiatives-inner .desc p {
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
}
@media all and (max-height: 567px) and (orientation: landscape) {
	ul.nav-map-list-mobile.map-position {
	    bottom: 155px;
	}
}
@media all and (max-width: 767px) and (orientation: portrait) {
	ul.nav-map-list-mobile.map-position {
    	bottom: 215px;
    }
}
@media all and (max-width: 568px) {
    .details-desc-mobile a span, .event_map_bar a span {
	    font-size: 10px;
	}
	.event_map_bar .col-custom {
	    width: 90%;
	}
}
@media all and (max-width: 666px) {
	.initiatives-list {
	    margin-left: 10px;
    	margin-right: 10px;
	}
	.initiatives-list li:first-child {
	    margin-top: 10px;
	}
	.initiatives-list li {
	    margin: 5px 0;
	}
	.initiatives-list li:last-child {
	    margin-bottom: 10px;
	}
	.initiatives-list li .initiatives-inner {
	    padding: 15px 10px;
	}
	.position-bottom {
		padding: 0 10px;
	}
	.initiatives-event-info {
	    padding: 0 0 5px 0;
	}

	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
	    padding: 10px;
	}
	.desc-icon-pen, .desc-icon-map, .desc-icon-eyes, .desc-icon-contact,
	.map-icon-pdf, .map-icon-directions, .map-icon-home {
	    width: 28px;
	    height: 28px;
	}
	ul.initiatives-list.detail.event-list-detail-page .initiatives-inner {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.event-address p {
    	padding-top: 10px;
	}
	.footer-menu-icon li a .ic-note, .footer-menu-icon li a .ic-map, .footer-menu-icon li a .ic-gear {
		width: 22px;
	    height: 22px;
	}
}
@media all and (min-width: 569px) and (max-width: 736px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 172px;
	}
}
@media all and (min-width: 568px) and (max-width: 767px) {
	.details-desc-mobile a span, .event_map_bar a span {
	    font-size: 12px;
	}
}
@media all and (min-width: 568px) and (max-width: 1024px) {
	.event_map_bar .col-custom {
	    width: 80%;
	}
}
@media all and (min-width: 667px) and (max-width: 735px) {
	.initiatives-list li:first-child {
	    margin-top: 15px;
	}
	.initiatives-list li:last-child {
	    margin-bottom: 15px;
	}
}
@media all and (min-width: 667px) and (max-width: 736px) {
	.initiatives-list li {
	    margin: 7.5px 0;
	}
}
@media all and (min-width: 667px) and (max-width: 767px) {
	.desc-icon-pen, .desc-icon-map, .desc-icon-eyes, .desc-icon-contact,
	.map-icon-pdf, .map-icon-directions, .map-icon-home {
	    width: 40px;
	    height: 40px;
	}

	.footer-menu-icon li a .ic-note, .footer-menu-icon li a .ic-map, .footer-menu-icon li a .ic-gear {
		width: 30px;
	    height: 30px;
	}
}
@media all and (min-width: 667px) and (max-width: 1024px) {
	.initiatives-list {
	    margin-left: 15px;
    	margin-right: 15px;
	    margin-top: 7.5px;
	}
	.initiatives-list.initiatives-list-page{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap:wrap;
		flex-wrap: wrap;
		-ms-flex-pack:justify;
		justify-content: space-between;
	}
	.initiatives-list li .initiatives-inner {
	    padding: 15px;
	}
	.position-bottom {
		padding: 0 15px;
	}
	.initiatives-event-info {
	    padding: 0 0 10px 0;
	}
	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
	    padding: 15px;
	}
	.event-address p {
    	padding-top: 15px;
	}
}
@media all and (max-width:736px) {
	.initiatives-list li {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	header .page-title {
	    font-size: 13pt !important;
	    padding: 5px 0;
	}
	header .page-title span {
	    font-size: 12pt;
	    word-spacing: 2px;
        font-weight: normal;
	}
	header .site-title {
		display: block;
		font-size: 14px;
		float: right;
		vertical-align: middle;
		margin-top: 2px;
		width: 100px;
		text-align: right;
	}
	.back-home-mobile img {
	    width: 50%;
	}
	.back-home.back-home-mobile {
	    top: 13px;
	}
	header .page-title.has-back {
	    padding-left: 30px;
	}
	.title-left {
	    width: 65px;
	}
	.title-right {
	    width: 75%;
        line-height: 18px;
    	margin-top: 2px;
	}
	.initiatives-list li h4, .e-btn {
	    font-size: 12pt;
	}
	.e-btn {
		padding: 10px;
	}
	.initiatives-list li .desc p, .initiatives-event-info, .event-meta-time, .event-meta-address,
	ul.initiatives-list.detail .initiatives-inner .details_event, ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
	    font-size: 10pt;
	}
	.initiatives-list li .desc p, .event-meta-time, .event-meta-address, ul.initiatives-list.detail .initiatives-inner .details_event,
	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
		    line-height: 20px;
	}
	.details-desc-mobile {
	    padding: 8px 0 10px;
	}
	.event-meta-address:before {
        width: 13px;
    	height: 18px;
        background-size: 72%;
    	top: 3px;
	}
	.event-address {
	    font-size: 11pt;
	    line-height: 22px;
	}
	.item_event_map {
		height: 230px;
	}

	.footer-menu-icon li a {
	    padding: 10px 0;
	}
	.footer-menu-icon li a span {
	    font-size: 10pt;
	    margin: 0 0 5px;
	}
}
@media all and (min-width:736px) and (max-width: 768px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 215px;
	}
}
@media all and (min-width:736px) and (max-width: 991px) {
	.initiatives-list li {
		width: 49%;
	}
}
@media all and (min-width:736px) and (max-width: 1024px) {
	#pt-main > .pt-page {
	    margin-bottom: 110px;
	}
	.initiatives-list li {
    	margin: 7.5px 0;
	}
	.initiatives-list li:nth-child(2n+1) {
	    float: left;
	}
	.initiatives-list li:nth-child(2n) {
	    float: right;
	}
}

/* Ipad */
@media all and (min-width: 768px) and (max-width: 991px) {
	.initiatives-list li .initiatives-inner {
		min-height: 250px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) {
	header .page-title {
	    font-size: 28pt;
	    padding: 10px 0;
	}
	header .site-title {
		display: block;
		font-size: 14pt;
		float: right;
		vertical-align: middle;
		margin-top: 20px;
	}
	header .page-title span {
	    font-size: 20pt;
	    word-spacing: 5px;
        font-weight: normal;
	}
	
	.title-left {
	    width: 115px;
	}
	.title-right {
	    margin-top: 6px;
	    line-height: 30px;
	}

	.back-home.back-home-mobile {
	    top: 19px;
	}
	.back-home-mobile img {
	    width: 65%;
	}

	.initiatives-list li h4 {
	    font-size: 14pt;
	    line-height: 26px;
	}
	.initiatives-list li .desc p, .event-meta-time, .event-meta-address {
	    font-size: 12pt;
	}
	ul.initiatives-list.detail .initiatives-inner .details_event,
	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
		font-size: 12pt;
		line-height: 22px;
	}
	.initiatives-list li .desc p, ul.initiatives-list.detail .initiatives-inner .details_event {
	    line-height: 22px;
	}
	.event-meta-time, .event-meta-address {
		line-height: 20px;
	}
	.event-meta-address:before {
	    width: 13px;
	    height: 18px;
	    background-size: 90%;
	    top: 1px;
	}
	.e-btn {
	    font-size: 14pt;
	    padding: 15px;
	}
	ul.nav-map-list-mobile.map-position {
		bottom: 230px;
	}

	.details-desc-mobile {
	    padding: 5px 0 15px;
	}
	.desc-icon-pen, .desc-icon-map, .desc-icon-eyes, .desc-icon-contact,
	.map-icon-pdf, .map-icon-directions, .map-icon-home {
	    width: 55px;
	    height: 55px;
	}
	.details-desc-mobile a span, .event_map_bar a span {
	    font-size: 13pt;
	    line-height: 22px;
	}
	.event-address {
	    font-size: 13pt;
	    line-height: 24px;
	}
	.item_event_map {
		height: 320px;
	}

	.footer-menu-icon li a .ic-note, .footer-menu-icon li a .ic-map, .footer-menu-icon li a .ic-gear {
		width: 45px;
	    height: 45px;
	}
	.footer-menu-icon li a span {
	    font-size: 15pt;
	    margin: 8px 0 5px;
	}
}
@media all and (min-width: 768px) and (max-width: 1024px) and (max-height: 567px) {
	ul.nav-map-list-mobile.map-position {
		bottom: 155px;
	}
	header .page-title {
	    font-size: 15pt;
	    padding: 5px 0;
	}
	.footer-menu-icon li a .ic-note, .footer-menu-icon li a .ic-map, .footer-menu-icon li a .ic-gear {
		width: 22px;
		height: 22px;
	}
	.footer-menu-icon li a span {
	    font-size: 10pt;
	    margin: 0 0 5px;
	}
}
@media all and (min-width:992px) and (max-width: 1024px) {
	.initiatives-list li .initiatives-inner {
	    min-height: 250px;
	}
	.initiatives-list li {
		width: 49.2%;
	}
}
@media all and (min-width:900px) and (max-width: 1024px) and (orientation: landscape) {
	.event-list-page-map.initiatives-list li .initiatives-inner .desc {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-line-clamp: 2;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    min-height: 44px;
	}
}
@media all and (max-width:1024px) {
	body {
	    background-color: #e7e7e7;
	}
	.mobile-hidden {
	    display: none;
	}
	header {
	    background-color: #E33F3B;
	    box-shadow: 0px 0px 5px 5px #b9b9b9;
	}	
	header .page-title {
	    font-family: 'AvenirHeavy', sans-serif;
	    font-weight: 600;
	    color: #fff;
		font-size: 22pt;
		white-space: nowrap;
		text-overflow: ellipsis;
	    text-align: left;
	}
	header .page-title.has-back {
	    overflow: hidden;
	}
	.title-left {
		float: left;
	}
	.title-right {
		float: left;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	a:focus, a:hover, a:active {
	    outline: none;
	    text-decoration: none;
	    color: #4f4f4f;
	}

	/* initiatives-list */
	.position-bottom {
	    position: absolute;
	    width: 100%;
	    bottom: 15px;
	    left: 50%;
	    transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.initiatives-list {
		overflow: hidden;
	}
	.initiatives-list li {
	    border: 1px solid #a8a8a8;
	    border-radius: 5px;
	    -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    box-shadow: 0px 1px 1px 0px #a8a8a8;
	    -webkit-box-shadow: 0px 1px 1px 0px #a8a8a8;
	    -moz-box-shadow: 0px 1px 1px 0px #a8a8a8;
	    float: left;
	    padding: 0;
	}
	.initiatives-list li .initiatives-inner {
        background-color: #fff;
	    max-width: 100%;
	    width: 100%;
        position: relative;
        
	}
	.initiatives-list-page.initiatives-list li .initiatives-inner, ul.initiatives-list.detail .initiatives-inner {
		border-radius: 5px;
        -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -webkit-border-radius: 5px;
	}
	.event-list-page.initiatives-list li .initiatives-inner, .event-list-page-map.initiatives-list li .initiatives-inner {
	    border-radius: 5px 5px 0 0;
	    -o-border-radius: 5px 5px 0 0;
	    -ms-border-radius: 5px 5px 0 0;
	    -webkit-border-radius: 5px 5px 0 0;
	}
	.initiatives-list li h4, .e-btn {
		font-family: 'AvenirHeavy', sans-serif;
		font-weight: 600;
	}
	.initiatives-list li h4 {
		color: #E33F3B;
		margin-bottom: 8px;
		text-overflow: ellipsis;
	    overflow: hidden;	    
	}
	.initiatives-list li .desc, ul.initiatives-list.detail .initiatives-inner .details_event, 
	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
	    text-align: justify;
	}
	.initiatives-list li .desc p, .event-meta-time, .event-meta-address, ul.initiatives-list.detail .initiatives-inner .details_event {
		font-family: 'AvenirLTStdRoman', sans-serif;
	}
	.initiatives-list li .desc p, ul.initiatives-list.detail .initiatives-inner .details_event {
		color: #727473;
	}
	.initiatives-event-info {
	    font-family: 'AvenirLTStdRoman', sans-serif;
	    color: #E33F3B;
	}
	.initiatives-event-info .text-left {
		padding-right: 0;
	    text-overflow: ellipsis;
    	white-space: nowrap;
	}
	.initiatives-event-info .text-right {
	    padding-left: 0;
        text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
	}
	.color-blue {
		color: #E33F3B;
	}
	.progress.main-color {
	    font-family: 'AvenirHeavy', sans-serif;
	    font-weight: 600;
	    background-color: #b3d4f3;
	    border-radius: 10px;
	    -o-border-radius: 10px;
	    -ms-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    margin: 0;
	}
	.main-color .progress-bar-info {
	    background-color: #E33F3B;
	    text-indent: 10px;
	}

	.event-meta-time {
	    padding: 0 0 6px;
	}
	.initiatives-inner-btn {
	    border-top: 1px solid #a8a8a8;
	    background-color: #fff;
    	overflow: hidden;
	    border-radius: 0 0 5px 5px;
	    -o-border-radius: 0 0 5px 5px;
	    -ms-border-radius: 0 0 5px 5px;
	    -webkit-border-radius: 0 0 5px 5px;
	}
	.e-btn.e-btn-left {
	    border-right: 1px solid #a8a8a8;
	}
	.e-btn {
	    width: 50%;
	    float: left;
	    border-bottom: none;
	    display: block;
	}

	.nav-map-list-mobile .ic-list-md, .nav-map-list-mobile .ic-map-md {
        width: 22px;
	    height: 22px;
	    background-repeat: no-repeat;
	    background-size: 90%;
	    display: table-cell;
	}
	.nav-map-list-mobile .ic-list-md {
	    background-image: url(images/icons-mobile/icon-list.png);
	}
	.nav-map-list-mobile .ic-map-md {
	    background-image: url(images/icons-mobile/icon-map.png);
	}

	ul.nav-map-list-mobile {
	    background-color: #14b4f4;
	    color: #fff;
	    padding: 0;
	    margin: 0;
        width: 180px;
	    border-radius: 5px;
	    -o-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -webkit-border-radius: 5px;
        box-shadow: 0px 2px 10px 1px #b9b9b9;
        -moz-box-shadow: 0px 2px 10px 1px #b9b9b9;
        -webkit-box-shadow: 0px 2px 10px 1px #b9b9b9;
	}
	ul.nav-map-list-mobile.map-position {
		position: absolute;
	    z-index: 9;
	    left: 50%;
	    transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	}
	.nav-map-list-mobile li {
	    list-style-type: none;
        width: 50%;
	    float: left;
	    text-align: center;
	}
	.nav-map-list-mobile li:first-child {
	    border-right: 2px solid #fff;
	}
	.nav-map-list-mobile li a {
	    font-size: 12pt;
	    color: #fff;
	    line-height: 2;
	    vertical-align: middle;
	    display: table;
	    width: 100%;
	    text-align: center;
	    padding: 0 10px;
	}
	.nav-map-event-detail ul.nav-map-list-mobile {
	    margin: 0 auto;
	}
	.event-meta-address {
	    padding-left: 18px;
    	text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    position: relative;
	}
	.event-meta-address:before {
	    content: "";
	    background-image: url(images/icons-mobile/icon-location-sm.png);
	    background-repeat: no-repeat;
        position: absolute;
        left: 0;
	}
	.event-list-map-owl .event-meta-address {
	    margin-bottom: 5px;
	}
	.event-list-map-owl .desc p {
	    margin-bottom: 2px;
	}
	.main-content {
		position: relative;
	}
	.area-event-list-map {
	    margin: 0 auto;
	    position: relative;
	}
	ul.initiatives-list.event-list-page-map {
	    margin: 0;
	    position: absolute;
	    bottom: 0;
	}
	.initiatives-list.event-list-page-map li {
		width: 100%;
	}
	.event-list-page-map.initiatives-list li .initiatives-inner {
	    min-height: auto;
	    padding-bottom: 10px;
	}

	ul.initiatives-list.detail li {
	    float: none;
	    width: 100%;
	}
	ul.initiatives-list.detail .initiatives-inner {
        min-height: auto;
	}
	ul.initiatives-list.detail.initiatives-list-detail-page .initiatives-inner {
	    padding: 0;
	}
	.event-address, .event-address a {
	    color: #E33F3B;
	}
	.event-address:before {
		content: "";
	    border-top: 1px solid #a8a8a8;
	    width: 100%;
	    position: absolute;
	    left: 0;
	}
	.event-address p {
		margin: 0;
	}
	.event-address a {
	    border-bottom: none;
	}
	ul.initiatives-list.detail .initiatives-inner .details_event .event-address b {
		font-family: 'AvenirHeavy', sans-serif;
	    font-weight: 600;
	}
	.details-desc-mobile {
	    text-align: center;
	    border-top: 1px solid #a8a8a8;
	}
	.desc-icon-pen, .desc-icon-map, .desc-icon-eyes, .desc-icon-contact,
	.map-icon-pdf, .map-icon-directions, .map-icon-home {
        background-size: 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	    margin: 5px auto;
	}
	.desc-icon-pen {
	    background-image: url(images/icons-mobile/icon-pen-ip.png);
	}
	.desc-icon-map {
	    background-image: url(images/icons-mobile/icon-map-detail-ip.png);
	}
	.desc-icon-eyes {
	    background-image: url(images/icons-mobile/icon-eyes-ip.png);
	}
	.desc-icon-contact {
	    background-image: url(images/icons-mobile/icon-contact-ip.png);
	}
	.col-custom {
	    overflow: hidden;
	}
	.col-4 {
	    width: 25%;
	    float: left;
	    padding: 0 4px;
	}
	.col-3 {
	    width: 33.33%;
	    float: left;
	    padding: 0 10px;
	}
	.map-icon-pdf {
	    background-image: url(images/icons-mobile/icon-pdf.png);
	}
	.map-icon-directions {
	    background-image: url(images/icons-mobile/icon-directions.png);
	}
	.map-icon-home {
	    background-image: url(images/icons-mobile/icon-home.png);
	}
	.event_map_bar {
	    text-align: center;
        padding-top: 5px;
	}
	.event_map_bar .col-custom {
	    margin: 0 auto;
	}
	ul.initiatives-list.detail .initiatives-inner .details_detail .details-desc {
	    color: #727473;
    	font-family: 'AvenirLTStdRoman', sans-serif;
	}
	.details-desc-mobile a, .event_map_bar a {
	    font-family: 'AvenirLTStdRoman', sans-serif;
	    display: block;
        color: #E33F3B;
	}
	.details-desc-mobile a:focus, .event_map_bar a:focus {
	    outline: none;
	}
	.details-desc.details-desc-laptop {
	    display: none;
	}

	footer {
	    background-color: #f9f9f9;
	    box-shadow: 0 10px 8px 10px #727473;
	    -webkit-box-shadow: 0 10px 8px 10px #727473;
	    -moz-box-shadow: 0 10px 8px 10px #727473;
	}

	.ic-note, .ic-map, .ic-gear {
        background-size: 100%;
	    background-repeat: no-repeat;
	    background-position: center;
	    margin: 5px auto 10px;
	}
	.ic-note {
		background-image: url(images/icons-mobile/icon-clipboard.png);
	}
	.ic-map {
		background-image: url(images/icons-mobile/icon-location.png);
	}
	.ic-gear {
		background-image: url(images/icons-mobile/icon-profile.png);
	}

	.footer-menu-icon li.current a span, .footer-menu-icon li a span {
		color: #E33F3B;
	}
	.footer-menu-icon li a span {
	   	font-family: 'AvenirLTStdRoman', sans-serif;
	}
}
@media all and (max-width: 1024px) and (orientation: portrait) {
	.event-list-page-map.initiatives-list li .initiatives-inner .desc {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-line-clamp: 3;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    min-height: 62px;
	}
}
@media all and (min-width:1025px) {
	.mobile-show, .details-desc-mobile {
		display: none;
	}
}
