/* CSS Document */
/*------------------------------------------------------------------
/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - STYLES INIT */
/* 02 - PRELOADER */
/* 03 - BUTTONS  */
/* 04 - HERO  */
/* 05 - FOOTER  */
/* 06 - TEXT BLOCK SHORTCODE  */
/* 07 - BLOG */
/* 08 - POST DETAIL */
/* 09 - WIDGETS */
/* 10 - NAVIGATION */
/* 11 - SLIDER */
/* 12 - SERVICES */
/* 13 - BANNERS */
/* 14 - TABS */
/* 15 - TITLES / BREADCRUMBS */
/* 16 - TEAM */
/* 17 - OUR COMPANY */
/* 18 - ARTICLES */
/* 19 - COMMENTS */
/* 20 - ADDITIONAL HELP */
/* 21 - CONTACTS */
/* 22 - VACANCIES */
/* 23 - FAQ */
/* 24 - PRICING */
/*------------------------------------------------------*/
/*---------------------- 01. STYLES INIT----------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

p:empty {
    display: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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

body {
    height: 100%;
    color: #fff;
    overflow-x: hidden;
    background-color: #363535;
    min-width: 320px;
}
body *::selection {
  background: rgba(244, 241, 66, .6);
}
body *::-moz-selection {
  background: rgba(244, 241, 66, .6);
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body,
input,
button,
textarea {
    font-family: 'Roboto', sans-serif;
}

input,
button,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #afafaf;
    opacity: 1;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #777;
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #777;
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #777;
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #777;
    opacity: 0;
    transition: opacity 0.3s ease;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

a:focus {
  outline: none;
}

em,
i {
    font-style: italic;
}

b,
strong {
    font-weight: 600;
}

[class*=icons8],
[class*=fa] {
    -webkit-font-smoothing: antialiased;
}

/*#main {
    background: #fff;
}
*/

/* FONT PATH
	 * -------------------------- */


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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'construct';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-01:before {
  content: "\e900";
}
.icon-ic-02:before {
  content: "\e901";
}
.icon-ic-03:before {
  content: "\e902";
}
.icon-ic-04:before {
  content: "\e903";
}
.icon-ic-05:before {
  content: "\e904";
}
.icon-ic-06:before {
  content: "\e905";
}
.icon-ic-07:before {
  content: "\e906";
}
.icon-ic-08:before {
  content: "\e907";
}
.icon-ic-09:before {
  content: "\e908";
}
.icon-ic-10:before {
  content: "\e909";
}
.icon-ic-11:before {
  content: "\e90a";
}
.icon-ic-12:before {
  content: "\e90b";
}
.icon-ic-13:before {
  content: "\e90c";
}
.icon-ic-14:before {
  content: "\e90d";
}
.icon-ic-15:before {
  content: "\e90e";
}
.icon-ic-16:before {
  content: "\e90f";
}
.icon-ic-17:before {
  content: "\e910";
}
.icon-ic-18:before {
  content: "\e911";
}
.icon-ic-19:before {
  content: "\e912";
}
.icon-ic-20:before {
  content: "\e913";
}
.icon-ic-21:before {
  content: "\e914";
}
.icon-ic-22:before {
  content: "\e915";
}
.icon-ic-23:before {
  content: "\e916";
}
.icon-ic-24:before {
  content: "\e917";
}
.icon-ic-25:before {
  content: "\e918";
}
.icon-ic-26:before {
  content: "\e919";
}
.icon-ic-27:before {
  content: "\e91a";
}
.icon-ic-28:before {
  content: "\e91b";
}
.icon-ic-29:before {
  content: "\e91c";
}
.icon-ic-30:before {
  content: "\e91d";
}
.icon-ic-31:before {
  content: "\e91e";
}
.icon-ic-32:before {
  content: "\e91f";
}
.icon-ic-33:before {
  content: "\e920";
}
.icon-ic-34:before {
  content: "\e921";
}
.icon-ic-35:before {
  content: "\e922";
}
.icon-ic-36:before {
  content: "\e923";
}
.icon-ic-37:before {
  content: "\e924";
}
.icon-ic-38:before {
  content: "\e925";
}
.icon-ic-39:before {
  content: "\e926";
}
.icon-ic-40:before {
  content: "\e927";
}
.icon-ic-41:before {
  content: "\e928";
}
.icon-ic-42:before {
  content: "\e929";
}
.icon-ic-43:before {
  content: "\e92a";
}
.icon-ic-44:before {
  content: "\e92b";
}
.icon-ic-45:before {
  content: "\e92c";
}
.icon-ic-46:before {
  content: "\e92d";
}
.icon-ic-47:before {
  content: "\e92e";
}
.icon-ic-48:before {
  content: "\e92f";
}
.icon-ic-49:before {
  content: "\e930";
}
.icon-ic-50:before {
  content: "\e931";
}
.icon-ic-51:before {
  content: "\e932";
}
.icon-ic-52:before {
  content: "\e933";
}
.icon-ic-53:before {
  content: "\e934";
}
.icon-ic-54:before {
  content: "\e935";
}
.icon-ic-55:before {
  content: "\e936";
}
.icon-ic-56:before {
  content: "\e937";
}
.icon-ic-57:before {
  content: "\e938";
}
.icon-ic-58:before {
  content: "\e939";
}
.icon-ic-59:before {
  content: "\e93a";
}
.icon-ic-60:before {
  content: "\e93b";
}
.icon-ic-61:before {
  content: "\e93c";
}
.icon-ic-62:before {
  content: "\e93d";
}
.icon-ic-63:before {
  content: "\e93e";
}
.icon-ic-64:before {
  content: "\e93f";
}
.icon-ic-65:before {
  content: "\e940";
}
.icon-ic-66:before {
  content: "\e941";
}
.icon-ic-67:before {
  content: "\e942";
}
.icon-ic-68:before {
  content: "\e943";
}
.icon-ic-69:before {
  content: "\e944";
}
.icon-ic-70:before {
  content: "\e945";
}
.icon-ic-71:before {
  content: "\e946";
}
.icon-ic-72:before {
  content: "\e947";
}
.icon-ic-73:before {
  content: "\e948";
}
.icon-ic-74:before {
  content: "\e949";
}
.icon-ic-75:before {
  content: "\e94a";
}
.icon-ic-76:before {
  content: "\e94b";
}
.icon-ic-77:before {
  content: "\e94c";
}
.icon-ic-78:before {
  content: "\e94d";
}
.icon-ic-79:before {
  content: "\e94e";
}
.icon-ic-80:before {
  content: "\e94f";
}
.icon-ic-81:before {
  content: "\e950";
}
.icon-ic-82:before {
  content: "\e951";
}
.icon-ic-83:before {
  content: "\e952";
}
.icon-ic-84:before {
  content: "\e953";
}
.icon-ic-85:before {
  content: "\e954";
}
.icon-ic-86:before {
  content: "\e955";
}
.icon-ic-87:before {
  content: "\e956";
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font_awesome/fontawesome-webfont.woff?v=4.5.0') format('woff');
    font-weight: normal;
    font-style: normal;
}

.fa, .fa:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
	   readers do not read off random characters that represent icons */


.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: '\f2b6';
}
.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    font-family: FontAwesome;
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    font-family: FontAwesome;
    content: "\f104";
}

.fa-angle-right:before {
    font-family: FontAwesome;
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f132";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

@font-face {
    font-family: 'budicon';
    src: url('../fonts/budicon/budicon.woff?42886572') format('woff');
    font-weight: normal;
    font-style: normal;
}


[class^="bi_"]:before,
[class*=" bi_"]:before {
    font-family: "budicon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.bi_animal-fish:before {
    content: '\e800';
}

.bi_animal-fox:before {
    content: '\e801';
}

.bi_animal-frog:before {
    content: '\e802';
}

.bi_animal-goose:before {
    content: '\e803';
}

.bi_animal-husky:before {
    content: '\e804';
}

.bi_animal-lion:before {
    content: '\e805';
}

.bi_animal-monkey:before {
    content: '\e806';
}

.bi_animal-monkey-a:before {
    content: '\e807';
}

.bi_animal-mouse:before {
    content: '\e808';
}

.bi_animal-pig:before {
    content: '\e809';
}

.bi_animal-pig-a:before {
    content: '\e80a';
}

.bi_animal-sheep:before {
    content: '\e80b';
}

.bi_animal-shrimp:before {
    content: '\e80c';
}

.bi_animal-wolf:before {
    content: '\e80d';
}

.bi_animal-bull:before {
    content: '\e80e';
}

.bi_animal-cat:before {
    content: '\e80f';
}

.bi_animal-chicken:before {
    content: '\e810';
}

.bi_animal-cow:before {
    content: '\e811';
}

.bi_animal-cow-a:before {
    content: '\e812';
}

.bi_animal-dog:before {
    content: '\e813';
}

.bi_com-bubble-dot-b:before {
    content: '\e814';
}

.bi_com-bubble-line:before {
    content: '\e815';
}

.bi_com-bubble-line-a:before {
    content: '\e816';
}

.bi_com-bubble-line-b:before {
    content: '\e817';
}

.bi_com-chat:before {
    content: '\e818';
}

.bi_com-check-box:before {
    content: '\e819';
}

.bi_com-email:before {
    content: '\e81a';
}

.bi_com-email-cross:before {
    content: '\e81b';
}

.bi_com-email-minus:before {
    content: '\e81c';
}

.bi_com-email-o:before {
    content: '\e81d';
}

.bi_com-email-plus:before {
    content: '\e81e';
}

.bi_com-email-tick:before {
    content: '\e81f';
}

.bi_com-envelope:before {
    content: '\e820';
}

.bi_com-feather-pen:before {
    content: '\e821';
}

.bi_com-fountain-pen:before {
    content: '\e822';
}

.bi_com-group-bubble:before {
    content: '\e823';
}

.bi_com-group-bubble-a:before {
    content: '\e824';
}

.bi_com-group-bubble-b:before {
    content: '\e825';
}

.bi_com-group-bubble-c:before {
    content: '\e826';
}

.bi_com-group-bubble-d:before {
    content: '\e827';
}

.bi_com-help:before {
    content: '\e828';
}

.bi_com-help-a:before {
    content: '\e829';
}

.bi_com-megaphone:before {
    content: '\e82a';
}

.bi_com-megaphone-a:before {
    content: '\e82b';
}

.bi_com-mic:before {
    content: '\e82c';
}

.bi_com-mic-mute:before {
    content: '\e82d';
}

.bi_com-paperplane:before {
    content: '\e82e';
}

.bi_com-phone:before {
    content: '\e82f';
}

.bi_com-phone-a:before {
    content: '\e830';
}

.bi_com-pictures:before {
    content: '\e831';
}

.bi_com-voicemail:before {
    content: '\e832';
}

.bi_com-bell:before {
    content: '\e833';
}

.bi_com-bell-a:before {
    content: '\e834';
}

.bi_com-broadcast:before {
    content: '\e835';
}

.bi_com-broadcast-a:before {
    content: '\e836';
}

.bi_com-bubble:before {
    content: '\e837';
}

.bi_com-bubble-a:before {
    content: '\e838';
}

.bi_com-bubble-b:before {
    content: '\e839';
}

.bi_com-bubble-dot:before {
    content: '\e83a';
}

.bi_com-bubble-dot-a:before {
    content: '\e83b';
}

.bi_doc-analytic-blank:before {
    content: '\e83c';
}

.bi_doc-analytic-line:before {
    content: '\e83d';
}

.bi_doc-analytic-line-a:before {
    content: '\e83e';
}

.bi_doc-article:before {
    content: '\e83f';
}

.bi_doc-article-a:before {
    content: '\e840';
}

.bi_doc-article-b:before {
    content: '\e841';
}

.bi_doc-attachment:before {
    content: '\e842';
}

.bi_doc-attachment-a:before {
    content: '\e843';
}

.bi_doc-binder-blank:before {
    content: '\e844';
}

.bi_doc-binder-four:before {
    content: '\e845';
}

.bi_doc-binder-one:before {
    content: '\e846';
}

.bi_doc-binder-three:before {
    content: '\e847';
}

.bi_doc-binder-two:before {
    content: '\e848';
}

.bi_doc-binder-zero:before {
    content: '\e849';
}

.bi_doc-book:before {
    content: '\e84a';
}

.bi_doc-book-a:before {
    content: '\e84b';
}

.bi_doc-book-b:before {
    content: '\e84c';
}

.bi_doc-book-c:before {
    content: '\e84d';
}

.bi_doc-book-d:before {
    content: '\e84e';
}

.bi_doc-bookmark:before {
    content: '\e84f';
}

.bi_doc-book-mark:before {
    content: '\e850';
}

.bi_doc-box:before {
    content: '\e851';
}

.bi_doc-briefcase:before {
    content: '\e852';
}

.bi_doc-briefcase-a:before {
    content: '\e853';
}

.bi_doc-briefcase-b:before {
    content: '\e854';
}

.bi_doc-briefcase-c:before {
    content: '\e855';
}

.bi_doc-briefcase-d:before {
    content: '\e856';
}

.bi_doc-compose:before {
    content: '\e857';
}

.bi_doc-compose-a:before {
    content: '\e858';
}

.bi_doc-documents:before {
    content: '\e859';
}

.bi_doc-documents-minus:before {
    content: '\e85a';
}

.bi_doc-documents-plus:before {
    content: '\e85b';
}

.bi_doc-download:before {
    content: '\e85c';
}

.bi_doc-drawer:before {
    content: '\e85d';
}

.bi_doc-drawer-a:before {
    content: '\e85e';
}

.bi_doc-drawer-b:before {
    content: '\e85f';
}

.bi_doc-drawer-blank:before {
    content: '\e860';
}

.bi_doc-drawer-download:before {
    content: '\e861';
}

.bi_doc-drawer-line:before {
    content: '\e862';
}

.bi_doc-drawer-upload:before {
    content: '\e863';
}

.bi_doc-envelope:before {
    content: '\e864';
}

.bi_doc-file-blank:before {
    content: '\e865';
}

.bi_doc-file-blank-a:before {
    content: '\e866';
}

.bi_doc-file-cross:before {
    content: '\e867';
}

.bi_doc-file-cross-a:before {
    content: '\e868';
}

.bi_doc-file-line:before {
    content: '\e869';
}

.bi_doc-file-line-a:before {
    content: '\e86a';
}


.bi_doc-file-minus:before {
    content: '\e86b';
}


.bi_doc-file-minus-a:before {
    content: '\e86c';
}

.bi_doc-file-plus:before {
    content: '\e86d';
}


.bi_doc-file-plus-a:before {
    content: '\e86e';
}

.bi_doc-file-stack:before {
    content: '\e86f';
}

.bi_doc-file-tick:before {
    content: '\e870';
}

.bi_doc-file-tick-a:before {
    content: '\e871';
}

.bi_doc-folder:before {
    content: '\e872';
}

.bi_doc-folder-a:before {
    content: '\e873';
}

.bi_doc-folder-check-a:before {
    content: '\e874';
}

.bi_doc-folder-cross:before {
    content: '\e875';
}

.bi_doc-folder-cross-a:before {
    content: '\e876';
}

.bi_doc-folder-minus:before {
    content: '\e877';
}

.bi_doc-folder-minus-a:before {
    content: '\e878';
}

.bi_doc-folder-plus:before {
    content: '\e879';
}

.bi_doc-folder-plus-a:before {
    content: '\e87a';
}

.bi_doc-folder-s:before {
    content: '\e87b';
}

.bi_doc-folder-sync:before {
    content: '\e87c';
}

.bi_doc-folder-tick:before {
    content: '\e87d';
}

.bi_doc-list:before {
    content: '\e87e';
}

.bi_doc-news:before {
    content: '\e87f';
}

.bi_doc-newspaper:before {
    content: '\e880';
}

.bi_doc-newspaper-a:before {
    content: '\e881';
}

.bi_doc-newspaper-b:before {
    content: '\e882';
}

.bi_doc-notebook:before {
    content: '\e883';
}

.bi_doc-notebook-a:before {
    content: '\e884';
}

.bi_doc-note-pen:before {
    content: '\e885';
}

.bi_doc-paper-line:before {
    content: '\e886';
}

.bi_doc-papers:before {
    content: '\e887';
}

.bi_doc-paper-stack:before {
    content: '\e888';
}

.bi_doc-photo-stack:before {
    content: '\e889';
}

.bi_doc-pie:before {
    content: '\e88a';
}

.bi_doc-pie-a:before {
    content: '\e88b';
}

.bi_doc-pie-b:before {
    content: '\e88c';
}

.bi_doc-pin:before {
    content: '\e88d';
}

.promo_slider_nav--slide.slick-current .promo_slider_nav--item .line {
  display: block;
}

.bi_doc-pin-a:before {
    content: '\e88e';
}

.bi_doc-print:before {
    content: '\e88f';
}

.bi_doc-print-a:before {
    content: '\e890';
}

.promo_slider_nav--item .line {
  display: none;
  position: absolute;
  content: '';
  height: 4px;
  background: #ff5e14;
  bottom: 0;
  width: calc(100% + 30px);
  left: -30px;
}

.bi_doc-profile:before {
    content: '\e891';
}


.bi_doc-profile-a:before {
    content: '\e892';
}

.bi_doc-upload:before {
    content: '\e893';
}

.bi_doc-wboard-line:before {
    content: '\e894';
}

.bi_doc-wboard-tick:before {
    content: '\e895';
}

.bi_media-glass:before {
    content: '\e896';
}

.bi_media-glass-a:before {
    content: '\e897';
}

.bi_media-image:before {
    content: '\e898';
}

.bi_media-image-a:before {
    content: '\e899';
}

.bi_media-image-b:before {
    content: '\e89a';
}

.bi_media-image-c:before {
    content: '\e89b';
}

.bi_media-image-d:before {
    content: '\e89c';
}

.bi_media-negative:before {
    content: '\e89d';
}

.bi_media-negative-a:before {
    content: '\e89e';
}

.bi_media-video:before {
    content: '\e89f';
}

.bi_media-video-a:before {
    content: '\e8a0';
}

.bi_media-video-clip:before {
    content: '\e8a1';
}

.bi_media-video-r:before {
    content: '\e8a2';
}

.bi_business-tie:before {
    content: '\e8a3';
}

.bi_business-tie-a:before {
    content: '\e8a4';
}

.bi_business-tie-b:before {
    content: '\e8a5';
}

.bi_doc-analytic-bar:before {
    content: '\e8a6';
}

.bi_ecommerce-basket:before {
    content: '\e8a7';
}

.bi_ecommerce-bill:before {
    content: '\e8a8';
}

.bi_ecommerce-bill-a:before {
    content: '\e8a9';
}

.bi_ecommerce-bill-b:before {
    content: '\e8aa';
}

.bi_ecommerce-bowtie:before {
    content: '\e8ab';
}

.bi_ecommerce-cash:before {
    content: '\e8ac';
}

.bi_ecommerce-cash-a:before {
    content: '\e8ad';
}

.bi_ecommerce-coins:before {
    content: '\e8ae';
}

.bi_ecommerce-coins-a:before {
    content: '\e8af';
}

.bi_ecommerce-creditcard:before {
    content: '\e8b0';
}

.bi_ecommerce-creditcard-b:before {
    content: '\e8b1';
}

.bi_ecommerce-creditcard-c:before {
    content: '\e8b2';
}

.bi_ecommerce-creditcard-d:before {
    content: '\e8b3';
}

.bi_ecommerce-diamon:before {
    content: '\e8b4';
}

.bi_ecommerce-digital-download:before {
    content: '\e8b5';
}

.bi_ecommerce-digital-upload:before {
    content: '\e8b6';
}

.bi_ecommerce-dollar:before {
    content: '\e8b7';
}

.bi_ecommerce-euro:before {
    content: '\e8b8';
}

.bi_ecommerce-gift:before {
    content: '\e8b9';
}

.bi_ecommerce-hanger:before {
    content: '\e8ba';
}

.bi_ecommerce-jeans:before {
    content: '\e8bb';
}

.bi_ecommerce-lipstick:before {
    content: '\e8bc';
}

.bi_ecommerce-market:before {
    content: '\e8bd';
}

.bi_ecommerce-mastercard:before {
    content: '\e8be';
}

.bi_ecommerce-pack:before {
    content: '\e8bf';
}

.bi_ecommerce-pack-a:before {
    content: '\e8c0';
}

.bi_ecommerce-pounds:before {
    content: '\e8c1';
}

.bi_ecommerce-ring:before {
    content: '\e8c2';
}

.bi_ecommerce-safebox:before {
    content: '\e8c3';
}

.bi_ecommerce-shirt:before {
    content: '\e8c4';
}

.bi_ecommerce-shirt-a:before {
    content: '\e8c5';
}

.bi_ecommerce-shoes:before {
    content: '\e8c6';
}

.bi_ecommerce-shop:before {
    content: '\e8c7';
}

.bi_ecommerce-shopcart:before {
    content: '\e8c8';
}

.bi_ecommerce-shopcart-a:before {
    content: '\e8c9';
}

.bi_ecommerce-shopcart-a-download:before {
    content: '\e8ca';
}

.bi_ecommerce-shopcart-a-fill:before {
    content: '\e8cb';
}

.bi_ecommerce-shopcart-c:before {
    content: '\e8cc';
}

.bi_ecommerce-shopcart-d:before {
    content: '\e8cd';
}

.bi_ecommerce-shopcart-download:before {
    content: '\e8ce';
}

.bi_ecommerce-shopcart-fill:before {
    content: '\e8cf';
}

.bi_ecommerce-short:before {
    content: '\e8d0';
}

.bi_ecommerce-suitcase:before {
    content: '\e8d1';
}

.bi_ecommerce-suitcase-a:before {
    content: '\e8d2';
}

.bi_ecommerce-tag:before {
    content: '\e8d3';
}

.bi_ecommerce-tag-a:before {
    content: '\e8d4';
}

.bi_ecommerce-tag-a-s:before {
    content: '\e8d5';
}

.bi_ecommerce-tag-b:before {
    content: '\e8d6';
}

.bi_ecommerce-tag-b-s:before {
    content: '\e8d7';
}

.bi_ecommerce-tag-c:before {
    content: '\e8d8';
}

.bi_ecommerce-tag-cross:before {
    content: '\e8d9';
}

.bi_ecommerce-tag-c-s:before {
    content: '\e8da';
}

.bi_ecommerce-tag-minus:before {
    content: '\e8db';
}

.bi_ecommerce-tag-plus:before {
    content: '\e8dc';
}

.bi_ecommerce-tag-tick:before {
    content: '\e8dd';
}

.bi_ecommerce-tracking:before {
    content: '\e8de';
}

.bi_ecommerce-tshirt:before {
    content: '\e8df';
}

.bi_ecommerce-wallet:before {
    content: '\e8e0';
}

.bi_ecommerce-wallet-a:before {
    content: '\e8e1';
}

.bi_ecommerce-woman-bag:before {
    content: '\e8e2';
}

.bi_ecommerce-yen:before {
    content: '\e8e3';
}

.bi_ecommerce-backpack:before {
    content: '\e8e4';
}

.bi_ecommerce-backpack-a:before {
    content: '\e8e5';
}

.bi_ecommerce-bag:before {
    content: '\e8e6';
}

.bi_ecommerce-bag-a:before {
    content: '\e8e7';
}

.bi_ecommerce-bag-b:before {
    content: '\e8e8';
}

.bi_editorial-pencil-s:before {
    content: '\e8e9';
}

.bi_editorial-pen-s:before {
    content: '\e8ea';
}

.bi_editorial-redo:before {
    content: '\e8eb';
}

.bi_editorial-right-align:before {
    content: '\e8ec';
}

.bi_editorial-trash:before {
    content: '\e8ed';
}

.bi_editorial-trash-a:before {
    content: '\e8ee';
}

.bi_editorial-trash-a-l:before {
    content: '\e8ef';
}

.bi_editorial-trash-l:before {
    content: '\e8f0';
}

.bi_editorial-undo:before {
    content: '\e8f1';
}

.bi_editorial-write:before {
    content: '\e8f2';
}

.bi_editorial-write-s:before {
    content: '\e8f3';
}

.bi_editorial-ascending:before {
    content: '\e8f4';
}

.bi_editorial-bookmark:before {
    content: '\e8f5';
}

.bi_editorial-bookmark-a:before {
    content: '\e8f6';
}

.bi_editorial-brush:before {
    content: '\e8f7';
}

.bi_editorial-center-align:before {
    content: '\e8f8';
}

.bi_editorial-compose:before {
    content: '\e8f9';
}

.bi_editorial-descending:before {
    content: '\e8fa';
}

.bi_editorial-left-align:before {
    content: '\e8fb';
}

.bi_editorial-pen:before {
    content: '\e8fc';
}

.bi_editorial-pencil:before {
    content: '\e8fd';
}

.bi_editorial-pencil-a:before {
    content: '\e8fe';
}

.bi_editorial-pencil-a-s:before {
    content: '\e8ff';
}

.bi_building-drawer-a:before {
    content: '\e900';
}

.bi_building-house:before {
    content: '\e901';
}

.bi_building-house-a:before {
    content: '\e902';
}

.bi_building-museum:before {
    content: '\e903';
}

.bi_building-office:before {
    content: '\e904';
}

.bi_building-office-a:before {
    content: '\e905';
}

.tab_navigation--link .line {
  display: none;
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background: #ff5e14;
  top: -1px;
  left: 0;
}
.tab_navigation--link.-active .line,
.tab_navigation--link:hover .line {
  display: block;
}

@media all and (max-width: 992px) {
  .tab_navigation--link .line {
    max-width: 200px;
    left: 50%;
    margin-left: -100px;
  }
}

.bi_building-office-b:before {
    content: '\e906';
}

.bi_building-sofa:before {
    content: '\e907';
}

.bi_building-sofa-a:before {
    content: '\e908';
}

.bi_building-sofa-b:before {
    content: '\e909';
}

.bi_building-sofa-twin:before {
    content: '\e90a';
}

.bi_building-sofa-twin-a:before {
    content: '\e90b';
}

.bi_building-table-lamp:before {
    content: '\e90c';
}

.bi_building-table-lamp-a:before {
    content: '\e90d';
}

.bi_building-tower:before {
    content: '\e90e';
}

.bi_building-tree:before {
    content: '\e90f';
}

.bi_environment-flower:before {
    content: '\e910';
}

.bi_environment-flower-a:before {
    content: '\e911';
}

.bi_environment-flower-b:before {
    content: '\e912';
}

.bi_environment-leaf:before {
    content: '\e913';
}

.bi_environment-leaf-a:before {
    content: '\e914';
}

.bi_environment-mountain:before {
    content: '\e915';
}

.bi_environment-mountain-a:before {
    content: '\e916';
}

.bi_environment-no-smoke:before {
    content: '\e917';
}

.bi_environment-plant:before {
    content: '\e918';
}

.bi_environment-sign:before {
    content: '\e919';
}

.bi_environment-smoke:before {
    content: '\e91a';
}

.bi_environment-tree:before {
    content: '\e91b';
}

.bi_building-apartment:before {
    content: '\e91c';
}

.bi_building-bed:before {
    content: '\e91d';
}

.bi_building-bulb:before {
    content: '\e91e';
}

.bi_building-cabinet:before {
    content: '\e91f';
}

.bi_building-desk:before {
    content: '\e920';
}

.bi_building-desk-a:before {
    content: '\e921';
}

.bi_building-desk-b:before {
    content: '\e922';
}

.bi_building-desk-c:before {
    content: '\e923';
}

.bi_building-door:before {
    content: '\e924';
}

.bi_building-drawer:before {
    content: '\e925';
}

.bi_beverage-cocktail-a:before {
    content: '\e926';
}

.bi_beverage-coffee:before {
    content: '\e927';
}

.bi_beverage-coffee-a:before {
    content: '\e928';
}

.bi_beverage-coffee-b:before {
    content: '\e929';
}

.bi_beverage-coffee-cup:before {
    content: '\e92a';
}

.bi_beverage-coffee-cup-a:before {
    content: '\e92b';
}

.bi_beverage-cokctail:before {
    content: '\e92c';
}

.bi_beverage-cup-straw:before {
    content: '\e92d';
}

.bi_beverage-empty-glass:before {
    content: '\e92e';
}

.bi_beverage-milk:before {
    content: '\e92f';
}

.bi_beverage-milk-a:before {
    content: '\e930';
}

.bi_beverage-tea:before {
    content: '\e931';
}

.bi_beverage-tea-a:before {
    content: '\e932';
}

.bi_beverage-tea-cup:before {
    content: '\e933';
}

.bi_beverage-tea-cup-a:before {
    content: '\e934';
}

.bi_beverage-water:before {
    content: '\e935';
}

.bi_beverage-water-a:before {
    content: '\e936';
}

.bi_beverage-water-glass:before {
    content: '\e937';
}

.bi_beverage-wine:before {
    content: '\e938';
}

.bi_food-apple:before {
    content: '\e939';
}

.bi_food-bowl:before {
    content: '\e93a';
}

.bi_food-cherry:before {
    content: '\e93b';
}

.bi_food-cherry-a:before {
    content: '\e93c';
}

.bi_food-chinese-food:before {
    content: '\e93d';
}

.bi_food-chinese-food-a:before {
    content: '\e93e';
}

.bi_food-chinese-food-b:before {
    content: '\e93f';
}

.bi_food-drumstick:before {
    content: '\e940';
}

.bi_food-egg:before {
    content: '\e941';
}

.bi_food-grape:before {
    content: '\e942';
}

.bi_food-hamburger:before {
    content: '\e943';
}

.bi_food-hamburger-a:before {
    content: '\e944';
}

.bi_food-ice-cream:before {
    content: '\e945';
}

.bi_food-ice-cream-a:before {
    content: '\e946';
}

.bi_food-ice-cream-b:before {
    content: '\e947';
}

.bi_food-ice-cream-c:before {
    content: '\e948';
}

.bi_food-melon:before {
    content: '\e949';
}

.bi_food-noodle:before {
    content: '\e94a';
}

.bi_food-noodle-a:before {
    content: '\e94b';
}

.bi_food-onigiri:before {
    content: '\e94c';
}

.bi_food-onigiri-a:before {
    content: '\e94d';
}

.bi_food-white-bread:before {
    content: '\e94e';
}

.bi_kitchen-fork-knife:before {
    content: '\e94f';
}

.bi_kitchen-fork-knife-a:before {
    content: '\e950';
}

.bi_kitchen-fridge:before {
    content: '\e951';
}

.bi_kitchen-grill:before {
    content: '\e952';
}

.bi_kitchen-heat:before {
    content: '\e953';
}

.bi_kitchen-heat-a:before {
    content: '\e954';
}

.bi_kitchen-hood:before {
    content: '\e955';
}

.bi_kitchen-hood-a:before {
    content: '\e956';
}

.bi_kitchen-jam:before {
    content: '\e957';
}

.bi_kitchen-ketchup:before {
    content: '\e958';
}

.bi_kitchen-leaf:before {
    content: '\e959';
}

.bi_kitchen-microwave:before {
    content: '\e95a';
}

.bi_kitchen-pepper:before {
    content: '\e95b';
}

.bi_kitchen-plate:before {
    content: '\e95c';
}

.bi_kitchen-recipe-book:before {
    content: '\e95d';
}

.bi_kitchen-salt:before {
    content: '\e95e';
}

.bi_kitchen-spatula:before {
    content: '\e95f';
}

.bi_kitchen-spoon-fork:before {
    content: '\e960';
}

.bi_kitchen-spoon-fork-a:before {
    content: '\e961';
}

.bi_kitchen-tissue:before {
    content: '\e962';
}

.bi_kitchen-water:before {
    content: '\e963';
}

.bi_beverage-alt-glass:before {
    content: '\e964';
}

.bi_beverage-alt-glass-a:before {
    content: '\e965';
}

.bi_beverage-alt-glass-b:before {
    content: '\e966';
}

.bi_beverage-alt-glass-c:before {
    content: '\e967';
}

.bi_beverage-beer:before {
    content: '\e968';
}

.bi_beverage-chinese-tea:before {
    content: '\e969';
}

.bi_beverage-chinese-tea-a:before {
    content: '\e96a';
}

.bi_beverage-chinese-tea-a-s:before {
    content: '\e96b';
}

.bi_beverage-chinese-tea-s:before {
    content: '\e96c';
}

.bi_setting-switch:before {
    content: '\e96d';
}

.bi_setting-switch-a:before {
    content: '\e96e';
}

.bi_setting-wrench:before {
    content: '\e96f';
}

.bi_setting-wrench-a:before {
    content: '\e970';
}

.bi_setting-airplane:before {
    content: '\e971';
}

.bi_setting-component:before {
    content: '\e972';
}

.bi_setting-eq:before {
    content: '\e973';
}

.bi_setting-eq-a:before {
    content: '\e974';
}

.bi_setting-gear:before {
    content: '\e975';
}

.bi_setting-gear-a:before {
    content: '\e976';
}

.bi_setting-gear-b:before {
    content: '\e977';
}

.bi_setting-hotspot:before {
    content: '\e978';
}

.bi_setting-notification:before {
    content: '\e979';
}

.bi_sport-tape:before {
    content: '\e97a';
}

.bi_sport-tennisball:before {
    content: '\e97b';
}

.bi_sport-time:before {
    content: '\e97c';
}

.bi_sport-trophy:before {
    content: '\e97d';
}

.bi_sport-trophy-a:before {
    content: '\e97e';
}

.bi_sport-tv:before {
    content: '\e97f';
}

.bi_sport-tv-a:before {
    content: '\e980';
}

.bi_medicine-heart:before {
    content: '\e981';
}

.bi_medicine-lab:before {
    content: '\e982';
}

.bi_medicine-lab-a:before {
    content: '\e983';
}

.bi_sport-alt-badge:before {
    content: '\e984';
}

.bi_sport-alt-badge-a:before {
    content: '\e985';
}

.bi_sport-badge:before {
    content: '\e986';
}

.bi_sport-badge-a:before {
    content: '\e987';
}

.bi_sport-badge-b:before {
    content: '\e988';
}

.bi_sport-badge-c:before {
    content: '\e989';
}

.bi_sport-badge-one:before {
    content: '\e98a';
}

.bi_sport-badge-one-a:before {
    content: '\e98b';
}

.bi_sport-baseball:before {
    content: '\e98c';
}

.bi_sport-basketball:before {
    content: '\e98d';
}

.bi_sport-basketball-a:before {
    content: '\e98e';
}

.bi_sport-bottle:before {
    content: '\e98f';
}

.bi_sport-cards:before {
    content: '\e990';
}

.bi_sport-dumbell:before {
    content: '\e991';
}

.bi_sport-dumbell-a:before {
    content: '\e992';
}

.bi_sport-flag:before {
    content: '\e993';
}

.bi_sport-flag-a:before {
    content: '\e994';
}

.bi_sport-football:before {
    content: '\e995';
}

.bi_sport-medic:before {
    content: '\e996';
}

.bi_sport-mic:before {
    content: '\e997';
}

.bi_sport-puzzle:before {
    content: '\e998';
}

.bi_sport-stadium:before {
    content: '\e999';
}

.bi_sport-stadium-a:before {
    content: '\e99a';
}

.bi_time-alarm:before {
    content: '\e99b';
}

.bi_time-alt-wall-clock:before {
    content: '\e99c';
}

.bi_time-calendar:before {
    content: '\e99d';
}

.bi_time-calendar-a:before {
    content: '\e99e';
}

.bi_time-calendar-b:before {
    content: '\e99f';
}

.bi_time-clock:before {
    content: '\e9a0';
}

.bi_time-clock-a:before {
    content: '\e9a1';
}

.bi_time-clock-b:before {
    content: '\e9a2';
}

.bi_time-clock-c:before {
    content: '\e9a3';
}

.bi_time-hour-glass:before {
    content: '\e9a4';
}

.bi_time-speed-meter:before {
    content: '\e9a5';
}

.bi_time-stopwatch:before {
    content: '\e9a6';
}

.bi_time-stopwatch-a:before {
    content: '\e9a7';
}

.bi_time-stopwatch-b:before {
    content: '\e9a8';
}

.bi_time-timer:before {
    content: '\e9a9';
}

.bi_time-wall-clock:before {
    content: '\e9aa';
}

.bi_time-watches:before {
    content: '\e9ab';
}

.bi_time-watches-a:before {
    content: '\e9ac';
}

.bi_time-watches-b:before {
    content: '\e9ad';
}

.bi_location-alt-pin:before {
    content: '\e9ae';
}

.bi_location-avenue:before {
    content: '\e9af';
}

.bi_location-compass:before {
    content: '\e9b0';
}

.bi_location-map:before {
    content: '\e9b1';
}

.bi_location-pin:before {
    content: '\e9b2';
}

.bi_location-pin-blank:before {
    content: '\e9b3';
}

.bi_location-pin-check:before {
    content: '\e9b4';
}

.bi_location-pin-map:before {
    content: '\e9b5';
}

.bi_location-pin-map-a:before {
    content: '\e9b6';
}

.bi_location-pin-minus:before {
    content: '\e9b7';
}

.bi_location-pin-plus:before {
    content: '\e9b8';
}

.bi_location-pin-regular:before {
    content: '\e9b9';
}

.bi_location-sign-street:before {
    content: '\e9ba';
}

.bi_tool-console:before {
    content: '\e9bb';
}

.bi_tool-console-a:before {
    content: '\e9bc';
}

.bi_tool-console-old:before {
    content: '\e9bd';
}

.bi_tool-disk:before {
    content: '\e9be';
}

.bi_tool-disk-a:before {
    content: '\e9bf';
}

.bi_tool-flashlight:before {
    content: '\e9c0';
}

.bi_tool-flashlight-a:before {
    content: '\e9c1';
}

.bi_tool-flashlight-a-s:before {
    content: '\e9c2';
}

.bi_tool-flashlight-s:before {
    content: '\e9c3';
}

.bi_tool-gameboy:before {
    content: '\e9c4';
}

.bi_tool-hammer:before {
    content: '\e9c5';
}

.bi_tool-headphone:before {
    content: '\e9c6';
}

.bi_tool-headphone-a:before {
    content: '\e9c7';
}

.bi_tool-laptop:before {
    content: '\e9c8';
}

.bi_tool-magic-wand:before {
    content: '\e9c9';
}

.bi_tool-magic-wand-a:before {
    content: '\e9ca';
}

.bi_tool-magnet:before {
    content: '\e9cb';
}

.bi_tool-magnifier:before {
    content: '\e9cc';
}

.bi_tool-medical-tape:before {
    content: '\e9cd';
}

.bi_tool-mobile:before {
    content: '\e9ce';
}

.bi_tool-mobile-l:before {
    content: '\e9cf';
}

.bi_tool-monitor:before {
    content: '\e9d0';
}

.bi_tool-monitor-a:before {
    content: '\e9d1';
}

.bi_tool-mouse:before {
    content: '\e9d2';
}

.bi_tool-net:before {
    content: '\e9d3';
}

.bi_tool-paint-roler:before {
    content: '\e9d4';
}

.bi_tool-projector:before {
    content: '\e9d5';
}

.bi_tool-radio:before {
    content: '\e9d6';
}


.bi_tool-ruler:before {
    content: '\e9d7';
}

.bi_tool-scissor:before {
    content: '\e9d8';
}

.bi_tool-tablet:before {
    content: '\e9d9';
}

.bi_tool-tablet-l:before {
    content: '\e9da';
}

.bi_tool-television:before {
    content: '\e9db';
}

.bi_tool-toothbrush:before {
    content: '\e9dc';
}

.bi_tool-umbrella:before {
    content: '\e9dd';
}

.bi_tool-video:before {
    content: '\e9de';
}

.bi_tool-alt-camera:before {
    content: '\e9df';
}

.bi_tool-alt-camera-a:before {
    content: '\e9e0';
}

.bi_tool-android:before {
    content: '\e9e1';
}

.bi_tool-android-l:before {
    content: '\e9e2';
}

.bi_tool-binoculars:before {
    content: '\e9e3';
}

.bi_tool-brush:before {
    content: '\e9e4';
}

.bi_tool-brush-a:before {
    content: '\e9e5';
}

.bi_tool-calculator:before {
    content: '\e9e6';
}

.bi_tool-camera:before {
    content: '\e9e7';
}

.bi_tool-camera-a:before {
    content: '\e9e8';
}

.bi_tool-camera-b:before {
    content: '\e9e9';
}

.bi_tool-compass:before {
    content: '\e9ea';
}

.bi_transport-car-b:before {
    content: '\e9eb';
}

.bi_transport-car-c:before {
    content: '\e9ec';
}

.bi_transport-ship:before {
    content: '\e9ed';
}

.bi_transport-train:before {
    content: '\e9ee';
}

.bi_transport-truck:before {
    content: '\e9ef';
}

.bi_transport-truck-a:before {
    content: '\e9f0';
}

.bi_transport-alt-bus:before {
    content: '\e9f1';
}

.bi_transport-bicycle:before {
    content: '\e9f2';
}

.bi_transport-bicycle-a:before {
    content: '\e9f3';
}

.bi_transport-boat:before {
    content: '\e9f4';
}

.bi_transport-bus:before {
    content: '\e9f5';
}

.bi_transport-bus-a:before {
    content: '\e9f6';
}

.bi_transport-car:before {
    content: '\e9f7';
}

.bi_transport-car-a:before {
    content: '\e9f8';
}

.bi_user-male:before {
    content: '\e9f9';
}

.bi_user-male-check:before {
    content: '\e9fa';
}

.bi_user-male-cross:before {
    content: '\e9fb';
}

.bi_user-male-minus:before {
    content: '\e9fc';
}

.bi_user-male-plus:before {
    content: '\e9fd';
}

.bi_user-male-sign:before {
    content: '\e9fe';
}

.bi_user-password:before {
    content: '\e9ff';
}

.bi_user-password-u:before {
    content: '\ea00';
}

.bi_user-password-u-a:before {
    content: '\ea01';
}

.bi_user-single:before {
    content: '\ea02';
}

.bi_user-single-a:before {
    content: '\ea03';
}

.bi_user-single-a-check:before {
    content: '\ea04';
}

.bi_user-single-a-cross:before {
    content: '\ea05';
}

.bi_user-single-a-group:before {
    content: '\ea06';
}

.bi_user-single-a-list:before {
    content: '\ea07';
}

.bi_user-single-a-minus:before {
    content: '\ea08';
}

.bi_user-single-a-plus:before {
    content: '\ea09';
}

.bi_user-single-check:before {
    content: '\ea0a';
}

.bi_user-single-cross:before {
    content: '\ea0b';
}

.bi_user-single-minus:before {
    content: '\ea0c';
}

.bi_user-single-plus:before {
    content: '\ea0d';
}

.bi_user-single-round:before {
    content: '\ea0e';
}

.bi_user-alt:before {
    content: '\ea0f';
}

.bi_user-alt-check:before {
    content: '\ea10';
}

.bi_user-alt-cross:before {
    content: '\ea11';
}

.bi_user-alt-group:before {
    content: '\ea12';
}

.bi_user-alt-list:before {
    content: '\ea13';
}

.bi_user-alt-minus:before {
    content: '\ea14';
}

.bi_user-alt-plus:before {
    content: '\ea15';
}

.bi_user-contact-book:before {
    content: '\ea16';
}

.bi_user-female:before {
    content: '\ea17';
}

.bi_user-female-cross:before {
    content: '\ea18';
}

.bi_user-female-group:before {
    content: '\ea19';
}

.bi_user-female-list:before {
    content: '\ea1a';
}

.bi_user-female-minus:before {
    content: '\ea1b';
}

.bi_user-female-plus:before {
    content: '\ea1c';
}

.bi_user-female-sign:before {
    content: '\ea1d';
}

.bi_user-female-tick:before {
    content: '\ea1e';
}

.bi_user-key:before {
    content: '\ea1f';
}

.bi_user-lock:before {
    content: '\ea20';
}

.bi_user-lock-u:before {
    content: '\ea21';
}

.bi_user-lock-u-a:before {
    content: '\ea22';
}

.bi_weather-sunset-a:before {
    content: '\ea23';
}

.bi_weather-wind:before {
    content: '\ea24';
}

.bi_weather-wind-pressure:before {
    content: '\ea25';
}

.bi_weather-wind-pressure-a:before {
    content: '\ea26';
}

.bi_weather-cloud:before {
    content: '\ea27';
}

.bi_weather-cloud-a:before {
    content: '\ea28';
}

.bi_weather-cloud-rainy:before {
    content: '\ea29';
}

.bi_weather-cloud-rainy-a:before {
    content: '\ea2a';
}

.bi_weather-cloud-snow:before {
    content: '\ea2b';
}

.bi_weather-cloud-snow-a:before {
    content: '\ea2c';
}

.bi_weather-cloud-stormy:before {
    content: '\ea2d';
}

.bi_weather-cloud-stormy-a:before {
    content: '\ea2e';
}

.bi_weather-cloud-sun:before {
    content: '\ea2f';
}

.bi_weather-humid:before {
    content: '\ea30';
}

.bi_weather-moon:before {
    content: '\ea31';
}

.bi_weather-moon-a:before {
    content: '\ea32';
}

.bi_weather-moon-b:before {
    content: '\ea33';
}

.bi_weather-moon-r:before {
    content: '\ea34';
}

.bi_weather-sun-a:before {
    content: '\ea35';
}

.bi_weather-sun-b:before {
    content: '\ea36';
}

.bi_weather-sun-r:before {
    content: '\ea37';
}

.bi_weather-sunrise:before {
    content: '\ea38';
}

.bi_web-bug:before {
    content: '\ea39';
}

.bi_web-code:before {
    content: '\ea3a';
}

.bi_web-database:before {
    content: '\ea3b';
}

.bi_web-download:before {
    content: '\ea3c';
}

.bi_web-graph:before {
    content: '\ea3d';
}

.bi_web-inspect:before {
    content: '\ea3e';
}

.bi_web-internet:before {
    content: '\ea3f';
}

.bi_web-internet-a:before {
    content: '\ea40';
}

.bi_web-logout:before {
    content: '\ea41';
}

.bi_web-menu-collapse-down:before {
    content: '\ea42';
}

.bi_web-menu-collapse-left:before {
    content: '\ea43';
}

.bi_web-menu-collapse-right:before {
    content: '\ea44';
}

.bi_web-menu-collapse-up:before {
    content: '\ea45';
}

.bi_web-reading-list:before {
    content: '\ea46';
}

.bi_web-report:before {
    content: '\ea47';
}

.bi_web-report-a:before {
    content: '\ea48';
}

.bi_web-rss:before {
    content: '\ea49';
}

.bi_web-share:before {
    content: '\ea4a';
}

.bi_web-share-a:before {
    content: '\ea4b';
}

.bi_web-share-b:before {
    content: '\ea4c';
}

.bi_web-statistic:before {
    content: '\ea4d';
}

.bi_web-traffic:before {
    content: '\ea4e';
}

.bi_web-traffic-a:before {
    content: '\ea4f';
}

.bi_web-traffic-b:before {
    content: '\ea50';
}

.bi_web-traffic-c:before {
    content: '\ea51';
}

.bi_web-upload:before {
    content: '\ea52';
}

.bi_web-url:before {
    content: '\ea53';
}

.bi_web-url-a:before {
    content: '\ea54';
}

.bi_web-url-b:before {
    content: '\ea55';
}

.bi_web-warning:before {
    content: '\ea56';
}

.bi_web-webcam:before {
    content: '\ea57';
}

.bi_web-broken-link:before {
    content: '\ea58';
}

.bi_web-browser:before {
    content: '\ea59';
}

.bi_web-browser-a:before {
    content: '\ea5a';
}

.bi_web-browser-b:before {
    content: '\ea5b';
}

.bi_web-browser-cross:before {
    content: '\ea5c';
}

.bi_web-browser-minus:before {
    content: '\ea5d';
}

.bi_web-browser-plus:before {
    content: '\ea5e';
}

.bi_web-browser-tab:before {
    content: '\ea5f';
}

.bi_web-browser-tab-cross:before {
    content: '\ea60';
}

.bi_web-browser-tab-minus:before {
    content: '\ea61';
}

.bi_web-browser-tab-plus:before {
    content: '\ea62';
}

.bi_web-browser-tab-tick:before {
    content: '\ea63';
}

.bi_web-browser-tick:before {
    content: '\ea64';
}

.bi_web-browser-window:before {
    content: '\ea65';
}

.bi_logo-vimeo:before {
    content: '\ea66';
}

.bi_logo-windows:before {
    content: '\ea67';
}

.bi_logo-zerply:before {
    content: '\ea68';
}

.bi_logo-amazon:before {
    content: '\ea69';
}

.bi_logo-dribbble:before {
    content: '\ea6a';
}

.bi_logo-dropbox:before {
    content: '\ea6b';
}

.bi_logo-evernote:before {
    content: '\ea6c';
}

.bi_logo-facebook:before {
    content: '\ea6d';
}

.bi_logo-grooveshark:before {
    content: '\ea6e';
}

.bi_logo-instagram:before {
    content: '\ea6f';
}

.bi_logo-linkedin:before {
    content: '\ea70';
}

.bi_logo-musio:before {
    content: '\ea71';
}

.bi_logo-path:before {
    content: '\ea72';
}

.bi_logo-paypal:before {
    content: '\ea73';
}

.bi_logo-picasa:before {
    content: '\ea74';
}

.bi_logo-pinterest:before {
    content: '\ea75';
}

.bi_logo-rdio:before {
    content: '\ea76';
}

.bi_logo-squarespace:before {
    content: '\ea77';
}

.bi_logo-squareup:before {
    content: '\ea78';
}

.bi_logo-twitter:before {
    content: '\ea79';
}

.bi_misc-one-click:before {
    content: '\ea7a';
}

.bi_misc-pointer:before {
    content: '\ea7b';
}

.bi_misc-pointer-swipe-l:before {
    content: '\ea7c';
}

.bi_misc-pointer-swipe-r:before {
    content: '\ea7d';
}

.bi_misc-puzzle:before {
    content: '\ea7e';
}

.bi_misc-wifi:before {
    content: '\ea7f';
}

.bi_misc-crown:before {
    content: '\ea80';
}

.bi_misc-cube:before {
    content: '\ea81';
}

.bi_misc-dice-five:before {
    content: '\ea82';
}

.bi_misc-dice-four:before {
    content: '\ea83';
}

.bi_misc-dice-one:before {
    content: '\ea84';
}

.bi_misc-dice-six:before {
    content: '\ea85';
}

.bi_misc-dice-three:before {
    content: '\ea86';
}

.bi_misc-dice-two:before {
    content: '\ea87';
}

.bi_misc-double-click:before {
    content: '\ea88';
}

.bi_misc-female-gender:before {
    content: '\ea89';
}

.bi_misc-globe:before {
    content: '\ea8a';
}

.bi_misc-male-gender:before {
    content: '\ea8b';
}

.bi_misc-mood-happy:before {
    content: '\ea8c';
}

.bi_misc-mood-sad:before {
    content: '\ea8d';
}

.bi_music-mic:before {
    content: '\ea8e';
}

.bi_music-mic-a:before {
    content: '\ea8f';
}

.bi_music-next:before {
    content: '\ea90';
}

.bi_music-next-l:before {
    content: '\ea91';
}

.bi_music-next-l-a:before {
    content: '\ea92';
}

.bi_music-pause:before {
    content: '\ea93';
}

.bi_music-pause-a:before {
    content: '\ea94';
}

.bi_music-pause-b:before {
    content: '\ea95';
}

.bi_music-play:before {
    content: '\ea96';
}

.bi_music-playlist:before {
    content: '\ea97';
}

.bi_music-previous:before {
    content: '\ea98';
}

.bi_music-previous-l:before {
    content: '\ea99';
}

.bi_music-previous-l-a:before {
    content: '\ea9a';
}

.bi_music-radio:before {
    content: '\ea9b';
}

.bi_music-record:before {
    content: '\ea9c';
}

.bi_music-record-a:before {
    content: '\ea9d';
}

.bi_music-repeat:before {
    content: '\ea9e';
}

.bi_music-repeat-a:before {
    content: '\ea9f';
}

.bi_music-repeat-one:before {
    content: '\eaa0';
}

.bi_music-repeat-one-a:before {
    content: '\eaa1';
}

.bi_music-shuffle:before {
    content: '\eaa2';
}

.bi_music-shuffle-a:before {
    content: '\eaa3';
}

.bi_music-song-note:before {
    content: '\eaa4';
}

.bi_music-song-note-a:before {
    content: '\eaa5';
}

.bi_music-speaker:before {
    content: '\eaa6';
}

.bi_music-speaker-a:before {
    content: '\eaa7';
}

.bi_music-stop:before {
    content: '\eaa8';
}

.bi_music-stop-a:before {
    content: '\eaa9';
}

.bi_volume-high:before {
    content: '\eaaa';
}

.bi_volume-high-a:before {
    content: '\eaab';
}

.bi_volume-low:before {
    content: '\eaac';
}

.bi_volume-low-a:before {
    content: '\eaad';
}

.bi_volume-medium:before {
    content: '\eaae';
}

.bi_volume-medium-a:before {
    content: '\eaaf';
}

.bi_volume-mute:before {
    content: '\eab0';
}

.bi_volume-mute-a:before {
    content: '\eab1';
}

.bi_music-album:before {
    content: '\eab2';
}

.bi_music-album-a:before {
    content: '\eab3';
}

.bi_music-album-b:before {
    content: '\eab4';
}

.bi_music-album-c:before {
    content: '\eab5';
}

.bi_music-album-cd:before {
    content: '\eab6';
}

.bi_music-cd:before {
    content: '\eab7';
}

.bi_music-eject:before {
    content: '\eab8';
}

.bi_music-eq:before {
    content: '\eab9';
}

.bi_music-eq-a:before {
    content: '\eaba';
}

.bi_music-group-note:before {
    content: '\eabb';
}

.bi_music-group-note-a:before {
    content: '\eabc';
}

.bi_music-headphone:before {
    content: '\eabd';
}

.bi_music-headphone-a:before {
    content: '\eabe';
}

.bi_music-list:before {
    content: '\eabf';
}

.bi_interface-backspace:before {
    content: '\eac0';
}

.bi_interface-backspace-a:before {
    content: '\eac1';
}

.bi_interface-bell:before {
    content: '\eac2';
}

.bi_interface-bell-a:before {
    content: '\eac3';
}

.bi_interface-block:before {
    content: '\eac4';
}

.bi_interface-bottom:before {
    content: '\eac5';
}

.bi_interface-bottom-k:before {
    content: '\eac6';
}

.bi_interface-bottom-r:before {
    content: '\eac7';
}

.bi_interface-box-bottom:before {
    content: '\eac8';
}

.bi_interface-box-bottom-a:before {
    content: '\eac9';
}

.bi_interface-box-cross:before {
    content: '\eaca';
}

.bi_interface-box-left:before {
    content: '\eacb';
}

.bi_interface-box-left-a:before {
    content: '\eacc';
}

.bi_interface-box-minus:before {
    content: '\eacd';
}

.bi_interface-box-plus:before {
    content: '\eace';
}

.bi_interface-box-right:before {
    content: '\eacf';
}

.bi_interface-box-right-a:before {
    content: '\ead0';
}

.bi_interface-box-tick:before {
    content: '\ead1';
}

.bi_interface-box-top:before {
    content: '\ead2';
}

.bi_interface-box-top-a:before {
    content: '\ead3';
}

.bi_interface-bulleye:before {
    content: '\ead4';
}

.bi_interface-calendar:before {
    content: '\ead5';
}

.bi_interface-circle:before {
    content: '\ead6';
}

.bi_interface-circle-cross:before {
    content: '\ead7';
}

.bi_interface-circle-minus:before {
    content: '\ead8';
}

.bi_interface-circle-plus:before {
    content: '\ead9';
}

.bi_interface-circle-tick:before {
    content: '\eada';
}

.bi_interface-circle-tick-a:before {
    content: '\eadb';
}

.bi_interface-clock:before {
    content: '\eadc';
}

.bi_interface-clock-a:before {
    content: '\eadd';
}

.bi_interface-clock-b:before {
    content: '\eade';
}

.bi_interface-cloud-download:before {
    content: '\eadf';
}

.bi_interface-cloud-upload:before {
    content: '\eae0';
}

.bi_interface-cmd:before {
    content: '\eae1';
}

.bi_interface-crop:before {
    content: '\eae2';
}

.bi_interface-cross:before {
    content: '\eae3';
}

.bi_interface-dashboard:before {
    content: '\eae4';
}

.bi_interface-direction:before {
    content: '\eae7';
}

.bi_interface-downloading:before {
    content: '\eae8';
}

.bi_interface-enlarge:before {
    content: '\eae9';
}

.bi_interface-enlarge-a:before {
    content: '\eaea';
}

.bi_interface-enlarge-c:before {
    content: '\eaeb';
}

.bi_interface-expand:before {
    content: '\eaec';
}

.bi_interface-forward:before {
    content: '\eaed';
}

.bi_interface-fullscreen:before {
    content: '\eaee';
}

.bi_interface-fullscreen-a:before {
    content: '\eaef';
}

.bi_interface-fullscreen-wide:before {
    content: '\eaf0';
}

.bi_interface-hamburger:before {
    content: '\eaf1';
}

.bi_interface-heart:before {
    content: '\eaf2';
}

.bi_interface-help:before {
    content: '\eaf3';
}

.bi_interface-help-a:before {
    content: '\eaf4';
}

.bi_interface-home:before {
    content: '\eaf5';
}

.bi_interface-home-a:before {
    content: '\eaf6';
}

.bi_interface-horizontal:before {
    content: '\eaf7';
}

.bi_interface-horizontal-a:before {
    content: '\eaf8';
}

.bi_interface-in-link:before {
    content: '\eaf9';
}

.bi_interface-left:before {
    content: '\eafa';
}

.bi_interface-left-b-k:before {
    content: '\eafb';
}

.bi_interface-left-k:before {
    content: '\eafc';
}

.bi_interface-left-r:before {
    content: '\eafd';
}

.bi_interface-left-t-k:before {
    content: '\eafe';
}

.bi_interface-list-view:before {
    content: '\eaff';
}

.bi_interface-login:before {
    content: '\eb00';
}

.bi_interface-logout-a:before {
    content: '\eb01';
}

.bi_interface-minimize:before {
    content: '\eb02';
}

.bi_interface-minus:before {
    content: '\eb03';
}

.bi_interface-more:before {
    content: '\eb04';
}

.bi_interface-number:before {
    content: '\eb05';
}

.bi_interface-out-link:before {
    content: '\eb06';
}

.bi_interface-pixel:before {
    content: '\eb07';
}

.bi_interface-places:before {
    content: '\eb08';
}

.bi_interface-places-a:before {
    content: '\eb09';
}

.bi_interface-plus:before {
    content: '\eb0a';
}

.bi_interface-popup:before {
    content: '\eb0b';
}

.bi_interface-power:before {
    content: '\eb0c';
}

.bi_interface-refresh:before {
    content: '\eb0d';
}

.bi_interface-repeating:before {
    content: '\eb0e';
}

.bi_interface-reply:before {
    content: '\eb0f';
}

.bi_interface-resize-full:before {
    content: '\eb10';
}

.bi_interface-resize-full-a:before {
    content: '\eb11';
}

.bi_interface-resize-normal:before {
    content: '\eb12';
}

.bi_interface-reverse:before {
    content: '\eb13';
}

.bi_interface-right:before {
    content: '\eb14';
}

.bi_interface-right-k:before {
    content: '\eb15';
}

.bi_interface-right-r:before {
    content: '\eb16';
}

.bi_interface-rigth-b-k:before {
    content: '\eb17';
}

.bi_interface-rigth-t-k:before {
    content: '\eb18';
}

.bi_interface-search:before {
    content: '\eb19';
}

.bi_interface-search-cross:before {
    content: '\eb1a';
}

.bi_interface-search-minus:before {
    content: '\eb1b';
}

.bi_interface-search-plus:before {
    content: '\eb1c';
}

.bi_interface-search-tick:before {
    content: '\eb1d';
}

.bi_interface-sidebar-hamburger:before {
    content: '\eb1e';
}

.bi_interface-star:before {
    content: '\eb1f';
}

.bi_interface-star-a:before {
    content: '\eb20';
}

.bi_interface-target:before {
    content: '\eb21';
}

.bi_interface-thumbnail:before {
    content: '\eb22';
}

.bi_interface-tick:before {
    content: '\eb23';
}

.bi_interface-top:before {
    content: '\eb24';
}

.bi_interface-top-k:before {
    content: '\eb25';
}

.bi_interface-top-r:before {
    content: '\eb26';
}

.bi_interface-undo:before {
    content: '\eb27';
}

.bi_interface-uploading:before {
    content: '\eb28';
}

.bi_interface-vertical:before {
    content: '\eb29';
}

.bi_interface-vertical-a:before {
    content: '\eb2a';
}

.bi_interface-view:before {
    content: '\eb2b';
}

.bi_interface-warning:before {
    content: '\eb2c';
}

.bi_interface-window:before {
    content: '\eb2d';
}

.bi_layout-footer:before {
    content: '\eb2e';
}

.bi_layout-grid:before {
    content: '\eb2f';
}

.bi_layout-half:before {
    content: '\eb30';
}

.bi_layout-header:before {
    content: '\eb31';
}

.bi_layout-sidebar-l:before {
    content: '\eb32';
}

.bi_layout-sidebar-l-a:before {
    content: '\eb33';
}

.bi_layout-sidebar-l-half:before {
    content: '\eb34';
}

.bi_layout-sidebar-l-half-a:before {
    content: '\eb35';
}

.bi_layout-sidebar-r:before {
    content: '\eb36';
}

.bi_layout-sidebar-r-a:before {
    content: '\eb37';
}

.bi_layout-sidebar-r-half:before {
    content: '\eb38';
}

.bi_layout-sidebar-r-half-a:before {
    content: '\eb39';
}

.bi_layout-third-h:before {
    content: '\eb3a';
}

.bi_layout-third-v:before {
    content: '\eb3b';
}

.bi_layout-wireframe:before {
    content: '\eb3c';
}

.bi_layout-wireframe-a:before {
    content: '\eb3d';
}

.bi_interface-alt-cross:before {
    content: '\eb3e';
}

.bi_interface-alt-fullscreen:before {
    content: '\eb3f';
}

.bi_interface-alt-minus:before {
    content: '\eb40';
}

.bi_interface-alt-plus:before {
    content: '\eb41';
}

.bi_interface-alt-tick:before {
    content: '\eb42';
}

.bi_interface-alt-widescreen:before {
    content: '\eb43';
}

.bi_interface-arrow-all:before {
    content: '\eb44';
}

.bi_interface-arrow-bottom:before {
    content: '\eb45';
}

.bi_interface-arrow-bottom-circle:before {
    content: '\eb46';
}

.bi_interface-arrow-left:before {
    content: '\eb47';
}

.bi_interface-arrow-left-b:before {
    content: '\eb48';
}

.bi_interface-arrow-left-circle:before {
    content: '\eb49';
}

.bi_interface-arrow-left-t:before {
    content: '\eb4a';
}

.bi_interface-arrow-right:before {
    content: '\eb4b';
}

.bi_interface-arrow-right-b:before {
    content: '\eb4c';
}

.bi_interface-arrow-right-circle:before {
    content: '\eb4d';
}

.bi_interface-arrow-right-t:before {
    content: '\eb4e';
}

.bi_interface-arrow-top:before {
    content: '\eb4f';
}

.bi_interface-arrow-top-circle:before {
    content: '\eb50';
}

.bi_animal-dog-a:before {
    content: '\eb51';
}

.bi_interface-horizontal-a-1:before {
    content: '\eb52';
}

.bi_interface-vertical-a-1:before {
    content: '\eb53';
}

.bi_interface-diag:before {
    content: '\eb54';
}

.bi_interface-diag-a:before {
    content: '\eb55';
}

@font-face {
    font-family: "icons";
    src: url("../fonts/icons/icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    content: attr(data-icon);
}

[data-icon]:before,
[class*=icons8]:before {
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.icons8-anchor:before {
    content: "\f100";
}

.icons8-apartment:before {
    content: "\f101";
}

.icons8-armchair:before {
    content: "\f102";
}

.icons8-attach:before {
    content: "\f103";
}

.icons8-basement:before {
    content: "\f104";
}

.icons8-basketball:before {
    content: "\f105";
}

.icons8-bath:before {
    content: "\f106";
}

.icons8-bungalow:before {
    content: "\f107";
}

.icons8-bureau:before {
    content: "\f108";
}

.icons8-calendar:before {
    content: "\f109";
}

.icons8-cathedral:before {
    content: "\f10a";
}

.icons8-chat:before {
    content: "\f10b";
}

.icons8-checked:before {
    content: "\f10c";
}

.icons8-checked-checkbox-2:before {
    content: "\f10d";
}

.icons8-circled-play:before {
    content: "\f10e";
}

.icons8-circled-right-2:before {
    content: "\f10f";
}

.icons8-combo-chart:before {
    content: "\f110";
}

.icons8-coniferous-tree:before {
    content: "\f111";
}

.icons8-construction-worker:before {
    content: "\f112";
}

.icons8-currency-exchange:before {
    content: "\f113";
}

.icons8-degrees:before {
    content: "\f114";
}

.icons8-desk-lamp:before {
    content: "\f115";
}

.icons8-dining-room:before {
    content: "\f116";
}

.icons8-doc:before {
    content: "\f117";
}

.icons8-edit-property:before {
    content: "\f118";
}

.icons8-email:before {
    content: "\f119";
}

.icons8-exterior:before {
    content: "\f11a";
}

.icons8-factory:before {
    content: "\f11b";
}

.icons8-floor-plan:before {
    content: "\f11c";
}

.icons8-fork-lift:before {
    content: "\f11d";
}

.icons8-forward-arrow:before {
    content: "\f11e";
}

.icons8-front-desk:before {
    content: "\f11f";
}

.icons8-garage:before {
    content: "\f120";
}

.icons8-garage-closed:before {
    content: "\f121";
}

.icons8-garage-open:before {
    content: "\f122";
}

.icons8-gas:before {
    content: "\f123";
}

.icons8-gender-neutral-user:before {
    content: "\f124";
}

.icons8-geo-fence:before {
    content: "\f125";
}

.icons8-globe-earth:before {
    content: "\f126";
}

.icons8-guest:before {
    content: "\f127";
}

.icons8-high-importance:before {
    content: "\f128";
}

.icons8-home:before {
    content: "\f129";
}

.icons8-lamp:before {
    content: "\f12a";
}

.icons8-launched-rocket:before {
    content: "\f12b";
}

.icons8-layers:before {
    content: "\f12c";
}

.icons8-length:before {
    content: "\f12d";
}

.icons8-light-automation:before {
    content: "\f12e";
}

.icons8-like:before {
    content: "\f12f";
}

.icons8-like-filled:before {
    content: "\f130";
}

.icons8-list:before {
    content: "\f131";
}

.icons8-long-arrow-right:before {
    content: "\f132";
}

.icons8-maintenance:before {
    content: "\f133";
}

.icons8-map-marker:before {
    content: "\f134";
}

.icons8-marker:before {
    content: "\f135";
}

.icons8-message:before {
    content: "\f136";
}

.icons8-minus-math:before {
    content: "\f137";
}

.icons8-oil-pump-jack:before {
    content: "\f138";
}

.icons8-online-support:before {
    content: "\f139";
}

.icons8-overtime:before {
    content: "\f13a";
}

.icons8-paddling:before {
    content: "\f13b";
}

.icons8-page-overview-3:before {
    content: "\f13c";
}

.icons8-paint-bucket:before {
    content: "\f13d";
}

.icons8-paint-sprayer:before {
    content: "\f13e";
}

.icons8-pdf:before {
    content: "\f13f";
}

.icons8-permanent-job:before {
    content: "\f140";
}

.icons8-phone:before {
    content: "\f141";
}

.icons8-play:before {
    content: "\f142";
}

.icons8-plumbing:before {
    content: "\f143";
}

.icons8-plus-math:before {
    content: "\f144";
}

.icons8-questions:before {
    content: "\f145";
}

.icons8-quick-mode-on:before {
    content: "\f146";
}

.icons8-quote-left:before {
    content: "\f147";
}

.icons8-recycling:before {
    content: "\f148";
}

.icons8-right:before {
    content: "\f149";
}

.icons8-road-worker:before {
    content: "\f14a";
}

.icons8-roadblock:before {
    content: "\f14b";
}

.icons8-rocket:before {
    content: "\f14c";
}

.icons8-roller-brush:before {
    content: "\f14d";
}

.icons8-rss:before {
    content: "\f14e";
}

.icons8-ruler:before {
    content: "\f14f";
}

.icons8-search:before {
    content: "\f150";
}

.icons8-share:before {
    content: "\f151";
}

.icons8-shop:before {
    content: "\f152";
}

.icons8-shower-and-tub:before {
    content: "\f153";
}

.icons8-sms:before {
    content: "\f154";
}

.icons8-sofa:before {
    content: "\f155";
}

.icons8-street-view:before {
    content: "\f156";
}

.icons8-table:before {
    content: "\f157";
}

.icons8-tags:before {
    content: "\f158";
}

.icons8-talk:before {
    content: "\f159";
}

.icons8-test-tube:before {
    content: "\f15a";
}

.icons8-text-box:before {
    content: "\f15b";
}

.icons8-truck:before {
    content: "\f15c";
}

.icons8-wall-socket:before {
    content: "\f15d";
}

.icons8-wardrobe:before {
    content: "\f15e";
}

.icons8-watch:before {
    content: "\f15f";
}

.icons8-water:before {
    content: "\f160";
}

.icons8-work:before {
    content: "\f161";
}

.icons8-worker:before {
    content: "\f162";
}

.icons8-workers:before {
    content: "\f163";
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) {
    .col-md-9.single-post{
        width: calc(75% - 15px);
        margin-right: 15px;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 769px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 769px) {
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*---------------------- 03 - BUTTONS  ----------------------*/

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 320px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position: relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.logged-in.admin-bar .mobile_sidebar {
    padding-top: 49px;
}

.title {
    font-size: 19px;
    text-transform: uppercase;
}

.title.-h1 {
    font-size: 50px;
}

.title.-h2 {
    font-size: 42px;
}

.title.-h3 {
    font-size: 32px;
}

.title.-h4 {
    font-size: 19px;
}

.title.-small {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 29px;
}

.text {
    font-size: 17px;
    line-height: 27px;
}

.text.-medium {
    font-size: 19px;
    line-height: 29px;
}

@media (max-width: 992px) {
    .title.-h1 {
        font-size: 40px;
    }
    .title.-h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .title.-h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (max-width: 769px) {
    .title.-h1 {
        font-size: 35px;
    }
    .title.-h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .title.-h3 {
        font-size: 22px;
        line-height: 28px;
    }
}

img.alignnone {
    margin-right: 0;
}

img.alignright,
img.alignnone,
img.alignleft,
img.aligncenter {
    max-width: 100%;
    height: auto;
}

.select {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.field select {
    display: none;
}

.select select {
    width: 100%;
    position: absolute;
    left: -9999em;
}

.select.-wide {
    width: 100%;
}

.select.-on_dark .select2-selection {
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.2);
    color: #000;
    opacity: 0.5;
}

/*  blue */
.select.-on_blue .select2 {
    width: 100% !important;
    display: block;
    background-color: rgba(255, 255, 255, 0);
}

.select.-on_blue .select2-selection {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}
.-on_blue select2 {
    background: transparent;
}

#select2-blue-results .select2-results__option--highlighted {
    color: #fff;
    background: #008aff;
}

.-on_blue .wpcf7-submit {
    background-color: #008aff;
    color: #fff;
    font-size: 17px;
    padding: 16px 30px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.-on_blue.field input:focus,
.-on_blue.field textarea:focus {
    border-color: #ffffff;
}

.-on_blue.field select,
.-on_blue.field input,
.-on_blue.field textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid transparent;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    resize: none;
    vertical-align: top;
    color: #ffffff;
}


.-on_blue.field input::-moz-placeholder,
.-on_blue.field textarea::-moz-placeholder { 
    color: #fff ;
    opacity: 1;
}
.-on_blue.field input::-webkit-input-placeholder,
.-on_blue.field textarea::-webkit-input-placeholder { 
    color: #fff ;
    opacity: 1;
}

.-on_blue.field input:-ms-input-placeholder,
.-on_blue.field textarea:-ms-input-placeholder { 
    color: #fff ;
    opacity: 1;
}

.-on_blue.field input:-moz-placeholder,
.-on_blue.field textarea:-moz-placeholder { 
    color: #fff ;
    opacity: 1;
}



.-on_blue .contact_form--files_list span {
    color: #fff;
}

.-on_blue .contact_form--files_list span:before {
    color: #ffffff;
    font-weight: 200;
}

/*  */

.select.-on_dark .select2-selection:after {
    opacity: 0.5;
}

.select.-on_dark .select2-selection__placeholder {
    color: #000;
}

.select.-on_dark .select2-selection {
    color: #000000;
    opacity: 0.5;
}

.select.-on_dark .select2-selection.selected {
    color: #000;
}

.select.-on_dark .select2-container--focus .select2-selection,
.select.-on_dark .select2-container--open .select2-selection {
    border-color: rgba(255, 255, 255, 0.4);
}

.select2 {
    width: 100% !important;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
}

.article--meta_item.-date{
   margin-left: -2px;
}


.widget .textwidget select {
    width: -webkit-calc(100% - 25px);
    width: calc(100% - 25px);
    margin-left: 15px;
    margin-bottom: 21px;
    padding: 0;
}

.widget.widget_categories select,
.widget.widget_archive select{
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    cursor: pointer;
}
.widget.widget_categories,
.widget.textwidget,
.widget.widget_archive{
    background-color: #fff;
}

.widget.widget_archive select,
.widget.widget_categories select{
    width: calc(100% - 25px);
    margin-left: 15px;
    margin-bottom: 21px;
    margin-top: 25px!important;
    padding: 0;
}

.select2-selection {
    display: block;
    width: 100%;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 54px;
    line-height: 52px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    border: 2px solid #e9e9e9;
    background: #fcfcfc;
    color: #262626;
}

.select2-selection:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #d1d1d1 transparent transparent transparent;
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -2px 0 0;
    content: '';
    background-size: 100% 100%;
}

.select2-selection .select2-search {
    border: 0;
}

.select2-selection:hover {
    border-color: #e1e1e1;
}

.select2-selection {
    color: #ccc;
}

.select2-selection.selected {
    color: #222;
}

.select2-selection__placeholder {
    color: #262626;
    opacity: 0.3;
}

.select2-selection__rendered:empty:before {
    visibility: hidden;
    content: '\007C\00a0\00a0';
}

.select2-search {
    display: none;
}

.select2-search__field {
    display: none;
}

.select2-search--hide {
    display: none;
}

.select2-dropdown {
    position: absolute;
    margin: 6px 0 0;
    z-index: 10000;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.select2-dropdown .select2-results {
    display: block;
    padding: 5px 0;
}

.select2-dropdown .select2-results li {
    cursor: pointer;
    padding: 10px 20px;
    margin: 11px 0 0;
    position: relative;
}

.select2-dropdown .select2-results li:before {
    display: block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    top: -6px;
    left: 0;
    content: '';
}

.select2-dropdown .select2-results li:first-child {
    margin: 0;
}

.select2-dropdown .select2-results li:first-child:before {
    display: none;
}

.select2-dropdown .select2-results li[aria-disabled=true]+.select2-dropdown .select2-results li {
    margin: 0;
}

.select2-dropdown .select2-results li[aria-disabled=true]+.select2-dropdown .select2-results li:before {
    display: none;
}

.select2-dropdown .select2-results__option--highlighted {
    color: #fff;
    background: #ff5e14;
}

.select2-dropdown .select2-results>.select2-results__options {
    max-height: 200px;
    overflow: auto;
}

.select2-dropdown--above {
    margin: 0 0 6px;
}

li[aria-disabled="true"] {
    display: none;
}

.slick-slide {
  height: auto;
}

.slick-slider .slick-track {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: -1px;
    margin-bottom: -1px;
}

.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-slide img,
.slick-slider .slick-slide a {
    outline: none;
}

.slick-slider .slick-dots {
    text-align: center;
}

.slick-slider .slick-dots>li {
    display: inline-block;
    position: relative;
    width: 20px;
    vertical-align: top;
    margin: 0px;
}

.slick-slider .slick-dots>li button {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    margin: -5px 0;
    position: relative;
}

.slick-slider .slick-dots>li button:before {
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff5e14;
    content: '';
    border-radius: 50%;
    opacity: 0.3;
    text-indent: -9999px;
}
.clients.-dark .slick-slider .slick-dots>li button:before {
    background-color: #ff5e14;
}

.slick-slider .slick-dots>li.slick-active button:before {
    opacity: 1;
}

.button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    padding: 14px 20px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    background-color: #fff;
    transition: color 0.2s, background-color 0.2s;
}

.button:active {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2);
}

.button.-bordered {
    border: 2px solid #000;
    padding: 12px 18px;
    background-color: transparent;
}

.button.-bordered:active {
    border: 0;
    padding: 14px 20px;
}

.button.-white_orange {
    background-color: #ffffff;
    color: #ff5e14;
}

.button.-white_orange:hover {
    background-color: #ff5e14;
    color: #ffffff;
}

.button.-white {
    background-color: #fff;
    color: #262626;
}

.button.-white:hover {
    background-color: #e6e6e6;
}

.button.-white.-bordered {
    background-color: transparent;
    color: #fff;
}

.button.-white.-bordered:hover {
    background-color: #fff;
}

.button.-green {
    background-color: #8eb220;
    color: #fff;
}

.button.-green:hover {
    background-color: #80a01d;
}

.button.-green.-bordered {
    background-color: transparent;
    color: #8eb220;
    border-color: #8eb220;
}

.button.-green.-bordered:hover {
    background-color: #80a01d;
    border-color: #80a01d;
    color: #fff;
}

.button.-blue_light {
    background-color: #ff5e14;
    color: #fff;
}

.button.-blue_light:hover {
    background-color: #ff5e14CC;
}

.button.-blue_light.-bordered {
    background-color: transparent;
    color: #59bcdb;
    border-color: #59bcdb;
}

.button.-blue_light.-bordered:hover {
    background-color: #40b2d6;
    border-color: #40b2d6;
    color: #fff;
}

.button.-blue_dark {
    background-color: #0b66a2;
    color: #fff;
}

.button.-blue_dark:hover {
    background-color: #0a5c92;
}

.button.-blue_dark.-bordered {
    background-color: transparent;
    color: #0b66a2;
    border-color: #0b66a2;
}

.button.-blue_dark.-bordered:hover {
    background-color: #0a5c92;
    border-color: #0a5c92;
    color: #fff;
}

.button.-picton_blue {
    background-color: #34c1e4;
    color: #fff;
}

.button.-picton_blue:hover {
    background-color: #1eb8de;
}

.button.-picton_blue.-bordered {
    background-color: transparent;
    color: #34c1e4;
    border-color: #34c1e4;
}

.button.-picton_blue.-bordered:hover {
    background-color: #1eb8de;
    border-color: #1eb8de;
    color: #fff;
}

.button.-emerald {
    background-color: #5cc67b;
    color: #fff;
}

.button.-emerald:hover {
    background-color: #47be6a;
}

.button.-emerald.-bordered {
    background-color: transparent;
    color: #5cc67b;
    border-color: #5cc67b;
}

.button.-emerald.-bordered:hover {
    background-color: #47be6a;
    border-color: #47be6a;
    color: #fff;
}

.button.-red {
    background-color: #ff5e14;
    color: #fff;
}

.button.-red:hover {
    background-color: rgba(255, 94, 20, .8);
}

.button.-red.-bordered {
    background-color: transparent;
    color: #ed5151;
    border-color: #ed5151;
}

.button.-red.-bordered:hover {
    background-color: #ea3434;
    border-color: #ea3434;
    color: #fff;
}

.button.-waikawa_gray {
    background-color: #6975a6;
    color: #fff;
}

.button.-waikawa_gray:hover {
    background-color: #5b6799;
}

.button.-waikawa_gray.-bordered {
    background-color: transparent;
    color: #6975a6;
    border-color: #6975a6;
}

.button.-waikawa_gray.-bordered:hover {
    background-color: #5b6799;
    border-color: #5b6799;
    color: #fff;
}

.button.-venice_blue {
    background-color: #0a568a;
    color: #fff;
}

.button.-venice_blue:hover {
    background-color: #094d7c;
}

.button.-venice_blue.-bordered {
    background-color: transparent;
    color: #0a568a;
    border-color: #0a568a;
}

.button.-venice_blue.-bordered:hover {
    background-color: #094d7c;
    border-color: #094d7c;
    color: #fff;
}

.button.-yellow {
    background-color: #ff5e14;
    color: #fff;
}

.button.-yellow:hover {
    background-color: rgba(255, 94, 20, 0.8);
}

.button.-yellow.-bordered {
    background-color: transparent;
    color: #ff5e14;
    border-color: #ff5e14;
}

.button.-yellow.-bordered:hover {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #fff;
}

.button.-gray_dark {
    background-color: #3b3b3b;
    color: #fff;
}

.button.-gray_dark:hover {
    background-color: #353535;
}

.button.-gray_dark.-bordered {
    background-color: transparent;
    color: #3b3b3b;
    border-color: #3b3b3b;
}

.button.-gray_dark.-bordered:hover {
    background-color: #353535;
    border-color: #353535;
    color: #fff;
}

.button.-arrowed .button--inner:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 17px;
    margin: 0 0 0 7px;
    position: relative;
    top: 1px;
}

.button.-arrowed.-large .button--inner:after {
    margin-right: -8px;
}

.button.-arrow_on_hover .button--inner {
    position: relative;
    margin: 0 -10px;
    padding: 0 10px;
    transition: padding 0.2s;
}

.button.-arrow_on_hover .button--inner i {
    position: absolute;
    top: 50%;
    right: 5px;
    opacity: 0;
    color: #fff;
    transition: all 0.2s;
    font-size: 15px;
    margin: -7px 0 0;
}

.button.-arrow_on_hover:hover .button--inner {
    padding: 0 20px 0 0;
}

.button.-arrow_on_hover:hover i {
    opacity: 1;
    right: 0px;
}

.button.-arrow_on_hover.-large:hover .button--inner {
    padding: 0 20px 0 0;
}

.button.-arrow_on_hover.-large:hover .button--inner i {
    opacity: 1;
    right: -5px;
}

.button.-large {
    font-size: 17px;
    padding: 17px 34px;
}

.button.-small {
    font-size: 16px;
    padding: 14px 30px;
}

.button.-large.-bordered {
    padding: 14px 28px;
}

.button.-large.-bordered:active {
    padding: 16px 30px;
}

.button.-wide {
    display: block;
    width: 100%;
}

.button.-menu_size {
    padding: 12px 20px;
}
.button.-big_size {
  padding: 18px 20px;
}

.button.-menu_size.-bordered {
    padding: 10px 18px;
}

.button.-menu_size.-bordered:active {
    padding: 12px 20px;
}

@media (max-width: 769px) {
    .button {
        white-space: normal;
        font-size: 13px;
        padding: 12px 16px;
    }
    .button .button--inner {
        padding: 0 !important;
        margin: 0 !important;
    }
    .button.-bordered {
        padding: 10px 12px;
    }
    .button.-with_arrow:hover i {
        display: none;
    }
    .button.-large {
        font-size: 15px;
        padding: 14px 24px;
    }
}

.field {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.field select,
.field input,
.field textarea {
    width: 100%;
    background: #fcfcfc;
    border: 2px solid #e9e9e9;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 20px;
    position: relative;
    z-index: 1;
    resize: none;
    vertical-align: top;
    color: #262626;
}

.field select {
    padding-top: 16px;
    color: rgba(38, 38, 38, 0.38);
}

.field select:focus {
    color: #262626;
}

.-on_dark .ajax-loader {
    display: block;
}

.-on_dark .wpcf7-submit {
    background-color: #ff5e14;
    color: #fff;
    font-size: 17px;
    padding: 16px 30px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.-on_dark .wpcf7-submit:hover {
    background-color: #ef4b00;
}

.wpcf7-form .select,
.wpcf7-form .field {
    padding-top: 20px;
}

.contact_form--files,
.contact_form--submit {
    padding-top: 20px;
}
.submit-np {
  padding-top: 0;
}

.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
    color: #262626;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.field input:-moz-placeholder,
.field textarea:-moz-placeholder {
    color: #262626;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
    color: #262626;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
    color: #262626;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.field input:focus,
.field textarea:focus {
    border-color: #ff5e14;
}

.field.-medium input,
.field.-medium textarea {
    font-size: 17px;
    line-height: 27px;
    padding: 14px 20px;
}

.field.-wide {
    display: block;
}

.field.-on_dark input,
.field.-on_dark textarea {
    background-color: rgba(255, 255, 255, 0.7);
    border-color: transparent;
    color: #000000;
}

.field.-on_dark input::-webkit-input-placeholder,
.field.-on_dark textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.field.-on_dark input:-moz-placeholder,
.field.-on_dark textarea:-moz-placeholder {
    color: #000;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.field.-on_dark input::-moz-placeholder,
.field.-on_dark textarea::-moz-placeholder {
    color: #000;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.field.-on_dark input:-ms-input-placeholder,
.field.-on_dark textarea:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.field.-on_dark input:focus,
.field.-on_dark textarea:focus {
    border-color: rgba(255, 255, 255, 0.4);
    
}

.field.-on_dark input:focus,
.field.-on_dark textarea:focus {
    border-color: #ff5e14;
}

.form--row {
    margin: 20px -20px 0;
}

.form--row:first-of-type {
    margin-top: 0;
}

.form--row_inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.form--col {
    display: table-cell;
}

.form--footer {
    margin: 20px 0 0;
}

.form--footer_buttons {
    text-align: right;
}

@media (max-width: 769px) {
    .form--row_inner,
    .form--row,
    .form--col {
        display: block;
        border-spacing: 0;
        margin: 0;
    }
    .form--col {
        margin: 15px 0 0;
    }
}

.c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 96px;
    height: 96px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    right: 18px;
    height: 8px;
    background: #363636;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #363636;
    content: "";
}

.c-hamburger span::before {
    top: -20px;
}

.c-hamburger span::after {
    bottom: -20px;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.c-hamburger--htx.is-active span,
.slideout-open .c-hamburger--htx span {
    background: none !important;
}

.c-hamburger--htx.is-active span::before,
.slideout-open .c-hamburger--htx span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after,
.slideout-open .c-hamburger--htx span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.slideout-open .c-hamburger--htx span::before,
.c-hamburger--htx.is-active span::after,
.slideout-open .c-hamburger--htx span::after {
    transition-delay: 0s, 0.3s;
}

/*---------------------- 04 - HERO  ----------------------*/

.topbar {
    padding: 15px 0 14px;
    background:#f3f3f3;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 1000;
}

.topbar.-dark {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar [class*=col]:after {
    content: "";
    display: table;
    clear: both;
}

.topbar .select_language {
    float: left;
    margin: 0 35px 0 0;
}

.topbar .follow_us {
    float: left;
}

.topbar .topbar_contacts {
    float: right;
    padding: 1px 0 0;
}

.topbar--right .follow_us {
    float: right;
    margin-left: 10px;
}

@media (max-width: 992px) {
    .topbar .topbar_contacts {
        float: left;
    }
    .topbar [class*=col] {
        margin: 15px 0 0;
    }
    .topbar [class*=col]:first-child {
        margin: 0;
    }
}

.header {
    background: #ffffff;
    position: relative;
    z-index: 100;
    color: #262626;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}

.header.-backgroundless {
    background: none;
}

.header--inner {
    padding: 29px 0;
}

.header--inner .row {
    position: relative;
}

.header--right {
    float: right;
}

@media(min-width:1200px) {
    .header--right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }
}

.header--logo {
    position: relative;
    z-index: 1;
}

.header--logo a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.header--logo img {
    height: auto;
}

.header--menu_opener {
    display: none;
    position: absolute;
    left: 12px;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    z-index: 1;
    color: #fff;
    padding: 0;
}

.header--menu_opener .c-hamburger {
    top: 2px;
    left: 2px;
    -webkit-transform: scale(0.4) translate(-50%, -50%);
    transform: scale(0.4) translate(-50%, -50%);
}

.header--menu_opener .c-hamburger span,
.header--menu_opener .c-hamburger span:before,
.header--menu_opener .c-hamburger span:after {
    background: #000;
}

.header .container>.row {
    position: relative;
}

.header .row>[class*=col] {
    position: static !important;
}

.unit .menu-item-search{
    display: none!important;
}

.header .header_nav.-wide {
    background: #fff;
    max-width: 1172px;
    width: 100%;
    position: absolute;
    top: 91px;
    left: 50%;
    transform: translate(-50%,0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14) inset;
}

@media screen and (max-width: 1199px) {
    .header .header_nav.-wide {
        top: 149px;
        max-width: 1024px;
    }
    .header--right{
        text-align: center;
        margin-top: 15px;
    }
}

.header_sticky {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.25s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 31;
    opacity: 0;
}

.header_sticky.-stick {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    will-change: transform;
}

.header_sticky.-stick.-backgroundless {
    background: #fff;
}

@media (max-width: 1200px) {
    .header--logo {
        padding: 0;
        text-align: center;
    }
    .header--right {
        float: none;
        padding: 10px 0 0;
    }
}

@media (max-width: 991px) {
    .header {
        padding: 0;
    }
    .header--logo {
        text-align: center;
    }
    .header--menu_opener {
        display: block !important;
        margin: -30px 0 0;
    }
    .slideout-open .header--menu_opener{
        display: none!important;
    }
    .header--menu_opener .c-hamburger span{
        background: #000!important;
    }
    .header--menu_opener .c-hamburger span::before{
        top: -20px!important;
    }
    .header--menu_opener .c-hamburger span::after{
        bottom: -20px!important;
    }
    .header--menu_opener .c-hamburger span::before,
    .header--menu_opener .c-hamburger span::after{
        -webkit-transform: rotate(0)!important;
        -moz-transform: rotate(0)!important;
        -ms-transform: rotate(0)!important;
        -o-transform: rotate(0)!important;
        transform: rotate(0)!important;
    }

    .mobile_sidebar--closer{
        display: block!important;
    }
}

@media (max-width: 769px) {
    .header--menu_opener {
        left: 0;
    }
}

.header_nav {
    display: inline-block;
}

.header_nav.-right {
    float: right;
}

.header_nav--phone {
    font-size: 15px;
    display: inline-block;
    padding: 5px 0 5px 37px;
    color: #fff;
    position: relative;
    margin: 0 0 0 18px;
    font-size: 18px;
}

.header_nav--phone:before {
    width: 1px;
    height: 30px;
    background: #fff;
    opacity: 0.1;
    content: '';
    position: absolute;
    left: -23px;
    top: 0;
}

.header_nav--phone .bi_com-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-size: 21px;
    position: absolute;
    top: 3px;
    left: 0;
}

.header_nav.-wide {
    width: 100%;
    border-top: 1px solid #e9e9e9;
}

.header_nav.-wide .header_nav--inner {
    max-width: 1140px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .header_nav.-wide .header_nav--inner {
        width: 940px;
    }
}

.header_search {
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.header_search--dropdown {
    display: none;
    background: #fff;
    width: 210px;
    border-radius: 3px;
    left: -180px;
    top: 35px;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.header_search--dropdown:before {
    content: '';
    position: absolute;
    display: block;
    left: 185px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.header_search--dropdown input {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 14px 15px;
}

.header_search--opener {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
}

.header_search--opener [class*=icons8] {
    display: block;
    font-size: 22px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header_search--opener.-active [class*=bi_]:before {
    color: #3499e0;
}

.header_auth {
    display: inline-block;
}

.header_auth>a {
    color: #3499e0;
    display: inline-block;
    padding: 0 30px 0 30px;
    position: relative;
    font-weight: 500;
}

.header_auth>a:hover {
    text-decoration: underline;
}

.header_auth>a:before {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 25px;
    background: #e5e5e5;
    top: -5px;
    left: 0px;
}

.follow_us strong {
    display: inline-block;
    font-weight: 500;
    color: #b5b5b5;
}

.follow_us ul {
    display: inline-block;
}

.follow_us ul li {
    display: inline-block;
    margin: 0 0 0 17px;
}

.follow_us a {
    color: #b5b5b5;
    transition: opacity 0.3s ease;
}

.follow_us a:hover {
    opacity: 0.3;
}

.follow_us.-mobile_sidebar {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.follow_us.-mobile_sidebar strong {
    display: none;
}

.follow_us.-mobile_sidebar ul {
    display: block;
    text-align: center;
    font-size: 20px;
}

.follow_us.-mobile_sidebar ul li {
    margin: 0 7px;
}

.select_language {
    position: relative;
}

.select_language--opener {
    border: 0;
    margin: 0;
    outline: none;
    background: none;
    position: relative;
    font-size: 15px;
    color: #b5b5b5;
    padding: 0 16px 0 26px;
    font-weight: 500;
    height: 20px;
    top: -1px;
}

.select_language--opener:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -1px 0 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #b5b5b5 transparent transparent transparent;
}

.select_language--opener .select_language--opener_icon {
    font-size: 23px;
    position: absolute;
    top: 50%;
    left: -2px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.select_language--opener:hover {
    text-decoration: none;
}

.select_language--list {
    display: none;
    position: absolute;
    top: 27px;
    left: 30px;
    width: 150px;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 3px;
    background: #fff;
}

.select_language--list>li {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

.select_language--list>li>a {
    color: #000;
    padding: 10px 0 10px 20px;
    display: block;
}

.select_language--list>li>a:hover {
    background: #ff5e14;
    color: #fff;
}

.select_language--list>li:last-child {
    border-bottom: none;
    border-radius: 0 0 3px 3px;
}

.select_language--list:before {
    content: '';
    position: absolute;
    display: block;
    left: 74px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.select_language.-opened .select_language--list {
    display: block;
}

.select_language.-mobile_sidebar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.select_language.-mobile_sidebar .select_language--opener {
    display: block;
    width: 100%;
    color: #fff;
    padding: 17px 20px 17px 50px;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: auto;
    text-decoration: none;
    font-weight: 600;
}

.select_language.-mobile_sidebar .select_language--opener:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -4px 0 0;
    display: block;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    content: '';
    opacity: 0.3;
}

.select_language.-mobile_sidebar .select_language--opener_icon {
    left: 20px;
}

.select_language.-mobile_sidebar .select_language--list {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    background: none;
    box-shadow: none;
}

.select_language.-mobile_sidebar .select_language--list:before {
    display: none;
}

.select_language.-mobile_sidebar .select_language--list li {
    border: 0;
    padding: 0;
}

.select_language.-mobile_sidebar .select_language--list a {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.3);
    display: block;
    padding: 17px 20px 17px 40px;
}

.select_language.-mobile_sidebar .select_language--list a:hover {
    background: none;
}

.select_language.-mobile_sidebar.-opened .select_language--opener:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.topbar_contacts--item {
    display: inline-block;
    margin: 0 0 0 37px;
    padding: 0 0 0 27px;
    position: relative;
    color: #b5b5b5;
}

.topbar_contacts--item span i {
    font-size: 20px;
    display: block;
    font-weight: 300;
    position: absolute;
    top: -4px;
    left: 0;
}

.topbar_contacts--item span i.icons8-message {
    margin-top: 0;
}

.topbar_contacts--item span i.icons8-talk {
    font-size: 24px;
    margin-top: -2px;
}

.topbar_contacts--item:first-child {
    margin: 0;
}

.topbar_contacts.-mobile_sidebar .topbar_contacts--item {
    display: block;
    margin: 0;
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 20px;
}

.topbar_contacts.-mobile_sidebar .topbar_contacts--item [class*=contact_] {
    display: block;
    padding: 0 20px 0 30px;
    position: relative;
}

.topbar_contacts [class*=contact_] a {
    color: inherit;
}

.topbar_contacts [class*=contact_] a:hover {
    text-decoration: underline;
}

.section {
    padding: 100px 0;
    background-size: cover;
    background: #f7f7f7;
    position: relative;
}

.section--header {
    margin: -20px 0 70px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.section--title {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.section--title.-left {
    text-align: left;
}

.section--description {
    font-size: 20px;
    font-family: "Roboto";
    line-height: 30px;
    color: #262626;
    opacity: 0.6;
    text-align: center;
    margin: 15px 0 0 0;
    font-weight: 400;
}

.section--description.-left {
    text-align: left;
}

.section--text .title.-h2 {
    margin: 0 0 35px;
}

.section--footer {
    text-align: center;
    padding: 70px 0 0;
}

.section.-odd {
    background: #f7f7f7;
}

.section.-bordered {
    border-top: 1px solid #e9e9e9;
}

.section.-hide {
    display: none;
}

.section.-dark_mode {
    background-color: transparent;
}

.section.-dark {
    background-color: #333;
}

.section.-dark_mode .section--title,
.section.-dark .section--title {
    color: #fff;
}

.section.-dark_mode .section--description,
.section.-dark .section--description {
    color: #b4b4b5;
    opacity: 1;
}

.section.-parallax {
    background-attachment: fixed !important;
}

.section.-compact {
    padding: 80px 0;
}

.section.-pattern {
    background-size: auto;
    background-repeat: repeat;
}

.section.-pattern.-light {
    background-image: url("../images/design/patterns/pattern-light.png");
}

.section.-pattern.-dark {
    background-image: url("../images/design/patterns/pattern-dark.png");
    background-color: #333;
}

.section.-rounded {
    border-radius: 50%/50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 150px;
    margin-left: -15px;
    margin-right: -15px;
}

.section.-rounded+.section {
    margin-top: -50px;
    padding-top: 200px;
}

.section.-paddingless {
    padding: 0 !important;
}

.section.-cut {
    overflow: hidden;
}

.section:nth-child(1) {
    z-index: 30;
}

.section:nth-child(2) {
    z-index: 29;
}

.section:nth-child(3) {
    z-index: 28;
}

.section:nth-child(4) {
    z-index: 27;
}

.section:nth-child(5) {
    z-index: 26;
}

.section:nth-child(6) {
    z-index: 25;
}

.section:nth-child(7) {
    z-index: 24;
}

.section:nth-child(8) {
    z-index: 23;
}

.section:nth-child(9) {
    z-index: 22;
}

.section:nth-child(10) {
    z-index: 21;
}

.section:nth-child(11) {
    z-index: 20;
}

.section:nth-child(12) {
    z-index: 19;
}

.section:nth-child(13) {
    z-index: 18;
}

.section:nth-child(14) {
    z-index: 17;
}

.section:nth-child(15) {
    z-index: 16;
}

.section:nth-child(16) {
    z-index: 15;
}

.section:nth-child(17) {
    z-index: 14;
}

.section:nth-child(18) {
    z-index: 13;
}

.section:nth-child(19) {
    z-index: 12;
}

.section:nth-child(20) {
    z-index: 11;
}

.section:nth-child(21) {
    z-index: 10;
}

.section:nth-child(22) {
    z-index: 9;
}

.section:nth-child(23) {
    z-index: 8;
}

.section:nth-child(24) {
    z-index: 7;
}

.section:nth-child(25) {
    z-index: 6;
}

.section:nth-child(26) {
    z-index: 5;
}

.section:nth-child(27) {
    z-index: 4;
}

.section:nth-child(28) {
    z-index: 3;
}

.section:nth-child(29) {
    z-index: 2;
}

.section:nth-child(30) {
    z-index: 1;
}

.section_divider {
    height: 1px;
    background: #e9e9e9;
    border: 0;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0 auto;
}

.section_divider.-narrow {
    max-width: 1170px;
}

@media (max-width: 992px) {
    .section {
        padding: 0 0 50px 0 !important;
    }
    .section--header {
        margin: 0 0 10px;
    }
    .section--title {
        font-size: 40px;
    }
    .section--description {
        font-size: 17px;
        line-height: 24px;
        margin: 20px 0 0;
    }
    .section--description br {
        display: none;
    }
    .section--footer {
        padding-top: 50px;
    }
    .section.-rounded {
        border-radius: 50%/25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 40px 0 65px !important;
    }
    .section.-rounded+.section {
        margin-top: -25px;
        padding-top: 125px !important;
        padding-bottom: 100px !important;
    }
    .section.-paddingless,
    .section.-paddingless.-rounded {
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 0 0 20px 0 !important;
    }
    .section--title {
        font-size: 30px;
    }
    .section--footer .button {
        display: block;
        width: 100%;
    }
    .section.-rounded {
        padding: 15px 0 40px !important;
    }
}

.notification {
    background: #34c1e4;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.notification--inner {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 18px 30px;
}

.notification--close {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    display: block;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -11px 0 0;
    font-size: 22px;
    color: #fff;
}

.notification--close:hover {
    opacity: 1;
}

@media (max-width: 769px) {
    .notification--inner {
        padding-right: 60px;
    }
    .notification--close {
        font-size: 18px;
        right: 10px;
    }
}

/*---------------------- 05 - FOOTER  ----------------------*/

.footer {
    background-size: cover;
    position: relative;
}

.footer--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    top: 0;
    left: 0;
}

.footer--inner {
    position: relative;
    z-index: 1;
}

.footer.-blue_dark {
    background-color: #0b66a2;
}

.footer_main {
    position: relative;
    padding: 50px 0 0;
    color: #fff;
    line-height: 1.3;
}

.footer_main a {
    color: #fff;
    opacity: 0.5;
    font-size: 14px;
}

.footer_main a:hover {
    text-decoration: none;
    opacity: 1;
    color: #ff5e14;
}

.footer_main--column {
    margin-bottom: 60px;
}

.footer_main--column_title {
    color: #fff;
    font-size: 17px;
    line-height: 29px;
    font-weight: 700;
    display: block;
}

@media (max-width: 1190px) {
    .footer_main--column {
        margin: 50px 0 0;
    }
    .footer_main [class*="col-"]:nth-child(1) .footer_main--column,
    .footer_main [class*="col-"]:nth-child(2) .footer_main--column {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .footer_main--column_title {
        text-align: left;
    }
    .footer_main [class*="col-"]:nth-child(2) .footer_main--column {
        margin: 50px 0 0;
    }
}

.footer_about {
    position: relative;
    padding: 17px 25px 0 0;
}

.footer_about--text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    padding: 0 0 16px;
}

.footer_about--text:last-child {
    padding: 0;
}

@media (max-width: 768px) {
    .footer_about {
        width: 300px;
        margin: 0 auto;
    }
}

.footer_contact_info {
    padding: 5px 0 0;
}

.footer_contact_info--item {
    padding: 10px 0;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.footer_contact_info--item i {
    display: block;
    position: absolute;
    left: -2px;
    top: 12px;
    font-size: 18px;
    color: #ff5e14 !important;
}

.footer_contact_info--item .bi_com-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    font-size: 16px;
}

.footer_contact_info--item .bi_com-email {
    font-size: 16px;
}

.footer_contact_info--item .bi_location-alt-pin {
    font-size: 19px;
    left: -3px;
}

.footer_contact_info--item .bi_time-clock-a {
    font-size: 18px;
}

.footer_contact_info--item span {
    display: inline-block;
    vertical-align: text-top;
    padding: 0 0 0 28px;
    color: #fff;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .footer_contact_info {
        max-width: 300px;
        margin: 0 auto;
    }
}

.footer_navigation,
.footer_main ul {
    padding: 6px 15px 0 0;
}

.footer_navigation--item,
.footer_main ul li:not(.footer_contact_info--item) {
    display: block;
    position: relative;
    padding: 13px 25px 13px 0;
    text-align: left;
}
.footer_main .widget_recent_entries {
    padding-left: 25px;
}

.footer_main ul li.footer_contact_info--item:before {
    display: none;
}

.footer_main ul li.menu-item.menu-item-has-children:before {
    position: absolute;
    content: "\eb14";
    display: block;
    right: 10px;
    padding: 12px 0;
    color: #fff;
    font-size: 12px;
    font-family: Budicon;
}

.footer_main ul li.menu-item {
    padding: 0;
    border: none;
}

.footer_main ul li.menu-item a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_main .sub-menu {
    padding: 0;
}

.footer_main .sub-menu li.menu-item a {
    padding-left: 15px;
}

.footer_navigation--link {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.footer_navigation--link:hover {
    text-decoration: underline;
}

@media (max-width: 769px) {
    .footer_navigation--item {
        width: 300px;
        margin: 0 auto;
    }
    .footer_navigation--item_wrap {
        margin: 0 !important;
    }
    .footer_navigation--item_nav {
        padding: 0 !important;
    }
}

.footer_copyrights.hide-margin {
    margin-top: 0;
}

.footer_copyrights--container {
    padding: 25px 0;
    position: relative;
    z-index: 1;
}
.footer_copyrights--container:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    display: block;
    height: 1px;
    width: 100%;
    opacity: 0.1;
}

.footer_copyrights--item_copyrights {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    text-align: center;
    margin: 0 0 0 0;
}

.unit .footer_copyrights--item_copyrights {
    text-transform: uppercase;
}


@media (max-width: 769px) {
    .footer_copyrights {
        margin: 20px 0 0;
        text-align: center;
    }
    .footer_copyrights--item_copyrights {
        text-align: center;
        margin: 10px 0 0;
        padding: 0;
    }
}

/*---------------------- 06 - TEXT BLOCK SHORTCODE  ----------------------*/

.tip_help {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 380px;
    background: #fff;
    z-index: 100;
    padding: 20px 25px;
    color: #262626;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    will-change: transform;
}

.tip_help--close {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    display: block;
    width: 22px;
    height: 22px;
    opacity: 0.2;
    position: absolute;
    right: 22px;
    top: 29px;
    margin: -11px 0 0;
    font-size: 22px;
    color: #262626;
}

.tip_help--close:hover {
    opacity: 1;
}

.tip_help--close span {
    display: block;
    width: 16px;
    height: 16px;
}

.tip_help--close span:before,
.tip_help--close span:after {
    display: block;
    width: 100%;
    height: 1px;
    background: #262626;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
}

.tip_help--close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tip_help--title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.tip_help--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
}

.tip_help--contact {
    margin: 20px 0 0;
}

.tip_help--contact:after {
    content: "";
    display: table;
    clear: both;
}

.tip_help--contact_card {
    width: 230px;
    float: left;
}

.tip_help--contact_button {
    float: left;
    width: 100px;
    text-align: right;
}

.tip_help--contact_image {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    position: relative;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    padding: 4px;
    margin: 0 15px 0 -5px;
}

.tip_help--contact_image img {
    display: block;
    width: 100%;
    border-radius: 50%;
    width: 100%;
}

.tip_help--contact_name {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin: 9px 0 0;
}

.tip_help--contact_job {
    display: block;
    font-size: 14px;
    color: #969696;
    margin: 7px 0 0;
}

.tip_help--contact_button {
    margin: 8px 0 0;
}

.tip_help.-hide {
    display: none;
}

@media (max-width: 992px) {
    .tip_help {
        display: none;
    }
}

.tip_order {
    display: block;
}

.tip_order [class*=bi_] {
    font-size: 90px;
    position: absolute;
    right: 35px;
    bottom: 20px;
}

.tip_order--button {
    padding: 10px 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.text_block {
    padding-right: 40px;
}

.text_block--title {
    margin-bottom: 45px;
}

.text_block--footer {
    padding-top: 40px;
}

@media (max-width: 992px) {
    .text_block {
        padding: 0;
    }
    .text_block--title {
        margin-bottom: 30px;
    }
    .text_block--footer {
        padding-top: 30px;
    }
}

@media (max-width: 769px) {
    .text_block--title {
        margin-bottom: 20px;
    }
    .text_block--footer .button {
        display: block;
        width: 100%;
    }
}

/*---------------------- 07 - BLOG  ----------------------*/

.post .entry-header {
    padding-top: 30px;
}

.post .entry-title {
    color: #262626;
    font-size: 19px;
    line-height: 29px;
    text-transform: uppercase;
    font-weight: 500;
}

.post .entry-title>a {
    color: #262626;
}

.post .entry-content {
    padding-top: 23px;
    font-size: 17px;
    line-height: 27px;
    color: #9b9b9b;
}

.post .entry-content figure {
    line-height: 0;
}

.post .entry-content figure img {
    width: 100%;
}

.post .entry-content a {
    color: #34c1e4;
}

.post .entry-content a:hover {
    text-decoration: underline;
}

.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
    padding-bottom: 18px;
    color: #363636;
}

.post .entry-content h1 {
    font-size: 30px;
    line-height: 36px;
}

.post .entry-content h2 {
    font-size: 28px;
    line-height: 34px;
}

.post .entry-content h3 {
    font-size: 26px;
    line-height: 32px;
}

.post .entry-content h4 {
    font-size: 24px;
    line-height: 30px;
}

.post .entry-content h5 {
    font-size: 22px;
    line-height: 28px;
}

.post .entry-content h6 {
    font-size: 19px;
    line-height: 25px;
}

.post .entry-content>p {
    margin: 20px 0;
}

.post .entry-content blockquote {
    font-style: italic;
    font-weight: normal;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #0fbe7c;
    margin: 20px 0;
    background: #fff;
}

.post .entry-content blockquote:before,
.post .entry-content blockquote:after {
    content: '';
}

.post .entry-content blockquote cite {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    display: block;
    text-align: right;
}

.post .entry-content table {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
}

.post .entry-content table tr:nth-child(2n) td {
    background: #fafafa;
}

.post .entry-content table th {
    font-weight: bold;
    text-align: left;
    color: #363636;
}

.post .entry-content table td,
.post .entry-content table th {
    border: 1px solid #e5e5e5;
    padding: 8px 14px;
}

.post .entry-content pre,
.post .entry-content code,
.post .entry-content kbd,
.post .entry-content var,
.post .entry-content samp,
.post .entry-content tt {
    font-family: Hack, Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}

.post .entry-content pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.post .entry-content dl {
    margin: 0 0 20px;
}

.post .entry-content dl dt {
    margin: 0 0 3px;
    font-weight: bold;
}

.post .entry-content dl dd {
    margin: 0 0 15px;
}

.post .entry-content ul,
.post .entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

.post .entry-content ul li>ol,
.post .entry-content ol li>ol,
.post .entry-content ul li>ul,
.post .entry-content ol li>ul {
    margin-bottom: 0;
}

.post .entry-content ul {
    list-style: circle;
}

.post .entry-content ol {
    list-style: decimal;
}

.post .entry-content address {
    display: block;
    font-style: italic;
    margin: 0 0 20px;
}

.post .entry-content abbr,
.post .entry-content acronym,
.post .entry-content dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.post .entry-content cite,
.post .entry-content em,
.post .entry-content i {
    font-style: italic;
}

.post .entry-content ins {
    background: #fff;
}

.post .entry-content sub,
.post .entry-content sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

.post .entry-content sub {
    top: 0.5ex;
}

.post .entry-content sup {
    bottom: 1ex;
}

.post .entry-footer {
    padding-top: 22px;
    vertical-align: middle;
}

.post .entry-footer .icon-links {
    float: right;
    display: block;
    color: #9b9b9b;
    font-size: 15px;
    padding: 5px 0 0;
}

.post .entry-footer .icon-links:after {
    content: "";
    display: table;
    clear: both;
}

.post .entry-footer .icon-links>a,
.post .entry-footer .icon-links>div {
    float: left;
    margin: 0 0 0 30px;
    color: #868686;
    font-family: 'Roboto', sans-serif;
}

.post .entry-footer .icon-links>a>a,
.post .entry-footer .icon-links>div>a {
    color: #868686;
}

.post .entry-footer .icon-links>a b,
.post .entry-footer .icon-links>div b {
    font-weight: normal;
}

.post .entry-footer .icon-links [class*=bi_],
.post .entry-footer .icon-links [class*=fa-] {
    font-size: 24px;
    color: #c2c2c2;
    position: relative;
    float: left;
    margin: -5px 8px 0 0;
}

.post .entry-footer .icon-links [class*=bi_]:before,
.post .entry-footer .icon-links [class*=fa-]:before {
    margin: 0;
}

.post .entry-footer .icon-links .fa-heart-o {
    margin-right: 10px;
}

.post .entry-footer .icon-links .bi_com-bubble {
    margin-top: -4px;
}

.post .entry-footer .tags-links {
    position: relative;
    display: inline-block;
    width: 85%;
    margin: -10px 0 0;
}

.post .entry-footer .tags-links>a {
    border: 1px solid #e6e6e6;
    color: #b3b3b3;
    font-size: 15px;
    font-style: italic;
    padding: 6px 10px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    display: inline-block;
}

.post .entry-footer .tags-links>span {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: 1px 1px 1px 1px;
    overflow: hidden;
}

.post--info_userpic {
    height: 62px;
    width: 62px;
    position: absolute;
    left: 0;
    top: -6px;
}

.post--info_userpic img {
    border-radius: 50%;
}

.post--info {
    position: relative;
    padding: 10px 0 0 93px;
}

.post--info_user {
    font-size: 17px;
}

.post--info_user>a {
    color: #262626;
}

.post--info_meta {
    padding-top: 12px;
}

.post--info_meta li {
    display: inline-block;
    margin: 0 0 0 30px;
    color: #9b9b9b;
    font-size: 16px;
    position: relative;
}

.post--info_meta li:before {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #d0d0d0;
    left: -17px;
    top: 7px;
}

.post--info_meta li:first-child {
    margin: 0;
}

.post--info_meta li:first-child:before {
    display: none;
}

.post--info_meta li>a {
    color: #3499e0;
}

.post.-page {
    padding: 0 30px 0 0;
}

.post.-page .entry-header {
    padding-top: 26px;
}

.post.-page .entry-title {
    font-size: 35px;
    line-height: 45px;
}

.post.-page .entry-content {
    padding-top: 20px;
}

.post.-page .entry-footer {
    padding: 42px 0 0;
}

@media (max-width: 992px) {
    .post .entry-footer .icon-links>a,
    .post .entry-footer .icon-links>div {
        display: block;
        float: left;
        margin: 0 20px 0 0;
    }
    .post.-page {
        padding: 0;
    }
    .post.-page .entry-title {
        font-size: 26px;
        line-height: 35px;
    }
    .post.-page .entry-footer .tags-links {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 769px) {
    .post--info_meta li {
        display: block;
        padding: 0;
        margin: 5px 0 0;
    }
    .post--info_meta li:before {
        display: none;
    }
    .post .entry-footer .icon-links {
        float: none;
        display: block;
        margin: 0 0 20px;
    }
    .post .entry-footer .button {
        float: none;
        display: block;
        width: 100%;
    }
}

/*---------------------- 08 - POST DETAIL  ----------------------*/

.pagination {
    position: relative;
    border-top: 1px solid #e2e2e2;
    margin: 0 -15px;
    min-height: 84px;
}

.pagination ul,
.pagination {
    text-align: center;
    color: #9b9b9b;
}

.pagination ul li {
    display: inline-block;
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    padding: 22px 0;
}

.pagination ul li:first-child,
.pagination .page-numbers:first-child {
    margin-left: 0;
}

.pagination ul a {
    color: #969696;
    display: block;
    padding: 10px;
}

.pagination .page-numbers {
    color: #969696;
    display: inline-block;
    font-size: 19px;
    margin-left: 5px;
    position: relative;
    padding: 32px 10px;
}

.pagination ul a:before,
.page-numbers.current:before {
    display: none;
    width: 100%;
    height: 3px;
    background: #ff5e14;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
}

.pagination ul a.-active,
.page-numbers.current {
    color: #ff5e14;
}

.pagination ul a.-active:before,
.page-numbers.current:before {
    display: block;
}

.pagination--link,
.prev.page-numbers,
.next.page-numbers {
    font-size: 18px;
    color: #9b9b9b;
    position: absolute;
}

.pagination--link i.icons8-right {
    display: inline-block;
    position: relative;
    top: 1px;
}

.pagination--link.-prev,
.prev.page-numbers {
    left: 15px;
}

.pagination--link.-prev i.icons8-right,
.prev.page-numbers i.icons8-right {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: -3px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.pagination--link.-next,
.next.page-numbers {
    right: 15px;
}

.pagination--link.-next i {
    margin-right: -3px;
}

.section .pagination {
    margin-top: 20px;
}

.case_studies .pagination {
    margin-top: 100px;
}

@media (max-width: 769px) {
    .pagination {
        min-height: 64px;
    }
    .pagination ul,
    .pagination .page-numbers {
        display: none;
        text-align: left;
        padding: 20px 0;
    }
    .prev.page-numbers,
    .next.page-numbers {
        display: block;
    }
    .pagination ul li {
        display: block;
        margin: 0;
    }
    .pagination ul li a {
        padding: 5px;
    }
    .pagination--link {
        top: 20px;
    }
}

.calendar {
    display: table;
    width: 100%;
    position: relative;
}

.calendar--title {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 19px 0;
    text-transform: uppercase;
}

.calendar--months,
#wp-calendar thead tr {
    border-top: 1px solid #e5e5e5;
}

.calendar--months>th,
#wp-calendar thead tr>th {
    padding: 15px 0;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.calendar--months>th:first-child,
#wp-calendar thead tr>th:first-child {
    padding-left: 5px;
}

.calendar--months>th:last-child,
#wp-calendar thead tr>th:last-child {
    padding-right: 5px;
}

.calendar--links {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.calendar--arrow {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 2;
    font-size: 24px;
}

.calendar--arrow.-prev {
    left: 20px;
    z-index: 1;
}

.calendar--arrow>a {
    color: #cbcbcb;
}

.calendar--arrow>a:hover {
    color: #8c8a8a;
}

.calendar--days,
#wp-calendar tbody {
    background: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.calendar--days>tr>td,
#wp-calendar tbody>tr>td {
    padding-bottom: 14px;
    color: #777;
}

.calendar--days>tr>td:first-child,
#wp-calendar tbody>tr>td:first-child {
    padding-left: 5px;
}

.calendar--days>tr>td:last-child #wp-calendar tbody>tr>td:last-child {
    padding-right: 5px;
}

.calendar--days>tr>td>span {
    color: #bababa;
    font-weight: normal;
}

#wp-calendar tbody>tr>td>a {
    color: #ff5e14;
}

.progressbar {
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}

.progressbar--label {
    font-size: 22px;
    color: #262626 !important;
}

.progressbar--label:after {
    content: '%';
}

.progressbars {
    position: relative;
}

.progressbars--title {
    font-size: 36px;
    text-align: center;
    font-weight: 600;
}

.progressbars--item {
    text-align: center;
    margin: 75px 0 0;
}

.progressbars--item .progressbar {
    margin: 0 auto;
}

.progressbars--item_title {
    font-size: 19px;
    padding: 29px 0 0;
    font-weight: 600;
}

.section .progressbars {
    margin-top: -12px;
}

@media (max-width: 992px) {
    .progressbars--title {
        font-size: 30px;
    }
    .progressbars--item {
        margin-top: 60px;
    }
}

@media (max-width: 500px) {
    .progressbars--title {
        font-size: 24px;
    }
    .progressbars--item {
        margin-top: 40px;
    }
}

.skills [class*=col] {
    text-align: center;
}

.skills--item {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.skills--item .progressbar {
    display: inline-block;
}

.skills--item .title {
    margin: 18px 0 0;
}

.section .skills {
    padding: 50px 0 0;
}

@media (max-width: 992px) {
    .skills {
        margin: -40px 0 0;
    }
    .skills--item {
        margin: 40px 0 0;
    }
}

.contacts {
    position: relative;
}

@media (max-width: 992px) {
    .contacts.-page {
        margin: 10px 0 50px;
    }
    .contacts .col-md-4 .contact_card {
        margin: 20px 0 0;
    }
    .contacts .col-md-4:first-child .contact_card {
        margin-top: 0;
    }
}

/*---------------------- 09 - WIDGETS  ----------------------*/

.top-header-widget {
    padding: 0 10px 25px;
    display: block;
    max-width: 32%;
    width: 32%;
    line-height: 1.5;
    text-align: left;
    float: left;
}

.top-header-widget:last-child {
    padding-bottom: 0;
}

.top-header-widget a {
    color: #fff;
    text-decoration: underline;
}

.top-header-widget li {
    padding-bottom: 8px;
}

.top-header-widget li:last-child {
    padding-bottom: 0;
}

.top-header-widget .top-widget-title {
    font-size: 20px;
    padding-bottom: 10px;
}

.top-header-widget select {
    max-width: 100%;
}

.top-header-widget cite {
    font-style: italic;
}

.blog_sidebar .widget {
   border: none;
}
.blog_sidebar .widget .search-form {
   background: #ffffff;
}
.blog_sidebar .widget>ul,
.blog_sidebar .widget>select{
   background: #ffffff;
    margin-top: 0;
}

.blog_sidebar .widget>div{
    background: #ffffff;
}

.blog_sidebar .widget ul li {
   border: none;
}

.widget {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    margin-top: 30px;
    overflow: hidden;
}

.widget:first-child {
    margin-top: 0px;
}

.widget select,
.footer_main select {
    font-family: "Roboto", Arial, sans-serif;
    color: #9b9b9b;
    font-size: 16px;
    border: none;
    padding: 7px 20px;
    margin: 7px 0;
    width: 100%;
}


.footer_main select {
    margin: 7px 0;
    width: 100%;
    padding: 7px;
}

.widget select option,
.footer_main select option {
    color: #262626;
}

.widget select option:first-child,
.footer_main select option:first-child {
    color: #9b9b9b;
}

.widget--title {
    background: #f0f0f0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 10px 19px 20px;
    vertical-align: top;
}

.widget--title i {
    font-size: 27px;
    color: #ff5e14;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 18px;
    margin-top: -1px;
}

.widget.widget_categories ul{
    margin-bottom: 5px;
}

.widget--title .icons8-layers {
    font-size: 29px;
}

.widget--title .icons8-sms {
    font-size: 24px;
    margin-top: 1px;
}

.widget--title .icons8-edit-property {
    font-size: 25px;
    margin-top: 1px;
}

.widget--title:before {
    font-size: 29px;
    color: #ff5e14;
    margin-right: 15px;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.widget_archive .widget--title,
.widget_pages .widget--title,
.widget_recent_comments .widget--title,
.widget_recent_entries .widget--title,
.widget_rss .widget--title,
.widget_calendar .widget--title {
    padding: 20px 10px 20px 56px;
}

.widget--title:before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
}

.widget_archive .widget--title:before {
    content: "\f12c";
}

.widget_pages .widget--title:before {
    content: "\f13c";
}

.widget_recent_comments .widget--title:before {
    content: "\f154";
    font-size: 24px;
}

.widget_recent_entries .widget--title:before {
    font-size: 25px;
    content: "\f118";
}

.rsswidget {
    color: #262626;
}

.rss-widget-icon {
    display: none;
}

.widget_rss .widget--title:before {
    content: "\f14e";
}

.widget_rss .widget--title .rsswidget:first-child {
    display: none;
}

.widget_calendar .widget--title:before {
    content: "\f109";
}

.widget ul {
    font-size: 16px;
    line-height: 24px;
}

.widget ul li {
    border-top: 1px solid #e5e5e5;
    padding: 8px 20px;
    color: #9b9b9b;
}

.widget ul li.cat-item:last-child {
  padding-bottom: 25px;
}

.widget ul li.cat-item:last-child {
  padding: 8px 0 1px 0;
}

.widget ul li.cat-item:last-child a {
  padding-left: 20px;
}

.widget ul li a {
    color: #9b9b9b;
    padding: 5px 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.widget ul li a:hover {
    text-decoration: underline;
    color: #ff5e14;
}
.comment-author-link {
    color: #ff5e14;
}

.widget ul li .comment-author-link a {
    color: #ff5e14;
}

.widget ul li .rsswidget {
    color: #262626;
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
}

.widget_rss cite {
    font-style: italic;
    text-align: right;
    display: block;
    padding-top: 5px;
}

.widget ul li .rssSummary {
    padding-top: 5px;
}

.widget ul li .rss-date {
    display: block;
    font-style: italic;
    padding: 4px 0 2px;
    font-size: 15px;
}

.widget>ul {
    margin-top: 15px;
}

.widget .page_item_has_children,
.footer_main ul li.page_item_has_children {
    padding: 0;
}

.footer_main ul>li.page_item_has_children {
    border-bottom: none;
}

.widget .page_item_has_children>a {
    padding: 6px 20px;
    display: block;
}

.footer_main .page_item_has_children>a {
    padding: 12px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_main .page_item_has_children ul.children {
    padding: 0;
}

.footer_main .page_item_has_children ul.children li {
    padding: 0;
}

.footer_main .page_item_has_children ul.children li a {
    padding: 12px 0 12px 15px;
    display: inline-block;
}

.footer_main .page_item_has_children>ul.children li a {
    display: block;
}

.footer_main .page_item_has_children>ul.children li>ul.children li a {
    padding: 12px 0 12px 30px;
}

.widget ul.children li,
.footer_main--column.widget_categories ul.children li {
    padding: 0;
    display: block;
}

.widget ul.children li {
  padding: 8px 0;
}

.widget ul.children li a {
    padding: 6px 17px 6px 34px;
    display: inline-block;
}

.footer_main--column.widget_categories ul.children li a {
    padding: 12px 0 12px 15px;
    display: inline-block;
}

.widget ul.children li ul.children li a {
    padding: 6px 17px 6px 51px;
}

.footer_main--column.widget_categories ul.children li ul.children li a {
    padding: 12px 0 12px 37px;
}

.footer_main--column.widget_categories>ul>li.cat-item:first-child {
    border-top: none;
}

.cat-item .children {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 17px;
}

.unit .cat-item .children {
    margin-top: 0;
}

.footer_main ul li.cat-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 0;
    border-bottom: none;
}

.footer_main .cat-item .children {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
    padding: 0;
}

.cat-item .children .children {
    margin-top: 0;
    margin-bottom: 2px;
}

.unit .cat-item .children .children {
    margin-bottom: -4px;
}

.footer_main--column.widget_categories .cat-item .children .children {
    margin-bottom: 12px;
}

.widget .cat-item ul.children li a {
    padding: 20px 0px 20px 34px;
    display: inline-block;
}

.widget .cat-item ul.children li a {
    padding: 5px 0 0 40px;
}

.widget .cat-item ul.children li ul.children li a {
    padding: 10px 0 20px 77px;
}

.footer_main--column.widget_categories .cat-item ul.children li ul.children li a {
    padding: 12px 0px 12px 30px;
}

.widget .cat-item ul.children li:last-child a,
.widget .cat-item ul.children li ul.children li:last-child a,
.footer_main--column.widget_categories .cat-item ul.children li:last-child a,
.footer_main--column.widget_categories .cat-item ul.children li ul.children li:last-child a {
    padding-bottom: 0;
}

.widget .cat-item ul.children li:last-child .children,
.footer_main--column.widget_categories .cat-item ul.children li:last-child .children {
    margin-top: 17px;
    margin-bottom: 0;
}

.widget .cat-item ul.children li:last-child .children {
    margin-top: -3px;
}

.widget .cat-item ul.children li ul.children li a {
    padding-top: 8px;
}

.article--content ul,
.article--content blockquote,
.article--content table,
.article--content dl,
.article--content ol,
.article--content address,
.article--content pre{
    color: #777777;
}

.widget_recent_posts__wrp {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   width: 100%;
   height: 100%;
   padding: 3px 20px !important;
}

.widget_recent_posts{
    padding-top: 24px;
}

.widget_recent_posts__wrp a {
  padding: 0 !important;
}

.widget_recent_posts__wrp:last-child {
  padding-bottom: 25px !important;
}

.widget_recent_posts__wrp .widget_recent_posts__wrp-content:first-child{
  width: 100%;
}

.widget_recent_posts__wrp-img {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 35%;
}

.widget_recent_posts__wrp-img img {
   max-width: 100%;
}

.widget_recent_posts__wrp-content {
   width: 55%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}
.widget_recent_posts__wrp-content h2 {
   color: #111111;
   font-weight: 500;
}
.widget_recent_posts__wrp-content span {
   font-size: 14px;
}

.widget .tagcloud {
    padding: 25px 20px 27px;
    font-size: 15px;
}

.widget .tagcloud a {
   border: 1px solid #e6e6e6;
   color: #868686;
   font-size: 11.5px !important;
   padding: 12px 10px;
   margin: 8px 8px 0 0;
   border-radius: 3px;
   display: inline-block;
}

.widget_nav_menu div > ul{
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget .tagcloud a{
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    font-size: 14px!important;
}
.widget .tagcloud a:hover {
   background: #ff5e14;
   color: #ffffff;
   border: 1px solid #ff5e14;
}

.widget .slick-slider {
    position: static;
}

.widget .slick-slider .slick-dots {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 100%;
    right: 16px;
    margin-bottom: 25px;
}

.widget .slick-slider .slick-dots>li {
    border: 0;
    padding: 0;
    margin: 0;
    width: 14px;
    float: left;
}

.widget .slick-slider .slick-dots>li button {
    width: 14px;
    height: 16px;
}

.widget .slick-slider .slick-dots>li button:before {
    top: 4px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.widget .menu .menu-item {
    padding: 0;
    position: relative;
}

.widget .menu .menu-item a {
    padding: 17px 20px;
    display: block;
    position: relative;
}

.widget .menu .menu-item a:hover {
    text-decoration: none;
    color: #ff5e14;
}

.widget .menu .menu-item .sub-menu {
    display: none;
}

.widget .menu .menu-item .menu-item a {
    padding: 7px 20px 7px 40px;
}

.widget .menu .menu-item .menu-item a:empty {
  padding: 0;
}

.widget .menu>.menu-item>a {
    font-weight: 500;
}

.widget .menu>.menu-item>a:after {
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 18px;
    margin: -1px 0 0;
    opacity: 0.2;
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-size: 100% 100%;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAPCAMAAAAvUzStAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA4VBMVEUAAAA2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjYAAADnvYxKAAAASXRSTlMAC2VsEl5aCLXgLyPTsvjzU0Xt+o3+fwFy/KZ5/ayhA07y0B8byfdfK9zqPTrm5Da9+WZkxxoEk5KeBya++2/p7EPSIq4MgH41GUZ1CwAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAC8SURBVBjTdVBlF4JQDB2KYjdiB9hgK9hd+/9/SPawUNyHvRvvnG0XOJebB6fiPF4BfIj+gIMZDCGGIYKI0diPGU+YehJSZkcxLdnNTJbkHEj5AoEi9+EJJZIwVTZxpUpQVl5mrU5Co2mxVptYR32YWpdor//8zA+ID0eMjGlPnEzfg3SDDTJ00GcMzRe2JUdDEgfLFT3rzfeB6padRm23/w1HkdGqw9Ex2CIzT2fH2EG6iCheJfhXWuZm43efkyaq4CBthQAAAABJRU5ErkJggg==");
}

.widget .menu>.menu-item>a:hover:after {
    opacity: 1;
}

.widget .menu>.menu-item.-opened>a {
    color: #262626;
}

.widget .menu>.menu-item.-opened>a:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.widget .menu>.menu-item.-opened .sub-menu {
    display: block;
}

.widget.-iconless .widget--title {
    padding-left: 20px;
}

.widget_search .widget--title {
    display: none;
}

.widget_search--field {
    display: block;
    width: 100%;
    position: relative;
}

.widget_search label {
    position: relative;
    display: block;
}

.widget_search--field i,
.widget_search label:before {
    display: block;
    position: absolute;
    color: #ff5e14;
    font-size: 24px;
    top: 50%;
    left: 15px;
    margin: -12px 0 0;
}

.widget_search label:before {
    content: "\f150";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ff5e14;
}

.footer_main .widget_search label:before {
    left: 10px;
}

.widget_search--field input,
.widget_search .search-field {
    font-size: 17px;
    display: block;
    padding: 21px 20px 21px 55px;
    width: 100%;
}

.footer_main .widget_search .search-field {
    background-color: #fff;
    padding: 12px 11px 12px 40px;
    margin-top: 10px;
}

.widget_search .search-submit {
    display: none;
}

.widget_calendar #wp-calendar {
    width: 100%;
    color: #262626;
}

.textwidget {
    margin-top: -1px;
}

.textwidget strong {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    color: #000000;
}

.textwidget strong+img {
    margin-top: 10px;
}

.textwidget p {
    padding: 20px;
    font-size: 15px;
    line-height: 25px;
    border-top: 1px solid #e5e5e5;
    color: #9b9b9b;
}

.footer_main .textwidget {
    padding: 0 25px 0 0;
}

.footer_main .textwidget p {
    border: none;
    padding: 0;
    margin: 16px 0;
}

.footer_main .wp-caption {
    color: #262626;
}

.textwidget img {
    width: 100%;
}

.sidebar .block+.block {
    margin-top: 55px;
}

/*---------------------- 10 - NAVIGATION  ----------------------*/

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 950px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding-top: 10px;
}

.mega-menu:before {
    display: block;
    width: 100%;
    height: 7px;
    content: '';
    position: absolute;
    bottom: 100%;
    margin: 0 0 1px;
}

.mega_nav {
    position: relative;
    border-radius: 3px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    max-width: 1170px;
    margin: 0 auto;
}

.mega_nav .container {
    padding: 10px;
    width: 950px;
}

.mega_nav:before {
    display: block;
    width: 100%;
    height: 45px;
    bottom: 100%;
    position: absolute;
    left: 0;
    content: '';
}

.mega_nav--item {
    position: relative;
    display: block;
    padding: 16px 15px 16px 78px;
    border-radius: 3px;
}

.mega_nav--item:hover {
    background: #f7f7f7;
}

.mega_nav--item.-icon {
    padding-left: 70px;
}

.mega_nav--item.-icon .mega_nav--item_icon {
    left: 15px;
    top: 12px;
}

.mega_nav--item_icon {
    position: absolute;
    left: 0px;
    top: -7px;
    color: #ff5e14;
    font-size: 38px;
}

.mega_nav--item_image {
    position: absolute;
    border-radius: 3px;
    padding: 3px;
    left: 20px;
    border: 1px solid #e6e6e6;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
}

.mega_nav--item_image img {
    vertical-align: top;
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.mega_nav--item_body {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.mega_nav--item_body dt {
    color: #262626;
    font-size: 15px;
    padding: 0 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mega_nav--item_body dd {
    color: #969696;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
}

.mega_nav--open_all {
    display: block;
    position: relative;
    background: #f4f4f4;
    padding: 20px 0;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: center;
    border-radius: 0 0 3px 3px;
}

.mega_nav--open_all span {
    position: relative;
    color: #b5b5b5;
    font-size: 16px;
}

.mega_nav--open_all span:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

.header_nav.-wide .mega_nav:before {
    display: none;
}

@media (max-width: 1200px) {
    .mega_nav {
        max-width: 970px;
    }
}

.header_nav .menu .menu-item {
    position: relative;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
}

.header_nav .menu .menu-item>a:hover {
    color: #262626;
}

.header_nav .menu .menu-item.-mega,
.header_nav .menu .menu-item.menu-item-has-mega-menu {
    position: static !important;
}

.header_nav .menu .menu-item:hover>.sub-menu {
    display: block;
}

.header_nav .menu .menu-item:hover>.mega-menu {
    display: block;
}

.header_nav .menu>.menu-item {
    display: inline-block;
    padding: 5px 0 5px 0;
    margin: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
}

.header_nav .menu>.menu-item>a {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    color: #262626;
    z-index: 1;
}

@media all and (max-width: 1200px) {
  .header_nav .menu>.menu-item>a {
      font-size: 15px;
  }
}

.header_nav .menu>.menu-item>a:hover {
    color: #ff5e14;
}

.header_nav .menu>.menu-item>a .menu-item-notify {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    color: #ff5e14;
    position: absolute;
    bottom: 100%;
    left: 100%;
    margin: -1px 0 0 -10px;
    background: #fff;
    border-radius: 3px;
    padding: 1px 5px 2px;
    border: 1px solid #ff5e14;
}

@media all and (max-width: 991px) {
  .menu-item-notify {
    display: none;
  }
}

.header_nav .menu>.menu-item .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 3px;
}

.header_nav .menu>.menu-item .sub-menu:before {
    width: 100%;
    height: 15px;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
}

.header_nav .menu>.menu-item .sub-menu .menu-item {
    min-width: 150px;
    border-top: 1px solid #eaeaea;
    position: relative;
}

.header_nav .menu>.menu-item .sub-menu .menu-item a {
    display: block;
    padding: 15px 20px 14px;
    color: #262626;
    font-weight: normal;
    white-space: nowrap;
}

.header_nav .menu>.menu-item .sub-menu .menu-item:first-child {
    border: 0;
}

.header_nav .menu>.menu-item>.sub-menu {
    top: 100%;
    left: -20px;
    margin: 15px 0 0;
}

.header_nav .menu>.menu-item>.sub-menu .menu-item-has-children:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin: -4px 0 0;
    display: block;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #363636;
    content: '';
}

.header_nav .menu>.menu-item>.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 -3px;
}

.header_nav .menu>.menu-item:first-child {
    margin: 0;
}

.header_nav .menu>.menu-item.current-menu-item>a,
.header_nav .menu>.menu-item:hover>a {
    color: #ff5e14;
}

.header_nav .menu>.menu-item.menu-item-search {
    padding: 0;
}

.header_nav .menu.-dark {
    padding-top: 10px;
}

.header_nav .menu.-dark>.menu-item>a {
    color: #fff;
}

.header_nav .menu.-dark>.menu-item>a:hover {
    text-decoration: underline;
}

.header_nav .menu.-dark>.menu-item>a .bi_com-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.header_nav .menu.-dark>.menu-item>a [class*=bi_] {
    font-size: 19px;
    margin: 0 3px 0 0;
    display: inline-block;
}

.header_nav.-wide .header_nav--inner>.menu {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_nav.-wide .header_nav--inner>.menu .header_search {
    margin: 0;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item {
    display: inline-block;
    margin: 0;
    padding: 25px 10px;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item>.sub-menu {
    border-radius: 0 0 3px 3px;
    margin: 0;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item>.sub-menu:before {
    display: block;
    width: 100%;
    height: 5px;
    background: #fff;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item:first-child {
    margin-left: -10px;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item.current-menu-item>a {
    color: #ff5e14;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item.current-menu-item>a:before {
    display: block;
}

.header_nav.-wide .header_nav--inner>.menu>.menu-item.menu-item-search {
    padding: 0;
}

.header_nav.-violet .header_nav--inner>.menu {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.header_nav.-violet .header_nav--inner>.menu>.menu-item .menu-item-notify {
    background: #34c1e4;
}

.header_nav.-violet .header_nav--inner>.menu>.menu-item>a:hover {
    color: #6975a6;
}

.header_nav.-violet .header_nav--inner>.menu>.menu-item:hover a {
    color: #6975a6;
}

.header_nav.-violet .header_nav--inner>.menu>.menu-item.current-menu-item>a {
    color: #6975a6;
}

.header_nav.-violet .header_nav--inner>.menu>.menu-item.current-menu-item>a:before {
    display: block;
    background: #6975a6;
}

.header_nav.-on_dark .header_nav--inner>.menu {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item {
    color: #fff;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item .menu-item-notify {
    background: none;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item>a {
    color: #fff;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item>a:hover {
    color: #ff5e14;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item:hover>a {
    color: #ff5e14;
}

.header_nav.-on_dark .header_nav--inner>.menu>.menu-item.current-menu-item>a {
    color: #ff5e14;
}

.header_nav.-on_dark .header_nav--inner>.menu .menu-item-search button {
    color: #fff;
}

.mobile_sidebar {
    display: none;
    background: #ffffff;
    color: #fff;
    font-weight: 600;
}

.mobile_sidebar--buttons {
    padding: 0 20px 20px 20px;
}

.mobile_sidebar--buttons .button {
    display: block;
    width: 100%;
    margin: 20px 0 0;
}

.mobile_sidebar--closer {
    display: none;
    position: absolute;
    top: -23px;
    right: -20px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    z-index: 1;
}

.mobile_sidebar--closer.-white .c-hamburger span,
.mobile_sidebar--closer.-white .c-hamburger span:before,
.mobile_sidebar--closer.-white .c-hamburger span:after {
    background: #fff;
}

@media (max-width: 360px) {
    .mobile_sidebar--closer {
        display: block;
    }
}

.mobile_auth {
    color: #fff;
    font-size: 15px;
    padding: 17px 0;
    border: 1px solid #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
}

.mobile_auth--menu {
    text-align: center;
}

.mobile_auth--menu li {
    display: inline-block;
    padding: 0 12px;
    position: relative;
    margin: 0 0 0 1px;
}

.mobile_auth--menu li:before {
    position: absolute;
    top: 0;
    left: -1px;
    height: 13px;
    width: 1px;
    background: #fff;
    content: '';
    opacity: 0.3;
}

.mobile_auth--menu li a {
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
}

.mobile_auth--menu li a:hover {
    opacity: 1;
}

.mobile_auth--menu li:first-child:before {
    display: none;
}

.mobile_sidebar .mobile_menu .menu{
    padding-top: 40px;
}

.mobile_menu .no-menu {
    padding: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff!important;
    padding-right: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile_menu .no-menu a{
    color: #fff!important;
    font-weight:bold;
}

.mobile_menu .menu .menu-item {
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    position: relative;
}

.mobile_menu .menu .menu-item>a {
    display: block;
    color: #fff;
    padding: 17px 20px;
    position: relative;
}

.mobile_menu .menu .sub-menu {
    display: none;
}

.mobile_menu .menu .sub-menu .menu-item>a {
    padding-left: 40px;
    color: rgba(255, 255, 255, 0.3);
}

.mobile_menu .menu .sub-menu .sub-menu .menu-item a {
    padding-left: 60px;
}

.mobile_menu .menu .menu-item-has-children:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    content: '\f054';
    opacity: 0.3;
    width: 50px;
    height: 50px;
    font-family: FontAwesome;
    font-size: 8px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_menu .menu .menu-item-has-children a {
    display: inline-block;
}

.mobile_menu .menu .menu-item-has-children.-active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile_menu .menu .menu-item.-active>.sub-menu {
    display: block;
}

.mobile_menu .menu>.menu-item:first-child {
    border-top: 0;
}

.mobile_sidebar .mobile_menu .menu .menu-item-has-children:after{
    opacity: 1;
}
.mobile_sidebar .mobile_menu .menu .sub-menu .menu-item>a{
    color: #fff;
}

.video--content {
    position: relative;
    z-index: 21;
}

.video--background,
.video--background_color,
.video--background_video,
.video--background_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video--background_placeholder {
    z-index: 10;
}

.video--background_color {
    z-index: 20;
}

.video--background_video {
    z-index: 1;
}

.partners {
    padding: 68px 0;

}

.partners--item {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    opacity: 0.8;
}

.partners--item:hover {
    opacity: 1;
}

.partners .slick-slider .slick-track {
    display: table;
    margin: 0 auto;
}

/*---------------------- 11 - SLIDER  ----------------------*/

.partners .slick-slider .slick-slide {
    float: none;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.partners .slick-slider .slick-slide img {
    display: inline-block;
    vertical-align: top;
    max-height: 52px;
    width: auto;
}

.partners .slick-slider .slick-dots {
    margin: 50px 0 -15px;
}

.promo_slider--slides .slick-slide {
    min-height: 656px;
    height: 100%;
}

.promo_slider--slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.promo_slider.-rounded {
    border-radius: 50%/50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.small_slider--slides .slick-slide {
  min-height: 336px !important;
  margin-right: 10px;
}

@media (max-width: 1200px) {
    .promo_slider--slides .slick-slide {
        min-height: auto;
    }
    .small_slider--slides .slick-slide {
      min-height: 265px !important;
      margin-right: 7px;
    }
}

@media (max-width: 768px) {
    .small_slider--slides .slick-slide {
      min-height: 235px !important;
      margin-right: 0;
    }
    .section .pagination{
        margin-top: 10px;
    }
}

@media (max-width: 992px) {
    .promo_slider.-rounded {
        border-radius: 50%/25px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

.promo_slider_nav {
    position: relative;
    overflow: hidden;
}

.promo_slider_nav:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.promo_slider_nav--slide.slick-current .promo_slider_nav--item .line {
    display: block;
}

.promo_slider_nav--item {
    position: relative;
    padding: 27px 0 33px 50px;
    cursor: pointer;
    margin: 0 15px;
}

.promo_slider_nav--item:after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #969696;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0.3;
}

.promo_slider_nav--item .line {
    display: none;
    position: absolute;
    content: '';
    height: 4px;
    background: #ff5e14;
    bottom: 0;
    width: calc(100% + 30px);
    left: -30px;
}

.promo_slider_nav--item strong {
    font-weight: bold;
}

.promo_slider_nav--item_icon {
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -4px;
    color: #ff5e14;
    font-size: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.promo_slider_nav--item_title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #262626;
}

.promo_slider_nav--item_description {
    color: #969696;
    font-size: 16px;
    padding-top: 13px;
}

.promo_slider_nav .slick-slider {
    margin: 0 -15px;
    z-index: 1;
}

.promo_slider_nav .slick-slider:before {
    display: block;
    height: 100%;
    width: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1;
    border-bottom: 1px solid #e5e5e5;
}

.promo_slider_nav .slick-slider .slick-prev,
.promo_slider_nav .slick-slider .slick-next {
    position: absolute;
    font-size: 22px;
    opacity: 0.2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    padding: 10px;
}

.promo_slider_nav .slick-slider .slick-prev:hover,
.promo_slider_nav .slick-slider .slick-next:hover {
    opacity: 0.4;
}

.promo_slider_nav .slick-slider .slick-prev {
    right: 100%;
    margin-right: 15px;
}

.promo_slider_nav .slick-slider .slick-prev .icons8-long-arrow-right {
    display: inline-block;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.promo_slider_nav .slick-slider .slick-next {
    left: 100%;
    margin-left: 15px;
}

@media (max-width: 1300px) {
    .promo_slider_nav .slick-slider .slick-prev {
        margin-right: 0px;
    }
    .promo_slider_nav .slick-slider .slick-next {
        margin-left: 0px;
    }
}

@media (max-width: 1200px) {
    .promo_slider_nav--item {
        padding: 20px 0 25px 55px;
    }
    .promo_slider_nav--item_icon {
        font-size: 40px;
        left: 0;
    }
}

@media (max-width: 992px) {
    .promo_slider_nav--item {
        padding: 17px 0 20px 45px;
    }
    .promo_slider_nav--item:after {
        height: 40px;
    }
    .promo_slider_nav--item_icon {
        font-size: 32px;
        margin-top: -2px;
    }
    .promo_slider_nav--item_title {
        font-size: 16px;
    }
    .promo_slider_nav--item_description {
        font-size: 14px;
        padding-top: 7px;
    }
}

@media (max-width: 600px) {
    .promo_slider_nav--item:after {
        display: none;
    }
}

.slide_simple {
    background: url("../images/content/slide_simple/slide_simple_bg.jpg") top right no-repeat;
    background-size: cover;
    height: 656px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
}

.slide_simple--container {
    height: 100%;
    text-align: left;
    color: #fff;
}

.slide_simple--container .col-sm-10 {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
}
/* custom */
.slide_simple--container .col-sm-12 {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_simple--title--center {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.slide_simple--text--center {
    font-size: 20px;
    line-height: 32px;
    opacity: 0.8;
    margin: 20px auto;
    width: 50%;
    text-align: center;
}
.slide_simple--buttons--center {
    margin: 40px 0 0;
    text-align: center;
}
@media all and (max-width: 1199px) {
  .slide_simple--title--center {
    font-size: 44px;
  }
}
@media all and (max-width: 992px) {
  .slide_simple--title--center {
    font-size: 37px;
  }
  .slide_simple--text--center {
    font-size: 18px;
    line-height: 1.5;
  }
  .slide_simple--buttons--center {
    margin: 30px 0 0;
  }
}
@media all and (max-width: 768px) {
  .slide_simple--title--center {
    font-size: 34px;
  }
  .slide_simple--text--center {
    font-size: 17px;
  }
  .slide_simple--buttons--center {
    margin: 25px 0 0;
  }
}
@media all and (max-width: 480px) {
  .slide_simple--title--center {
    font-size: 31px;
    line-height: 1.1;
  }
  .slide_simple--text--center {
    font-size: 16px;
  }
}
/*small slider*/
.slide_small {
  height: 336px;
  background-size: cover;
  border-radius: 5px;
}

@media all and (max-width: 1200px) {
  .slide_small {
    height: 265px;
    border-radius: 4px;
  }
}

@media all and (max-width: 768px) {
  .slide_small {
    height: 235px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 1199px) {
    .slide_simple--title--center {
        width: 100%;
    }
    .slide_simple--text--center {
        width: 100%;
    }
}
.slide_simple--title {
    font-size: 60px;
    font-weight: 600;
}

.slide_simple--text {
    font-size: 26px;
    line-height: 36px;
    opacity: 0.8;
    margin: 28px 0 0;
}

.slide_simple--buttons {
    margin: 40px 0 0;
}

.slide_simple--buttons .button {
    margin: 0 20px 0 0;
}

@media (max-width: 1200px) {
    .slide_simple {
        height: auto;
    }
    .slide_simple--container {
        padding: 120px 0 120px;
    }
    .slide_simple--title {
        font-size: 44px;
    }
    .slide_simple--text {
        font-size: 22px;
        line-height: 32px;
    }
}

@media (max-width: 992px) {
    .slide_simple {
        height: auto;
    }
    .slide_simple--container {
        padding: 80px 0;
    }
    .slide_simple--title {
        font-size: 36px;
    }
    .slide_simple--text {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 769px) {
    .slide_simple--title {
        font-size: 32px;
    }
    .slide_simple--text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 500px) {
    .slide_simple--container {
        padding: 50px 0;
    }
    .slide_simple .button {
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    .slide_simple .button:first-child {
        margin-top: 0px;
    }
    .slide_simple--title {
        font-size: 30px;
        line-height: 1.1;
    }
}

.header_contacts {
    float: left;
    text-align: center;
    padding: 6px 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_contacts.remove-padding{
    padding-right: 0;
}

.header_contacts--item {
    display: inline-block;
    text-align: left;
    margin: 0 20px 0 20px;
    vertical-align: middle;
}

.chade-widget-wrap .top-widget-title {
    margin-bottom: 10px;
}

.header_contacts--item:first-child {
    margin: 0;
}

.contact_mini {
    position: relative;
    padding: 0 0 0 50px;
}

.contact_mini--icon {
    font-size: 34px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
}

.contact_mini strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.contact_mini span {
    font-size: 13px;
    opacity: 0.5;
    display: block;
    padding: 4px 0 0;
    font-weight: 400;
}

/*---------------------- 12 - SERVICES  ----------------------*/

.services {
    position: relative;
}

.services .service_item {
    margin-top: 30px;
}

.section--container .services:first-child {
    margin-top: -30px;
}

.service_item, .service_item_wr {
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 147px 15px 48px;
    position: relative;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

@media all and (max-width: 992px) {
  .service_item_wr img.service_item--grid {
    width: 90%;
  }
}

@media all and (max-width: 767px) {
  .service_item_wr img.service_item--grid {
    width: auto;
    max-width: 80%;
  }
}

.service_item--icon {
    font-size: 60px;
    display: block;
    color: #ff5e14;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: inherit;
    transition: inherit;
}

.service_item--icon.icons8-business {
    top: 43px;
}

.service_item--icon.icons8-umbrella {
    top: 39px;
}

.service_item--icon.icons8-reviewer {
    margin-left: -5px;
}

.service_item--title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #262626;
    -webkit-transition: inherit;
    transition: inherit;
}

.service_item--text, .service_item_grid--text {
    font-size: 16px;
    text-align: center;
    color: #969696;
    padding-top: 14px;
    line-height: 23px;
    -webkit-transition: inherit;
    transition: inherit;
}

.service_item--text-dark {
    color: #262626;
}

.service_item--footer {
    padding-top: 38px;
    text-align: center;
    transition: inherit;
}

.service_item--footer .link {
    color: #ff5e14; 
    -webkit-transition: inherit;
    transition: inherit;
}

/*SERVICE ITEM GRID*/
.service_item_wr {
  padding: 0 0 35px 0;
  border: none;
}
.service_item--grid {
    font-size: 60px;
    display: block;
    color: #ff5e14;
    position: relative;
    margin: 0 auto;
}
.service_item_grid--text {
  padding: 0;
}
/*END SERVICE ITEM GRID*/

/*style 7*/

.service_item_hover .service_item--title,
.service_item_hover .service_item--footer .link,
.service_item_hover .service_item--icon{
    color: #ff5e14;
}

.service_item_hover:hover {
    border: 1px solid transparent;
    background-color: #ff5e14;
    -webkit-box-shadow: 0px 4px 51px -17px rgba(0,0,0,.9);
    -moz-box-shadow: 0px 4px 51px -17px rgba(0,0,0,.9);
    box-shadow: 0px 4px 51px -17px rgba(0,0,0,.9);
}

.service_item_hover:hover .service_item--text, 
.service_item_hover:hover .service_item--title, 
.service_item_hover:hover .service_item--footer .link,  
.service_item_hover:hover .service_item--icon {
    color: #ffffff;
}

/*end style 7*/

/*style 9*/
.service_item_hover_blue .service_item--footer .link,
.service_item_hover_blue .service_item--icon{
    color: #0030ff;
}

.service_item_hover_blue .service_item--text {
  color: #7d7d7d;
} 

.service_item_hover_blue:hover {
    border: 1px solid transparent;
    background-color: #0030ff;
}

.service_item_hover_blue:hover .service_item--title, 
.service_item_hover_blue:hover .service_item--text, 
.service_item_hover_blue:hover .service_item--footer .link,  
.service_item_hover_blue:hover .service_item--icon {
    color: #ffffff !important;
}

.service_item_hover_blue:hover .service_item--text {
  opacity: 0.8;
}
/*end style 9*/

.service_item.-colored {
    padding: 127px 15px 38px 15px;
}

.service_item.-colored .service_item--icon {
    top: 18px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.service_item.-colored .service_item--icon.icons8-business {
    top: 24px;
}

.service_item.-colored .service_item--icon.icons8-umbrella {
    top: 22px;
}

.service_item.-colored .service_item--title {
    color: #fff;
    text-align: center;
}

.service_item.-colored .service_item--text {
    color: #fff;
    text-align: center;
}

.service_item.-colored .service_item--footer {
    text-align: center;
    padding-top: 28px;
}

.service_item.-colored .service_item--more {
    color: #fff;
}

.service_item.-horizontal {
    border: 1px solid #e9e9e9;
    padding: 19px 130px 21px 19px;
    min-height: 125px;
}

.service_item.-horizontal .service_item--icon {
    right: 23px;
    left: auto;
    top: 38px;
    color: #ff5e14;
    -webkit-transform: none;
    transform: none;
}

.service_item.-horizontal .service_item--icon.icons8-floor-plan {
    top: 40px;
    right: 21px;
}

.service_item.-horizontal .service_item--icon.icons8-basement {
    top: 40px;
    right: 25px;
}

.service_item.-horizontal .service_item--icon.icons8-work {
    top: 40px;
    right: 19px;
}

.service_item.-horizontal .service_item--title {
    text-align: left;
}

.service_item.-horizontal .service_item--text {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    padding-top: 9px;
}

.service_item.-horizontal .service_item--footer {
    text-align: left;
    padding-top: 15px;
}

.service_item.-horizontal .service_item--more {
    font-size: 14px;
    color: #0b66a2;
}

.service_item.-yellow .service_item--title {
    color: #262626;
    font-weight: 600;
}

.service_item.-black .service_item--title {
    color: #ff5e14;
}

@media (max-width: 1200px) {
    .service_item.-horizontal {
        border: 1px solid #e9e9e9;
        padding: 107px 15px 28px 15px;
    }
    .service_item.-horizontal .service_item--icon {
        right: auto;
        font-size: 66px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 15px;
    }
    .service_item.-horizontal .service_item--icon.icons8-online-support {
        top: 11px;
    }
    .service_item.-horizontal .service_item--icon.icons8-currency-exchange {
        top: 11px;
    }
    .service_item.-horizontal .service_item--icon.icons8-business {
        top: 13px;
    }
    .service_item.-horizontal .service_item--icon.icons8-umbrella {
        top: 8px;
    }
    .service_item.-horizontal .service_item--icon.icons8-reviewer {
        top: 5px;
        right: auto;
    }
    .service_item.-horizontal .service_item--title {
        text-align: center;
    }
    .service_item.-horizontal .service_item--text {
        text-align: center;
    }
    .service_item.-horizontal .service_item--footer {
        text-align: center;
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .service_item {
        padding: 107px 15px 28px;
    }
    .service_item--icon {
        font-size: 66px;
        top: 15px;
    }
    .service_item.-horizontal .service_item--icon {
        top: 30px;
    }
    .service_item--icon.icons8-business {
        top: 23px;
    }
    .service_item--icon.icons8-umbrella {
        top: 19px;
    }
    .service_item--footer {
        padding-top: 20px;
    }
    .service_item.-colored .service_item--icon {
        top: 15px;
        font-size: 66px;
    }
    .service_item.-colored .service_item--icon.icons8-business {
        top: 30px;
    }
    .service_item.-colored .service_item--icon.icons8-umbrella {
        top: 28px;
    }
}

@media (max-width: 769px) {
    .service_item.-horizontal .service_item--icon {
        top: 20px;
    }
    .service_item.-colored {
        border: none;
        padding: 107px 13px 38px 13px;
    }
    .service_item.-colored .service_item--icon {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: 0;
    }
    .service_item.-colored .service_item--icon.icons8-business {
        top: 30px;
    }
    .service_item.-colored .service_item--icon.icons8-umbrella {
        top: 28px;
    }
    .service_item.-colored .service_item--title {
        text-align: center;
    }
    .service_item.-colored .service_item--text {
        text-align: center;
    }
    .service_item.-colored .service_item--footer {
        text-align: center;
        padding-top: 20px;
    }
}

.features {
    position: relative;
    margin-top: -30px;
}

.features .features_item {
    margin-top: 30px;
}

.features_item {
    position: relative;
}

.features_item--media img {
    width: 100%;
}

.features_item--title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 24px;
    color: #262626;
}

.features_item--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    padding-top: 9px;
}

/*---------------------- 13 - BANNERS  ----------------------*/

.promo_banner {
    position: relative;
    background: 50% 0% no-repeat;
    background-size: cover;
}

.promo_banner .video-container {
  position: absolute;
  width: 100%;
  padding-bottom: 56.25%;
  height: auto;
  z-index: -1;
}

.promo_banner .video-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.promo_banner--container {

    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 105px 0 110px;
    color: #fff;
}

.promo_banner--container.no-overlay {
  background: none;
}

.promo_banner--container.light-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.promo_banner--title {
    font-size: 50px;
    font-weight: 500;
}

.promo_banner--text {
    font-size: 20px;
    line-height: 30px;
    padding: 32px 0 42px;
    font-weight: 300;
}

.promo_banner.-centered {
    text-align: center;
    background: url("../images/design/promo_banner_bg.jpg") 50% 0% no-repeat;
    background-size: cover;
}

.promo_banner.-rounded .promo_banner--container {
    padding: 160px 0 105px;
}

@media (max-width: 1200px) {
    .promo_banner--container {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .promo_banner--container {
        padding: 60px 20px;
    }
    .promo_banner--title {
        font-size: 42px;
        line-height: 46px;
    }
    .promo_banner--text {
        font-size: 18px;
        line-height: 26px;
    }
    .promo_banner.-rounded .promo_banner--container {
        padding: 140px 20px;
    }
}

@media (max-width: 768px) {
    .promo_banner--title {
        font-size: 34px;
        line-height: 38px;
    }
    .promo_banner--container {
        padding: 40px 20px;
    }
    .promo_banner--text br {
        display: none;
    }
    .promo_banner.-rounded .promo_banner--container {
        padding: 90px 20px 60px 20px;
    }
}

.promo_detailed {
    position: relative;
    min-height: 500px;
    background: #363636;
}

.promo_detailed--container {
    position: relative;
    z-index: 10;
    height: 100%;
}

.promo_detailed--list {
    padding: 68px 0 52px;
}


/* custom style 10 icon-text */
.icontext--list_item {
    position: relative;
    padding: 0 40px 0 58px;
    margin-top: 7px;
    margin-bottom: 22px;
}

.icontext--list_item-border {
  position: relative;
}

.icontext--list_item-border:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  max-height: 175px;
  top: 0;
  right: 2px;
  background: rgba(255,255,255,.5);
}

@media all and (max-width: 991px) {
  .icontext--list_item-border:after {
    display: none;
  }
}

.icontext--list_item_icon {
    display: block;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
}

.icontext--list_item_icon img {
  max-width: 100%;
}

.icontext--list_item dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #ff5e14;
}

.icontext--list_item dl dd {
    font-size: 16px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 15px;
}

.icontext--list_item_icon i {
    color: #ff5e14;
    position: absolute;
    font-size: 50px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.promo_detailed--list_item {
    position: relative;
    padding: 17px 100px 25px 65px;
}

.promo_detailed--list_item dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.promo_detailed--list_item dl dd {
    font-size: 16px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 15px;
    padding-right: 30px;
}

.promo_detailed--list_item:first-child {
    margin-top: 0;
}

.promo_detailed--list_item_icon {
    display: block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 58px;
    height: 58px;
    box-sizing: border-box;
    overflow: hidden;
}

.promo_detailed--list_item_icon img {
  max-width: 100%;
}

.promo_detailed--list_item_icon i {
    color: #ff5e14;
    position: absolute;
    font-size: 40px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.promo_detailed .icons8-home {
    margin-top: -2px;
}

.promo_detailed--background_image {
    background-size: cover;
    width: 50%;
    height: 100%;
    background-color: #7d7e75;
    position: absolute;
    top: 0;
    left: 0;
}

.promo_detailed--cta {
    position: relative;
    max-height: 100%;
}

.promo_detailed--cta_wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
}

.promo_detailed--cta_text {
    background: rgba(27, 31, 32, 0.7);
    border-radius: 3px;
    padding: 38px 20px 38px 28px;
    max-width: 495px;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
    text-align: left;
}

.promo_detailed--cta_footer {
    padding-top: 50px;
}

.promo_detailed--cta_background_image {
    display: none;
}

.promo_detailed--cta iframe {
  width: 100%;
}

@media (max-width: 992px) {
    .promo_detailed {
        min-height: auto;
    }
    .promo_detailed--background_image {
        height: 50%;
        bottom: 0;
        left: 0;
        top: auto;
        width: 100%;
    }
    .promo_detailed--cta_text {
        font-size: 26px;
        line-height: 36px;
    }
    .promo_detailed--cta {
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

    .--dsp-none {
        display: none;
    }

    .promo_detailed--cta_wrap {
        display: inline-block;
        padding: 0 20px;
    }
    .promo_detailed--list_item {
        padding-right: 20px;
    }
    .promo_detailed--list_item dl dt {
        font-size: 20px;
    }
    .promo_detailed--list_item dl dd {
        font-size: 16px;
        line-height: 23px;
        padding-right: 0px;
    }
    .promo_detailed--cta_wrap {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: 0;
        z-index: 1;
    }
    .promo_detailed--cta_background_image {
        display: block;
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        height: 100%;
    }
    .promo_detailed--background_image {
        display: none;
    }
}

@media (max-width: 767px) {
    .promo_detailed--list {
        padding: 50px 0;
    }
    .promo_detailed--list_item {
        padding: 0;
        text-align: center;
    }
    .promo_detailed--list_item_icon {
        top: 0;
        position: relative;
        margin: 10px auto;
    }
    .promo_detailed--cta_text {
        font-size: 20px;
        line-height: 26px;
        padding: 20px;
    }
    .promo_detailed--cta_footer {
        padding: 30px 0 0;
    }
}

.contact_card {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    position: relative;
    text-align: center;
    padding: 146px 0 48px;
}

.contact_card--icon {
    position: absolute;
    font-size: 76px;
    display: block;
    top: 37px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.contact_card--title {
    font-size: 20px;
    display: inline-block;
}

.contact_card--text {
    padding: 14px 0 43px;
    color: #969696;
    font-size: 16px;
    line-height: 23px;
}

.contact_card--text strong {
    color: #262626;
}

.contact_card--text a {
    color: #262626;
}

.contact_card--text a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .contact_card {
        padding: 106px 0 28px;
    }
    .contact_card--icon {
        font-size: 66px;
        top: 17px;
    }
    .contact_card--text {
        padding: 14px 0 23px;
    }
}

@media (max-width: 769px) {
    .contact_card {
        padding: 96px 0 28px;
    }
    .contact_card--icon {
        font-size: 56px;
        top: 17px;
    }
    .contact_card--title {
        font-size: 16px;
    }
    .contact_card--text {
        font-size: 14px;
        line-height: 20px;
    }
}

.statistics {
    position: relative;
}

.statistics--item {
    position: relative;
    padding: 59px 0 59px 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.statistics--item_icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-top: -2px;
    font-size: 50px;
}

img.statistics--item_icon {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 10px 0 0 ;
}

.statistics--item_icon.icons8-guest {
    font-size: 54px;
}

.statistics--item_icon.icons8-permanent-job {
    font-size: 52px;
    margin-left: -3px;
}

.statistics--item_label {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .statistics--item_label {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .statistics {
        position: relative;
    }
    .statistics--item {
        position: relative;
        padding: 39px 0 39px 61px;
        display: inline-block;
    }
    .statistics--item_icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin-top: -2px;
        font-size: 48px;
    }
    .statistics--item_icon.icons8-why-us {
        font-size: 54px;
        margin-top: -4px;
    }
    .statistics--item_icon.icons8-bank {
        font-size: 52px;
    }
    .statistics--item_label {
        font-size: 20px;
    }
}

@media (max-width: 769px) {
    .statistics {
        text-align: center;
    }
}

/*---------------------- 14 - TABS  ----------------------*/

.tab_navigation {
    position: relative;
    border-top: 1px solid #e9e9e9;
    z-index: 1;
}

@media all and (max-width: 992px) {
  .tab_navigation {
      border-top: none;
      margin-top: 25px;
  }  
}

.tab_navigation--link {
    position: relative;
    padding: 24px 0 10px;
    display: block;
    text-align: center;
}

.tab_navigation--link:before {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #ff5e14;
    top: -1px;
    left: 0;
}

.tab_navigation--line {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ff5e14;
    top: -1px;
    left: 0; 
}

.tab_navigation--link.-active .tab_navigation--line,
.tab_navigation--link:hover .tab_navigation--line {
    display: block;
}

.tab_navigation--link.-active i,
.tab_navigation--link:hover i,
.tab_navigation--link.-active span,
.tab_navigation--link:hover span {
    color: #ff5e14;
}

.tab_navigation--link_icon {
    position: relative;
    display: inline-block;
    font-size: 26px;
    vertical-align: baseline;
    margin-right: 11px;
    color: #262626;
    vertical-align: top;
    top: -6px;
}

.tab_navigation--link_icon.icons8-talk {
    margin-right: 8px;
}

.tab_navigation--link_text {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

.blue_style .tab_navigation--link.-active i,
.blue_style .tab_navigation--link:hover i,
.blue_style .tab_navigation--link.-active span,
.blue_style .tab_navigation--link:hover span {
    color: #008aff;
} 

.blue_style .tab_navigation--line {
    background: #008aff;
}

.two-tabs {
  width: calc(100%/2);
  margin: 0 auto;
}
.three-tabs {
  width: calc(100%/3);
  margin: 0 auto;
}
.four-tabs {
  width: calc(100%/4);
  margin: 0 auto;
}
.five-tabs {
  width: calc(100%/5);
  margin: 0 auto;
}
.six-tabs {
  width: calc(100%/6);
  margin: 0 auto;
}
.seven-tabs {
  width: calc(100%/7);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .two-tabs, .three-tabs, .four-tabs, .five-tabs, .six-tabs, .seven-tabs {
    width: auto;
  }
}

@media (max-width: 1200px) {
    .tab_navigation--link_icon {
        font-size: 24px;
        margin-right: 8px;
    }
    .tab_navigation--link_text {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .tab_navigation--link.-active {
        border: 0;
    }
    .tab_navigation--link.-active:before {
        display: none;
    }
    .tab_navigation--link_text {
        font-size: 16px;
    }
    .tab_navigation--link_icon {
        font-size: 26px;
    }
}

.case_studies {
    position: relative;
}

.case_studies [class*=col] {
    display: none;
}

.case_studies--item {
    transition: 0.2s;
    background-size: cover;
    position: relative;
    display: block;
    height: 200px;
    margin-top: 30px;
    overflow: hidden;
}
.case_studies--item::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .25s;
    transition: 0.25s;
}
.case_studies--item:hover:after {
    background-color: rgba(255,255,255,0.8);
}

.case_studies--item span {
    display: none;
    color: #262626;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: .25s;
    transition: .25s;
}

.case_studies--item span:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

.blue_layer .case_studies--item::after {
  background-color: rgba(62, 93, 124, .7);
}

.blue_layer .case_studies--item:hover:after {
  background-color: rgba(0, 132, 242, .9);
}

.blue_layer .case_studies--item span {
    color: #ffffff;
}

.case_studies--item img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.case_studies--item:hover .case_studies--item_title {
    display: none;
}

.case_studies--item:hover span {
    display: block;
}

.case_studies--item:hover img {
    display: none;
}

.case_studies--item_title {
    display: block;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    z-index: 2;
    -webkit-transition: .25s;
    transition: .25s;
}

.tab_navigation+.case_studies {
    margin: 33px 0 0;
}

.case_studies.light-search .case_studies--item {
    margin-top: 15px;
}


.case_studies.light-search .case_studies--item_title {
  padding: 10px 0;
  position: relative;
  bottom: -100%;
  color: #000000;
  text-align: left;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case_studies.light-search .case_studies--item span {
  display: block;
  opacity: 0;
  visibility: hidden;
}

.case_studies.light-search .case_studies--item span:after {
  content: '\f150';
  font-size: 27px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 600;
}

.case_studies.light-search .case_studies--item:hover span {
  display: block;
  opacity: 1;
  visibility: visible;
}

.case_studies.light-search .case_studies--item .case_studies--item_title {
  display: block;
  opacity: 1;
  visibility: visible;

}

.case_studies.light-search .case_studies--item:hover .case_studies--item_title {
  display: block;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 992px) {
    .tab_navigation+.case_studies {
        margin: 0;
    }
}

.who_mini {
    position: relative;
}

.who_mini .col-md-12:first-child .who_mini--gallery_item {
    padding-top: 0;
}

.who_mini--title {
    font-size: 36px;
}

.who_mini--container {
    position: relative;
    padding: 35px 0 0;
}

.who_mini--gallery_item {
    padding: 39px 0 0;
    border-radius: 3px;
    overflow: hidden;
}

.who_mini--gallery_item img {
    max-width: 100%;
    vertical-align: top;
}

.who_mini--text {
    padding: 5px 0 0;
}

.who_mini--text p {
    color: #969696;
    font-size: 16px;
    line-height: 23px;
    padding: 0 0 18px;
}

.who_mini--more {
    font-size: 16px;
    color: #ff5e14;
    display: block;
}

.who_mini--more:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

@media (max-width: 992px) {
    .who_mini--gallery_item {
        padding: 0;
    }
    .who_mini--gallery_item img {
        width: 100%;
    }
    .who_mini--text {
        padding: 34px 0 0;
        font-size: 15px;
        line-height: 21px;
    }
    .who_mini--more {
        font-size: 15px;
    }
    .who_mini--title {
        padding: 34px 0 0;
        font-size: 32px;
    }
}

@media (max-width: 769px) {
    .who_mini--gallery_item {
        padding: 39px 0 0;
    }
}

.why_mini {
    position: relative;
}

.why_mini--title {
    font-size: 36px;
}

.why_mini--title.-bold {
    font-weight: 600;
}

.why_mini--list {
    position: relative;
    padding: 35px 0 0;
}

.why_mini--item {
    position: relative;
    margin-top: 33px;
}

.why_mini--item_number {
    font-size: 20px;
    font-weight: 600;
    color: #ff5e14;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.why_mini--item:first-child {
    margin-top: 0;
}

.why_mini--item_icon {
    display: inline-block;
    color: #ff5e14;
    font-size: 26px;
    vertical-align: middle;
    margin: 0 15px 3px 0;
}

.why_mini--item_title {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}

.why_mini--item_text {
    font-size: 16px;
    padding: 10px 0 0;
    line-height: 23px;
    opacity: 0.6;
    color: #262626;    
}

.strong_points {
    position: relative;
    margin-top: -75px;
}

@media (max-width: 769px) {
    .strong_points {
        position: relative;
        margin-top: -25px;
    }
}

.strong_points_item {
    position: relative;
    padding: 70px 0 0;
    margin: 92px 0 0;
}

@media (max-width: 992px) {
  .strong_points_item {
    text-align: center;
  }
}

.strong_points_item--icon {
    position: absolute;
    color: #ff5e14;
    font-size: 48px;
    top: -5px;
}

.strong_points_item--title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    max-width: 310px;
}

@media (max-width: 1200px) {
    .strong_points_item--title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    .strong_points_item--title {
        margin: 0 auto;
    }
}

@media (max-width: 769px) {
    .strong_points_item--title {
        max-width: 100%;
    }
}

.strong_points_item--text {
    color: #969696;
    font-size: 16px;
    line-height: 23px;
    padding: 10px 0 0;
}

.strong_points_item--more {
    font-size: 16px;
    font-weight: 600;
    color: #ff5e14;
    display: block;
    padding-top: 28px;
}

.strong_points_item--more:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

@media (max-width: 769px) {
    .strong_points_item {
        text-align: center;
        padding: 60px 0 0;
        margin: 60px 0 0;
    }
    .strong_points_item--icon {
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}

.page_header {
    position: relative;
    text-align: center;
    padding: 177px 0 123px;
    font-weight: 600;
    background: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header.centered {
    padding: 144px 0 156px; 
}
.page_header.bg-overlay::after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

/*---------------------- 15 - TITLES / BREADCRUMBS  ----------------------*/

.page_header--title {
    position: relative;
    z-index: 1;
    color: #fff;
    text-transform: capitalize;
}

h1.page_header--title {
  font-size: 60px;
}
h2.page_header--title {
  font-size: 54px;
}
h3.page_header--title {
  font-size: 48px;
}
h4.page_header--title {
  font-size: 42px;
}
h5.page_header--title {
  font-size: 37px;
}
h6.page_header--title {
  font-size: 33px;
}

@media (max-width: 1200px) {
    .page_header {
        padding: 70px 0;
    }
    h1.page_header--title {
        font-size: 50px;
    }
    h2.page_header--title {
        font-size: 48px;
    }
    h3.page_header--title {
        font-size: 42px;
    }
    h4.page_header--title {
        font-size: 38px;
    }
    h5.page_header--title {
        font-size: 32px;
    }
    h6.page_header--title {
        font-size: 29px;
    }
}

@media (max-width: 992px) {
    .page_header {
        padding: 50px 0;
    }
    h1.page_header--title {
        font-size: 40px;
    }
    h2.page_header--title {
        font-size: 38px;
    }
    h3.page_header--title {
        font-size: 36px;
    }
    h4.page_header--title {
        font-size: 32px;
    }
    h5.page_header--title {
        font-size: 29px;
    }
    h6.page_header--title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .page_header {
        padding: 30px 0;
    }
    h1.page_header--title {
        font-size: 33px;
        line-height: 1.2;
    }
    h2.page_header--title {
        font-size: 31px;
    }
    h3.page_header--title {
        font-size: 30px;
    }
    h4.page_header--title {
        font-size: 29px;
    }
    h5.page_header--title {
        font-size: 27px;
    }
    h6.page_header--title {
        font-size: 23px;
    }
}

@media (max-width: 480px) {
    h1.page_header--title {
        font-size: 30px;
    }
    h2.page_header--title {
        font-size: 29px;
    }
    h3.page_header--title {
        font-size: 27px;
    }
    h4.page_header--title {
        font-size: 26px;
    }
    h5.page_header--title {
        font-size: 24px;
    }
    h6.page_header--title {
        font-size: 21px;
    }
}

.breadcrumbs {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.wpb_wrapper .breadcrumbs {
    border-bottom: none;
}

.breadcrumbs--list {
    padding: 16px 0 18px;
}

.breadcrumbs--item {
    display: inline-block;
    margin: 0 0 0 35px;
    position: relative;
}

.breadcrumbs--item:before {
    display: block;
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: -27px;
    top: -1px;
    color: #bdbdbd;
}

.breadcrumbs--item:first-child {
    margin-left: 0;
}

.breadcrumbs--item:first-child:before {
    display: none;
}

.breadcrumbs--link {
    display: block;
    font-size: 14px;
    color: #262626;
}

@media all and (max-width: 768px) {
  .breadcrumbs--link {
    font-size: 13px;
  }
}

@media all and (max-width: 480px) {
  .breadcrumbs--link {
    font-size: 14px;
  }
}

.breadcrumbs--link.-active {
    color: #ff5e14;
}

.comments_list > .comment:last-of-type{
    margin-bottom: 65px;
}

.our_mission {
    position: relative;
    margin-top: -30px;
}

.our_mission--item {
    position: relative;
    margin-top: 30px;
}

.our_mission--item_media {
    border-radius: 3px;
    overflow: hidden;
}

.our_mission--item_media img {
    width: 100%;
    vertical-align: top;
}

.our_mission--item_title {
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0 0;
    color: #262626;
}

.our_mission--item_body p {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    padding: 15px 0 13px;
}

.our_company--text ul li,
.our_mission--item_body ul li {
    position: relative;
    margin: 14px 0 0;
    padding: 0 0 0 25px;
    color: #969696;
}

.our_company--text ul {
    padding-top: 13px;
}

.our_company--text ul li:before,
.our_mission--item_body ul li:before {
    content: '\25CF';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    display: block;
    color: #ff5e14;
    top: 0;
    left: 0;
}

.our_company--text ul li:first-child,
.our_mission--item_body ul li:first-child {
    margin-top: 0;
}

.our_company--text h1,
.our_company--text h2,
.our_company--text h3,
.our_company--text h4,
.our_company--text h5,
.our_company--text h6 {
    margin-bottom: 10px;
}

@media (max-width: 769px) {
    .our_mission--item_title {
        padding: 20px 0 0;
    }
    .our_mission--item_body p {
        padding: 10px 0 10px;
    }
    .our_company--text ul li,
    .our_mission--item_body ul li {
        margin: 10px 0 0;
        padding: 0 0 0 25px;
    }
}

@media (max-width: 425px) {
    .our_mission--item_title {
        padding: 15px 0 0;
        font-size: 18px;
    }
    .our_mission--item_body {
        font-size: 15px;
        line-height: 21px;
    }
    .our_mission--item_body p {
        padding: 10px 0 10px;
    }
    .our_company--text ul li,
    .our_mission--item_body ul li {
        margin: 7px 0 0;
        padding: 0 0 0 25px;
    }
    .our_company--text ul li:before,
    .our_mission--item_body ul li:before {
        top: 2px;
    }
}

/*---------------------- 16 - TEAM  ----------------------*/

.team {
    position: relative;
    margin: -28px 0 0;
}

.team_member {
    position: relative;
    background: #202223;
    margin: 30px 0 0;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.4);
}

.team_member--image img {
    
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.team_member--body {
    padding: 25px;
}

.team_member--name {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.team_member--position {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 0;
}
.team_member--city {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0 0;
}

.team_member--email {
    display: block;
    margin: 8px 0 0;
}

.team_member--email a {
    color: #ff5e14;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.team_member--email a:hover {
    opacity: 0.85;
}

.team_member--links {
    margin: 22px 0 0;
}

.team_member--links li {
    display: inline-block;
}

.team_member--links li a {
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
}

.team_member--links li a:hover {
    color: #ff5e14;
}

@media (max-width: 992px) {
    .team_member--body {
        padding: 20px;
    }
}

@media (max-width: 769px) {
    .team_member--body {
        padding: 20px 10px;
    }
    .team_member--name {
        font-size: 16px;
    }
    .team_member--position {
        font-size: 15px;
        line-height: 21px;
        margin: 8px 0 0;
    }
    .team_member--links {
        margin: 15px 0 0;
    }
    .team_member--email {
        font-size: 15px;
    }
}

/*---------------------- 17 - OUR COMPANY  ----------------------*/

.our_company {
    position: relative;
}

.our_company--faq + .our_company--faq:before {
  content: '';
  display: block;
  margin: 30px 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #EDEDED;
}

.our_company--faq_text {
  margin-top: 20px;
}

.our_company--faq_text p {
  font-size: 14px;
  line-height: 21px ;
}

.our_company--faq h1, 
.our_company--faq h2,
.our_company--faq h3,
.our_company--faq h4,
.our_company--faq h5,
.our_company--faq h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  font-weight: normal !important;
}

.our_company--faq h1 {
  font-size: 32px;
}
.our_company--faq h2 {
  font-size: 24px;
}
.our_company--faq h3 {
  font-size: 20px;
}
.our_company--faq h4 {
  font-size: 18.7px;
}
.our_company--faq h5 {
  font-size: 13.28px;
}
.our_company--faq h6 {
  font-size: 10.7px;
}

.our_company--faq_title-letter,.our_company--faq_text-letter {
  border: 2px solid #ff5e14;
  text-transform: uppercase;
  color: #ff5e14;
  position: relative;
  padding: 6px 12px;
  font-size: 30px;
  margin-right: 22px;  
  max-height: 46px;
  font-weight: normal;
}

.our_company--faq_text-letter {
  float: left;
  margin-bottom: 15px;
}

.our_company--text {
    position: relative;
    padding: 4px 45px 0 0;
} 

.our_company--text h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 13px;
}

.our_company--text p {
    font-size: 16px;
    color: #969696;
    line-height: 23px;
    margin: 15px 0 0;
}

.our_company--text p:first-of-type {
    margin-top: 0;
}

.our_company--href_block h1, .our_company--table_block h1 {
  font-size: 24px;
}

.our_company--href_block p, .our_company--table_block table {
  margin-top: 15px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
}

.our_company--href_block, .our_company--table_block {
  padding-right: 10px;
}

.our_company--href_block a {
  color: #969696;
}

.our_company--href_block a:hover {
  color: #ff5e14;
}

.our_company--href_block p:first-of-type {
  margin-top: 25px;
}

.our_company--table_block table {
  width: 100%;
}

.our_company--table_block table:first-of-type {
  margin-top: 25px;
}

.our_company--table_block tr td {
  padding-bottom: 5px;
}

.our_company--table_block tr td:first-of-type {
  width: 55%;
}

.our_company--table_block tr td:nth-of-type(2) {
  width: 30%;
}

.our_company--table_block tr td:last-of-type {
  width: 15%;
}

@media all and (max-width: 991px) {
  .our_company--table_block p {
    font-size: 14.5px;
  }
}

.our_company--quote {
    padding: 0;
}

.our_company--quote_media {
    position: relative;
}

.our_company--quote_media img {
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.our_company--quote_text {
    position: relative;
    font-size: 16px;
    color: #969696;
    line-height: 23px;
    font-style: italic;
    padding: 45px 0 0;
}

.our_company--quote_text:before {
    content: '\f10d';
    position: absolute;
    display: inline-block;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    top: -5px;
    left: -3px;
    font-size: 32px;
    color: #ff5e14;
}

.our_company--quote_author {
    position: relative;
}

.our_company--quote_author strong {
    display: block;
    padding: 19px 0 0;
}

.our_company--quote_author span {
    padding: 8px 0 0;
    display: block;
    font-size: 14px;
    color: #969696;
}

@media (max-width: 992px) {
    .our_company--text {
        margin-bottom: 20px;
        padding: 0;
    }
    .our_company--quote_media {
        margin-bottom: 20px;
    }
    .our_company--quote_text {
        padding: 35px 0 0;
    }
}

@media (max-width: 992px) and (max-width: 425px) {
    .our_company--text h3 {
        font-size: 18px;
    }

    .our_company--text p {
        font-size: 15px;
        line-height: 21px;
    }
    .our_company--quote_text {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width: 768px) {
    .wpb_single_image {
        text-align: center !important;
    }
    .our_company--text h3 {
        text-align: center;
    }
    .our_company--text p {
        text-align: center;
    }
    .our_company--faq_text p {
      text-align: left;
      font-size: 14px;
      line-height: 20px;
    }
    .our_company--faq h1, 
    .our_company--faq h2,
    .our_company--faq h3,
    .our_company--faq h4,
    .our_company--faq h5,
    .our_company--faq h6 {
      font-size: 18px;
    }
    .our_company--faq_title-letter,.our_company--faq_text-letter {
      font-size: 25px;
      margin-right: 19px;  
    }
    .our_company--text_center {
      text-align: center;
    }
    .our_company--href_block h1, .our_company--table_block h1 {
      text-align: center;
    }
    .our_company--href_block, .our_company--table_block {
      margin: 40px 0;
    }
    .our_company--href_block p, .our_company--table_block p {
      text-align: left;
    }
}

.section-container .blog {
    position: relative;
}

.blog .article {
    margin: 0 0 100px;
}

.unit .page_header{
    padding: 125px 0;
}

@media only screen and (max-width: 768px){
    .unit .page_header{
        padding: 75px 0;
    }
}

.blog .masonry-blog .article{
    margin-bottom: 29px;
    padding-bottom: 37px;
    background-color: #fff;
}

.blog .masonry-blog .blog-item:nth-child(5) .article, 
.blog .masonry-blog .blog-item:nth-child(7) .article {
   background: #303030;
}
.blog .masonry-blog .blog-item:nth-child(5) .article.-blog_page .article--title>a,
.blog .masonry-blog .blog-item:nth-child(5) .article.-blog_page .article--content>p, 
.blog .masonry-blog .blog-item:nth-child(5) .article--meta_item,
.blog .masonry-blog .blog-item:nth-child(7) .article.-blog_page .article--title>a,
.blog .masonry-blog .blog-item:nth-child(7) .article.-blog_page .article--content>p,
.blog .masonry-blog .blog-item:nth-child(7) .article--meta_item {
   color: #ffffff;
}

.blog.-latest .article {
    margin: 0px;
}

@media (max-width: 992px) {
    .blog .article,
    .blog.-latest .article {
        margin-bottom: 60px;
    }
}

@media (max-width: 769px) {
    .blog .article,
    .blog.-latest .article {
        margin-bottom: 40px;
    }
}

/*---------------------- 18 - ARTICLES  ----------------------*/

.article {
    padding: 0 35px 0 0;
}

.article--thumbnail {
    margin-bottom: 20px;
}

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

.article--title {
    color: #262626;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
}

.article--title a {
    color: inherit;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.article--meta {
    padding: 14px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.article--meta_item {
    display: inline-block;
    position: relative;
    font-size: 13.5px;
    color: #969696;
    padding: 0 0 0 23px;
    margin: 10px 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.article--meta_item:before {
    content: '\f154';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    display: block;
    color: #ff5e14;
    font-size: 20px;
    margin-top: -2px;
}

.article--meta_item.-categories::before{
    content: '\f118';
}

.article--meta_item a:hover {
    text-decoration: underline;
}

.article--meta_item:last-child {
    margin-right: 0;
}

.single-post .article--title{
    font-weight: 500;
}

.article--meta_item.-date:before {
    content: '\f109';
    font-size: 23px;
    margin-top: -3px;
}

.article--meta_item.-author {
    padding-left: 25px;
}

.article--meta_item.-categories a,
.article--meta_item.-author a {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.article--meta_item.-categories a,
.article--meta_item.-author a{
    color: #777;
}
.article--meta_item.-categories a:hover,
.article--meta_item.-author a:hover{
    color: #ff5e14;
}

.article--meta_item.-author:after {
    content: '\f124';
}
.text-shortcode ,
.article--content {
    margin: 23px 0 0;
    font-size: 16px;
    line-height: 23px;
    color: rgba(150, 150, 150, .9);
    letter-spacing: 0.5px;
}
.text-shortcode img ,
.article--content img {
    max-width: 100%;
    height: auto;
}
.text-shortcode input ,
.article--content input {
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}

.gallery-caption,
.bypostauthor {
    font-family: inherit;
    font-size: inherit;
}
.text-shortcode input[type='submit'] ,
.article--content input[type='submit'] {
    color: #ff5e14;
    font-weight: bold;
    cursor: pointer;
}
.text-shortcode form p ,
.article--content form p {
    padding-bottom: 10px;
}
.text-shortcode form ,
.article--content form {
    padding: 20px 0;
}
.text-shortcode figure ,
.article--content figure {
    border-radius: 3px;
    margin: 30px 0;
    overflow: hidden;
}
.text-shortcode figure.aligncenter ,
.article--content figure.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.text-shortcode figure img ,
.article--content figure img {
    width: auto;
    height: auto;
    vertical-align: top;
    max-width: 100%;
    margin: 0;
}
.text-shortcode figure figcaption ,
.article--content figure figcaption {
    word-wrap: break-word;
}
.text-shortcode>p ,
.article--content>p {
    margin: 30px 0;
}

.page-content .text-shortcode p:first-child,
.page-content .text-shortcode:first-child ,
.page-content .article--content p:first-child,
.page-content .article--content:first-child {
    margin-top: 0;
}

.text-shortcode a ,
.article--content a {
    color: #ff5e14;
    font-weight: 400;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.text-shortcode a:hover ,
.article--content a:hover {
    text-decoration: underline;
    color: #ff5e14CC;
}

.text-shortcode h1,
.text-shortcode h2,
.text-shortcode h3,
.text-shortcode h4,
.text-shortcode h5,
.text-shortcode h6 ,
.article--content h1,
.article--content h2,
.article--content h3,
.article--content h4,
.article--content h5,
.article--content h6 {
    margin: 30px 0;
    color: #363636;
}
.text-shortcode h1 ,
.article--content h1 {
    font-size: 30px;
    line-height: 36px;
}
.text-shortcode h2 ,
.article--content h2 {
    font-size: 28px;
    line-height: 34px;
}
.text-shortcode h3 ,
.article--content h3 {
    font-size: 26px;
    line-height: 32px;
}
.text-shortcode h4 ,
.article--content h4 {
    font-size: 24px;
    line-height: 30px;
}
.text-shortcode h5 ,
.article--content h5 {
    font-size: 22px;
    line-height: 28px;
}
.text-shortcode h6 ,
.article--content h6 {
    font-size: 19px;
    line-height: 25px;
}
.text-shortcode blockquote ,
.article--content blockquote {
    font-style: italic;
    font-weight: normal;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-left: 3px solid #ff5e14;
    margin: 20px 0;
    background: #fff;
}

.text-shortcode blockquote:before,
.text-shortcode blockquote:after ,
.article--content blockquote:before,
.article--content blockquote:after {
    content: '';
}

.text-shortcode blockquote cite ,
.article--content blockquote cite {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    display: block;
    text-align: right;
}

.text-shortcode table ,
.article--content table {
    width: 100%;
    background: #fff;
    margin: 0 0 20px;
}

.text-shortcode table tr:nth-child(2n) td ,
.article--content table tr:nth-child(2n) td {
    background: #fafafa;
}

.text-shortcode table th ,
.article--content table th {
    font-weight: bold;
    text-align: left;
    color: #363636;
}

.text-shortcode table td,
.text-shortcode table th ,
.article--content table td,
.article--content table th {
    border: 1px solid #e5e5e5;
    padding: 8px 14px;
}

@media screen and (max-width: 600px) {
    .text-shortcode table ,
    .article--content table {
        width: 100%;
    }
   .text-shortcode thead ,
    .article--content thead {
        display: none;
    }
    .text-shortcode table tr:nth-of-type(2n) td ,
    .article--content table tr:nth-of-type(2n) td {
        background-color: inherit;
    }
    .text-shortcode tbody td ,
    .article--content tbody td {
        display: block;
        text-align: center;
    }
    .text-shortcode table td,
    .text-shortcode table th ,
    .article--content table td,
    .article--content table th {
        border-bottom: none;
    }
    .text-shortcode table tr:last-child td:last-child,
    .text-shortcode table tr:last-child th:last-child ,
    .article--content table tr:last-child td:last-child,
    .article--content table tr:last-child th:last-child {
        border: 1px solid #e5e5e5;
    }
}

.text-shortcode pre,
.text-shortcode code,
.text-shortcode kbd,
.text-shortcode var,
.text-shortcode samp,
.text-shortcode tt ,
.article--content pre,
.article--content code,
.article--content kbd,
.article--content var,
.article--content samp,
.article--content tt {
    font-family: Hack, Courier, monospace;
    font-size: 14px;
    line-height: 19px;
    white-space: pre-wrap;
}

.text-shortcode pre ,
.article--content pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.text-shortcode dl ,
.article--content dl {
    margin: 0 0 20px;
}

.text-shortcode dl dt ,
.article--content dl dt {
    margin: 0 0 3px;
    font-weight: bold;
}

.text-shortcode dl dd ,
.article--content dl dd {
    margin: 0 0 15px;
}

.text-shortcode ul,
.text-shortcode ol ,
.article--content ul,
.article--content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}

.text-shortcode ul li>ol,
.text-shortcode ol li>ol,
.text-shortcode ul li>ul,
.text-shortcode ol li>ul ,
.article--content ul li>ol,
.article--content ol li>ol,
.article--content ul li>ul,
.article--content ol li>ul {
    margin-bottom: 0;
}

.text-shortcode ul ,
.article--content ul {
    list-style: circle;
}

.text-shortcode ol ,
.article--content ol {
    list-style: decimal;
}

.text-shortcode address ,
.article--content address {
    display: block;
    font-style: italic;
    margin: 0 0 20px;
}

.text-shortcode abbr,
.text-shortcode acronym,
.text-shortcode dfn ,
.article--content abbr,
.article--content acronym,
.article--content dfn {
    border-bottom: 1px dotted #666;
    cursor: help;
}

.text-shortcode cite,
.text-shortcode em,
.text-shortcode q,
.article--content cite,
.article--content em,
.article--content q,
.article--content i {
    font-style: italic;
}

.text-shortcode big ,
.article--content big {
    font-size: 20px;
}

.text-shortcode ins ,
.article--content ins {
    background: #fff;
}

.text-shortcode sub,
.text-shortcode sup ,
.article--content sub,
.article--content sup {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

.text-shortcode sub ,
.article--content sub {
    top: 0.5ex;
}

.text-shortcode sup ,
.article--content sup {
    bottom: 1ex;
}

.article--footer {
    padding: 22px 0 40px;
    vertical-align: middle;
}

.article--footer:after {
    content: "";
    display: table;
    clear: both;
}

.article--footer .tags-links {
    float: left;
    position: relative;
    display: inline-block;
    width: 85%;
    margin: -10px 0 0;
}

.article--footer .tags-links>a {
    border: 1px solid #ff5e14;
    color: #ff5e14;
    font-size: 14px;
    padding: 6px 10px;
    margin: 10px 10px 0 0;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.article--footer .tags-links>a:hover{
    background-color: #ff5e14;
    color: #fff;
}

.article--footer .tags-links>span {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: 1px 1px 1px 1px;
    overflow: hidden;
}

.article--footer .share {
    float: right;
}

.article--footer .link {
    font-weight: 600;
}

.article--footer .link:after {
      content: '\f178 ';
      display: inline-block;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      line-height: 1;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      position: relative;
      margin: 0 0 0 7px;
      top: 1px;
}

.article.-blog_page {
    margin-bottom: 29px;
    padding: 0 0 25px;
    transition: 0.5s;
}

.article.-blog_page:hover {
    box-shadow: -2px 0px 32px 0px rgba(0, 0, 0, 0.1);
}

.article.-blog_page>.post-cats {
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 20px 20px;
}

.article.-blog_page>.post-cats a {
    display: inline-block;
    margin: 3px 3px 3px 0;
    padding: 5px 8px;
    background-color: #ff5e14;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: none;
}

.article.-blog_page>.post-cats.wio_image {
    position: static;
}

.article.-blog_page>.-blog_page-body {
    padding: 0 20px 0;
}

.article.-blog_page .article--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
}

.article.-blog_page.-blog_quote .article--title{
    font-style: italic;
    font-size: 30px;
}

.article.-blog_page.-blog_quote .quote_icon{
    font-size: 45px;
}

.article.-blog_page.-blog_link{
    background-color: #222222;
    color: #fff;
    padding-bottom: 59px;
}

.article.-blog_page.-blog_link .article--title{
    font-size: 30px;
}

.article.-blog_page.-blog_link .article--title a{
    color: #fff;
    transition: 0.5s;
}

.article.-blog_page.-blog_link .article--title a:hover{
    color: #999999;
    transition: 0.5s;
}

.article.-blog_page.-blog_link .quote_icon{
    font-size: 45px;
    margin: 20px 0 40px;
}


@media all and (max-width: 992px) {
  .article.-blog_page .article--title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
}

.article.-blog_page .article--title>a {
    color: #262626;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}

.article.-blog_page .article--content {
    margin: 0;
    padding: 12px 0 0 0;
}

.article.-blog_page .article--content>p {
    margin: 0;
    font-size: 15.5px;
}

.article.-blog_page .article--footer {
    padding: 25px 0 0 0;
}

.article.-blog_page .article--read_more {
    color: #ff5e14;
}

.article.-blog_page .article--read_more:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

.article.-blog_page .article--preview {
    overflow: hidden;
    margin: 0 0 26px;
}

.article.-blog_page .article--preview img {
    vertical-align: top;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.article.-blog_page .article--meta {
    padding: 12px 0 0;
}

.article.-blog_page .article--meta_item {
    margin: 0 6px 0 0;
}

.article.-blue_dark .article--meta_item:before {
    color: #ff5e14;
}

@media (max-width: 992px) {
    .article {
        padding-right: 0;
    }
    .article.-blog_page .article--preview {
        margin: 0 0 10px;
    }
    .article.-blog_page .article--meta {
        padding: 10px 0 0;
    }
    .article.-blog_page .article--content {
        padding: 5px 0 0;
    }
    .article.-blog_page .article--footer {
        padding: 5px 0 0;
    }
}

@media (max-width: 769px) {
    .article--title {
        font-size: 40px;
        line-height: 50px;
    }
    .text-shortcode,
    .article--content {
        font-size: 14px;
        line-height: 21px;
    }
    .article--content {
        font-size: 16px;
    }
    .text-shortcode>p,
    .text-shortcode>figure,
    .text-shortcode h1,
    .text-shortcode h2,
    .text-shortcode h3,
    .text-shortcode h4,
    .text-shortcode h5,
    .text-shortcode h6 ,
    .article--content>p,
    .article--content>figure,
    .article--content h1,
    .article--content h2,
    .article--content h3,
    .article--content h4,
    .article--content h5,
    .article--content h6 {
        margin: 20px 0;
    }
    .text-shortcode blockquote ,
    .article--content blockquote {
        margin: 15px 0;
        padding: 15px;
    }
    .text-shortcode table ,
    .article--content table {
        margin: 0 0 15px;
    }
    .text-shortcode ul,
    .text-shortcode ol ,
    .article--content ul,
    .article--content ol {
        margin-bottom: 20px;
        padding: 0 0 0 20px;
    }
    .text-shortcode h1 ,
    .article--content h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .text-shortcode h2 ,
    .article--content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .text-shortcode h3 ,
    .article--content h3 {
        font-size: 22px;
        line-height: 28px;
    }
    .text-shortcode h4 ,
    .article--content h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .text-shortcode h5 ,
    .article--content h5 {
        font-size: 18px;
        line-height: 24px;
    }
    .text-shortcode h6 ,
    .article--content h6 {
        font-size: 15px;
        line-height: 21px;
    }
    .article--footer .tags-links {
        width: 100%;
        float: none;
    }
    .article--footer .share {
        margin: 30px 0 0;
        float: none;
    }
    .article.-blog_page .article--title {
        font-size: 18px;
        line-height: 22px;
    }
    .article.-blog_page .text-shortcode ,
    .article.-blog_page .article--content {
        font-size: 15px;
        line-height: 18px;
    }
    .article.-blog_page .article--footer {
        font-size: 15px;
    }

    .article.-blog_page .article--content {
        padding: 5px 0 0;
    }
    .article.-blog_page .article--footer {
        padding: 5px 0 0;
    }
}

@media (max-width: 425px) {
    .article--title {
        font-size: 28px;
        line-height: 36px;
    }
    .article.-blog_page .article--meta_item:first-child {
        margin-top: 0;
    }
    .article.-blog_page .article--meta_item:first-child:after {
        left: -2px;
    }
}

.calendar,
#wp-calendar {
    display: table;
    width: 100%;
    position: relative;
}

.calendar--title,
#wp-calendar caption {
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 19px 0;
    margin-top: 8px;
    text-transform: uppercase;
}

.calendar--months {
    border-top: 1px solid #e5e5e5;
}

.calendar--months>th {
    padding: 15px 0;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.calendar--months>th:first-child {
    padding-left: 5px;
}

.calendar--months>th:last-child {
    padding-right: 5px;
}

.calendar--links {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.calendar--arrow,
#wp-calendar #prev,
#wp-calendar #next {
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    font-size: 24px;
}

.calendar--arrow.-prev,
#wp-calendar #prev {
    left: 20px;
    z-index: 1;
}

.calendar--arrow>a,
#wp-calendar #prev>a,
#wp-calendar #next>a {
    color: #cbcbcb;
    font-size: 14px;
}

.calendar--arrow>a:hover {
    color: #8c8a8a;
}

.calendar--days {
    background: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.calendar--days>tr>td {
    padding-bottom: 14px;
}

.calendar--days>tr>td:first-child {
    padding-left: 5px;
}

.calendar--days>tr>td:last-child {
    padding-right: 5px;
}

.calendar--days>tr>td>span {
    color: #bababa;
    font-weight: normal;
}

.comments {
    margin: 0 35px 0 0;
    padding: 36px 0 0 0;
    position: relative;
}

.comments .comments--title{
    position: relative;
}
.comments .comments--title:before {
    display: block;
    height: 1px;
    background: #e9e9e9;
    content: '';
    position: absolute;
    top: -40px;
    left: -15px;
    right: -15px;
}

.page-content .comments:before {
    display: none;
}

.single-post .comments{
    padding-bottom: 30px;
}

.comments--title {
    font-size: 20px;
    padding: 0 0 46px;
    font-weight: 600;
}

.comments .comment_form {
    padding: 36px 0 0 0;
    position: relative;
}

.comments .comment_form:before {
    display: block;
    height: 1px;
    background: #e9e9e9;
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
}

@media (max-width: 992px) {
    .comments {
        margin-right: 0;
    }
    .comments--title {
        padding-bottom: 30px;
    }
}

.pingback {
    color: #969696;
    line-height: 22px;
    padding-bottom: 10px;
}

.pingback a {
    color: #ff5e14;
}

.pingback~.comment {
    padding-top: 30px;
}


/*---------------------- 19 - COMMENTS  ----------------------*/

.comment {
    position: relative;
    padding: 0px 0 0 80px;
}

.comment .comment {
    padding: 0px 0 0 80px;
    border-bottom: 0;
}

.comment--header {
    position: relative;
}

.comment--username {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 6px;
    color: #262626;
}

.comment--username a {
    color: #262626;
}

.comment--username a:hover {
    text-decoration: underline;
}

.comment--date {
    font-size: 14px;
    color: #969696;
}

.comment--userpic {
    position: absolute;
    left: -80px;
    top: -8px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.comment--userpic img {
    width: 100%;
}

.comment--content {
    margin: 10px 0 46px;
    padding: 18px 20px;
    position: relative;
    background: #f5f5f5;
    color: #969696;
    font-size: 16px;
    line-height: 23px;
    border-radius: 3px;
}

.comment--content p {
    padding: 0 0 17px;
}

.comment--content .article--content p {
    margin: 0;
}

.comment--content .article--content {
    margin-top: 0;
}

.comment--content:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #f5f5f5 transparent;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
}

.comment-reply-link,
.comment--reply {
    color: #ff5e14;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

#cancel-comment-reply-link {
    color: #ff5e14;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}

.comment-reply-link:before,
.comment--reply:before {
    content: '\f11e';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    font-size: 16px;
    margin: 0 7px 0 0;
    top: 0;
}

@media (max-width: 769px) {
    .comment {
        padding: 0;
    }
    .comments_list > .comment:last-of-type{
        margin-bottom: 50px;
    }
    .comment--userpic {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 0 10px;
    }
    .comment--content {
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0 30px;
    }
    .comment .comment {
        padding: 0;
    }
}

.comment_form--title {
    font-size: 20px;
    margin: 0 0 27px;
    font-weight: 600;
}

@media (max-width: 992px) {
    .comment_form--footer .button {
        display: block;
        width: 100%;
    }
}

.twitter_feed {
    margin: 0 auto;
}

.twitter_feed--content {
    padding: 0;
}

.twitter_feed--messages {
    padding: 30px 0 0;
}

.twitter_feed--message {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    color: #969696;
    text-align: center;
    margin: 0 10%;
}

.twitter_feed--message p {
    padding: 0;
    position: relative;
}

.twitter_feed--message p a {
    color: #ff5e14;
}

.twitter_feed--message_author {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 34px 0 0;
    padding: 31px 0 0;
    position: relative;
}

.twitter_feed--message_author a {
    color: #ff5e14;
    text-decoration: underline;
}

.twitter_feed--message_author:before {
    position: absolute;
    content: '';
    display: block;
    background: #d7d7d7;
    width: 14px;
    height: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.twitter_feed--icon {
    display: block;
    width: 100%;
    text-align: center;
}

.twitter_feed--icon i {
    color: #ff5e14;
    font-size: 36px;
}

.twitter_feed .slick-slider .slick-dots {
    margin: 55px 0 0;
}

.section .twitter_feed {
    margin: -30px 0 -47px;
}

@media (max-width: 992px) {
    .twitter_feed {
        margin: 0 auto !important;
    }
    .twitter_feed--icon {
        padding: 0;
    }
    .twitter_feed--icon i {
        font-size: 36px;
    }
}

@media (max-width: 769px) {
    .twitter_feed--content {
        padding: 0;
    }
    .twitter_feed--icon i {
        font-size: 32px;
    }
    .twitter_feed--messages {
        padding: 20px 0 0;
    }
    .twitter_feed--message {
        font-size: 18px;
        line-height: 26px;
        margin: 0 6%;
    }
    .twitter_feed .slick-slider .slick-dots {
        margin: 30px 0 0;
    }
}

.clients_reviews--slide {
    padding: 0 15px;
}

.clients_reviews .slick-slider .slick-list {
    margin: -10px -15px;
}

.clients_reviews .slick-slider .slick-track {
    padding: 10px 0;
    margin: 0;
}

.clients_reviews .slick-slider .slick-dots {
    position: relative;
    margin: 80px 0 0;
}

.clients_reviews-sm .slick-slider .slick-dots {
  margin: 15px 0 0;
}
.clients_reviews-sm .slick-slider .slick-dots button:before{
  background-color: #ff5e14;
}

.section .clients_reviews {
    margin: 0 0 -25px;
}

.section.-rounded .clients_reviews {
    margin-bottom: -50px;
}

@media (max-width: 992px) {
    .clients_reviews .slick-slider .slick-dots {
        margin: 35px 0 0;
    }
    .clients_reviews-sm .slick-slider .slick-dots {
      margin: 15px 0 0;
    }
}

.client_review {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    padding: 27px 30px 46px;
    transition: 0.3s;
}
.client_review:hover {
    transition: 0.3s;
}
.client_review--text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #969696;
    padding: 0;
    transition: 0.3s;
}

.client_review:hover .client_review--text{
    transition: 0.3s;
    opacity: 0.6;
    
}
.client_review--client {
    margin: 25px 0 0;
    position: relative;
}

.client_review--client figure {
    position: relative;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 16px 0 0;
    width: 70px;
    height: 70px;
}

.client_review--client figure img {
    vertical-align: top;
    width: 100%;
}

.client_review--client strong {
    transition: 0.3s;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding: 16px 0 0;
}
.client_review:hover .client_review--client strong {
    transition: 0.3s;
}

.client_review--client span {
    transition: 0.3s;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    display: block;
    color: #969696;
    padding: 9px 0 0;
}
.client_review:hover .client_review--client span {
    opacity: 0.6;
    transition: 0.3s;
}

.client_review.-dark {
    background: #202223;
    border: 0;
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.4);
}

.client_review.-dark .client_review--text {
    color: rgba(255, 255, 255, 0.6);
}

.client_review.-dark .client_review--client strong {
    color: #fff;
}

.client_review.-dark .client_review--client span {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 769px) {
    .client_review {
        padding: 20px 20px 30px;
    }
    .client_review--client {
        margin: 20px 0 0;
    }
    .client_review figure {
        width: 50px;
        height: 50px;
    }
    .client_review strong {
        padding-top: 6px;
    }
}

.link {
    position: relative;
    font-size: 16px;
    color: #ff5e14;
}

.link:after {
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: relative;
    margin: 0 0 0 7px;
    top: 1px;
}

.link.-blue_dark {
    color: #0b66a2;
}

.link.-white {
    color: #fff;
}

.link.-black {
    color: #262626;
}

.additional_help {
    position: relative;
}

/*---------------------- 20 - ADDITIONAL HELP  ----------------------*/

.additional_help--item_card {
    display: table;
    width: 100%;
    padding: 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    overflow: hidden;
}

.additional_help--item_card_body {
    display: table-cell;
    padding: 18px 0 18px 30px;
    vertical-align: top;
    width: 50%;
}

.additional_help--item_card_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #262626;
}

.additional_help--item_card_text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    margin: 20px 0 0;
    position: relative;
}

.additional_help--item_card_text p {
    padding: 16px 0 0;
}

.additional_help--item_card_text:before {
    display: block;
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background: #ddd;
    top: -2px;
    left: 0;
}

@media all and (max-width: 1200px) {
  .additional_help--item_card_text {
    text-align: center;
  }
  .additional_help--item_card_text:before {
    left: 50%;
    margin-left: -7.5px;
  }  
}

.additional_help--item_card_media {
    position: relative;
    display: table-cell;
    width: 50%;
    max-width: 50%;
    vertical-align: top;
}

.additional_help--item_card_media a {
    display: block;
    position: relative;
}

.additional_help--item_card_media_img-href {
    height: 370px;
    width: 100%;
}

.additional_help--item_card_media a img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.additional_help--item_gallery figure {
    overflow: hidden;
    border-radius: 3px;
    margin: 30px 0 0;
}

.additional_help--item_gallery figure img {
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

.additional_help--item_gallery figure:first-child {
    margin-top: 0;
}

.additional_help .tab_navigation {
    margin-bottom: 65px;
}

@media (max-width: 1200px) {
    .additional_help--item_card_body {
        display: block;
        width: 100%;
        padding: 18px 15px;
    }
    .additional_help--item_card_media {
        width: 100%;
        display: block;
        max-width: 100%;
    }
    .additional_help--item_card_media a {
        display: block;
        position: relative;
        max-height: 300px;
        overflow: hidden;
    }
    .additional_help--item_card_media a img {
        vertical-align: top;
        width: 100%;
    }
    .additional_help--item_card_title {
        line-height: 25px;
        text-align: center;
    }
    .additional_help--item_card_text {
        margin: 20px 0 0;
        font-size: 16px;
        line-height: 23px;
    }
    .additional_help--item_card_text p {
        padding: 16px 0 0;
    }
}

@media (max-width: 992px) {
    .additional_help {
        position: relative;
    }
    .additional_help--item_card_body {
        display: block;
        width: 100%;
        padding: 18px 0 0;
    }
    .additional_help--item_card_title {
        padding: 0px 20px 0;
    }
    .additional_help--item_card_text {
        margin: 20px;
    }
    .additional_help--item_card {
        display: block;
    }
    .additional_help--item_card_media {
        position: relative;
        display: block;
        width: 100%;
    }
    .additional_help--item_card_media a {
        display: block;
        position: relative;
    }
    .additional_help--item_card_media a img {
        vertical-align: top;
        width: 100%;
    }
    .additional_help--item_gallery {
        margin: 0 -10px;
    }
    .additional_help--item_gallery figure {
        margin: 20px 0 0;
        padding: 0 10px;
        float: left;
        width: 50%;
    }
    .additional_help--item_gallery figure:first-child {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 769px) {
    .additional_help--item_card_text {
        font-size: 15px;
        line-height: 21px;
        margin: 15px 20px;
        text-align: center;
    }
    .additional_help--item_card_text p {
        padding: 12px 0 0;
    }
    .additional_help--item_card_title {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .additional_help--item_gallery {
        margin-top: 20px;
    }
    .additional_help--item_gallery figure {
        margin: 20px 0 0;
        width: 100%;
    }
    .additional_help--item_gallery figure:first-child {
        margin: 0;
    }
}

@media (max-width: 425px) {
    .additional_help--item_card_title {
        padding: 0px 10px 0;
    }
    .additional_help--item_card_text {
        margin: 15px 10px;
    }
    .additional_help--item_gallery {
        margin: 0 -5px;
    }
    .additional_help--item_gallery figure {
        margin: 15px 0 0;
        padding: 0 5px;
    }
    .additional_help--item_gallery figure:first-child {
        margin: 15px 0 0 0;
    }
    .additional_help--item_card_body {
        padding: 10px 0 0;
    }
}

.button_play, .button_play_def {
    display: block;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    font-size: 26px;
    color: #fff;
    border-radius: 100px;
    position: relative;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.button_play [class*=icons8] {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button_play.-xl {
    width: 54px;
    height: 54px;
    font-size: 34px;
}

.why_articles {
    position: relative;
}

@media (max-width: 992px) {
    .why_articles .col-md-4 .why_article {
        margin-top: 30px;
    }
    .why_articles .col-md-4:first-child .why_article {
        margin-top: 0;
    }
}

.why_article {
    position: relative;
}

.why_article--preview {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 0 29px;
}

.why_article--preview img {
    vertical-align: top;
    width: 100%;
}

.why_article--title {
    font-size: 20px;
    color: #fff;
}

.why_article--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    padding: 14px 0 0;
}

.why_article--footer {
    padding: 23px 0 0;
}

@media (max-width: 992px) {
    .why_article--preview {
        margin: 0 0 10px;
    }
    .why_article--title {
        font-size: 20px;
    }
    .why_article--text {
        font-size: 16px;
        line-height: 23px;
        color: #969696;
        padding: 14px 0 0;
    }
    .why_article--footer {
        padding: 10px 0 0;
    }
}

.slide_block {
    background: url("../images/content/slide_block/slide_block_bg.jpg") top center no-repeat;
    background-size: cover;
    height: 656px;
}

.slide_block--small {
  height: 500px;
  position: relative;
}

.slide_block--small:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 0;
}

@media all and (max-width: 769px) {
  .slide_block--small:after {
    display: none;
  }
}

.slide_simple--container .container,
.slide_block .container {
    position: relative;
    min-height: 656px;
}

@media all and (max-width: 1200px) {
  .slide_simple--container .container {
    min-height: 500px;
  }
}

@media all and (max-width: 992px) {
  .slide_simple--container .container {
    min-height: 450px;
  }
}

@media all and (max-width: 768px) {
  .slide_simple--container .container {
    min-height: 340px;
  }
    .single-post .comments{
        padding-bottom: 0;
    }
}

.slide_block--small .container {
  height: 500px;
  z-index: 1;
  min-height: 500px;
}

@media all and (max-width: 992px) {
  .slide_block--small .container {
    height: auto;
    min-height: 100%;
  }
}

.slide_block--body {
    max-width: 605px;
    padding: 39px 120px 40px 39px;
    border-radius: 3px;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_block--title {
    font-size: 45px;
    font-weight: 300;
    color: #fff;
}

.slide_block--title-bold {
  font-weight: 600;
}

.slide_block--text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 23px 0 35px;
    color: #fff;
}

.slide_block--text_big {
  font-size: 29px;
  line-height: 1.4;
  font-weight: 400;
}

.slide_block--text-sm {
  font-size: 16px;
}

.slide_block--icon {
    font-size: 48px;
    position: absolute;
    background: #ff5e14;
    border-radius: 3px 0 0 3px;
    width: 75px;
    text-align: center;
    padding: 10px 0;
    right: -5px;
    top: 30px;
    color: #262626;
}

.slide_block--icon:after {
    position: absolute;
    display: block;
    content: '';
    right: 0;
    bottom: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #505050 transparent transparent transparent;
}

.promo_slider.-rounded .slide_block {
    height: 627px;
}

.promo_slider.-rounded .slide_block .container {
    height: 627px;
}

@media (max-width: 992px) {
    .slide_block {
        height: auto !important;
    }
    .slide_block .container {
        position: relative;
        height: auto !important;
    }
    .slide_block--body {
        max-width: 505px;
        padding: 30px 100px 30px 30px;
        position: relative;
        -webkit-transform: none;
        transform: none;
        margin: 50px 0;
    }
    .slide_block--title {
        font-size: 42px;
    }
    .slide_block--text {
        font-size: 17px;
        line-height: 26px;
        padding: 20px 0 30px;
    }
    .slide_block--icon {
        font-size: 44px;
        width: 70px;
        padding: 10px 0;
    }
    .slide_block--text_big {
      font-size: 24px;
      line-height: 1.4;
    }  
}

@media (max-width: 769px) {
    .slide_block {
        height: auto;
        padding: 0;
        width: 100%;
    }
    .slide_block .container {
        position: relative;
        height: auto;
        width: 100%;
        padding: 0;
    }
    .slide_block--body {
        width: 100%;
        max-width: none;
        padding: 39px 120px 40px 39px;
        margin: 0;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 0;
    }
    .slide_block--title {
        font-size: 48px;
    }
    .slide_block--text {
        font-size: 20px;
        line-height: 28px;
        padding: 23px 0 35px;
    }
    .slide_block--icon {
        font-size: 48px;
        width: 75px;
        padding: 10px 0;
        right: 0;
        top: 30px;
    }
    .slide_block--icon:after {
        display: none;
    }
}

@media (max-width: 600px) {
    .slide_block--body {
        padding: 30px 100px 30px 30px;
    }
    .slide_block--title {
        font-size: 42px;
    }
    .slide_block--text {
        font-size: 17px;
        line-height: 26px;
        padding: 20px 0 30px;
    }
    .slide_block--icon {
        font-size: 34px;
        width: 60px;
        padding: 10px 0;
    }
}

@media (max-width: 425px) {
    .slide_block--body {
        padding: 30px 15px 30px 15px;
    }
    .slide_block--title {
        font-size: 34px;
    }
    .slide_block--text {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 20px 20px 0;
    }
    .slide_block--icon {
        display: none;
    }
    .slide_block .button {
        display: block;
        width: 100%;
    }
    .slide_block--text_big {
      font-size: 18px;
      line-height: 1.5;
    }  
}

@media (max-width: 320px) {
    .slide_block--title {
        font-size: 32px;
    }
    .slide_block--text {
        font-size: 15px;
        line-height: 21px;
        padding: 10px 0 20px;
    }
    .slide_block--icon {
        font-size: 36px;
        width: 45px;
        padding: 5px 0;
    }
}

.slide_fancy {
    position: relative;
    background: url("../images/content/slide_fancy/slide_fancy_bg.jpg") top center no-repeat;
    background-size: cover;
    height: 656px;
    overflow: hidden;
}

.slide_fancy .container {
    position: relative;
    height: 656px;
}

.slide_fancy:before {
    width: 70%;
    height: 100%;
    background: rgba(71, 77, 122, 0.9);
    content: '';
    display: block;
    position: absolute;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    top: 0;
    left: -11%;
}

.slide_fancy--body {
    max-width: 605px;
    padding: 0px 100px 0px 0;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_fancy--title {
    font-size: 60px;
    font-weight: 300;
    color: #34c1e4;
    margin: -6px;
}

.slide_fancy--text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    padding: 25px 0 34px;
    color: #fff;
}

@media (max-width: 1200px) {
    .slide_fancy:before {
        width: 80%;
        height: 100%;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: -20%;
    }
}

@media (max-width: 992px) {
    .slide_fancy {
        text-align: center;
        max-height: 387px;
    }
    .slide_fancy .container {
        position: relative;
        max-height: 387px;
    }
    .slide_fancy:before {
        width: 100%;
        height: 100%;
        background: rgba(71, 77, 122, 0.9);
        content: '';
        display: block;
        position: absolute;
        -webkit-transform: none;
        transform: none;
        top: 0;
        left: 0;
    }
    .slide_fancy--body {
        width: 80%;
        padding: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 769px) {
    .slide_fancy {
        text-align: center;
        height: auto;
        padding: 30px 0;
    }
    .slide_fancy .container {
        position: relative;
        height: auto;
    }
    .slide_fancy--body {
        width: 80%;
        position: relative;
        -webkit-transform: none;
        transform: none;
        left: auto;
        margin: 0 auto;
    }
    .slide_fancy--title {
        font-size: 46px;
        margin: -6px;
    }
    .slide_fancy--text {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 0 25px;
    }
}

@media (max-width: 570px) {
    .slide_fancy--title {
        font-size: 40px;
        margin: -6px;
    }
    .slide_fancy--text {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 0 25px;
    }
}

.share {
    position: relative;
}

.share--opener {
    border: 1px solid #ff5e14;
    border-radius: 3px;
    font-size: 14px;
    position: relative;
    padding: 4px 10px 4px 32px;
    color: #ff5e14;
}

.share--opener .icons8-share {
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 7px;
}

.share--dropdown {
    white-space: nowrap;
    display: none;
    padding: 10px 0 10px 10px;
    background: #fff;
    border-radius: 3px;
    top: 100%;
    right: 0;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 12px 0 0;
    z-index: 1;
}

.share--dropdown:before {
    content: '';
    position: absolute;
    display: block;
    right: 15px;
    top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
}

.share--dropdown [class*=share] {
    margin-bottom: 0;
}

@media (max-width: 769px) {
    .share--dropdown {
        right: auto;
        left: 0;
    }
    .share--dropdown:before {
        right: auto;
        left: 15px;
    }
}

/*---------------------- 21 - CONTACTS  ----------------------*/

.contact_form [class*=col-] {
    margin: 20px 0 0 0;
}

.contact_form--submit {
    text-align: right;
}

.contact_form--submit input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

.contact_form--center {
  text-align: center;
}

.contact_form--files:after {
    content: "";
    display: table;
    clear: both;
}

.contact_form--files .button {
    float: left;
}

.contact_form--files_list {
    color: #262626;
    font-size: 15px;
    padding: 12px 0 0 15px;
    float: left;
}

.contact_form--files_list span {
    max-width: 300px;
    display: inline-block;
    position: relative;
    padding: 2px 0 2px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #262626;
    font-weight: bold;
}

.contact_form--files_list span:before {
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: '\f103';
    font-size: 22px;
    position: absolute;
    top: -3px;
    left: 0;
    color: #262626;
    font-weight: bold;
}

.contact_form--file_input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
}


.contact_form--file_input direction ltr {
    cursor: pointer;
}

.contact_form.-on_dark .contact_form [class*=col-] {
    margin: 30px 0 0 0;
}

.wpcf7-form .-on_dark .contact_form--files_list,
.contact_form.-on_dark .contact_form--files_list {
    color: #fff;
    padding: 18px 0 0 25px;
}

.wpcf7-form .-on_dark .contact_form--files_list span,
.contact_form.-on_dark .contact_form--files_list span {
    max-width: 500px;
    position: relative;
    padding: 2px 0 2px 30px;
}

.contact_form.-on_dark .contact_form--files_list span:before {
    color: inherit;
}

.section .contact_form {
    margin-top: -30px;
}

@media (max-width: 992px) {
    .contact_form--submit {
        text-align: left;
    }
}

.clients .slick-slider .slick-list {
    margin: -10px -15px;
}

.clients .slick-slider .slick-track {
    padding: 10px 0;
    margin: 0;
    height: 400px;
}

.clients .slick-slider .slick-dots {
    margin: 0;
    padding: 0 0 20px 0;
}

.clients--slide {
    padding: 0 15px;
}

@media (max-width: 992px) {
    .clients .slick-slider .slick-dots {
        margin: 40px 0 0;
    }
}

.client {
    position: relative;
    text-align: center;
    height: 300px;
    cursor: pointer;

    background: #fff;
    
    transition: 0.3s;
}
.client.-dark {
    background: #202223;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.client:hover .client--info {
    display: none;
}

.client:hover .client--quote {
    display: block;
}

.client--wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 60px 0 0;
    transition: 0.3s;
}

.client--userpic {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

.client--userpic img {
    border-radius: 50%;
    vertical-align: top;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
}

.client--name {
    font-size: 18px;
    display: block;
    color: #262626;
}
.client.-dark .client--name {
    color: #fff!important;
}

.client--job {
    font-size: 14px;
    color: #262626;
    opacity: 0.6;
    display: block;
    padding: 13px 0 0;
}
.client.-dark .client--job {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.client--location {
    font-size: 14px;
    color: #262626;
    opacity: 0.6;
    display: block;
    padding: 13px 0 0;
}
.client.-dark .client--location {
    color: rgba(255, 255, 255, 0.7);
}

.client--quote {
    font-size: 14px;
    line-height: 23px;
    margin: 0 25px;
    color: #262626;
    display: none;
    position: relative;
    overflow-y: hidden;
    height: 70px;
}
.client.-dark .client--quote {
    color: #fff;
}

.case_study {
    position: relative;
    margin: -49px 0 0;
}

.case_study--title h1 {
    font-size: 50px;
    font-weight: 500;
    color: #262626;
}

.case_study--media {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
}

.case_study--media img {
    vertical-align: top;
    width: 100%;
}

.case_study--media .--overlay {
    position: relative;
}
.--overlay::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.case_study--details {
    padding: 16px 0 0;
}

.case_study--details dl {
    padding: 21px 0 20px;
    border-bottom: 1px solid #e9e9e9;
}

.case_study--details dl:after {
    content: "";
    display: table;
    clear: both;
}

.case_study--details dl dt {
    display: block;
    float: left;
    width: 50%;
    color: #262626;
    padding: 0 0 0 35px;
    position: relative;
}

.case_study--details dl dt i {
    color: #ff5e14;
    font-size: 26px;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.case_study--details dl dt .icons8-diamond {
    margin: -2px 0 0 -3px;
}

.case_study--details dl dt .icons8-umbrella {
    margin: -2px 0 0 -2px;
}

.case_study--details dl dd {
    display: block;
    float: left;
    width: 50%;
    font-style: italic;
    font-size: 16px;
    color: #969696;
    padding: 0 0 0 32px;
}

.case_study--section_title {
    font-size: 36px;
    font-weight: 600;
    padding: 4px 0 0;
}

.case_study--text {
    font-size: 16px;
    line-height: 23px;
    opacity: 0.6;
    color: #262626;
}

.case_study--text p {
    padding: 16px 0 0;
}

.case_study--text ul {
    padding: 16px 0 0;
}

.case_study--text ul li {
    font-style: italic;
    position: relative;
    padding: 0 0 0 22px;
    margin: 6px 0 0;
    text-align: left;
}

.case_study--text ul li:before {
    display: block;
    content: '\f132';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    left: 0;
    color: #ff5e14;
    top: 2px;
}

.case_study--text ul li:first-child {
    margin-top: 0;
}

@media (max-width: 992px) {
    .case_study--section {
        margin: 30px 0 0;
    }
    .case_study--section_title {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .case_study--section {
        margin: 20px 0 0;
    }
    .case_study--section_title {
        font-size: 24px;
    }
    .case_study--text {
        font-size: 14px;
        line-height: 21px;
    }
    .case_study--text p {
        padding: 14px 0 0;
    }
}

@media (max-width: 768px) {
  .case_study--section {
    text-align: center;
  }
}

.cta_banner {
    position: relative;
    background: url("../images/./design/patterns/pattern-dark.png");
    background-size: cover;
    background-position: center;
}

.cta_banner--inner {
    display: table;
    width: 100%;
    padding: 50px 0;
}

.cta_banner--text {
    color: #fff;
    display: table-cell;
    width: 80%;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
    vertical-align: middle;
}

.cta_banner--buttons {
    color: #fff;
    display: table-cell;
    width: 20%;
    vertical-align: middle;
    text-align: right;
}

@media (max-width: 992px) {
    .cta_banner--inner {
        padding: 40px 0;
    }
    .cta_banner--text {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 768px) {
    .cta_banner--text,
    .cta_banner--buttons {
        display: block;
        width: 100%;
        text-align: center;
    }
    .cta_banner--buttons {
        padding: 25px 0 0;
    }
}

@media (max-width: 650px) {
    .cta_banner--text {
        font-size: 22px;
        line-height: 28px;
    }
    .cta_banner--text br {
        display: none;
    }
}

.services_info {
    position: relative;
}

.services_info--item {
    position: relative;
    padding: 37px 30px 25px 97px;
    background: #fafafa;
    border-radius: 3px;
}

.services_info--item_order {
    position: absolute;
    top: 30px;
    left: -5px;
    padding: 18px 10px 18px 15px;
    background: #ff5e14;
    color: #fff;
    font-size: 36px;
    max-width: 75px;
    word-wrap: break-word;
}

.services_info--item_order:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #ad8800 transparent transparent;
    bottom: -5px;
    left: 0;
}

.services_info--item_title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.services_info--item_text {
    padding: 17px 0 20px;
    position: relative;

    opacity: 0.6;
    color: #262626;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.services_info--item_text:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 2px;
    background: #dadada;
    bottom: 0;
    left: 0;
}

@media (max-width: 1200px) {
    .services_info--item_order {
        padding: 12px 6px 12px 11px;
        font-size: 30px;
    }
    .services_info--item_title {
        font-size: 26px;
    }
}

@media (max-width: 992px) {
    .services_info .row .col-md-6:first-child .services_info--item {
        margin: 0;
    }
    .services_info--item {
        margin: 20px 0 0;
        padding-left: 80px;
    }
    .services_info--item_title {
        font-size: 24px;
    }
}

@media (max-width: 769px) {
    .services_info--item_title {
        font-size: 24px;
    }
    .services_info--item_text {
        font-size: 15px;
        line-height: 21px;
    }
    .services_info--item_text:before {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .services_info--item {
        padding: 67px 20px 25px 20px;
        text-align: center;
    }
    .services_info--item_order {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding: 12px 6px 12px 11px;
        font-size: 24px;
        border-radius: 0 0 3px 3px;
    }
    .services_info--item_order:before {
        display: none;
    }
}

@media (max-width: 425px) {
    .services_info--item {
        padding: 60px 15px 20px 15px;
    }
    .services_info--item_title {
        font-size: 22px;
        line-height: 28px;
        padding: 0;
    }
    .services_info--item_text {
        font-size: 15px;
        line-height: 21px;
    }
    .services_info--item_order {
        padding: 12px 6px 12px 11px;
        font-size: 20px;
    }
}

.services_page {
    position: relative;
}

.services_page .services {
    margin: 50px 0 0;
}

.careers {
    position: relative;
}

.careers--subtitle {
    font-size: 24px;
    padding: 0 0 27px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .careers--subtitle {
        font-size: 22px;
        margin: 40px 0 0;
    }
}

@media (max-width: 769px) {
    .careers--subtitle {
        font-size: 20px;
        margin: 25px 0 0;
        padding: 0 0 18px;
    }
}

.careers_articles {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.careers_article {
    position: relative;
    text-align: center;
    padding: 147px 5px 48px;
    border-top: 1px solid #e9e9e9;
}

.careers_article:first-child {
    border-top: none;
}

.careers_article--img  {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 2px;
    top: 42px;
    max-width: 100%;
}
.careers_article--icon {
    color: #ff5e14;
    font-size: 74px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-left: 2px;
    top: 42px;
}

.careers_article--icon.icons8-basketball {
    margin-left: 4px;
}

.careers_article--icon.icons8-paddling {
    margin: -3px 0 0 4px;
}

.careers_article--title {
    font-size: 20px;
    font-weight: 600;
}

.careers_article--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    padding: 14px 0 38px;
}

@media (max-width: 992px) {
    .careers_article {
        padding: 107px 15px 28px;
    }
    .careers_article--icon {
        font-size: 66px;
        top: 15px;
    }
    .careers_article--text {
        padding: 14px 0 20px;
    }
}

/*---------------------- 22 - VACANCIES  ----------------------*/

.vacancies {
    position: relative;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

.vacancies--item {
    border-top: 1px solid #e9e9e9;
    position: relative;
}

.vacancies--item:before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 35px;
  background: #ff5e14;
  left: 0;
  top: 17px;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.vacancies--item.-opened:before {
  opacity: 0;
} 

.vacancies--item:first-child {
    border-top: none;
}

.vacancies--item_content a {
    color: #ff5e14;
}
.vacancies--item.-opened .vacancies--item_title:after, .vacancies--item.-opened .vacancies--item_title-light:after {
    content: '-';
    font-size: 36px;
    right: 27px;
    color: #262626;
}

.vacancies--item.-opened .vacancies--item_title-light:after {
    font-size: 40px;
    font-weight: 300;
}

.vacancies--item.-opened .vacancies--item_content {
    display: block;
}

.vacancies--item_title, .vacancies--item_title-light {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    padding: 26px 30px;
    position: relative;
    color: #262626;
}

.vacancies--item_title:after, .vacancies--item_title-light:after {
    content: '+';
    display: block;
    position: absolute;
    font-size: 28px;
    color: #c3c3c3;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.vacancies--item_title:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 36px;
    background: #ff5e14;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.vacancies--item_title:before:nth-child(2):before {
    background: #34c1e4;
}


.vacancies--item_content, .vacancies--item_content-light {
    position: relative;
    padding: 35px 60px 22px 30px;
    border-top: 1px solid #e9e9e9;
    display: none;
}
.vacancies--item_content a, .vacancies--item_content-light a {
  color: #ff5e14
}

.vacancies--item_content a:hover, .vacancies--item_content-light a:hover {
    text-decoration: underline;
    color: #ff5e14;
}

.vacancies--item_content h5, .vacancies--item_content-light h5 {
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 20px;
    z-index: 1;
    position: relative;
    color: #000000;
    font-weight: 500;
}

.vacancies--item_content ul, .vacancies--item_content-light ul {
  z-index: 1;
  position: relative;
}

.vacancies--item_content li, .vacancies--item_content-light li {
  list-style: disc;
}

.vacancies--item_content h5:nth-child(2),
.vacancies--item_content h5:first-child {
    margin: 0;
}

.vacancies--item_content ul {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
    margin: 20px 0 0;
}

.vacancies--item_content ul li {
    margin: 0;
    position: relative;
}

.vacancies--item_content ul li:before {
    content: '\2022';
    position: absolute;
    display: block;
    left: -10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.vacancies--item_content p {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
    margin: 17px 0;
}

/*light theme*/
.vacancies--item_title-light {
    font-size: 17px;
    font-weight: 600;
}

.vacancies--item_title-light:before {
    display: none;
}

.vacancies--item_title-light:after {
  font-size: 22px;
  font-weight: 300;
  color: #262626;
}

.vacancies--item_content-light {
    padding: 20px 60px 20px 60px;
    border-top: none;
    display: none;
    color: #767676;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
}

.vacancies--item_content-light > p {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.vacancies--item_content-light:after{
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 30px;
  border: 1px solid #ededed;
  height: 100%;
  background: #fcfcfc;
  z-index: -1;
}

/*end light theme*/

@media (max-width: 992px) {
    .vacancies--item_content {
        position: relative;
        background: #fcfcfc;
        padding: 35px 30px 22px 30px;
    }
}

@media (max-width: 425px) {
    .vacancies--item_content {
        position: relative;
        background: #fcfcfc;
        padding: 25px 20px 12px 20px;
    }
    .vacancies--item_content ul li:before {
        left: -10px;
        top: 11px;
    }
    .vacancies--item_content h5 a {
        margin: 5px 0 0;
        display: inline-block;
    }
    .vacancies--item_title {
        font-size: 16px;
        padding: 26px 20px;
    }
    .vacancies--item_title:after {
        content: '+';
        display: block;
        position: absolute;
        font-size: 28px;
        color: #c3c3c3;
        right: 15px;
    }
    .vacancies--item.-opened .vacancies--item_title:after {
        content: '-';
        font-size: 36px;
        right: 15px;
    }
}

.widget_solutions {
    display: block;
}

.widget_solutions li {
    padding: 0 !important;
    position: relative;
}

.widget_solutions li a {
    display: block !important;
    padding: 16px 20px 17px 20px !important;
    position: relative;
}

.widget_solutions li a:hover {
    text-decoration: none !important;
    color: #ff5e14;
}

.widget_solutions li a [class*=icons] {
    font-size: 27px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #ff5e14;
    margin: -4px 0 0;
}

.widget_solutions li a i+span {
    padding-left: 37px;
}

.footer_main .widget_solutions li a {
    padding: 12px 25px 12px 0 !important;
}

.widget_support {
    position: relative;
    text-align: center;
    padding: 31px 0 35px;
}

.widget_support--person {
    position: relative;
}

.widget_support--person_userpic {
    overflow: hidden;
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.widget_support--person_userpic img {
    vertical-align: top;
    width: 100%;
}

.widget_support--person_name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 14px 0 0;
}

.widget_support--person_position {
    display: block;
    color: #969696;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0;
}

.widget_support--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    margin: 29px 0 0;
}

.widget_support--text strong {
    color: #262626;
}

.widget_testimonial {
    position: relative;
    padding: 18px 25px 30px 20px;
}

.widget_testimonial--text {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
    margin: 0 0 15px;
}

.widget_testimonial--author {
    position: relative;
}

.widget_testimonial--author:after {
    content: "";
    display: table;
    clear: both;
}

.widget_testimonial--author_userpic {
    overflow: hidden;
    float: left;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.widget_testimonial--author_userpic img {
    vertical-align: top;
    width: 100%;
    height: auto;
}

.widget_testimonial--author_name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 0;
}

.widget_testimonial--author_position {
    display: block;
    color: #969696;
    font-weight: 400;
    font-size: 14px;
    margin: 10px 0 0;
}

.widget_twitter {
    position: relative;
    text-align: center;
    padding: 70px 15px 28px;
}

.widget_twitter i {
    font-size: 24px;
    position: absolute;
    top: 29px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #ff5e14;
}

.widget_twitter--tweet_text {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
}

.widget_twitter--tweet_text a {
    color: #ff5e14;
}

.widget_twitter--tweet_text a:hover {
    text-decoration: underline;
}

.widget_twitter--tweet_footer {
    margin: 20px 0 0;
}

.widget_twitter--tweet_footer a {
    font-size: 14px;
    color: #ff5e14;
}

.widget_twitter--tweet_footer a:hover {
    text-decoration: underline;
}

.widget_brochure {
    position: relative;
    padding: 18px 20px 31px;
}

.widget_brochure--text {
    font-size: 14px;
    line-height: 21px;
    color: #969696;
    margin: 0 0 25px;
}

.link_download {
    position: relative;
    font-size: 16px;
    color: #262626;
    font-weight: 600;
    display: block;
    overflow: hidden;
}

.link_download:before, .link_download i {
    font-size: 44px;
    margin: 0 15px 0 1px;
}

.link_download.-pdf {
    padding: 10px 0 0 43px;
    height: 36px;
    font-weight: normal;
    overflow: initial;
}

.link_download.-pdf:before {
    display: block;
    content: '\f13f';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    font-size: 44px;
    color: #ed5151;
    left: -6px;
    top: -7px;
}

.link_download.-doc {
    padding: 10px 0 0 43px;
    height: 36px;
}

.link_download.-doc:before {
    display: block;
    content: '\f117';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    position: absolute;
    font-size: 44px;
    color: #ffbf57;
    left: -6px;
    top: -7px;
}

.link_download span {
    color: #262626;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service_description {
    position: relative;
}

.service_description--title {
    font-size: 36px;
    font-weight: 600;
}

.service_description--text {
    margin: 16px 0 0;
}

.service_description--text p {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
}

@media (max-width: 769px) {
    .service_description--title {
        font-size: 32px;
    }
    .service_description--text {
        margin: 16px 0 0;
    }
    .service_description--text p {
        font-size: 15px;
        line-height: 21px;
        color: #969696;
    }
}

@media (max-width: 425px) {
    .service_description--title {
        font-size: 28px;
    }
    .service_description--text {
        margin: 14px 0 0;
    }
    .service_description--text p {
        font-size: 15px;
        line-height: 21px;
        color: #969696;
    }
}

.service_gallery {
    position: relative;
}

.service_gallery--list {
    margin: 0 -10px;
}

.service_gallery--list:after {
    content: "";
    display: table;
    clear: both;
}

.service_gallery--list_item {
    width: 25%;
    float: left;
    padding: 20px 10px 0;
}

.service_gallery--big_image img {
    width: 100%;
    height: 100%;
}

.service_gallery--image {
    overflow: hidden;
    border-radius: 3px;
}

.service_gallery--image img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.service_description .service_gallery {
    margin: 24px 0 0;
}

@media (max-width: 769px) {
    .service_gallery--list_item {
        width: 50%;
    }
}

.benefits {
    position: relative;
    padding: 0 25px 0 0;
}

.benefits--title {
    font-size: 36px;
    padding: 0px 0 0;
    font-weight: 600;
}

.benefits--text {
    margin: 37px 0 0;
}

.benefits--text p {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    margin: 17px 0 0;
}

@media (max-width: 992px) {
    .benefits {
        margin: 50px 0 0;
        padding: 0 10px 0 0;
    }
}

@media (max-width: 769px) {
    .benefits {
        margin: 30px 0 0;
        padding: 0;
    }
    .benefits--text {
        margin: 25px 0 0;
    }
}

@media (max-width: 425px) {
    .benefits {
        margin: 30px 0 0;
    }
    .benefits--title {
        font-size: 28px;
    }
    .benefits--text {
        margin: 15px 0 0;
    }
    .benefits--text p {
        font-size: 15px;
        line-height: 21px;
        margin: 15px 0 0;
    }
}

.service_sidebar .widget:first-child {
    margin-top: 0;
}

.service_page {
    padding: 0 0 0 35px;
}

.service_page .row {
    margin-top: 65px;
}

@media (max-width: 992px) {
    .service_page {
        margin: 50px 0 0;
    }
}

@media (max-width: 769px) {
    .service_page {
        padding: 0 15px;
        margin: 30px 0 0;
    }
}

@media (max-width: 425px) {
    .service_page {
        padding: 0 10px;
    }
}

/*---------------------- 23 - FAQ  ----------------------*/

.faq {
    position: relative;
}

.faq--title {
    font-size: 36px;
    font-weight: 600;
}

.faq--list {
    margin: 38px 0 0;
}

.faq--item {
    margin: 21px 0 0;
    position: relative;
}

.faq--item:first-child {
    margin-top: 0;
}

.faq--item.-opened .faq--item_title {
    color: #ff5e14;
}

.faq--item.-opened .faq--item_title:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    left: 1px;
}

.faq--item.-opened .faq--item_content {
    display: block;
}

.faq--item_title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    cursor: pointer;
    padding: 0 0 0 32px;
    position: relative;
}

.faq--item_title:before {
    position: absolute;
    display: block;
    content: '\f10f';
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    color: #ff5e14;
    font-size: 26px;
    top: -2px;
    left: 0;
}

.faq--item_content {
    margin: 10px 0 0;
    padding: 0 0 0 35px;
    display: none;
}

.faq--item_content p {
    font-size: 16px;
    line-height: 23px;
    opacity: 0.6;
    color: #262626;
}

@media (max-width: 500px) {
    .faq {
        position: relative;
    }
    .faq--title {
        font-size: 28px;
    }
    .faq--item_content p {
        font-size: 15px;
        line-height: 21px;
    }
    .faq--item_title {
        font-size: 18px;
        line-height: 24px;
    }
}

.brochure {
    position: relative;
}

.brochure--title {
    font-size: 36px;
    font-weight: 600;
}

.brochure--body {
    margin: 36px 0 0;
}

.brochure--body p {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
}

.brochure--item {
    position: relative;
    margin: 24px 0 0;
}

.brochure--item:after {
    content: "";
    display: table;
    clear: both;
}

.brochure--item_cover {
    overflow: hidden;
    float: left;
    display: block;
    border-radius: 3px;
}

.brochure--item_cover img {
    vertical-align: top;
}

.brochure--download {
    display: block;
    float: left;
    margin: 27px 0 0 30px;
}

.brochure--download_link {
    margin: 30px 0 0;
}

.brochure--download_link:first-child {
    margin-top: 0;
}

@media (max-width: 992px) {
    .brochure {
        margin: 50px 0 0;
    }
}

@media (max-width: 769px) {
    .brochure {
        margin: 30px 0 0;
    }
    .brochure--body {
        margin: 25px 0 0;
    }
    .brochure--item {
        margin: 24 auto 0;
    }
}

.widget_solutions li a .fa,
.widget_solutions li a [class*=icons] {
  font-size: 27px;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ff5e14;
  margin: -4px 0 0;
}
.widget_solutions li a .fa {
  font-size: 22px;
  top: 57%;
}
.widget_solutions li a i + span {
	padding-left: 37px;
}

@media (max-width: 425px) {
    .brochure {
        margin: 30px 0 0;
    }
    .brochure--title {
        font-size: 28px;
    }
    .brochure--body {
        margin: 15px 0 0;
    }
    .brochure--body p {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width: 320px) {
    .brochure--download {
        display: block;
        float: none;
        margin: 27px 0 0 0px;
        text-align: center;
        padding: 0 50px;
    }
    .brochure--item_cover {
        float: none;
        text-align: center;
    }
}

.map--opener {
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #ff5e14;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.map--opener span {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0 15px 0 0;
    color: #fff;
    transition: 0.5s;
}

.map--opener span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 4px 3px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    transition: 0.5s;
}

.map--opener:hover {
    opacity: 0.7;
}

.map--container {
    display: none;
    width: 100%;
    height: 590px;
}

.contact_us {
    position: relative;
}

.contact_us .tab_navigation {
    margin: 0 0 80px;
}

.contact_us--contacts_item {
    margin: 67px 0 0;
}

.contact_us--contacts_item:first-child {
    margin-top: 0;
}

.contact_us--form .contact_form {
    margin: 0;
}

.contact_us--form_title {
    font-size: 20px;
    margin: 0 0 6px;
}

@media (max-width: 992px) {
    .contact_us--contacts {
        margin-bottom: 30px;
    }
    .contact_us--contacts:after {
        content: "";
        display: table;
        clear: both;
    }
    .contact_us--contacts_item {
        width: 33.3%;
        float: left;
        margin: 0;
    }
}

@media (max-width: 769px) {
    .contact_us--contacts_item {
        float: none;
        width: 100%;
        margin: 40px 0 0;
    }
    .contact_us--contacts_item:first-child {
        margin-top: 0;
    }
}

.contact_item {
    position: relative;
    padding: 0 0 0 97px;
}
.contact_item--img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 65px;
}
.contact_item--icon {
    position: absolute;
    font-size: 72px;
    color: #ff5e14;
    top: 0;
    left: 0;
}

.contact_item .icons8-message {
    font-size: 74px;
}

.contact_item--title {
    font-size: 20px;
    font-weight: 600;
}

.contact_item--text {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    margin: 15px 0 0;
}

.contact_item--text strong {
    color: #262626;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .contact_item {
        padding: 0 0 0 90px;
    }
    .contact_item--icon {
        position: absolute;
        font-size: 66px;
        color: #ff5e14;
        top: 0;
        left: 0;
    }
    .contact_item .icons8-message {
        font-size: 68px;
    }
    .contact_item--text {
        font-size: 15px;
        line-height: 21px;
    }
}

@media (max-width: 992px) {
    .contact_item {
        padding: 80px 20px 0;
        text-align: center;
    }
    .contact_item--img {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 50px;
        max-height: 50px;
    }

    .contact_item--icon {
        left: 50%;
        font-size: 60px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .contact_item .icons8-message {
        font-size: 62px;
    }
    .contact_item--text {
        margin: 15px 0;
    }
}

@media (max-width: 769px) {
    .contact_item {
        padding: 70px 15px 0;
    }
    .contact_item--icon {
        font-size: 50px;
    }
    .contact_item .icons8-message {
        font-size: 52px;
    }
}

/*---------------------- 24 - PRICING  ----------------------*/

.pricing_plan {
    border: 1px solid #e9e9e9;
    background: #fff;
    position: relative;
}

.pricing_plan--label {
    position: absolute;
    top: 20px;
    right: -5px;
    line-height: 1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px 6px;
}

.pricing_plan--label:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 0;
    border-color: #607D8B transparent transparent transparent;
    right: 0;
    bottom: -5px;
}

.pricing_plan--label.-popular {
    background: #ff5e14;
    color: #fff;
}

.pricing_plan--header {
    text-align: center;
    padding: 140px 0 38px;
    position: relative;
}

.pricing_plan--img {
   max-width: 100%;
    color: #ff5e14;
    position: absolute;
    bottom: 94px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pricing_plan--icon {
    font-size: 70px;
    color: #ff5e14;
    position: absolute;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 1200px) {
  .pricing_plan--icon {
    font-size: 60px;
  }
}

.pricing_plan .icons8-garage {
    top: 34px;
}

.pricing_plan .icons8-cathedral {
    font-size: 78px;
    top: 32px;
}

.pricing_plan--title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.pricing_plan--title b {
    font-weight: 700;
}

.pricing_plan--price {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #262626;
    padding: 35px 0;
}

.pricing_plan--price small {
    font-size: 30px;
}

.pricing_plan--options {
    border-top: 1px solid #e9e9e9;
    margin: 0 20px;
}

.pricing_plan--option {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    color: #939393;
    text-align: center;
    line-height: 68px;
}

.pricing_plan--option b {
    color: #262626;
}

.pricing_plan--footer {
    text-align: center;
    height: 10px;
    overflow: hidden;
    transition: height ease-out 0.25s;
}

.pricing_plan--choose {
    height: 50px;
    border-radius: 0;
}

.pricing_plan:hover .pricing_plan--footer {
    height: 50px;
}

@media (max-width: 1200px) {
    .pricing_plan--title {
        font-size: 16px;
    }
    .pricing_plan--price {
        font-size: 35px;
    }
    .pricing_plan--price small {
        font-size: 25px;
    }
    .pricing_plan--options {
        margin: 0 15px;
    }
    .pricing_plan--option {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .pricing_plan--footer {
        height: auto;
    }
    .pricing_plan:hover {
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    .pricing_plan--option {
        font-size: 16px;
    }
}

@media (max-width: 769px) {
    .pricing_plan--label {
        margin-bottom: 20px;
    }
    .pricing_plan--price {
        font-size: 26px;
    }
    .pricing_plan--price small {
        font-size: 20px;
    }
    .pricing_plan--option {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .pricing_plan--title {
        font-size: 14px;
    }
}

.pricing_compare {
    position: relative;
    margin: 48px 0 0;
}

.pricing_compare:after {
    content: "";
    display: table;
    clear: both;
}

.pricing_compare--plans {
    float: left;
    width: 55%;
}

.pricing_compare--plans:after {
    content: "";
    display: table;
    clear: both;
}

.pricing_compare--plans .pricing_plan {
    float: left;
    width: 33.3%;
}

.pricing_compare--plans .pricing_plan:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pricing_compare--plans .pricing_plan:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pricing_compare--plans .pricing_plan.-popular {
    width: calc(33.3% + 2px);
    margin: -46px -1px 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pricing_compare--options {
    float: left;
    width: 45%;
    margin: 155px 0 0;
    border-top: 1px solid #e9e9e9;
}

.pricing_compare--option {
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    line-height: 68px;
    padding: 0 0 0 65px;
    position: relative;
    background: #fff;
}

.pricing_compare--option_icon {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 28px;
    color: #a8a8a8;
    line-height: 1;
}

.pricing_compare .icons8-user-group {
    font-size: 30px;
}

.pricing_compare .icons8-sales-performance {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .pricing_compare--options {
        margin-top: 112px;
    }
    .pricing_compare .pricing_plan--footer {
        padding: 20px 10px;
    }
    .pricing_compare .pricing_plan.-popular {
        margin-top: -45px;
    }
}

@media (max-width: 992px) {
    .pricing_compare--options {
        position: absolute;
        width: 100%;
    }
    .pricing_compare--plans {
        float: none;
        width: 100%;
    }
    .pricing_compare--option {
        line-height: 56px;
        margin-bottom: 67px;
    }
    .pricing_compare .pricing_plan--option {
        line-height: 18px;
        margin-top: 56px;
        height: 68px;
        padding: 15px 0;
    }
    .pricing_compare .pricing_plan--option b,
    .pricing_compare .pricing_plan--option strong {
        display: block;
    }
    .pricing_compare .pricing_plan--footer {
        padding: 20px 10px;
    }
}

@media (max-width: 769px) {
    .pricing_compare--options {
        margin-top: 99px;
    }
    .pricing_compare .pricing_plan.-popular {
        margin-top: -39px;
    }
}

@media (max-width: 992px) {
    .blog_sidebar {
        margin: 10px 0 0 60px;
    }
    .single-post .blog_sidebar{
        margin-top: 30px;
    }
}

.js-tabby .tabby--pane {
    display: none;
    visibility: hidden;
}

.tabby--pane.-active {
    display: block;
    visibility: visible;
}

.support_chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
}

.support_chat--opener {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    color: #ff5e14;
    border-radius: 100px;
    font-size: 30px;
}

.support_chat--opener.-active {
    background: #ff5e14;
    color: #fff;
}

.support_chat--window {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 380px;
    background: #fff;
    border-radius: 3px;
    margin: 0 0 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.support_chat--window.-show {
    display: block;
}

.support_chat--container {
    padding: 20px 25px 25px;
}

.support_chat--title {
    font-size: 18px;
    font-weight: 600px;
    margin: 0 0 12px;
}

.support_chat--profile:after {
    content: "";
    display: table;
    clear: both;
}

.support_chat--profile p {
    font-size: 16px;
    line-height: 23px;
    color: #969696;
    overflow: hidden;
    padding: 8px 0 0 15px;
}

.support_chat--profile_image {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    position: relative;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    padding: 4px;
    margin: 0 0 0 -5px;
    float: left;
}

.support_chat--profile_image img {
    display: block;
    width: 100%;
    border-radius: 50%;
    width: 100%;
}

.support_chat--form {
    background: #f2f2f2;
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

.support_chat--form .button {
    float: right;
    font-size: 15px;
    padding: 12px 20px;
    border-radius: 0 3px 3px 0;
}

.support_chat--form_text {
    overflow: hidden;
}

.support_chat--form_text textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    resize: none;
    background: #fff;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 23px;
    padding: 11px 15px 9px;
}

.support_chat--form_inner {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
}

.support_chat .tip_help {
    background: none;
    box-shadow: none;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    width: auto;
}

@media (max-width: 992px) {
    .support_chat {
        display: none;
    }
}

.footer_contacts {
    background-color: #ff5e14;
}

.footer_contacts--item {
    position: relative;
    text-align: left;
    display: block;
    font-size: 17px;
    color: #ffffff;
    line-height: 22px;
    padding: 28px 0 26px 58px;
    text-align: left;

}

.footer_contacts--item b {
    display: block;
    font-weight: 700;
    font-size: 19px;
    margin: 0 0 2px;
}

.footer_contacts--item .bi_com-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.footer_contacts--item [class*=icons8] {
    position: absolute;
    font-size: 42px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -6px;
    margin-top: -2px;
}

.footer_contacts--item [class*=fa] {
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 6px;
    margin-top: 2px;
}


@media (max-width: 992px) {
    .footer_contacts--item {
        font-size: 12px;
    }
    .footer_contacts--item b {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .footer_contacts {
        padding: 10px 0;
    }
    .footer_contacts--item {
        width: 300px;
        margin: 0 auto;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer_contacts--item_inner {
        display: inline-block;
    }
}

.pricing_plans:after {
    content: "";
    display: table;
    clear: both;
}

.pricing_plans .pricing_plan {
    transition: margin-top ease-out 0.25s;
    margin-top: 4px;
}

.pricing_plans .pricing_plan:hover {
    margin-top: -40px;
}

@media (max-width: 992px) {
    .pricing_plans {
        margin-top: -40px;
    }
    .pricing_plans .pricing_plan {
        margin-top: 40px;
    }
}

@media (max-width: 1024px) {
    .pricing_plans .pricing_plan:hover {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    .pricing_plans .pricing_plan {
        width: 100%;
        max-width: 400px;
        margin: 40px auto 0 auto;
    }
    .pricing_plans .pricing_plan:hover {
        margin-top: 40px;
    }
}

.slide_video {
    position: relative;
    height: 656px;
    background: url("../images/content/slide_video/slide_video_bg.jpg");
    background-size: cover;
    color: #fff;
}

.slide_video--container {
    position: relative;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 1100px;
}

.slide_video--title {
    font-size: 60px;
    font-weight: 700;
}

.slide_video--text {
    font-size: 22px;
    line-height: 32px;
    max-width: 900px;
    margin: 15px auto 0;
}

.slide_video--play {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 25px auto 0;
    outline: none;
}

.slide_video--overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1200px) {
    .slide_video--title {
        font-size: 40px;
        min-width: 900px;
    }
    .slide_video--text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 992px) {
    .slide_video {
        height: auto;
        padding: 80px 40px;
    }
    .slide_video--container {
        min-width: auto;
        position: relative;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .slide_video--title {
        min-width: auto;
        font-size: 30px;
    }
    .slide_video--text {
        max-width: auto;
        font-size: 16px;
        line-height: 24px;
    }
    .slide_video .button_play {
        width: 44px;
        height: 44px;
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .slide_video {
        padding: 50px 30px;
    }
    .slide_video--title {
        line-height: 36px;
    }
}

.no-menu {
    color: #333!important;
    padding-bottom: 14px;
}

.no-menu a {
    color: #333!important;
    text-decoration: underline;
    font-weight:bold;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.no-menu a:hover{
   color: #ff5e14!important;
}

.-on_dark .no-menu,
.-on_dark .no-menu a {
    padding-bottom: 0;
    color: #fff;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.wpb_single_image {
    overflow: hidden;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999;
}

#preloader .fl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.link-wrapper {
    padding-top: 50px;
    text-align: center;
}

.link-wrapper a {
    background-color: #ff5e14;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
    border: 2px solid #ff5e14;
    font-weight: 500;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.search .section--header {
    margin-bottom: 40px;
    margin-top: -5px;
}


.search .section {
    padding-top: 80px;
    padding-bottom: 80px;
}

#content .page-title {
    font-size: 50px;
    font-weight: 300;
}

.entry-summary p {
    font-size: 12px;
    color: #969696;
    line-height: 16px;
}

.cart .quantity input[type="number"] {
    padding: 5px 10px;
    background: #fcfcfc;
    border: 2px solid #e9e9e9;
    color: #222;
}

.cart_totals h2 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
}

.product_meta a {
    font-size: 16px;
    color: #ff5e14;
}

.cart {
    margin-top: 20px;
}

.cart_item a,
.single-page .content .woocommerce .cart_item a {
    color: rgb(38, 38, 38);
    font-weight: 600;
}

body .select2-container .select2-choice{
    border-color: #ff5e14;
}

body .select2-container .select2-choice>.select2-chosen {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px!important;
}

body .select2-container .select2-choice {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* booking page */

.rtb-booking-form select {
    max-width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    border-color: transparent;
}

.rtb-booking-form option {
    color: #ccc;
    background-color: transparent;
}

body .rtb-booking-form input {
    max-width: 100%;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 11px;
    line-height: 32px;
    text-transform: uppercase;
    border-color: transparent;
}

body .picker__input.picker__input--active {
    outline: none;
    border-color: #fff;
}

body .rtb-booking-form label {
    font-size: 14px;
    line-height: 2;
}

body .rtb-booking-form legend {
    background-color: transparent;
    padding-left: 0;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .78px;
}

body .picker__list-item:hover,
body .picker--focused .picker__list-item--highlighted {
    background-color: rgba(216, 91, 31, .8)!important;
    color: #fff;
    border-color: rgba(216, 91, 31, 1);
}

body #rtb-time_root .picker__list li,
body #rtb-time_root .picker__list {
    margin-left: 0;
}

.archive.post-type-archive.post-type-archive-product #container,
.single.single-product.woocommerce-page #container {
    padding-top: 150px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.single.single-product.woocommerce .comment-form-comment textarea {
    border: 1px solid #ccc;
    padding: 15px;
}

.archive.post-type-archive.post-type-archive-product .woocommerce-ordering select {
    font-size: 11px;
    height: 30px;
    color: #afafaf;
    padding-left: 10px;
    text-transform: uppercase;
    border: 2px solid #e9e9e9;
}

.single.single-product.woocommerce .comment-form-comment label {
    padding-bottom: 20px;
    display: inline-block;
}

#order_review_heading,
.woocommerce-Reviews * {
    line-height: 1.5;
}

.shop_attributes {
    text-align: left;
}

@media screen and (max-width: 1400px) {
    .archive.post-type-archive.post-type-archive-product #container,
    .single.single-product.woocommerce-page #container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .archive.post-type-archive.post-type-archive-product #container,
    .single.single-product.woocommerce-page #container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.archive.post-type-archive.post-type-archive-product #container, .single.single-product.woocommerce-page #container{
    padding-top: 50px;
}

.custom_icon {
    position: absolute;
    top: 50%;
    left: 0;
    color: #ff5e14;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-position: center;
    
}
.client-bg {
    background-color: rgba(0, 0, 0, 0.5);
}

.js-map--opener.open span::after {

    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    top: 46%;
}

/* header banner for service dateil page */
.post-heading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* overlay for promo-shortcode team-shortcode client-shortcode*/
.banner-overlay {
    position: relative;
}
.vc_row.banner-overlay::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;

}

.banner-overlay > .vc_column_container {
    position: relative;
    z-index: 2;
}

.banner-overlay--light {
    position: relative;
}
.vc_row.banner-overlay--light::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    z-index: 1;
}

.banner-overlay--light > .vc_column_container {
    position: relative;
    z-index: 2;
}

.banner-overlay--blue {
    position: relative;
}
.vc_row.banner-overlay--blue:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 55, 113, .7);
    z-index: 1;
}

.banner-overlay--blue > .vc_column_container {
    position: relative;
    z-index: 2;
}

.--margin-l-r-30 {
    margin-left: -30px !important;
    margin-right: -30px !important;
}


/* slick slider style for review  */
.slick-prev-clients {
    position: absolute;
    top: 30%;
    left: -25%;
}
.slick-prev-clients::after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 400;
    color: white;
}
.slick-next-clients {
    position: absolute;
    top: 30%;
    right: -25%;
}
.slick-next-clients::after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 400;
    color: white;
}

@media all and (max-width: 1750px) {
  .slick-prev-clients {
    left: -20%;
  }
  .slick-next-clients {
    right: -20%;
  }
}
@media all and (max-width: 1650px) {
  .slick-prev-clients {
    left: -14%;
  }
  .slick-next-clients {
    right: -14%;
  }
}
@media all and (max-width: 1500px) {
  .slick-prev-clients {
    left: -8%;
  }
  .slick-next-clients {
    right: -8%;
  }
}
@media all and (max-width: 1350px) {
  .slick-prev-clients {
    left: -2%;
  }
  .slick-next-clients {
    right: -2%;
  }
}

.client {
    transition: 0.3s;
}
.centerSl {
    transition: 0.3s;
}
.centerSl .client {
    transform: scale(1.05, 1.1);
    -webkit-transform: scale(1.05, 1.1);
    transition: 0.5s;
}

@media all and (max-width: 1200px) {
  .centerSl .client {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.centerSl .client .client--wrap {
    height: 100%;
    transition: 0.5s;
    transform: scale(0.92, 0.9);
    -webkit-transform: scale(0.92, 0.9);
} 

@media all and (max-width: 1200px) {
  .centerSl .client .client--wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.centerSl .client:hover .client--info {
    display: none;
}

.centerSl .client:hover .client--quote {
    display: block;
}

.centerSl .client .client--userpic img {
    border-radius: 50%;
    vertical-align: top;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
}

.centerSl .client .client--name {
    font-size: 18px;
    color: #262626;
    display: block;
}
.centerSl .client.-dark .client--name {
    color: #fff;
}

.centerSl .client .client--job {
    font-size: 16px;
    opacity: 0.6;
    color: #262626;
    display: block;
    padding: 13px 0 0;
    transition: 0.3s;
}
.centerSl .client.-dark .client--job {
    color: rgba(255, 255, 255, 0.7);
}

.centerSl .client .client--location {
    font-size: 16px;
    opacity: 0.6;
    color: #262626;
    display: block;
    padding: 13px 0 0;
    transition: 0.3s;
}
.centerSl .client.-dark .client--location {
    color: rgba(255, 255, 255, 0.7);
}

.centerSl .client 
.client--quote {
    font-size: 16px;
    line-height: 23px;
    margin: 0 25px;
    color: #262626;
    display: none;
    position: relative;
    transition: 0.3s;
    overflow-y: hidden;
    height: 70px;
}
.centerSl .client.-dark .client--quote {
    color: #fff;
}

/* widget style for footer */
.footer_logo_widget {
    border-right: 1px solid rgba(235,235,235,0.1);
}

@media all and (max-width: 1200px) {
    .footer_logo_widget {
        border-right: none;
    }
}

.widget-title {
    padding-top: 10px;
    color: #fff;
    opacity: 0.3;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    padding-right: 40px;
}

.footer_contact_info .widget-title{
    opacity: .5;
}


/*add*/
.promo_slider--slides .slick-prev,
.promo_slider--slides .slick-next,
.clients_reviews--container .slick-prev,
.clients_reviews--container .slick-next,
.small_slider--slides .slick-small-prev,
.small_slider--slides .slick-small-next {
    position: absolute;
    font-size: 32px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    padding: 10px;
    color: #ffffff;
}

.promo_slider--slides .slick-prev .icons8-anchor::before,
.promo_slider--slides .slick-next .icons8-anchor::before, {
    color: #262626;
}

.promo_slider--slides .slick-prev {
    right: 100%;
    margin-right: -70px;
}

.promo_slider--slides .slick-prev .icons8-long-arrow-right {
    display: inline-block;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.promo_slider--slides .slick-next {
    left: 100%;
    margin-left: -70px;
}

.small_slider--slides .slick-small-prev, .small_slider--slides .slick-small-next {
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0;
  -webkit-box-shadow: 3px 2px 4px 0 rgba(0,0,0,.1);
  box-shadow: 3px 2px 4px 0 rgba(0,0,0,.1);
  -webkit-transition: .2s ease;
  transition: .2s ease;
  opacity: 0;
  color: #000000;
}

.small_slider--slides:hover .slick-small-prev, .small_slider--slides:hover .slick-small-next {
  opacity: 1;
}

.small_slider--slides .slick-small-prev:hover, .small_slider--slides .slick-small-next:hover {
  background: #f0f0f0;
}

.small_slider--slides .slick-small-next {
  right: -2%;
}

.small_slider--slides .slick-small-prev {
  left: -3%;
}

@media (max-width: 1200px) {
  .small_slider--slides .slick-small-prev, .small_slider--slides .slick-small-next {
    width: 40px;
    height: 40px;
    font-size: 27px;
  }
}

@media all and (max-width: 767px) {
  .small_slider--slides .slick-small-prev {
    left: -2%;
  }
  .small_slider--slides .slick-small-next {
    right: -2%;
  }
}

.slide_block--body .button {
    color: #ff5e14;
}

.slide_block--body .light-b {
    color: #ffffff;
}


/*single tweet slider*/
.client_review--single, .client_review--small {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.client_review--text-single {
    font-size: 20px;
    line-height: 1.5;
    color: #b5b2a7;
}

@media all and (max-width: 1199px) {
 .client_review--text-single {
      font-size: 18px;
  } 
  .js-clients_reviews_single .slick-dots {
    margin-top: 50px !important;
  }
}
.client_review--small .client_review--text-single {
  color: #000000;
  font-size: 24px;
}
@media all and (max-width: 1200px) {
  .client_review--small .client_review--text-single {
    font-size: 20px;
  }
}
.client_review--client-single {
    font-size: 17px;
}


.client_review--small .client_review--client-single {
  font-size: 15px;
  margin-top: 15px;
}
.client_review--small .client_review--name {
  color: #757575;
}
.client_review--job {
    color: #ff5e14;
}
.client_review--name {
    color: #c0c0c0;
    display: inline-block;
    margin-right: 5px;
}
.client_review--divider {
    margin: 25px 0;
    text-align: center;
    color: rgba(181, 178, 167, .8);
}

.clients_reviews--container .slick-prev,
.clients_reviews--container .slick-next {
    padding: 0;
}
.clients_reviews--container .slick-prev {
    left: -25%;
    top: 25%;
}
.clients_reviews--container .slick-next {
    right: -25%;
    top: 25%;
}

@media all and (max-width: 1800px) {
  .clients_reviews--container .slick-prev {
      left: -20%;
  }
  .clients_reviews--container .slick-next {
      right: -20%;
  } 
}

@media all and (max-width: 1690px) {
  .clients_reviews--container .slick-prev {
      left: -12%;
  }
  .clients_reviews--container .slick-next {
      right: -12%;
  } 
}

@media all and (max-width: 1480px) {
  .clients_reviews--container .slick-prev {
      left: -5%;
  }
  .clients_reviews--container .slick-next {
      right: -5%;
  } 
}

@media all and (max-width: 1340px) {
  .clients_reviews--container .slick-prev {
      left: 0;
  }
  .clients_reviews--container .slick-next {
      right: 0;
  } 
}

@media all and (max-width: 1199px) {
  .clients_reviews--container .slick-prev, .clients_reviews--container .slick-next {
      top: 20%;
  }
}

@media all and (max-width: 991px) {
  .clients_reviews--container .slick-prev {
      left: -8%;
  }
  .clients_reviews--container .slick-next {
      right: -8%;
  }
  .col-md-9.blog-sidebar{
      margin-top: 30px;
  }
  .col-md-3.blog-sidebar{
      margin-bottom: 40px;
  }
}

.clients_reviews--container .slick-prev span:before, 
.clients_reviews--container .slick-next span:before{
    color: #ffffff;
}
/*video p3*/
.icon-center, .icon-center-xl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 43px;
}

.icon-center-xl {
    font-size: 56px;
}
.button_play_def {
    border: none;
    background: transparent;
    color: rgba(255,255,255,0.7);
}
.slide_video--title-low {
    font-size: 60px;
    font-weight: 700;
}

.link-bold {
    font-weight: 600;
}

.sized-image-box {
    width: 100%;
    max-width: 370px;
    height: 220px;
    display: block;
}

@media (max-width: 992px) {
  .sized-image-box {
    max-width: 100%;
  }  
}

@media (max-width: 480px) {
  .sized-image-box {
    height: 185px;
  }  
}

.sized-image-box > figure, 
.sized-image-box > figure > div {
  width: 100%;
  height: 100%;
}

.sized-image-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.additional_help--item_href {
    display: block;
    height: 170px;
    width: 100%;
}
/*end add*/
/* arrows for slick review */
.slick-prev-review {
    position: absolute;
    top: 30%;
    left: -25%;
}
.slick-prev-review::after {
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 400;
    color: #000;
}
.slick-next-review {
    position: absolute;
    top: 30%;
    right: -25%;
}
.slick-next-review::after {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 24px;
    font-weight: 400;
    color: #000;
}


/* custom grid nav */
.grid-nav .tg-filters-holder {
    display: flex;
    justify-content: space-around;
    padding: 15px 0 50px;
    border-top: 1px solid #e9e9e9;
}
.grid-nav .tg-grid-area-top1 span {
    font-size: 16px;
    padding: 0 30px;
    position: relative;
}
.grid-nav .tg-filter-active span::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 3px solid #ff5e14;
    transition: 0.2s;
}
.grid-nav .tg-grid-area-top1 span:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 3px solid #ff5e14;
    transition: 0.2s;
}

.grid-full-nav .tg-filters-holder {
    width: 50%;
    margin: 0 auto !important;
    display: flex;
    justify-content: space-around;
    padding: 15px 0 50px;
    border-top: 1px solid #e9e9e9;
}

.grid-full-nav .tg-grid-area-top1 span {
    font-size: 16px;
    padding: 0 30px;
    position: relative;
}
.grid-full-nav .tg-filter-active span::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 3px solid #ff5e14;
    transition: 0.2s;
}
.grid-full-nav .tg-grid-area-top1 span:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 3px solid #ff5e14;
    transition: 0.2s;
}

.post-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    transition: background .4s ease;
    border-top: 1px solid #D8D8D8;
}
.post-row:hover {
    background: #f5f5f5;
}

.post-row:first-child {
    border-top: none;
}

.row-left {
    width: 15%;
    display: flex;
    padding-top: 30px;
    justify-content: center;
}

.row-left .post-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-left .post-date .top-date {
    font: 800 26px/30px "Roboto";
    color: #7C8A8D;
    line-height: 1;
    font-size: 45px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
}

.row-left .post-date .bottom-date {
    font: 600 12px/14px "Roboto";
    color: #D8D8D8;
    padding-top: 10px;
    line-height: 1
}

.row-right {
    width: 85%;
    display:flex;
    padding: 40px 0 40px 0;
}

.post-media {
    width: 35%;

}
.post-media img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-content {
    width: 65%;
    padding-left: 30px;
}
.post-content .post-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
}
.post-content .post-title a {
    color: #ff5e14;
}
.post-content .post-text {
    margin: 1em 0;
    padding-right: 20px;
}
.post-content .post-text p{
    font-size: 18px;
    font-family: "Roboto";
    line-height: 30px;
    color: #262626;
    opacity: 0.6;
}

@media screen and (max-width: 768px) {
    .row-left {
        width: 20%;
    }
    .row-right {
        width: 80%;
        flex-direction: column;
        justify-content: center;
    }
    .row-right .post-media {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .row-right .post-content {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    .post-row {
        flex-direction: column;
    }
    .row-right {
        width: 100%;
        text-align: center;
    }
    .row-left {
        width: 100%;
    }
}

/* end blog */

/* transparent menu */
.header:not(.header_sticky).transparent {
    background: transparent;
    position: absolute;
    width: 100%;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*UNITTEST STYLES*/

.comment--content p {
  padding: 0;
}

.article--content blockquote cite {
  margin-top: 15px;
}

.article--content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-caption {
  text-align: center;
}

.comments .comment_form {
    padding: 57px 0 0 0;
}

.comments {
    margin: 0 5px;
    padding-top: 7px;
}

.comments .comments--title:before,
.comments .comment_form:before {
    width: 100%;
    left: 0;
    right: auto;
}

.header_nav.-on_dark .header_nav--inner > .menu > .menu-item > a,
.header_nav .menu > .menu-item > a {
    color: #262626;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.unit .header_nav.-on_dark .header_nav--inner>.menu>.menu-item:hover>a {
    color: #ff5e14;
}

.header_nav .menu>.menu-item>.sub-menu .sub-menu {
    margin: 0;
}

.wp-caption.alignnone {
    margin: 5px 15px 20px 15px;
}

.article--meta_item.-categories a,
.article--meta_item.-author a {
  padding-left: 6px;
}

.article--meta_item.-categories a {
    line-height: 23px;
}

.article--meta_item.-categories a:first-of-type{
    padding-left: 0;
}

.article--meta_item {
    padding: 0;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article--meta_item:before {
    margin: 0 5px 0 0;
    width: 23px;
}

.widget > ul {
    padding-top: 15px;
    padding-bottom: 15px;
}

.widget ul li a {
    color: #777;
}

.widget ul li a:hover {
    color: #ff5e14;
}

.article--meta_item {
    color: #777;
}

.blog-sidebar .article--meta_item.-date {
    color: #262626;
}

.comment .article--content {
    padding-top: 0;
}

.article--content {
  padding: 5px 0;
}

body .single-post {
    background: #fff;
    padding: 50px 30px 30px;
}

.widget_pages ul li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.widget_pages ul li a {
    padding-top: 0;
    padding-bottom: 0;
}

.widget_pages ul.children li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.widget_pages ul.children li:first-of-type {
    padding-top: 12px;
}

.widget_pages ul.children li:last-of-type {
    padding-bottom: 0;
}

.widget_pages ul.children li a {
    padding-top: 0;
    padding-bottom: 0;
}

.widget_pages ul.children ul.children li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.widget_pages ul.children ul.children li:first-of-type {
    padding-top: 12px;
}

.widget_pages ul.children ul.children li:last-of-type {
    padding-bottom: 0;
}

.widget_pages ul.children ul.children li a {
    padding-top: 0;
    padding-bottom: 0;
}

.single-post .article {
    padding-right: 0;
}

.widget select,
.footer_main select {
    padding: 13px 20px;
    margin: 0;
}

.widget ul li .rss-date,
.widget_rss cite,
.widget ul li .rssSummary {
    color: #777777;
}

.widget ul li {
    color: #777777;
}

.article--content a {
    font-weight: 500;
}

.article--content a:hover {
    color: #777777;
}

.link-wrapper a:hover {
    color: #ff5e14;
    background-color: #ffffff;
}

@media (max-width: 1200px) {
  .calendar--title, #wp-calendar caption {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .calendar--title, #wp-calendar caption {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .blog-item {
    width: 100%;  
  }
  .article--meta .article--meta_item {
      padding: 8px 0 8px 0px;
  }
}

@media (max-width: 600px) {
  .article--content table td:empty {
    padding: 0;
    border: 0;
  }
   .article--footer {
        padding: 10px 0 20px;
    }
  .article--content table th {
    display: none;
  }
   .article--content{
        padding: 0 0 20px;
    }
}

.sidebar-unit  {
  background-color: #333333 !important;
}

/*UNITTEST STYLES END*/

.sub-menu .menu-item > .sub-menu {
  margin-left: 9px;
}

.widget .menu .menu-item > .menu-item a {
    padding: 17px 20px 17px 40px;
}

.sub-menu li a + .sub-menu li a {
  padding-left: 45px !important;
}

.flex__block {
  display: flex;
  flex-wrap: wrap;
}

.mec-wrap .widget-title {
  margin-left: 18px;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 18px;
}

.flex-next.slick-arrow{
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #ff5e14;
    font-size: 18px;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    z-index: 10;
    cursor: pointer;
    left: 55px;
    content: '\f132';
}

.flex-next.slick-arrow:hover{
    background-color: #ff5e14;
    color: #ffffff;
}

.flex-prev.slick-arrow{
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #ff5e14;
    font-size: 18px;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.flex-prev.slick-arrow:hover{
    background-color: #ff5e14;
    color: #ffffff;
}

.statistics-wrapper {
  background-color: #ff5e14;
}

.testimonials_industrial .slick-slider .slick-dots>li button:before {
  background-color: #ffffff !important;
}

.form-soon-wrp {
   display: flex;
}
.form-soon-wrp .soon-email input{
   padding: 16px 20px;
}
.form-soon-wrp .soon-btn input{
   margin-left: 20px;
   padding: 18px 20px;
   background-color: #ff5e14;
   color: #ffffff;
   font-size: 15px;
   border: none;
}

.post-nav a{
    color: #ff5e14;
    font-weight: 400;
    -webkit-transition: color 250ms ease;
    -moz-transition: color 250ms ease;
    -ms-transition: color 250ms ease;
    -o-transition: color 250ms ease;
    transition: color 250ms ease;
}

.post-nav a:hover{
    color: #777777;
}

.article--content>p{
    line-height: 1.8;
    color: #777777;
    padding-left: 0px;
}

.comment--date {
    color: #777777;
}

.comment--content{
    background-color: #f0f0f0;
}

textarea, input, select {
    outline: none;
}

.field textarea {
    background: #f5f5f5;
}

.post-nav a:hover{
    opacity: .8;
}

.post-nav{
    color: rgba(150, 150, 150, .9);
    letter-spacing: 0.5px;
}

code{
    background-color: #f5f5f5;
    font-size: 15px;
    margin: 10px auto;
    display: inline-block;
    padding: 2px 5px;
}

body.single-post strong,
.page-content .container strong,
.unit strong,
body.single-post dl dt,
.page-content .container dl dt,
.unit dl dt{
    color: #363636!important;
}

.article--content figure figcaption{
    color: #777;
}

.page-content .container {
    background: #ffffff;
    padding: 40px 30px 63px 30px;
}

.comment-reply-link:hover {
    color: #777777;
}

@media only screen and (max-width: 768px) {
    .page-content .container {
        padding: 40px 30px;
    }

}

body.logged-in.admin-bar .header_sticky {
  top: 31px;
}

.single-post .comments{
    padding-top: 40px;
}

.unit .footer_copyrights--item_copyrights{
    opacity: 1;
}

.article--content ul,
.article--content ol{
    line-height: 2;
}

@media only screen and (max-width: 768px){
    .comments .comment_form{
        padding: 43px 0 0 0;
    }
    .section {
        padding: 30px 0 !important;
    }
    .section{
        padding: 0 !important;
    }
    .comments{
        padding-top: 0px;
        margin-bottom: 15px;
    }
    .field textarea{
        height: 150px;
    }
    body .single-post {
        padding: 30px;
    }
}

