@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.has-error .help-block {
    color: #764D2A;
}

.has-error .form-control {
    border-color: #764D2A;
}

.form-control:focus {
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

input:-ms-input-placeholder {
    color: #000 !important;
}

textarea::-webkit-input-placeholder {
    color: #000 !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

textarea:-ms-input-placeholder {
    color: #000 !important;
}

textarea {
    resize: vertical;
}

header a,
h1,
.btn,
footer {
    font-weight: 100;
    font-family: 'anodyneregular';
}

footer {
    position: relative;
}

footer address {
    margin: 0;
}

.clear {
    clear: both;
}

h1 {
    letter-spacing: 1px;
}

html,
body {
    height: 100%;
}

#wrapper {
    height: 100%;
}

body {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

header a {
    color: #000;
    font-size: 3rem;
    font-size: 1.9rem;
}

header a:hover {
    text-decoration: underline;
}

.row-no-padding>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

header {
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.50);
    z-index: 99;
}

header ul {
    margin: 0 !important;
    overflow-x: hidden;
}

.item-1,
.item-2 {
    position: relative;
    padding: 19.5px 0;
    z-index: 99;
}

.item>img {
    width: 100%;
    visibility: hidden;
}

.carousel-caption img {
    margin: 0 auto;
}

.carousel-caption img:first-child {
    height: 184px;
    padding-bottom: 1rem;
    -webkit-filter: drop-shadow( 0px 0px 10px #000000);
    filter: drop-shadow( 0px 0px 50px #000000);
}

.first-slide,
.second-slide,
.third-slide,
.fourth-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.first-slide {
    background-image: url('../images/carousel_1_edit.jpg');
}

.second-slide {
    background-image: url('../images/carousel_2.jpg');
}

.third-slide {
    background-image: url('../images/carousel_3_edit.jpg');
}

.fourth-slide {
    background-image: url('../images/carousel_4.jpg');
}

.carousel-caption {
    padding-bottom: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.main-text h1 {
    text-transform: uppercase;
    color: #764D2A;
}

.main-text p {
    line-height: 2;
}

.main-text {
    padding: 2rem 0;
    border-bottom: 8px solid #000;
}

.contact-form {
    padding: 4rem 0;
}

.contact-form-wrapper {
    background: url('../images/contact_form_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.about-us-image img {
    width: 100%;
}

.about-us-main {
    background-image: url('../images/aboutus_background.png');
    background-repeat-y: no-repeat;
    position: relative;
    margin-top: -1%;
}

.about-us-main-inner {
    padding: 6rem 15px;
    ;
}

.about-us-main-inner p,
.main-text p {
    font-size: 1.4rem;
}

.about-us-main-inner p:not(:last-child) {
    padding-bottom: 2rem;
}

.about-us-main-inner p {
    text-align: center;
    line-height: 2;
}

.logo-space {
    min-width: 141px;
}

.main-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -27%;
}

.thankyou-message {
    display: none;
    padding: 4rem 15px;
    text-align: center;
}

.thankyou-message>div {
    background-color: #231F20;
    position: relative;
    padding: 0;
}

.thankyou-message h1 {
    color: #fff;
    margin: 0;
}

.thankyou-message .close-icon {
    color: #fff;
    position: absolute;
    right: 1%;
    top: 5%;
    font-size: 1rem;
    cursor: pointer;
}

footer {
    background: #000;
    min-height: 125px;
}

footer,
footer a,
footer a:hover,
footer a:active {
    color: #fff;
}

footer address a:hover {
    text-decoration: none;
}

footer div.mmc-logo,
footer address a {
    padding-left: 15px;
    padding-right: 15px;
}

.form-control {
    background-color: #959595;
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    color: #000;
}

form#form .btn {
    font-size: 2.9rem;
    background-color: #764D29;
    color: #fff;
    line-height: 1;
    padding: 5px 0;
    border-radius: 0;
    -webkit-box-shadow: 5px 5px 0px 0px #000;
    -moz-box-shadow: 5px 5px 0px 0px #000;
    box-shadow: 5px 5px 0px 0px #000;
}

.btn.disabled,
.btn[disabled] {
    opacity: 1;
}

form#form .btn:hover,
form#form .btn:active,
form#form .btn:visited {
    background-color: #959595;
    transition: all ease 1s;
}

footer .mmc-logo img {
    width: 37px;
}

footer>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.disclaimer p {
    margin-bottom: 0;
}

footer address a {
    font-size: 2rem;
}

@media screen and (min-width: 1400px) {
    html,
    body {
        font-size: 100% !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    html,
    body {
        font-size: 100% !important;
    }
}

@media screen and (min-width: 1200px) {
    .disclaimer p {
        width: 90%;
    }
    footer address,
    footer address h1 {
        display: inline;
    }
    footer div.mmc-logo {
        display: inline;
        position: relative;
        top: -8px;
    }
    footer address a {
        font-size: 2.5rem !important;
    }
    .about-us-main-inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    html,
    body {
        font-size: 90% !important;
    }
}

@media screen and (min-width: 768px) {
    li.item-1:before,
    li.item-2:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 99999px;
        height: 7px;
        background: #000;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    li.item-1:before {
        right: 100%;
        margin-right: 2em;
    }
    li.item-2:after {
        left: 100%;
        margin-left: 2em;
    }
    header {
        min-height: 81px;
        position: absolute;
        top: 2rem;
    }
    #myCarousel,
    .carousel-inner,
    .carousel-inner .item,
    #myCarousel .item>img {
        height: 100%;
    }
    .form-inner>div {
        width: 49%;
    }
    .form-inner-1 .submit {
        float: left;
        width: 21%;
    }
    .form-inner-1 .disclaimer {
        float: right;
        width: 75%;
        text-align: left;
    }
    .form-inner .email-wrapper {
        float: left;
    }
    .form-inner .phone-wrapper {
        float: right;
    }
    .thankyou-inner {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 767px) {
    html,
    body {
        font-size: 80%;
    }
    header {
        min-height: 182px;
        position: relative;
        background-color: #EBEBEB;
    }
    .item-1,
    .item-2 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    div.mmc-logo,
    address a {
        text-align: center;
        margin-top: 1rem;
    }
    .form-inner-1 .disclaimer {
        padding: 1rem 0;
        text-align: left;
    }
    .form-inner-1 .submit {
        width: 64%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .about-us-main {
        margin-top: -3% !important;
    }
    footer address a {
        font-size: 1.5rem !important;
    }
    .thankyou-inner {
        padding: 3rem 0;
    }
    .carousel-caption img:first-child {
        height: 103px;
    }
    .thankyou-message {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .thankyou-message h1:first-child {
        margin-bottom: 1rem;
    }
    .thankyou-message .close-icon {
        top: 3% !important;
        right: 3% !important;
    }
}