﻿@charset "UTF-8";

img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

body,
figure {
    margin: 0
}

.owl-carousel,
html {
    -webkit-tap-highlight-color: transparent
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent
}

    a img,
    a:active,
    a:after,
    a:before,
    a:disabled,
    a:empty,
    a:enabled,
    a:focus,
    a:link,
    a:visited {
        outline: 0 !important
    }

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    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[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;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*! Source:https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td,
        .table th {
            background-color: #fff !important
        }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small,
    .h1 small,
    .h2 .small,
    .h2 small,
    .h3 .small,
    .h3 small,
    h1 .small,
    h1 small,
    h2 .small,
    h2 small,
    h3 .small,
    h3 small {
        font-size: 65%
    }

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small,
    .h4 small,
    .h5 .small,
    .h5 small,
    .h6 .small,
    .h6 small,
    h4 .small,
    h4 small,
    h5 .small,
    h5 small,
    h6 .small,
    h6 small {
        font-size: 75%
    }

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.close,
dt {
    font-weight: 700
}

address,
dd,
dt {
    line-height: 1.42857143
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

    blockquote ol:last-child,
    blockquote p:last-child,
    blockquote ul:last-child,
    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 740px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

    blockquote .small:before,
    blockquote footer:before,
    blockquote small:before {
        content: '\2014 \00A0'
    }

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.container,
.container-fluid,
.media-left,
.media > .pull-left {
    padding-right: 10px
}

.container,
.container-fluid,
.media-right,
.media > .pull-right {
    padding-left: 10px
}

#back-to-top,
#header .form.other,
#header .trust-pilot,
#header h1,
.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x {
    text-align: center
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal
}

@media (min-width:992px) {
    .container {
        width: 978px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-1_5,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-1_5,
.col-md-2,
.col-md-2_5,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-1_5,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-1_5,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1_5 {
    width: 12.5%
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-1_5,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1_5 {
        width: 12.5%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-1_5,
    .col-md-2,
    .col-md-2_5,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-2_5 {
        width: 20%
    }

    .col-md-1_5 {
        width: 12.5%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-1_5,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1_5 {
        width: 12.5%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

    .media-object.img-thumbnail {
        max-width: none
    }

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }

    #choose .col-sm-6:nth-child(odd) {
        clear: both
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.fa,
.fa-stack {
    display: inline-block
}


/*! * Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License) */

@font-face {
    font-family: FontAwesome;
    src: url(fontawesome-webfont.eot?v=4.6.3);
    src: url(fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(fontawesome-webfont.woff?v=4.6.3) format('woff'), url(fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        min-width: 100% !important;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

.no-js .owl-carousel {
    display: block
}

#back-to-top,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3)
    }

#top,
#top-bar {
    display: block;
    width: 100%
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

#back-to-top,
#top {
    position: fixed;
    background: #fff
}


/*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn,
    .animated.bounceOut,
    .animated.flipOutX,
    .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

@keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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 {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-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
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-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
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

body {
    padding-top: 174px;
    overflow-x: hidden;
    overflow-y: auto
}

#back-to-top {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    bottom: 25px;
    right: 25px;
    z-index: 500;
    border: none;
    outline: 0;
    margin: 0;
    padding: 0;
    line-height: 50px;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

    #back-to-top img,
    #back-to-top svg {
        max-width: 40px;
        max-height: 40px;
        vertical-align: middle
    }

    #back-to-top:hover {
        opacity: .75;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

#top {
    top: 0;
    height: 176px;
    z-index: 200
}

@media (max-width:991px) {
    body {
        padding-top: 128px !important
    }

    #top {
        height: 128px
    }

    .forCaptcha {
        margin-bottom: 20px;
    }
}

#top.small {
    height: 104px;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

    #top.small #main-nav .drop-down > div {
        max-height: -webkit-calc(100vh - 92px);
        max-height: calc(100vh - 92px)
    }

#top-bar {
    height: 32px;
    border-bottom: 1px solid #eff8f9;
    background: #fff;
    color: #008c95;
    overflow: hidden;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

    #top-bar [class*=col-] {
        line-height: 32px;
        -webkit-transition: line-height .2s ease;
        transition: line-height .2s ease
    }

@media (max-width:991px) {
    #top-bar {
        height: 24px
    }

        #top-bar [class*=col-] {
            line-height: 24px
        }

            #top-bar [class*=col-] > img {
                max-height: 10px
            }
}

#top-bar [class*=col-] > img {
    height: 12px;
    margin-right: 8px;
    -webkit-transition: max-height .2s ease;
    transition: max-height .2s ease
}

#top-bar [class*=col-] > div,
#top-bar [class*=col-] > span {
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
    -webkit-transition: font-size .2s ease, line-height .2s ease, height .2s ease;
    transition: font-size .2s ease, line-height .2s ease, height .2s ease;
    display: inline-block
}

@media (max-width:991px) {
    #top-bar [class*=col-] > span {
        font-size: 12px;
        line-height: 24px;
        height: 24px
    }
}

#top-bar [class*=col-] > span > a {
    font-size: 14px;
    color: #008c95;
    -webkit-transition: font-size .2s ease, color .1s ease;
    transition: font-size .2s ease, color .1s ease
}

@media (max-width:991px) {
    #top-bar [class*=col-] > span > a {
        font-size: 12px
    }
}

#top-bar [class*=col-] > span > a:hover {
    text-decoration: none;
    color: #fd8d18;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

#top-bar [class*=col-] > a {
    font-size: 14px;
    color: #008c95;
    padding: 0 3px;
    -webkit-transition: font-size .2s ease, color .1s ease;
    transition: font-size .2s ease, color .1s ease
}

@media (max-width:991px) {
    #top-bar [class*=col-] > a {
        font-size: 12px
    }
}

#top-bar [class*=col-] > a:hover {
    text-decoration: none;
    color: #fd8d18;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

#top-bar [class*=col-] > a > i.fa {
    font-size: 16px
}

#top-bar [class*=col-]:last-child {
    text-align: right
}

@media (max-width:991px) {
    #top-bar [class*=col-] > a > i.fa {
        font-size: 14px
    }

    #top-bar [class*=col-]:first-child {
        text-align: right
    }

    #top-bar [class*=col-]:last-child {
        text-align: left;
        margin-right: -100px
    }
}

#top-bar [class*=col-] i.flaguk > a {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    width: 20px;
    height: 16px;
    background: url(../imgs/icons/Great_white.svg) center center no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    #top-bar [class*=col-] i.flaguk > a.ireland {
        background-image: url(../imgs/icons/Ireland_white.svg)
    }

    #top-bar [class*=col-] i.flaguk > a.active,
    #top-bar [class*=col-] i.flaguk > a:hover {
        background-image: url(../imgs/icons/Great_default.svg)
    }

    #top-bar [class*=col-] i.flaguk > a.ireland.active,
    #top-bar [class*=col-] i.flaguk > a.ireland:hover {
        background-image: url(../imgs/icons/Ireland_default.svg)
    }

.small > #top-bar {
    height: 0
}

#main-nav {
    display: block;
    position: relative;
    width: 100%;
    /*height: 104px;*/
    background: #fff;
    z-index: 250;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

    #main-nav > .container > div > div {
        padding: 20px 0;
        -webkit-transition: padding .2s ease;
        transition: padding .2s ease
    }

@media (max-width:991px) {
    #main-nav {
        /*height: 86px*/
    }

    #top-bar [class*=col-] i.flaguk > a {
        margin-left: 0;
        margin-right: 5px
    }

    #main-nav > .container > div > div {
        padding: 14px 0
    }
}

#main-nav .logo {
    height: 64px;
    float: left;
    margin-left: 10px;
    -webkit-transition: padding .2s ease, height .2s ease;
    transition: padding .2s ease, height .2s ease
}

    #main-nav .logo:hover {
        text-decoration: none
    }

        #main-nav .logo:hover img {
            opacity: .92
        }

    #main-nav .logo img {
        overflow: hidden;
        height: 64px
    }

        #main-nav .logo img:first-child {
            opacity: 1;
            display: block;
            -webkit-transition: opacity .1s ease .1s, max-height 0s ease .1s;
            transition: opacity .1s ease .1s, max-height 0s ease .1s
        }

        #main-nav .logo img:last-child {
            opacity: 0;
            display: block;
            height: 0;
            -webkit-transition: opacity .1s ease 0s, max-height 0s ease .1s;
            transition: opacity .1s ease 0s, max-height 0s ease .1s
        }

@media (min-width:992px) and (max-width:1199px) {
    #main-nav .logo {
        padding-top: 4px
    }

        #main-nav .logo img {
            height: 56px
        }

    #main-nav > .container > div > div > nav > a.search img {
        max-height: 24px
    }
}

@media (max-width:991px) {
    #main-nav .logo {
        height: 48px;
        padding: 0
    }

        #main-nav .logo img {
            height: 48px
        }

        #main-nav .logo.open {
            display: none !important
        }
}

#main-nav > .container > div > div > nav {
    display: block;
    position: relative;
    height: 64px;
    float: right;
    padding: 8px 0;
    margin: 0 10px 0 0;
    z-index: 250;
    -webkit-transition: padding .2s ease, height .2s ease;
    transition: padding .2s ease, height .2s ease
}

@media (max-width:991px) {
    #main-nav > .container > div > div > nav {
        height: 48px;
        padding: 0
    }
}

#main-nav > .container > div > div > nav .highlight {
    display: none;
    position: absolute;
    width: 139px;
    height: 5px;
    background: #008C95;
    top: -21px;
    left: 0;
    -webkit-transition: top .2s ease;
    transition: top .2s ease
}

@media (max-width:991px) {
    #main-nav > .container > div > div > nav .highlight {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important
    }
}

#main-nav > .container > div > div > nav > a {
    display: block;
    position: relative;
    float: left;
    height: 40px;
    margin: 4px 0 0;
    padding: 0 10px;
    color: #008C95;
    line-height: 40px;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: background 80ms ease;
    transition: background 80ms ease;
    border-radius: 4px;
    background: #fff;
    z-index: 260
}

@media (max-width:1199px) {
    #main-nav > .container > div > div > nav > a {
        padding: 0 4px
    }
}

#main-nav > .container > div > div > nav > a:hover {
    text-decoration: none;
    background: #f7f7f7;
    -webkit-transition: background 80ms ease;
    transition: background 80ms ease
}

#main-nav > .container > div > div > nav > a.mobile:hover,
#main-nav > .container > div > div > nav > a.phone:hover,
#main-nav > .container > div > div > nav > a.search:hover {
    background: #fff
}

#main-nav > .container > div > div > nav > a:first-child {
    padding-left: 0
}

#main-nav > .container > div > div > nav > a.search,
#main-nav > .container > div > div > nav > a:last-child {
    padding-right: 0
}

#main-nav > .container > div > div > nav > a.mobile i.fa-times {
    display: none
}

#main-nav > .container > div > div > nav > a.mobile i {
    font-size: 32px;
    line-height: 48px;
    color: #008C95
}

#main-nav > .container > div > div > nav > a.mobile:hover i {
    color: #FD8D18
}

#main-nav > .container > div > div > nav > a.mobile.open i.fa-times {
    display: inline-block
}

#main-nav > .container > div > div > nav > a.mobile.open i.fa-bars {
    display: none
}

@media (max-width:991px) {
    #main-nav > .container > div > div > nav > a.search {
        padding-right: 7px
    }
}

#main-nav > .container > div > div > nav > a.search img {
    height: 32px
}

#main-nav > .container > div > div > nav > a.phone img {
    max-height: 32px;
    height: 32px
}

@media (min-width:992px) and (max-width:1199px) {
    #main-nav > .container > div > div > nav > a.phone img {
        max-height: 24px
    }
}

#main-nav > .container > div > div > nav > .drop-down {
    display: block;
    position: relative;
    float: left;
    height: 48px;
    margin: 0;
    padding: 0;
    color: #008C95;
    overflow: visible;
    z-index: 270
}

    #main-nav > .container > div > div > nav > .drop-down > a {
        display: block;
        position: relative;
        width: 100%;
        height: 42px;
        margin: 4px 0;
        padding: 0 10px;
        font-size: 13px;
        line-height: 38px;
        color: #008C95;
        -webkit-transition: background 80ms ease;
        transition: background 80ms ease;
        border-radius: 4px;
        border: 1px solid transparent;
        z-index: 280
    }

@media (max-width:1199px) {
    #main-nav > .container > div > div > nav > .drop-down > a {
        padding: 0 7px
    }
}

#main-nav > .container > div > div > nav > .drop-down > a:active,
#main-nav > .container > div > div > nav > .drop-down > a:focus,
#main-nav > .container > div > div > nav > .drop-down > a:hover {
    text-decoration: none;
    background: #f7f7f7;
    -webkit-transition: background 80ms ease;
    transition: background 80ms ease
}

#main-nav > .container > div > div > nav > .drop-down > a:before {
    display: none;
    position: absolute;
    content: '';
    background: #fff;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    height: 12px;
    left: -1px;
    right: -1px;
    bottom: -12px
}

#main-nav > .container > div > div > nav > .drop-down > div {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: auto;
    max-height: -webkit-calc(100vh - 114px);
    max-height: calc(100vh - 114px);
    line-height: 24px;
    font-size: 13px;
    top: 0;
    left: 0;
    right: -750px;
    border: 1px solid #f7f7f7;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    margin: -20px 0 0;
    padding: 0;
    z-index: 275
}

    #main-nav > .container > div > div > nav > .drop-down > div::-webkit-scrollbar {
        width: 6px;
        background: #f1f1f1;
        border-right: 1px solid #008C95
    }

    #main-nav > .container > div > div > nav > .drop-down > div::-webkit-scrollbar-track {
        display: block;
        margin-right: 1px;
        width: 6px;
        background: #f1f1f1
    }

    #main-nav > .container > div > div > nav > .drop-down > div::-webkit-scrollbar-thumb {
        width: 6px;
        background: #ccc
    }

.big-wide-adv,
.small-adv,
.wide-adv {
    float: left;
    padding: 0 5px
}

    .big-wide-adv a,
    .small-adv a,
    .wide-adv a {
        padding: 0;
        display: block;
        width: 100%;
        height: 90px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

#main-nav > .container > div > div > nav > .drop-down > div.one-column {
    max-width: 215px;
    white-space: nowrap
}

    #main-nav > .container > div > div > nav > .drop-down > div.one-column .big-wide-adv,
    #main-nav > .container > div > div > nav > .drop-down > div.one-column .small-adv,
    #main-nav > .container > div > div > nav > .drop-down > div.one-column .wide-adv {
        width: 100%
    }

#main-nav > .container > div > div > nav > .drop-down > div.two-columns {
    max-width: 430px
}

    #main-nav > .container > div > div > nav > .drop-down > div.two-columns nav {
        width: 50%;
        float: left
    }

    #main-nav > .container > div > div > nav > .drop-down > div.two-columns .big-wide-adv,
    #main-nav > .container > div > div > nav > .drop-down > div.two-columns .wide-adv {
        width: 100%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.two-columns .small-adv {
        width: 50%
    }

#main-nav > .container > div > div > nav > .drop-down > div.three-columns {
    max-width: 645px
}

    #main-nav > .container > div > div > nav > .drop-down > div.three-columns nav {
        width: 33.33%;
        float: left
    }

    #main-nav > .container > div > div > nav > .drop-down > div.three-columns .big-wide-adv {
        width: 100%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.three-columns .wide-adv {
        width: 66.66%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.three-columns .small-adv {
        width: 33%
    }

#main-nav > .container > div > div > nav > .drop-down > div.four-columns {
    max-width: 890px
}

    #main-nav > .container > div > div > nav > .drop-down > div.four-columns nav {
        width: 25%;
        float: left
    }

    #main-nav > .container > div > div > nav > .drop-down > div.four-columns .big-wide-adv {
        width: 75%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.four-columns .wide-adv {
        width: 50%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.four-columns .small-adv {
        width: 25%
    }

#main-nav > .container > div > div > nav > .drop-down > div.five-columns {
    max-width: 1005px;
    margin-left: -154px
}

    #main-nav > .container > div > div > nav > .drop-down > div.five-columns nav {
        width: 20%;
        float: left
    }

    #main-nav > .container > div > div > nav > .drop-down > div.five-columns .big-wide-adv {
        width: 60%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.five-columns .wide-adv {
        width: 40%
    }

    #main-nav > .container > div > div > nav > .drop-down > div.five-columns .small-adv {
        width: 20%
    }

@media (max-width:1199px) {
    #main-nav > .container > div > div > nav > .drop-down > div {
        right: -630px
    }
}

#main-nav > .container > div > div > nav > .drop-down > div nav {
    margin-bottom: 5px
}

    #main-nav > .container > div > div > nav > .drop-down > div nav header {
        display: block;
        position: relative;
        width: 100%;
        line-height: 19px;
        font-size: 13px;
        color: #008C95;
        font-weight: 300;
        vertical-align: middle;
        margin: 0;
        padding: 4px 0 6px 40px
    }

        #main-nav > .container > div > div > nav > .drop-down > div nav header img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            max-width: 27px;
            max-height: 27px;
            margin-right: 10px;
            vertical-align: middle
        }

        #main-nav > .container > div > div > nav > .drop-down > div nav header.no-img {
            padding-left: 0
        }

    #main-nav > .container > div > div > nav > .drop-down > div nav a {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0;
        padding: 2px 0;
        font-size: 12px;
        line-height: 23px;
        color: #888;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        #main-nav > .container > div > div > nav > .drop-down > div nav a:hover,
        #main-nav > .container > div > div > nav > .drop-down > div nav a:hover header {
            color: #fd8e1b;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

#main-nav > .container > div > div > nav > .drop-down > div .row {
    padding: 15px
}

    #main-nav > .container > div > div > nav > .drop-down:last-child > a,
    #main-nav > .container > div > div > nav > .drop-down > div .row.images {
        padding: 0
    }

@media (max-height:768px) {
    #main-nav > .container > div > div > nav > .drop-down > div .row.images {
        display: none
    }
}

#main-nav > .container > div > div > nav > .drop-down > div .row.images div:first-child {
    padding-left: 0
}

#main-nav > .container > div > div > nav > .drop-down > div .row.images div:last-child {
    padding-right: 0
}

#main-nav > .container > div > div > nav > .drop-down.open > a {
    color: #838383;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

    #main-nav > .container > div > div > nav > .drop-down.open > a:before {
        display: block
    }

#main-nav > .container > div > div > nav > .drop-down.open > div {
    visibility: visible;
    opacity: 1;
    top: -webkit-calc(100% + 26px);
    top: calc(100% + 28px);
    -webkit-transition: visibility 0s ease 0s, opacity .2s ease 0s, top .2s ease-out 0s;
    transition: visibility 0s ease 0s, opacity .2s ease 0s, top .2s ease-out 0s
}

#main-nav .search-bar {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: #fff;
    overflow: hidden;
    height: 48px;
    top: 28px;
    left: 240px;
    right: 0;
    border: 1px solid #FD8D18;
    border-radius: 4px;
    z-index: 290;
    -webkit-transition: opacity .12s ease 0s, visibility 0s linear .12s;
    transition: opacity .12s ease 0s, visibility 0s linear .12s
}

@media (max-width:1199px) {
    #main-nav .search-bar {
        left: 196px
    }
}

@media (max-width:991px) {
    #main-nav .search-bar {
        left: 0
    }
}

#main-nav .search-bar.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .12s ease 0s, visibility 0s linear 0s;
    transition: opacity .12s ease 0s, visibility 0s linear 0s
}

#main-nav .search-bar > input {
    display: block;
    float: left;
    width: -webkit-calc(100% - 61px);
    width: calc(100% - 61px);
    height: 48px;
    border: none;
    outline: 0;
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px;
    color: #FD8D18
}

    #main-nav .search-bar > input::-webkit-input-placeholder {
        color: #FFDECA
    }

    #main-nav .search-bar > input:-moz-placeholder {
        color: #FFDECA
    }

    #main-nav .search-bar > input::-moz-placeholder {
        color: #FFDECA
    }

    #main-nav .search-bar > input:-ms-input-placeholder {
        color: #FFDECA
    }

#main-nav .search-bar > button {
    display: block;
    float: right;
    width: 61px;
    /*height: 48px;*/
    border: none;
    background: 0 0
}

    #main-nav .search-bar > button > img {
        max-height: 32px
    }

.small > #main-nav {
    height: auto;
}

    .small > #main-nav > .container > div > div {
        padding: 14px 0
    }

        .small > #main-nav > .container > div > div > nav {
            height: 48px;
            padding: 0
        }

            .small > #main-nav > .container > div > div > nav .highlight {
                top: -15px
            }

    .small > #main-nav .logo {
        height: 48px;
        padding: 4px 0
    }

        .small > #main-nav .logo img {
            max-height: 40px
        }

            .small > #main-nav .logo img:first-child {
                height: 0;
                opacity: 0;
                -webkit-transition: opacity .1s ease 0s, max-height 0s ease .1s;
                transition: opacity .1s ease 0s, max-height 0s ease .1s
            }

            .small > #main-nav .logo img:last-child {
                height: 40px;
                opacity: 1;
                display: block;
                -webkit-transition: opacity .1s ease .1s, max-height 0s ease .1s;
                transition: opacity .1s ease .1s, max-height 0s ease .1s;
                margin-right: -40px
            }

@media (min-width:992px) and (max-width:1199px) {
    .small > #main-nav .logo {
        padding: 8px 0
    }

        .small > #main-nav .logo img {
            max-height: 32px
        }

            .small > #main-nav .logo img:last-child {
                height: 32px
            }
}

#sidebar {
    display: block;
    visibility: hidden;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 0;
    width: 300px;
    max-width: 100vw;
    background: #004246;
    z-index: 200;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 2px solid #003033;
    box-shadow: 7px 0 14px 0 rgba(0, 0, 0, .15);
    padding: 12px 0;
    -webkit-transition: left .32s ease 0s, visibility 0s ease .32s;
    transition: left .32s ease 0s, visibility 0s ease .32s
}

@media (max-width:767px) {
    #sidebar {
        width: 300px
    }

        #sidebar > .dropdown > a,
        #sidebar > a {
            font-size: 13px
        }
}

@media (max-width:300px) {
    #sidebar {
        width: 260px
    }
}

#sidebar.open {
    visibility: visible;
    left: 0;
    -webkit-transition: left .32s ease 0s, visibility 0s ease 0s;
    transition: left .32s ease 0s, visibility 0s ease 0s
}

#sidebar a {
    display: block;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 14px;
    color: rgba(255, 255, 255, .7)
}

    #sidebar a:hover {
        text-decoration: none;
        background: #003033;
        color: #fff
    }

    #sidebar a i.fa {
        display: inline-block;
        position: relative;
        top: 10px;
        float: right
    }

#sidebar [data-for] {
    z-index: 205
}

#sidebar [data-id] {
    display: block;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: 100%;
    background: #004246;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
    z-index: 210
}

    #sidebar [data-id].open {
        margin-left: 0;
        -webkit-transition: margin .2s ease;
        transition: margin .2s ease
    }

    #sidebar [data-id] > span {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0 0 10px;
        padding: 0;
        font-size: 16px;
        line-height: 40px;
        font-weight: 300;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        #sidebar [data-id] > span a {
            padding: 0;
            margin: 0;
            font-size: 16px;
            line-height: 40px;
            font-weight: 300;
            color: #fff
        }

        #sidebar [data-id] > span > button {
            display: block;
            background: #004246;
            float: left;
            width: 40px;
            height: 40px;
            font-size: 24px;
            line-height: 40px;
            margin: 0 10px 0 0;
            padding: 0;
            border: none;
            outline: 0;
            color: #fff;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

#sidebar > .form > button,
#sidebar > .form > input {
    background: rgba(255, 255, 255, .92);
    display: block
}

#sidebar [data-id] > span > button:hover {
    color: #000;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#sidebar > .form {
    display: block;
    width: 100%;
    height: 48px;
    margin-top: 10px;
    padding: 0 14px
}

    #sidebar > .form > input {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        height: 48px;
        float: left;
        outline: 0;
        border: 2px solid #003033;
        border-right: none;
        margin: 0;
        padding: 0 0 0 10px;
        border-radius: 4px 0 0 4px
    }

        #sidebar > .form > input:focus {
            outline: 0;
            border-color: #FD8D18
        }

            #sidebar > .form > input:focus + button {
                border-color: #FD8D18
            }

    #sidebar > .form > button {
        width: 48px;
        height: 48px;
        border: 2px solid #003033;
        border-left: none;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        float: right
    }

#bgr-image,
#header {
    width: 100%;
    background-position: center center;
    background-size: cover
}

#sidebar > .form > button:hover {
    color: #FD8D18
}

#header {
    display: block;
    position: relative;
    padding: 0;
    height: 571px;
    z-index: 50;
    overflow: hidden
}

#bgr-image,
.text-middle {
    position: absolute;
    top: 0
}

#bgr-image {
    height: 100%;
    left: 0
}

#header.bg-align-bottom,
#header.bg-align-bottom #bgr-image {
    background-position: center bottom
}

#header.tight {
    height: 491px
}

.astable,
.text-middle {
    width: 100%;
    height: 100%
}

#header.bg-align-right {
    background-position: right center
}

    #header.bg-align-right.bg-align-bottom {
        background-position: right bottom
    }

.text-middle {
    right: 0;
    display: block;
    z-index: 99
}

.astable {
    position: relative;
    display: table
}

.table-cell-mid-text {
    display: table-cell;
    vertical-align: middle
}

.table-cell-bottext {
    display: table-cell;
    vertical-align: bottom
}

@media (min-width:992px) {
    #sidebar {
        display: none
    }
}

#header .trust-pilot {
    display: block;
    /*position: absolute;*/
    height: 38px;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 38px;
    background: url(../imgs/cards/Trustpilot.svg) 68px center no-repeat #a8a8aa;
    -webkit-transition: background 80ms ease;
    transition: background 80ms ease;
    background-size: auto 50%
}

    #header .trust-pilot > img {
        max-height: 16px
    }

    #header .trust-pilot:hover {
        background-color: #c8c8c8;
        -webkit-transition: background 80ms ease;
        transition: background 80ms ease;
        text-decoration: none
    }

@media (min-width:992px) {
    #header .trust-pilot {
        display: none
    }
}

@media (max-width:500px) {
    #header .trust-pilot {
        background-size: auto 35%
    }
}


@media (max-width:767px) and (orientation:landscape) {
    #header .trust-pilot {
        background-size: auto 35%;
        background-position-x: 133px!important;
    }
}

@media (min-width:767px) and (max-width:1024px) and (orientation:portrait) {
    #header .trust-pilot {
        background-size: auto 37%;
        background-position-x: 230px !important;
    }

        #header .trust-pilot > span {
            margin-left: 16% !important;
        }
}

@media (min-width:767px) and (max-width:1024px) and (orientation:landscape) {
    #header .trust-pilot {
        background-size: auto 37%;
        background-position-x: 230px !important;
    }

        #header .trust-pilot > span {
            margin-left: 16% !important;
        }
}

#header .toptext {
    background: rgba(37, 37, 37, .7);
    margin: 0 0 60px
}

    #header .toptext .topsubtext {
        display: block;
        text-align: center;
        font-size: 17px;
        line-height: 21px;
        font-weight: 300;
        color: #fff;
        padding: 20px
    }

        #header .toptext .topsubtext a {
            color: #FD8D18;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

#header h1 {
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 40px 40px 0;
    font-size: 38px;
    line-height: 48px
}

    #header h1 small {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        font-size: 17px;
        line-height: 21px;
        font-weight: 300;
        color: #fff;
        margin: 20px 20px 0;
        padding: 0
    }

    #header h1 a {
        color: #FD8D18;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

        #header h1 a:hover {
            color: #FFF;
            text-decoration: none
        }

@media (max-width:991px) {
    #header h1 {
        font-size: 32px;
        line-height: 40px;
        margin: 0
    }

    #header.tight {
        height: auto;
        padding: 50px 0;
        min-height: 490px
    }

        #header.tight .text-middle {
            position: relative !important
        }

            #header.tight .text-middle .astable,
            #header.tight .text-middle .astable .table-cell-mid-text {
                display: block
            }
}

@media (max-width:500px) {
    #header .tint h2 {
        font-size: 18px !important
    }
}

#header .form {
    display: block;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

    #header .form.other .page-cta {
        display: inline-block;
        width: auto;
        height: 50px;
        line-height: 50px;
        padding: 0 80px 0 20px;
        cursor: pointer;
        border-radius: 4px;
        text-align: left !important;
        position: relative;
        color: rgba(253, 141, 24, .75);
        font-size: 26px
    }

        #header .form.other .page-cta:after {
            display: inline-block;
            width: 34px;
            content: ' ';
            border-radius: 4px;
            height: 34px;
            background: url(../imgs/arrow-right-white.png) center center no-repeat #FD8D18;
            background-size: 17px auto;
            position: absolute;
            top: 8px;
            right: 10px
        }

    #header .form .button,
    #header .form input {
        height: 55px;
        background: rgba(255, 255, 255, .9);
        display: block
    }

    #header .form.other .page-cta:hover:after {
        opacity: .8
    }

@media (max-width:991px) {
    #header .form {
        margin: 40px 0 0
    }
}

#header .form input {
    float: left;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    border: none;
    outline: 0;
    font-size: 26px;
    line-height: 55px;
    font-weight: 300;
    margin: 0;
    padding: 0 10px 0 15px;
    color: #FD8D18;
    border-radius: 6px 0 0 6px
}

@media (max-width:991px) {
    #header .form input {
        font-size: 22px
    }
}

@media (max-width:767px) {
    #header .form input {
        font-size: 16px
    }
}

@media (max-width:575.25px) {
    #header .form input {
        font-size: 14px
    }
}

#header .form input::-webkit-input-placeholder {
    color: rgba(253, 141, 24, .75)
}

#header .form input:-moz-placeholder {
    color: rgba(253, 141, 24, .75)
}

#header .form input::-moz-placeholder {
    color: rgba(253, 141, 24, .75)
}

#header .form input:-ms-input-placeholder {
    color: rgba(253, 141, 24, .75)
}

#header .form .button {
    float: right;
    width: 55px;
    margin: 0;
    padding: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

    #header .form .button button {
        display: block;
        width: 39px;
        height: 39px;
        margin: 0;
        padding: 0;
        border: none;
        outline: 0;
        background: #FD8D18;
        line-height: 39px;
        text-align: center;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

        #header .form .button button:hover {
            background: #fda241;
            -webkit-transition: background .2s ease;
            transition: background .2s ease
        }

        #header .form .button button img {
            max-height: 20px;
            max-width: 20px
        }

.header-bar {
    display: block;
    position: relative;
    width: 100%;
    /*height: 40px;*/
    background: #fff;
    border-bottom: 2px solid #fff;
    z-index: 1;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

@media (max-width:991px) {
    .header-bar {
        height: 28px
    }
}

.header-bar [class*=col-] {
    padding: 0
}

    .header-bar [class*=col-] > a {
        display: block;
        width: 100%;
        height: 34px;
        text-align: center;
        font-size: 20px;
        line-height: 38px;
        font-weight: 300;
        border-left: 2px solid #fff;
        border-bottom: none;
        margin: 0;
        padding: 0;
        color: #fff;
        border-radius: 5px;
        -webkit-transition: background 80ms ease, height .2s ease, font-size .2s ease, line-height .2s ease;
        transition: background 80ms ease, height .2s ease, font-size .2s ease, line-height .2s ease
    }

        .header-bar [class*=col-] > a:hover {
            text-decoration: none;
            -webkit-transition: background 80ms ease;
            transition: background 80ms ease
        }

#header-bar [class*=col-] > a > img {
    -webkit-transition: top .2s ease, max-height .2s ease;
    transition: top .2s ease, max-height .2s ease
}

.header-bar [class*=col-]:nth-child(1) > a {
    background: #a8a8aa
}

    .header-bar [class*=col-]:nth-child(1) > a:hover {
        background: #c8c8c8
    }

        .header-bar [class*=col-]:nth-child(1) > a:hover > img {
            opacity: .9;
            -webkit-transition: opacity .12s ease;
            transition: opacity .12s ease
        }

@media (max-width:991px) {
    .header-bar [class*=col-] > a {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        border-radius: 0
    }

    .header-bar [class*=col-]:nth-child(1) > a {
        border-left: none
    }
}

.header-bar [class*=col-]:nth-child(1) > a > img {
    position: relative;
    top: -2px;
    margin-left: 15px;
    max-height: 20px;
    opacity: 1;
    -webkit-transition: opacity .12s ease;
    transition: opacity .12s ease
}

.header-bar [class*=col-]:nth-child(2) > a {
    background: #5f5f5f
}

    .header-bar [class*=col-]:nth-child(2) > a:hover {
        background: #7f7f7f
    }

    .header-bar [class*=col-]:nth-child(2) > a > img {
        position: relative;
        top: -2px;
        max-height: 16px;
        -webkit-transition: max-width .12s ease, max-height .12s ease;
        transition: max-width .12s ease, max-height .12s ease
    }

.header-bar [class*=col-]:nth-child(3) > a {
    background: #fd8d18;
    border-right: 2px solid #fff
}

    .header-bar [class*=col-]:nth-child(3) > a:hover {
        background: #fda241
    }

        .header-bar [class*=col-]:nth-child(3) > a:hover > img {
            opacity: .9;
            -webkit-transition: opacity .12s ease;
            transition: opacity .12s ease
        }

    .header-bar [class*=col-]:nth-child(3) > a:focus {
        text-decoration: none
    }

    .header-bar [class*=col-]:nth-child(3) > a > img {
        position: relative;
        top: -2px;
        margin-left: 15px;
        max-height: 20px;
        opacity: 1
    }

.header-bar [class*=col-]:nth-child(3) > .form {
    display: block;
    width: 100%;
    height: 0;
    max-height: -webkit-calc(100vh - 174px);
    max-height: calc(100vh - 174px);
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form {
        max-height: -webkit-calc(100vh - 135px);
        max-height: calc(100vh - 135px)
    }
}

@media (max-width:767px) {
    .header-bar [class*=col-]:nth-child(3) > .form {
        width: 200%;
        margin-left: -100%
    }
}

@media (min-width:1200px) {
    .header-bar [class*=col-]:nth-child(3) > .form .row > .col-lg-6:first-child {
        padding-right: 5px
    }

    .header-bar [class*=col-]:nth-child(3) > .form .row > .col-lg-6:last-child {
        padding-left: 5px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form .close-btn {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    float: right;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    background: #fff
}

    .header-bar [class*=col-]:nth-child(3) > .form .close-btn img {
        max-width: 32px;
        max-height: 32px;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        opacity: 1;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .header-bar [class*=col-]:nth-child(3) > .form .close-btn:hover img {
        opacity: .8;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form .close-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

        .header-bar [class*=col-]:nth-child(3) > .form .close-btn img {
            max-width: 30px;
            max-height: 30px
        }
}

.header-bar [class*=col-]:nth-child(3) > .form h5 {
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    color: #008C95
}

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form h5 {
        font-size: 14px;
        line-height: 28px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form p {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #63656a;
    padding: 5px
}

.header-bar [class*=col-]:nth-child(3) > .form .input-button {
    display: block;
    width: 100%;
    height: 36px;
    background: #e8ebed;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 6px
}

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form p {
        font-size: 14px;
        line-height: 20px
    }

    .header-bar [class*=col-]:nth-child(3) > .form .input-button {
        height: 28px;
        padding: 4px 6px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form .input-button > input {
    display: block;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 24px;
    margin: 0;
    padding: 0 6px;
    float: left;
    border: none;
    outline: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    background: 0 0;
    color: #333
}

    .header-bar [class*=col-]:nth-child(3) > .form .input-button > input::-webkit-input-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form .input-button > input:-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form .input-button > input::-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form .input-button > input:-ms-input-placeholder {
        color: #979797;
        opacity: 1
    }

.header-bar [class*=col-]:nth-child(3) > .form .input-button > span.button {
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    padding: 0;
    float: right;
    border: none;
    outline: 0;
    background-image: url(../imgs/icons/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% 60%;
    opacity: 1;
    transition: opacity .2s ease 0s
}

    .header-bar [class*=col-]:nth-child(3) > .form .input-button > span.button:hover {
        opacity: .8;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form .input-button > span.button {
        margin: 0
    }
}

.header-bar [class*=col-]:nth-child(3) > .form .input-checkbox {
    display: block;
    width: 100%;
    height: 36px;
    background: #e8ebed;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 6px;
    cursor: pointer
}

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form .input-checkbox {
        height: 28px;
        padding: 2px 6px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > span {
    display: block;
    float: left;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
    height: 24px;
    margin: 0;
    padding: 0 6px;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    color: #333
}

.header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > i.fa {
    display: block;
    position: relative;
    top: 1px;
    float: right;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #979797
}

    .header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > i.fa:before {
        content: "\f096"
    }

.header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > input {
    display: none
}

    .header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > input:checked + i.fa {
        color: #9ba2ab
    }

        .header-bar [class*=col-]:nth-child(3) > .form .input-checkbox > input:checked + i.fa:before {
            content: "\f14a"
        }

#header.with-nav:after,
#owl .image:before {
    content: ''
}

.header-bar [class*=col-]:nth-child(3) > .form select {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #e8ebed;
    border: none;
    outline: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 300;
    color: #333
}

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form select {
        height: 28px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0 0 10px;
    padding: 0 10px;
    background: #e8ebed;
    border: none;
    outline: 0;
    font-size: 13px;
    line-height: 36px;
    font-weight: 300;
    color: #333;
    border-radius: 4px
}

    .header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input::-webkit-input-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input:-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input::-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input:-ms-input-placeholder {
        color: #979797;
        opacity: 1
    }

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form div:not(.input-button):not(.input-checkbox) > input {
        height: 28px;
        line-height: 28px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form textarea {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    background: #e8ebed;
    border: none;
    outline: 0;
    font-size: 13px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    border-radius: 4px
}

    .header-bar [class*=col-]:nth-child(3) > .form textarea::-webkit-input-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form textarea:-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form textarea::-moz-placeholder {
        color: #979797;
        opacity: 1
    }

    .header-bar [class*=col-]:nth-child(3) > .form textarea:-ms-input-placeholder {
        color: #979797;
        opacity: 1
    }

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > .form textarea {
        padding: 3px 10px
    }
}

.header-bar [class*=col-]:nth-child(3) > .form button[type=submit],
.header-bar a.button {
    display: block;
    width: 100%;
    height: 36px !important;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    line-height: 36px !important;
    text-align: center;
    background: #FD8D18 !important;
    border-radius: 4px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    .header-bar [class*=col-]:nth-child(3) > .form button[type=submit]:hover,
    .header-bar a.button:hover {
        background: #f47e02 !important;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

@media (max-width:991px) {
    .header-bar [class*=col-]:nth-child(3) > form button[type=submit],
    .header-bar a.button {
        height: 28px;
        line-height: 28px
    }

    .header-bar [class*=col-]:nth-child(3) > a {
        border-right: none
    }
}

.header-bar [class*=col-]:nth-child(3).open > a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

    .header-bar [class*=col-]:nth-child(3).open > a > img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.header-bar [class*=col-]:nth-child(3).open > .form {
    height: auto;
    padding: 10px
}

#header.careers .row > div:nth-child(2) {
    padding-top: 0
}

#header.careers .dropdown {
    margin-bottom: 20px
}

#header.with-nav {
    padding: 140px 0 75px
}

    #header.with-nav nav {
        display: block;
        width: 100%;
        margin: 140px 0 0
    }

@media (max-width:991px) {
    #header.with-nav {
        padding: 100px 0 20px
    }

        #header.with-nav nav {
            margin: 70px 0 0
        }
}

#header.with-nav nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px 8px;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    #header.with-nav nav a:hover {
        color: #FD8D18;
        border-bottom: 1px solid #FD8D18
    }

    #header.with-nav nav a.active {
        color: #fff;
        border-bottom: 1px solid #fff
    }

    #header.with-nav nav a:active {
        color: #008C95;
        border-bottom: 1px solid #008C95
    }

#header.with-nav:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(37, 37, 37, 0);
    background: -webkit-linear-gradient(top, rgba(37, 37, 37, 0) 0, #252525 100%);
    background: linear-gradient(to bottom, rgba(37, 37, 37, 0) 0, #252525 100%);
    z-index: -1
}

#header a.lost {
    background: rgba(37, 37, 37, .7);
    border-radius: 6px
}

#header a.go {
    display: block;
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    background: #FD8D18;
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 55px;
    border-radius: 5px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    #header a.go:hover {
        text-decoration: none;
        background: #f47e02;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

#header a.lost,
#header a.lost:hover {
    -webkit-transition: all .2s ease;
    text-decoration: none
}

#header a.lost {
    display: inline-block;
    position: relative;
    font-size: 17px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    padding: 0 5px;
    transition: all .2s ease;
    z-index: 55
}

@media (max-width:767px) {
    #header a.lost {
        font-size: 15px
    }
}

#header a.lost:hover {
    color: #008C95;
    transition: all .2s ease
}

    #header a.lost:hover:before {
        height: 100%;
        top: 0;
        border-radius: 4px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

#header div + div > .dropdown {
    z-index: 59 !important
}

#header .dropdown,
#header .dropdown > :nth-child(2) {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0;
    z-index: 60;
    -webkit-transition: all .2s ease
}

#header .dropdown {
    display: block;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease
}

    #header .dropdown input {
        display: none
    }

    #header .dropdown > :nth-child(2) {
        display: block;
        padding: 0 18px;
        font-size: 20px;
        line-height: 55px;
        color: #5f5f5f;
        font-weight: 300;
        transition: all .2s ease
    }

        #header .dropdown > :nth-child(2):after,
        #header .dropdown > :nth-child(2):before {
            display: block;
            position: absolute;
            content: '';
            width: 14px;
            height: 3px;
            background: #FD8D18;
            top: -webkit-calc(50% - 1px);
            top: calc(50% - 1px);
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        #header .dropdown > :nth-child(2):before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 26px
        }

        #header .dropdown > :nth-child(2):after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            right: 18px
        }

#slider .next img,
#slider .prev img,
.caption span {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%)
}

#header .dropdown > :nth-child(3) {
    display: block;
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 59px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .2s ease, max-height .2s ease;
    transition: opacity .2s ease, max-height .2s ease
}

#slider,
#slider .container {
    position: relative
}

#header .dropdown > :nth-child(3)::-webkit-scrollbar {
    width: 6px;
    background: #f1f1f1;
    border-right: 1px solid #008C95
}

#header .dropdown > :nth-child(3)::-webkit-scrollbar-track {
    display: block;
    margin-right: 1px;
    width: 6px;
    background: #f1f1f1
}

#header .dropdown > :nth-child(3)::-webkit-scrollbar-thumb {
    width: 6px;
    background: #ccc
}

#header .dropdown > :nth-child(3) > span {
    display: block;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 18px;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    color: #5f5f5f;
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: nowrap
}

    #header .dropdown > :nth-child(3) > span:last-child {
        border: none
    }

    #header .dropdown:hover > :nth-child(2),
    #header .dropdown > :nth-child(3) > span:hover {
        color: #FD8D18;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

#header .dropdown.open {
    border-bottom-right-radius: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    #header .dropdown.open > :nth-child(2) {
        color: #008C95;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

        #header .dropdown.open > :nth-child(2):after,
        #header .dropdown.open > :nth-child(2):before {
            background: #008C95;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

    #header .dropdown.open > :nth-child(3) {
        max-height: 290px;
        opacity: 1;
        -webkit-transition: opacity .2s ease, max-height .2s ease;
        transition: opacity .2s ease, max-height .2s ease
    }

@media (max-width:767px) {
    #header .dropdown.open > :nth-child(3) {
        max-height: 180px
    }
}

.small > .header-bar {
    /*height: 28px*/
}

    .small > .header-bar [class*=col-] > a {
        height: 26px;
        line-height: 26px;
        font-size: 14px
    }

#choose h2,
#slider h2 {
    line-height: 40px;
    padding: 0;
    font-weight: 300
}

.small > .header-bar [class*=col-] > a > img {
    top: -1px;
    max-height: 12px
}

#slider {
    display: block;
    width: 100%;
    padding: 40px 0;
    background: #fff;
    min-height: 500px
}

    #slider .next,
    #slider .prev {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100px;
        margin: 0;
        padding: 0;
        z-index: 100
    }

        #slider .next img,
        #slider .prev img {
            display: block;
            max-width: 40px;
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translate(0, -50%);
            opacity: 1;
            -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
            cursor: pointer
        }

            #slider .next img:hover,
            #slider .prev img:hover {
                opacity: .8;
                -webkit-transition: opacity .2s ease;
                transition: opacity .2s ease
            }

    #slider .prev {
        left: -100px
    }

    #slider .next {
        right: -100px
    }

    #slider h2 {
        display: block;
        color: #838383;
        /* margin: 110px 0 40px; */
        margin: 110px 4px 40px; /*//RJ Fw: Glitch on site-05/02/2019*/
        font-size: 40px
    }

@media (min-width:992px) and (max-width:1199px) {
    #slider h2 {
        margin: 80px 0 40px;
        font-size: 36px;
        line-height: 36px
    }
}

@media (max-width:991px) {
    #slider h2 {
        margin: 0 0 30px;
        text-align: center
    }

    #slider h3 {
        text-align: center
    }
}

#slider .content {
    margin: 0 0 20px
}

#slider h3 {
    display: block;
    font-weight: 300;
    padding: 0;
    /* margin: 0 0 12px; */
    margin: 0 4px 12px; /*//RJ Fw: Glitch on site-05/02/2019*/
    color: #008C95;
    font-size: 28px;
    line-height: 28px
}

@media (min-width:992px) and (max-width:1199px) {
    #slider h3 {
        font-size: 22px;
        line-height: 22px
    }
}

#slider p {
    color: #838383;
    font-size: 17px;
    min-height: 96px;
    margin: 0 4px 10px /*//RJ Fw: Glitch on site-05/02/2019*/
}

@media (min-width:992px) and (max-width:1199px) {
    #slider p {
        font-size: 16px
    }
}

@media (max-width:991px) {
    #slider p {
        text-align: center;
        min-height: 72px
    }

    #slider .controls {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px
    }

    #slider .images {
        text-align: center
    }
}

#slider .images img {
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
    padding: 0;
    -webkit-transition: opacity .2s ease 0s, visibility 0s ease .2s, width 0s ease .2s, height 0s ease .2s;
    transition: opacity .2s ease 0s, visibility 0s ease .2s, width 0s ease .2s, height 0s ease .2s
}

    #slider .images img.active {
        width: auto;
        height: auto;
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity .2s ease 0s, visibility 0s ease 0s, width 0s ease 0s, height 0s ease 0s;
        transition: opacity .2s ease 0s, visibility 0s ease 0s, width 0s ease 0s, height 0s ease 0s
    }

#choose,
#news {
    display: block;
    width: 100%;
    margin: 0
}

.caption > i,
.oneblogimg .caption > i {
    visibility: hidden
}

#slider button,
#slider button:hover {
    -webkit-transition: background 80ms ease, border-color 80ms ease
}

#slider button {
    width: 24px;
    height: 24px;
    background: #fff;
    outline: 0;
    border: 3px solid #e9e9e9;
    border-radius: 50%;
    margin: 0 6px 0 0;
    padding: 0;
    transition: background 80ms ease, border-color 80ms ease
}

    #slider button:hover {
        background: #e5e5e5;
        border-color: #e5e5e5;
        transition: background 80ms ease, border-color 80ms ease
    }

    #slider button.active {
        border-color: #FD8D18;
        -webkit-transition: background 80ms ease, border-color 80ms ease;
        transition: background 80ms ease, border-color 80ms ease
    }

        #slider button.active:hover {
            background: #fff
        }

#choose {
    background: #f7f7f7;
    padding: 80px 0 60px
}

    #choose h2 {
        display: block;
        text-align: center;
        color: #008C95;
        font-size: 40px;
        margin: 0 0 60px
    }

@media (max-width:767px) {
    #choose {
        padding: 40px 0 20px
    }

        #choose h2 {
            font-size: 32px;
            line-height: 32px;
            margin: 0 0 20px
        }
}

#choose h3 {
    display: block;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 20px;
    color: #008C95;
    font-weight: 300
}

    #choose h3 img {
        height: 34px;
        margin-right: 15px
    }

@media (max-width:767px) {
    #choose h3 {
        text-align: center;
        font-size: 22px
    }
}

#choose p {
    color: #838383;
    font-size: 14px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    #choose p {
        text-align: center;
        font-size: 16px
    }
}

@media (max-width:991px) {
    #choose .col-xs-12 {
        padding: 0 10%
    }

        #choose .col-xs-12:nth-child(4n+1) {
            background: #fff
        }

        #choose .col-xs-12:nth-child(4n) {
            background: #f7f7f7
        }
}

#news {
    background: #fff;
    padding: 6px 0 0
}

    #news > .container > .row {
        margin: 0 -13px;
        text-align: center
    }

    #news .container .row > div {
        padding: 0
    }

    #news .row > [class*=col-] {
        padding: 0;
        display: inline-block;
        float: none;
        margin: 0 -2px;
        font-size: 0
    }

    #news .container .row > div:nth-child(1) {
        padding-right: 4px
    }

    #news .container .row > div:nth-child(2) {
        padding: 0 2px
    }

        #news .container .row > div:nth-child(2) .item {
            background: #fbfbfb
        }

    #news .container .row > div:nth-child(3) {
        padding-left: 4px
    }

        #news .container .row > div:nth-child(1) .item,
        #news .container .row > div:nth-child(3) .item {
            background: #f3f7f9
        }

    #news .item .image,
    #news .item .image.shorted {
        background-size: cover;
        background-position: center center;
        display: block
    }

    #news .item {
        display: block;
        text-align: left;
        width: auto;
        max-width: 100%;
        text-decoration: none;
        margin: 0 1px 10px;
        padding: 0;
        border-radius: 6px;
        overflow: hidden
    }

        #news .item .image {
            width: 100%;
            padding-bottom: 100%;
            background-repeat: no-repeat
        }

            #news .item .image.shorted {
                width: 100%;
                padding-bottom: 60%;
                background-repeat: no-repeat
            }

@media (max-width:767px) {
    #news .item .image {
        padding-bottom: 72%
    }
}

#news .item .content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: left
}

    #news .item .content h3 {
        display: block;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0
    }

    #news .item .content p,
    #news .item .content span {
        width: 100%;
        color: #a3a3a3;
        padding: 0 46px 0 0;
        display: block;
        font-weight: 300
    }

    #news .item .content p {
        font-size: 16px;
        line-height: 22px;
        margin: 6px 0 0
    }

    #news .item .content span {
        font-size: 14px;
        line-height: 20px;
        margin: 4px 0 0
    }

    #news .item .content .go {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 200% 100%
    }

#news .item:hover .content h3 {
    color: #FD8D18
}

#news .item:hover .content .go {
    background-position: 100% 0
}

#blurb {
    display: block;
    width: 100%;
    margin: 0;
    padding: 100px 0;
    background-color: #fff;
    border-bottom: 2px solid #EFF8F9
}

    #blurb .top,
    #blurb .top-wrap {
        padding: 0;
        max-width: 100%;
        margin: 0
    }

@media (max-width:991px) {
    #blurb .col-xs-12 {
        background-image: url(../imgs/uk-fade.png);
        background-size: 80% auto;
        background-position: center top;
        background-repeat: no-repeat
    }
}

#blurb .top-wrap {
    display: table;
    width: 100%
}

#blurb .top {
    display: table-row;
    position: relative
}

    #blurb .top .cell {
        display: table-cell;
        margin: 0;
        padding: 0 100px;
        vertical-align: middle;
        z-index: 75
    }

@media (max-width:1199px) {
    #blurb .top .cell {
        padding: 0 50px
    }
}

#blurb .container img,
#blurb .top .cell img {
    max-width: 100%
}

    #blurb .container img.img-responsive,
    #blurb .top .cell img.img-responsive {
        max-width: 100%;
        width: 100%
    }

#blurb .container h2,
#blurb .top .cell h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #008C95
}

#blurb .container h3,
#blurb .top .cell h3 {
    display: block;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #008C95
}

#blurb .container p,
#blurb .top .cell p {
    display: block;
    width: 100%;
    margin: 6px 0 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #008C95
}

#blurb .container .form,
#blurb .top .cell .form {
    display: block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0
}

    #blurb .container .form .input,
    #blurb .top .cell .form .input {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0 0 16px
    }

        #blurb .container .form input:last-child,
        #blurb .top .cell .form .input:last-child {
            margin: 0
        }

        #blurb .container .form .input input,
        #blurb .top .cell .form .input input {
            display: block;
            float: left;
            width: -webkit-calc(100% - 80px);
            width: calc(100% - 80px);
            height: 40px;
            background: #f7f7f7;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            margin: 0;
            padding: 0 12px;
            font-size: 16px;
            line-height: 40px;
            border: none;
            outline: 0;
            color: #939395
        }

#blurb .form .input input::-webkit-input-placeholder {
    color: #a7a7a9
}

#blurb .form .input input:-moz-placeholder {
    color: #a7a7a9
}

#blurb .form .input input::-moz-placeholder {
    color: #a7a7a9
}

#blurb .form .input input:-ms-input-placeholder {
    color: #a7a7a9
}

@media (max-width:991px) {
    #blurb .form .input input {
        font-size: 14px
    }
}

#blurb .form .input a,
#blurb .form .input button {
    display: block;
    position: relative;
    float: right;
    width: 80px;
    height: 40px;
    background: #FD8D18;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    outline: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    top: 0;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    #blurb .form .input a:hover,
    #blurb .form .input button:hover {
        background: #fd8304;
        -webkit-transition: background .2s ease;
        transition: background .2s ease;
        text-decoration: none
    }

@media (max-width:991px) {
    #blurb .form .input button {
        font-size: 14px
    }
}

#blurb .form .input select {
    display: block;
    width: 100%;
    height: 40px;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 40px;
    color: #a7a7a9;
    border: none;
    outline: 0;
    border-radius: 4px;
    margin: 0;
    padding: 0 12px
}

#blurb .top .cell:first-child {
    width: 55%;
    text-align: center;
    padding: 0
}

#blurb .top .cell:last-child {
    width: 45%;
    padding: 0 0 0 100px
}

@media (max-width:991px) {
    #blurb .form .input select {
        font-size: 14px
    }

    #blurb .top .cell:first-child {
        display: none
    }

    #blurb .top .cell:last-child {
        width: 100%;
        text-align: center;
        padding: 0 50px
    }
}

#blurb .bottom {
    display: block;
    width: 100%;
    margin: 0;
    padding: 100px 100px 0;
    text-align: center
}

@media (max-width:991px) {
    #blurb .bottom {
        padding: 50px 20px 0
    }
}

#blurb .bottom p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    color: #008C95;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 0
}

#blurb .bottom a.find-out-more {
    display: inline-block;
    position: relative;
    text-align: center;
    min-width: 300px;
    background: #FD8D18;
    height: 50px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    font-weight: 200;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    #blurb .bottom a.find-out-more img {
        position: relative;
        top: -2px;
        max-height: 28px;
        vertical-align: middle;
        margin-left: 15px
    }

    #blurb .bottom a.find-out-more:hover {
        text-decoration: none;
        background: #f47e02;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

    #blurb .bottom a.find-out-more:active,
    #blurb .bottom a.find-out-more:focus {
        text-decoration: none
    }

#carousel,
.carousel {
    display: block;
    width: 100%;
    padding: 40px 0
}

    #carousel h2,
    #carousel h2 + p,
    .carousel h2 {
        padding: 0;
        text-align: center;
        font-weight: 300
    }

    #carousel h2,
    .carousel h2 {
        font-size: 40px;
        line-height: 40px;
        color: #838383;
        margin: 0 0 20px
    }

        #carousel h2.teal {
            color: #008C95
        }

        #carousel h2 + p {
            display: block;
            width: -webkit-calc(100% - 180px);
            width: calc(100% - 180px);
            margin: 0 90px 40px;
            font-size: 17px;
            line-height: 21px;
            color: #838383
        }

@media (max-width:991px) {
    #carousel {
        background: #f7f7f7
    }

        #carousel.light-bg {
            background: #fff
        }
}

#carousel.tight h2 + p {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 20px 30px
}

#carousel.tight .content strong {
    font-size: 20px;
    line-height: 26px
}

#carousel.tight .content p {
    font-size: 14px;
    line-height: 18px
}

#carousel.light-bg .left,
#carousel.light-bg .right {
    background-color: #fff !important
}

#carousel.border-top {
    border-top: 2px solid #eff8f9
}

#carousel.teal h2 {
    color: #008C95
}

.wrapper {
    display: block;
    position: relative;
    margin: 0 55px;
    text-align: center
}

#owl {
    z-index: 50
}

    #owl .owl-nav {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0
    }

        #owl .owl-nav .owl-next,
        #owl .owl-nav .owl-prev {
            display: block;
            width: 44px;
            height: 44px;
            z-index: 100;
            cursor: pointer
        }

        #owl .owl-nav .owl-prev {
            background: url(../imgs/carousel-left.png) 0 50% no-repeat #FFF;
            margin: -20px 0 0 -55px;
            background-size: 200%;
            float: left
        }

        #owl .owl-nav .owl-next {
            background: url(../imgs/carousel-right.png) 0 50% no-repeat #FFF;
            margin: -20px -55px 0 0;
            background-size: 200%;
            float: right
        }

    #owl .content .go,
    #owl .image {
        background-repeat: no-repeat;
        display: block
    }

    #owl .owl-nav .owl-next:hover,
    #owl .owl-nav .owl-prev:hover {
        background-position: 100% 50%
    }

    #owl .slideitem {
        display: block;
        max-width: 396px;
        margin: 0 auto;
        border-radius: 6px;
        overflow: hidden
    }

.owl-carousel .owl-item .slideitem {
    max-width: 100% !important
}

#owl span {
    display: block
}

#owl .image {
    width: 100%;
    background-size: cover;
    background-position: center center
}

    #owl .image:before {
        display: block;
        width: 100%;
        padding-top: 75%
    }

#owl .content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: left
}

    #owl .content strong {
        display: block;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0
    }

    #owl .content .text {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        color: #a3a3a3;
        margin: 6px 0 0;
        padding: 0 46px 0 0
    }

    #owl .content .go {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-position: 0 0;
        background-size: 200% 100%
    }

.modal,
.modal-backdrop {
    right: 0;
    bottom: 0;
    top: 0
}

.owl-item {
    vertical-align: bottom
}

.page-cta,
.page-cta img,
.subtitle img {
    vertical-align: middle
}

#owl .slideitem:nth-child(odd),
.owl-item:nth-child(odd) {
    background: #fbfbfb
}

#owl .slideitem:nth-child(even),
.owl-item:nth-child(even) {
    background: #f3f7f9
}

@media (max-width:991px) {
    .wrapper.fullwidth {
        margin: 0
    }

    #owl .slideitem {
        max-width: 100% !important
    }

    #owl .slideitem,
    .owl-item {
        background: #f7f7f7 !important
    }

    .contentofslide .owl-item {
        background: #fff !important
    }
}

#owl .slideitem:hover,
.owl-item:hover * {
    text-decoration: none
}

    #owl .slideitem:hover strong,
    .owl-item:hover strong {
        color: #FD8D18 !important
    }

    #owl .slideitem:hover .go,
    .owl-item:hover .go {
        background-position: 100% 0 !important
    }

#footer {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7
}

    #footer [class*=col-] strong.title {
        display: block;
        font-weight: 600;
        color: #008C95;
        text-transform: uppercase;
        margin: 0 0 20px
    }

    #footer [class*=col-] a,
    #footer [class*=col-] span {
        display: block;
        padding: 3px 0;
        color: #008C95
    }

        #footer [class*=col-] a:hover {
            text-decoration: none;
            color: #FD8D18
        }

    #footer [class*=col-]:last-child {
        text-align: center
    }

        #footer [class*=col-]:last-child img {
            height: 42px;
            margin-bottom: 18px
        }

            #footer [class*=col-]:last-child img:nth-child(2) {
                max-height: 30px;
                margin-bottom: 24px
            }

        #footer [class*=col-]:last-child a strong {
            display: block;
            font-size: 21px;
            line-height: 21px;
            color: #008C95;
            margin: 0 0 18px;
            font-weight: 400;
            -webkit-transition: color 80ms ease;
            transition: color 80ms ease
        }

@media (max-width:991px) {
    #footer [class*=col-]:last-child img {
        margin-bottom: 27px;
        height: 52px;
        max-width: 60%
    }

        #footer [class*=col-]:last-child img:nth-child(2) {
            margin-bottom: 36px;
            max-height: 60px
        }

    #footer [class*=col-]:last-child a strong {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 27px
    }
}

#footer [class*=col-]:last-child a:hover strong {
    color: #FD8D18 !important;
    -webkit-transition: color 80ms ease;
    transition: color 80ms ease
}

#footer [class*=col-]:last-child .social {
    display: block;
    margin-bottom: 18px
}

    #footer [class*=col-]:last-child .social a {
        display: inline-block;
        font-size: 22px;
        line-height: 22px;
        margin-right: 8px
    }

@media (max-width:991px) {
    #footer [class*=col-]:last-child .social {
        margin-bottom: 27px
    }

        #footer [class*=col-]:last-child .social a {
            font-size: 32px;
            line-height: 32px
        }
}

#footer [class*=col-]:last-child .social a:last-child {
    margin-right: 14px
}

#footer [class*=col-]:last-child .social a:hover {
    opacity: .75;
    color: #008C95
}

#footer [class*=col-]:last-child .partners img {
    margin-right: 20px
}

    #footer [class*=col-]:last-child .partners img:last-child {
        margin-right: 0
    }

#sub-footer {
    display: block;
    width: 100%;
    padding: 30px 0;
    background: #008C95
}

    #sub-footer .item {
        display: block;
        padding: 4px 0;
        float: left;
        margin-right: 45px;
        color: #fff;
        text-decoration: none;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px
    }

@media (max-width:991px) {
    #sub-footer .item {
        display: block;
        float: none !important;
        text-align: center;
        font-size: 12px
    }

        #sub-footer .item:first-child {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 25px
        }
}

#sub-footer .item > a {
    color: #fff !important;
    -webkit-transition: color 80ms ease;
    transition: color 80ms ease
}

    #sub-footer .item > a:hover {
        color: #000;
        text-decoration: none;
        -webkit-transition: color 80ms ease;
        transition: color 80ms ease
    }

#sub-footer .item.right {
    float: right
}

#sub-footer a.item {
    color: #fff;
    -webkit-transition: color 80ms ease;
    transition: color 80ms ease
}

    #sub-footer a.item:hover {
        color: #000;
        text-decoration: none;
        -webkit-transition: color 80ms ease;
        transition: color 80ms ease
    }

.contentofslide .slide {
    background: #FFF
}

.contentofslide .owl-nav {
    width: 100%;
    position: absolute;
    height: 0;
    top: 50%;
    left: 0
}

    .contentofslide .owl-nav div {
        cursor: pointer;
        width: 40px;
        height: 40px;
        float: left;
        margin: -20px 0 0 -80px;
        background: url(../imgs/carousel-left.png) right center no-repeat;
        background-size: auto 40px
    }

        .contentofslide .owl-nav div.owl-next {
            background-image: url(../imgs/carousel-right.png);
            float: right;
            margin: -20px -80px 0 0
        }

        .contentofslide .owl-nav div:hover {
            background-position: left center
        }

.contentofslide .owl-dots {
    width: 100%;
    position: absolute;
    height: 0;
    bottom: 20%;
    left: 0
}

    .contentofslide .owl-dots .owl-dot {
        width: 24px;
        height: 24px;
        background: #fff;
        outline: 0;
        border: 3px solid #e9e9e9;
        border-radius: 50%;
        margin: 0 6px 0 0;
        display: inline-block;
        padding: 0;
        -webkit-transition: background 80ms ease, border-color 80ms ease;
        transition: background 80ms ease, border-color 80ms ease
    }

        .contentofslide .owl-dots .owl-dot:hover {
            background: #e5e5e5;
            border-color: #e5e5e5;
            -webkit-transition: background 80ms ease, border-color 80ms ease;
            transition: background 80ms ease, border-color 80ms ease
        }

        .contentofslide .owl-dots .owl-dot.active {
            border-color: #FD8D18;
            -webkit-transition: background 80ms ease, border-color 80ms ease;
            transition: background 80ms ease, border-color 80ms ease
        }

            .contentofslide .owl-dots .owl-dot.active:hover {
                background: #fff
            }

.slideimages {
    margin: 5%;
    overflow: hidden
}

    .slideimages img {
        width: 100%
    }

@media only screen and (max-width:991px) {
    .contentofslide,
    .contentofslide .slide {
        margin-bottom: 27px
    }

    form {
        overflow: hidden;
        max-width: 100%
    }

    .contentofslide .owl-nav {
        display: none !important;
        overflow: hidden !important
    }

    .contentofslide .owl-dots {
        bottom: 0;
        text-align: center
    }
}

#news .container .row .col-sm-6 {
    display: inline-block;
    margin: 0 -4px;
    float: none
}

#thetopVideo,
.modal {
    display: none;
    overflow: hidden
}

#thetopVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

    #thetopVideo iframe {
        position: absolute;
        width: 110%;
        height: 60vw;
        top: -15%;
        left: -5%;
        min-height: 130%
    }

#header .overlayer {
    z-index: 2;
    background: rgba(20, 149, 158, .7) !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#header .container {
    position: relative;
    z-index: 3
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, -25%, 0);
        -o-transform: translate3d(0, -25%, 0);
        transform: translate3d(0, -25%, 0)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.ekko-lightbox .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px
}

.ekko-lightbox .img-responsive {
    width: auto;
    max-width: 100%;
    max-height: 800px;
    margin: 0 auto
}

.subtitle {
    color: #FFF
}

    .subtitle img {
        width: 25px;
        margin: 0 10px
    }

.content-box {
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 0
}

@media (max-width:991px) {
    .content-box {
        padding: 60px 0
    }
}

.content-box .content-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (max-width:767px) {
    .content-box {
        padding: 40px 0
    }

        .content-box .content-flex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }
}

.content-box .content-flex .content-flex-item:first-child {
    position: relative;
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-right: 20px
}

@media (max-width:1199px) {
    .content-box .content-flex .content-flex-item:first-child {
        -webkit-box-flex: 2;
        -webkit-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

@media (max-width:767px) {
    .content-box .content-flex .content-flex-item:first-child {
        margin-right: 40px;
        margin-left: 40px
    }
}

.content-box .content-flex .content-flex-item:first-child .frame {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    margin: 0;
    padding: 40px;
    border-radius: 8px;
    min-height: 306px
}

@media (max-width:991px) {
    .content-box .content-flex .content-flex-item:first-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

        .content-box .content-flex .content-flex-item:first-child .frame {
            padding: 20px;
            min-height: 300px
        }
}

@media (max-width:767px) {
    .content-box .content-flex .content-flex-item:first-child .frame {
        height: 260px;
        min-height: 260px
    }
}

.content-box .content-flex .content-flex-item:first-child .frame .image {
    display: block;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    margin: 0;
    padding: 0;
    background-repeat: none;
    background-position: center center;
    background-size: cover;
    border-radius: 4px
}

.content-box .content-flex .content-flex-item:last-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px
}

@media (max-width:767px) {
    .content-box .content-flex .content-flex-item:last-child {
        margin-right: 20px;
        margin-top: 280px
    }

    .content-box .content-flex .content-flex-item h2 {
        text-align: center
    }
}

@media (max-width:575.25px) {
    .content-box .content-flex .content-flex-item:first-child .frame {
        height: 200px;
        min-height: 200px
    }

    .content-box .content-flex .content-flex-item:last-child {
        margin-top: 220px
    }
}

.content-box .content-flex .content-flex-item h2 {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    color: #838383
}

@media (max-width:991px) {
    .content-box .content-flex .content-flex-item:first-child .frame .image {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px
    }

    .content-box .content-flex .content-flex-item h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 8px 0
    }
}

.content-box .content-flex .content-flex-item h3 {
    display: block;
    width: 100%;
    margin: 30px 0 10px;
    padding: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: #008C95
}

@media (max-width:991px) {
    .content-box .content-flex .content-flex-item h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 24px 0 8px
    }
}

@media (max-width:767px) {
    .content-box .content-flex .content-flex-item h3 {
        text-align: center;
        margin: 8px 0
    }

    .content-box .content-flex .content-flex-item p {
        text-align: center
    }
}

.content-box .content-flex .content-flex-item p,
.page-cta {
    margin: 0;
    font-weight: 300;
    padding: 0;
    display: block;
    width: 100%
}

.content-box .content-flex .content-flex-item p {
    font-size: 17px;
    line-height: 20px;
    color: #838383
}

@media (max-width:991px) {
    .content-box .content-flex .content-flex-item p {
        font-size: 15px;
        line-height: 18px
    }
}

.page-cta {
    font-size: 40px;
    line-height: 100px;
    color: #FD8D18;
    text-align: center;
    background: #f7f7f7;
    -webkit-transition: background .12s ease;
    transition: background .12s ease
}

    .page-cta:hover {
        background: #e7e7e7;
        text-decoration: none;
        color: #FD8D18;
        -webkit-transition: background .12s ease;
        transition: background .12s ease
    }

    .page-cta img {
        max-height: 40px;
        margin: 0 0 0 20px;
        padding: 0
    }

@media (max-width:991px) {
    .page-cta {
        font-size: 30px
    }

        .page-cta img {
            max-height: 30px;
            margin: 0 0 0 10px
        }
}

@media (max-width:767px) {
    .page-cta {
        font-size: 20px
    }

        .page-cta img {
            max-height: 20px;
            margin: 0 0 0 6px
        }
}

#accreditations,
#awards,
.awards {
    display: block;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #f7f7f7;
    text-align: center
}

.awards {
    background: 0 0;
    display: inline-block;
    width: 100%;
    padding: 0
}

    #accreditations > div > div > div,
    #awards > div > div > div,
    .awards > div > div {
        text-align: center;
        float: none;
        display: inline-block;
        margin: 10px -4px;
        vertical-align: top;
        padding: 0 25px
    }

        .awards > div > div > h3,
        .awards > div > div > p {
            padding: 0;
            font-weight: 300;
            width: 100%;
            display: block
        }

        #accreditations > div > div > div img,
        #awards > div > div > div img {
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            margin-bottom: 20px;
            max-width: 100%;
            width: 100%
        }

        .awards > div > div > img {
            margin: 0 0 20px;
            max-width: 100%;
            width: 100%
        }

        .awards > div > div > h3 {
            margin: 0 0 5px;
            font-size: 14px;
            line-height: 14px;
            color: #008C95
        }

        .awards > div > div > p {
            margin: 0 0 10px;
            font-size: 13px;
            line-height: 13px;
            color: #b8b8b8
        }

@media (max-width:767px) {
    #awards > div > div > div:nth-child(even) {
        background: #FFF;
        padding: 15px 0
    }

    #accreditations > div > div > div:nth-child(odd),
    #awards > div > div > div:nth-child(odd) {
        padding: 15px 0
    }

    #accreditations,
    #awards {
        padding: 0;
        margin: 15px 0;
        background: #FFF
    }
}

#accreditations > div > div > div a,
#awards > div > div > div a {
    text-decoration: none !important;
    display: block;
    width: 100%;
}

#accreditations > div > div > div h3,
#awards > div > div > div h3 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: #008C95
}

#accreditations > div > div > div p,
#awards > div > div > div p {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 300;
    color: #b8b8b8
}

#contact-form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff;
    border-top: 2px solid #EFF8F9
}

    #contact-form .form {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        max-width: 560px
    }

@media (min-width:992px) {
    #contact-form .form .row > .col-md-6:first-child {
        padding-right: 5px
    }

    #contact-form .form .row > .col-md-6:last-child {
        padding-left: 5px
    }
}

#contact-form .form h2,
#contact-form .form h5 {
    margin: 0;
    padding: 0 5px;
    color: #008C95;
    font-weight: 300
}

#contact-form .form h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center
}

#contact-form .form h5 {
    font-size: 16px;
    line-height: 26px
}

#contact-form .form p {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #a3a3a3;
    padding: 5px
}

    #contact-form .form p a,
    #contact-form .form p span {
        color: #008C95;
        padding: 5px;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        #contact-form .form p a:hover {
            color: #FD8D18;
            text-decoration: none
        }

#contact-form .form a.button,
#contact-form-small .icons > div > div a {
    text-decoration: none !important
}

#contact-form .form p.center {
    text-align: center
}

#contact-form .form .input-button {
    display: block;
    width: 100%;
    height: 42px;
    background: #e8ebed;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 6px
}

    #contact-form .form .input-button > input {
        display: block;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 30px;
        margin: 0;
        padding: 0 6px;
        float: left;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        background: 0 0;
        color: #333
    }

        #contact-form .form .input-button > input::-webkit-input-placeholder {
            color: #b2b2b2
        }

        #contact-form .form .input-button > input:-moz-placeholder {
            color: #b2b2b2
        }

        #contact-form .form .input-button > input::-moz-placeholder {
            color: #b2b2b2
        }

        #contact-form .form .input-button > input:-ms-input-placeholder {
            color: #b2b2b2
        }

    #contact-form .form .input-button > span.button {
        display: block;
        width: 30px;
        height: 30px;
        margin: 2px 0 0;
        padding: 0;
        float: right;
        border: none;
        outline: 0;
        background-image: url(../imgs/icons/search.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 60% 60%;
        opacity: 1;
        transition: opacity .2s ease 0s
    }

        #contact-form .form .input-button > span.button:hover {
            opacity: .8;
            -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease
        }

#contact-form .form .input-checkbox {
    display: block;
    width: 100%;
    height: 32px;
    background: #e8ebed;
    border-radius: 4px;
    margin: 0;
    padding: 6px;
    cursor: pointer
}

    #contact-form .form .input-checkbox > span {
        display: block;
        float: left;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        height: 30px;
        margin: 0;
        padding: 0 6px;
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        color: #333
    }

    #contact-form .form .input-checkbox.multi-site-location {
        height: 42px;
        margin: 0 0 10px
    }

    #contact-form .form .input-checkbox > i.fa {
        display: block;
        position: relative;
        top: 1px;
        float: right;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-size: 20px;
        color: #b7bcc2
    }

        #contact-form .form .input-checkbox > i.fa:before {
            content: "\f096"
        }

    #contact-form .form .input-checkbox > input {
        display: none
    }

        #contact-form .form .input-checkbox > input:checked + i.fa {
            color: #9ba2ab
        }

            #contact-form .form .input-checkbox > input:checked + i.fa:before {
                content: "\f14a"
            }

    #contact-form .form .input-checkbox.inline {
        display: inline-block;
        width: auto;
        background: 0 0;
        font-weight: 400;
        padding: 0
    }

        #contact-form .form .input-checkbox.inline > span {
            color: #b2b2b2
        }

#contact-form .form div:not(.input-button):not(.input-checkbox) > input,
#contact-form .form select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    background: #e8ebed;
    outline: 0;
    font-size: 15px;
    color: #333;
    margin: 0 0 10px
}

@media (max-width:991px) {
    #contact-form .form .input-checkbox.call-me {
        display: none
    }
}

#contact-form .form select {
    display: block;
    border: none;
    border-radius: 4px;
    font-weight: 300
}

#contact-form .form div:not(.input-button):not(.input-checkbox) > input {
    display: block;
    position: relative;
    border: none;
    line-height: 42px;
    font-weight: 400;
    border-radius: 4px;
    overflow: hidden
}

    #contact-form .form div:not(.input-button):not(.input-checkbox) > input::-webkit-input-placeholder {
        color: #b2b2b2
    }

    #contact-form .form div:not(.input-button):not(.input-checkbox) > input:-moz-placeholder {
        color: #b2b2b2
    }

    #contact-form .form div:not(.input-button):not(.input-checkbox) > input::-moz-placeholder {
        color: #b2b2b2
    }

    #contact-form .form div:not(.input-button):not(.input-checkbox) > input:-ms-input-placeholder {
        color: #b2b2b2
    }

#contact-form .form .required {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden !important;
    margin: 0 0 10px;
    z-index: 50
}

    #contact-form .form .required:after,
    #contact-form .form .required:before {
        display: block;
        position: absolute;
        content: '';
        z-index: 70
    }

    #contact-form .form .required:before {
        width: 40px;
        height: 40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #b2b2b2;
        right: -20px;
        top: -20px
    }

    #contact-form .form .required:after {
        content: '*';
        color: #fff;
        top: 4px;
        right: 4px;
        font-size: 16px;
        line-height: 16px
    }

    #contact-form .form .required > input {
        border-radius: 0 !important;
        margin: 0 !important;
        z-index: 60 !important
    }

#contact-form .form a.button,
#contact-form .form textarea {
    display: block;
    width: 100%;
    margin: 0;
    outline: 0;
    font-weight: 400
}

#contact-form .form textarea {
    padding: 5px 10px;
    background: #e8ebed;
    border: none;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    border-radius: 4px;
    resize: none
}

    #contact-form .form textarea::-webkit-input-placeholder {
        color: #b7bcc2
    }

    #contact-form .form textarea:-moz-placeholder {
        color: #b7bcc2
    }

    #contact-form .form textarea::-moz-placeholder {
        color: #b7bcc2
    }

    #contact-form .form textarea:-ms-input-placeholder {
        color: #b7bcc2
    }

#contact-form .form a.button {
    position: relative;
    height: 48px;
    padding: 0;
    border: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
    background: #FD8D18;
    border-radius: 4px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

#contact-form-small h2,
#contact-form-small h3 {
    margin: 0;
    font-weight: 300;
    width: 100%;
    text-align: center
}

#contact-form .form a.button img {
    position: absolute;
    height: 24px;
    right: 18px;
    top: 12px
}

#contact-form .form a.button:hover {
    background: #f47e02;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

@media (max-width:991px) {
    #contact-form .form a.button {
        width: 100%;
        margin: 0
    }

        #contact-form .form a.button img {
            display: none
        }
}

#contact-form-small {
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #f5f3f4
}

    #contact-form-small h2 {
        display: block;
        padding: 0;
        font-size: 28px;
        line-height: 42px;
        color: #008C95
    }

    #contact-form-small h3 {
        display: block;
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        color: #3b3b3b
    }

    #contact-form-small .icons {
        margin-top: 40px
    }

        #contact-form-small .icons > div > div {
            text-align: center;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

            #contact-form-small .icons > div > div:hover p {
                color: #FD8D18;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

            #contact-form-small .icons > div > div svg {
                fill: #008C95;
                -webkit-transition: fill .2s ease;
                transition: fill .2s ease
            }

            #contact-form-small .icons > div > div:hover svg {
                fill: #FD8D18;
                -webkit-transition: fill .2s ease;
                transition: fill .2s ease
            }

        #contact-form-small .icons svg {
            height: 50px;
            margin-bottom: 20px
        }

@media (max-width:991px) {
    #contact-form-small .icons svg {
        margin-bottom: 10px
    }
}

#contact-form-small .icons svg.wide {
    height: 40px;
    margin-top: 5px;
    margin-bottom: 25px
}

#contact-form-small .icons p {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #008C95
}

@media (max-width:991px) {
    #contact-form-small .icons svg.wide {
        margin-bottom: 15px
    }

    #contact-form-small .icons p {
        margin-bottom: 20px
    }
}

#contact-form-small .form {
    display: block;
    width: 100%;
    margin: 40px 0 0;
    padding: 0
}

    #contact-form-small .form input,
    #contact-form-small .form textarea {
        display: block;
        width: 100%;
        height: 36px;
        background: #d9d9d9;
        border-radius: 4px;
        margin: 0 0 20px;
        padding: 8px 12px;
        border: none;
        outline: 0;
        font-size: 14px;
        line-height: 36px;
        color: #3b3b3b
    }

        #contact-form-small .form input::-webkit-input-placeholder,
        #contact-form-small .form textarea::-webkit-input-placeholder {
            color: #7c7c7c
        }

        #contact-form-small .form input:-moz-placeholder,
        #contact-form-small .form textarea:-moz-placeholder {
            color: #7c7c7c
        }

        #contact-form-small .form input::-moz-placeholder,
        #contact-form-small .form textarea::-moz-placeholder {
            color: #7c7c7c
        }

        #contact-form-small .form input:-ms-input-placeholder,
        #contact-form-small .form textarea:-ms-input-placeholder {
            color: #7c7c7c
        }

        #contact-form-small .form a.submit,
        #contact-form-small .form textarea[type=submit] {
            display: block;
            width: 100%;
            height: 48px;
            margin: 0;
            padding: 0;
            outline: 0;
            border: none;
            font-size: 17px;
            font-weight: 400;
            color: #FFF;
            text-transform: uppercase;
            line-height: 48px;
            text-align: center;
            background: #FD8D18;
            border-radius: 4px;
            text-decoration: none !important;
            -webkit-transition: background .5s ease;
            transition: background .5s ease;
            position: relative
        }

            #contact-form-small .form a.submit img {
                position: absolute;
                height: 24px;
                right: 10px;
                top: 12px
            }

            #contact-form-small .form a.submit:hover,
            #contact-form-small .form textarea[type=submit]:hover {
                background: #f98002;
                text-decoration: none;
                -webkit-transition: background .2s ease;
                transition: background .2s ease
            }

    #contact-form-small .form textarea {
        height: auto;
        line-height: 21px
    }

#product-cards,
.product-cards {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 60px 0;
    text-align: center
}

    #product-cards > .container > .row,
    .product-cards > .container > .row {
        margin: 0 -9px
    }

    #product-cards .row > [class*=col-],
    .product-cards .row > [class*=col-] {
        padding: 0;
        display: inline-block;
        float: none;
        margin: 0 -2px;
        font-size: 0;
        vertical-align: top
    }

    #product-cards .row > div .content.dark,
    .product-cards .row > div .content.dark {
        background: #f3f7f9
    }

    #product-cards .row > div .content,
    .product-cards .row > div .content {
        background: #fbfbfb
    }

    #product-cards .item,
    .product-cards .item {
        display: block;
        text-align: left;
        width: auto;
        max-width: 100%;
        text-decoration: none;
        margin: 0 1.5px 10px;
        padding: 0;
        border-radius: 6px;
        overflow: hidden
    }

        #product-cards .item .image,
        .product-cards .item .image {
            display: block;
            width: 100%;
            padding-bottom: 90%;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-transition: background-size .2s ease;
            transition: background-size .2s ease
        }

@media (max-width:767px) {
    #product-cards .item .image,
    .product-cards .item .image {
        padding-bottom: 72%
    }
}

#product-cards .item .content,
.product-cards .item .content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px
}

    #product-cards .item .content .h3,
    .product-cards .item .content .h3 {
        display: block;
        width: 100%;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0 30px 0 0
    }

    #product-cards .item .content p,
    .product-cards .item .content p {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        color: #a3a3a3;
        margin: 6px 0 0;
        padding: 0 46px 0 0
    }

    #product-cards .item .content span,
    .product-cards .item .content span {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #a3a3a3;
        margin: 4px 0 0;
        padding: 0 46px 0 0
    }

    #product-cards .item .content .go,
    .product-cards .item .content .go {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 200% 100%
    }

#product-cards a:hover .content .h3,
.product-cards a:hover .content .h3 {
    color: #FD8D18
}

#product-cards a.item:hover .content .go,
.product-cards a.item:hover .content .go {
    background-position: 100% 0
}

.clear {
    height: 0 !important;
    clear: both !important;
    display: block
}

select {
    cursor: pointer
}

    input[type=text]:disabled,
    select:disabled {
        color: #CCC !important;
        cursor: auto
    }

.content-box.content-text,
.content-text {
    line-height: 21px;
    color: #838383;
    font-weight: 300
}

#product-cards.lesstaller,
.product-cards.lesstaller {
    padding: 0;
    margin-bottom: -20px
}

.content-text {
    font-size: 17px !important
}

.content-box.content-text {
    padding: 20px 0;
    font-size: 17px
}

.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5 {
    display: inline-block;
    width: 100%;
    color: #008C95;
    font-weight: 300;
    padding: 0;
    margin: 15px 0 0
}

.content-text h3 {
    font-size: 22px;
    font-weight: 300;
    color: #008C95
}

#awards.whitebox {
    background: 0 0;
    padding: 20px 0
}

@media (max-width:991px) {
    #awards.whitebox {
        background: #F7F7F7
    }

    #product-cards .row > [class*=col-],
    .product-cards .row > [class*=col-] {
        display: block;
        margin: 0 auto;
        width: 80%
    }
}

#blog {
    display: block;
    width: 100%;
    background: #fff;
    padding: 5rem 0
}

    #blog nav.categories {
        display: block;
        position: relative;
        margin: 0 0 60px;
        width: 100%;
        box-shadow: inset 0 -2px 0 0 #e8ebed
    }

        #blog nav.categories a {
            display: inline-block;
            font-size: 14px;
            line-height: 48px;
            font-weight: 400;
            color: #43505c;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

            #blog nav.categories a:first-child {
                margin: 0
            }

            #blog nav.categories a:hover {
                text-decoration: none;
                color: #FD8D18;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

            #blog nav.categories a.show-more {
                float: right;
                margin: 0;
                padding: 0;
                color: #FD8D18
            }

                #blog nav.categories a.show-more:hover {
                    color: #008C95
                }

    #blog article {
        display: block;
        width: 100%;
        margin: 6rem 0 0;
        padding: 0
    }

        #blog article .categories {
            display: block;
            width: 100%;
            margin: 0 0 10px;
            padding: 0;
            color: #A3A3A3;
            font-size: 12px;
            font-weight: 300
        }

            #blog article .categories a {
                font-size: 12px;
                font-weight: 300;
                color: #A3A3A3;
                text-transform: uppercase
            }

                #blog article .categories a:hover {
                    text-decoration: none;
                    color: #8593b7;
                    -webkit-transition: color .2s ease;
                    transition: color .2s ease
                }

        #blog article > div > div > h3 a,
        h3.message {
            color: #008C95
        }

        #blog article > div > div > h3,
        #blog article > h2 {
            display: block;
            width: 100%;
            margin: 0;
            font-size: 20px;
            font-weight: 300;
            color: #008C95
        }

h3.message {
    line-height: 1.6;
    font-size: 18px;
    font-weight: 300
}

#blog article span > img,
#blog article > img {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: .8rem
}

#blog article time {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
    color: #14959E;
    font-weight: 300
}

#blog article > .content-text,
#blog article > p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    margin: 0 0 1.4rem;
    padding: 0
}

#blog article > p {
    display: block;
    width: 100%;
    color: #9d9d9d
}

#blog article > .content-text {
    overflow: hidden;
    color: #838383
}

    #blog article > .content-text.open {
        height: auto;
        max-height: 1500px
    }

#blog article > p:last-child {
    margin-bottom: 0
}

#blog article .continue {
    display: block;
    width: 50rem;
    max-width: 100%;
    height: 4rem;
    margin: 2rem 0 0;
    padding: 0;
    background: #2cb977;
    color: #fff;
    font-weight: 400;
    line-height: 4rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: .2rem;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    #blog article .continue:focus,
    #blog article .continue:hover {
        background: #28a96c;
        text-decoration: none;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

#blog aside .search {
    display: block;
    width: 100%;
    height: 4.8rem;
    margin: 0;
    padding: 0;
    background: red
}

    #blog aside .search button,
    #blog aside .search input {
        height: 4.8rem;
        background: #fbfcfc;
        display: block;
        outline: 0
    }

    #blog aside .search input {
        float: left;
        width: -webkit-calc(100% - 6.4rem);
        width: calc(100% - 6.4rem);
        border: .1rem solid #dee5ea;
        border-right: none;
        font-size: 1.7rem;
        font-weight: 300;
        line-height: 4.8rem;
        color: #44515c;
        padding: 0 0 0 2rem;
        -webkit-transition: border-color .2s ease;
        transition: border-color .2s ease
    }

        #blog aside .search input:focus,
        #blog aside .search input:focus + button {
            border-color: #2cb977;
            -webkit-transition: border-color .2s ease;
            transition: border-color .2s ease
        }

            #blog aside .search input:focus + button img {
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-transition: -webkit-transform .2s ease;
                transition: -webkit-transform .2s ease;
                transition: transform .2s ease;
                transition: transform .2s ease, -webkit-transform .2s ease
            }

            #blog aside .search input:focus + button:hover img {
                opacity: .75
            }

    #blog aside .search button {
        float: right;
        width: 6.4rem;
        border: .1rem solid #dee5ea;
        border-left: none;
        -webkit-transition: border-color .2s ease;
        transition: border-color .2s ease
    }

        #blog aside .search button img {
            max-height: 2.2rem;
            -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            transition: transform .2s ease;
            transition: transform .2s ease, -webkit-transform .2s ease
        }

        #blog aside .search button:hover img {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: -webkit-transform .2s ease;
            transition: -webkit-transform .2s ease;
            transition: transform .2s ease;
            transition: transform .2s ease, -webkit-transform .2s ease
        }

#blog aside > strong {
    display: block;
    width: 100%;
    margin: 20px 0 40px;
    padding: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #838383
}

#blog aside nav.date {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 20px
}

    #blog aside nav.date a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 17px;
        line-height: 34px;
        font-weight: 300;
        color: #9D9D9D;
        transition: color .2s ease 0s
    }

        #blog aside nav.date a:hover {
            color: #FD8D18;
            text-decoration: none;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

        #blog aside nav.date a.more {
            color: #008C95;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

            #blog aside nav.date a.more:hover {
                color: #208857;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

a.bloglink {
    display: inline-block;
    position: relative;
    text-align: left;
    min-width: 300px;
    background: #FD8D18;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    font-weight: 200;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

    a.bloglink:after {
        background: url(../imgs/header-bar-go-orange.png) center center no-repeat;
        display: block;
        width: 28px;
        height: 28px;
        background-size: 28px auto;
        position: absolute;
        top: 7px;
        right: 10px;
        content: " "
    }

a.linkblue {
    padding-left: 30px;
    color: #008C95;
    line-height: 42px;
    position: relative
}

    a.bloglink.linkblue:after,
    a.linkblue:after {
        position: absolute;
        right: auto;
        display: block
    }

    #blog article > div > div > h3 a:hover,
    a.linkblue:hover {
        color: #fd8d18;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        text-decoration: none
    }

    a.linkblue:after {
        background: url(../imgs/icons/arrow_left_teal.svg) center center no-repeat;
        width: 18px;
        height: 18px;
        background-size: 18px auto;
        top: 3px;
        left: 0;
        content: ' '
    }

a.bloglink.linkblue {
    background: #008C95;
    padding-left: 50px
}

    a.bloglink.linkblue:after {
        background: url(../imgs/icons/arrow_left_teal.svg) center center no-repeat;
        width: 28px;
        height: 28px;
        background-size: 28px auto;
        top: 7px;
        left: 10px;
        content: " "
    }

a.bloglink:focus,
a.bloglink:hover {
    opacity: .8;
    text-decoration: none
}

.blogtopimgs {
    margin: 20px 0;
    clear: both
}

.content-text img,
.oneblogimg {
    float: left;
    width: calc(50% - 5px);
    margin-bottom: 10px
}

    .oneblogimg img {
        width: 100%;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px
    }

    .oneblogimg.imgright {
        float: right
    }

    .oneblogimg .caption {
        display: block;
        text-align: center;
        background: #E8EBED;
        line-height: 1.4;
        color: #999;
        margin-top: 5px;
        padding: 5px;
        min-height: 50px;
        position: relative
    }

.caption {
    position: relative
}

    .caption span {
        top: 50%;
        transform: translate(0, -50%);
        display: block;
        position: absolute;
        width: 97%;
        text-align: center
    }

.content-text ul {
    margin: 0;
    padding: 0
}

.content-text li,
.panel-body li {
    display: block;
    position: relative;
    margin: 0 0 10px;
    color: #838383;
    font-weight: 300;
    font-size: 17px;
    line-height: 22px;
    padding-left: 25px
}

    .content-text li:before,
    .panel-body li:before,
    .pbullet ul li:before {
        content: '• ';
        color: #14959E;
        font-size: 28px;
        display: inline-block;
        vertical-align: top;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 22px;
        margin-left: -20px;
        width: 20px
    }

.content-text img {
    width: calc(50% - 5px);
    float: left;
    margin: 10px 20px 10px 0;
    border-radius: 6px
}

@media (max-width:991px) {
    #blog .pull-right {
        float: none !important
    }

    .content-text img,
    .oneblogimg {
        width: 100%;
        float: none
    }
}

.relative {
    position: relative;
    display: block
}

#blog .relative {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden
}

.relative .play-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/icon-play.png) center center no-repeat;
    opacity: .8
}

.paging li,
.paging li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 400;
    text-decoration: none;
    text-align: center
}

.relative .play-video:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .3)
}

.paging {
    margin: 0;
    padding: 30px 0 0
}

    .paging li {
        margin: 0 5px 5px 0
    }

        .paging li a {
            color: #A4A4A4;
            background: #F6F8F8
        }

            .paging li a:hover {
                background: #14959e;
                color: #FD8D18
            }

        .paging li.active a {
            background: #14959e;
            color: #FFF
        }

#map {
    display: block;
    position: relative;
    width: 100%;
    height: 50%;
    height: 500px;
    margin: 0;
    padding: 0;
    background: beige
}

    #map .map,
    #map .overlay,
    #map .overlay > div {
        position: absolute;
        display: block
    }

    #map .map {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }

    #map .overlay {
        width: 40%;
        background: rgba(37, 37, 37, .7);
        left: 60px;
        bottom: 60px;
        top: 60px;
        margin: 0;
        padding: 0 40px
    }

        #map .overlay small {
            font-size: 14px;
            color: #FFF
        }

        #map .overlay h2,
        #map .overlay h2 span {
            font-size: 36px;
            color: #fff;
            line-height: 40px;
            font-weight: 300
        }

        #map .overlay > div {
            width: -webkit-calc(100% - 80px);
            width: calc(100% - 80px);
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%)
        }

        #map .overlay h2 {
            display: block;
            width: 100%;
            margin: 0 0 10px;
            padding: 0
        }

        #map .overlay a,
        #map .overlay span {
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            padding: 0
        }

        #map .overlay span {
            display: block;
            width: 100%;
            margin: 0 0 5px;
            font-weight: 300
        }

        #map .overlay div span {
            display: inline
        }

        #map .overlay a {
            display: block;
            font-weight: 600;
            text-decoration: none;
            margin: 0 0 20px;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

            #map .overlay a.emaillink {
                font-weight: 300
            }

            #map .overlay a:hover {
                color: #FD8D18;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

        #map .overlay nav {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0
        }

            #map .overlay nav a {
                display: inline-block;
                font-size: 14px;
                line-height: 20px;
                font-weight: 400;
                margin-right: 8px
            }

#branch-locator {
    display: block;
    position: relative;
    width: 100%;
    height: 60%;
    height: 60vh;
    margin: 0;
    padding: 0;
    background: #fff
}

    #branch-locator .map {
        display: block;
        position: absolute;
        top: 6px;
        right: 6px;
        bottom: 0;
        left: auto;
        width: 75%
    }

    #branch-locator .overlay {
        display: block;
        position: absolute;
        width: 25%;
        background: #fff;
        left: 0;
        bottom: 0;
        top: 0;
        margin: 0;
        padding: 30px;
        overflow-x: hidden;
        overflow-y: auto;
        border-right: 6px solid #fff
    }

@media (max-width:1199px) {
    #map .overlay {
        width: 50%;
        bottom: 40px;
        top: 40px
    }
}

@media (max-width:991px) {
    #branch-locator .overlay {
        display: block;
        position: relative;
        width: 100%;
        height: 40vh
    }

    #branch-locator .map {
        display: block;
        position: relative;
        width: 100%;
        height: 60vh;
        top: auto
    }

    #branch-locator {
        height: auto
    }

    #map .overlay {
        width: 60%;
        bottom: 20px;
        top: 20px
    }
}

#branch-locator .overlay .branch {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 0 44px
}

    #branch-locator .overlay .branch:last-child {
        margin: 0
    }

    #branch-locator .overlay .branch .icon {
        display: block;
        position: absolute;
        width: 24px;
        height: 36px;
        left: 0;
        top: 0;
        cursor: pointer
    }

#header .form .button a {
    display: block;
    width: 39px;
    height: 39px;
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    background: #FD8D18;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    transition: background .2s ease 0s
}

    #header .form .button a img {
        max-height: 20px;
        max-width: 20px
    }

#header .form.teal .button a {
    background: #008C95
}

#branch-locator .overlay .branch .icon div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
    font-size: 14px
}

#branch-locator .overlay .branch .icon svg {
    max-width: 100%;
    max-height: 100%
}

#branch-locator .overlay .branch strong {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #008C95;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0
}

    #branch-locator .overlay .branch strong:hover {
        color: #fd8d18
    }

#branch-locator .overlay .branch p {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #807f7f
}

#branch-locator .overlay .branch a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #008C95;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

    #branch-locator .overlay .branch a.btgreen:after,
    #branch-locator .overlay .branch a:after {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 15px;
        content: ' ';
        margin-left: 10px
    }

    #branch-locator .overlay .branch a span {
        display: inline-block;
        min-width: 110px
    }

    #branch-locator .overlay .branch a:after {
        background: url(../imgs/icons/arrow_right_orange_inverted.svg) center center no-repeat;
        background-size: 100% auto
    }

    #branch-locator .overlay .branch a.btgreen:after {
        background: url(../imgs/icons/arrow_right_teal_inverted.svg) center center no-repeat;
        background-size: 100% auto
    }

#branch-a-z,
#branch-a-z .letter,
#branch-a-z .letter > div:last-child,
#branch-quick-links,
.branch-a-z {
    display: block;
    width: 100%
}

#branch-locator .overlay .branch a:hover {
    color: #FD8D18;
    text-decoration: none;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#branch-quick-links {
    margin: 0;
    padding: 6px 0;
    background: #fff
}

@media (max-width:991px) {
    #branch-quick-links {
        padding: 6px 0 0
    }
}

#branch-quick-links .row > div {
    padding-left: 3px;
    padding-right: 3px
}

    #branch-quick-links .row > div:first-child {
        padding-left: 6px
    }

    #branch-quick-links .row > div:last-child {
        padding-right: 6px
    }

@media (min-width:768px) and (max-width:991px) {
    #branch-quick-links .row > div {
        padding-bottom: 6px
    }

        #branch-quick-links .row > div:nth-child(6n+6) {
            padding-right: 6px
        }

        #branch-quick-links .row > div:nth-child(6n+7) {
            padding-left: 6px
        }
}

@media (max-width:767px) {
    #branch-quick-links .row > div {
        padding-bottom: 6px
    }

        #branch-quick-links .row > div:nth-child(4n+4) {
            padding-right: 6px
        }

        #branch-quick-links .row > div:nth-child(4n+5) {
            padding-left: 6px
        }
}

#branch-quick-links .row a {
    display: block;
    width: 100%;
    height: 90px;
    background: #008C95;
    margin: 0;
    padding: 0;
    font-size: 32px;
    color: #fff;
    line-height: 90px;
    text-align: center;
    letter-spacing: 2px;
    -webkit-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    border-radius: 6px
}

@media (min-width:992px) and (max-width:1199px) {
    #branch-quick-links .row a {
        font-size: 28px
    }
}

#branch-quick-links .row a:hover {
    text-decoration: none;
    color: #fda140;
    background: #007981;
    -webkit-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease
}

#branch-a-z,
.branch-a-z {
    margin: 0;
    padding: 60px 0 100px;
    background: #f7f7f7
}

.branch-a-z {
    padding: 0
}

#branch-a-z .letter {
    position: relative;
    min-height: 32px;
    margin: 0 0 40px;
    padding: 0 0 0 60px
}

@media (max-width:991px) {
    #branch-quick-links .row a {
        border-radius: 5px;
        letter-spacing: 5px;
        height: 64px;
        line-height: 64px
    }

    #branch-a-z .letter {
        padding: 0 0 0 100px
    }
}

@media (max-width:767px) {
    #branch-a-z .letter {
        padding: 0 0 0 80px
    }
}

#branch-a-z .letter > div:first-child {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    line-height: 32px;
    color: #cfd1d3
}

@media (max-width:991px) {
    #branch-a-z .letter > div:first-child {
        font-size: 48px;
        line-height: 48px
    }
}

#branch-a-z .letter > div:last-child a {
    display: table;
    font-size: 14px;
    line-height: 28px;
    color: #807f7f;
    text-decoration: none
}

    #branch-a-z .letter > div:last-child a:hover {
        color: #008C95
    }

    #branch-a-z .letter > div:last-child a:active {
        color: #FD8D18
    }

#header a.input-link {
    display: block;
    width: 100%;
    height: 55px;
    background: rgba(255, 255, 255, .9);
    border: none;
    outline: 0;
    border-radius: 6px;
    margin: 0;
    padding: 10px;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

@media (max-width:991px) {
    #branch-a-z .letter > div:last-child a {
        font-size: 18px;
        line-height: 36px
    }

    #header a.input-link {
        margin: 0 0 20px
    }
}

#header a.input-link .text {
    display: block;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    height: 35px;
    margin: 0;
    padding: 0 10px;
    float: left;
    font-size: 26px;
    line-height: 35px;
    font-weight: 300
}

#header a.input-link .image {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 6px 8px;
    float: right;
    border-radius: 3px;
    text-align: center;
    line-height: 19px;
    vertical-align: middle
}

    #header a.input-link .image img,
    #header a.input-link .image svg {
        max-width: 19px;
        max-height: 19px;
        padding: 0;
        margin: 0;
        vertical-align: middle
    }

    #header a.input-link .image img {
        display: inline
    }

#header a.input-link.teal .text {
    color: rgba(0, 140, 149, .85);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header a.input-link.teal .image {
    background: #008C95
}

#header a.input-link.teal:hover .text {
    color: #008C95;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header a.input-link.orange .text {
    color: rgba(253, 141, 24, .85);
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

    #header a.input-link.orange .text strong,
    #header a.input-link.teal .text strong {
        font-weight: 600
    }

#header a.input-link.orange .image {
    background: #FD8D18
}

#header a.input-link.orange:hover .text {
    color: #FD8D18;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

#header a.input-link:hover {
    background: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.googlepopup {
    width: 250px
}

#header .tint,
#header .tint h1,
#header .tint h2 {
    width: 100%;
    display: block;
    font-weight: 300
}

.googlepopup h3,
.googlepopup h3 a {
    color: #279DA5;
    font-size: 20px;
    margin: 0;
    font-weight: 300
}

.googlepopup a {
    display: block;
    padding: 10px 0 0
}

#header .tint {
    margin: 0 0 60px;
    padding: 40px;
    text-align: center;
    color: #fff;
    background: rgba(37, 37, 37, .7)
}

    #header .tint h1 {
        font-size: 38px;
        line-height: 48px;
        margin: 0;
        padding: 0;
        background: 0 0
    }

    #header .tint h2 {
        font-size: 22px;
        line-height: 30px;
        margin: 5px 0 0;
        padding: 0
    }

        #header .tint h2 a {
            color: #fff;
            -webkit-transition: color .2s ease;
            transition: color .2s ease;
            text-decoration: none !important
        }

    #header .tint h3 {
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        font-size: 17px;
        line-height: 21px;
        font-weight: 300;
        color: #fff;
        margin: 20px 20px 0;
        padding: 0
    }

    #header .tint .social {
        display: block;
        width: 100%;
        margin: 30px 0 0;
        padding: 0
    }

        #header .tint .social a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            line-height: 20px;
            margin: 0 4px;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

            #header .tint .social a:hover,
            #header .tint h2 a:hover {
                color: #FD8D18;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

            #header .tint .social a:active {
                color: #008C95;
                -webkit-transition: color .2s ease;
                transition: color .2s ease
            }

#intro,
.intro {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 60px 0
}

.intro {
    padding: 0 0 60px
}

    #intro h2,
    .intro h2 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 300;
        color: #008C95;
        text-align: center;
        margin: 0 0 20px;
        padding: 0
    }

@media (max-width:991px) {
    #intro h2,
    .intro h2 {
        font-size: 30px;
        line-height: 45px
    }
}

#intro .content-text,
#intro p,
.intro .content-text {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #838383;
    text-align: center;
    margin: 20px 7% 0;
    width: 86%
}

#portfolio,
#portfolio .grid,
#portfolio h2,
.intro-buttons,
.intro-buttons .card {
    width: 100%;
    display: block
}

.intro-buttons {
    margin: 0;
    padding: 0 0 40px;
    background: #fff
}

    .intro-buttons .card {
        height: 125px;
        margin: 0 0 20px;
        padding: 20px 0;
        background: #008C95;
        text-align: center;
        border-radius: 3px;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

        .intro-buttons .card img {
            max-width: 100%;
            max-height: 45px
        }

        .intro-buttons .card span {
            display: block;
            width: 100%;
            height: 40px;
            margin: 0;
            padding: 20px 0 0;
            font-size: 13px;
            line-height: 16px;
            color: #fff;
            font-weight: 600;
            text-transform: uppercase
        }

        .intro-buttons .card:hover {
            background: #007981;
            -webkit-transition: background .2s ease;
            transition: background .2s ease;
            text-decoration: none
        }

            .intro-buttons .card:hover span {
                text-decoration: none
            }

#portfolio {
    background: #fff;
    padding: 40px 0 0;
    margin: 0
}

    #portfolio h2 {
        text-align: center;
        font-weight: 300;
        color: #008C95;
        font-size: 40px;
        line-height: 40px;
        margin: 0 0 40px;
        padding: 0
    }

    #portfolio .grid {
        margin-top: 90px
    }

        #portfolio .grid .grid-sizer {
            display: block;
            width: -webkit-calc(20% - 10px);
            width: calc(20% - 10px);
            background: orange
        }

@media (max-width:991px) {
    #portfolio .grid .grid-sizer {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px)
    }
}

@media (max-width:767px) {
    #portfolio .grid .grid-sizer {
        width: 100%
    }
}

#portfolio .grid .grid-item:not(.menu) {
    display: block;
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    text-decoration: none;
    margin: 0 0 10px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden
}

@media (max-width:991px) {
    #portfolio .grid .grid-item:not(.menu) {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px)
    }
}

@media (max-width:767px) {
    #portfolio .grid .grid-item:not(.menu) {
        width: 100%
    }
}

#portfolio .grid .grid-item:not(.menu).filtered {
    display: none
}

#portfolio .grid .grid-item:not(.menu) .image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: auto 106%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: background-size .2s ease;
    transition: background-size .2s ease
}

#portfolio .grid .grid-item:not(.menu) .content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 15px
}

    #portfolio .grid .grid-item:not(.menu) .content h3 {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0;
        letter-spacing: -.2px
    }

    #portfolio .grid .grid-item:not(.menu) .content p {
        display: block;
        position: relative;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        color: #999;
        margin: 6px 0 0;
        padding: 0 36px 0 0;
        overflow: hidden;
        height: 32px
    }

    #portfolio .grid .grid-item:not(.menu) .content .go {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 200% 100%
    }

#portfolio .grid .grid-item:not(.menu):hover .content h3 {
    color: #FD8D18
}

#portfolio .grid .grid-item:not(.menu):hover .image {
    background-size: auto 100%
}

#portfolio .grid .grid-item:not(.menu):hover .content h3:after {
    background-image: url(../imgs/icons/arrow_right_orange_inverted.svg)
}

#portfolio .grid .newgalleryover .content h3:after {
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    width: 15px;
    height: 15px;
    background: url(../imgs/icons/arrow_right_teal_inverted.svg) center center/100% auto no-repeat;
    content: '';
    margin-left: 5px;
    margin-right: -15px
}

#portfolio .grid .grid-item:not(.menu):hover .content .go {
    background-position: 100% 0
}

#portfolio .grid .grid-item:nth-child(3n+1) {
    background: #fbfbfb
}

#portfolio .grid .grid-item:nth-child(3n+2) {
    background: #f3f7f9
}

#portfolio .grid .grid-item:nth-child(3n+3) {
    background: #f3efef
}

#portfolio .grid .grid-item:hover:nth-child(3n+1) {
    background: #f5f5f5
}

#portfolio .grid .grid-item:hover:nth-child(3n+2) {
    background: #eaf1f5
}

#portfolio .grid .grid-item:hover:nth-child(3n+3) {
    background: #eee8e8
}

#portfolio .grid .stamp,
#portfolio .grid .stamp.open {
    margin-bottom: 10px;
    border-radius: 6px;
    background: #f3f7f9
}

#portfolio .grid .stamp {
    display: block;
    position: relative;
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    padding: 20px 20px 1px;
    clear: both;
    top: -70px;
    z-index: 9
}

    #portfolio .grid .stamp > div {
        display: none
    }

    #portfolio .grid .stamp.open {
        display: block;
        position: absolute;
        left: 0
    }

        #portfolio .grid .stamp.open > div {
            display: block;
            padding: 20px 0
        }

@media (max-width:991px) {
    #portfolio .grid .stamp {
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px)
    }
}

@media (max-width:767px) {
    #portfolio .grid .stamp {
        width: 100%
    }
}

#portfolio .grid .stamp strong {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #008C95;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 0;
    background: url(../imgs/Expand.svg) right top no-repeat;
    background-size: 15px;
    cursor: pointer
}

#portfolio .grid .stamp.open strong {
    background-image: url(../imgs/Close.svg)
}

#portfolio .grid .menu a {
    display: block;
    width: 100%;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px;
    padding: 0;
    color: #aaa;
    text-decoration: line-through
}

    #portfolio .grid .menu a.active {
        color: #008C95;
        text-decoration: none
    }

    #portfolio .grid .menu a:last-child {
        margin: 0
    }

    #portfolio .grid .menu a:hover {
        color: #777;
        text-decoration: line-through
    }

        #portfolio .grid .menu a:hover.active {
            color: #FD8D18;
            text-decoration: none
        }

#benefits,
.specialisms {
    display: block;
    width: 100%;
    margin: 0;
    padding: 60px 0;
    background: #f7f7f7
}

.specialisms {
    background: #FFF;
    display: block;
    width: 100%;
    margin: 0;
    padding: 80px 0 60px
}

@media (max-width:991px) {
    #benefits,
    .specialisms {
        padding: 40px 0 30px
    }
}

#benefits h2,
#benefits p,
.specialisms h2,
.specialisms p {
    padding: 0;
    text-align: center;
    display: block;
    font-weight: 300
}

#benefits h2,
.specialisms h2 {
    width: 100%;
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 60px;
    color: #008C95
}

@media (max-width:991px) {
    #benefits h2,
    .specialisms h2 {
        font-size: 30px;
        line-height: 45px
    }
}

#benefits p,
.specialisms p {
    width: 90%;
    margin: 0 5% 20px;
    font-size: 17px;
    line-height: 24px;
    color: #838383
}

#benefits .container-fluid {
    margin-top: 20px
}

.specialisms .container-fluid {
    border: 1px solid #CCC;
    padding: 0 40px 20px;
    margin: 0 40px;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #CCC;
    background: #FFF
}

@media (max-width:991px) {
    /*#benefits .container-fluid div[class^=col]:nth-child(odd) {
        background: #fff
    }*/
    #benefits .container-fluid div.row {
        background: #fff;
    }

    .specialisms .container-fluid {
        padding: 0 20px 20px;
        margin: 0
    }

        .specialisms .container-fluid .container-fluid div[class^=col]:nth-child(odd) {
            background: #f7f7f7
        }
}

#benefits .container-fluid h3,
.specialisms .container-fluid h3 {
    display: block;
    width: 100%;
    margin: 40px 0 20px;
    padding: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #008C95;
    text-align: left
}

@media (max-width:991px) {
    #benefits .container-fluid h3,
    .specialisms .container-fluid h3 {
        margin-top: 20px
    }
}

#benefits .container-fluid h3 {
    padding-left: 40px;
    position: relative
}

    #benefits .container-fluid h3:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../imgs/icons/checkbox-teal.png) center center no-repeat;
        background-size: 100% auto
    }

    #benefits .container-fluid h3 img {
        display: none
    }

#vacancies,
#vacancies a,
#vacancies h2 {
    display: block;
    width: 100%
}

#benefits .container-fluid h3 img,
.specialisms .container-fluid h3 img {
    max-width: 30px;
    max-height: 30px;
    margin: 0 15px 0 0
}

#benefits .container-fluid p,
.specialisms .container-fluid p {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
    color: #838383;
    font-size: 14px;
    line-height: 20px
}

#resources,
#vacancies {
    background: #fff;
    padding: 80px 0
}

#benefits .container-fluid p:last-child,
.specialisms .container-fluid p:last-child {
    margin: 0
}

@media (max-width:991px) {
    #benefits .container-fluid p,
    .specialisms .container-fluid p {
        margin-bottom: 20px !important
    }
}

#resources h2,
#vacancies h2 {
    margin: 0 0 40px;
    padding: 0;
    line-height: 60px;
    color: #008C95;
    font-weight: 300;
    text-align: center
}

#vacancies {
    margin: 0
}

    #vacancies h2 {
        font-size: 40px
    }

    #vacancies a {
        margin: 0 0 20px;
        padding: 10px 10px 10px 25px;
        background: #f7f7f7;
        text-decoration: none;
        font-weight: 300;
        border-radius: 5px;
        font-size: 16px;
        line-height: 40px;
        color: #838383;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

        #vacancies a span {
            color: #008C95
        }

        #vacancies a div {
            float: right;
            width: 40px;
            height: 40px;
            margin: 0;
            padding: 5px;
            text-align: center;
            line-height: 30px;
            background: #008C95;
            vertical-align: middle;
            border-radius: 3px
        }

#resources,
#resources h2 {
    width: 100%;
    display: block
}

#vacancies a div img {
    max-height: 24px;
    max-width: 24px;
    vertical-align: middle
}

#vacancies a:hover {
    background: #f1f1f1;
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

#resources {
    margin: 0
}

    #resources h2 {
        font-size: 40px
    }

.faqs .downloadfile {
    margin: 0 -10px
}

#resources .file,
.downloadfile .file {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    padding: 56px 16px 16px;
    border: 2px solid #008C95;
    border-radius: 6px
}

    #resources .file:before,
    .downloadfile .file:before {
        display: block;
        position: absolute;
        content: 'download';
        left: 16px;
        top: 16px;
        font-size: 10px;
        font-weight: 300;
        line-height: 24px;
        color: #807f7f;
        text-transform: uppercase;
        background: #f7f7f7;
        padding: 0 12px
    }

    #resources .file:after,
    .downloadfile .file:after {
        display: block;
        position: absolute;
        content: '';
        right: 16px;
        top: 16px;
        width: 30px;
        height: 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    #resources .file.pdf:before,
    .downloadfile .file.pdf:before {
        content: 'pdf download'
    }

    #resources .file.pdf:after,
    .downloadfile .file.pdf:after {
        background-image: url(../imgs/icons/file-pdf-teal.png)
    }

    #resources .file.jpg:before,
    .downloadfile .file.jpg:before {
        content: 'jpg download'
    }

    #resources .file.jpg:after,
    .downloadfile .file.jpg:after {
        background-image: url(../imgs/icons/file-jpg-teal.png)
    }

    #resources .file.doc:before,
    .downloadfile .file.doc:before {
        content: 'doc download'
    }

    #resources .file.doc:after,
    .downloadfile .file.doc:after {
        background-image: url(../imgs/icons/file-doc-teal.png)
    }

    #resources .file.xls:before,
    .downloadfile .file.xls:before {
        content: 'xls download'
    }

    #resources .file.xls:after,
    .downloadfile .file.xls:after {
        background-image: url(../imgs/icons/file-xls-teal.png)
    }

    #resources .file strong,
    .downloadfile .file strong {
        display: block;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        color: #807f7f;
        font-weight: 300;
        margin: 0 0 10px;
        padding: 0;
        min-height: 40px
    }

    #resources .file span,
    .downloadfile .file span {
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 20px;
        color: #807f7f;
        font-weight: 300;
        margin: 0 0 15px;
        padding: 0
    }

    #resources .file a,
    .downloadfile .file a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 36px;
        background: #008C95;
        color: #fff;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        vertical-align: middle;
        border-radius: 4px;
        -webkit-transition: background .2s ease;
        transition: background .2s ease
    }

        #resources .file a:hover,
        .downloadfile .file a:hover {
            background: #007981;
            -webkit-transition: background .2s ease;
            transition: background .2s ease
        }

        #resources .file a img,
        .downloadfile .file a img {
            float: right;
            width: auto !important;
            max-height: 20px;
            vertical-align: middle;
            margin: 8px 8px 0 0 !important
        }

#resources .files {
    text-align: center
}

    #resources .files > .row > [class*=col-] {
        display: inline-block;
        float: none;
        margin: 0 -2px;
        font-size: 0;
        vertical-align: top
    }

#carousel.testimonial .left,
#carousel.testimonial .right {
    width: 120px;
    background-size: 34%
}

#carousel.testimonial #owltestimonials.owl-carousel {
    text-align: left !important
}

#owltestimonials .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0
}

    #owltestimonials .owl-nav .owl-prev {
        display: block;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background: url(../imgs/carousel-left.png) 0 50% no-repeat #FFF;
        margin: -20px 0 0 -55px;
        background-size: 200%;
        float: left;
        z-index: 100
    }

    #owltestimonials .owl-nav .owl-next {
        display: block;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background: url(../imgs/carousel-right.png) 0 50% no-repeat #FFF;
        margin: -20px -55px 0 0;
        background-size: 200%;
        float: right;
        z-index: 100
    }

    #owl .owl-nav .owl-next:hover,
    #owltestimonials .owl-nav .owl-prev:hover {
        background-position: 100% 50%
    }

#carousel.testimonial .left {
    background-image: url(../images/slider-left.png);
    background-position: 0 50%
}

    #carousel.testimonial .left:hover {
        background-position: 0 50%
    }

#carousel.testimonial .right {
    background-image: url(../images/slider-right.png);
    background-position: 100% 50%
}

    #carousel.testimonial .right:hover {
        background-position: 100 50%
    }

#carousel.testimonial .owl-item {
    background: 0 0;
    vertical-align: bottom
}

#carousel.testimonial .testimonial-item {
    background: 0 0;
    border-radius: 0
}

    #carousel.testimonial .testimonial-item p {
        display: block;
        position: relative;
        width: 100%;
        margin: 0 0 30px;
        padding: 10px 15px;
        background: #f7f7f7;
        font-size: 14px;
        line-height: 18px;
        color: #008C95;
        font-weight: 300;
        border-radius: 3px;
        text-align: center !important
    }

        #carousel.testimonial .testimonial-item p:after {
            position: absolute;
            bottom: -30px;
            width: 30px;
            height: 30px;
            display: block;
            left: 30px;
            background: url(../imgs/Triangle.svg) center bottom no-repeat;
            background-size: auto 50px;
            content: ""
        }

    #carousel.testimonial .testimonial-item span {
        display: block;
        width: 100%;
        margin: 0;
        padding: 3px;
        font-size: 14px;
        line-height: 18px;
        color: #838383;
        font-weight: 300;
        height: 36px;
        overflow: hidden
    }

.ticket-box {
    display: inline-block;
    position: relative;
    text-align: left;
    min-width: 300px;
    background: #FD8D18;
    height: 42px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 42px;
    color: #FFF !important;
    margin: 0;
    padding: 0 20px;
    font-weight: 200;
    transition: background .2s ease 0s
}

    .ticket-box.ico-arrow:after,
    .ticket-box.ico-email:after,
    .ticket-box.ico-phone:after {
        display: block;
        width: 28px;
        height: 28px;
        top: 7px;
        right: 10px;
        content: " ";
        border-radius: 5px;
        position: absolute
    }

    .ticket-box.ico-arrow:after {
        background: url(../imgs/icons/arrow_right_orange.svg) center center no-repeat #FFF;
        background-size: 100% auto
    }

    .ticket-box.ico-phone:after {
        background: url(../imgs/icons/phone.svg) center center no-repeat #FFF;
        background-size: 80% auto
    }

    .ticket-box.ico-email:after {
        background: url(../imgs/icons/contact.png) center center no-repeat;
        background-size: auto 20px
    }

    .ticket-box:hover {
        opacity: .8;
        color: #FFF;
        text-decoration: none
    }

#branch-a-z h2,
.productheader h2 {
    width: 100%;
    padding: 0;
    font-size: 40px;
    line-height: 60px;
    color: #008C95;
    display: block;
    font-weight: 300;
    text-align: center
}

.productheader h2 {
    margin: 40px 0 30px
}

#branch-a-z h2 {
    margin: 0 0 40px
}

.bgrbox-light {
    background: #F7F7F7
}

.clearhi5 {
    clear: both;
    height: 5px;
    display: block
}

.clearhi10 {
    clear: both;
    height: 10px;
    display: block
}

.clearhi15 {
    clear: both;
    height: 15px;
    display: block
}

.clearhi20 {
    clear: both;
    height: 20px;
    display: block
}

.case-imgs {
    padding-bottom: 0;
    text-align: center;
    padding-top: 40px
}

    .case-imgs.tallless {
        padding-top: 0
    }

    .case-imgs img {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
    }

    .case-imgs .caption {
        display: block;
        text-align: center;
        background: #E8EBED;
        line-height: 1.4;
        color: #999;
        margin-top: 5px;
        padding: 5px;
        font-size: 16px;
        min-height: 55px
    }

    .case-imgs .row > [class*=col-] {
        padding: 1px;
        display: inline-block;
        float: none;
        margin: 0;
        font-size: 0
    }

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 50%;
    width: 90%;
    height: 0;
    left: 5%;
    margin-top: -25px;
    opacity: 0
}

    .ekko-lightbox-nav-overlay .fa.fa-chevron-right {
        float: right;
        font-size: 50px;
        line-height: 50px;
        text-decoration: none !important;
        color: #fd8d18;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .ekko-lightbox-nav-overlay .fa.fa-chevron-left {
        float: left;
        font-size: 50px;
        line-height: 50px;
        text-decoration: none !important;
        color: #fd8d18;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }

    .ekko-lightbox-nav-overlay .fa:hover {
        color: #FFF
    }

.ekko-lightbox-container:hover .ekko-lightbox-nav-overlay {
    opacity: 1
}

.sitemap a {
    color: #555;
    font-weight: 300
}

    .content-text a:hover,
    .faqs article .faq .answer a:hover,
    .faqs article .faq .answer p a:hover,
    .googlepopup a:hover,
    .nlink:hover,
    .normal:hover,
    .panel-body a:hover,
    .pathway a:hover,
    .sitemap a:hover {
        color: #fd8d18;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        text-decoration: none
    }

.content-text a,
.faqs article .faq .answer a,
.faqs article .faq .answer p a,
.faqs article h2,
.newsquote,
.nlink,
.normal,
.pathway {
    color: #008C95
}

.intro-buttons .row {
    text-align: center
}

    .intro-buttons .row > [class*=col-] {
        display: inline-block;
        float: none;
        margin: 0;
        font-size: 0
    }

@media (max-width:991px) {
    .intro-buttons .row > [class*=col-] .card {
        margin-bottom: 5px
    }

    .intro-buttons .row > [class*=col-] {
        padding: 0 2px
    }
}

.video-frame {
    position: relative;
    padding: 60% 0 0
}

    .video-frame iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0
    }

.pathway {
    padding: 40px 0 0 30px;
    font-size: 13px;
    line-height: 20px
}

    .pathway .fa {
        display: none
    }

    .pathway a,
    .pathway span {
        color: #008C95;
        display: inline-block;
        padding: 0 15px;
        font-weight: 500;
        vertical-align: middle;
        line-height: 1;
        margin-top: -3px
    }

        .pathway a.first {
            margin-left: -30px
        }

            .pathway a.first:before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url(../imgs/icons/Home%20Icon.svg) center center no-repeat;
                background-size: 100% auto;
                vertical-align: middle;
                margin-right: 10px;
                margin-bottom: 5px;
                margin-top: -2px
            }

.newsquote {
    background: #F7F7F7;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 15px;
    position: relative
}

    .newsquote span.quote-text {
        padding-bottom: 10px;
        display: inline-block;
        width: 100%;
        position: relative
    }

    .newsquote span.quote-name {
        display: block;
        padding-bottom: 5px;
        font-weight: 500
    }

    .newsquote:after {
        position: absolute;
        bottom: -30px;
        width: 30px;
        height: 30px;
        display: block;
        left: 30px;
        background: url(../imgs/icons/quotebot.png) center center no-repeat;
        backround-size: auto 30px;
        content: ''
    }

    .newsquote span.quote-text:after,
    .newsquote span.quote-text:before {
        width: 18px;
        height: 18px;
        display: inline-block;
        content: ''
    }

    .newsquote span.quote-text:after {
        background: url(../imgs/icons/quoteright.svg) center center no-repeat;
        background-size: 18px auto;
        margin: 0 0 0 3px
    }

    .newsquote span.quote-text:before {
        background: url(../imgs/icons/quoteleft.svg) center center no-repeat;
        background-size: 18px auto;
        margin: 0 2px 0 -20px
    }

.faqs {
    display: block;
    width: 100%;
    margin: 0;
    padding: 50px 0;
    background: #fff
}

    .faqs article {
        display: block;
        width: 100%;
        margin: 0 0 50px
    }

        .faqs article:last-child {
            margin: 0
        }

        .faqs article h2 {
            display: block;
            width: 100%;
            margin: 0 0 32px;
            padding: 0 0 25px;
            font-size: 28px;
            line-height: 42px;
            font-weight: 300;
            border-bottom: 1px solid #d4d7d9
        }

@media (min-width:992px) {
    .faqs article .row > div {
        padding-left: 20px;
        padding-right: 20px
    }

        .faqs article .row > div:first-child {
            padding-left: 0
        }

        .faqs article .row > div:last-child {
            padding-right: 0
        }
}

.faqs article .faq {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

    .faqs article .faq .question {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0 30px 0 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        color: #5f5f5f;
        cursor: pointer;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        .faqs article .faq .question > div {
            display: block;
            position: absolute;
            width: 21px;
            height: 20px;
            background: #f1f1f1;
            border-radius: 4px;
            top: 10px;
            right: 0;
            opacity: 1;
            -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease
        }

            .faqs article .faq .question > div:after,
            .faqs article .faq .question > div:before {
                display: block;
                position: absolute;
                content: '';
                width: 8px;
                height: 2px;
                background: #008C95;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            .faqs article .faq .question > div:before {
                top: 9px;
                left: 4px;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .faqs article .faq .question > div:after {
                top: 9px;
                right: 4px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .faqs article .faq .question:hover {
            color: #FD8D18;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

    .faqs article .faq .answer,
    .faqs article .faq .answer p {
        display: block;
        padding: 0;
        font-size: 14px;
        line-height: 21px;
        color: #5f5f5f;
        width: 100%;
        font-weight: 300
    }

    .faqs article .faq .question:hover > div {
        opacity: 1;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease
    }

    .faqs article .faq .answer {
        height: 0;
        margin: 0;
        overflow: hidden
    }

        .faqs article .faq .answer p {
            margin: 0 0 15px
        }

        .faqs article .faq .answer img {
            width: 100%;
            margin: 0 0 15px;
            border-radius: 4px
        }

    .faqs article .faq.open .question {
        color: #008C95;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        .faqs article .faq.open .question > div {
            opacity: 1
        }

            .faqs article .faq.open .question > div:before {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

            .faqs article .faq.open .question > div:after {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

    .faqs article .faq.open .answer {
        height: auto;
        padding: 15px 0 0
    }

#header .trust-pilot {
    width: 100%;
    z-index: 99
}

@media (min-device-width: 1025px) {
    .trust-pilot-top {
        text-align: left !important;
        background: url(../imgs/cards/Trustpilot.svg) 75px center no-repeat #5F5F5F !important;
        background-size: auto 40% !important
    }

        .trust-pilot-top > span {
            margin-left: 54%!important;
            display: inline-block;
            vertical-align: top;
            padding-bottom: 0;
            margin-top: -2px
        }
}


#staff-profiles .profile,
#staff-profiles h2 {
    text-align: center;
    display: block;
    width: 100%
}

#header .trust-pilot > span,
.trust-pilot-top > span {
    margin-left: 54%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0;
    margin-top: -2px
}


@media (max-device-width:1024px) {
    .trust-pilot-top {
        text-align: left !important;
        background: url(../imgs/cards/Trustpilot.svg) 50px center no-repeat #5F5F5F !important;
        background-size: auto 40% !important
    }

        .trust-pilot-top > span {
            margin-left: 55%!important;
            display: inline-block;
            vertical-align: top;
            padding-bottom: 0;
            margin-top: -2px
        }
}

@media (max-width:767px) {
    .trust-pilot-top {
        text-align: left !important;
        background: url(../imgs/cards/Trustpilot.svg) 75px center no-repeat #5F5F5F !important;
        background-size: auto 40% !important
    }

        .trust-pilot-top > span {
            margin-left: 54% !important;
        }
}


#header .trust-pilot > span {
    margin-left: 35%;
    margin-top: 0
}

    #header .trust-pilot > span > i,
    .trust-pilot-top > span > i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../imgs/cards/Star_2.svg) center center no-repeat;
        background-size: auto 100%;
        vertical-align: middle;
        margin: 2px
    }

        #header .trust-pilot > span > i.haft,
        .trust-pilot-top > span > i.haft {
            width: 10px;
            background-position: left center;
            background-image: url(../imgs/cards/star_2_haft.svg)
        }

    #header .trust-pilot > span > em,
    .trust-pilot-top > span > em {
        font-size: 20px;
        line-height: 1;
        vertical-align: middle;
        color: #FFF;
        display: inline-block;
        margin-left: 15px;
        font-style: normal
    }

#case-imgs.owl-carousel,
#case-imgs.owl-carousel .owl-item {
    vertical-align: top !important
}

.small > .header-bar .trust-pilot-top {
    background-size: auto 40% !important
}

    .small > .header-bar .trust-pilot-top > span {
        margin-top: -2px;
        margin-left: 47.5%
    }

        .small > .header-bar .trust-pilot-top > span > i {
            width: 15px;
            height: 15px
        }

        .small > .header-bar .trust-pilot-top > span > em {
            font-size: 15px;
            margin-left: 10px
        }

.topCaptcha:after {
    position: absolute;
    width: 70px;
    height: 100%;
    right: 7px;
    top: 0;
    content: '';
    background: url(../imgs/icon-recaptcha.png) right center no-repeat;
    background-size: auto 100%;
    pointer-events: none
}

.forCaptcha {
    height: 48px;
    padding-right: 5px;
}

    .forCaptcha .g-recaptcha {
        margin: 0px 0;
        width: 100% !important;
        height: 48px;
    }

        .forCaptcha .g-recaptcha > div {
            width: 100% !important;
            height: 48px !important;
            border: 1px solid #CCC;
            overflow: hidden;
            background: #F9F9F9;
            border-radius: 4px;
        }

            .forCaptcha .g-recaptcha > div > div {
                transform: scale(0.9);
                -webkit-transform: scale(0.9);
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
            }

                .forCaptcha .g-recaptcha > div > div iframe {
                    width: 120% !important;
                    margin: -3% -1%;
                }

.topCaptcha {
    height: 36px;
    position: relative
}

    .topCaptcha .g-recaptcha {
        margin: 0;
        width: 100% !important;
        height: 36px
    }

        .topCaptcha .g-recaptcha > div {
            width: 96% !important;
            height: 36px !important;
            border: 1px solid #CCC;
            overflow: hidden;
            background: #F9F9F9;
            border-radius: 4px
        }

            .topCaptcha .g-recaptcha > div > div {
                transform: scale(.7);
                -webkit-transform: scale(.7);
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0
            }

                .topCaptcha .g-recaptcha > div > div iframe {
                    width: 120% !important;
                    margin: -4% -1%
                }

.forCaptcha2 {
    height: 48px;
    padding-right: 5px
}

    .forCaptcha2 .g-recaptcha {
        margin: 0;
        width: 100% !important;
        height: 48px
    }

        .forCaptcha2 .g-recaptcha > div {
            width: 100% !important;
            height: 48px !important;
            border: 1px solid #CCC;
            overflow: hidden;
            background: #F9F9F9;
            border-radius: 4px
        }

            .forCaptcha2 .g-recaptcha > div > div {
                transform: scale(.8);
                -webkit-transform: scale(.8);
                transform-origin: 0 0;
                -webkit-transform-origin: 0 0
            }

                .forCaptcha2 .g-recaptcha > div > div iframe {
                    width: 120% !important;
                    margin: -3% -1%
                }

.forCaptchavacancy {
    height: 52px
}

@media (max-width:768px) {
    .forCaptchavacancy {
        max-width: 300px;
        margin: 0 auto 20px
    }
}

.forCaptchavacancy .g-recaptcha {
    margin: 0;
    width: 100% !important;
    height: 52px
}

    .forCaptchavacancy .g-recaptcha > div {
        width: 100% !important;
        height: 52px !important;
        border: 1px solid #CCC;
        overflow: hidden;
        background: #F9F9F9;
        border-radius: 4px
    }

        .forCaptchavacancy .g-recaptcha > div > div {
            transform: scale(.97);
            -webkit-transform: scale(.97);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0
        }

            .forCaptchavacancy .g-recaptcha > div > div iframe {
                width: 120% !important;
                margin: -3% -1%
            }

#staff-profiles {
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

    #staff-profiles h2 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 28px;
        line-height: 42px;
        color: #008C95;
        font-weight: 300
    }

@media (max-width:991px) {
    #staff-profiles .profile {
        margin-bottom: 40px
    }
}

#staff-profiles .profile img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 0 0 20px;
    padding: 0
}

#staff-profiles .profile span,
#staff-profiles .profile strong {
    margin: 0 0 5px;
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 300
}

#staff-profiles .profile strong {
    font-size: 20px;
    line-height: 24px;
    color: #008C95
}

#staff-profiles .profile span {
    font-size: 14px;
    line-height: 18px;
    color: #999
}

    #staff-profiles .profile span:last-child {
        margin: 0
    }

    #staff-profiles .profile span a {
        color: #008C95;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        #staff-profiles .profile span a:hover {
            color: #FD8D18;
            text-decoration: none;
            -webkit-transition: color .2s ease;
            transition: color .2s ease
        }

#staff-profiles + #branch-selector {
    padding-top: 0 !important
}

#branch-selector {
    display: block;
    width: 100%;
    margin: 0;
    padding: 40px 0;
    background: #fff
}

    #branch-selector .dropdown {
        display: block;
        position: relative;
        width: 100%;
        height: 32px;
        background: #6f6f6f;
        color: #fff;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    #branch-selector h3 {
        margin: 0 0 30px;
        padding: 0;
        font-size: 28px;
        line-height: 42px;
        color: #008C95;
        font-weight: 300;
        text-align: center
    }

    #branch-selector .dropdown div:nth-child(2) {
        display: block;
        position: relative;
        width: 100%;
        height: 32px;
        margin: 0;
        padding: 0 10px;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        text-align: left;
        line-height: 32px
    }

        #branch-selector .dropdown div:nth-child(2):after,
        #branch-selector .dropdown div:nth-child(2):before {
            display: block;
            position: absolute;
            content: '';
            width: 12px;
            height: 2px;
            background: #fff;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        #branch-selector .dropdown div:nth-child(2):before {
            top: 15px;
            right: 10px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        #branch-selector .dropdown div:nth-child(2):after {
            top: 15px;
            right: 18px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    #branch-selector .dropdown div:nth-child(3) {
        display: block;
        position: absolute;
        width: 100%;
        max-height: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        left: 0;
        top: 32px;
        background: #fff;
        border: 2px solid #008C95;
        border-top: none;
        border-bottom: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        z-index: 175;
        -webkit-transition: border .2s ease, max-height .2s ease;
        transition: border .2s ease, max-height .2s ease
    }

        #branch-selector .dropdown div:nth-child(3)::-webkit-scrollbar {
            width: 6px;
            background: #f1f1f1;
            border-right: 1px solid #008C95
        }

        #branch-selector .dropdown div:nth-child(3)::-webkit-scrollbar-track {
            display: block;
            margin-right: 1px;
            width: 6px;
            background: #f1f1f1
        }

        #branch-selector .dropdown div:nth-child(3)::-webkit-scrollbar-thumb {
            width: 6px;
            background: #ccc
        }

        #branch-selector .dropdown div:nth-child(3) span {
            display: block;
            width: 100%;
            height: 24px;
            margin: 0;
            padding: 0 10px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 300;
            color: #6f6f6f;
            text-align: left;
            cursor: pointer
        }

            #branch-selector .dropdown div:nth-child(3) span.active,
            #branch-selector .dropdown div:nth-child(3) span:hover {
                color: #FD8D18;
                font-weight: 400
            }

            #branch-selector .dropdown div:nth-child(3) span:first-child {
                height: 29px;
                padding-top: 5px
            }

            #branch-selector .dropdown div:nth-child(3) span:last-child {
                height: 29px;
                padding-bottom: 5px
            }

    #branch-selector .dropdown:hover {
        background: #606060;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

        #branch-selector .dropdown:hover div:nth-child(2):after,
        #branch-selector .dropdown:hover div:nth-child(2):before {
            background: #FD8D18;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

    #branch-selector .dropdown.open {
        z-index: 5001;
        background: #008C95;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

        #branch-selector .dropdown.open div:nth-child(2):after,
        #branch-selector .dropdown.open div:nth-child(2):before {
            background: #FD8D18;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

        #branch-selector .dropdown.open div:nth-child(2):before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        #branch-selector .dropdown.open div:nth-child(2):after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        #branch-selector .dropdown.open div:nth-child(3) {
            max-height: 320px;
            border-bottom: 2px solid #008C95;
            overflow-y: scroll;
            -webkit-transition: border .2s ease, max-height .2s ease;
            transition: border .2s ease, max-height .2s ease
        }

#fade-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .48);
    z-index: 5000
}

#case-imgs {
    margin: 0 auto 20px;
    position: relative;
    width: calc(100% - 110px)
}

    #case-imgs .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        height: 0
    }

        #case-imgs .owl-nav .owl-next,
        #case-imgs .owl-nav .owl-prev {
            width: 44px;
            height: 44px;
            z-index: 100;
            display: block;
            cursor: pointer
        }

        #case-imgs .owl-nav .owl-next {
            background: url(../imgs/carousel-right.png) 0 50%/200% auto no-repeat #FFF;
            margin: -20px -55px 0 0;
            float: right
        }

        #case-imgs .owl-nav .owl-prev {
            background: url(../imgs/carousel-left.png) 0 50%/200% auto no-repeat #FFF;
            margin: -20px 0 0 -55px;
            float: left
        }

    #case-imgs.owl-carousel {
        text-align: left
    }

.aligncenter #case-imgs.owl-carousel {
    text-align: center
}

#owlnews .owl-nav,
#owlvideo .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0
}

    #owlnews .owl-nav .owl-prev,
    #owlvideo .owl-nav .owl-prev {
        display: block;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background: url(../imgs/carousel-left.png) 0 50% no-repeat #FFF;
        margin: -20px 0 0 -55px;
        background-size: 200%;
        float: left;
        z-index: 100
    }

    #owlnews .owl-nav .owl-next,
    #owlvideo .owl-nav .owl-next {
        display: block;
        cursor: pointer;
        width: 44px;
        height: 44px;
        background: url(../imgs/carousel-right.png) 0 50% no-repeat #FFF;
        margin: -20px -55px 0 0;
        background-size: 200%;
        float: right;
        z-index: 100
    }

        #owlnews .owl-nav .owl-next:hover,
        #owlnews .owl-nav .owl-prev:hover,
        #owlvideo .owl-nav .owl-next:hover,
        #owlvideo .owl-nav .owl-prev:hover {
            background-position: 100% 50%
        }

#owlnews .slideitem,
#owlvideo .slideitem {
    display: block;
    max-width: 396px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden
}

#owlnews span,
#owlvideo span {
    display: block
}

#owlnews .image,
#owlvideo .image {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

    #owlnews .image:before,
    #owlvideo .image:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 75%
    }

#owlnews .content,
#owlvideo .content {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 20px;
    text-align: left
}

    #owlnews .content strong,
    #owlvideo .content strong {
        display: block;
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0
    }

    #owlnews .content .text,
    #owlvideo .content .text {
        display: block;
        width: 100%;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        color: #a3a3a3;
        margin: 6px 0 0;
        padding: 0 46px 0 0
    }

    #owlnews .content .go {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 200% 100%
    }

#careers,
#careers h2 {
    width: 100%;
    display: block
}

#owlvideo .playvideo {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #FFF;
    font-size: 70px
}

    #owlvideo .playvideo:hover {
        color: #FD8D18
    }

.owl-item {
    margin: 0 auto;
    display: inline-block;
    overflow: hidden
}

    #owlnews .slideitem:nth-child(odd),
    .owl-item:nth-child(odd) {
        background: #fbfbfb
    }

    #owlnews .slideitem:nth-child(even),
    .owl-item:nth-child(even) {
        background: #f3f7f9
    }

@media (max-width:991px) {
    .wrapper.fullwidth {
        margin: 0
    }

    #owlnews .slideitem {
        max-width: 100% !important;
        background: #f7f7f7 !important
    }
}

#owlnews .slideitem:hover {
    text-decoration: none
}

    #owlnews .slideitem:hover strong {
        color: #FD8D18 !important
    }

    #owlnews .slideitem:hover .go {
        background-position: 100% 0 !important
    }

#careers {
    position: relative;
    margin: 0;
    padding: 0 0 40px;
    background: #f7f7f7;
    z-index: 51
}

@media (max-width:991px) {
    #careers {
        padding: 76px 0 40px
    }
}

#careers h2 {
    margin: 50px 0 0;
    padding: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
    color: #008C95;
    text-align: center
}

#careers a.cta {
    display: block;
    width: 25%;
    height: 40px;
    color: #FD8D18;
    background: #FFF;
    margin: 50px auto 0;
    padding: 0;
    border-radius: 4px;
    font-size: 20px;
    line-height: 37px;
    border: 2px solid #FD8D18;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

#careers .form p a,
#careers .form p a:hover {
    -webkit-transition: all .2s ease;
    text-decoration: none
}

@media (max-width:991px) {
    #careers a.cta {
        width: 50%
    }
}

@media (max-width:767px) {
    #careers a.cta {
        width: 88%
    }
}

#careers a.cta:hover {
    text-decoration: none;
    background: #FD8D18;
    color: #FFF
}

#careers .form select,
#careers .form textarea {
    background: #dcdcdc;
    display: block;
    width: 100%;
    font-weight: 300;
    outline: 0
}

#careers a.cta:active,
#careers a.cta:focus {
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .24);
    height: 37px;
    margin: 53px auto 3px
}

#careers .form {
    display: block;
    width: 100%;
    margin: 50px 0 0;
    padding: 0
}

    #careers .form p {
        display: block;
        width: 100%;
        margin: 0 0 50px;
        padding: 0;
        font-size: 18px;
        line-height: 26px;
        font-weight: 300;
        color: #5f5f5f;
        text-align: center
    }

        #careers .form p a {
            color: #008C95;
            transition: all .2s ease
        }

            #careers .form p a:hover {
                color: #FD8D18;
                transition: all .2s ease
            }

    #careers .form input[type=text],
    #careers .form input[type=email] {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0 0 20px;
        padding: 0 14px;
        background: #dcdcdc;
        border-radius: 4px;
        border: none;
        outline: 0;
        font-size: 15px;
        line-height: 40px;
        font-weight: 300;
        color: #292929
    }

        #careers .form input[type=text]::-webkit-input-placeholder,
        #careers .form input[type=email]::-webkit-input-placeholder {
            color: #999
        }

        #careers .form input[type=text]:-moz-placeholder,
        #careers .form input[type=email]:-moz-placeholder {
            color: #999
        }

        #careers .form input[type=text]::-moz-placeholder,
        #careers .form input[type=email]::-moz-placeholder {
            color: #999
        }

        #careers .form input[type=text]:-ms-input-placeholder,
        #careers .form input[type=email]:-ms-input-placeholder {
            color: #999
        }

    #careers .form select {
        height: 40px;
        margin: 0 0 20px;
        padding: 0 10px;
        border: none;
        border-radius: 4px;
        font-size: 15px;
        color: #333
    }

    #careers .form textarea {
        margin: 0 0 20px;
        padding: 9px 14px;
        border-radius: 4px;
        border: none;
        font-size: 15px;
        line-height: 22px;
        color: #292929
    }

        #careers .form textarea::-webkit-input-placeholder {
            color: #999
        }

        #careers .form textarea:-moz-placeholder {
            color: #999
        }

        #careers .form textarea::-moz-placeholder {
            color: #999
        }

        #careers .form textarea:-ms-input-placeholder {
            color: #999
        }

    #careers .form .fileupload,
    #careers .form input[type=file] {
        width: 100%;
        height: 48px;
        opacity: 0;
        cursor: pointer;
        overflow: hidden;
        position: absolute;
        z-index: 2
    }

        #careers .form .fileupload + label,
        #careers .form input[type=file] + label {
            display: block;
            width: 100%;
            height: 52px;
            margin: 0 0 20px;
            padding: 0;
            color: #FD8D18;
            border: 2px solid #FD8D18;
            border-radius: 4px;
            outline: 0;
            font-size: 15px;
            line-height: 52px;
            font-weight: 300;
            background: #FFF;
            vertical-align: top;
            overflow: hidden
        }

            #careers .form .fileupload + label > :first-child,
            #careers .form input[type=file] + label > :first-child {
                display: inline-block;
                width: 108px;
                height: 52px;
                vertical-align: top;
                text-align: center;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            #careers .form input[type=file] + label > :last-child,
            #careers .form label > :last-child {
                display: inline-block;
                width: -webkit-calc(100% - 108px);
                width: calc(100% - 108px);
                height: 52px;
                vertical-align: top;
                text-align: right;
                padding: 0 16px 0 12px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden
            }

.accordion,
.accordion .option {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block
}

#careers .fileupload:hover + label,
#careers .form input[type=file]:hover + label {
    cursor: pointer;
    background: #FD8D18;
    color: #FFF
}

#careers .form a.submit,
#careers .form input[type=submit] {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: #FD8D18;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    outline: 0;
    border: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    #careers .form a.submit:hover,
    #careers .form input[type=submit]:hover {
        background: #f98002;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        text-decoration: none
    }

    #careers .form a.submit img {
        position: absolute;
        height: 24px;
        right: 10px;
        top: 8px
    }

.accordion {
    background: #fff
}

    .accordion .option {
        position: relative;
        min-height: 76px;
        z-index: 52;
        cursor: pointer
    }

        .accordion .option:before {
            display: block;
            position: absolute;
            content: '';
            width: -webkit-calc(100% - 40px);
            width: calc(100% - 40px);
            height: 2px;
            background: #e7e7e7;
            bottom: -1px;
            left: 20px;
            right: 20px;
            z-index: 53
        }

        .accordion .option .text {
            display: block;
            position: relative;
            width: 100%;
            height: 76px;
            margin: 0;
            padding: 0 24px;
            font-size: 20px;
            line-height: 76px;
            font-weight: 300;
            color: #5f5f5f
        }

            .accordion .option .text > :first-child {
                color: #5f5f5f;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            .accordion .option .text > :nth-child(2) {
                color: #FD8D18;
                margin-right: 36px;
                float: right;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

            .accordion .option .text > div {
                display: block;
                position: absolute;
                width: 30px;
                height: 30px;
                top: 23px;
                right: 20px;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

                .accordion .option .text > div:after,
                .accordion .option .text > div:before {
                    display: block;
                    position: absolute;
                    content: '';
                    width: 14px;
                    height: 3px;
                    margin: 0;
                    padding: 0;
                    background: #FD8D18;
                    left: 50%;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease
                }

                .accordion .option .text > div:before {
                    top: -webkit-calc(50% - 4px);
                    top: calc(50% - 4px);
                    -webkit-transform: translate(-50%, -50%) rotate(45deg);
                    -ms-transform: translate(-50%, -50%) rotate(45deg);
                    transform: translate(-50%, -50%) rotate(45deg)
                }

                .accordion .option .text > div:after {
                    top: -webkit-calc(50% + 4px);
                    top: calc(50% + 4px);
                    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                    -ms-transform: translate(-50%, -50%) rotate(-45deg);
                    transform: translate(-50%, -50%) rotate(-45deg)
                }

        .accordion .option .content {
            display: block;
            width: 100%;
            max-height: 0;
            margin: 0;
            padding: 0;
            background: #f1f1f1;
            overflow: hidden;
            cursor: default;
            -webkit-transition: max-height .5s ease-out;
            transition: max-height .5s ease-out
        }

            .accordion .option .content .job {
                display: table-row;
                width: 100%;
                margin: 0;
                padding: 0
            }

                .accordion .option .content .job > :first-child {
                    display: table-cell;
                    position: relative;
                    width: 80%;
                    padding: 24px 0 24px 24px
                }

@media (max-width:991px) {
    .accordion .option .text {
        font-size: 18px
    }

    .accordion .option .content .job > :first-child {
        width: 70%
    }
}

@media (max-width:767px) {
    .accordion .option .text {
        font-size: 16px
    }

    .accordion .option .content .job > :first-child {
        width: 60%
    }
}

.accordion .option .content .job > :first-child:before {
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    right: 0;
    left: 24px;
    background: #ccc
}

.accordion .option .content .job > :last-child {
    display: table-cell;
    position: relative;
    min-width: 20%;
    vertical-align: middle;
    padding: 24px 24px 24px 0;
    white-space: nowrap
}

@media (max-width:991px) {
    .accordion .option .content .job > :last-child {
        width: 30%
    }
}

@media (max-width:767px) {
    .accordion .option .content .job > :last-child {
        width: 40%
    }
}

.accordion .option .content .job > :last-child:before {
    display: block;
    position: absolute;
    content: '';
    height: 2px;
    bottom: 0;
    right: 24px;
    left: 0;
    background: #ccc
}

.accordion .option .content .job:last-child > :first-child:before,
.accordion .option .content .job:last-child > :last-child:before {
    display: none
}

.accordion .option .content .job p,
.accordion .option .content .job strong {
    display: block;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    float: left;
    padding: 0;
    font-weight: 300
}

.accordion .option .content .job strong {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px;
    color: #FD8D18
}

.accordion .option .content .job p {
    font-size: 15px;
    line-height: 22px;
    color: #111;
    margin: 0
}

.accordion .option .content .job .go {
    display: block;
    position: relative;
    top: 0;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0 22px 0 14px;
    background: #FD8D18;
    font-size: 20px;
    line-height: 37px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .24);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

@media (max-width:991px) {
    .accordion .option .content .job .go {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .accordion .option .content .job .go {
        font-size: 14px
    }
}

.accordion .option .content .job .go:after,
.accordion .option .content .job .go:before {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    margin: 0;
    padding: 0;
    right: 14px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.accordion .option.empty div > div,
.accordion .option:last-child:before {
    display: none
}

.accordion .option .content .job .go:before {
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accordion .option .content .job .go:after {
    top: -webkit-calc(50% + 1px);
    top: calc(50% + 1px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.accordion .option .content .job .go:hover {
    background: #f47e02;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .accordion .option .content .job .go:hover:after,
    .accordion .option .content .job .go:hover:before {
        right: 10px;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.accordion .option .content .job .go:active {
    height: 37px;
    top: 3px;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .24);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.accordion .option:hover .text > :first-child {
    color: #FD8D18;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.accordion .option.open .text > :nth-child(2) {
    color: #008C95;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.accordion .option.open .text > div {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

    .accordion .option.open .text > div:after,
    .accordion .option.open .text > div:before {
        background: #008C95;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

.accordion .option.open .content {
    max-height: 8000px;
    -webkit-transition: max-height .5s ease-in;
    transition: max-height .5s ease-in
}

.accordion .option.empty {
    cursor: default
}

.position,
.position header {
    display: block;
    width: 100%;
    margin: 0
}

.accordion .option.empty .text > :first-child,
.accordion .option.empty .text > :nth-child(2) {
    color: #5f5f5f
}

.position {
    padding: 0;
    background: #fff
}

    .position header {
        padding: 24px;
        background: #f4f3f3
    }

        .position header a {
            display: none
        }

        .position header h1 {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: 28px;
            line-height: 28px;
            font-weight: 300;
            color: #FD8D18;
            text-align: center
        }

        .position header h2 {
            display: block !important;
            width: 100% !important;
            margin: 8px 0 0 !important;
            padding: 0 !important;
            font-size: 18px !important;
            line-height: 18px !important;
            font-weight: 300 !important;
            color: #5f5f5f !important;
            text-align: center !important
        }

    .position main {
        display: block;
        width: 100%;
        margin: 0;
        padding: 24px
    }

        .position main .contenttext,
        .position main p {
            display: block;
            width: -webkit-calc(100% - 96px);
            width: calc(100% - 96px);
            margin-left: 48px;
            margin-bottom: 0;
            font-size: 18px;
            line-height: 28px;
            color: #111;
            font-weight: 300;
            text-align: center
        }

            .position main .contenttext ul {
                text-align: left
            }

            .position main .contenttext a {
                color: #008C95;
                text-decoration: none;
                -webkit-transition: all .2s ease;
                transition: all .2s ease
            }

                .position main .contenttext a:hover {
                    text-decoration: none;
                    color: #FD8D18;
                    -webkit-transition: all .2s ease;
                    transition: all .2s ease
                }

            .position main .contenttext.lead,
            .position main p.lead {
                width: -webkit-calc(100% - 48px);
                width: calc(100% - 48px);
                margin-left: 24px;
                font-size: 20px;
                line-height: 28px;
                margin-top: 24px;
                margin-bottom: 24px
            }

        .position main h3 {
            display: block;
            width: 100%;
            font-size: 18px;
            color: #FD8D18;
            font-weight: 400;
            margin: 50px 0 5px;
            text-align: center
        }

        .position main hr {
            border-top: 2px solid #dfdfdf;
            margin-top: 50px;
            margin-bottom: 0
        }

        .position main a.apply {
            display: block;
            width: 25%;
            height: 40px;
            background: #FD8D18;
            margin: 30px auto 20px;
            padding: 0;
            border-radius: 4px;
            box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, .24);
            font-size: 20px;
            line-height: 37px;
            color: #fff;
            text-align: center;
            font-weight: 300;
            -webkit-transition: all .2s ease;
            transition: all .2s ease
        }

@media (max-width:991px) {
    .position main a.apply {
        width: 50%
    }
}

@media (max-width:767px) {
    .position main a.apply {
        width: 88%
    }
}

.position main a.apply:hover {
    text-decoration: none;
    background: #f98002
}

.position main a.apply:active,
.position main a.apply:focus {
    text-decoration: none;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .24);
    height: 37px;
    margin: 33px auto 20px
}

@media (min-width:992px) {
    .accordion.shifted,
    .position.shifted {
        margin-top: -38px
    }
}

#seemore {
    padding: 20px 0 0;
    margin-bottom: -50px
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

#top {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    #top.scrolldown {
        height: 50px
    }

        #top.scrolldown #top-bar {
            height: 0
        }

        #top.scrolldown #main-nav > .container > div > div {
            padding: 10px 0
        }

    #top #main-nav .logooftop {
        height: 68px;
        float: left;
        margin: -10px -50px -10px 5px;
        background: url(../imgs/logo-top.svg) left center no-repeat;
        background-size: auto 100%;
        width: 250px;
        display: block;
        transition: all .5s ease
    }

    #top.scrolldown #main-nav .logooftop {
        background-image: url(../imgs/logo-top-small.svg);
        background-size: auto 42px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    #top.scrolldown #main-nav {
        height: 80px
    }

        #top.scrolldown #main-nav > .container > div > div > nav .highlight {
            top: -11px;
            left: 0
        }

@media (max-width:767px) {
    #top #main-nav .logooftop,
    #top.scrolldown #main-nav .logooftop {
        margin-left: 0;
        margin-right: -15px
    }

    #top #main-nav .logooftop {
        height: 62px
    }
}

.awardone {
    display: inline-block;
    padding-right: 20px
}

    .awardone span {
        color: #008C95;
        font-weight: 300;
        vertical-align: middle;
        display: inline-block;
        line-height: 50px
    }

    .awardone img {
        width: 50px;
        vertical-align: middle;
        display: inline-block;
        padding: 0;
        margin: 0 15px 0 0
    }

.pagetestimonials {
    padding: 40px 0;
    background: #FFF
}

    .pagetestimonials .star {
        display: inline-block;
        width: 27px;
        height: 27px;
        background: url(../imgs/icon-star.png) center center no-repeat;
        background-size: contain
    }

        .pagetestimonials .star.haft {
            display: inline-block;
            width: 14px;
            height: 27px;
            background-size: auto 100%;
            background-position: left center
        }

    .pagetestimonials .starcontent {
        display: inline-block;
        height: 32px;
        font-size: 32px;
        line-height: 25px;
        font-weight: 300;
        padding-left: 10px
    }

    .pagetestimonials .testimonials-slide {
        background: #efefef;
        padding: 30px 0
    }

#testimonials-slide .owl-item {
    background: 0 0 !important;
    text-align: center;
    font-weight: 300
}

    #testimonials-slide .owl-item .slide {
        padding: 0 15px
    }

    #testimonials-slide .owl-item .name {
        font-weight: 600;
        color: #16878e;
        padding-bottom: 5px
    }

    #testimonials-slide .owl-item .company {
        font-weight: 500;
        padding-bottom: 5px
    }

#testimonials-slide .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0
}

    #testimonials-slide .owl-nav .owl-prev {
        display: block;
        width: 40px;
        height: 40px;
        float: left;
        margin: -20px 0 0 -60px;
        background: url(../imgs/icons/arrow_right_grey.svg) center center no-repeat;
        background-size: 100% auto;
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    #testimonials-slide .owl-nav .owl-next {
        display: block;
        width: 40px;
        height: 40px;
        float: right;
        margin: -20px -60px 0 0;
        background: url(../imgs/icons/arrow_right_grey.svg) center center no-repeat;
        background-size: 100% auto
    }

#testimonials-box .img,
#testimonials-box .text {
    width: 50%;
    display: inline-block
}

.pagetestimonials h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 300
}

#testimonials-box [class*=col-] {
    padding: 0 7px
}

    #testimonials-box [class*=col-] > div {
        background: url(../imgs/icons/quoteleft-white.svg) 15px 5px no-repeat #979797;
        background-size: 50px;
        color: #FFF;
        font-weight: 300;
        padding: 0;
        font-size: 0;
        margin-bottom: 14px
    }

#testimonials-box .img {
    background: url(../imgs/testiimg.jpg) center center no-repeat;
    background-size: cover;
    height: 100%;
    vertical-align: top;
    padding: 50px 15px 15px
}

#testimonials-box .text,
#testimonials-box .textall {
    padding: 50px 15px 15px;
    font-size: 14px;
    background-image: url(../imgs/icons/quoteright-white.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50px
}

#testimonials-box [class*=col-] > div.bgrblue {
    background-color: #16929b
}

#testimonials-box .col-sm-3_5 {
    float: left;
    width: 29.16666%
}

#header .enquiry-part.form {
    margin-bottom: 0
}

    #header .enquiry-part.form input {
        font-size: 20px;
        color: #666
    }

        #header .enquiry-part.form input::-webkit-input-placeholder {
            color: #666
        }

        #header .enquiry-part.form input:-moz-placeholder {
            color: #666
        }

        #header .enquiry-part.form input::-moz-placeholder {
            color: #666
        }

        #header .enquiry-part.form input:-ms-input-placeholder {
            color: #666
        }

@media (max-width:991px) {
    #header .dropdown,
    #header .enquiry-part.form {
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    #testimonials-box .col-sm-3_5 {
        float: none;
        width: 100%
    }
}

#careers.testimonials h2.grey {
    color: #555
}

#careers.testimonials {
    background: #fff;
    padding-top: 0
}

    #careers.testimonials .form {
        padding: 0;
        margin: 0
    }

    #careers.testimonials h3,
    #careers.testimonials h4 {
        font-weight: 300
    }

    #careers.testimonials h4 {
        font-size: 16px
    }

    #careers.testimonials h3 span {
        color: #16929b
    }

    #careers.testimonials hr {
        border-color: #c5e1e3
    }

    #careers.testimonials .form input,
    #careers.testimonials .form select,
    #careers.testimonials .form textarea {
        background: #e9e9e9
    }

    #careers.testimonials .form input,
    #careers.testimonials .form select {
        height: 48px;
        line-height: 48px
    }

        #careers.testimonials .form .fileupload + label,
        #careers.testimonials .form input[type=file] + label {
            text-align: center;
            height: 48px;
            line-height: 48px
        }

    #careers.testimonials .form a.h4 {
        font-weight: 300;
        text-decoration: none;
        -webkit-transition: color .1s ease;
        transition: color .1s ease;
        position: absolute;
        bottom: 5px;
        left: 15px
    }

        #careers.testimonials .form a.h4:hover {
            text-decoration: none;
            color: #fd8d18;
            -webkit-transition: color .1s ease;
            transition: color .1s ease
        }

    #careers.testimonials .form .bgrcolor {
        background: #e9e9e9;
        border-radius: 10px;
        position: relative;
        padding: 0 15px 30px
    }

        #careers.testimonials .form .bgrcolor input,
        #careers.testimonials .form .bgrcolor label,
        #careers.testimonials .form .bgrcolor select,
        #careers.testimonials .form .bgrcolor textarea {
            background: #FFF
        }

        #careers.testimonials .form .bgrcolor .scroll-slide {
            max-height: 270px;
            overflow: auto;
            margin-right: -10px
        }

.row.inner {
    margin: 0 -25px
}

.scroll-slide::-webkit-scrollbar {
    width: 10px
}

.scroll-slide::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 3px
}

.scroll-slide::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.pbullet,
.theboxone {
    box-shadow: 1px 1px 1px #CCC
}

#careers.testimonials .form .pull-right {
    border-left: 1px solid #E9E9E9;
    padding-left: 55px
}

.theboxedit {
    position: relative;
    overflow: hidden
}

@media (max-width:991px) {
    #careers.testimonials .form .pull-right {
        border-left: 0;
        padding-left: 15px
    }

    .row.inner {
        margin: 0
    }

    .forCaptchavacancy {
        max-width: 306px !important;
        margin: 0 auto 10px
    }
}

@media (max-width:767px) {
    .row.inner {
        margin: 0
    }

    #careers.testimonials .form .pull-right {
        float: none !important
    }
}

.theboxedit-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background: rgba(233, 233, 233, .7)
}

#thefile,
.thefile {
    display: block;
    width: 100%;
    height: 48px;
    margin: 0 0 20px;
    background: #e9e9e9;
    border-radius: 4px;
    border: none;
    outline: 0;
    font-size: 15px;
    line-height: 48px;
    font-weight: 300;
    color: #555;
    vertical-align: top;
    overflow: hidden;
    padding: 0 10px
}

.checkboxinline input {
    display: none
}

.checkboxinline label,
.checkboxinline label:before {
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    margin: 0
}

.checkboxinline label {
    line-height: 25px;
    cursor: pointer;
    color: #292929;
    font-weight: 300
}

.checkboxinline {
    margin: 0;
    padding: 0
}

    .checkboxinline label:before {
        font-family: FontAwesome;
        content: "\f096";
        font-size: 18px;
        width: 20px;
        color: #999
    }

    .checkboxinline input:checked + label:before {
        content: "\f14a"
    }

#careers.testimonials .form .input-checkbox {
    display: block;
    width: 100%;
    height: 48px;
    background: #e9e9e9;
    border-radius: 4px;
    margin: 0;
    padding: 6px;
    cursor: pointer
}

    #careers.testimonials .form .input-checkbox.multi-site-location {
        height: 48px;
        margin: 0 0 10px
    }

#careers.testimonials .form .checkboxinline.apro {
    position: absolute;
    top: 7px;
    right: 20px
}

#careers.testimonials .form .input-checkbox > span {
    display: block;
    float: left;
    width: calc(100% - 30px);
    height: 30px;
    margin: 0;
    padding: 0 6px;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    color: #333
}

#careers.testimonials .form a.submit {
    height: 52px;
    line-height: 52px
}

    #careers.testimonials .form a.submit img {
        position: absolute;
        height: 30px;
        right: 10px;
        top: 12px
    }

.forhelp > div {
    text-align: center
}

.forhelp svg {
    height: 50px;
    fill: #008C95;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
    display: block;
    margin: 50px auto 25px
}

.forhelp a {
    text-decoration: none !important
}

#mapinbot .overlay a,
.barnchlink a,
.read-more a:hover,
.sec-menu .panel-title a:focus,
.sec-menu .panel-title a:hover,
.service-list li a:hover,
.thenewlistimg [class*=col-] a:focus,
article .portfolioitem .newgalleryover:hover {
    text-decoration: none
}

.forhelp p {
    display: block;
    text-align: center;
    color: #008C95;
    -webkit-transition: fill .2s ease;
    transition: fill .2s ease;
    font-size: 14px;
    font-weight: 400
}

.forhelp img {
    height: 94px;
    margin-top: 6px;
    border-radius: 50%;
    margin-bottom: 25px
}

.forhelp > div:hover p {
    color: #FD8D18
}

.forhelp > div:hover svg {
    fill: #FD8D18
}

.showhelp {
    padding-top: 30px;
    padding-bottom: 50px;
    font-weight: 300
}

    .showhelp .forhelp p {
        font-size: 14px;
        font-weight: 400
    }

    #accreditations h2,
    #awards h2,
    .inbranch h2,
    .showhelp h2,
    .showhelp h3 {
        font-weight: 300;
        padding: 0;
        text-align: center
    }

    .showhelp h2 {
        display: block;
        width: 100%;
        margin: 0;
        font-size: 28px;
        line-height: 42px;
        color: #008C95
    }

    .showhelp h3 {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        font-size: 20px;
        line-height: 30px;
        color: #3B3B3B
    }

.hr {
    border-bottom: 2px solid #EFF8F9
}

#accreditations h2,
#awards h2,
.inbranch h2 {
    font-size: 40px;
    line-height: 40px;
    color: #838383;
    margin: 0 0 30px !important
}

.inbranch h2 {
    color: #008C95 !important
}

.oneawards {
    display: block;
    margin: 0 auto;
    max-width: 232px;
    text-align: center;
    padding: 0 25px
}

.pbullet,
.pbullet ul,
.pbullet.column2 ul,
.pbullet.column3 li {
    text-align: left
}

.oneawards h3,
.oneawards p {
    padding: 0;
    width: 100%;
    display: block;
    font-weight: 300
}

.oneawards img {
    margin: 0 0 20px;
    max-width: 100%;
    width: 100%
}

.oneawards h3 {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 14px;
    color: #008C95
}

.oneawards p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 13px;
    color: #B8B8B8
}

article .portfoliocat {
    display: block;
    position: relative;
    width: 100%;
    margin: 2px 0;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #5F5F5F;
    cursor: pointer;
    transition: color .2s ease 0s;
    background: #f5f5f5;
    border-radius: 10px
}

    article .portfoliocat:after,
    article .portfoliocat:before {
        display: block;
        position: absolute;
        content: '';
        width: 8px;
        height: 2px;
        background: #008C95;
        -webkit-transition: all .2s ease;
        transition: all .2s ease
    }

    article .portfoliocat:before {
        top: 22px;
        right: 20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    article .portfoliocat:after {
        top: 22px;
        right: 15px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    article .portfoliocat:hover {
        color: #FD8D18;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

article.open .portfoliocat {
    color: #008C95;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

    article.open .portfoliocat:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    article.open .portfoliocat:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

article .portfolioitem {
    height: 0 !important;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

article .bloglink {
    display: none;
    margin: 10px auto;
    min-width: 200px
}

article.open .bloglink {
    display: block
}

article.open .portfolioitem {
    padding: 10px 0;
    height: auto !important;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    max-height: 50000px
}

    article.open .portfolioitem .col-xs-6 {
        padding: 0 2px
    }

article .portfolioitem .newgalleryover {
    display: block;
    overflow: hidden;
    border-radius: 6px
}

    article .portfolioitem .newgalleryover .image {
        display: block;
        width: 100%;
        padding-bottom: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }

    article .portfolioitem .newgalleryover .content {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 15px
    }

    article .portfolioitem .newgalleryover h3 {
        display: block;
        width: 100%;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
        color: #008C95;
        margin: 0;
        padding: 0
    }

    article .portfolioitem .newgalleryover p {
        display: block;
        position: relative;
        width: 100%;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        color: #999;
        margin: 6px 0 0;
        padding: 0 36px 0 0;
        overflow: hidden;
        height: 32px
    }

.pbullet {
    display: block;
    border: 1px solid #CCC;
    border-radius: 6px;
    padding: 15px;
    clear: both
}

    .pbullet ul {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 15px
    }

    .pbullet li {
        display: inline-block;
        font-size: 17px !important;
        line-height: 24px;
        vertical-align: top
    }

    .pbullet.column li {
        display: block
    }

    .pbullet.column2 li {
        display: inline-block;
        width: 50%;
        text-align: left
    }

    .pbullet.column3 li {
        display: inline-block;
        width: 33%
    }

    .pbullet.aligncenter {
        text-align: center !important;
        margin: 0 auto
    }

.trustcode {
    padding: 20px 0 30px;
    border-top: 2px solid #EFF8F9
}

    .trustcode h2 {
        font-size: 40px;
        line-height: 40px;
        color: #838383;
        font-weight: 300;
        text-align: center;
        margin: 20px 0 40px;
        padding: 0
    }

.theboxone {
    padding: 20px 10px 0;
    background: #FFF;
    border: 1px solid #e8e8e8
}

    .theboxone img,
    .theboxtwo .relative {
        border: 4px solid #e8e8e8;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        float: none
    }

        .theboxtwo .relative img {
            border: none
        }

.theboxtwo .col-sm-6 {
    padding-right: 0
}

    .theboxtwo .col-sm-6:first-child {
        padding-left: 0;
        padding-right: 15px
    }

.captionbox {
    font-size: 12px
}

.captionbox-over {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px
}

.mini-gallery,
.thenewlistimg {
    font-size: 0;
    text-align: center
}

.thenewlistimg {
    padding: 0 10px 10px
}

.mini-gallery {
    margin: 0 -10px
}

    .mini-gallery [class*=col-] {
        float: none;
        display: inline-block
    }

.thenewlistimg [class*=col-] {
    padding: 0 3px;
    float: none;
    display: inline-block
}

    .thenewlistimg [class*=col-] .relative {
        border-radius: 6px;
        overflow: hidden
    }

    .thenewlistimg [class*=col-] img {
        border: none
    }

.thenewlistimg .imgcaption {
    background: #e8e8e8;
    position: relative;
    padding: 10px;
    margin-top: 5px;
    text-align: left;
    color: #AAA;
    font-size: 14px
}

    .thenewlistimg .imgcaption h3 {
        margin: 0 0 10px;
        padding: 0
    }

    .thenewlistimg .imgcaption .go {
        display: block;
        position: absolute;
        top: 10px;
        right: 20px;
        width: 26px;
        height: 26px;
        margin: 0;
        padding: 0;
        background-image: url(../imgs/news-go.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 200% 100%
    }

.thenewlistimg [class*=col-]:hover .imgcaption .go {
    background-position: 100% 0 !important
}

.thenewlistimg [class*=col-]:hover .imgcaption h3 {
    color: #FD8D18 !important
}

@media (max-width:769px) {
    .theboxtwo .col-sm-6 {
        padding: 0 15px !important
    }

    .theboxtwo .column-eq {
        height: auto !important
    }
}

.mini-gallery .galleryover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    display: block
}

.oneinsertimg {
    display: block;
    /*width: 100%;*/
    max-width: 372px;
    margin: 0 auto
}

    .oneinsertimg.left,
    .oneinsertimg.right,
    .oneinsertimg.center{
        /*width: calc(50% - 15px);*/
        max-width: 475px
    }

    .oneinsertimg.left {
        float: left;
        margin: 0 15px 15px 0
    }

    .oneinsertimg.right {
        float: right;
        margin: 0 0 15px 15px
    }

    .oneinsertimg.center {
        display: table;
    }

    .oneinsertimg img {
        width: 100%;
        border: none;
        float: none;
        margin: 0;
        border-radius: 6px 6px 0 0
    }

    .oneinsertimg .caption {
        display: block;
        text-align: center;
        background: #E8EBED;
        line-height: 1.4;
        color: #999;
        margin-top: 5px;
        padding: 5px;
        min-height: 50px;
        position: relative
    }

@media (max-width:769px) {
    .oneinsertimg.left,
    .oneinsertimg.right,
    .oneinsertimg.center {
        float: none;
        width: 100%;
        margin: 0 0 15px
    }

    #blog {
        padding: 0 0 5rem
    }
}

.bigergreen {
    font-size: 19px !important;
    color: #008C95 !important
}

.theimgshow {
    margin: 0;
    padding: 90% 0 0;
    background-position: center center;
    background-size: auto 106%;
    background-repeat: no-repeat;
    -webkit-transition: background-size .2s ease;
    transition: background-size .2s ease;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}

a:hover .theimgshow {
    background-size: auto 100%
}

#blog nav.categories a {
    padding: 0;
    margin: 0
}

    #blog nav.categories a span {
        display: inline-block;
        padding: 0 19px
    }

    #blog nav.categories a.active {
        box-shadow: 0 0 0 0 #FFF
    }

#blog nav.categories .thebar {
    pointer-events: none;
    display: none;
    position: absolute;
    width: 139px;
    background: #008C95;
    bottom: 0;
    left: 0;
    height: 5px;
    -webkit-transition: left .2s ease;
    transition: left .2s ease
}

.barnchlink a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #008C95;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

    .barnchlink a.btgreen:after,
    .barnchlink a:after {
        display: inline-block;
        width: 15px;
        height: 15px;
        content: ' ';
        margin-left: 10px;
        vertical-align: middle
    }

    .barnchlink a span {
        display: inline-block;
        min-width: 110px
    }

    .barnchlink a:after {
        background: url(../imgs/icons/arrow_right_orange_inverted.svg) center center no-repeat;
        background-size: 100% auto
    }

    .barnchlink a.btgreen:after {
        background: url(../imgs/icons/arrow_right_teal_inverted.svg) center center no-repeat;
        background-size: 100% auto
    }

#mapinbot,
article.table,
article.table .table-body,
article.table .table-row {
    position: relative;
    width: 100%
}

article.table {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    border-collapse: collapse;
    background: #fff;
    z-index: 50
}

    article.table .table-header {
        margin: 0;
        padding: 0 5px 15px;
        font-size: 35px;
        line-height: 60px;
        color: #008C95;
        font-weight: 300;
        text-align: center
    }

    article.table .table-body {
        display: table;
        margin: 0;
        padding: 0
    }

    article.table .table-row {
        display: table-row;
        border: 2px solid #e8e8e8
    }

    article.table .table-cell {
        display: table-cell;
        padding: 5px 15px;
        font-size: 16px;
        font-weight: 300;
        color: #696969;
        line-height: 32px;
        border-top: 2px solid #b3dbdd;
        border-left: 2px solid #b3dbdd;
        vertical-align: middle
    }

        article.table .table-cell:first-child {
            border-left: 0
        }

    article.table .table-row:first-child .table-cell {
        border-top: 0;
        border-bottom: 2px solid red;
        color: #FFF;
        border-color: #e8e8e8;
        padding: 0
    }

        article.table .table-row:first-child .table-cell > div {
            background: #04878f;
            padding: 5px 15px
        }

        article.table .table-row:first-child .table-cell a {
            color: #FFF
        }

@media (max-width:767px) {
    .header-bar {
        z-index: 999999 !important
    }

        .header-bar .open[class*=col-]:nth-child(3) > .form > .container-fluid {
            padding-bottom: 100px
        }
}

.pathway ol {
    margin: 0;
    padding: 0
}

    .pathway ol li {
        padding: 0;
        display: inline-block;
        list-style: none
    }

        .pathway ol li a > span {
            padding: 0
        }

#mapinbot {
    display: block;
    min-height: 500px;
    margin: 0;
    padding: 60px;
    background: #fff;
}

    #mapinbot .map {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1
    }

.nor-slide .container,
.section {
    position: relative
}

.nor-slide .container {
    padding: 0 3px;
}

#mapinbot .overlay {
    display: block;
    position: relative;
    width: 40%;
    background: rgba(37, 37, 37, .7);
    padding: 30px 40px;
    z-index: 2;
    min-height: 400px
}

    #mapinbot .overlay > div {
        display: table;
        width: 100%;
        height: 100%
    }

        #mapinbot .overlay > div > div {
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle
        }

    #mapinbot .overlay h2 {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
        font-size: 36px;
        font-weight: 300;
        color: #fff;
        line-height: 40px
    }

    #mapinbot .overlay > div > div > span {
        display: block;
        width: 100%;
        margin: 0 0 5px;
        padding: 0
    }

    #mapinbot .overlay > div > div > div span,
    #mapinbot .overlay > div > div > span {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        color: #fff
    }

    #mapinbot .overlay a {
        display: block;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
        font-weight: 600;
        margin: 0 0 20px;
        padding: 0;
        -webkit-transition: color .2s ease;
        transition: color .2s ease
    }

        #mapinbot .overlay a:hover {
            color: #FD8D18
        }

    #mapinbot .overlay nav {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0
    }

        #mapinbot .overlay nav a {
            display: inline-block;
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            margin-right: 8px
        }

    #mapinbot .overlay small, #mapinbot .overlay small a {
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        line-height: inherit;
    }

@media (max-width:1199px) {
    #mapinbot .overlay {
        width: 50%;
    }
}

.nor-slide .item img,
.section {
    width: 100%
}

.section {
    vertical-align: top;
    display: inline-block
}

.nor-slide .owl-controls .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 48%
}

.nor-slide .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 5px
}

    .nor-slide .owl-controls .owl-dot span {
        width: 16px;
        height: 16px;
        background: #e8ebeda1;
        border-radius: 50%;
        display: block
    }

    .nor-slide .owl-controls .owl-dot.active span {
        background: #fff;
    }

.nor-slide .owl-controls .owl-nav .owl-prev, .nor-slide .owl-controls .owl-nav .owl-next {
    display: inline-block !important;
}

.nor-slide .owl-controls .owl-nav .owl-prev {
    background: url(../imgs/arrow-left-teal-bg.png) no-repeat;
    background-size: 100% auto;
    left: -60px;
}

.nor-slide .owl-controls .owl-nav .owl-next {
    background: url(../imgs/arrow-right-teal-bg.png) no-repeat;
    background-size: 100% auto;
    right: -60px;
}

.nor-slide .owl-controls .owl-nav > div {
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

#header.nor-slide {
    height: auto;
}

    #header.nor-slide .tint {
        position: absolute;
        /*height: 100%;*/
        top: 0;
        z-index: 10;
        width: 452px;
        left: 3px;
        padding: 30px 20px;
        right: 0;
        /*bottom: 0;*/
        margin: 0;
    }

        #header.nor-slide .tint .input-link {
            text-align: left;
            margin-top: 30px;
        }

.read-more {
    margin-top: 30px
}

    .read-more a {
        font-size: 17px;
        color: #fd8d18
    }

        .read-more a:hover {
            color: #048c99
        }

.sec-info.content-text {
    border-bottom: 2px solid #EFF8F9;
    padding: 20px 0 50px;
}

.sec-info p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    color: #838383;
    text-align: center;
    margin: 20px 7% 0;
    width: 86%;
}

.sec-title h2, #portfolio .sec-title h2, #contact-form .sec-title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
    color: #008C95;
    text-align: left;
    margin: 0 0 20px;
    padding: 0;
}

#portfolio.pngallery {
    padding-bottom: 40px;
}

.graybg {
    background-color: #f7f7f7
}

.sec-capabil {
    padding: 60px 0
}

.cap-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0
}

    .cap-list li {
        width: 25%;
        float: left;
        padding: 0;
        text-align: center;
        list-style: none
    }

        .cap-list li .cap-bx {
            border-right: solid 2px #eaeaea;
            padding: 15px;
        }

        .cap-list li:last-child .cap-bx {
            border-right: none
        }

    .cap-list .cap-icon {
        width: 110px;
        height: 100px;
        margin: 0 auto
    }

    .cap-list .cap-head h2 {
        display: block;
        width: 100%;
        margin: 0px 0 20px;
        padding: 0;
        font-size: 17px;
        line-height: 30px;
        font-weight: 300;
        color: #008C95;
        text-align: center;
    }

.cap-desp p {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
    color: #838383;
    font-size: 14px;
    line-height: 20px;
}

.sec-menu {
    padding: 40px 0;
}

    .sec-menu .panel-default > .panel-heading {
        background: 0 0;
        border: none;
        padding: 0
    }

    .sec-menu .panel-default .panel-heading .panel-title a {
        background-color: #fff;
        display: block;
        padding: 13px 15px;
        border: 2px solid #008c95;
        color: #008c95;
        position: relative
    }

        .sec-menu .panel-default .panel-heading .panel-title a .icon img {
            filter: brightness(50%) sepia(100) saturate(100) hue-rotate(180deg)
        }

    .sec-menu .panel-default .panel-heading .panel-title {
        margin: 0;
    }

        .sec-menu .panel-default .panel-heading .panel-title a:after {
            display: block;
            width: 26px;
            height: 26px;
            margin: 0;
            padding: 0;
            position: absolute;
            border-radius: 3px;
            text-align: center;
            line-height: 26px;
            vertical-align: middle;
            content: "\f107";
            font-family: FontAwesome;
            background-color: #008c95;
            top: 10px;
            right: 15px;
            color: #fff
        }

        .sec-menu .panel-default .panel-heading .panel-title a.collapsed {
            border: 2px solid #feae59;
            color: #feae59
        }

            .sec-menu .panel-default .panel-heading .panel-title a.collapsed .icon img {
                filter: none
            }

            .sec-menu .panel-default .panel-heading .panel-title a.collapsed:after {
                background-color: #fd9121;
                content: "\f105"
            }

    .sec-menu .panel {
        box-shadow: none;
        border: none
    }

.panel-title .icon img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
    position: relative;
    top: -1px
}

.sec-menu .panel-default .panel-body {
    border: none;
    background-color: #f7f7f7;
    margin-top: 15px;
    padding: 40px 15px;
}

.sec-menu .panel-group .panel + .panel {
    margin-top: 15px
}

.sec-menu .panel .sec-title h2 {
    display: inline-block;
    width: 100%;
    color: #008C95;
    font-weight: 300;
    padding: 0;
    margin: 0 0 30px
}

.signex-list {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
    padding: 0
}

    .signex-list > li {
        width: 16.66%;
        float: left;
        padding: 0 10px;
        font-size: 16px;
        text-align: center
    }

    .signex-list li:before {
        display: none
    }

    .signex-list .signex-head {
        color: #008c95;
        font-weight: 400;
        margin: 15px 0
    }

    .signex-list .signex-icon {
        width: 90px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto
    }

    .signex-list .signex-desp ul {
        margin: 0;
        padding: 0
    }

        .signex-list .signex-desp ul li {
            padding: 0;
            margin: 0 0 5px
        }

.sec-map {
    background: url(../images/map.jpg) no-repeat;
    width: 100%;
    height: 533px;
    background-size: cover;
    position: relative
}

.map-overlay {
    top: 60px;
    z-index: 10;
    width: auto;
    left: 60px;
    padding: 20px;
    color: #fff;
    background-color: rgba(66, 66, 66, .7);
    right: 0;
    bottom: 60px;
    float: left;
    margin: 100px 100px 0
}

    .map-overlay h2,
    .map-overlay h3 {
        font-weight: 300;
        color: #fff;
        padding: 0;
        margin: 0 0 20px
    }

    .map-overlay h2 {
        font-size: 38px;
        line-height: 48px
    }

    .map-overlay h3 {
        display: block;
        font-size: 17px;
        line-height: 28px
    }

        .map-overlay h3 strong {
            display: block
        }

#contact-form.sec-contact .form {
    max-width: 100%;
}

    #contact-form.sec-contact .form h5 {
        color: #008c95;
        font-size: 20px;
        margin: 10px 0;
    }

    #contact-form.sec-contact .form p {
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
    }

    #contact-form.sec-contact .form select.branchselect-dr {
        -webkit-appearance: none;
        appearance: none;
        -moz-appearance: none;
        -mz-appearance: none;
        background: url(../imgs/dropdown-arrow.png) no-repeat 98% center #e8ebed;
        background-size: 24px;
    }

.sec-menu .collapse {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.sec-menu .collapse.in {
    display: block;
}

.sec-menu .panel-body {
    padding: 15px;
}

@media screen and (max-width:1199px) {
    .slide-caption h2 {
        font-size: 30px;
        margin: 0 0 10px;
        line-height: 40px
    }

    .slide-caption h3 {
        font-size: 16px;
        margin: 0 0 10px;
        line-height: 24px
    }

    .read-more {
        margin-top: 20px
    }

    .product-title {
        font-size: 15px;
        padding: 15px 5px
    }

    .cap-list .cap-head h2 {
        font-size: 18px
    }

    .cap-desp p,
    .signex-list .signex-head {
        font-size: 15px
    }

    .signex-list .signex-desp ul li {
        font-size: 14px
    }

    .contactForm h3 {
        font-size: 18px
    }

    .map-overlay h2 {
        font-size: 30px;
        margin: 0 0 10px
    }

    .map-overlay h3 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 10px
    }
}

@media screen and (max-width:991px) {
    .slide-caption h2 {
        font-size: 18px;
        line-height: 28px
    }

    .slide-caption h3 {
        font-size: 13px;
        line-height: 20px
    }

    .slide-caption {
        padding: 10px
    }

        .slide-caption a.input-link {
            height: 40px;
            padding: 0 10px
        }

            .slide-caption a.input-link .text {
                height: 100%;
                line-height: 40px;
                font-size: 18px
            }

    .social {
        margin: 0 0 10px
    }

    .slide-caption a.input-link .image {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin-top: 6px
    }

        .slide-caption a.input-link .image svg {
            max-height: 13px;
            max-width: 13px
        }

    .signex-list > li {
        width: 50%;
        border-bottom: solid 2px #eaeaea
    }

    .cap-list li {
        width: 50%;
        padding: 0 10px
    }

        .cap-list li .cap-bx {
            border-right: none;
            border-bottom: solid 2px #eaeaea
        }

    .map-overlay h2 {
        font-size: 18px
    }

    .map-overlay h3 {
        font-size: 13px
    }

    .map-overlay {
        margin: 100px 40px 0
    }

    .service-list li {
        width: 50%
    }

    .slide-caption {
        width: 380px;
    }
}

@media screen and (max-width:767px) {
    .nor-slide .owl-carousel .owl-item {
        height: 100vh;
        min-height: 490px;
    }

        .nor-slide .owl-carousel .owl-item .item {
            height: 100%
        }

            .nor-slide .owl-carousel .owl-item .item img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                max-width: initial;
                object-position: center
            }

    .nor-slide .owl-controls .owl-dots {
        right: 0;
        width: 100%;
        text-align: center
    }

    #header.nor-slide .tint {
        width: 86%;
        bottom: auto;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: auto;
        padding: 20px 10px;
    }

        #header.nor-slide .tint .input-link .text {
            font-size: 18px;
        }

        #header.nor-slide .tint .input-link {
            margin-top: 20px;
        }

    .cap-list li,
    .service-list li {
        width: 100%
    }

    .sec-info {
        padding: 30px 0
    }

    .sec-capabil,
    .sec-menu,
    .sec-service {
        padding: 20px 0
    }

        .sec-menu .panel .sec-title h2 {
            font-size: 20px;
            line-height: 32px margin:0 0 15px;
        }

    .service-list {
        margin: 10px 0 0
    }

    .cap-list .cap-head h2 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .cap-desp p {
        font-size: 13px
    }

    .cap-list li .cap-bx {
        min-height: inherit
    }

    .sec-menu .panel-default .panel-heading .panel-title a {
        padding: 10px;
        font-size: 13px;
        color: #fff;
        background-color: #008c95
    }

        .sec-menu .panel-default .panel-heading .panel-title a.collapsed {
            background-color: #fd9121;
            color: #fff;
            border-color: #fd9121
        }

            .sec-menu .panel-default .panel-heading .panel-title a.collapsed:after {
                background-color: #fff;
                color: #fd9121
            }

            .sec-menu .panel-default .panel-heading .panel-title a.collapsed .icon img {
                filter: brightness(0) invert(1);
                -webkit-filter: brightness(0) invert(1)
            }

        .sec-menu .panel-default .panel-heading .panel-title a .icon img {
            max-height: 14px;
            max-width: 14px;
            margin-right: 6px;
            filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1)
        }

        .sec-menu .panel-default .panel-heading .panel-title a:after {
            width: 20px;
            height: 20px;
            line-height: 20px;
            right: 10px;
            color: #008c95;
            background-color: #fff
        }

    .sec-title h2, #portfolio .sec-title h2, #contact-form .sec-title h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .sec-info .content-text {
        font-size: 14px !important;
    }

    .signex-list > li {
        width: 100%
    }

    #contact-form.sec-contact {
        padding: 20px 0
    }

    .map-overlay {
        width: 96%;
        margin: 40px auto 0;
        float: none;
        padding: 10px
    }

    .productheader .text-left h2 {
        margin: 20px 0
    }

    .nor-slide .owl-controls .owl-nav .owl-prev {
        left: 0px;
    }

    .nor-slide .owl-controls .owl-nav .owl-next {
        right: 0px;
    }

    .nor-slide .owl-controls .owl-nav > div {
        width: 20px;
        height: 20px;
    }

    .sec-info.content-text {
        padding: 20px 0;
    }

    #portfolio.pngallery {
        padding: 20px 0;
    }

    .cap-list .cap-icon {
        height: auto;
    }

    .sec-menu .panel-default .panel-body {
        padding: 15px;
    }

    #contact-form.sec-contact .form p {
        font-size: 14px;
        line-height: 24px;
    }

    #mapinbot .overlay {
        width: 100%;
        max-width: 710px;
    }
}



/*//RJ make introtext smaller*/
.introtextshowmore {
    display: block;
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 300;
    color: #838383;
    font-size: 16px;
    line-height: 20px;
}


#owltestimonials.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

    #owltestimonials.owl-carousel .owl-stage .owl-item {
        float: left;
        display: block;
    }

#pnHeaderbar {
    height: 40px !important;
}