.static-page * {
	box-sizing: border-box;
}

.static-page {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.static-page h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	color: #000;
}

.static-page a.icon-labeley:hover {
	text-decoration: none;
}

.static-page h1 {
	font-size: 40px;
}

.static-page p {
	color: #333;
	line-height: 1.5em;
	margin: 1em 0;
}

.static-page li {
	margin-bottom: 1em;
}

.static-page hr {
	background: #eee;
	border: none;
	display: block;
	height: 1px;
}

.static-page .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 1em;
}

.static-page .gray-bg {
	background: #f4f5f6;
}

.static-page .flexbox .right {
	order: 2;
}

.static-page header {
	padding: 1em 0 0 0;
	background-color: /*#627680*/#008099;
}

.static-page header:after {
	content: "";
	display: block;
	clear: both;
}

.static-page header .icon-labeley {
	color: #fff;
	display: block;
	float: left;
	font-size: 2em;
	margin-bottom: 0.5em;
}

.static-page header nav {
	float: right;
	color: #fff;
}

.static-page header nav ul {
	padding: 0;
	margin: 0;
}

.static-page header nav ul li {
	display: inline-block;
	padding: 0.25em 0.5em;
	margin-bottom: 0;
}

.static-page header nav ul li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.static-page header nav ul li:hover {
	background-color: rgba(255,255,255,1);
}

.static-page header nav ul li:hover a {
	color: #008099;
}

.static-page main {
	margin-bottom: 2em;
}

.static-page main .flexbox {
	display: flex;
	display:-webkit-flex; /*Safari*/
	justify-content: space-between;
}

.static-page main .flexbox.two > div {
	width: 47%;
}

.static-page main .flexbox.three > div {
	width: 30%;
}

.static-page main .flexbox img {
	border: none;
	width: 100%;
	height: auto;
}

.static-page main .flexbox .big-text {
	font-size: 1.5em;
	font-weight: 400;
	margin: 0;
}

.static-page main .block {
	margin: 4em 0;
}

.static-page a.green-button,
.static-page input.green-button {
	background: #57BF23;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	padding: 0.5em 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	width: initial;
}

.static-page footer {
	padding: 0;
	box-sizing: border-box;
	font-size: 1em;
	background: rgba(0,11,20,0.8);
}

.static-page footer ul {
	padding-left: 0;
}

.static-page footer ul li {
	display: inline-block;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.static-page footer ul li a {
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

.static-page footer p {
	color: #fff;
	font-size: 0.8em;
	padding: 0 0.5em;
}

.static-page footer .flexbox {
	display: flex;
	display:-webkit-flex; /*Safari*/
	justify-content: space-between;
}

.static-page footer .flexbox ul {
	width: 25%;
	margin: 0;
}

.static-page footer .flexbox ul li {
	display: block;
	margin: 0.5em;
	line-height: initial;
}

.static-page footer .flexbox ul li:first-child {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.1);
	margin-bottom: 1em;
    padding-bottom: 1em;
}

.static-page footer .footer-bottom {
	background-color: rgba(0,0,0,0.5);
}

.static-page .copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding-top: 1em;
}

.static-page .copyright a {
	color: #fff;
	text-decoration: none;
}

/*----- RESPONSIVE MENU -----*/

.static-page header .responsive-menu-switch {
	float: right;
	color: #fff;
}

.static-page header .responsive-menu-switch > label.switch {
	display: none;
	cursor: pointer;
	font-size: 2em;
}

.static-page header .responsive-menu-switch > label.switch:before {
	content: "";
	position: absolute;
	display: block;
}

.static-page header nav ul > .switchbox {
	display: none;
}

#static-page .modal-content input[type="checkbox"] {
	width: auto;
}

/*p {*/
	/*margin: 1em 0;*/
/*}*/

#static-page .modal-body {
	display: flex;
	display:-webkit-flex; /*Safari*/
	flex-flow: row wrap;
}

#static-page .modal-body > div {
	border-radius: 4px;
	text-align: center;
	margin:  0 1% 10px 1%;
	/*margin-bottom: 10px;*/
	width: 18%;
}

#static-page .modal-body > div a {
	color: #fff;
	display: block;
	font-size: 1.5em;
	line-height: 4em;
}

#static-page .modal-body > div:first-child {
	background: #627680;
}

#static-page .modal-body > div:nth-child(2) {
	background: #29ABE2;
}

#static-page .modal-body > div:nth-child(3) {
	background: #20B351;
}

#static-page .modal-body > div:nth-child(4) {
	background: #D92753;
}

#static-page .modal-body > div:nth-child(5) {
	background: #9704B5;
}

#static-page .modal-dialog {
	position: fixed;
	top: 0;
	left: calc(50% - 300px);
}

.quote-button {
	padding-bottom: 1em;
}

.quote-button > div a {
	color: #fff;
	display: block;
	font-size: 2em;
}

#static-page .form-block {
	margin: 2em 0;
}

#static-page .form-block > div {
	margin: 0.5em 0;
}

#static-page .form-block label {
	width: 100px;
}

#static-page .form-block select {
	width: 300px;
}

#static-page .flexbox.tutorial {
	flex-flow: row wrap;
}

#static-page .tutorial li {
	width: 31%;
	margin: 1em 1%;
	list-style-position: inside;
	font-size: 2em;
	font-weight: 700;
}

#static-page .tutorial li img {
	max-width: 100%;
	max-height: 250px;
	width: auto;
}

#static-page .tutorial li p {
	font-size: 0.5em;
	font-weight: 400;
}

#static-page #sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#static-page #sitemap ul li {
	margin-bottom: 0;
}
#static-page .padding {
	padding: 1em;
}

#static-page img{
	max-width: 100%;
}

#static-page .laser-views-content {
	width: 100%;
}


/*----- RESPONSIVE -----*/

@media (min-width: 768px) {
	#static-page .modal-dialog {
		width: 600px;
	}
	#sitemap ul.right-sitemap {
		position: relative;
		top: 63px;
	}
}

@media (max-width: 1000px) {
	.static-page .wrapper {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.static-page {
		font-size: 100%;
	}
	.static-page main .flexbox {
		flex-flow: row wrap;
	}

	.static-page main .flexbox > div,
	.static-page main .flexbox.two > div,
	.static-page main .flexbox.three > div {
		width: 100%;
		flex: none;
	}

	.static-page .flexbox .right {
		order: 0;
	}

	.static-pageheader nav ul li,
	.static-page footer ul li {
		display: block;
	}

	.static-page header nav {
		text-align: center;
		float: none;
		clear: both;
	}

	.static-page header nav ul  {
		width:  100%;
	}

	.static-page header nav ul > li  {
		display: none !important;
		position: relative;
		width: 100% !important;
		line-height: 3em;
		border-top: 1px solid rgba(255,255,255,0.25);
	}

	.static-page header .responsive-menu-switch > label.switch,
	.static-page header nav ul .switchbox:checked ~ li  {
		display: block !important;
		box-sizing: border-box;
	}

	.static-page footer .flexbox {
		flex-flow: row wrap;
	}

	.static-page footer .flexbox ul {
		width: 100%;
	}
}