@import url(stylesheet.css);

/** 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: "BentonSans";
  font-weight: normal;
  color: var(--black);
  font-style: normal;
  display: flex;
  flex-direction: column;
  padding-top: 81.67px;
}
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;
}
/*--- 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 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.d-flex {
  display: -webkit-box;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e907";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}
.icon-shig-left:before {
  content: "\e904";
}
.icon-shig-right:before {
  content: "\e906";
}
.icon-sign:before {
  content: "\e905";
}
.icon-thojza:before {
  content: "\e908";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}

header {
  margin-top: 40px;
}
header .menu-container {
  margin-bottom: 35px;
}
header nav ul li a {
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  color: black;
  text-transform: uppercase;
}
header nav ul li a:hover {
  color: #C6B823;
}
header,
footer,
main,
section {
  width: 100%;
  float: left;
}

#slider {
  height: calc(100vh - 254px);
}
#slider .slick-track {
  height: 100%;
}
header nav ul li::before {
  content: "/";
  padding: 0 5px;
}
header nav ul li:first-child::before {
  content: none;
}
header a.logo {
  width: 625px;
  margin: 0 auto;
  display: flex;
  order: 2;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .has-nav {
  order: 1;
  margin-bottom: 30px;
}
header a.loogo img {
  width: 100%;
  display: block;
  float: none;
}

body.transform {
  padding-top: 90px;
}

header form input {
  background: rgba(94, 94, 94, 0.16);
  height: 45px;
  padding: 0 10px;
  font-family: "BentonSans";
  font-weight: 100;
  text-transform: uppercase;
  font-size: 20px;
}
header form button {
  border: none;
  outline: none;
  height: 45px;
  background-color: #ACACA4;
  padding: 0 10px;
  color: #BFB9B9;
}
header form button.active {
  background-color: #C6B823;
  color: black;
}
header.transform {
  background-color: white;
  margin-top: 0;
  z-index: 10;
}
header.transform .menu-container {
  margin: 20px 0;
}
header.transform .h-container {
  flex-direction: row !important;
  align-items: flex-end;
}
header.transform nav ul {
  flex-wrap: wrap;
  margin: 0 100px;
  justify-content: center;
}
header.transform.sticky a.logo {
  width: 220px;
}
header.transform.sticky {
  position: fixed;
  top: 0;
}
header.transform .has-nav {
  order: 2;
  margin: 0;
}
header.transform a.logo {
  order: 1;
}


.slider,
.slider > div,
.slider > div article,
.slider > div article .left,
.slider > div article .right {
  height: 100%;
  min-height: 100%;
}
#slider article .left {
  flex: 0 0 55%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#slider article .right {
  flex: 0 0 45%;
  padding: 0 75px;
}
#slider article .right p {
  font-family: "BentonSans Book";
  font-size: 29px;
  line-height: 50px;
  width: 80%;
}
#slider article .right h1 {
  font-size: 75px;
  font-weight: bold;
  line-height: 99px;
  margin-bottom: 50px;
}
#slider .slick-dots {
  width: 55%;
  bottom: 40px;
  left: 0;
  margin: 0;
  position: absolute;
}
#slider .slick-dots li {
  width: 15px;
  height: 15px;
  background-color: white;
}
#slider .slick-dots li.slick-active {
  background-color:#C6B823;
}
.has-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #666;
    background-blend-mode: multiply;
    background-size: cover;
}
#about-us {
    height: 100vh;
    min-height: 100vh;
    color: #fff;
    background-size: cover;
    
}
#about-us .row {
    height: 100%;
}

#about-us [class^="col-"] i {
    font-size: 80px;
    color: #C6B823;
}
#about-us h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

#about-us p {
    font-size: 35px;
    font-family: 'BentonSans Book';
    line-height: 42px;
}
#about-us span {
    display: block;
}
#about-us span.numer {
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
}
#about-us span.what {
    font-size: 42px;
    font-weight: 100;
}

a.more {
    display: block;
    width: 100%;
    background: #C6B823;
    height: 100px;
    margin-top: auto;
    text-align: center;
    color: white;
}

#projects, #team {
    background-color: #202020;
    color: #fff;
    padding: 80px 0;
}
#projects .container {
    border: 1px solid #fff
}
#projects article {
    border-bottom: 1px solid #fff;
    padding: 25px;
}
#projects article a {
  color: white;
}
#projects article:last-child{
    border: none;
}
#projects h3{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
#projects .info span {
    display: block;
}
#projects .info span:first-child {
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#projects .info span:last-child {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

#projects article:hover {
    background-image: url(../images/about-us.jpg);
}
#projects article.has-background {
    background-color: transparent
}
#projects article.has-background:hover {
  background-color: #666;
}

.load-more {
    border-top: 1px solid #fff;
    margin: 0 -12px;
    width: calc(100% + 24px);
    background: #fff;
    text-align: center;
    font-size: 20px;
    
}
.load-more a {
    color: #5E5E5E;
    padding: 10px 0;
    display: block;
}

.h-100vh {
    min-height: 100vh;
    height: 100vh;
}

#news, #publikimet, #blog, #raportet-financiare {
    background-color: #ECECEC;
    padding: 80px 0;
}
#news article {
    height: calc(50% - 10px);
    overflow: hidden;
    position: relative;
}
#news h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
}
#news article img {
    width: 100%;
}
#news article.first {
    margin-bottom: 20px;
}
#news article h4 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    width: 80%;
    color: #fff;
    margin: 0;
}
span.date {
    margin-right: 30px;
}
.list a {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    color: black;
    line-height: 20px;
}
.box {
    height: calc(100% - 240px);
}
#news article.has-background {
  background-color: transparent;
}

.team {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.team .name {
    padding: 20px 30px;
    background: #B2ADAD;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}
.team:hover .name {
    background-color: #C6B823;
}
.team:hover .name .position{
    display: block;
}
.team .name .position {
    display: block;
    display: none;
    font-size: 14px;
    font-weight: normal;
}
.readmore-team {
  cursor: pointer;
}
#teamModal .modal-content {
  background-color: #202020;
  color: white;
}
#teamModal .modal-body img {
  width: 300px;
  flex: 0 0 300px;
  display: block;
}
#teamModal .modal-body h3 {
  font-weight: normal;
  font-size: 22px;
}
#teamModal .close-btn {
  display: flex;
  flex: 0 0 30px;
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  z-index: 99;
  right: 15px;
  top: 5px;
}
section:not(#slider) h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 50px;
    margin-top: -28px;
    color: white;
}

.slick-prev {
    left: -87px;
}
.slick-next {
    right: -87px;
}
/* Dots */
.slick-dotted.slick-slider{margin-bottom: 30px;}
.slick-dots{ display: block;width: 100%;padding: 0;margin: 0;list-style: none;text-align: center; margin-top: 30px; }
.slick-dots li{position: relative;display: inline-block;width: 20px;height: 20px;margin: 0 5px;padding: 0;cursor: pointer; background-color: #4B4A4A; border-radius: 50%;}
.slick-dots li button{font-size: 0;line-height: 0;display: block;width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: none;background: transparent;}
.slick-dots li.slick-active {
    background-color: white;
}

#publikimet .img {
    background-color: #ccc;
    width: 100%;
    height: 340px
}
.pub {
    margin-bottom: 40px;

}
.pub .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    margin-top: auto;
}
.pub p {
    font-size: 14px;
    line-height: 20px;
}
.pub a {
  color: black;
}
a.down, a.load-more-projects {
    margin-top: auto;
    border: 1px solid black;
    border-radius: 22px;
    flex: 0 0 auto;
    position: relative;
    font-size: 12px;
    color: black;
    padding: 10px 15px;
    display: inline-block;
    padding-right: 50px;
}

a.down::after {
    background: black;
    border-radius: 50%;
    padding: 5px 10px;
    height: 40px;
    content: "\e902";
    font-family: 'icons' !important;
    position: absolute;
    right: 0;
    color: white;
    top: -1px;
    width: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition:         transform .3s ease-in-out;
}
a.down:hover {
    border-color: #C6B823;
    color: #C6B823;
}
a.down:hover::after {
    -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    background-color: #C6B823;
}
a.load-more-projects {
    padding-right: 15px;
    margin-top: 30px;
}
#blog .title {
    width: 740px;
    margin: 0 auto;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 700
}
#blog a {
    background-color: #C6B823;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 20px 55px;
    display: inline-block;
}
#blog a:hover{
  background-color: #202020;
}
#blog {
    border-top: 2px solid #ccc;
}

.has-form {
    background-color: #000000;
    padding: 100px;
}

.has-form label {
    background-color: #C6B823;
    padding: 10px 15px;
}
.has-form input {
    background-color: white;
    border: none;
    padding: 10px 15px;
}
.has-form textarea {
    border-radius: 0;
    padding: 10px 15px;
    border: none;
    outline: 0;
}
.two-inputs {
    margin-bottom: 20px;
}
.two-inputs > div {
    margin-right: 20px;
}
.two-inputs input {
    width: 250px;
}
.one-input {
    width: 400px;
    margin-bottom: 20px;
}
.has-form button {
    border: none;
    outline: none;
    background-color: #C6B823;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.has-form button:hover {
  color: #202020;
}
span.highlight {
    display: inline;
    background: #202020;
    color: white;
    padding: 0.5rem;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-shadow: 1rem 0 0 #202020, -1rem 0 0 #202020;
    box-decoration-break: clone;
}
footer {
    background: #000;
    padding: 0 0 80px 0;
    color: white;
}
footer img {
  width: 205px;
}
.footer-menu {
  margin-left: 50px;
  width: 310px;
}
.footer-menu h4 {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 25px;
  line-height: 1;
}
footer a.more {
  margin-bottom: 80px;
}

.footer-menu ul li {
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 200;
}
.footer-menu ul li a{color: white; }

.footer-menu ul li::before {content: "/";padding-right: 3px;}

.footer-menu ul li:first-child::before {
  content: none;
}

.footer-menu ul {
  width: 100%;
  margin-bottom: 65px;
}

.footer-menu ul li:nth-child(3)::before {
  content: none;
}
footer p {
  margin: 0;
}
.ml-auto {
  margin-left: auto;
}

footer .right {
  margin-left: auto;
  width: 620px;
}
footer .right {
  display: flex;
  flex-direction: column;
}
footer .right input::placeholder{
  color: #ccc;
}
footer .right input, footer .right button {
  background-color: white;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: black;
}
footer .right button {
  background-color: #C6B823;
}
.social-media {
  margin-top: auto;
  margin-bottom: 30px;
}
.social-media li a {
  color: black;
  padding: 10px;
}
.social-media li {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-right: 10px;
}
.social-media li:hover {
  background-color: #C6B823;
  color: white;
}
.social-media li:hover a {
  color: white;
}
#donatoret .slick-arrow {
  color:#5E5E5E;
}
#donatoret .slick-track {
  display: flex;
  align-items: center;
}
#team ul {
  display: flex;
  justify-content: center;
}
#team ul li a.active {
  font-weight: bold;
}
#team ul li a {
  color: white;
}
#raportet-financiare article {
  background-color: #666;
  color: white;
  padding: 20px;
}
#raportet-financiare article h1 {
  font-weight: bold;
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}
#raportet-financiare a.down {
  border-color: white;
  color: white;
}
#raportet-financiare a.down::after {
  background-color: white;
  color: black;
}
@media only screen and (min-width: 1366px) and (max-width: 1765px) {
  #slider article .right h1{
    font-size: 38px;
    line-height: 58px;
  }
  #slider article .right p {
    font-size: 20px;
    line-height: 37px;
  }
  #slider article .right {
    padding: 0 55px
  }
  header a.logo {
    width: 425px;
  }
  #slider {
    height: calc(100vh - 230.5px);
  }
  body.transform {
    padding-top: 230.5px;
  }
  header.transform {
    position: absolute;
    top: 0;
    margin-top: 40px;
  }
  header.transform.sticky {
    margin-top: 0
  }
  #about-us p {
    font-size: 28px;
    line-height: 37px;
  }
  #about-us span.numer { font-size: 80px;}
  .box {
    height: calc(100% - 260px);
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  #teamModal .modal-body img { display: none !important; }
  .has-nav {
    display: none !important;
  }
  header {
    margin-top: 20px;
  }
  header .menu-container {
    margin-bottom: 20px;
  }
  header a.logo {
    width: 100px;
    margin: 0;
  }
  #slider {
    height: auto;
  }
  #slider article .right {
    flex: 0 0 10%;
    padding: 35px;
  }
  #slider article .left {
    flex: 0 0 100%;
    height: 350px;
    min-height: 350px;
  }
  #slider article {
    flex-direction: column;
  }
  .slider, .slider > div, .slider > div article, .slider > div article .left, .slider > div article .right {
    height: auto;
    min-height: auto;
  }
  #slider article .right h1 {
    font-size: 35px;
    line-height: 52px;
  }
  #slider article .right p {
    font-size: 18px;
    line-height: 35px;
    width: 100%;
    margin-bottom: 0;
  }
  span.highlight {
    box-shadow: 0.5rem 0 0 #202020, -0.5rem 0 0 #202020
  }
  #slider .slick-dots {
    width: 100%;
    top: 300px;
    bottom: 0;
  }
  #about-us p {
    font-size: 20px;
    line-height: 30px;
  }
  #about-us span.numer {
    font-size: 60px;
  }
  #about-us span.what {
    font-size: 30px;
  }
  #about-us .container {
    height: auto !important;
  }
  #about-us {
    height: auto;
    min-height: auto;
  }
  #about-us [class^="col-"] {
    margin-bottom: 30px;
  }
  #about-us [class^="col-"] i {
    font-size: 60px;
  }
  #projects h3 {
    width: 100%;
    text-align: left;
  }
  .info {
    margin-bottom: 20px;
  }
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
  #projects {
    padding: 40px 20px;
  }
  #projects .container {
    padding: 0 11px;
  }
  #projects h3 {
    margin-bottom: 30px;
  }
  #projects .info span:first-child {
    font-size: 20px;
  }
  #projects .info span:last-child {
    font-size: 26px
  }
  a.more {
    height: 60px;
  }
  #news, #publikimet, #blog, #raportet-financiare {
    padding: 40px 0;
  }
  .list {
    margin-top: 30px;
  }
  section:not(#slider) h1 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  #team .col-md-4 {
    flex-shrink: 0;
    width: 50%;
    max-width: 50%;
  }
  .team .name {
    padding: 10px 20px;
    font-size: 14px;
  }
  #team {
    background-color: #202020;
    color: #fff;
    padding: 40px 0;
  }
  #news h4 {
    font-size: 18px;
    line-height: 26px;  
  }
  #publikimet .img {
    height: 250px;
    margin-bottom: 20px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  #blog .title {
    width: 100%;
    font-size: 26px;
    line-height: 32px;
  }
  #blog a {
    font-size: 16px;
  }
  #contact > div {
    height: auto !important;
  }
  #contact > div > div:first-child {
    display: none !important;
  }
  #contact .has-form {
    width: 100% !important;
    padding: 40px 20px;
    align-items: flex-start !important;
  }
  .two-inputs {
    flex-direction: column;
    margin-bottom: 0;
  }
  .two-inputs input {
    width: 100%;
  }
  #contact {
    height: auto;
    min-height: auto;
  }
  .two-inputs > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .one-input {
    width: 100%;
  }
  .mesazhi {
    width: 100% !important;
  }
  .has-form textarea {
    height: 200px;
  }

  footer .container > div {
    flex-direction: column;
  }
  .footer-menu {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  footer .right {
    width: 100%;
  }
  footer form {
    margin-bottom: 30px;
  }
  footer img {
    width: 120px;
    display: block;
    margin: 0 0 30px 0;
  }
  footer a.more {
    margin-bottom: 40px;
  }
  .has-form button {
    width: 100%;
  }
  footer .right p {
    font-size: 14px;
    line-height: 20px;
  }
  .load-more a {
    font-size: 16px;
  }
}