@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin-ext');

* {
    outline: none !important;
}

html,
body {
    font-family: 'PT Sans', sans-serif;
}

.main-wrapper {
    min-height: 100vh;
}

.logos img {
    max-height: 80px;
}

.content-wrapper {
    padding: 45px 50px;
    position: relative;
}

.nav.navbar-nav {
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav.navbar-nav li {
    display: block;
    width: 100%;
}

.nav.navbar-nav li a {
    color: #000000;
    font-family: "PT Sans";
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    padding: 10px;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.nav.navbar-nav li a:hover {
    background-color: transparent;
    color: #ff6c1c;
}

.nav.navbar-nav li.current-menu-item a {
    background-color: transparent;
    color: #ff6c1c;
}

.nav.navbar-nav li a:visited,
.nav.navbar-nav li a:focus {
    background-color: transparent;
}

.language {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

.language li {
    display: inline-block;
}

.language li a {
    color: #ff6c1c;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    text-transform: uppercase;
    padding: 5px;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.language li a:hover {
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.language li.current-lang a {
    color: #000;
}

.cont {
    padding: 120px;
    margin-top: 100px;
    color: #21225b;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 180px;
}

.copyright {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0;
    right: 0;
}

.copyright p {
    color: #fefeff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.social {
    position: fixed;
    top: 38%;
    right: 0;
}

.social ul {
    list-style: none;
}

.photo {
    height: 500px;
    padding: 0px;
}

.row-info {
    display: block;
    height: 250px;
    position: relative;
}

.column1 {
    display:inline-block;
    width: 49.8%;
    float: left;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.67);
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
    position: relative;
}

.one-pick {
    height: 500px;
    background-color: rgba(255, 255, 255, 0.67);
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
    background-color: #fff;
}

.one-pick > span {
    position: relative;
    top: 20%;
    display: block;
    text-align: center;
    color: #21225b;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 99999;
}

.one-pick img {
    max-height: 150px;
    width: auto;
}

.column1:hover {
    background-color: #fff;
}

.column1 a {
    width: 100%;
    height: 100%;
    position: absolute;  
}

.column1 a span {
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    display: block;
    text-align: center;
    color: #21225b;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.inside-wrapper {
    background-color: #fff;
    min-height: 1000px;
    position: relative;
}

.left-menu {
    width: 100%;
    padding: 80px 30px 20px 0;
    border-bottom: 1px solid #000;
}

.left-menu ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
}

.left-menu ul li {
    display: inline-block;
    padding: 0 10px;
}

.left-menu ul li a {
    color: #ff6c1c;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 3px solid transparent;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.left-menu ul li a:hover {
    color: #21225b;
    border-bottom: 3px solid #21225b;
    text-decoration: none;
}

.left-menu ul li.current-menu-item a {
    color: #21225b;
    border-bottom: 3px solid #21225b;
    text-decoration: none;
}

.img-bottom {
    position: absolute;
    bottom: 100px;
    height: 130px;
    left: 70px;
    opacity: 0.2;
}

.contentas {
    padding: 100px 50px 50px;
    text-align: right;
}

.contentas p {
    color: #21225b;
    font-size: 16px;
    font-weight: 400;
}

.wpcf7-form {
    width: 100%;
    display: block;
    clear: both;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0;
    font-size: 16px;
    padding: 8px 15px;
}

.wpcf7-form input[type="submit"] {
    color: #fff;
    background-color: #21225b;
    border: 1px solid #21225b;
}

ol li,
ul li {
    color: #21225b;
}

.ui-accordion-header {
    background-color: #fff !important;
    border: 1px solid #eee !important;
    color: #21225b !important;
}

.accordion-content {
    border: 1px solid #eee !important;
    border-top: 0px !important;
    text-align: right;
}

.accordions-head {
    text-align: right !important;
}

.right-no {
    padding-right: 0px;
}

.partnersBox img {
    max-height: 90px;
    width: auto;
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%) scale(0.9);
    transform: perspective(1px) translateY(-50%) scale(0.9);
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: ease all .3s;
    transition: ease all .3s;
    z-index: 99999;
}

.one-partner {
    margin-bottom: 70px;
}

.one-partner:last-child {
    margin-bottom: 0px;
}

.one-partner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: perspective(1px) translateY(-50%) scale(1.1);
    transform: perspective(1px) translateY(-50%) scale(1.1);
}

.accordion-content p {
    font-weight: 400;
}

.contentas ul li {
    color: #21225b;
    font-size: 16px;
    font-weight: 400;
}

.accordions-head-title img {
    margin-left: 10px;
    max-height: 30px;
    width: auto;
}

.swiper-container {
  width: 100%;
  height: 350px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
    height: 300px;
}

.swiper-wrapper {
    height: 350px;
    margin-top: 50px;
    position: relative;
}

.skaiciuokles_form {
    margin-top: 30px;
}

.skaiciuokles_form h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0;
}

.skaiciuokles_form input {
    margin-left: 10px;
    line-height: 16px;
}

.sum_total > div {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}

.sum_total {
    margin-top: 30px;
}

.choose_country {
    font-weight: 600;
    font-size: 16px;
}

.country_wrapper > div[class$="_wrapper"] {
    display: none;
}

.news-wrapper {
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}

.news-wrapper h3 a {
    color: #000;
    -webkit-transition: ease all .2s;
    transition: ease all .2s;
}

.news-wrapper h3 a:hover {
    text-decoration: none;
    color: #21225b;
    opacity: 0.8;
}

.news-wrapper h3 {
    margin-top: 10px;
}

.small-excerpt {
    color: #21225b;
    font-size: 16px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.wpcf7-form {
    position: relative;
    z-index: 9999 !important;
}