body {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    background-color: #FFF;
}

p {
    margin: 0;
    padding: 0;
}

.profilepic {

    max-width: 250px;
    height: auto;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.lato-black, h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.19em;
    color: #f0de50;
}

.lato-black-grey-t70, .reference-name, .hover-buttons {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.07em;
    color: #282828;
    text-transform: uppercase;
}
.reference-name {
    color: #f0f0f0;
}
.faq-box {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.15em;
    color: #282828;
    text-transform: uppercase;
}
.reference-box {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.15em;
    color: #282828;
    text-transform: uppercase;
}

.lato-regular {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13pt;
    letter-spacing: 0.07em;
    color: #f0f0f0;
}

.lato-regular-black, .contact-info p, #videos .videos-text p  {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 0.025em;
}

.reference-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 11pt;
    letter-spacing: 0.08em;
    color: #f0f0f0;
}

.lato-light {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 11pt;
    letter-spacing: 0.07em;
    color: #373837;
}

.lato-light-10, #footer h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    letter-spacing: 0.07em;
    color: #373837;
}


.lato-bold-10 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 10pt;
    letter-spacing: 0.07em;
    color: #cab842;
}

.lato-bold-black-11, .trailer-text {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 11pt;
    letter-spacing: 0.07em;
    color: #282828;
}

.banner-text-2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 12pt;
    letter-spacing: 0.05em;
    color: #eeeeee; /*  -------------------- OPETUSELOKUVIA CAPS TEXT COLOR */
}

.banner-text-3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 13pt;
    letter-spacing: 0.05em;
    color: #faee74; 
    display: block;
    margin: 0 auto;
}

.banner-text-3 .banner-big-text {
    padding-top: 50px;
    display: block;
    margin: 0 auto;
}

a:link, a:hover, a:visited {
    color: #282828; /*  -------------------- OPETUSELOKUVIA FIRST LINKS TEXT COLOR */
}

.ref-button a:link, .ref-button a:hover, .ref-button a:visited{
    text-decoration: none !important;
    color: #000 !important;

}
.lato-light-12 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    letter-spacing: 0.07em;
    color: #282828; /*  -------------------- OPETUSELOKUVIA FIRST LINKS TEXT COLOR */
}

.lobster-regular {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 16pt;
    letter-spacing: 0.07em;
    color: #f0f0f0;
}

.lobster-15, .contact-info h4 {
    font-family: Lato;
    font-weight: 700;
    font-size: 13pt;
    letter-spacing: 0em;
    color:#282828;
    margin: 0;
    padding: 1.5em 0;
}

.lobster-44 {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 44pt;
    letter-spacing: 0.07em;
    color:#555555;
}

.banner-big-text {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 48pt;
    letter-spacing: 0em;
    color:#ffffff; /*  -------------------- OPETUSELOKUVIA BIG TEXT COLOR (ORIGINAL: cab842) */
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.container-fluid {
    padding: 0;
}

.row {
    margin: 0;
}

.left {
    float: left;
}

.lomake {
    text-align: center;
}

form {
    display: inline-block;
}

form label, button, input, select, textarea {
    font-family : inherit;
    font-weight : 400;
    font-size   : 100%;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 30%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

/* .form label, button, input, select, textarea {
    font-family : inherit;
    font-weight : 400;
    font-size   : 100%;
}

.form label {
    display: block;
}

.form textarea {
    vertical-align: top;
}

.form input{
	display: inline-block;
}
*/

a:link , a:visited {
    text-decoration: none;
}
a:hover {
    color:#fff;
}


.clear {
    clear: both;
}

.center {
    text-align: center;
}
.email-wrap, .wrap-text {
    overflow-wrap:break-word;
}

.row.equal {
    display: flex;
    flex-wrap: wrap;
}
.row.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.row.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.equal > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* Header */

.header {
    padding-top: 0;
    background-color: #faee74; /*#ecdd68;*/ /*  -------------------- HEADER BASE COLOR */
}



.header-logo {
    background: url(../img/logo_nega.png) no-repeat center;
    background-size: 16em;
    height: 16em;
    width: 100%;
    padding-top: 0%;
}

.footer-logo {
    background: url(../img/logo_nega.png) no-repeat left;
    background-size: 150px;
    height: 150px;
    width: 100%;
    padding-top: 0%;
}



.nav-container {
    padding: 1em;
    background-color: #faee74; 
    text-align: center;
    min-height: 60px;
    transition: all 2s;    
    

}

.nav-container a{
    padding: 0.5em 1.5em;  
    font-weight: 600;
    font-size: 12pt;
    text-align: center;
}

.nav-selection {
    
    display: inline-block; 
    text-align: center;
    text-transform: uppercase;
}

.banner {
    /* background-color: #99a3a5; /*  -------------------- SECONDARY HEADER BASE COLOR (ORIGINAL: 232323)*/
    /* background-image: linear-gradient(#6f777a, #9ba5a7); */
    background-color: #000;
    background-image: url("../img/bg01.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 120px 2em;
}

.banner .row:first-child {
    padding-top: 8em;
}

#banner-text-1 {
    position: relative;
    display: none;
    left: -1000px;
    z-index: 2;
    opacity: 0;
}
#banner-text-2 {
    position: relative;
    display: none;
    left: 1000px;
    z-index: 2;
    opacity: 0;
}

#banner-text-3 {
    text-align: center;    
    z-index: 2;
}

.banner .banner-second-container {
    padding-top: 13em;
    /*padding-left: 9em;*/
}

.special-oe {
    display: block;
    z-index: 2;
}

.banner .yellow-bottom-bar {
    border-bottom: 0.2em #f0de50 solid;
}

.banner-third-container {
    position: relative;
    top: -1em;
}

.special-thkt {
    z-index: 2;
}

.yellow-separator {
    background-color:#f0de50;
    position: relative;
    top: -1.0em;
    width: 100%;
    height: 0.75em;
    z-index: 0;
    overflow:hidden;
}

.hover-buttons {
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.9));
}

#hover-contact-arrow-container, #hover-order-arrow-container {
    position: absolute;
    height: 2em;
    bottom: 2em;
    cursor: pointer;
}
#hover-order-arrow-container {
    bottom: -1em;
}
#hover-contact-arrow-container p, #hover-order-arrow-container p {
    height: 2em;
    line-height: 2em;
    text-align: right;
    padding-left: 2em;
    padding-right: 0.5em;
}

#hover-contact-arrow-left-content, #hover-order-arrow-left-content {
    background-color: #faee74; /*  -------------------- LINK ARROW FILL COLOR */
    height: 2em;
    float: left;
}

#hover-contact-arrow-left, #hover-order-arrow-left {
    float: left;
    width: 0; 
    height: 0; 
    border-top: 1em solid transparent; 
    border-left: 0.8em solid #faee74; /*  -------------------- LINK ARROW TIP COLOR */
    border-bottom: 1em solid transparent;
    left: -1px;
}

/* --------------------------------------- READ MORE BUTTON */

#show-ref-button {
    padding-top: 0em;
    padding-bottom: 5em;
    z-index: 2;
    position:relative;
    background-color: #fff;
    text-align: center
}

.cta {
    text-align: center;
    padding: 0 0 2em 0;

}
.ref-button, .ref-button:hover {
    background-color: #faee74;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    letter-spacing: 0.07em;
    color: #222222;
    cursor: pointer;

}

/* Lower container */
.lower-container {
    background-color: #f4f4f4; /*  -------------------- FACES BASE COLOR */
}
.h2, .h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.19em;
    color: #eeeeee;
}

.h3 {
    font-size: 13pt;

}


/* Contact info */

.contact-info.quote {
    margin: 0 0 0 0;
    height: auto;


}

#contact-information {
    padding-top: 6em;
    padding-bottom: 3em;
    z-index: 2;
    position:relative;

}

#contact-information h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 22pt;
    letter-spacing: 0.19em;
    color: #222222;
    padding-bottom: 3em;
}

#contact-information h4 {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 16pt;
    letter-spacing: 0.07em;
    color: #222222;
    padding-bottom: 0 0 0 0;
}

#contact-information p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13pt;
    letter-spacing: 0.017em;
    color: #222222;
    padding-bottom: 0 0 0 0;
}

.contact-info-center {
    text-align: center;
    margin: 0 auto;
    width: 80%;
}

.contact-info {
    filter: blur(0px);
    position: relative;
    display: block;
    /*width: 32em;*/
    height: auto;
    /*padding: 0 4em 0 4em;*/
    overflow: hidden;
    text-align: center;
    overflow-wrap:break-word;
}

.contact-info img {
    display: block;
    margin: 0 auto;
}

.contact-separator {
    width: 3em;
}

.contact-info p{
    position: relative;
    z-index: 2;
}


.contact-info-text{
    text-align: center;
    margin-bottom: 20px;
}

.contact-yellow-bar {
    background-color:#f0de50;
    width: 90%;
    position: relative;
    top: -0.25em;
    height: 0.48em;
    z-index: 0;
    overflow:hidden;
}

/* Trailers */

#trailers {
    background-color: #faee74;
    padding-top: 3em;
    padding-bottom: 3em;
    text-align: center;
}

#trailers h2 {
    color:#282828;
}

.triangle {
    background: url(../img/triangle.png) no-repeat center bottom;
    background-size: 7em;
    height: 5em;
}

#trailers .col-md-6 {
    padding: 0;
}

.trailer-text {
    padding: 1.2em 0em 0em;
}

.trailer-wrapper {
    padding-top: 2em;
}

.trailer-placeholder {
    width: 100%;
    position:relative;
    margin: 0;
    float: left;
}
.trailer-placeholder img {
    width: 100%;
}
.trailer-video {
    position:relative;
    margin: 1em;
}

.trailer-video .ratio {
    display:block;
    width:100%;
    height:auto;
}

#trailers iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%; 
    height:100%;
}

.trailer-header-production {
    letter-spacing: 0.255em;
}

/* References */

#references {
    background-color: #232323;
    padding-top: 3em;
    padding-bottom: 5em;
}

#references h2 {
    padding-bottom: 1em;
    text-align: center;
}

.h-underline {
    border-bottom: 0.2em solid #ecdd68;
}

.reference-wrapper {
    clear: both;
    position: relative;
    height: 70px;
}

.reference-name {
    width: 50%;
    height: 70px;
    float: left;
    text-align: right;
    padding: 2em 1em 2em 0em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-right: 0.15em #f0de50 solid;
}

.reference-text {
    width: 50%;
    height: 70px;
    float: right;
    text-align: left;
    padding: 3.05em 0 2em 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;

}

.lift-up {
    margin-top: -80px;
}

/* VIDEOS */

#hide-ref.ref-hidden {
visibility: hidden;
height:0;
overflow:hidden;

}

#hide-ref.ref-visible {
visibility: visible;
height:auto;
overflow:auto;
padding-top: 60px;
}

#hide-button {

}

#videos {
    width: 100%;
}

#videos .videos-odd {
    background-color: #f5f5f5; /*  -------------------- VIDEOLINE BASE COLOR 1 */
}
#videos .videos-even {
    background-color: #ffffff; /*  -------------------- VIDEOLINE BASE COLOR 2 */
}
#videos .videos-odd, #videos .videos-even {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;

}
#videos .fill-yellow,#videos .arrow-left,#videos .videos-text,#videos .videos-video,#videos .fill-green,#videos .arrow-right {
    /*height: 30em;*/

}

#videos .videos-text h2{
    color: #282828;
    padding-bottom: 0.25em;
    margin-top: 0;
    letter-spacing: 0.05em;


}

.banner h2 {
    color: #FFF;
}
#videos .videos-text h4 {
    color: #282828;
    padding-bottom: 1em;
    margin-top: 0;
    letter-spacing: 0.05em;
}




#videos .videos-text p{ 
    margin: 0;
    font-size: 12pt;
    padding-bottom: 0.25em;
}

span.videos-h2-smaller {
    font-size: 11pt;
    letter-spacing: 0.05em;
}

.fill-yellow {
    background-color: #faee74; /*  -------------------- VIDEOLINE FILL COLOR 1 (WITHOUT ARROW PART) (orig e0e3e4)*/
    padding: 0;
}
.fill-green {
    background-color: #faee74; /*  -------------------- VIDEOLINE FILL COLOR 2 (WITHOUT ARROW PART) */
    padding: 0;
}
.arrow-left {
    background-image: url(../img/left-slant-yellow2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.arrow-right {
    background-image: url(../img/right-slant-yellow2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
    /*
    height: 100%;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: -1px;
    position: relative;*/
}

.videos-text, .videos-video {
    padding-top: 5em;
    padding-left: 2em;
    padding-bottom: 5em;
}

.videos-video {
    padding-right: 2em;
    padding-left: 2em;
    display: table;
}

.video-container {
    /*height: 17vw;
    height: 100%;*/
    height: 17vw;
    width: 100%;
    position: relative;
}

.img-center-container {
    display: table;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.img-center-helper {
    display: table-cell;
    vertical-align: baseline;
}
.img-center-container img {

}

.video-img-vuorovaikutus {
    background: url('../img/vuorovaikutus.jpg')  no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.video-placeholder {
    height: 20em;
}

#videos iframe {
    top:0;
    left: 0;
    position: relative;
    height:100%;
    width:100%; 

    /*width: 28.8vw; 
    height: 16.2vw;
    
    width: 100vw; 
    height: 56.25vw;*/
}

/* CAROUSEL */

.carousel-cell {
    width: 100%; /* full width */
    /* height: 160px; height of carousel */
    margin: 0 2em 0 2em;
    padding: 0 2em 0 2em;
}
.carousel.is-fullscreen  {
z-index: 999999;
}

/* fullscreen */
.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.flickity-viewport{
    width: 100%;
    padding-bottom: 53%;
}

.flickity-prev-next-button.previous {
    width: 3em;
    height: 3em;
    left: -1em;
}
.flickity-prev-next-button.next {
    width: 3em;
    height: 3em;
    right: -1em;
}


/* BGIMAGE --------------------------------------------------------------------------------------- */


.bgimage-container{
    padding: 11em 2em 11em 2em;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    min-height: 30em;
    text-align: center;
    color: #fff;
}

.bgimage-text {
padding-left: 2em;
padding-right: 2em;
max-width: 700px;
}
.bgimage-text p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18pt;
    letter-spacing: 0em;
    padding: 1em 1em;
    color: #fff;
    
}
.bgimage-text h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 0.25em;
    color: #fff;
    padding: 0 0 1em 0;
}

.bgimage-text h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 16pt;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 0 4em 0;
}

.bgimage-text h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12pt;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 0 0 4em 0;
}


.bgimage-text span{
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

/* BGIMAGE1 --------------------------------------------------------------------------------------- */

.bgimage1-container {
    background-image: url("../img/bg02.jpg");

}

/* BGIMAGE2 --------------------------------------------------------------------------------------- */

.bgimage2-container {
    background-image: url("../img/bg05.jpg");
}








/* BASIC CONTENT --------------------------------------------------------------------------------------- */

.container {
    width: 80%;
    margin: 0 auto;
    padding: 4em 0;
}


/* QUOTE1 --------------------------------------------------------------------------------------- */

.quote1-container {
    padding: 14em 14em 1em 14em;
    /* background-image: linear-gradient(#8194a0, #9cb0bc); */
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 50em;
    text-align: center;
}

#quote1-container span {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

.quote-text {
    padding-bottom: 2em;
}
.quote-text p{ 
    padding: 0 2em;

}
.quote-text i{ 

    font-family: Lato;
    font-style: italic;
    font-size: 18pt;
    letter-spacing: 0;
    font-weight: 300;
    color: #888;

}
#quote1 p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 0.05em;
    color: #6b869a;
    padding: 0 0 1em 0;
}

#quote1 h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    letter-spacing: 0.05em;
    color: #6b869a;
    padding: 0 0 4em 0;
}


/* QUOTE2 --------------------------------------------------------------------------------------- */

.quote2-container {
    padding: 10em 10em 1em 10em;
    /* background-image: linear-gradient(#8194a0, #9cb0bc); */
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 30em;
    text-align: center;
}

#quote2-container span {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

#quote2 p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 0.05em;
    color: #666666;
    padding: 0 0 1em 0;
}

#quote2 h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14pt;
    letter-spacing: 0.05em;
    color: #666666;
    padding: 0 0 4em 0;
}

/* CUSTOMERS --------------------------------------------------------------------------------------- */

.customers-container {
    width: 80%;
    margin: -80px  auto 0px auto;
    padding: 4em 0;
    /* background-image: linear-gradient(#8194a0, #9cb0bc); */
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.customers-container img {
    width: 100%;
    height:auto;
    padding: 0;
    margin: 0;
    border: none 0px;

}
.customers-container span {
    display: inline-block;
    vertical-align: bottom;
    line-height: normal;
}

.customers-container h4 {
    font-family: 'Lobster', cursive;
    font-weight: 400;
    font-size: 32pt;
    letter-spacing: 0.07em;
    color: #666666;
    padding: 0 0 2em 0
}

.customers-container p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16pt;
    letter-spacing: 0.05em;
    color: #666666;
    padding: 0 0 1em 0
}



/* FAQ */
ol{
padding: 0.25em 4em;

}
li {
padding: 0.25em 0;

}

.faq-container {
    background: #faee74;
}

#faq {
    padding: 3em 0 3em 0;
    background-color: #faee74; /*  -------------------- LINK BOX BASE COLOR */
    /* background-image: linear-gradient(#fade74, #faee74) */
    text-align: center;
}

#faq h2 {
    padding-bottom: 1em;
    font-size: 24pt;
    color: #282828;
}

.faq-box {
    border: 3px #282828 solid;
    margin: 0.5em 0 0.5em 0;
    display: block;
    cursor: pointer;

}

.faq-box:hover, .faq-box-active {
    background-color: #282828;
    color: #faee74;
}

.faq-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

#faq-answer-box {
    display: none;
    color: #232323;
    background-color: #ffffff;
    padding: 3em 0 5em 0;
}

#faq-answer-box p {
    padding: 1em 0 1em 0;
}

#faq-answer-box h2 {
    color: #232323;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
}
#faq-answer-box h3 {
    padding: 0.5em 0 0.5em 0;
    text-align: center;
    text-transform:uppercase;
    font-size:90%;    
}

.contact-silja-img {
    text-align: center;
    margin: 0 auto;
}

#google-maps-wrapper {
    width: 100%;
    height: 25em;
}

.contact-building-img {
    width: 100%;
    height: 100%;
}
#faq-answer-box p.faq-contact-info-text {
    padding: 2em 0 0 0;
    text-align: center;
}


/* REFERENCE */

.reference-container {
    background: #faee74;
}

#reference {
    padding: 3em 0 3em 0;
    background-color: #faee74; /*  -------------------- LINK BOX BASE COLOR */
    /* background-image: linear-gradient(#fade74, #faee74) */
    text-align: center;
}

#reference h2 {
    padding-bottom: 1em;
    font-size: 24pt;
    color: #282828;
}

.reference-box {
    border: 3px #282828 solid;
    margin: 0.5em 0 0.5em 0;
    display: block;
    cursor: pointer;

}

.reference-box:hover, .reference-box-active {
    background-color: #282828;
    color: #faee74;
}

.reference-box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

#reference-answer-box {
    display: none;
    color: #232323;
    background-color: #ffffff;
    padding: 3em 0 5em 0;
}

#reference-answer-box p {
    padding: 1em 0 1em 0;
}

#reference-answer-box h2 {
    color: #232323;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
}
#reference-answer-box h3 {
    padding: 0.5em 0 0.5em 0;
}

.contact-silja-img {
    text-align: center;
    margin: 0 auto;
}

#google-maps-wrapper {
    width: 100%;
    height: 25em;
}

.contact-building-img {
    width: 100%;
    height: 100%;
}
#reference-answer-box p.reference-contact-info-text {
    padding: 2em 0 0 0;
    text-align: center;
}

/* FOOTER */

#footer {
    /* background-color: #99a3a5; /*  -------------------- FOOTER BASE COLOR */
    /* background-image: linear-gradient(#6f777a, #9ba5a7); */
    background-image: url("../img/bg04.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
    padding: 10em 0 10em 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13pt;
    letter-spacing: 0em;
    color: #fff;
}

#footer a,  #footer a:link, #footer a:tel, #footer a:visited {
    color: #fff !important;
}

#footer h4 {
    color: #ffffff; /*  -------------------- FOOTER TEXT TITLE COLOR */
    font-weight: 700;
    font-size: 13pt;
    margin-bottom: 0.2em;
}

#footer p {
    color: #f0f0f0; /*  -------------------- FOOTER TEXT COLOR */
}

.footer-info-box {
    padding: 0.5em 0 0.5em 0;
}


/* Responsive CSS */
@media all and (min-width: 1600px) {
    #footer {
        padding: 20em 0 10em 0;
        background-position: top;
    }
    .banner {
        padding: 160px 2em;

    }
    .header-logo {
        background-size: 20em;
        height: 20em;
        width: 100%;
        padding-top: 0%;
    }

}

@media all and (min-width: 992px) {
    .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 60px;
  box-shadow: 1px 1px 30px 10px rgba(0,0,0,0.15);
}
.stickycontent {
  padding-top: 60px;
}

}
@media all and (min-width: 992px) and (max-width: 1200px){
    .bgimage-container{
        padding: 4em 0;
        background-size: cover;
        background-attachment: scroll;
    }
.banner {
        padding: 80px 2em;
        background-size: 140%;
        background-position: top;
        background-attachment: fixed;
    }


}
@media all and (max-width: 1200px) { 
    .video-container {
        height: 100%
    }
    .arrow-left, .arrow-right {
        background-image: none;

    }    
}
@media all and (max-width: 992px) {
.banner {
        padding: 80px 2em;
        background-attachment:scroll; 

    }  
    .bgimage-container{
        padding: 4em 0;
        background-size: cover;
        background-attachment: scroll;
    }    
    .video-container {
        height: 280px;
    }
}

@media all and (max-width: 768px) {
.nav-container a{
    display: block;
    padding: 0.5em .75em;  
    font-size: 11pt;
 
}


.container {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0;
}

    .quote-text i {
        font-size: 14pt;
        padding: 0;
    }

    .bgimage-text {

        padding-left: 1em;
        padding-right: 1em;
    }
    .bgimage-text p {
        font-size: 13pt;

    }
        .bgimage-text h4 {
        font-size: 10pt;

    }
    .banner {
        padding: 60px 2em;
        background-attachment:scroll; 
    }


    .header-logo {
        background-size: 12em;
        height: 12em;
    }

    .bgimage2-container{
        background-position-x: left;
        background-size: 300%;
    }

    .customers-container {
        width: 100%;

    }

   

    .banner .banner-second-container {
        padding-top: 2em;
        /*padding-left: 9em;*/
    }
    .refes-container {
        min-height: 25em;
    }

    #refes h2 {
        font-size: 34pt;
        padding: 3em 0 0em 0;
    }
    #footer {
        padding: 5em 0 5em 0;
        background-attachment: scroll;
    }

    .ref-button {
        width: 75%;
        
    }
    #show-ref-button {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .banner-big-text {
        font-size: 2.2em; /* 0.8x default size */
    }
    .banner-text-2 {
        padding-top: 1.3em;
        padding-left: 0;
    }
    #contact-information {
        padding-top: 6em;
        padding-bottom: 0em;
    }
    .contact-info-center {
        width: 100%;
    }
    #videos .videos-even, #videos .videos-odd {
        width: 100%;
        margin-bottom: 0px;
    }
    .videos-video {
        padding-top: 3em;
        padding-left: 2em;
        padding-bottom: 3em;
    }
    .videos-text {
        padding-bottom: 2em;
        padding-top: 0;
    }
    .video-container {
        height: 20em;
    }
    .img-center-container {
        width: 100%;
        overflow:hidden;
    }
    .img-center-container img {
        text-align: center;
        margin: auto;
        width: 35.5em;
    }
    #faq h2 {
        font-size: 22px;
        padding: auto 2em;
    }
    .faq-box {
        font-size: 14px;
        padding: .5em;
    }
    ol {
        padding: 0 2em;
    }
}
@media all and (max-width: 560px) {
    .banner {
    }
    #banner-text-2 {
        padding-bottom: 3em;
    }

    .banner-text-3 .banner-big-text {

        padding-top: 0px;
    }
    .arrow-right {


    }

    @media all and (max-width: 500px) {
        .banner {
            background-position: 48%;
            padding: 30px;
        }

        .banner-big-text {
            font-size: 1.8em; /* 0.8x default size */
            line-height: 1em;
        }
        .banner-text-2 {
            padding-top: 1.3em;
            padding-left: 0;
        }
        .banner-text-3 {
            padding-top: 0;
            padding-bottom: 1em;

        }

        .reference-name p {
            font-size: 0.6em;
        }
        .videos-video {
            padding-top: 1em;
            padding-left: 2em;
            padding-right: 2em;
            padding-bottom: 1em;
        }
        .flickity-page-dots {
            bottom: 0;
        }
        .img-center-container img {
            padding-top: 2em;
            padding-bottom: 2em;
        }
    }

    @media all and (max-width: 377px) {
        #hover-contact-arrow-container, #hover-order-arrow-container {
            height: 1.5em;
            bottom: 1.5em;
        }
        #hover-order-arrow-container {
            bottom: -0.75em;
        }
        #hover-contact-arrow-container p, #hover-order-arrow-container p {
            height: 1.5em;
            line-height: 1.8em;
            padding-left: 1.5em;
            font-size: 14pt;
        }
        #hover-contact-arrow-left-content, #hover-order-arrow-left-content {
            height: 1.5em;
        }
        #hover-contact-arrow-left, #hover-order-arrow-left {
            border-top: 0.75em solid transparent; 
            border-left: 0.5em solid #faee74; /* -------------------------------- MOBILE ARROW TIP */
            border-bottom: 0.75em solid transparent;
            left: -1px;
        }

        .videos-video {
            padding: 1em 1em 2em 1em;
        }
    }
    @media all and (max-width: 360px) {
        #videos .videos-odd:first-child {
            padding-top: 2em;
        }
        .contact-info-text p {
            font-size: 1.05em; /* 0.8x default size */
        }
        .reference-name p {
            font-size: 0.5em;
        }

        .carousel-cell {
            margin: 0;
        }
        .flickity-prev-next-button.next {
            padding: 0;
        }

        .videos-video {
            margin: auto;
            text-align: center;
            width: 90%;
        }

        #videos .carousel iframe {
            height: 12em;
        }
        .img-center-container img {
            padding-top: 1em;
            padding-bottom: 1em;
        }

        .carousel {
            height: 12.5em;
            text-align: center;
        }
        .video-container {
            height: 12em;
        }

        #contact-information {
            padding-top: 3em;
            padding-bottom: 1em;
        }
        .contact-info {
            height: auto;
        }
    }
    @media all and (max-width: 320px) {
        .hover-buttons {

        }
        #hover-contact-arrow-container p, #hover-order-arrow-container p {
            padding-left: 0.5em;
            font-size: 10pt;
            line-height: 2.5em;
        }
    }

/* DEBUGGER

* {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}

*/
