﻿.input-contact {
    width: 100%;
    height: 35px;
    padding: 8px 8px;
}

.input-comment {
    padding: 8px 8px;
}

.contact {
    padding: 0px 11px 11px 0px
}

.h3-body {
    text-align: center;
    padding: 0px 0px;
    margin-top: 5px;
    color: #07076f;
    color: white;
    font-family: 'proxima-nova';
    font-weight: 300;
    margin-bottom: 20px;
}

div.page-content {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    color: #07076f;
    /*max-width: 1000px;*/
    margin: 0 auto;
    padding:0px;
}

h2 a {
    color: #6320b5; 
    text-decoration: underline;
}

#map {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;    
}

.h1-body, .h2-body {
    text-align: center;
    color: #07076f;
    margin-top: 0;
}

.h2-body {
    font-family: 'proxima-nova', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 25px;
}

.h2-body a {
    color:white;
    text-decoration: underline;
}

.h2-body a:hover {
    color: #b2d1ff;
    text-decoration: underline;
}

.h2-body span.contact-label {
    font-weight: 500;
    color: #b2d1ff;
}


.h1-body {
    /*border: solid 2px #413e6d;*/
    background: #413e6d;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: white;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    background-color: #413e6d;    
}

.contact-box2 {
    /*border: solid 2px #413e6d;*/
    background: #413e6d;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 10px; 
    border-bottom: none;
}

.contact-form {
    border: solid 2px #413e6d;
    /*background: cornsilk;*/
    padding: 20px;
    border-top:none;
    padding-left: 20%;
    padding-right: 20%;
    background-color: #413e6d;
}

.btn, input, textarea {
    border: solid 1px #413e6d;
}

.containerx {
    margin-top: 0px;
    /*background: url('/Content/Images/dg/desks1c.jpg');*/
    /*background: url('/Content/Images/dg/bwtest4.jpg') no-repeat;*/
}

.h1-body-0 {
    font-family: 'proxima-nova';
    font-weight: 800;
    font-size: 36px;
}

.h1-body-1 {
    background-color: #a76eaf;
    font-family: 'proxima-nova';
    font-weight: 400;
    max-width: 550px;
    margin: auto;
}

button.comment-submit.btn-default {
    background-color: orange !important;
    border-color: orange !important;
    color: white;
    font-size: 20px;
    font-weight: 600 !important;
    font-family: 'proxima-nova';
}

.fa-paper-plane {
    padding-right: 10px;
}

div.col-lg-4.contact, #comment-textarea div {
    padding-right: 0px !important;
}

@media screen and (max-width: 999px) {
    .contact-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}

div.panel-body.container-fluid {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.panel {
    margin-bottom: 0px;
}

.fa-contact {
    padding-right: 10px;
}

div#cb1 {
    background-color: #a76eaf;
}

div.contact input, div#comment-textarea textarea {
    border-radius: 3px;
}

.with-pad {
    padding-right: 5px;
}

@media screen and (max-width: 1199px) {
    .with-pad {
        padding-right: 0px;
    }
}

.input-contact:focus, .input-comment:focus {
    box-shadow: 0 0 3px 3px rgba(228,121,17,.7);
}

@media screen and (max-width: 767px) {
    .page-content {
        padding-top: 0px!important;
    }
}

#comment-return-message {
    display:none;
}

h3.return-message {
    text-align: center;
    padding: 20px;
    color: white;
    font-family: 'proxima-nova';
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
    border-radius: 5px;
}

/*prevent mobile slide*/
@media screen and (max-width: 600px) {
  

    .containerx {      
        margin-left: 0px;
        margin-right: 0px;
    }

    .containerx .panel-body {

        padding-left: 15px;
        padding-right: 15px;
    }
   
}