﻿/*@media (max-width: 767px) {*/

@media (max-device-width: 767px) {
	/* GLOBAL STYLES */
	body {
		font-size: 1.1em;
	}

	hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mobile-only {
		display: block;
	}

	input[type=text], textarea {
		font-size: 16px !important;
	}

	.mobile-only-hide {
		position: absolute;
		overflow: hidden;
		min-width: 320px;
		left: -999em;
		padding: 0;
		border: 0;
	}

	.desktop-only {
		display: none;
	}

	h3 {
		font-size: 1.6em;
	}

	.container {
		width: auto;
		padding: 0px;
	}

	header {
		border-top-width: 4px;
		height: 88px;
	}

		header .logo {
			width: 88px;
			height: 82px;
			background-size: 88px 82px;
			top: 1px;
			left: 10px;
		}

		header .header-logo .subtitle {
			top: 25px;
			font-size: 1.4em;
			line-height: 1.3em;
			left: 107px;
			width: 91px;
		}

		header .social {
			float: none;
			position: absolute;
			top: 25px;
			right: 10px;
		}

			header .social a {
				width: 38px;
				height: 38px;
				background-size: 38px 38px;
			}

		header .nav-main .nav-site {
			display: none;
		}

		header .nav-container {
			margin-top: 50px;
		}

	#login-bar {
		display: none;
	}

	.shadow-holder .shadow {
		display: none;
	}

	.walk-tile-holder.feature {
		margin-left: 5px;
		margin-right: 5px;
	}

	header {
		width: 100%;
		min-width: 100%;
	}

	footer {
		position: relative;
		width: 100%;
		min-width: 100%;
		height: 100px;
	}

		footer .footer-right {
			display: none;
		}

	.promo-walks {
		padding: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		display: none;
	}

	footer .footer-icons {
		width: 100%;
		height: auto;
	}

		footer .footer-icons a.icon-vichealth, footer .footer-icons a.icon-vicwalks, footer .footer-icons a.icon-australiawalks {
			height: 85px;
			width: 20%;
			margin: 0px;
			text-align: center;
			background-position: center;
		}

		footer .footer-icons a.icon-vicwalks {
			background-size: 61px auto;
			width: 30%;
		}

		footer .footer-icons a.icon-vichealth {
			background-size: 80px auto;
			width: 28%;
		}

	.footer-icons a.icon-australiawalks {
		background-size: 61px auto;
	}

	footer .footer-icons a {
		width: 33%;
		float: left;
	}

	/* HOME PAGE STYLES */
	.home-carousel .owl-wrapper-outer {
		overflow: auto;
	}

	.home-carousel-extra .home-social {
		display: none;
	}

	.home-features {
		width: auto;
		height: auto;
		border-radius: 10px;
	}

		.home-features h3 {
			font-size: 1.4em;
		}

		.home-features h3, .home-features p {
			padding-left: 15px;
			padding-right: 15px;
		}

	.mobile-buttons {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}

		.mobile-buttons a {
			text-align: center;
			background: #FFF;
			border-radius: 30px;
			border: solid 2px #D8DF20;
			color: #02AEF0;
			font-family: 'Museo W01 700',serif;
			float: left;
			margin-left: 10px;
			width: 45%;
			font-size: 1.45em;
			line-height: 2em;
		}

	.home-carousel {
		height: auto;
		
	}

	.home-features p {
		padding-bottom: 15px;
	}

	.home-carousel .slide-pagination {
		display: none;
	}

	.home-carousel .item .slide-content {
		width: auto;
		padding: 0px;
		float: none;
	}

	.mobile-image-wrapper .mobile-slide-controls {
		display: block;
		position: absolute;
		width: 100%;
		height: 52px;
		margin-top: -26px;
		top: 50%;
		z-index: 2;
	}

		.mobile-image-wrapper .mobile-slide-controls a {
			height: 52px;
			width: 26px;
			background-size: 26px 52px;
			display: block;
			background-position: left top;
			background-repeat: no-repeat;
			position: absolute;
			top: 0;
		}

			.mobile-image-wrapper .mobile-slide-controls a.slide-next {
				right: 0;
				background-image: url(/content/images/mobile-next.png);
			}

			.mobile-image-wrapper .mobile-slide-controls a.slide-prev {
				left: 0;
				background-image: url(/content/images/mobile-prev.png);
			}

	.home-carousel .item img {
		width: 100%;
		height: auto;
		float: none;
		border-radius: 10px 10px 0 0;
	}

	.home-carousel .mobile-image-wrapper {
		position: relative;
	}

	.home-carousel .owl-item {
		float: none;
	}

	.carousel-holder {
		margin: 20px;
		border-radius: 8px;
	}

		.carousel-holder .slide-controls {
			display: none;
		}

	.promo-walks {
		display: block;
	}

	.col-xs-4, .col-xs-8, .col-xs-3 {
		width: auto;
		float: none;
	}

	.row .walk-tile {
		height: auto;
		clear: both;
		overflow: hidden;
	}

		.row .walk-tile .walk-rating .star {
			background-image: url(/content/images/rating-star.2x.png);
			background-size: 15px 14px;
		}

			.row .walk-tile .walk-rating .star.empty {
				background-image: url(/content/images/rating-star-empty.2x.png);
			}

	.walk-tile h4 {
		font-size: 1.4em;
	}

	.row .walk-tile img {
		width: 60%;
		height: auto;
		position: static;
		float: left;
	}

	.row .walk-tile.theme img { width: 100%;  }

	.row .walk-tile .walk-detail {
		margin-left: 0;
		float: right;
		width: 35%;
		margin-right: 5px;
	}

	/* WALK DETAIL STYLES */
	.social-widgets {
		display: none;
	}

	.detail-holder, .walk-extra {
		margin-left: 15px;
		margin-right: 15px;
	}

	.detail-holder {
		padding: 0;
		border-radius: 0;
		background-color: transparent;
		margin-bottom: 0px;
	}

		.detail-holder .inner {
			height: auto;
			margin-top: 0;
			margin-left: 0;
		}

	.detail-map-holder {
		border-radius: 0;
		width: 100%;
		height: 298px;
	}

	.mobile-map-view {
		min-height: 0;
	}

	.detail-holder .col-xs-8 {
		padding: 0;
	}

	#mobile-maps {
		top: 88px;
		left: 0;
		position: absolute;
		width: 100%;
		visibility: hidden;
		height: 600px;
		display: block;
	}

	#map-canvas {
		float: none;
		height: 422px;
		border-radius: 0;
		width: 100%;
	}

	.detail-map-holder #PrintBtn {
		display: none;
	}

	.detail-holder .metrics {
		border: none;
		color: #000;
	}

		.detail-holder .metrics .star {
			background-image: url(/content/images/rating-star.2x.png);
			background-size: 15px 14px;
		}

			.detail-holder .metrics .star.empty {
				background-image: url(/content/images/rating-star-empty-grey.2x.png);
			}

	.walk-carousel-holder {
		display: none;
	}

	.row.title-and-rating {
		display: none;
	}

	.walk-poi {
		border: none;
		padding-bottom: 0;
	}

		.walk-poi .row .col-xs-4 .poi-tile {
			height: auto !important;
			border-top: solid 1px #e5e5e5;
			min-height: 110px;
		}

		.walk-poi .row .col-xs-4:first-child .poi-tile {
			border-top: none;
			padding-top: 10px;
		}

		.walk-poi .poi-tile img {
			top: 10px;
		}

	.row.walk-features {
		border: none;
		margin-bottom: 0;
	}

		.row.walk-features .col-xs-3 {
			width: 50%;
			float: left;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

		.row.walk-features img {
			width: 39px;
			height: 34px;
			padding-right: 5px;
		}

	.walk-extra p {
		color: #666666;
		margin-bottom: 10px;
	}

	.walk-extra h4 {
		color: #00acee;
	}

	.mobile-map-toggle {
		background-color: #ECF0B5;
		padding: 10px;
		overflow: hidden;
	}

		.mobile-map-toggle h3 {
			margin-top: 10px;
		}

		.mobile-map-toggle .mobile-buttons {
			margin-top: 5px;
			margin-bottom: 5px;
		}

			.mobile-map-toggle .mobile-buttons a {
				margin-left: 0;
				width: 32%;
			}

			.mobile-map-toggle .mobile-buttons span.combined a:first-child {
				border-top-right-radius: 0;
				border-bottom-right-radius: 0;
				margin-left: 3%;
			}

	.map-info {
		top: 30px !important;
		position: Absolute !important;
		right: 10px !important;
		border-top-right-radius: 30px !important;
		border-bottom-right-radius: 30px !important;
	}

	.mobile-map-toggle .mobile-buttons span.combined a:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		border-left: 0;
	}

	.mobile-buttons a.active {
		background-color: #ECF0B5;
	}

	.infowindow {
		max-width: 230px;
	}

	.mobile-walk-carousel-holder {
		background-color: #02AEF0;
		padding: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#mobile-walk-carousel {
		overflow: visible;
	}

		#mobile-walk-carousel .item {
			margin: 4px;
			cursor: pointer;
			overflow: visible;
		}

			#mobile-walk-carousel .item img {
				display: block;
				width: 100%;
				height: auto;
				box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
			}

	#ImageModal .modal-dialog {
		width: 95% !important;
	}

		#ImageModal.portrait .modal-dialog img { width: 100% !important; height: auto !important; }
	#ImageModal .modal-dialog img { margin: 0 auto; }

	.rating-controls {
		width: 100%;
		margin-bottom: 20px;
	}

		.rating-controls #ImproperContent {
			background-position: 5px center;
			padding-left: 30px;
		}

		.rating-controls .rating {
			width: 185px;
			padding-left: 5px;
		}

			.rating-controls .rating .stars {
				width: 60px;
				margin-top: 13px;
			}

			.rating-controls .rating .star {
				width: 10px;
				height: 10px;
				margin-right: 1px;
				background-size: 10px 10px;
			}

	#MobileStarRate {
		height: 70px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	#MobileRatingModal .mobile-rating {
		border-radius: 5px;
		background: #f2f4cb;
		background: linear-gradient(to bottom, #f2f4cb, #ecf0b5);
		height: 70px;
		width: 260px;
		margin-left: auto;
		margin-right: auto;
	}

		#MobileRatingModal .mobile-rating .stars {
			overflow: hidden;
			width: 100%;
			padding-top: 18px;
			padding-left: 15px;
		}

		#MobileRatingModal .mobile-rating .star {
			width: 34px;
			height: 32px;
			margin-right: 15px;
			float: left;
			background: url(/content/images/rating-star-lg.png) no-repeat left top;
			background-size: 34px 32px;
		}

			#MobileRatingModal .mobile-rating .star:last-child {
				margin-right: 0;
			}


			#MobileRatingModal .mobile-rating .star.empty {
				background-image: url(/content/images/rating-star-empty-lg.png);
			}

	#MobileRatingModal .modal-body {
		padding-left: 0;
		padding-right: 0;
	}

	.mobile-social {
		background: #02aef0;
		border-radius: 5px;
		vertical-align: middle;
		margin: 15px;
		padding: 8px;
		height: 70px;
		padding-left: 8px;
		padding-right: 8px;
	}

		.mobile-social .fb-share-button, .mobile-social .fb-like {
			display: inline-block !important;
			vertical-align: top;
		}

		.mobile-social .twitter {
			display: inline-block;
			vertical-align: top;
		}

		.mobile-social > div {
			width: 33.333%;
			height: 23px;
			margin-bottom: 8px;
			display: inline-block;
			text-align: center;
			box-sizing: border-box;
			float: left;
			clear: none;
		}

		.mobile-social .info-link {
			display: inline-block;
			width: 20px;
			height: 20px;
			background: #FFF;
			border-radius: 20px;
			color: #02aef0;
			font-family: 'Museo W01 700',serif;
			text-align: center;
			line-height: 20px;
			vertical-align: middle;
			font-size: 1.4em;
			box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.49);
			z-index: 10;
		}

		.mobile-social a.email {
			display: inline-block;
			height: 16px;
			width: 19px;
			vertical-align: middle;
			background: url(/content/images/emailIcon.png) left center no-repeat;
		}

	.improper-content {
		background-image: url(/content/images/walk-inappropriate.2x.png);
		background-size: 18px 16px;
	}

	#ImageModal .modal-title { font-size: 14px; }

	.detail-image-modal .modal-dialog .modal-body { padding: 0; }
	.detail-image-modal .modal-dialog .modal-header { margin: 0; padding: 0 0 15px 0; }
	.detail-image-modal .modal-dialog .modal-footer { margin: 0; padding: 15px 0 0 0; }

	.home-carousel-extra {
		height: auto;
	}

	.home-carousel-extra .search {
		width: 100%;
	}

		.home-carousel-extra .search-caption {
			text-align: center;
			padding-left: 0;
		}

		.home-features .typeahead, .home-features .tt-query, .home-features .tt-hint {
			width: 80%;
		}

	.home-carousel-extra .search .btn-default {
		width: 20%;
		margin-top: -7px;
	}

	.home-carousel-extra .search form {
		float: none;
	}

	.home-features.visible-xs.container {
		padding: 10px; 
		border-radius: 0;
	}

		.home-features.visible-xs.container .col-xs-3 {
			width: 25%;
			float: left;
		}

		.home-features.visible-xs.container .col-xs-4, .results-holder .col-xs-4 {
			width: 33.33333333%;
			float: left;
		}

		.home-features.visible-xs.container .col-xs-8, .results-holder .col-xs-8 {
			width: 66.66666667%;
			float: left;
		}

		.home-features.visible-xs.container .col-xs-4 label {
			line-height: 34px;
		}

		.home-features.visible-xs.container .col-xs-8 select {
			color: #169BD5;
			border-width: 2px;
			border-style: solid;
			border-color: rgb(216, 223, 32);
			border-radius: 26px;
		}

	.home-features.visible-xs.container .form-control {
		display: inline-block;
	}

	#LocationFilter .col-xs-8 {
		width: 66.66666667%;
		float: left;
	}

	#LocationFilter .col-xs-4 {
		width: 33.33333333%;
		float: left;
	}

	/*.improper-content.mobile-only, .rating.mobile-only {
		padding: 20px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		height: 36px;
		background: #f2f4cb;
		background: linear-gradient(to bottom, #f2f4cb, #ecf0b6);
		border-radius: 8px;
		font-size: 0.8em;
		line-height: 36px;
		color: #66690c;
	}*/

	.rating-controls.mobile-only {
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
	}

		.rating-controls.mobile-only .rating {
			border-left: none;
			float: none;
			text-align: center;
		}

	.home-features.visible-xs.container label {
		color: #169BD5;
		font-size: 16px;
	}
}

