/* ==========================================================================
   Landmarks custom styles
   ========================================================================== */

/*/////////////////////////////////////////////////////////////////////////////
	Global
/////////////////////////////////////////////////////////////////////////////*/
::-moz-selection {
	background-color: #fff;
	color: #000;
}
::selection {
	background-color: #fff;
	color: #000;
}

body {
	font-family: "Halifax",sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	background-color: #f3f3f3;
	padding-top: 90px;
	/*padding-bottom: 40px;*/
	font-size: 17px;
	color: #6e6e6e;
}
footer {
	padding-top: 20px;
}
footer .muted {
	float: right;
	text-align: right;
}
footer a {
	color: #999;
}
footer a:hover {
	color: #ff3300;
}

h1 {
	font-weight: 400;
	letter-spacing: -0.6px;
	line-height: 1em;
	font-size: 50px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 50px;
}
h2 {
	color: #a5a5a5;
	font-weight: 800;
	font-size: 30px;
}
h3 {
	font-weight: 600;
	color: #fff;
}
.terms h4 {
	margin-top: 40px;
}
.terms a {
	color: #ff3300;
}
.terms a:visited {
	color: #ff3300;
}

hr {
	border-top: 1px solid #ccc;
}
.brand-color {
	color: #ff3300;
}

address {
	font-size: 15px;
}
a.brand:visited, a.brand:active, a.brand:link {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.85);
}

/*/////////////////////////////////////////////////////////////////////////////
	Custom Icomoon icons
/////////////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'landmarks';
	src:url('../fonts/landmarks.eot');
	src:url('../fonts/landmarks.svg#landmarks') format('svg'),
		url('../fonts/landmarks.eot?#iefix') format('embedded-opentype'),
		url('../fonts/landmarks.woff') format('woff'),
		url('../fonts/landmarks.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?or0ktc');
    src:url('../fonts/icomoon.eot?or0ktc#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?or0ktc') format('truetype'),
        url('../fonts/icomoon.woff?or0ktc') format('woff'),
        url('../fonts/icomoon.svg?or0ktc#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
    content: "\e145";
}
.icon-arrow_left:before {
    content: "\e5c4";
}
.icon-arrow_right:before {
    content: "\e5c8";
}
.icon-cross:before {
    content: "\e5cd";
}



/*/////////////////////////////////////////////////////////////////////////////
	Webfont: JohnstonITCStd-Bold
/////////////////////////////////////////////////////////////////////////////*/

/* Webfont: Halifax-Light */
@font-face {
	font-family: 'Halifax';
	src: url('../fonts/Halifax-Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Halifax-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Halifax-Light.woff') format('woff'), /* Modern Browsers */
		url('../fonts/Halifax-Light.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Halifax-Light.svg#Halifax-Light') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: 200;
	text-rendering: optimizeLegibility;
}
/* Webfont: Halifax-Regular */
@font-face {
    font-family: 'Halifax';
    src: url('../fonts/Halifax-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Halifax-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Halifax-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Halifax-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Halifax-Regular.svg#Halifax-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Halifax-Medium */
@font-face {
	font-family: 'Halifax';
	src: url('../fonts/Halifax-Medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Halifax-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/Halifax-Medium.woff') format('woff'), /* Modern Browsers */
		url('../fonts/Halifax-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/Halifax-Medium.svg#Halifax-Medium') format('svg'); /* Legacy iOS */
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
}




/*/////////////////////////////////////////////////////////////////////////////
	NavBar
/////////////////////////////////////////////////////////////////////////////*/

.top-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    background-color: #f3f3f3;
    display: none;
}
.nav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	background-color: #f3f3f3;
	height: 90px;
	z-index: 1000;
}
.nav-inner {
	padding-top: 50px
}
.nav-links a {
	font-weight: 600;
	/*letter-spacing:-1.2px;*/
	font-size: 20px;
	color: #999;
}
.nav-inner a:hover {
	color: #ff3300;
	text-decoration: none;
}
.brand {
	letter-spacing:-0.5px;
	font-size: 25px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.85);
}
.brand:hover {
	color: #ff3300;
}

/*/////////////////////////////////////////////////////////////////////////////
	Tiles
/////////////////////////////////////////////////////////////////////////////*/

.spaced-row {
	margin-top: 20px;
}
.tile {
	/*-webkit-box-shadow: 0px 0px 1px 0px #999;*/
	/*box-shadow: 0px 0px 1px 0px #999;*/
	position: relative;
	background-color: #fff;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tile-orange {
	background-color: #000;
	color: #fff;
	height: 220px;
}
.no-touch .tile:hover {
	cursor: pointer;
	cursor: hand;
}
.tile.active {
	overflow: visible;
}
/* Triangles*/
.tile:after,.tile-over:after {
	pointer-events: none;
	display: none;
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-width: 25px;
	border-style: solid;
	border-color: transparent transparent #f3f3f3 transparent;
	left: 50%;
	margin-left: -25px;
	bottom: -60px;
}
.tile.active:after {
	display: block;
	bottom: -2px;
}
.tile.active .tile-over:after {
	display: block;
	bottom: -30px;
	border-color: transparent transparent #000 transparent;
}

/* overlay with icons*/
.tile-over {
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
	/*display: none;*/
	opacity: 0;
	filter: alpha(opacity=0);

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	background-color: #333;
	/*border:0 solid white;*/
}
.no-touch .tile:hover .tile-over {
	display: block;
	color: #fff;
	opacity: 1;
	background-color: transparent;
	/*border:18px solid #252525;*/
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
	     -o-transition: all 200ms ease-out;
	    -ms-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
}
.no-touch .tile:hover {
	background-color: #333;
}
.no-touch .tile:hover .tile-intro {
	color: #fff;
}
.no-touch .tile:hover .tile-title {
	/*color: #fff;*/
}
.no-touch .tile-orange:hover .tile-over {
	background-color: #000;
	color: #fff;
}
.no-touch .tile-orange:hover .top-text p {
	display: none;
}
.no-touch .tile:hover img {
	mix-blend-mode: color-burn;
	filter: alpha(opacity=0);
	/*opacity: 0;*/
}
.tile.active .tile-over {
	opacity: 1;
	display: block;
	background-color: #000;
	color: #fff;
	/*border:20px solid #ff3300;*/
	/*-webkit-transition: all 0.2s ease-out 0.2s;
	   -moz-transition: all 0.2s ease-out 0.2s;
	     -o-transition: all 0.2s ease-out 0.2s;
	    -ms-transition: all 0.2s ease-out 0.2s;
	        transition: all 0.2s ease-out 0.2s;*/
}
.tile-orange.active .top-text {
	display: none;
}
.tile-orange.active .bottom-img {
	opacity: 0;
}
.no-touch .tile.active .tile-over:hover {
	opacity: 1;
	color: #ff3300;
	background-color: #000;
}
.tile-over span {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -25px;
	font-size: 50px;
}
.tile.active .closed, .tile .opened {
	display: none;
}
.tile.active .opened, .tile .closed  {
	display: block;
}
.tile-detail {
	display:none;
}

.bottom-img {
	width: 100%;
}
.tile-orange .bottom-img {
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.right-img {
	float: right;
	height: 220px;
	width: auto;
}
.tile h5,.detail h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: 300;
	line-height: 1em;
	font-size: 16px;
	color: #999999;
}
.tile-orange h5 {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
}
.tile-intro {
	font-size: 20px;
}
.tile p {
	color: #333;
	font-weight: 600;
	overflow:hidden;
	line-height: 1.1em;
}
.top-text {
	overflow:hidden;
	padding: 15px 20px 20px;
	height: 60px;
}
.tile-orange .top-text {
	position: absolute;
	height: auto;
	z-index: 1;
}
.left-text {
	float: left;
	overflow:hidden;
	padding: 15px 20px 20px;
	width: 180px;
}
.top-text p {
	max-height: 2.4em;
}
.tile-orange .top-text p {
	color: #f3f3f3;
	max-height: 9.5em;
}
.left-text p {
	max-height: 7.2em;
}
.footer-bg {
	/*position: relative;*/
	margin-top: 40px;
	padding: 20px 0;
	/*background-color: white;*/
}
/*/////////////////////////////////////////////////////////////////////////////
	Detail
/////////////////////////////////////////////////////////////////////////////*/

.detail {
	position: relative;
	margin:  20px 0 0;
	padding: 30px 0;
	background-color: #000;
	display: none;
	box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.2);
	z-index: 3;
}
.detail-close {
	position: absolute;
	font-size: 32px;
	top: 20px;
	right: 45px;
	color: #999;
	cursor: pointer;
	z-index: 3000;
}
.detail-close:before {
	padding: 10px;
	background: #000;
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.detail-close:hover {
	color: #ff3300;
	/*position: absolute;*/
}
/*.detail-close:before,
.detail-close:after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #999;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.detail-close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.detail-close:hover::before,
.detail-close:hover::after {
	background: #ff3300;
}*/

.detail-desc-text {
	color: #888;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 200;
}
.detail-desc-text ul {
	margin-top: 10px;
}

.detail-desc-text a {
	color: #ff3300;
}
.detail-desc-text a:hover {
	color: #fff;
}
.detail-desc-text b {
	color: #aaa;
}

.detail-desc h3 {
	line-height: 1.25em;
	padding-top: 20px;
}
.carousel {
	margin-bottom: 0;
}
.no-touch .carousel:hover .carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}
.carousel-indicators {
    left: 0;
    right: 0;
    top: auto;
    bottom: 15px;
    text-align: center;
}
.carousel-indicators li {
	float: none;
	display: inline-block;
}
.carousel-control {
	/*position: absolute;*/
	top: 47%;
	left: -30px;
	width: 60px;
	height: 60px;
	/*margin-top: -20px;*/
	font-size: 25px;
	line-height: 70px;
	/*color: #fff;*/
	/*text-align: center;*/
	background: #000;
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: .5;
	filter: alpha(opacity=50);
		-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
	     -o-transition: all 200ms ease-out;
	    -ms-transition: all 200ms ease-out;
	        transition: all 200ms ease-out;
}
.no-touch .carousel-control {
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel-control.right {
	right: -30px;
	left: auto;
}
.no-touch .carousel-control:hover {
	color: #ff3300;
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*.carousel-control.right span {
	margin-right: -4px;
}
.carousel-control.left span {
	margin-left: -4px;
}*/
.carousel-inner img, .detail img {
	width: 100%;
}


/*/////////////////////////////////////////////////////////////////////////////
	Footer
/////////////////////////////////////////////////////////////////////////////*/
.container.footer {
	background-color: #343333;
	margin-top: 40px;
}
.sub-footer {
	/*color: #333;*/
	margin-top: 20px;
	font-size: 0.8em;
	text-align: right;
}
footer .brand {
	cursor: pointer;
	/*color: white;*/
}

#map-canvas {
	margin: 0;
	padding: 0;
	height: 300px;

}
#map-canvas img {
	max-width: none;
}


/*/////////////////////////////////////////////////////////////////////////////
	RESPONSIVE CSS
/////////////////////////////////////////////////////////////////////////////*/

/* Large desktop ----------------------------------*/
@media (min-width: 1200px) {

	.spaced-row, .detail {
		margin-top: 30px;
	}

	.tile.active .tile-over:after {
		bottom: -40px;
	}
	/*.tile { height: 250px;}*/
	.left-text {
		width: 260px;
	}
	.right-img, .tile-orange {
		height: 250px;
	}

}

/* Portrait tablet to landscape and desktop -------*/
@media (min-width: 768px) and (max-width: 979px) {

	/*.tile {height: 190px;}*/
	.left-text {
		width: 100px;
	}
	.right-img, .tile-orange {
		height: 190px;
	}
	.tile-orange h5 {
		line-height: 15px;
	}
	.top-text, .left-text, .tile h5 {
		font-size: 0.85em;
	}
	h1 {
		font-size: 34px;
	}
	.detail-desc-text {
		font-size: 0.9em;
	}

}

/* Landscape phone to portrait tablet -------------*/
@media (max-width: 767px) {

	.nav {
	 	left: 20px;
	 	right: 20px;
	}
	.right-img {
		float: none;
		width: 100%;
		height: auto;
	}

	.left-text {
		float:none;
		width: auto;
		height: 60px;
	}
	.left-text p {
		max-height: 2.4em;
	}
	.spaced-row {
		margin-top: 0;
	}
	.tile {
		margin-bottom: 20px
	}
	.detail {
		margin: 0 -20px 20px;
		padding: 20px;
	}
	h1 {
		font-size: 28px;
		line-height: 28px;
	}
	.carousel-control {
		top: 50%;
		left: -20px;
		width: 40px;
		height: 40px;
		font-size: 24px;
		line-height: 46px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
	.carousel-control.right {
		right: -20px;
	}
	.footer-bg {
		padding: 20px;
		margin-left: -20px;
		margin-right: -20px;
	}




}
}
