@charset 'UTF-8';
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden
}

.slick-dots,
ol,
ul {
    list-style: none
}

.fancybox-nav,
a,
a[href^=tel] {
    text-decoration: none
}

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 260px;
    overflow-x: none;
    overflow-y: auto;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 15px;
    background: #333;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222
}

.fancybox-inner,
.slick-list {
    overflow: hidden
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sidr .sidr-inner {
    padding: 0 0 15px
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr.right {
    left: auto;
    right: -260px
}

.sidr.left {
    left: -260px;
    right: auto
}

.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
    font-size: 11px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0 0 5px;
    color: #fff;
    line-height: 24px;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #4d4d4d), color-stop(100%, #1a1a1a));
    background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
    background-image: linear-gradient(#4d4d4d, #1a1a1a);
    -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, .2)
}

.sidr label,
.sidr p,
.sidr ul li ul li {
    font-size: 13px
}

.sidr p {
    margin: 0 0 12px
}

.sidr p a {
    color: rgba(255, 255, 255, .9)
}

.sidr>p {
    margin-left: 15px;
    margin-right: 15px
}

.sidr ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #4d4d4d
}

.sidr ul li {
    display: block;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid #4d4d4d;
    border-bottom: 1px solid #1a1a1a
}

.sidr ul li ul,
.sidr ul li ul li:last-child {
    border-bottom: none
}

.sidr ul li.active,
.sidr ul li.sidr-class-active,
.sidr ul li:hover {
    border-top: none;
    line-height: 49px
}

.sidr ul li.active>a,
.sidr ul li.active>span,
.sidr ul li.sidr-class-active>a,
.sidr ul li.sidr-class-active>span,
.sidr ul li:hover>a,
.sidr ul li:hover>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}

.sidr ul li a,
.sidr ul li span {
    padding: 0 15px;
    display: block;
    text-decoration: none;
    color: #fff
}

.sidr ul li ul {
    margin: 0
}

.sidr ul li ul li {
    line-height: 40px
}

.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active,
.sidr ul li ul li:hover {
    border-top: none;
    line-height: 41px
}

.sidr ul li ul li.active>a,
.sidr ul li ul li.active>span,
.sidr ul li ul li.sidr-class-active>a,
.sidr ul li ul li.sidr-class-active>span,
.sidr ul li ul li:hover>a,
.sidr ul li ul li:hover>span {
    -webkit-box-shadow: inset 0 0 15px 3px #222;
    -moz-box-shadow: inset 0 0 15px 3px #222;
    box-shadow: inset 0 0 15px 3px #222
}

.sidr ul li ul li a,
.sidr ul li ul li span {
    color: rgba(255, 255, 255, .8);
    padding-left: 30px
}

.sidr form {
    margin: 0 15px
}

.sidr input[type=url],
.sidr input[type=text],
.sidr input[type=password],
.sidr input[type=date],
.sidr input[type=datetime],
.sidr input[type=email],
.sidr input[type=number],
.sidr input[type=search],
.sidr input[type=tel],
.sidr input[type=time],
.sidr select,
.sidr textarea {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: none;
    background: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .6);
    display: block;
    clear: both
}

.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.sidr input[type=button],
.sidr input[type=submit] {
    color: #333;
    background: #fff
}

.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
    background: rgba(255, 255, 255, .9)
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.four-boxes .item h2,
.six-boxes .item .hover p {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.slick-track {
    top: 0;
    left: 0
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-inner,
.fancybox-outer,
.fancybox-skin {
    position: relative
}

.fancybox-skin {
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
    background-image: url(../img/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

.fancybox-close,
.fancybox-nav,
.fancybox-nav span {
    z-index: 8040;
    position: absolute;
    cursor: pointer
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    background: url(../img/blank.gif);
    -webkit-tap-highlight-color: transparent
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important
}

.fancybox-lock,
.fancybox-lock body {
    overflow: hidden!important
}

.fancybox-lock {
    width: auto
}

.fancybox-lock-test {
    overflow-y: hidden!important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: 0 0;
    background: rgba(0, 0, 0, .8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min--moz-device-pixel-ratio:1.5),
only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-next span,
    .fancybox-prev span {
        background-image: url(../img/fancybox_sprite@2x.png);
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url(../img/fancybox_loading@2x.gif);
        background-size: 24px 24px
    }
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 20px;
    color: #222
}

caption,
table,
td,
th {
    vertical-align: middle
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400
}

.funky-button,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway, Arial, sans-serif
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption,
td,
th {
    text-align: left;
    font-weight: 400
}

a img {
    border: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

a[href^=tel] {
    color: inherit
}

input[type=email],
input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

textarea {
    overflow: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2
}

h4 {
    font-size: 16px
}

p {
    font-size: 14px;
    line-height: 1.285714286
}

.gform_ajax_spinner,
.gform_validation_container,
.validation_error {
    display: none
}

.funky-button {
    position: relative;
    padding: 13px 20px 15px;
    font-size: 14px;
    text-transform: lowercase;
    border: 1px solid #222;
    width: 200px;
    height: 40px;
    text-align: center;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    display: block;
    overflow: hidden
}

.funky-button span {
    position: relative;
    z-index: 9;
    color: #222;
    -webkit-transition: color .45s ease-in-out;
    -moz-transition: color .45s ease-in-out;
    -o-transition: color .45s ease-in-out;
    -ms-transition: color .45s ease-in-out;
    transition: color .45s ease-in-out
}

.funky-button:after,
.funky-button:before {
    position: absolute;
    content: ''
}

.funky-button--white span,
.funky-button:hover span {
    color: #fff
}

.funky-button:before {
    bottom: -20px;
    left: -100px;
    border-bottom: 40px solid #f78e1e;
    border-right: 200px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -moz-transform: scale(.9999)
}

.funky-button:after,
.three-boxes .item .hover:before {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transform: scale(.9999)
}

.funky-button:after {
    top: -20px;
    right: -100px;
    border-top: 40px solid #f78e1e;
    border-left: 200px solid transparent;
    transition: all .3s ease-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s;
    transition-delay: .15s
}

.funky-button:hover {
    border: 1px solid #f78e1e
}

.funky-button:hover:before {
    bottom: 0;
    left: 0
}

.funky-button:hover:after {
    top: 0;
    right: 0
}

.funky-button--white {
    border-color: #fff
}

em,
i {
    font-style: italic
}

.halves .half {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%
}

.footer:after,
.halves .half:after,
.sitemap:after,
.wrapper:after {
    clear: both
}

.halves .half:after,
.halves .half:before {
    content: '';
    display: table
}

.halves .half:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .halves .half,
    .halves .half:first-child {
        margin-left: auto
    }
    .halves .half,
    .halves .half:last-child {
        margin-right: auto
    }
    .halves .half {
        display: block;
        clear: both;
        float: none;
        width: 100%
    }
}

.user-content h3 {
    color: #f78e1e;
    font-size: 16px;
    font-family: 'Roboto Condensed', Arial, sans-serif
}

.user-content h4 {
    color: #222;
    font-size: 20px
}

.user-content h1,
.user-content h2 {
    color: #222;
    font-family: Raleway, Arial, sans-serif;
    font-size: 36px;
    margin: 0
}

.user-content h5,
.user-content h6 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-style: italic
}

@media only screen and (max-width:980px) {
    .user-content h1,
    .user-content h2 {
        font-size: 24px;
        margin: 0 0 5px
    }
}

.user-content h5 {
    color: #9d9d9d;
    font-size: 21px;
    margin: 0 0 30px
}

@media only screen and (max-width:980px) {
    .user-content h5 {
        font-size: 18px;
        margin: 0 0 20px
    }
}

.user-content h6 {
    color: #222;
    font-size: 12px;
    margin: 0 0 3px
}

#sidr,
#sidr ul,
#sidr ul li,
#sidr ul li a,
.header .wrapper .header__nav ul li a {
    font-family: Raleway, Arial, sans-serif
}

.user-content h6 img {
    position: relative;
    top: 4px;
    margin: 0 5px 0 0
}

.user-content ol li,
.user-content p,
.user-content ul li {
    font-size: 14px;
    line-height: 1.285714286;
    color: #222;
    margin: 0 0 20px
}

.user-content ol li a,
.user-content p a,
.user-content ul li a {
    color: #000;
    border-bottom: 1px solid rgba(51, 51, 51, .1)
}

.user-content ol,
.user-content ul {
    padding: 0 0 0 15px;
    list-style: disc;
    margin: 0 0 20px
}

.user-content ol li,
.user-content ul li {
    margin: 0
}

.user-content ol {
    list-style: decimal
}

.user-content blockquote {
    border-left: 5px solid #ededed;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-style: italic;
    color: #222
}

.user-content hr {
    border: none;
    border-top: 1px solid #ededed
}

.alignleft {
    margin: 0 15px 5px 0;
    float: left
}

.alignright {
    margin: 0 0 5px 15px;
    float: right
}

.aligncenter {
    margin: 0 auto 5px;
    display: block;
    text-align: center
}

.wrapper {
    width: auto;
    max-width: 940px;
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0
}

.footer .footer__copyright,
.header .wrapper .header__nav ul li {
    float: left
}

.wrapper:after,
.wrapper:before {
    content: '';
    display: table
}

@media only screen and (max-width:980px) {
    .wrapper {
        padding: 0 20px
    }
}

.update-browser {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999;
    background: red;
    padding: 10px 20px;
    text-align: center
}

.update-browser p {
    color: #fff
}

.update-browser p a {
    color: #ff0
}

.sidr-button {
    display: none
}

@media only screen and (max-width:900px) {
    .sidr-button {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 17px 20px 14px
    }
}

.sidr-button img {
    width: 22px;
    height: 24px
}

#sidr,
#sidr ul,
#sidr ul li,
#sidr ul li a {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 200;
    background: #222
}

#sidr ul li a ul.sidr-social,
#sidr ul li ul.sidr-social,
#sidr ul ul.sidr-social,
#sidr ul.sidr-social {
    padding: 0 15px
}

#sidr ul li a ul.sidr-social li,
#sidr ul li ul.sidr-social li,
#sidr ul ul.sidr-social li,
#sidr ul.sidr-social li {
    float: left;
    position: relative;
    top: 0;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

.footer p a,
.header .wrapper .header__nav ul li a {
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out
}

#sidr ul li a ul.sidr-social li a,
#sidr ul li ul.sidr-social li a,
#sidr ul ul.sidr-social li a,
#sidr ul.sidr-social li a {
    padding: 0 5px 0 0
}

#sidr ul li a ul.sidr-social li a img,
#sidr ul li ul.sidr-social li a img,
#sidr ul ul.sidr-social li a img,
#sidr ul.sidr-social li a img {
    width: 20px;
    height: 20px;
    background: red;
    display: block;
    margin: 0 2px 0 0
}

#sidr ul li a ul.sidr-social li:hover,
#sidr ul li ul.sidr-social li:hover,
#sidr ul ul.sidr-social li:hover,
#sidr ul.sidr-social li:hover {
    top: -2px
}

body {
    padding-top: 57px
}

.header {
    position: fixed;
    height: 57px;
    background: rgba(255, 255, 255, .9);
    z-index: 99;
    width: 100%;
    top: 0
}

.header .wrapper {
    position: relative
}

.header .wrapper .header__logo {
    position: absolute;
    top: 16px;
    left: 0
}

.header .wrapper .header__logo img {
    width: 204px;
    height: 31px
}

.header .wrapper .header__phone {
    position: absolute;
    top: 21px;
    right: 0;
    color: #f78e1e;
    font-size: 19px;
    font-weight: 700
}

@media only screen and (max-width:980px) {
    .header .wrapper .header__logo {
        left: 20px
    }
    .header .wrapper .header__phone {
        right: 20px
    }
}

@media only screen and (max-width:440px) {
    .header .wrapper .header__phone {
        display: none
    }
}

.header .wrapper .header__nav {
    text-align: center;
    margin: 22px 0 0;
    padding: 0 0 0 12%
}

@media only screen and (max-width:900px) {
    .header .wrapper .header__phone {
        right: 55px
    }
    .header .wrapper .header__nav {
        display: none
    }
}

.header .wrapper .header__nav ul {
    display: inline-block;
    vertical-align: top
}

.footer:after,
.footer:before,
.sitemap .col:after,
.sitemap .col:before,
.sitemap:after,
.sitemap:before {
    display: table;
    content: ''
}

.header .wrapper .header__nav ul li a {
    color: #222;
    font-weight: 200;
    font-size: 15px;
    padding: 3px 8px 12px;
    transition: color .2s ease-in-out
}

.header .wrapper .header__nav ul li.current-menu-ancestor>a,
.header .wrapper .header__nav ul li.current-menu-item>a,
.header .wrapper .header__nav ul li:hover>a {
    color: #f78e1e
}

.scrolling .header {
    -webkit-box-shadow: 0 0 22px 0 #a6a6a6;
    box-shadow: 0 0 22px 0 #a6a6a6
}

.footer {
    background: #222;
    padding: 16px 0;
    border-top: 1px solid #7f7f7f
}

.footer p {
    font-size: 11px;
    color: #a7a7a7;
    margin: 0
}

.footer p a {
    color: #fff;
    transition: color .2s ease-in-out
}

.footer p a:hover {
    color: #f78e1e
}

@media only screen and (max-width:420px) {
    .footer .footer__copyright {
        float: none;
        margin: 0 0 5px
    }
}

.footer .footer__design {
    float: right
}

@media only screen and (max-width:420px) {
    .footer .footer__design {
        float: none
    }
}

.sitemap {
    background: url(../img/sitemap.jpg) bottom -120px left no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px
}

@media only screen and (max-width:980px) {
    .sitemap {
        padding: 20px 0
    }
}

.sitemap h4 {
    color: #ececec;
    font-size: 18px
}

.sitemap .col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%
}

.sitemap .col:after {
    clear: both
}

.sitemap .col:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .sitemap .col,
    .sitemap .col:first-child {
        margin-left: auto
    }
    .sitemap .col,
    .sitemap .col:last-child {
        margin-right: auto
    }
    .sitemap .col {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
}

.sitemap .col .block img,
.sitemap .col .block svg {
    float: left;
    width: 12px;
    height: 12px;
    margin: 3px 15px 0 0
}

.sitemap .col .block .text {
    overflow: hidden
}

.sitemap .col .block .text p {
    font-size: 14px;
    color: #b1b1b1
}

.sitemap .col .block .text p strong {
    color: #f78e1e
}

.sitemap .col .block .text p a {
    color: inherit;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.sitemap .col .block .text p a:hover {
    color: #fff
}

.sitemap .col .gform_confirmation_message {
    font-size: 12px;
    color: #b1b1b1
}

.sitemap .col .gform_wrapper .validation_message {
    color: #fff;
    font-size: 12px;
    margin: 2px 0 0
}

.sitemap .col .gform_wrapper ul {
    position: relative
}

.sitemap .col .gform_wrapper ul li {
    margin: 0 0 10px;
    clear: both
}

.sitemap .col .gform_wrapper ul li label {
    color: #b1b1b1;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 2px;
    display: block
}

.sitemap .col .gform_wrapper ul li input[type=text],
.sitemap .col .gform_wrapper ul li textarea {
    width: 100%;
    background-color: #222;
    border: none;
    padding: 7px 10px;
    font-size: 13px;
    color: #fff;
    font-family: 'Roboto Condensed', Arial, sans-serif
}

.sitemap .col .gform_wrapper ul li textarea {
    resize: none;
    height: 75px
}

.sitemap .col .gform_wrapper ul li.left {
    float: left;
    width: 48%
}

@media only screen and (max-width:480px) {
    .sitemap .col .gform_wrapper ul li.left {
        float: none;
        width: 100%
    }
}

.sitemap .col .gform_wrapper ul li.right {
    float: right;
    width: 48%;
    clear: none
}

@media only screen and (max-width:480px) {
    .sitemap .col .gform_wrapper ul li.right {
        float: none;
        width: 100%
    }
}

.sitemap .col .gform_wrapper ul li.checkbox {
    position: absolute;
    bottom: -53px;
    left: 90px
}

@media only screen and (max-width:767px) {
    .sitemap .col .gform_wrapper ul li.checkbox {
        position: relative;
        left: 0;
        float: left;
        bottom: 10px
    }
}

.sitemap .col .gform_wrapper ul li.checkbox label {
    display: inline-block
}

.sitemap .col .gform_wrapper input[type=submit] {
    background-color: #7f7f7f;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 12px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: right
}

.banner .wrapper .caption h1,
.banner .wrapper .caption h2,
.four-boxes-flush .item .hover h4,
.hero__carousel .item .caption h2,
.panel .panel__title h2,
.subscribe .subscribe__form .gform_wrapper input[type=submit],
.subscribe .subscribe__text h3,
.team .text h4,
.three-boxes .item .hover h4,
.three-col .three-col__content .item .col h2,
.three-col .three-col__nav ul li a {
    font-family: Raleway, Arial, sans-serif
}

.sitemap .col ul.sitemap__social li,
.three-boxes .item .hover h4 {
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out
}

.sitemap .col .gform_wrapper input[type=submit]:hover {
    background: #f78e1e;
    border-color: #f78e1e;
    color: #fff
}

.sitemap .col ul.sitemap__social li {
    float: left;
    position: relative;
    top: 0;
    transition: top .2s ease-in-out
}

.sitemap .col ul.sitemap__social li a img,
.sitemap .col ul.sitemap__social li a svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 2px 0 0
}

.sitemap .col ul.sitemap__social li:hover {
    top: -2px
}

.sitemap .col:first-of-type {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%
}

.sitemap .col:first-of-type:after,
.subscribe:after {
    clear: both
}

.sitemap .col:first-of-type:after,
.sitemap .col:first-of-type:before {
    content: '';
    display: table
}

.sitemap .col:first-of-type:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .sitemap .col:first-of-type {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }
    .sitemap .col:first-of-type:first-child {
        margin-left: auto
    }
    .sitemap .col:first-of-type:last-child {
        margin-right: auto
    }
}

.subscribe {
    border-bottom: 1px solid #646464;
    padding: 60px 0
}

.subscribe:after,
.subscribe:before {
    content: '';
    display: table
}

.subscribe .subscribe__text {
    float: left;
    max-width: 300px
}

@media only screen and (max-width:980px) {
    .subscribe {
        padding: 30px 0
    }
    .subscribe .subscribe__text {
        float: none;
        max-width: 100%
    }
}

.subscribe .subscribe__text h3 {
    color: #fff;
    font-size: 36px;
    line-height: 1.166666667;
    margin: 0 0 5px
}

@media only screen and (max-width:767px) {
    .subscribe .subscribe__text h3 {
        font-size: 24px
    }
}

.subscribe .subscribe__text p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    text-transform: lowercase;
    margin: 0
}

.subscribe .subscribe__form {
    float: right
}

.subscribe .subscribe__form .gform_confirmation_message {
    color: #fff
}

.subscribe .subscribe__form .gform_wrapper {
    width: 450px;
    margin: 45px 0 0;
    position: relative
}

@media only screen and (max-width:980px) {
    .subscribe .subscribe__form {
        float: none
    }
    .subscribe .subscribe__form .gform_wrapper {
        width: auto
    }
}

.subscribe .subscribe__form .gform_wrapper input[type=text] {
    float: left;
    width: 360px;
    border: none;
    padding: 5px 10px;
    background: 0 0;
    color: #e4e4e4;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px solid #e4e4e4
}

@media only screen and (max-width:600px) {
    .subscribe .subscribe__form .gform_wrapper input[type=text] {
        width: 240px
    }
}

@media only screen and (max-width:420px) {
    .subscribe .subscribe__form .gform_wrapper input[type=text] {
        width: 100%;
        float: none;
        margin: 0 0 10px
    }
}

.subscribe .subscribe__form .gform_wrapper input[type=submit] {
    color: #fff;
    font-size: 11px;
    text-transform: lowercase;
    background: 0 0;
    border: 1px solid #fff;
    padding: 4px 0 5px;
    width: 80px;
    margin: 0 0 0 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer
}

@media only screen and (max-width:420px) {
    .subscribe .subscribe__form .gform_wrapper input[type=submit] {
        margin: 0
    }
}

.subscribe .subscribe__form .gform_wrapper input[type=submit]:hover {
    background: #f78e1e;
    border-color: #f78e1e
}

.subscribe .subscribe__form .gform_wrapper .validation_message {
    font-size: 12px;
    color: #b1b1b1;
    position: absolute;
    top: 110%;
    left: 0
}

.page-template-page-contact-php .subscribe {
    display: none
}

.panel {
    padding: 50px 0 60px;
    background: #fff;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .panel {
        padding: 20px 0
    }
}

.panel .panel__title {
    text-align: center;
    padding: 0 0 30px
}

@media only screen and (max-width:767px) {
    .panel .panel__title {
        padding: 0 0 20px
    }
}

.panel .panel__title h2 {
    color: #222;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px
}

.panel .panel__title hr {
    border: none;
    border-top: 1px solid #ededed;
    max-width: 230px;
    margin: 0 auto 10px
}

.panel .panel__title p {
    color: #8b8b8b;
    font-size: 14px;
    font-style: italic
}

.panel--grey {
    background: #ededed
}

.panel--grey .panel__title hr {
    border-color: #fff
}

.panel--no-bottom-padding {
    padding-bottom: 30px
}

@media only screen and (max-width:767px) {
    .panel--no-bottom-padding {
        padding-bottom: 20px
    }
}

.three-boxes .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 20px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.three-boxes .item:after,
.three-boxes .item:before {
    content: '';
    display: table
}

.three-boxes .item:after {
    clear: both
}

.three-boxes .item:last-child {
    margin-right: 0
}

@media only screen and (max-width:480px) {
    .three-boxes .item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
    .three-boxes .item:first-child {
        margin-left: auto
    }
    .three-boxes .item:last-child {
        margin-right: auto
    }
}

.three-boxes .item img {
    width: 100%;
    display: block
}

.three-boxes .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    overflow: hidden
}

.three-boxes .item .hover h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
    top: -20px;
    transition: top .2s ease-in-out;
    z-index: 2
}

.four-boxes-flush .item .hover h4,
.three-boxes .item .hover p {
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    z-index: 2
}

.three-boxes .item .hover p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-style: italic;
    position: relative;
    top: 20px;
    transition: top .2s ease-in-out
}

@media only screen and (max-width:980px) {
    .three-boxes .item .hover {
        padding: 10px
    }
    .three-boxes .item .hover p {
        display: none!important
    }
}

.three-boxes .item .hover a {
    position: absolute;
    bottom: 20px;
    right: 100%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    -o-transition: right .2s ease-in-out;
    -ms-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
    z-index: 2
}

@media only screen and (max-width:980px) {
    .three-boxes .item .hover a {
        bottom: 10px
    }
}

.three-boxes .item .hover a:hover {
    color: #222
}

.three-boxes .item .hover:before {
    position: absolute;
    content: '';
    bottom: -150px;
    left: -150px;
    border-bottom: 295px solid #f78e1e;
    border-right: 295px solid transparent;
    transition: all .3s ease-out;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.six-boxes .item .hover:before,
.three-boxes .item .hover:after {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out
}

@media only screen and (max-width:980px) {
    .three-boxes .item .hover:before {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

.three-boxes .item .hover:after {
    position: absolute;
    content: '';
    top: -150px;
    right: -150px;
    border-top: 296px solid #f78e1e;
    border-left: 296px solid transparent;
    transition: all .3s ease-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s;
    transition-delay: .15s;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-transform: scale(.9999)
}

@media only screen and (max-width:980px) {
    .three-boxes .item .hover:after {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

.three-boxes .item:hover .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

@media only screen and (max-width:767px) {
    .three-boxes .item .hover:after,
    .three-boxes .item .hover:before {
        display: none
    }
    .three-boxes .item:hover .hover {
        background: #f78e1e
    }
}

.three-boxes .item:hover .hover h4,
.three-boxes .item:hover .hover p {
    top: 0
}

.three-boxes .item:hover .hover a {
    right: 20px
}

@media only screen and (max-width:980px) {
    .three-boxes .item:hover .hover a {
        right: 10px
    }
}

.three-boxes .item:hover .hover:before {
    bottom: 0;
    left: 0
}

.three-boxes .item:hover .hover:after {
    top: 0;
    right: 0
}

.three-boxes .item.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.six-boxes .item,
.six-boxes .item .hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0
}

.six-boxes .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.166666666666664%;
    margin-left: 0;
    margin-right: 3%;
    position: relative;
    display: block;
    top: 20px;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.six-boxes .item:after,
.six-boxes .item:before {
    content: '';
    display: table
}

.six-boxes .item:after {
    clear: both
}

.six-boxes .item:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .six-boxes .item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0;
        margin-right: 3%;
        margin-bottom: 20px
    }
    .six-boxes .item:after,
    .six-boxes .item:nth-child(3n+1) {
        clear: both
    }
    .six-boxes .item:after,
    .six-boxes .item:before {
        content: '';
        display: table
    }
    .six-boxes .item:nth-child(3n) {
        margin-right: 0;
        float: right
    }
}

@media only screen and (max-width:420px) {
    .six-boxes .item,
    .six-boxes .item:nth-child(3n) {
        margin-right: 3%;
        float: left
    }
    .six-boxes .item {
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0;
        margin-bottom: 10px
    }
    .six-boxes .item:after,
    .six-boxes .item:before {
        content: '';
        display: table
    }
    .six-boxes .item:after {
        clear: both
    }
    .six-boxes .item:nth-child(3n+1) {
        clear: none
    }
    .six-boxes .item:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .six-boxes .item:nth-child(2n+1) {
        clear: both
    }
}

.six-boxes .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    filter: alpha(opacity=0)
}

.six-boxes .item .hover p {
    position: absolute;
    transform-style: preserve-3d;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 2
}

.six-boxes .item .hover:before {
    position: absolute;
    content: '';
    bottom: -67px;
    left: -67px;
    border-bottom: 134px solid #f78e1e;
    border-right: 134px solid transparent;
    transition: all .3s ease-out;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-transform: scale(.9999)
}

.four-boxes-flush .item .hover:before,
.six-boxes .item .hover:after {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -moz-transform: scale(.9999);
    content: ''
}

@media only screen and (max-width:980px) {
    .six-boxes .item .hover:before {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

.six-boxes .item .hover:after {
    position: absolute;
    top: -67px;
    right: -67px;
    border-top: 134px solid #f78e1e;
    border-left: 134px solid transparent;
    transition: all .3s ease-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s;
    transition-delay: .15s;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

@media only screen and (max-width:980px) {
    .six-boxes .item .hover:after {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@media only screen and (max-width:767px) {
    .six-boxes .item .hover:after,
    .six-boxes .item .hover:before {
        display: none
    }
    .six-boxes .item:hover .hover {
        background: #f78e1e
    }
}

.six-boxes .item img {
    display: block;
    width: 100%
}

.six-boxes .item .more {
    width: 100%;
    height: 100%;
    background: #f78e1e;
    position: relative
}

.six-boxes .item.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.six-boxes .item:hover .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.six-boxes .item:hover .hover p {
    top: 50%;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

.six-boxes .item:hover .hover:before {
    bottom: 0;
    left: 0
}

.six-boxes .item:hover .hover:after {
    top: 0;
    right: 0
}

.four-boxes-flush {
    max-height: 2000px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.four-boxes-flush .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    top: 50px;
    display: block
}

.four-boxes-flush .item:after,
.four-boxes-flush .item:before {
    content: '';
    display: table
}

.four-boxes-flush .item:after {
    clear: both
}

@media only screen and (max-width:767px) {
    .four-boxes-flush .item {
        float: left;
        clear: none;
        text-align: inherit;
        width: 50%;
        margin-left: 0;
        margin-right: 0
    }
    .four-boxes-flush .item:after,
    .four-boxes-flush .item:before {
        content: '';
        display: table
    }
    .four-boxes-flush .item:after {
        clear: both
    }
}

@media only screen and (max-width:420px) {
    .four-boxes-flush .item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .four-boxes-flush .item:first-child {
        margin-left: auto
    }
    .four-boxes-flush .item:last-child {
        margin-right: auto
    }
}

.four-boxes-flush .item img {
    display: block;
    width: 100%
}

.four-boxes-flush .item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    overflow: hidden
}

.four-boxes-flush .item .hover h4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 10px;
    position: relative;
    top: -20px;
    transition: top .2s ease-in-out
}

.four-boxes-flush .item .hover p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-style: italic;
    position: relative;
    top: 20px;
    z-index: 2;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -o-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out
}

.four-boxes-flush .item .hover a,
.four-boxes-flush .item .hover label,
.four-boxes-flush .item.hidden {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.four-boxes-flush .item .hover a,
.four-boxes-flush .item .hover label {
    position: absolute;
    bottom: 20px;
    right: 100%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    transition: all .2s ease-in-out;
    font-style: italic;
    z-index: 2;
    cursor: pointer
}

@media only screen and (max-width:980px) {
    .four-boxes-flush .item .hover {
        padding: 10px
    }
    .four-boxes-flush .item .hover a,
    .four-boxes-flush .item .hover label {
        bottom: 10px
    }
}

.four-boxes-flush .item .hover a:hover,
.four-boxes-flush .item .hover label:hover {
    color: #222
}

.four-boxes-flush .item .hover:before {
    position: absolute;
    bottom: -20px;
    left: -100px;
    border-bottom: 235px solid #f78e1e;
    border-right: 235px solid transparent;
    transition: all .3s ease-out;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.four-boxes-flush .item .hover:after,
.more:before {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out
}

@media only screen and (max-width:980px) {
    .four-boxes-flush .item .hover:before {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

.four-boxes-flush .item .hover:after {
    position: absolute;
    content: '';
    top: -20px;
    right: -100px;
    border-top: 236px solid #f78e1e;
    border-left: 236px solid transparent;
    transition: all .3s ease-out;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    -ms-transition-delay: .15s;
    transition-delay: .15s;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-transform: scale(.9999)
}

@media only screen and (max-width:980px) {
    .four-boxes-flush .item .hover:after {
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

.four-boxes-flush .item:hover .hover {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

@media only screen and (max-width:767px) {
    .four-boxes-flush .item .hover:after,
    .four-boxes-flush .item .hover:before {
        display: none
    }
    .four-boxes-flush .item:hover .hover {
        background: #f78e1e
    }
}

.four-boxes-flush .item:hover .hover h4,
.four-boxes-flush .item:hover .hover p {
    top: 0
}

.four-boxes-flush .item:hover .hover a,
.four-boxes-flush .item:hover .hover label {
    right: 20px
}

@media only screen and (max-width:980px) {
    .four-boxes-flush .item:hover .hover a,
    .four-boxes-flush .item:hover .hover label {
        right: 10px
    }
}

.four-boxes-flush .item:hover .hover:before {
    bottom: 0;
    left: 0
}

.four-boxes-flush .item:hover .hover:after {
    top: 0;
    right: 0
}

.four-boxes-flush .item.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.four-boxes-flush .item.hidden {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    margin: 0;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out
}

.four-boxes-flush.hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    max-height: 0
}

.four-boxes .item {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    background: #fff;
    height: 126px;
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.four-boxes .item:after,
.four-boxes .item:nth-child(4n+1) {
    clear: both
}

.four-boxes .item:after,
.four-boxes .item:before {
    content: '';
    display: table
}

.four-boxes .item:nth-child(4n) {
    margin-right: 0;
    float: right
}

@media only screen and (max-width:980px) {
    .four-boxes .item,
    .four-boxes .item:nth-child(4n) {
        margin-right: 3%;
        float: left
    }
    .four-boxes .item {
        clear: none;
        width: 48.5%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 20px
    }
    .four-boxes .item:after,
    .four-boxes .item:before {
        content: '';
        display: table
    }
    .four-boxes .item:after {
        clear: both
    }
    .four-boxes .item:nth-child(4n+1) {
        clear: none
    }
    .four-boxes .item:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .four-boxes .item:nth-child(2n+1) {
        clear: both
    }
}

.team:after,
.three-col:after {
    clear: both
}

@media only screen and (max-width:600px) {
    .four-boxes .item,
    .four-boxes .item:last-child {
        margin-right: auto
    }
    .four-boxes .item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        text-align: center
    }
    .four-boxes .item:first-child {
        margin-left: auto
    }
}

.four-boxes .item h2,
.four-boxes .item p {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    margin: 0;
    position: absolute;
    left: 50%
}

.four-boxes .item h2 {
    transform-style: preserve-3d;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #f78e1e;
    font-family: Raleway, Arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    width: 100%
}

.four-boxes .item p {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    transition: all .2s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: auto;
    bottom: 20px;
    min-width: 80%
}

.hero__carousel .item,
.team .images img,
.team .text {
    position: relative
}

.four-boxes .item:hover {
    background: #f78e1e
}

.four-boxes .item:hover h2 {
    color: #fff;
    top: 20px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.four-boxes .item:hover p {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.team {
    padding: 120px 0
}

.team:after,
.team:before {
    content: '';
    display: table
}

@media only screen and (max-width:980px) {
    .team {
        padding: 60px 0
    }
}

@media only screen and (max-width:767px) {
    .team {
        padding: 30px 0
    }
}

.team .images {
    float: left;
    width: 48%;
    padding: 10px 0 0
}

@media only screen and (max-width:767px) {
    .team .images {
        float: none;
        width: 100%
    }
}

.team .images img {
    float: left;
    width: 33.333333333%;
    height: auto;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:767px) {
    .team .images img {
        width: 16.666666667%
    }
}

@media only screen and (max-width:480px) {
    .team .images img {
        width: 33.333333333%
    }
}

@media only screen and (max-width:321px) {
    .team .images img {
        width: 50%
    }
}

.team .images img.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.team .images img:nth-of-type(3),
.team .images img:nth-of-type(6) {
    border-right-color: transparent
}

.team .images img:nth-of-type(4),
.team .images img:nth-of-type(5),
.team .images img:nth-of-type(6) {
    border-bottom-color: transparent
}

.team .text {
    float: right;
    width: 48%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    top: 20px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.team .text h4 {
    font-size: 28px;
    color: #fff;
    line-height: 1.45
}

@media only screen and (max-width:767px) {
    .team .text {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .team .text h4 {
        font-size: 24px
    }
}

.team .text h4 strong {
    color: #f78e1e
}

.team .text.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.hero__carousel {
    margin: 0;
    background: #222
}

.hero__carousel .slick-next,
.hero__carousel .slick-prev {
    left: 20px
}

.hero__carousel .slick-next {
    left: auto;
    right: 20px
}

.hero__carousel .item .img-lg {
    display: block
}

.hero__carousel .item .img-sm {
    display: none
}

@media only screen and (max-width:767px) {
    .hero__carousel .item .img-lg {
        display: none
    }
    .hero__carousel .item .img-sm {
        display: block
    }
}

.hero__carousel .item a {
    clear: both;
    display: block;
    border-color: #ededed
}

.hero__carousel .item a span {
    color: #ededed
}

.hero__carousel .item .caption {
    position: absolute;
    top: 10%;
    left: 10%
}

.hero__carousel .item .caption h2 {
    color: #f78e1e;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 10px
}

@media only screen and (max-width:1100px) {
    .hero__carousel .item .caption {
        top: 10%;
        left: 5%
    }
    .hero__carousel .item .caption h2 {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .hero__carousel .item a {
        display: inline-block
    }
    .hero__carousel .item .caption {
        position: relative;
        top: 0;
        left: 0;
        padding: 20px;
        text-align: center;
        background: #222
    }
    .hero__carousel .item .caption h2 {
        font-size: 30px
    }
    .hero__carousel .item .caption h2 br {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .hero__carousel .item .caption h2 {
        font-size: 24px
    }
}

.hero__carousel .item .caption h2 strong {
    color: #fff
}

.hero__carousel .item .caption p {
    font-size: 40px;
    line-height: 1.2;
    color: #ededed;
    margin: 0 0 25px;
    font-style: italic
}

@media only screen and (max-width:1100px) {
    .hero__carousel .item .caption p {
        font-size: 32px
    }
}

@media only screen and (max-width:767px) {
    .hero__carousel .item .caption p {
        font-size: 24px;
        margin: 0 0 15px
    }
    .hero__carousel .item .caption p br {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .hero__carousel .item .caption p {
        font-size: 18px
    }
}

.hero__carousel .item .caption hr {
    width: 218px;
    border: none;
    height: 2px;
    background: #ededed;
    float: left;
    margin: 0 0 30px
}

.hero__carousel .item .caption.align-right {
    text-align: right;
    left: auto;
    right: 10%
}

.hero__carousel .item .caption.align-right a,
.hero__carousel .item .caption.align-right hr {
    float: right
}

.hero__carousel .item .just-button {
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%
}

@media only screen and (max-width:1100px) {
    .hero__carousel .item .caption.align-right {
        right: 5%
    }
    .hero__carousel .item .just-button {
        bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .hero__carousel .item .caption hr {
        display: none
    }
    .hero__carousel .item .caption.align-right {
        right: 0;
        text-align: center
    }
    .hero__carousel .item .caption.align-right a,
    .hero__carousel .item .caption.align-right hr {
        float: none
    }
    .hero__carousel .item .just-button {
        background: #222;
        position: relative;
        bottom: 0;
        padding: 20px
    }
}

.hero__carousel .item .just-button a {
    display: inline-block
}

.hero__carousel .item.dark a {
    border-color: #343434
}

.hero__carousel .item.dark a span {
    color: #343434
}

@media only screen and (max-width:767px) {
    .hero__carousel .item.dark a {
        border-color: #ededed
    }
    .hero__carousel .item.dark a span {
        color: #ededed
    }
}

.hero__carousel .item.dark .caption p {
    color: #343434
}

.hero__carousel .item.dark .caption hr {
    background: #343434
}

@media only screen and (max-width:767px) {
    .hero__carousel .item.dark .caption p {
        color: #ededed
    }
    .hero__carousel .item.dark .caption hr {
        background: #ededed
    }
}

.more {
    width: 100%;
    height: 100%;
    background: #f78e1e;
    position: relative;
    display: block
}

.more:after,
.more:before,
.more:hover:after,
.more:hover:before {
    position: absolute;
    background: #fff;
    content: ''
}

.more:before {
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    margin-left: -30%;
    margin-top: -1px;
    transition: all .3s ease-out
}

.more:after {
    top: 50%;
    left: 50%;
    height: 60%;
    width: 2px;
    margin-top: -30%;
    margin-left: -1px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.more:hover:before {
    top: 38%;
    left: 60%;
    width: 40%;
    height: 2px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.more:hover:after {
    top: 75.5%;
    left: 50%;
    height: 40%;
    width: 2px;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.banner {
    background: #000;
    position: relative
}

.banner .wrapper {
    position: relative;
    z-index: 2
}

.banner .wrapper .caption {
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.banner .wrapper .caption h1,
.banner .wrapper .caption h2 {
    color: #fff;
    font-size: 42px;
    margin: 0 0 5px
}

@media only screen and (max-width:767px) {
    .banner .wrapper .caption {
        width: 80%
    }
    .banner .wrapper .caption h1,
    .banner .wrapper .caption h2 {
        font-size: 24px;
        margin: 0
    }
}

.banner .wrapper .caption p {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    margin: 0
}

.banner:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6)
}

.three-col {
    background: #222;
    padding: 40px 0
}

.three-col:after,
.three-col:before {
    content: '';
    display: table
}

@media only screen and (max-width:980px) {
    .three-col {
        padding: 20px 0
    }
}

.three-col .three-col__nav {
    text-align: center;
    padding: 0 0 40px
}

.three-col .three-col__nav ul {
    display: inline-block;
    vertical-align: top
}

.three-col .three-col__nav ul li {
    float: left;
    margin: 0 10px 0 0
}

@media only screen and (max-width:767px) {
    .banner .wrapper .caption p {
        font-size: 16px
    }
    .three-col .three-col__nav ul li {
        margin: 0 2px 0 0
    }
}

.three-col .three-col__nav ul li a {
    color: #222;
    background-color: #e4e4e4;
    display: block;
    padding: 10px 20px;
    width: 170px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.3
}

@media only screen and (max-width:767px) {
    .three-col .three-col__nav ul li a {
        width: 90px;
        padding: 10px
    }
}

.three-col .three-col__nav ul li:last-child {
    margin: 0
}

.three-col .three-col__nav ul li.active>a,
.three-col .three-col__nav ul li:hover>a {
    background: #f78e1e;
    color: #fff
}

.three-col .three-col__nav--services ul li {
    width: 23%;
    margin: 0 5px 10px!important
}

@media only screen and (max-width:980px) {
    .three-col .three-col__nav--services ul li {
        width: 47%
    }
}

@media only screen and (max-width:480px) {
    .three-col .three-col__nav--services ul li {
        width: 100%;
        margin: 0 0 10px!important
    }
}

.three-col .three-col__nav--services ul li a {
    width: 100%;
    font-size: 14px;
    padding: 10px;
    background: #fff
}

.three-col .three-col__nav--services ul li:nth-child(4),
.three-col .three-col__nav--services ul li:nth-child(8) {
    margin: 0 0 10px 5px!important
}

@media only screen and (max-width:480px) {
    .three-col .three-col__nav--services ul li:nth-child(4),
    .three-col .three-col__nav--services ul li:nth-child(8) {
        margin: 0 0 10px!important
    }
}

.three-col .three-col__content .item {
    display: none
}

.three-col .three-col__content .item .col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.case-studies .items:after,
.team-list .items .item:after,
.promos-list .items .item:after,
.three-col .three-col__content .item .col:after {
    clear: both
}

.three-col .three-col__content .item .col:after,
.three-col .three-col__content .item .col:before {
    content: '';
    display: table
}

.three-col .three-col__content .item .col:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .three-col .three-col__content .item .col {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .three-col .three-col__content .item .col:first-child {
        margin-left: auto
    }
    .three-col .three-col__content .item .col:last-child {
        margin-right: auto
    }
}

.three-col .three-col__content .item .col h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 5px
}

@media only screen and (max-width:767px) {
    .three-col .three-col__content .item .col h2 {
        font-size: 24px
    }
}

.three-col .three-col__content .item .col h3 {
    color: #f78e1e;
    font-size: 22px
}

.three-col .three-col__content .item .col h5 {
    color: #9d9d9d;
    font-size: 19px;
    font-style: italic;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400
}

.three-col .three-col__content .item .col ol li,
.three-col .three-col__content .item .col p,
.three-col .three-col__content .item .col ul li {
    color: #fff;
    font-weight: 300
}

.three-col .three-col__content .item .col ol li a,
.three-col .three-col__content .item .col ol li strong,
.three-col .three-col__content .item .col p a,
.three-col .three-col__content .item .col p strong,
.three-col .three-col__content .item .col ul li a,
.three-col .three-col__content .item .col ul li strong,
.three-col--grey .three-col__content .item .col h2 {
    color: #f78e1e
}

.three-col .three-col__content .item .col ol li strong,
.three-col .three-col__content .item .col p strong,
.three-col .three-col__content .item .col ul li strong {
    font-weight: 400
}

.three-col .three-col__content .item .col ul li {
    margin: 0 0 5px
}

.three-col .three-col__content .item.active {
    display: block
}

.case-studies .items:after,
.case-studies .items:before,
.team-list .items .item:after,
.team-list .items .item:before,
.promos-list .items .item:after,
.promos-list .items .item:before {
    display: table;
    content: ''
}

.three-col--grey {
    background-color: #ededed
}

.three-col--grey .three-col__content .item .col ol li,
.three-col--grey .three-col__content .item .col p,
.three-col--grey .three-col__content .item .col ul li {
    color: #222
}

.team-list {
    padding: 65px 0 0;
    background: #fff
}

@media only screen and (max-width:980px) {
    .team-list {
        padding: 40px 0 0
    }
}

@media only screen and (max-width:767px) {
    .team-list {
        padding: 20px 0 0
    }
}

.team-list h2 {
    color: #222;
    font-family: Raleway, Arial, sans-serif;
    font-size: 36px
}

.team-list .items .item .text h5,
.team-list .items .item .text h6 {
    font-family: 'Roboto Condensed', Arial, sans-serif
}

.team-list .items .item {
    padding: 90px 0 70px;
    border-top: 1px solid #f1f1f1
}

@media only screen and (max-width:980px) {
    .team-list .items .item {
        padding: 60px 0 40px
    }
}

@media only screen and (max-width:767px) {
    .team-list .items .item {
        padding: 20px 0 0
    }
}

.team-list .items .item img {
    float: left;
    width: 31.382978723%;
    margin: 0 0 20px
}

@media only screen and (max-width:600px) {
    .team-list .items .item img {
        width: auto;
        margin: 0 0 10px;
        float: none
    }
}

.team-list .items .item .text {
    float: right;
    width: 64.893617021%
}

@media only screen and (max-width:600px) {
    .team-list .items .item .text {
        float: none;
        width: 100%
    }
}

.team-list .items .item .text h5 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px
}

.team-list .items .item .text h6 {
    font-size: 12px;
    color: #666;
    margin: 0 0 15px
}

.case-studies .items .item .caption h2,
.case-study .case-study__sidebar h3,
.sitemap-contact-top .col h2 {
    font-family: Raleway, Arial, sans-serif
}

.case-studies {
    padding: 60px 0 40px
}

@media only screen and (max-width:980px) {
    .case-studies {
        padding: 20px 0 0
    }
}

.case-studies .items .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: block
}

.case-studies .items .item:after,
.case-studies .items .item:nth-child(3n+1) {
    clear: both
}

.case-studies .items .item:after,
.case-studies .items .item:before {
    content: '';
    display: table
}

.case-studies .items .item:nth-child(3n) {
    margin-right: 0;
    float: right
}

@media only screen and (max-width:850px) {
    .case-studies .items .item,
    .case-studies .items .item:nth-child(3n) {
        margin-right: 3%;
        float: left
    }
    .case-studies .items .item {
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0
    }
    .case-studies .items .item:after,
    .case-studies .items .item:before {
        content: '';
        display: table
    }
    .case-studies .items .item:after {
        clear: both
    }
    .case-studies .items .item:nth-child(3n+1) {
        clear: none
    }
    .case-studies .items .item:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .case-studies .items .item:nth-child(2n+1) {
        clear: both
    }
}

.case-studies .items .item img {
    width: 100%;
    height: auto
}

.case-studies .items .item .caption {
    position: absolute;
    bottom: -100%;
    margin-bottom: 50px;
    padding: 10px;
    background: #222;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:480px) {
    .case-studies .items .item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .case-studies .items .item:first-child {
        margin-left: auto
    }
    .case-studies .items .item:last-child {
        margin-right: auto
    }
    .case-studies .items .item .caption {
        position: relative;
        bottom: 0!important
    }
}

.case-studies .items .item .caption h2 {
    color: #fff;
    font-size: 18px;
    margin: 5px 0 20px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    -ms-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out
}

@media only screen and (max-width:978px) {
    .case-studies .items .item .caption h2 {
        font-size: 16px
    }
}

@media only screen and (max-width:600px) {
    .case-studies .items .item .caption h2 {
        font-size: 14px
    }
}

.case-studies .items .item .caption h5 {
    color: #9d9d9d;
    font-size: 12px;
    margin: 0 0 20px
}

.case-studies .items .item .caption hr {
    border: none;
    border-top: 1px solid #e4e4e4;
    width: 42px;
    margin: 0 auto 15px
}

.case-studies .items .item .caption p {
    font-size: 12px;
    color: #9d9d9d;
    margin: 0 0 15px;
    height: 47px;
    overflow: hidden
}

.case-studies .items .item .caption label {
    font-size: 12px;
    color: #ddd;
    font-style: italic;
    display: block;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.case-studies .items .item .caption a:hover {
    color: #f78e1e
}

.case-studies .items .item:hover .caption {
    bottom: 0;
    margin-bottom: 0
}

.case-studies .items .item:hover .caption h2 {
    margin: 20px 0
}

.case-studies--with-sidebar {
    padding: 0 0 40px
}

.case-studies--with-sidebar .items .item {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0;
    margin-right: 3%
}

.case-studies--with-sidebar .items .item:after,
.case-studies--with-sidebar .items .item:before {
    content: '';
    display: table
}

.case-studies--with-sidebar .items .item:after {
    clear: both
}

.case-studies--with-sidebar .items .item:nth-child(3n) {
    margin-right: 3%;
    float: left
}

.case-studies--with-sidebar .items .item:nth-child(3n+1) {
    clear: none
}

.case-studies--with-sidebar .items .item:nth-child(2n+1),
.case-study:after {
    clear: both
}

.case-studies--with-sidebar .items .item:nth-child(2n) {
    margin-right: 0;
    float: right
}

@media only screen and (max-width:480px) {
    .case-studies .items .item .caption p {
        height: auto
    }
    .case-studies--with-sidebar .items .item {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .case-studies--with-sidebar .items .item:first-child {
        margin-left: auto
    }
    .case-studies--with-sidebar .items .item:last-child {
        margin-right: auto
    }
}

.case-study {
    padding: 60px 0
}

.case-study:after,
.case-study:before {
    content: '';
    display: table
}

@media only screen and (max-width:980px) {
    .case-study {
        padding: 20px 0
    }
}

.case-study .case-study__main {
    float: left;
    width: 74.468085106%
}

@media only screen and (max-width:767px) {
    .case-study .case-study__main {
        float: none;
        width: 100%
    }
}

.case-study .case-study__sidebar {
    float: right;
    width: 23.404255319%
}

.case-study .case-study__sidebar h3 {
    color: #222;
    font-size: 18px
}

.case-study .case-study__sidebar ul {
    border-top: 1px solid #e4e4e4
}

.case-study .case-study__sidebar ul li {
    border-bottom: 1px solid #e4e4e4
}

.case-study .case-study__sidebar ul li a {
    padding: 15px 0;
    color: #f78e1e;
    font-size: 14px;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: 1.3
}

.case-study .case-study__sidebar ul li a:hover {
    color: #222;
    padding-left: 10px
}

.case-study .case-study__sidebar a.funky-button {
    margin: 40px auto 0;
    max-width: 100%
}

.wp-pagenavi {
    text-align: center;
    position: relative;
    clear: both
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    position: absolute;
    left: 0;
    top: 0;
    color: #222;
    display: block
}

@media only screen and (max-width:767px) {
    .case-study .case-study__sidebar {
        float: none;
        width: 100%
    }
    .wp-pagenavi .nextpostslink,
    .wp-pagenavi .previouspostslink {
        display: none
    }
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    color: #fff
}

.wp-pagenavi .previouspostslink {
    left: auto;
    right: 0
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
    color: #222;
    font-size: 14px;
    padding: 10px 5px;
    display: inline-block;
    position: relative
}

.wp-pagenavi .current {
    color: #f78e1e
}

.wp-pagenavi .current:after,
.wp-pagenavi a.page:after {
    position: absolute;
    top: 10px;
    left: 15px;
    content: '/';
    color: #222
}

.news-single {
    padding: 20px 0 0
}

.news-single .news-single__img {
    float: left;
    width: 37%
}

@media only screen and (max-width:767px) {
    .news-single .news-single__img {
        float: none;
        width: 100%;
        margin: 0 0 20px
    }
}

.news-single .news-single__img img {
    max-height: 400px
}

.news-single .news-single__content {
    float: right;
    width: 58%
}

.clients {
    padding: 60px 0 30px
}

@media only screen and (max-width:767px) {
    .news-single .news-single__content {
        float: none;
        width: 100%
    }
    .clients {
        padding: 20px 0
    }
}

.clients .item {
    float: left;
    clear: none;
    width: 22.75%;
    margin-left: 0;
    margin-right: 3%;
    margin-bottom: 30px;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: relative;
    top: 40px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.clients .item:after,
.clients .item:nth-child(4n+1) {
    clear: both
}

.back-to-top,
.work__filter ul li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out
}

.clients .item:after,
.clients .item:before {
    content: '';
    display: table
}

.clients .item:nth-child(4n) {
    margin-right: 0;
    float: right
}

@media only screen and (max-width:767px) {
    .clients .item,
    .clients .item:nth-child(4n) {
        margin-right: 3%;
        float: left
    }
    .clients .item {
        clear: none;
        text-align: inherit;
        width: 31.33333333333333%;
        margin-left: 0;
        margin-bottom: 20px
    }
    .clients .item:after,
    .clients .item:before {
        content: '';
        display: table
    }
    .clients .item:after {
        clear: both
    }
    .clients .item:nth-child(4n+1) {
        clear: none
    }
    .clients .item:nth-child(3n) {
        margin-right: 0;
        float: right
    }
    .clients .item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:480px) {
    .clients .item,
    .clients .item:nth-child(3n) {
        margin-right: 3%;
        float: left
    }
    .clients .item {
        clear: none;
        text-align: inherit;
        width: 48.5%;
        margin-left: 0
    }
    .clients .item:after,
    .clients .item:before {
        content: '';
        display: table
    }
    .clients .item:after {
        clear: both
    }
    .clients .item:nth-child(3n+1) {
        clear: none
    }
    .clients .item:nth-child(2n) {
        margin-right: 0;
        float: right
    }
    .clients .item:nth-child(2n+1) {
        clear: both
    }
}

.clients .item img {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto
}

.clients .item.load {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    top: 0
}

.clients__carousel {
    margin: 0
}

.clients__carousel .slick-prev {
    left: -40px
}

.clients__carousel .slick-next {
    right: -40px
}

@media only screen and (max-width:1040px) {
    .clients__carousel .slick-next,
    .clients__carousel .slick-prev {
        display: none!important
    }
}

.clients__carousel .slick-next:before,
.clients__carousel .slick-prev:before {
    color: #222
}

.clients__carousel .item {
    text-align: center;
    padding: 0 20px
}

.clients__carousel .item img {
    display: inline-block
}

.work {
    padding: 60px 0
}

.work .work__sidebar {
    float: left;
    width: 31.382978723%
}

@media only screen and (max-width:767px) {
    .work {
        padding: 20px 0
    }
    .work .work__sidebar {
        float: none;
        width: 100%
    }
}

.work .work__sidebar h1 {
    margin: 0 0 20px
}

.work .work__sidebar h3 {
    margin: 0
}

.work .work__images {
    float: right;
    width: 65.957446809%
}

@media only screen and (max-width:767px) {
    .work .work__images {
        float: none;
        width: 100%
    }
    .work__filter ul li {
        width: 25%
    }
}

.work .work__images a,
.work .work__images img {
    display: block;
    min-width: 100%;
    margin: 0 0 15px
}

.work__filter {
    text-align: center;
    padding: 0 0 40px
}

.work__filter:after,
.work__filter:before {
    content: '';
    display: table
}

.work__filter:after {
    clear: both
}

.work__filter ul {
    display: inline-block;
    vertical-align: top
}

.work__filter ul li {
    float: left
}

@media only screen and (max-width:600px) {
    .work__filter ul li {
        width: 50%
    }
}

.work__filter ul li a {
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: 0 0;
    display: block;
    color: #222;
    transition: all .2s ease-in-out
}

.work__filter ul li a.active,
.work__filter ul li a:hover {
    background: #f78e1e;
    color: #fff
}

.back-to-top {
    position: fixed;
    right: 60px;
    bottom: 60px;
    display: none;
    transition: all .2s ease-in-out
}

@media only screen and (max-width:767px) {
    .back-to-top {
        right: 40px;
        bottom: 40px
    }
}

.back-to-top svg {
    width: 35px;
    height: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.back-to-top:hover {
    right: 53px;
    bottom: 57px
}

.back-to-top:hover svg {
    width: 49px;
    height: 21px
}

.sitemap-contact-top {
    background: #222
}

.sitemap-contact-top .col {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.sitemap-contact-top .col:after,
.sitemap-contact-top .col:before {
    content: '';
    display: table
}

.sitemap-contact-top .col:after {
    clear: both
}

.sitemap-contact-top .col:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .back-to-top:hover {
        right: 33px;
        bottom: 37px
    }
    .sitemap-contact-top .col {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .sitemap-contact-top .col:first-child {
        margin-left: auto
    }
    .sitemap-contact-top .col:last-child {
        margin-right: auto
    }
}

.sitemap-contact-top .col h2 {
    color: #fff;
    font-size: 36px;
    margin: 0 0 5px
}

@media only screen and (max-width:767px) {
    .sitemap-contact-top .col h2 {
        font-size: 24px
    }
}

.sitemap-contact-top .col h3 {
    color: #f78e1e;
    font-size: 22px
}

.sitemap-contact-top .col h5 {
    color: #9d9d9d;
    font-size: 19px;
    font-style: italic;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-weight: 400
}

.sitemap-contact-top .col ol li,
.sitemap-contact-top .col p,
.sitemap-contact-top .col ul li {
    color: #fff;
    font-weight: 300
}

.sitemap-contact-top .col ol li a,
.sitemap-contact-top .col ol li strong,
.sitemap-contact-top .col p a,
.sitemap-contact-top .col p strong,
.sitemap-contact-top .col ul li a,
.sitemap-contact-top .col ul li strong {
    color: #f78e1e
}

.sitemap-contact-top .col ol li strong,
.sitemap-contact-top .col p strong,
.sitemap-contact-top .col ul li strong {
    font-weight: 400
}

.sitemap-contact-top .col ul li {
    margin: 0 0 5px
}

.sitemap-contact-top .col:first-of-type {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.33333333333333%;
    margin-left: 0;
    margin-right: 3%
}

.sitemap-contact-top .col:first-of-type:after,
.sitemap-contact-top .col:first-of-type:before {
    content: '';
    display: table
}

.sitemap-contact-top .col:first-of-type:after {
    clear: both
}

.sitemap-contact-top .col:first-of-type:last-child {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .sitemap-contact-top .col:first-of-type {
        display: block;
        clear: both;
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .sitemap-contact-top .col:first-of-type:first-child {
        margin-left: auto
    }
    .sitemap-contact-top .col:first-of-type:last-child {
        margin-right: auto
    }
}

.sitemap-contact-bottom .col:first-of-type {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.sitemap-contact-bottom .col:first-of-type:first-child {
    margin-left: auto
}

.sitemap-contact-bottom .col:first-of-type:last-child {
    margin-right: auto
}

.sitemap-contact-bottom .col:first-of-type .checkbox {
    position: relative!important;
    left: 0!important;
    float: left!important;
    bottom: 10px!important
}

.video-holder {
    margin-bottom: 15px
}

.home {
    opacity: 0
}

.single-promos .wrapper {
    max-width: 980px;
}

.promos-main {
    padding: 65px 0 15px;
    background: #fff
}

@media only screen and (max-width:980px) {
    .promos-main {
        padding: 40px 0 0
    }
}

@media only screen and (max-width:767px) {
    .promos-main {
        padding: 20px 0 0
    }
}

.promos-main h2 {
    color: #222;
    font-family: Raleway, Arial, sans-serif;
    font-size: 36px;
    line-height: 0.8;
    margin-bottom: 30px;
}

.promos-main h3 {
    color: #979797;
    font-size: 19px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-style: italic;
    margin-bottom: 14px;
}

.promos-main p {
    font-size: 12px;
    margin-bottom: 14px;
}

.promos-main .gform_wrapper {
    padding-top: 15px;
}

.promos-main .gfield_label {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    color: #f78e1e;
}

.promos-main input[type=text],
.promos-main textarea {
    width: 100%;
    background-color: #e1e1e1;
    border: none;
    padding: 5px 10px;
    font-size: 13px;
    color: #000;
    font-family: 'Roboto Condensed', Arial, sans-serif;
}

.promos-main textarea {
    height: 76px;
}

.promos-main input[type=submit] {
    background-color: #7f7f7f;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    float: right;
}

.promos-main input[type=submit]:hover {
    background: #f78e1e;
    border-color: #f78e1e;
}

.promos-main .validation_message,
.promos-main .gform_confirmation_message {
    margin-top: 2px;
    color: #222;
    font-size: 12px;
}

.promos-main .gform_confirmation_message {
    line-height: 0.65;
}

.promos-main .gform_confirmation_message a {
    color: #f78e1e;
}

.promos-main .gform_confirmation_message a:hover {
    color: #222;
}

.promos-main .gform_wrapper .gfield.left {
    float: left;
    width: 48%;
}

.promos-main .gform_wrapper .gfield.right {
    float: right;
    width: 48%;
    clear: none;
}

.promos-main .gform_wrapper .gfield {
    padding-bottom: 10px;
    clear: both;
}

.promos-main__image {
    text-align: center;
    float: left;
    width: 37.2448979592%;
}

.promos-main__image img {
    width: 100%;
}

@media only screen and (max-width:600px) {
    .promos-main .gfield_label {
        font-size: 13px
    }

    .promos-main__image {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .promos-main img {
        width: auto;
    }
}

.promos-main .text {
    float: right;
    width: 58.6734693878%
}

@media only screen and (max-width:600px) {
    .promos-main .text {
        float: none;
        width: 100%
    }
}

.promos-offer {
    padding: 0 0 30px;
}

.promos-offer .item {
    margin: 60px 0
}

.promos-offer h4 {
    margin: 0;
    border-top: 1px solid #f1f1f1;
    padding: 35px 0 29px;
    color: #979797;
    font-size: 19px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-style: italic;
}

@media only screen and (max-width:980px) {
    .promos-offer .item {
        margin: 40px 0
    }

    .promos-offer h4 {
        padding: 25px 0 19px;
    }
}

@media only screen and (max-width:767px) {
    .promos-offer {
        padding-bottom: 10px;
    }
}

.promos-offer__images {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin-left: -6px;
    margin-right: -6px;
}

.promos-offer__image {
    -webkit-flex: 1 0%;
    -ms-flex: 1 0%;
    flex: 1 0%;
    margin: 6px;
}

.promos-offer__image img {
    display: block;
}

@media only screen and (max-width:600px) {
    .promos-offer__image {
        -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
        flex: 1 25%;
    }
}

@media only screen and (max-width:470px) {
    .promos-offer__image {
        -webkit-flex: 1 30%;
        -ms-flex: 1 30%;
        flex: 1 30%;
    }
}
