@font-face {
  font-family: 'icomoon';
  /* src:  url('fonts/icomoon.eot?lhn39q');
  src:  url('fonts/icomoon.eot?lhn39q#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lhn39q') format('truetype'),
    url('fonts/icomoon.woff?lhn39q') format('woff'),
    url('fonts/icomoon.svg?lhn39q#icomoon') format('svg');*/
  src: url("./fonts/icomoon.ttf?lhn39q");
  font-weight: normal;
  font-style: normal;
}
 

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-chevron-left:before {
  content: "\e900";
}
.icon-chevron-right:before {
  content: "\e901";
}
.icon-chevron-small-left:before {
  content: "\e902";
}
.icon-chevron-small-right:before {
  content: "\e903";
}
.icon-chevron-small-up:before {
  content: "\e904";
}
.icon-chevron-thin-left:before {
  content: "\e905";
}
.icon-chevron-thin-right:before {
  content: "\e906";
}
.icon-chevron-thin-up:before {
  content: "\e907";
}
.icon-chevron-up:before {
  content: "\e908";
}
.icon-mail:before {
  content: "\e909";
}
.icon-map:before {
  content: "\e90a";
}
.icon-menu:before {
  content: "\e90b";
}
.icon-old-phone:before {
  content: "\e90c";
}




/* FONT STUFF FINISHED */


html
{
    font-family: 'Helvetica';
    font-size: 18px;
    color: rgba(12, 60, 96, 1);
    /*background-color: rgba(0, 0, 0, 0.0470588);*/
    background-color: white;
    margin: 0;
    padding: 0;
}

body, ul
{
    margin: 0;
    padding: 0;
}

ul
{
    list-style-type: none;

}
section
{
    margin: 0;
    padding: 0;
}
.white-background
{
    background-color: white;
}

.blue-background
{
    background-color: rgba(0, 0, 0, 0.0470588);
}
/*
.img-back
    {
        
        height: 100vh; 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        
    }

@media screen and (max-width: 960px){
    .img-back 
    {
        height: 50vh; 
        background-position: top;
        background-attachment: scroll;
        
    }
}    

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
{
    .img-back 
    {
        height: 80vw; 
        background-position: top;
        background-attachment: scroll; 
        
    }
}

@media only screen 
and (min-device-width : 1200px) 
{
    .img-back 
    {
        background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-position: 100% auto;
    }
}

@media  screen and (max-width: 1024px),
        screen and (max-device-width: 1024px)
{
    .img-back
    {
        background-position: center;
    }
    .img-back-vokalwerkstatt
    {
        background-position: top right;
    }
} 


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
{
    .img-back
    {
        background-position: center;
    }
    .img-back-vokalwerkstatt
    {
        background-position: top right;
    }
}


.img-back-projects
{
    background-image:url(./images/start.jpg);
    background-position-y: 0%;
}

.img-back-vita
{
    background-image:url(./images/vita.jpg);
    
}

.img-back-vokalwerkstatt
{
    background-image:url(./images/vokalwerkstatt3.JPG);
}

.img-back-music
{
    background-image:url(./images/music.jpg);   
}
*/


.parallax-window {
    min-height: 100vh;
    background: transparent;
}

.img-back span
{
    color: white;
    font-size: 102px;
    /*text-shadow: 2px 2px rgba(12, 60, 96, 1);*/
    position:relative;
    
}

@media screen and (max-width: 600px){
    .img-back span
    {
        font-size: 60px;
        
    }
} 

.span-container
{
    position: absolute;
    top: 40%; 
    left: 2%;
    text-align: right;
    /*exp :
    position: relative;
    top: 40%; 
    left: 0%;
    text-align: left;
    width: 80%;*/
    
}


#span-projects-1
{
    left: 0%;
    text-shadow: none; 
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: -3px;
}

#span-projects-2
{
    left: 5%;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    letter-spacing: -3px;
}   
 

#span-vita-1
{
    color: rgba(12, 60, 96, 1);
    left: 10%;
    top: 30vh; 
}   
 
#span-vokalwerkstatt-1,
#span-vokalwerkstatt-2
{
    left: 5%;
    top: 30vh; 
    color: white;
}   

#span-music-1
{
    color: rgba(12, 60, 96, 1);
    left: 10%;
    top: 30vh;  
    
}   




#top-arrow 
{
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 35px;
    background-color: white;
    font-size: 48px;
    border-radius: 50%;
    box-shadow: 2px 2px 3px grey;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transform: all 2s;
    cursor:pointer;
    
}

@media screen and (min-width: 1024px){
#top-arrow:hover
{    
    font-size: 64px;  
    -webkit-transition: all 0.2s;
    -webkit-transform: scale(1.1,1.1); /* Safari */
    transform: scale(1.1,1.1);
}
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 55px;
    background-color: white; /* rgba(12, 60, 96, 1); */
}

@media screen and (max-width: 960px){
    ul.topnav .nav-text  /* nav experiment: .nav-text */
    {
        display: none;
    }
    ul.topnav {
        height: auto;
    }
    
} 

ul.topnav li {float: left;}

ul.topnav li:first-child
{
    padding-left: 20px;
    padding-right: 300px;
    padding-top: 5px;
    color: rgba(12, 60, 96, 0.5);
    font-style: italic;
    float:left;
    
}
@media screen and (max-width: 1024px){
   ul.topnav li:first-child
{ padding-right: 100px;
}}

ul.topnav li:nth-child(2)
{
    padding-right: 20px;    
}
ul.topnav li a {
    display: block;
    color: rgba(12, 60, 96, 1);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out;
}
@media screen and (min-width: 960px){
ul.topnav li a:hover:not(.active) 
{
   /* background-color: rgba(57, 114, 155, 1);*/
   font-size: 24px;
    -webkit-transition: all 0.2s; /* 2. transition*/
}

}
ul.topnav li.right {float: right;}

@media screen and (max-width: 600px){
    ul.topnav li.right, 
    ul.topnav li {float: none;}
}    

/* responsive experiment */
.topnav .iconresp {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav li:not(:nth-child(2)) {
      display: none;
  }     
    
  .topnav li.iconresp {
    float: left;
    display: block;
  } 
    
  .topnav.responsive {position: relative;}
  .topnav.responsive .iconresp {
    position: absolute;
    left: 0;
    top: 0;
  }
  .topnav.responsive li:not(:first-child) {
    float: none;
    display: block;
    text-align: left;
  }

}
/*responsive exp ende */


.showtime-list li
{
	padding-top: 5px;
	padding-bottom: 5px;
}


.text-container
{   
    min-height: 50vh;
    padding-left: 20px;
    padding-right: 30px;
    
}

@media screen and (max-width: 600px){

    .text-container
    {
            padding-right: 20px;
    }
}

.text-container-alternative h1
{
    font-size: 60px;
    text-align: center;
    padding-top: 50px;
    margin: 0;
    /*font-family: serif;*/
    
     
}

.text-container-adri
{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right:20px;
    display: block;
        
}
@media screen and (max-width: 600px){

    .text-container-adri
    {
        width: 100%;
        padding: 0;
        margin: 0;
        
    }
    
    .text-container-adri .text-content
    {
            padding: 0;
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 40px;
    }
}

.text-content
{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    line-height: 1.4;
    
}


.left-column
{
    display:table-cell;
    width: 49%;
    
    
}
@media screen and (max-width: 600px){
    .left-column
    {
        width: 100%;
        display: block;
        
    }
} 

.right-column
{
    display: table-cell;
    width: 49%;
    vertical-align: middle;
    
}
@media screen and (max-width: 600px){
    .right-column
    {
        width: 100%;
        display: block;
        margin-bottom: 40px;
    }
} 

.text-container .cite-container
{
    display: table;
    width: 100%;
}
.cite
{
    /*position: relative;*/
    padding-left: 80px;
    padding-right: 40px;
    width: 70%;
    margin: 0 auto;
    font-style: italic;
    font-family: 'Special Elite', cursive;
    font-size: 26px;
    line-height: 1.3;
}
@media screen and (max-width: 600px){
    .cite
    {
        width: 80%;
        /*padding-left: 40px;*/
        font-size: 20px;
        padding:0;
        margin: 0 auto;
    }
} 

.cite-on, .cite-off
{
    font-family: 'Times New Roman';
    font-size: 160px;
    color: rgba(12, 60, 96, 0.5);
    line-height: 40px;
    /*position: absolute;*/
    position: relative;
    display:none;
}
.cite-new
{
    letter-spacing: -0.1em;
}
.cite-new-text
{
    margin-bottom: 10px;
}
.cite-on
{
    top: -40px;   
    right: -15%;
}
.cite-off
{
    top: 40px;
    right: -80%;  
}
@media screen and (max-width: 600px){
    .cite-on
    {
        right: 0;        
    }
} 


/* ---------------- Slider ----------------------------- */
    #slides {
      display: none;  
    }

    #slides img
    {
       /* max-height: 100vh;*/
       z-index: 50;
    }
    /*BILDER ANPASSEN AUF LAPTOP FORMAT!*/ 
    #slides .slidesjs-navigation {
      margin-top:3px;
    }

    #slides .slidesjs-container
    {
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); /*0 2px 10px #ccc  ??*/   
    }
    #slides .slidesjs-previous {
      /*margin-right: 5px;*/
      float: left;
      margin: 0;
      text-decoration: none;
      font-size: 44px;
      height: 44px;
      position: relative;
      background-color: white;
      left: 30px;
      bottom: 350px;
      z-index: 150;
      border-radius: 50%;
      opacity: 0.4;
      
    }
    #slides .slidesjs-previous:hover 
    {
       opacity: 1; 
    }

    #slides .slidesjs-next {
      /*margin-right: 5px;*/
      margin: 0;
      float: right;
      text-decoration: none;
      font-size: 44px;
      height: 44px;
      position: relative;
      background-color: white;
      right: 30px;
      bottom: 350px;
      z-index: 150;
      border-radius: 50%;
      opacity: 0.4;
    }
    #slides .slidesjs-next:hover
    {
        opacity: 1; 
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      /*float: right;*/
      list-style: none;
      position: relative;
      left: 50%;
      top: -60px;
      z-index: 140;
    }
    @media screen and (max-width: 600px){
    .slidesjs-pagination
    {
        left: 30%;  
        top: -20px;
    }
} 

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(./images/paginationwhite.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
      
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: rgba(12, 60, 96, 1);
      
    }

    #slides a:hover,
    #slides a:active {
      color: rgba(12, 60, 96, 1);
      
    }

    .navbar {
      overflow: hidden
    }



/* ----------------- Slider End------------------------------- */

#projekte .licence
{
    font-size: 0.67em;
    position: relative;
    top: -35px;
    float: right;
    padding-right: 20px;
}
#projekte .licence a
{
    text-decoration: none;
    color: rgba(12, 60, 96, 1);
    font-weight: bold;
}
#projekte h1
{
    font-size: 60px;
    text-align: center;
    padding-top: 0px;
    margin: 0;
}
@media screen and (max-width: 600px){
        #projekte h1
        {
            font-size: 40px; 
            padding-bottom: 15px;
                

        }
}

#projekte .left-column,
#projekte .right-column
{
    vertical-align: top;
}

#projekte .left-column h3,
#projekte .right-column h3
{
    text-align: center;
}

#projekte .text-content
{
    padding-top: 10px;
}

#projekte .right-column a
{
    text-decoration: none;
    color: rgba(12, 60, 96, 1);
    font-weight: bold;
}


#projekte li
{
    margin-bottom: 10px;
}

#projekte li:nth-child(odd)
{
    background-color: rgba(0, 0, 0, 0.0470588);
}

#projekte .date
{
    width: 28%;
    display: inline-block;
    padding-left: 5px;
}
#projekte .event
{
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}
#projekte .events
{
    width: 90%;
    margin: 0 auto;   
    padding-left: 20px;
    padding-right: 20px;
}
#projekte .events h2
{
    text-align: center;
    margin-top: 0;
    
}
#projekte .events table
{
    margin: 0 auto 50px auto;
    
}
#projekte .events td
{
    padding: 5px 15px 5px 15px;
    
}
#projekte .events tr:first-child
{
    font-weight: 700;
    text-align: center;
}
#projekte .events tr:nth-child(even)
{
    background-color: rgba(0, 0, 0, 0.0470588);
    
}


#music .music-list
{
    min-height: 100vh;
}
#music .music-list > li
{
    width: 85%;
    margin-top: 20px;
    margin-bottom: 20px; 
    background-color: rgba(0, 0, 0, 0.0470588);
    border-radius: 5px;
    
}

#music .music-list > li:nth-child(2)
{
    position: relative;
    left: 15%;
}

#music ul li .cite
{font-size: 18px;
padding: 0px;
margin: 0 30px;
width:80%
}

#music ul li .image-container,
#music ul li .track-container,
#music ul li .cite-container
{
    display: table-cell;
    vertical-align: middle;
}
#music ul li .image-container
{
    width: 32%; 

}
#music ul li .cite-container
{
    width: 25%;
}

@media screen and (min-width: 1024px){
#music .music-list > li:nth-child(3) .cite-container,
#music .music-list > li:nth-child(3) .track-container
{
     width: 33%;
}
#music .music-list > li:nth-child(2) .cite-container .cite
{
    margin-left: 60px;
}
}


#music ul li .track-container
{
    width: 40%;
    vertical-align: top;
}
@media screen and (max-width: 600px){
        #music ul li .image-container
        {
            width: 80%; 
            margin-left: 20px;
            display: block;       

        }
        #music ul li .cite-container
        {
            width: 80%;
           
        }
        
        #music ul li .cite-container .cite
        {
            margin: 30px;
        }
        
        
        #music ul li .track-container
        {
            width: 80%;
            vertical-align: top;
            margin-left: 20px;
            display: block;
        }
} 


#music ul li .image-container img
{
    width: 80%;
    margin: 20px;
}


#music .track-list
{
    margin: 20px 0;
    counter-reset: foo;
    display: table;
    width: 80%
}


@media screen and (max-width: 600px){
    #music .track-list
    {
        margin: 20px auto;
        padding: 0;
    }
}
    
    
#music .track-list > li {    
    list-style: none;
    counter-increment: foo;
    display: table-row;
}

#music .track-list > li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: .3em;
}


/*#music .music-list > li:nth-child(odd),*/
#music .track-list > li:nth-child(odd)
{
    background-color: rgba(0, 0, 0, 0.0470588);;
}
/*#music .music-list > li:nth-child(even),*/
#music .track-list > li:nth-child(even)
{
    background-color: white;
}

#music .track-list .annotation
{
    font-style: italic;
}


#music .track-container
{
    /*position: relative;
    top: -5em;*/
    padding-top: 20px;
}
#music .track-container .title
{
    font-weight: bold;
    display: block;
    text-align: center;
}

#music .track-container .publisher
{
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
}

#music .spacer
{
    margin-bottom: 7px;
}

.picture-list
{
    list-style-type: none; 
    padding-left: 120px;
}
@media screen and (max-width: 600px){
    .picture-list
    {       
        padding: 0px;
        width: 100%;
        margin: 0;
    }
}


.picture-list li
{
    max-width: 20%;
    display: inline-block;
    padding: 12px;
    box-shadow: none;
    border-radius: 0px;
}



#pictures
{
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    padding-bottom: 60px;
} 
#pictures h6
{
    text-align: center;
    font-weight: normal;
    
}
#pictures a 
{
    text-decoration: none;
    color: rgba(12, 60, 96, 1);
    font-weight: bold; 
}

.picture-list li img
{
    max-width:100%;
}

.picture-list li:nth-child(2) img,
.picture-list li:nth-child(4) img
{
    padding-left: 10px;
    max-width: 90%;
}

@media screen and (max-width: 600px){
    .picture-list li
    {       
        
        width: 90%;
        margin: 0 auto;
        max-width: 90%;
        text-align: center;
    }
}



.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
@media screen and (max-width: 600px){
    .myImg
    {       
        
        width: 100%;
        margin: 0 auto;
    }
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    /*width: 80%;
    max-width: 700px;*/
    max-height: 85%;
 
}

/* Add Animation - Zoom in the Modal */
.modal-content { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}



#vokalwerkstatt a
{
    text-decoration: none;
    color: rgba(12, 60, 96, 1);
    font-weight: bold;
}

#contact
{
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); /*0 2px 10px #ccc  ??*/
}
#contact p
{
    margin-bottom: 0;
}
#contact .contact-details
{
    width: 25%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}
@media only screen and (max-width: 700px){
    #contact .contact-details {
        width: 100%;
    }
}

#contact .contact-details a
{
    text-decoration: none;
    color: rgba(12, 60, 96, 1);
    font-weight: bold;
}
#footer
{
    background-color: rgba(12, 60, 96, 1);
    color: white;
    height: 33px;
}
#top-arrow
{
    display: none;
}
#footer a{
    color: white;
    text-decoration: none;
    float: right;
    padding: 9px;
    font-size: 14px;
    
}

#imprint-container
{
    width: 80%;
    margin: 0 auto;
}

/* --------------------POPUP----------------------- */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 860px; /* earlier: 560 with only one image */
  margin: 20px auto;
  cursor: pointer;
  border-radius: 2px;
}

.popup-internal-container
{
    width: 100%;
}

#popup .left-column
{
    text-align: center;
}


#popup .text-container
{
    width: 70%;
    margin: 0 auto;    
    text-align: left;
    padding: 30px;
    min-height: 40%;
}

#popup .text-container p
{
    font-size: 40px;
    margin: 0;
    padding: 0;
}



#popup .right-column .img
{
	padding-bottom: 20px;
}
#popup .right-column .text-container
{
	padding-bottom: 60px;
}
@media screen and (max-width: 600px){ 
#popup .right-column .img
{
	padding-bottom: 00px;
}
#popup .right-column .text-container
{
	padding-bottom: 00px;
}
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
