/* GENERAL */
body{
    font-family: 'PT Sans', sans-serif;
    font-weight: 100;
	font-size: 15px;
}
.no-padding{
    padding: 0px;
}
.padding-left {
    padding-left: 0px;
}
.padding-right {
    padding-right: 0px;
}
img.img-responsive {
    width: 100%;
}
a:focus {
    outline: none;
}
button:focus{
    outline: none;
}
/* HEADER */
.printfriendly img:first-child {
    display: none !important;
}
.logo-header {
    position: relative;
    height: 120px;
	 background-color: rgba(255, 255, 255, 0.5);
}
a.navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.home-banner {
    background: url('../img/home-top.jpg');
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 700px;
}
.home-banner:before {
    position: absolute;
    content: "";
    /*background: rgba(255, 255, 255, 0.1);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 735px;
}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
ul.lang {
    padding: 0px;
    list-style-type: none;
    margin-top: -35px;
}
ul.lang li {
    display: inline-block;
    padding: 0px 5px;
}
ul.lang li a {
    color: #5c5f62;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}
ul.lang a.active {
    background: #c7cfd7;
    padding: 5px 6px;
}
ul.lang li img {
    height: 18px;
}
ul.nav.navbar-nav {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
	font-size: 20px;
}
ul.nav.navbar-nav li {
    padding: 0px 7px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #172e7a;
    background-color: transparent;
}
.home-banner-description h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
	font-size: 80px;
	text-align: center;
	color: #fff;
}
.home-banner-description.print-baner span {
    color: #fff;
}
.home-banner-description {
    /*margin-top: 100px;*/
	margin-top: 50px;
}
span.blue {
    color: #172e7a;
}
.home-banner-description p {
    line-height: 24px;
    font-size: 16px;
	text-align: center;
}
.about-us-newspaper {
    margin-top: 100px;
    margin-bottom: 50px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
}
.about-us-newspaper h1 {
    margin-bottom: 32px;
    font-weight: bold;
    margin-top: 0px;
}
.about-us-newspaper p {
    line-height: 29px;
    font-size: 16px;
    margin-bottom: 15px;
}
.home-content {
    margin-bottom: 50px;
}
.gray-news {
    background: #efefef;
    padding: 100px 0px 100px;
}
.post__image-container.slider-img.compat-object-fit {
    height: 200px;
}
.col-xs-12.col-sm-6.col-md-3.sm-margin-bottom {
    min-height: 303px;
    max-height: 303px;
}
.gray-news h1 {
    font-weight: bold;
    margin-bottom: 45px;
}
.gray-news p {
    height: 40px;
    overflow: hidden;
}
p.gray {
    color: #a2a2a2;
    margin-top: 15px;
	height: auto !important;
}
.gray-news img {
    border-radius: 3px;
}
.gray-news a {
    text-decoration: none !important;
    color: #333 !important;
}
.post__image-container.about-image.compat-object-fit {
    height: auto !important;
}
.col-md-15 {
    width: 20%;
    float: left;
}
.post__image-container.team-home.compat-object-fit {
    height: 250px;
    width: 100%;
}
.col-md-15.col-sm-6.partners-places h4 {
    text-align: center;
    color: #172e7a;
    font-weight: bold;
}
.col-md-15.col-sm-6.partners-places p {
    text-align: center;
}
.banner-description h1 {
    text-shadow: 1px 1px #172e7a;
    font-size: 80px;
}

/* FOOTER */
.footer {
    background: #172e7a;
    padding: 50px 0px 10px;
    color: #fff;
}
ul.footer-menu {
    padding: 0px;
    list-style-type: none;
    margin-top: 15px;
}
ul.footer-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 100;
}
.footer h4 {
    font-size: 20px;
}
.footer p {
    font-size: 16px;
    font-weight: 100;
}
a.modal-link {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    text-decoration: none;
}
.col-md-12.no-padding.copyright a {
    color: #fff;
    text-decoration: none;
}
.col-md-12.no-padding.copyright {
    margin-top: 40px;
    text-align: center;
	margin-bottom: 0px;
}

/* NEWS SINGLE */

.col-md-12.category-content h2 {
    margin-bottom: 0px;
}
.col-md-12.category-content p.gray {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 16px;
}
.col-md-12.no-padding.single-news {
    margin: 20px 0px;
}
.post__image-container.single.compat-object-fit {
    height: 420px !important;
}
.col-md-12.no-padding.single-news p {
    margin-top: 30px;
    margin-bottom: 0px !important;
    color: #7d7c7c;
    font-size: 16px;
}


/* GEODATA */
li.default.active a {
    color: #172e7a;
}
.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 25px;
    background: #FFF;
    padding-left: 20px;
    /*list-style-image: url(../img/square1.png);*/
}
ul#accordion li {
    list-style-image: url(../img/square1.png);
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 0px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 100 !important;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li.open .link {
    color: #172e7a;
        font-weight: 600 !important;
}
.accordion li.default .submenu {display: block;}
.submenu {
    display: none;
    font-size: 18px;
    font-weight: 100;
    padding-left: 25px;
    list-style-type: none;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 5px;
    padding-left: 0px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu a:hover {
    color: #333;
}
 a.default.active {
    color: #172e7a;
    font-weight: 600;
}
li.default.active a {
    color: #172e7a;
    font-weight: 600;
}
ul.sub-sub {
    padding-left: 20px;
    list-style-type: none;
}
ul.sub-sub li a {
    font-size: 16px;
}
.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: auto !Important;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}
.category-content h2 {
    margin-top: 0px;
    color: #172e7a;
    font-weight: 600;
    margin-bottom: 40px;
}
.category-content h3 {
    margin-top: 0px;
    color: #172e7a;
    font-weight: 100;
    margin-bottom: 20px;
}
.solutions-parts {
    margin-bottom: 50px;
    max-height: 285px;
    overflow: hidden;
}
.gray-bg-geo {
    height: 285px;
    max-height: 290px;
    overflow-y: auto;
    padding: 3px 0px;
    background: #f5f5f5;
}
ul.solution-content {
    list-style-type: none;
    margin-bottom: 0px;
    padding-left: 15px;
    padding-top: 4px;
}
ul.solution-content li:before {
    content: "-";
    margin-left: -15px;
    margin-right: 5px;
}
ul.solution-content li {
    padding-left: 10px;
    color: #172e7a;
    font-weight: 100;
    padding-bottom: 6px;
}
ul.categories a {
    /*color: #8a8a8a;*/
	color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 100;
    cursor: pointer;
}
ul.categories {
    padding: 0px;
    list-style-type: none;
    padding-left: 10px;
}
ul.categories li {
    padding-bottom: 10px;
}
ul.categories a.active {
    color: #172e7a;
    font-weight: bold;
}
.box {
    /* position: absolute; */
    display: -webkit-inline-box;
    display: inline-block;
    top: 4px;
    margin-left: -9px;
    margin-right: 10px;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: #8a8a8a;
}
a.active .box {
    background: #172e7a;
    margin-left: -9px;
}
li.dropdown-submenu>.dropdown-menu {
    margin-left: 0px;
}
li.dropdown ul {
    padding-left: 25px;
}
li.dropdown-submenu .box {
    width: 13px;
    height: 13px;
}
li.dropdown-submenu>.dropdown-menu  a{
    font-size: 14px;
}
li.dropdown-submenu>.dropdown-menu .box{
    height: 11px;
    width: 11px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a:focus {
    color: #8a8a8a;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu>li>a:hover {
    color: #172e7a;
    text-decoration: none;
    background-color: transparent;
}
.col-md-12.no-padding.system-architecture {
    /*color: #8a8a8a;*/
	color: #000;
    font-weight: 100;
    padding: 30px 0px 0px;
    font-size: 15px;
    line-height: 25px;
}
.system-architecture h4 {
    margin: 30px 0px;
    font-size: 20px;
    font-weight: bold;
}
.system-architecture ul {
    list-style-type: none;
    padding: 0;
}
ul.categories a.active:hover {
    color: #172e7a !important;
}
li.dropdown>ul .box {
    height: 12px;
    width: 12px;
}
li.dropdown>ul a {
    font-size: 16px;
}
.dropdown-menu>li>a {
    white-space: normal;
}
.dropdown-menu>li>a {
    display: block;
    padding: 0px;
}

/* CONTACT */

.banner {
    background: url('../img/banner.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 260px;
    position: relative;
	background-attachment: fixed;
}
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}
.banner-description {
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-60%);
}
#map {
    /*height:470px;*/
	height: 532px;
    width:100%;
}
.gm-style-iw * {
    display: block;
    width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.content {
    margin: 60px 0px;
}
form.forma {
    margin-top: 0px;
}
input.form-control {
    border: 0px;
    border-radius: 0px;
    background: #f1f1f1;
    box-shadow: none;
    margin-top: 15px;
    padding: 0px 20px;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),0 0 8px rgba(102, 175, 233, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0),0 0 8px rgba(102, 175, 233, 0);
}
textarea {
    border: 0px;
    resize: none;
    background: #f1f1f1;
    width: 100%;
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 0px;
}
textarea{
    outline: none;
}
button.btn.btn-default.senden {
    background: #172e7a;
    border: 1px solid #172E5D;
    color: #fff;
    border-radius: 20px;
    padding: 8px 40px;
    margin-top: 10px;
}
button.btn.btn-default.senden:hover {
    background: #fff;
    color: #172e7a;
    transition: all ease 0.5s;
}
button.btn.btn-default.senden:focus {
    outline: none;
}
.contact-formular h2 {
    padding-left: 15px;
}
.col-md-6.no-padding.contact-formular h2 span img {
    padding-right: 15px;
    margin-top: -30px;
}

/* AIM */

.gray-bg-geo.no-padding.aim {
    padding: 0px;
}
.aim ul li {
    padding-bottom: 0px;
    padding-top: 3px;
}


/* COMPANY */

.gray-bg-geo.no-padding.company p {
    padding: 0px 10px;
	/*height: 100%;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
ul.solution-content.company {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
}
.post__image-container.partner.compat-object-fit {
    height: 150px;
    border: 1px solid #ddd;
}
.partners-places {
    margin-top: 40px;
}
.post__image-container.team.compat-object-fit {
    height: 330px;
}
figure.snip0015 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
 /* min-width: 220px;
  max-width: 310px;
  max-height: 220px;*/
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.snip0015 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0015 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0015 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 130px 10px;
    width: 100%;
    height: 100%;
}
figure.snip0015 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015 h2,
figure.snip0015 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
figure.snip0015 h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 24px;
  color: #fff;
  word-spacing: 100px;
}
figure.snip0015 h2 span {
  font-weight: 800;
}
figure.snip0015 p {
  font-weight: 200;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.snip0015:hover img {
  opacity: 0.35;
}
figure.snip0015:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.snip0015:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.snip0015:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0015:hover:before {
    background: rgba(23, 46, 122, 0.4);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/* IE IMAGE */

.post__image-container {
    width: 100%;
    height: 280px;
}

.post__image-container.compat-object-fit {
    background-size: cover;
    background-position: center center;
}

.post__image-container.compat-object-fit .post__featured-image {
    opacity: 0;
}

.post__featured-image {
    width: 100%;
    /*height: 280px;*/
    object-fit: cover;
}
.post__image-container.testt.compat-object-fit {
    height: 280px;
}
.post__image-container.solution.compat-object-fit {
    height: 285px;
}


/*CHANGES NEWS HOME*/
/*.gray-news p {
    visibility: hidden;
}
p.gray {
    visibility: visible !important;
}*/
.post__image-container.slider-img.compat-object-fit img {
    height: 350px !important;
}
.show-more,
.show-less{
  font-size: 0px;
}
.hidden{
    display: none;
}

/* TEAM PAGE */

.col-md-15.team-page {
    width: 33%;
    float: left;
}
.post__image-container.team-page-img.compat-object-fit {
    height: 340px;
}
.col-md-15.col-sm-6.partners-places.team-page {
    min-height: 430px;
    max-height: 430px;
}
.categories a:hover {
    color: #172e98;
    font-weight: bold;
}
.categories a:hover .box {
    background: #172e7a;
}

/* LOADER */
    .spinner {
        margin: 100px auto;
        width: 50px;
        height: 40px;
        text-align: center;
        font-size: 10px
    }
    .spinner>div {
        background-color: #172e7a;
        height: 100%;
        width: 10px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out
    }
    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s
    }
    .spinner .rect3 {
        -webkit-animation-delay: -1s;
        animation-delay: -1s
    }
    .spinner .rect4 {
        -webkit-animation-delay: -.9s;
        animation-delay: -.9s
    }
    .spinner .rect5 {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s
    }
    @-webkit-keyframes sk-stretchdelay {
        0%, 100%, 40% {
            -webkit-transform: scaleY(.4)
        }
        20% {
            -webkit-transform: scaleY(1)
        }
    }
    @keyframes sk-stretchdelay {
        0%, 100%, 40% {
            transform: scaleY(.4);
            -webkit-transform: scaleY(.4)
        }
        20% {
            transform: scaleY(1);
            -webkit-transform: scaleY(1)
        }
    }
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99999999999999999
    }
    #status {
        width: 100px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 40%;
        background-repeat: no-repeat;
        background-position: center;
        transform: translate(-50%, -50%)
    }
.dropdown-menu {
    background: transparent;
}
.dropdown-menu.has-ul {
    background: transparent !important;
	list-style-image: url("data:0");
}
.gray-bg-geo.no-padding.company p {
    padding: 5px 10px;
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-section{
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
}
.services-section > div > h1{
	font-weight:bold;
}
.services-section h3{font-size: 22px;margin-bottom: 35px;}

figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}
figure.effect-moses {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
	height: 270px;
}
figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	width: 100%;
}
figure.effect-moses img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
figure.effect-moses figcaption, figure.effect-moses figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-moses figcaption {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-moses h4:first-of-type {
    text-align: center;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    margin-top: 100px;
}
figure.effect-moses h4:last-of-type {
    float: right;
    padding: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
	border-top: 2px solid #fff;
}
figure.effect-moses h4{
    padding: 5px;
    width: 50%;
    height: 50%;
	color: #fff;
	margin-top:0px;
}
figure.effect-moses p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
	letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-moses h4 > a, figure.effect-moses:hover h4 > a{color: #fff;cursor: pointer;text-decoration: none;font-size: 16px;}
figure.effect-moses:hover img {
    opacity: 0.6;
}
figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-moses:hover h4{
	height: auto;
}
figure.effect-moses:hover h4:first-of-type {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	border:0px;
	border-bottom: 2px solid #fff;
}
figure.effect-moses:hover h4:last-of-type {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* effect-winston */

.effect-winston {
    background: #162633;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-width: 320px;
    max-width: 360px;
    max-height: 360px;
    width: 360px;
    height: 270px;
    text-align: center;
    cursor: pointer;
	margin-bottom: 30px;
}
figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
figure.effect-winston > .inner-div{
	position: relative;
	top: -340px;
	height: 240px;
}
figure.effect-winston figcaption, figure.effect-winston figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-winston figcaption {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: url('../img/triangle_v2.svg') no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
figure.effect-winston h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,70px,0);
    transform: translate3d(0,70px,0);
	display: block;
	transition: ease 0.5s all;
	-webkit-transition: ease 0.5s all;
	color: #fff;
}
figure.effect-winston h3 a{
	color: #fff;
}
figure.effect-winston h4:first-of-type{
	opacity:0;
	line-height: 1.3;
}
figure.effect-winston h4:first-of-type > a{color: #fff;cursor:pointer;text-decoration: none;}
figure.effect-winston h4:last-of-type {
    position: absolute;
    left: 20px;
    bottom: 10px;
	opacity:0;
	line-height: 1.3;
}
figure.effect-winston h4:last-of-type > a{color: #172e7a;cursor:pointer;text-decoration: none;}
figure.effect-winston p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5em;
    width: 100%;
    display: block;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
	/*font-size:12px;*/
	font-size:13px;
	text-transform: none;
}
figure.effect-winston:hover img {
    opacity: 0.6;
}
figure.effect-winston:hover h3, figure.effect-winston:hover p{
	display:none;
}
figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
}
figure.effect-winston:hover h4:first-of-type {
	opacity:1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
	text-align: right;
	transition: ease 0.5s all;
	-webkit-transition: ease 0.5s all;
	margin-top: 0;
}
figure.effect-winston:hover h4:last-of-type{
	text-align: left;
	opacity: 1;
	transition: ease 0.5s all;
	-webkit-transition: ease 0.5s all;
}
.landing-box{
	float: left;
    height: 270px;
    text-align: center;
    width: 100%;
    /*background: #172f7a;*/
	background:#10315d;
    /*margin-bottom: 30px;*/
	color: #fff;
	position: relative;
}
/*ul li:nth-child(2) .landing-box{background-color: #BD2408;}
ul li:nth-child(3) .landing-box{background-color: #337d3b;}
ul li:nth-child(4) .landing-box{background-color: #70A9E3;}
ul li:nth-child(5) .landing-box{background-color: #6b388e;}
ul li:nth-child(6) .landing-box{background-color: #e3c670;}
ul li:nth-child(7) .landing-box{background-color: #ec9fba;}
ul li:nth-child(8) .landing-box{background-color: #dca555;}*/
ul li:nth-child(2) .landing-box{background-color: #174788;}
ul li:nth-child(3) .landing-box{background-color: #1d5bae;}
ul li:nth-child(4) .landing-box{background-color: #2066c2;}
ul li:nth-child(5) .landing-box{background-color: #226dd0;}
ul li:nth-child(6) .landing-box{background-color: #267beb;}
ul li:nth-child(7) .landing-box{background-color: #ec9fba;}
ul li:nth-child(8) .landing-box{background-color: #dca555;}

.landing-box .text{
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.landing-box .text h3{margin-top: 0;}
.landing-box a{color: #fff;font-size: 16px;text-decoration: none;}
.landing-box img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
}
.landing-box:hover span{
	color: #5c5f62;
}
@media screen and (max-width: 1199px){
	.landing-box{
		margin-bottom:30px;
	}
	figure.effect-winston{
		min-width: auto;
		width: 293px;
    	height: 220px;
	}
}
@media screen and (max-width: 991px){
	figure.effect-winston{
		min-width: auto;
		width: 345px;
		height: 259px;
	}
}
@media screen and (max-width: 767px){
	figure.effect-winston{
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 480px){
	figure.effect-winston{
		width: 275px;
    	height: 207px;
	}
	figure.effect-winston h3 {
    	-webkit-transform: translate3d(0,35px,0);
    	transform: translate3d(0,35px,0);
	}
	figure.effect-winston figcaption{
		padding: 10px;
	}
	figure.effect-winston h4:last-of-type{
		left: 10px;
		bottom: 10px;
	}
}
.historyCat>li:last-child{
	display:none;
}

div#cookies-alert {
    position: fixed !important;
    width: 100% !important;
    bottom: 0 !important;
    background: #000 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    z-index: 1111 !important;
}