@import url('reset.css');
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100vh;
    font-size: 24px;
}

body {
	font-family: "proxima-nova",'Lato', sans-serif;
	color: #666666;
	position: relative;
	min-height: 100%;
	font-size: 1.2rem;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #74cb80;
}

p {
	padding: 1rem 0;
}

img {
    max-width: 100%;
}

input {
	outline: none;
}

.main-cont ul {
	padding: 1rem 0;
}

/*div span:hover {
	color: #74cb80;
}*/

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.main-cont .about-text ul li, .single-news ul li {
	/*list-style-position: inside;*/
	margin-left: 3rem;
}
.left {
	float: left;
}

.left .title {
	text-align: left;
}

.hidden {
	display: none;
}

/* Placeholder style */
.social *::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
}
.social *:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
   opacity:  1;
}
.social *::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
   opacity:  1;
}
.social *:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}

.clear {
	clear: both;
}

header .container {
	max-width: 100%;
    width: 96rem;
    margin: 0 auto;
    position: relative;
}

.ac_content .logo {
	float: left;
	margin-top: 2.5rem;
}

.ac_content .logo img {
	height: 8rem;
}

.social {
    background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
    height: 2.5rem;
    width: 100%;
}

.social .container {
	max-width: 100%;
    width: 96rem;
    margin: 0 auto;
}

.social .soc-item {
	float: right;
	border-left: 2px solid #fff;
	padding: 0 1rem;
	height: 2.5rem;
	font-size: 1.6rem;
	color: #fff;
}
.search .fa {
	color: #74cb80;
}
.social .search .fa {
	color: #fff;
}
.search .found {
	color: #74cb80;
}
.hilite {
	color: #74cb80;
	font-weight: 700;
	background-color: #fff;
}
.social .soc-item.search {
	padding-top: 0;
	position: relative;
}
.social .soc-item.facebook {
	border-right: 2px solid #fff;
}
.social .soc-item ul {
	display: none;
	position: absolute;
    list-style: none;
    background: #74cb80;
    margin-left: -1rem;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.social .soc-item ul li a {
    display: block;
    height: 2.5rem;
    line-height:2.5rem;
}
.qts_lang_item {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.social .fa.fa-facebook {
	line-height: 2.5rem;
}

.social .soc-item.youtube img {
	position: relative;
	top: .3rem;
}

.social .fa-angle-down {
	cursor: pointer;
}

.social .search input {
	background: transparent;
	color: #fff;
	border: none;
	padding: 0;
	font-size: 0.9rem;
	line-height: 2.6rem;
}

.social .soc-item.lang {
	font-size: 1rem;
	line-height: 2.5rem;
    position: relative;
}
.init-mobile-item {
	position: relative;
}

.init-mobile-img {
	height: 22rem;
	background-size: cover;
}
#top-slider .slick-arrow {
    background: #fff;
    color: #74cb80;
    line-height: 3.7rem;
}
.social .soc-item:hover {
	background: #242b3d;
}
.social .soc-item.search:hover {
	background: transparent;
}
.social .soc-item.lang:hover ul {
	display: block;
    top: 2.5rem;
    background: #242b3d;
}

.social .soc-item a {
	color: #fff;
}
.social .soc-item.lang .fa-angle-down {
    font-size: 1.5rem;
    position: relative;
    top: 2px;
    left: 2px;
}
*:focus {
	outline: none;
}
#top-slider div {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

#top-slider .top-slide {
	height: 40rem;
}

#top-slider .slide-text {
	font-size: 3.8rem;
	color: #fff;
	margin-left: 5%;
	margin-top: 5%;
	width: 80%;
    font-weight: lighter;
    background-color: rgba(36,43,61,0.8);
    padding: 20px;
}
.slider-border {
	width: 100%;
	height: .5rem;
	background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
}
.main-cont {
	max-width: 100%;
    width: 100rem;
    margin: 0 auto;
    min-height: 30rem;
}

.title {
	color: #74cb80;
	font-size: 2rem;
	margin: 3rem 0;
	text-align: center;
	text-transform: uppercase;
}
a {
	color: #74cb80;
}
.single-news-img {
	height: 20rem;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
.image-gradient {
	position: relative;
    height: 100%;
    width: 100%;
}
.image-gradient div {
	position: absolute;
    height: 5rem;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.wp-caption-text {
	padding: 0;
    color: #908F8F;
    font-style: italic;
}
.news {
	width: 78rem;
}

.news .news-img {
   /* padding-bottom: 63%; Justo komentaras*/
    background-size: cover;
    background-position: center;
	position: relative;
	padding-bottom: 43%;
}
.news .news-items {
	margin-bottom: 3rem;
	margin-top: 1rem;
}
.news .news-item {
	width: 26rem;
	float: left;
	padding: 0px 40px 2rem 0;
}

.news .news-item a p {
    color: #666;
    padding: 1rem 1.5rem;
}

.news .news-title {
	font-size: 1.4rem;
	margin-top: 2.5rem;
	text-transform: uppercase;
	padding: 0 1.5rem;
}

.news .more {
	color: #74cb80;
	float: right;
}

.news .news-date {
	width: 5rem;
	height: 2.5rem;
	position: absolute;
	bottom: -0.8rem;
	left: 1.5rem;
	background: #74cb80;
	color: #fff;
	text-align: center;
	line-height: 2.5rem;
}

.pub {
	width: 22rem;
}

.pub .pub-list {
	margin: 0 0 3rem 0;
}

.pub .pub-list-item {
	padding: 1rem 0 1rem 2rem;
}

.pub .pub-list-item:first-child {
	padding-top: 0;
}

.more-wrap {
	text-align: center;
}

.pub .bullet {
	width: 3rem;
	padding-top: .1rem;
}

.pub .pub-item-text {
	width: 17rem;
	/* padding-left: 1rem; JB*/
	text-transform: uppercase;
}

.pub .title {
	margin-left: 2rem!important;
}

.more-btn {
	border: 1px solid #74cb80;
	border-radius: 2rem;
	padding: 1rem 2rem;
	text-decoration: none;
	color: #666666;
	display: inline-block;
	transition: all 0.3s ease 0s;

    cursor: pointer;
}
.more-btn:hover {
	background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
    color: #fff;
    border: 1px solid transparent;
}

.more-btn.inverse {
	background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
    color: #fff;
    transition: all 0.3s ease 0s;
}
.more-btn.inverse:hover {
	border: 1px solid #74cb80;
	color: #666666;
    background: #fff;
}

.more {
	float: right;
}

.news .title, .pub .title {
	text-align: left;
}

.init-slider-item {
	position: relative;
	height: 32rem !important;
}

.init-link {
	position: absolute;
	background: #74cb80;
    padding: .7rem 1rem;
    bottom: 0.7rem;
    left: 50%;
    margin-left: -8.5rem;
    z-index: 12;
    transition: all 0.3s ease 0s;
    font-size: 1.4rem;
}

.init-link a {
	color: #fff;
	text-decoration: none;
}

.init-link img {
	width: 1.3rem;
	margin-right: .5rem;
	display: inline-block !important;
	position: relative;
	top: .2rem;
}

.init-link:hover {
	background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
}

.slick-arrow {
	width: 3.7rem;
	height: 3.7rem;
	background: #74cb80;
	position: absolute;
	border: none;
	z-index: 9;
	color: #fff;
	cursor: pointer;
	text-align: center;
	font-size: 3.7rem;
}

.slick-next {
	right: 0rem;
	top: 50%;
	margin-top: -1.85rem;
}

.slick-next i {
	top: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}

.slick-prev i {
	top: 0;
    position: absolute;
    right: 50%;
    margin-right: -5px;
}

.slick-prev {
	left: 0rem;
	top: 50%;
	margin-top: -1.85rem;
}

#top-slider .slick-next {
	top: auto;
	bottom: 6.4rem;
	right: 0rem;
}

#top-slider .slick-prev {
	right: 0rem;
	bottom: 2rem;
	top: auto;
	left: auto;
}

.remejai {
	padding: 5rem 0 7.5rem 0;
	background: url(../img/remejai-bg.png) no-repeat #fff;
	background-position: top left;
	position: relative;
	top: -2.1rem;
}

.rem-list {
	margin-bottom: 5rem;
	text-align: center;
}

.rem-item {
	display: inline-block;
	margin: 0 2rem 2rem 2rem;
}

.team {
	padding: 0 18rem;
}

.team .member {
	width: 18rem;
	float: left;
	margin: 2rem 1rem;
}

.team .member div {
	text-align: center;
	margin: 1rem 0;
}

.team .member .mail a {
	color: #666;
}

.team .member .avatar, .management .member .avatar {
	height: 18rem;
    width: 18rem;
    background-size: cover;
    border-radius: 50%;
    filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.team .member .avatar img {
	border-radius: 50%;
}

.member .name {
	color: #74cb80;
}

.team .member .mail {
	font-size: 1rem;
}

.management .member, .sp .sp-wrap {
	width: 60rem;
	margin: 2.5rem auto;
}

.management .member .info {
	width: 20rem;
	float: left;
}

.management .member .info div {
	text-align: center;
	margin: 1rem 0;
}

.management .member .info .avatar {
	width: 18rem;
	height: 18rem;
	margin: 0 auto;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}

.management .member .description {
	width: 40rem;
	float: left;
	padding-left: 2.5rem;
	margin-top: 4rem;
}

.management .member .pos-title {
	font-weight: 700;
	margin-bottom: 2.5rem;
}

.about-title {
	color: #74cb80;
	width: 60rem;
	margin: 0 auto 2.5rem auto;
	font-size: 1.5rem;
}

.about-text {
	width: 60rem;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.sp .result {
	padding: 2.5rem 0 1rem 0;
	border-bottom: 1px solid #74cb80;
}

.sp .number {
	width: 3rem;
	color: #74cb80;
	font-size: 2.6rem;
}

.sp .result .text {
	width: 57rem;
}

.sp .result .number, .sp .result .text {
	float: left;
}

.sp .sp-input-wrap {
	border: 2px solid #74cb80;
    padding: 0.5rem;
    width: 20rem;
    margin: 0 auto;
    position: relative;
}

.sp .sp-wrap .found {
	text-align: center;
	margin: 1rem 0;
	color: #74cb80;
}

.sp .sp-input-wrap input {
	border: none;
	width: 17rem;
}

.sp .results {
	margin-top: 5rem;
	min-height: 40rem;
}

.sp .result .url {
	text-align: right;
	color: #74cb80;
	width: 100%;
	margin-top: 1.2rem;
}

#map {
    width: 66rem;
    height: 32rem;
    margin: 2rem auto 5rem auto;
}

.contacts {
	width: 66rem;
	margin: 0 auto;
	padding-bottom: 1rem;
	border-bottom: 1px solid #74cb80;
}

.addr-wrap p, .contacts p {
	padding: 0;
}

.contacts > .left {
	width: 34rem;
}

.contacts > .left.nvo {
	width: 28rem;
	margin-left: 4rem;
}

.nvo-item {
	margin: 1rem 0;
}

.contacts .title {
	margin-bottom: 1rem;
}

.sm-title {
	font-size: 1.2rem;
	color: #74cb80;
}

.contact {
	padding-top: 1rem;
}

.addr-wrap {
	border-bottom: 1px solid #74cb80;
	padding-bottom: 2rem;
}

.main-cont .contacts .title {
	margin: 0;
}

.addr-item, .cont-item {
	width: 50%;
	padding-right: 1rem;
	margin: 1rem 0;
}

.selection {
	margin-bottom: 3rem;
    text-align: center;
}

.selection i {
	float: right;
	position: relative;
	top: 3px;
}

.selection ul {
	display: inline-block;
	text-align: left;
	z-index: 9;
}

.selection ul li {
	padding: .5rem 1rem;
	border: 2px solid #74cb80;
	list-style: none;
	display: inline-block;
	color: #74cb80;
	cursor: pointer;
	position: relative;
	min-width: 12.5rem;
}

.hovered-selection {
	background: #74cb80;
}

.hovered-selection span {
	color: #fff;
}

.selection ul li span {
	margin-right: 2rem;
}

.selection .current {
	background: #74cb80;
	color: #fff;
}

.selection ul li ul {
	display: none;
	background: #74cb80;
	position: absolute;
	width: inherit;
    left: -2px;
    top: 2rem;
    margin-top: .5rem;
}

.selection span:hover {
	color: #000;
}

.selection ul li ul li {
	display: block;
	color: #fff;
}

.selection ul li ul li:hover {
	color: #000;
}

.selection ul li ul li ul {
	display: none;
    position: relative;
    top: 0;
    left: -1rem;
    width: 10rem;
}

.selection ul li ul li ul li {
	width: 10rem;
	padding-left: 2rem;
}

.darbai {
	width: 48rem;
	margin: 5rem auto 10rem auto;
}

.darbai-select.selection ul li {
	width: auto;
}

.darbai-item {
	margin: 1rem 0;
}

.darbai-item .toggle-arrow {
	display: inline-block;
	width: 15px;
}

.darbai-item .trigger {
	cursor: pointer;
	color: #74cb80;
}

.darbai-item .description {
	display: none;
	margin: 1rem 0 3rem 1.7rem;
}

footer {
	width: 100%;
	font-size: 1.1rem;
	color: #666666;
    position: relative;
}

footer .foot-bottom {
    background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #69c4eb, #74cb80); /* Standard syntax */
    height: 7.0rem;
    width: 100%;
}

footer .container {
	max-width: 100%;
    width: 96rem;
    margin: 0 auto;
}

footer .logo {
    float: left;
    padding-right: 4rem;
    margin-top: 2.1rem;
    color: #000;
}
footer .logo img {

    height: 2rem;
}
footer ul.foot-nav {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style: none;
    width: 35rem;
    margin-top: 1.7rem;
    padding: 0 5rem 0 5rem;
    float: left;
    border-left: 3px solid #fff;

	min-height: 3.5rem;
}

footer ul.foot-nav a {
    color: #fff;
    list-style: none;
    height: 1.7rem;
    line-height: 1.7rem;
    text-decoration: none;
    font-size: 1.1rem;
}

footer ul.foot-nav a:hover {
    text-decoration: underline;
}

footer .copyright {
    float: right;
    color: #fff;
    font-size: 1.2rem;
    line-height: 7rem;
}

footer .foot-top {
	width: 100%;
	height: 25rem;
    background: url(../img/footer.png) #f2f2f2 top left no-repeat;
}

footer .block-border {
	background-image: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* webkit browsers (Chrome & Safari) */
	background-image: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* Mozilla browsers (Firefox) */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', gradientType='0');  Internet Explorer */
	background-image: -o-linear-gradient(90deg,rgb(105,196,235),rgb(116,203,128) 100%); /* Opera */
	background-color: #69c4eb;
	width: 2px;
	float: left;
	margin-top: 3.5rem;
	height: 15rem;
}

footer .foot-block {
	width: 31.8rem;
	padding: 2rem 3rem 0 3rem;
	margin-top: 3.5rem;
	float: left;
	height: 15rem;
	position: relative;
}

footer .title {
	color: #74cb80;
	font-size: 1.5rem;
	display: block;
	margin: 0 0 1.5rem 0;
	text-transform: uppercase;
	text-align: left;
}

footer .title.quotes {
	position: relative;
}

footer .arrow-top {
	position: absolute;
    bottom: 9.5rem;
    left: 50%;
    margin-left: -1.4rem;
    cursor: pointer;
}

footer .credit-logo {
	float: left;
	margin: 2rem 1rem 1rem 0;
	width: 2.8rem;
}

footer .news-submit {
	height: 4rem;
	width: 4rem;
	background: #242b3d;
	float: left;
	margin-top: 2rem;
	border: none;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}

footer .news-input {
	background: #fff;
	height: 4rem;
	border: none;
	padding-left: 2rem;
	margin-top: 2rem;
	float: left;
	width: 21rem;
	font-size: 1.4rem;
}

footer .news-form {
    position: relative;
}

footer .news-form::after {
    content: '';
    width: 4.5rem;
    height: 2.5rem;
    display: block;
    position: absolute;
    z-index: 9999;
    left: -15px;
    top: 12px;
    background-image: url(../img/mail-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
}

footer .inv-span {
	display: block;
}
.mobile {
	display: none;
}
.hover {
    overflow: hidden
}
.hover::after {
    position: absolute;
    top: 0;
    left: 0
}
.hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1)
}
.hover::after {
    content: '';
    display: block;
    background-color: #fff;
    -webkit-transition: 3s -webkit-transform cubic-bezier(.23, 1, .32, 1);
    transition: 3s transform cubic-bezier(.23, 1, .32, 1);
    opacity: .5;
    height: 100%;
    width: 100%;
    -webkit-transform: scale(2) translateX(-100%) translateY(-100%) translateZ(0) rotate(0deg);
    transform: scale(2) translateX(-100%) translateY(0%) translateZ(0) rotate(0deg)
}
.hover-out {
    -webkit-transition: .75s -webkit-transform cubic-bezier(.23, 1, .32, 1);
    transition: .75s transform cubic-bezier(.23, 1, .32, 1);
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    margin: -1px 0;
	-webkit-backface-visibility: hidden;
	height: 30rem;
	background-size: cover;
}
.hover-in {
    opacity: 0;
    -webkit-transform: translateY(-40px) translateZ(0);
    transform: translateY(-40px) translateZ(0);
    -webkit-transition: .5s opacity cubic-bezier(.23, 1, .32, 1), .5s -webkit-transform cubic-bezier(.23, 1, .32, 1);
    transition: .5s opacity cubic-bezier(.23, 1, .32, 1), .5s transform cubic-bezier(.23, 1, .32, 1);
    z-index: 9;
    position: absolute;
    top: 33%;
    width: 100%;
    text-align: center;
    padding: 2rem 5rem;
    background-color: rgba(255,255,255,0.8);
}

@media (min-width: 992px) {
    .hover:hover::after {
        -webkit-transform: scale(2) rotate(0deg) translateZ(0);
        transform: scale(2) rotate(0deg) translateZ(0);
        -webkit-transition-duration: 1s;
        transition-duration: 1s
    }
    
    .hover:hover .hover-in {
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
        -webkit-transition-duration: .75s;
        transition-duration: .75s
    }
}

footer .quotes::before {
	content: '\201C';
	font-size: 5rem;
    position: absolute;
    top: -2rem;
    left: -2.2rem;
}

footer .quotes::after {
	content: '\201D';
    font-size: 5rem;
    position: absolute;
    margin-left: .5rem;
    margin-top: .2rem;
}

footer .newsletter::before {
	content: '';
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #000;
}

footer .inv-span, .pub-list a {
	color: #666;
}

footer .inv-span:hover, .pub-list a:hover {
	color: #74cb80;
}
.soc-item img {
	width: 4rem;
}
.single-news {
    width: 58rem;
    margin: 0 auto;
    padding-top: 6rem;
    position: relative;
}

.single-news .social-share img {
	position: relative;
	z-index: 0;
	height: 2.5rem;
}
.social-share {
	margin-top: 3rem;
}
span.share-span {
	color: #74cb80;
	float: left;
	margin: 0 .5rem;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

.single-news h1 {
    font-size: 2.4rem;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 0 0.5rem;
    width: 80%;
    margin-top: 1rem;
}

.single-news .info {
    font-size: 1.1rem;
    color: #ccc;
    margin: 1rem 0.5rem 1.5rem 0.5rem;
}

.single-news .info .date {
    background: #74cb80;
    color: #fff;
    padding: 0.5rem .6rem .3rem .5rem;
    margin-right: 1.5rem;
}

.single-news .info a {
    color: #ccc;
    margin-left: 0.5em;
}

.single-news .info a:hover {
    text-decoration: underline;
}

.single-news h2 {
    color: #74cb80;
    font-size: 15px;
    padding: 0.5rem 0.5rem 2rem 0.5rem;
    font-weight: lighter;
    line-height: 100%;
}

.single-news p {
    font-size: 1.1rem;
    padding: 0.8rem 0.5rem;
}

.main-cont .related-news {
	margin-top: 0;
}

.related-news {
    width: 86rem;
    margin: 0 auto;
    padding-bottom: 8rem;
    margin-top: 8rem;
}

.related-news .news-item {
    width: 28.5rem;
    float: left;
    padding: 0 1rem 2rem 1rem;
}

.related-news .title {
    color: #666666;
    font-size: 1.3rem;
    margin: 4.5rem 0 1.5rem 0;
    text-align: left;
}

.news.related-news span {
	margin: 0 0 1rem 1rem;
}

.news.left, .pub.left {
	padding: 2rem 0;
}
.related-news .news-title {
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #666;
    font-weight: lighter;
}

.donate-btn, .more-news-btn {
	border: 1px solid #74cb80;
	border-radius: 2rem;
	padding: .5rem 1.5rem;
	text-decoration: none;
	display: inline-block;
	background: #fff;
    color: #666666;
}
.more-news-btn:hover {
	border: 1px solid transparent;
	border-radius: 2rem;
	padding: 1rem 2rem;
	text-decoration: none;
	color: #666666;
	display: inline-block;
    background: #fff;
}

.donate-btn:hover {
	border: 1px solid transparent;
	text-decoration: none;
	color: #666666;
	display: inline-block;
	color: #fff;
 	background: #69c4eb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #69c4eb, #74cb80); /* Standard syntax */
}

.donate-btn span {
	position: relative;
	top: -.6rem;
}
.donate-btn img {
	position: relative;
	top: 2px;
	width: 2.3rem;
}
.more-news-btn {
    padding: 1rem 2rem;
    background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
}

.main-cont .news .title, .main-cont .pub .title {
	margin: 2rem 0 4rem 0;
}

.main-cont .title {
    text-transform: uppercase;
    font-size: 2.25rem;
    margin: 5rem 0;
    font-weight: lighter;
}

.initiatives {
	position: relative;
	z-index: 10;
}

.main-cont .title img, .initiatives .title img {
    height: 2rem;
    margin-right: .5rem;
    position: relative;
    top: .2rem;
}

.main-cont.projects .title img {
	height: 2rem;
	top: .2rem;
}

.publs {
	width: 72rem;
	margin: 5rem auto 0 auto;
	padding-bottom: 5rem;
}

.publ {
    width: 36rem;
    float: left;
    margin-bottom: 2rem;
}

.publ .p-img {
    width: 7.3rem;
    display: inline-block;
    height: 7.3rem;
    background-size: cover;
}

.publ .p-img img {
    width: 6.3rem;
}

.publ .p-title {
    display: inline-block;
    vertical-align: top;
    width: 28rem;
    padding-left: .5rem;
}

.publ .p-title a {
    color: #666666;
    font-size: 1.4rem;
}

.publ .p-title a:hover {
    color: #74cb80;
}
.projects {
	margin-bottom: 8rem;
}
.project {
    margin-bottom: 6rem;
}

.project .pr-img {
    width: 21.5rem;
    display: inline-block;
    background-size: cover;
}

.project .pr-img img {
    width: 19.5rem;
}

.project .pr-info {
    display: inline-block;
    vertical-align: top;
    width: 38rem;
    font-size: 1.5rem;
    padding-left: 2rem;
}

.project .pr-info a {
    color: #74cb80;
}

.project .pr-info a:hover {
    text-decoration: underline;
}

.main-cont.slim {
    width: 60rem;
}

.main-cont.slimer {
    width: 40rem;
}

.main-cont.slimer.investuok {
	width: 43rem;
	margin-bottom: 5rem;
}

.project .pr-info h1 {
    margin-bottom: 1.5rem;
    line-height: 80%;
    text-transform: uppercase;
}

.project .pr-info h1 a {
    color: #74cb80;
    font-size: 1.9rem;
    font-weight: lighter;
    line-height: 2.8rem;
}

.invest-text {
    color: #666;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 4rem;
}

.i-box {
    border: 2px solid #74cb80;
    padding: 2rem 1rem;
    font-size: 1rem;
    margin: 0.5rem 0;
}

.i-box p:last-child {
	padding-bottom: 0;
}

.i-box img {
    margin-right: 1rem;
    height: 2rem;
}

.i-box .text {
    display: inline-block;
    text-align: left;
    position: relative;
    top: -0.6rem;
}

.i-box:first-of-type .text {
	top: 0;
	width: 100%;
}

.i-box .text.noimg {
	top: 0rem;
}

.i-box:last-of-type {
    margin-bottom: 5rem;
}

.bigger {
    height: 3.5rem !important;
}

#burger {
    display: none;
}

.pub .bullet img {
    width: 20px;
}

.darbai-title {
	color: #74cb80;
	margin: 1rem 0;
}

.ac_content {
	background:#242b3d;
	height: 12.3rem;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu > ul > li .menu-back-btn a{
	color: #74cb80;
	border-left: 2px solid #74cb80;
	cursor: pointer;
}
.ac_menu{
	float: left;
	position:relative;
	height:12.3rem;
	width:80rem; 
}
.ac_menu > ul{
	position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.2rem;
}
.ac_menu > ul > li{
	float: left;
	overflow:hidden;
	margin: 0 2rem;
}

.ac_menu > ul > li:last-child {
	margin: 0 0 0 2rem;
}

.ac_menu > ul > li a {
	opacity:1;
	display: inline-block;
	line-height:2.5rem;
	outline:none;
	padding-left: 1rem;
	font-size:1.2rem;
	color: #fff;
	border-left: 2px solid transparent;
	text-transform: uppercase;
}

.ac_menu > ul > li a:hover {
    border-left: 2px solid #74cb80;
    color: #74cb80;
}
.ac_submenu li a{
	opacity:1 !important;
}
.ac_subitem {
	width:100%;
	height:0px; 
	top:0;
	right:0px;
	margin-top:6.5rem;
	position:absolute;
	z-index:99;
	overflow:hidden;
}
.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	padding: 40px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
}
.ac_subitem ul{
	float: right;
}
.ac_subitem ul li{
	display: inline-block;
	margin: 0 1.2rem;
}

span.ac_close{
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../img/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}

.form {
	margin-top: 2rem;
}

.i-box .i-title {
	color: #74cb80;
}

.form .more-btn {
	padding: 1rem 4rem;
}

.form label {
	font-size: .8rem;
}

.form .radios label, .form .checkboxes label {
	cursor: pointer;
}

input[type="checkbox"], input[type="radio"] {
    display:none;
}
.form input[type="checkbox"] + label span, input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 0 0 0;
    vertical-align:middle;
    background:url(../img/unchecked.png) left top no-repeat;
    cursor:pointer;
    margin-left: 12rem;
}
.form input[type="radio"] + label:last-child span {
	margin-left: 1rem;
}
.form input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
    background:url(../img/checked.png) left top no-repeat;
}

.form .form-row {
	margin: .5rem 0;
}

.form .form-row.radios {
	margin: 1rem 0;
}

.form .form-row input[type=text] {
	width: 25rem;
	height: 2.5rem;
	border-radius: 2px;
	border-color: #e1e1e1;
	position: relative;
	left: -3px;
}

.form .form-row .form-label {
	display: inline-block;
	width: 12rem;
	line-height: 2.5rem;
	text-align: right;
	padding-right: 1rem;
}

.form .form-row .form-label.radio {
	width: auto;
	line-height: normal;
	top: -2px;
    position: relative;
    margin-left: 5px;
}

.form .form-row .form-label.checkbox {
	width: auto;
	line-height: normal;
	top: -2px;
    position: relative;
    margin-left: 5px;
}

.form form .form-row:first-child input[type=text] {
	width: 5rem;
	margin-right: 5px;
}

.form .checkboxes {
	margin: 2rem 0;
}

.form .required {
	text-align: right;
	width: 100%;
	padding: 1rem 0;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	padding-left: 25px;
	}
.alignleft {
	float: left;
	padding-right: 25px;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.slide-link {
	width: 100%;
	height: 100%;
	display: block;
}
@media (max-width: 1920px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 1560px) {
	html {
		font-size: 13px;
	}
}

@media (max-width: 1420px) {
	html {
		font-size: 12px;
	}
	.social .container {
		width: 100%;
	}
}

@media (max-width: 1260px) {
	html {
		font-size: 10px;
	}
}

@media (max-width: 1040px) {
	html {
		font-size: 7.4px;
	}
}

@media (max-width: 768px) {
	html {
		font-size: 10px;
	}
	.mobile {
		display: block;
	}
	.social .search input {
		line-height: 4rem;
		font-size: 2rem;
	}
	.open .ac_menu ul.my-sub-menu {
		top:0;
		margin-top:0;
	}
	.contacts > .left, .contacts > .left.nvo {
        float: none;
        margin: 0 auto;
        max-width: 34rem;
        width: 100%;
        border-top: 1px solid #74cb80;
        padding-top: 2rem;
    }
    .contacts {
        width: 100%;
        border-bottom: none;
    }
    .social .fa.fa-search {
    	top: .4rem;
    }
    .i-box:nth-of-type(2) .text {
    	width: 54%;
    	top: -0.2rem;
    }
    .init-link {
    	bottom: -17px;
    }
    #map {
        width: 100%;
        height: auto;
        padding-bottom: 48.4%;
    }
	.pub .title {
		margin-left: 0 !important;
	}
    #burger {
        display: block;
        position: absolute;
        top: 4rem;
   		right: 3rem;
    }

    .ac_menu {
    	display: none;
    }
    .open .ac_menu {
        height: auto;
        width: 100%;
      	display: block;
      	position: static;
    }
    .open .ac_content {
    	height: 100%;
    }
	.open {
		overflow-x: hidden; 
		overflow-y: hidden;
	}
	.open header {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #242b3d;
		z-index: 100;
	}
    .open header .container {
        position: relative;
        height: 100%;
    }
	.open .logo, .open .ac_menu {
		float: none;
	}
	.open .ac_menu ul.ac_submenu {
		margin-top: -200px;
	}
	.open .ac_menu ul {
		position: absolute;
		top: 50%;
		margin-top: -140px;
		left: 0;
		width: 100%;
		display: block;
		float: none;
		height: 100%;
	}
	.open .ac_menu ul li ul {
		margin-top: -300px;
	}
	.open .ac_menu ul li {
		width: 100%;
		text-align: center;
		font-weight: 300;
		list-style: none;
	}
	.open .ac_menu > ul > li a {
		font-size: 2rem;
	}
    .open .ac_menu ul li a {
        text-transform: none;
        line-height: 270%;
        border: 0;
        padding: 0;
    }
    .open .ac_menu ul li a:hover {
        border: 0;
    }
    .open .ac_menu > ul > li {
    	margin: 0;
    }
    .open .ac_menu > ul > li:last-child {
    	margin: 0;
    }
    .ac_content .logo img {
    	margin-left: 2rem;
    	margin-top: -0.5rem;
    }
    .open .ac_content .logo img {
    	margin: 2rem;
    }
    .news {
        width: 100%;
        padding: 8rem 2rem;
    }
    .news .news-item {
        width: 50%;
        padding: 0 2rem 2rem 2rem;
    }
    .social {
        height: 4rem;
    }
    .social .soc-item {
        height: 4rem;
        font-size: 2.6rem;
        padding: 0 1rem;
    }
    .social .soc-item.lang {
    	line-height: 4rem;
    	font-size: 1.4rem;
    }
    .social .soc-item.lang:hover ul {
        top: 4rem;
    }
    .social .soc-item ul li a {
        height: 4rem;
        line-height: 4rem;
    }
    .social .soc-item.youtube img {
    	top: .6rem;
    }
    .social .fa.fa-facebook {
    	line-height: 4rem;
    }
    .main-cont {
        padding: 0 3rem;
    }
    .main-cont.investuok {
    	padding: 0 1rem;
    }
    .main-cont .title,
    .initiatives .title {
        text-align: center;
        font-size: 3rem;
        font-weight: lighter;
    }
    .ac_subitem ul li {
    	margin: 0;
    }
    .main-cont .title img,
    .initiatives .title img {
        height: 2.4rem;
        max-height: initial;
    }
    .news-item:nth-of-type(4) {
        display: block;
    }
    .mnbtn {
        text-align: center;
    }
    .mnbtn .more-btn, .more-wrap .more-btn {
        border-radius: 3rem;
        padding: 1.5rem 3rem;
        font-size: 1.8rem;
    }
    .pub {
        width: 100%;
    }
    .pub .pub-list-item {
        padding: 1rem 5rem;
    }
    .pub .pub-item-text {
        width: 90%;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: lighter;
    }
    .pub .bullet {
        width: 10%;
        padding: 1rem 0 0 0;
    }
    .pub .bullet img {
        width: 70%;
        max-width: 35px;
    }
    .initiatives .title {
        padding: 4rem;
    }
    .cont-item {
    	width: 100%;
    }
    footer .foot-block {
        float: none;
        margin: 0;
        height: 100%;
        width: 100%;
        padding: 4rem 0 0 0;
    }
    footer .block-border {
	    float: none;
        width: 100%;
        height: 2px;   	   
        background-image: -webkit-linear-gradient(0deg, #69c4eb, #74cb80);
	    background-image: -moz-linear-gradient(0deg, #69c4eb, #74cb80);
	    background-image: -o-linear-gradient(0deg,rgb(105,196,235),rgb(116,203,128) 100%);
    }   	
    footer ul.foot-nav {
    	margin-top: 2rem;
        padding: 0 0 0 1rem;
        width: 29.5rem;
    }
    footer .foot-top {
        height: 100%;
    }
    footer .foot-bottom {
        height: 100%;
    }
    footer .copyright {
        line-height: 7rem;
        padding-top: 2rem;
        width: 100%;
    }     
    footer .news-form {
        position: relative;
        height: 100px;
    }
    footer .logo {
    	padding-right: 1rem;
    	margin-top: 2.4rem;
    }
    footer .foot-bottom .container {
    	padding: 0 3rem;
    }
    footer .foot-wrap {
    	width: 400px;
    	margin: 0 auto;
    }
    .about-text, .about-title {
        width: 100%;
        font-size: 1.5rem;
    }
    .related-news .news-item:nth-of-type(3n) {
        width: 50%;
        padding: 0 2rem 2rem 2rem;
    }
    header .fa {
    	font-size: 2.6rem!important;
    }
    footer .container {
    	padding: 0 6rem;
    }
    .selection ul li {
    	margin-top: 1rem;
    }
    .rem-item {
    	width: 10rem;
    }
    .sp .result .text {
    	width: 35rem;
    }
    .management .member, .sp .sp-wrap {
    	width: 40rem;
    }
    .single-news {
    	width: 38rem;
    }
    .i-box:last-child .text {
    	position: static;
    	width: 69%;
    }
    .i-box:first-of-type .text {
    	top: 0;
    }
    .desktop {
		display: none;
	}
	footer .arrow-top {
		bottom: 17rem;
	}
	footer .foot-top {
		padding-bottom: 5rem;
	}
    .more-btn, .more-btn:hover {
        border: 1px solid #74cb80;
        border-radius: 2rem;
        padding: 1.5rem 3rem;
        text-decoration: none;
        color: #666666;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }
    .more-btn:active {
        background: #69c4eb; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
        background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
        color: #fff;
    }

    .more-btn.inverse, .more-btn.inverse:hover {
        background: #69c4eb; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(90deg, #69c4eb, #74cb80); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(90deg, #69c4eb, #74cb80); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(90deg, #69c4eb, #74cb80); /* For Firefox 3.6 to 15 */
        background: linear-gradient(90deg, #69c4eb, #74cb80); /* Standard syntax */
        color: #fff;
        transition: all 0.3s ease 0s;
    }
    .more-btn.inverse:active {
        border: 1px solid #74cb80;
        color: #666666;
        background: #fff;
    }
    .social .soc-item a {
        color: #fff;
        position: relative;
    }
}

@media (max-width: 480px) {
	.tablet {
		display: none;
	}
	footer .arrow-top {
		bottom: 13rem;
	}
	footer .news-input {
		width: 85%;
	}
	footer .news-submit {
		width: 15%;
	}
	footer .container {
		padding: 0 3rem;
	}
	.social .search input {
		line-height: 6.2rem;
	}
	.form input[type="checkbox"] + label span {
		margin-left: 0;
	}
	.form input[type="radio"] + label span {
		margin-left: 9rem;
	}
	.form .form-row input[type=text] {
		width: 16rem;
	}
	.form .form-row .form-label {
		width: 9rem;
	}
	.form .mnbtn .more-btn, .form .more-wrap .more-btn {
		padding: 1rem 3rem;
		font-size: 1.2rem;
	}
	.publ .p-title {
		width: 18.3rem;
	}
	.publ {
		width: 26rem;
	}
	.publs {
		width: auto;
	}
	.selection ul {
		width: 26rem;
		margin: 0 auto;
		display: block;
	}
	.publ:nth-of-type(2n) {
		margin-left: 0;
	}
	.selection ul li {
		width: 12.8rem;
	}
	.single-news h1 {
		width: 100%;
		font-size: 1.6rem;
	}
	.sp .result .text {
    	width: 22rem;
    }
    .i-box:last-child .text {
    	width: 59%;
    }
    .management .member, .sp .sp-wrap {
    	width: 25rem;
    }
    .team {
    	padding: 0;
    }
    .team .member {
    	width: 25rem;
    	margin: 4rem auto;
    	float: none;
    }
    .team .member .avatar {
    	width: 25rem;
    	height: 25rem;
    }
    .main-cont .contacts .title {
    	font-size: 1.6rem;
    	text-align: left;
    }
    .single-news {
    	width: 28rem;
    }
    .project .pr-info {
    	width: 26rem;
    }
    .projects .project {
    	width: 26rem;
    	margin: 2rem auto;
    }
    .project .pr-img {
    	width: 26rem;
    }
    .project .pr-img img {
    	width: 26rem;
    }
    .project .p {
    	line-height: 60%;
    }
    .project .pr-info h1 a {
    	font-size: 1.6rem;
    }
	.social .soc-item {
		float: none;
		border-left: none;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		height: 7rem;
	}
	.social .soc-item.search input {
		width: 90%;
		font-size: 2.5rem;
	}
	.management .member .info {
		width: 25rem;
	}
	.management .member .description {
		padding: 0;
		width: 25rem;
	}
	.news .news-item {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	.news-items {
		margin-top: 3rem;
	}
	.social {
		height: 7rem;
	}
	.darbai {
		width: 25rem;
		margin: 2.5rem auto 5rem auto;
	}
	.darbai-item {
		margin-left: -1.6rem;
	}
	.selection {
		margin: 0 auto 2.5rem auto;
	}
	.sp-wrap .fa.fa-search {
		position: absolute;
		top: 50%;
		right: 0;
		margin-right: 1rem;
		margin-top: -1rem;
		font-size: 1.8rem;
	}
	.related-news .news-item:nth-of-type(3n) {
		width: 100%;
		padding: 0 0 2rem 0;
	}
	#top-slider .slide-text {
		font-size: 2.8rem;
	    margin-left: 10%;
	    margin-top: 10%;
	    width: 80%;
	}
	.pub .pub-item-text {
		font-size: 1.2rem;
	}
	.pub .pub-list-item {
		padding: 1rem 2rem;
	}
	.main-cont .title, .initiatives .title, .title {
		font-size: 2.25rem;
	}
	footer .foot-bottom .container {
		padding: 0 0 0 1rem;
	}
	footer .logo {
		padding-right: .6rem;
	}
	footer ul.foot-nav {
		padding-left: 1rem;
		margin-top: 2rem;
		padding-top: 0;
		width: 20rem;
	}
	footer ul.foot-nav a {
		font-size: .9rem;
	}
	footer .copyright {
		line-height: 2rem;
		font-size: 1.1rem;
		text-align: center;
	}
	footer .foot-bottom .container {
		padding: 0;
	}
	footer .foot-wrap {
    	width: 310px;
    	margin: 0 auto;
    }
}
.news-form h1{
font-size: 2rem;
margin-left: 4rem;
}


