/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.tc-1,
body {
    color: #393b3e
}

.tc-2 {
    color: #483827
}

.tc-3 {
    color: #eb3c2f
}

.tc-4,
h1 {
    color: #1c3765
}

.tc-5 {
    color: #58c9e7
}

.tc-6,
h2 {
    color: #9ab7c7
}

.tc-7 {
    color: #6bb90f
}

.tc-8 {
    color: #fff
}

.bc-1 {
    background-color: #393b3e
}

.bc-2 {
    background-color: #483827
}

.bc-3 {
    background-color: #eb3c2f
}

.bc-4 {
    background-color: #1c3765
}

.bc-5 {
    background-color: #58c9e7
}

.bc-6 {
    background-color: #9ab7c7
}

.bc-7 {
    background-color: #6bb90f
}

.bc-8 {
    background-color: #fff
}

.only-phone {
    display: none
}

@media (max-width: 700px) {
    .no-phone {
        display: none
    }
    .only-phone {
        display: block
    }
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    font-family: 'Barlow', sans-serif;
    line-height: 1.7;
    font-size: 1.1em;
    font-weight: 400
}

.fw-300 {
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    width: 100%
}

h1 {
    width: 100%;
    font-weight: 500;
    font-size: 2.8em;
    line-height: 1.2;
    margin: 0 0 1em 0
}

h1.news-title {
    color: #9ab7c7;
    font-size: 9em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .5em 0
}

h1.news-title span {
    display: block;
    font-size: .3em;
    color: #1c3765;
    margin: 0 0 -.3em .15em
}

p.news-title {
    color: #9ab7c7;
    font-size: 9em;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 .3em 0
}

p.news-title span {
    display: block;
    font-size: .3em;
    color: #1c3765;
    margin: 0 0 -.3em .15em
}

@media (max-width: 870px) {
    h1.news-title,
    p.news-title {
        font-size: 7.5em
    }
}

@media (max-width: 720px) {
    h1 {
        font-size: 2em
    }
    h1.news-title,
    p.news-title {
        font-size: 3.5em
    }
}

h2 {
    font-weight: 400;
    font-size: 1.7em;
    letter-spacing: 3px
}

h2.blog-loop-title {
    letter-spacing: 0;
    margin: 0;
    line-height: 1.2
}

h1+h2 {
    margin-top: 0
}

h3 {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.2;
    text-transform: uppercase
}

h3.fb-title {
    color: #fff;
    margin: 0 0 .2em 0
}

h4 {
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2;
    margin: 0
}

h4.fb-sub-title {
    font-size: 1.3em;
    margin-bottom: 1em;
    color: rgba(255, 255, 255, 0.73)
}

h5 {
    font-size: 1.8em;
    font-weight: 300;
    margin: 0
}

p {
    margin: 0 0 1.6em 0
}

.focus-txt p:last-of-type {
    margin-bottom: 0
}

p.date {
    margin: 0 0 .5em 0;
    line-height: 1
}

p.banner-title {
    font-size: 5em;
    margin-top: 2.5em;
    margin-bottom: 0;
    float: left
}

p.edit__content {
    margin: 1em 0;
    font-size: .75em;
    font-style: italic
}

p.edit__content a {
    color: #eb3c2f
}

a {
    color: #6bb90f;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a.read-more {
    margin-left: .5em
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.center {
    text-align: center
}

.right {
    text-align: right
}

@media (min-width: 768px) {
    h4 {
        font-size: 3em
    }
}

.wpcf7-form label {
    font-size: .8em
}

img {
    max-width: 100%;
    height: auto
}

.img-center,
.aligncenter {
    margin: 0 auto;
    display: block
}

.img-left {
    float: left
}

.img-right {
    float: right
}

.logo {
    max-width: 25vw;
    -webkit-animation: fadeInLeft 1s ease-out;
    animation: fadeInLeft 1s ease-out
}

.banner-logo {
    float: left;
    position: relative;
    margin-right: -80px;
    z-index: 100
}

@media (min-width: 1100px) {
    .banner-logo {
        position: absolute;
        margin-left: -70px
    }
}

@media (min-width: 700px) {
    .alignleft {
        float: left;
        margin-right: 1em;
        margin-bottom: 1em
    }
    .alignright {
        float: right;
        margin-left: 1em;
        margin-bottom: 1em
    }
}

.wp-caption-text {
    font-size: .8em
}

@-webkit-keyframes blik-txt {
    0% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes blik-txt {
    0% {
        opacity: 0
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes menu {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@keyframes menu {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.come-in.fadeInLeft {
    -webkit-animation: fadeInLeft 1s ease-out;
    animation: fadeInLeft 1s ease-out
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.come-in.fadeInRight {
    -webkit-animation: fadeInRight 1s ease-out;
    animation: fadeInRight 1s ease-out
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.come-in.bounceInUp {
    -webkit-animation: bounceInUp 1s ease-out;
    animation: bounceInUp 1s ease-out
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.come-in.bounceInDown {
    -webkit-animation: bounceInDown 1s ease-out;
    animation: bounceInDown 1s ease-out
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.come-in.jackInTheBox {
    -webkit-animation: jackInTheBox 1s ease-out;
    animation: jackInTheBox 1s ease-out
}

.wrap {
    overflow: hidden
}

.site {
    margin: 0 auto;
    max-width: 1200px
}

.site-txt {
    margin: 0 auto;
    max-width: 1200px
}

.site-menu {
    margin: 0 auto;
    max-width: 1200px
}

.flex-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
   /* -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between */
}

.flex-item-normal {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 1em
}

@media (min-width: 700px) {
    .flex-item {
		width: 1200px;
            }
    .fi-2 {
        max-width: 45%;
        -webkit-box-flex: 1;
        -ms-flex: 1 45%;
        flex: 1 45%
    }
    .fi-3 {
        max-width: 31%;
        -webkit-box-flex: 1;
        -ms-flex: 1 31%;
        flex: 1 31%;
        margin-right: 3%; 
    }
    .fi-3:nth-child(3n+3) {
	    margin-right: 0;
    }
    .fi-4 {
        max-width: 23.5%;
        -webkit-box-flex: 1;
        -ms-flex: 1 23.5%;
        flex: 1 23.5%;
        margin-right: 2%;
    }
    .fi-4:nth-child(4n+4) {
	    margin-right: 0;
    }
}

@media (min-width: 700px) {
    .fi-40 {
        max-width: 39%;
        -webkit-box-flex: 1;
        -ms-flex: 1 39%;
        flex: 1 39%;
        margin-right: 1%;
    }
    .fi-60 {
        max-width: 59%;
        -webkit-box-flex: 1;
        -ms-flex: 1 59%;
        flex: 1 59%;
        margin-left: 1%;
    }
}

.sp-tb {
    padding: 3em 0
}

.p-b {
    padding-bottom: 1em
}

.p-all {
    padding: 1em
}

.p-one {
    padding: 1em
}

.site-pad {
    padding-left: 1em;
    padding-right: 1em
}

@media (min-width: 769px) {
    .p-all {
        padding: 2em
    }
    .p-b {
        padding-bottom: 2em
    }
}

@media (min-width: 1000px) {
    .p-all {
        padding: 3em
    }
}

.overflow-hidden {
    overflow: hidden
}

.overflow:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both
}

.relative {
    position: relative
}

.list {
    margin: 0;
    padding: 0
}

.list li {
   /* margin: 0; */
    padding: 0;
    list-style-type: none
}

.list.vertical li {
    display: inline
}

.list ul {
    margin: 0;
    padding: 0
}

.list ul li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.focus,
.top-banner {
    width: 100%;
    background-size: cover;
    background-position: center center
}

.footer a {
    color: inherit
}

.footer a:hover {
    text-decoration: none
}

.footer-infuser {
    color: #1c3765
}

.footer-infuser span {
    color: #9ab7c7;
    padding-left: 1em
}

.footer-infuser a:hover span {
    color: #eb3c2f
}

.footer-info a:hover {
    color: #1c3765
}

@media (min-width: 700px) {
    .footer-infuser {
        float: left
    }
    .footer-info {
        float: right
    }
}

.menu-icon:hover {
    cursor: pointer
}

.main-menu {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(28, 55, 101, 0.85);
    color: #fff;
    height: auto;
    overflow: hidden;
    z-index: 100;
    overflow-y: scroll
}

.admin-bar .main-menu {
    padding-top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar .main-menu {
        padding-top: 46px
    }
}

.menu-actions li {
    height: 60px;
    width: 60px;
    float: right
}

.menu-actions li:first-child {
    margin-left: 14px
}

.an-menu {
    -webkit-animation: fadeInRight 1.5s ease-out;
    animation: fadeInRight 1.5s ease-out
}

.menu-icon-action {
    background: url(img/menu-icon.png);
    background-position: top
}

.menu-icon-action:hover {
    background-position: bottom
}

.search-action {
    background: url(img/search-icon.png);
    background-position: top
}

.search-action:hover {
    background-position: bottom
}

@media (max-width: 700px) {
    .main-menu {
        background: #1c3765
    }
}

.main-nav {
    -webkit-animation: bounceInUp 2s ease-out;
    animation: bounceInUp 2s ease-out
}

.menu-icon {
    letter-spacing: 3px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #9ab7c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 56px
}

.menu-icon span {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.menu-icon span.mi {
    background-color: #9ab7c7;
    height: 10px
}

.menu-icon span.mi.mi-l1 {
    margin-bottom: 7px
}

.menu-icon span.mi.mi-l2 {
    margin-bottom: 5px
}

.menu-icon:hover {
    color: #fff
}

.nav-icon .menu-icon:hover {
    color: #1c3765
}

.menu-icon:hover span {
    -webkit-animation: menu .5s ease-out infinite;
    animation: menu .5s ease-out infinite
}

.menu-icon:hover .mi-l2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.menu-icon:hover .mi-txt {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.single-post .menu-icon {
    color: #eb3c2f
}

.single-post .menu-icon span.mi {
    background-color: #fff
}

.front-nav {
    float: right
}

.front-nav a {
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.75);
    color: #1c3765;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    transition: .5s all
}

.front-nav a:hover {
    text-decoration: none;
    background-color: rgba(28, 55, 101, 0.75);
    color: #fff
}

.nav-icon {
    position: absolute;
    top: 1em;
    right: 1em
}

.admin-bar .nav-icon {
    top: 3em
}

@media screen and (max-width: 782px) {
    .admin-bar .nav-icon {
        top: 4em
    }
}

.menu-top {
    padding: 2em 0
}

nav a {
    color: #99B6C6
}

nav a:hover {
    color: #fff;
    text-decoration: none
}

nav .active a {
    color: #fff
}

.main-nav {
    font-size: 1em;
    line-height: 1.3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-nav>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1em
}

.main-nav>li>a {
    color: #fff
}

.main-nav>li>a:hover {
    color: rgba(255, 255, 255, 0.8)
}

.main-nav li li {
    line-height: 30px;
    margin: .3em 0;
    font-size: .5em
}

.main-nav li li li {
    font-size: .8em
}

.main-nav li li {
    padding-left: 40px;
    position: relative
}

.main-nav li li:before {
    content: '';
    left: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url("img/menu-dots.png");
    background-repeat: no-repeat;
    background-position: top left
}

.main-nav li li:hover:before {
    background-position: bottom left
}

.main-nav li .current-menu-item a {
    color: #fff
}

.main-nav li .current-menu-item:before {
    background-position: bottom left
}

@media (min-width: 768px) {
    .main-nav>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%
    }
}

@media (min-width: 1024px) {
    .main-nav>li {
        -webkit-box-flex: 1;
        -ms-flex: 1 33.33%;
        flex: 1 33.33%
    }
}

@media (max-width: 700px) {
    .main-nav>li {
        margin-bottom: .5em;
        padding-bottom: .5em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        position: relative
    }
    .main-nav>li:after {
        content: '';
        height: 1px;
        background: rgba(255, 255, 255, 0.05);
        float: left;
        width: 100%;
        position: absolute;
        bottom: -5px
    }
    .main-nav>li:before {
        content: '';
        height: 1px;
        background: rgba(255, 255, 255, 0.05);
        float: left;
        width: 100%;
        position: absolute;
        bottom: 3px
    }
}

.menu-actions li:hover {
    cursor: pointer
}

.search-con {
    display: none;
    background: #eb3c2f;
    border-radius: .15em;
    position: relative;
    margin: 1em 0;
    position: relative
}

.search-con:after {
    position: absolute;
    content: '';
    display: block;
    box-shadow: 0 0 10px #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out
}

.search-con:hover:after {
    opacity: 1
}

.search-con p {
    display: none;
    margin: 0;
    float: right;
    border-left: 6px solid rgba(255, 255, 255, 0.25);
    padding-left: .5em;
    width: 25%;
    line-height: 30px
}

.search-con p span {
    font-size: .8em;
    color: rgba(255, 255, 255, 0.6)
}

.search-con p span strong {
    -webkit-animation: blik-txt 2s ease-out infinite;
    animation: blik-txt 2s ease-out infinite;
    font-weight: normal
}

.search-con p span:hover {
    cursor: pointer
}

.search-con p span:hover:before {
    content: ' - - - ';
    color: #6bb90f
}

.search-con p span:hover strong {
    -webkit-animation: none;
    animation: none;
    color: #fff
}

form {
    width: 100%
}

form#blog-search-form {
    border-bottom: 1px solid #6bb90f;
    margin-bottom: 3em
}

form#blog-search-form:after {
    content: ' ';
    width: 20px;
    height: 1px;
    background: #fff;
    float: right;
    margin-bottom: -9px
}

input[type=text],
input[type=email],
input[type=submit],
textarea {
    width: 100%;
    height: 2.5em;
    -webkit-appearance: none;
    padding: 0 .5em;
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px
}

input[type=text]#blog-search-submit,
input[type=email]#blog-search-submit,
input[type=submit]#blog-search-submit,
textarea#blog-search-submit {
    background-color: #6bb90f;
    background-image: url("img/search.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 50%
}

input[type=text]#blog-search-input,
input[type=email]#blog-search-input,
input[type=submit]#blog-search-input,
textarea#blog-search-input {
    float: left;
    width: calc( 100% - 40px);
    background-color: #fff;
    color: #9ab7c7;
    height: 40px;
    line-height: 40px
}

input[type=text]#blog-search-input:focus,
input[type=email]#blog-search-input:focus,
input[type=submit]#blog-search-input:focus,
textarea#blog-search-input:focus {
    outline: none;
    border-left: 5px solid #eb3c2f
}

textarea {
    height: 200px;
    margin-bottom: 1.7em
}

.search-con input[type=search] {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    font-weight: 100
}

.search-con input[type=search]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.3)
}

.search-con input[type=submit] {
    background: #9ab7c7;
    margin-top: 1em;
    color: #fff;
    text-transform: uppercase
}

@media (min-width: 600px) {
    .search-form input {
        height: 30px
    }
    .search-form input[type=submit] {
        display: none
    }
    .search-form input[type=search] {
        width: 70%
    }
    .search-con p {
        display: block
    }
}

.search-con::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.5em
}

.search-con::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.5em
}

.search-con:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.5em
}

.search-con:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.5em
}

.search .blog-img img {
    width: 100%
}

.top-banner {
    display: block;
    margin-bottom: 2em
}

.top-banner .site-txt {
    min-height: 300px
}

@media (min-width: 1025px) {
    .top-banner .site-txt {
        min-height: 137px
    }
}

html,
body {
    height: 100%
}

.to-content {
    position: absolute;
    display: none;
    bottom: -60px;
    right: 5em;
    background: rgba(255, 255, 255, 0.5);
    padding: 1em;
    border-radius: 50%
}

.to-content span {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    display: block;
    overflow: hidden
}

.to-content span img {
    float: left;
    width: 30px
}

.to-content:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.8)
}

@media (min-width: 768px) {
    .to-content {
        display: block
    }
}

.scrollToTop {
    position: fixed;
    z-index: 1000;
    bottom: .5em;
    right: .75em;
    text-decoration: none;
    display: none;
    transition: .5s all
}

.scrollToTop span {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 10px;
    display: block;
    overflow: hidden
}

.scrollToTop span img {
    float: left;
    width: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.scrollToTop:hover {
    text-decoration: none
}

.scrollToTop:hover span {
    background: rgba(255, 255, 255, 0.2)
}

.circle {
    background: rgba(28, 55, 101, 0.4);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    padding: 3em;
    overflow: hidden;
    line-height: 1.7
}

.circle span {
    font-size: 1.5em
}

.circle strong {
    font-size: 2em
}

.circle a {
    color: inherit;
    text-decoration: underline;
    font-weight: 700
}

.circle a:hover {
    text-decoration: none
}

@media (max-width: 1024px) {
    .circle {
        padding: 2em
    }
}

@media (min-width: 900px) {
    .circle {
        margin-left: 200px;
    }
}


@media (max-width: 768px) {
    .circle {
        padding: 1em
    }
}

@media (max-width: 700px) {
    .circle {
        border-radius: .25em;
        padding: 1em .5em;
        line-height: 1.5;
		margin-top: 70px;
    }
}

.newsletter {
    background-color: #6bb90f;
    background-image: url("img/newsletter-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff
}

.newsletter h4 {
    font-weight: 700;
    line-height: 1;
    margin: 2em 0 .5em 0
}

.newsletter h4 span {
    display: block;
    font-size: .5em;
    font-weight: 300
}

.newsletter a {
    background: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5em 2em;
    margin-right: .5em;
    transition: 1s all
}

.newsletter a:hover {
    text-decoration: none;
    background: #eb3c2f;
    color: #fff;
    box-shadow: 0 0 2px #000
}

.news-top-banner {
    background-color: #6bb90f;
    background-image: url("img/newsletter-bg.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff
}

.news-top-banner h1 {
    color: inherit
}

@media (max-width: 700px) {
    .newsletter {
        background-image: none
    }
}

a.front-box {
    background-color: #9ab7c7;
    color: #1c3765
}

a.front-box:hover {
    text-decoration: none;
    background-color: #6bb90f
}

a.front-box img {
    width: 100%;
    float: left
}

.index-widget ul {
    margin: 0;
    padding: 0
}

.index-widget ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline
}

.index-widget ul li a {
    color: #393b3e;
    border-right: 1px solid #393b3e;
    padding: 0 .5em
}

.index-widget ul li.current-cat a {
    color: #6bb90f
}

.index-widget ul li:last-of-type a {
    border: none
}

.pagination {
    color: rgba(57, 59, 62, 0.6)
}

.pagination a {
    color: inherit;
    padding: .5em
}

.pagination a:last-of-type {
    text-transform: uppercase
}

.pagination a:last-of-type:before {
    content: ' | ';
    padding-right: .5em
}

.blog .pagination a:last-of-type {
    display: none
}

.pagination a:last-of-type:hover {
    text-decoration: none
}

.pagination .current {
    margin: 0 .5em;
    background-color: #6bb90f;
    color: #fff;
    border-radius: 50%;
    width: 29px;
    display: inline-block
}

.blog-loop {
    width: 100%
}

.video {
    margin-bottom: 1.6em;
    min-width: 100%
}

.news-loop {
    margin: 0;
    padding: 0
}

.news-loop li {
    list-style-type: none
}

.blog-loop {
    margin: 0;
    padding-left: 0;
    padding-right: 0
}

.blog-loop li {
    list-style-type: none
}

.blog-loop-title a {
    color: #393b3e
}

.date {
    color: rgba(57, 59, 62, 0.6)
}

.date span {
    padding-left: .5em;
    margin-left: .5em;
    border-left: 1px solid;
    color: rgba(57, 59, 62, 0.4)
}

.date span a {
    color: inherit
}

.pagination {
    width: 100%;
    text-align: center
}

.cat a {
    color: #fff
}

.personer {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.personer>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 2em;
    padding: 1em
}

.personer .data-email a {
    color: #9ab7c7;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out
}

.personer .data-email a:hover {
    text-decoration: none;
    box-shadow: inset 0 0 0 rgba(235, 60, 47, 0), 0 2px 0 #eb3c2f
}

.personer h4 {
    font-size: 1.2em;
    color: rgba(57, 59, 62, 0.75);
    font-weight: 700;
    min-height: 60px
}

.personer h4 span {
    display: block;
    font-weight: 300;
    font-size: .75em;
    margin-top: .25em
}

@media (min-width: 700px) {
    .personer>li {
        max-width: 25%;
        -webkit-box-flex: 1;
        -ms-flex: 1 25%;
        flex: 1 25%
    }
}

.person-social {
    padding-top: 2em !important
}

.person-data-social {
    height: 30px;
    width: 30px;
    margin: 0 3px;
    background-image: url(img/social.png);
    text-indent: -9999px;
    display: inline-block
}

.person-data-social.data-linkedin {
    background-position: right center
}

.person-data-social.data-linkedin a:hover {
    background-color: rgba(0, 119, 181, 0.15);
    border-radius: 50%
}

.person-data-social.data-skype {
    background-position: left center
}

.person-data-social.data-skype a:hover {
    background-color: rgba(0, 175, 240, 0.15);
    border-radius: 50%
}

.person-data-social a {
    display: block
}

@media (min-width: 750px) {
    .person img {
        max-width: 85%
    }
}

.single-person-title {
    display: none;
}

@media (min-width: 700px) {
    .person-aside,
    .person-content {
        float: left;
    }
    .person-aside {
        width: 30%;
        margin-right: 10%;
        padding-top: 2em;
    }
    .person-content {
        width: 60%;
    }
    .single-person .personer {
        display: block;
    }
    .single-person .personer>li {
        max-width: none;
        flex: none;
        padding: 0;
    }
    .single-person-title {
        margin-left: 40%;
        padding-top: 1em;
        display: block
    }
}

.case-person-con {
    background: #d8e8f5;
    padding: 3em 0;
}

.case-person-con a {
    color: #393b3e;
}

