@charset "utf-8";

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.0em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
    padding: 0;
}

h2 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.6em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
}

h3 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.2em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
}

h4 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
}

h5 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
}

h6 {
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 300px;
    margin: 30px 0 5px 0;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

table tr th {
    background-color: #525252;
    border-color: #ADADAD;
    color: #ffffff;
    text-align: left;
}

table tr td {
    border-color: #ADADAD;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Roboto', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

.spacer_20px {
    clear: both;
    display: table;
    height: 20px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* HEADER TOP */

.header {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 30px 5%;
    position: relative;
    width: calc(100% - 10%);
}

@media screen and (max-width: 1080px) {
    .header {
        padding: 15px 5%;
    }
}

.logo {
    display: table-cell;
    height: auto;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}

@media screen and (max-width: 1080px) {
    .logo {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0 0 15px 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}

.logo img {
    display: block;
    height: 90px;
    width: auto !important;
}

@media screen and (max-width: 1080px) {
    .logo img {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .logo img {
        height: auto !important;
        width: 100% !important;
    }
}

.contacts {
    display: table-cell;
    height: auto;
    letter-spacing: -0.5px;
    padding: 0 0 0 20px;
    text-align: right;
    vertical-align: middle;
    width: auto;
}

@media screen and (max-width: 1080px) {
    .contacts {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}

.contact_holder {
    clear: both;
    color: #252525;
    display: table;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 0 0 4px 0;
    position: relative;
    text-align: right;
    width: auto;
}

@media screen and (max-width: 1080px) {
    .contact_holder {
        clear: both;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .contact_holder {
        font-size: 1.3em;
    }
}

.contact_holder_bolder {
    font-weight: 700;
}

.contact_holder a,
.contact_holder a:visited {
    color: #252525;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.contact_holder a:hover,
.contact_holder a:visited:hover {
    color: #000000;
    text-decoration: none;
}

/* NAVIGATION MENU */

.navigation {
    background-color: #000000;
    border-bottom: 5px solid #b88b4a;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 15px 4% 10px 4%;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 8%);
}

@media screen and (max-width: 1080px) {
    .navigation {
        padding: 10px 4%;
    }
}

.navigation.sticky {
    left: 0;
    opacity: 0.8;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100% - 8%);
    z-index: 50;
}

/* CONTENT MAIN HEADER */

.content_header {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 15% 0 15%;
    position: relative;
    width: calc(100% - 30%);
}

@media screen and (max-width: 1200px) {
    .content_header {
        padding: 20px 10% 0 10%;
        width: calc(100% - 20%);
    }
}

@media screen and (max-width: 1080px) {
    .content_header {
        padding: 20px 5% 0 5%;
        width: calc(100% - 10%);
    }
}

.content_h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.0em;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.content_h2_center {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .content_h2 {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2 {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 560px) {
    .content_h2 {
        font-size: 2.2em;
        text-align: center;
    }
}

/* COVER IMAGES */

.cover_image_outer {
    border: 1px solid #cccccc;
    clear: both;
    display: table;
    height: auto;
    margin: 20px 15% 0 15%;
    padding: 10px;
    position: relative;
    width: calc(100% - 30% - 20px);
}

@media screen and (max-width: 1200px) {
    .cover_image_outer {
        margin: 20px 10% 0 10%;
        width: calc(100% - 20% - 20px);
    }
}

@media screen and (max-width: 1080px) {
    .cover_image_outer {
        margin: 20px 5% 0 5%;
        width: calc(100% - 10% - 20px);
    }
}

@media screen and (max-width: 560px) {
    .cover_image_outer {
        border: 0;
        margin: 20px 0 0 0;
        padding: 0;
        width: 100%;
    }
}

.cover_image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: block;
    height: auto;
    margin: 0 auto;
    padding-bottom: 35%;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 560px) {
    .cover_image {
        padding-bottom: 45%;
    }
}

/* QUOTES */

.quote {
    background-color: #f3f3f3;
    border-bottom: 5px solid #ddca7d;
    border-top: 5px solid #ddca7d;
    clear: both;
    display: table;
    height: auto;
    margin: 25px 15% 0 15%;
    padding: 15px 0 20px 0;
    position: relative;
    width: calc(100% - 30%);
}

@media screen and (max-width: 1200px) {
    .quote {
        margin: 15px 10% 0 10%;
        width: calc(100% - 20%);
    }
}

@media screen and (max-width: 1080px) {
    .quote {
        margin: 15px 5% 0 5%;
        width: calc(100% - 10%);
    }
}

@media screen and (max-width: 560px) {
    .quote {
        margin: 15px 0 0 0;
        width: 100%;
    }
}

.quote_text {
    clear: both;
    color: #252525;
    display: table;
    font-size: 1.2em;
    font-style: italic;
    height: auto;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    text-align: center;
    width: calc(100% - 10%);
}

@media screen and (max-width: 767px) {
    .quote_text {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 560px) {
    .quote_text {
        padding: 0 5%;
        width: calc(100% - 10%);
    }
}

.quote_text:before,
.quote_text:after {
    color: #5b5b5b;
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.4em;
}

.quote_text:before {
    content: '\f10d';
    padding: 0 5px 0 0;
}

.quote_text:after {
    content: '\f10e';
    padding: 0 0 0 5px;
}

.quote_author {
    clear: both;
    display: table;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    font-weight: 700;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .quote_author {
        font-size: 1.2em;
    }
}

/* MAIN CONTENT */

.main_content {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 15%;
    position: relative;
    width: calc(100% - 30%);
}

@media screen and (max-width: 1200px) {
    .main_content {
        padding: 20px 10%;
        width: calc(100% - 20%);
    }
}

@media screen and (max-width: 1080px) {
    .main_content {
        padding: 20px 5%;
        width: calc(100% - 10%);
    }
}

.main_content p {
    line-height: 1.3em;
    text-align: justify;
}

.main_content ol li,
.main_content ul li {
    padding: 2px 0;
}

.main_content img {
    height: auto !important;
    max-width: 100%;
}

/* GOOGLE MAP */
#gmap {
    clear: both;
    display: block;
    margin: 20px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 560px) {
    #gmap {
        height: 300px !important;
    }
}

@media screen and (max-width: 440px) {
    #gmap {
        height: 220px !important;
    }
}

#circle_map {
    background-color: rgba(108, 235, 99, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 480px;
    left: 0;
    margin: 10px auto;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 480px;
    z-index: 2;
}

@media screen and (max-width: 560px) {
    #circle_map {
        height: 380px;
        top: -50px;
        width: 380px;
    }
}

@media screen and (max-width: 440px) {
    #circle_map {
        height: 280px;
        top: -40px;
        width: 280px;
    }
}

/* FOOTER */

.footer {
    background-color: #000000;
    border-top: 5px solid #b88b4a;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 15%;
    position: relative;
    width: calc(100% - 30%);
}

@media screen and (max-width: 1200px) {
    .footer {
        padding: 20px 10%;
        width: calc(100% - 20%);
    }
}

@media screen and (max-width: 1080px) {
    .footer {
        padding: 20px 5%;
        width: calc(100% - 10%);
    }
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 10px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #c4c4c4;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* FORM STYLING */

input[type=text],
input[type=email] {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 10px;
    position: relative;
    width: calc(100% - 20px - 2px);
    font-family: 'Roboto', sans-serif;
}

input[type=text]:hover,
input[type=email]:hover {
    background-color: #eeeeee;
}

input[type=text]:focus,
input[type=email]:focus {
    background-color: #eeeeee;
}

input[type="submit"] {
    background-color: #e79b4b;
    border: 0;
    color: #252525;
    cursor: pointer;
    display: table;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5em;
    height: auto;
    margin: 15px 0;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: auto;
}

input[type="submit"]:hover {
    background-color: #b17434;
    color: #ffffff;
}

textarea {
    border: 1px solid #c4c4c4;
    font-family: 'Roboto', sans-serif;
    height: 140px;
    margin: 0;
    padding: 10px;
    width: calc(100% - 20px);
}

textarea:hover,
textarea:focus {
    background-color: #eeeeee;
}

label {
    clear: both;
    color: #252525;
    display: table;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.0em;
    font-weight: 600;
    margin: 20px 0 4px 0;
    padding: 0;
    position: relative;
}

label span {
    color: red;
}

.help-block {
    color: red;
    float: right;
    font-size: 0.8em;
    font-weight: 600;
    padding: 4px 0 0 0;
    text-align: right;
    width: 100%;
}

.help-block:after {
    color: red;
    content: '\f071';
    font-family: 'FontAwesome', sans-serif;
    line-height: 1.0em;
    margin: 0;
    padding: 0 0 0 5px;
}

.alert-success {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: calc(100% - 20px - 2px);
}

/* PAGING */

.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 28px;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: #ab6575;
    color: #000000;
}

.paging_current {
    background-color: #e1879c;
    color: #000000;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

.paging_holder {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: auto;
}