html,
body {
    height: 100%;
	font-family: myriad-pro;
}

a, a:hover {
	color: #00a0e3;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 50px 15px 20px;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

#shipping-types label, #payment-types label{
    display: block;
}

.address-btn{
    margin: 10px auto;
}

#header-navbar {
	background-color: #00a0e3;
	padding: 0 16px;
	z-index: 1;
}

#header-navbar-collapse {
	justify-content: space-between;
	align-self: stretch;
}

.navbar-wrapper {
	display: flex;
	flex-flow: column nowrap;
	align-self: flex-end;
}

.navbar-brand img, .footer-logo  {
	height: 140px;
}

@media (max-width: 991.98px) {
	.navbar-brand img, .footer-logo  {
		height: 80px;
	}
	.header-contact {
		text-align: center;
	}
	.navbar-nav {
		margin-right: auto;
	}
	.navbar-cat {
		justify-content: center;
	}
}

@media (max-width: 767.98px) {
	.footer-left .footer-logo {
		display: none;
	}
	.footer-left .col {
		padding-left: 0;
	}
	.footer-left, .footer-right {
		margin-bottom: 0 !important;
	}
}

@media (min-width: 768px) {
	.footer-right .footer-logo {
		display: none;
	}
	.footer-right .col {
		padding-left: 0;
	}
}

.navbar-nav {
	line-height: 2em;
	flex-direction: row;
	position: relative;
}

.navbar-cat {
}

.navbar-cat .nav-item {
	border-right: 2px solid #fff;
	line-height: 0.5em;
}

.navbar-cat .nav-item:last-child {
	border-right: none;
}

.nav-item {
	font-weight: bold;
	text-transform: uppercase;
}

.nav-item a {
	color: #fff;
}

@media (min-width: 576px) {
	.nav-item {
		font-size: 20px;
	}
	.header-contact, .header-contact a {
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	.nav-item {
		font-size: 14px;
	}
	.nav-link {
		padding: 0.5rem 4px;
	}
	.header-contact, .header-contact a {
		font-size: 14px;
	}
}

.navbar-nav .nav-item {
	padding-right: 25px;
	font-size: 16px;
}

.header-icon {
	padding-right: 12px;
}

.header-icon img {
	width: 32px;
}

.header-contact {
	line-height: 3em;
	margin-top: 10px;
}

.header-contact, .header-contact a {
	color: #fff;
}

@font-face {
  font-family: myriad-pro;
  font-weight: normal;
  src: url(/fonts/MYRIADPRO-REGULAR.OTF);
}

@font-face {
  font-family: myriad-pro;
  font-weight: bold;
  src: url(/fonts/MYRIADPRO-BOLD.OTF);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {	
	border: 1px solid #fff;
}

.navbar-toggler {
	outline: none !important;
	border: none;
}

.contact-link {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 250px;
	line-height: 65px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 10px;
	background: rgb(212,5,5);
	background: linear-gradient(0deg, rgba(212,5,5,1) 0%, rgba(255,213,213,1) 100%);
	color: #fff;
	margin-bottom: 35px;
}

.contact-link:hover {
	text-decoration: none;
	color: #fff;
}

.banners {
	text-align: center;
}

.banner {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 20px;
	color: #2e2e2e;
	font-weight: bold;
	position: relative;
}

.banner div {
	background-color: rgba(224, 224, 224, 0.6);
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
}

.banner img {
}

.footer {
	margin-top: 160px;
	background-color: #f5f6fa;
}

.footer-left {
	margin: 25px 0;
	display: flex;
	justify-content: center;
	align-items: center;

}

@media (min-width: 768px) {
	.footer-left {
		border-right: 3px solid #00a0e3;
	}
}

.footer-right {
	color: #00a0e3;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0;
	font-size: 20px;
	font-weight: bold;
	flex-wrap: wrap;
}

.footer-right a {
	display: block;
	padding: 0 10px;
	border-right: 2px solid #00a0e3;
}

.footer-right a:last-child {
	border-right: none;
}

.footer-left .col, .footer-right .col {
	padding-right: 0;
}

.footer-right .col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#search-form {
	position: relative;
	padding: 0;
}

#search-open, #search-close {
	width: 20px;
	line-height: 20px;
	transition: all 0.35s;
	position: absolute;
	top: 0;
	left: 0;
}

#search-buttons {
	color: #fff;
	position: relative;
}

#search-open:not(.active) {
	opacity: 0;
	transform: rotate(-90deg);
	visibility: hidden;
}

#search-close:not(.active) {
	opacity: 0;
	transform: rotate(90deg);
	visibility: hidden;
}

#search-wrapper {
	display: none;
	z-index: 1;
	background-color: white;
	right: 0;
	border: 1px solid #00a0e3;
	padding: 0 16px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#search-flex {
	display: flex;
}

#search-text {
	border: none;
	outline-style: none;
	color: #888;
	flex-grow: 1;
}

#search-button {
	color: #00a0e3;
	line-height: 2em;
	width: 20px;
}

h1 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	color: #00a0e3;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.row.contact {
	padding-bottom: 50px;
}

.row.contact .col-md-6 {
	color: #00a0e3;
	font-size: 18px;
	border-right: 1px solid #00a0e3;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	flex-direction: column;
	align-items: center;
}

.contact-info {
	height: 3em;
	padding-top: 15px;
}

.row.contact .col:first-child {
	border-left: 1px solid #00a0e3;
}

h2.contact {
	font-weight: bold;
	color: #00a0e3;
	font-size: 20px;
}

#contactForm {
	display: flex;
	width: 100%;
}

#contactForm label {
	color: #00a0e3;
	display: block;
}

#contactForm input,
#contactForm textarea {
	width: 100%;
	border: 1px solid #00a0e3;
	border-radius: 8px;
}

#contactForm label[for=profile-privacy] {
	color: #2e2e2e;
}

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

#contactForm button {
	text-transform: uppercase;
	border-radius: 8px;
	border: 1px solid #00a0e3;
	color: #fff;
	align-self: start;
	font-weight: bold;
	font-size: 20px;
	background: linear-gradient(0deg, #2eafe5 0%, #c8eeff 100%);
	padding: 0.5em 1em;
	margin-top: 2em;
}

a.reference {
	display: block;
	height: 250px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 25px;
}

a.reference:hover {
	text-decoration: none;
}

.article-box {
	padding-bottom: 2em;
}

a.article-box {
	display: block;	
	height: 200px;
	background-size: cover;
	background-position: center;
}

a.article-link, a.blog-link {
	color: #00a0e3;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	display: block;
}

a.article-link {
	padding: 15px;
	margin-bottom: 50px;
}

a.blog-link {
	padding: 15px 15px 0 15px;
}

#article-page {
	width: 90%;
}

#article-page h1 {
	text-align: left;
	width: 50%;
	padding-bottom: 20px;
	margin-bottom: 0;
}

.article-date {
	color: #00a0e3;
	font-weight: bold;
}

.article-short {
	margin: 35px 0;
	color: #2e2e2e;
}

div.article-image {
	text-align: center;
}

img.article-image {
	max-width: 100%;
}

.article-text {
	padding-top: 35px;
	color: #2e2e2e;
	margin-bottom: 50px;
}

.document-assign-list {
	padding-top: 35px;
}

.document-assign-list h3,
.article-gallery h3 {
	color: #00a0e3;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.document-assign-list a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 45px;
	background-image: url('/img/document-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	font-size: 20px;
	margin-left: 10px;
}

.document-assign-list a:hover {
	text-decoration: none;
}

.article-gallery {
	margin: 100px 0;
}

.article-gallery img {
	margin-bottom: 30px;
}

#referencesWidget {
	padding-bottom: 60px;
	overflow: hidden;
	background-color: #f5f6fa;
	margin-bottom: 30px;
}

.owl-stage-outer {
	padding-left: 15px;
	width: 690px;
	position: absolute;
	margin: 0 auto;
}

.owl-prev, .owl-next {
	display: block;
	border: none;
	color: #00a0e3;
	font-size: 100px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	line-height: 200px;
	background-color: #f5f6fa;
	z-index: 1;
}

.owl-prev {
	left: 0;
	padding-left: 20px;
	padding-right: 10px;
}

.owl-next {
	right: 0;
	padding-right: 20px;
	padding-left: 10px;
}

.owl-prev:focus, .owl-next:focus {
	outline-style: none;
}

a.blog-more {
	font-weight: bold;
	padding-left: 15px;
	color: #2e2e2e;
}

.blog-short {
	padding-left: 15px;
	line-height: 1.2em;
	color: #2e2e2e;
	max-height: 6em;
	overflow: hidden;

}

.blog-date {
	padding-left: 15px;
	color: #00a0e3;
	font-weight: bold;
	font-size: 14px;
}

.kisokos-icon {
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #00a0e3;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 20px;
	background: linear-gradient(0deg, #2eb0e5 0%, #c8eeff 100%);
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
}

.kisokos-closed .kisokos-icon:before {
	content: '+';
}

.kisokos-wrapper:not(.kisokos-closed) .kisokos-icon:before {
	content: '\2013';
}

.kisokos-title {
	display: inline-block;
	color: #00a0e3;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.kisokos-text {
	padding-left: 62px;
	color: #4e4e4e;
	line-height: 1.3em;
	margin-top: 30px;
	font-size: 18px;
}

.kisokos-wrapper {
	padding-bottom: 40px;
}

.kisokos-wrapper-outer {
	padding: 30px;
	background-color: #f5f6fa;
}

#search-module-form {
	margin-bottom: 50px;
}

.breadcrumb {
	position: absolute;
	top: -70px;
	color: #00a0e3;
	background-color: transparent;
	padding: 26px 0 6px 9px;
}

.breadcrumb li {
	padding-right: 5px;
}

.breadcrumb a {
	font-weight: bold;
	padding-right: 5px;
}

.breadcrumb li:after {
	content: ' -> ';
}

.breadcrumb li:last-child:after {
	content: none;
}

.pagination {
	justify-content: center;
	font-size: 20px;
}

.pagination li {
	padding: 0 10px;
}

.carousel-item img {
	width: 100%;
	object-fit: cover;
}

@media (max-width: 767.98px) {
	.col-md-4.article-box {
		padding-left: 0;
		padding-right: 0;
	}
}

#navbar-clone {
	justify-content: center;
	width: 100%;
	padding: 0 0 5px 0;
}

@media (min-width: 992px) {
	#navbar-clone {
		display: none;
	}
}
@media (max-width: 991.98px) {
	#header-navbar-collapse > .nav {
		display:none;
	}
}
