@import url("../fonts/stylesheet.css");
@import url("icons.css?v=1");
:root{
  --black:#000000;
  --black-1:#424242;
  --black-2:#2f4b76;
  --black-3:#777777;
  --turq:#7fd1b9;
  --orange:#e36f1e;
  --yellow:#e8af32;
  --white:#FFFFFF;
  --violet:#53599a;
  --l-white:#F4F4F2;
  --gray:#CCCCCC;
  --red:#F06543;
  --green:#527851;
  --pink:#D62246;
  --icons:'fdh'!important;
  --dark-blue: #0D203B;
}

/** RESET **/
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}

body, html {width:100%;height: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;}
body{overflow-x: hidden;font-family: 'Basier Circle';font-weight:normal;color:var(--black);font-style: normal;
  display: flex;
  flex-direction: column;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a, img {
    border: 0 none;
    outline: 0 none;
}
input {
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}
/** TYPOGRAPHY **/
p {
	font-size:16px;
	line-height:22px;
	font-weight:normal;
    color:var(--black-1);
    clear:both;
    margin-bottom:15px;
}
h1 {
	color:var(--black-1);
	font-size:46px;
	line-height:52px;
    clear:both;
    margin-bottom:15px;
}

h2 {
	color:var(--black-1);
	font-size:42px;
	line-height:1.2;
	font-weight:bold;
    clear:both;
    margin-bottom:15px;
}

h3 {
    font-size: 32px;
    line-height: 36px;
    color: var(--dark-blue);
	  font-weight:bold;
    clear:both;
    margin-bottom:15px;
}

h4 {
	color:var(--black-1);
	font-size:30px;
	line-height:1.2;
	font-weight:bold;
    clear:both;
    margin-bottom:15px;
}
h5 {
  color:var(--black-1);
  font-size:26px;
  line-height:1.2;
  font-weight:bold;
  clear:both;
  margin-bottom:15px;
}
h6 {
  color:var(--black-1);
  font-size:20px;
  line-height:1.2;
  font-weight:bold;
  clear:both;
  margin-bottom:15px;
}

 header .logo svg {
  width: 140px;
}
/*--- GENERAL ---*/
.clear{clear: both;}
.img-cover{-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.radius-50{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
img{width: 100%;display: block;}
a:visited,a:hover,a:active,a:focus,a:link{text-decoration: none;}
a{-webkit-transition: all .25s ease;-moz-transition: all .25s ease;-o-transition: all .25s ease;transition: all .25s ease;}
.flex-1{-webkit-box-flex:1;-ms-flex:1;flex:1;}
.d-flex{display: -webkit-box;}
header,footer,main,section{width: 100%;}
.menu-box {
  width: 32px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.menu-ico .menu-inner {
  transition-duration: .075s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.menu-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.menu-inner, .menu-inner::before, .menu-inner::after {
  width: 30px;
  height: 2px;
  background-color: var(--dark-blue);
  position: absolute;
  border-radius: 5px;
}
.menu-inner::before, .menu-inner::after {
  content: "";
  display: block;
}
.menu-inner::before {
  top: -8px;
}
.menu-ico .menu-inner::before {
  transition: top .075s .15s ease-in-out,opacity .15s ease-in-out;
}
.menu-ico .menu-inner::after {
  transition: bottom .075s .15s ease-in-out,transform .075s cubic-bezier(.55,.055,.675,.19);
}
.menu-inner::after {
  bottom: -8px;
}
.menu-ico {
  cursor: pointer;
  overflow: visible;
  float: left;
  height: 18px;
  align-self: center;
}
.menu-name {
  margin-right: 35px;
  font-size: 16px;
}
@media (min-width: 1200px) {.container {max-width:1180px;}}


/* header */
a.load-more {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  color: black;
  padding: 20px 70px;
  border: 1px solid;
}
header .container-fluid {
  padding: 0;
}
header {
  padding: 25px 70px;
}
/* end of header */

/* home slider */

.s-background {
  height: calc(100vh - 386px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-color: rgba(102, 102, 102, .7);
  background-blend-mode: multiply;
}
.home-slider article {
  width: 570px;
}
.home-slider article h1 {
  color: white;
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 120px;
}
.home-slider article a.button {
  height: 60px;
  width: 200px;
  background-color: white;
  color: var(--dark-blue);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .slick-list, .home-slider .slick-track {
  height: 100%;
}
.slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.home-slider .slick-dots {
  bottom: 60px;
  width: 1180px;
  padding: 0 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}
.home-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}
.home-slider .slick-dots li.slick-active button, .home-slider article a.button:hover {
  background-color: #20EDBA;
  color: #fff;
}
.home-slider .slick-dots li button::before {
  content: none;
}
.home-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
/* end of home slider */

/* general info */
.one-screen {
  height: 100vh;
  min-height: calc(100vh - 138px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
}
.general-info > div{
  display: flex !important;
  flex-direction: row !important;
}
.box {
  flex: 0 0 33.3333333333%;
  padding: 75px 55px;
  background: #eee;
  color: #fff;
  display: flex;
  align-items: center;
}
.box > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.box span.nr {
  font-weight: bold;
  font-size: 98px;
  line-height: 1;
  margin-right: 40px;
}
.box span.info {
  margin-top: 2px;
}
.orange {
  background-color: #FA8708;
}
.turqoise {
  background-color: #2AAAA0;
}
.grey {
  background-color: #AEAEAE;
}
.category-temp p {
  font-size: 18px;
  line-height: 25px;
  color: #68707D;
  margin-bottom: 20px;
}
.category-temp .box span.nr {
  margin-right: auto;
}
.category-temp .box {
  padding: 0;
  color: var(--dark-blue);
  background-color: none;
  margin-bottom: 100px;
}
.category-temp .box > div {
  flex-direction: column;
}
.category-temp .box span.info {
  margin-top: 0px;
}
.category-temp .box.orange,
.category-temp .box.turqoise,
.category-temp .box.grey  {
  background-color: transparent;
}
.category-temp .box.orange span.nr,
.category-temp .box.turqoise span.nr,
.category-temp .box.grey span.nr {
  padding-top: 30px;
}
.category-temp .box.orange span.nr {
  border-top: 8px solid #FA8708;
}
.category-temp .box.turqoise span.nr{
  border-top: 8px solid#2AAAA0;
}
.category-temp .box.grey span.nr  {
  border-top: 8px solid #AEAEAE;
}
figure.inside {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
}
figure.inside img {
  width: 100% !important;
}
.zoom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 75px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131E41;
  z-index: 999;
}
.zoom-image {
  height: 30px;
  width: 30px;
  background-image: url('../images/zoom.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  outline: none !important;
  background-color: transparent;
  border: none;
}
.modal-dialog, .modal-lg, .modal-xl {
  width: auto;
}
div#imageContent {
  background: white;
    padding: 50px 30px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
div#imageContent img {
  height: 85vh;
  width: auto;
}
.close-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
}
.close-modal {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-blue);
  color: white !important;
    margin-left: 10px;
}
/* end of general info */
.latest-news-header {
  margin-bottom: 55px;
}
.latest-news .article {
  padding: 0 15px;
}
.latest-news .article img {
  width: 100%;
  display: block;
  margin-bottom: 35px;
}
.latest-news .article h3 {
  font-weight: 600;
  color: black;
}
.date {
  color: #68707D;
  font-size: 14px;
  line-height: 22px;
}
section.quote {
  background-color: var(--dark-blue);
  margin-top: 130px;
}
section.quote .quote-container {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0 60px 0;
  text-align: center;
  color: #fff;
}
section.quote .quote-container p::before {
    position: absolute;
    content: '';
    width: 58px;
    height: 35px;
    background-image: url(../images/thojzat.svg);
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
section.quote .quote-container p {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  padding-top: 55px;
}
section.quote .quote-container span.author {
  font-size: 14px;
  line-height: 18px;
  color: #FA8708;
}

section.home-publications {
  background-color: #EAF4F6;
  padding: 85px 0;
}

section.home-publications article.publication .content {
  padding: 70px 100px;
  background-color: white;
}
section.home-publications span.category-name {
  margin-bottom: 95px;
}
span.category-name {
  font-size: 40px;
  line-height: 52px;
  color: var(--dark-blue);
  display: block;
}
span.category-name.orange {
  color: #FA8708;
  background: transparent;
}

.p-15 {
  padding-left: 15px;
  padding-right: 15px;
}

section.home-publications article.publication .content h3 {
  font-size: 32px;
  line-height: 36px;
  color: var(--dark-blue);
  margin-bottom: 35px;
}

section.home-publications article.publication .content p{ 
  font-size: 18px;
  line-height: 22px;
  color: #0D203B;
  padding: 0;
  margin: 0 0 40px;
}
section.home-publications article.publication .content a.button {
  padding: 20px 25px;
  color: white;
  background-color: var(--dark-blue);
  display: inline-block;
}

section.home-publications article.publication .content a.button:hover {
  background-color: #FA8708;
}

footer {
  background-color: var(--dark-blue);
  padding: 55px 0 20px 0;
  margin-top: auto;
}
footer * {
  color: #fff;
}
.footer-menu ul li {
  margin-bottom: 25px;
}
.footer-menu {
  width: 350px;
  margin-left: 100px;
}
.footer-menu ul li {
  width: 50%;
  float: left;
}
.footer-menu a:hover {
  color: #20EDBA;
}
.newsletter {
  width: 465px;
}
.newsletter .title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
.newsletter p {
  width: 90%;
  margin-bottom: 70px;
}
.newsletter input {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  border-right: none;
}
.newsletter input, .newsletter button {
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin: 0;
}
.newsletter button {
  background-color: #fff;
  border: 1px solid #fff;
  border-left: none;
  border-radius: 0;
  color: var(--dark-blue);
}
.reserverd {
  margin-top: 35px;
  border-top: 1px solid #fff;
  padding: 20px 0;
}

.main-menu {
  width: 650px;
  background-color: var(--dark-blue);
  position: fixed;
  top: 0;
  right: -850px;
  padding: 100px 70px;
  z-index: 999999;
  /* height: 1058px; */
  height: 100%;
  display: flex;
  flex-direction: column;

}
.main-menu ul li {
  margin-bottom: 25px;
}
.main-menu ul li a {
  font-size: 32px;
  line-height: 52px;
  color: #fff;
}
.main-menu ul li a:hover, .main-menu ul li.active a {
  color: #20EDBA;
}
a.m-close {
  font-size: 52px;
  line-height: 1;
  position: absolute;
  top: 45px;
  right: 86px;
  color: #20EDBA;
}
.main-menu ul.lang {
  display: flex;
  margin-top: auto;
}
.main-menu ul.lang li, .main-menu ul.page-sharing li {
  margin-right: 25px;
  margin-bottom: 0;
}
.main-menu ul.lang li a, .main-menu ul.page-sharing li a{
  font-size: 22px;
  line-height: 24px;
}

section.category-temp {
  border-top: 1px solid var(--dark-blue);
  padding-top: 80px;
  margin-bottom: 150px;
}
section.category-temp span.category-name {
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin-bottom: 80px;
}

section.category-temp .left .title {
  font-size: 24px;
  line-height: 29px;
  color: #68707D;
  margin-bottom: 40px;
  display: block;
}
section.category-temp .left p {
  color: #68707D;
  line-height: 22px;
  margin-bottom: 100px;
}
section.category-temp .left img {
  width: 100%;
  display: block;
}
section.category-temp .right .accordion:first-child {
  border-top: 1px solid var(--dark-blue);
}
.accordion {
  padding: 50px 0;
  border-bottom: 1px solid var(--dark-blue);
}
.accordion .title {
  font-size: 28px;
  line-height: 36px;
  color: #2AAAA0;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
.accordion .content p {
  font-size: 16px;
}
.accordion .title::after, .accordion .title::before {
  position: absolute;
  font-size: 42px;
  font-weight: 300;
}
.accordion .title::after {
  content: '+';
  right: 0;
  top: 0;
}
.accordion .title::before {
  content: '+';
  left: 0;
  top: 0;
}
.antaret .accordion .title::before {
  content: none;
}
.accordion.active .title::after{
  content: '-';
}
.accordion .content {
  display: none;
  margin-top: 50px;
}
.accordion .content p:last-child {
  margin-bottom: 0;
}
.accordion .antaret-contact {
  margin-top: 95px;
}
.accordion .antaret-contact img {
  width: 200px;
  height: auto;
}
.accordion .antaret-contact a {
  color: #2AAAA0;;
}

.accordion .antaret-contact a:hover {
  color: var(--dark-blue);
}

.main-container {
  margin-bottom: 100px;
}
.recommended .title {
  font-size: 32px;
  line-height: 36px;
  color: #20EDBA;
  border-bottom: 1px solid #20EDBA;
  padding-bottom: 35px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}
.recommended article {
  margin-bottom: 35px;
  border-bottom: 1px solid #20EDBA;
  padding-bottom: 35px;
}
.recommended article .title {
  padding: 0;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  border-bottom: none;
  margin-bottom: 40px;
  font-weight: normal;
}
.recommended article a:hover .title{
  color: #2AAAA0;
}
.main-news figure {
  display: block;
  margin-bottom: 20px;
}
.main-news h1 {
  margin-bottom: 50px;
}
.readmore .main-news h1,
.readmore p {
  color: var(--dark-blue);
}
.readmore .main-news figure {
  margin-bottom: 7px;
}

.readmore .photo-legend {
  font-size: 16px;
  line-height: 22px;
  color: #68707D;
}
.readmore .recommended article .title  {
  font-size: 20px;
  line-height: 24px;
}
.readmore blockquote {
  position: relative;
  padding-top: 35px;
}
.readmore blockquote::before {
  content: '';
  background-color: #FA8708;
  height: 22px;
  width: 22px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}
.readmore p {
  font-size: 16px;
  line-height: 22px;
}
.readmore blockquote p:first-child {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.readmore blockquote p:last-child {
  font-size: 14px;
  line-height: 17px;
  color: #5D5F64;
}
.readmore h1 {
  font-weight: bold;
}
.share-title {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #707070;
  margin-bottom: 30px;
  display: flex;
}
.share-icons a {
  margin-bottom: 40px;
  color: var(--dark-blue);
  padding-left: 10px;
  line-height: 1;
  display: flex;
}
.share-icons a i {
  margin-left: 10px;
}
.m-15 {
  margin-right: -15px;
  margin-left: -15px;
}
.other-news article{
  margin-bottom: 50px;
}
.other-news article figure {
  margin-bottom: 25px;
}
.other-news article h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.pub-submenu {
  border-bottom: 1px solid var(--dark-blue);
  display: flex;
  justify-content: flex-end;
}
.pub-submenu li {
  padding: 20px 25px;
  background-color: #EAF4F6;
  margin-left: 15px;
}
.pub-submenu li a {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
}
.pub-submenu li.active {
  background-color: #20EDBA;
}

section.category-temp.publikimet .category-name{
  margin-bottom: 30px;
}

.publikimet .accordion {
  padding: 55px 100px;
}
.publikimet .accordion .title::after {
  content: none;
}
.publikimet .accordion .title::before {
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}
.publikimet .accordion .title, .publikimet .accordion .content p{
  color: var(--dark-blue);
  margin-bottom: 0;
}
.publikimet .accordion .content { margin: 0 }
.publikimet .accordion  a.button { 
  padding: 20px 25px;
  color: white;
  background-color: var(--dark-blue);
  display: inline-block;
  margin-right: 10px;
}
.publikimet .accordion  a.button:hover {
  background-color: #20EDBA;
  color: var(--dark-blue);
}
.publikimet .accordion .content a.button {
  margin-top: 80px;
}
.publikimet .accordion.main .title  {
  margin-bottom: 50px;
  cursor: auto;
}
.publikimet .accordion.main .title::before, .publikimet .accordion.main .title::after {
  content: none;
}
.publikimet .accordion:not(.main) .title {
  font-size: 24px;
  line-height: 29px;
}
.mt-50 { margin-top: 50px;}

.publikimet .accordion .header.active a.button {
  display: none;
}
.publikimet .accordion .header.active .title::before {
  content: '-';
}
.readmore .sharing .date{
  display: none;
}

.kontakt form input,
.kontakt form textarea {
  border: none;
  border-bottom:  1px solid #000;
  border-radius: 0;
  padding: 0;
}
.kontakt form textarea {
  border: 1px solid black;
  padding: 10px;
}
.kontakt form input {
  padding-bottom: 15px;
  height: 40px;
}
.kontakt form label {
  margin-bottom: 35px;
}

.kontakt form .form-group {
  margin-bottom: 70px;
}

.kontakt form .btn-primary {
  background-color: transparent;
  border-color: black;
  border-radius: 0;
  color: black;
  padding: 20px 70px;
}

.kontakt .right span.title {
  font-size: 24px;
  margin-bottom: 45px;
  color: var(--dark-blue);
  display: block;
}
.kontakt .right p {
  color: var(--dark-blue);
}
a.more-news {
  color: #424242;
}
a.more-news:hover {
  text-decoration: underline;
}
.aspect-ratio {
	position: relative;
	width: 100%;
	float: left;
	height: 0;
	padding-bottom: 56.25%
}

.aspect-ratio iframe {
	position: absolute!important;
	width: 100%!important;
	height: 100%!important;
	left: 0;
	top: 0;
	margin: 0!important;
	padding: 0
}
.recommended article:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px)  {
  .one-screen {
    height: auto;
    min-height: auto;
    display: block;
    float: left;
  }
  .s-background {
    height: 460px;
  }
  .box {
    padding: 20px;
    align-items: flex-start;
  }
  .box span.nr {
    font-size: 82px;
    margin-right: 30px;
  }
  .box > div {
    align-items: flex-start;
  }
  section.quote .quote-container {
    width: 100%;
    padding: 30px 30px 45px 30px;
  }
}
@media only screen  and (min-width : 1224px) {
  .box {
    padding: 25px 35px;
  }
  .s-background {
    height: calc(100vh - 286px);
  }
  .home-slider article h1 {
    margin-bottom: 50px;
    font-size: 38px;
  }
  .home-slider article a.button {
    height: 50px;
  }
  .home-slider .slick-dots {
    bottom: 30px;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .box {
    padding: 25px 35px;
  }
  .box > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .s-background {
    height: calc(100vh - 384px);
  }
  .home-slider .slick-dots {
    width: 100%;
    padding: 0 35px;
  }
  section.quote .quote-container {
    width: 100%;
    padding: 35px 30px 60px 30px;
  }
  article.publication {
    flex-direction: column;
  }
  .about-us-category .col-md-7, .category-temp.antaret .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 68.333333%;
    max-width: 68.333333%;
  }
  .accordion .antaret-contact {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .accordion {
    padding: 30px 0;
  }
  .main-container {
    margin-bottom: 30px;
  }
  .main-news h1 {
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 46px;
  }
  .publikimet .accordion {
    padding: 55px 50px;
  }
  .publikimet .accordion .title::before {
    left: -50px;
  }
  .publikimet .accordion a.button {
    height: 65px;
  }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .s-background {
    height: calc(100vh - 344px);
  }
  article.publication {
    flex-direction: row;
  }
  section.home-publications article.publication .content {
    padding: 30px 50px;
  }
  .home-slider article h1 {
    margin-bottom: 30px;
  }
  .home-slider .slick-dots {
    padding: 0 40px;
    bottom: 30px;
  }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (max-width: 767px) {
  .kontakt .right { margin-top: 45px ;}
  .kontakt form .form-group {
    margin-bottom: 45px;
  }
  .kontakt form label {
    margin-bottom: 25px;
  }
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
  }
  .s-background {
    height: 460px;
  }
  .home-slider article h1 {
      color: white;
      font-size: 32px;
      line-height: 38px;
      margin-bottom: 50px;
  }
  .home-slider .container {
    padding: 30px !important;
  }
  .home-slider .slick-dots {
    width: 100%;
    padding: 0 30px;
    bottom: 50px;
  }
  .box {
    flex: 0 0 100%;
    padding: 35px 30px;
  }
  .box > div {
    align-items: center;
  }
  .general-info > div {
    flex-direction: column;
  }
  .box span.nr {
    font-size: 74px;
    line-height: 30px;
    flex: 0 0 115px;
    margin-right: 20px;
  }
  .box span.info {
    margin-top: 0;
  }
  .one-screen {
    margin-bottom: 70px;
    height: auto;
    min-height: auto;
    display: block;
    float: left;
  }
  .general-info > div{
    flex-direction: column !important;
  }
  span.category-name {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  
  .latest-news-header {
    margin-bottom: 30px;
  }
  .latest-news .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .latest-news .article h3 {
    font-weight: normal;
  }
  .latest-news .article img {
    margin-bottom: 20px;
  }
  .latest-news .article {
    margin-bottom: 60px;
  }
  section.quote {
    margin-top: 0;
  }
  section.quote .quote-container {
    width: 100%;
    padding: 35px 25px 60px 25px;
  }
  section.quote .quote-container p {
    font-size: 18px;
    line-height: 22px;
  }
  header {
    padding: 25px;
  }
  .menu-name {
    display: none;
  }
 
  
  header a.logo img {
    width: 96px;
    height: auto;
  }
  .home-publications .container {
    padding: 0 25px;
  }
  section.home-publications {
    padding: 25px 0;
  }
  section.home-publications article.publication .content {
    padding: 20px;
  }
  .home-publications .publication {
    flex-direction: column;
  }
  .home-publications .publication img {
    padding: 20px;
    background-color: white;
  }
  section.home-publications span.category-name {
    margin-bottom: 20px;
  }
  section.home-publications article.publication .content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  section.home-publications article.publication .content p {
    font-size: 14px;
    line-height: 17px;
  }
  .main-menu {
    width: 100%;
    right: -100%;
    padding: 90px 60px;
  }
  a.m-close {
    top: 30px;
    right: 40px;
  }
  .main-menu ul li {
    margin-bottom: 40px;
  }
  footer .container {
    padding: 0 25px;
  }
  .footer-items {
    flex-direction: column;
  }
  .footer-menu {
    width: 100%;
    margin: 0 0 40px 0;
  }
  
  footer a.logo img {
    width: 100px;
    height: auto;
    margin-bottom: 40px;
  }
  .newsletter {
    width: 100%;
  }
  .newsletter input {
    border-right: 1px solid #fff;
    width: 100%;
  }
  .newsletter button {
    width: 100%;
  }
  section.category-temp {
    padding-top: 50px;
  }
  section.category-temp span.category-name {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .category-temp .box span.nr {
    display: block;
    margin-right: 0;
    width: 100%;
    line-height: 1;
  }
  .category-temp .box span.info {
    margin-top: 0;
  }
  .category-temp .box.orange span.nr, .category-temp .box.turqoise span.nr, .category-temp .box.grey span.nr {
    padding-top: 0px;
    border-top: none;
  }
  .category-temp .box {
    margin-bottom: 55px;
  }
  .category-temp .box > div {
    flex-direction: row;
    align-items: flex-start;
  }
  .has-brd {
    border-top: 8px solid #eee;
    padding-top: 15px;
  }
  .has-brd.port {
    border-color: #FA8708;
  }
  .has-brd.torq {
    border-color: #2AAAA0;
  }
  .has-brd.greyz {
    border-color: #AEAEAE;
  }
  section.category-temp .left p {
    margin-bottom: 70px;
  }
  section.category-temp .left img {
    width: 70%;
    margin: 0 auto 60px auto;
  }
  .accordion .title {
    font-size: 20px;
    line-height: 26px;
  }
  .accordion {
    padding: 30px 0;
  }
  .accordion .antaret-contact, .accordion .content {
    margin-top: 60px;
  }
  .accordion .antaret-contact {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .main-news h1 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28px;
  }
  section.category-temp.news span.category-name{
    margin-bottom: 30px;
  }
  .main-news {
    margin-bottom: 50px;
  }
  .recommended .title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recommended article {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recommended article .title {
    font-size: 20px;
    line-height: 24px;
  }
  .main-container {
    margin-bottom: 60px;
  }
  .other-news article figure {
    margin-bottom: 20px;
  }
  .other-news article {
    margin-bottom: 30px;
  }
  .readmore .recommended {
    display: none;
  }
  .readmore .main-news a {
    display: flex;
    flex-direction: column;
  }
  .readmore .main-news a h1 {
    order: 1;
    margin-bottom: 0;
  }
  .readmore .main-container {
    margin-bottom: 0 !important;
  }
  .readmore .aspect-ratio {
    margin-bottom: 20px;
  }

  .readmore .sharing {
    display: flex;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
  }
  .readmore .share-icons {
    flex-direction: row !important;
  }
  .share-icons a {
    margin-bottom: 0;
    line-height: 1;
  }
  .share-title {
    margin-bottom: 0;
  }
  .readmore .sharing .date {
    display: inline-block;
    line-height: 1;
  }
  .readmore blockquote {
    margin: 30px 0;
  }
  .publikimet .accordion {
    padding: 30px 0;
  }
  .publikimet .accordion.main {
    margin-top: 0px;
  }
  .publikimet .accordion.main .title {
    font-weight: bold;
  }
  .publikimet .accordion .content a.button {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .publikimet .accordion:not(.main) .title {
    padding-left: 50px;
  }
  .publikimet .accordion .title::before {
    left: 0;
  }
  .publikimet .accordion:not(.main) a.button {
    margin-left: 60px;
    margin-top: 30px;
  }
  .pub-submenu {
    display: block;
    border-bottom: none;
  }
  .pub-submenu li {
    display: block;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
  }
  .pub-submenu li a {
      font-size: 16px;
  }
  .readmore .photo-legend {
    display: none;
  }
  .readmore .main-news figure {
    margin-bottom: 20px;
  }
}