/* ==========================================================================
   custom styles
   ========================================================================== */

@font-face {
    font-family: jaapokki;
    src: url(../fonts/jaapokki-regular.woff);
}

@font-face {
    font-family: jaapokkiSubtract;
    src: url(../fonts/jaapokkisubtract-regular.woff);
}

html, body {
    height: 100%;
}

body {
    font-family: 'PT Sans';
    font-size: 20px;
    background: #9e9e9e;
}

.bigfont {
    font-family: 'jaapokkiSubtract', sans-serif;
    font-size: 56px;
}

.mediumfont {
    font-family: 'jaapokkiSubtract', sans-serif;
    font-size: 28px;
}

.smallfont {
    font-family: 'jaapokkiSubtract', sans-serif;
    font-size: 19px;
}

.tinyfont {
    font-family: 'jaapokkiSubtract', sans-serif;
    font-size: 14px;
}

@media (max-width: 640px) and (orientation: portrait) {
    .bigfont {
        font-size: 42px;
    }
}

@media (max-width: 640px) and (orientation: portrait) {
    h1, .h1 {
        font-size: 24px;
    }
}

/* colors */

.default-primary-background {
    background: #9e9e9e;
}

.dark-primary-background {
    background: #727272;
}

.light-primary-background {
    background: #f5f5f5;
}

.default-secondary-background {
    background: #e6fdf0;
}

.dark-secondary-background {
    background: #03a9f4;
}

.light-secondary-background {
    background: #ffffff;
}

.transparent-background {
    background: transparent center no-repeat;
    background-size: cover;
}

.default-transparent-background {
    background-color: rgba(128, 128, 128, 0.6);
}

.dark-transparent-background {
    background-color: rgba(64, 64, 64, 0.6);
}

.light-transparent-background {
    background-color: rgba(255, 255, 255, 0.8);
}

.verylight-transparent-background {
    background-color: rgba(255, 255, 255, 0.9);
}

.default-text-color {
    color: #727272;
}

.dark-text-color {
    color: #212121;
}

.light-text-color {
    color: #f5f5f5;
}

.accent-text-color {
    color: #ffc107;
}

.accent-color {
    background: #ffc107;
}

/* bootstrap navbar styles */

.navbar li {
    font-size: 17px;
}

.navbar li:hover {
    cursor: pointer;
}

/* bootstrap navbar title */
.navbar-inverse .navbar-brand {
    color: #ffc107;
}

/* bootstrap navbar link */
.navbar-inverse .navbar-nav > li > a {
    color: #ffc107;
    font-weight: normal;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #ffc107;
    font-weight: normal;
}

/* bootstrap navbar hamburger */
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffc107;
}

.textBalloons {
    color: #727272;
    opacity: 0.7;
    height: 0px;
    font-family: 'jaapokkiSubtract', sans-serif;
    font-size: 28px;
}

@media (min-width: 640px), (orientation: landscape) {
    .textJustifyAndPadding {
        text-align: justify;
        padding: 0px 20px 0px 20px;
    }
}

/* hr colors */

hr {
    border-color: #212121; /* dark text color */
}

.no-margins {
    margin-bottom: 0px;
}

.no-paddings {
    padding: 0px;
}

.centered {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}

a:link {
    color: #ffc107;
    font-weight: normal;
    text-decoration: none;
}

a:visited {
    color: #ffc107;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #ffc107;
    font-weight: normal;
    text-decoration: none;
}

a:active {
    color: #ffc107;
    font-weight: normal;
    text-decoration: none;
}

/* carousel */

a.carousel-control .glyphicon {
    color: #ffc107;
}

/* contact form */

.form {
    /*width: 100%;
    overflow: hidden;*/
    /*background-color: #fff;*/
    color: #5f5139;
    padding: 50px;
}

/* form styles */

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    color: #212121;
    background-color: #9e9e9e;
    padding: 0 0 12px 0;
    font-size: 18px;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    text-transform: inherit;
    overflow: auto;
    vertical-align: middle;
    margin-bottom: 50px;
    border: none;
    border-radius: 0 !important;
}

input[type="text"],
input[type="email"] {
    border-bottom: 1px solid #000;
    width: 100%;
    min-height: 31px;
}

textarea {
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
    min-height: 150px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

.name input {
    background: url(../img/user.png) no-repeat 4px top;
    padding-left: 40px;
}

.email input {
    background: url(../img/mail.png) no-repeat left 4px;
    padding-left: 40px;
}

/* color of placeholder text in contact form */

.contact-form ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #212121;
}

.contact-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #212121;
    opacity: 1;
}

.contact-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #212121;
    opacity: 1;
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #212121;
}

.button {
    background-color: #9e9e9e;
    color: #212121;
    padding: 20px 50px 18px 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    outline: none !important;
}

input[type="button"].button {
    float: right;
    margin-top: 50px;
    padding: 18px 40px 15px 40px;
    height: 50px;
    width: 155px;
}

.button:hover {
    background-color: #616161;
}

.button:focus {
    background-color: #616161;
}

.button:active {
    background-color: #ffc107;
}

/* bootbox modal dialogs */

div.modal-content {
    background-color: #f5f5f5;
    font-size: 18px;
}

.width95Percent {
    width: 95%;
}

/* The button in a modal bootbox dialog */
.bootboxbutton {
    background-color: #9e9e9e;
    color: #212121;
    padding: 20px 50px 18px 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    outline: none !important;
}

.bootboxbutton:hover {
    background-color: #616161;
}

.bootboxbutton:focus {
    background-color: #616161;
}

.bootboxbutton:active {
    background-color: #ffc107;
}

.bootbox-close-button {
    font-size: 54px;
}

/* Header */

.full-width {
    width: 100%;
}

/* Animation */

.duration2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/* Video */

.videoDiv * {
    border: none;
}

/* Skrollr */

.skrollr-desktop body {
    height: 100% !important;
}

.parallax-image-wrapper {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.parallax-image-wrapper-50 {
    height: 50%;
    top: -50%;
}

.parallax-image-wrapper-100 {
    height: 100%;
    top: -100%;
}

.parallax-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.parallax-image-50 {
    height: 200%;
    top: -50%;
}

.parallax-image-100 {
    height: 100%;
    top: 0;
}

.parallax-image.skrollable-between {
    display: block;
}

.no-skrollr .parallax-image-wrapper {
    display: none !important;
}

#skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative;
}

.gap {
    background: transparent center no-repeat;
    background-size: cover;
}

.skrollr .gap {
    background: transparent !important;
}

.gap-50 {
    height: 50%;
}

.gap-100 {
    height: 100%;
}

.header, .content {
    background: #fff;
    padding: 1em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-full {
    height: 100%;
}

#done {
    height: 100%;
}

#idDivPanorama {
    padding-left: 0px;
    padding-right: 0px;
}

#idIframePanorama {
    height: 600px;
    width: 100%;
    border: none;
}

#idDivArrowsUpDownPanorama {
    position: fixed;
    top: 45%;
    right: 5px;
    color: #ffc107;
    font-size: 1.5em;
    /*z-index: 10;*/
}

#idDivArrowsUpDownVideos {
    position: fixed;
    top: 45%;
    right: 5px;
    color: #ffc107;
    font-size: 1.5em;
    /*z-index: 10;*/
}

#idVideos iframe {
    /*pointer-events: none;*/
}