html {
	font-size: 14px;
}

body {
	font-family: 'Proxima Nova', sans-serif;
	font-weight: 400;
	color: rgba(44,47,51,1);
	background-color: #fff;
	overflow-x: hidden;
	min-width: 320px;
	position: relative;
}

@media (min-width: 576px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}
}

/* COLOR */

.title {
	line-height: 1.2;
}

a {
	color: rgb(77,163,214);
	text-decoration: none;
	background-color: transparent;
	transition: all .5s ease;
}

a:hover {
	color: rgb(44,47,51);
}

a.text-green {
	color: rgb(57,150,30);
}

a.text-green:hover {
	color: rgb(44,47,51);
}

a.text-black {
	color: rgb(44,47,51);
}

a.text-black:hover {
	color: rgb(44,47,51);
}

a.text-gray {
	color: rgba(44,47,51, .25);
}

a.text-gray:hover {
	color: rgb(44,47,51);
}

.shadow {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0, .1) !important;
}

.text-green {
	color: rgb(57,150,30);
}

.text-green-gradient {
	background: linear-gradient(to right, rgb(57,150,30), rgb(121,195,48));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}

.bg-green {
	background-color: rgb(57,150,30);
}

.bg-green-gradient {
	background: linear-gradient(to right, rgb(57,150,30), rgb(121,195,48));
}

.bg-green-light {
	background-color: rgb(57,150,30, .1);
}

.border-green {
	border-color: rgb(57,150,30);
}

.shadow-green {
	box-shadow: 0px 25px 15px -18px rgba(57,150,30, .75); 
}

.text-blue {
	color: rgb(77,162,214);
}

.bg-blue {
	background-color: rgb(77,162,214);
}

.border-blue {
	border-color: rgb(77,162,214);
}

.shadow-blue {
	box-shadow: 0px 25px 15px -20px rgba(77,162,214, .5); 
}

.text-marine {
	color: rgb(30,143,150);
}

.bg-marine {
	background-color: rgb(30,143,150);
}

.border-marine {
	border-color: rgb(30,143,150);
}

.bg-blue-green-light {
	background: linear-gradient(to right, #edf5f7, #f4fded);
}

.text-pink {
	color: #ffb4de; 
}

.text-violet {
	color: #5b69bc; 
}

.svg-icon svg {
    width: 1em;
    max-height: 1em;
    vertical-align: -.125em;
}

/* Buttons */

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-white-green {
  color: rgb(57,150,30);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-green:hover {
  color: rgba(57,150,30, .75);
  background-color: #fff;
  border-color: #fff;
}

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

.btn-white-green.disabled, .btn-white-green:disabled {
  color: rgb(57,150,30);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-green:not(:disabled):not(.disabled):active, .btn-white-green:not(:disabled):not(.disabled).active,
.show > .btn-white-green.dropdown-toggle {
  color: rgba(57,150,30, .75);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-green:not(:disabled):not(.disabled):active:focus, .btn-white-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-green.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-white-blue {
  color: rgb(77,162,214);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-blue:hover {
  color: rgba(77,162,214, .75);
  background-color: #fff;
  border-color: #fff;
}

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

.btn-white-blue.disabled, .btn-white-blue:disabled {
  color: rgb(77,162,214);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-blue:not(:disabled):not(.disabled):active, .btn-white-blue:not(:disabled):not(.disabled).active,
.show > .btn-white-blue.dropdown-toggle {
  color: rgba(77,162,214, .75);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-blue:not(:disabled):not(.disabled):active:focus, .btn-white-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-blue.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-white-marine {
  color: rgb(30,143,150);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-marine:hover {
  color: rgba(30,143,150, .75);
  background-color: #fff;
  border-color: #fff;
}

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

.btn-white-marine.disabled, .btn-white-marine:disabled {
  color: rgb(30,143,150);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-marine:not(:disabled):not(.disabled):active, .btn-white-marine:not(:disabled):not(.disabled).active,
.show > .btn-white-marine.dropdown-toggle {
  color: rgba(30,143,150, .75);
  background-color: #fff;
  border-color: #fff;
}

.btn-white-marine:not(:disabled):not(.disabled):active:focus, .btn-white-marine:not(:disabled):not(.disabled).active:focus,
.show > .btn-white-marine.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-green {
  color: #fff;
  background-color: rgb(57,150,30);
  border-color: rgb(57,150,30);
}

.btn-green.opacity {
  color: #fff;
  background-color: rgba(57,150,30,.3);
  border-color: rgba(57,150,30,.3);
}

.btn-green:hover {
  color: #fff;
  background-color: rgba(57,150,30, .75);
  border-color: rgba(57,150,30, .75);
}

.btn-green:focus, .btn-green.focus {
  box-shadow: none;
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: rgb(57,150,30);
  border-color: rgb(57,150,30);
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgba(57,150,30, .75);
  border-color: rgba(57,150,30, .75);
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-blue {
  color: #fff;
  background-color: rgb(77,162,214);
  border-color: rgb(77,162,214);
}

.btn-blue:hover {
  color: #fff;
  background-color: rgba(77,162,214, .75);
  border-color: rgba(77,162,214, .75);
}

.btn-blue:focus, .btn-blue.focus {
  box-shadow: none;
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: rgb(77,162,214);
  border-color: rgb(77,162,214);
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgba(77,162,214, .75);
  border-color: rgba(77,162,214, .75);
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-marine {
  color: #fff;
  background-color: rgb(30,143,150);
  border-color: rgb(30,143,150);
}

.btn-marine:hover {
  color: #fff;
  background-color: rgba(30,143,150, .75);
  border-color: rgba(30,143,150, .75);
}

.btn-marine:focus, .btn-marine.focus {
  box-shadow: none;
}

.btn-marine.disabled, .btn-marine:disabled {
  color: #fff;
  background-color: rgb(30,143,150);
  border-color: rgb(30,143,150);
}

.btn-marine:not(:disabled):not(.disabled):active, .btn-marine:not(:disabled):not(.disabled).active,
.show > .btn-marine.dropdown-toggle {
  color: #fff;
  background-color: rgba(30,143,150, .75);
  border-color: rgba(30,143,150, .75);
}

.btn-marine:not(:disabled):not(.disabled):active:focus, .btn-marine:not(:disabled):not(.disabled).active:focus,
.show > .btn-marine.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-green {
  color: rgb(57,150,30);
  border-color: rgb(57,150,30);
  background-color: #fff;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: rgb(57,150,30);
  border-color: rgb(57,150,30);
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: none;
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: rgb(57,150,30);
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(57,150,30);
  border-color: rgb(57,150,30);
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-blue {
  color: rgb(77,162,214);
  border-color: rgb(77,162,214);
  background-color: #fff;
}

.btn-outline-blue:hover {
  color: #fff;
  background-color: rgb(77,162,214);
  border-color: rgb(77,162,214);
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: none;
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: rgb(77,162,214);
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(77,162,214);
  border-color: rgb(77,162,214);
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-marine {
  color: rgb(30,143,150);
  border-color: rgb(30,143,150);
  background-color: #fff;
}

.btn-outline-marine:hover {
  color: #fff;
  background-color: rgb(30,143,150);
  border-color: rgb(30,143,150);
}

.btn-outline-marine:focus, .btn-outline-marine.focus {
  box-shadow: none;
}

.btn-outline-marine.disabled, .btn-outline-marine:disabled {
  color: rgb(30,143,150);
  background-color: transparent;
}

.btn-outline-marine:not(:disabled):not(.disabled):active, .btn-outline-marine:not(:disabled):not(.disabled).active,
.show > .btn-outline-marine.dropdown-toggle {
  color: #fff;
  background-color: rgb(30,143,150);
  border-color: rgb(30,143,150);
}

.btn-outline-marine:not(:disabled):not(.disabled):active:focus, .btn-outline-marine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-marine.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-link-green {
  font-weight: 400;
  color: rgb(57,150,30);
  text-decoration: none;
}

.btn-link-green:hover {
  color: rgba(57,150,30, .75);
  text-decoration: underline;
}

.btn-link-green:focus, .btn-link-green.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link-green:disabled, .btn-link-green.disabled {
  color: rgba(57,150,30, .5);
  pointer-events: none;
}

.btn-link-blue {
  font-weight: 400;
  color: rgb(77,162,214);
  text-decoration: none;
}

.btn-link-blue:hover {
  color: rgba(77,162,214, .75);
  text-decoration: underline;
}

.btn-link-blue:focus, .btn-link-blue.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link-blue:disabled, .btn-link-blue.disabled {
  color: rgba(77,162,214, .5);
  pointer-events: none;
}

.btn-link-marine {
  font-weight: 400;
  color: rgb(30,143,150);
  text-decoration: none;
}

.btn-link-marine:hover {
  color: rgba(30,143,150, .75);
  text-decoration: underline;
}

.btn-link-marine:focus, .btn-link-marine.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link-marine:disabled, .btn-link-marine.disabled {
  color: rgba(30,143,150, .5);
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

.btn-circle {
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;	
	-ms-flex-align: center !important;
	align-items: center !important;	
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/* ELEMENTS */

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6a6e6f;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 0;
}

.form-control:focus {
	color: rgb(44,47,51);
	background-color: #fff;
	border: 1px solid #ced4da;
	outline: 0;
	box-shadow: none;
}

.form-control.invalid {
	color: #dc3545 !important;
	border-color: #dc3545 !important;
}

.form-control-lg {
	height: calc(1.125rem + 2rem + 2px);
	padding: 0.75rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0;
}

.form-green .form-control:focus {
	border-color: rgb(57, 150, 30);
}

.in-holder-lg {
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	margin-top: 1.125rem;
	margin-right: -1rem;
	padding-left: 1rem;
	position: relative;
	z-index: 1;
	float: left;	
}

.in-holder-lg + .form-control-lg {
	padding-left: 3rem;
}

.img-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	position: relative;
}

.img-contain {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	position: relative;
}

.img-cover .bg-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: .3s;
}

.bg-cover.dark {
	background-color: rgba(0,0,0,.1);
}

.bg-cover.dark-bottom {
	background-color: rgba(0,0,0,.6);
}

.news-box:hover + .bg-cover.dark-bottom,
.bg-cover.dark-bottom:hover {
	background-color: rgba(0,0,0,.3);
}

.lead-18 {
	font-size: 1.125rem;
	line-height: 1.2;
}

.lead-24 {
	font-size: 1.3rem;
	line-height: 1.2;
}

.text-12 {
	font-size: 12px;
}

.text-14 {
	font-size: .85rem;
}

.text-16 {
	font-size: 1rem;
}

.text-18 {
	font-size: 1.125rem;
}

.text-24 {
	font-size: 1.5rem;
}

.embed-responsive-7by6::before {
    padding-top: 85%;
}

/*.tooltip-inner {
	background-color: red;
}*/

/* Breadcrumbs */

.breadcrumbs {
	margin-top: 15px;
	position: absolute;
	z-index: 100;
	width: 100%;
}

.breadcrumbs ul {
	padding-left: 0;
	list-style: none;
	font-size: 10px;
	margin: 0;
}

.breadcrumbs ul {
	padding-left: 0;
	list-style: none;
	font-size: 10px;
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li:not(:first-child)::before {
	content: "\2022";
	margin: 0rem .25rem;
}

/*banner*/
@media (max-width: 767px) {
  .banner {
    margin-top: 65px;
  }
}

/* Card */

.card-one .item {
	position: relative;
	height: 100%;
	padding: 1.8rem; 
	background: linear-gradient(to top right, #edf5f7, #f4fdec);
	overflow: hidden;
	z-index: 0;
}

.card-one .item .title {
	font-size: 1.8rem;
	font-weight: 900; 
	z-index: 100;
	position: relative;
}

.card-one .item .text {
	z-index: 100;
	position: relative;
}

.card-one .item .background-title {
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1;
	opacity: .1;
	position: absolute;
	left: 1rem;
	top: 1rem;
}

.background-title:before {
	content: attr(data-title);
}

.card-one .item .background-icon {
	max-width: 7rem;
	height: auto;
	position: absolute;
	right: 1rem;
	bottom: -1rem;
	z-index: 1;
}

.card-one .item .background-icon img{
	max-width: 100%;
	height: auto;
}

.card-two .title {
	font-size: 2rem;
}

.card-two .item {
	position: relative;
	height: 100%;
	padding: 2rem; 
	overflow: hidden;
	z-index: 0;
}

.card-two .item.green {
	background-color: rgba(191, 230, 170);
}

.card-two .item.blue {
	background-color: rgba(169,217,246);
}

.card-two .item .title {
	font-size: 2rem;
	font-weight: bold;
}

.card-two .item .line {
	padding-top: 1.5rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-bottom: 1.5rem;
}

.card-two .item .background-title {
	font-size: 7rem;
	font-weight: 900;
	line-height: 1;
	opacity: .05;
	position: absolute;
	left: 2rem;
	bottom: -2.5rem;
	z-index: 0;
}

.card-two .item .background-icon {
	width: 20rem;
	height: 20rem;
	border-radius: 100%;
	background-color: rgb(44, 47, 51);
	position: absolute;
	opacity: .05;
	z-index: 0;
}

.card-two .item .background-icon.top {
	right: -10rem;
	top: -10rem;
}

.card-two .item .background-icon.bottom {
	right: -10rem;
	bottom: -10rem;
}

/*
.before-molecula {
	position: relative;
}
*/

.before-molecula {
	position: relative;
}

.before-molecula::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	background-image: url(../img/bg-molecula.png?new);
	background-repeat: no-repeat;
}

.card-three .item {
	position: relative;
	height: 100%;
	padding: 2rem; 
	overflow: hidden;
	z-index: 0;
}

.card-three .item.gray {
	background: linear-gradient(to bottom, rgba(249,249,249,.5) 0%, rgba(249,249,249,.5) 6.25rem, rgba(249,249,249,0) 100%);
}

.card-three .item .title {
	font-weight: bold;
	z-index: 100;	
}

.card-three .item .text {
	z-index: 100;	
}

.card-three .item .background-title {
	font-size: 6.25rem;
	font-weight: 900;
	line-height: 1;
	opacity: 1;
	position: absolute;
	left: 1rem;
	top: 0;
	background: linear-gradient(to top right, #ffffff, #edf5f7 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	z-index: 5;	
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e4f5ff;	
}

.card-four .title {
	font-size: 2rem;
}

.card-four .item {
	position: relative;
	height: 100%;
	padding: 2rem; 
	overflow: hidden;
	z-index: 0;
}

.card-four .item::before {
	content: attr(data-title);
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1;
	opacity: .05;
	position: absolute;
	right: -1rem;
	top: 0;
	white-space: nowrap;
	-moz-transform: rotate(180deg) translateY(50%);
	-webkit-transform: rotate(180deg) translateY(50%);
	-o-transform: rotate(180deg) translateY(50%);
	-ms-transform: rotate(180deg) translateY(50%);
	transform: rotate(180deg) translateY(50%);
	writing-mode: tb-rl;	
}

.card-four .item.green {
	background-color: rgba(191, 230, 170);
}

.card-four .item.blue {
	background-color: rgba(169,217,246);
}

.card-four .item.marine {
	background-color: rgba(170,230,210);
}

.card-four .item .title {
	font-size: 1.25rem;
	font-weight: bold;
}

.card-four .item .line {
	padding-top: 1.5rem;
	border-bottom: 1px solid rgba(255,255,255,.5);
	margin-bottom: 1.5rem;
}

.card-four .item .background-icon {
	position: absolute;
	opacity: .3;
	z-index: 0;
}

.card-four .item .background-icon img{
	max-width: 100%;
	height: auto;
}

.card-four .item .background-icon.bottom {
	bottom: -30%;
}

.card-five .item {
	background: linear-gradient(to bottom, transparent 0, transparent 3rem, #edf5f7 3rem, #f3fdec 100%);
	width: 100%;
	height: 100%;
}

.card-five .item .text {
	margin: 2rem 1.5rem 2rem 1rem;
	text-align: center;
}

@media (min-width: 992px) {
	.card-five .item {
		background: linear-gradient(to right, transparent 0, transparent 2rem, #edf5f7 2rem, #f3fdec 100%);
	}	
	.card-five .item .text {
		margin: 1rem;
		text-align: left;
	}
}

.card-six .item {
	background: linear-gradient(to right, #edf5f7, #f3fdec);
	margin-left: 4rem;
	height: 100%;
	position: relative;
	min-height: 90px;
}

.card-six .item .text {
	z-index: 100;
	line-height: 1.2;
	padding: 1rem 1rem 1rem 3rem;
	position: relative;
}

.card-six .item .background-icon {
    border-radius: 100%;
    width: 80px;
	min-width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
	color: #fff;
	background-color: rgb(57,150,30);	
	font-size: 2rem;
	font-weight: bold;
	box-shadow: 2px 2px 5px 0px rgba(57,150,30, .5); 
	z-index: 100;
	position: absolute;
	left: -4rem;
	top: 5px;
}

.card-six .item .background-title {
	font-size: 6.25rem;
	font-weight: 600;
	line-height: 1;
	opacity: 1;
	position: absolute;
	right: 1rem;
	bottom: -1rem;
	color: rgba(255,255,255,.75);
	z-index: 1;	
	display: none;
}

@media (min-width: 992px) {
	.card-six .item {
		width: 100%;
		height: 100%;
		box-shadow: 2px 2px 5px 0px rgba(0,0,0, .1); 
		margin-left: 0rem;
	}	
	.card-six .item .text {
		padding: 3.5rem 2rem 2rem 2rem;
	}
	.card-six .item .background-title {
		display: block;	
	}	
	.card-six .item .background-icon {
		top: -40px;
		left: 2rem;
	}	
}

.card-seven .item .background-icon {
    border-radius: 100%;
    width: 80px;
	min-width: 80px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
	color: #fff;
	background-color: rgb(57,150,30);	
	font-size: 3rem;
	font-weight: bold;
	box-shadow: 2px 2px 5px 0px rgba(57,150,30, .5); 
}

@media (min-width: 992px) {
	.card-seven .item .background-icon {
		width: 100px;
		min-width: 100px;
		height: 100px;
	}
}

/* HEADER */

/* Navbar */

.navbar-light .navbar-nav .nav-link {
    color: rgba(44,47,51,1);
}

.navbar-one {
	padding: 0rem;
	z-index: 850;
}

.navbar-one .img-logo{
	max-width: 85px;
	margin-bottom: 5px;
	margin-top: -5px;
}

.navbar-one .nav-phone{
	font-weight: bold;
}

.navbar-one .toggler{
	height: 40px;
	padding: .5rem 1rem;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to bottom right, rgb(57, 150, 30), rgb(77,162,214));
}

.navbar-two {
	z-index: 830;
}

.navbar-two .box{
	border-bottom: 1px solid rgba(57,150,30,.25);
}

.navbar-two .img-logo{
	max-height: 58px;
}

.navbar-two .nav-item {
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

.navbar-two .nav-item.active {
	border-color: rgb(57,150,30);
}

.navbar-two .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.navbar-three {
	z-index: 830;
}

.navbar-three .box{
	border-bottom: 1px solid rgba(57,150,30,.25);
}

.navbar-three .img-logo{
	max-height: 58px;
}

.navbar-three .nav-item {
	border-bottom: 2px solid transparent;
	margin-bottom: -1px;
}

.navbar-three .nav-item.active {
	border-color: rgb(57,150,30);
}

.navbar-three .nav-link {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (min-width: 992px) {
	.navbar-one {
		padding: .5rem 1rem;
	}
	.navbar-one.navbar-expand-lg .navbar-collapse{
		display: none !important;
	}	
}


/* CIRCLE */

.circle-1 {
	display: none;
	position: absolute;
	width: calc(50% - 15px);
	padding-top: 25%;
	padding-bottom: 25%;
	right: 15px;
	top: -100%;
	background: radial-gradient(circle closest-side, transparent 0%, transparent 55%, #777 56%, #777 89%, transparent 90%, transparent 97%, #777 98%, #777 99%, transparent 100%);
	opacity: .1;
}
.image-1 {
	display: none;
	position: absolute;
	top: -4rem;
}		
@media (min-width: 992px) {
	.circle-1, .image-1 {
		display: block;
	}
}

/* CALENDAR */

.calendar {
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #edf5f7, #f3fdec);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0, .1);
}

.calendar-header {
	padding: 2rem;
	border-bottom: 1px solid rgba(57, 150, 30, .1);
}

.calendar-header .month.month-now{
	font-weight: bold;
	font-size: 1.8rem; 
}

.calendar-header .month .month-icon{
	width: 2.25rem;
	height: 2.25rem;
	max-width: 2.25rem;
	max-height: 2.25rem;
	line-height: 2.25rem;
	margin: auto;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0, .1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;	
}

.calendar-body {
	padding: 2rem;
	position: relative;
	z-index: 10;
}

.calendar-table {
	margin-bottom: 0rem;
}

.calendar-table th,
.calendar-table td {
	vertical-align: center;
	text-align: center;
	align: center;
	padding: .5rem 0rem;
}

.calendar-table th {
	font-weight: 400;
	font-size: 1.35rem;
}

.calendar-table td {
	font-weight: 400;
	font-size: 1rem;
}

.calendar-table td .item {
	width: 2.25rem;
	height: 2.25rem;
	max-width: 2.25rem;
	max-height: 2.25rem;
	line-height: 2.25rem;
	margin: auto;
	border-radius: 50%;
}

.calendar-table td.select {
    position: relative;
}

.calendar-table td.select::before {
    position: absolute;
    height: 2.25rem;
    left: -50%;
    right: 50%;
    z-index: -1;
    content: "";
    background-color: transparent;
    transition: background-color 100ms linear;
}

.calendar-table td.select.green .item {
	color: #fff;
	background-color: rgb(57,150,30);
}

.calendar-table td.select.green + td.select.green::before {
    background-color: rgb(57,150,30);
}

.calendar-table td.select.blue .item {
	color: #fff;
	background-color: rgb(77, 162, 214);
}

.calendar-table td.select.blue + td.select.blue::before {
    background-color: rgb(77, 162, 214);
}

.calendar-table td.select.marine .item {
	color: #fff;
	background-color: rgb(30,143,150);
}

.calendar-table td.select.marine + td.select.marine::before {
    background-color: rgb(30,143,150);
}

.calendar-table td.select.blue-green .item {
	color: #fff;
	background: linear-gradient(to bottom, rgb(77, 162, 214), rgb(57,150,30));
}

.calendar-table td.select.blue-green + td.select.blue-green::before {
    background: linear-gradient(to bottom, rgb(77, 162, 214), rgb(57,150,30));
}

.calendar-footer {
	padding: 1rem 1rem;
	border-top: 1px solid rgba(57, 150, 30, .1);
}

.calendar-footer .item{
	padding: .5rem 1rem;
}


/* BANNER */

.banner {
	z-index: 1;
}

.banner .banner-cover {
	height: 470px;
}

@media (min-width: 768px) {
	.banner .banner-cover {
		height: 550px;
	}
}

@media (min-width: 992px) {
	.banner .banner-cover {
		height: 700px;
	}	
	/* .banner.under-nav {
		margin-top: -90px;
	}	 */
	.banner.under-breadcrumbs {
		margin-top: -75px;
	}		
}	

/* TABLE */

.container-table-programm:not(:last-child) {
    margin-bottom: 3rem;
}

.table-programm {
    margin-bottom: 0;
}

.table-programm td, .table-programm th {
    padding: 1.5rem 1rem;
    vertical-align: middle;
    border-top: 0;
}

.table-programm td:first-child {
	width: 120px;
	font-size: 14px;
}

.table-programm tbody tr:nth-of-type(2n) {
    background-color: #fafafa;

}

/* COLLAPSE */

.container-collapse-programm .title-box .title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: .25rem;
}

.container-collapse-programm .title-box .subtitle {
	font-size: 1.125rem;
	margin-bottom: 0rem;
}

.container-collapse-programm .collapse-row {
    border-top: 1px solid rgba(57, 150, 30, .1);
}

.container-collapse-programm .collapse-header .collapse-button {
	min-width: 2em;
}

/* NEWS */

.news-row .news-box {
	padding: 1.25rem;
	position: relative;
	z-index: 100;
	width: 100%;
}

.news-row .news-box .title{
	font-size: 1.125rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1rem;
}

.news-row .news-box .date{
	font-size: 1rem;
	color: #999;
}

.news-row .border-box {
	height: calc(100% - 1rem);
	width: calc(100% - 1rem);
	margin: .5rem;
	border: 3px solid #fff; 
	position: relative;
	z-index: 50;
}

.news-row .custom-box {
	padding: 2rem;
	position: relative;
	z-index: 100;
	width: 100%;
}

.news-container {
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.news-container .lead {
    font-size: 1.125rem;
    font-weight: 400;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.news-container h2 {
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 2rem;
}

.news-container img {
    max-width: 100%;
    height: auto;
	margin: 2rem 0rem;
}

.news-container p {
    margin-bottom: 1rem;
}

.news-container p + img {
    margin-top: 1rem;
}

.subtitle-h1 {
	font-size: 2rem;
	color: #2c2f33;
	display: block;
}

.subpage-title {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.big-news .title {
	font-size: 1.125rem;
}

.small-news .subpage-title {
	font-size: 1.125rem;
	font-weight: bold;
}

.small-news .item {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/* FILTER */

.filter-list {
	padding-left: 0;
	list-style: none;
}

.filter-list li {
    display: inline-block;
}

.filter-list li:first-child {
    margin-right: 1rem;
}

.filter-list li:not(:first-child) {
    margin-left: .5rem;
}

/* SLIDER */
.swiper-slider {
	padding: 0 15px;
	position: relative;
}

.swiper-slider .item {
	min-width: 255px;
	height: 143px;
	background-position: center;
	background-size: cover;
}

.swiper-slider .swiper-button-prev {
	left: -20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%234da2d6'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}

.swiper-slider .swiper-button-next {
	right: -20px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%234da2d6'%2F%3E%3C%2Fsvg%3E");
	outline: none;
}

/* CONTACTS */
.contacts-info {
	width: 540px;
	height: 390px;
	padding: 50px;
	position: absolute;
	top: -380px;
	background-color: #fff;
	color: #2c2f33;
	-webkit-box-shadow: 0px 7px 7px 0px rgba(221, 223, 220, 0.75);
	box-shadow: 0px 7px 7px 0px rgba(221, 223, 220, 0.75);
}

.contacts-info-text {
	font-size: 20px;
}

.social-icons {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: -365px;
    left: 450px;
}

.social-icons img,
.social-icons svg {
    width: auto;
    min-height: 30px;
}

.social-icons svg {
    padding: 5px;
}

@media (max-width: 767px) {
    .search-map .pillow-1 {
        position: relative;
        width: 10px;
        height: 400px;
    }
    .contacts-info {
        top: -780px;
    }
    .social-icons {
        top: -765px;
    }
}

@media (max-width: 561px) {
    .social-icons {
        top: -445px;
        left: 57px;
    }
}

/* FAQ LIST */
.faq-list {
    max-width: 900px;
    margin: 30px auto 50px;
}

.faq-list-item {
    padding: 20px 40px 20px 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.faq-list-item:first-child {
    border-top: 1px solid #ddd;
}

.faq-list-item:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMnB4IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjAwMDAwMCwgMS4wMDAwMDApIj48cGF0aCBkPSJNMCwxMSBMMjIsMTEiPjwvcGF0aD48cGF0aCBkPSJNMTEsMCBMMTEsMjIiPjwvcGF0aD48L3N2Zz4=);
    position: absolute;
    right: 10px;
    -moz-transform-origin: 50% 40%;
    -webkit-transform-origin: 50% 40%;
    -o-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    transform-origin: 50% 40%;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 1;
}

.faq-list-item:hover:before {
    opacity: .5;
}

.faq-list-item:active:before,
.faq-list-item.active:before {
    opacity: .5;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.faq-list-item-title {
    font-weight: bold;
}

.faq-list-item-text {
    padding-top: 15px;
    display: none;
}

.faq-list-item-text p {
    margin: 0;
}

/* FOOTER */

.footer {
	box-shadow: .5rem -.5rem 1rem rgba(0,0,0,.15) !important;
}

.footer .list-small {
	font-size: .9rem;
}

.footer .title {
	font-size: 1rem;
	font-weight: bold;
}

.footer .list-social {
	padding-left: 0;
	list-style: none;
}

@media (min-width: 576px) {
	.footer .list-social li{
		display: inline-block;
	}
	.footer .list-social li:not(:last-child) {
		margin-right: .5rem;
	}	
}