/* ============================================================
PMS-CSS Framework
============================================================ */
/* Box-sizing for everything */
*, *:after, *:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* General */
html {
	font-size: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.588em;
	font-weight: 400;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-o-transform: scale(1);
	position: relative;
	background: #ededed;
	box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, .2);
}

a {
	/*color:#2BA6CB;*/
	color: #1E77AE;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out;
}

a:hover {
	text-decoration: underline;
	color: #2595DA;
}

ul, ol {
	padding: 0;
	margin: 0 0 10px 26px;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
	min-height: 1.588em;
}

::selection {
	background: #333;
	color: #fff;
}
::-moz-selection {
	background: #333;
	color: #fff;
}

code, pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border-radius: 3px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #cccccc;
	border-radius: 3px;
}

img {
	width: auto\9;
	height: auto !important;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Specific */
.fs-14 {
	font-size: 14px;
}
.mb-14 {
	margin-bottom: 14px;
}
.w-100 {
	width: 100%!important;
}

/* Google Maps */
.gm-style img {
	max-width: none;
}

.horizontal-list {
	list-style: none;
}

.horizontal-list li {
	float: left;
	padding: 0 2px;
}

/* Hints */
.hint {
	font-size: .9em;
	line-height: 1em;
	vertical-align: middle;
	color: #0A68CF;
}
.hint_strong {
	font-weight: bold;
	font-size: .9em;
	line-height: 1em;
	vertical-align: bottom;
	color: #0A68CF;
}
.hint_em {
	font-style: italic;
	font-size: .9em;
	line-height: 1em;
	vertical-align: bottom;
	color: #0A68CF;
}

/* Logos */
.pg_logo_small {
	height: 16px!important;
	vertical-align: text-bottom;
}

/* takyon - reservation */
.takyon-badge-reservation {
	.takyon-badge {
		margin: 0;
		padding: 0;
	}
	.takyon-badge-row-1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: .5rem 1rem;
		font-size: 1em;
		text-transform: capitalize;
	}
	.takyon-badge-row-1 span {
		display: inline-flex;
	}
}
.takyon-badge-reservation.takyon-badge-dark {
	.takyon-badge-row-1 {
		background: #000;
		color: #fff;
	}
}
.takyon-badge-reservation.takyon-badge-light {
	.takyon-badge-row-1 {
		background: #fff;
		color: #333;
		border: 1px solid #ddd;
		border-bottom-width: 2px;
	}
}

/* estimate card and preview - preview fixes */
#estimate_card_html img,
#email_pw_cnt img {
	max-width: none!important;
}


/* loading overlay */
.bmg-loading {
	position: relative;
}
.bmg-loading:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.8) url(../img/ui-anim_basic_16x16.gif) 50% 50% no-repeat;
	z-index: 9999;
}
