/*@import 'breakpoints.css';*/

body {font-family: 'Source Sans Pro', sans-serif; font-size: 18px; color: #07212c; line-height: 1.45; font-weight: 400;}
h1 {font-size: 62px; margin: 0; font-weight: 600; line-height: 1.2; color: #fff;}
h2 {font-size: 32px; margin: 0 0 1rem; font-weight: 400; line-height: 1.2; color: #07212c;}
h3 {font-size: 26px; margin: 0 0 1.5rem; font-weight: 600; line-height: 1.2; color: #07212c;}
h4 {font-size: 20px; margin: 0 0 1.6rem; font-weight: 600; line-height: 1.2; color: #07212c;}
strong, b {font-weight: 600;}
p strong, p b {color: #07212c;}
a, a:hover, a:focus, a:active {color: #468cc9; outline: none; text-decoration: underline;}
a:hover {text-decoration: none;}

p, ul, ol {margin-bottom: 1em;}
ul, ol {list-style: none; padding: 0; counter-reset:mycounter;}
ul li, ol li {padding: 0 0 0 20px; position:relative;}
ol li {padding: 0 0 0 25px;}
ul li:before {position: absolute; display: block; left: 0; top: 0.7em; width: 5px; height: 5px; content:''; background: #0078b5; border-radius: 50%;}
ol li:before {content:counter(mycounter)'.'; counter-increment:mycounter; position:absolute; top:0; left:0; font-weight: 700; color: #000;}
li.nav-item, li.page-item {padding:0;}
li.nav-item:before, li.page-item:before, li.breadcrumb-item:before {display: none;}

img {max-width: 100%;}
hr {border-top: 2px solid #f2f5f7; width:100%; margin: 60px 0;}
.cloud-blanket hr {border-color: #e4ebf0;}
.alert {position:relative; border:0; font-size: 16px;}
.alert-danger, .alert-primary, .alert-success {padding-left:50px;}
.alert-danger:before, .alert-primary:before, .alert-success:before {display: block; position: absolute; left:18px; top: 15px; width: 16px; height: 16px; content:''; border-radius: 50%; border: 2px solid; background: url('../img/alerts.svg') 0 0 no-repeat;}
.alert-danger:before {border-color: #e34d4d;}
.alert-primary:before {border-color: #4cb2ed; background-position: 0 -12px;}
.alert-success:before {border-color: #2cbd9f; background-position: 0 -24px;}

.btn, .section-gallery img, .link-facebook, .video-thumb:after, .section-gallery a:not(.btn):after {-webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

label {font-weight: 600; color: #07212c;}
.form-control {border: 2px solid #d8e1e8; box-shadow: 3px 3px 4px inset rgba(0,0,0,0.04); color: #07212c;}
.form-control:focus {box-shadow: 3px 3px 4px inset rgba(0,0,0,0.04) !important;}
.custom-select {height: calc(2.4rem + 2px); box-shadow: 3px 3px 4px inset rgba(0,0,0,0.04); border: 2px solid #d8e1e8; font-size: 16px; color: #07212c; background: url(../img/custom-select.svg) right 0 no-repeat #fff; background-size: auto 100%; cursor: pointer;}
.custom-select:focus {box-shadow: none; border-color: #80bdff;}
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid, .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {border-color: #c5da14;}
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {border-color: #e34d4d; background: url('../img/ico-error.svg') right 10px no-repeat #ffe5e5;}
.invalid-feedback {font-size: 16px; color: #e34d4d;}
.form-legend {color: #aab4b9; font-size: 14px;}
.custom-control-label {padding-left: 5px;}
.custom-control-label::before {top: 0.15rem; width: 20px; height: 20px; background: #fff; border: 2px solid #d8e1e8; box-shadow: none !important;}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {background: #468cc9;}
.custom-control-label::after {left: -1.35rem;}

.navbar-dark {background: #468cc9; border-bottom: 2px solid #68a0d2; font-weight: 600;}
.navbar {height: 110px;}
.navbar-brand {margin-right: 40px;}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus {padding: 6px 15px; text-decoration: none; color: #fff;}
.navbar-dark .navbar-nav .nav-link:hover {text-decoration: underline; color: #fff;}
.navbar-dark .navbar-nav .nav-link.subs:after {margin-left: 6px !important;}
.navbar-dark .dropdown {margin-right: 20px; }
.navbar-dark .btn-dropdown {padding: 3px 7px; background: none; border: 2px solid transparent; box-shadow: none !important;}
.navbar-dark .dropdown-toggle::after {margin: 0 2px 0 6px; border: solid #fff; border-width: 0 2px 2px 0; display: inline-block; padding: 3px; transform: rotate(45deg); -webkit-transform: rotate(45deg); vertical-align: 0.1rem;}
.navbar-dark .dropdown.show .dropdown-toggle::after {transform: rotate(-135deg); -webkit-transform: rotate(-135deg); vertical-align: -0.1rem;}
.navbar-dark .dropdown-menu {right:0; min-width: 0; padding:0; background: #468cc9; border: 2px solid #69a1d2; font-size: 14px;}
.navbar-dark .dropdown-menu .dropdown-item, .navbar-dark .dropdown-menu .dropdown-item:focus {padding: 5px 6px; background: #468cc9; text-decoration: none; color: #fff;}
.navbar-dark .dropdown-menu .dropdown-item img {margin-right:5px; vertical-align: -0.2rem;}
.navbar-dark .dropdown-menu .dropdown-item:hover {background: #69a1d2;}
.navbar-dark .link-eshop {display: inline-block; padding: 5px 10px; color: #fff; text-decoration: none;}
.navbar-dark .link-eshop:hover {text-decoration: underline;}
.navbar-dark .link-eshop:after {display:inline-block; content: ''; margin-left: 6px; border: solid #fff; border-width: 0 2px 2px 0; padding: 3px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: 0.1rem;}

.btn {font-size: 18px;}
.btn-outline-primary, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {padding: 10px 18px; font-weight: 600; border: 2px solid #c5da14; text-decoration: none; color: #0078b5; background: transparent; box-shadow: none !important;}
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active:hover, .btn-outline-primary:not(:disabled):not(.disabled).active:hover {color: #fff; background-color: #0078b5; border-color: #0078b5;}
.btn-outline-primary:after, .navbar-dark .navbar-nav .nav-link.subs:after, .cloud .wannabe-link:after {display: inline-block; content: ''; width: 18px; height: 18px; margin-left: 18px; background: url('../img/ico-plus.svg') 0 0 no-repeat; vertical-align: -0.2rem;}
.btn-backless, .btn-backless:focus, .btn-backless:not(:disabled):not(.disabled):active, .btn-backless:not(:disabled):not(.disabled).active {padding:10px; border:0; text-decoration: underline; background: none !important; white-space: normal;}
.btn-backless:hover, .btn-backless:not(:disabled):not(.disabled):active:hover, .btn-backless:not(:disabled):not(.disabled).active:hover {color: #0078b5 !important; text-decoration: none;}
.btn-backless:after, .cloud .wannabe-link:after {margin-left: 6px;}
.btn-backless.p-0 {text-align:left;}
.btn-inverse, .btn-inverse:focus, .btn-inverse:not(:disabled):not(.disabled):active, .btn-inverse:not(:disabled):not(.disabled).active {color: #fff;}
.btn + .btn {margin-left: 25px;}

.table-bordered, .table td, .table thead th {border-color: #f2f5f7; border-width: 2px;}
.table-striped tbody tr:nth-of-type(2n+1) {background: #f8fafb;}
.table td, .table thead th {padding: 0.4rem 0.7rem 0.3rem;}
.table th, .table strong {color: #333; font-weight: 600;}

.jumbotron, .theme {padding: 20px 0 240px; margin:0; background: url('../img/jumbotron-new2.png') 50% 100% #468cc9 no-repeat; background-size: auto 100%; color: #fff; border-radius:0; background-position-x: right;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {margin-bottom: 2rem;}
.jumbotron h1 strong {display: inline-block; font-size: 16px; color: #bceaff; line-height: 1.6;}
.jumbotron strong {color: #fff;}
.jumbotron span {display:inline-block; margin-bottom: 0.3rem; font-weight: 600; font-size: 20px;}
.theme {position: relative; padding: 0 0; background-image: url('../img/theme.jpg'); background-position: 100% 50%;}
.theme .container {padding-top: 30px; padding-bottom: 30px;}
.theme .row {min-height: 190px;}
.theme-wide .container {position:relative; z-index:2; background: url('../img/theme-zena.png') 100% 100% no-repeat; background-size: auto 100%;}
.theme-wide:before {position: absolute; z-index:1; left:0; right:0; top:0; bottom:0; background: rgba(70,140,201,0.75); content: '';}
.breadcrumb {margin:0; padding:6px 0 0; background: none; color: #bceaff; font-size: 16px;}
.breadcrumb li {padding:0;}
.breadcrumb a, .breadcrumb-item.active {color: #bceaff;}
.breadcrumb-item + .breadcrumb-item::before {position: static; content: ''; border: solid #bceaff; border-width: 0 2px 2px 0; padding: 3px; margin: 0 15px 0 5px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); vertical-align: 0.03rem;}

.section {padding: 70px 0;}
.section-blanket {background: #f2f5f7;}
.section-blanket .container > hr {border-color: #e5ebf0;}
.section-blue {background: #468cc9; color: #fff;}
.section-blue h2, .section-blue strong {color: #fff;}
.section-gallery .row > div {padding-bottom: 30px;}
.section-gallery a:not(.btn) {display: block; float:left; position:relative; background: #07212c; border-radius: 4px;}
.section-gallery a:hover img {opacity: 0.5;}
.section-gallery a:after {}
.cloud {margin-bottom: 30px; background: #fff; border-radius: 4px; box-shadow: 0px 5px 30px rgba(0,0,0,0.08); overflow: hidden;}
.cloud-home {margin-top: -260px; margin-bottom: 80px;}
.cloud .cloud-block {padding: 60px 35px; position: relative; text-decoration: none; color: #07212c; border-right: 2px solid #f2f5f7;}
.cloud a.cloud-block.hasbut {padding-bottom: 110px;}
.cloud a.cloud-block:hover {background: #f9fafb;}
.cloud .cloud-title {font-size: 24px; text-decoration: underline; color: #0078b5; font-weight: 400; line-height: 1.2;}
.cloud-home .cloud-title {font-size: 30px;}
.cloud a.cloud-block:hover .cloud-title, .cloud a.cloud-block:hover .wannabe-link {text-decoration: none;}
.cloud-3 .cloud-block:nth-of-type(3n+0), .cloud-4 .cloud-block:nth-of-type(4n+0), .cloud-2 .cloud-block:nth-of-type(2n+0) {border:0;}
.cloud .wannabe-link {display: block; position: absolute; left:35px; right:35px; bottom: 60px; color: #0078b5; text-decoration: underline;}
.cloud-2 .cloud-block {width: 50%;}
.cloud-3 .cloud-block {width: 33.33%;}
.cloud-4 .cloud-block {width: 25%;}
.cloud .cloud-num {display: inline-block; padding: 2px 10px 1px; margin: 15px 0; font-size: 15px; font-weight: 700; border-radius: 4px; text-transform: uppercase;}
.cloud .cloud-num.num-green {background: #aeede0; color: #4d9284;}
.cloud .cloud-num.num-yellow {background: #efed8e; color: #898c35;}
.cloud .cloud-num.num-red {background: #f8e5f3; color: #b780a8;}
.cloud .cloud-num.num-blue {background: #c1ebff; color: #3294c2;}
.cloud .cloud-num.num-big {font-size: 24px; font-weight: 600;}
.cloud-block .cloud-more {width: 108px; height: 108px; padding-top: 8px; color: #b7c6cf; font-size: 46px; border: 15px solid #e9eff2;}
.cloud-block .back-stars {padding: 10px 20px; background: url('../img/bg-stars1.svg') 50% 50% no-repeat;}
.cloud-block:nth-child(even) .back-stars {background: url('../img/bg-stars2.svg') 50% 50% no-repeat;}
.cloud hr {margin:0;}
.cloud h2 {font-size: 26px; font-weight: 600;}
.cloud-question {padding: 30px 40px; color: #07212c;}
.cloud-question hr {margin: 0 -40px; width: auto;}
.cloud-question .cloud-num {margin: 0 15px 5px 0;}
.cloud.cloud-numbers {margin-bottom: 70px;}
.cloud.cloud-numbers .cloud-block {padding-top: 30px; padding-bottom: 30px;}
.question-info strong {margin-left: 15px; padding-left: 20px; border-left: 2px solid #dae2e7;}
.cloud-small .cloud-block {padding: 20px !important;}
.cloud-blanket {padding: 30px; background: #f2f5f7; box-shadow: none;}
.cloud-blanket textarea {height: 221px;}
.cloud .subinfo {color: #4e575b;}
.cloud-contact .contact-phone {display: inline-block; padding-left: 20px;}
.cloud-contact .contact-phone:before {top: 6px !important;}
.cloud-contact img {width: 80px; margin-bottom: 20px;}
.cloud-form {padding: 40px 60px;}
.cloud-form hr {margin: 40px -60px; width: auto;}

img.oversize {width: 150%; max-width: 150%; float: right;}
.quote {padding: 30px 70px 0 50px; margin-left: -70px; background: url('../img/ico-quote.svg') 0 0 no-repeat;}
.video-thumb {position:relative;}
.video-thumb > div {position:relative; z-index:2; border-radius: 4px;}
.video-thumb:before {display: block; position: absolute; left: -30px; top: 30px; z-index:1; width: 100%; height:100%; content:''; background: #fff; box-shadow: 0px 5px 30px rgba(0,0,0,0.04); border-radius: 4px;}
.section-gallery a:not(.btn):hover:after {display: block; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; background: url('../img/ico-play.svg') 0 0 no-repeat #468cc9; content: ''; z-index:3; border-radius: 50%;}
.section.gallery-home {padding: 100px 15px;}
.section-gallery a:not(.btn):hover:after {background-position: 0 bottom;}
.gallery-home img {box-shadow: 0px 0px 30px rgba(0,0,0,0.2);}
.video-cover {padding: 0 95px; background: #f2f5f7;}
.video-cover + p {margin: 1.5rem 95px; padding-bottom: 1.5rem; border-bottom: 2px solid #f2f5f7;}

.cards > div {padding-bottom: 30px;}
.card {height: 100%; border:0; padding-bottom: 30px; box-shadow: 0px 5px 30px rgba(0,0,0,0.04);}
.card h3 {margin: 0 30px 1rem; font-size: 18px;}
.card p {margin: 0 30px;}
.card img {width: 100%; height: auto; margin-bottom: -50px;}
p.smaller {font-size: 16px;}

.pagination .page-item {margin-right: 1px;}
.pagination .page-link, .pagination .disabled .page-link {border: 2px solid transparent; color: #0078b5; border-radius: 4px !important; box-shadow: none !important;}
.pagination .active .page-link {background: none; border-color: #c5da14; color: #333; text-decoration: none;}
.pagination .disabled .page-link {text-decoration: none; color: #4e575b;}

.footer {padding: 40px 0 40px; font-size: 16px; line-height: 2;}
.footer .row > div {padding-bottom: 0;}
.copyright .row > div {padding-bottom: 0;}
.footer strong {font-size: 18px;}
.footer .nav-link {padding:0; margin-bottom: 0.8rem; color: #07212c; line-height: 1.4; text-decoration: none;}
.footer .nav-link:hover {text-decoration: underline;}
.footer-contacts li, .cloud-contact .contact-phone {position:relative;}
.footer-contacts li:before, .cloud-block.contact p:before, .cloud-contact .contact-phone:before {display: block; position: absolute; left:0; top:10px; width: 14px; height: 18px; content: ''; background: url('../img/footer-contacts.svg') 0 0 no-repeat;}
.cloud-block.contact p:before {position: static; margin-bottom: 0.7rem;}
.footer-contacts li.contact-email:before, .cloud-block.contact p.contact-email:before {background-position: -14px 0;}
.footer-contacts li.contact-address:before, .cloud-block.contact p.contact-address:before {background-position: -28px 0; top:7px;}
.copyright {margin-top: 30px; padding-top: 40px; border-top: 2px solid #f2f5f7;}
.link-facebook {display: inline-block; position:relative; padding: 0 15px 0 45px; color: #fff; background: #468cc9; border-radius: 4px; text-decoration: none;}
.link-facebook:before {display:block; position: absolute; left: 0; top: 0; bottom:0; width: 32px; border-right: 2px solid #6ba3d3; content:''; background: url('../img/ico-facebook.svg') 50% 50% no-repeat;}
.link-facebook:hover {background: #6ba3d3; color: #fff;}

/* RESPONSIVE */
@media (max-width: 1500px) {
    .hideme {display: none;}
}

@media (max-width: 1199px) {
    .navbar-dark {font-size: 16px;}
    .navbar-brand {margin-right: 20px;}
    .navbar-dark .navbar-nav .nav-link {padding: 6px 11px;}
    .navbar-dark .dropdown {margin-right: 10px;}
    .theme {background-position: 50% 50%;}
    .theme .row {min-height: 150px;}
    .cloud .cloud-block {padding: 50px 30px;}
    .cloud a.cloud-block.hasbut {padding-bottom: 100px;}
    .cloud .wannabe-link {left:30px; right:30px; bottom: 50px;}
}

@media (max-width: 991px) {
    h1 {font-size: 50px;}
    h2 {font-size: 40px;}
    .navbar {height: auto;}
    .navbar .container {padding: 0 15px;}
    .navbar-collapse {padding: 20px 0;}
    .navbar-nav {margin-bottom: 1.5rem; border-top: 1px solid #68a0d2;}
    .navbar-nav .nav-item {border-bottom: 1px solid #68a0d2;}
    .navbar-dark .navbar-nav .nav-link {padding: 10px 15px;}
    .navbar-dark .dropdown {float: left; margin-right: 30px;}
    .navbar-dark .navbar-toggler {border: 2px solid #69a1d2; outline:0;}
    .navbar-dark .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
    .jumbotron {padding-bottom: 230px;}
    .theme .container {background: none;}
    .theme .row {min-height: 120px;}
    .section {padding: 60px 0;}
    .section.gallery-home {padding: 60px 15px;}
    .cloud .cloud-block {padding: 40px 25px;}
    .cloud a.cloud-block.hasbut {padding-bottom: 100px;}
    .cloud .wannabe-link {left:25px; right:25px; bottom: 40px;}
    .quote {padding-right: 40px; margin-left: -50px;}
    .cloud-4 .cloud-block {width: 50%;}
    .cloud-4 .cloud-block:nth-of-type(4n+0) {border-right: 2px solid #f2f5f7;}
    .cloud-4 .cloud-block:nth-of-type(even) {border:0;}
    .footer {padding: 30px 0 30px;}
    .copyright {margin-top: 20px; padding-top: 30px;}
}

@media (max-width: 767px) {
    .jumbotron {padding-bottom: 100px; background-image: url('../img/jumbotron-sm.jpg');}
    .theme-wide h1 {margin-bottom: 1.3rem;}
    .theme .row {min-height: 0;}
    .section {padding: 50px 0;}
    .section.gallery-home {padding: 50px 15px;}
    .cloud-home {margin-top: -140px; margin-bottom: 50px;}
    .cloud .cloud-block {padding: 30px 20px;}
    .cloud a.cloud-block.hasbut {padding-bottom: 70px;}
    .cloud .wannabe-link {left:20px; right:20px; bottom: 30px;}
    .cloud .cloud-title {font-size: 24px;}
    .video-cover {padding: 0 40px;}
    .video-cover + p {margin: 1.5rem 40px;}
    .footer {padding: 20px 0 30px;}
    .copyright {margin-top: 10px; padding-top: 20px;}
}

@media (max-width: 575px) {
    h1 {font-size: 40px;}
    h2 {font-size: 30px;}
    h3 {font-size: 23px;}
    .navbar .container {padding: 0;}
    .jumbotron {padding-bottom: 120px;}
    .jumbotron h1 {margin-bottom: 0.8rem;}
    .jumbotron p {margin:0;}
    .jumbotron p br {display: none;}
    .jumbotron p span {margin-right: 10px;}
    .quote {margin:0; padding-right:0;}
    .section {padding: 40px 0 !important;}
    .section.gallery-home {padding: 40px 15px 10px;}
    .cloud .cloud-block {padding: 25px 15px;}
    .cloud a.cloud-block.hasbut {padding-bottom: 55px;}
    .cloud .wannabe-link {left:15px; right:15px; bottom: 25px;}
    .cloud-3 .cloud-block, .cloud-4 .cloud-block {width: 100%; border: 0; border-bottom: 2px solid #f2f5f7;}
    .cloud-3 .cloud-block:last-of-type, .cloud-4 .cloud-block:last-of-type {border:0;}
    .cloud-small .cloud-block {width: 100%; border:0; border-bottom: 2px solid #f2f5f7;}
    .cloud-block.contact p:before {display: inline-block; margin: 0 15px -3px 0;}
    .cloud-form {padding: 40px 30px;}
    .cloud-form hr {margin: 40px -30px;}
    .cloud-question {padding: 10px 20px}
    .video-thumb {margin: 40px 0;}
    .video-thumb:before {display: none;}
    .video-cover {padding: 0 20px;}
    .video-cover + p {margin: 1.5rem 20px;}
    .gallery-home img {margin-bottom: 30px;}
    .section-gallery a:hover img {opacity: 1; z-index: 100;}
    .section-gallery a:not(.btn):hover:after {background: none;}
    /*
    display: block; position: absolute; left: 50%; top: 50%; width: 46px; height: 46px; margin: -23px 0 0 -23px; background: url('../img/ico-play.svg') 0 0 no-repeat #468cc9; content: ''; z-index:3; border-radius: 50%;
    */
}

ul.carousel-indicators {
    position: relative;
}

ul.carousel-indicators li,
ul.carousel-indicators li::before,
ul.carousel-indicators li.active {
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

ul.carousel-indicators li.active::before {
    box-shadow: 0px 0px 0px 6px white, 0px 0px 0px 8px #c5da14;
}

.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-color: #468cc9;
    background-size: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px white;
}

.carousel-control-next {
    right: -70px;
}
.carousel-control-prev {
    left: -70px;
}

.carousel-timeline-top {
    position: absolute;
    top: 260px;
    width: 3000px;
    z-index: -10;
    margin-left: -1000px;
    border-top: dotted 2px lightgrey;
}

.carousel-timeline-center {
    position: absolute;
    top: 265px;
    width: 3000px;
    z-index: -10;
    margin-left: -1000px;
    border-top: solid 2px lightgrey;
}

.carousel-timeline-bottom {
    position: absolute;
    top: 270px;
    width: 3000px;
    z-index: -10;
    margin-left: -1000px;
    border-top: dotted 2px lightgrey;
}

.timeline-breakpoint {
    position: absolute;
    /*background: url("img/ico-plus.svg") no-repeat;*/
    top: 313px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 5px white;
}

.timeline-breakpoint-plus {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 8px;
    font-weight: 800;
}

.outter-left {
    background-color: #aeede0;
    color: #4d9284;
    left: -400px;
}

.inner-left {
    background-color: #efed8e;
    color: #898c35;
    left: -200px;
}

.inner-right {
    background-color: #f8e5f3;
    color: #b780a8;
    right: -200px;
}

.outter-right {
    background-color: #aeede0;
    color: #4d9284;
    right: -400px;
}

.timeline-breakpoint-year {
    position: absolute;
    top: -30px;
    left: -5px;
}

.timeline-breakpoint-text {
    width: 200px;
    position: absolute;
    top: 30px;
    left: -90px;
    text-align: center;
    color: #4e575b;
}

.gallery-image-main-container {
    display: none;
    background-color: rgba(100, 100, 100, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1024;
    text-align: center;
    vertical-align: middle;
}

.gallery-image-outter-container {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.gallery-image-inner-container {
    z-index: 1025;
    height: 80%;
    margin-top: 5%;
    vertical-align: middle;
}

.gallery-image-prev, .gallery-image-next  {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    display: inline-block;
}

.gallery-image-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.gallery-image-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.section {
    padding: 40px;
}

.aboutus_component_gallery-image_link_opener {
    cursor: pointer;
}

.gallery-image-element {
    max-width: 60%;
    max-height: 100%;
}

.btn-link-hover:hover {
    cursor: pointer;
}


