.poiret-one{
    font-family: 'Poiret One', cursive;
    color: #080808;
    font-weight: bold;
}
.bg-header{
    background: rgba(0,0,0,0.06);
}

.menu{
    text-decoration: none;
}

.menu-item a{
    text-decoration: none;
    font-size: 13pt;
    color: #121111;
}

.categories a{
    text-decoration: none;
    font-size: 11pt;
    color: #121111;
}

.categories a:hover{
    text-decoration: none;
    color: #6c6464;
}

.menu a:hover{
    text-decoration: none;
    color: #6c6464;
}

.img-container{
    width: 200px;
    position: absolute;
}
.img-container img{
    width: 100%;
    max-height: 115px;
}

.flags{
    border: 1px solid black;
    cursor: pointer;
}

.active-flag{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.play{
    opacity: .8;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('//static.squarespace.com/universal/images-v6/icons/icon-video-48-light-solid.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    cursor: pointer;
}
.pos-abs{
    position: absolute;
}

.slide-cont{
    position: absolute;
}

.jumbotron {
background: #358CCE;
color: #FFF;
border-radius: 0px;
}
.jumbotron-sm { padding-top: 24px;
padding-bottom: 24px; }
.jumbotron small {
color: #FFF;
}
.h1 small {
font-size: 24px;
}

.input-form{
width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

.input-submit{
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0.1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  text-align: center;
  outline: none;
  font-size: 14px;
}

.fs-11{
	font-size: 11px !important;
}

.input-close-modal{
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #272727;
  background-color: #fff;
  border-width: 0.1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1em;
  text-align: center;
  outline: none;
  font-size: 14px;
}

.videoWrapper {
    position: relative;
}
.videoWrapper iframe {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    /*height: 90%;*/
}
.videoWrapper img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtubePreview {
    background:url('http://img.youtube.com/vi/aOPGepdbfpo/0.jpg') center no-repeat;
    height:204px;
    width:480px;
}

.ss-slide-stage{
    border-radius: 0 !important;
}
.title a {
    color: black;
}
.details{
    position: fixed;
    bottom: 0;
    right: 0;
}
.details-link {
    color: black;
}

.details-link:hover{
    color: #333;
}


.show-on-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    color: white;
    font-size: 19px;
    font-family: "Raleway-ExtraLight";
    background: rgba(78, 69, 60, 0.15);
    z-index: 999;
    top: 0;
    overflow: hidden;
    text-align: left;
}

.teaser-title{
    padding: 30px 0 0 30px;
    display: block;
    color: white;
    font-size: 19px;
    font-family: "Raleway-ExtraLight";
}

#scroller{
    position: fixed;    
    bottom: 30px;
    right: 30px;
    background: transparent url(/public/img/arrow.png) no-repeat left top;  
    width: 32px;
    height: 32px;
    cursor: pointer;
    display:none;
}
.ih-item {
    height: 0;
    padding-bottom: 70%;
}
.ih-item img {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
    .navbar-nav>li {
        float: none !important;
        display: inline-block;
    }
}
.img_container {
    position:relative;
    text-align:center;
}

.center {
    max-width:960px;
    margin:0 auto;
}
.gallery-pic {
    position: relative;
    height: 0;
    padding-bottom: 50%;
}
.gallery-pic .ss-slide-stage, .gallery-pic .ss-slide {
    position: absolute;
    width: 100%;
    height: 100%;    
}
.gallery-pic .img {
    width: 100%;
    height: 100% !important;
    object-fit:cover; 
    position: absolute;
}

.txt-black a{
    color: #777;
    font-size: 14px;
}

.txt-black a.active{
    color: #777;
    font-size: 16px;
}
.album-item {
    padding: 5px;
}

.img_container:hover .grow {
    -webkit-transform:scale(1.15);
    transform: scale(1.15);
}
.img_container {
    overflow:hidden;
}
.grow {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#eee; /* change if the mask should have another color then white */
    z-index:9998; /* makes sure it stays on top */
}

#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(/public/img/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.fwi{
    font-weight: initial;
}

.w-100pr{
    width: 100%;
}