





::-webkit-input-placeholder {color: inherit}
:-moz-placeholder           {color: inherit}
::-moz-placeholder          {color: inherit}
:-ms-input-placeholder      {color: inherit}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
h1 { font-size: 50px; line-height: 64px; }
h2 { font-size: 40px; line-height: 50px; }
h3 { font-size: 28px; line-height: 36px; }
h4 { font-size: 21px; line-height: 27px; }
h5 { font-size: 17px; line-height: 22px; }
h6 { font-size: 14px; line-height: 18px; }
@media (max-width: 768px) {
    body { font-size: 14px; line-height: 23px}
    h1   { font-size: 34px; line-height: 40px}
    h2   { font-size: 30px; line-height: 35px}
    h3   { font-size: 26px; line-height: 29px}
    h4   { font-size: 22px; line-height: 24px}
    h5   { font-size: 17px; line-height: 19px}
    h6   { font-size: 13px; line-height: 15px}
}
.title{
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-tooltip{
    position: relative;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}
.title-tooltip:after{
    content: '';
    position: absolute;
    left: 10px;
    bottom: -14px;
    border: 7px solid transparent;
    border-top-color: #000;
}
.title-tooltip-white{
    background-color: #fff;
    color: #000;
}
.title-tooltip-white:after{
    border-top-color: #fff;
}



.text-light p{
    color: #fff;
}
.text-dark p{
    color: #000;
}
.text-grey{
    color: #c1c1c1;
}

.serif{
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
    margin-top: 0
}
.bigtext {
    font-size: 160px;
    line-height: 1
}
.small, p.small{
    font-size: 90%;
    font-weight: 300;
}
@media (max-width: 992px) {
    .bigtext{font-size: 130px;}
}
@media (max-width: 768px) {
    .bigtext{font-size: 70px;}
}	
.text-light { color: #fff }
.text-dark  { color: #000 }
.text-center { text-align: center }
.text-left   { text-align: left }
.text-right  { text-align: right }
.uppercase  { text-transform: uppercase }
.capitalize { text-transform: capitalize }
.bold   { font-weight: bold }
.bolder { font-weight: bolder }
.italic { font-style: italic }
.underline{ text-decoration: underline }
.fullwidth  { width: 100% }
.fullheight { height: 100% }
.fullscreen-width { width: 100vw }
.fullscreen-height{ height: 100vh }
.bg-grey{ background-color: #F7F7F7; }
.bg-dark{ background-color: rgba(0, 0, 0, 0.9); }

.vcenter-outer{
    display: table;
    height: 100%;
}
.vcenter-inner{
    display: table-cell;
    vertical-align: middle;
}

.vCenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.centered {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}
.highlight {
    background-color: #000;
    color: #fff;
}
.overflow{
    overflow: hidden;
}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.fixed{
    position: fixed !important;
}
.video-container iframe {
    border: 0;
}
.p0   { padding: 0px !important  }
.p10  { padding: 10px !important }
.p20  { padding: 20px !important }
.p30  { padding: 30px !important }
.p40  { padding: 40px !important }
.p50  { padding: 50px !important }
.p60  { padding: 60px !important }
.p70  { padding: 70px !important }
.p80  { padding: 80px !important }
.p90  { padding: 90px !important }
.p100 { padding: 100px !important}
.p110 { padding: 110px !important}
.p120 { padding: 120px !important}
.p130 { padding: 130px !important}
.p140 { padding: 140px !important}

.m0   { margin: 0px !important  }
.m10  { margin: 10px !important }
.m20  { margin: 20px !important }
.m30  { margin: 30px !important }
.m40  { margin: 40px !important }
.m50  { margin: 50px !important }
.m60  { margin: 60px !important }
.m70  { margin: 70px !important }
.m80  { margin: 80px !important }
.m90  { margin: 90px !important }
.m100 { margin: 100px !important}
.m110 { margin: 110px !important}
.m120 { margin: 120px !important}
.m130 { margin: 130px !important}
.m140 { margin: 140px !important}

.pt0   { padding-top: 0px !important  }
.pt10  { padding-top: 10px !important }
.pt20  { padding-top: 20px !important }
.pt30  { padding-top: 30px !important }
.pt40  { padding-top: 40px !important }
.pt50  { padding-top: 50px !important }
.pt60  { padding-top: 60px !important }
.pt70  { padding-top: 70px !important }
.pt80  { padding-top: 80px !important }
.pt90  { padding-top: 90px !important }
.pt100 { padding-top: 100px !important}
.pt110 { padding-top: 110px !important}
.pt120 { padding-top: 120px !important}
.pt130 { padding-top: 130px !important}
.pt140 { padding-top: 140px !important}

.pb0   { padding-bottom: 0px !important  }
.pb10  { padding-bottom: 10px !important }
.pb20  { padding-bottom: 20px !important }
.pb30  { padding-bottom: 30px !important }
.pb40  { padding-bottom: 40px !important }
.pb50  { padding-bottom: 50px !important }
.pb60  { padding-bottom: 60px !important }
.pb70  { padding-bottom: 70px !important }
.pb80  { padding-bottom: 80px !important }
.pb90  { padding-bottom: 90px !important }
.pb100 { padding-bottom: 100px !important}
.pb110 { padding-bottom: 110px !important}
.pb120 { padding-bottom: 120px !important}
.pb130 { padding-bottom: 130px !important}
.pb140 { padding-bottom: 140px !important}

.mt0   { margin-top: 0px !important  }
.mt10  { margin-top: 10px !important }
.mt20  { margin-top: 20px !important }
.mt30  { margin-top: 30px !important }
.mt40  { margin-top: 40px !important }
.mt50  { margin-top: 50px !important }
.mt60  { margin-top: 60px !important }
.mt70  { margin-top: 70px !important }
.mt80  { margin-top: 80px !important }
.mt90  { margin-top: 90px !important }
.mt100 { margin-top: 100px !important}
.mt110 { margin-top: 110px !important}
.mt120 { margin-top: 120px !important}
.mt130 { margin-top: 130px !important}
.mt140 { margin-top: 140px !important}

.mb0   { margin-bottom: 0px !important  }
.mb10  { margin-bottom: 10px !important }
.mb20  { margin-bottom: 20px !important }
.mb30  { margin-bottom: 30px !important }
.mb40  { margin-bottom: 40px !important }
.mb50  { margin-bottom: 50px !important }
.mb60  { margin-bottom: 60px !important }
.mb70  { margin-bottom: 70px !important }
.mb80  { margin-bottom: 80px !important }
.mb90  { margin-bottom: 90px !important }
.mb100 { margin-bottom: 100px !important}
.mb110 { margin-bottom: 110px !important}
.mb120 { margin-bottom: 120px !important}
.mb130 { margin-bottom: 130px !important}
.mb140 { margin-bottom: 140px !important}

.negative-margin{
    margin-top: -100px;
}


.button {
    font-size: 13px;
    padding: 8px 26px 6px;
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: background .2s, color .2s, border-color .2s;
    transition: background .2s, color .2s, border-color .2s;
}
.button:hover {
    text-decoration: none;
    background: #333;
    color: #fff;
}
.button.light {
    background: #fff;
    color: #000;
}
.button.light:hover {
    background: #DCDCDC;
}
.button.outline {
    background: none;
    color: #000;
    border: 2px solid;
    padding: 7px 24px 5px;
}
.button.outline.light {
    color: #fff;
}
.button.outline:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.button.outline.light:hover {
    background: #fff !important;
    border-color: #fff;
    color: #000;
}





contact-info{
    position: relative;
    z-index: 11;  color:#412F28;
}
.contact-info a{
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
}
#contact{}
form{
    text-align: left;
}
form input,
form textarea{
    background: none;
    width: 100%;
    border: 0;
    border: 1px solid #ccc;
    padding: 11px 16px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
form textarea{
    min-height: 60px;
    resize: none;
}
form input:focus,
form textarea:focus{
    border: 1px solid #000;
}
#submit{
    width: auto;
}
#submit:hover{
    background-color: #000;
}
.contact-message{
    display: none;
    text-transform: capitalize;
    text-align: center;
    margin: 50px 0;
}