@charset "utf-8";
/* CSS Document */
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-weight: 400;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #696a6e;
	-webkit-font-smoothing: antialiased;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	border: none;
	padding: 0;
	letter-spacing: 0.02em;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

table td p,
table th p {
	text-transform: none;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 21px;
}

.fa {
	margin-right: 8px;
	font-size: 22px;
	color: #d5d6d7;
	position: relative;
	bottom: -3px;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='time'],
textarea {
	width: 100%;
	padding: 4px 0;
	border: none;
	border-bottom: 1px solid #cbcdcf;
	outline: 0 none;
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 14px;
	color: #696a6e;
	text-transform: uppercase;
	background-color: transparent;
}

input[type='text'].invalid,
input[type='email'].invalid,
input[type='password'].invalid,
input[type='tel'].invalid,
input[type='number'].invalid,
input[type='date'].invalid,
input[type='datetime'].invalid,
input[type='datetime-local'].invalid,
input[type='time'].invalid,
textarea.invalid {
	border-color: red;
	color: red;
}

#date {
	width: 130px;
	font-size: 18px;
}

#sign {
	letter-spacing: 0.02em;
	font-size: 18px;
	font-family: 'Satisfy', cursive;
	text-indent: 10px;
	text-transform: none;
}

input[readonly] {
	font-size: 18px;
	text-align: center;
}

[type='checkbox'],
[type='radio'] {
	margin: 0;
	margin-right: 12px;
	position: relative;
	top: -1px;
}

[type='button'] {
	padding: 16px 14px;
	border: none;
	border-radius: 4px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #35a3f7;
}

[type='submit'] {
	min-width: 135px;
	padding: 16px 14px;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #68ac07;
}

label,
[type='checkbox'],
[type='radio'],
button,
a {
	cursor: pointer;
}

.min-resolution-protector {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.min-resolution-protector img {
	max-width: 90%;
}

.container {
	max-width: 1170px;
	min-width: 300px;
	padding: 0 10px;
	margin: 0 auto;
}

.page-header {
	background-color: #35a3f7;
}

.page-banner {
	background-color: transparent;
}

.page-banner a {
	text-decoration: none;
	color: #696a6e;
}

.page-banner-img {
	width: 150px;
	height: 117px;
}

.page-banner-text {
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

.heading-white-lg {
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
}

.heading-grey-lg {
	letter-spacing: 0.02em;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

.text-md {
	letter-spacing: 0.02em;
	font-size: 18px;
}

.text-sm {
	line-height: 27px;
	letter-spacing: 0.02em;
	font-size: 16px;
}

.text-xs {
	letter-spacing: 0.02em;
	font-size: 12px;
}

.table-custom_first td,
.table-custom_first th {
	padding: 12px;
	border-bottom: 1px solid #ffffff;
}

.bordered td,
.bordered th {
	border-left: 1px solid #ffffff;
}

.bordered td td,
.bordered th td {
	border-left: none;
}

.bordered td:first-child,
.bordered th:first-child {
	border-left: none;
}

.table-custom_first td td {
	padding: 0;
	border-bottom: none;
}

.bg-grey-dark td,
.bg-grey-dark th {
	background-color: #f4f6f7;
}

.bg-grey-light td,
.bg-grey-light th {
	background-color: #fafafa;
}

.code-section td,
.code-section th {
	padding: 12px 18px;
	border: 3px solid #47484c;
}

.code {
	height: 11px;
	padding: 0 6px;
	border: 1px solid #696a6e;
	font-size: 9px;
	text-transform: none;
	position: relative;
	top: -6px;
}

.dimensions {
	white-space: nowrap;
}

.dimensions input {
	text-align: center;
}

/* ===== Notification messages ===== */
.nNote { cursor: pointer; margin:0px 44px 15px 44px; box-shadow: inset 0 0 1px #fff; -webkit-box-shadow: inset 0 0 1px #fff; -moz-box-shadow: inset 0 0 1px #fff; -moz-border-radius: 2px; -webkit-border-radius: 2px; -khtml-border-radius: 2px; border-radius: 2px; }
.nNote strong { margin-right: 5px; } 
.nNote p { text-align:left; font-size: 15px !Important; padding: 10px 25px 10px 54px; margin: 0px !important; color: #565656; }
.nSuccess { background: #effeb9 url(img/notifications/accept.png) no-repeat 15px center; border: 1px solid #c1d779; color: #3C5A01; }
.nFailure { background: #fccac1 url(img/notifications/exclamation.png) no-repeat 15px center; border: 1px solid #e18b7c; color: #AC260F; }

@media (max-width: 768px) {
	body {
		font-size: 12px;
	}

	.fa {
		font-size: 18px;
	}

	input[type='text'],
	input[type='email'],
	input[type='password'],
	input[type='tel'],
	input[type='number'],
	input[type='date'],
	input[type='datetime'],
	input[type='datetime-local'],
	input[type='time'],
	textarea {
		font-size: 12px;
	}

	input[readonly] {
		font-size: 16px;
	}

	[type='button'] {
		font-size: 12px;
	}

	[type='submit'] {
		font-size: 16px;
	}

	.heading-white-lg {
		font-size: 20px;
	}

	.heading-grey-lg {
		font-size: 18px;
	}

	.text-md {
		font-size: 16px;
	}

	.text-sm {
		line-height: 21px;
		font-size: 14px;
	}

	.text-xs {
		font-size: 10px;
	}

	.logo {
		width: 130px;
	}

	.tablet-block {
		display: block;
		width: 100%;
	}

	.tablet-hide {
		display: none;
	}
}

@media (max-width: 420px) {
	.page-banner-text {
		font-size: 16px;
	}

	.page-banner-img {
		width: 100px;
		height: 78px;
	}

	.mobile-hide {
		display: none;
	}

	.mobile-block {
		display: block;
		width: 100% !important;
		max-width: 100%;
	}
}