/* gallery */
.gallery {
    display: block;
}
.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}


/* content */
.form-1 , .form-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.form-1 input , .form-2 input , select {
    height: 47px;
    background-color: #000;
    border: 3px solid #7cb7b6;
    border-radius: 17px;
    color: #fff;
    max-width: 307px;
	outline: black;
}
input::placeholder ,input:focus {
  color: #ffffff!important;
}
select::placeholder , select:focus {
  color: #ffffff!important;
}
select {
   width: 100%;
   min-width: 307px;
}
.form-1 p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #fefefe;
    font-weight: bold;
}
.innner-part-form {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.innner-part-form p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 300;
    padding-left: 35px;
    text-align: right;
}
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 100%;
    min-width: 307px;
}
.inner-contact {
  float: left;
  width: 100%;
  padding: 100px 0 110px;
	background:#000;
}
.innner-part-form-send {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 100%;
        padding-top: 5em;
}

input.wpcf7-form-control.wpcf7-submit {
      font-size: 20px;
      letter-spacing: 0px;
      line-height: 20px;
      color: #79d7d6;
      font-weight: 700;
      padding: 10px 35px;
      border: 3px solid #79d7d6;
      background: transparent;
      border-radius: 12px;
}
.inner-content-form {
    float: left;
    width: 100%;
    padding-bottom: 100px;
	background: #000;
}
.istok-about .current_page_item a {
	    color: #ba7d7a!important;
}
.inner-contact img {
    width: 80%;
    height: auto;
}
.inner-about .container , .inner-contact  .container { 
		display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.inner-about img {
    width: 80%;
    height: auto;
}
.istok-about-inner h2 {
  padding: 0;
}
.istok-about-inner {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.inner-about {
    padding-top: 50px;
}


/* POPUP */

.me-popup-holder{
	position: fixed;
    top: -50px;
   	left:0;
	   right:0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
	z-index:999999;
}
.me-popup-in{
  height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  background: #000;
  max-width: 1170px;
  width: 100%;
  align-items: center;
}
.wpcf7 {
width:100%;
}
.wpcf7-form label {
	width:100%;
}
.me-popup-close{
  position: absolute;
  z-index: 99999;
  color: #fff;
  font-size: 40px;
  top:  -55px;
  right: 18px;
  cursor: pointer;
      filter: drop-shadow(2px 4px 6px black);
}
.me-popup-open {
color:#fff;
	    font-family: "Nunito";
	    float: left;
/*    padding: 2rem;
    border: 1px solid #fff; */
    margin-top: 0;
	cursor:pointer;
	height:100%;
}
.me-popup-open:hover{
	color:#59A1C9;
/* 	border: 1px solid #59A1C9; */
}
.me-popup-in input {

  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  border: 3px solid #7cb7b6;
}
.me-popup-in textarea {
		background:#000;
	border: 1px solid #59A1C9;
	height:80px;
	width: 100%;
    color: #fff;
    font-size: 16px;
;
    line-height: 1.5;
}
.me-popup-in input:active,
.me-popup-in textarea:active,
.me-popup-in input:focus,
.me-popup-in textarea:focus{
	color: #fff;
    font-size: 16px;
}
.me-popup-in input::placeholder,
.me-popup-in textarea::placeholder{
	color:#fff;
	padding:10px;
}
.me-popup-open {
   font-size: 19px;
   line-height: 25px;
  z-index:999999;
  font-weight: bold;
  transform: rotate(-90deg);
  position: fixed;
  left: 7px;
  top: 700px;
  transform-origin: 0 0;
	padding: 10px 8px;
    width: 170px;
    height: 53px;
  filter: drop-shadow(-23.559px 24.579px 13.5px rgba(132,129,129,0.28));
  text-align: center;
  border: 5px solid #79d7d6;
  border-radius: 15px;
}
.me-left img:hover {
  filter: invert(1);
  transition: 0.01s ease-in-out;
}
.istok-home .me-left img {
    filter: brightness(0) saturate(100%)invert(1);
}
.istok-home .me-left img:hover{
	filter:brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(2944%) hue-rotate(341deg) brightness(102%) contrast(83%);
}
.istok-videos .me-left img {
    filter: brightness(0) saturate(100%)invert(36%) sepia(52%) saturate(366%) hue-rotate(151deg) brightness(102%) contrast(86%);
}
.istok-videos .me-left img:hover {
	filter: brightness(0) saturate(100%) invert(10%) sepia(67%) saturate(2944%) hue-rotate(341deg) brightness(102%) contrast(83%);
}
.istok-contact .me-left img:hover {
	filter:brightness(0) saturate(100%)invert(55%) sepia(8%) saturate(1174%) hue-rotate(327deg) brightness(94%) contrast(88%);
}
.istok-about .me-left img:hover {
	filter:brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(2033%) hue-rotate(314deg) brightness(78%) contrast(82%);
} 
.istok-home .me-popup-open {
/*  color: #79d7d6;
  border: 5px solid #79d7d6; */
  color: #fff;
  border: 5px solid #fff;
}
.istok-photography .me-popup-open , .istok-videos .me-popup-open , .istok-contact .me-popup-open  {
  color: #447385;
  border: 5px solid #447385;
}
.page-id-18 .me-popup-open {
    color: #8ccece;
    border: 5px solid #8ccece;
}
.istok-about .me-popup-open {
  color: #8de5d9;
  border: 5px solid #8de5d9;
}
.istok-about .me-popup-open:hover {
  color: #ba7d7a;
  border: 5px solid #ba7d7a;
}
.istok-contact .me-popup-open:hover {
  color: #a27d72;
  border: 5px solid #a27d72;
}
.istok-photography .me-popup-open:hover  {
  color: #6d2426;
  border: 5px solid #6d2426;
}
 .istok-videos .me-popup-open:hover  {
  color: #772021;
  border: 5px solid #772021;
}
.istok-home .me-popup-open:hover {
  color: #761b1c;
  border: 5px solid #761b1c;
}
.istok-photography .current-menu-item:hover a {
    color: #3f7a8b!important;
}
.istok-photography .nav-menu li:hover a {
	 color: #3f7a8b!important;
	text-decoration:none;
}
.me-left img {
    width: 35px;
    height: 35px;
    object-fit: contain;

}
.page-id-12 .me-left img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(36%) saturate(3769%) hue-rotate(334deg) brightness(106%) contrast(86%);;
}

.page-id-12 .me-left img:hover {
	filter:brightness(0) saturate(100%) invert(42%) sepia(11%) saturate(1802%) hue-rotate(149deg) brightness(100%) contrast(91%);
}
.page-id-12 .me-popup-open {
    color: #782a2b;
    border: 5px solid #782a2b;
}
.page-id-12 .me-popup-open:hover {
    color: #3f7a8b;
    border: 5px solid #3f7a8b;
}
.me-left {
  position: fixed;
  left: 15px;
z-index:99999;
}
.me-left1 {
    top: 715px;
}
.me-left2 {
    top: 765px;
}
.me-left3 {
    top: 815px;
}
@media only screen and (max-width:1200px) {
  .innner-part-form {
      flex-wrap: wrap;
      flex-direction: column;
      align-items: flex-start;
  }
  .form-1, .form-2 {
    justify-content: center;
    align-items: center;
  }
}



/*ehej*/

:not(.page-id-8) .row > :not(.page-id-8) .column {
  padding: 0 8px;
}

:not(.page-id-8) .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
:not(.page-id-8) .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
:not(.page-id-8) .modalrs {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
:not(.page-id-8) .modal-contents {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  min-height: 700px;
}
:not(.page-id-8) .mySlidesds {
    float: left;
    width: 100%;
    align-items: center;
    justify-content: center;
}
/* The Close Button */
:not(.page-id-8) .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

:not(.page-id-8) .close:hover,
:not(.page-id-8) .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
:not(.page-id-8) .mySlidesds {
  display: none;
}

/* Next & previous buttons */
:not(.page-id-8) .prev,
:not(.page-id-8) .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
:not(.page-id-8) .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
:not(.page-id-8) a.prev {
    left: 0;
}
/* Number text (1/3 etc) */
:not(.page-id-8) .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width:1550px) {
  p.me-popup-open {
    top: 500px;
  }
  .me-left1 {
    top: 515px;
  }
  .me-left2 {
    top: 565px;
  }
  .me-left3 {
    top: 615px;
  }
}



/* new */
.em-photography-background:hover .em-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#em-ph-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.em-title {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.em-ph-container .em-photography-container {
    width: 33%;
    padding: 5px 5px;
    position: relative;
    height: 235px;
    overflow: hidden;
}
.em-photography-container {
    position: relative;
    float: left;
}
.em-title {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
/* 	    background: #00000026;  */
}
.em-title h2 {
    color: inherit;
    display: block;
    text-align: center;
    /* font-family: "Nunito"; */
    font-family: 'avenirltstd-light', sans-serif;
    font-size: 150%;
    font-weight: 400;
    /* text-transform: uppercase; */
    margin: 0;
    line-height: 1.55;
    position: relative;
    z-index: 1;
}
.em-title p {
    color: inherit;
    display: block;
    text-align: center;
 
    font-family: 'avenirltstd-light', sans-serif;
    font-weight: 400;
    /* text-transform: uppercase; */
    position: relative;
    z-index: 1;
}
.em-ph-container .em-photography-container .em-photography-background {
    position: relative;
    width: 100%;
    height: 100%;
    align-items: stretch;
    display: flex;
}
.em-photography-background:hover {
    text-decoration: none;
    color: #fff;
    display: inline-block;
   
}
.em-title {
    width: 100%;
    height: 100%;
    text-align: center;
}
.em-title h2,
.em-title p{
    visibility: hidden;
}
.em-photography-background:hover h2 {
	color:#fff;
	visibility: visible;
}
.single-gallery .em-description-title p {
    font-size: 26px;
    color: #50737d;
}
.em-gl-image .em-description-title .em-gl-im-text-desc p {
	 font-size: 22px;
    color: #50737d;
	max-width:1000px;
	margin: 25px auto 0;
	text-align:center;
}
.em-photography-background {
    background-size: cover!important;
}
.em-photography-background:hover .em-title {
    background: #00000070;
}
.em-ph-title-page,
.page-id-14 .istok-inner-content {
    padding-top: 110px;
}
.single-gallery .em-description-title h2 {
    font-size: 33px;
}
.single-video .em-description-title h2 {
    font-size: 33px;
}
.single-video .em-description-title {
    padding-top: 0px;
    padding-bottom: 0px;
}
.single-video .em-inner-video {
    padding-top: 60px;
}
.footer-mid-text {
    margin: 30px 0 10px;
}
body, html {
    width: 100%;
    height: 100%;
    float: left;
}
.site {
    float: left;
    width: 100%;
    height: 100%;
}
.single-gallery {
	    background: #592122;
}
.em-single-photography .thumbnail {
    background-color: transparent;
    border: none;
}
.em-description-title {
    margin-bottom: 40px;
}
.em-description-title p {
    text-align: center;
}
.em-single-photography img.em-ph-gal-sing {
    max-width: 740px;
    width: 100%;
}

.em-title h2 {
    font-family: 'Open Sans', sans-serif;
}
.video-template-default {
	background:#1e2c39;
}
.em-inner-video {
	padding-top:100px;
}
.em-description-title {
    padding-top: 60px;
}
.single-gallery .me-popup-open,
.single-video  .me-popup-open {
    color: #79d7d6;
}
@media only screen and (min-width:1200px) {
	.istok-about-inner .container {
		max-width: 1000px;
	}
}