@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Roboto:400,500,700&subset=hebrew");
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;
  vertical-align: baseline;
}

body, html {
  height: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  * {
    -webkit-text-size-adjust: none;
  }
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

@font-face {
  font-family: "Narkis Tam";
  src: url("../fonts/narkistam-medium-webfont.woff2") format("woff2"), url("../fonts/narkistam-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Narkis Tam";
  src: url("../fonts/NarkisTam-Light.woff2") format("woff2"), url("../fonts/NarkisTam-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Narkis Tam";
  src: url("../fonts/narkistam-bold-webfont.woff2") format("woff2"), url("../fonts/narkistam-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansHebrew-Regular.woff2") format("woff2"), url("../fonts/OpenSansHebrew-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansHebrew-Light.woff2") format("woff2"), url("../fonts/OpenSansHebrew-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSansHebrew-Bold.woff2") format("woff2"), url("../fonts/OpenSansHebrew-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'mofet_font';
  src: url("../fonts/mofet_fonts/mofet.eot");
  src: url("../fonts/mofet_fonts/mofet.eot??#iefix") format("embedded-opentype"), url("../fonts/mofet_fonts/mofet.woff2") format("woff2"), url("../fonts/mofet_fonts/mofet.woff") format("woff"), url("../fonts/mofet_fonts/mofet.ttf") format("truetype"), url("../fonts/mofet_fonts/mofet.svg#mofet_font") format("svg");
  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.33333em;
  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.28571em;
  text-align: center;
}

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

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

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

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

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

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

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

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

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

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

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

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

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

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

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

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

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

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

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

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

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

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

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "";
}

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

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

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-crop:before {
  content: "";
}

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

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

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

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

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

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

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

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

.fa-bullseye:before {
  content: "";
}

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

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

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

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

.fa-ticket:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "";
}

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

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

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

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

.fa-gbp:before {
  content: "";
}

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

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

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

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

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

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

.fa-file:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

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

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

.fa-dropbox:before {
  content: "";
}

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

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

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

.fa-tumblr:before {
  content: "";
}

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

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

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

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

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

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "";
}

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

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

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

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

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

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

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

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

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

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

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

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

.fa-recycle:before {
  content: "";
}

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

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

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

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

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

.fa-git:before {
  content: "";
}

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

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

.fa-qq:before {
  content: "";
}

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

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

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

.fa-history:before {
  content: "";
}

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

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

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

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

.fa-bomb:before {
  content: "";
}

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

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

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

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

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

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

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

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

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

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

.fa-motorcycle:before {
  content: "";
}

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

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

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

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

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

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

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

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

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

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

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

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

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

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

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

.fa-contao:before {
  content: "";
}

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

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

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

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

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

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

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

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

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

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

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

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

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

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book:before {
  content: "";
}

.icon-brain:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-doc:before {
  content: "";
}

.icon-family:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-teacher:before {
  content: "";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

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

[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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 45px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 45px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -13px;
}

.hamburger-inner::after {
  bottom: -13px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 13px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 26px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 13px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-6.42857px, -9px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -26px, 0) rotate(-90deg);
}

body {
  font: 19px/1.26316 "Heebo", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  color: #3a3a3a;
}

select, input, textarea, button {
  font: 99% "Heebo", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

a {
  text-decoration: underline;
  color: #ffae00;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl, address, table {
  margin-bottom: 1em;
}

.menu {
  margin: 0;
  list-style: none;
}

h6 {
  font-size: 100%;
}

h5 {
  font-size: 115%;
}

h4 {
  font-size: 125%;
}

h3 {
  font-size: 150%;
}

h2 {
  font-size: 175%;
}

h1 {
  font-size: 200%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

html {
  height: 100%;
  min-width: 320px;
}

body {
  width: 100%;
  height: 100%;
}

[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  transition: transform 0.3s;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.inputbox, .form-control {
  padding: 4px 15px;
  background: #fff;
  border: 1px solid #969696;
  height: 32px;
  line-height: 22px;
  font-size: 19px;
  color: #969696;
  box-sizing: border-box;
  font-weight: 300;
}

.inputbox.placeholder, .form-control.placeholder {
  opacity: 1;
}

.inputbox:-moz-placeholder, .form-control:-moz-placeholder {
  opacity: 1;
}

.inputbox::-moz-placeholder, .form-control::-moz-placeholder {
  opacity: 1;
}

.inputbox:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  opacity: 1;
}

.inputbox::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  opacity: 1;
}

.inputbox.error, .form-control.error {
  color: red;
  border-color: red;
}

select.inputbox {
  padding: 0 0 0 15px;
  height: 32px;
}

textarea.inputbox, textarea.form-control {
  height: auto;
}

.button, .btn {
  display: inline-block;
  border: none;
  text-decoration: none;
  text-align: center;
  background: #ffae00;
  color: #fff;
  padding: 4px 15px;
  height: auto;
  line-height: 27px;
  font-size: 19px;
  font-weight: 300;
  box-sizing: border-box;
  transition: background-color 0.3s;
}

.button:hover, .btn:hover {
  background: #e69d00;
}

.form_list {
  margin: 0;
  list-style: none;
}

.form_list li {
  margin-bottom: 10px;
}

.header .container {
  padding-left: 101px;
  padding-right: 37px;
}

[dir="rtl"] .header .container {
  padding-left: 37px;
  padding-right: 101px;
}

.header-top {
  background: #e8e8e8;
  font-size: 19px;
  line-height: 42px;
  color: #3a3a3a;
}

.header-top a {
  color: #3a3a3a;
  text-decoration: none;
}

.header-top a:hover {
  text-decoration: underline;
}

.header-top .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header-nav {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.header-nav li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}

.header-bot {
  padding: 14px 0 17px;
  background: #40444a;
}

.header-bot .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header-bot .accessibility {
  text-decoration: none;
  position: absolute;
  top: -36px;
  left: 16px;
  width: 47px;
  height: 47px;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.32);
  border: 1px solid #ffffff;
  background-color: #57e1dc;
  border-radius: 50%;
  color: #000000;
  font-size: 27px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

[dir="rtl"] .header-bot .accessibility {
  left: auto;
  right: 16px;
}

.header-bot .hamburger {
  display: none;
}

.header-logo {
  display: block;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.header-logo-add {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: right;
  white-space: nowrap;
}

[dir="rtl"] .header-logo-add {
  text-align: left;
}

.header-logo-add img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

[dir="rtl"] .header-logo-add img {
  margin-left: 0;
  margin-right: 18px;
}

.main-slider {
  position: relative;
}

.main-slider .slide {
  min-height: 365px;
  background-size: cover;
  background-position: 50% 50%;
}

.main-slider .slide-text {
  text-align: center;
  width: 420px;
  font-size: 52px;
  font-weight: 500;
  line-height: 0.92;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.53px;
  margin: 0 30px 0 auto;
  min-height: 365px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.main-slider .slide-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 9px;
  background: repeating-linear-gradient(90deg, #ec3942, #ec3942 14.286%, #949e01 14.286%, #949e01 28.572%, #27a7f0 28.572%, #27a7f0 42.858%, #ef15e2 42.858%, #ef15e2 57.144%, #ef7410 57.144%, #ef7410 71.43%, #8846f5 71.43%, #8846f5 85.716%, #01b45d 85.716%, #01b45d 100%);
}

[dir="rtl"] .main-slider .slide-text {
  margin: 0 auto 0 30px;
}

.main-slider .slick-dots {
  position: absolute;
  left: 50%;
  margin: 0;
  bottom: 93px;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.main-slider .slick-dots li {
  margin: 0 5px;
}

.main-slider .slick-dots button {
  background: #afb1b4;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #afb1b4;
  box-sizing: border-box;
  font-size: 1px;
  color: #afb1b4;
}

.main-slider .slick-dots .slick-active button {
  background: #40444a;
  color: #40444a;
}

.main-slider .search-form {
  position: absolute;
  top: 151px;
  right: 0;
  width: 100%;
}

.main-slider .search-form .container {
  height: 0;
  overflow: visible;
  padding-left: 105px;
}

[dir="rtl"] .main-slider .search-form .container {
  padding-left: 15px;
  padding-right: 105px;
}

.main-slider .search-form .form-container {
  margin-right: 480px;
}

[dir="rtl"] .main-slider .search-form .form-container {
  margin-right: 0;
  margin-left: 480px;
}

.main-slider .search-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 11px;
  max-width: 668px;
}

.main-slider .search-form .inputbox {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 49px;
  background-color: #ffffff;
  border: none;
  padding: 10px 19px;
  line-height: 29px;
  font-size: 21px;
  font-weight: 300;
  color: #969696;
  margin-right: 13px;
  box-sizing: border-box;
}

[dir="rtl"] .main-slider .search-form .inputbox {
  margin-right: 0;
  margin-left: 13px;
}

.main-slider .search-form .button {
  width: 151px;
  height: 49px;
  background-color: #ffae00;
  color: #3a3a3a;
  font-size: 21px;
  font-weight: 300;
  box-sizing: border-box;
  padding: 0;
  -ms-flex: 0 0 151px;
      flex: 0 0 151px;
}

.main-slider .search-form .button:hover {
  background-color: #e69d00;
}

.main-slider .search-form .adv-search {
  color: #ffffff;
  font-size: 21px;
  font-weight: 300;
  margin: 0 17px;
  display: inline-block;
  line-height: 1;
}

.content-wrap {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.content-wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 0;
  width: 100%;
}

.main-content {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-order: 1;
      order: 1;
  padding-top: 26px;
  padding-bottom: 35px;
}

.sidebar {
  -ms-flex: 0 0 264px;
      flex: 0 0 264px;
  background: #e8e8e8;
  box-sizing: border-box;
  margin-right: 42px;
  padding-bottom: 30px;
}

[dir="rtl"] .sidebar {
  margin-right: 0;
  margin-left: 42px;
}

.sidebar .sidebar-header-nav {
  display: none;
}

.sidebar-menu {
  margin-bottom: 38px;
}

.sidebar-menu li {
  border-bottom: 3px solid #fff;
}

.sidebar-menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 66px;
  box-sizing: border-box;
  padding: 5px 20px 5px 51px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  color: #3a3a3a;
  text-decoration: none;
  position: relative;
  background-color: #e8e8e8;
  transition: background-color 0.3s;
}

.sidebar-menu a i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 51px;
  transform: translateY(-50%);
  text-align: center;
}

[dir="rtl"] .sidebar-menu a i {
  left: auto;
  right: 0;
}

.sidebar-menu a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
}

[dir="rtl"] .sidebar-menu a:before {
  right: auto;
  left: 0;
}

[dir="rtl"] .sidebar-menu a {
  padding: 5px 51px 5px 20px;
}

.sidebar-menu a:hover {
  background-color: #dbdbdb;
}

.sidebar-menu i {
  font-size: 27px;
}

.sidebar-menu .icon-family {
  font-size: 30px;
}

.sidebar-menu .icon-book {
  font-size: 25px;
}

.sidebar-menu .icon-teacher {
  font-size: 23px;
}

.sidebar-menu .icon-laptop {
  font-size: 21px;
}

.sidebar-menu .icon-calendar {
  font-size: 24px;
}

.last-search {
  padding: 0 25px;
  text-align: center;
}

.last-search .button {
  display: block;
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 300;
  background-color: #ffae00;
  padding: 5px;
  line-height: 23px;
  margin-bottom: 10px;
  text-decoration: none;
}

.last-search .button:hover {
  background-color: #e69d00;
}

.last-search .search-count {
  font-size: 16px;
  font-weight: 300;
}

.page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-right: 31px;
}

.page-content.main-page {
  padding-right: 37px;
}

.page-content.main-page .content-sidebar {
  -ms-flex: 1 0 421px;
      flex: 1 0 421px;
  margin-left: 40px;
}

[dir="rtl"] .page-content {
  padding-right: 0;
  padding-left: 31px;
}

[dir="rtl"] .page-content .content-sidebar {
  margin-left: 0;
  margin-right: 40px;
}

[dir="rtl"] .page-content.main-page {
  padding-left: 37px;
}

.page-content .content-main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.page-content .content-sidebar {
  -ms-flex: 1 0 374px;
      flex: 1 0 374px;
  margin-left: 30px;
}

[dir="rtl"] .page-content .content-sidebar {
  margin-left: 0;
  margin-right: 30px;
}

.widget-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  background-color: #ffffff;
  margin-bottom: 27px;
  padding: 10px;
}

.subscribe-title {
  text-align: center;
  color: #37BAB5;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}

.subscribe-descr {
  text-align: center;
  color: #3a3a3a;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.subscribe-form .inputbox {
  display: block;
  max-width: 268px;
  width: 100%;
  height: 32px;
  border: 1px solid #969696;
  background-color: #ffffff;
  margin: 0 auto 17px;
  text-align: center;
}

.subscribe-form .buttons {
  max-width: 268px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.subscribe-form .buttons.jus {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.subscribe-form .button {
  background-color: #37BAB5;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 21px;
}

.subscribe-form .button:hover {
  background-color: #31a6a2;
}

.subscribe-form a {
  color: #27a7f0;
  text-decoration: none;
}

.subscribe-form a:hover {
  text-decoration: underline;
}

.video-title {
  text-align: center;
  color: #37BAB5;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 10px;
}

.video-link {
  display: block;
  position: relative;
  text-decoration: none;
}

.video-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 64px;
  color: rgba(255, 255, 255, 0.8);
  z-index: 1;
  transition: color 0.3s;
}

.video-link:hover:before {
  color: white;
}

.video-link img {
  display: block;
}

.video-link .video-descr {
  position: absolute;
  padding: 15px 23px;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #3a3a3a;
  font: 700 19px/23px "Heebo", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

.archive-page .video-wiget {
  margin: -10px;
}

.archive-page .video-img {
  border-radius: 7px;
  overflow: hidden;
}

.archive-page .video-link:before {
  margin-top: -28px;
}

.archive-page .subscribe-form .inputbox {
  max-width: 268px;
}

.archive-page .subscribe-form .buttons {
  -ms-flex-pack: center;
      justify-content: center;
}

.heading {
  color: #ffae00;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 21px;
}

.heading span {
  font-size: 24px;
}

.blog-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-list > li + li {
  margin-top: 25px;
}

.blog-item-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
}

.blog-item-title a {
  text-decoration: none;
}

.blog-item-inrotext {
  color: #3a3a3a;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}

.blog-item-inrotext > *:last-child {
  margin-bottom: 0;
}

.blog-item-more {
  color: #27a7f0;
  font-size: 21px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
  text-decoration: none;
}

.blog-item-more:hover {
  text-decoration: underline;
}

.breadcrumbs {
  margin-bottom: 11px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs a {
  text-decoration: none;
  color: #3a3a3a;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.page-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  background-color: #fff;
  padding: 25px 42px;
}

.page-box p {
  margin-bottom: 0;
}

.page-box h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffae00;
  margin: 1em 0 1.2em;
}

.team-wrap {
  margin-top: 30px;
}

.team-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.team-list > li {
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 42px;
}

.team-item-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.team-item-title {
  color: #ffae00;
  font-weight: 500;
  display: block;
}

.team-tem-descr {
  display: block;
}

.team-item-img {
  width: 94px;
  height: 94px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex: 0 0 94px;
      flex: 0 0 94px;
  margin-right: 19px;
}

[dir="rtl"] .team-item-img {
  margin-right: 0;
  margin-left: 19px;
}

.team-item-img img {
  display: block;
}

.advSearch-form {
  margin-top: 50px;
}

.advSearch-form .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 -24px;
}

.advSearch-form fieldset {
  display: block;
  padding: 0 24px;
  box-sizing: border-box;
}

.advSearch-form .inputbox {
  width: 100%;
  margin-bottom: 10px;
}

.advSearch-form .fieldset-title {
  text-align: center;
  color: #ffae00;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 20px;
}

.advSearch-form .fieldset_1 {
  -ms-flex: 0 0 25.5%;
      flex: 0 0 25.5%;
  width: 25.5%;
}

.advSearch-form .fieldset_1 .inputbox {
  margin-bottom: 7px;
}

.advSearch-form .fieldset_2 {
  -ms-flex: 0 0 24.3%;
      flex: 0 0 24.3%;
  width: 24.3%;
  padding-left: 0;
}

.advSearch-form .fieldset_3 {
  -ms-flex: 0 0 18.8%;
      flex: 0 0 18.8%;
  width: 18.8%;
}

.advSearch-form .fieldset_4 {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%;
  width: 15%;
  padding-left: 0;
}

.advSearch-form .fieldset_5 {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%;
  width: 15%;
  padding-left: 0;
}

.advSearch-form .fieldset_5 .form-group {
  margin-bottom: 28px;
}

.advSearch-form .form-radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 19px;
  margin-left: 19px;
}

.advSearch-form .form-radio .form-check-input {
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.advSearch-form .form-group {
  margin-bottom: 17px;
  position: relative;
}

.advSearch-form .add-form-group {
  width: 52px;
  height: 52px;
  background-color: #ffae00;
  border-radius: 50%;
  border: none;
  color: #3a3a3a;
  font-size: 35px;
  font-weight: 300;
}

.advSearch-form .add-form-group:hover {
  background-color: #e69d00;
}

.advSearch-form .form-group-copy {
  position: relative;
}

.advSearch-form .form-group-copy .delete {
  background: none;
  border: none;
  color: #ffae00;
  padding: 4px 9px;
  font-size: 21px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
}

.advSearch-form .form_list li {
  margin-bottom: 14px;
}

.advSearch-form .form-text {
  display: block;
  margin: 10px 7px 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
}

.advSearch-form .form-text strong, .advSearch-form .form-text b {
  font-weight: 500;
}

.advSearch-form .form-control {
  display: block;
  width: 100%;
}

.advSearch-form .buttons {
  margin-top: 50px;
  text-align: left;
  line-height: 0;
}

.advSearch-form .buttons .button {
  width: 151px;
  height: 49px;
  font-size: 21px;
  font-weight: 300;
  background-color: #ffae00;
  margin-right: 10px;
  color: #3a3a3a;
}

.advSearch-form .buttons .button:hover {
  background-color: #e69d00;
}

.advSearch-form .buttons .button[type="reset"] {
  background: #e8e8e8;
}

.advSearch-form .buttons .button[type="reset"]:hover {
  background-color: #dbdbdb;
}

.archive-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  font-size: 19px;
  font-weight: 300;
  line-height: 21.34 / 19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.archive-list > li {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.archive-wrapp {
  position: relative;
}

.archive-wrapp:after {
  content: '';
  display: table;
  clear: both;
}

.archive-legend {
  float: left;
}

.archive-legend a {
  color: #3a3a3a;
  text-decoration: none;
}

.archive-legend .fa {
  color: #ec3942;
  font-size: 21px;
  margin-left: 9px;
}

.archive-counter {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 20px;
  overflow: hidden;
}

.archive-counter strong {
  color: #ffae00;
  font-family: "Roboto";
  font-weight: 700;
}

.archive-descr {
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.archive-year {
  color: #ffae00;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
}

.archive-year-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive-year-list a {
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: 300;
  color: #3a3a3a;
  text-decoration: none;
}

.archive-year-list a:hover {
  text-decoration: underline;
}

.archive-year-list a .fa {
  position: absolute;
  color: #ec3942;
  font-size: 21px;
  top: 0;
  right: -21px;
}

.faq-title {
  color: #ffae00;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
}

.faq-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 19px;
  line-height: 1;
  font-weight: 300;
  color: #3a3a3a;
}

.faq-list dt {
  padding-left: 24px;
  position: relative;
  font-weight: 700;
}

.faq-list dt:before {
  content: "\f128";
  font: normal normal normal 21px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffae00;
}

[dir="rtl"] .faq-list dt:before {
  left: auto;
  right: 0;
}

[dir="rtl"] .faq-list dt {
  padding-left: 0;
  padding-right: 24px;
}

.faq-list dd {
  padding-left: 24px;
  margin-bottom: 13px;
}

[dir="rtl"] .faq-list dd {
  padding-left: 0;
  padding-right: 24px;
}

.category-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 38px;
  margin-top: 6px;
  -ms-flex-align: end;
      align-items: flex-end;
}

.category-header .heading {
  margin-bottom: 0;
  line-height: 1;
}

.category-header .heading .category-title span {
  font-size: 19px;
  font-weight: 700;
}

.category-header .heading .category-title i {
  font-size: 27px;
  margin: 0 13px;
}

.category-header .heading .category-title .search-title {
  font-size: 19px;
  font-weight: 300;
  color: #3a3a3a;
  margin-left: 15px;
}

[dir="rtl"] .category-header .heading .category-title .search-title {
  margin-left: 0;
  margin-right: 15px;
}

.category-header .heading .subcategory {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.category-header .heading .subcategory strong {
  font-size: 19px;
  font-weight: 700;
  color: #3a3a3a;
  margin: 0 13px;
}

.category-header .category-settings {
  font-size: 19px;
  font-weight: 300;
}

.category-header .category-settings a {
  color: #27a7f0;
}

.category-sort {
  font-size: 15px;
  font-weight: 300;
}

.category-sort-label {
  margin-bottom: 14px;
}

.category-sort-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-sort-radio li + li {
  margin-left: 20px;
}

[dir="rtl"] .category-sort-radio li + li {
  margin-left: 0;
  margin-right: 20px;
}

.category-sort-radio input[type="radio"] {
  width: 20px;
  height: 20px;
  font-size: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

[dir="rtl"] .category-sort-radio input[type="radio"] {
  margin: 0 0 0 5px;
}

.pagination {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
}

.pagination span {
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #ffae00;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
}

.pagination a {
  display: inline-block;
  width: 39px;
  text-align: center;
  color: #000;
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination li {
  margin: 0 2px;
}

.pagination .prev a, .pagination .next a, .pagination .first a, .pagination .last a {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e8e8e8;
  font-size: 16px;
  line-height: 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagination .prev a:hover, .pagination .next a:hover, .pagination .first a:hover, .pagination .last a:hover {
  text-decoration: none;
  background: #dbdbdb;
}

.pagination .first, .pagination .last {
  margin: 0 10px;
}

[dir="rtl"] .pagination .fa-angle-left:before {
  content: '\f105';
}

[dir="rtl"] .pagination .fa-angle-right:before {
  content: '\f104';
}

[dir="rtl"] .pagination .fa-angle-double-left:before {
  content: '\f101';
}

[dir="rtl"] .pagination .fa-angle-double-right:before {
  content: '\f100';
}

.category-paging {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

.category-paging .pagination {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  margin-bottom: 0;
}

.category-total {
  font-size: 19px;
  font-weight: 300;
}

.category-total strong, .category-total b {
  color: #ffae00;
  font-size: 26px;
  font-weight: 500;
}

.category-page {
  color: #000;
  font-size: 19px;
  font-weight: 300;
  -ms-flex-order: 2;
      order: 2;
}

.category-page span {
  font-size: 24px;
}

.category-list {
  margin: 0 -14px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.category-list > li {
  width: 50%;
  box-sizing: border-box;
  padding: 0 14px;
  margin-bottom: 34px;
  display: -ms-flexbox;
  display: flex;
}

.category-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 7px;
  position: relative;
  padding: 15px 19px 30px 50px;
}

[dir="rtl"] .category-item {
  padding: 15px 50px 30px 19px;
}

.category-item:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

.category-item-header {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  border-radius: 7px 0 0 7px;
  color: #ffffff;
  text-align: center;
}

[dir="rtl"] .category-item-header {
  left: auto;
  right: 0;
  border-radius: 0 7px 7px 0;
}

.category-item-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}

.category-item-title a {
  text-decoration: none;
}

.category-item-title a:hover {
  text-decoration: underline;
}

.category-item-text {
  line-height: 1;
  font-weight: 300;
  color: #3a3a3a;
}

.category-item-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 19px;
  -ms-flex-align: center;
      align-items: center;
  height: 30px;
}

[dir="rtl"] .category-item-footer {
  left: 19px;
  right: 50px;
}

.category-item-date {
  font-size: 15px;
  font-weight: 300;
}

.category-item-more {
  color: #27a7f0;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
}

.category-item-more:hover {
  text-decoration: underline;
}

.category-item-num {
  font-size: 21px;
  font-weight: 700;
  color: #000;
  line-height: 44px;
}

.category-item-summary {
  transform: rotate(-90deg);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 63px;
  font-size: 19px;
}

.icon-doc {
  font-size: 24px;
  margin-top: 1px;
}

.category-tip {
  font-weight: 300;
}

.category-tip b, .category-tip srtong {
  font-weight: 500;
}

.category-tip a {
  text-decoration: none;
}

.item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 21px;
  -ms-flex-align: baseline;
      align-items: baseline;
}

.item-heading-title {
  display: inline-block;
  color: #ffae00;
  font-size: 40px;
  font-weight: 500;
  margin-right: 42px;
}

[dir="rtl"] .item-heading-title {
  margin-right: 0;
  margin-left: 42px;
}

.item-category {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}

.item-category-label {
  color: #3a3a3a;
  font-weight: 300;
}

.item-category-name i {
  font-size: 30px;
  margin: 0 10px;
}

.item-info {
  color: #ffae00;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto";
}

.item-info .item-date {
  display: inline-block;
  margin-right: 19px;
}

[dir="rtl"] .item-info .item-date {
  margin-right: 0;
  margin-left: 19px;
}

.item-info a {
  margin-left: 8px;
  font-size: 21px;
}

[dir="rtl"] .item-info a {
  margin-left: 0;
  margin-right: 8px;
}

.item-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 500;
}

.page-box .item-tabs-nav {
  margin-left: -35px;
  margin-right: -35px;
  margin-top: -5px;
}

.r-tabs .r-tabs-nav {
  padding: 0;
}

.r-tabs .r-tabs-tab {
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 996px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
  .r-tabs .item-tab {
    padding: 5px;
  }
}

.item-tabs {
  font-weight: 300;
}

.item-tabs p {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 20px;
}

.item-tabs-nav {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}

.item-tabs-nav li {
  -ms-flex: 1 1 16.666%;
      flex: 1 1 16.666%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.item-tabs-nav li + li {
  margin-left: 2px;
}

[dir="rtl"] .item-tabs-nav li + li {
  margin-left: 0;
  margin-right: 2px;
}

.item-tabs-nav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  text-align: center;
  text-decoration: none;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  background: #e8e8e8;
  min-height: 45px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 10px 5px;
  box-sizing: border-box;
  transition: background 0.3s;
}

.item-tabs-nav a:hover {
  background: #dbdbdb;
}

.item-tabs-nav .r-tabs-state-active a {
  background-color: #ffae00;
  transition: none;
  height: calc(100% + 18px);
  padding-bottom: 28px;
}

.item-tabs-nav .r-tabs-state-active a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100%;
  width: calc(100% + 2px);
  height: 19px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKUAAAATCAMAAADGZj2AAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMA8jsgtp6UYSobCvvt5+GDb00O0sCwo3hcSUM1J/jY1MiNfmpaFQbcy8S/rKZx6og9Ltz7NwEAAAEXSURBVEjH1dbpcoIwGIXhhLAGWUV2LAgu1a65/4urHcY5vzpaCYjPFbzzzZwAqeO22JEZM1P9SMSZoyb5lsxPqPgnV5wRKnrVQTcYmQ/WNa+XNvpbCeu3d4WTR+OKH78IQCUsVC943FFZ4KkfiEElwFJLCzbtqDhTDA0nvFIJ043KyrzjQsBtlVDVulGSMX232tIWcEclRhUS+axss3IFDKnEqCy5j/UBJ5RSiVEZppTHGieUWgnuKsnMkNzHKlK9f6zHqwRa6/+9Ks+T094WMGolrGP/xlGVXRPhpZmqEmh0ZVS8aLW9gIkrwf5rVFbwiRMOqhSS0KjpSgRuczyFwxGHSmH3n9RNVvId+7r801RUCoeIZ/ADclsZI4iZzS4AAAAASUVORK5CYII=") no-repeat;
  transition: none;
  background-size: 100% 100%;
}

.item-tabs-nav .r-tabs-state-active a:hover {
  background: #e69d00;
}

.item-autor {
  margin-bottom: 10px;
  font-weight: 300;
}

.item-autor span {
  color: #ffae00;
  font-weight: 700;
  margin: 0 0.3em;
}

.r-tabs-accordion-title a {
  display: block;
  background: #e8e8e8;
  color: #3a3a3a;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 2px;
}

.r-tabs-accordion-title.r-tabs-state-active a {
  background-color: #ffae00;
}

.footer {
  position: relative;
}

.footer-top {
  background: #40444a;
  color: #ffffff;
  font-size: 16px;
  line-height: 42px;
}

.footer-top .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-left: 20px;
  padding-right: 48px;
}

[dir="rtl"] .footer-top .container {
  padding-left: 48px;
  padding-right: 20px;
}

.footer-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0;
}

.footer-nav a {
  color: #ffffff;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-nav li + li:before {
  content: '|';
  display: inline-block;
  margin: 0 8px;
}

.footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0;
}

.footer-social li {
  margin-left: 18px;
}

[dir="rtl"] .footer-social li {
  margin-left: 0;
  margin-right: 18px;
}

.footer-social a {
  color: #fff;
  text-decoration: none;
  font-size: 19px;
}

.footer-bot {
  height: 114px;
  background: #e8e8e8;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.footer-bot .container {
  width: 100%;
}

.footer-bot .disclaimer {
  font-weight: 500;
  font-size: 24px;
  color: #ff020f;
  margin-bottom: 10px;
}

.footer-bot .copyright {
  font-size: 16px;
}

.blog-list li.color-jade .blog-item-title a {
  color: #01b45d;
}

.sidebar-menu a.color-jade i {
  color: #01b45d;
}

.sidebar-menu a.color-jade:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #01b45d transparent;
}

[dir="rtl"] .sidebar-menu a.color-jade:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #01b45d;
}

.category-header .heading .category-title .color-jade {
  color: #01b45d;
}

.category-item.color-jade .category-item-header {
  background: #01b45d;
}

.category-item.color-jade .category-item-title a {
  color: #01b45d;
}

.item-page.color-jade .item-category, .item-page.color-jade .item-title {
  color: #01b45d;
}

.blog-list li.color-violet .blog-item-title a {
  color: #8846f5;
}

.sidebar-menu a.color-violet i {
  color: #8846f5;
}

.sidebar-menu a.color-violet:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #8846f5 transparent;
}

[dir="rtl"] .sidebar-menu a.color-violet:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #8846f5;
}

.category-header .heading .category-title .color-violet {
  color: #8846f5;
}

.category-item.color-violet .category-item-header {
  background: #8846f5;
}

.category-item.color-violet .category-item-title a {
  color: #8846f5;
}

.item-page.color-violet .item-category, .item-page.color-violet .item-title {
  color: #8846f5;
}

.blog-list li.color-tango .blog-item-title a {
  color: #ef7410;
}

.sidebar-menu a.color-tango i {
  color: #ef7410;
}

.sidebar-menu a.color-tango:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ef7410 transparent;
}

[dir="rtl"] .sidebar-menu a.color-tango:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #ef7410;
}

.category-header .heading .category-title .color-tango {
  color: #ef7410;
}

.category-item.color-tango .category-item-header {
  background: #ef7410;
}

.category-item.color-tango .category-item-title a {
  color: #ef7410;
}

.item-page.color-tango .item-category, .item-page.color-tango .item-title {
  color: #ef7410;
}

.blog-list li.color-pink .blog-item-title a {
  color: #ef15e2;
}

.sidebar-menu a.color-pink i {
  color: #ef15e2;
}

.sidebar-menu a.color-pink:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ef15e2 transparent;
}

[dir="rtl"] .sidebar-menu a.color-pink:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #ef15e2;
}

.category-header .heading .category-title .color-pink {
  color: #ef15e2;
}

.category-item.color-pink .category-item-header {
  background: #ef15e2;
}

.category-item.color-pink .category-item-title a {
  color: #ef15e2;
}

.item-page.color-pink .item-category, .item-page.color-pink .item-title {
  color: #ef15e2;
}

.blog-list li.color-blue .blog-item-title a {
  color: #27a7f0;
}

.sidebar-menu a.color-blue i {
  color: #27a7f0;
}

.sidebar-menu a.color-blue:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #27a7f0 transparent;
}

[dir="rtl"] .sidebar-menu a.color-blue:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #27a7f0;
}

.category-header .heading .category-title .color-blue {
  color: #27a7f0;
}

.category-item.color-blue .category-item-header {
  background: #27a7f0;
}

.category-item.color-blue .category-item-title a {
  color: #27a7f0;
}

.item-page.color-blue .item-category, .item-page.color-blue .item-title {
  color: #27a7f0;
}

.blog-list li.color-limeade .blog-item-title a {
  color: #949e01;
}

.sidebar-menu a.color-limeade i {
  color: #949e01;
}

.sidebar-menu a.color-limeade:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #949e01 transparent;
}

[dir="rtl"] .sidebar-menu a.color-limeade:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #949e01;
}

.category-header .heading .category-title .color-limeade {
  color: #949e01;
}

.category-item.color-limeade .category-item-header {
  background: #949e01;
}

.category-item.color-limeade .category-item-title a {
  color: #949e01;
}

.item-page.color-limeade .item-category, .item-page.color-limeade .item-title {
  color: #949e01;
}

.blog-list li.color-red .blog-item-title a {
  color: #ec3942;
}

.sidebar-menu a.color-red i {
  color: #ec3942;
}

.sidebar-menu a.color-red:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #ec3942 transparent;
}

[dir="rtl"] .sidebar-menu a.color-red:before {
  width: 0px;
  height: 0px;
  background: none;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #ec3942;
}

.category-header .heading .category-title .color-red {
  color: #ec3942;
}

.category-item.color-red .category-item-header {
  background: #ec3942;
}

.category-item.color-red .category-item-title a {
  color: #ec3942;
}

.item-page.color-red .item-category, .item-page.color-red .item-title {
  color: #ec3942;
}

@media (max-width: 1350px) {
  .page-box {
    padding: 25px 35px;
  }
  .page-box .item-tabs-nav {
    margin-left: -28px;
    margin-right: -28px;
  }
  .archive-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .archive-list > li {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  .page-content, .archive-page .page-content, .archive-page.page-content {
    display: block;
  }
  .page-content .content-sidebar, .archive-page .page-content .content-sidebar, .archive-page.page-content .content-sidebar {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 421px;
  }
  [dir="rtl"] .page-content .content-sidebar, [dir="rtl"] .archive-page .page-content .content-sidebar, [dir="rtl"] .archive-page.page-content .content-sidebar {
    margin-left: auto;
    margin-right: auto;
  }
  .main-slider .slide-text {
    font-size: 40px;
    width: 325px;
  }
  .main-slider .search-form .container {
    padding-left: 30px;
  }
  [dir="rtl"] .main-slider .search-form .container {
    padding-left: 15px;
    padding-right: 30px;
  }
  .main-slider .search-form .form-container {
    margin-right: 390px;
  }
  [dir="rtl"] .main-slider .search-form .form-container {
    margin-right: 0;
    margin-left: 390px;
  }
  .team-list > li {
    width: 50%;
  }
  .advSearch-form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .advSearch-form .fieldset_1, .advSearch-form .fieldset_3 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    width: 50%;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .advSearch-form .fieldset_2, .advSearch-form .fieldset_4, .advSearch-form .fieldset_5 {
    -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%;
    -ms-flex-order: 2;
        order: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-paging {
    display: block;
  }
  .category-paging:after {
    content: '';
    display: table;
    clear: both;
  }
  .category-paging .category-total {
    float: left;
  }
  [dir="rtl"] .category-paging .category-total {
    float: right;
  }
  .category-paging .category-page {
    float: right;
  }
  [dir="rtl"] .category-paging .category-page {
    float: left;
  }
  .category-paging .pagination {
    clear: both;
    margin-top: 10px;
  }
  .category-list li {
    width: 100%;
  }
  .category-header {
    display: block;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .category-header .heading {
    margin-bottom: 15px;
  }
  .item-heading-title {
    display: block;
    margin-left: 0;
  }
  [dir="rtl"] .item-heading-title {
    margin-right: 0;
  }
}

@media (max-width: 996px) {
  .main-slider .slide {
    height: auto;
    min-height: 0;
    margin: 0;
  }
  .main-slider .slide-text {
    width: auto;
    padding: 30px 0 150px;
    min-height: 260px;
    line-height: 1;
    font-size: 40px;
    box-sizing: border-box;
  }
  [dir="rtl"] .main-slider .slide-text {
    margin: 0;
  }
  .main-slider .slick-dots {
    bottom: 30px;
  }
  .main-slider .search-form {
    top: auto;
    bottom: 50px;
  }
  .main-slider .search-form .container {
    height: auto;
    padding: 0 15px;
  }
  [dir="rtl"] .main-slider .search-form .container {
    padding: 0 15px;
  }
  .main-slider .search-form .form-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  [dir="rtl"] .main-slider .search-form .form-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .main-slider .search-form .form-row {
    max-width: none;
  }
  .header-logo-add img {
    max-width: 50%;
  }
  .advSearch-form .fieldset_2, .advSearch-form .fieldset_4, .advSearch-form .fieldset_5 {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
  .category-header .heading .category-title .search-title {
    display: block;
    margin-left: 0;
  }
  [dir="rtl"] .category-header .heading .category-title .search-title {
    margin-right: 0;
  }
  .item-header {
    display: block;
  }
  .item-info {
    margin-top: 10px;
  }
  .item-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .header-logo-add {
    display: none;
  }
  .header-logo {
    -ms-flex: 0 0 160px;
        flex: 0 0 160px;
  }
  .header-top {
    display: none;
  }
  .sidebar {
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow: auto;
    right: 0;
    top: 0;
    z-index: 10;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    transition: transform 0.3s;
  }
  [dir="rtl"] .sidebar {
    margin: 0;
    right: auto;
    left: 0;
    transform: translateX(-100%);
  }
  .sidebar .sidebar-header-nav {
    display: block;
    margin: 15px 0 30px;
    border-top: 3px solid #FFF;
  }
  .sidebar .sidebar-header-nav li {
    border-bottom: 3px solid #FFF;
  }
  .sidebar .sidebar-header-nav a {
    display: block;
    padding: 10px 20px 10px 51px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    text-decoration: none;
    color: #3a3a3a;
    position: relative;
  }
  [dir="rtl"] .sidebar .sidebar-header-nav a {
    padding: 10px 51px 10px 20px;
  }
  .sidebar .sidebar-header-nav a i {
    position: absolute;
    left: 0;
    top: 50%;
    width: 51px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 25px;
    color: #37BAB5;
  }
  [dir="rtl"] .sidebar .sidebar-header-nav a i {
    left: auto;
    right: 0;
  }
  .page-content {
    padding-right: 0;
  }
  [dir="rtl"] .page-content {
    padding-left: 0;
  }
  .content-wrap .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bot .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bot .container:before {
    content: '';
    display: block;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  [dir="rtl"] .header-bot .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-bot .accessibility {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -ms-flex-order: 2;
        order: 2;
    margin: 0 15px;
  }
  [dir="rtl"] .header-bot .accessibility {
    left: auto;
    right: auto;
  }
  .header-bot .hamburger {
    display: block;
    -ms-flex-order: 3;
        order: 3;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 3px 0;
  }
  .sidebar-menu {
    border-top: 3px solid #FFF;
  }
  .is-sidebar {
    overflow: hidden;
  }
  .is-sidebar .wrapper {
    transform: translateX(-300px);
  }
  [dir="rtl"] .is-sidebar .wrapper {
    transform: translateX(300px);
  }
  .is-sidebar .wrapper:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
  }
  .main-slider .slide-text {
    font-size: 32px;
  }
  .main-slider .search-form .button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .footer-top .container {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  [dir="rtl"] .footer-top .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-nav {
    display: block;
    margin: 0 -15px;
  }
  .footer-nav li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
  }
  .footer-nav li + li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 0 15px;
  }
  .footer-social {
    display: none;
  }
  .footer-bot {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .team-list > li {
    width: 100%;
  }
  .page-box {
    padding: 15px;
  }
  .advSearch-form .fieldset_1, .advSearch-form .fieldset_2, .advSearch-form .fieldset_3, .advSearch-form .fieldset_4, .advSearch-form .fieldset_5 {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    width: auto;
  }
  .advSearch-form .buttons {
    text-align: center;
  }
  .advSearch-form .buttons .button {
    width: calc(50% - 15px);
    margin: 0 5px;
  }
  .archive-year-list a .fa {
    right: -15px;
  }
  .archive-list {
    margin: 0;
  }
  .category-paging .category-total {
    float: none;
    margin-bottom: 10px;
  }
  [dir="rtl"] .category-paging .category-total {
    float: none;
  }
  .category-paging .category-page {
    float: none;
    margin-bottom: 10px;
  }
  [dir="rtl"] .category-paging .category-page {
    float: none;
  }
  .pagination a {
    width: 20px;
  }
  .pagination span {
    width: 24px;
    height: 24px;
    border-width: 1px;
  }
}

@media (max-width: 540px) {
  .archive-list > li {
    width: 33.33%;
  }
}

@media (max-width: 480px) {
  .main-slider .search-form {
    text-align: center;
  }
  .main-slider .search-form .form-row {
    display: block;
    text-align: center;
  }
  .main-slider .search-form .inputbox {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  [dir="rtl"] .main-slider .search-form .inputbox {
    margin-left: 0;
  }
  .main-slider .search-form .form-container {
    margin: 0;
  }
  [dir="rtl"] .main-slider .search-form .form-container {
    margin: 0;
  }
  .main-slider .slide-text {
    padding-bottom: 225px;
  }
  .main-slider .slick-dots {
    bottom: 24px;
  }
  .page-content .content-sidebar {
    width: 100%;
    max-width: 374px;
  }
  .main-page .page-content .content-sidebar,
  .main-page.page-content .content-sidebar {
    max-width: 421px;
  }
}

@media (max-width: 380px) {
  .archive-list > li {
    width: 50%;
  }
}

.over {
  overflow: hidden;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: " ";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

.clearfix, .cf {
  zoom: 1;
}

#chromeperfectpixel-panel {
  direction: ltr;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=style.css.map */
