/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/
@page { margin: .5cm }

@media print {
	a[href]:after { content: "" !important; }
	p,
	span,
	img {display:block; page-break-inside: avoid;}
	a {text-decoration: none !important;}
	.panel_page {
		width: 100%;
		margin: 0;
		float: none;
	}

	.header {
		height: inherit;
		background: #7e8b3b !important;
	}
	img {max-width: 50%;}
	.row .medium-5.columns {width: 30%;float: left;}
	.row .medium-7.columns {width: 60%;float: left;}

	.one-column.contained {padding: 10px;}
	.video-box .image-container,
	.video-box .background {float: none;}
	.video-box .background {position: relative; transform:none;width: 100%;min-height: 0;}
	.video-box .background .content {position:relative; transform:none; width: 100%; left:0;}
	.image-box {width: 50%;margin: 0;}
	.image-box .title {font-size: 36px;}
	.custom-highlights .columns {width: 50%}
	.custom-highlights .high-item {float: left;}
	.custom-highlights .high-item .high-text {right: 0;}
	.custom-highlights .high-item .title {font-size: 36px;}
	.homepage-slider .banner-item .title {color: #fff !important;}
	.interior-slider  .interior-caption .title {color: #fff !important;text-decoration: none !important; }
	.slider .slide {max-width: 700px;}
	.feat-event ul li .img-cont img {width: 50%;}
	.feat-event ul li .content {margin-top: 0;}
	.shared-items .item .medium-4.columns.no-pad-left {width: 30%;float: left;height: }
	.shared-items .item .medium-8.columns.no-pad-left{width: 50%;float: left}
	.shared-detail .shared-top {margin-top: 40px;margin-bottom: 20px;}
	.custom-highlights .high-item .high-text .title,
	.image-box .content .title,
	.custom-highlights .high-item .high-text .description p{color: #fff !important;}
	.feat-event ul li .img-cont img {width: 100%;}
	.feat-event {margin-bottom: 20px;}

	.custom-highlights,
	.image-box,
	.shared-filter,
	.feat-event .img-cont,
	.image-box-dtn,
	.shared-map,
	.shared-items .item .action-buttons,
	.shared-items .item .rates,
	.shared-items .item .medium-2.columns.no-pad,
	.shared-pager,
	.shared-sort,
	.homepage-slider,
	.homepage-slider-thumbs,
	.video-box .image-container,
	.map-container,
	.feat-event .title-cont .link,
	.shared-back-button,
	.shared-detail .shared-top .shared-gallery .expand-container,
	.shared-detail .shared-top ul.info li.print,
	.shared-detail .shared-bottom  .tabs,
	.shared-detail .shared-bottom .form-group,
	.custom-highlights .high-icon,
	.custom-highlights .high-color,
	.side-nav,
	.main-nav-wrapper,
	.secondary-nav-wrapper,
	.mobile-nav,
	.logo-wrapper.hide-for-large-up,
	.bottom-row-full,
	.custom-slider .slider,
	.site-search-cont,
	.addthis,
	.custom_header_slideshow_interior,
	.travel-guide,
	.booking-widget,
	button,
	form,
	.custom-slider a,
	.map-widget,
	.footer_container { display: none !important; }
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
