html,
body {
    height: 100%;
    width: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    background: #E7BA20;
    font-family: sans-serif;
    font-size: 11pt;
    font-weight: 400;
    color: #363636;
}
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
p,
ol,
ul {
    margin-top: 0;
}
p {
    line-height: 190%;
}
a {
    color: #171717;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}

/* Heading Titles  */

.title {
    margin-bottom: 32px;
    text-transform: uppercase;
}
.title h2 {
    font-weight: 400;
    font-size: 32px;
    color: #E7BA20;
}
.title .byline {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F6F;
}
/** WRAPPER */

#wrapper {
    background: #FFFFFF;
}
#footer-wrapper {
    background: #0F0F0F;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.clearfix {
    clear: both;
}
/* Wrappers */

#header-wrapper {
    overflow: hidden;
    background-image: url(../images/header.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    padding: 96px 0 32px 0;
}
/* Header  */

#header {
    position: relative;
    overflow: hidden;
    text-align: center;
}
/* Logo */

#logo {
    width: 90%;
    height: 5%;
    margin: 0 auto;
    padding: 32px 0;
    text-transform: uppercase;
    color: white;
    text-shadow:
    -0.5px -0.5px 0 #000,
    0.5px -0.5px 0 #000,
    -0.5px 0.5px 0 #000,
    0.5px 0.5px 0 #000;  
}
#logo h1 {
    letter-spacing: 1px;
    font-size: 48px;
}
#logo p {
    letter-spacing: 1px;
    color: #FFF;
}
#logo a {
    text-decoration: none;
    color: #FFF;
}
/*  MENU   */

#menu-wrapper {
    background: #E7BA20;
}
#menu-wrapper img {
    height: 100px;
    position: absolute;
}
#menu {
    overflow: hidden;
    height: 10%;
}
#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    text-align: center;
}
#menu li {
    display: inline-block;
}
#menu a {
    display: block;
    letter-spacing: 1px;
    padding: 0px 38px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 100px;
    border: none;
    color: #FFF;
}
#menu a:hover,
#menu .current_page_item a {
    text-decoration: none;
}
#menu .current_page_item a {
    border-bottom: 4px solid #494949;
    height: 96px;
    background-color: rgba(249, 249, 249, 0.08);
}
/** PAGE */

#page {
    position: relative;
    overflow: hidden;
    padding: 7% 0 8% 0;
}

#page_pad {
    position: relative;
    overflow: hidden;
    padding: 7% 0 0 0;
}
/** CONTENT */

#content {
    float: left;
    width: 70%;
}
/* Sidebar */

#sidebar {
    float: right;
    width: 345px;
}
#sidebar img {
    width: 100%;
}
#sidebar .title h2 {
    font-size: 25px;
}
#sidebar .box1 {
    margin-bottom: 48px;
}
/* Copyright */

#copyright {
    overflow: hidden;
    padding: 15px 0 0 0;
    text-align: center;
}
#copyright p {
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #6F6F6F;
}
#copyright a {
    text-decoration: none;
    color: #6F6F4F;
}
/* Footer  */

#footer-wrapper {
    overflow: hidden;
    padding: 80px 0;
    background: #1E1B1A;
}
#footer {
    color: #ADADAD;
}
#footer .title h2 {
    font-weight: 400;
    font-size: 19px;
    color: #FFF;
}
#footer .title {
    border-color: #2D2926 !important;
}
#footer .style1 li {
    border-color: #2D2926 !important;
}
#footer .style1 a {
    font-size: 16px;
    color: #B1B1B1;
}
#box2 {
    float: left;
    width: 20%;
    margin-left: 24px;
    padding-right: 30px;
}
form {
    width: 100%;
    min-height: 440px;
}
input {
    width: 95%;
    height: 50px;
    margin: 3px;
    border: thin solid #6F6F6F;
    border-radius: 5px;
    font-size: 18px;
    padding-left: 10px;
}
.contact_btn {
    width: 45.8%;
    display: inline-block;
    background-color: #E7BA20;
    cursor: pointer;
    margin: 5px 0 0 14px;
}
.contact_btn:hover,
.button:hover {
    background-color: #A7122D;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
}
textarea {
    width: 94%;
    min-height: 150px;
    max-width: 99%;
    margin: 3px;
    border: thin solid #6F6F6F;
    border-radius: 5px;
    font-size: 18px;
    padding: 10px;
}
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}
.md-perspective body {
    background: #222;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.md-modal {
    position: relative;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 730px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    margin-top: 12%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
/* Content styles */

.md-content {
    color: #464346;
    background: #F9F9F9;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-content h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
    font-size: 2.4em;
    font-weight: 300;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px 3px 0 0;
}
.md-content > div {
    padding: 15px 40px 30px;
    margin: 0;
    font-weight: 300;
    font-size: 1.15em;
}
.md-content > div p {
    margin: 0;
    padding: 10px 0;
}

@media screen and (max-width: 1200px) {
    div .fb-like-box {
    display: none;
    }
    #content {
        width: 100%;
    }
    input,
    textarea {
        width: 90%;
    }
    .contact_btn {
        width: 42%;
    }
    #sidebar {
        float: none;
        width: 100%;
    }
    .md-modal {
        margin-top: 22%;
    }
}


@media screen and (max-width: 970px) {
    #menu-wrapper img {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .md-modal {
        margin-top: 52%;
    }
}

@media screen and (max-width: 560px) {
    #menu ul li {
        display: none;
    }
    .md-modal {
        margin-top: 82%;
    }
}

@media screen and (max-width: 360px) {
    .md-modal {
        margin-top: 82%;
    }
}

@media screen and (max-width: 320px) {
    .md-modal {
        margin-top: 92%;
    }
}