body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

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

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 10px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px;
}
.jumbotron {
    background-color: #556B2F;
    color: #fff;
    padding: 25px 25px;
    font-family: Montserrat, sans-serif;
}
.jumbotron-text{
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-transform: none;
}

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

.youtube-container {
    width: 70%;
    margin: 10px auto;
    max-width: 600px;
    text-align: center;

}

.getitonplay-img {
    display: inline-block;
    width: 40%;
    max-width:400px;
    min-width: 250px;
}

.container-fluid {
    padding: 40px 50px;
}

.row p {
    max-width: 600px;
    margin: auto;
}

.bg-grey {
    background-color: #f6f6f6;
}
.banner-logo {
    height: 20px;
}

.logo-small {
    color: #556B2F;
    font-size: 50px;
}
.logo {
    color: #556B2F;
    font-size: 200px;
}

.img_container {
    text-align: center;
}

.img_container img {
    display: inline-block;
    margin: auto;
    width: 333px;
    max-width: 80%;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #556B2F;
}
.carousel-indicators li {
    border-color: #556B2F;
}
.carousel-indicators li.active {
    background-color: #556B2F;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 30px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #556B2F;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #556B2F;
    background-color: #fff !important;
    color: #556B2F;
}
.panel-heading {
    color: #fff !important;
    background-color: #556B2F !important;
    padding: 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #556B2F;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #556B2F;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}
.navbar li a, .navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #556B2F !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #556B2F;
}

#footer {
    padding: 10px 30px;
    background-color: black;
    color: white;
    text-align: center;
}

#footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #556B2F;
}

#footer_menu {
    text-align: center;
    width: 100%;
}

#footer_menu a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 20px;
    font-weight: bold;
    color: white;
}

#footer_menu a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

#languageLinks a {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 2px;
    border-radius: 20px;
    font-weight: normal;
    color: green;
}

#footer_menu a:hover {
    background-color: white;
    color: black;
}

.slideanim {visibility:hidden;}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}


/*
#promotionimage {
    position:relative;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 5px;}
*/



* {box-sizing: border-box;}

.img-comp-container {
    height: 800px; /*should be the same height as the images*/


    position: relative;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
align-items:center;
    margin: auto;

}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow: hidden;
    border: 3px solid #73AD21;
    margin: auto;

}

.img-comp-img img {
    display: block;
    vertical-align: middle;
}

.img-comp-slider {
    position: absolute;
    z-index: 9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}