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

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    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-logo:before {
    content: "\e900";
}
.icon-instagram:before {
    content: "\e901";
}
.icon-tumblr:before {
    content: "\e902";
}
.icon-arrow_left:before {
    content: "\e903";
}
.icon-arrow_right:before {
    content: "\e904";
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

h1 {
    padding-bottom: 80px;
    font-family: 'Montserrat', sans-serif; /* 400 normal + 700 boold */
}

h3 {
    padding-bottom: 0px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700; /* 400 normal + 700 boold */
}

.nav span {
    font-size: 10px;
}

.res-arrow {
    float: right;
    color: #d6d6a1;
    padding: 20px 30px 0px 0px;
}

@media only screen and (min-width: 767px) {
    .res-arrow {
        display: none;
    }
}

.story {
    padding-top: 20px;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.story p {
    padding: 0 40px 0 40px;
}

.story h3 {
    padding: 0 40px 0 40px;
}

.port-story {
    padding-top: 120px;
    max-width: 1000px;
    margin: auto;
}

.port-story h3 {
    text-align: center;
    margin-top: 0px;
}

.port-story p {
    text-align: center;
}

.img-responsive {
    padding-bottom: 50px;
}


.linie {
    margin-top: 100px;
    border-top: 1px solid #dbdbdb;
    text-align: center;
    padding: 50px 0 50px 0;
}

.btn {
    margin-top: 30px;   
    border-radius: 32px;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    color: #d6d6a1;
    padding: 15px 20px 16px 20px;
    font-size: 12px;
}

.btn:hover {
    color: #fff;
    background-color: #d6d6a1;
    border: 0px;
    padding: 16px 21px 17px 21px;
}

.quote {
    text-align: center;
    font-size: 18px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.quote p {
    font-family: "Times New Roman", Times, serif;
    margin-top: 18px;
}

@media only screen and (max-width: 650px) {
    h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 580px) {
    h1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 465px) {
    h1 {
        font-size: 14px;
    }
}


.container {
    padding: 80px 120px 0px;
}

.icon-logo {
    padding: 10px 0px 0px 10px;
    display: block;
}

@media only screen and (max-width: 767px) {
    .icon-logo {
        padding: 1px 0px 0px 10px;
    }
}

@media only screen (max-width: 768px) {
    .container {
        width: 1000px;
    }
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}
.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    height: 100%;
    margin: auto;
}

.carousel-caption h3 {
    color: #fff !important;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

@media (min-width: 768px) {
    .story p {
        padding: 0 0 0 0;
    }

    .story h3 {
        padding: 0 0 0 0;
    }
}

/* Add a dark background color with a little bit see-through */ 

#logo {
width: 12px;
height: 30px;
background-image: url(../img/header-logo-dark.png);
}
 
/* Retina-CSS */
 
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {
  #logo {
    background-image: url(../img/header-logo-dark@2x.png);
    background-size: 12px 30px;
  }
}

.icon-logo:hover {
    color: #333;
}

.navbar {
    margin-bottom: 0;
    background-color: rgba(250,250,250,1.0);
    border: 0;
    font-size: 11px !important;
    font-family: 'Montserrat', sans-serif; /* 400 normal + 700 boold */
    letter-spacing: 4px;
    opacity:1.0;
}

.navbar-collapse.collapse {
	padding: 10px 25px 10px 0px;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #d6d6a1 !important;
}

/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #333 !important;
}

/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.thumbnail {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.row {
    margin: 0px -100px 0px -100px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #d6d6a1;
}

.navbar-toggle .icon-bar {
    width: 18px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-collapse.collapse {
    padding: 10px 25px 10px 25px;
}

.col-lg-6 {
    padding-bottom: 30px;
}

/* ________________ */


.cssload-container{
    position:relative;
}
    
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(204,204,204);
    border-left-color: rgb(0,0,0);
    border-radius: 624px;
        -o-border-radius: 624px;
        -ms-border-radius: 624px;
        -webkit-border-radius: 624px;
        -moz-border-radius: 624px;
}

.cssload-whirlpool {
    margin: -16px 0 0 -16px;
    height: 31px;
    width: 31px;
    animation: cssload-rotate 550ms linear infinite;
        -o-animation: cssload-rotate 550ms linear infinite;
        -ms-animation: cssload-rotate 550ms linear infinite;
        -webkit-animation: cssload-rotate 550ms linear infinite;
        -moz-animation: cssload-rotate 550ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -14px 0 0 -14px;
    height: 27px;
    width: 27px;
    animation: cssload-rotate 550ms linear infinite;
        -o-animation: cssload-rotate 550ms linear infinite;
        -ms-animation: cssload-rotate 550ms linear infinite;
        -webkit-animation: cssload-rotate 550ms linear infinite;
        -moz-animation: cssload-rotate 550ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -18px 0 0 -18px;
    height: 35px;
    width: 35px;
    animation: cssload-rotate 1100ms linear infinite;
        -o-animation: cssload-rotate 1100ms linear infinite;
        -ms-animation: cssload-rotate 1100ms linear infinite;
        -webkit-animation: cssload-rotate 1100ms linear infinite;
        -moz-animation: cssload-rotate 1100ms linear infinite;
}



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

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

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

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}