html, body
{
	/*width: auto !important;*/
	/*overflow-x: hidden !important;*/
}

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1;
	background: #e6e6e6;
	color: #212121;
}

body.modal-open[style]
{
	padding-right: 0 !important;
}

a
{
	color: #01e788;
	transition: .15s;
}

a:hover, a:focus
{
	color: #02cc78;
	text-decoration: none;
}

a:active
{
	color: #02995a;
}

/*
 * ======================================
 * 				CONTAINERS
 * ======================================
 */

.section-very-tall
{
	padding-top: 110px;
	padding-bottom: 110px;
}

.section-tall
{
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-mid
{
	padding-top: 48px;
	padding-bottom: 48px;
}

.section-short
{
	padding-top: 24px;
	padding-bottom: 24px;
}

.dark-wrap
{
	background: #333;
	color: #f2f2f2;
	position: relative;
}

.light-header-bg
{
	background-color: #f2f2f2;
}

.dark-wrap h2:before, .dark-wrap h3:before
{
	border-color: #f2f2f2;
}

.full-height
{
	min-height: 100%;
	height: 100%;
}

.white-text-wrap
{
	color: white;
}

.white-text-wrap h2:before
{
	border-color: white;
}

.col-no-padding
{
	padding-left: 0;
	padding-right: 0;
}

/*
 * ======================================
 * 				HEADERS
 * ======================================
 */

h2, h3, h4, h5, h6
{
	font-family: 'Scada', sans-serif;
	position: relative;
}

h1
{
	font-size: 60px;
	font-weight: 300;
}

h2
{
	margin-bottom: 0;
	font-size: 48px;
	font-weight: bold;
}

h3
{
	font-size: 36px;
}

h4
{
	font-size: 30px;
}

h2:before, h3:before
{
	content: '';
	position: absolute;
	border: solid #212121;
}

h2:before
{
	width: 35px;
	height: 35px;
	border-width: 5px 0 0 5px;
	top: -20px;
	left: -20px;
}

h3:before
{
	width: 30px;
	height: 30px;
	border-width: 4px 0 0 4px;
	top: -17px;
	left: -17px;
}

.header-center-container
{
	position: relative;
	text-align: center;
}

.header-center-container > *
{
	display: inline;
}

/*
 * ======================================
 * 					TEXT
 * ======================================
 */

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

h2 + p, h3 + p, h4 + p, p + p
{
	margin-top: 25px;
}

p.dense
{
	line-height: 25px;
}

.postscript
{
	font-size: 24px;
	font-weight: 300;
	display: inline-block;
}

.text-info-gray
{
	color: #9d9d9d;
	font-size: 14px;
}

.text-info-gray a
{
	color: inherit;
	font-weight: bold;
}

.text-info-gray a:hover
{
	color: #7c7c7c;
}

/*
 * ======================================
 * 				BUTTONS
 * ======================================
 */

.btn
{
	border: none;
	font-weight: 600;
	font-size: 20px;
	padding: 12px 15px;
}

.btn:focus
{
	box-shadow: none;
	color: white;
}

.btn-primary,
.btn-primary:focus
{
	background: #00cc77;
}

.btn-primary:hover
{
	background: #00e887;
}

.btn-primary:active
{
	background: #009959;
}

.btn-secondary
{
	color: white;
	background: #0099cc;
}

.btn-secondary:hover
{
	color: white;
	background: #00aee8;
}

.btn-secondary:active
{
	background: #007399;
}

/*
 * ======================================
 * 			SHORT CONTACTS
 * ======================================
 */

.short-contacts
{
	background: #333;
	color: #d2d2d2;
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	z-index: 1040;
}

.short-contacts a
{
	color: #d2d2d2;
}

.short-contacts a:hover
{
	color: #eee;
}

.short-contacts .row .col
{
	text-align: center;
}

/*
 * ======================================
 * 				NAVBAR
 * ======================================
 */

.navbar
{
	background: #1e1e1e;
	padding-top: 32px;
	padding-bottom: 32px;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.8);
	box-shadow: 0 3px 20px rgba(0,0,0,0.8);
}

.navbar > div
{
	width: 100%;
}

.navbar-brand
{
	font-family: 'Scada', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	padding: 0;
}

.navbar-toggler,
.navbar-toggler:focus
{
	padding: 0 15px 0 0;
	outline: none;
}

.nav-item:not(.active) a
{
	color: white;
}

.nav-item:not(.active) a:hover
{
	color: #01e788;
}

.navbar-toggler
{
	color: white;
}

/*
 * ======================================
 * 				CAROUSEL
 * ======================================
 */

.carousel-indicators
{
	bottom: 35px;
}

.carousel-indicators li
{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	flex-grow: 0;
	background: white;
	margin-left: 8px;
	margin-right: 8px;
	transition: 0.15s;
}

.carousel-indicators li.active
{
	background: #01e788;
}

/*
 * ======================================
 * 				MODAL
 * ======================================
 */

.modal-content
{
	border: none;
	overflow: hidden;
}

/*
 * ======================================
 * 				IMAGES
 * ======================================
 */

.img-wrap
{
	position: relative;
}

.img-fill-width
{
	width: 100%;
	height: auto;
}

.bg-left,
.bg-right
{
	position: absolute;
	background-position: center;
	background-size: cover;
	top: 0;
	bottom: 0;
	width: 50%;
}

.bg-left
{
	left: 0;
}

.bg-right
{
	right: 0;
}

/*
 * ======================================
 * 					LINES
 * ======================================
 */

hr
{
	border-top-color: #292929;
	margin: 40px 0;
}

.right-line
{
	border-right: 1px solid #292929;
}

/*
 * ======================================
 * 					FORM
 * ======================================
 */

.form-control
{
	border: none;
	padding: 11px 15px;
	font-size: 21px;
	line-height: 1;
	font-family: inherit;
}

.form-control::placeholder
{
	color: #bfbfbf;
}

button
{
	cursor: pointer;
}

/*
 * ======================================
 * 				FOOTER
 * ======================================
 */

.footer-wrap
{
	background: #1e1e1e;
	color: #dedede;
	overflow: hidden;
}

.footer-wrap h4
{
	color: #bfbfbf;
}

.footer-wrap small
{
	font-weight: 300;
	font-size: 16px;
	display: block;
}

.footer-wrap .info-group
{
	margin-top: 40px;
	font-size: 20px;
	font-weight: 300;
}

.footer-wrap .info-group .info-data
{
	margin-top: 10px;
	display: block;
}

.footer-wrap .info-group .info-data i
{
	font-size: 24px;
	vertical-align: middle;
	margin-right: 12px;
}

.footer-wrap .info-group .info-data span
{
	vertical-align: middle;
}

.footer-wrap a
{
	color: inherit;
	cursor: pointer;
}

.footer-wrap ul
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.footer-wrap li
{
	margin-top: 20px;
	transition: 0.15s;
}

.footer-wrap li:hover,
.footer-wrap a:hover
{
	color: white;
}

.footer-wrap li a
{
	font-size: 18px;
	vertical-align: middle;
}

.footer-wrap li:before
{
	content: '';
	font-family: 'FontAwesome', sans-serif;
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
	color: inherit;
}

.footer-map
{
	height: 100%;
}

/*
 * ======================================
 * 				COPYRIGHT
 * ======================================
 */

.copy-wrap
{
	background: #333;
	color: #c4c4c4;
	padding: 15px 0;
	font-size: 14px;
}

.copy-wrap a
{
	color: white;
}

.copy-wrap a:hover
{
	color: #02cc78;
}

/*
 * ======================================
 * 				RESIZE
 * ======================================
 */

/* x < MD */
@media (max-width: 991px)
{
	/*
	 * ======================================
	 * 				NAVBAR
	 * ======================================
	 */

	.navbar
	{
		padding: 16px 0;
	}

	.navbar-brand
	{
		font-size: 24px;
	}

	.navbar .nav
	{
		flex-direction: column;
	}

	.nav-link
	{
		padding: 12px 0;
	}

	/*
	 * ======================================
	 * 				CONTAINERS
	 * ======================================
	 */

	.section-very-tall
	{
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.section-tall
	{
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.section-mid
	{
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.section-short
	{
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.col-sm-no-padding
	{
		padding-left: 0;
		padding-right: 0;
	}

	/*
	 * ======================================
	 * 				HEADERS
	 * ======================================
	 */

	h1
	{
		font-size: 36px;
	}

	h2
	{
		font-size: 30px;
	}

	h3
	{
		font-size: 22px;
	}

	h4
	{
		font-size: 18px;
	}

	h2:before
	{
		width: 25px;
		height: 25px;
		border-width: 3px 0 0 3px;
		top: -10px;
		left: -10px;
	}

	h3:before
	{
		width: 16px;
		height: 16px;
		border-width: 1px 0 0 1px;
		top: -8px;
		left: -8px;
	}

	/*
	 * ======================================
	 * 					TEXT
	 * ======================================
	 */

	p
	{
		font-size: 14px;
	}

	h2 + p, h3 + p, h4 + p, p + p
	{
		margin-top: 12px;
	}

	.postscript
	{
		font-size: 16px;
	}

	/*
	 * ======================================
	 * 				FOOTER
	 * ======================================
	 */

	.footer-map
	{
		height: 300px;
	}

	.footer-wrap small
	{
		font-size: 12px;
	}

	.footer-wrap .info-group
	{
		margin-top: 15px;
		font-size: 14px;
	}

	.footer-wrap .info-group .info-data
	{
		margin-top: 5px;
	}

	.footer-wrap .info-group .info-data i
	{
		font-size: 18px;
		margin-right: 10px;
	}

	.copy-wrap
	{
		font-size: 10px;
	}
}