/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@font-face {
    font-family: 'open_sansbold';
    src: url('font/bold/OpenSans-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansitalic';
    src: url('font/italic/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('font/regular/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('font/semibold/OpenSans-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

.outer {
    *zoom: 1;
    padding-left: 5%;
    padding-right: 5%
}

.outer:before,
.outer:after {
    display: table;
    content: ""
}

.outer:after {
    clear: both
}

.inner {
    *zoom: 1;
    margin-left: auto;
    margin-right: auto;
    max-width: 980px
}

.inner:before,
.inner:after {
    display: table;
    content: ""
}

.inner:after {
    clear: both
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(../js/boxsizing.htc)
}

html {
    font-size: 100%;
    min-height: 100%;
    width: 100%
}

body {
    color: #5d626c;
    font-family: 'open_sansregular';
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    background-image: url('../images/mask.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #fff
}

img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    max-width: 100%
}

a {
    color: #5d626c;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

a:hover {
    color: #47b2e5
}

a:hover,
a:active {
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'open_sanssemibold';
    margin: 0 0 30px;
    color: #47b2e5;
    text-transform: uppercase
}

h1 {
    font-size: 28px;
    font-size: 1.75rem
}

h2 {
    font-size: 26px;
    font-size: 1.625rem
}

h3 {
    font-size: 24px;
    font-size: 1.5rem
}

h4 {
    font-size: 22px;
    font-size: 1.375rem
}

h5 {
    font-size: 18px;
    font-size: 1.125rem
}

h6 {
    font-size: 16px;
    font-size: 1rem
}

p {
    margin: 0 0 15px 0
}

strong,
b {
    font-weight: 700
}

form fieldset {
    border: 1px solid #5d626c;
    margin-bottom: 1em;
    padding: 0 1em 1em 1em
}

form legend {
    font-size: 14px;
    font-size: 0.875rem;
    color: #5d626c;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
    caption-side: top;
    text-align: center
}

form input[type=text],
form input[type=email],
form input[type=phone],
form input[type=password],
form input[type=number],
form textarea,
form select {
    background-color: #fff;
    border: 1px solid #5d626c;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 0.5em;
    outline: none
}

form input[type=text]:hover,
form input[type=email]:hover,
form input[type=phone]:hover,
form input[type=password]:hover,
form input[type=number]:hover,
form textarea:hover,
form select:hover {
    border-color: #51565e
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=phone]:focus,
form input[type=password]:focus,
form input[type=number]:focus,
form textarea:focus,
form select:focus {
    border-color: #2e3035;
    outline: 0
}

form textarea {
    resize: vertical;
    min-height: 5em
}

form .note {
    margin: 0 0 0.8em 0;
    padding: 0;
    color: #5d626c
}

form .req {
    font-style: italic;
    color: #ff0000
}

form .field {
    margin-bottom: 1em
}

table {
    width: 100%
}

table th,
table td {
    border: 1px solid #5d626c;
    padding: 0.5em
}

table caption {
    font-size: 14px;
    font-size: 0.875rem;
    color: #5d626c;
    letter-spacing: 0.1em;
    margin: 1em 0 0 0;
    padding: 0;
    caption-side: top;
    text-align: center
}

table tr {
    background-color: #5d626c
}

table tr:nth-child(even) {
    background-color: #fff
}

table th {
    background-color: #5d626c
}

hr {
    border: 0;
    height: 1px;
    background: #666;
    background-image: -webkit-linear-gradient(left, #ccc, #666, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #666, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #666, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #666, #ccc);
    clear: both;
    display: block
}

code,
samp,
pre,
kbd,
var {
    font-family: Monaco, Courier New, monospace
}

.hide {
    display: none !important;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px
}

.screen-hide {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

#header {
    *zoom: 1;
    background-color: #fff;
    color: #fff;
    padding: 30px 0 0;
    text-align: center
}

#header:before,
#header:after {
    display: table;
    content: ""
}

#header:after {
    clear: both
}

@media screen and (min-width: 48em) {
    #header {
        padding: 40px 0;
    }
}

#header .main {
    width: 100%;
    margin: 0px auto;
    *zoom: 1
}

#header .main:before,
#header .main:after {
    display: table;
    content: ""
}

#header .main:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #header .main {
        width: 1000px;
    }
}

#header .main a {
    color: #5d626c;
    text-decoration: none
}

#header .main a:hover {
    color: #47b2e5
}

@media screen and (min-width: 48em) {
    #header .main .logo {
        float: left;
    }
}

/*! responsive-nav.js 1.0.34 by @viljamis */
.nav-collapse {
    *zoom: 1
}

.nav-collapse:before,
.nav-collapse:after {
    display: table;
    content: ""
}

.nav-collapse:after {
    clear: both
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}

.nav-collapse.opened {
    max-height: 9999px !important
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

@media screen and (min-width: 48em) {
    .js .nav-collapse {
        position: relative
    }

    .js .nav-collapse.closed {
        max-height: none
    }

    .nav-toggle {
        display: none
    }
}

.nav-collapse {
    margin-top: 20px
}

@media screen and (max-width: 769px) {
    .nav-collapse {
        clear: both;
        border-top: 2px solid #47b2e5;
    }
}

@media screen and (min-width: 48em) {
    .nav-collapse {
        margin-top: 30px;
        float: right;
    }
}

.nav-collapse ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    padding: 10px 0
}

.nav-collapse ul:before,
.nav-collapse ul:after {
    display: table;
    content: ""
}

.nav-collapse ul:after {
    clear: both
}

@media screen and (min-width: 48em) {
    .nav-collapse ul {
        padding: 0px 0;
    }
}

.nav-collapse ul li {
    float: left;
    width: 100%;
    text-transform: uppercase;
    padding: 5px 0
}

@media screen and (min-width: 48em) {
    .nav-collapse ul li {
        width: auto;
        padding: 0 0 0 1.5em;
    }

    .nav-collapse ul li:first-child {
        margin: 0
    }
}

.nav-collapse ul li a {
    font-family: 'open_sansbold';
    font-size: 15px;
    font-size: 0.9375rem;
    color: #5d626c;
    text-decoration: none;
    display: block
}

@media screen and (min-width: 48em) {
    .nav-collapse ul li a {
        text-align: center;
    }
}

.nav-collapse ul li a:hover {
    color: #fff
}

.nav-collapse ul ul {
    background: #ca3716;
    padding-left: 2em;
    display: none
}

.nav-toggle {
    position: fixed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    background: #47b2e5;
    padding: 0px 0;
    display: block;
    margin: 20px 0 0
}

@media screen and (min-width: 48em) {
    .nav-toggle {
        display: none;
        margin: 0 0 0;
    }
}

.nav-toggle.active {
    margin: 0
}

.nav-toggle:before {
    color: #fff;
    font-family: dashicons;
    font-size: 35px;
    font-size: 2.1875rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    content: "\f333";
    speak: none;
    width: 100%
}

.nav-toggle.active::before {
    color: #fff;
    content: "\f158"
}

.main {
    width: 96%;
    margin: 0px auto;
    *zoom: 1
}

.main:before,
.main:after {
    display: table;
    content: ""
}

.main:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    .main {
        width: 1000px;
    }
}

.canvas {
    background: #ebebeb;
    padding: 30px 0 70px
}

.terms {
    padding: 70px 0
}

#banner {
    *zoom: 1;
    min-height: 364px;
    background: #ebebeb
}

#banner:before,
#banner:after {
    display: table;
    content: ""
}

#banner:after {
    clear: both
}

#banner .main {
    width: 100%;
    margin: 0px auto;
    *zoom: 1;
    background-repeat: no-repeat;
    background-position: bottom left
}

#banner .main:before,
#banner .main:after {
    display: table;
    content: ""
}

#banner .main:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #banner .main {
        width: 1000px;
    }
}

#banner .main h2 {
    margin: 40px 20px 0 20px;
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 125%;
    font-family: 'open_sansbold'
}

@media screen and (min-width: 30em) {
    #banner .main h2 {
        margin: 120px 50px 0 50px;
    }
}

.default {
    margin-top: 40px
}

#welcome {
    *zoom: 1;
    padding: 50px 0
}

#welcome:before,
#welcome:after {
    display: table;
    content: ""
}

#welcome:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #welcome .main {
        width: 767px;
    }
}

#services {
    *zoom: 1;
    padding: 50px 0;
    background: #ebebeb
}

#services:before,
#services:after {
    display: table;
    content: ""
}

#services:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #services .main {
        width: 767px;
    }
}

#servicesblock .main .serviceblock {
    overflow: hidden;
    max-width: 500px;
    margin: 0 auto;
    display: table;
    width: 100%
}

@media screen and (min-width: 48em) {
    #servicesblock .main .serviceblock {
        float: left;
        width: 50%;
    }
}

#servicesblock .main .serviceblock .serviceblocktitle {
    width: 100%;
    height: 100%;
    background: rgba(71, 178, 229, 0.7);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
    color: #ebebeb;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 10px 20px;
    font-family: 'open_sanssemibold'
}

#servicesblock .main .serviceblock .serviceblocktitle.hidden {
    display: none
}

#servicesblock .main .serviceblock .serviceblocktext {
    width: 100%;
    height: 100%;
    background: rgba(93, 98, 108, 0.8);
    display: none;
    padding: 10px 20px;
    color: #fff
}

#servicesblock .main .serviceblock .serviceblocktext.show {
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

#servicesblock .main .serviceblock .serviceblocktext h4 {
    color: #fff;
    margin: 0 0 10px 0
}

#servicesblock .main .serviceblock .serviceblocktext p {
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem
}

#people {
    padding: 50px 0;
    *zoom: 1
}

#people:before,
#people:after {
    display: table;
    content: ""
}

#people:after {
    clear: both
}

#people .main {
    *zoom: 1
}

#people .main:before,
#people .main:after {
    display: table;
    content: ""
}

#people .main:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #people .main {
        width: 767px;
    }
}

#people #peopleblock {
    width: 96%;
    margin: 0px auto;
    *zoom: 1
}

#people #peopleblock:before,
#people #peopleblock:after {
    display: table;
    content: ""
}

#people #peopleblock:after {
    clear: both
}

@media screen and (min-width: 1000px) {
    #people #peopleblock {
        width: 1000px;
    }
}

#people #peopleblock .personblock {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 30px
}

#people #peopleblock .personblock:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0
}

@media screen and (min-width: 48em) {
    #people #peopleblock .personblock {
        float: left;
        width: 44%;
        margin: 15px 3% 0;
        padding-bottom: 0px;
        border-bottom: none;
    }
}

#people #peopleblock .personblock .personimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #5d626c;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 183px;
    height: 186px;
    max-width: 100%;
    overflow: hidden;
    margin: 15px auto
}

#people #peopleblock .personblock a {
    color: #47b2e5
}

#people #peopleblock .personblock h1,
#people #peopleblock .personblock h2,
#people #peopleblock .personblock h3,
#people #peopleblock .personblock h4,
#people #peopleblock .personblock h5,
#people #peopleblock .personblock h6 {
    margin: 0 0 0px;
    font-size: 16px;
    font-size: 1rem
}

#contact {
    *zoom: 1;
    background: #5d626c;
    padding: 35px 0;
    color: #fff
}

#contact:before,
#contact:after {
    display: table;
    content: ""
}

#contact:after {
    clear: both
}

#contact a {
    color: #47b2e5
}

#contact h2 {
    text-align: center
}

#contact .left {
    *zoom: 1;
    text-align: center
}

#contact .left:before,
#contact .left:after {
    display: table;
    content: ""
}

#contact .left:after {
    clear: both
}

@media screen and (min-width: 48em) {
    #contact .left {
        float: left;
        width: 48%;
        margin-right: 2%;
        text-align: left;
    }
}

.contactaddress {
    color: #47b2e5;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px
}

@media screen and (min-width: 48em) {
    .contactaddress {
        margin-bottom: 50px;
    }
}

#contact .left .contacttext {
    font-size: 12px;
    font-size: 0.75rem
}

#contact .right {
    *zoom: 1;
    margin-top: 30px
}

#contact .right:before,
#contact .right:after {
    display: table;
    content: ""
}

#contact .right:after {
    clear: both
}

@media screen and (min-width: 48em) {
    #contact .right {
        float: right;
        width: 48%;
        margin-left: 2%;
        margin-top: 0;
    }
}

#contact .right input[type=email],
#contact .right input[type=text],
#contact .right input[type=submit],
#contact .right textarea {
    color: #5d626c;
    border: none;
    padding: 6px 10px;
    margin-bottom: 0
}

#contact .right textarea {
    height: 150px
}

#contact .right .formarea {
    *zoom: 1;
    background: #fff
}

#contact .right .formarea:before,
#contact .right .formarea:after {
    display: table;
    content: ""
}

#contact .right .formarea:after {
    clear: both
}

#contact .right .formarea input[type=submit] {
    float: right;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'open_sanssemibold'
}

#googlemap {
    background-image: url('../images/googlemap.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 387px
}

@media screen and (min-width: 1600px) {
    #googlemap {
        background-size: cover;
    }
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #fff !important;
    text-shadow: none;
    font-size: 12px;
    font-size: 0.75rem
}

.wpcf7-response-output {
    color: #5d626c !important
}

#footer {
    *zoom: 1;
    background-color: #5d626c;
    color: #fff;
    padding: 20px 0;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center
}

#footer:before,
#footer:after {
    display: table;
    content: ""
}

#footer:after {
    clear: both
}

#footer a {
    color: #fff;
    text-decoration: none
}

#footer a:hover {
    color: #47b2e5
}

#footer .left {
    line-height: 22px;
    text-align: center;
    margin: 5px auto 0
}

@media screen and (min-width: 48em) {
    #footer .left {
        float: left;
        width: 40%;
        text-align: left;
        margin: 0;
    }
}

@media screen and (min-width: 1000px) {
    #footer .left {
        float: left;
        width: 33.33%;
    }
}

#footer .center {
    text-align: center;
    line-height: 22px;
    margin: 5px auto 0
}

@media screen and (min-width: 48em) {
    #footer .center {
        float: left;
        width: 25%;
        text-align: center;
        margin: 0;
    }
}

@media screen and (min-width: 1000px) {
    #footer .center {
        float: left;
        width: 33.33%;
        text-align: center;
    }
}

#footer .right {
    height: 19px;
    padding-left: 41px;
    line-height: 22px;
    background: url('../images/hw.png') no-repeat left center;
    text-align: center;
    margin: 5px auto 0;
    display: inline-block
}

@media screen and (min-width: 48em) {
    #footer .right {
        float: right;
        margin: 0;
    }
}

.gallery {
    *zoom: 1;
    margin-bottom: 0.5em;
    margin-left: -1.5em
}

.gallery:before,
.gallery:after {
    display: table;
    content: ""
}

.gallery:after {
    clear: both
}

.gallery .gallery-row figure {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    padding-left: 1.5em;
    padding-bottom: 1em
}

@media screen and (min-width: 30em) {
    .gallery .gallery-row figure {
        width: 33.33333%;
    }
}

@media screen and (min-width: 48em) {
    .gallery .gallery-row figure {
        width: 25%;
    }
}

@media screen and (min-width: 64em) {
    .gallery .gallery-row figure {
        width: 20%;
    }
}

.gallery .gallery-row figure .gallery-icon a,
.gallery .gallery-row figure .gallery-icon a:visited {
    margin: 0;
    padding: 0;
    display: block
}

.gallery .gallery-row figure .gallery-icon a img,
.gallery .gallery-row figure .gallery-icon a:visited img {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%
}

.wpcf7 {
    *zoom: 1;
    padding-bottom: 1em
}

.wpcf7:before,
.wpcf7:after {
    display: table;
    content: ""
}

.wpcf7:after {
    clear: both
}

.wpcf7 .wpcf7-file {
    background-color: #fff;
    border: 1px solid #5d626c;
    display: block;
    padding: 0.625em;
    width: 100%
}

.wpcf7 .wpcf7-radio {
    *zoom: 1;
    display: block;
    padding-bottom: 0.5em
}

.wpcf7 .wpcf7-radio:before,
.wpcf7 .wpcf7-radio:after {
    display: table;
    content: ""
}

.wpcf7 .wpcf7-radio:after {
    clear: both
}

.wpcf7 .wpcf7-list-item {
    *zoom: 1;
    display: block
}

.wpcf7 .wpcf7-list-item:before,
.wpcf7 .wpcf7-list-item:after {
    display: table;
    content: ""
}

.wpcf7 .wpcf7-list-item:after {
    clear: both
}

.wpcf7 .ajax-loader {
    margin-left: 1em
}

.wpcf7-not-valid-tip {
    font-size: 11px;
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D8000C;
    display: block;
    margin-top: -0.25em;
    padding: 0.25em 0
}

.wpcf7-not-valid-tip:before {
    font: 26px/30px dashicons;
    margin-right: 10px;
    vertical-align: middle;
    content: "\f158"
}

.wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    display: none;
    border: 0;
    padding: 10px
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    display: none;
    border: 0;
    padding: 10px
}

.wpcf7-mail-sent-ok:before,
.wpcf7-validation-errors:before {
    font: 26px/30px dashicons;
    margin-right: 16px;
    vertical-align: middle
}

.wpcf7-mail-sent-ok:before {
    content: "\f147"
}

.wpcf7-validation-errors:before {
    content: "\f158"
}

.screen-reader-response {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0
}

.post-navigation {
    *zoom: 1;
    font-size: 14px;
    font-size: 0.875rem;
    clear: both;
    padding: 2em 1.5em;
    text-align: center
}

.post-navigation:before,
.post-navigation:after {
    display: table;
    content: ""
}

.post-navigation:after {
    clear: both
}

@media screen and (min-width: 48em) {
    .post-navigation .nav-previous {
        float: left;
        text-align: left;
        width: 47.5%;
    }
}

@media screen and (min-width: 48em) {
    .post-navigation .nav-next {
        float: right;
        text-align: right;
        width: 47.5%;
    }
}

.wp-pagenavi {
    *zoom: 1;
    font-size: 14px;
    font-size: 0.875rem;
    clear: both;
    border-top: 2px solid #5d626c;
    padding: 2em 1.5em
}

.wp-pagenavi:before,
.wp-pagenavi:after {
    display: table;
    content: ""
}

.wp-pagenavi:after {
    clear: both
}

.wp-pagenavi span,
.wp-pagenavi a {
    border: 1px solid #5d626c;
    margin: 0 0.5em 0 0;
    padding: 0.5em 0.875em
}

.wp-pagenavi .extend {
    display: none !important;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 1px
}

.wp-pagenavi .current {
    background-color: #fff;
    border-color: #47b2e5;
    color: #fff
}

.wp-pagenavi .current:before {
    content: 'Page '
}

.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none
}

.wp-pagenavi .pages {
    display: none
}

@media screen and (min-width: 48em) {
    .alignright {
        float: right;
        margin: 0 0 1em 1.5em;
        max-width: 40%;
        position: relative;
    }
}

@media screen and (min-width: 48em) {
    .alignleft {
        float: left;
        margin: 0 1.5em 1em 0;
        max-width: 40%;
        position: relative;
    }
}

@media screen and (min-width: 48em) {

    img.alignleft,
    img.alignright {
        max-width: 40% !important;
        width: auto !important;
        height: auto !important;
    }
}

.aligncenter,
.alignnone {
    clear: both;
    display: block;
    margin: 0 1em 0;
    max-width: 100% !important;
    width: 100% !important
}

.aligncenter img,
.alignnone img {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important
}

.wp-caption {
    display: block
}

.wp-caption img {
    height: auto !important;
    max-width: 100% !important;
    width: 100% !important
}

.wp-caption-text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1em 0.75em 0.375em 0.5em
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%
}

img[class*="align"],
img[class*="wp-image-"] {
    height: auto
}

img.size-full {
    max-width: 100%;
    width: auto
}