html,
body {
    width: 100%;
    height: 3000px;
    padding: 0px;
    margin: 0px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-window-2 {
    min-height: 800px;
    background: transparent;
}

.parallax-window-3 {
    min-height: 200px;
    background: transparent;
}

.parallax-edge-upperright {
    height: 100px;
    width: 300px;
    position: absolute;
    top: -68px;
    right: 0px;
    transform: skewY(12deg);
}

.parallax-edge-lowerright {
    height: 100px;
    width: 300px;
    position: absolute;
    bottom: -68px;
    right: 0px;
    transform: skewY(-12deg);
}

.parallax-edge-upperleft {
    height: 100px;
    width: 300px;
    position: absolute;
    top: -68px;
    left: 0px;
    transform: skewY(-12deg);
}

.parallax-edge-lowerleft {
    height: 100px;
    width: 300px;
    position: absolute;
    bottom: -68px;
    left: 0px;
    transform: skewY(12deg);
}

.parallax-top-down {
    height: 100px;
    width: 100%;
    position: absolute;
    top: -75px;
    left: 0px;
    transform: skewY(1deg);
}

.parallax-top-up {
    height: 100px;
    width: 100%;
    position: absolute;
    top: -75px;
    left: 0px;
    transform: skewY(-1deg);
}

.parallax-bottom-up {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 0px;
    transform: skewY(-1deg);
}

.parallax-bottom-down {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: -75px;
    left: 0px;
    transform: skewY(1deg);
}

div.logo {
    position: fixed;
    top: -5px;
    left: 20px;
    z-index: 1050;
}

#navbar {
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.contact-link {
    background-color: #0383be;
    color: white !important;
    border-radius: .3em;
}

img.logo {
    width: 125px;
    height: auto;
    margin-top: 25px;
}

.navbar {
    background: none;
    padding: 0px;
}

a.nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

li.nav-item {
    padding: 15px;
}

i.glyphicon {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*responsive classes*/

@media (min-width: 0px) {
    .av-navbar-img-xs {
        height: 1.5em;
    }
}

@media (min-width: 576px) {
    .av-navbar-img-md {
        height: 2em;
    }
}

.jumbotron {
    padding: 1em;
    background-color: #0383be;
}

#home {
    padding-top: 125px;
    height: 75%;
    display: table;
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.text-shadow {
    text-shadow: -1px 0 5px #29303d, 0 1px 5px #29303d, 1px 0 5px #29303d, 0 -1px 5px #29303d;
}


/* padded section */

.pad-section {
    padding: 100px 0;
}

.pad-section img {
    width: 100%;
}

#about {
    display: flex;
}

#spacer {
    background-color: #ffffff;
    height: 50px;
}

.reasons {
    background-color: #ffffff;
    /* #0383be; */
    color: black;
}

.reasons .card {
    opacity: 1 !important;
    background-color: rgba(41, 48, 61, 0.025);
}

.reasons .card-header {
    color: white;
    background-color: rgba(41, 48, 61, 1);
    /*
    #0383be
    #29303d
    */
}

.reasons .card-body {
    color: black;
}

.card-no-opacity {
    background-color: #0383be;
    color: #ffffff !important;
}

.benefits {
    background-color: #29303d;
    /* #0383be; */
    color: #ffffff;
}

.testsuite {
background-color: #29303d;
/* #0383be; */
color: #ffffff;
}

.benefits .glyphicon {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

.additional {
    background-color: #29303d;
    color: #ffffff;
}

.additional .glyphicon {
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    vertical-align: middle;
    width: 140px;
}

.impressions {
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.impressions>.container>.row {
    margin-bottom: 15px;
}

.additional {
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.additional>.container>.row>.col-md-6 {
    margin-bottom: 15px;
}

.media {
    background-color: #29303d;
    color: #ffffff;
    display: table;
    position: relative;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

hr.dark {
    border-top: 1px solid #eee;
}

.col-md-6 {
    margin-bottom: 15px;
}


img.foto {
    margin-right: 20px;
    width: 120px;
    height: auto;
}

img.icon {
    width: 32px;
    height: 32px;
    box-shadow: 0px 0px 10px silver;
}

td {
    vertical-align: top;
}

td.content, p.content {
    font-size: .8em;
}

span.signature {
    margin-left: 10px;
    font-weight: 400;
    font-style: italic;
}

p.disclaimer {
    font-size:.75em;
    font-style: italic;
}

td.checkbox {
    width: 5%;    
    text-align: center;
}

td.checkbox_label {
    width: 45%;
}

p.graylight {
    border:1px solid gray;
    padding: 2px 10px 2px 10px;
    background-color:#EEEEEE;
    height:100%;
}

/* for PC */
@media screen and (min-width:992px) {
    #sidebar {
      width: 100%;
      position: sticky;
      top: 175px;
      right: 0px;
      z-index:1000;
    }
  }

/* for Smart Phone */
@media screen and (max-width:991px) {
    #sidebar {
        display: none;
    }
}

#sidebar_nav {
    display:inline-block;
    text-align: center;
    position:absolute;
    right: 0px;
}

.sidebar_item {
    padding: 15px;
    position: relative;
    right: 10px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 7px 20px;
}

div.teaser {
    float:left;
    width:100px;
    height:100px;
    background-color:#AAAAAA;
    margin-right:15px;
    margin-bottom:20px;
}