html {
  overflow-x: hidden;
}

body {
  font-family: "NB International Regular";
  line-height: 1.7;
  font-size: 18px;
  background: #e5e5e5;
  color: #e5e5e5;
  margin: auto;
  display: block;
}

@font-face{
  font-family: NB International Regular;
  src: url("../fonts/nbinternational/NBInternationalPro-Regular.ttf");
}

@font-face{
  font-family: NB International Bold;
  src: url("../fonts/nbinternational/NBInternationalPro-Bold.ttf");
}

@font-face{
  font-family: NB International Light;
  src: url("../fonts/nbinternational/NBInternationalPro-Light.ttf");
}

/* GREEK font */
@font-face{
  font-family: Neue Haas Unica W1G;
  src: url("../fonts/Neue_Haas_Unica/Regular/Neue Haas Unica W1G.otf")
}

.el {
  font-family: Neue Haas Unica W1G;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #CF4647;
}

.espa-banner-new {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}

a:hover {
  text-decoration: none;
  color: #CF4647;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
}

.w-100 {
  height: 100vh !important;
}

.menuTrig {
  position: absolute;
  left: 52%;
  top: 20px;
}

.langTrig {
  position: absolute;
  left: 82%;
  top: 20px;
}

.ESPALogo {
  width: 250px;
}

.newsImg {
  width: 100% !important;
  height: auto !Important;
}

.text-primary {
  color: #CF4647 !important;
}

.probootstrap-navabr-dark {
  background: transparent !important;
  position: absolute;
  left: 0;
  right: 0;
}

.probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-cta a {
  color: #fff;
}

.probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

.probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

.bg-image, .probootstrap-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.probootstrap-cover {
  background-position: center center;
}

.probootstrap-cover .probootstrap-text .probootstrap-heading {
  font-size: 40px;
  line-height: 1.5;
}

.btn {
  border-radius: 4px;
  padding: 0px 0px;
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #CF4647;
  border-color: #CF4647;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #b32f30;
  background: #b32f30;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.2);
  background: none;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-control {
  border: 2px solid rgba(255, 255, 255, 0.2);
  height: 55px;
  background: none !important;
  color: #fff !important;
  font-size: 18px;
}

.form-control:focus, .form-control:active {
  border: 2px solid #fff;
}

textarea {
  height: inherit !important;
}

.probootstrap-vh-100 {
  height: 100vh;
  min-height: 1000px;
}

.probootstrap-vh-75 {
  height: 75vh;
}

.bg-primary {
  background: #CF4647 !important;
}

.probootstrap-section,
.probootstrap-footer {
  padding: 7em 0;
}

.probootstrap-section .probootstrap-heading,
.probootstrap-footer .probootstrap-heading {
  font-size: 40px;
  line-height: 1.5;
}

.probootstrap-bg-dark {
  background: #263135;
}

.probootstrap-footer {
  font-size: 16px;
}

.probootstrap-footer.probootstrap-bg-dark {
  background: #222b2f;
}

.probootstrap-footer a {
  color: rgba(255, 255, 255, 0.3);
}

.probootstrap-footer a:hover {
  color: #CF4647;
}

.probootstrap-footer .probootstrap-heading {
  font-size: 24px;
}

.probootstrap-footer .probootstrap-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.probootstrap-devices {
  position: relative;
  height: 664px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

@media screen and (max-width: 1429px) {
  .probootstrap-devices {
    height: 564px;
  }
}

@media screen and (max-width: 1090px) {
  .probootstrap-devices {
    height: 464px;
  }
}

@media screen and (max-width: 690px) {
  .probootstrap-devices {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-devices {
    height: 100px;
  }
}

.probootstrap-devices .probootstrap-device-left,
.probootstrap-devices .probootstrap-device-center,
.probootstrap-devices .probootstrap-device-right {
  position: absolute;
  width: auto;
  bottom: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.probootstrap-devices .probootstrap-device-left {
  left: 50%;
  margin-left: -650px;
  max-width: 700px;
}

@media screen and (max-width: 1429px) {
  .probootstrap-devices .probootstrap-device-left {
    max-width: 600px;
    margin-left: -550px;
  }
}

@media screen and (max-width: 1090px) {
  .probootstrap-devices .probootstrap-device-left {
    max-width: 450px;
    margin-left: -450px;
  }
}

@media screen and (max-width: 690px) {
  .probootstrap-devices .probootstrap-device-left {
    max-width: 200px;
    margin-left: -220px;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-devices .probootstrap-device-left {
    max-width: 150px;
    margin-left: -140px;
  }
}

.probootstrap-devices .probootstrap-device-center {
  max-width: 900px;
  left: 50%;
  margin-left: -450px;
  bottom: -5%;
}

@media screen and (max-width: 1429px) {
  .probootstrap-devices .probootstrap-device-center {
    max-width: 800px;
    margin-left: -400px;
  }
}

@media screen and (max-width: 1090px) {
  .probootstrap-devices .probootstrap-device-center {
    max-width: 600px;
    margin-left: -300px;
  }
}

@media screen and (max-width: 690px) {
  .probootstrap-devices .probootstrap-device-center {
    max-width: 300px;
    margin-left: -150px;
  }
}

@media screen and (max-width: 480px) {
  .probootstrap-devices .probootstrap-device-center {
    max-width: 200px;
    margin-left: -100px;
  }
}

.probootstrap-devices .probootstrap-device-right {
  max-width: 700px;
  right: 50%;
  margin-right: -650px;
}

@media screen and (max-width: 1429px) {
  .probootstrap-devices .probootstrap-device-right {
    max-width: 600px;
    margin-right: -550px; }
}

@media screen and (max-width: 1090px) {
  .probootstrap-devices .probootstrap-device-right {
    max-width: 450px;
    margin-right: -450px; }
}

@media screen and (max-width: 690px) {
  .probootstrap-devices .probootstrap-device-right {
    max-width: 200px;
    margin-right: -220px; }
}

@media screen and (max-width: 480px) {
  .probootstrap-devices .probootstrap-device-right {
    max-width: 150px;
    margin-right: -140px; }
}

.probootstrap-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.probootstrap-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.probootstrap-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #CF4647;
}

.media .probootstrap-icon {
  width: 100px;
}

.media .probootstrap-icon span {
  color: #CF4647;
}

.probootstrap-overflow-hidden {
  overflow: hidden;
}

#probootstrap-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#probootstrap-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#probootstrap-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#probootstrap-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#probootstrap-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.row-fluid #logoMain {
  -webkit-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, height 0.9s ease, margin 0s ease ;
}

.logoSmaller {
  height:28vh !important;
  -webkit-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, height 0.9s ease, margin 0s ease ;
}

#aboutContainer{
  height:100vh;
  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s; /* Firefox < 16 */
   -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
       animation: fadein 2s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}



.row-fluid #contact {
  -webkit-transition: width 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, margin 0s ease ;
}

.row-fluid #about {
  -webkit-transition: width 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, margin 0s ease ;
}

#abouttrig {
  float: left;
  font-weight: 500;
}

.row-fluid #imageMainAbout, .row-fluid #imageMainContact, .row-fluid #contentArea, .row-fluid #work {
  -webkit-transition: width 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, margin 0s ease ;
}

.row-fluid .span0 {
  height:400px;
  width: 0% !important;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span12 {
  width:100%;
}

.row-fluid .span9 {
  width:75% !important;
}

.span7 {
  width: 60%;
}

.span5 {
  width: 40%;
}

#about {
  float:left;
  height:100vh;
  background-color: #fff;
  color: #000;
}

#logoMain {
  float:left;
  height:70vh;
  background-image:url('../images/logo_valasakis.svg');
  background-repeat: no-repeat;
  background-size:100% 100% !important;
}

#contact {
  position: fixed;
  min-height: 100vh;
  float: right;
  background-color: white;
  top: 0;
  right: 0;
}

#work {
  float: left;
  text-align: -webkit-center;
  background-color: #fff !important;
}

#contentArea{
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#trig {
  margin: 50px;
}

.row-fluid .span0 + [class*="span"] {
  margin-left: 0;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.displaynone {
  display: none !important;
}

#imageMainAboutBackground, #imageMainContactBackground {
  background-image: url("../images/valasakis1.jpg");
  background-color: white;
  background-size: cover;
  height: 100vh;
}

#carouselExampleControls {
  background-color: white;
  background-size: cover;
  height: 100vh;
}

.imageMainBackgroundSmaller {
  height:30vh !important;
  -webkit-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease;
  -moz-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  -o-transition: width 0.9s ease,  height 0.9s ease, margin 0s ease ;
  transition: width 0.9s ease, height 0.9s ease, margin 0s ease ;
}

#imageMainAboutTitle, #imageMainContactTitle, .imageMainAboutTitle, .imageMainContactTitle {
  font-family: "NB International Light" !important;
  height: 50px;
  color: black;
  background-color: #e5e5e5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#aImageMainAboutTitle, .aImageMainAboutTitle {
  padding-left: 35px;
  font-weight: 600;
  line-height:50px;
}

#bImageMainAboutTitle, .bImageMainAboutTitle {
  margin-left: auto;
  padding-right: 35px;
  font-weight: 600;
  line-height:50px;

}

#imageMainAbout, #imageMainContact {
  clear: both;
  float: left;
  width: 100%;
}

#latestNews {
  height: 62vh;
  color: black;
  background-color: #e5e5e5;
  border-top: 1px solid black;
  perspective: 1000px;
}

#latestNewsCol {
  height: 157vh;
  color: black;
  background-color: #e5e5e5;
  border-top: 1px solid black;
  perspective: 1000px;
}

.columnSmall {
  padding-left: 35px !important;
  padding-right: 31px !important;
  height: 50.5vh;
  padding: 10px;
  width: 100%;
  border-top: 0px solid black;
  border-bottom: 1px solid black;
  border-right: 0px solid black;
}

#latestNewsTitle {
  padding-left: 35px;
  line-height:50px;
  height:50px;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  line-height: 1.4em;
  padding-left: 35px !important;
  padding-right: 35px !important;
  float: left;
  width: 33.33%;
  padding: 33px;
  height: 57.7vh;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#footerLink {
  color: black;
  background-color: #e5e5e5;
}

#aFooterLink {
  height:auto;
  line-height:1;
  float: left;
  font-size: 15px;
}

#aFooterLinkEl {
  height:auto;
  line-height:1;
  float: left;

  font-size: 18px;
}

#bFooterLink {
  height:auto;
  line-height:1;
  float: right;

  font-size: 15px;
}

#bFooterLinkEl {
  height:auto;
  line-height:1;
  float: right;

  font-size: 18px;
}

#cFooterLink {
  order: 3;
  flex-basis: 100%;
  height: 100px;
}

#cFooterLinkEl {
  order: 3;
  flex-basis: 100%;
  height: 100px;
}

#gallery1thumb {
  background-image: url("../images/val1.jpg");
  border-right: 1px solid black;
}

#gallery2thumb {
  background-image: url("../images/val2.jpg");
  border-right: 1px solid black;
}

#gallery3thumb {
  background-image: url("../images/val3.png");
  border-right: 1px solid black;
}

#gallery4thumb {
  background-image: url("../images/val4.jpg");
  border-right: 1px solid black;
}

#gallery5thumb {
  background-image: url("../images/val5.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery6thumb {
  background-image: url("../images/val6.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery7thumb {
  background-image: url("../images/val7.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery8thumb {
  background-image: url("../images/val8.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery9thumb {
  background-image: url("../images/val9.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery10thumb {
  background-image: url("../images/val10.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery11thumb {
  background-image: url("../images/val11.jpg");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

#gallery12thumb {
  background-image: url("../images/val12.png");
  border-right: 1px solid black;
  border-top: 1px solid black;
}

.element::-webkit-scrollbar { width: 0 !important }
.element { overflow: -moz-scrollbars-none; }
.element { -ms-overflow-style: none; }

.container-fluid {
  padding: 0;
}

.container {
  margin-right: inherit;
  margin-left: inherit;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

.paddingMenu {
  padding-top: 22px;
  padding-left: 35px !important;
}

.containerLeft {
  padding: 15px;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  transition: all 1.3s ease;
  position: relative;
}

.containerRight {
  padding: 15px;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  transition: all 1.3s ease;
  position: relative;
  right: -1050px;
}

.moveContent {
  right:0px;
}

.move {
  left:0px;
}

#contactContainer {
  color: black;
  padding: 16px 35px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 900px;
}

#bContact {
  height: 200px;
  margin-left: auto;
}

#navbar {
  padding: inherit;
  padding-bottom: 20px;
  color: #000;
  position: fixed;
  top: 0;
  width: 100%;

  display: block;
  transition: top 0.8s;
  display: block;
  margin: auto;
}

.close-btn {
  position: absolute;
  bottom: 19px;
  color: #000;
  padding-bottom: 45px;
  padding-left: 16px;
}

#closeAbout, #closeContact {
  position: fixed;
  bottom: 0%;
  pointer-events: all;
}

::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}

/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
  background: #e5e5e5;
}

/* ---- button ---- */
.mainMenu {
	background: none !important;
	color: black !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer !important;
  font-weight: 500 !important;
	outline: inherit !important;
}

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #ffffff00;
  border: none;
  border-radius: 7px;
  color: #222;
  cursor: pointer;
}

.button:hover {
  background-color: #28f0;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28f0;
}

.button.is-checked {
  color: #000;
  text-shadow: 0 0px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */
.menuThumb {
  background-color: #e5e5e5;
  border-top: 1px solid black;
  perspective: 1000px;
}

#closeWork {
  margin-top: 3px;
  left: 95%;
  position: absolute;
  padding-top: 25px;
}

.button-group {
  display: inline-flex;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

.button:active {
  box-shadow: none;
  font-weight: 100;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

.grid {
  border: 1px solid #333;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */
.element-item {
  position: relative;
  float: left;
  width: 479px;
  height: 318px;
  cursor: pointer;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.element-item:hover {
   transition: all 0.5s ease;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.element-item > * {
  margin: 0;
  padding: 0;
}

/* ---- Gallery ---- */

.hide-bullets {
  list-style:none;
  margin-left: -40px;
  margin-top:20px;
}

.thumbnail {
  padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  width: 100%;
}

.floatleft {
  float: left;
}

.carousel-control-prev {
  left: 38px;
  top: 20px;
  position: relative;
}

.carousel-control-next {
  left: 71px;
  top: 0px;
  position: relative;
}

.carousel-control-next, .carousel-control-prev {
  width: 3%;
  opacity: 1 !important;
  float: left;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 23px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.galleryContent {
  height: 78vh;
  background-color:white;
  border-left: 1px solid black;
  position: relative;
}

.galleryTextDiv {
  padding: 100px;
  padding-top: 5px;
  font-size: 70%;
  text-align:left;
  line-height: normal;
}

.closeGallery {
  text-align: right;
  color: black;
}

.closeGalleryPosition {
  padding-top: 2em;
  padding-right: 39px;
  margin-top: -60px;
}

.closeButton, .closeButtonAbout, .closeButtonContact {
  background-image: url("../images/Close_symbol.svg");
  background-size: 16px 45px;
  background-repeat: no-repeat;
}

#closeAbout {
  background-position: left bottom;
}

.carousel-control-prev-icon {
  background-image: url("../images/Left_arrow.svg ");
}

.carousel-control-next-icon {
  background-image:url("../images/Right_arrow.svg");
}

.carousel-control-prev-homepage .carousel-control-prev-icon {
  background-image: url("../images/Left_arrow_gray.svg ");
}

.carousel-control-next-homepage .carousel-control-next-icon {
  background-image:url("../images/Right_arrow_gray.svg");
}

.carousel-inner-homepage {
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  height: 100vh;
}

.carousel-control-next-homepage {
    position: absolute;
    top: 50%;
    right: 35px;
}

.carousel-control-prev-homepage {
   position: absolute;
   top: 50%;
   left: 35px;
}

/* Smartphones ----------- */
@media only screen and (max-width: 1000px) {
  #some-element {
    display: none;
  }

  .menuTrig {
    top: -6px;
  }

  .langTrig {
    top: -6px;
  }

  .btn {
    font-size: 13px;
    font-weight: 600;
  }

  .span7 {
    width: 100%;
  }

  .span5 {
    width: 100%;
  }

  .closeGalleryPosition {
    margin-left: 170px;
    margin-top: -17px;
  }

  .carousel-control-next, .carousel-control-prev {
    width: 100%;
  }

  .carousel-control-prev{
    margin-top: -20px;
  }

  .probootstrap-navabr-dark {
    background: transparent !important;
    top: 7px !important;
    left: -12px;
    position: absolute;
  }

  #logoMain {
    margin-top: 33px;
  }

  .paddingMenu {
    padding-top: 0px;
    padding-right: 35px !important
  }

  .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 0%;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: -13px !important;
    list-style: none;
  }

  #imageMainAboutTitle, #imageMainContactTitle, .imageMainAboutTitle, .imageMainContactTitle {
    height: 55px !important;
  }

  p {
    font-size: 13px;
  }

  .containerLeft{
    padding: 15px !important;
    font-size: 13px !important;
    padding-bottom: 20px !important;
  }

  #aboutContainer {
    height: 93vh !important;
  }

  #aFooterLink{
    font-size: 13px;
    padding-top: 0px;
  }

  #bFooterLink{
    font-size: 13px;
    padding-top: 0px;
  }

  .carousel-control-next {
    left: 21em !important;
  }

  #carouselExampleControls{
    height: 49vh;
  }

  #contact {
    width: 100vw;
  }

}

@media (min-width: 320px) {
  #aFooterLink, #aFooterLinkEl, #bFooterLink, #bFooterLinkEl {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  #aFooterLink, #aFooterLinkEl {
    text-align: left;
  }
  #bFooterLink, #bFooterLinkEl {
    text-align: right;
  }
}


/* Pixel 2 & iPhone 6/7/8 Plus */
@media all and (min-width: 376px) and (max-width: 414px) {
  .NewsDesktop {
    visibility: hidden;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  .NewsSlides {
    margin-top: -28px !important;
  }

  .containerLeft {
    padding: 15px !important;
    font-size: 12px !important;
  }

  #newsImgVal {
    height: 85%;
  }

  p {
    font-size: 12px !important;
  }

  .column {
    font-size: 12px !important;
  }

  #latestNewsTitle {
    border-bottom: 1px solid black;
    font-size: 12px;
    line-height:50px;
    height:50px;
  }

  #bContact {
    position: absolute;
    left: 35px;
    top: 30px;
    font-size: 12px !important;
  }

  #aContact {
    top: 107px;
    position: relative;
    padding-bottom: 337px;
    font-size: 12px !important;
  }

  #latestNewsTitle {
    border-bottom: 1px solid black;
  }

  #closeAbout {
    font-size: 140% !important;
  }

  #closeContact {
    font-size: 140% !important;
  }

  .probootstrap-navabr-dark {
    left: -20px !important;
  }

  .btn {
    font-size: 12px !important;
    font-weight: 600;
  }

  #filters {
    font-size: 12px !important;
    padding: 7px;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    top: 321px !important;
    padding-left: 0px;
    left: 242px !important;
    position: fixed;
    font-size: 150% !important;
  }

  #work {
    margin-bottom: -5px;
  }

  #aFooterLink {
    height:50px;
    line-height:50px;
    float: left;

    font-size: 9px !important;
  }

  #bFooterLink {
    height:50px;
    line-height:50px;
    float: right;
    font-size: 9px !important;
  }

  #aFooterLinkEl {

    height:50px;
    line-height:50px;
    float: left;

    font-size: 9px !important;
  }

  #bFooterLinkEl {

    height:50px;
    line-height:50px;
    float: right;

    font-size: 9px !important;
  }
}

/* Galaxy S5 */
@media all and (min-width: 326px) and (max-width: 360px) {
  .NewsDesktop {
    visibility: hidden;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  .NewsSlides {
    margin-top: -49px !important;
  }

  .galleryTextDiv {
    font-size: 12px !important;
      text-align:left;
  }

  #aFooterLinkEl {

    float: left;

    font-size: 9px !important;
  }

  #bFooterLinkEl {

    height:50px;
    line-height:50px;
    float: right;

    font-size: 9px !important;
  }

  #aFooterLink {
    height:50px;
    line-height:50px;
    float: left;

    font-size: 9px !important;
  }

  #bFooterLink {

    float: right;
    height:50px;
    line-height:50px;
    font-size: 9px !important;
  }

  #latestNewsTitle{
    border-bottom: solid 1px black;
    font-size: 13px !important;
    line-height:50px;
    height:50px;
  }

  #filters {
    font-size: 10px !important;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    margin-top: 237px !important;
    margin-left: 288px !important;
    bottom: 0%;
    position: fixed;
  }

  .probootstrap-navabr-dark {
    left: -18px !important;
  }

  #work {
    margin-bottom: 0;
  }
}

/* iPhone 6/7/8 */
@media all and (min-width: 361px) and (max-width: 375px) {
  .NewsDesktop {
    visibility: hidden;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  .NewsSlides {
    margin-top: -20px !important;
  }

  .galleryTextDiv {
    font-size: 12px !important;
  }

  #aFooterLinkEl {
    height:50px;
    line-height:50px;
    float: left;

    font-size: 9px !important;
  }

  #bFooterLinkEl {

    float: right;
    height:50px;
    line-height:50px;
    font-size: 9px !important;
  }

  #aFooterLink {

    float: left;
    height:50px;
    line-height:50px;
    font-size: 9px !important;
  }

  #bFooterLink {


    float: right;
    height:50px;
    line-height:50px;
    font-size: 9px !important;
  }

  #latestNewsTitle{
    border-bottom: solid 1px black;
    font-size: 13px !important;
    line-height:50px;
    height:50px;
  }

  .probootstrap-navabr-dark {
    left: -15px !important;
  }

  #filters {
    font-size: 10px !important;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    margin-top: 247px !important;
    margin-left: 303px !important;
    bottom: 0%;
    position: fixed;
  }

  #work {
    margin-bottom: 0;
  }
}

/* Nexus 4 */
@media all and (min-width: 376px) and (max-width: 384px) {
  .NewsDesktop {
    visibility: hidden;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  #aFooterLink {

    float: left;
    height:50px;
    line-height:50px;
    font-size: 10px !important;
  }

  #bFooterLink {
    height:50px;
    line-height:50px;
    float: left;

    font-size: 10px !important;
  }

  #aFooterLinkEl {

    float: left;

    font-size: 10px !important;
  }

  #bFooterLinkEl {

    float: left;
    height:50px;
    line-height:50px;
    font-size: 10px !important;
  }

  #work {
    margin-bottom: -8px !important;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    top: 303px !important;
    padding-left: 0px;
    left: 215px !important;
    position: fixed;
    font-size: 150% !important;
  }
}

/* iPhone 5/SE */
@media all and (max-width: 325px) {
  .NewsDesktop {
    visibility: hidden;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  .NewsSlides {
    margin-top: -20px !important;
  }

  .probootstrap-navabr-dark {
    left: -18px !important;
  }

  #newsImgVal {
    padding-bottom: 35px;
  }

  #aFooterLinkEl {

    float: left;

    font-size: 8px !important;
  }

  #bFooterLinkEl {

    float: right;
    height:50px;
    line-height:50px;
    font-size: 8px !important;
  }

  #aFooterLink {

    float: left;
    height:50px;
    line-height:50px;
    font-size: 8px !important;
  }

  #bFooterLink {

    float: right;
    height:50px;
    line-height:50px;
    font-size: 8px !important;
  }

  #latestNewsTitle{
    border-bottom: solid 1px black;
    font-size: 9px;
    line-height:50px;
    height:50px;
  }

  #filters {
    font-size: 9px !important;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  #closeWork {
    position: relative;
    left: 1% !important;
    top: -7px;
  }

  .galleryTextDiv {
    padding: 10px;
    padding-top: 5px;
    font-size: 8px !important;
  }

  p {
    font-size: 9px !important;
  }

  .column {
    padding-left: 35px !important;
    padding-right: 31px !important;
    height: 56.5vh;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid black;
    border-right: 0px solid black !important;
    z-index: 2;
    font-size: 9px !important;
  }

  #work {
    margin-bottom: 0;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    padding-left: 35px;
    line-height:50px;
    font-size: 9px !important;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    top: 264px !important;
    padding-left: 0px;
    left: 151px !important;
    position: fixed !important;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    margin-left: auto;
    padding-right: 35px;
    font-weight: 600;
    line-height:50px;
    font-size: 9px !important;
  }

  .btn {
    font-size: 9px !important;
  }

  .containerLeft {
    font-size: 9px !important;
  }

  #closeAbout {
    font-size: 16px !important;
  }

  #aContact {
    font-size: 9px !important;
  }

  #bContact {
    font-size: 9px !important;
  }

  #closeContact {
    font-size: 16px !important;
  }

  .closeButton {
    font-size: 15px !important;
  }
}

/* Apple iPad Pro */
@media all and (min-width: 1250px) and (max-width: 1366px) {
  #aFooterLink, #aFooterLinkEl {
    font-size: 17px !important;
    height:50px;
    line-height:50px;
  }

  #bFooterLink, #bFooterLinkEl {
    font-size: 17px !important;
    height:50px;
    line-height:50px;
  }

  .galleryTextDiv {
    font-size: 18px !important;
  }

  #closeWork {
    margin-top: 0px !important;
    left: 7% !important;
    position: relative;
    padding-top: 25px;
  }

  #work {
    margin-bottom: -5px !important;
  }

  #filters {
    font-size: 17px !important;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #aboutContainer {
    font-size: 17px !important;
  }

  #contactContainer {
    font-size: 17px !important;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    font-size: 17px !important;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    font-size: 17px !important;
  }

  #latestNewsTitle {
    font-size: 17px !important;
    line-height:50px;
    height:50px;
  }

  .column {
    font-size: 17px !important;
  }

  p {
    font-size: 17px !important;
  }
}

/* Nexus 9 */
@media all and (min-width: 992px) and (max-width: 1024px) {
  .containerLeft {
    font-size: 12px !important;
  }

  .menuTrig {
    left: 48%;
  }

  .row-fluid #about.aboutOpen {
    width: 25% !important;
    position: relative !important;
  }

  .galleryContent {
    height: 75vh !important;
  }

  .closeButton.closeGalleryPosition {
    margin-top: -60px !important;
  }

  .containerRight {
    font-size: 12px !important;
  }

  .btn {
    font-size: 12px !important;
  }

  #abouttrig, #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    font-size: 18px !important;
  }

  #aImageMainAboutTitle, #bImageMainAboutTitle {
    padding-left: 35px;
    font-size: 18px !important;
    line-height:50px;
  }

  #latestNewsTitle {
    font-size: 18px !important;
    line-height:50px;
    height:50px;

  }

  .column {
    font-size: 12px !important;
  }

  p {
    font-size: 18px !important;
  }

  .newsImg {
    padding-bottom: 55px;
  }

  #footerLink #aFooterLink,#footerLink #bFooterLink {
    font-size: 12px !important;
    height:auto;
    line-height:1;
    perspective: 1000px;
  }

  #footerLink #aFooterLinkEl,#footerLink #bFooterLinkEl {
    font-size: 12px !important;
    height:auto;
    line-height:1;
    perspective: 1000px;
  }

  #filters {
    font-size: 12px !important;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #closeWork {
    position: relative;
    left: 5% !important;
    top: -8px;
    background-size: 9px 45px;
  }

  .galleryTextDiv {
    padding: 100px;
    padding-top: 5px;
    font-size: 10px;
  }

  .closeButton {
    background-size: 9px 45px;
    font-size: 15px !important;
  }

}

@media (min-width: 769px) and (max-width: 800px) {
  .galleryTextDiv {
    padding: 20px;
    padding-top: 4px;
  }
}

@media all and (max-width: 599px) {
  #some-element { display: none; }

  .probootstrap-navabr-dark {
    left: -40px;
  }

  #latestNewsTitle {
    border-bottom: 1px solid #000;
  }

  #bFooterLink, #bFooterLinkEl, #aFooterLink, #aFooterLinkEl {
    font-size: 0.5em !important;
  }

  #latestNews, .newsTitle {
    font-size: 13px !important;
  }

  .NewsMobile {
    visibility: visible !important;
  }

  .slideshow-container {
    padding-top: 5em;
  }

  .desktopNews {
    display: none;
  }

  #footerLink {
    padding-left: 20px;
    padding-right: 20px;
  }

  .w-100 {
    height: 40vh !important;
  }

  .galleryContent {
    border-left: none;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    margin-left: auto;
    padding-right: 35px;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: auto;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    font-weight: 600;
    line-height: 1.2;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: auto;
    width: 100%;
    padding-right: 20px;
  }

  .footerCredits {
    padding-bottom: 10px;
  }

  #abouttrig {
    margin-top: 12px;
  }

  #about {
    float: left;
    min-height: 100vh;
    background-color: #fff;
    color: #000;
    position: fixed !important;
    z-index: 99;
  }

  #contact {
    position: fixed;
  }

  #gallery1thumb, #gallery2thumb, #gallery3thumb, #gallery4thumb, #gallery5thumb, #gallery6thumb, #gallery7thumb, #gallery8thumb, #gallery9thumb, #gallery10thumb, #gallery11thumb, #gallery12thumb {
    border-right: none !important;
  }

  #closeAbout {
    margin-bottom: 20px;
    bottom: 0%;
    font-size: 16px;
  }

  #closeContact {
    margin-bottom: 20px;
    bottom: 0%;
    font-size: 16px;
    position: fixed;
  }

  .closeButton {
    background-size: 9px 45px;
    top: -9px;
    font-size: 16px;
  }

  .galleryTextDiv {
    padding: 20px;
    padding-top: 5px;
    font-size: 13px;
  }

  .span7 {
    width: 100% !important;
  }

  .span5 {
    width: 100% !important;
    margin-bottom: 50px;
  }

  .span3 {
    width: 100% !important;
  }

  .probootstrap-cover .btn {
    width: 0% !important;
    border: 0px solid red;
  }

  .column {
    padding-left: 35px !important;
    padding-right: 31px !important;
    min-height: 46vh;
    height: auto;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid black;
    border-right: 0px solid black !important;
    z-index: 2;
    font-size: 13px;
  }

  .NewsDesktop {
    display: none !important;
  }

  #latestNews {
    height: auto;
  }

  #latestNews > .row {
    position: relative;
  }

  #closeWork {
    position: relative;
    left: 2%;
    top: -7px;
  }

  .carousel-control-next {
    left: 18em !important;
  }

  #aboutContainer {
    height: 100vh !important;
    line-height: 1.5 !important;
  }

  .carousel-control-prev {
    left: 3px;
  }

  .closeGalleryPosition {
    margin-left: 130px;
  }

  #carouselExampleControls {
      height: 46.1vh !important;
  }

  .carousel-inner-homepage{
    height: 41vh !important;
  }

  #contentArea {
    border-left: 0px solid black;
    border-right: 0px solid black;
  }

  .menuTrig {
    left: 45%;
    top: 3px;
  }

  .langTrig {
    top: 3px;
    left: 85%;
  }

  #El-languagetrig .separator {
    margin-top: -1px;
  }

  #bContact {
    position: absolute;
    left: 35px;
    top: 30px;
    font-size: 13px;
  }

  #aContact {
    top: 107px;
    position: relative;
    padding-bottom: 337px;
    font-size: 13px;
  }

  .arrowIcon {
    margin-top: -2px;
    width: 20px !important;
  }

  .arrowIconDown {
    margin-top: -2px;
    width: 20px !important;
    height: 21px !important;
  }

}

@media all and (min-width: 600px) {
  #some-element { display: none; }

  .span7 {
    width: 100%;
  }

  #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    font-size: 18px;
    margin-top: 12px;
  }

  #abouttrig {
    margin-top: 6px;
    font-size: 18px;
  }

  #about.aboutOpen {
    width: 100%;
    position: fixed !important;
    z-index: 99;
  }

  .carousel-control-prev-homepage .carousel-control-prev-icon {
    width: 30px;
  }

  .carousel-control-next-homepage .carousel-control-next-icon {
    width: 30px;
  }

  .galleryContent {
    height: 64vh;
  }

  .NewsMobile {
    display: none;
  }

  #footerLink {
    padding-left: 30px;
    padding-right: 30px;
  }

  .span5{
    width: 100%;
  }

  .span3{
    width: 25%;
  }

  .probootstrap-cover .btn {
    width: 0% !important;
    border: 0px solid red;
  }

  .column {
    padding-left: 35px !important;
    padding-right: 31px !important;
    height: auto;
    min-height: 40.5vh;
    height: auto;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
  }

  #latestNews {
    height: auto;
  }

  #closeWork {
    position: relative;
    left: 38%;
  }

  #aboutContainer {
    height: calc(100vh - 60px) !important;
    overflow: auto;
  }

  #closeAbout {
    /*margin-left: 6px;*/
    bottom: 1.5%;
  }

  #closeContact {
    position: fixed;
    bottom: 0% !important;
    padding-bottom: 59px;
  }

  .carousel-control-prev {
    left: 50%;
  }

  .carousel-control-next {
    left: 100% !important;
  }

  .closeGalleryPosition {
    margin-left: 0px;
    right: 10px;
    position: absolute;
    margin-top: -11px !important;
  }
  .closeGallery {
    width: 100%;
  }

  #about {
    float: left;
    min-height: 100vh;
    background-color: #fff;
    color: #000;
    position: relative;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    margin-left: auto;
    padding-right: 35px;
    font-size: 15px;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    padding-left: 35px;
    font-weight: 600;
    line-height:50px;
    font-size: 15px;
  }

  #carouselExampleControls {
    height: 41vh;
  }

  .carousel-inner-homepage{
    height: 41vh !important;
  }

  #contentArea {
    border-left: 0px solid black;
    border-right: 0px solid black;
  }

  #latestNewsTitle{
    border-bottom: solid 1px black;
  }

   #bContact {
    position: absolute;
    left: 35px;
    top: 30px;
  }

  #aContact {
    top: 107px;
    position: relative;
  }

  p {
    font-size: 18px;
  }

  #bFooterLink {
    font-size: 15px !important;
    padding-top: 0px;
  }

  #aFooterLinkEL, #bFooterLinkEl {
    font-size: 15px !important;
  }

  #aFooterLink {
    font-size: 15px !important;
    height:50px;
    line-height:50px;
  }

  .containerLeft {
    font-size: 17px;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    font-size: 18px;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    font-size: 18px;
  }

  .NewsDesktop {
    font-size: 18px;
  }

  .galleryTextDiv {
    padding: 38px;
    padding-top: 5px;
    position: absolute;
    bottom: 0;
  }

}

@media all and (min-width: 767px) and (max-width: 991px) {
  #some-element { display: none; }

  .w-100 {
    width: 150% !important;
    margin-left: -260px;
  }

  #abouttrig, #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    margin-top: 0;
  }

  .galleryContent {
    height: 65vh;
  }

  .element-item {
    position: static !important;
    height: 318px;
    background-size: cover;
    width: 50% !important;
  }

  #closeWork {
    left: 2%;
    top: 3px;
  }

  .galleryTextDiv {
    padding: 20px;
    padding-top: 4px;
    font-size: 13px;
  }

  #closeGallery1Content, #closeGallery2Content, #closeGallery3Content, #closeGallery4Content, #closeGallery5Content, #closeGallery6Content, #closeGallery7Content, #closeGallery8Content, #closeGallery9Content, #closeGallery10Content, #closeGallery11Content, #closeGallery12Content {
    left: -474px;
    top: 326px;
    font-size: 15px;
  }

  #filters {
    font-size: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  p {
    font-size: 22px;
    line-height: 1.5;
  }

  .newsImgTitle, .newsImgDate {
    margin-top: 9px;
    font-size: 18px;
    font-weight: 600;
  }

  #latestNewsTitle {
    line-height:50px;
    height:50px;
  }

  #contactContainer {
    font-size: 19px;
  }

  #aboutContainer {
    font-size: 22px !important;
    padding: 25px !important;
  }

  #about {
    position: fixed;
    z-index: 99;
  }

  #contact {
    position: fixed;
  }

  #aContact {
    top: 15px;
    position: relative;
  }

  #bContact {
    position: absolute;
    left: 51%;
    top: 30px;
    width: calc(50% - 35px);
  }

  #abouttrig {
    padding-top: 0px !important;
    margin-top: 6px;
  }

  .menuTrig, .langTrig {
    top: 0px;
  }

  .menuTrig {
    left: 48%;
  }

  #bFooterLink, #aFooterLinkEl, #aFooterLink, #bFooterLinkEl {
    font-size: 18px !important;
    height:auto;
    line-height:1;
    perspective: 1100px;

  }

  .probootstrap-navabr-dark {
    top: 0;
    position: relative;
  }

  .probootstrap-navabr-dark .navbar-nav > .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator {
    padding-left: 0;
    margin-left: 0;
  }

  .probootstrap-navabr-dark .navbar-nav > .nav-item.probootstrap-seperator:before {
    display: none;
  }

  .probootstrap-cover .probootstrap-text .probootstrap-heading {
    font-size: 30px;
  }

  .probootstrap-cover .btn {
    width: 100% !important;
  }

  .probootstrap-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .probootstrap-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .probootstrap-section .probootstrap-heading,
  .probootstrap-footer .probootstrap-heading {
    font-size: 30px;
  }

  .probootstrap-devices {
    height: 364px;
  }

  .probootstrap-devices .probootstrap-device-left {
    max-width: 400px;
    margin-left: -350px;
  }

  .probootstrap-devices .probootstrap-device-center {
    max-width: 500px;
    margin-left: -250px;
  }

  .row-fluid .span3 {
    width: 100%;
  }

  .containerLeft {
    padding: 20px 35px;
  }

  #closeAbout {
    bottom: 3%;
    margin-left: 3px;
    font-size: 15px;
  }

  .carousel-control-prev {
    left: 38px;
  }

  .carousel-control-next {
    left: 71px !important;
  }

  #carouselExampleControls {
    height: 88.3vh;
  }

  .carousel-inner-homepage {
    height: 88.3vh !important;
  }

  #latestNews {
    height: auto;
  }

  .column {
    padding-left: 35px !important;
    padding-right: 31px !important;
    height: auto;
    padding: 10px;
    padding-bottom: 35px;
    width: 100%;
    font-size: 22px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
  }

  #aImageMainAboutTitle, .aImageMainAboutTitle {
    font-weight: 600;
    line-height:50px;
  }

  #bImageMainAboutTitle, .bImageMainAboutTitle {
    font-weight: 600;
    line-height:50px;
  }

}

@media all and (min-width: 1024px) {
  #abouttrig, #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    font-size: 18px !important;
    margin-top: 0px;
  }
}

@media all and (min-width: 1200px){
  #some-element { display: block; }

  .colCenter {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid black;
  }

  #abouttrig, #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    font-size: 18px !important;
    margin-top: 0px;
  }

  .row-fluid #about.aboutOpen {
    width: 25%;
    position: relative !important;
  }

  .NewsDesktop {
    position: absolute;
    width: calc(100% - 66px);
    bottom: 33px;
  }

  .closeButton.closeGalleryPosition {
    margin-top: -60px !important;
    right: 20px;
  }

  .newsImgTitle {
      min-height: 84px;
  }


  .containerLeft {
    padding: 20px 35px;
    line-height: 1.3;
    font-size: 15px !important;
  }

  .containerRight {
    padding: 20px 35px;
    line-height: 1.3;
    font-size: 15px !important;
  }

  #aContact {
    top: 0px;
    position: relative;
  }

  #bContact {
    position: relative;
    left: 0px;
    top: 0px;
  }

  .btn {
    font-size: 15px !important;
  }

  .probootstrap-navabr-dark {

  }

  #aImageMainAboutTitle, #bImageMainAboutTitle {
    font-size: 18px !important;
  }

  .column {
    line-height: 1.4em;
    padding-left: 35px !important;
    padding-right: 35px !important;
    float: left;
    width: 33.33%;
    padding: 33px;
    height: auto;
    position: relative;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 15px;
  }

  #latestNews {
    height: auto;
  }

  #latestNewsTitle {
    line-height:50px;
    height:50px;
  }

  p {
    font-size: 15px !important;
  }

  .newsImgTitle, .newsImgDate {
    font-size: 18px !important;
  }

  #aFooterLink, #bFooterLink, #aFooterLinkEl, #bFooterLinkEl {
    font-size: 15px !important;
    height:auto;
    line-height:1;
  }

  #filters {
    font-size: 15px !important;
  }

  #closeWork {
    left: 3% !important;
    position: relative;
    top: -5px;
  }

  #closeWork {
    margin-top: 3px;
    left: 95%;
    position: relative;
    padding-top: 25px;
  }

  .span7 {
    width: 60%;
  }

  .span5 {
    width: 40%;
  }

  .carousel-control-prev {
    left: 38px;
  }

  .carousel-control-next {
    left: 71px !important;
  }

  .closeGalleryPosition {
    padding-top: 45px;
    padding-right: 16px;
    margin-top: -60px;
    position: relative;
  }

  #carouselExampleControls {
    height: 100vh;
  }

  .carousel-inner-homepage {
    height: 100vh !important;
  }

  #closeContact {
    bottom: 0% !important;
    margin-bottom: -5px;
    position: fixed;
  }

  #closeAbout {
    bottom: 0.5%;
    margin-bottom: 12px;
  }

  .galleryContent {
    height: 68.3vh;
    background-color: white;
    border-left: 1px solid black;
  }

  .galleryTextDiv {
    padding: 30px;
    padding-top: 5px;
    font-size: 18px;
    text-align:left;
  }

}

@media all and (min-width: 1600px) {
  #some-element {
    display: block;
  }

  #abouttrig, #worktrig, #contacttrig, #En-languagetrig, #El-languagetrig {
    font-size: 20px !important;
  }

  .NewsDesktop {
    font-size: 20px;
  }

  .newsImgTitle, .newsImgDate {
    font-size: 20px !important;
  }

  .galleryContent {
    height: 76vh;
  }

  .btn {
    font-size: 20px !important;
  }

  .containerLeft, .containerRight {
    padding: 20px 35px;
    line-height: 1.3;
    font-size: 20px !important;
  }

  #aImageMainAboutTitle, #bImageMainAboutTitle {
    font-size: 20px !important;
    line-height:50px;
  }

  #latestNewsTitle {
    font-size: 20px !important;
    line-height:50px;
    height:50px;
  }

  p {
    font-size: 20px !important;
  }

  .column {
    font-size: 20px !important;
  }

  #aFooterLink, #bFooterLink, #aFooterLinkEl, #bFooterLinkEl {
    font-size: 20px !important;
    height:auto;
    line-height:1;
  }

  #filters {
    font-size: 20px !important;
  }

  #closeWork {
    top: 1px !important;
  }
}

@media all and (min-width: 1921px) {
  #some-element { display: block; }

  .element-item {
    background-size: cover;
  }

  .column {
    line-height: 1.4em;
    padding-left: 35px !important;
    padding-right: 35px !important;
    float: left;
    width: 33.33%;
    padding: 33px;
    height: 57.7vh;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 15px;
  }

  .galleryContent {
    height: 78vh;
  }

  #latestNews {
    height: 62vh;
  }

  #closeWork {
    left: 0%;
    margin-left: 13px;
    top: -1px;
    position: relative;
  }

  /*#aImageMainAboutTitle, #bImageMainAboutTitle {
    padding-top: 32px;
  }*/

  #latestNewsTitle {

    line-height:50px;
    height:50px;
  }

  #aFooterLink, #aFooterLinkEl {
    height:auto;
    line-height:1;
  }

  #bFooterLink, #bFooterLinkEl {
    height:auto;
    line-height:1;
  }

  #filters {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .galleryTextDiv {
    font-size: 18px !important;
      text-align:left;
  }
}

@media (orientation: landscape) and (max-width: 736px){
  #bFooterLink, #aFooterLink, #aFooterLinkEl {
    font-size: 16px !important;
  }

  #about.aboutOpen {
    width: 100%;
    position: fixed !important;
    z-index: 99;
  }
  #navbar {
    top: 10px;
  }
  .closeGallery {
    width: 100%;
  }
  .closeGalleryPosition {
    margin-top: -11px !important;
  }
  #closeContact {
    padding-bottom: 50px;
  }
}

.span7 {
  width: 60%;
}

.span5 {
  width: 40%;
}

.carousel-control-prev {
  left: 38px;
}

.carousel-control-next {
  left: 71px !important;
}

.closeGalleryPosition {
  padding-top: 45px;
  padding-right: 16px;
  margin-top: -60px;
  position: relative;
}

#carouselExampleControls {
  height: 100vh;
}

.carousel-inner-homepage {
  height: 100vh !important;
}

#aFooterLink {
  font-size: 18px;
}

#bFooterLink {
  font-size: 18px;
}

 }






 /* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.NewsSlides {
  display: none;
  padding-top: 25px;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 8%;
  width: auto;
  margin-left: -17px;
  margin-right: 4.2%;
  margin-top: -30px;
  padding: 17px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* Add a blue color to the author */
.author {color: cornflowerblue;}

.NewsPost {
  text-align: justify;
}

.NewsMobile {
  visibility: hidden;
}

.newsTitle {
  padding-bottom: 20px;
}

.newsImgDate {
    text-align: right;
}





.tempLanguage {
  font-family: Neue Haas Unica W1G !important;
}

#latestNews {
  display: block !important;
}

#latestNewsCol {
  display: none;
}
