.container {
  max-width: 960px;
}

/*
 * Custom translucent site header

Color Info
City Loft: 224, 218, 210 (#E0DAD2) OLD: 110, 199, 215
Bottle Green: 49, 64, 56 (#314038) OLD: 1, 50, 32, #013220
 */

.logotext {
    font-family: 'Passion One', cursive;
    color: #314038;
}
.logotextWhite {
    font-family: 'Passion One', cursive;
    color: #FFFFFF;
}
.logotextIT {
    color: #B8860B;
}
.site-header {
  background-color: rgba(49, 64, 56, 1.0);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
    .site-header a {
        color: #fff;
        transition: ease-in-out color .15s;
    }
        .site-header a:hover {
            color: #B8860B;
            text-decoration: none;
        }

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

/* OVERRIDES */
.bg-dark {
    background-color: rgba(49, 64, 56, 1.0) !important;
}
.bg-light {
    background-color: rgba(224, 218, 210, 0.5) !important;
}
ul.services {
    list-style-type: none;
    list-style-position: unset;
}

    ul.services li {
        margin-left: -30px;
    }
.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.formitem {
    margin: 10px auto;
    width: 250px;
    position: relative;
}

    .formitem label, .topformitem label {
        font-weight: bold;
        color: #777;
    }

    .formitem input[type="checkbox"] {
        margin: 0 0 4px;
    }
    .formitem input[type="text, email, phone"] {
        width: 100%;
    }
    .formitem textarea {
        width: 100%;
    }


.formitemtiny {
    margin: 10px auto;
    width: 150px;
    position: relative;
}

    .formitemtiny label {
        font-weight: bold;
        color: #777;
    }

    .formitemtiny input[type="checkbox"] {
        margin: 0 0 4px;
    }


.formitemfull {
    margin: 10px auto;
    width: 390px;
    position: relative;
}

    .formitemfull label {
        font-weight: bold;
        color: #777;
    }

    .formitemfull input[type="checkbox"] {
        margin: 0 0 4px;
    }

.formitemresponsive {
    margin: 10px auto;
    position: relative;
}

    .formitemresponsive label {
        font-weight: bold;
        color: #777;
    }

    .formitemresponsive input[type="checkbox"] {
        margin: 0 0 4px;
    }

/*.formitem6 {
    margin: 10px auto;
    width: 250px;
    position: relative;
}
    .formitem6 label, .topformitem6 label {
        font-weight: bold;
        color: #777;
    }
    .formitem6 input[type="checkbox"] {
          margin: 0 0 4px;
    }*/

.required input, .required select {
    background-color: #FFE5E5;
}

.greenbtn {
    background-color: rgba(49, 64, 56, 1.0);
    /*background-image: linear-gradient(to bottom, #9CFFA3, #00B00C);*/
    color: #FFFFFF;
    /*text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);*/
    border-radius: 6px;
}

    .greenbtn:hover, greenbtn:focus, .greenbtn:active {
        color: rgba(49, 64, 56, 1.0);
        background-position: 0 !important;
        background-color: rgba(224, 218, 210, 0.5);
        /*text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);*/
    }

.redbtn {
    background-image: linear-gradient(to bottom, #FF8989, #FF0000);
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
}

    .redbtn:hover, redbtn:focus, .redbtn:active {
        color: #FFFFFF;
        background-position: 0 !important;
        background-color: #FF0000;
        text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
    }

.bluebtn {
    background-image: linear-gradient(to bottom, #B1D5FF, #0078FF);
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
}

    .bluebtn:hover, .bluebtn:focus, .bluebtn:active {
        color: #FFFFFF;
        background-position: 0 !important;
        background-color: #0078FF;
        text-shadow: 0 1px 1px rgba(100, 100, 100, 0.75);
    }

@media (max-width: 767.98px) {
    .corpaddress {
        margin-bottom: 15px;
    }
}