
body {
    color: #343a40;
}


#myPageContent, section {
    height: 100% !important;
    width: 100% !important;
}

#textSlider.row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
}

#textSlider div {
    color: #FFF;
    text-transform: uppercase;
}

.iamCol {
    text-align: right;
    float: left;
    /*	font-weight: 300;*/
    font-size: 1em;
}

.iamCol p:nth-child(2) {
    margin-top: -20pt !important;
}

.slideCol {
    text-align: left;
    overflow: hidden;
    /*	font-weight: 500;*/
    font-size: 1em;
    display: block;
    white-space: nowrap;
}

.slideCol p {
    margin: 0px !important;
}

.scroller {
    height: 20pt;
    line-height: 20pt;
    overflow: hidden;
}

.scroller .inner {
    animation: 10s normal infinite running scroll;
}

@keyframes scroll {
    0% {
        margin-top: 0px;
    }
    15% {
        margin-top: 0px;
    }

    25% {
        margin-top: -20pt;
    }
    40% {
        margin-top: -20pt;
    }

    50% {
        margin-top: -40pt;
    }
    65% {
        margin-top: -40pt;
    }

    75% {
        margin-top: -60pt;
    }
    90% {
        margin-top: -60pt;
    }

    100% {
        margin-top: 0px;
    }
}


.fa {
    font-size: 40px;
    margin-left: 5px;
    color: #6c757d;
}

.fa:hover {
    color: #3b5998;
}


.navbar {
    border-bottom: 1px solid #e4e4e4;
}

.footer {
    border-top: 1px solid #e4e4e4;

}

.footer h3 {
    font-size: 1em;

}


/* Image Credit: 
- http://www.junedigann.com/ 
- https://commons.wikimedia.org/wiki/Main_Page
*/
.column {
    position: relative;
}

.column .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;
}

.column .text h2 {
    margin: 0;
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
}

.column:hover .text {
    opacity: 1;

}

.column:hover img {
    filter: blur(2px);
}


/* __________ gallery - START __________ */

* {
    box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #343a40;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #343a40;
    padding: 2px 16px;
    color: white;
    /*    border-radius: 0rem 0rem 0.25rem 0.25rem;*/
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column-gallery {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.active,
.demo:hover {
    opacity: 1;
}

/* __________ gallery - END __________ */


p {
    margin-bottom: 10px;
    margin-top: 10px;
}

.podglad {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0rem 0rem 0.25rem 0.25rem;
    background-color: #f8f9fa;
}

.container-products {
    padding-right: 0px;
}


.box {
    width: 200px;
    height: 300px;
    position: relative;
    border: 1px solid #BBB;
    background: #EEE;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#9BC90D 0%, #79A70A 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}


.featurette-image {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette-heading2 {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 40px;
    }

    .featurette-heading2 {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 4rem;
    }

    .featurette-heading2 {
        margin-top: 2rem;
    }
}


.vertical {
    transform: rotate(270deg);
    font-size: 2.5em;
    color: #343a40;
    padding: 20px;
    font-style: italic;
    text-transform: 1px 1px 0px rgba(0, 0, 0, 0.5);
    float: left;
    cursor: vertical-text;
    position: absolute;
    top: 530px;
    left: -330px;
    font-family: 'Caveat', cursive;

}

@media only screen and (max-width: 1200px) {
    .vertical {
        display: none;
    }
}

