/* global */
html {
	height: 100%;
}
body {
	background: #2d3749;
	color: #ffffff;
	border: 20px solid #ffffff;
	font-family: Georgia, sans-serif;
	min-height: 100%;
}
.overflow-hidden {
	overflow: hidden;
}
.no-js .overflow-hidden {
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-family: Georgia, sans-serif;
	text-rendering: inherit;
}
h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
	margin: 0 0 40px 0;
}
a,
a:hover,
a:focus {
	color: #ffffff;
}
.text-indent {
	text-indent: -9999px;
	display: none;
}
p {
	text-rendering: inherit;
}
/* form */
.radio input[type="radio"] {
	display: none;
}
.radio {
	position: relative;
}
.radio label {
	padding-left: 25px;
	cursor: pointer;
	color: #82868e;
	transition: color 300ms ease-out 0s;
	display: block;
	margin: 10px 0 10px 0;
	line-height: 1.313rem;
}
.radio label:hover {
	color: #192949;
}
.radio label:before {
    font-family: 'icomoon' !important;
    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;
}
.radio label:before,
.radio input[type="radio"]:not(:checked) + label:before,
.radio input[type="radio"]:checked + label:before {
	/*
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	*/
	position: absolute;
	top: 2px;
	left: 0;
}
.radio input[type="radio"]:not(:checked) + label:before {
	content: '\e904';
	color: #82868e;
}
.radio input[type="radio"]:not(:checked) + label:hover:before {
	color: #132a53;
}
.radio input[type="radio"]:checked + label:before {
	content: '\e903';
	color: #132a53;
}
input[type="radio"]:checked + label,
.checked {
    color: #132a53;
}
/* preloader */
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #2d3749;
	z-index: 99999999;
}
.no-js .preloader {
	display: none;
}
.spinner {
	width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #ffffff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
/* tabs */
.tabs {
	background: none;
	border: 0 none;
	margin: 20px 0 0 20px;
	/*
	position: fixed;
	z-index: 2;
	*/
}
.tabs .icon-eye {
	font-size: 2.25rem;
	position: relative;
	top: -10px;
	float: left;
}
.tabs-title {
	margin-left: 20px;
}
.tabs-title:first-child {
	margin-left: 0;
}
.tabs-title > a {
	color: #ffffff;
	border-bottom: 5px solid transparent;
	transition: border 300ms ease-out 0s;
	padding: 0 0 10px 0;
	font-size: 0.875rem;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected=true],
.tabs-title > a:hover {
	background: none;
	border-bottom: 5px solid #ffffff;
}
.tabs-content {
	background: none;
	border: 0 none;
	padding-top: 40px;
}
.tabs-panel {
	position: relative;
	padding: 0;
	overflow: hidden;
}
/* default image */
.default-image {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 1;
	transition: opacity 300ms ease-out 0s;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}
.default-image-active .default-image {
	opacity: 0;
}
.default-image-active-zindex .default-image {
	z-index: -1;
}
/* wrapper image */
.wrapper-flower-name {
	display: none;
}
/* content */
.wrapper-image {
    position: relative;
}
.wrapper-content {
    padding: 20px;
}
/* overlay text */
.wrapper-overlay {
	padding-top: 180px;
	position: relative;
	overflow: hidden;
}
.overlay-text,
.overlay-text .overlay-content {
	overflow: hidden;
}
.overlay-text .icon-close {
	cursor: pointer;
	font-size: 1.875rem;
	width: 30px;
	height: 30px;
	display: inline-block;
}
/* footer */
footer {
	margin: 80px 0 20px 0;
}
footer ul {
	list-style: none;
	margin: 0;
}
footer li {
	display: inline-block;
	margin-left: 20px;
}
footer li:first-child {
	margin-left: 0;
}
footer a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-size: 0.875rem;
	transition: border 300ms ease-out 0s;
}
footer a:hover,
footer a:focus {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid transparent;
}
/* offcanvas */
.offcanvas-menu {
	position: absolute;
	top: 35px;
	right: 40px;
	cursor: pointer;
	font-size: 2.5rem;
	line-height: 1;
	z-index: 10;
	background: #2d3749;
	width: 40px;
	height: 40px;
}
.offcanvas {
	position: fixed;
	width: 50%;
	height: 100%;
	background: #ffffff;
	z-index: 10000;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding: 20px;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	top: 0;
	right: 0;
	color: #222222;
}
.offcanvas-open {
	overflow: hidden;
}
.offcanvas-open .offcanvas {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.offcanvas .wrapper-close {
	margin: 20px 0 60px 0;
}
.offcanvas .icon-close {
	cursor: pointer;
	color: #2d3749;
	font-size: 1.875rem;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.flower-filter ul {
	margin: 0;
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
/* image mapster */
.mapster_tooltip {
	color: #222222;
	box-shadow: none !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	border: 1px solid #222222 !important;
	background: #ffffff !important;
	margin: 0 !important;
	text-align: center;
}
.mapster_tooltip p {
	margin: 0;
	font-size: 0.875rem;
}
#mapster_wrap_0,
#mapster_wrap_1 {
	margin: 0 auto;
}
/* overlay */
.overlay {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background-color: #ffffff;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
	-moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
	transition: transform 0.4s 0s, visibility 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
	-moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
	transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	color: #222222;
}
.overlay-open {
	overflow: hidden;
}
.overlay-open .overlay {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
	transition: transform 0.4s 0s, visibility 0s 0s;
	-webkit-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
	-moz-transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
	transition-timing-function: cubic-bezier(0.67, 0.15, 0.83, 0.83);
}
.overlay .wrapper-close {
	margin: 40px 0;	
}
.overlay .icon-close {
	cursor: pointer;
	font-size: 1.875rem;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.overlay h1 {
	color: #222222;
}
.overlay a,
.overlay a:hover,
.overlay a:focus {
	color: #222222;
}
/* lte-ie9 */
.lte-ie9 .offcanvas {
	right: -50%;
}
.lte-ie9.offcanvas-open .offcanvas {
	right: 0;
}
/* mobile browser */
/*
.mobile-browser .tabs {
	position: static;
}
*/
/* <= 1024 */
@media only screen and (max-width: 64em) {
	.wrapper-overlay {
		padding-top: 100px;
	}
	.flower-filter ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
}
/* <= 640 */
@media only screen and (max-width: 40em) {
	.wrapper-image {
		/*width: 100vw;
		max-width: 100%;
		height: 100vh;*/
	}
	.wrapper-overlay {
		padding-top: 40px;
	}
	.wrapper-flower-name {
		display: block;
		min-height: 50px;
		margin-top: 10px;
	}
	.flower-name a {
		border-bottom: 1px solid #ffffff;
	}
	.flower-name a span {
		margin-left: 10px;
	}
	.offcanvas {
		width: 100%;
	}
	footer li {
		display: block;
		margin-top: 10px;
	} 
	footer li:first-child {
		margin-top: 0;
	}
}
/* <= 320 */
@media only screen and (max-width: 320px) {
	body {
		border-width: 10px;
	}
	/*
	.wrapper-content {
		padding: 20px 10px;
	}
	.tabs-content {
		padding-top: 50px;
	}
	*/
}