html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
table,
tbody,
tfoot,
thead,
tr,
th,
td {
    vertical-align: top;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #cccccc;
}
.mfp-preloader a:hover {
    color: white;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.mfp-ie7 .mfp-img {
    padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
    padding: 0;
}
.mfp-ie7 .mfp-content {
    padding-top: 44px;
}
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.grabbing {
    cursor:
        url(grabbing.png) 8 8,
        move;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
body {
    font:
        1em/1.5em "roboto condensed",
        sans-serif;
    color: #5d5c59;
    background: #fff;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    border-top: 0px !important;
}
strong {
    font-weight: 700;
}
input,
textarea,
select,
button {
    box-sizing: border-box;
    font:
        1em/1em "roboto condensed",
        sans-serif;
    border-radius: 4px;
    border: 1px solid #c7c2b9;
    -webkit-appearance: none;
}
button {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 18px;
    background: #4d483e;
    border: 0;
    color: #fff;
    cursor: pointer;
    margin: 15px 0 0;
}
p {
    margin-bottom: 30px;
}
ul {
    margin-bottom: 30px;
}
ul li {
    padding: 10px 0 10px 30px;
    font-weight: 700;
    position: relative;
}
ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 21px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f6bb3d;
}
ol {
    margin: 0 0 30px 30px;
    list-style: decimal;
}
a,
button {
    outline: none;
    transition: all 0.2s ease-in-out;
}
a {
    color: #f6bb3d;
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
    font-weight: 700;
}
a:hover,
a[href^="tel:"] {
    text-decoration: none;
}
h1 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h1 span {
    font-weight: 700;
}
h2 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h2 span {
    font-weight: 700;
}
h3 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h3 span {
    font-weight: 700;
}
h4 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h4 span {
    font-weight: 700;
}
h5 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h5 span {
    font-weight: 700;
}
h6 {
    color: #4d483e;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
h6 span {
    font-weight: 700;
}
h1 {
    font-size: 2.5em;
    line-height: 1em;
    background: #f6bb3d;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
#page1 h1 {
    background: none;
    color: #4d483e;
    padding: 0;
}
h2 {
    font-size: 2.25em;
    line-height: 1em;
}
h3 {
    font-size: 2em;
    line-height: 1em;
}
h4 {
    font-size: 1.75em;
    line-height: 1.07143em;
}
h5 {
    font-size: 1.5em;
    line-height: 1em;
}
h6 {
    font-size: 1.0625em;
    line-height: 1.23529em;
}
img {
    max-width: 100% !important;
    height: auto !important;
}
blockquote {
    border-left: 5px solid #f6bb3d;
    padding: 10px 0 10px 30px;
    margin-bottom: 30px;
    color: #4d483e;
}
blockquote strong {
    display: block;
    font:
        1.375em/1.22727em "bitter",
        serif;
    font-style: italic;
    margin-bottom: 15px;
}
hr {
    position: relative;
    border: 0;
    height: 2px;
    background: #fff;
    margin: 30px 0 52.5px;
    overflow: visible;
}
hr:after {
    content: "";
    display: block;
    width: 97px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: -6px auto 0;
    background: url(hr-detail.png) #fff center no-repeat;
    padding: 0 15px;
}
.container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}
.container::after {
    clear: both;
    content: "";
    display: table;
}
.button-link {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1em;
    padding: 16px 18px 18px;
    background: #f6bb3d;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px transparent;
}
.primary-bg,
.secondary-bg,
.dark-bg {
    color: #fff !important;
}
.primary-bg h1,
.secondary-bg h1,
.dark-bg h1 {
    color: #fff;
}
.primary-bg h2,
.secondary-bg h2,
.dark-bg h2 {
    color: #fff;
}
.primary-bg h3,
.secondary-bg h3,
.dark-bg h3 {
    color: #fff;
}
.primary-bg h4,
.secondary-bg h4,
.dark-bg h4 {
    color: #fff;
}
.primary-bg h5,
.secondary-bg h5,
.dark-bg h5 {
    color: #fff;
}
.primary-bg h6,
.secondary-bg h6,
.dark-bg h6 {
    color: #fff;
}
.primary-bg .button-link,
.secondary-bg .button-link,
.dark-bg .button-link {
    background: #fff;
    color: #4d483e;
}
.primary-bg {
    background-color: #f6bb3d !important;
}
.secondary-bg {
    background-color: #231f20 !important;
}
.third-bg {
    background-color: #50c878 !important;
}
.dark-bg {
    background-color: #4d483e !important;
}
.primary-text {
    color: #f6bb3d !important;
}
.secondary-text {
    color: #231f20 !important;
}
.third-text {
    color: #50c878 !important;
}
.col::after {
    clear: both;
    content: "";
    display: table;
}
.notes {
    font-size: 0.875em;
    line-height: 1.42857em;
    margin-bottom: 30px;
}
.shout {
    margin-bottom: 30px;
    font-size: 1.1875em;
    line-height: 1.26316em;
}
.shout2 {
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 4px;
    background: #4d483e;
    color: #fff;
}
.important {
    color: #dc0629;
    font-weight: 700;
}
.hide {
    display: none !important;
}
.twitter-icon {
    background: #00aced;
}
.facebook-icon {
    background: #3b5998;
}
.google-plus-icon {
    background: #dd4b39;
}
.linkedin-icon {
    background: #007bb6;
}
.full-width {
    position: relative;
    width: 110%;
    left: -5%;
    padding: 10%;
    box-sizing: border-box;
    color: #b5bbbe;
    margin-bottom: 45px;
    border-radius: 4px;
}
.full-width h1,
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5 {
    color: #fff;
}
.align-center {
    text-align: center;
}
.border {
    position: relative;
}
.border:after {
    content: "dd";
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 10px red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}
.circle {
    border-radius: 50%;
}
.no-margin {
    margin: 0;
}
.stars {
    margin-bottom: 30px;
    font: 1.5em/1em "themify";
    color: #50c878;
}
.gallery::after {
    clear: both;
    content: "";
    display: table;
}
.gallery img {
    display: block;
    float: left;
    width: 46.15%;
    margin: 0 0 30px 7.7%;
}
.gallery a:first-child img {
    margin-left: 0;
}
.lightbox-3-row a:last-child img {
    float: none;
    clear: both;
    margin: 0 auto 30px;
}
.lightbox-4-row img {
    margin: 0 0 30px 0;
}
.lightbox-4-row a:first-child img {
    margin-right: 7.7%;
}
.lightbox-4-row a:last-child img {
    margin-left: 7.7%;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin-bottom: 30px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-container {
    position: relative;
    max-width: 100%;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: 0;
    margin-bottom: 30px;
}
.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quick-contact-form {
    background: #f6bb3d;
    padding: 9%;
    margin-bottom: 40px;
    border-radius: 4px;
}
.quick-contact-form h3 {
    color: #fff;
}
.quick-contact-form label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    display: block;
    color: #fff;
    margin: 15px 0 3px 5px;
}
.quick-contact-form input,
.quick-contact-form textarea {
    width: 100%;
    padding: 8px;
    border: 0;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}
.quick-contact-form *:focus {
    box-shadow:
        inset 0 0 0 2px #fce6b7,
        0 0 0 2px #fce6b7;
}
.quick-contact-form textarea {
    height: 150px;
}
.contact-form {
    margin-bottom: 30px;
}
.contact-form div {
    position: relative;
    margin-bottom: 15px;
}
.contact-form label {
    display: block;
}
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 8px;
}
.contact-form textarea {
    height: 170px;
}
.contact-form :focus {
    border-color: #f6bb3d;
}
.social {
    margin-bottom: 30px;
    text-align: left;
}
.social::after {
    clear: both;
    content: "";
    display: table;
}
.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #696354;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    border-radius: 4px;
    overflow: hidden;
    text-indent: -400px;
}
.social .twitter-icon {
    background-image: url(twitter-icon.png);
}
.social .twitter-icon:hover {
    background-color: #00aced;
}
.social .facebook-icon {
    background-image: url(facebook-icon.png);
}
.social .facebook-icon:hover {
    background-color: #3b5998;
}
.social .google-plus-icon {
    background-image: url(google-plus-icon.png);
}
.social .google-plus-icon:hover {
    background-color: #dd4b39;
}
.social .linkedin-icon {
    background-image: url(linkedin-icon.png);
}
.social .linkedin-icon:hover {
    background-color: #007bb6;
}
.menu-style-one h4 {
    margin: 30px 0 0;
}
.menu-style-one strong {
    display: block;
    font-size: 1.5em;
    line-height: 1em;
    color: #f6bb3d;
    margin-bottom: 15px;
}
.menu-style-two {
    margin: 0 0 60px;
}
.menu-style-two li {
    border: 2px solid #fff;
    padding: 30px;
    margin-bottom: 15px;
}
.menu-style-two li:before {
    display: none;
}
.menu-style-two p {
    margin: 0;
}
.menu-style-two h4 strong {
    display: block;
}
.menu-style-two h4 em {
    display: block;
    color: #f6bb3d;
    font-weight: 700;
    font-style: normal;
}
.flexslider {
    width: 100%;
    height: 320px;
    position: relative;
}
.flexslider ul,
.flexslider ol {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
.flexslider ul li,
.flexslider ol li {
    padding: 0;
    border: 0;
}
.flexslider ul li:before,
.flexslider ol li:before {
    display: none;
}
.flexslider .flex-control-nav {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 10;
    display: block;
    width: 100%;
    text-align: center;
}
.flexslider .flex-control-nav li {
    display: inline-block;
}
.flexslider .flex-control-nav a {
    display: inline-block;
    margin: 0 7px;
    border-radius: 50%;
    background: #fff;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -100px;
    cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.flexslider .flex-control-nav .flex-active {
    cursor: default;
    opacity: 1;
    filter: alpha(opacity=100);
}
.flexslider .flex-direction-nav {
    display: none;
}
.flexslider .container {
    width: 90%;
    height: 100px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.flexslider .container strong {
    font-size: 3.125em;
    line-height: 1em;
    text-shadow: 2px 2px 0 rgba(77, 72, 62, 0.1);
    display: block;
    margin-bottom: 15px;
}
.flexslider .container span {
    display: inline-block;
    padding: 10px;
}
.slides::after {
    clear: both;
    content: "";
    display: table;
}
.slides > li {
    display: none;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    padding: 0;
}
.slides li:before {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4d483e;
    opacity: 0.15;
    filter: alpha(opacity=15);
    border-radius: 0;
}
.slides img {
    width: 100%;
    display: block;
}
#slide01 {
    background-image: url(top-pic01small.jpg);
}
#slide02 {
    background-image: url(top-pic02small.jpg);
}
#slide03 {
    background-image: url(top-pic03small.jpg);
}
    #slide04 {
        background-image: url(slide04.jpg);
        background-size: cover
    }
.owlslider {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
}
.owlslider .owl-item {
    margin-bottom: 30px;
}
.owlslider blockquote {
    font:
        1.375em/1.18182em "bitter",
        serif;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    padding: 0;
    border: 0;
}
.owlslider span {
    text-transform: uppercase;
}
.owlslider .owl-pagination div {
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -100px;
    cursor: pointer;
}
.owlslider .owl-pagination .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    background: #50c878;
    cursor: default;
}
#top {
    position: relative;
    padding: 46px 20px 0;
}
#top #top-tel {
    background: #231f20;
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    width: 100%;
    color: #74676a;
    text-align: center;
    font-size: 1.375em;
    line-height: 1em;
    margin-bottom: 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
#top #top-tel strong {
    color: #fff;
}
#top #top-container {
    position: relative;
    padding: 20px 0 10px;
}
#top #top-container #logo img {
    max-width: 60% !important;
}
#top #top-container #nav-icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: #f6bb3d;
    font-size: 1.25em;
    line-height: 1.9em;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
#top #top-container #nav-icon span {
    display: none;
}
#top #top-container #nav-icon.close-icon {
    background: #4d483e;
}
#top #top-address {
    border-top: 1px solid #fff;
    padding: 12px 0;
}
#nav {
    background: #4d483e;
    width: 100%;
    padding: 30px 20px;
    margin: 0;
    display: none;
    box-sizing: border-box;
}
#nav li {
    padding: 0;
}
#nav li:before {
    display: none;
}
#nav li:first-child a {
    border-top: 1px solid #787060;
}
#nav a {
    color: #fff;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #787060;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
#nav #active {
    color: #f7c455;
}
#nav .nav_parent > a {
    border: 0;
}
#nav .nav_parent > a:after {
    content: "\e64b";
    font: 0.75em/1em "themify";
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 12px;
    height: 12px;
}
#nav ul {
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #787060;
}
#nav ul a {
    border: 0;
    padding: 3px 0 3px 25px;
    text-transform: initial;
    color: #b5afa2;
}
#nav ul li:first-child a {
    border: 0;
}
#nav ul a:before {
    content: "\e649";
    font: 0.5625em/1em "themify";
    color: #fff;
    position: absolute;
    left: 10px;
    top: 12px;
}
#content,
#bottom {
    padding: 10% 10% 5%;
}
#home-cta {
    margin: 45px 0 45px;
}
#home-cta .col {
    padding-bottom: 10px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#home-cta h2 {
    font-size: 1.375em;
    line-height: 1.09091em;
    margin: 0;
    padding: 15px;
}
#home-cta img {
    display: block;
    margin-bottom: 30px;
}
#home-cta p {
    padding: 0 30px;
}
#home-cta .button-link {
    width: 100%;
    text-align: center;
}
#home-cta + hr {
    margin-top: 45px;
}
#bottom {
    background: #4d483e;
}
#bottom .col {
    margin-bottom: 30px;
}
#bottom a,
#bottom p,
#bottom h5,
#bottom ul {
    color: #fff;
}
#bottom p {
    margin-bottom: 20px;
}
#bottom strong {
    display: block;
    color: #f7c455;
    text-transform: uppercase;
}
#opening-times ul {
    border-top: 1px solid #9e9686;
    margin-left: 0;
}
#opening-times li {
    border-bottom: 1px solid #9e9686;
    padding: 15px 0;
}
#opening-times li::after {
    clear: both;
    content: "";
    display: table;
}
#opening-times li:before {
    display: none;
}
#opening-times span {
    font-weight: 700;
    color: #f7c455;
    float: right;
}
#social {
    margin-bottom: 30px;
}
#social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
    font-size: 1.375em;
    line-height: 2.27273em;
    text-decoration: none;
}
#social span {
    display: none;
}
#end {
    padding: 10%;
}
#end p {
    margin-bottom: 20px;
}
#sitewizard a {
    color: #4d483e;
    text-decoration: none;
    font-weight: 400;
}
#code-incorrect {
    color: #fff;
    padding: 10px;
    background: #4d483e;
    margin-bottom: 20px;
}
#code-incorrect strong {
    display: block;
    font-size: 1.3em;
}
#verifycode-form {
    padding: 20px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
#verifycode-image {
    padding: 45px 40px;
    background: #f5f5f5;
    float: left;
    border: 1px solid #fff;
    margin-right: 20px;
}
#verifycode {
    width: 64px;
    font-size: 24px;
    padding: 3px;
}
#verifycode-submit {
    font-size: 24px;
    padding: 5px 15px;
    background: #222;
    color: white;
    border: 1px solid white;
    cursor: pointer;
    margin-left: 5px;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
    .full-width {
        width: 108%;
        left: -4%;
        padding: 8%;
    }
    .col {
        clear: both;
    }
    #content,
    #bottom {
        padding: 8% 8% 4%;
    }
    #end {
        padding: 4% 8% 12%;
    }
}
@media screen and (min-width: 48em) {
    h1,
    h2 {
        letter-spacing: -0.01em;
    }
    h1 {
        font-size: 3em;
        line-height: 1em;
    }
    h2 {
        font-size: 2.125em;
        line-height: 1em;
    }
    h3 {
        font-size: 1.75em;
        line-height: 1em;
    }
    h4 {
        font-size: 1.5em;
        line-height: 1.08333em;
    }
    hr {
        margin: 60px 0;
    }
    .col-container::after {
        clear: both;
        content: "";
        display: table;
    }
    .two-col,
    .four-col {
        width: 46.15%;
    }
    .one-third-col {
        width: 28.2%;
    }
    .two-thirds-col {
        width: 64.1%;
    }
    .two-col.left,
    .one-third-col.left,
    .four-col.left,
    .four-col.middle,
    .two-thirds-col.left {
        float: left;
    }
    .two-col.right,
    .four-col.right,
    .one-third-col.right,
    .two-thirds-col.right {
        float: right;
    }
    .four-col.left {
        margin-right: 7.7%;
    }
    .col .two-col {
        float: none;
        width: 100%;
    }
    .full-width {
        width: 107.5%;
        left: -3.75%;
        padding: 7.5%;
        margin: 15px 0 60px;
    }
    .hide {
        display: block !important;
    }
    .lightbox-3-row img {
        width: 28.2%;
    }
    .lightbox-3-row a:first-child img {
        margin-left: 0;
    }
    .lightbox-3-row a:last-child img {
        float: left;
        clear: none;
        margin-left: 7.7%;
    }
    .contact-form label {
        display: inline-block;
        width: 33%;
        position: absolute;
        left: 0;
        top: 8px;
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        margin: 0 0 0 33%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 66%;
        padding: 8px;
    }
    .contact-form textarea {
        height: 200px;
    }
    .flexslider {
        height: 500px;
    }
    .flexslider .slides {
        height: 500px;
    }
    .flexslider .slides li {
        height: 500px;
    }
    .flexslider .flex-control-nav {
        bottom: 0;
        z-index: 10;
        display: block;
        width: 100%;
        height: 20px;
        text-align: left;
    }
    .flexslider .flex-control-nav li {
        display: inline-block;
        width: 25%;
        height: 100%;
    }
    .flexslider .flex-control-nav a {
        display: inline-block;
        margin: 0;
        border-radius: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        text-indent: -100px;
        cursor: pointer;
        opacity: 0.25;
        filter: alpha(opacity=25);
    }
    .flexslider .flex-control-nav .flex-active {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: default;
    }
    .flexslider .container {
        width: 100%;
        height: 280px;
        font-size: 2em !important;
    }
    .flexslider .container span {
        font-size: 1.375em;
        line-height: 1em;
    }
    #slide01 {
        background-image: url(top-pic01large.jpg);
    }
    #slide02 {
        background-image: url(top-pic02large.jpg);
    }
    #slide03 {
        background-image: url(top-pic03large.jpg);
    }
    
    #slide04 {
        background-image: url(slide04.jpg);
    }
    
    #slide04 .container {
        padding-top: 60px;
    }

    .owlslider .owl-item {
        margin-bottom: 30px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    #content,
    #bottom {
        padding: 7.5% 7.5% 3.75%;
    }
    #end {
        padding: 3.75% 7.5% 11.25%;
    }
    #sitewizard {
        text-align: right;
    }
}
@media screen and (min-width: 48em) and (orientation: landscape) {
    body {
        margin: 0 20px;
        background: #e9e8e1;
    }
    h2 {
        font-size: 2.5em;
        line-height: 1em;
    }
    h3 {
        font-size: 2.125em;
        line-height: 1em;
    }
    img {
        max-width: auto;
    }
    .three-col,
    .one-third-col {
        width: 28.2%;
    }
    .two-thirds-col {
        width: 64.1%;
    }
    .col .left,
    .col .right {
        width: 46.15%;
    }
    .left,
    .middle,
    .col .left {
        float: left;
    }
    .right,
    .col .right {
        float: right;
    }
    .three-col.middle {
        margin: 0 7.7%;
    }
    .full-width {
        width: 105%;
        left: -2.5%;
        padding: 5%;
    }
    .lightbox-4-row img {
        width: 19.225%;
        margin-left: 7.7%;
    }
    .lightbox-4-row a:first-child img {
        margin-left: 0;
        margin-right: 0;
    }
    .menu-style-two h4 {
        position: relative;
        margin-bottom: 15px;
    }
    .menu-style-two h4::after {
        clear: both;
        content: "";
        display: table;
    }
    .menu-style-two h4 strong {
        float: left;
        position: relative;
        padding: 0 10px 5px 0;
        background: #fff;
    }
    .menu-style-two h4 em {
        float: right;
        position: relative;
        padding: 0 0 5px 10px;
        background: #fff;
    }
    .menu-style-two h4:before {
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 1px dotted #fff;
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    .flexslider .container strong {
        font-size: 7.5em;
        line-height: 1em;
    }
    #top {
        padding: 40px 0 37px;
    }
    #top #top-tel {
        position: absolute;
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-block;
        padding: 15px;
        border-radius: 4px;
        width: auto;
        height: 54px;
        text-align: left;
        font-weight: 400;
    }
    #top #top-tel strong {
        display: block;
        font-size: 1.5em;
        line-height: 1em;
    }
    #top #top-container {
        position: static;
        display: inline;
        padding: 0;
    }
    #top #top-container #nav-icon {
        display: none;
    }
    #top #top-address {
        position: absolute;
        width: 28.2%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        height: 44px;
        border: 0;
        text-shadow: 1px 1px 0 white;
        padding-left: 12px;
        font-size: 1.125em;
        line-height: 1.22222em;
    }
    #nav {
        display: block;
        border-radius: 4px 4px 0 0;
        padding: 0;
        position: relative;
        border: 0;
        text-align: center;
        z-index: 100;
    }
    #nav li,
    #nav a,
    #nav li:first-child a {
        display: inline-block;
        border: 0;
    }
    #nav a {
        font-size: 1.25em;
        line-height: 1em;
        padding: 20px 2px 22px;
        margin: 0 25px;
        color: #cbc7be;
    }
    #nav #active {
        color: #fff;
        cursor: default;
    }
    #nav #active:after {
        content: "";
        width: 100%;
        height: 5px;
        background: #f6bb3d;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    #nav .nav_parent a:after {
        position: relative;
        display: inline;
        color: #b5afa2;
        margin-left: 10px;
    }
    #nav ul {
        display: none;
        position: absolute;
        left: 5px;
        background: #696354;
        text-align: left;
        width: 200px;
        border: 0;
        padding: 20px;
    }
    #nav ul li {
        display: block;
    }
    #nav ul a,
    #nav ul li:first-child a {
        display: block;
    }
    #nav ul a {
        color: #cbc7be;
        margin: 0;
        padding: 6px 0;
        font-weight: 400;
        text-transform: uppercase;
        box-sizing: border-box;
    }
    #nav ul a:before {
        display: none;
    }
    #nav ul #active {
        padding-left: 0;
        color: #fff;
    }
    #nav ul #active:before {
        display: none;
    }
    #nav ul #active:after {
        display: none;
    }
    #nav li:hover ul {
        display: block;
    }
    #content,
    #bottom {
        padding: 5% 5% 2.5%;
    }
    #content {
        background: #fff;
    }
    #bottom {
        border-radius: 0 0 4px 4px;
    }
    #end {
        padding: 2.5% 0 5%;
    }
}
@media screen and (min-width: 75em) {
    body {
        background: #e9e8e1 repeat-x center top fixed;
        border-top: 7px solid #fff;
        margin: 0;
    }
    h1 {
        font-size: 3.75em;
        line-height: 1em;
        margin-bottom: 40px;
        position: relative;
        left: -80px;
        width: 1200px;
        padding: 30px;
    }
    h2 {
        font-size: 3em;
        line-height: 1em;
    }
    h3 {
        font-size: 2.25em;
        line-height: 1em;
    }
    h4 {
        font-size: 1.75em;
        line-height: 1.07143em;
    }
    h5 {
        font-size: 1.5em;
        line-height: 1.08333em;
    }
    hr {
        margin: 60px 0;
    }
    .col-container + hr {
        margin-top: 40px;
    }
    .container {
        width: 1200px;
    }
    .three-col,
    .one-third-col {
        width: 28.2%;
    }
    .four-col {
        width: 19.225%;
    }
    .two-thirds-col {
        width: 64.1%;
    }
    .middle {
        margin: 0 7.7% 0 0;
    }
    .three-col.middle {
        margin: 0 7.7%;
    }
    .shout {
        margin-bottom: 40px;
        font-size: 1.3125em;
        line-height: 1.28571em;
    }
    .twitter-icon:hover:before {
        color: #00aced;
    }
    .facebook-icon:hover:before {
        color: #3b5998;
    }
    .google-plus-icon:hover:before {
        color: #dd4b39;
    }
    .linkedin-icon:hover:before {
        color: #007bb6;
    }
    .full-width {
        left: -80px;
        width: 1200px;
        padding: 75px 80px 40px;
        margin: 60px 0 80px;
        border-radius: 0;
    }
    .col-container + .full-width {
        margin-top: 36px;
    }
    .gallery {
        margin-top: 40px;
        position: relative;
    }
    .gallery a {
        position: relative;
        display: inline-block;
        margin-bottom: 42px;
        overflow: hidden;
        box-shadow: 0 0 0 4px #fff;
        border-radius: 4px;
    }
    .gallery a:before {
        content: "";
        background: #f6bb3d;
        display: block;
        width: 300%;
        height: 300%;
        position: absolute;
        left: 100%;
        bottom: 0;
        z-index: 10;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.3s ease-in-out;
    }
    .gallery a:hover:before {
        left: -100%;
    }
    .gallery a:after {
        content: "";
        background: url(magnify-icon.png) no-repeat center 20px;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.3s ease-in-out;
    }
    .gallery a:hover:after {
        opacity: 1;
        filter: alpha(opacity=100);
        background-position: center;
    }
    .gallery img {
        position: relative;
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 !important;
    }
    .lightbox-3-row a {
        width: 318px;
    }
    .lightbox-3-row a:nth-child(even) {
        margin-left: 42px;
        margin-right: 42px;
    }
    .lightbox-4-row a,
    .lightbox-4-row a:last-child {
        width: 228px;
        margin-left: 42px;
    }
    .lightbox-4-row a:first-child {
        margin-left: 0;
    }
    .social {
        width: auto;
    }
    .social a {
        width: 40px;
        height: 40px;
        float: right;
        margin-left: 10px;
        margin-right: 0;
    }
    .social .twitter-icon:hover {
        background-color: #00aced !important;
    }
    .social .facebook-icon:hover {
        background-color: #3b5998 !important;
    }
    .social .google-plus-icon:hover {
        background-color: #dd4b39 !important;
    }
    .social .linkedin-icon:hover {
        background-color: #007bb6 !important;
    }
    .contact-form label {
        width: 20%;
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        margin: 0 0 0 20%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 40%;
    }
    .contact-form button:hover {
        background-color: #f6bb3d;
    }
    .button-link:hover {
        background: transparent !important;
        box-shadow: inset 0 0 0 3px #f6bb3d;
        color: #f6bb3d !important;
    }
    .button-link.secondary-bg:hover {
        box-shadow: inset 0 0 0 3px #231f20;
        color: #231f20 !important;
    }
    .button-link.dark-bg:hover {
        box-shadow: inset 0 0 0 3px #4d483e;
        color: #4d483e !important;
    }
    .map-container {
        position: relative;
        max-width: 1200px;
        width: 1200px;
        left: -80px;
        padding-bottom: 33.33%;
        height: 0;
        margin-bottom: 0px !important;
    }
    .map-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    h1 + .map-container {
        margin-top: -40px;
    }
    .menu-style-one {
        margin: 0 60px;
    }
    .flexslider .flex-direction-nav {
        transition: all 0.2s ease-in-out;
        display: block;
    }
    .flexslider .flex-direction-nav li {
        position: static;
    }
    .flexslider .flex-direction-nav a {
        visibility: hidden;
    }
    .flexslider .flex-direction-nav a:before {
        position: absolute;
        z-index: 10;
        width: 60px;
        height: 60px;
        margin: auto;
        top: 0;
        bottom: 0;
        border-radius: 4px;
        color: #fff;
        text-align: center;
        font-family: "themify";
        font-size: 3.75em;
        line-height: 1em;
        visibility: visible;
        transition: all 0.2s ease-in-out;
        opacity: 0.4;
        filter: alpha(opacity=40);
    }
    .flexslider .flex-direction-nav a:hover:before {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .flexslider .flex-direction-nav .flex-prev:before {
        content: "\e64a";
        left: 15px;
    }
    .flexslider .flex-direction-nav .flex-next:before {
        content: "\e649";
        right: 15px;
    }
    .flexslider .flex-control-nav a:hover {
        background: #f6bb3d;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .flexslider .flex-control-nav .flex-active:hover {
        background: #fff;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
    .flexslider .container {
        width: 75%;
        height: 340px;
    }
    .flexslider .container strong {
        font-size: 8.4375em;
        line-height: 1em;
        letter-spacing: -0.02em;
    }
    .flexslider .container span {
        font-size: 1.5em;
        line-height: 1.25em;
        padding: 10px 15px;
    }
    .owlslider {
        left: -80px;
        width: 1200px;
        padding: 0;
        box-sizing: border-box;
    }
    .owlslider .owl-item {
        padding: 0 160px;
        box-sizing: border-box;
    }
    .owlslider blockquote {
        font-size: 1.5em;
        line-height: 1.33333em;
    }
    .owlslider span {
        font-size: 1.25em;
        line-height: 1em;
    }
    .owlslider .owl-controls {
        position: absolute;
        bottom: -70px;
        width: 100%;
    }
    .owlslider .owl-controls .owl-pagination {
        background: #f6bb3d;
        display: inline-block;
        padding: 0 15px 10px;
        border-radius: 0 0 4px 4px;
    }
    .owlslider .owl-controls .owl-pagination div {
        transition: all 0.2s ease-in-out;
    }
    .owlslider .owl-controls .owl-pagination div:hover {
        background: #50c878;
    }
    #top #top-address {
        right: 0;
        width: 28.2%;
    }
    #nav a:hover {
        color: #f7c455;
    }
    #nav ul a:hover {
        padding-left: 5px;
    }
    #nav ul #active,
    #nav ul #active:hover {
        padding-left: 0;
        color: #fff;
    }
    #nav li:hover ul {
        display: block;
    }
    #content {
        padding: 0 80px 40px;
    }
    #page0 #content,
    #page1 #content {
        padding-top: 80px;
    }
    #bottom {
        padding: 80px 80px 40px;
    }
    #home-cta .col {
        margin-bottom: 0;
    }
    #home-cta p {
        padding: 0 40px;
    }
    #home-cta .button-link:hover {
        box-shadow: inset 0 0 0 3px #fff;
        color: #fff !important;
    }
    #home-cta + hr {
        margin-top: 60px;
    }
    #bottom .col {
        margin-bottom: 0;
    }
    #social a:hover {
        background: #fff;
    }
    #end {
        padding: 40px 0 120px;
    }
    #sitewizard a:hover {
        color: #4d483e;
    }
}
#page5 #content {
    padding-bottom: 0 !important;
}
.cke_show_borders {
    background: #fff !important;
    padding: 30px !important;
}
.cke_show_borders h1 {
    left: 0 !important;
    width: 100% !important;
}
.cke_panel_frame li:before {
    display: none !important;
}
.homebutton {
    height: 200px;
    width: 200px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.third-bg:hover {
    background: transparent !important;
    box-shadow: inset 0 0 0 3px #50c878;
    color: #50c878 !important;
}
.homeh1 {
    margin-bottom: 10px;
}
.homep {
    font-size: 1.5rem;
}
.line {
    width: 80%;
    height: 2px;
    background-color: #f6bb3d;
    margin-top: 40px;
    margin-bottom: 60px;
}
.icons {
    padding-top: 8px;
    font-size: 4rem;
}
.contacticon {
    color: #f6bb3d;
}
.contacticon:hover {
    color: #50c878;
}
.contact2 {
    margin-bottom: 25px;
}
.timing {
    color: #f6bb3d;
}
.iconsfooter {
    font-size: 2.5rem;
    display: inline-block;
    margin: 0 10px;
}
.top-button {
    height: 70px;
    width: 100%;
}
.top-button .get {
    font-weight: 300;
}
.iconsheader {
    font-size: 2.5rem;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
}
.linkunderline {
    text-decoration: none;
}
.linkunderline :hover {
    color: #50c878;
}
.indexinfo {
    margin-top: 30px;
}
.contactfont {
    color: #5d5c59;
}
.linkbuttons {
    margin: 10px;
}

/*# sourceMappingURL=style.css.map */
