/*------------------------------------------------------------------
[Table of contents]

reset
base
font awesome 
budicon
icons
bootstrap grid
slideout

text  / .text
button  / .button
field  / .field
form  / .form
components  / .components
topbar  / .topbar
header  / .header
header_nav  / .header_nav
header_search  / .header_search
header_auth  / .header_auth
follow_us  / .follow_us
select_language  / .select_language
topbar_contacts  / .topbar_contacts
section  / .section
notification  / .notification
footer  / .footer
footer_navigation  / .footer_navigation
footer_copyrights  / .footer_copyrights
tip_help  / .tip_help
tip_order  / .tip_order
text_block  / .text_block
post  / .post
pagination  / .pagination
calendar  / .calendar
progressbar  / .progressbar
progressbars  / .progressbars
skills  / .skills
contacts  / .contacts
widget  / .widget
sidebar  / .sidebar
mega_menu  / .mega_menu
mega_nav  / .mega_nav
menu  / .menu
mobile_sidebar  / .mobile_sidebar
mobile_auth  / .mobile_auth
mobile_menu  / .mobile_menu
video  / .video
partners  / .partners
promo slider  / promo .slider
promo_slider_nav  / .promo_slider_nav
slide simple  / slide .simple
header_contacts  / .header_contacts
contact_mini  / .contact_mini
services  / .services
service_item  / .service_item
features  / .features
features_item  / .features_item
promo_banner  / .promo_banner
promo_detailed  / .promo_detailed
contact_card  / .contact_card
statistics  / .statistics
tab_navigation  / .tab_navigation
case_studies  / .case_studies
who_mini  / .who_mini
why_mini  / .why_mini
strong_points  / .strong_points
strong_points_item  / .strong_points_item
page_header  / .page_header
breadcrumbs  / .breadcrumbs
our_mission  / .our_mission
team  / .team
team_member  / .team_member
our_company  / .our_company
blog  / .blog
article  / .article
calendar  / .calendar
comments  / .comments
comment  / .comment
comment form  / comment .form
comment form  / comment .form
clients_reviews  / .clients_reviews
client_review  / .client_review
link  / .link
additional_help  / .additional_help
button_play  / .button_play
button_play  / .button_play
why_article  / .why_article
slide_block  / .slide_block
slide_fancy  / .slide_fancy
share  / .share
contact_form  / .contact_form
clients  / .clients
client  / .client
case_study  / .case_study
cta_banner  / .cta_banner
services_info  / .services_info
services_page  / .services_page
careers  / .careers
careers_articles  / .careers_articles
careers_article  / .careers_article
vacancies  / .vacancies
widget_solutions  / .widget_solutions
widget_support  / .widget_support
widget_testimonial  / .widget_testimonial
widget_twitter  / .widget_twitter
widget_brochure  / .widget_brochure
link_download  / .link_download
service_description  / .service_description
service_gallery  / .service_gallery
benefits  / .benefits
service_sidebar  / .service_sidebar
service_page  / .service_page
faq  / .faq
brochure  / .brochure
map  / .map
contact_us  / .contact_us
contact_item  / .contact_item
pricing_plan  / .pricing_plan
pricing_compare  / .pricing_compare
blog_sidebar  / .blog_sidebar
tabby  / .tabby
support chat  / .support_chat
-------------------------------------------------------------------*/

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-size: 100%;
  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;
}
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: #262626;
  overflow-x: hidden;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
body,
input,
button,
textarea {
  font-family: 'Open Sans', Arial, sans-serif;
}
input,
button,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
  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: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 600;
}
[class*=icons8],
[class*=fa] {
  -webkit-font-smoothing: antialiased;
}
#main {
  background: #fff;
}

	/*!
	 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
	 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
	 */
	/* FONT PATH
	 * -------------------------- */
	@font-face {
	  font-family: 'FontAwesome';
	  src: url('/wp-content/themes/mortago/assets/fonts/font_awesome/fontawesome-webfont.woff?v=4.5.0') format('woff');
	  font-weight: normal;
	  font-style: normal;
	}
	.fa {
	  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 {
	  animation: fa-spin 2s infinite linear;
	}
	.fa-pulse {
	  animation: fa-spin 1s infinite steps(8);
	}
	@keyframes fa-spin {
	  0% {
	    transform: rotate(0deg);
	  }
	  100% {
	    transform: rotate(359deg);
	  }
	}
	.fa-rotate-90 {
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	  transform: rotate(90deg);
	}
	.fa-rotate-180 {
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	  transform: rotate(180deg);
	}
	.fa-rotate-270 {
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	  transform: rotate(270deg);
	}
	.fa-flip-horizontal {
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	  transform: scale(-1, 1);
	}
	.fa-flip-vertical {
	  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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-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 {
	  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 {
	  content: "\f104";
	}
	.fa-angle-right:before {
	  content: "\f105";
	}
	.fa-angle-up:before {
	  content: "\f106";
	}
	.fa-angle-down:before {
	  content: "\f107";
	}
	.fa-desktop:before {
	  content: "\f108";
	}
	.fa-laptop:before {
	  content: "\f109";
	}
	.fa-tablet:before {
	  content: "\f10a";
	}
	.fa-mobile-phone:before,
.fa-mobile:before {
	  content: "\f10b";
	}
	.fa-circle-o:before {
	  content: "\f10c";
	}
	.fa-quote-left:before {
	  content: "\f10d";
	}
	.fa-quote-right:before {
	  content: "\f10e";
	}
	.fa-spinner:before {
	  content: "\f110";
	}
	.fa-circle:before {
	  content: "\f111";
	}
	.fa-mail-reply:before,
.fa-reply:before {
	  content: "\f112";
	}
	.fa-github-alt:before {
	  content: "\f113";
	}
	.fa-folder-o:before {
	  content: "\f114";
	}
	.fa-folder-open-o:before {
	  content: "\f115";
	}
	.fa-smile-o:before {
	  content: "\f118";
	}
	.fa-frown-o:before {
	  content: "\f119";
	}
	.fa-meh-o:before {
	  content: "\f11a";
	}
	.fa-gamepad:before {
	  content: "\f11b";
	}
	.fa-keyboard-o:before {
	  content: "\f11c";
	}
	.fa-flag-o:before {
	  content: "\f11d";
	}
	.fa-flag-checkered:before {
	  content: "\f11e";
	}
	.fa-terminal:before {
	  content: "\f120";
	}
	.fa-code:before {
	  content: "\f121";
	}
	.fa-mail-reply-all:before,
.fa-reply-all:before {
	  content: "\f122";
	}
	.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	  content: "\f123";
	}
	.fa-location-arrow:before {
	  content: "\f124";
	}
	.fa-crop:before {
	  content: "\f125";
	}
	.fa-code-fork:before {
	  content: "\f126";
	}
	.fa-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: "\f14c";
	}
	.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('/wp-content/themes/mortago/assets/fonts/budicon/budicon.woff?42886572') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'budicon';
    src: url('/wp-content/themes/mortago/assets/font/budicon.svg?42886572#budicon') format('svg');
  }
}
*/

 [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;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.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'; } /* '' */
.bi_doc-pin-a:before { content: '\e88e'; } /* '' */
.bi_doc-print:before { content: '\e88f'; } /* '' */
.bi_doc-print-a:before { content: '\e890'; } /* '' */
.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'; } /* '' */
.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("/wp-content/themes/mortago/assets/fonts/icons/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}
[data-icon]:before,
.icons8-add-database:before,
.icons8-amex:before,
.icons8-apartment:before,
.icons8-approval:before,
.icons8-atm:before,
.icons8-attach:before,
.icons8-average-2:before,
.icons8-bank:before,
.icons8-bank-cards:before,
.icons8-bank-cards-2:before,
.icons8-banknotes:before,
.icons8-bill:before,
.icons8-bitcoin:before,
.icons8-british-pound:before,
.icons8-bullish:before,
.icons8-business:before,
.icons8-calendar:before,
.icons8-card-in-use:before,
.icons8-carrot:before,
.icons8-center-direction:before,
.icons8-cheap-2:before,
.icons8-check-book:before,
.icons8-circled-right-2:before,
.icons8-coins:before,
.icons8-conference:before,
.icons8-conference-call:before,
.icons8-currency-exchange:before,
.icons8-customer-support:before,
.icons8-debt:before,
.icons8-diamond:before,
.icons8-discount:before,
.icons8-discover:before,
.icons8-doc:before,
.icons8-donate:before,
.icons8-dumbbell:before,
.icons8-edit-property:before,
.icons8-euro:before,
.icons8-expensive-2:before,
.icons8-gender-neutral-user:before,
.icons8-geo-fence:before,
.icons8-gift:before,
.icons8-globe-earth:before,
.icons8-headset:before,
.icons8-help:before,
.icons8-historic-ship:before,
.icons8-idea:before,
.icons8-idea-bank:before,
.icons8-import:before,
.icons8-last-24-hours:before,
.icons8-layers:before,
.icons8-lifebuoy:before,
.icons8-like:before,
.icons8-list:before,
.icons8-long-arrow-right:before,
.icons8-map-marker:before,
.icons8-marker:before,
.icons8-mastercard:before,
.icons8-message:before,
.icons8-minus-math:before,
.icons8-money-box:before,
.icons8-name:before,
.icons8-online-support:before,
.icons8-overtime:before,
.icons8-page-overview-3:before,
.icons8-paste:before,
.icons8-paypal:before,
.icons8-pdf:before,
.icons8-phone:before,
.icons8-play:before,
.icons8-plus-math:before,
.icons8-purchase-order:before,
.icons8-quote-left:before,
.icons8-refund:before,
.icons8-refund-2:before,
.icons8-reply-arrow:before,
.icons8-reviewer:before,
.icons8-right:before,
.icons8-rss:before,
.icons8-safe:before,
.icons8-sales-performance:before,
.icons8-search:before,
.icons8-sell-property:before,
.icons8-share:before,
.icons8-shipped:before,
.icons8-shop:before,
.icons8-shopping-cart:before,
.icons8-sms:before,
.icons8-tags:before,
.icons8-talk:before,
.icons8-text-box:before,
.icons8-training:before,
.icons8-trophy:before,
.icons8-twitter:before,
.icons8-txt:before,
.icons8-umbrella:before,
.icons8-us-dollar:before,
.icons8-user-group:before,
.icons8-visa:before,
.icons8-wallet:before,
.icons8-why-us: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-add-database:before {
  content: "\f100";
}
.icons8-amex:before {
  content: "\f101";
}
.icons8-apartment:before {
  content: "\f102";
}
.icons8-approval:before {
  content: "\f103";
}
.icons8-atm:before {
  content: "\f104";
}
.icons8-attach:before {
  content: "\f105";
}
.icons8-average-2:before {
  content: "\f106";
}
.icons8-bank:before {
  content: "\f107";
}
.icons8-bank-cards:before {
  content: "\f108";
}
.icons8-bank-cards-2:before {
  content: "\f109";
}
.icons8-banknotes:before {
  content: "\f10a";
}
.icons8-bill:before {
  content: "\f10b";
}
.icons8-bitcoin:before {
  content: "\f10c";
}
.icons8-british-pound:before {
  content: "\f10d";
}
.icons8-bullish:before {
  content: "\f10e";
}
.icons8-business:before {
  content: "\f10f";
}
.icons8-calendar:before {
  content: "\f110";
}
.icons8-card-in-use:before {
  content: "\f111";
}
.icons8-carrot:before {
  content: "\f112";
}
.icons8-center-direction:before {
  content: "\f113";
}
.icons8-cheap-2:before {
  content: "\f114";
}
.icons8-check-book:before {
  content: "\f115";
}
.icons8-circled-right-2:before {
  content: "\f116";
}
.icons8-coins:before {
  content: "\f117";
}
.icons8-conference:before {
  content: "\f118";
}
.icons8-conference-call:before {
  content: "\f119";
}
.icons8-currency-exchange:before {
  content: "\f11a";
}
.icons8-customer-support:before {
  content: "\f11b";
}
.icons8-debt:before {
  content: "\f11c";
}
.icons8-diamond:before {
  content: "\f11d";
}
.icons8-discount:before {
  content: "\f11e";
}
.icons8-discover:before {
  content: "\f11f";
}
.icons8-doc:before {
  content: "\f120";
}
.icons8-donate:before {
  content: "\f121";
}
.icons8-dumbbell:before {
  content: "\f122";
}
.icons8-edit-property:before {
  content: "\f123";
}
.icons8-euro:before {
  content: "\f124";
}
.icons8-expensive-2:before {
  content: "\f125";
}
.icons8-gender-neutral-user:before {
  content: "\f126";
}
.icons8-geo-fence:before {
  content: "\f127";
}
.icons8-gift:before {
  content: "\f128";
}
.icons8-globe-earth:before {
  content: "\f129";
}
.icons8-headset:before {
  content: "\f12a";
}
.icons8-help:before {
  content: "\f12b";
}
.icons8-historic-ship:before {
  content: "\f12c";
}
.icons8-idea:before {
  content: "\f12d";
}
.icons8-idea-bank:before {
  content: "\f12e";
}
.icons8-import:before {
  content: "\f12f";
}
.icons8-last-24-hours:before {
  content: "\f130";
}
.icons8-layers:before {
  content: "\f131";
}
.icons8-lifebuoy:before {
  content: "\f132";
}
.icons8-like:before {
  content: "\f133";
}
.icons8-list:before {
  content: "\f134";
}
.icons8-long-arrow-right:before {
  content: "\f135";
}
.icons8-map-marker:before {
  content: "\f136";
}
.icons8-marker:before {
  content: "\f137";
}
.icons8-mastercard:before {
  content: "\f138";
}
.icons8-message:before {
  content: "\f139";
}
.icons8-minus-math:before {
  content: "\f13a";
}
.icons8-money-box:before {
  content: "\f13b";
}
.icons8-name:before {
  content: "\f13c";
}
.icons8-online-support:before {
  content: "\f13d";
}
.icons8-overtime:before {
  content: "\f13e";
}
.icons8-page-overview-3:before {
  content: "\f13f";
}
.icons8-paste:before {
  content: "\f140";
}
.icons8-paypal:before {
  content: "\f141";
}
.icons8-pdf:before {
  content: "\f142";
}
.icons8-phone:before {
  content: "\f143";
}
.icons8-play:before {
  content: "\f144";
}
.icons8-plus-math:before {
  content: "\f145";
}
.icons8-purchase-order:before {
  content: "\f146";
}
.icons8-quote-left:before {
  content: "\f147";
}
.icons8-refund:before {
  content: "\f148";
}
.icons8-refund-2:before {
  content: "\f149";
}
.icons8-reply-arrow:before {
  content: "\f14a";
}
.icons8-reviewer:before {
  content: "\f14b";
}
.icons8-right:before {
  content: "\f14c";
}
.icons8-rss:before {
  content: "\f14d";
}
.icons8-safe:before {
  content: "\f14e";
}
.icons8-sales-performance:before {
  content: "\f14f";
}
.icons8-search:before {
  content: "\f150";
}
.icons8-sell-property:before {
  content: "\f151";
}
.icons8-share:before {
  content: "\f152";
}
.icons8-shipped:before {
  content: "\f153";
}
.icons8-shop:before {
  content: "\f154";
}
.icons8-shopping-cart:before {
  content: "\f155";
}
.icons8-sms:before {
  content: "\f156";
}
.icons8-tags:before {
  content: "\f157";
}
.icons8-talk:before {
  content: "\f158";
}
.icons8-text-box:before {
  content: "\f159";
}
.icons8-training:before {
  content: "\f15a";
}
.icons8-trophy:before {
  content: "\f15b";
}
.icons8-twitter:before {
  content: "\f15c";
}
.icons8-txt:before {
  content: "\f15d";
}
.icons8-umbrella:before {
  content: "\f15e";
}
.icons8-us-dollar:before {
  content: "\f15f";
}
.icons8-user-group:before {
  content: "\f160";
}
.icons8-visa:before {
  content: "\f161";
}
.icons8-wallet:before {
  content: "\f162";
}
.icons8-why-us: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: 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,
.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;
	}
.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;
}
.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: 'Open Sans', Arial, 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;
  }
}
.select {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.select select {
  width: 100%;
  position: absolute;
  left: -9999em;
}
.select.-wide {
  width: 100%;
}
.select.-on_dark .select2-selection {
  background-color: rgba(255,255,255,0.02);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.select.-on_dark .select2-selection:after {
  opacity: 0.5;
}
.select.-on_dark .select2-selection__placeholder {
  color: #fff;
}
.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;
}
.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;
  border-radius: 3px;
}
.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__placeholder {
  color: #262626;
  opacity: 0.3;
}
.select2-selection__rendered:empty:before {
  visibility: hidden;
  content: '\007C\00a0\00a0';
}
.select2-search {
  display: block;
}
.select2-search__field {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  padding: 8px 9px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-search--hide {
  display: none;
}
.select2-dropdown {
  position: absolute;
  margin: 6px 0 0;
  z-index: 10000;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  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: #3499e0;
}
.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-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: #ababab;
  content: '';
  border-radius: 50%;
  opacity: 0.3;
  text-indent: -9999px;
}
.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;
  border-radius: 3px;
  color: #000;
  padding: 14px 20px;
  font-size: 15px;
  font-family: 'Open Sans', Arial, 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 {
  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: #59bcdb;
  color: #fff;
}
.button.-blue_light:hover {
  background-color: #40b2d6;
}
.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: #ed5151;
  color: #fff;
}
.button.-red:hover {
  background-color: #ea3434;
}
.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.-arrowed .button--inner:after {
  content: '\f14c';
  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: 16px 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.-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 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;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}
.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: #34c1e4;
}
.field input:focus::-webkit-input-placeholder,
.field textarea:focus::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus:-moz-placeholder,
.field textarea:focus:-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus::-moz-placeholder,
.field textarea:focus::-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus:-ms-input-placeholder,
.field textarea:focus:-ms-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.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.02);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
.field.-on_dark input::-webkit-input-placeholder,
.field.-on_dark textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.field.-on_dark input:-moz-placeholder,
.field.-on_dark textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.field.-on_dark input::-moz-placeholder,
.field.-on_dark textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}
.field.-on_dark input:-ms-input-placeholder,
.field.-on_dark textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
  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::-webkit-input-placeholder,
.field.-on_dark textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field.-on_dark input:focus:-moz-placeholder,
.field.-on_dark textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field.-on_dark input:focus::-moz-placeholder,
.field.-on_dark textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field.-on_dark input:focus:-ms-input-placeholder,
.field.-on_dark textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.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, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, 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;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after,
.slideout-open .c-hamburger--htx span::after {
  bottom: 0;
  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;
}
.topbar {
  padding: 13px 0;
  background: #383d61;
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 1000;
}
.topbar.-pickled {
	background-color: #383D61;
}
.topbar.-violet {
	background-color: #7c6aa6;
}
.topbar.-venice_blue {
	background-color: #0a568a;
}
.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;
  margin: 1px 0 0;
}
.topbar .topbar_contacts {
  float: right;
  padding: 2px 0 0;
}
.topbar--right .follow_us {
  float: right;
}
@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: #fff;
  position: relative;
  z-index: 100;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header.-backgroundless {
  background: none;
}
.header--inner {
  padding: 25px 0;
}
.header--right {
  float: right;
  text-align:right;
}
.header--logo {
  position: relative;
  padding-top: 8px;
  z-index: 1;
}

.header--logo img {
	max-width: 100%;
}
.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;
  transform: scale(0.4) translate(-50%, -50%);
}
.header--menu_opener.-white .c-hamburger span,
.header--menu_opener.-white .c-hamburger span:before,
.header--menu_opener.-white .c-hamburger span:after {
  background: #fff;
}
.header .container > .row {
  position: relative;
}
.header .row > [class*=col] {
  position: static !important;
}
.header_sticky {
  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: 1001;
  opacity: 0;
}
.header_sticky.-stick {
  transform: translateY(0);
  opacity: 1;
  will-change: transform;
}
.header_sticky.-stick.-backgroundless {
  background: #fff;
}
@media (max-width: 1200px) {
  .header--logo {
    padding: 0;
  }
  .header--right {
    float: none;         
  }
}
@media (max-width: 992px) {
  .header {
    padding: 0;
  }
  .header--logo {
    text-align: center;
  }
  .header--menu_opener {
    display: block !important;
    margin: -30px 0 0;
  }
}
@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 {
  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;
  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;
}
.follow_us ul {
  display: inline-block;
}
.follow_us ul li {
  display: inline-block;
  margin: 0 0 0 13px;
}
.follow_us a {
  color: #fff;
  opacity: 0.3;
}
.follow_us a:hover {
  opacity: 1;
}
.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;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  position: relative;
  font-size: 15px;
  color: #fff;
  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: #fff transparent transparent transparent;
}
.select_language--opener .select_language--opener_icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0, -50%);
}
.select_language--opener:hover {
  text-decoration: underline;
}
.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: #1eb8de;
  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;
}
.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 {
  transform: rotate(90deg);
}
.topbar_contacts--item {
  display: inline-block;
  margin: 0 0 0 37px;
  padding: 0 0 0 27px;
  position: relative;
  color: #fff;
}
.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: 50px 0;
  background-size: cover;
  background: #fff;
  position: relative;
}
.section.-padding_top_smaller {
	padding-top: 80px;
}
.section.-gray_light {
	background-color: #fcfcfc
}
.section.-contact_us {
	background: #383d61 url('/wp-content/themes/mortago/assets/images/design/contact_form_bg.jpg')
}
.section--header {
  margin: -20px 0 70px;
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
.section--title {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
.section--title.-left {
  text-align: left;
}
.section--description {
  font-size: 20px;
  line-height: 30px;
  color: #9b9b9b;
  text-align: center;
  margin: 13px 0 0;
}
.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: #3a3d3d;
}
.section.-dark_mode .section--title {
  color: #fff;
}
.section.-dark_mode .section--description {
  color: rgba(255,255,255,0.3);
}
.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("/wp-content/themes/mortago/assets/images/design/patterns/pattern-light.png");
}
.section.-pattern.-dark {
  background-image: url("/wp-content/themes/mortago/assets/images/design/patterns/pattern-dark.png");
}
.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: 50px 0 !important;
  }
  .section--header {
    margin: 0 0 30px;
  }
  .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: 100px 0 125px !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: 769px) {
  .section--title {
    font-size: 30px;
  }
  .section--footer .button {
    display: block;
    width: 100%;
  }
}
.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;
  }
}
.footer {
  background-size: cover;
  position: relative;
	background-image: url('/wp-content/themes/mortago/assets/images/landing-image.jpg')                                        
}    
.footer--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  top: 0;
  left: 0;
	background-color: #383d61;
}
.footer--inner {
  position: relative;
  z-index: 1;
}
.footer.-blue_dark {
  background-color: #0b66a2;
}
.footer.-blue_dark .footer--bg {
	background-color: #0b66a2;
}
.footer.-deluge {
	background-color: #7c6aa6;
}
.footer.-deluge .footer--bg {
	background-color: #7c6aa6;
}
.footer_main {
  position: relative;
}
.footer_main--column_title {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  font-weight: 700;
  display: block;
}                             
  .footer_main--column {
    margin: 50px 0 0;
  }

@media (max-width: 768px) {
  .footer_main--column_title {
    text-align: center;
  }
  .footer_main [class*="col-"]:nth-child(2) .footer_main--column {
    margin: 50px 0 0;
  }
}
.footer_navigation {
  padding: 6px 15px 0 0;
}
.footer_navigation--item {
  display: block;
  position: relative;
  padding: 12px 25px 12px 0;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer_navigation--item:before {
  position: absolute;
  content: "\eb14";
  display: block;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 3px;
  color: #fff;
  font-size: 12px;
  font-family: Budicon;
}
.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 {
  margin: 60px 0 0;
}
.footer_copyrights--logo img {
	width: 150px;
}
.footer_copyrights--container {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.footer_copyrights--item_copyrights {
  font-size: 15px;
  color: #fff;
  opacity: 0.6;
  text-align: right;
  padding: 7px 0 0 0;
  margin: 0 20px 0 0;
}
@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;
  }
}
.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;
}
.footer_contact_info--item .bi_com-phone {
  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;
}
@media (max-width: 768px) {
  .footer_contact_info {
    width: 300px;
    margin: 0 auto;
  }
}
.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_blog {
  position: relative;
  padding: 7px 15px 0 0;
}
@media (max-width: 1190px) {
  .footer_blog {
    padding: 0 0 50px;
  }
}
.footer_projects {
  position: relative;
  padding: 7px 15px 0 0;
}
@media (max-width: 970px) {
  .footer_projects {
    padding: 0 0 50px;
  }
}
.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;
  transform: rotate(45deg);
  content: '';
}
.tip_help--close span:after {
  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%;
  }
}
.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: 0;
  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: 'Open Sans', Arial, sans-serif;
}
.post .entry-footer .icon-links > a > a,
.post .entry-footer .icon-links > div > a {
  color: #868686;
  font-family: #262626;
}
.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: 60%;
  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%;
  }
}
.pagination {
  position: relative;
  border-top: 1px solid #e2e2e2;
  margin: 0 -15px;
  min-height: 84px;
}
.pagination ul {
  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 {
  margin-left: 0;
}
.pagination ul a {
  color: #969696;
  display: block;
  padding: 10px;
}
.pagination ul a:before {
  display: none;
  width: 100%;
  height: 3px;
  background: #34c1e4;
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
}
.pagination ul a.-active {
  color: #34c1e4;
}
.pagination ul a.-active:before {
  display: block;
}
.pagination--link {
  font-size: 18px;
  color: #9b9b9b;
  position: absolute;
  top: 31px;
}
.pagination--link i.icons8-right {
  display: inline-block;
  position: relative;
  top: 1px;
}
.pagination--link.-prev {
  left: 15px;
}
.pagination--link.-prev i.icons8-right {
  transform: scale(-1, 1);
  margin-left: -3px;
}
.pagination--link.-next {
  right: 15px;
}
.pagination--link.-next i {
  margin-right: -3px;
}
.section .pagination {
  margin-bottom: -102px;
}
.case_studies .pagination {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .section .pagination {
    margin-bottom: -30px;
  }
}
@media (max-width: 769px) {
  .pagination {
    min-height: 64px;
  }
  .pagination ul {
    display: none;
    text-align: left;
    padding: 20px 0;
  }
  .pagination ul li {
    display: block;
    margin: 0;
  }
  .pagination ul li a {
    padding: 5px;
  }
  .pagination--link {
    top: 20px;
  }
  .section .pagination {
    margin-bottom: -50px;
  }
}
.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 {
  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 {
  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 {
  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;
}
.progressbar {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
}
.progressbar--label {
  font-size: 22px;
  font-weight: 300;
  color: #262626 !important;
}
.progressbar--label:after {
  content: '%';
}
.progressbars {
  position: relative;
}
.progressbars--title {
  font-size: 36px;
  text-align: center;
}
.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;
}
.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;
  }
}
.widget {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-top: 30px;
  overflow: hidden;
}
.widget:first-child {
  margin-top: 20px;
}
.widget--title {
  background: #fafafa;
  position: relative;
  font-size: 18px;
  padding: 20px 10px 20px 56px;
}
.widget--title i {
  font-size: 27px;
  color: #59bcdb;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 18px;
  margin-top: -1px;
}
.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 ul {
  font-size: 16px;
  line-height: 24px;
}
.widget ul li {
  border-top: 1px solid #e5e5e5;
  padding: 17px 20px;
  color: #9b9b9b;
}
.widget ul li a {
  color: #9b9b9b;
  padding: 5px 0;
}
.widget ul li a:hover {
  text-decoration: underline;
}
.widget ul li .comment-author-link a {
  color: #2d8fcc;
}
.widget ul li .rsswidget {
  color: #262626;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
}
.widget ul li .rssSummary {
  padding-top: 5px;
}
.widget ul li .rss-date {
  display: block;
  color: #262626;
  padding: 4px 0 2px;
  font-size: 15px;
}
.widget > ul {
  margin-top: -1px;
}
.widget .tagcloud {
  padding: 10px 20px 20px;
  font-size: 15px;
}
.widget .tagcloud a {
  border: 1px solid #e6e6e6;
  color: #868686;
  font-size: 15px;
  font-style: italic;
  padding: 6px 10px;
  margin: 10px 10px 0 0;
  border-radius: 3px;
  display: inline-block;
}
.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: #262626;
}
.widget .menu .menu-item .sub-menu {
  display: none;
}
.widget .menu .menu-item .menu-item a {
  padding: 17px 20px 17px 40px;
}
.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: '';
  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;
  transform: rotate(0);
}
.widget .menu > .menu-item.-opened .sub-menu {
  display: block;
}
.widget.-iconless .widget--title {
  padding-left: 20px;
}
.widget_search--field {
  display: block;
  width: 100%;
  position: relative;
}
.widget_search--field i {
  display: block;
  position: absolute;
  color: #3499e0;
  font-size: 24px;
  top: 50%;
  left: 15px;
  margin: -12px 0 0;
}
.widget_search--field input {
  font-size: 17px;
  display: block;
  padding: 21px 20px 21px 55px;
  width: 100%;
}
.textwidget {
  margin-top: -1px;
}
.textwidget strong {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}
.textwidget strong + img {
  margin-top: 10px;
}
.textwidget p {
  padding: 20px;
  font-size: 15px;
  line-height: 24px;
  border-top: 1px solid #e5e5e5;
}
.textwidget img {
  width: 100%;
}
.sidebar .block + .block {
  margin-top: 55px;
}
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.15);
  border-top: 1px solid #f2f2f2;
}
.mega-menu:before {
  display: block;
  width: 100%;
  height: 7px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 100%;
  margin: 0 0 1px;
}
.mega_nav {
  position: relative;
}
.mega_nav .container {
  padding: 10px 0;
}
.mega_nav:before {
  display: block;
  width: 100%;
  height: 35px;
  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 .icons8-diamond {
  left: 17px;
  top: 9px;
}
.mega_nav--item.-icon .icons8-umbrella {
  left: 18px;
  top: 9px;
}
.mega_nav--item.-icon .icons8-idea {
  left: 18px;
  top: 12px;
  font-size: 36px;
}
.mega_nav--item.-icon .icons8-business {
  left: 17px;
  top: 12px;
}
.mega_nav--item.-icon .icons8-coins {
  left: 18px;
  top: 12px;
}
.mega_nav--item.-icon .icons8-online-support {
  left: 17px;
  top: 10px;
}
.mega_nav--item.-icon .icons8-currency-exchange {
  left: 17px;
  top: 12px;
}
.mega_nav--item.-icon .icons8-customer-support {
  left: 18px;
  top: 12px;
}
.mega_nav--item.-icon .icons8-lifebuoy {
  left: 19px;
  top: 11px;
}
.mega_nav--item.-icon .icons8-training {
  left: 16px;
  top: 10px;
  font-size: 40px;
}
.mega_nav--item.-icon .icons8-overtime {
  left: 19px;
  top: 12px;
  font-size: 36px;
}
.mega_nav--item.-icon .icons8-reviewer {
  top: 10px;
  left: 15px;
}
.mega_nav--item_icon {
  position: absolute;
  left: 0px;
  top: -7px;
  color: #59bcdb;
  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%;
  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;
}
.mega_nav--open_all span {
  position: relative;
  color: #b5b5b5;
  font-size: 16px;
}
.mega_nav--open_all span:after {
  content: '\f14c';
  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;
}
.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 {
  color: #262626;
}
.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 35px;
  vertical-align: middle;
  cursor: pointer;
}
.header_nav .menu > .menu-item > a {
  font-size: 16px;
  position: relative;
  cursor: pointer;
}
.header_nav .menu > .menu-item > a:hover {
  color: #34c1e4;
}
.header_nav .menu > .menu-item > a:before {
  display: none;
  height: 2px;
  content: '';
  position: absolute;
  top: -100%;
  left: -10px;
  right: -10px;
  margin-top: -1px;
  background: #34c1e4;
}
.header_nav .menu > .menu-item > a .menu-item-notify {
  white-space: nowrap;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: -1px 0 0 -10px;
  background: #ed5151;
  border-radius: 3px;
  padding: 1px 5px 3px;
}
.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;
}
.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;
  min-width:320px;
}
.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: #34c1e4;
}
.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 {
  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;
}
.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: #34c1e4;
}
.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;
}
.mobile_sidebar {
  display: none;
  background: #383d61;
  color: #fff;
}
.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;
  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_menu .menu .menu-item {
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-weight: 500;
  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 > a: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;
}
.mobile_menu .menu .menu-item-has-children.-active > a:after {
  transform: rotate(90deg);
}
.mobile_menu .menu .menu-item.-active > .sub-menu {
  display: block;
}
.mobile_menu .menu > .menu-item:first-child {
  border-top: 0;
}
.video--content {
  position: relative;
  z-index: 15;
}
.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;
	background:url("/wp-content/themes/mortago/assets/images/content/slide_simple/slide_simple_bg.jpg");
	background-size: cover;
}
.video--background_color {
  z-index: 20;
	background-color: #fff;
	opacity: .1
}
.video--background_video {
  z-index: 1;
}
.partners {
  padding: 60px 0;
}
.partners--item {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  opacity: 0.8;
}
.partners--item:hover {
  opacity: 1;
}
.partners--item img {
	width: 130px;
}
.partners .slick-slider .slick-track {
  display: table;
}
.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;
}
.partners .slick-slider .slick-dots {
  margin: 50px 0 -15px;
}
.promo_slider--slides .slick-slide {
  min-height: 587px;
}
.promo_slider--slide {
  -webkit-backface-visibility: hidden;
  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;
  transform: translateZ(0);
}
@media (max-width: 1200px) {
  .promo_slider--slides .slick-slide {
    min-height: inherit;
  }
}
@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:before {
  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%;
  transform: translate(0, -50%);
  opacity: 0.3;
}
.promo_slider_nav--item:before {
  display: none;
  position: absolute;
  content: '';
  height: 4px;
  background: #59bcdb;
  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%;
  transform: translate(0, -50%);
  left: -4px;
  margin-top: -4px;
  color: #59bcdb;
  font-size: 40px;
}
.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%;
  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;
  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("/wp-content/themes/mortago/assets/images/content/slide_simple/slide_simple_bg.jpg") top center no-repeat;
  background-size: cover;
  height: 587px;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.slide_simple.-backgroundless {
	background: none;
}
.slide_simple--container {
  height: 100%;
  background: rgba(0,0,0,0.5);
  text-align: center;
  color: #fff;
  padding: 164px 0 0;
}
.slide_simple--title {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.slide_simple--text {
  font-size: 26px;
  line-height: 36px;
  opacity: 0.6;
  margin: 28px 0 0;
}
.slide_simple--buttons {
  margin: 40px 0 0;
}
.slide_simple--buttons .button {
  margin: 0 10px;
}
@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 80px;
  }
  .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;
  }
}
.header_contacts {
  float: left;
  text-align: center;
  padding: 6px 100px 0 0;
}
.header_contacts--item {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 40px;
  vertical-align: middle;
}
.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%;
  transform: translate(0, -50%);
  left: 0;
}
.contact_mini strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.contact_mini span {
  font-size: 13px;
  color: #969696;
  display: block;
  padding: 6px 0 0;
}
.services {
  position: relative;
}
.services .service_item {
  margin-top: 30px;
}
.section--container .services:first-child {
  margin-top: -30px;
}
.service_item {
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 147px 15px 48px;
  position: relative;
}
.service_item--icon {
  font-size: 76px;
  display: block;
  color: #59bcdb;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.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;
  text-align: center;
  color: #262626;
}
.service_item--text {
  font-size: 16px;
  text-align: center;
  color: #969696;
  padding-top: 14px;
  line-height: 23px;
}
.service_item--footer {
  padding-top: 38px;
  text-align: center;
}
.service_item.-colored {
  border: none;
  padding: 127px 5px 38px 23px;
}
.service_item.-colored .service_item--icon {
  top: 14px;
  left: 69px;
}
.service_item.-colored .service_item--icon.icons8-business {
  top: 20px;
}
.service_item.-colored .service_item--icon.icons8-umbrella {
  top: 18px;
}
.service_item.-colored .service_item--title {
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.service_item.-colored .service_item--text {
  color: #fff;
  text-align: left;
}
.service_item.-colored .service_item--footer {
  text-align: left;
  padding-top: 28px;
}
.service_item.-colored .service_item--more {
  color: #fff;
}
.service_item.-colored_1 {
	background-color: #34c1e4;
}
.service_item.-colored_2 {
	background-color: #ffbf57;
}
.service_item.-colored_3 {
	background-color: #6975a6;
}
.service_item.-colored_4 {
	background-color: #ab938a;
}
.service_item.-horizontal {
  border: 1px solid #e9e9e9;
  padding: 19px 130px 21px 19px;
}
.service_item.-horizontal .service_item--icon {
  right: 23px;
  left: auto;
  top: 36px;
  transform: none;
}
.service_item.-horizontal .service_item--icon.icons8-online-support {
  top: 40px;
}
.service_item.-horizontal .service_item--icon.icons8-currency-exchange {
  top: 40px;
}
.service_item.-horizontal .service_item--icon.icons8-business {
  top: 44px;
}
.service_item.-horizontal .service_item--icon.icons8-umbrella {
  top: 39px;
}
.service_item.-horizontal .service_item--icon.icons8-reviewer {
  top: 35px;
  right: 27px;
}
.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;
}
@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%;
    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--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.-colored {
    border: none;
    padding: 107px 13px 38px 13px;
  }
  .service_item.-colored .service_item--icon {
    left: 50%;
    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;
  padding-top: 24px;
  color: #262626;
}
.features_item--text {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  padding-top: 9px;
}
.promo_banner {
  position: relative;
  background: url("/wp-content/themes/mortago/assets/images/design/promo_banner_bg.jpg") 50% 0% no-repeat;
  background-size: cover;
}
.promo_banner--container {
  height: 100%;
  background: rgba(0,0,0,0.5);
  padding: 83px 0 100px;
  color: #fff;
}
.promo_banner--title {
  font-size: 50px;
  font-weight: 300;
}
.promo_banner--text {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.6;
  padding: 32px 0 43px;
  font-weight: 300;
}
.promo_banner.-centered {
  text-align: center;
}
.promo_banner.-rounded .promo_banner--container {
  padding: 220px 0 180px;
}
@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: 769px) {
  .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: 120px 20px;
  }
}
.promo_detailed {
  position: relative;
  min-height: 500px;
  background: #fafafa;
}
.promo_detailed--container {
  position: relative;
  z-index: 10;
  height: 100%;
}
.promo_detailed--list {
  padding: 68px 0 52px;
}
.promo_detailed--list_item {
  position: relative;
  padding: 0 100px 0 80px;
  margin-top: 41px;
}
.promo_detailed--list_item dl dt {
  font-size: 20px;
  color: #262626;
}
.promo_detailed--list_item dl dd {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  padding-top: 15px;
}
.promo_detailed--list_item:first-child {
  margin-top: 0;
}
.promo_detailed--list_item_icon {
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  border: 2px solid #ed5151;
  border-radius: 3px;
  width: 56px;
  height: 56px;
  box-sizing: border-box;
}
.promo_detailed--list_item_icon i {
  color: #ed5151;
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promo_detailed--background_image {
  background-size: cover;
  width: 50%;
  height: 100%;
  background-color: #7d7e75;
  position: absolute;
  top: 0;
  right: 0;
	background-image: url("/wp-content/themes/mortago/assets/images/design/promo_detailed_bg.jpg");
}
.promo_detailed--cta {
  padding: 0 25px;
  position: relative;
  height: 100%;
}
.promo_detailed--cta_wrap {
  position: absolute;
  top: 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;
	background-image: url("/wp-content/themes/mortago/assets/images/design/promo_detailed_bg.jpg");
}
@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;
  }
  .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;
  }
  .promo_detailed--cta_wrap {
    position: relative;
    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;
  }
  .promo_detailed--list_item_icon {
    top: 0;
    position: relative;
    margin: 0 0 15px;
  }
  .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%;
  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;
	background-color: #474d7a;
}
.statistics--item {
  position: relative;
  padding: 59px 0 59px 61px;
}
.statistics--item_icon {
  position: absolute;
  left: 0;
  top: 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 {
  color: #fff;
  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%;
    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 {
    color: #fff;
    font-size: 20px;
  }
}
@media (max-width: 769px) {
  .statistics {
    text-align: center;
  }
}
.tab_navigation {
  position: relative;
  border-top: 1px solid #e9e9e9;
  z-index: 1;
}
.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: #59bcdb;
  top: -1px;
  left: 0;
}
.tab_navigation--link.-active:before,
.tab_navigation--link:hover:before {
  display: block;
}
.tab_navigation--link.-active i,
.tab_navigation--link:hover i,
.tab_navigation--link.-active span,
.tab_navigation--link:hover span {
  color: #59bcdb;
}
.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_text {
  color: #262626;
  font-size: 16px;
  vertical-align: top;
}
@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 {
  background-size: cover;
  position: relative;
  display: block;
  height: 200px;
  margin-top: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.case_studies--item.-demo_1 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/001.jpg");
}
.case_studies--item.-demo_2 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/002.jpg");
}
.case_studies--item.-demo_3 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/003.jpg");
}
.case_studies--item.-demo_4 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/004.jpg");
}
.case_studies--item.-demo_5 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/005.jpg");
}
.case_studies--item.-demo_6 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/006.jpg");
}
.case_studies--item.-demo_7 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/007.jpg");
}
.case_studies--item.-demo_8 {
	background-image: url("/wp-content/themes/mortago/assets/images/content/case_studies/008.jpg");
}

.case_studies--item span {
  display: none;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_studies--item span:after {
  content: '\f14c';
  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;
}
.case_studies--item img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.case_studies--item:hover span {
  display: block;
}
.case_studies--item:hover img {
  display: none;
}
.tab_navigation + .case_studies {
  margin: 33px 0 0;
}
@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: #59bcdb;
  display: block;
}
.who_mini--more:after {
  content: '\f14c';
  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--list {
  position: relative;
  padding: 35px 0 0;
}
.why_mini--item {
  position: relative;
  margin-top: 33px;
}
.why_mini--item:first-child {
  margin-top: 0;
}
.why_mini--item_icon {
  display: inline-block;
  color: #59bcdb;
  font-size: 26px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.why_mini--item_title {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.why_mini--item_text {
  font-size: 16px;
  padding: 10px 0 0;
  color: #969696;
  line-height: 23px;
}
.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;
}
.strong_points_item--icon {
  position: absolute;
  color: #59bcdb;
  font-size: 48px;
  top: -5px;
  left: -6px;
}
.strong_points_item--title {
  font-size: 20px;
  line-height: 30px;
}
.strong_points_item--text {
  color: #969696;
  font-size: 16px;
  line-height: 23px;
  padding: 10px 0 0;
}
.strong_points_item--more {
  font-size: 16px;
  color: #59bcdb;
  display: block;
  padding-top: 28px;
}
.strong_points_item--more:after {
  content: '\f14c';
  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%;
    transform: translate(-50%, 0);
  }
}
.page_header {
  position: relative;
  text-align: center;      
  height:450px;
  font-weight: 300;
	background-image: url('/wp-content/themes/mortago/assets/images/landing-image.jpg');
        background-repeat: no-repeat;
    background-position: 50% 25%;
    background-size:cover;
}
.page_header--title {
  font-size: 60px;
  color: #fff;
}
@media (max-width: 1200px) {
  .page_header {
    padding: 70px 0;
  }
  .page_header--title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .page_header {
    padding: 50px 0;
  }
  .page_header--title {
    font-size: 40px;
  }
}
@media (max-width: 769px) {
  .page_header {
    padding: 30px 0;
  }
  .page_header--title {
    font-size: 35px;
  }
}
.breadcrumbs {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}
.breadcrumbs--list {
  padding: 16px 0 18px;
}
.breadcrumbs--item {
  display: inline-block;
  margin: 0 0 0 35px;
  position: relative;
}
.breadcrumbs--item:before {
  display: block;
  content: '\f14c';
  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;
}
.breadcrumbs--link.-active {
  color: #6975a6;
}
.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;
  padding: 30px 0 0;
  color: #262626;
}
.our_mission--item_body p {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  padding: 15px 0 13px;
}
.our_mission--item_body ul li {
  position: relative;
  margin: 14px 0 0;
  padding: 0 0 0 25px;
  color: #969696;
  font-style: italic;
}
.our_mission--item_body ul li:before {
  content: '\f14c';
  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: #59bcdb;
  top: 0;
  left: 0;
}
.our_mission--item_body ul li:first-child {
  margin-top: 0;
}
@media (max-width: 769px) {
  .our_mission--item_title {
    padding: 20px 0 0;
  }
  .our_mission--item_body p {
    padding: 10px 0 10px;
  }
  .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_mission--item_body ul li {
    margin: 7px 0 0;
    padding: 0 0 0 25px;
  }
  .our_mission--item_body ul li:before {
    top: 2px;
  }
}
.team {
  position: relative;
  margin: -28px 0 0;
}
.team_member {
  position: relative;
  border: 1px solid #e9e9e9;
  background: #fff;
  margin: 30px 0 0;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
}
.team_member--image img {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.team_member--body {
  padding: 25px;
}
.team_member--name {
  font-size: 18px;
  font-weight: 600;
}
.team_member--position {
  display: block;
  color: #969696;
  font-size: 16px;
  line-height: 23px;
  margin: 10px 0 0;
}
.team_member--email {
  display: block;
  margin: 8px 0 0;
}
.team_member--email a {
  color: #59bcdb;
}
.team_member--email a:hover {
  text-decoration: underline;
}
.team_member--links {
  margin: 22px 0 0;
}
.team_member--links li {
  display: inline-block;
}
.team_member--links li a {
  color: #bdbdbd;
  display: block;
  padding: 5px;
}
.team_member--links li a:hover {
  color: #59bcdb;
}
@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;
  }
}
.our_company {
  position: relative;
}
.our_company--text {
  position: relative;
  padding: 4px 45px 0 0;
}
.our_company--text h3 {
  font-size: 20px;
  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--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 {
  display: block;
  content: '\f147';
  position: absolute;
  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;
  top: -5px;
  left: -3px;
  font-size: 32px;
  color: #59bcdb;
}
.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;
  }
}
.blog {
  position: relative;
}
.blog .article {
  margin: 0 0 100px;
}
.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;
  }
}
.article {
  padding: 0 35px 0 0;
}
.article--title {
  color: #262626;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}
.article--title a {
  color: inherit;
}
.article--meta {
  padding: 14px 0 0;
}
.article--meta_item {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #969696;
  padding: 0 0 0 28px;
  margin: 10px 10px 0 0;
}
.article--meta_item:after {
  content: '\f156';
  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: #59bcdb;
  font-size: 20px;
  margin-top: -2px;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.article--meta_item a:hover {
  text-decoration: underline;
}
.article--meta_item:last-child {
  margin-right: 0;
}
.article--meta_item.-date:after {
  content: '\f110';
  font-size: 23px;
  margin-top: -3px;
}
.article--meta_item.-author {
  padding-left: 25px;
}
.article--meta_item.-author a {
  color: #59bcdb;
}
.article--meta_item.-author:after {
  content: '\f126';
}
.article--content {
  margin: 23px 0 0;
  font-size: 16px;
  line-height: 23px;
  color: #969696;
}
.article--content figure {
  border-radius: 3px;
  margin: 30px 0;
  overflow: hidden;
}
.article--content figure img {
  width: 100%;
  vertical-align: top;
}
.article--content > p {
  margin: 30px 0;
}
.article--content a {
  color: #34c1e4;
}
.article--content a:hover {
  text-decoration: underline;
}
.article--content h1,
.article--content h2,
.article--content h3,
.article--content h4,
.article--content h5,
.article--content h6 {
  margin: 30px 0;
  color: #363636;
}
.article--content h1 {
  font-size: 30px;
  line-height: 36px;
}
.article--content h2 {
  font-size: 28px;
  line-height: 34px;
}
.article--content h3 {
  font-size: 26px;
  line-height: 32px;
}
.article--content h4 {
  font-size: 24px;
  line-height: 30px;
}
.article--content h5 {
  font-size: 22px;
  line-height: 28px;
}
.article--content h6 {
  font-size: 19px;
  line-height: 25px;
}
.article--content blockquote {
  font-style: italic;
  font-weight: normal;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-left: 3px solid #0fbe7c;
  margin: 20px 0;
  background: #fff;
}
.article--content blockquote:before,
.article--content blockquote:after {
  content: '';
}
.article--content blockquote cite {
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
  display: block;
  text-align: right;
}
.article--content table {
  width: 100%;
  background: #fff;
  margin: 0 0 20px;
}
.article--content table tr:nth-child(2n) td {
  background: #fafafa;
}
.article--content table th {
  font-weight: bold;
  text-align: left;
  color: #363636;
}
.article--content table td,
.article--content table th {
  border: 1px solid #e5e5e5;
  padding: 8px 14px;
}
.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;
}
.article--content pre {
  background-color: #fff;
  margin-bottom: 20px;
  overflow: auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
.article--content dl {
  margin: 0 0 20px;
}
.article--content dl dt {
  margin: 0 0 3px;
  font-weight: bold;
}
.article--content dl dd {
  margin: 0 0 15px;
}
.article--content ul,
.article--content ol {
  padding: 0 0 0 35px;
  margin-bottom: 30px;
}
.article--content ul li > ol,
.article--content ol li > ol,
.article--content ul li > ul,
.article--content ol li > ul {
  margin-bottom: 0;
}
.article--content ul {
  list-style: circle;
}
.article--content ol {
  list-style: decimal;
}
.article--content address {
  display: block;
  font-style: italic;
  margin: 0 0 20px;
}
.article--content abbr,
.article--content acronym,
.article--content dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.article--content cite,
.article--content em,
.article--content i {
  font-style: italic;
}
.article--content ins {
  background: #fff;
}
.article--content sub,
.article--content sup {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
.article--content sub {
  top: 0.5ex;
}
.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: 60%;
  margin: -10px 0 0;
}
.article--footer .tags-links > a {
  border: 1px solid #e9e9e9;
  color: #cecece;
  font-size: 14px;
  font-style: italic;
  padding: 6px 10px;
  margin: 10px 10px 0 0;
  border-radius: 3px;
  display: inline-block;
}
.article--footer .tags-links > span {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: 1px 1px 1px 1px;
  overflow: hidden;
}
.article--footer .share {
  float: right;
}
.article.-blog_page {
  padding: 0;
}
.article.-blog_page .article--title {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
}
.article.-blog_page .article--title > a {
  color: #262626;
}
.article.-blog_page .article--content {
  margin: 0;
}
.article.-blog_page .article--content > p {
  margin: 7px 0;
}
.article.-blog_page .article--footer {
  padding: 15px 0 0;
}
.article.-blog_page .article--read_more {
  color: #59bcdb;
}
.article.-blog_page .article--read_more:after {
  content: '\f14c';
  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;
  border-radius: 3px;
  margin: 0 0 26px;
}
.article.-blog_page .article--preview img {
  vertical-align: top;
  overflow: hidden;
  width: 100%;
}
.article.-blog_page .article--meta {
  padding: 19px 0 0;
}
.article.-blog_page .article--content {
  padding: 12px 0 0;
}
.article.-blue_dark .article--meta_item:after {
  color: #0b66a2;
}
@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;
  }
  .article--content {
    font-size: 14px;
    line-height: 21px;
  }
  .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;
  }
  .article--content blockquote {
    margin: 15px 0;
    padding: 15px;
  }
  .article--content table {
    margin: 0 0 15px;
  }
  .article--content ul,
  .article--content ol {
    margin-bottom: 20px;
    padding: 0 0 0 25px;
  }
  .article--content h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .article--content h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .article--content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .article--content h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .article--content h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .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 .article--content {
    font-size: 15px;
    line-height: 18px;
  }
  .article.-blog_page .article--footer {
    font-size: 15px;
  }
}
@media (max-width: 425px) {
  .article--title {
    font-size: 28px;
    line-height: 36px;
  }
  .article.-blog_page .article--meta_item {
    margin: 10px 0 0 0;
    display: block;
  }
  .article.-blog_page .article--meta_item:first-child {
    margin-top: 0;
  }
  .article.-blog_page .article--meta_item:first-child:after {
    left: -2px;
  }
}
.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 {
  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 {
  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 {
  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:before {
  display: block;
  height: 1px;
  background: #e9e9e9;
  content: '';
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
}
.comments--title {
  font-size: 20px;
  padding: 0 0 46px;
}
.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;
  }
}
.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: 600;
  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--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: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 {
  color: #59bcdb;
  font-size: 14px;
  font-weight: 600;
}
.comment--reply:before {
  content: '\f14a';
  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;
  transform: scale(-1, 1);
  top: 0;
}
@media (max-width: 769px) {
  .comment {
    padding: 0;
  }
  .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 0 0 30px;
  }
}
.comment_form--title {
  font-size: 20px;
  margin: 0 0 27px;
}
@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_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: #59bcdb;
  text-decoration: underline;
}
.twitter_feed--message_author:before {
  position: absolute;
  content: '';
  display: block;
  background: #d7d7d7;
  width: 14px;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.twitter_feed--icon {
  display: block;
  width: 100%;
  text-align: center;
}
.twitter_feed--icon i {
  color: #59bcdb;
  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--icon i {
    font-size: 32px;
  }
  .twitter_feed--messages {
    padding: 20px 0 0;
  }
  .twitter_feed--message {
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0;
    padding: 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;
}
.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;
  }
}
.client_review {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  padding: 27px 30px 46px;
}
.client_review--text {
  font-size: 14px;
  line-height: 21px;
  color: #969696;
  padding: 0;
}
.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 {
  font-size: 16px;
  display: block;
  padding: 16px 0 0;
}
.client_review--client span {
  display: block;
  font-size: 14px;
  color: #969696;
  padding: 9px 0 0;
}
@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: #59bcdb;
}
.link:after {
  content: '\f14c';
  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;
}
.additional_help {
  position: relative;
}
.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 0 30px;
  vertical-align: top;
  width: 50%;
}
.additional_help--item_card_title {
  font-size: 20px;
  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;
}
.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 a img {
  width: 100%;
  vertical-align: top;
}
.additional_help--item_gallery figure {
  overflow: hidden;
  border-radius: 3px;
  margin: 28px 0 0;
}
.additional_help--item_gallery figure img {
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.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;
  }
  .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;
  }
  .additional_help--item_card_text p {
    padding: 12px 0 0;
  }
  .additional_help--item_card_title {
    font-size: 18px;
    line-height: 26px;
  }
}
@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 {
  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%;
  transform: translate(-50%, -50%);
}
.button_play [class*=icons8] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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;
}
.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-position: top center;
  background-repeat:no-repeat;
  background-size: cover;
  height: 587px;
}
.slide_block .container {
  position: relative;
  height: 587px;
}
.slide_block--body {
  max-width: 605px;
  padding: 39px 120px 40px 39px;
  background: rgba(10,86,138,0.85);
  border-radius: 3px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
}
.slide_block--title {
  font-size: 45px;
  font-weight: 300;
  color: #fff;
}
.slide_block--text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding: 23px 0 35px;
  color: #fff;
}
.slide_block--icon {
  font-size: 48px;
  position: absolute;
  background: #5cc67b;
  border-radius: 3px 0 0 3px;
  width: 75px;
  text-align: center;
  padding: 10px 0;
  right: -5px;
  top: 30px;
  color: #fff;
}
.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: #3e8754 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;
    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;
  }
}
@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;
    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%;
  }
}
@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("/wp-content/themes/mortago/assets/images/content/slide_fancy/slide_fancy_bg.jpg") top center no-repeat;
  background-size: cover;
  height: 587px;
  overflow: hidden;
}
.slide_fancy.-backgroundless {
	background: none;
}
.slide_fancy .container {
  position: relative;
  height: 587px;
}
.slide_fancy:before {
  width: 70%;
  height: 100%;
  background: rgba(71,77,122,0.9);
  content: '';
  display: block;
  position: absolute;
  transform: skewX(-25deg);
  top: 0;
  left: -11%;
}
.slide_fancy--body {
  max-width: 605px;
  padding: 0px 100px 0px 0;
  position: absolute;
  left: 15px;
  top: 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;
    transform: none;
    top: 0;
    left: 0;
  }
  .slide_fancy--body {
    width: 80%;
    padding: 0;
    left: 50%;
    top: 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;
    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 #34c1e4;
  border-radius: 3px;
  font-size: 14px;
  position: relative;
  padding: 4px 10px 4px 32px;
  color: #34c1e4;
}
.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;
  }
}
.contact_form [class*=col-] {
  margin: 20px 0 0 0;
}
.contact_form--submit {
  text-align: right;
}
.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;
}
.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: '\f105';
  font-size: 22px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #c0c0c0;
}
.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;
}
.contact_form.-on_dark .contact_form--files_list {
  color: #fff;
  padding: 18px 0 0 25px;
}
.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 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}
.clients .slick-slider .slick-list {
  margin: -10px -15px;
  margin: 0;
}
.clients .slick-slider .slick-track {
  padding: 10px 0;
}
.clients .slick-slider .slick-dots {
  margin: 80px 0 -20px;
}
.clients--slide {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .clients .slick-slider .slick-dots {
    margin: 40px 0 0;
  }
}
.client {
  position: relative;
  text-align: center;
  border-radius: 3px;
  height: 340px;
  cursor: pointer;
	background-image: url('/wp-content/themes/mortago/assets/images/content/clients/001.jpg')
}
.client:hover .client--info {
  display: none;
}
.client:hover .client--quote {
  display: block;
}
.client--wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: rgba(0,0,0,0.4);
  padding: 80px 0 0;
}
.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;
  color: #fff;
  display: block;
}
.client--job {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  display: block;
  padding: 13px 0 0;
}
.client--location {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  display: block;
  padding: 13px 0 0;
}
.client--quote {
  font-size: 16px;
  line-height: 23px;
  margin: 0 25px;
  color: #fff;
  display: none;
  position: relative;
}
.client--quote:before {
  display: block;
  position: absolute;
  content: '"';
  color: #fff;
}
.client--quote:after {
  display: block;
  position: absolute;
  content: '"';
  color: #fff;
  bottom: 0;
  right: 0;
}
.case_study {
  position: relative;
  margin: -49px 0 0;
}
.case_study--media {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  margin: 49px 0 0;
}
.case_study--media img {
  vertical-align: top;
  width: 100%;
}
.case_study--section {
  margin: 50px 0 0;
}
.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: #59bcdb;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 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;
  padding: 4px 0 0;
}
.case_study--text {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
}
.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;
}
.case_study--text ul li:before {
  display: block;
  content: '\f14c';
  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: #59bcdb;
  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;
  }
}
.cta_banner {
  position: relative;
  background: url("/wp-content/themes/mortago/assets/images/design/patterns/pattern-dark.png");
}
.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: #6975a6;
  color: #fff;
  font-size: 36px;
  border-radius: 0 3px 3px 0;
}
.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 #485173 transparent transparent;
  bottom: -5px;
  left: 0;
}
.services_info--item_title {
  font-size: 28px;
  text-transform: uppercase;
}
.services_info--item_text {
  font-size: 16px;
  line-height: 26px;
  color: #969696;
  padding: 17px 0 20px;
  position: relative;
}
.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%;
    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%;
    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;
}
@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--icon {
  color: #59bcdb;
  font-size: 74px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 42px;
}
.careers_article .icons8-carrot {
  margin: 0 0 0 -3px;
}
.careers_article--title {
  font-size: 20px;
}
.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;
  }
}
.vacancies {
  position: relative;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}
.vacancies--item {
  border-top: 1px solid #e9e9e9;
}
.vacancies--item:first-child {
  border-top: none;
}
.vacancies--item:nth-child(5n+1) .vacancies--item_title:before {
  color: #34c1e4;
}
.vacancies--item:nth-child(5n+1) .vacancies--item_content a {
  color: #34c1e4;
}
.vacancies--item:nth-child(5n+2) .vacancies--item_title:before {
  background: #ffbf57;
}
.vacancies--item:nth-child(5n+2) .vacancies--item_content a {
  color: #ffbf57;
}
.vacancies--item:nth-child(5n+3) .vacancies--item_title:before {
  background: #6975a6;
}
.vacancies--item:nth-child(5n+3) .vacancies--item_content a {
  color: #6975a6;
}
.vacancies--item:nth-child(5n+4) .vacancies--item_title:before {
  background: #ed5151;
}
.vacancies--item:nth-child(5n+4) .vacancies--item_content a {
  color: #ed5151;
}
.vacancies--item:nth-child(5n+5) .vacancies--item_title:before {
  background: #ab938a;
}
.vacancies--item:nth-child(5n+5) .vacancies--item_content a {
  color: #ab938a;
}
.vacancies--item.-opened .vacancies--item_title:after {
  content: '-';
  font-size: 36px;
  right: 27px;
}
.vacancies--item.-opened .vacancies--item_content {
  display: block;
}
.vacancies--item.-opened:nth-child(5n+1) .vacancies--item_title {
  color: #34c1e4;
}
.vacancies--item.-opened:nth-child(5n+1) .vacancies--item_title:after {
  color: #34c1e4;
}
.vacancies--item.-opened:nth-child(5n+2) .vacancies--item_title {
  color: #ffbf57;
}
.vacancies--item.-opened:nth-child(5n+2) .vacancies--item_title:after {
  color: #ffbf57;
}
.vacancies--item.-opened:nth-child(5n+3) .vacancies--item_title {
  color: #6975a6;
}
.vacancies--item.-opened:nth-child(5n+3) .vacancies--item_title:after {
  color: #6975a6;
}
.vacancies--item.-opened:nth-child(5n+4) .vacancies--item_title {
  color: #ed5151;
}
.vacancies--item.-opened:nth-child(5n+4) .vacancies--item_title:after {
  color: #ed5151;
}
.vacancies--item.-opened:nth-child(5n+5) .vacancies--item_title {
  color: #ab938a;
}
.vacancies--item.-opened:nth-child(5n+5) .vacancies--item_title:after {
  color: #ab938a;
}
.vacancies--item_title {
  font-size: 16px;
  cursor: pointer;
  padding: 26px 30px;
  position: relative;
}
.vacancies--item_title:after {
  content: '+';
  display: block;
  position: absolute;
  font-size: 28px;
  color: #c3c3c3;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}
.vacancies--item_title:before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 36px;
  background: #34c1e4;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.vacancies--item_title:before:nth-child(2):before {
  background: #34c1e4;
}
.vacancies--item_content {
  position: relative;
  background: #fcfcfc;
  padding: 35px 60px 22px 30px;
  border-top: 1px solid #e9e9e9;
  display: none;
}
.vacancies--item_content a:hover {
  text-decoration: underline;
}
.vacancies--item_content h5 {
  font-size: 16px;
  margin: 30px 0 20px;
}
.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%;
  transform: translate(0, -50%);
}
.vacancies--item_content p {
  font-size: 14px;
  line-height: 21px;
  color: #969696;
  margin: 17px 0;
}
@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 57px !important;
  position: relative;
}
.widget_solutions li a:hover {
  text-decoration: none !important;
  color: #59bcdb;
}
.widget_solutions li a [class*=icons] {
  font-size: 27px;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  color: #59bcdb;
  margin: -4px 0 0;
}
.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;
  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%;
}
.widget_testimonial--author_name {
  display: block;
  font-size: 16px;
  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: 28px;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #59bcdb;
}
.widget_twitter--tweet_text {
  font-size: 14px;
  line-height: 21px;
  color: #969696;
}
.widget_twitter--tweet_text a {
  color: #59bcdb;
}
.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: #59bcdb;
}
.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.-pdf {
  padding: 10px 0 0 43px;
  height: 36px;
}
.link_download.-pdf:before {
  display: block;
  content: '\f142';
  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: '\f120';
  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;
}
.service_description {
  position: relative;
}
.service_description--title {
  font-size: 36px;
}
.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;
}
.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;
  }
}
.faq {
  position: relative;
}
.faq--title {
  font-size: 36px;
}
.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: #59bcdb;
}
.faq--item.-opened .faq--item_title:before {
  transform: rotate(90deg);
  top: 0px;
  left: 1px;
}
.faq--item.-opened .faq--item_content {
  display: block;
}
.faq--item_title {
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
  padding: 0 0 0 32px;
  position: relative;
}
.faq--item_title:before {
  position: absolute;
  display: block;
  content: '\f116';
  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: #59bcdb;
  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;
  color: #969696;
}
@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;
}
.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;
  }
}
@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: #59bcdb;
}
.map--opener span {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 0 15px 0 0;
  color: #fff;
}
.map--opener span:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3px 0 3px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
}
.map--opener:hover {
  background-color: #40b2d6;
}
.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--icon {
  position: absolute;
  font-size: 72px;
  color: #6975a6;
  top: 0;
  left: 0;
}
.contact_item .icons8-message {
  font-size: 74px;
}
.contact_item--title {
  font-size: 20px;
}
.contact_item--text {
  font-size: 16px;
  line-height: 23px;
  color: #969696;
  margin: 15px 0 0;
}
.contact_item--text strong {
  color: #262626;
}
@media (max-width: 1200px) {
  .contact_item {
    padding: 0 0 0 90px;
  }
  .contact_item--icon {
    position: absolute;
    font-size: 66px;
    color: #6975a6;
    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--icon {
    left: 50%;
    font-size: 60px;
    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;
  }
}
.pricing_plan {
  border: 1px solid #e9e9e9;
  background: #fafafa;
  border-radius: 3px;
}
.pricing_plan--label {
  display: inline-block;
  line-height: 1;
  margin: -11px 0 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  padding: 5px 10px 4px;
}
.pricing_plan--label.-popular {
  background: #ed5151;
  color: #fff;
}
.pricing_plan--header {
  text-align: center;
  padding: 36px 0;
  height: 154px;
}
.pricing_plan--title {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
.pricing_plan--title b {
  font-weight: 500;
}
.pricing_plan--price {
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: rgba(38,38,38,0.6);
  margin: 24px 0 0;
}
.pricing_plan--price small {
  font-size: 30px;
}
.pricing_plan--options {
  border-top: 1px solid #e9e9e9;
}
.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;
  padding: 40px 45px;
}
.pricing_plan.-popular {
  background: #fff;
}
.pricing_plan.-popular .pricing_plan--header {
  height: 200px;
}
.pricing_plan.-popular .pricing_plan--price {
  color: #262626;
}
@media (max-width: 1200px) {
  .pricing_plan--title {
    font-size: 16px;
  }
  .pricing_plan--header {
    padding: 25px 0;
    height: 111px;
  }
  .pricing_plan--price {
    font-size: 35px;
    margin: 16px 0 0;
  }
  .pricing_plan--price small {
    font-size: 25px;
  }
  .pricing_plan.-popular .pricing_plan--header {
    height: 156px;
  }
}
@media (max-width: 769px) {
  .pricing_plan--header {
    padding: 20px 0;
    height: 98px;
  }
  .pricing_plan--label {
    margin-bottom: 20px;
  }
  .pricing_plan--price {
    font-size: 26px;
    margin: 15px 0 0;
  }
  .pricing_plan--price small {
    font-size: 20px;
  }
  .pricing_plan.-popular .pricing_plan--header {
    height: 137px;
  }
}
@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;
  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: 60px 0 0;
  }
}
.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: #59bcdb;
  border-radius: 100px;
  font-size: 30px;
}
.support_chat--opener.-active {
  background: #59bcdb;
  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;
  }
}

.msg {
	display: none;
	padding: 8px;
	clear: both;
	float: none;
	margin-top: 30px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

.color_violet {
	color: #7c6aa6;
}

.color_picton_blue {
	color: #34C1E4;
}

.color_wild_blue {
	color: #808ab4;
}

.color_waikawa {
	color: #6975A6;
}
.color_white {
	color: #fff;
}
.color_venice_blue {
	color: #0B66A2;
}
.color_viking {
	color: #59bcdb;
}
 .header-links-mobile {
    display:none;
}
@media all and (max-width:767px) {
    .header--logo img {
    max-width: 150px;
    margin-top: 6px;
    float: left;
    margin-left: 40px;
}
}


@media all and (min-width:420px) and (max-width:566px) {
    
 .header-links-mobile {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    float:right;
}
.header-links-mobile > a {
    font-size:22pt;
    padding:0 1px 0 5px;
}   
}

@media all and (min-width:567px) and (max-width:991px) {
    
 .header-links-mobile {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    float:right;
}
.header-links-mobile > a {
    font-size:22pt;
    padding:0 5px 0 5px;
}   
}
ul.local {
    list-style:none !important;
}

footer a {
    color:#fff;
}

@media all and (max-width:480px) {
    .page_header {
        max-height:185px;
    }
}
@media all and (min-width:481px) and (max-width:767px) {
    .page_header {
        max-height:325px;
    }
}
@media all and (max-width:420px) {
    .apply-micro {
        display:block;
        text-align:right;
    }
    .apply-micro .button.-large{
            font-size: 11px;
    padding: 16px 12px;
    }
}
@media all and (min-width:421px) {
    .apply-micro {
        display:none;
    }
}
.brands img {
    max-height:70px;
    display:inline-block;
}
.brands {
    margin-top:20px;
    margin-bottom:20px;
    margin:auto;
    text-align:center;
}
.brands li {
    display:inline-block;
    padding:10px 40px;
}

.-yellow {
    background: #eae456;
}

.cta {
    background-image: url(/wp-content/themes/mortago/assets/images/design/cta-background.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    min-height:150px;
    width:100%;
    display:block;
    background-position:50% 50%;
}

.cta h2 {
    font-size:24pt;
    font-weight:300;
    padding-top:5px;
}
.text-center {
    text-align: center;
}

@media all and (max-width:992px) {
    .slide_block {
          background-position: 50% !important;
    background-size: cover !important;  
    }
    .slide_block--body {
       background:rgba(10,86,138,0.35) !important; 
    }
}

ul.sitemap li {
    display: inline-block;
    width: 33%;
    min-width: 300px;
}



/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV0ewJER.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVQewJER.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVwewJER.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVMewJER.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVIewJER.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWSwewJER.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWT4ewJER.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV8ewJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewJER.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWVAewA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV0ewJER.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVQewJER.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVwewJER.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVMewJER.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVIewJER.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWSwewJER.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWT4ewJER.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV8ewJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewJER.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAewA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV0ewJER.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVQewJER.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVwewJER.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVMewJER.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVIewJER.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWSwewJER.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWT4ewJER.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV8ewJER.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewJER.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWVAewA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4taVIGxA.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4kaVIGxA.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4saVIGxA.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4jaVIGxA.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* hebrew */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4iaVIGxA.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* math */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x5caVIGxA.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x5OaVIGxA.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4vaVIGxA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVIGxA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4gaVI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
